﻿.login-block {
    transform: translateY(50%);
}

.login-checkbox input[type="checkbox"] {
    margin: 0;
}

.navbar-right li {
    font-size: 16px;
}
.nav li {
    border-bottom: 1px solid;
    border-bottom-color: rgba(109, 180, 96, .3);  
}
.nav li:last-child {
    border: none;
}
.navbar-nav > li > a {
    color: rgba(255, 255, 255, .5);
}
footer {
    display: none;
}
.mfp-zoom-out-cur {
    position: relative;
}

.navbar-inverse .container {
    width: 100%;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover {
    /* color: #6db460;
   color: #7bd46a;*/
    color: #fff;
    font-family: 'e-UkraineHead_LOGO';
}

.navbar-inverse, .navbar {
    /*background-color: #026b02;
    border-color: #036303;*/
    margin: 0;
    background: linear-gradient(to right bottom, #9b82af, #480358);
}
.navbar-toggle {
    margin-right: 4px;
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    /*background-color: #016101;*/
    background-color: transparent;
}

.navbar-right > li > a {
    padding: 10px 9px 10px 20px !important;
    /*color: #6db460 !important;*/
    color: #ccc !important;
}
#privacyContent p,
#privacyContent ul li {
    font-size: 1.6rem;
}
#privacyContent a {
    color: #007eff;
}
#privacyContent ul li{
    list-style: circle;
}

.body-content {
    position: absolute;
    /*top: 50px;*/
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
}
.body-content.useStrictEntranceMode {
    top: 0;
}
.body-loginView {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(244, 247, 252, 1), rgba(244, 247, 252, 0.3)), url(img/kharkiv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.body-loginView header {
    display: flex;
    align-items: center;
    height: 10rem;
    padding: 0 0 0 10px;
}
.title-loginView {
    text-align: center;
    margin: 0;
    color: #676767;
}
.main-content {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, .5);
    margin: 0;
    overflow: hidden;
    /*background: url(/Content/img/111.png);
    background-size: cover;
    background-repeat: no-repeat;*/
}
.navbar-brand {
    font-size: 13px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    height: auto !important;
    margin: 0 !important;
    line-height: 30px;
    /*padding: 22px 6px 6px;*/
    padding: 0 6px 0 50px;
    font-weight: 500;
    top: 20px;
    /*line-height: 50px;*/
}
.navbar-collapse {
    padding: 0;
}
.navbar-collapse .navbar-right {
    width: 100%;
    float: left;
    margin: 0;
}
.navbar-collapse .navbar-left {
    width: 60%;
    float: left;
    margin-top: 30px;
}
.navbar-left > li > a {
    color: #6db460 !important;
}
.icon-nav-menu {
    display: none;
}
.dropdown-nav-menu {
    display: none;
}

.nav-head-items {
    position: absolute;
    left: 0;
    color: rgba(255,255,255, .9);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px 5px;
    display: inline-block;
}

.logo {
    width: 100%;
    height: calc(100% - 20px);
    float: left;
    z-index: 5;
    position: absolute;
    padding-left: 25px;
}
.logo:hover img {
    animation-name: logoAnimate;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

.logo img {
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 5;
}
.navbar-header p {
    margin: 0;
    position: absolute;
    color: #6db460;
    font-weight: 600;
    top: 0;
    /*left: 50px;*/
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 50px);
    font-family: 'e-UkraineHead_LOGO';
}
.navbar-header > p > span {
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50px;
}
.navbar-header p > a {
    font-size: 15px;
}
.logo-mobile {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    padding: 10px;
}
.logo-mobile > img {
    background-position: 50%;
    background-size: 100%;
}
.logo-loginView {
    position: relative;
    width: 6rem;
    height: auto;
}
.navbar-right > li > a, .navbar-right > li > span > a {
    display: inline-block;
}
.map-toolbar {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.5);*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 1;
    transition: all 0.5s ease-out;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-around;

}
.hideBlock {
    position: absolute;
    right: -100px;
    transition: all 0.5s ease-in-out;
}
.navBlock {
    transform: translateX(-100px);
    transition: all 0.5s ease-in-out;
}
.tollbar-first-item {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding-top: 65px;
}

/*.map-toolbar .glyphicon-menu-right.selected*/

/*.map-toolbar .glyphicon-menu-right*/
.map-toolbar .glyphicon-menu-left {
    color: #777;
    font-size: 34px;
    position: fixed;
    top: 100px;
    right: 6px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: #a53405;
    padding: 2px;
    border: 1px solid #a53405;
    transition: all 0.4s ease-out;
    -webkit-transition: color, border, background, transform 0.4s ease-out;
    transition-delay: 0.1s;
}
.map-toolbar .glyphicon-menu-left:hover {
    /*padding: 3px;*/
    transition: all ease 0.3s;
}
.map-toolbar .glyphicon-menu-left.selected {
    transform: rotateY(180deg); 
    right: 8px;
    top: 100px;
    border: none;
    background: none;
    transition: all 0.4s ease-out;
    -webkit-transition: color, border, background, transform 0.4s ease-out;
    /*color: #459a36;*/
    color: #fff;
    text-shadow: 0 0 5px #333;

}
#map_zoom_slider {
    bottom: 50% !important;
    transform: translateY(50%);
}
.privacyLinkBlock {
    left: 10px;
    bottom: 10px;
    position: fixed;
    font-size: 1rem;
    color: #676767;
    display: flex;
}
.linkDevider {
    line-height: 0.8rem;
    font-size: 1.4rem;
    padding: 0 3px;
}
.info-CP {
    height: 17px;
   /*position: fixed;
   bottom: 24px;
    left: 5px;
    font-size: 1.2rem;*/
    text-align: center;
    padding-left: 5px;
}
.info-CP img {
    width: 25px;
    display: none;
}
.input-group-btn {
    z-index: 1;
}
.form-control:focus {
    border-color: #cccccc;
    box-shadow: inherit;
}
.form-control:not(.errorInput) {
    border-color: #5b9f5b;
    box-shadow: 0 0 2px 0 #5b9f5b;
}
#searcherInput {
    box-shadow: none;
    border-color: #ccc;
    height: 50px;
    border-right: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 16px;
}
.searcherDrop {
    border-bottom-left-radius: 0 !important;
}
.searchButtonDrop {
    border-bottom-right-radius: 0 !important;
}
.main-search-panel button:hover,
.main-search-panel button:active,
.main-search-panel button:active:hover,
.main-search-panel button:focus {
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}
.errorInput {
    border-color: #c50404;
    box-shadow: 0 0 2px 0 #dc8484;
}

