﻿html, body, #container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top:0px;
}

#sidebar {
  display: block;
  width: 50%;
  height: 100%;
  max-width: 100%;
  float: left;
  resize: horizontal;
  overflow:auto;
}

#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
} 

#sidebar-hide-btn {
  margin-top: -2px;
}

#sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.panel-heading{
   width: 100%;
}
.panel-body{
  width: 100%;
  padding: 10px;
  
}
.feature-row {
  cursor: pointer;
  width: 250px;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 103px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type=radio], input[type=checkbox] {
  margin: 2px;
}
.table {
  margin-bottom: 0px;
}


@media (max-width: 767px){
  #sidebar {
    display: none;
  }
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
      hyphens: auto;
  }
  .dropdown-menu a i{
    color: #FFFFFF;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}

/* table  tbody tr {
    cursor: pointer;
    } */

tr:hover td
{
background-color:#FFFFA6;
}

thead
{
background-color:#408080

}

table.dataTable.table-condensed>thead>tr>th {

    background-color: #408080;
}


.custlink
{
color:#17A2B8;
font-style: italic;
}

/*a:hover {
  color:#333333;
  background-color: #cfc ;
}*/

.bottom-align-text {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 40px;

  }

.blinking {

    animation: opacity 0.8s ease-in-out;
    opacity: 1;
     animation-iteration-count: 4;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}


