body {
    /*font-family: Segoe ui, Helvetica, ubuntu, sans-serif;*/
    font-family: 'Golos-Text_Regular';
}

@font-face {
    font-family: 'Golos-Text_Regular';
    src: url('../fonts/Golos-Text_Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10000;
    display: none;
}

    #bg #spin {
        position: fixed;
        display: none;
        left: 50%;
        top: 50%;
        margin-left: -24px;
        margin-top: -24px;
    }

.pageWidth {
    margin-left: 100px;
    min-width: 960px;
    padding-bottom: 20px;
}

.form-horizontal .form-group:last-child,
.form .form-group:last-child {
    margin-bottom: 0;
}

.form-horizontal .form-group label,
.form .form-group label {
    font-size: 16px;
}

.form-horizontal .form-group input,
.form .form-group input {
    font-size: 16px;
}

.form-horizontal .form-group select,
.form .form-group select {
    font-size: 15px;
}

.descriptionWrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 70%;
    background-color: #f8f8f8;
}

.menuWrapper {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100px;
    height: 100%;
    bottom: 100%;
    background: white;
}

    .menuWrapper section.menuTitle {
        padding-top: 4px;
        font-size: 23px;
        font-family: 'Golos-Text_Regular';
        letter-spacing: -1.0px;
        text-align: center;
        font-weight: bold;
        color: black;
    }

.titleImage {
    padding: 3px;
    width: 60px;
    height: 75px;
    margin-left: 13px;
}

.titleText {
    padding: 3px 3px;
    font-size: 26px;
    font-family: 'Golos-Text_Regular';
    letter-spacing: -1.0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.descriptionWrapper .description {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.descriptionWrapper .descriptionfooter {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    min-width: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 3px;
}

.descriptionWrapper .description section {
    float: left;
}

    .descriptionWrapper .description section.back {
        padding: 13px 15px 13px 10px;
        background: #eee;
        height: 100%;
        margin-right: 20px;
    }

        .descriptionWrapper .description section.back img {
            margin-right: 12px;
        }

        .descriptionWrapper .description section.back div {
            margin-top: 6px;
            color: #333333;
        }

    .descriptionWrapper .description section.img {
        flex-shrink: 0;
        margin-left: 3%;
        padding: 3px 0 3px 19px;
    }

    .descriptionWrapper .description section.text {
        flex-grow: 1;
        padding: 20px 10px;
        font-size: 26px;
        font-family: 'Golos-Text_Regular';
        letter-spacing: -1.0px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .descriptionWrapper .description section.support {
        flex-shrink: 0;
        padding: 12px 0;
    }

.descriptionWrapper .descriptionfooter section.admin {
    flex-shrink: 0;
    padding-left: 19px;
    margin-left: 3%;
}

.descriptionWrapper .descriptionfooter section.user {
    flex-shrink: 0;
    padding-right: 20px;
}

.menu {
    font-size: 16px;
}

.dropdown-menu {
    font-size: 14px;
    background-color: #f8f8f8;
}

.myAlert-top {
    margin-top: 0;
    position: fixed;
    top: 5px;
    left: 75%;
    width: 15%;
    z-index: 10001;
}

th {
    font-weight: 400;
    font-size: 17px;
}

td {
    font-weight: 400;
    font-size: 17px;
}

.noRowsMessage {
    display: none;
    margin-bottom: 0;
}

.paginationWrapper .pagination {
    margin: 0;
}

.table tbody tr:hover {
    cursor: pointer;
}

label {
    font-weight: 400;
}

.btn-gray {
    background-color: #fafafa !important;
}

.btn-like-a {
    border-radius: 5px;
    background: #fafafa;
    color: inherit;
    padding: 0 .25em;
    border: 1px solid #ccc;
    text-wrap: none;
    cursor: pointer;
}

    .btn-like-a:hover {
        border: 1px solid #888;
        text-decoration: none;
        color: inherit;
    }

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #eee;
}

    .page-header p {
        font-size: 30px;
    }

#SchemeContainer {
    border: none;
}

#footer {
    border-top: 1px solid #e7e7e7;
    background: #fafafa;
    height: 20px;
    margin-top: 30px;
    width: 100%;
}

.file_upload {
    position: relative;
    overflow: hidden;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    padding: 20px;
    width: 80px;
}

    .file_upload input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 200px;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

.red-border {
    border: 1px solid red;
}