.toolbar-items {
    display: inline-block;
    padding: 10px 0;
    flex-grow: 3;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-end;
    grid-gap: 0.5rem;
    -webkit-flex-grow: 3;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    -webkit-flex-direction: column;
}
.toolbar-items a {
    float: left;
    padding: 5px 0;
    color: #003e00;
    font-size: 22px;
    margin: 0 6px;
    width: 36px;
    height: 47px;
}

.toolbar-items a:hover {
    text-decoration: none;
}
/*Проблемы с отображением линейки, отработать*/

#mesurment {
    display: none;
}
/*******/
#zoomin, #zoomout, #pan, #refresh, #identify {
    display: none;
}

.toolbar-items a.selected span {

    color: #fff;
    background: linear-gradient(45deg, #ff6f00, #8e2506);
    border-color: #fff;
}


.toolbar-items a.selected span img.ruler-grey {
    display: none;
}
.toolbar-items a span img.ruler-white {
    display: none;
}
.toolbar-items a.selected span img.ruler-white {
    display: block;
    bottom: 0;
}

.toolbar-items a .glyphicon {
    width: 42px;
    height: 42px;
    /*padding: 8px;
    border-radius: 5px;*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
    cursor: pointer;
    background: #fff;
    color: #777;
    border: 1px solid #777;

}
.toolbar-items a .glyphicon.ruler {
    padding: 5px;
}
.toolbar-items a .glyphicon .fa {
    top: -3px;
    left: 1px;
    position: relative;
}
.TOC {
    position: absolute;
    left: 0;
    top: 108px;
    padding-left: 5px;
    width: 85%;
    max-width: 350px;
    min-height: 40px;
    z-index: 31;
}
.min-TOC {
    position: fixed;
    top: 112px;
    left: 5px;
    height: 25px;
    font-size: 12px;
    padding: 0 10px 0 3px;
    border-radius: 4px;
    /*background: rgba(2, 107, 2, .8);
    background:#026b02;
    background: #459a36;*/
    background: linear-gradient(45deg, #8e2506, #ff6f00);
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    display: block;
    cursor: pointer;
    z-index: 1;
    user-select: none;
    overflow: hidden;
}
.min-TOC > .glyphicon {
    position: relative;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    /*background: url(/Content/img/layers-triple.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 50% 50%;*/
    float: left;
    padding: 1px;
}
/*.visible-panel:hover + .min-TOC {
    display: block;
}*/
.visible-panel {
    position: relative;
    top: 33px;
    width: 100%;
    text-align: left;
    background: #fff;
    /*border: 1px solid #fff;*/
    z-index:1;
}
.visible-panel .layers-panel {
    max-height: 50vh;
    overflow-y: scroll;
}

.LEGEND .visible-panel {
    top: 0;
}
.panel-name {
    width: 100%;
    padding: 2px 6px;
    border-bottom: 2px solid #cccccc;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(45deg, #8e2506, #ff6f00);
    color: #fff;
}
.TOC > .visible-panel > .panel-name {
    cursor: pointer;
    padding: 1px 6px;
}
/*.layers-panel {
    padding: 5px 0;
}*/
.layers-panel > div > div {
    padding: 0 5px;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 1),
                      rgba(0,0,0, 0.02));
    border-bottom: 1px solid #ddd;
}
.layers-panel .layer {
    border-bottom: 1px solid #ccc;
}
.panel-name .glyphicon-minus, .selected-project .glyphicon-remove,
.panel-name .minimise-panel {
    float: right;
}
.panel-name .minimise-panel {
    font-size: 14px;
    cursor: pointer;
    transform: scaleX(2);
    text-align: center;
    width: 10px;
    padding-right: 5px;
}
.glyphicon-move, .glyphicon-remove {
    color: #cccccc;
    width: 15px;
    height: 15px;
    padding: 0;
    line-height: normal;
    vertical-align: top;
}
.ruler img {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 2px;
    
}
.toolbar-items a:hover span.ruler {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.refresh-default {
    display: none;
}
.panel-option {
    height: auto;
    position: relative;
    border-bottom: 2px solid #cccccc;
    padding: 0;
}
.panel-option button {
    float: left;
    background: transparent;
    padding: 0;
    padding-right: 5px;
    font-size: 1.2rem;
    border-radius: 0;
    line-height: 30px;
    text-align: center;
    border: none;
}
.panel-option button .glyphicon {
    background: #fff;
    color: #777;
    height: 30px;
    width: 30px;
    padding: 8px;
    top: 0px;
    float: left;
    margin-right: 5px;
}
/*.panel-option button .glyphicon:hover,
.panel-option button .glyphicon:active,
.panel-option button .glyphicon:focus {
    box-shadow: 0 0 3px 0px inset #333;
}*/
.selected-project {
    /*padding: 0 12px 0 23px;*/
    padding: 0 12px 0 55px;
    margin-bottom: 5px;
}
.project-layer {
    font-size: 1.3rem;
    line-height: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding: 9px 0;
}
.modal .project-layer {
    border: none;
}
.modal .project-layer label,
.visible-panel .layers-panel label{
    font-weight: normal;
    padding-left: 10px;
    color: #333;
    font-size: 13px;
    /*text-transform: lowercase;*/
}
.main-search-panel {
    /*margin-bottom: 3px;*/
    width: 85%;
    max-width: 350px;
    /*position: relative;
    top: 5px;*/
    position: fixed;
    top: 55px;
    z-index: 50;
    padding-left: 5px;
}
.search-panel {
    width: unset;
}
.main-search-panel .dropdown-menu {
    margin: 0 !important;
}
.search-wrapper {
    position: relative;
}
#search_concept {
    margin-right: 5px;
}
.search-panel .dropdown-toggle {
    padding: 6px 6px 6px 12px;
    display: none;
}
.main-search-panel .form-control {
    height: 42px;
}
.main-search-panel button {
    padding: 10px 14px;
    height: 50px;
    width: 50px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 25px;
    color: #777 !important;
    border-left: none;
}
.modal-dialog {
    position: absolute;
    bottom: unset;
    width: 80%;
    max-height: 100%;
}
.modal-header {
    position: relative;
    padding: 20px 10px;
    background: transparent;
    color: #ccc;
    text-align: center;
    border: none;

}
.TOC-form .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
#linksForm .modal-header {
    padding: 30px 10px 15px;
}

