body {
    /*font-family: HeliosCond, Roboto Condensed !important;*/
    font-family: "RobotoCondensed", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.navbar-collapse {
    /* line-height: 45px; */
}
.navbar {
    background: #0072c6;
    padding: 0 1rem;
}
.navbar a.navbar-brand {
    color: white;
    cursor: pointer;
}
.navbar a.navbar-brand:hover {
    /*color: #e8e8e8;*/
}
.navbar .nav-item {
    border-bottom: 3px solid #296a9a;
    transition-duration: 0.3s;
    cursor: pointer;
}
.navbar .nav-item:hover {
    border-bottom: 3px solid #ffffff;
}
/* Выделение ссылкаи текущей страницы */
.navbar .nav-item-current {
    border-bottom: 3px solid white;
}
.navbar .nav-item-current .nav-link {
    color: white;
}
/* --- */
.navbar .nav-item:hover .nav-link {
    color: white;
}
.navbar .nav-link {
    color: #c9e2f5;
    cursor: pointer;
    padding: 0rem;
    transition-duration: 0.3s;
}
.navbar .nav-link:hover {
    color: white;
}
.well {
    min-height: 20px;
    padding: 12px 21px;
    margin: 0 0.6rem 0.9rem;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    /*border: 1px solid #0000000d;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
footer {
    font-size: 0.8rem;
}
footer .well {
    color: #808080;
}
.alert.alert-modal {
    /*position: absolute;
    top: 3rem;*/
    margin: auto;
    right: 0.5rem;
    z-index: 100;
    box-shadow: -3px 3px 21px -15px grey;
}
.alertsBlock {
    position:absolute;
    top:4rem; 
    right:0rem; 
    z-index: 1200;
}
.breadcrumb a {
    color: #296a9a;
}
.navbar-toggler-icon {
    height: 1.3rem;
}
hr {
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}
li.divider-vertical {
    border-left: 1px solid #194a6d;
    border-right: 1px solid #4a8dbd;
}
.navbar .nav-link.disabled {
    color: #7ba6cc;
}

/* Card */
.card-header-sm {
    padding: 0.25rem 1.25rem; 
}

/* Table */
.thead-blue, .card-header-blue {
    background: #296a9a; /*#0072c6;*/
    color: white;
}
.card-header-none {
    background: white; /*#0072c6;*/
    color: black;
}
.table thead th {
    font-weight: 400;
}
.table-hover tbody tr [data-href] {
    cursor: pointer;
}
tr.smallRow td, tr.smallRow th {
    padding: 0.2rem 0.5rem;
}
tr.rowActive {
    background: #428bca !important;
    color: white;
}

.btn {
    cursor: pointer;
}
/* удаление обводки кнопок при фокусе */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* без границ */
.btn-noborder {
    border: 0px;
}

/* Toast */
.toast.primary, .toast.success, .toast.danger, .toast.info {
    color: white;
}
.toast.primary {
    background: #007bff;
}
.toast.success {
    background: #28a745;
}
.toast.danger {
    background: #dc3545;
}
.toast.warning {
    background: #ffc107;
}
.toast.info {
    background: #17a2b8; /*#a0d7ff;*/
}

/* Цвета */
.colorBlue {color: #428bca;}
.colorWhite {color: #428bca;}
.colorIndigo {color: #6610f2;}
.colorPurple {color: #6f42c1;}
.colorPink {color: #e83e8c;}
.colorRed {color: #d9534f;}
.colorOrange {color: #fd7e14;}
.colorYellow {color: #f0ad4e;}
.colorGreen {color: #5cb85c;}
.colorTeal {color: #20c997;}
.colorCyan {color: #5bc0de;}
.colorWhite {color: #fff;}
.colorGray {color: #6c757d;}
.colorGrayDark {color: #343a40;}
.colorGrayLight {color: #acb1b5;}
.colorPrimary {color: #428bca;}
.colorSecondary {color: #6c757d;}
.colorSuccess {color: #5cb85c;}
.colorInfo {color: #5bc0de;}
.colorWarning {color: #f0ad4e;}
.colorDanger {color: #d9534f;}
.colorLight {color: #f8f9fa;}
.colorDark {color: #343a40;}

/* размеры шрифта */
.fw100 {font-weight: 100;}
.fw200 {font-weight: 200;}
.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}

/* стиль курсора */
.cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-context-menu {cursor: context-menu;}
.cursor-col-resize {cursor: col-resize;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: -webkit-grab; cursor: grab;}
.cursor-grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}

.custom-select.btn-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* Для календаря - добавить в bootstra4 */
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    padding: 6px 6px;
}
.datepicker table tr td, .datepicker table tr th {
    height: auto !important;
}
/* Стиль для диапазона */
td.selected.range-start, td.selected.range-end {
    background: #3d8cc3 !important;
    color: #fdfdfd !important;
}
/*.datePickerRange #dateFilter_start, .datePickerRange #dateFilter_end  {
    z-index: 10;
}
.datePickerRange .input-daterange .input-group-addon {
    padding: 6px 0px;
    top: 3px;
    position: relative;
    z-index: 1;
}*/

/* Стиль для DDList */
.dropdown.hierarchy-select .dropdown-toggle::after {
    float: left;
    margin: 0.6em 0.4em 0 0;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #d9534f !important;
}
.dropdown.hierarchy-select button {
    text-align: left !important;    
    padding: 0.25rem 0.3rem 0.25rem 0.5rem !important;
    color: #495057;
    border: 1px solid #ced4da;
}
/*.dropdown.hierarchy-select button:hover {*/
.dropdown.hierarchy-select button:not(:disabled):hover {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #b7bcc1 !important;
}
.dropdown.hierarchy-select .hs-menu-inner {
    max-height: 30rem !important;
}

.dropdown.hierarchy-select .btn-outline-primary.disabled, .dropdown.hierarchy-select .btn-outline-primary:disabled,
.dropdown.hierarchy-select .btn-outline-danger.disabled, .dropdown.hierarchy-select .btn-outline-danger:disabled,
.dropdown.hierarchy-select .btn-outline-dark.disabled, .dropdown.hierarchy-select .btn-outline-dark:disabled,
.dropdown.hierarchy-select .btn-outline-info.disabled, .dropdown.hierarchy-select .btn-outline-info:disabled,
.dropdown.hierarchy-select .btn-outline-light.disabled, .dropdown.hierarchy-select .btn-outline-light:disabled,
.dropdown.hierarchy-select .btn-outline-secondary.disabled, .dropdown.hierarchy-select .btn-outline-secondary:disabled 
.dropdown.hierarchy-select .btn-outline-successe.disabled, .dropdown.hierarchy-select .btn-outline-success:disabled 
.dropdown.hierarchy-select .btn-outline-warning.disabled, .dropdown.hierarchy-select .btn-outline-warning:disabled 
{
    background-color: #e9ecef;
    opacity: 1;
}

/* Исправление текста в выпадающем списке, когда он шире */
.AutoComplete ~ .dropdown-menu .dropdown-item {
    white-space: normal;
}

/* стиль для InputDatePicker */
/*span.input-group-addon {
    background: #f7f7f7;
    border: 1px solid #ced4da;
    height: 31px;
}*/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}


/* DDGroup */
/* стиль подписи разделителя */
.dropdown-divider {
    position: relative;
    top: 6px;
    /*margin: 0.7rem 0 0;*/
    margin: 0.6rem 0;
    height: 9px;
    overflow: visible;
    line-height: 0.7rem;
}
span.dropdown-divider-title {
    position: relative;
    top: -6px;
    background: white;
    padding: 0 6px;
    color: #cecece;
    font-weight: 100;
}


/* Heirerchy */
/* стиль иерархии */
.bHierarchy {
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 24rem;
    overflow: auto;
}
a.bHierarchy-item {
    display: block;
    width: 100%;
    /*padding: 0.25rem 1.5rem;*/
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
a.bHierarchy-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
a.bHierarchy-item[data-level='1'] {padding-left: 1rem;}
a.bHierarchy-item[data-level='2'] {padding-left: 2rem;}
a.bHierarchy-item[data-level='3'] {padding-left: 3rem;}
a.bHierarchy-item[data-level='4'] {padding-left: 4rem;}
a.bHierarchy-item[data-level='5'] {padding-left: 5rem;}
a.bHierarchy-item label {cursor: pointer;}


/* Размеры */
.min-w-100 {min-width: 100% !important;}
/* от ширины экрана */
.min-vw-25 {min-width: 25vw !important;}
.min-vw-50 {min-width: 50vw !important;}
.min-vw-75 {min-width: 75vw !important;}
.min-vw-100 {min-width: 100vw !important;}

.max-vw-25 {max-width: 25vw !important;}
.max-vw-50 {max-width: 50vw !important;}
.max-vw-75 {max-width: 75vw !important;}
.max-vw-100 {max-width: 100vw !important;}


/* Callout */
.callout {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 0.25rem;
    margin: 0.75rem 0rem;
    padding: 0.5rem 0.75rem;
}
.callout-info { border-left: 0.25rem solid #5bc0de; }
.callout-primary { border-left: 0.25rem solid #428bca; }
.callout-secondary { border-left: 0.25rem solid #6c757d; }
.callout-success { border-left: 0.25rem solid #5cb85c; }
.callout-warning { border-left: 0.25rem solid #f0ad4e; }
.callout-danger { border-left: 0.25rem solid #d9534f; }
.callout-dark { border-left: 0.25rem solid #343a40; }
.callout-light { border-left: 0.25rem solid #f8f9fa; }

.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0)}
.table-striped>tbody>tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}
.table-hover tbody tr:hover{background-color: rgba(0,0,0,0);}
.table-hover>tbody>tr:hover{background-color: rgba(0,0,0,0.075);}

.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0)}
.table-dark.table-striped>tbody>tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}
.table-dark.table-hover tbody tr:hover{background-color: rgba(0,0,0,0);}
.table-dark.table-hover>tbody>tr:hover{background-color: rgba(0,0,0,0.075);}


/* форма выбора файлов */
.custom-file-label::after {
    content: "Выбрать" !important;
}