/* Подгонка стилей под bootstrap4 */
html {
    background-color: unset;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background: #e9e9e9;
}
h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 300;
    color: #081A30;
}
.navbar-inverse {
    background: #fff !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    padding: 0 16px !important;
    min-height: inherit;
    max-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.navbar-inverse .nav > li.title > a {
    color: #373a3c;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.5px;
}
.navbar-inverse .nav > li > a {
    border: none !important;
}
.navbar-inverse .settings i {
    color: #373a3c;
    justify-content: center;
    display: flex;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #e9ecef;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li.active > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.nav > li > a:hover,
.nav > li > a:focus {
    background: #eee;
    color: #373a3c;
}
.navbar-inverse .navbar-nav li.active > a:hover {
    background: #cbd3da;
}
.navbar-inverse a.navbar-brand:hover {
    background: none;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background: #cbd3da;
    color: #333;
}
.nav li > a {
    padding: 12px 15px !important;
}
.navbar-nav li > a {
    height: 50px !important;
}
.navbar-inverse .navbar-nav {
    padding: 0;
    display: flex;
    align-items: center;
}
.navbar-brand > img {
    max-height: 35px;
}
.navbar-nav > li.settings {
    width: 46px;
}
.navbar-nav li.settings.avatar > a {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-nav li.settings.avatar ul.sidebar li a {
    padding: 3px 25px !important;
}
.navbar-nav li.settings.avatar ul.sidebar li.nav-header {
    padding: 3px 25px !important;
}
.dropdown-menu > li > a {
    font-size: 15px;
}
.dropdown-menu li > a {
    padding: 3px 25px !important;
    height: auto !important;
}
.navbar-inverse .navbar-nav.settings {
    padding: 0;
}
.navbar-inverse .menu i {
    font-size: 16px;
    width: 16px;
    height: 16px;
}
.navbar-inverse .menu a {
    color: #212529;
    background-color: #e9ecef;
    border-color: #e9ecef;
    height: auto !important;
    padding: 12px 17px !important;
    display: block;
    position: relative;
    top: 3px;
    margin-right: 7px;
    text-decoration: none;
    cursor: pointer;
}
.navbar-inverse .menu a:hover {
    background: #cbd3da;
}

.primary-sidebar {
    width: 285px !important;
    position: fixed;
    left: 0;
    top: 50px;
    padding: 36px 20px;
    overflow-y: auto;
    height: calc(100% - 50px);
    -webkit-transition: right .5s ease,left .5s ease;
    -moz-transition: right .5s ease,left .5s ease;
    -o-transition: right .5s ease,left .5s ease;
    transition: right .5s ease,left .5s ease;
    z-index: 3;
    background: #f2f2f2;
}
.main-content {
    margin-left: 0 !important;
}
.content-control {
    margin: 18px 15px -3px;
    height: 33.5px;
    border: 1px solid rgba(0,0,0,.125);
}
.content-control > .breadcrumb {
    line-height: 1;
    margin-top: 7.5px;
    font-family: inherit;
    width: 100%;
    border-bottom: 2px solid #dee2e6 !important;
    padding-bottom: 8px;
}
.container-fluid {
    margin: 15px 15px 55px !important;
    padding: 0 0 24px !important;
    border: 1px solid rgba(0,0,0,.125);
    background: #fff;
}
.page-content {
    padding: 0 24px;
    display: inline-block;
    width: 100%;
    background: #fff;
}

#page .row.title {
    padding-top: 35px;
}


#footer .text-center {
}
.wrapper {
    margin-top: 0;
}
.primary-sidebar .media-left {
    display: inline-block;
    vertical-align: baseline;
}
.sidebar-text,
.primary-sidebar .media-left i {
    font-size: 15px;
    word-wrap: break-word;
}
.collapse-items a {
    padding-left: 30px;
}
.primary-sidebar.closed {
    left: -305px;
}
body.drawer-ease {
    -webkit-transition: margin-left .5s ease,margin-right .5s ease;
    -moz-transition: margin-left .5s ease,margin-right .5s ease;
    -o-transition: margin-left .5s ease,margin-right .5s ease;
    transition: margin-left .5s ease,margin-right .5s ease;
}
#footer {
    color: #f8f9fa !important;
    background: #373a3c !important;
    border: none !important;
    font-size: 15px;
}
.nav .fa-ellipsis-v {
    margin-top: 2px;
}
.dropdown-menu > li > a {
    font-weight: 400;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.navbar-header {
    padding-top: 2px;
}
.btn {
    border-radius: 0 !important;
}
.label {
    border-radius: 0 !important;
}
select, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
textarea, .uneditable-input {
    border-radius: 0 !important;
}
#header.navbar-inverse .settings li i.moon-point {
    display: inline-block;
}
.content-control > .breadcrumb a,
.content-control .breadcrumb > .active {
    color: #1177d1;
    font-size: 15px;
}
.content-control .breadcrumb > .active {
    color: #373a3c;
}
.select2-container .select2-choice,
.select2-container-multi .select2-choices {
    border-radius: 0;
    background: #fff;
}
.select2-container .select2-choice .select2-arrow {
    border: none;
}
.select2-container-multi .select2-choices .select2-search-choice {
    background: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 10px 0 17px;
    color: #999;
    line-height: 22.5px;
    word-break: break-all;
}
.select2-search-choice-close {
    top: 4px;
}
.login-wrapper .box {
    border-radius: 0;
}
.list-group-item:first-child {
    border-radius: 0;
}
.dropdownIcon {
    width: 5px;
}
.dropdown-menu {
    border-radius: 0;
}
.dropdown-menu > li > a i {
    margin-left: -16px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 2px !important;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    width: auto;
    background-color: #e5e5e5 !important;
}
.dropdown-menu .nav-item {
    font-size: 13px;
}
.dropdown-menu > li.bold.nav-header {
    font-size: 15px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
button.ui-corner-all {
    border-radius: 0;
}

.drawer-open-left.modal-open .ui-datepicker {
    margin-left: 0;
}
@media (min-width: 768px) {
    .drawer-open-left {
        margin-left: 285px;
    }
}
@media (max-width: 576px) {
    .navbar-brand {
        display: none;
    }
    .module .panel-heading {
        height: auto;
    }
}
@media (max-width: 480px) {
    .primary-sidebar {
        width: 100% !important;
    }
    .primary-sidebar.closed {
        left: -485px;
    }
}

.alert-block ul {
    padding-inline-start: 5px;
}

.icon-left-menu {
    height: 15px;
}

.backstretch-carousel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    background: 0;
}

.backstretch {
    left: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: -999998;
    position: absolute;
}

.deleteable {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: -999999;
}

.identifier-login-block {
    position: relative;
}
.identifier-login-input {
    padding-right: 33px;
}
.identifier-login-icon {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.login-page-layout .tooltip-inner {
    text-align: left;
}

.default:last-child {
    margin: 0;
}

.default,
.default:first-child {
    margin: 24px 0;
}

.breadcrumb > li + li::before {
    padding: 0 5px 0 8px;
    color: #868e96;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}