li.dropdown > ul.dropdown-menu > li > a {
    padding: 10px 20px;
    font-family: 'Golos-Text_Regular';
}

a {
    cursor: pointer;
}

/* feature 62 отложенная загрузка SVG с квадратами */
#SVG.preload {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/ajax-loader.gif);
}

/* этот жуткий тяжелый прелоадер я планирую юзать для любых div, у которых грузится контент */
.preloader {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/ajax-loader.gif);
    min-height: 100px;
    width: 100%;
}

    .preloader > * {
        display: none;
    }

/* шняга для ангуляра */
/* http://stackoverflow.com/questions/11249768/angularjs-ng-cloak-ng-show-elements-blink */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
    display: none;
}

.linko-pomoyka a {
    margin: 0 10px 10px 0;
}

.button-link-item {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.h1-like {
    font-weight: 600;
    font-size: 1.6em;
    margin: 0;
}

.big-text {
    font-weight: 600;
    font-size: 1.4em;
    margin: 0;
}

.pagination {
    margin: 0 !important;
}

.height-40 {
    height: 40px;
}

.height-20 {
    height: 20px;
}

.reports td {
    width: 50%;
}

.preloader2 {
    width: 72px;
    height: 8px;
    display: inline-block;
    padding: 0px;
    text-align: left;
}

    .preloader2 span {
        position: absolute;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #000000;
        opacity: 0.2;
        -webkit-animation: preloader21 2s linear infinite alternate;
        animation: preloader21 2s linear infinite alternate;
    }

        .preloader2 span:nth-child(2) {
            animation-name: preloader22;
            -webkit-animation-name: preloader22;
        }

        .preloader2 span:nth-child(3) {
            animation-name: preloader23;
            -webkit-animation-name: preloader23;
        }

        .preloader2 span:nth-child(4) {
            animation-name: preloader24;
            -webkit-animation-name: preloader24;
        }

        .preloader2 span:nth-child(5) {
            animation-name: preloader25;
            -webkit-animation-name: preloader25;
        }

@keyframes preloader21 {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 64px;
    }

    100% {
        margin-left: 64px;
    }
}

@-webkit-keyframes preloader21 {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 64px;
    }

    100% {
        margin-left: 64px;
    }
}

@keyframes preloader22 {
    0% {
        margin-left: 0px;
    }

    37.5% {
        margin-left: 48px;
    }

    87.5% {
        margin-left: 48px;
    }

    100% {
        margin-left: 64px;
    }
}

@-webkit-keyframes preloader22 {
    0% {
        margin-left: 0px;
    }

    37.5% {
        margin-left: 48px;
    }

    87.5% {
        margin-left: 48px;
    }

    100% {
        margin-left: 64px;
    }
}

@keyframes preloader23 {
    0% {
        margin-left: 0px;
    }

    25% {
        margin-left: 32px;
    }

    75% {
        margin-left: 32px;
    }

    100% {
        margin-left: 64px;
    }
}

@-webkit-keyframes preloader23 {
    0% {
        margin-left: 0px;
    }

    25% {
        margin-left: 32px;
    }

    75% {
        margin-left: 32px;
    }

    100% {
        margin-left: 64px;
    }
}

@keyframes preloader24 {
    0% {
        margin-left: 0px;
    }

    12.5% {
        margin-left: 16px;
    }

    62.5% {
        margin-left: 16px;
    }

    100% {
        margin-left: 64px;
    }
}

@-webkit-keyframes preloader24 {
    0% {
        margin-left: 0px;
    }

    12.5% {
        margin-left: 16px;
    }

    62.5% {
        margin-left: 16px;
    }

    100% {
        margin-left: 64px;
    }
}

@keyframes preloader25 {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 0px;
    }

    100% {
        margin-left: 64px;
    }
}

@-webkit-keyframes preloader25 {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 0px;
    }

    100% {
        margin-left: 64px;
    }
}

.angular-preloader {
    width: 100%;
    background: #fafafa;
    padding: 20px;
    margin: 10px;
}

input.ng-invalid.ng-touched:not(.ng-pristine) {
    background-color: #ffeeee;
}

.red-background {
    background-color: #ffeeee !important;
}

.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    font-size: 16px;
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

    .dropdown-menu .sub-menu li a {
        padding: 10px 20px;
        font-family: 'Golos-Text_Regular';
    }

.right-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid grey;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.left-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid grey;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}



.buttonMarginBottom div {
    margin-bottom: 12px;
}

    .buttonMarginBottom div:last-child {
        margin-bottom: 0;
    }