.modal-header h4 span {
    padding-right: 10px;
}
.modal-header h4 {
    font-size: 16px;
    font-weight: 600;
}
.modal-body {
    font-size: 1.3rem;
}
#linksForm .modal-body {
    padding: 15px 0;
}
.modal-header .close {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 22px;
    color: #fff;
}
.modal-header .close:focus {
    outline: none;
}

#modal-projects .modal-body {
    padding: 10px 0 15px 0;
}
.project-layer:last-child  {
    border: none !important;
}
.project-item-collapse {
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #8133ad;
    padding: 8px;
    text-transform: uppercase;
}
.project-item-collapse .material-icons {
    position: absolute;
    left: 6px;
    height: 20px;
}
.project-item-collapse .material-icons img {
    position: absolute;
    left: 4px;
    height: 20px;
}
.project-item-collapse[href='#1'] .material-icons img {
    left: 2px;
}
.caret {
    margin-right: 5px;
    margin-bottom: 2px;
    margin-left: 35px;
}
.project-item-collapse[aria-expanded="true"] {
    padding-bottom: 8px;
}
.project-item-collapse[aria-expanded="true"] > .caret {
    transform: rotate(-90deg);
}
.item-group {
    width: 100%;
    padding: 5px;
    color: #333;
    /*border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-image: linear-gradient(to bottom,
    rgba(255,255,255, 1), rgba(0,0,0, 0.02));*/
} 
.item-group:last-child {
    border-bottom: none;
}
.main-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;  
}

.main-menu ul {
    padding: 10px;
    padding-left: 5px;
}

.main-menu ul li {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: rgba(255,255,255, 0.7);
    letter-spacing: 0.3px;
    padding: 15px 20px;
    font-size: 2rem;
}
.main-menu ul li .fa {
    float: right;
    line-height: 20px;
}
.main-menu ul li .fa-info {
    padding-right: 4px;
}
.main-menu ul li:hover {
    color: rgba(255,255,255, 1);
    cursor: pointer;
}
.main-search-panel .panel-footer {
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
    top: 48px !important;
    box-shadow: 2px 2px 4px rgba(0,0,0, 0.15), 2px 2px 15px rgba(0,0,0, 0.35);
}
.list-group-item {
    background-color: transparent !important;
    padding: 8px !important;
}
.list-group-item:first-child {
    border-radius: 0;
}
.list-group-item:hover {
    box-shadow: 0 2px 4px 0 #ddd;
    cursor: pointer;
}
#lnbPrint {
    display: none;
}
#loginLink, #logoutLink {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 30px 8px 25px !important;
    display: -webkit-flex;
    -webkit-flex-direction: row;
}
#userLogin {
    padding-left: 25px !important;
}
/*****************CHECKBOX**********************/
.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #6899b3;
        }

    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .checkbox input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
        margin-left: 0;
    }

/***/


/*map---------------------------------*/
#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map_zoom_slider {
    top: unset;
    right: unset;
    left: 5px;
    bottom: 35px;
    border-radius: 4px;
    position: fixed;
}
.esriSimpleSlider div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/*spiner*/
.spinerDiv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    height: 100%;
    display: block
}

    .spinerDiv img {
        left: calc(50% - 110px);
        position: relative;
        top: calc(50% - 115px);
    }

#measureDiv {
    position: fixed !important;
    right: 50px !important;
    top: unset !important;
    bottom: 15px;
    /*width: 220px;*/
    width: calc(100% - 100px);
    padding: 2px;
    background: rgba(255,255,255, .9);
    /*background: rgba(247, 247, 247, 0.9);*/
    box-shadow: 0 0 8px 0 #CCC;
    border: 1px solid #ccc;
}
.dijitMenuTable {
    /*background: rgba(109, 180, 96, 0.9);*/
    background: rgba(247, 247, 247, 0.9);
    color: #333;
    width: 120px;
}
.dijitReset {
    padding: 0.5px 2px;
}
#measureCloseButton {
    position: absolute;
    right: 2px;
    top: 3px !important;
    width: 15px;
    height: 15px;
    background: none;
    z-index: 1000;
    border: none;
    color: #777;
    /*transform: scaleX(1.4);*/
    outline: none;
}
    #measureCloseButton:before {
        content: '\2573';
        width: 12px;
        height: 12px;
        position: relative;
        top: -6px;
        left: -6px;
        font-size: 1.2rem;
        font-weight: 600;
    }
.esriPopup .sizer {
    width: 95vw !important;
    opacity: 0.9;
}
/*.esriPopup .contentPane::-webkit-scrollbar {
    width: 4px;
}
.esriPopup .contentPane::-webkit-scrollbar-thumb {
    background: #e6e6e6;
}*/

#measureWindow
.esriMeasurement .esriMeasurementResultLabel {
    margin: 0;
}
.esriMeasurement .esriButtonChecked .dijitButtonNode, .esriMeasurement .esriButtonHover .dijitButtonNode {
    background: #c3c3c3 !important;
}
.dijitInline .dijitButtonText, #dijit_layout_ContentPane_2 {
    color: #333 !important;
}
.esriMeasurement .esriMeasurementResultLabel {
    border-bottom: thin solid #333 !important;
    color: #333;
}

#feedbackWindow {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1150;
    overflow: hidden;
}
.captchaContainer {
    padding: 0;
}
.captchaContainer .form-group {
    margin: 0;
}
.captchaContainer .form-group > .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
}
.captchaImgContainer img {
    height: 34px;
}
/*#feedbackWindow .modal-dialog {
    width: 85%;
}*/
#feedbackWindow .row {
    margin: 0;
}
#feedbackWindow .modal-body,
#feedbackWindow .modal-footer {
    padding: 10px;
}
#feedbackForm .alert a:not(:hover) {
    color: #927748;
}

