﻿html {
    font-size: 1rem;
}

/*Малые девайсы («ландшафтные телефоны», >= 576px) sm */
@media (min-width: 576px) {
}

/*Средние девайсы («таблетки», >= 768px) md */
@media (min-width: 768px) {
}

/*Большие девайсы (десктопы, >= 992px) lg*/
@media (min-width: 992px) {
}

/*Экстрабольшие девайсы (большие десктопы, >= 1200px) xl*/
/*Экстрабольшие девайсы (большие десктопы, >= 1200px) xl*/
@media (min-width: 1200px) {

    #contentPanel.filtered {
        max-width: 100% !important;
        left: 0;
    }

    #topNavbar {
        display: none !important;
    }

    #sidebar {
        left: 0 !important;
        width: 17rem !important;
    }

    #menuCollapseBtn {
        display: inline-flex !important;
    }

    #menuHeaderCollapse {
        height: 3rem !important;
        max-width: 100% !important;
        display: flex !important;
        overflow: hidden;
    }

    #menuHeader {
        display: none !important;
    }

    .sidebarHeader {
        transition: all 0.3s;
        overflow: hidden;
        display: flex;
    }

    .menuCollapse #menuHeader {
        display: none !important;
    }

    .menuCollapse .sidebarHeader {
        width: 0;
    }

    .menuCollapse #sidebar {
        width: 5rem !important;
    }

        .menuCollapse #sidebar:hover {
            width: 17rem !important;
            transition-delay: .5s;
        }

            .menuCollapse #sidebar:hover footer {
                visibility: visible;
                opacity: 1;
                transition: all 0.3s;
                transition-delay: .5s;
            }

            .menuCollapse #sidebar:hover .sidebarHeader, .menuCollapse #sidebar:hover .sidebarHeader img {
                visibility: visible;
                opacity: 1;
                transition: all 0.3s;
                transition-delay: .5s;
            }

        .menuCollapse #sidebar .menuItem p {
            width: 0 !important;
            opacity: 0;
        }

        .menuCollapse #sidebar:hover .menuItem p {
            width: 100% !important;
            opacity: 1;
            transition: all 0.3s;
            transition-delay: .5s;
        }

        .menuCollapse #sidebar footer {
            visibility: hidden;
            opacity: 0;
            white-space: nowrap;
            overflow: hidden;
        }


    #dismiss {
        display: none !important;
    }

    #sidebarCollapse {
        display: none !important;
    }


    #dismissFilters {
        display: none !important;
    }

    #sidebarFiltersBg.active {
        right: -23rem !important;
    }

    #sidebarFilterCollapse {
        display: none !important;
    }

    #content {
        width: calc(100% - 17rem) !important;
    }

    .menuCollapse #content {
        width: calc(100% - 5rem) !important;
    }

    .show-xl {
        display: flex !important;
    }

    .overlay {
        display: none !important;
    }

    .horizontalFilters #sidebarFilters {
        padding: 0 !important;
    }

        .horizontalFilters #sidebarFilters .p-2:first-child {
            padding: 0 !important;
        }

    .horizontalFilters .dtFilterPart1 {
        padding-right: 0 !important;
    }

    .horizontalFilters .dtFilterPart2 {
        width: 30px !important;
    }

    .horizontalFilters .dtFilterPart3 {
        padding-left: 0 !important;
    }

    .horizontalFilters .form-control-filter {
        width: 19em !important;
    }

    .horizontalFilters .form-control-filter-icon {
        width: calc(19em + 15px) !important;
    }

    .horizontalFilters #sidebarFiltersPanel {
        justify-content: flex-start !important;
    }

    .verticalFilters #sidebarFiltersPanel {
        justify-content: center !important;
    }

    #sidebarFilters {
        position: relative !important;
        height: auto !important;
        width: auto !important;
        left: 0 !important;
        right: auto !important;
        overflow: visible !important;
    }

    .verticalFilters {
        position: relative;
    }

        .verticalFilters #sidebarFilters {
            position: absolute !important;
            top: 0 !important;
            right: 0 !important;
            left: auto !important;
            width: 23rem !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .verticalFilters .verticalFiltersWrapper {
            width: calc(100% - 23rem) !important;
            left: 0 !important;
        }

        .verticalFilters .select2-parent .select2-container--bootstrap4 {
            width: 100% !important;
        }


    .horizontalFilters .col-xl-vf {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .horizontalFilters .select2-parent .select2-container--bootstrap4 {
        width: 19em !important;
    }

    .horizontalFilters .col-xl-vf-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .horizontalFilters .col-xl-vf-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .horizontalFilters .col-xl-vf-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .horizontalFilters .col-xl-vf-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .horizontalFilters .col-xl-vf-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .horizontalFilters .col-xl-vf-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .horizontalFilters .col-xl-vf-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .horizontalFilters .col-xl-vf-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .horizontalFilters .col-xl-vf-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .horizontalFilters .col-xl-vf-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .horizontalFilters .col-xl-vf-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .horizontalFilters .col-xl-vf-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .horizontalFilters .col-xl-vf-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .horizontalFilters .show-xl-vf {
        display: block !important;
    }
}

