html { height: 100% }
body { height: 100%; margin: 0; padding: 0;overflow: hidden;}	
#mapid{ height: 100%; z-index: 5;}
.popuptip {
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
    font-size: 15px;
    box-shadow: none !important;
}
.popup .leaflet-popup-content-wrapper {
    /* background: #2ce897; */
    /* color: #eee; */
    /* font-weight: bold; */
    font-size: 12px;
    line-height: 24px;
    border-radius: 0px;
    /* max-width: auto; */
    /* justify-content: center; */
    /* padding: 0 0 0 0; */
}
.custom-content svg{
    height:22px;
    width:22px;
    padding-top:4px;
    position:relative;
}
.custom-content.active::before{
    content: "+";
    font-weight: bold;
    color: black;
    position: absolute;
    text-align: center;
    width: 20px;
    font-size: 22px;
}
.info {
position: absolute;
z-index: 999;
height:42px;
width:150px;
top: 10px;
left: 60px;
bottom: 10px;
font-size: 15px;
background: yellow;
opacity: 1.0;
padding: 2px;
border: 2px solid #0084ff;
box-shadow: none !important;
overflow: hidden;
}

/* chowamy domyślny przycisk wyszukiwarki */
.leaflet-control-geocoder{
    display: none !important;
}
.active-plot-details{
    right: 10px;
    transition: all .5s;
}
/* DIV z danymi działki */
.no-width-plot-container{
    width: 0px;
    box-shadow: none;
    transition: all .9s;
}
.yes-width-plot-container{
    width: 400px;
    box-shadow: 0 0 2px 1px rgb(178, 178, 178);
    transition: all .9s;
}
#detailsPlotContainer {
    display: block;
    position: absolute;
    overflow: hidden;
    height: fit-content;
    right: 10px;
    bottom: 80px;
    border-radius: 5px;
    background-color: #Fff;
    z-index: 10;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    
}
#detailsContainerHeader {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 3px solid #22a7f0;
    width: max-content;
    
}
.detailsElement {
    width: 100%;
    display: inline-flex;
    line-height: 30px;
    /* text-align: left; */
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid rgb(85,85,85);
    color: var(--whiteTxt);
    /* background-color: rgba(36, 39, 41, 0); */
}
.detailsElement div{
    padding-left: 10px;
    padding-top: 5px;
}
.detailsElement:last-child{
    border-bottom: none;
}
.key-option{
    min-width: fit-content;
    width: 30%;
    min-width: 25%;
    max-width: 50%;
    border-right: 1px solid rgb(85,85,85);
    /* border:solid 1px #050707; */
}
.toggleLayers {
    width: 200px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 100px;
    z-index: 10;
    letter-spacing: 1px;
    line-height: 30px;
    background-color: #fff;
    border: 2px solid #b2b2b2;
    border-radius: 5px;
    opacity: 1 !important;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: medium;
    text-align: center;
}
#closeButton {
    position: absolute;
    right: 15px;
    top: 8px;
    cursor: pointer;
}