#feedbackWindow .form-group {
    margin-bottom: 5px;
}
#feedback-text {
    max-width: 100%;
    width: 100%;
    margin: 0;
    resize: none;
}
#feedbackWindow input[type="text"] {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#feedbackWindow label{
    color: #777;
    letter-spacing: 0.1px;
}
#feedbackWindow .btn-default {
    color: #777;
    font-weight: 600;
}
.esriPopup {
    z-index: 1500 !important;
}
.esriPopup .esriPopupWrapper {
    box-shadow: -1px -1px 1px rgba(0,0,0, 0.1),
                -2px -2px 2px rgba(255,255,255, 0.3),
                2px 2px 4px rgba(0,0,0, 0.2),
                6px 6px 15px rgba(0,0,0, 0.2);
}
.esriPopup .accessPoints .contentPane tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d8d8d8;
}
.esriPopup .contentPane {
    padding: 20px 20px 29px 30px;
    /*max-height: calc(100vh - 150px);*/
    max-height: 60vh;
    background: #fff;
}
.esriPopup .titlePane,
.listAreaAddresses_title {
    /*background: linear-gradient(45deg, #ff6f00, #8e2506);
    background: linear-gradient(to right bottom, #9b82af, #480358);
    background: #59116c;*/
    background: #fff;
    padding: 10px 3px 10px 15px;
    /*font-family: 'Cambria';*/
    font-family: var(--mainFont-family);
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
}
.listAreaAddresses_title {
    background: transparent;
}
.esriPopup .titlePane .title {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 100px);
    color: #777;
    text-transform: none;
}
.esriPopup .titlePane .title b,
.listAreaAddresses_title {
    color: #62047e;
    padding-left: 15px;
}
.esriPopup .titlePane .title b::after,
.listAreaAddresses_title:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #62047e;
}
.esriPopup a[href] {
    color: #146226;
}
.esriPopup .titleButton {
    top: 9px;
    filter: invert(1);
}
.esriPopup .titleButton.maximize {
    right: 30px;
    top: 11px;
}
.esriPopup .titleButton.prev {
    /*right: 100px;*/
    right: 75px;
}
.esriPopup .titleButton.next {
    /*right: 77px;*/
    right: 53px;
}
.esriPopup .titleButton.close {
    right: 5px;
    top: 8px;
}
.esriPopup .titlePane .title b {
    display: inline-block;
    max-width: 70%;
    position: relative;
    text-transform: uppercase;
}
/*.backdrope-transparent {
    background: transparent;
    transition: all ease-in-out 0.6s;
}*/
.attr-link {
    transform: scale(0.7) rotate(-45deg);
}
#Login {
    z-index: 10000;
}
#Login, .entrance-form {
    display: none;
    opacity: 1;
}
#Login .modal-header .close,
.entrance-form .modal-header .close {
    top: -23px;
    font-size: 3rem;
    color: #333;
    font-weight: 500;
    position: relative;
}
.entrance-form .modal-header .close {
    outline: none;
}
    #Login .modal-dialog,
    .entrance-form .modal-dialog,
    #statisticForm .modal-dialog {
        max-width: 500px;
        width: 100%;
        height: auto;
        /*top: 0;
    left:0;*/
        margin: 0;
    }
 #Login .modal-dialog,
.entrance-form .modal-dialog {
     height: 100vh;
 }
#Login input.form-control,
.entrance-form input.form-control {
    max-width: none;
    border-radius: 4px !important;
    height: 44px;
}
#Login .input-group,
.entrance-form .input-group {
    margin-top: 13px;
}
textarea.form-control {
    border-radius: 4px;
}
#Login .modal-footer .btn + .btn, #Login .btn-primary,
.entrance-form .modal-footer .btn + .btn, .entrance-form .btn-primary {
    margin: 0;
    float: left;
    padding: 11px 12px;
    box-shadow: 0 5px 10px 0px rgba(90, 148, 79, .25);
}

#Login .modal-body>.row,
.entrance-form .modal-body>.row {
    margin: 0;
}

.social-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
}
#Login .btn-primary, .entrance-form .btn-primary {
    color: #fff;
    background: #5a944f;
    border-color: #44753a;
    float: unset;
    font-size: 1.8rem;
}
#Login .btn-primary:hover,
.entrance-form .btn-primary:hover {
    background: #449235;
}
#Login .btn-primary:active:hover, .entrance-form .btn-primary:focus {
    background-color: #026b02;
}
.registry-footer>button:first-child {
    margin-bottom: 4px;
}


#Login #loginButton {
    margin-top: 15px;
    padding: 11px 12px;
}
#Login .modal-header, .entrance-form .modal-header {
    padding: 30px 10px 0;
}
    #Login .modal-header h4, .entrance-form .modal-header h4 {
        font-size: 2.5rem;
        color: #5a944f;
    }
.entrance-form .modal-content {
    border-radius: 0;
    background: #f4f7fc;
    height: 100%;
}
.useStrictEntranceMode .entrance-form .modal-content {
    box-shadow: none;
    border: none;
    background: rgba(244, 247, 252, 0.15);
}
#Login .modal-body, .entrance-form .modal-body {
    padding: 25px 15px;
}
#Login .modal-footer, .entrance-form .modal-footer {
    position: relative;
    padding-bottom: 20px;
}
#Login .modal-footer:before, .entrance-form .login-footer:before {
    position: absolute;
    content: "або";
    font-size: 1.5rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55%);
    background: #f4f7fc;
    padding: 0 5px;
    color: #777;
}
.useStrictEntranceMode .entrance-form .login-footer:before {
    background:  rgba(244, 247, 252, 0.15);
}
.registry-row {
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
    color: #777;
    font-size: 1.6rem;
}
#Login a:hover, #Login a:focus,
.entrance-form a:hover, .entrance-form a:focus {
    color: #5b9f5b;
}
.registry-row a {
    color: #5b9f5b;
    font-weight: 600;
}
.modal {
    z-index: 1101;
}
.TOC-form .modal-dialog {
    width: 100%;
    margin: 0;
}
#linksForm .modal-dialog {
    width: 100%;
    margin: 0;
}
#linksForm .modal-body .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
}
 #linksForm .modal-body .row .input-group[class*="col-"] {
        text-align: center;
        padding: 10px 10px 10px 0;
        width: 85%;
        overflow: hidden;
    }