.input-group div[data-toggle="datetimepicker"] {
    height: calc(1.5em + .75rem + 2px);
}

.vertical-align-content-center {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

    .vertical-align-content-center.date {
        flex-direction: row;
    }

#menuHeaderCollapse {
    display: none;
}

#menuHeader {
    display: block;
}

#menuCollapseBtn {
    display: none;
}

footer {
    margin: 0 1.25rem;
}

    footer svg {
        margin-right: .5rem !important;
    }

.pageMainHeader .menuIcon {
    width: 1em !important;
    height: 1em !important;
}

.pageMainHeader * {
    display: inline;
}

.menuIcon {
    width: 1rem !important;
    height: 1rem !important;
}

.orlanTable thead {
    background-color: #31587d !important;
    color: white !important;
}

    .orlanTable thead th {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
        font-weight: normal !important;
    }

/* .orlanTable td {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}*/

.video-js-box {
    position: relative;
    padding-top: 56.25%;
}

    .video-js-box .video-js {
        overflow: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.select2-parent .select2-container--bootstrap4 {
    text-align: left !important;
    width: 100% !important;
}

    .select2-parent .select2-container--bootstrap4 .select2-selection--multiple {
        display: flex !important;
        flex-wrap: wrap !important;
        padding-bottom: 5px !important;
        padding-left: calc(0.75rem - 5px);
        padding-right: 0.75rem;
    }

        .select2-parent .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline {
            width: 100%;
        }

    .select2-parent .select2-container--bootstrap4 .select2-selection__rendered {
        width: auto !important;
    }

    .select2-parent .select2-container--bootstrap4 .select2-selection.select2-selection--single {
        padding-left: 0.75rem !important;
    }

    .select2-parent .select2-container--bootstrap4 .select2-selection__rendered {
        padding: 0 !important;
    }

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #31587d !important;
}

.select2-selection__choice button {
    width: auto;
    height: auto;
    border: 0;
    background: inherit;
}

.select2-results__option--selected {
    background-color: #e9ecef;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20rem;
    color: white;
}

    .toggle.ios .toggle-handle {
        border-radius: 20rem;
    }

#sidebar ul li p {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#sidebarNav .btn {
    border: 0px !important;
}

.loading-wrapper {
    position: relative;
    z-index: 1100;
}

.align-self-center-first-child *:first-child {
    align-self: center !important
}

#UpdateProgressCfTable {
    visibility: visible !important;
    display: flex !important;
}

    #UpdateProgressCfTable .loading-fullscreen {
        padding: 0 !important;
        margin: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        transition: height .15s linear .15s, opacity .15s linear;
    }

    #UpdateProgressCfTable[aria-hidden=false] .loading-fullscreen {
        opacity: 1 !important;
        height: 100% !important;
        overflow: auto !important;
        transition: opacity .15s linear;
    }

