/**********************************************
 agancy CSS overrides
**********************************************/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #f7f7f7 !important;
}

@media screen and (max-width: 767px) {
	.modal .modal-content, .modal .modal-dialog {
		height: auto !important;
	}
}

.header .siteTitle {
    font-size: 0.9em;
}

@media screen and (min-width: 480px) and (max-width: 599px) {
	.header .siteTitle {
		font-size: 1.4em;
	}
}

@media screen and (min-width: 600px) and (max-width: 699px) {
	.header .siteTitle {
		font-size: 1.8em;
	}
}

@media screen and (min-width: 700px) {
	.header .siteTitle {
		font-size: 2.0em;
	}
}

@media (max-width: 767px) {
	table tr td {
    width: auto !important;
	}
}

img.logo {
	/* display: none; */
}
/**********************************
Som Columns override
**********************************/
.columns .ui-columns-search input {
    background-image: none !important; 
}

div.ui-columns-search {
	z-index:1 !important;
}

/* XSmall */
@media (max-width: 768px) { 
	thead {display:none !important;}
}

.footer {
    padding-bottom: 15px !important;
}

.footerNav a {
    line-height: 20px !important;
}

/**********************************
Dojo overrides

circle {
	cursor:pointer;
}
**********************************/

/**********************************************
 ESRI overrides
**********************************************/
.arcgisSearch .searchMenu {
	max-height: none;
}

.esriSimpleSliderTL {
    bottom: 5px;
    left: auto;
    top: auto;
    right: 5px;
}

/**********************************************
 map components
**********************************************/
#searchDiv {
	position: absolute;
	top: 60px;
	right: 30px;
	z-index: 3;
}

#homeDiv, #locateDiv{
	float: left;
	margin: 5px 5px 0px 0px;
}

/**********************************************
 details modal components
**********************************************/
#markerPhotoDiv {
}

/* .carouselSlides {
	height:300px; 
} */

.markerImage {
 	height:100%; 
	max-height:300px; 
	max-width:100%;
	width:auto;
}

.carousel-inner > .item > img {
 	height:100%; 
	max-height:300px; 
	max-width:100%;
	width:auto;
}

#markerCarousel, #markerSinglePhoto {
	display: none;
}

#markerFront, #markerBack, #markerStats2 {
	padding:10px 0px;
}
/**********************************************
 general components
**********************************************/
#mapNavTabList {
	margin-top: 5px;	
}

#tabData{
	margin-top:10px;
}

#mapPrintMsg, #mapPrintLink, #mapPrintDiv {
	display: none;
}


