﻿html
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
	font-weight: 300;
	font-size: 16px;
    height:100%;
}

body {
    font-family: "Open Sans", sans-serif;
    width:100%;
    height:100%;
}

#cdmsBody {
    padding-top: 0.5rem;
    padding-bottom: 2em;
}

.borderedRegion {
    border: 1px solid #aeacac;
}

.btnBackToList {background: url("images/nav/Back-To-List-Button-sm.png") no-repeat scroll transparent; text-decoration:none !important; display:inline-block;height:16px; width:75px;} 
.btnBackToListIcon {background: url("images/nav/Back-To-List-Icon.png") no-repeat scroll transparent; text-decoration:none !important; display:inline-block;height:24px; width:24px;} 
/*.btnIcon {background: url("images/nav/iCon-icon.png") no-repeat scroll transparent; text-decoration:none !important; display:inline-block;height:24px; width:24px;}*/

.iconBack2 {
    background: transparent url("images/nav/Back-To-List-Icon.png") scroll no-repeat left center;
    height:33px; /*width:24px;*/
    padding:  4px 0px 5px 26px;
}

.iconIcon {
    background: transparent url("images/nav/iCon-icon-new.png") scroll  no-repeat  center left;
  
   background-size:auto;
  line-height:2.07em;
    padding:0 0 0 130px;
    color: teal;
}

.iconInfo {
    background: transparent url("images/iCon-more-info-circle-only.png") scroll no-repeat center left;
    background-clip: padding-box;
    background-size: auto;
    padding: 0 0 0 30px;
    color: teal;
}
.bannerHeader {
    width:320px;
    max-width:320px;
    height: 50px;
	margin-left: auto;
	margin-right: auto;
    overflow:hidden;
}
@media(min-width:768px){
    .bannerHeader
    {
	    width: 728px;
	    height: 90px;
	    max-width: 728px;
	    max-height: 90px;
    }
}

@media only screen and (min-width: 320px) {
   .col-xs-12 .pestDisplay {
        text-overflow:unset;
        overflow:visible;
        white-space:normal;
      }
}

@media only screen and (min-width: 768px) {
   .col-sm-4 .pestDisplay {
        text-overflow:ellipsis; overflow:hidden; white-space:nowrap
      }
}

 .ads_col 
{
 max-width: 300px;
 min-width: 300px;
 min-height: 250px;
 /*max-height: 1050px;*/
 max-height: 275px;
 overflow:hidden;
 padding-top: 0.5rem;
}

.ads_row {
    height:auto;
}

@media(min-width:768px){
    .ads_col {
    padding-top: 0;
    }
    .ads_row{
        height:250px;
    }
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
}

@media(min-width:768px){
    .no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.tile {
    width:100%;
    border:1px solid teal; 
    overflow:hidden;
    cursor: pointer;

    display: table;
}

.tile:hover {
    background-color:#f5f5f5;
}

.col-tile {
    padding-top: 3px;
}

.height3 {
    height: 3.5rem; /*using a fixed height forces all browsers to honor min-height*/
    min-height:3.5rem; /*over-rides height*/
}
.height4 {
    height: 4.5rem;
    min-height:4.5rem; 
}
.height5 {
    height: 5.5rem;
    min-height:5.5rem; 
}

.tile-child {
    display: table-cell;
    width: 100%;
    vertical-align:middle;
    padding-left: 1px;
    padding-right: 1px;
}

.h4Title {
    color: teal;
   width: 100%; 
   border-bottom: 1px solid teal; 
   line-height: 0.1em;
   margin: 10px 0 10px; 
} 

.h4Title span { 
    background:#fff; 
    padding:0 10px; 
}

.title-center {
    text-align:center;
}

.title-left {
    text-align:left;
    padding-left: 0.75rem;
}
.iconBack {
    background: transparent url(/images/icon.gif) scroll no-repeat left center;
    padding: 2px 0px 2px 20px;

}

#map {
    width: 300px;
    height: 188px;
}
#map-grid{
    width: 300px;
}
.map-legend {
    width: 300px;
}

@media(min-width:768px) {
    #map {
        width:400px;
        height:250px;
    }
    #map-grid{
        width:400px;
    }
    .map-legend {
        width:400px;
    }
}

.info {
    padding: 3px 4px;
    font: 10px/16px 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: 2.5px;
}

.info h6 {
margin: 0 0 2px;
color: #777;
}

.legend {
    text-align: left;
    line-height: 9px;
    color: #555;
}

.legend i {
    width: 9px;
    height: 9px;
    float: left;
    margin-right: 4px;
    opacity: 0.7;
    }

.legend label {
    font: 10px/16px Arial, Helvetica, sans-serif;
    }


.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

#mobileHoverBannerWrapper {
  position: fixed;
  bottom: 0;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  z-index: 450;
}

.mobileBannerSpacer {
    padding-bottom: 50px;
}

.loading-spinner {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%; /* Rounds out the halo */
    opacity: .7; /* Some subtle opacity to help blend with variable background colors */

    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 100;
    height: 37px; width: 37px;
    background: url("images/waiting.gif");
}

.modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 19000;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}

.searchIcon {background: url("images/Search69x69.png") no-repeat scroll transparent; text-decoration:none !important; height:69px; width:69px;}

.bttn-CDMSSearch {
    background-image: url("images/SearchButton.png");
    background-position: center center;
    background-repeat: no-repeat; 
    height: 39px;
    width: 182px;
}

.infobtn-blue {
    color: blue;
   
    width: 30px;

    line-height:2.0em !important;
}

.infobtn-teal {
    color: teal;
    height: 30px;
    width: 30px;
}
}
.icon-stack-1x {
    line-height: inherit;
    font-size:0.5em;

}

.icon-stack-2x {
    font-size: 1.0em;
}

.fa-info-circle {
    display:flex;
}

#rotating-item-wrapper {
    position: relative;
    width: 728px;
    height: 90px;
}

.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}