@font-face {
    font-family: exo2-bold;
    src: url(../fonts/exo2/Exo2-Bold.otf);
}

@font-face {
    font-family: exo2;
    src: url(../fonts/exo2/Exo2-Regular.otf);
}

@font-face {
    font-family: proxyKZ;
    src: url(../fonts/proxykz/ProxyKZ_Regular.ttf);
}

@font-face {
    font-family: proxyKZBold;
    src: url(../fonts/proxykz/ProxyKZBold.ttf);
}

@font-face {
    font-family: exo2-bold;
    src: url(../fonts/exo2/Exo2-Bold.otf);
}

@page {
    size: auto;   /* auto is the initial value */
    margin: 5mm;  /* this affects the margin in the printer settings */
}

/*body.overflow-hidden {*/
/*overflow:hidden !important;*/
/*}*/

.modal .controller {
    border-bottom: none;
}

.relative {
    position: relative;
}

img {
    max-width: 100%;
}

.loading_body {
    position: fixed;
    left: 100px;
    top: 50%;
    margin-top: -50px;
    z-index: 99999;
    display: none;
}

.inline-block {
    float: none;
    display: inline-block !important;
    vertical-align: middle;
}

div p:last-child {
    margin-bottom: 0;
}


img.croppr {
    max-width: none;
}

.jcrop-keymgr {
    display: none;
}

/* FILE UPLOADER */

.uploader-widget .file-upload {
    padding: 30px;
    border: 8px dashed #eee;
    border-radius: 10px;
}

.uploader-widget .file-upload.dragging {
    border-color: #28a4c9;
}

.uploader-widget .file-upload.hovered {
    border-color: #68d286;
}

.uploader-widget .uploader-inner {
    position: relative
}

.uploader-widget input[type='file'] {
    opacity: 0;
    filter: alpha(opacity=0);
}

.file {
    vertical-align: middle;
    padding: 5px
}

.file .file-icon {
    width: 40px;
}

.file.upload-error {
    border-color: #dca7a7;
    background: #f2dede;
}

#medium_insert_upload_modal {
    z-index: 1049;
}

.EPager {
    clear: both;
}

.text-white {
    color: #fff;
}

.controller {
    position: relative;
}

.autocomplete-suggestions {
    width: auto !important;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #2c3e50;
    margin-top: 3px;
    border-radius: 4px;
}

