/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */
@font-face {
    font-family: 'GothamPro';
    src: url('/fonts/GothamPro.eot');
    src: url('/fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('/fonts/GothamPro.woff2') format('woff2'),
    url('/fonts/GothamPro.woff') format('woff'),
    url('/fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h4{
    font-size: 16px!important;
    line-height: 19px!important;
    color: #333333!important;
    margin: 0 0 25px 0!important;
}
#playground-container {
    height: 500px;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}

/*body{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: 100%!important;*/
/*}*/
/*header{*/
/*    flex: 0 0 auto;*/
/*}*/

/*.content{*/
/*    flex: 1 0 auto;*/
/*    padding: 0!important;*/
/*    margin-right: 0!important;*/
/*    margin-left: 0!important;*/
/*    padding-right: 0!important;*/
/*    padding-left: 0!important;*/
/*}*/
/*footer{*/
/*    flex: 0 0 auto;*/
/*}*/
.login-page{
    background: #ffffff!important;
}

.header{
    /*height: 55px;*/
    background: #2E417C;;
}
.header a{
    display: inline-block;
}
.form-group{
    position: relative;
}
/*.form-group.has-error .help-block{*/
/*    display: none;*/
/*}*/
.form-group .form-control:focus + label,
.form-group.has-success .form-control + label{
    display: none;
}




.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single{
    height: 45px!important;
}
.select2-container--default .select2-selection--single
.select2-selection__arrow{
    background: url('/img/card-img/select-arrow.svg')center no-repeat;
    top: 15px!important;
    width: 15px!important;
    height: 15px!important;
    background-size: contain;
    right: 12px!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus .select2-selection__arrow{
    background: url('/img/card-img/select-arrow.svg')center no-repeat;
    top: 15px!important;
    width: 15px!important;
    height: 15px!important;
    background-size: contain;
    right: 12px!important;
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #2E417C!important;
    font-size: 14px;
    line-height: 17px;
}

.select2-results__option{
    padding: 3px 23px!important;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    margin-top: 0!important;
    font-size: 16px;
    line-height: 15px;
    color: #BCBCBC;
}
.input-group .input-group-addon{
    padding: 21px;
    position: relative;
}
.input-group .input-group-addon:before{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 9px;
    left: 9px;
}
.input-group.date .kv-date-remove{
    display: none;
}

/*.form-group select.form-control{*/
/*-webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*   -ms-appearance: none;*/
/* appearance: none;*/
/*    outline: 0;*/
/*   box-shadow: none;*/
/*   background-image: none;*/
/*   border: 1px solid #ccc;*/
/*   background-color: #fff;*/
/*}*/

.field-questionnaire-lastname .input-group-addon:before,
.field-questionnaire-firstname .input-group-addon:before,
.field-questionnaire-patronymic .input-group-addon:before{
    background: url("/img/card-img/user.svg") center no-repeat;
    background-size: contain;
}
.kv-date-calendar:before{
    background: url("/img/card-img/calendar.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-gender .input-group-addon:before{
    background: url("/img/card-img/sex.svg") 6% 100% no-repeat;
    background-size: cover;
    width: 35px;
    height: 27px;
    top: 8px;
    left: 7px;
}
.field-questionnaire-career_line .input-group-addon:before{
    background: url("/img/card-img/briefcase.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-education .input-group-addon:before{
    background: url("/img/card-img/school.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-profession .input-group-addon:before{
    background: url("/img/card-img/job.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-phone .input-group-addon:before{
    background: url("/img/card-img/phone.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-email .input-group-addon:before{
    background: url("/img/card-img/email.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-city_id .input-group-addon:before{
    background: url("/img/card-img/city.svg") center no-repeat;
    background-size: cover;
    width: 30px;
    left: 6px;
}

.field-questionnaire-partner_id .input-group-addon:before{
    background: url("/img/card-img/card.svg") center no-repeat;
    background-size: cover;
    width: 30px;
    left: 5px;
}






.field-questionnaire-lastname .input-group-addon.focus:before,
.field-questionnaire-firstname .input-group-addon.focus:before,
.field-questionnaire-patronymic .input-group-addon.focus:before{
    background: url("/img/card-img/hover/user-h.svg") center no-repeat;
    background-size: contain;
}
.kv-date-calendar.focus:before{
    background: url("/img/card-img/hover/calendar-h.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-gender .input-group-addon.focus:before{
    background: url("/img/card-img/hover/sex-h.svg") 6% 100% no-repeat;
    background-size: cover;
    width: 35px;
    height: 27px;
    top: 8px;
    left: 7px;
}
.field-questionnaire-career_line .input-group-addon.focus:before{
    background: url("/img/card-img/hover/briefcase-h.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-education .input-group-addon.focus:before{
    background: url("/img/card-img/hover/school-h.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-profession .input-group-addon.focus:before{
    background: url("/img/card-img/hover/job-h.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-phone .input-group-addon.focus:before{
    background: url("/img/card-img/hover/phone-h.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-email .input-group-addon.focus:before{
    background: url("/img/card-img/hover/email-h.svg") center no-repeat;
    background-size: cover;
}
.field-questionnaire-city_id .input-group-addon.focus:before{
    background: url("/img/card-img/hover/city-h.svg") center no-repeat;
    background-size: cover;
    width: 30px;
    left: 6px;
}

.field-questionnaire-partner_id .input-group-addon.focus:before{
    background: url("/img/card-img/hover/card-h.svg") center no-repeat;
    background-size: cover;
    width: 30px;
    left: 5px;
}
.select2-container--default .select2-selection--single{
    border: none!important;
}
.select2.select2-container.select2-container--default{
    border: 1px solid #d2d6de!important;
}
/*.form-group.has-error .form-control{*/
/*    border: 1px solid #d2d6de!important;*/
/*}*/

.form-group.has-error .input-group-addon{
    border-color: #d2d6de!important;
}

.btn{
    padding: 13px 18px!important;
    background-color: #2E417C!important;
    border: none!important;
    border-radius: 3px!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 19px!important;
    color: #ffffff!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}
.btn:hover{
    background-color: #202d57!important;
}
.close-window{
    margin: 45px 0 0;
}
.close-window .btn{
    padding: 14px 64px!important;
}
.btn_close{
    padding: 10px 30px!important;
    width: 200px;
}
.btn_close.red{
    background: #D70027!important;
    border-color: #D70027!important;
}

.alert_title{
    margin: 234px 0 46px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
.select2.select2-container.select2-container--default.select2-container--below:focus{
    border: 2px solid;

}
h3.text-center{
    font-size: 48px;
    line-height: 46px;
    color: #4F4F4F;
    text-align: left;
    margin: 126px 0 46px;
}
.questionnaire-create{
    background: #ffffff;
}
.box-header.with-border,
.box,
.box-body{
    border: none!important;
    padding: 0!important;
    box-shadow:none!important;
}


hr{
    width: 10%;
    color: #fff;
}



input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}


#button {
    border: 1px solid #red;
    margin-top: 28px;
    padding: 6px 12px;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
}

.input-group-addon{
    width: 45px;
    height: 45px;
}
.field-questionnaire-birthday{
    position: relative;
}
.form-group.has-success .form-control, .form-group.has-success .input-group-addon{
    border-color: #d2d6de!important;
}
.form-control:focus {
    border-color: #d2d6de!important;

}
.select2-results .select2-disabled,  .select2-results__option[aria-disabled=true] {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.select{
    color: #000000!important;
}
.input-group .form-control{

    color: #000000;
    font-size: 16px;
    line-height: 15px;
}
.logos{
    display: flex;
    align-items: center;
}
.logo{
    padding: 7px 0 0;
}
.logo.text-right{
    padding: 7px 0 0;
}
.logo img{
    max-width: 177px;
    max-height: 44px;
}

.select2 {
    width:100%!important;
}
.main-center .control-label{
    font-family: 'GothamPro',sans-serif;
    position: absolute;
    top: 15px;
    left: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;
    color: #BCBCBC;
    z-index: 4;
}
span.input-group-addon i {
    color: #009edf;
    font-size: 17px;
}

.login-button{
    margin-top: 5px;
}

.login-register{
    font-size: 11px;
    text-align: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #bcbcbc!important;
}

.copyright{
    font-size: 12px;
    line-height: 11px;
    color: #4F4F4F;
    padding: 10px 0 28px 20px;
    position: relative;
    border-top: 1px solid #F7F7F7;
    user-select: none;
}
.copyright:before{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    top: 9px;
    left: 0px;
    position: absolute;
    background: url("/img/copyright.svg") center no-repeat;
    background-size: contain;

}
/*For error message*/

.help-block{
    color: #0f0f0f !important;
}
.agreement{
    margin: 33px 0;
    padding: 0 0 0 25px;
}
.agreement input{
    display: none;
}
.agreement a{
    font-size: 16px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #4F4F4F;
    font-weight: normal;
    user-select: none;
}
.agreement-check{
    position: relative;
}
.agreement-check:before{
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #000000;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: -25px;
    cursor: pointer;
}

.agreement-check:after{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: url(/img/checked.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: -23px;
     opacity: 0;
    cursor: pointer;
}
.agreement input:checked + .agreement-check:after{
    opacity: 1;
}
.test-number{
    font-size: 14px;
    line-height: 13px;
    color: #333333;
    margin: 23px 0 109px;
}
.test-number span{
    font-weight: bold;
}
.pagination{
    display: flex!important;
}
.pagination .items{
    display: flex;
}
.pagination .item{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}
.pagination .item.active{
    background: rgba(11, 96, 151, .05);
}
.pagination .item.page:first-child{
    border-left: 1px solid #E5E5E5;
}
.pagination .item.page:nth-child(5){
    border-right: 1px solid #E5E5E5;
}
.pagination .item.all,
.pagination .item.next{
    border-right:1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}
.pagination .item.all{
    margin: 0 8px;
}

.pagination .item.next{
    position: relative;
    margin: 0 28px 0 0;
}
.pagination .item.next:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url("/img/card-img/select-arrow.svg") center no-repeat;
background-size: contain;
    transform: rotate(-90deg);
    position: absolute;
    top: 12px;
    left: 12px;

}
.end-test{
    padding: 13px 18px;
    background: #D70027;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
}
.end-test:hover{
    background: #a4001e;
}
.test-question{
    margin: 46px 0 0 0;
    position: relative;
}
.test-title{
    margin: 0 0 16px;
    font-weight: bold;
    font-size: 30px;
    line-height: 29px;
    text-transform: uppercase;
    color: #2E417C;


}
.test-subtitle{
    margin: 0 0 11px 0;
    padding: 0 0 16px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    color: #333333;
    border-bottom: 1px solid #2E417C;

}
#hintField{
    position: absolute;
    bottom: -20px;
    left: 0;
}
.test-subtitle p{
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #333333;
}
.test-subtitle p:last-child{
    display: inline-block;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #0B6097;

}
.test-help{
    margin: 11px 0 0 0 ;
    font-size: 14px;
    line-height: 17px;
}

.btn-continue{
    margin: 0 0 126px 0;
}
#send-button{
    margin-left: auto;
    padding: 13px 59px!important;
}
.final-title{
    margin: 150px 0 62px ;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 29px;
    color: #4F4F4F;
}
.final-result{

    margin: 0 0 50px;
}
.glyphicon-calendar{
    display: none!important;
}
.final-result .item:first-child{
    margin: 0 25px 0 0;
}
.final-result .title{
    font-weight: bold;

}
.final-result .title{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}
.final-result .subtitle{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #4F4F4F;
    margin: 0 0 10px 0;
}
.final-table{
    margin: 0 0 60px!important;
}
.text-center{
    align-items: center!important;
}
.final-table td{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.final-table_title{
    background: #2E417C;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #C4C4C4;
    color: #FFFFFF;
    border: 1px solid #C4C4C4;
}

.hello-title{
    margin: 150px 0 25px 0;
}
@media (max-width: 765px) {
    .container.title {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .pagination {
        display: block!important;
    }
    .end-test{
        margin: 15px 0 0;
        padding: 15px 18px;
}
    .logos div:last-child{
        margin-left: auto;
    }
    .final-title{
        margin: 75px 0 50px;
    }


}

@media (max-width: 350px) {
    h3.text-center {
        font-size: 44px;

    }
}