#toggle-button-house{
  display: inline-block;
  float: left;
  margin: 10px;
  height: 25px;
  width: 25px;

  border: solid rgba(255, 255, 255, 0.7) 3px;
  box-shadow: 0 1px 7px #999;
  background: #f8f8f9;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);

}
#toggle-button-house.min{
  bottom: 30px;
  left: 10px;
  margin: 0px;
  position: fixed;
}

#toggle-table-button{
  /*background-image: url("http://mdctest.sungis.lv/static/leaflet/images/toggle2.png");*/
  background-image: url("leaflet/images/toggle2.png");
  background-position: 0px 0px;
  width: 18px;
  height: 19px;
  display: inline-block;
}

#toggle-button-house.min #toggle-table-button{
  background-position: 0px 19px;
}

#point-table{
height: 270px;
background: white;
}

#point-table.minimized{
display: none;
height: 0px;
}

#point-table #was_a_form{

  margin-top: 9px;
  z-index: 8;
  display: inline-block;
}

#point-table #was_a_form input[type="text"]{
  margin-left: 50px;
}

#point-table .download-button{
  margin-top: 9px;
  margin-right: 10px;
  display: inline-block;
  right: 0px;
  position: absolute;
}

#point-table .zem-filter-bloka{
  margin-top: 10px;
}

#point-table .scroll {
  height: 220px;
}

#table-navigation {
    min-height: 45px;
}

.zoom_to_button{
  background-image: url("https://raw.github.com/stefanocudini/leaflet-search/master/images/search-icon.png");
  background-position: 1px -24px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.zoom_to_button:hover{
  background-position: 1px -0px;
}

html, #commap {
    height: 100%;
    overflow: visible;
}

#table-handle{
  width: 100%;
  height: 5px;
  position: absolute;
  background: #222;
  cursor: row-resize;
}


#loader{
  width: 100%;
  height: inherit;

  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 1009;
}

#loader img{
  position: absolute;
  top: 50px;
  left: 50%
}

#load-grid .slick-header-column{
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: bold;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  background-color: #ffffff !important;
}

#load-grid .slick-row{
  color: #666666 !important;
}

#load-grid .slick-row.even{
  background-color: #e4e4e4;
}

.slick-cell-checkboxsel {
text-align: center;
}


.slick-header-columns div[id*="_checkbox_selector"] {
  text-align: center;
}

#load-grid, #load-grid div {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.slick-resizable-handle{
    display: none !important;
}
