zhtml{
    background: none !important;
}
body.Анкете #header{
    margin-bottom: 0;
}
body.Анкете #header .logo{
    width: 183px;
    height: 60px;
}
.criterion-title-bar{
    width: 100%;
    height: 32px;
    background-color: #184377;
    text-align: center;
    box-sizing: border-box;
    line-height: 32px;
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
    font-size: 18px;
    margin: 16px  0 32px 0;
}
#js-question-content p.question-uptitle{
    font-weight: 500;
    font-size: 20px;
    color:#EB2135;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.1;
}
.explanation-link {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}
.explanation-link a {
    display: inline-block;
    padding: 10px;
}
.question-body{
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
.question-body h4{
    color: #184377;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0;
}
.question-body h4 strong{
    font-weight: 500;
}
.question-body h4 u{
    text-decoration:none;
}
.question-body p,
#js-question-content p{
    font-size: 13px;
    color: #131313;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
}
.questionform{
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F1F1F1;
}
.questionform label.blue{
    font-weight: 600;
    font-size: 14px;
    color: #184377;
    margin-bottom: 5px;
    padding: 0;
    display: block;
}
.questionform .holder{
    margin-bottom: 10px;
}
.questionform textarea{
    width: 100%;
    min-height: 100px;
    border-radius: 8px;
    border-color: #8F96AC;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 400;
    color: #131313;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif
}
.questionform textarea:focus{
    border-color:#0098BD;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    outline:none;
}
body.Анкете #header .header-end,
body.Анкете #footer{
    display: none !important;
}
.selectCriteriaWrapper{
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 30px;
    pointer-events: none;
}
.js-question-select{
    width: 400px;
    color: #fff;
    background-color: #EB2135;
    border-radius: 25px;
    border:0;
    float: right;
    padding: 5px 36px 5px 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    cursor: pointer;
    box-shadow: 0px 2px 12px 0px rgba(235, 33, 53, 0.5);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(235, 33, 53, 0.5);
    pointer-events: all;
    font-size: 12px;
}
.js-question-select.is-sovled {
    background-color: #0dcb9a;
    box-shadow: 0px 2px 12px 0px rgba(13, 203, 154, 0.5);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(13, 203, 154, 0.5);
}
.js-question-select option {
    background-color: #EB2135;
}
.js-question-select option[value=start],
.js-question-select .solved {
    background-color: #0dcb9a;
}
.list_container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.selectCriteriaWrapper .arrow{
    position: relative;
    height: 28px;
}
.selectCriteriaWrapper .arrow:after{
    content:'\f078';
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
}
.timer {
    display: inline-block;
    line-height: 28px;
    padding-right: 40px;
}
#timer{
    font-weight: 700;
    color: #184377;
}
.scale span.extensionValue{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #131313;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.scale span.extensionValue .fa-exclamation{
    color: #184377;
    font-size: 14px;
    width: 24px;
    height: 24px;
    background-color: #DDDFE6;
    border-radius: 50px;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
}
.scale input {
    width: 200px;
    height: 50px;
    padding: 20px;
    box-sizing: border-box;
    border:1px solid #8F96AC;
    border-radius: 25px;
    color: #878787;
    font-weight: 500;
    font-size: 16px;
    background-color: #FCFCFC;
    margin:10px 0;
}
.scale input::placeholder {
    color: #878787 !important;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
}
.scale input:focus {
    border-color:#0098BD;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    outline:none;
}
.scale img{
    margin: 25px 0;
}
p.criterion-title,
p.criterion-title span{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #131313;
}
.buttonHolder{
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
}
.buttonHolder .prev-question{
    float: left;
}
.buttonHolder .next-question{
    float: right;
}
#js-progress{
    width: 100%;
    background: #ECECEC;
    border-radius: 25px;
    overflow: hidden;
    height: 20px;
    margin: 0px 0 10px;
    position: relative;
}
#js-progress .finished{
    background: #0DCB9A;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    border-radius: 25px;
    line-height: 20px;
    min-width: 50px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;               
}
#js-question-content h1{
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    color: #184377;
}
#js-question-content h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #184377; 
}
#js-question-content h3{
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    color: #184377; 
}
#js-question-content h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #184377; 
}
#js-question-content ol{
    margin-left: 18px;
}
#js-question-content ol li{
    font-size: 14px;
    color: #131313;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
.pregled{
    border-top: 1px solid #F1F1F1;
    padding-top: 20px;
    margin: 30px 0 120px;
}
.pregled-text{
    width: calc(100% - 160px);
    float: left;
    text-align: right;
}
#js-question-content .pregled-text p{
    font-weight: 400;
    font-size: 14px;
    color:#131313;
    opacity: 0.7;
    line-height: 50px;
}
#js-question-content .message p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}
#js-question-content .warning p.warning{
    font-weight: 700;
    font-size: 20px;
    color: #EB2135;
    margin: 40px 0 30px;
    line-height: 1.1;
}
#js-question-content .warning p{
    font-weight: 500;
    font-size: 16px;
}

#js-question-content .warning ul li{
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
    color:#131313;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
