* { 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
body {
    margin: 0;
    background: #002845 url(./Images/briefing-background.gif);
    font-family: Arial;
     font-stretch:condensed;
}

h1 { font-weight: bold; text-align: center; color: #1d77b5; font-size: 26px; text-transform: uppercase; margin: 0 0 30px 0; }
h2 { font-weight: normal; text-align: center; color: #1d77b5; font-size: 22px; margin: 0; padding: 0; }
h3 { font-weight: bold; text-align: center; color: #1d77b5; font-size: 19px; text-transform: uppercase;}

a { color: #009ce4; }

textarea, input {
    border: none;
    outline: none;
}

button {
    outline: none;
}

.global-container {
    margin: 10px 0 10px 10px;
}

.inscription { font-weight: bold; font-size: 22px; color: #171717; }

.step { text-align: left; margin-bottom: 15px; }
.step .inscription { padding-left: 20px; font-size: 24px; font-weight: normal; }
.step .step-bullet { background: #1d77b5; font-size: 29px; font-weight: bold; padding: 1px 15px; color: #fff; border-radius: 23px; display: inline-block; margin-top: -7px; }

#content {
    padding: 20px;
    border: solid #09476f;
    border-width: 2px 2px 2px 0;
    border-radius: 11px;
    margin: 0 10px 0 0;
    background: #fff url(./Images/briefing-bg-main.png) no-repeat center center;
    position: relative;
    overflow: auto;
}

#content-table {
    height: 100%;
    width: 100%;
    display: table;
}

.content-row {
    display: table-row;
    height: 100%;
}

.content-footer {
    display: table-row;
    height: 1px;
    text-align: center;
}

#main-logo {
    position: absolute;
    top: 15px;
    left: 0;
    background: url("./Images/logo.png") no-repeat scroll top center transparent;
    width: 100%;
    height: 143px;
    z-index: 1001;
}

.sidebar-system-button { left: 12px; width: 310px; text-transform: uppercase;vertical-align: bottom; width: 100%; }

.auth-session-participant { padding: 12px; background: #1c4f7a; position: relative; }
.auth-session-participant .wrapper { overflow: hidden; max-height: 110px; }
.auth-session-participant .photo { background: url(./Images/briefing-anon-photo.gif); width: 85px; height: 108px; float:left; margin-left: 3px; background-size: cover; }
.auth-session-participant .photo img { width: 100%; height: 100%; }
.auth-session-participant .name { margin-left: 100px; font-weight: bold; text-transform: uppercase; color: #fff; font-size: 11px; text-overflow: ellipsis; overflow: hidden; }
.auth-session-participant .position { margin-left: 100px; font-size: 11px; color: #fff; text-overflow: ellipsis; overflow: hidden; }
.auth-session-participant .placeholder { clear: both; }

#current-participant .name,
.anonymous-participant .name { color: #8da7be; text-overflow: ellipsis; overflow: hidden; }
.anonymous-participant .position { display: none; }
#current-participant .photo { border: solid 3px #83e1ff; margin-left: 3px; margin-top: 3px; }
.anonymous-participant .photo { margin-top: 3px; }
/* Из-за обводки фотографии, высота блока увеличивается*/
#current-participant .wrapper,
.anonymous-participant .wrapper { height: 168px; }
#current-participant, .anonymous-participant.auth-session-participant { border-radius: 11px; }
div[class="auth-session-participant"]:first-of-type { border-top-left-radius: 11px; border-top-right-radius: 11px; }
div[class="auth-session-participant"]:last-of-type { border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; }
div[class="auth-session-participant"]~div[class="auth-session-participant"] { padding-top: 0; }

#participants:not(:empty) {
    margin-top: 12px;
}

.auth-session-list { margin-top: 12px; }
.auth-session-content { background: #1c4f7a; border-radius: 0 0 11px 11px; }
.auth-session-content-collapsed 
{ 
    overflow-y: hidden;
    background: #1c4f7a url(./Images/briefing-group.png) no-repeat 12px 15px; 
    padding: 12px 12px 12px 78px; 
    text-transform: uppercase; 
    font-size: 12px;
    color: #fff; 
    height: 116px;
    font-weight: bold; 
}
.auth-session-content-collapsed .participant { overflow: hidden; text-overflow: ellipsis; }
.auth-session-content-expanded { overflow-y: hidden; max-height: 1022px; }
.auth-session-content-expanded .expanded-content-wrapper { padding: 6px 0; }
.auth-session-content-expanded .auth-session-participant { padding-top: 6px; padding-bottom: 6px; margin-bottom: 0; }
.auth-session-list-opener { border-bottom: solid 1px #263957; height: 47px; border-radius: 11px 11px 0 0; cursor: pointer; }
.auth-session-list-closed .auth-session-list-opener
{ 
    background: url(./Images/briefing-side-open.png) no-repeat center center,
                -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1778bc), color-stop(100%,#075289)); /* Chrome,Safari4+ */
    background: url(./Images/briefing-side-open.png) no-repeat center center,
                -webkit-linear-gradient(top,  #1778bc 0%, #075289 100%); /* Chrome10+,Safari5.1+ */
    background: url(./Images/briefing-side-open.png) no-repeat center center,
                linear-gradient(to bottom,  #1778bc 0%,#075289 100%); /* W3C */
}

.auth-session-list-opened .auth-session-list-opener
{ 
    background: url(./Images/briefing-side-close.png) no-repeat center center,
                -webkit-gradient(linear, left top, left bottom, color-stop(0%,#075289), color-stop(100%,#1778bc)); /* Chrome,Safari4+ */
    background: url(./Images/briefing-side-close.png) no-repeat center center,
                -webkit-linear-gradient(top,  #075289 0%,#1778bc 100%);  /* Chrome10+,Safari5.1+ */
    background: url(./Images/briefing-side-close.png) no-repeat center center,
                linear-gradient(to bottom,  #075289 0%,#1778bc 100%); /* W3C */
}

.button-select-list { margin-top: -10px; display: table; width: 100%; position: relative; }
.button-select-list .items-container-wrapper-wrapper { display: table-row; }
.button-select-list .items-container { overflow: hidden; }
.button-select-list .items-container .briefing-button {
     margin-top: 10px;
     width: 100%;
}

.button-select-list.one-column .items-container .briefing-button { margin-top: 20px; height: 122px; font-size: 29px; }

.button-select-list.one-column .items-container-wrapper.one-page { display:table-cell; vertical-align: middle; }
.button-select-list.one-column .items-container-wrapper.one-page .items-container { height: auto; margin-bottom: 140px; }
.button-select-list.one-column .items-container-wrapper:not(.one-page) .items-container { height: 900px; }


.content-footer .pager-wrapper {
    bottom: 0;
    right: 0;
    width: 100%;
}
.content-footer .pager-wrapper .pager {
    height: 89px;
    margin-top: 20px !important;
}

.content-footer .pager .pager-button-backward { float: left; width: 89px; }
.content-footer .pager .pager-button-forward { float: right; width: 89px; }
.content-footer .pager .current { padding-top: 33px; }
.content-footer .pager { margin: 20px 0 0 0; }
.content-footer .footer-buttons { margin-top: 40px; }

.one-column .pager{ width: auto; }

.strike {
     background-color: #01253f; 
     height: 2px; 
     border: 0; 
     margin-left: 12px; 
     margin-right: 12px;
}

@media screen and (max-width: 568px) {
    .pager-wrapper .pager {
        margin-top: 0 !important;
    }

    .button-select-list.one-column .items-container .briefing-button, .briefing-button {
        font-size: 0.8em !important;
    }

    .inscription {
        font-size: 0.8em !important;
    }
}

#bottom-menu .briefing-button, #bottom-menu .briefing-checkbox {
     margin: 20px;
}

#bottom-menu .briefing-button .briefing-button-text {
    text-transform: uppercase;
}

#bottom-menu .briefing-button-small { width: 89px; }
#bottom-menu .briefing-button-middle { width: 198px; margin-left: 0px; }

#sidebar .sidebar-table { display: table; width: 100%; }
#sidebar .sidebar-table-row-group { display: table-row-group; }
#sidebar .sidebar-table-footer-group { display: table-footer-group; height: 1px; }
#sidebar .sidebar-table-row { display: table-row; }
#sidebar .sidebar-content, #sidebar .sidebar-footer { display: table-cell; }
#sidebar .sidebar-footer { padding: 10px 10px 0 0; }

#sidebar .pager { width: 100%; }
#sidebar .pager .pager-button-up,
#sidebar .pager .pager-button-down { height: 31px; width: 100%; border: solid 2px #09476f; }

#sidebar .pager .pager-button-down
{
    background: url(./Images/briefing-sidebar-pager-down.png) no-repeat center center,
                -webkit-gradient(linear, left top, left bottom, color-stop(0%,#075289), color-stop(100%,#1778bc)); /* Chrome,Safari4+ */
    background: url(./Images/briefing-sidebar-pager-down.png) no-repeat center center,
                -webkit-linear-gradient(top, #075289 0%,#1778bc 100%);  /* Chrome10+,Safari5.1+ */
    background: url(./Images/briefing-sidebar-pager-down.png) no-repeat center center,
                linear-gradient(to bottom, #075289 0%,#1778bc 100%); /* W3C */
    border-radius: 0 0 11px 11px;
}

#sidebar .pager .pager-button-up
{
    background: url(./Images/briefing-sidebar-pager-up.png) no-repeat center center,
                -webkit-gradient(linear, left top, left bottom, color-stop(0%,#075289), color-stop(100%,#1778bc)); /* Chrome,Safari4+ */
    background: url(./Images/briefing-sidebar-pager-up.png) no-repeat center center,
                -webkit-linear-gradient(top, #075289 0%,#1778bc 100%);  /* Chrome10+,Safari5.1+ */
    background: url(./Images/briefing-sidebar-pager-up.png) no-repeat center center,
                linear-gradient(to bottom, #075289 0%,#1778bc 100%); /* W3C */
    border-bottom: none;
}

.tab 
{ 
    display: block;
    text-align: center;
    height: 165px; 
    color: #fff; 
    font-weight: normal;
    border: solid 2px #09476f; 
    border-right: 0; 
    border-radius: 11px 0 0 11px;
    background: #2c72aa; /* Old Browsers */
    background: -moz-linear-gradient(top, #2c72aa 0%, #216195 50%, #2983be 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #2c72aa), color-stop(50%, #216195), color-stop(100%, #2983be)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #2c72aa 0%, #216195 50%, #2983be 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2c72aa 0%, #216195 50%, #2983be 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #2c72aa 0%, #216195 50%, #2983be 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #2c72aa 0%, #216195 50%, #2983be 100%); /* W3C */
}
.tab .tab-wrapper { display: table; }
.tab .tab-inner-wrapper { display: table-cell; vertical-align: middle; padding: 6px; }
.tab .tab-wrapper,
.tab .tab-inner-wrapper { width: 100%; height: 100%; }
.tab .name { font-size: 19px; text-transform: uppercase; }
.tab .tip { font-size: 16px; }

.tab:hover
{
    color: #fff;
    color: rgba(255,255,255,0.75);
}

.active-tab 
{ 
    border-color: #5ea3d3; 
    color: #333; 
    background: #c9e6f9;/* Old Browsers */
    background: -moz-linear-gradient(top, #c9e6f9 0%, #a1d4f4 50%, #bbedf7 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c9e6f9), color-stop(50%, #a1d4f4), color-stop(100%, #bbedf7));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #c9e6f9 0%, #a1d4f4 50%, #bbedf7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c9e6f9 0%, #a1d4f4 50%, #bbedf7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c9e6f9 0%, #a1d4f4 50%, #bbedf7 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #c9e6f9 0%, #a1d4f4 50%, #bbedf7 100%);/* W3C */
}

.active-tab:hover
{
    color: #333;
}

.question .question-text { display: table; margin-bottom: 30px; width: 100%; }
.question .question-text-wrapper
{ 
    display: table-cell; 
    text-align: center; 
    vertical-align: bottom; 
    font-size: 32px; 
    color: #171717; 
    font-weight: bold; 
}
.question .question-answers { display: table; width: 100%; }
.question .question-answers-wrapper { display: table-cell; text-align: center; vertical-align: middle; }
.question .question-answers-wrapper .briefing-checkbox { width: 80%; height: auto; }
.question .question-answers-wrapper .answer-incorrect .briefing-checkbox-text { text-decoration: line-through; }

.question-answers-wrapper > .answer {
    padding-bottom: 10px;
}

.question .question-answers-wrapper .briefing-checkbox-text img,
.question .question-text-wrapper img { width: auto !important; height: auto !important; max-height: 100px; }

.timer-progress-line { border-radius: 9px; background: #d9dde2; padding: 12px; }
.questions-progress-line { border-radius: 9px; background: #1c4f7a; padding: 12px; }
.questions-progress-line-wrapper, .timer-progress-line-wrapper { display: table; width: 100%; }
.questions-progress-line .question-results,
.questions-progress-line .question-numbers,
.timer-progress-line .timer-seconds { display: table-row; }
.questions-progress-line .question-results .question-result,
.questions-progress-line .question-numbers .question-number,
.timer-progress-line .timer-seconds .timer-second { display: table-cell; height: 10px; text-align: center; }
.questions-progress-line .question-results .question-result,
.timer-progress-line .timer-seconds .timer-second { background: #e5e9ec; border: solid 1px #9da1a4; width: 1%; min-width: 20px; }
.questions-progress-line .question-results .question-result-correct,
.timer-progress-line .timer-seconds .timer-second-passed { background: #1cb004; border: solid 1px #48883c; }
.questions-progress-line .question-results .question-result-incorrect { background: #d00407; border: solid 1px #a32f32; }
.questions-progress-line .question-numbers { font-size: 19px; color: #fff; }

.test-state { font-size: 40px; font-weight: bold; color: #fff; text-transform: uppercase; border-radius: 8px; margin-bottom: 20px; text-align: center; }
.test-passed { background: #64c736; }
.test-failed { background: #e11f27; }

.result-failed-left, .result-failed-gap, .result-failed-right { float: left; height: 100%; position: relative; }
.result-failed-left { width: 58%; }
.result-failed-gap { width: 4%; }
.result-failed-right { width: 38%; }

.notify 
{  
    position: absolute;
    top: 30px;
    margin-top: -13px;
    display: inline-block;
    font-size: 22px;
    line-height: normal;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 100px;
    background: #262827;/* Old Browsers */
    background: -moz-linear-gradient(top, #262827 0%, #3b5065 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #262827), color-stop(100%, #3b5065));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #262827 0%, #3b5065 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #262827 0%, #3b5065 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #262827 0%, #3b5065 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #262827 0%, #3b5065 100%);/* W3C */
}
.notify .notify-inner
{
    display: inline-block;
    border-radius: 100px;
    width: 27px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: -1px -1px 0 #6a6a6c;
}
.notify-red { right: 37px; }
.notify-red .notify-inner { background: #c10c01; border: solid 1px #940000; }
.notify-yellow { right: 5px; }
.notify-yellow .notify-inner { background: #eb9713; border: solid 1px #8d5108; }

#columns-box h1 { color: #19669b; font-size: 24px; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em }
#columns-box h2 { color: #1d77b5; font-size: 22px; margin-top: 1em; margin-bottom: 0.5em }
#columns-box h3 { color: #303030; font-size: 19px; margin-top: 1em; margin-bottom: 0.5em }

#columns-box table { width: 100%; border: solid 1px black; border-collapse: collapse; }
#columns-box table tr td
{ 
    border-right: solid 1px black !important; 
    border-bottom: solid 1px black !important;
    vertical-align: middle !important;
    text-align: center !important;
    padding: 12px;
    width: auto !important;
}
#columns-box table tr td p {
    margin: 0;
    text-align: center !important;
    width: 100%;
    font-size: 16px;
}
#columns-box table tr td:last-child { border-right: 0 !important; }
#columns-box table tr:last-child td { border-bottom: 0 !important; }

/*title*/
#bg-titul{ 
    position: absolute;
    top: -50px;
    left: 0;
    background: url("./Images/_briefing-img-titul.png") no-repeat scroll top center transparent;
    width: 100%;
    height: 528px;
    z-index: 1000;
}

#bg-titul-gradient{
    width: 100%;
    height: 387px;
    background: #f9fefe;/* Old Browsers */
    background: -moz-linear-gradient(top, #f9fefe 0%, #f1fcfe 25%, #c6f2f9 50%, #89d7ed 75%, #6ec4e1 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9fefe), color-stop(25%, #f1fcfe), color-stop(50%, #c6f2f9), color-stop(75%, #89d7ed), color-stop(100%, #6ec4e1));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #f9fefe 0%, #f1fcfe 25%, #c6f2f9 50%, #89d7ed 75%, #6ec4e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9fefe 0%, #f1fcfe 25%, #c6f2f9 50%, #89d7ed 75%, #6ec4e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9fefe 0%, #f1fcfe 25%, #c6f2f9 50%, #89d7ed 75%, #6ec4e1 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #f9fefe 0%, #f1fcfe 25%, #c6f2f9 50%, #89d7ed 75%, #6ec4e1 100%);/* W3C */
}
#settings{ 
    position: absolute;
    z-index: 2000;
    top: 44px;
    right: 67px;
}
#preshift-briefing{ 
    position: absolute;
    z-index: 2000;
    top: 44px;
    left: 67px;
}
#areas{
    margin-top: 10px;
    position: relative;
    z-index: 1000;
}

.pager .pager-button-backward img, .pager .pager-button-forward img {
    display: block;
    margin: 0 auto;
}

.text-center .briefing-button .briefing-button-main .briefing-button-wrapper .briefing-button-text {
    min-width: 450px;
}

.text-center .briefing-button {
    margin-bottom: 10px;
}

.splash-page {
    position: relative;
    overflow: auto;
    min-width: 850px;
}

.nopadding {
    padding: 0 !important;
}

@media (min-width: 992px) {
    #sidebar {
        height: calc(100vh - 20px);
    }

    #content {
        height: calc(100vh - 20px);
    }
}

@media (max-width: 992px) {
    .tab {
        border-radius: 11px;
        margin-right: 10px;
    }

    #content {
        border-top-left-radius: 11px;
        margin-top: 10px;
    }
}

.auth-photo-container {
    width: 385px;
    height: 484px;
    margin-left: auto;
    margin-right: auto;
    border: 2px groove gray;
}

#camera-container {
    position: relative;
    width: 640px;
    height: 480px;
    overflow: hidden;
}

#auth-evidence .no-camera-picture, 
#camera-container .no-camera-picture {
    background: url("./Images/photo-red.png") no-repeat 50% 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}


    #auth-evidence .no-camera-picture > p,
    #camera-container .no-camera-picture > p {
        color: red;
        font-size: 18px;
    }

#sidebar a:focus, #sidebar a:hover {
    text-decoration: none;
}

.image-zoom-loupe-container {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.image-zoom-link-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #01253f;
    opacity: 0.5;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 3px;
}

.image-zoom-link-wrapper:hover {
    opacity: 1;
}

#enter-multiple {
    margin: 0 !important;
}

#go-back-button {
    margin: 10px 0 0 0 !important;
}

#exit-multiple {
    margin: 10px 0 0 0 !important;
}

#image-modal-container .modal-body {
    overflow: auto;
}

.dont-break-out {
    /* Non standard for webkit */
     word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.briefing-answer-instruction-code {
    padding-top: 11px;
}

.briefing-question-help {
    cursor: pointer;
}

.modal-footer button.briefing-button {
    height: 70px;
    width: 355px;
    margin: 0 auto;
    display: block;
    outline: 0
}

.qrcode-icon, .qrcode-icon-disabled {
    width: 42px;
    height: 75px;
    background: url("./Images/br_qrcode.png") no-repeat;
    -ms-background-size: contain;
    background-size: contain;
}

.qrcode-container {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    white-space: nowrap;
}

#qrcode > img {
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.mobile-store {
    padding-top: 5px;
}

.play-market {
    width: 170px;
}

.app-store {
    width: 150px;
}

@media (max-width: 1450px) {
    .max-width-limiter {
        max-width: 800px;
    }
}

#preshiftTakePhotoButton, #timer-container {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.answer-shadow{
    padding: 8px !important;
    margin: 10px auto 20px;
    line-height: 1.4em;
    display: table;
    width: 95%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-stretch: condensed;
    font-size: 24px;
    text-align: center !important;
    box-sizing: border-box;
    border: solid 1px #676a6f;
    border-radius: 14px !important;
    background: #ffffff;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(42%, #c1bfbe), color-stop(100%, #000000));
    background: linear-gradient(to bottom, #ffffff 0%, #c1bfbe 42%, #000000 100%);
}

.inner-border-drag{
    padding: 10px 10px 10px 13px;
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
    border: solid 1px #a3a8ae;
    box-shadow: inset 0 0 0 1px #585858;
    border-radius: 10px;
    overflow: hidden;
    background: #e5eef5;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e5eef5), color-stop(50%, #dae5ee), color-stop(100%, #f0f4f5));
    background: linear-gradient(to bottom, #e5eef5 0%, #dae5ee 50%, #f0f4f5 100%) !important;
}

.drag-padding {
    padding-left: 30px;
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-mirror .inner-border-drag{
    background: #c5e2f6;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c5e2f6), color-stop(50%, #92ccee), color-stop(100%, #b2ebfb));
    background: linear-gradient(to bottom, #c5e2f6 0%, #92ccee 50%, #b2ebfb 100%) !important;
}

.gu-mirror .drag-icon-briefing {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABoCAMAAAAqwkWTAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAWlBMVEUAAAAVtQAYtwAXtQAYtgAZtQAZtgAYtQAYtwAWtgAZtQAQvwAZtgAYtQAYtQAYtQAYtgAYtgAZtgAYtgAZtgAZtQAYtgAZtQAXtQAYtwAYtwAYtgAZtgD///9gfKxqAAAAHHRSTlMAMCBvv8+Pn0BQ7xCQYOCAoPCv33CwwNBPf18/uip3EAAAAAFiS0dEHesDcZEAAAAHdElNRQfjChcLAzDa2ziFAAAC2ElEQVRo3u1Y27KbMAwEB4LBAZtyO6T8/3cWWcIhnEA6kTntg/chQxhGi6T1WiaKAgICAgICAgIC/jniH+AQl2QCpNdT2UQ2PZDI03jyYnpCps7huU1bpKcwlRi80rmUpalPY5JIszRGafv/l3+iBuKaVQbSJpX75mkhajdfiGvSJFcxX8VwqzkjoXrOpyTlXRby0i+PfXs9K9wprp3vVpSlR9jWq0itVlKMKRV+icwcsieJD3k+gDPM/SJCj+hBcrhmoVMxCc6/7npsUY+JIWPjbnsm6qhVIG1VWwr/RAYzsKIzcAO6VVh7WJu4+hrHL5YttZQKCBpDD5ay1MhzT2fju4zk6uJzophSsY6XwB25UpxKn129YAikp7i9cwNjKUXWTM2Gh6X5knYFu3QKaIMAPWTTaxSfV28gJj0tStNPoeseiIc4ivFJXpemVFphW4mjMhZo27Xclflz1dMOm7XPepg1ciODECRBVS3lZTG1vZO4vUILHNZx7RvcPiaKcls1I92GJxavizejl+GlFInO5mJcD7apuAfZW6LUgoSNLxzvTJEdS3gO2lneHnInTR4elreHmnZ7Bu7j5XfuJL4Hwx0npJ3v7M9ht+1aYPA8piCgOxCweFvcQ6jmyd+ObKZi2VC7MekDXXWsJqFdyltNRAczvl7mmI8AlaughDdi2u8CTw2VW6iSDki7j0oWERS+wG1addNhKB6RXI8ebX3kQ5Knb0zjin+EPjAZXkaRGrA17/2SSRQpg1PO26IAUc0gwtZA+d5soLx1ZIHz1NQcJaXGgmVBFIWW635S9+adQ/0lJI50xf11ygnNYWyeR1LJ9yFb0ZhceTqvU1Lfzigjnqdrf+cztczea6qcNizt9SOR6DZUrjke5p/X9Zsy+WhO750GUC5U6RWb05/2YbJcn158Se018n45jJ1KAxDwRbL2K7UdqLb9CZqAgICAgICAgID/C38AcJBlhy9HvN8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTAtMjNUMTE6MDM6NDgrMDM6MDBCP27/AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTEwLTIzVDExOjAzOjQ4KzAzOjAwM2LWQwAAAABJRU5ErkJggg==") !important;
    background-repeat: no-repeat;
    background-position: -10px;
    background-size: 52px;
    width: 98%;
}

.question-td img {
    width: 50% !important;
}

.pinned-to-top-right-container {
    position: absolute;
    z-index: 1000;
    right: 0;
}

ul.learning-panel-container {
    list-style-type: none;
    margin-top: 2px;
    margin-right: 11px;
}

ul.learning-panel-container li {
    background: #01253f;
    text-align: center;
    height: 65px;
    width: 69px;
    border: 0;
}

ul.learning-panel-container li:first-child {
    border-radius: 10px 10px 0px 0px;
    padding-top: 20px;
}

ul.learning-panel-container li:not(:first-child) {
    padding-top: 10px;
}

ul.learning-panel-container li:last-child {
    border-radius: 0px 0px 10px 10px;
}

.learning-panel-icon {
    background: #01253f url(./Images/learningpanel.png);
    height: 35px;
    width: 35px;
    display: inline-block;
}

.leaning-panel-back-icon {
    background-position: 70px 35px;
}

.position-in-ratingtable {
    height: 22px;
    margin: 0 0 20px;
    font-size: 19px;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.rating-container {
    height: 304px;
    margin-bottom: 10px;
    padding: 20px 2px 21px 3px;
    border-radius: 10px;
    background-color: #011d31;
}

.rating-period {
    height: 44px;
    margin: 20px 0;
    font-size: 19px;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 0 1em 0 1em;
}

@media (min-width: 1230px) {
    .rating-period {
        padding: 0 2em 0 2em;
    }
}

.rating-statistic {
    height: 95px;
    margin-bottom: 32px;
    width: 100%;
    display: flex;
    align-items: center;
}

.box {
    flex: 1;
    display: flex;
}

.rating-diagram {
    padding: 0 15px 0 15px;
    width: 125px;
    max-width: 125px;
}

.wrong-precentage {
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    color: #f71735;
    justify-content: right;
    margin-bottom: auto;
    padding-top: 10px;
}

.correct-precentage {
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    color: #7be000;
    margin-left: auto;
    justify-content: left;
    margin-top: auto;
    padding-bottom: 10px;
}

.rating-legenda {
    width: 100%;
    text-align: center;
}

.green-dot {
    width: 16px;
    height: 16px;
    object-fit: contain;
    border: solid 3px #7be000;
    display: inline-block;
    border-radius: 10px;
    margin: 0 0 2px 40px;
}

.red-dot {
    width: 16px;
    height: 16px;
    object-fit: contain;
    border: solid 3px #f71735;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 2px;
}

.rating-legenda-text {
    display: inline-block;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    vertical-align: bottom;
    margin-left: 10px;
}