.type-name {
    font-weight: 700;
    margin: 6px 20px 6px 0;
}

.fast-status {
    display: inline-block;
    margin: 6px 24px 6px 0;
}

    .fast-status:hover {
        text-decoration: none;
    }

    .fast-status.active {
        font-weight: bold;
    }

.badge {
    background: #eee;
    color: #888;
}

.left-margin {
    margin-left: 24px;
}

.custom-popup .leaflet-popup-content-wrapper {
    background: #2c3e50;
    color: #fff;
    font-size: 13px;
    line-height: 4px;
    border-radius: 4px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    .custom-popup .leaflet-popup-content-wrapper a {
        color: rgba(255,255,255,0.1);
    }

.custom-popup .leaflet-popup-tip-container {
    width: 20px;
    height: 15px;
    margin: 0px 0px 0px 0px;
}

.custom-popup .leaflet-popup-tip {
    background: transparent;
    border: none;
    box-shadow: none;
}

.custom-popup .leaflet-popup {
    top: 10px;
    left: 70px;
}

.dropdown-menu {
    z-index: 1100; /* 1000 for leafter legend */
}
/* стили для нового бокового меню*/
.sidebar {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100px;
    max-width: 100px;
    background-color: transparent;
    overflow-y: auto;
    z-index: 1000;
    scrollbar-gutter: stable;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: calc(100vh - 100px);
}

.sidebar-menu ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu ul.nav > li > a {
        padding: 3px;
        margin: 2px 6px;
        color: #333;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.2s ease;
        font-size: 16px;
        font-family: 'Golos-Text_Regular';
        letter-spacing: -0.5px;
        text-align: center;
    }

        .sidebar-menu ul.nav > li > a > svg {
            fill: #777777;
            display: inline-block;
            vertical-align: middle;
            height: 25px;
            width: 25px;
        }

            .sidebar-menu ul.nav > li > a > svg:hover {
                fill: black;
            }

        .sidebar-menu ul.nav > li > a:hover {
            background-color: #F0F0F0;
            color: black;
        }

        .sidebar-menu ul.nav > li.active > a,
        .sidebar-menu ul.nav > li > a.active {
            background-color: #d2e3ff;
            color: #000;
            font-weight: 500;
        }

.sidebar .dropdown-menu {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    min-width: 5%;
    padding: 1px 0;
    z-index: 3000;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.sidebar .dropdown.open > .dropdown-menu {
    opacity: 1;
    transform: translateY(-10px);
    pointer-events: auto;
}

.sidebar .dropdown-menu li a {
    padding: 6px 10px;
    margin: 2px 8px;
    border-radius: 6px;
    color: #333;
    background-color: #fafafa;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 16px;
    font-family: 'Golos-Text_Regular';
    letter-spacing: -0.5px;
}

.sidebar-menu .dropdown-menu li a:hover {
    background-color: #fafafa;
    color: black;
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}

.sidebar-menu .dropdown-menu li.active > a,
.sidebar-menu .dropdown-menu li > a.active {
    background-color: #d2e3ff;
    color: #000;
    font-weight: 500;
}

.sidebar .dropdown-menu .sub-menu {
    position: fixed;
    min-width: 5%;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    border-radius: 6px;
    padding: 1px 0;
    z-index: 3500;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.sidebar .dropdown-menu li.open > .sub-menu {
    opacity: 1;
    transform: translateY(-10px);
    pointer-events: auto;
}

.sidebar .dropdown-menu .sub-menu li a {
    padding: 6px 12px;
    margin: 2px 8px;
    font-size: 16px;
    font-family: 'Golos-Text_Regular';
    letter-spacing: -0.5px;
    color: #333;
    text-decoration: none;
    background-color: #fcfcfc;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .sidebar .dropdown-menu .sub-menu li a:hover {
        background-color: #fafafa;
        color: #000;
    }

.sidebar-menu ul.nav > li > a.menu-link {
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin: 2px 12px;
    padding: 6px 0;
    padding: 6px 0;
    color: #2b669a;
    font-size: 16px;
    font-family: 'Golos-Text_Regular';
    letter-spacing: -0.5px;
}

    .sidebar-menu ul.nav > li > a.menu-link:hover {
        color: #000;
        text-decoration: underline;
    }

hr.separator {
    margin: 6px;
    border: 0;
    border-top: 1px solid gray;
}

a.main-links {
    color: black;
}
