#psitems-canvas {
    overflow: auto;
    width: 30%;
    height: 100%; 
    width: 100%;
}
#left-canvas {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
    overflow: hidden;        
    float: left;
    width: 30%;
    height: 100%;
}
#right-canvas { 
    float: right;
    width: 70%;
    height: 100%;
}
#map-canvas { 
    width: 100%;
    height: 100%;
}
#searchinput {
    background-color: whitesmoke;
    margin-left: 5px;
    width: 90%;
    border-left: 0;
    border-right: 0;
    z-index: 1;
    padding: 5px 5px 5px 5px;
}
#searchinput.default {
    color: grey;
    font-style: italic
}
.psOver {
    background-color: infobackground;
}
.psSelected {
    font-weight: bold;
}

 #big-canvas {
 /*margin-top: 100px;*/
/*  width: 600px;
 height: 400px; 
 border: solid 1px red;*/
 }
 #ajaxresult {
 position: absolute;
 left: 0px;
 top: 0px;
 }


  .parcel-locker-icon {
    height: 40px;
    width: auto;
    cursor: pointer;
  }
  .gls-parcel-options {
    display: flex;
    flex-direction: column;

  }
  .gls-parcel-popup {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
  }
  .open-big-maps-gls {
    width: 600px;
    height: 400px;
  }
  /* Modal styles */
.modal {

    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* transform: translate(50%, -50%); */
    background: gray;
    background-color: rgba(0, 0, 0, 0.4);
}

.open-big-maps-gls {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    height: 50%;
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: 120px;
    position: absolute;
    right: 50px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.psSelected {
    background-color: rgb(192, 226, 173) !important;
    padding: 10px;
    margin: 0px;
}
#left-canvas {
    width: 29% !important;
}
#searchinput {
    width: 100%;
}
.gls-single-parcel-info {
    display: none;
    background-color: rgb(192, 226, 173);
    padding: 10px;
    flex-direction: column;
}
.gls_more_info_parcel {
    text-decoration: underline;
    cursor: pointer;
}
.gls-text-show-maps {
    text-align: center;
}
.gls_more_info_parcel {
    display: none;
}
.gls-text-maps {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}