
.guide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9999;
    pointer-events: none;
}
.guide-tooltip {
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    z-index: 10000;
}
.guide-prompt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
   
}


#next-guide-step, #start-guide, #skip-guide {
    margin-top: 10px;
    padding: 5px 10px;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}
#skip-guide {
    background: #dc3545;
}
.guide-highlight {
   /** position: relative; **/
    z-index: 10001;
    box-shadow: 0 0 15px 11px rgb(253 253 126);
    border-radius: 50%;

    z-index: 9999 !important;
}




.input-kad {
    padding: 12px 30px;
    height: 45px;
    border: none;
    font-size: 14px;
    width:100%;
    outline: none;
}
.btn-kad {
    padding: 5px 30px;
    height: 45px;
}

.result-search-kadm {
    background-color: rgb(255 255 255 / 0.98);
    font-size: 14px;
    min-width: 280px;
    padding: 0.3em;
    border-radius: 3px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    position: relative;
}


.u-line {text-decoration: underline;} 
.cadInfoTableAll {
    margin:8px 0 0!important;
    min-height:60px;
    font-size: 14px; 
    font-family: 'RobotoCondensed';
    line-height: 20px;
}
.cadInfoTableAll tbody tr>td:first-child{
    font-weight:700;
    padding-right:5px;
    width:40% !important
}

.cadInfoTableAll thead tr>th:first-child{
    font-weight:700;
    padding-right:5px;
    width:40% !important
}

.cadInfoTableAll thead tr>td:first-child{
    font-weight:700;
    padding-right:5px;
    width:100vw !important
}
.cadInfoTableAll tfoot tr>td:first-child{
    font-weight:700;
    padding-right:5px;
    width:60% !important
}
.cadInfoTableAll td{
    border-top:0!important;
    padding-bottom:5px;
    vertical-align:top
}
.cadInfoTableAll tr i.fa-copy{
    opacity:.2
}
.cadInfoTableAll tr:hover i.fa-copy{
    color:#0362a0;
    opacity:1;
    transition:.7s
}
.cadInfoTableAll tbody tr:not(:first-child) td:last-child{
    padding-right:10px
}



/** #cadInfoTable_rect_tb, #cadInfoTable_now_right_tb, #cadInfoTable_old_right_tb {display: none;} **/


    
#side-checkbox {
    display: none;
}
.side-panel {
   /** position: fixed;  **/
   position: absolute;
    z-index: 1040;
    top: 0;
    left: -770px;
    /** background: #3462af; **/
    background: #FFF;
    transition: all 0.5s;   
    min-width: 300px;
    max-width: 80%;
    height: 100%;
    width: 460px;
    box-shadow: 10px 0 20px rgba(0,0,0,0.4);
    /** color: #FFF; **/
    padding: 40px 20px;
}
.side-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #BFE2FF;
}
/* Оформление кнопки на странице */
.side-button-1-wr {
    text-align: center; /* Контейнер для кнопки, чтобы было удобнее ее разместить */
}
.side-button-1 {
    display: inline-block;
    
     width: 36px;
    height: 36px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 22px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.side-button-1 .side-b {
        text-decoration: none;
    position: relative;
    cursor: pointer;
    /* border: 2px solid #BFE2FF; */
    display: block;
    width: 36px;
    height: 36px;
    background-size: 24px;
    position: absolute;
    left: 6px;
    top: 5px;
}

.side-button-1 .side-layers { 
    background: url('../images/icon-layer-2901216.png') 0 0 no-repeat; 
    background-size: 24px;
}





/* Переключатели кнопки 1 */
.side-button-1 .side-close {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-open {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-close {
    display: block;
}
#side-checkbox:checked + .side-panel {
    left: 0;
}


 
    
#side-checkbox3 {
    display: none;
}



.side-panel3 {
   /** position: fixed;  **/
   position: absolute;
    z-index: 1050;
    top: 0;
    right: -770px;
    background: #FFF;
    transition: all 0.5s;   
    min-width: 200px;
    max-width: 80%;
    height: 100%;
    width: auto;
    box-shadow: 10px 0 20px rgba(0,0,0,0.4);
   /** overflow-y: scroll;
     overflow-x: hidden; **/
    
    padding: 40px 20px;
}

.content {
    overflow-y: auto;
     overflow-x: hidden;
      height: 96%;  
      padding: 5px;
}

.content::-webkit-scrollbar {
    width: 6px;
    background: #FFF;
    border-radius: 3px;
}

.content::-webkit-scrollbar-thumb {
   background: #e5e7ed;
    border-radius: 3px;
  position: relative;
}

 
.side-title2 {
    font-size: 20px !important; 
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #BFE2FF;
}
/* Оформление кнопки на странице */
.side-button-1-wr2 {
    text-align: center; /* Контейнер для кнопки, чтобы было удобнее ее разместить */
}
.side-button-12 {
    display: inline-block;
    
     width: 45px;
    height: 45px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 22px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.side-button-12 .side-b2 {
        text-decoration: none;
    position: relative;
    /* font-size: 20px; */
    /* line-height: 20px; */
    /* padding: 12px 30px; */
    /* color: #FFF; */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    /* font-family: 'Roboto', Тahoma, sans-serif; */
    /* background: #337AB7; */
    cursor: pointer;
    /* border: 2px solid #BFE2FF; */
    display: block;
    width: 25px;
    height: 17px;
    background: url(https://snipp.ru/demo/449/menu.png) 0 0 repeat;
    position: absolute;
    left: 10px;
    top: 12px;
}

/* Переключатели кнопки 1 */
.side-button-12 .side-close2 {
    display: none;
}
#side-checkbox2:checked + .side-panel2 + .side-button-1-wr2 .side-button-12 .side-open2 {
    display: none;
}
#side-checkbox2:checked + .side-panel2 + .side-button-1-wr2 .side-button-12 .side-close2 {
    display: block;
}
#side-checkbox2:checked + .side-panel2 {
    left: 0;
}