#linksForm .enter-input-group > a {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    background: rgba(104, 78, 119, 0.9);
    box-shadow: 0 0 8px 0 #22022f;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#linksForm .enter-input-group > a:hover {
    background: transparent;
    box-shadow: none;
    /*transform: scale(1.1);*/
    transition: all ease 0.3s;
}
    #linksForm .enter-input-group > a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        font-size: 2.2rem;
        text-transform: uppercase;
        color: #fff;
        transform: translate(-50%, -50%);
        transition: all ease 0.7s;
    }

    #linksForm .enter-input-group > a[href="https://geo-portal.com.ua/kharkiv/index.html"]:before {
        content: 'Адресний реєстр';
    }
    #linksForm .enter-input-group > a[href="https://doc.city.kharkov.ua"]:before {
        content: 'Міський реєстр актів';
    }
    #linksForm .enter-input-group > a[href="http://www.1562.kharkov.ua/"]:before {
        content: 'Служба 1562';
    }
    #linksForm .enter-input-group > a[href="http://cdr.citynet.kharkov.ua/webadreg"]:before {
        content: 'Рекламні конструкції';
    }
    #linksForm .enter-input-group > a[href="http://cdr.citynet.kharkov.ua/dug"]:before {
        content: 'Розриття';
    }
    #linksForm .enter-input-group > a[href="http://cdr.citynet.kharkov.ua/webdocprof"]:before {
        content: 'Звернення громадян';
    }
    #linksForm .enter-input-group > a[href="http://safe.city.kharkov.ua"]:before {
        content: 'Харків проти наркотиків';
    }
    #linksForm .enter-input-group > a[href="http://wifi.city.kharkov.ua"]:before {
        content: 'Міський Wi-Fi';
    }
    #linksForm .enter-input-group > a:hover:before {
        opacity: 0;
        transition: opacity ease 0.3s;
    }
/*#linksForm .enter-input-group:after {
    content: '';
    position: absolute;
    top: -26px;
    right: -79px;
    width: 100%;
    height: calc(100% - 20px);
    background: rgba(135, 80, 166, 0.9);
    transform: rotate(45deg);
}*/
#linksForm .modal-body .input-group a > img {
    box-shadow: 0 0 3px 1px #ccc;
    height: auto;
    width: 100%;
    opacity: 0.1;
    transition: all ease 0.3s;
}
#linksForm .enter-input-group > a:hover img {
    opacity: 1;
    transition: all ease 0.3s;
}
.TOC-form .modal-dialog .modal-content,
#linksForm .modal-content {
    border-radius: 0;
    background: linear-gradient(to bottom, rgb(242, 245, 255), rgb(238, 243, 253));
}
.TOC-form .modal-dialog .modal-content {
    /*background: linear-gradient(220deg, #9b82af, #480358),
        linear-gradient(45deg, #9b82af, #480358),
        linear-gradient(90deg, #9b82af, #480358);
    animation: 10s infinite animateBg;*/
    background: #f4f7fc;
    width: 100%;
}


.TOC-form .modal-header {
    padding: 20px 10px 10px;
}
.TOC-form .modal-header .close,
#linksForm .modal-header .close {
    top: 4px;
    right: 10px;
    font-size: 4rem;
    color: #333;
    font-weight: 500;
}
#linksForm .modal-header .close {
    top: -27px;
    right: 6px;
}
.TOC-form .modal-title,
#linksForm .modal-title {
    font-size: 1.8rem;
    /*color: rgba(104, 78, 119, 0.9);
    color: #655d5d;*/
    color: #631b6f;
    text-transform: unset;
}

.TOC-form .modal-title span {
    display: none;
}
.TOC-form .modal-body {
    padding: 20px 0 0;
}
.TOC-form .project-layer {
    margin: 0;
    padding: 5px 0 5px 20px;
}
.TOC-form .checkbox label::after,
.visible-panel .checkbox label::after {
    top: 3px;
    left: 3px;
    padding: 0;
    color: #b64004;
}
.TOC-form input[type="checkbox"]:checked + label::before,
.visible-panel input[type="checkbox"]:checked + label::before {
    /*background-color: #459a36;
    border-color: #459a36;*/
    background-color: transparent;
    border-color: #8e2506;
    outline: none;
}
.TOC-form input[type="checkbox"]:checked + label {
    /*color: #459a36;*/
    color: #8e2506;
}
.checkbox label {
    width: 100%;
}
.visible-panel .checkbox {
    position: relative;
    width: 100%;
    padding: 7px 5px 7px 20px;
}
.visible-panel .checkbox .close {
    position: absolute;
    right: 0;
    font-size: 1.8rem;
}
.visible-panel .checkbox .close:hover {
    background-color: transparent;
}
.visible-panel .checkbox label::before {
    top: 1px;
} 
.visible-panel .checkbox label {
    padding-left: 7px;
}

#facebookButton,
#googleButton,
#googleButton:focus {
    display: flex;
    background: transparent;
    box-shadow: none;
    outline: none;
    width: 220px;
    display: -webkit-flex;
}

#googleButton {
    padding: 0;
    border: none;
}

    #googleButton img {
        /*width: 220px;*/
        width: 100%;
        max-width: 220px;
    }

#Login #facebookButton,
.entrance-form #facebookButton {
    background: #4267b2;
    color: #fff;
    border-radius: 4px;
    height: 52.97px;
    padding: 0;
    margin-top: 8px;
}

    #facebookButton:hover {
        color: #fff;
    }

.img-box {
    height: 52.97px;
    width: 52.97px;
    padding: 8.8px;
}

#facebookButton img {
    height: 35.31px
}

