/*-----------------------------------------------------------------------------------
GeoServices page
 ----------------------------------------------------------------------------------*/
 
 .map-thumbnail {
    min-height: 80px;
  }
  
  .geoservice {
    border-bottom: 1px solid #eee;
  }
  
  .map-thumbnail.home {
    height: 130px;
  }
  
  .map-title-home {
    height: 25px;
  }
  
  .map-thumbnail .map-title {
    height: 36px;
  }
  
  .map-thumbnail .map-info {
    overflow: hidden;
  padding: 10px 0px;
  }
  .map-info p {
    color: #0073B1;
  }
  .map-thumbnail h5{
  color: #383838;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  }
  .map-thumbnail  p{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px; 
    vertical-align: baseline;
  }
  
  .map-thumbnail small {
  font-size: 12px;
  color: #666666;
  }
  
  .map-thumbnail img {
  float: left;
  width: 100px;
    padding-right: 10px;
  }
  
  .map-thumbnail .show-link {
    display: none;
  }
  
  .map-thumbnail .map-more-info {
    display: none;
  }
  .map-thumbnail .map-more-info-home {
    display: none;
  }
  
  .map-webmap img {
    float: right;
    width: 238px;
    padding: 10px 10px 20px;
  }
  
  #content h4 {
    margin-top: 10px;
  font-size: 14px;
  color: #333;
  }
  
  #map-list {
    margin-top: 10px;
  }
  
  #map-list .row {
    margin-bottom: 5px;
  }
  
  #map-list h4 {
    margin-top: 20px;
  font-size: 14px;
  }
  
  .map{
  min-height:400px;
  color:#fff;
  background-color: #0F385A;
  }
  #map{
  background: #0F385A;
  }
  
  .btn-default {
      color: #777;
  }
  
  .grid  .map-info img {
      float: none;
      display: block;
      margin: 0 auto;
      width: 150px;
  }
  
  .grid .map-thumbnail p {
  min-height: 3em;
  }
  
  .display-type {
      float: right;
  }
  
  .page-header {
    margin: 0px 0px 8px;
    border-bottom: 0px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
  }
  
  .map-info > h5 {
    font-size: 18px;
    font-weight: bold;
  }
  
  .map-info > p {
    font-size: 16px;
  }
  
  .map-info > small {
    font-size: 14px;
  }
  
  .map-thumbnail .map-info {
    padding: 5px 0 0 0;
  }
  
  .geoservice:last-of-type {
      border-bottom: 0px;
  }
  
  .text-md {
    font-size: 18px;
  }
  
  .download-button {    
  
  color: #fff;
  font-weight: 200;
  border-radius: 3px;
  font-size: 10px;
  padding:1px 5px 1px 5px;
  }
  .kml {
  background-color:#aaaaaa;	
  }
  .lyr {
  background-color:#dfb100;	
  }
  .geojson {
  background-color:#ef7100;	
  }