#js-question-content .warning ul li:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 500px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #EB2135;
}
.viewSurvey{
    margin-top: 20px;
}
.viewSurvey .buttonHolder{
    text-align: right;
}
#js-question-content .viewSurvey p.questionTitle{
    font-weight: 700;
    font-size: 18px;
    color: #131313;
    margin-bottom: 10px;
    line-height: 1.1;
}
#js-question-content .viewSurvey p.questionUptitle{
    font-weight: 600;
    font-size: 14px;
    color: #131313;
    margin-bottom: 5px;
}
#js-question-content .viewSurvey p{
    font-weight: 400;
    font-size: 13px;
    color: #131313; 
    margin-bottom: 15px;
} 
#js-question-content .viewSurvey .givenAnswer{
    margin-bottom: 40px;
    padding: 15px 0 !important;
    border-bottom: 1px solid #F1F1F1;
}
#js-question-content .viewSurvey .givenAnswer p{
    margin-bottom: 5px;
    font-weight: 500;
}
#js-question-content .viewSurvey .givenAnswer span.answer{
    font-weight: 700;
    font-size: 20px;
}
.elipsis{
    width: 90%;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.js-go-to-question{
    background-color: #184377;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 8px 16px;
    margin-bottom: 15px;
    border-radius: 25px;
}
.js-go-to-question:hover {
    background-color: #EB2135;
}
.js-go-to-question:focus {
    background-color: #EB2135;
    outline:none;
}

/*glossary page*/
h1.page-title.glossary-title {
    margin-bottom: 40px;
}

.glossary-body h4 {
    font-weight: 700;
}

/*glossary tooltip*/
.question-uptitle span.highlight {
    color: #EB2135;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}

.question-body span.highlight {
    color: #0645ad;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    white-space: pre-wrap;
}

.question-body span.highlight:hover {
    text-decoration: underline;
}

#js-highlight-content {
    position: absolute;
    width: 400px;
    padding: 17px 20px 25px;
    border-radius: 9px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
    background-color: #184377;
    font-size: 12px;
    color: #fff;
    max-height: 170px;
    visibility: hidden; 
}

#js-highlight-content:hover,
#js-highlight-content.show {
    visibility: visible; 
}

.highlight-holder {
    position: relative;
}

.highlight-holder::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -40px;
    background-color: transparent;
}

.highlight-holder .tooltip-arrow {
    position: absolute;
    bottom: -45px;
    left: 50px;
    border-top: 10px solid #184377;
    border-right: 14px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid transparent;
    z-index: 1;
}

.highlight-holder_inner {
    max-height: 128px;
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-width: thin;
    scrollbar-color: #11335e #2b507d;
}

/* scrollbar */
.highlight-holder_inner::-webkit-scrollbar {
    width: 10px;
}
.highlight-holder_inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #11335e; 
    border-radius: 10px;
}

.highlight-holder_inner::-webkit-scrollbar-thumb {
    background: #11335e; 
    border-radius: 10px;
}

.highlight-holder_inner::-webkit-scrollbar-thumb:hover {
    background: #0f2a4c; 
}
/**/

.highlight-title {
    margin-bottom: 4px;
    font-weight: 600;
}
.highlight-body {
    font-weight: 400;
}

#js-highlight-content .highlight-body p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.highlight-body ul {
    margin-left: 20px;
}


@media print {
    .buttonHolder,
    .progressBorder,
    #header,
    .selectCriteriaWrapper{
        display: none !important;
    }

}
@media(max-width:991px){
    .scale img{
        width:100%;
        max-width:770px;
    }
    .selectCriteriaWrapper{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        margin-bottom:20px;
    }
    .selectCriteriaWrapper #container{
        padding:0;
    }
    .timer {
        flex: 0 0 100%;
        text-align: right;
        padding-right: 0;
        margin-bottom: 6px;
    }

    /*tooltip height*/
    #js-highlight-content {
        max-height: 240px;
    }

    .highlight-holder_inner {
        max-height: 198px;
    }
}
@media(max-width:920px){
    .pregled-text p br {
        display:none;
    }
}
@media(max-width:768px){
    .criterion-title-bar{
        font-size:18px;
    }

    #js-highlight-content {
        width: 360px;
    }
}

@media(max-width:750px) {
    #js-highlight-content {
        width: calc(100% - 40px);
    }
}

@media(max-width:500px){
    .pregled-text{
        width:100%;
    }
    .js-question-select{
        width:100%;
        max-width:100%;
    }  
    #js-question-content h1{
        font-size:30px;
    }
}

@media(max-width:340px){
    .viewSurvey .btn-link-outline,
    .viewSurvey .btn-link{
        padding:14px 30px;
    } 
}
#surveyFinished{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -wekit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align:center;
}
#surveyFinished p{
    font-size:30px;
    color:#184377;
    font-weight:900;
    margin-bottom:30px;
}
#surveyExpired{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    -wekit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align:center;
}
#surveyExpired p{
    font-size:30px;
    color:#184377;
    font-weight:900;
    margin-bottom:30px;
}
.row {
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}

.row.not-solved {
    border: 1px solid #EB2135;
    border-radius: 25px;
}