.social-name {
    line-height: 52.97px;
    font-size: 1.3rem;
    top: 0;
    left: 52.97px;
    position: absolute;
}
.social-name:focus {
    outline: none;
}
.swal2-container {
    z-index: 1100;
}
#lnbLegend .material-icons {
    font-size: 17px;
    float: right;
}
.LEGEND {
    position: absolute;
    /*top: 107px;*/
    top: 170px;
    width: 85%;
    max-width: 350px;
    max-height: calc(100% - 90px);
    padding-left: 5px;
    z-index: 32;
}
.LEGEND .panel-name > .material-icons {
    font-size: inherit;
    line-height: 18px;
}
#legendContent {
    max-height: calc(100vh - 200px);
    /*max-width: 280px;*/
    width: 100%;
    overflow-y: scroll;
    background: #fff
}
.min-legend {
    display: none;
    width: 100px;
    border-radius: 4px;
    background: linear-gradient(45deg, #8e2506, #ff6f00);
    color: #fff;
    /*font-size: 14px;*/
    line-height: 14px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 4px;
    position: absolute;
    cursor: pointer;
    left: 135px;
    /*top: 50px;*/
    top: 112px;
    user-select: none;
}
.min-legend .material-icons {
    font-size: 17px;
}
.min-legend span {
    padding-left: 5px;   
}
.LEGEND .closeButton {
    position: absolute;
    right: 0;
    top: -3px;
    background: none;
    box-shadow: none;
    border: none;
}
.LEGEND .panel-name .minimise-panel {
    position: absolute;
    right: 36px;
    top: -1px;
}
.LEGEND .closeButton:before {
    content: '\2573';
    font-size: 9px;
    
}
.esriLegendService > table td, .esriLegendService > table td,
.esriLegendLayerLabel td, .esriLegendLayerLabel th {
    padding: 5px 5px 5px 10px;
}
.LEGEND .visibleLegend {
    visibility:visible;
}
.LEGEND:not(.visibleLegend) {
    visibility: hidden;
}
.esriLegendService {
    padding-bottom: 10px;
}

.esriPopup .pointer.top {
    background: #c54903;
}
.contentPane table {
   width: 100%;
}
.contentPane tr > td:first-child {
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 1rem;
    /*font-family: 'Calibri';*/
    font-family: var(--mainFont-family);
    vertical-align: top;
    padding-bottom: 8px;
    width: 40%;
    color: #878787;
    border-bottom: 1px solid #d8d8d8;
}
.contentPane tr > td:last-child {
    padding-left: 8px;
    word-break: break-word;
    /*font-family: 'Helvetica';*/
    font-family: var(--mainFont-family);
    font-size: 1.2rem;
    color: #373737;
    padding-bottom: 8px;
    border-bottom: 1px solid #d8d8d8;
}
.esriPopup .accessPoints .contentPane tr td,
.esriPopup .accessPoints .contentPane tr td:first-child,
.esriPopup .accessPoints .contentPane tr td:last-child {
    font-size: 1.2rem;
    width: 100%;
    border: none;
}
.esriPopup .accessPoints-list {
    padding: 0;
}
.esriPopup .accessPoints-list li {
    padding-bottom: 4px;
}
.esriPopup .accessPoints-list .markText {
    font-weight: 600;
    font-style: italic;
}
.contentPane tr:first-child > td:last-child {
    font-size: 1.3rem;
}
.contentPane tr:last-child > td {
    border: none;
}
.areaBoxBtn {
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: end;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contentPane tr:last-child > td > button,
.areaBoxBtn button {
    border: none;
    background: no-repeat;
    color: #8e2506;
    font-weight: 600;
    font-size: 1.1rem;
    width: clamp(100px, 50%, 200px);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 8px;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
    display: -webkit-flex;
    align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    transition: all ease-in-out 0.3s;
}
    .areaBoxBtn button, .photoBoxBtn button {
        width: 130px !important;
    }
.contentPane tr:last-child > td > button:first-child,
.areaBoxBtn button{
    margin-right: 5px;
}
.contentPane tr:last-child > td > button:last-child,
.areaBoxBtn button{
    margin-left: 5px;
}
.contentPane tr:last-child > td > button:hover,
.areaBoxBtn button:hover {
    background: #8e2506;
    color: #fff;
    transition: all ease-in-out 0.3s;
}
.contentPane tr:last-child > td > button > .material-icons,
.areaBoxBtn button .material-icons {
    padding-right: 5px;
    font-size: 20px;
}
#identityPanel {
    position: absolute;
    left: 0;
    width: 400px;
    height: 100%;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    background: #fff;
    padding: 15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}
.identityPanel_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0 3px 0 15px;
    margin-bottom: 25px;
}
.identityPanel_header .close {
    margin-right: 5px;
}
#identityPanel table tr {
    border-bottom: 1px solid #e2e2e2;
}
#identityPanel table tr td {
    font-size: 1.4rem;
    padding: 2px;
}
#identityPanel table tbody tr td.left-side {
    color: #737373;
}
#listAreaAddresses {
    position: absolute;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template: min-content / auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1500;
}
.listAreaAddresses {
    width: 100%;
    width: clamp(100%, 100%, 100%);
    height: 100%;
    max-height: 50vh;
    height: clamp(300px, 100%, 50vh);
    background: rgba(255,255,255, 0.85) !important;
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out 0.5s;
}
.listAreaAddresses__hidden {
    width: clamp(0px, 0px, 0px);
    height: clamp(0px, 0px, 0px);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}