.autocomplete-suggestion {
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.datepicker, .bootstrap-timepicker-widget {
    z-index: 9999 !important;
}

.input-xs {
    height: 25px;
    padding: 2px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border-width: 1px;
}

.nav-tabs-xs > li > a {
    padding-left: 3px;
    padding-right: 3px;
}

.modal-llg {
    width: auto;
    max-width: 80%;
}

.modal-fullscreen {
    width: 100%;
    max-width: 100%;
    height: 98%;
    margin: 5px;
}

.modal-fullscreen .modal-content, .modal-fullscreen .modal-content .modal-body, .modal-fullscreen .inner-wrapper, .modal-fullscreen .action-content {
    height: 100%;
}

.pagebreak {
    page-break-after: always;
}

.exo2 {
    font-family: exo2-bold;
}

.exo2 a {
    color: #999;
    text-decoration: none;
}

.text-light-gray {
    color: #777;
}

.bg-light-gray {
    background: #999;
}

.text-very-light-gray {
    color: #aaa;
}

.profile-photo {
    width: 48px;
    height: 48px;
    border-radius: 64px;
}

.modal .action-content {
    padding: 0;
}

.main-menu .nav-link {
    padding: 10px;
    border-radius: 0;
    color: #aaa;
}

.main-menu .nav-link.selected {
    color: #fff;
}

.pointer {
    cursor: pointer;
}


.hidden {
    display: none;
}

.print-object * {
    font-family: Arial !important;
}

@media print {
    .print-object {
        background-color: white;
        height: 100%;
        width: 100%;
        bottom: 0;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}

.nav-tabs .nav-link.mactive {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}

.nav-pills .nav-link.mactive {
    color: #fff;
    cursor: default;
    background-color: #0275d8;
}

.table-vertical-centered tr td, .table-vertical-centered tr th {
    vertical-align: middle;
}

.inactive {
    opacity: .7;
}

table.questions-table td, table.answers-table td {
    padding: 5px;
}

table.questions-table tr.question-row {
    font-size: 1.3em;
}

.questions .question .answer td.litera {
    font-size: 0;
    height: 32px;
}

.questions .question .answer td.litera * {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    border-bottom: 1px solid #eeeeee;
}

.submit-panel {
    padding: 20px;
    background-color: #fafafa;
    border-top: #ccc solid 1px;
    margin: 0 -20px -20px -20px;
}

.modal .submit-panel {
    margin: 0 -15px -15px -15px;
}

.media-left {
    padding-right: 20px;
}

.media-right {
    padding-left: 20px;
}

.questions .question .answer td.litera {
    font-size: 0;
    height: 32px;
}

.questions .question .answer td.litera * {
    font-size: 14px;
}

.top-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.banner {
    background: url("../img/nauryz_big.png") no-repeat center left;
    height: 150px;
    background-size: contain;
}


.headerCustom{
    height: 60px;
}
@media screen and (min-width: 1000px) {
    .hideOnBig{
        display: none!important;
    }
    .slim-scroll{
        height: 100%!important;
    }
    .hideOnBigOrganizations{
        display: none!important;
    }
    .orgNameMenu{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 1000px) {

    .banner {
        background: url("../img/nauryz.png") no-repeat center left;
        height: 150px;
        background-size: contain;
    }

    .organizationsListSmall{
        padding-left: 0px!important;
    }
    .organizationsListSmall h5{
        font-size: 16px;
    }
    .addOrganizations{
        margin-left: 0px!important;
    }
    .hideOnSmall{
        display: none!important;
    }
    .slim-scroll{
        height: 100%!important;
        overflow: visible!important;
    }
    .slimScrollDiv{
        height: 100%!important;
        overflow: visible!important;
    }
    .hideOnBigOrganizations{
        display: none!important;
    }
  
    .menuBottom{
        display: flex;
        flex-direction: column;
        padding-bottom: 16px;
        background: white;
    }
    .menuExit{
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tableContent{
        overflow: auto;
    }
    .chartsBody{
        flex-direction:column;
        overflow: auto;
    }
    .chartsBody .graph{
        max-width: 100%;
    }
    .menu-toggle{
        width: 100%!important;
        background: #fff;
    }
    .side-profile{
        overflow: auto!important;
        z-index: 10!important;
    }
    .side-profile .menu{
        overflow-y: hidden!important;
    }

}

@media screen and (max-width: 768px){
    .banner {
        background: url("../img/nauryz_small.png")  no-repeat center center;
        background-size: contain;
        height: 250px;
    }
    .mainController{
        padding-top: 100px!important;
        font-size: 28px!important;
    }
    .mainController input{
        height: 60px!important;
        font-size: 24px;
    }
    .mainController select{
        height: 60px!important;
        font-size: 24px;
    }
    .mainController h3{
        font-size: 28px;
    }
    .mainController h4{
        font-size: 24px;
    }
    .mainController .btn {
        height: 60px!important;
        font-size: 24px!important;
        padding: 0px 8px;
    }
    .organizationsListSmall h5{
        font-size: 30px!important;
    }
    .menu-toggle{
        font-size: 32px!important;
    }
    .side-profile{
        overflow: auto!important;
        width: 85%!important;
        margin-left: -3205px!important;
        /* z-index: 10000!important; */
        top: 100px!important;
    }
    .hideOnMobile{
        display: none;
    }
    .addOrganizations{
        margin-top: 16px;
    }
    .hideOnBigOrganizations{
        display: flex!important;
        padding: 0px 16px;
        margin: 32px 0px!important;
    }
    .hideOnBigOrganizations a{
        font-size: 32px!important;
        padding: 16px;
        text-align: center;
        border-radius: 0.4rem;
    }
    .small-menu-item{
        height: 100px;
    }
    .small-menu-item .menu-item{
        height: 100%;
        font-size: 32px!important;
    }
    .user-info{
        padding: 40px!important;
    }
    .user-info .userImage{
        width: 80px;
        height: 80px;
        max-width: 80px!important;
        max-height: 80px!important;
    }
    .user-info-content{
        margin-top: 24px!important;
    }
    .user-info-content .name{
        font-size: 32px;
    }
    .menu-item-icon img{
        height: 52px;
        width: 52px;
        max-width: 100%!important;
    }
    .headerCustom{
        height: 100px;
    }
    .headerCustom .show-menu{
        font-size: 40px!important;
        margin-left: 16px!important;
    }
    .menuBottom a{
        min-height: 56px;
        font-size: 32px;
    }
    .sidebar-collapsed .side-profile {
        width: 100px!important;
    }
    .sidebar-collapsed .user-info {
        padding: 8px!important;
    }
    .loginAuth{
        width: 500px;
        max-width: 500px!important;
        flex: 100%!important;
    }
    .btnLang a{
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        border-radius: 0.4rem;
    }
    .btnLang .btn-outline-success{
        border: 1px solid;
    }
    .orgNameMenu {
        display: flex;
        max-width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .orgNameMenu .orgName{
        display: flex;
        flex-direction: row-reverse;
    }
    .orgNameMenu .orgName .fa-sign-out-alt{
        margin-right: 16px;
    }
    .modal-lg{
        font-size: 28px;
        max-width: 100%;
        left: 10px;
    }
    .modal-lg select{
        height: 60px!important;
        font-size: 24px;
        margin-top: 8px!important;
    }
    .modal-lg input{
        height: 60px!important;
        font-size: 24px;
        margin-top: 8px!important;
    }
    .modal-lg h4{
        font-size: 32px;
    }
    .modal-lg .btn {
        height: 60px!important;
        font-size: 24px!important;
        padding: 0px 8px;
        margin-top: 8px!important;
    }
}

.color-line {
    height: 6px;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
}

.color-line div {
    display: inline-block;
    width: 10%;
    height: 100%;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
}

.der {
    border: 0;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.white-block {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(176, 186, 197, 0.600289);
    border-radius: .5rem;
}

.filter-panel.signing-page {
    background: #fff;
    box-shadow: 0 2px 6px rgba(176, 186, 197, 0.600289);
    border-radius: .5rem;
}

.filter-panel.signing-page .text-muted {
    padding: 20px 20px 0 20px;
}

.filter-panel.signing-page .row {
    padding: 0 20px 20px 20px;
}

.applicationHead {
    background: rgba(80, 184, 95, 0.1);
}

.backViewBtn {
    background: rgba(196, 200, 203, 0.5);
    /* opacity: 0.5; */
    border-radius: 4px;
    color: #2E384D !important;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.viewTitle {
    color: #152F4E;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

.f-16 {
    font-size: 16px;
}

.f-24 {
    font-size: 24px;
}

.statusText {
    width: 36px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-right: 6px;
}

.arrowsToSelect {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #50B85F;
    text-decoration: none !important;
    color: #FFFFFF!important;
}
.scanCount{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #152F4E;
}
.scanLabel{
    font-family:'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2E384D;
}
.previewBlock{
    display: flex;
    flex-direction: column;
    margin: 16px 0;
}

.arrowsToSelect.disabled {
    opacity: .65;
    pointer-events: none;
    cursor: default;
}

.mainBlockView {
    background: #fff;
    /* padding:20px; */
    box-shadow: 0 2px 6px rgba(176, 186, 197, 0.600289);
    border-radius: .5rem;
}

.selectTop {
    height: auto;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #152F4E;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
}

.scanItemsBody {
    width: 140vh !important;
    margin: auto;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloadScan {
    content: url('../img/download.svg');
}

.zoomIcon {
    color: rgba(152, 160, 166, 0.7);
    margin-bottom: 5px;
}

/* .scans-slider button{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(191, 197, 209, 0.5);
    border-radius: 50%;
    color: #98A0A6;
} */
/* .scanItemsBody .slick-prev{
    width: 40px;
    height: 40px;
    
} */

.scans-slider .slick-prev::before {
    width: 40px;
    height: 40px;
    /* background-image: url('../img/sliderBtn.svg'); */
    content: url('../img/sliderBtn.svg');
    opacity: 1;
    color: #98A0A6;
    display: inline-block;
}

.scans-slider .slick-prev.slick-item-active::before {
    content: url('../img/sliderBtn_active.svg');
    transform: rotate(180deg);
}

.scans-slider .slick-next::before {
    width: 40px;
    height: 40px;
    content: url('../img/sliderBtn.svg');
    transform: rotate(180deg);
    display: inline-block;
    opacity: 1;
    color: #98A0A6;
    margin-left: -16px;
}

.scans-slider .slick-next.slick-item-active::before {
    content: url('../img/sliderBtn_active.svg');
    transform: inherit;
}

.scans-slider{
    display: flex;
}

.scanItemsBody img {
    margin: auto;
    max-height: 80vh;
}

.modal .white-block, .white-block .white-block {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.truncate {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bordered-bottom {
    border-bottom: 1px solid #ddd;
}

.bordered-bottom:last-child {
    border-bottom: 0;
}

.invalid-feedback {
    display: block;
}

.actions-panel {
    width: 100%;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 45px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0s, opacity 0.1s 0.4s linear;
}

div:hover > .actions-panel {
    visibility: visible;
    opacity: 0.7;
}

.calendar .calendar-col-month {
    width: 33.33333333333%;
    padding: 33.33333333333% 0 0 0;
    cursor: pointer;
}

.calendar .calendar-col {
    width: 14.285%;
    padding: 14.285% 0 0 0;
    cursor: pointer;
}

.calendar .calendar-bubble {
    width: 5px;
    height: 5px;
}

.hover-border {
    cursor: pointer;
    border-bottom: 0;
}

.hover-border:hover {
    border-bottom: 2px solid;
}

.cke_textarea_inline {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


page {
    font-family: "Times New Roman" !important;
}

page[size="A4"] {
    background: white;
    width: 21cm;
    min-height: 29.7cm;
    display: block;
    box-shadow: 0 0 0.2cm rgba(0, 0, 0, 0.5);
    padding: 1cm 1cm 1cm 1cm;
    font-size: 11pt;
    line-height: 1.2;
}

page[size="A4"][orientation="landscape"] {
    max-width: 29.7cm;
    min-height: 21cm;
    padding: 1cm 1cm 1cm 1cm;
    min-width: 29.2cm;
}

page[size="A4"] p {
    margin-bottom: 0.05cm;
}

@media print {
    body, page[size="A4"] {
        margin: 0;
        box-shadow: 0;
    }
}

.side-profile {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 230px;
    overflow: hidden;
    display: inline-block;
    bottom: 0;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1;
}

.inner-content {
    padding-left: 235px;
    transition: all 0.5s;
}

.side-profile .user-info .image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: bottom !important;
}

.side-profile .user-info .info-container .name {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    max-width: 200px;
    color: #fff;
}

.side-profile .user-info .info-container .email {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    max-width: 200px;
    color: #fff;
}

.side-profile .menu {
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 60px);
    background: #fff;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 62px;
    z-index: 999999;
}

#preloader .bg {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sk-spinner-wave.sk-spinner {
    margin: -15px 0 0 -25px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    z-index: 2;
}

.sk-spinner-wave div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

#preloader.top .sk-spinner {
    top: 30px;
}

.chat-container {
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 227px);
}

.big-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.big-gutter > div {
    padding-left: 10px;
    padding-right: 10px
}

.font-bold {
    font-weight: bold;
}

.font-weight-6 {
    font-weight: 600;
}

.font-weight-4 {
    font-weight: 400;
}

.modal .modal-hidden {
    display: none;
}

.signing-modal .ModalTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    height: 50px;
    background: #50B85F;
    color: white;
    /* padding: 0px 24px; */
}

.panelBottom {
    margin: 0 !important;
}

.signing-modal .close {
    color: white;
}

.signing-modal .modal-body {
    padding: 0;
}

.signing-modal .modalArrow .left-arrow {
    content: url('../img/sliderBtn.svg');
    position: absolute;
    top: 50%;
    left: -70px;
}

.signing-modal .modalArrow .right-arrow {
    content: url('../img/sliderBtn.svg');
    position: absolute;
    top: 50%;
    right: -70px;
    transform: rotate(180deg);
    display: inline-block;
}

.signing-modal .slide-head-modal {
    /* height: 600px; */
}

.scanItemsBody .pdfobject-container {
    height: 80vh !important;
    width: 140vh !important;
}

.signing .modal-content {
    margin-left: 0;
}

.white-block .list-item:last-child hr {
    display: none;
}

.icon-circle {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    display: inline-block;
}

.icon-circle i {
    font-size: 18px;
    line-height: 36px;
}

.icon-circle-lg {
    width: 56px;
    height: 56px;
}

.icon-circle-lg i {
    font-size: 24px;
    line-height: 56px;
}

.icon-circle.img-icon i {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-top: 9px;
    background-position: center center;
    opacity: 0.95;
}

.icon-circle.img-icon.icon-circle-lg i {
    width: 34px;
    height: 34px;
    margin-top: 11px;
}

.icon-circle.img-icon i.icon-1 {
    background-image: url('../img/list_icons/icon1.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-2 {
    background-image: url('../img/list_icons/icon2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-3 {
    background-image: url('../img/list_icons/icon3.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-4 {
    background-image: url('../img/list_icons/icon4.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-5 {
    background-image: url('../img/list_icons/icon5.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-6 {
    background-image: url('../img/list_icons/icon6.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-7 {
    background-image: url('../img/list_icons/icon7.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-8 {
    background-image: url('../img/list_icons/icon8.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-9 {
    background-image: url('../img/list_icons/icon9.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-10 {
    background-image: url('../img/list_icons/icon10.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-11 {
    background-image: url('../img/list_icons/icon11.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-12 {
    background-image: url('../img/list_icons/icon12.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-13 {
    background-image: url('../img/list_icons/icon13.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.icon-circle.img-icon i.icon-14 {
    background-image: url('../img/list_icons/icon14.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.background-block {
    height: 160px;
    position: relative;
}

.background-block .block-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

body.blank {
    background: #f9f9f9;
}

@media (min-width: 400px) {
    .side-profile {
        margin-left: -235px;
    }

    .inner-content {
        padding-left: 0;
    }

}


@media (min-width: 992px) {
    .side-profile {
        margin-left: 0;
    }

    .inner-content {
        padding-left: 235px;
    }
}

body.side-hidden .side-profile {
    margin-left: -235px;
}

body.side-hidden .inner-content {
    padding-left: 0;
}

body.side-hidden .show-menu-block {
    display: block !important;
}


.side-profile.slide-menu {
    margin-left: 0 !important;
}

.lh-1 {
    line-height: 1.2;
}

.background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.material-link {
    padding-left: 20px;
    margin: 0 4px;
}

.material-link {
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: left center;

}

.material-link.icon-audio {
    background-image: url('../img/icons/audio.png');
}

.material-link.icon-conference {
    background-image: url('../img/icons/conference.png');
}

.material-link.icon-der {
    background-image: url('../img/icons/der.png');
}

.material-link.icon-doc {
    background-image: url('../img/icons/doc.png');
}

.material-link.icon-file {
    background-image: url('../img/icons/file.png');
}

.material-link.icon-flp {
    background-image: url('../img/icons/flp.png');
}

.material-link.icon-html {
    background-image: url('../img/icons/html.png');
}

.material-link.icon-img {
    background-image: url('../img/icons/img.png');
}

.material-link.icon-link {
    background-image: url('../img/icons/link.png');
}

.material-link.icon-pdf {
    background-image: url('../img/icons/pdf.png');
}

.material-link.icon-ppt {
    background-image: url('../img/icons/ppt.png');
}

.material-link.icon-txt {
    background-image: url('../img/icons/txt.png');
}

.material-link.icon-video {
    background-image: url('../img/icons/video.png');
}

.material-link.icon-xls {
    background-image: url('../img/icons/xls.png');
}

.material-link.icon-zip {
    background-image: url('../img/icons/zip.png');
}

#action_news_view .action-content img {
    margin: 15px 0;
}

.iframe-container {
    background: url(../img/load.gif) center center no-repeat;
}

.custom-control-lg {
    min-height: 2.2rem;
}

.custom-control-lg label:before {
    width: 1.7rem;
    height: 1.7rem;
}

.custom-control-lg label:after {
    width: 1.7rem;
    height: 1.7rem;
}

.test-mini-panel {
    position: fixed;
    z-index: 9999;
    top: 5px;
    left: 45%;
}

.page-height .page-bottom {
    width: 100%;
    position: absolute;
    bottom: 5px;
}

.overflow-hidden {
    overflow: hidden;
}

hr.item-hr {
    margin-left: 0;
    margin-right: 0;
}

div > div:last-child > hr.item-hr {
    display: none;

}

.from-dic-link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#preloader.top .sk-spinner-wave div {
    background-color: #666 !important;
}

.drop-btn {
    padding: 0;
}

.drop-btn:focus {
    box-shadow: none;
}

.drop-btn:after {
    display: none;
}

/* dashboard */
.nav-pills .dashboard-link.active, .nav-pills .show > .dashboard-link {
    color: #fff;
    background-color: #50b85f;
}

.ellipsis-card {
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* sweet alert */
.swal2-popup .swal2-title {
    font-size: 1.275em !important;
}

.regulation-rule .invalid-feedback {
    display: none;
}

.regulation-rule .invalid-feedback:first-of-type {
    display: block;
}


.teacherSteps {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0 !important;
}

.teacherStep {
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #98A0A6;
    border: 1px solid rgba(152, 160, 166, 0.5);
}


.teacherSteps .line {
    border-bottom: 1px solid rgba(152, 160, 166, 0.5);
    width: 268px;
}

.step-teacher-active {
    color: white;
    background: #50B85F !important;
    border: 1px solid #50B85F !important;
}

.step-teacher-active .line {
    border-bottom: 1px solid #50B85F !important;
    width: 268px;
}

.steps-teacher-wrapper {
    display: flex;
    align-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.userImage {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.scans-preview-slider {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow-x: auto;
    width: 120px;
    /*margin-top: 16px;*/
}

.scans-preview-slider::-webkit-scrollbar {
    width: 10px;
}

.scans-preview-slider::-webkit-scrollbar-track {
    background: #ffffff;
}

.scans-preview-slider::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.slider-item {
    max-height: 110px;
    width: 100px !important;
}

.scans-preview-slider .slick-track {
    display: flex;
    flex-direction: column;
    width: 100px !important;
}

.previewIconDoc {
    width: 95px;
    height: 100px;
    font-size: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #278CFD;
    border: 1px solid #BFC5D1;
    box-sizing: border-box;
    border-radius: 8px;
}

.previewIconPdf {
    width: 95px;
    height: 100px;
    font-size: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FAA622;
    border: 1px solid #BFC5D1;
    box-sizing: border-box;
    border-radius: 8px;
}

.previewIconImage {
    width: 95px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BFC5D1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0 8px;
}

.previewIconImage img {
    max-height: 90%;
}

.previewIcon.active {
    border: 1px solid #50b85f;
}

.slick-prev-preview {
    left: 0;
    top: 48px;
    pointer-events: none;
}

.slick-next-preview {
    right: auto;
    left: 80px;
    top: 48px;
    pointer-events: none;
}

.slick-next-preview.slick-item-active,
.slick-prev-preview.slick-item-active {
    pointer-events: auto;
}

.slick-next-preview.slick-item-active {
    top: 66px;
}

.documentsSlide {
    width: 100%;
}

/* callout */
.bd-callout {
    padding: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem
}
.bd-callout-info {
    border-left-color: #5bc0de;
}
.bd-callout-line {
    width: 40px;
    height: 10px;
    margin-right: 15px
}

.teacher-block-header {
    display: flex;
    align-items: flex-start;
}
.teacher-block-index {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: white;
    font-weight: bold;
}
.teacher-block-icon-wrap {
    background-color: #50b85f;
    padding: 4px;
    margin-right: 12px;
    border-radius: 8px;
}
.teacher-block-icon-wrap img {
    object-fit: contain;
    height: 24px;
    width: 24px;
}

.question-body {
    background: rgba(80, 184, 95, 0.1);
    padding: 16px;
}
.branch-item {
    margin-bottom: 16px;
}
.branch-item:last-child {
    margin-bottom: 0;
}
.question-attachments:after {
    content: "";
    display: table;
    clear: both;
}
.question-image {
    float: left;
    width: 25%;
    padding: 10px;
    max-width: 250px;
}

.two-line {
    -webkit-line-clamp: 2;
    cursor: pointer;
}

.tool {
    background: rgb(244, 237, 223);
    padding: 10px;
    color: rgb(46, 56, 77);
}

.comment {
    -webkit-box-orient: vertical;
    margin: 0px;
    display: -webkit-box;
    -moz-box-orient: vertical;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(46, 56, 77);
}