/* icon for activate search container */
#toggleLayers{
    display: none;
}
.plot-icon-click-info{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    color: #3a3a3a;
    top: 400px;
    left: 10px;
    border: 2px solid #b2b2b2;
    z-index: 10;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.plot-icon-click-info svg{
    position: absolute;
    width: 75%;
    height: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    fill: #000;
}
.search-icon-menu{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    color: #3a3a3a;
    top: 440px;
    left: 10px;
    border: 2px solid #b2b2b2;
    z-index: 10;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.search-icon-menu svg{
    position: absolute;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.epsg-icon-menu{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    color: #3a3a3a;
    top: 480px;
    left: 10px;
    border: 2px solid #b2b2b2;
    z-index: 10;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.epsg-icon-menu svg{
    position: absolute;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* SEARCH CONTAINER AND ALL CONTROLS */
/* SEARCH CONTAINER AND ALL CONTROLS */
/* SEARCH CONTAINER AND ALL CONTROLS */
.search-content-active{
    width: 380px;
    box-shadow: 0 0 2px 1px #b2b2b2;
    /* transition:  all .9s; */
    /* overflow: unset; */
}
.search-content-noactive{
    width: 0;
    opacity: 0;
    box-shadow: none;
    /* transition:  all .9s; */
    /* overflow: hidden; */
}
#projectionSettings {
    margin-top: 5px;
    margin-left: 2px;  
}
.epsg-content-active{
    width: 200px;
    box-shadow: 0 0 2px 1px #b2b2b2;
    /* transition:  all .9s; */
    /* overflow: unset; */
}
.epsg-content-noactive{
    width: 0;
    opacity: 0;
    box-shadow: none;
    /* transition:  all .9s; */
    /* overflow: hidden; */
}
.search-content {
    display: block;
    position: absolute;
    min-height: 150px;
    z-index: 10;
    border-radius: 5px;
    background-color: #fff;
}
.epsg-content {
    display: block;
    position: absolute;
    min-height: 70px;
    z-index: 10;
    border-radius: 5px;
    background-color: #fff;
}
.task-wrapper {
    width: calc(100% - 35px);
    margin: 10px 0px 20px 25px;
}
.task-wrapper h2 {
    width: fit-content;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #434343;
    white-space: nowrap;
    border-bottom: 3px solid #22a7f0;
    font-family: 'Lato', sans-serif;
    padding: 0 12px 7px 0px;
}
.epsg-content span {
    width: fit-content;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #434343;
    white-space: nowrap;
    border-bottom: 3px solid #22a7f0;
    font-family: 'Lato', sans-serif;
    padding: 0 12px 7px 0px;
}
.search-container {
    position: relative;
    width: 300px;
    height: 35px;
    display: flex;
    max-width: 300px;
    border: 1px solid rgb(204,204,204);
    margin: 15px 0px 10px 0px;
    font-family: 'Lato', sans-serif;
}
#search-input {
    margin: 0;
    width: 100%;
    height: 35px;
    display: block;
    border: 1px solid rgb(103,103,103);
    box-shadow: none!important;
    color: #676767;
    font-size: 12px;
    outline: none;
    border: none;
    padding: 10px 50px 10px 10px;
}
.btn-search {
    position: absolute;
    top: 0;
    right: 25px;
    width: 15px;
    height: 15px;
    padding: 10px 5px 10px 10px;
    display: inline-flex;
}
.btn-search svg {
    width: 15px;
    height: 15px;
    fill: #ccc!important;
}
.btn-remove-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    padding: 12px 10px 12px 5px;
    display: inline-flex;
}
#buttonSearchClear {
    width: 10px;
    height: 10px;
    display: flex;
    fill: #ccc;
}
#searchSwitch {
    width: 100%;
    max-width: 300px;
    height: 30px;
    position: relative;
    left: 0px;
}
#searchSwitch>span {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 400;
    display: block;
    padding-top: 5px;
    height: 13px;
    width: 300px;
}
.select_mate {
    position: absolute;
    float: left;
    min-width: fit-content;
    width: 135px;
    height:  28px;
    font-family: "Lato", sans-serif;
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    background-color: rgb(239,239,239);
    right: 10px;
    top: 0;
    border-radius: 1px;
}
select {
    flex: 1;
    padding: 0 0.5em;
    color: #676767;
    cursor: pointer;
    outline: none;
    font-family: "Lato", sans-serif;
}
#searchType {
    border: none;
    height: 27px;
    width: 135px;
    font-weight: 400;
    border-radius: 1px;
}
.selecionado_opcion {
    padding: 8px 13px 8px 10px;
    /* width: 96%; */
    display: block;
    margin: 0px;
    cursor: pointer;
}
.icon_select_mate {
    position: absolute;
    top: 0px;
    /* right: -11%; */
    right: -4%;
    font-size: 1.2rem;
    transition: all 275ms;
    transform: scale(0.6);
}
.icon_select_mate svg {
    display: inline;
    width: 27px;
    height: 27px;
}
.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1;
}
.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}
.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    transition: all 375ms ease-in-out;
}
.cont_select_int li {
    position: relative;
    float: left;
    width: 96%;
    border-bottom: 1px solid #E0E0E0;
    background-color: #fff;
    list-style-type: none;
    padding: 10px 10px;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}
.cont_select_int li:hover {
    background-color: #f7f7f7;
}
.cadastral-container{
    display: none;
}
.cadastral-container #obrebSelectContainer,
.cadastral-container #GnimaSelectContainer,
.cadastral-container #WojSelectContainer,
.cadastral-container #PowiatSelectContainer{
    margin-bottom: 10px;
}
#obrebSelectContainer,
#GnimaSelectContainer,
#WojSelectContainer,
#PowiatSelectContainer{
    height: 30px;
    outline: none;
    width: 100%;
}
#obrebSelect,
#gminaSelect,
#wojSelect,
#powiatSelect{
    width: 100%;
    max-width: 300px;
    overflow: auto;
}
.select-style {
    margin-left: 5px;
    margin-top: 15px;
    outline: none;
    height: 30px;
    width: 90%;
    max-width: 90%;
    min-height: 30px;
    border: none;
    background-color: #efefef;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #222222;
}



/* wyszukiwarka */

.searchOption {
    max-width: 300px;
    -webkit-appearance: none;
    background-color: white;
    margin: 0;
    width: 100%;
    display: inline-block;
    border: 1px solid #c5c6c5;
    box-shadow: none!important;
    color: #676767;
    font-size: 15px;
    outline: none;
}

#searchList {
    display: none;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
    padding-left: none !important;
    padding-inline-start: unset;
    margin: 0;

}
#searchList::-webkit-scrollbar {
    background-color: rgba(25, 27, 29, 0.55);
    width: 1.5%;
    min-width: 6px;
}
#searchList::-webkit-scrollbar-thumb {
    background-color: rgba(200, 200, 200, 0.95);
    box-shadow: 0 1px 2px rgb(0 0 0 / 45%);
}
.loaderSearch {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 5px;
    right: 50px;
    padding: 0rem 0rem 1rem 1rem;
    display: none;
    padding: 2px;
}     
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* .toolbar-button {
    cursor: pointer;
    height: 3.4rem;
    padding-top: 0.6rem;
    width: 100%;
} */