/* Оформление кнопки на панеле */
.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #BFE2FF;    
    transition: all 280ms ease-in-out;    
}
.side-button-2:hover {
    transform: rotate(45deg) scale(1.1);    
    color: #FFF;
}



#side-checkbox3:checked + .side-panel3 + .side-button-1-wr2 .side-button-12 .side-open2 {
    display: none;
}
#side-checkbox3:checked + .side-panel3 + .side-button-1-wr2 .side-button-12 .side-close2 {
    display: block;
}
#side-checkbox3:checked + .side-panel3 {
    right: 0;
}





/* Оформление кнопки на панеле */
.side-button-22 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #BFE2FF;    
    transition: all 280ms ease-in-out;    
}
.side-button-22:hover {
    transform: rotate(45deg) scale(1.1);    
    color: #FFF;
}

.transform-center {
    transform-origin: center center !important;
}

   
   
 .side-button-1 .plus-but { 
    background: url('../images/free-icon-plus-1828819.png') 0 0 no-repeat; 
    background-size: 24px;
}
.side-button-1 .minus-but { 
    background: url('../images/minus.png') 0 0 no-repeat; 
    background-size: 24px;
}  


.side-button-1 .line-but {
    background: url(../images/icon-ruler-481879.png) 0 0 no-repeat;
    background-size: 24px;
}
.but_geo_active {
    background-color: #fbd276 !important;
}
.point_h1 {
    font-size: 20px;
} 
   
   
.kad_input {
    display: inline-block;
    
    width: 50vw;
    position:absolute; 
    left:15px; 
    top:25px;
    z-index:999;
}

.kad-input_inn {
    height: 36px;
    line-height: 36px;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    /* border-radius: 3px; */
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
        padding-left: 10px!important;
    padding-right: 55px!important;
}


.el-input__suffix {
    color: #c0c4cc;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
    transition: all .3s;
}

.el-input__suffix-inner {
    pointer-events: all;
}

.btnSearch {
    border-radius: 0!important;
    height: 36px!important;
    margin: 0!important;
    padding: 8px;
}

[class^=el-icon-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: element-icons!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    vertical-align: baseline;
}

.el-icon-search:before {
    content: "\e102";
}

.el-icon-close:before {
    content: "\e6db";
}


.el-button {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    box-sizing: border-box;
    color: #606266;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    transition: .1s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
}


.el-button--text {
    background: transparent;
    border-color: transparent;
    color: #0362a0;
    padding-left: 0;
    padding-right: 0;
}

.map-shadow {
    -webkit-box-shadow: 0px 5px 23px 15px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 23px 15px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 23px 15px rgba(34, 60, 80, 0.2);
}