@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap&subset=cyrillic');
body, html {
    background: #DBE2FB !important;
    font-family: 'Open Sans', sans-serif;
}
.section-transparent {
    background:transparent;
    font-size: 15px;
}
.h5, h5 {
    font-size: 1.8rem;
    font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top:.5rem;
    padding-left:1rem;
    font-weight: 600;
    line-height: 1.2;
    color: #031E80;
}
.contextMenuButton {
    width: 100% !important;
    display: block;
    float: left;
    border-bottom: 1px #8c8c8c solid;
}
.section-orange {
    padding: 3rem 0;
    background: #031E80;
    color:#FFF;
}
.section-orange a {
    color:#FFF;
}
.section-orange a.text-uppercase {
    margin-top: 7px;
    display:block;
}
.section-white {
    background: #FFF;
    padding: 1rem 0;
    min-height: 48px;
    color: #8c8e8c !important;
    line-height: 18px !important;
    box-shadow: 0 2px 10px -5px #031E80;
}
.section-white a.btn, .section-transparent a.btn {
    background:#FFF;
    padding:.5rem 0.3rem;
    min-height:48px;
    color:#8c8e8c !important;
    font-size:18px;
}
.text-title {
    font-size:14px;
    line-height:16px !important;
}
.border-bottom-radius {
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    padding:1rem 0;
    min-height:48px;
}
.box-shadow-bottom {
    box-shadow:0px 4px 5px -2px #777;
}
.background-white {
    background:#FFF;
}
.w-60 {
    max-width:60px;
    font-size:15px;
}
.border-gree {
    border:1px #d6d6d6 solid;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #031E80;
    background-color: #031E80;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
}
.custom-control-label {
    vertical-align: middle;
    color: #8c8e8c;
}
#leftTabs .tab-content {
    background: #fff;
    min-height: 600px;
    overflow-y: auto;
    border:1px #031E80 solid;
    border-width:1px 1px 1px 1px;
    border-radius: 6px;
    border-top-left-radius:0;
    left:-1px;
}
#leftTabs .tab-pane {
    padding:1rem;
}
#leftTabs li.nav-item {
    width: 100%;
    background: #FFF;
    border: 1px #031E80 solid;
    border-width: 1px 0px 1px 1px;
    margin-bottom: 5px;
    border-radius: 6px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
#leftTabs li.nav-item a.nav-link{
    color: #b8b9b9;
    font-size:21px;
}
#leftTabs li.nav-item a.nav-link:hover, li.nav-item a.nav-link.active{
    background: #031E80;
    color:#FFF !important;
}
#leftTabs .tab-pane h3 {
    color: #031E80;
    font-size: 18px;
    font-weight: 500;
}
/* rightTabs */
#rightTabs .tab-content {
    background: #fff;
    min-height: 600px;
    overflow-y: auto;
    border:1px #031E80 solid;
    border-width:1px 1px 1px 1px;
    border-radius: 6px;
    border-top-right-radius:0;

}
#rightTabs .tab-pane {
    padding:1rem;
}
#rightTabs li.nav-item {
    width: 100%;
    background: #FFF;
    border: 1px #031E80 solid;
    border-width: 1px 1px 1px 0px;
    margin-bottom: 5px;
    border-radius: 6px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
#rightTabs li.nav-item a.nav-link{
    color: #b8b9b9;
    font-size:21px;
}
#rightTabs li.nav-item a.nav-link:hover, li.nav-item a.nav-link.active{
    background: #031E80;
    color:#FFF !important;
}
#rightTabs .tab-pane h3 {
    color: #031E80;
    font-size: 18px;
    font-weight: 500;
}

/* mediaBar */
#mediaBar .card-text {
    font-size:14px;
    font-weight:500;
    color: #031E80;
}
#mediaBar .card {
    margin-bottom:1rem;
    border:0;
}
.h5, h5 {
    font-size: 16px;
    font-weight: 600;
    color: #031E80;
    text-transform: uppercase;
}
.contextMenuButton {
    width: 100% !important;
    display: block;
    border-bottom: 1px #f1f1f1 solid;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding:0px 5px;
    text-align: center;
}

#thumbnailView, #bookmarksView, #contentsView, #notesView {
    overflow-x: hidden;
}
#thumbnailView::-webkit-scrollbar-track,#bookmarksView::-webkit-scrollbar-track,#contentsView::-webkit-scrollbar-track,#notesView::-webkit-scrollbar-track {
    background-color: #CDD2E6;
    border-radius: 100px;
}

#thumbnailView::-webkit-scrollbar,#bookmarksView::-webkit-scrollbar,#contentsView::-webkit-scrollbar,#notesView::-webkit-scrollbar {
    width: 10px;
    background-color: #CDD2E6;
    border-radius: 100px;
}

#thumbnailView::-webkit-scrollbar-thumb, #bookmarksView::-webkit-scrollbar-thumb, #contentsView::-webkit-scrollbar-thumb, #notesView::-webkit-scrollbar-thumb {
    background-color: #031E80;
    border-radius: 100px;
}
#noteEditText {
    overflow-x: hidden;
}
#noteEditText::-webkit-scrollbar-track {
    background-color: #CDD2E6;
    border-radius: 100px;
}
#noteEditText::-webkit-scrollbar {
    width: 10px;
    background-color: #CDD2E6;
    border-radius: 100px;
}
#noteEditText::-webkit-scrollbar-thumb {
    background-color: #031E80;
    border-radius: 100px;
}
.notifyjs-corner {
    position: fixed;
    margin: 5px;
    z-index: 999999999999 !important;
}
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
    display: block;
    border-radius: 6px;
    border: 1px #031E80 solid;
}
.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: none;
    color: white;
    top: 0px;
    left: 10px;
    position: relative;
    max-height: 40px;
    height: 40px;
    line-height: 20px;
}
#pubTitle, #toCatalogLink, .small {
    font-size: 20px;
}
i {
    font-size: 30px;
}
.dropdownToolbarButton {
    min-width: 200px !important;
}
.form-control:focus {
    box-shadow: none;
}
.emptyItems {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}
.btn-prim {
    background-color: #031E80;
    border-radius: 100px;
    color: #fff !important;
    margin: 0 5px 0 5px;
}
.btn-prim:hover, .btn-prim:active, .btn-prim:focus {
    opacity: 0.9;
    border-radius: 100px;
}
.btn-sec {
    background-color: #CDD2E6;
    border-radius: 100px;
    color: #000 !important;
    margin: 0 5px 0 5px;
}
.btn-sec:hover, .btn-sec:active, .btn-sec:focus {
    opacity: 0.7;
    border-radius: 100px;
}
textarea {
    outline: none;
}
.pdfViewer {
    padding-top: 65px;
}
.notifyjs-bootstrap-info {
    color: #031E80 !important;
    background-color: #fff !important;
    border-color: #031E80 !important;
    background-image: none !important;
}
