#gmap{
  height: 100%;
}

.map-cont{
 float: left;
 /*width: 50%;  */
}
.map-table{
  
  min-width: 200px !important; 
 /* overflow-y: auto;*/
}
.map-cont{
  overflow-y: none;
}
.mMap-grid{
  overflow-y: scroll;
  /*margin: 5px;*/
  min-height: 200px;
  background-color: white;
  border: 1px solid #a1a1a1;
  min-width: 200px;
  width: 49%;
  height: calc( 100% - 10px);
  
}
.mMap-map{

   width: 50%;
}
label{
  margin-left: 5px;
}
label input{
  margin-left: 5px;
}

th.map-headCell{
  padding: 3px;
  text-align: left;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: #d5d5d5;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid black;
 /* box-shadow: 1px 1px 0 #000;*/
}
th.map-headCell:last-child{
  padding: 3px;
  text-align: left;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: #d5d5d5;
  border: 1px solid black;
 /* box-shadow: 1px 1px 0 #000;*/
}

.map-row{
  width: 100%;
}

.map-cell:last-child,
.map-cell-block:last-child
{
  padding: 3px;
  text-align: left;
  border-bottom: 1px solid #939393;
  border-left: 1px solid #939393;
  border-right: 1px solid #939393;
}
.map-cell,
.map-cell-block
{
  padding: 3px;
  text-align: left;
  border-bottom: 1px solid #939393;
  border-left: 1px solid #939393;
  font-size: 8pt !important;
}
.map-placeholder{
  width: auto;
  min-width: 1px;
}
.map-cell{
  cursor: default;
}

.map-cell-block,
.doc-download{
  cursor: pointer;
}

.map-row-active{
  background-color: #8cd2fd !important;
}
