
@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%;
}

body {
    background: #f1f1f1;

}

.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 {

}
.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);
}
.uploader-widget .uploaded_list
{
}

.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-image: none;
    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;
}

.exo2 a:hover {

}


.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;
}

.action-content {

}
.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;
}

.col {

}

.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;
    border-bottom:1px solid #c8ced3;
}

.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;
    border:1px solid #c8ced3;
    border-radius:.25rem;
}
.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"] {
    width: 29.7cm;
    min-height: 21cm;
    padding:1cm 1cm 1cm 1cm;
}
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;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

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

.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 {
    white-space: nowrap;
    -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;
    left:60px;
}

.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
}

.white-block hr {
    margin-left:-20px;
    margin-right:-20px;
}

.font-bold {
    font-weight:bold;
}
.font-weight-6 {
    font-weight:600;
}
.font-weight-4 {
    font-weight:400;
}

.modal .modal-hidden {
    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 .inner {
}
.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;
}

.opacity-bg {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0.6;
    z-index:1;
}
.opacity-cc {
    position:relative;
    z-index:2;
}

.modal.cropper-modal {
    z-index: 1055 !important;
}