.listAreaAddresses_header {
    position: relative;
    padding: 25px 30px 15px;
    /*display: flex;
    flex-direction: column;
    align-items: flex-end;*/
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.listAreaAddresses_title {
    position: relative;
    width: 100%;
    padding: 0 15px;
    font-weight: 700;
}
.listAreaAddresses_header > span.close {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 2.3rem;
}
.backIdentifyBtn {
    margin: 0 0 0 5px;
    padding: 3px 15px;
    height: fit-content;
    align-self: flex-end;
    border-radius: 10px;
    border: none;
    background: transparent;
    box-shadow: 0 0 0 1px rgba(88,28,105, 0.5);
    color: rgba(88,28,105, 0.5);
    transition: var(--transitionBtn);
}
.backIdentifyBtn:focus {
    outline: none;
}
.backIdentifyBtn:hover {
    box-shadow: 2px 2px 4px inset rgba(88,28,105, 0.65);
    color: rgba(88,28,105, 0.8);
    transition: var(--transitionBtn);
}
.minimizeBtn {
    position: absolute;
    right: 50px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 3rem;
    color: #c3c3c3;
}
.minimizeActive {
    height: 100px !important;
    transition: all ease 0.3s;
}
.listAreaAddresses_content {
    padding: 0 40px 30px;
    margin-bottom: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.listAreaAddresses_content table {
     width: 100%;
 }
.listAreaAddresses_content table th {
    text-align: center;
    color: #383838;
    text-transform: uppercase;
    font-weight: 500;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}
.listAreaAddresses_content table tr:hover {
    cursor: pointer;
    background: rgba(0,0,0, 0.05);
    transition: all ease 0.3s;
}
.listAreaAddresses_content table tr td {
    position: relative;
    color: #6f6f6f;
    font-size: 1.3rem;
    word-break: break-all;
    font-family: var(--mainFont-family);
    /*font-family: Helvetica;*/
    padding: 8px;
    border-bottom: 1px solid #e7e7e7;
}
.listAreaAddresses_content table tr td .pinMapPosition {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(98,4,126, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: var(--transitionBtn);
}
.listAreaAddresses_content table tr:hover .pinMapPosition {
    right: -30px;
    visibility: visible;
    opacity: 1;
    transition: var(--transitionBtn);
}
.listAreaAddresses_content::-webkit-scrollbar {
    width: 8px;
}
.listAreaAddresses_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b9b9b9;
    box-shadow: -1px 0 2px rgba(255,255,255, 0.5) inset,
                1px 0 2px rgba(255,255,255, 0.5) inset;
}
.listAreaAddresses_content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
    box-shadow: 0 0 2px rgba(0,0,0, 0.3) inset;
}
.surname-group {
    position: relative;
}
.surname-group .tooltip {
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    top: -14px;
    color: #e81a10;
}
.surname-group .errorInput:focus + .tooltip {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}

.mfp-zoom-out-cur .mfp-close {
    right: -10px;
    top: 0px;
    font-size: 5rem;
    cursor: pointer;
    text-shadow: 0 0 3px #fff;
}
.mfp-zoom-out-cur .mfp-close {
    color: #000000;
}

.contentPane tr:last-child > td > button:focus {
    outline: none;
}
/*clearable --------------*/
.zbz-input-clearable {
    /* ставим инпуту фоновую картинку, но отображаем ее за пределами инпута - 150% в background-position */
    background-image: url('../Images/input-clearable-x.png');
    background-position: 150% 50%;
    background-repeat: no-repeat;
    transition: background 0.4s;
    /* добавляем справа небольшой padding, чтоб текст не залазил поверх крестика */
    padding-right: 27px
}

.zbz-input-clearable__x {
    /* когда нужно отобразить крестик, перемещаем в правый конец инпута */
    background-position: 100% 50%;
}

.zbz-input-clearable__x-over {
    /* и подготовим стиль для ховера по крестику */
    background-image: url('../Images/input-clearable-x-hover.png');
    cursor: pointer;
}

.zbz-input-clearable::-ms-clear {
    /* убираем родной крестик очистки в IE */
    display: none;
}
/*clearable --------------*/

div.calendar-group {
    position: relative;
    display: flex;
}
div.calendar-group > label {
    font-size: 16px;
    position: absolute;
    top: 4px;
    right: 8px;
}
.descr {
    width: 40px;
    text-align: center;
    font-size: 1.7rem;
    border: none;
    line-height: 34px;
    color: #777;
}

#statisticForm .small {
    max-width: 600px;
    max-width: unset;
    color: #333;
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
}

#statisticForm .small > div > p {
    margin: 0;
    font-weight: 600;
}

#statisticForm .modal-content {
    background: linear-gradient(to bottom, #f2ecf5, #f6edf9);
}


#statisticForm .modal-header h4 {
    color: #712986;
    font-size: 2rem;
}
    #statisticForm .modal-header .close {
        position: absolute !important;
        top: 8px;
        right: 15px;
        font-size: 34px;
        color: #777;
    }
    #statisticForm .input-group {
        width: 100%;
        margin-bottom: 15px;
    }
    #statisticForm .input-group > select {
        width: 100%;
        font-size: 1.8rem;
        padding: 2px 2px 2px 10px;
        color: #712986;
        background: transparent;
        border: none;
        cursor: pointer;
    }
    #statisticForm .input-group > select:focus {
        outline:  none;
    }
#stat-show {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
    padding: 11px;
    font-size: 1.7rem;
    background: linear-gradient(to bottom, #ff6f00, #8e2506);
}
#stat-show[disabled] {
    background: linear-gradient(to bottom, #fff, #ddd);
    color: #333;
}
.swal2-popup {
    background: linear-gradient(to bottom, #f2ecf5, #f6edf9) !important;
}
.swal2-popup .swal2-content {
    color: #5b3367 !important;
}

.alert-info {
    color: #4e4e4e;
    background: #f9f0ff;
    color: rgba(81,81,81, 0.8);
    border: none;
    box-shadow: 0 0 10px 0 #adadad;
    z-index: 5;
    display: none;
    transition-duration: 1s !important;
}
.alert-dismissable .close, .alert-dismissible .close {
    color: #333;
    top: -6px;
}


@keyframes showBasicList {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animateBg {
    0%, 100% {

    background-position: 0 25%
}
    25%, 75% {
        background-position: 50% 50%
    }
    50% {
        background-position: 100% 100%
    }
}

@keyframes bgAnimate {
    0% {
        background: linear-gradient(45deg, #f7ae76, #b33009);
        border: 1px solid #b33009;
    }
    100% {
        background: linear-gradient(45deg, #ff6f00, #8e2506);
        border: 1px solid #fff;
    }
}
@keyframes logoAnimate {
    0% {
        
        transform: rotate(-90deg);
    }
    25% {
        width: 40px;
        height: 40px;
    }
    50% {
       perspective: 1000px;
        
    }
    100% {
        width: 60px;
        height: 60px;
        transform: rotate(-360deg);
    }
}
@keyframes bookmarkBG {
    0% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 0 25%;
    }

    25% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 50% 50%;
    }
    50% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 100% 100%;
    }
    75% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 50% 50%;
    }
    100% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 0 25%;
    }
     
}




.TOC-form .modal-dialog .modal-content {
   
    position: relative;
    background: linear-gradient(to bottom, rgb(242, 245, 255), rgb(238, 243, 253));
    border-radius: 0;
}

.TOC-form .modal-body {
    padding:0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3rem;
    height: calc(100% - 78px);
    align-items: flex-start;
}

.item-group:last-child {
    border-bottom: 1px solid #ccc;
}

