html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #d2dfed; /* Old browsers */
    padding-top: 50px;
  }

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
  margin:0 auto;
	z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
}

  #map {
    position: relative;
    border: 1px solid black;
    border-radius: 8px;
    height: 400px;  /* or as desired */
    width: 100%;  /* This means "100% of the width of its container", the .col-md-8 */
  }


  .navbar-header-style{
      font-weight: bold !important;
      font-family: Arial !important;
      font-style: italic !important;
  }

  .icon-bar {
    position: relative;
    top:250px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    background-color: #fff;
  }

  .icon-bar a {
    display: block;
    text-align: center;
    padding:7.4px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    background-color: #fff;
    /* background: #2BAE66FF; */
  }


  #navbarDropdownMenuLink{
    color:#fff !important;
    font-weight: bold !important;
  }

  .icon-bar a:hover {
    background-color: #FFD662FF;
  }

  .icon-bar img{
    width:40px;
    height:40px;
  }
  .icon-bar .active {
    background-color: #DAA03DFF; /* Add an active/current color */
  }

  .hor-icon-bar {
    width: 97%;
    overflow: auto;
    position: relative;
    left:3%;
    padding-top:10px;
    z-index: 998;
  }

  .hor-icon-bar img{
    width:36px;
    height:36px;
  }
  .hor-icon-bar a{
    float: left;
    text-align: center;
    width: 4%;
    color:white;
    font-size: 20px;
    padding: 5px 0;
    transition: all 0.3s ease;
  }

 .hor-icon-bar a:hover{
   background-color: #FFD662FF;
 }

 .hor-icon-bar .active {
   background-color: #DAA03DFF; // Add an active/current color
 }

 .selected {
    background-color: brown;
    color: #FFF;
}

table tr {
    cursor: pointer;
}
table {border-collapse:collapse; table-layout:fixed;width:90%l}
.display-table td {border:solid 1px #fff;word-wrap:break-word;width:25px;
    }

.display-table th {
    word-wrap: break-word;
}




tr {
  text-align: center;
}

/*Legend specific*/
.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #0000ff;
  font-weight: bold;
}

.legend span {
  position: relative;
  bottom: 3px;
  color:#000;
  font-weight: bold;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}

.card-header a{
               color:white;
               text-decoration: none;
               font-size:70%;

       }

       .card{
          border-radius: 25px !important;
          padding: 10px;
          margin:5px;
          border : 0px solid !important;

       }
       .card-body{
               margin-top:5px;
               font-size:100%;
       }
           .card-text {
               height:30%;
               overflow:hidden;
           }

.card-text:hover{
   overflow-y: scroll;
}

.mg-t-5{
  margin-top: 5px;
}

.mg-t-10{
  margin-top: 10px;
}

.mb-2{
  margin-bottom: 2px;s
}

.mg-t-20{
  margin-top : 20px;
}

.sl-pagebody{
  padding-left: 20px;
}

.bcr-text{
  padding:5px;
  font-weight: bold;
  font-size: 1em;
}

/* CSS for Slider on Layer Modal Box */
input[type=range] {
	-webkit-appearance: none;
	margin: 20px 0;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: 0.2s;
	background: #03a9f4;
	border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #03a9f4;
}

.range-value{
	position: absolute;
	top: -10%;
}
.range-value span{
	width: 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #03a9f4;
	color: #fff;
	font-size: 12px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 6px;
}
.range-value span:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #03a9f4;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px;
}

tr.active{background-color:#03a9f4;}

#trans-table th{
  vertical-align: middle;
  text-align:center;
}