.show-xl-vf {
    display: none;
}

.loading-block {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1110;
    background-color: #000000;
    background-color: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    transition: opacity 0.3s;
}

.loading-fullscreen {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1110;
    background-color: #000000;
    background-color: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.loading-content {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 100%;
}

.text-wrap {
    white-space: pre-wrap;
}

.card-fixed-max-width {
    min-width: 16rem;
}

.text-nowrap {
    white-space: nowrap;
}

.img-preview {
    width: 90%;
}

.img-preview-plate {
    width: 65%;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wrapper {
    display: flex;
    width: 100%;
}

.card-header, .card-body {
    padding: .5rem;
}

#contentWrapper {
    padding: 1rem !important;
}

.modal-backdrop.show {
    opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0,0,0,0.7) !important;
}

.bg-table-selected:hover {
    background-color: #86b6e3 !important;
}

.bg-table-selected {
    background-color: #b8d7f5 !important;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    overflow-x: hidden;
}

.show-xl {
    display: none;
}

.col-xl-vf, .col-xl-vf-1, .col-xl-vf-10, .col-xl-vf-11, .col-xl-vf-12, .col-xl-vf-2, .col-xl-vf-3, .col-xl-vf-4, .col-xl-vf-5, .col-xl-vf-6, .col-xl-vf-7, .col-xl-vf-8, .col-xl-vf-9, .col-xl-vf-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.dashboardCard .card-body {
    position: relative;
    padding-top: 48%;
}

    .dashboardCard .card-body .card-body-content {
        overflow: auto;
        position: absolute;
        top: .25rem;
        left: .25rem;
        bottom: .25rem;
        right: .25rem;
    }

.googleMap {
    height: 35rem;
    width: 100%;
}

.underline-dot {
    text-decoration: none !important;
    border-bottom: 1px dashed !important;
}

    .underline-dot:hover {
        text-decoration: none !important;
        border-bottom: 1px solid !important;
    }


/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */

.menuItem {
    display: inline-flex;
    padding: .25rem;
}

    .menuItem p {
        white-space: nowrap;
        overflow: hidden;
        transition: all 0.3s;
    }

.selectedMenuLink .menuItem:after {
    padding-left: 0.25rem;
}

.selectedMenuLink a:not(.dropdown-toggle).text-light .menuItem:after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='%23f8f9fa'><circle cx='0.5em' cy='0.7em' r='0.2em'></circle></svg>");
}

.selectedMenuLink a.text-primary .menuItem:after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' fill='%2331587d'><circle cx='0.5em' cy='0.7em' r='0.2em'></circle></svg>");
}

.selectedMenuLink p {
    font-weight: bold !important;
}

.selectedMenuLink {
    font-weight: bold;
}

#topNavbar {
    display: block;
    position: sticky;
    top: 0;
    z-index: 980;
}

#sidebar {
    width: 17rem;
    position: fixed;
    top: 0;
    left: -17rem;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow: hidden;
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    transition: all 0.3s;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    z-index: 990;
}

#sidebar ul.components {
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    display: block;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-indicators-events {
    bottom: auto !important;
    top: 0 !important;
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}


/* ---------------------------------------------------
SIDEBAR FILTERS STYLE
----------------------------------------------------- */
#sidebarFilters {
    width: 23rem;
    position: absolute;
    top: 0;
    right: -23rem;
    height: 100vh;
    z-index: 998;
    transition: all 0.3s;
}

#sidebarFiltersBg {
    width: 23rem;
    position: fixed;
    top: 0;
    right: -23rem;
    height: 100%;
    z-index: 997;
    transition: all 0.3s;
}

#sidebarFilters.active {
    right: 0;
}

#sidebarFiltersBg.active {
    right: 0;
}

#dismissFilters {
    transition: all 0.3s;
}