.TOC-form .project-layer {
    padding: 2px 0 2px 20px;
}

.item-group {
    width: calc(100% - 10px);
    height: 20vh;
    min-height: 150px;
    position: relative;
    border: 1px solid rgba(129, 51, 173, 0.3);
    margin: 5px;
    overflow: hidden;
    border-radius: 15px;
    transition: all ease 0.3s;
}

/**********new design*********/
.item-group {
    height: 30%;
    max-width: 450px;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    box-shadow: 4px -4px 0 4px #fff, 0px 0px 0 8px #fff;
    border: none;
    border-radius: 4px;
}

.item-group[data-project-id="1"]:not(.activeItem),
.item-group[data-project-id="1"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7) ), url(img/adv_toc_bg.jpg);
}

.item-group[data-project-id="2"]:not(.activeItem),
.item-group[data-project-id="2"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7) ), url(img/medicine_toc_bg.jpg);
}

.item-group[data-project-id="3"]:not(.activeItem),
.item-group[data-project-id="3"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7) ), url(img/education_toc_bg.jpg);
}

.item-group[data-project-id="4"]:not(.activeItem),
.item-group[data-project-id="4"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7) ), url(img/wifi_toc_bg.jpg);
}

.item-group[data-project-id="6"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7) ), url(img/others_toc_bg.jpg);
}

.item-group[data-project-id="7"]:not(.activeItem),
.item-group[data-project-id="7"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7) ), url(img/houses_toc_bg.jpg);
}

.item-group[data-project-id="8"]:not(.activeItem),
.item-group[data-project-id="8"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7) ), url(img/security_toc_bg.jpg);
}

.item-group[data-project-id="9"]:not(.activeItem),
.item-group[data-project-id="9"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.9), rgba(255,255,255, 0.7) ), url(img/shelters_toc_bg.jpg);
} 

/****************8*/

.TOC-form input[type="checkbox"]:checked + label {
    color: #fff;
}

.project-item-collapse[aria-expanded="true"] {
    padding-bottom: 2px;
}

.project-item-collapse .material-icons img,
.project-item-collapse .material-icons {
    position: inherit;
    top: 0;
}

    .project-item-collapse .material-icons img {
        top: -8px;
        height: 40px;
    }

.project-item-collapse {
    padding: 40px 10px 0 10px;
    font-size: 2rem;
    color: #8133ad;
    display: flex;
}

.item-group:hover, .item-group.activeItem {
    border-color: transparent;
    /*box-shadow: 0 0 10px 2px #ccc, 0 0 8px 0px #8d6ca0;
     background: linear-gradient(to right bottom, #9b82af, #480358);*/
    box-shadow: -2px -2px 4px rgba(255,255,255, 0.3),
                2px 2px 4px #8d6ca0,
                2px 2px 10px #8d6ca0;
    background: #683385 !important;
    border-color: #704788;
    transition: all ease 0.5s;
}

.item-group:hover::before,
.item-group.activeItem:before {
    background: transparent;
    top: -200%;
    transition: all ease 0.01s;
}

.item-group:hover .project-item-collapse,
.item-group.activeItem .project-item-collapse {
    padding: 0px 10px 0 5px;
    font-size: 1.4rem;
    color: #ddd;
    position: absolute;
    transition: all ease 0.7s;
}
.item-group .project-item-collapse .item-group-space {
    display: none;
}

.item-group:hover .project-item-collapse .item-group-space,
.item-group.activeItem .project-item-collapse .item-group-space {
    display: inline;
}

.TOC-form .item-group .project-item-collapse .material-icons {
    font-size: 44px;
    top: -5px;
    position: relative;
}

.TOC-form .item-group:hover .project-item-collapse .material-icons,
.TOC-form .activeItem .project-item-collapse .material-icons {
    display: none;
}

    .TOC-form .item-group:hover .project-item-collapse .material-icons > img {
        display: none;
    }

.TOC-form .checkbox label {
    min-height: 17px;
}

.TOC-form .project-layer label {
    font-size: 1.2rem;
    color: #fff;
}

.project-item-collapse[aria-expanded="true"] > .caret,
.project-item-collapse[aria-expanded="false"] > .caret,
.project-item-collapse > span.caret {
    color: transparent;
}

.TOC-form .selected-project {
    position: relative;
    top: 25px;
}

.TOC-form input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border-color: #501061;
}

.TOC-form .checkbox label::after {
    color: #4e0c5e;
}

.basicList-container {
    /*position: absolute;*/
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    
}
.basicList-container .basicListButton {
    position: absolute;
    z-index: 1000;
    /*top: calc(50% - 150px);*/
    top: unset;
    bottom: 130px;
    left: -2px;
    padding: 5px 0;   
}

.basicList-container .basicListButton span.glyphicon {
    background: linear-gradient(45deg, #ff6f00, #8e2506);
}
.basicList-container .basicListButton span.glyphicon > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 5px;
}

.basicList-container .basicList {
    position: absolute;
    width: calc(100vw - 125px);
    /*top: calc(50% - 150px);*/
    top: unset;
    bottom: 130px;
    left: 62px;
    background-color: transparent;
    animation-name: showBasicList;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

.basicList-container .basicList ul {
    list-style-type: none;
    /*border: solid 1px #ccc;*/
    border-radius: 4px;
    /*box-shadow: 0 0 5px 0 #ccc;*/
    padding: 5px;
    margin: 0;
}
.basicList-container .basicList ul > li {
    font-size: 1.5rem;
    padding: 8px 12px;
    color: #922d02;
    background: #fff;
    border: 1px solid #922d02;
    border-radius: 30px;
    margin-bottom: 5px;
}
.basicList-container .basicList ul > li:last-child {
    margin-bottom: 0;
}
    .basicList-container .basicList ul > li:hover, .basicList-container .basicList ul > li.basicList-selected {
        background: linear-gradient(45deg, #ff6f00, #8e2506);
        color: #fff;
        cursor: pointer;
    }
    /*-----------------------------------*/
.mfp-bg {
    z-index: 3051;
}

.mfp-wrap {
    z-index: 3052;
}

.mfp-iframe-holder .mfp-content {
    height: 100%;
    max-width: 80vw;
}

.mfp-iframe img {
    width: 100% !important;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    font-size: 6rem;
}




