

/* Start:/local/templates/aspro-medc2/components/astobr/form.medc2/popup_testing/style.css?17162047241954*/
.form-online .modal-title {
    color: #ffffff;
    text-shadow: unset;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.form-online .modal-content{
    border-radius: 3px;
    box-shadow: unset;
    border: unset;
}
.form-online .modal-header {
    background: #00569D;
    color: #ffffff;
    padding: 24px 24px 24px 24px;
}
.form-online .modal-header .close {
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 1;
    color: #113A62;
    text-shadow: unset;
    font-size: 30px;
}
.form-online .modal-body{
    padding: 0px;
}
.test-online .form.popup .form-body {
    padding: 25px;
    background: #ECECEC;
}
.test-online .form.popup .form-footer{
    padding: 0 25px 25px;
    background: #ececec;
}
.test-online .form .form-footer .btn{
    background: #F3CB0A;
    border-color: #F3CB0A;
    color: #333333;
}
.test-online .form .form-group {
    margin-bottom: 10px;
}
.test-online .form-control {
    border: 1px solid #d8dadc;
    background: #fff;
    padding-left: 10px;
}

.test-online form .form-group.animated-labels label:not(.error){
    z-index: 2;
    left: 10px;
}
.test-online .form-group .form-control:focus{
    background: #ffffff !important;
    border-bottom: 1px solid #66afe9;
}
.test-online form .form-group.animated-labels.input-filed label:not(.error){
    display: none;
}
/*form to center*/
.modal.form-online {
    text-align: center;
    overflow: hidden;
}
.modal.form-online:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.form-online .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#notificationModal .modal-dialog {
	width: 450px;
}
#notificationModal .modal-header,
#notificationModal .modal-footer {
	border-top: none;
	border-bottom: none;
}
.form-online .form.popup.success .form-footer {
    display: none;
}
/* End */


/* Start:/local/components/astobr/exam/templates/.default/style.css?17599054316539*/
body .pagetitle{
    padding-bottom: 56px;
    border-bottom: 1px solid #E2E2E2;
}
.testing-result__title{
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #00569C;
    margin-bottom: 51px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.testing-result__title span:first-child{
    font-weight: 600;
}
.testing-result__title::after {
    content: '';
    width: 300%;
    height: 100vh;
    background: #F9F9F9;
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 191px;
}

/*test items*/
.testing-item {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #00569D;
    margin-bottom: 40px;
    display: none;
    overflow: hidden;
}
.testing-item.active{
    display: block;
}
.testing-item__question {
    background: #00569D;
    padding: 18px 24px;
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
}
.testing-item__answers{
    display: flex;
    flex-direction: column;
}
.testing-item__radio {
    position: relative;
    display: flex;
    cursor: pointer;
}
.testing-item__answers input {
    display: none;
}
.testing-item__radio::before {
    width: 25px;
    height: 25px;
    border: 1px solid #CBCBCB;
    content: '';
    position: absolute;
    border-radius: 20px;
    background: #fff;
}
.testing-item__answers input[type="radio"] + .testing-item__radio::after,
.testing-item__answers input[type="checkbox"] + .testing-item__radio::after {
    width: 13px;
    height: 13px;
    content: '';
    position: absolute;
    background: linear-gradient(349.38deg, #00569D 7.18%, #00BAFF 70.57%);
    box-shadow: inset 0px 0px 0px 2px #005ca39e;
    border-radius: 100px;
    left: 6px;
    top: 6px;
    opacity: 0;
}
.testing-item__answers input[type="radio"]:checked + .testing-item__radio::after,
.testing-item__answers input[type="checkbox"]:checked + .testing-item__radio::after {
    opacity: 1;
}
.testing-item__text {
    padding-left: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.testing-item__answers div {
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 18px;
    transition: .2s;
}
.testing-item__answers div:hover {
    background: #00569d14;
}
.testing-item__next {
    padding: 18px 24px;
}
.testing-item__next .btn-yellow {
    background: #F3CB0A;
    border-radius: 50px;
    min-width: 145px;
}
/*results*/
.testing-item.results-testing {
    border: 1px solid transparent;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
}
.results-testing .testing-item__question {
    text-align: center;
}
.testing-item__results {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 40px;
    padding-bottom: 40px;
}
.testing-item__success,
.testing-item__error {
    min-width: 271px;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    border-radius: 50px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.testing-item__success{
    background-color: #92D3B8;
}
.testing-item__error {
    background-color: #FFC9DC;
    margin-left: 15px;
}
.testing-item__success svg, 
.testing-item__error svg {
    position: absolute;
    left: 10px;
}
/*btns*/
.testing-item__btns {
    display: flex;
    flex-direction: row;
    padding: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.testing-item__btns .btns + .btns {
    margin-left: 20px;
}
.testing-item__btns .btns {
    min-width: 172px;
    background: #fff;
    height: 35px;
    border-radius: 50px;
    border: 1px solid #00569C;
    color: #00569C;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    transition: .2s;
}
.testing-item__btns .btns:hover {
    background: #00569C;
    color: #fff;
}
/*error or succes answers*/
.testing-result-item.error {
    border: 1px solid #FFC9DC;
}
.testing-result-item.error .testing-item__question {
    background: #FFC9DC;
    color: #000000;
}
.testing-result-item.success {
    border: 1px solid #92D3B8;
}
.testing-result-item.success .testing-item__question {
    background: #92D3B8;
    color: #000000;
}
/*results*/
.testing-result-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.checkox-only-error{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #333333;
}
.checkox-only-error::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
}
.checkox-only-error::after{
    content: '';
    position: absolute;
    background-size: 20px;
    background-repeat: no-repeat;
    box-shadow: none;
    width: 20px;
    height: 20px;
    left: 0px;
    z-index: 5;
    display: block;
    top: 0;
    opacity: 0;
    border-radius: 3px;
    background-image: url(/local/templates/aspro-medc2/images/medc2.png);
    background-position: -160px -183px;
}
#checkox-only-error:checked + .checkox-only-error::after{
    opacity: 1;
    background-color: #00569c;
    border-color: #00569c;
    background-image: url(/local/templates/aspro-medc2/images/medc2.png);
    background-position: -160px -183px;
    background-repeat: no-repeat;
    background-size: auto;
}
.testing-result-item {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #00569D;
    margin-bottom: 40px;
}
.testing-result-item label{
    cursor: default;
}
.testing-item__circle {
    position: relative;
}
.testing-item__circle::before {
    width: 25px;
    height: 25px;
    border: 1px solid #CBCBCB;
    content: '';
    position: absolute;
    border-radius: 20px;
    background: #fff;
}
.testing-item__circle.checked::after {
    width: 13px;
    height: 13px;
    content: '';
    position: absolute;
    border-radius: 100px;
    background: linear-gradient(349.38deg, #A1A1A1 7.18%, #EEEEEE 70.57%);
    box-shadow: inset 0px 0px 0px 2px #b6b6b69e;
    left: 6px;
    top: 6px;
    z-index: 1;
}
.testing-result-item .testing-item__text {
    color: #B8B8B8;
}
.testing-result-item .user-responce .testing-item__text {
    color: #333333;
    font-weight: 600;
}
.user-responce .testing-item__circle.checked::after {
    background: linear-gradient(349.38deg, #33C789 7.18%, #A8FFDB 70.57%);
    box-shadow: inset 0px 0px 0px 2px #33C789;
}
/* End */
/* /local/templates/aspro-medc2/components/astobr/form.medc2/popup_testing/style.css?17162047241954 */
/* /local/components/astobr/exam/templates/.default/style.css?17599054316539 */
