/**********************************************
 agancy CSS overrides
**********************************************/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #f7f7f7 !important;
}

.main, .footer {background-color:#ffffff;}

address {
    margin-bottom: 5px !important;
}

#popupBtnGroup {
	margin-bottom: 5px;
}

.nav>li>a {
    padding: 7px 10px;
}

@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.3em;
	}
}

@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;
	}
}

.columns .ui-table thead th.ui-table-sort-up, .columns .ui-table thead th.ui-table-sort-down {
    background-color: #2d576c;
    color: white;
}

.columns .ui-table thead th {
    background-color: #4584a3;
    border-right: solid 1px #2d576c;
}

.columns .ui-table tbody tr.ui-table-rows-odd {
    background-color: rgba(69, 132, 162, 0.26);
}


img.logo {
	/* display: none; */
}

body {
	/* background: url('https://www.michigan.gov/images/deq/DEQ-BG_505945_7.jpg'); */
	/*background: url('../img/unsplash.jpg'); */
	/* background: url('../img/tyson-dudley-365313.jpg'); */
	/*background: url('../img/david-kinnear-388980.jpg');*/
	/* background: url('../img/alan-bishop-49711.jpg'); */
	background: url('../img/TT2015039.jpg');
	/* background: url('../img/kaitlyn-baker-247066-unsplash.jpg'); */
	/* background: url('../img/IMG_0361.jpg'); */
	background-size: cover;
	background-color: #d0d1d5;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

/**********************************
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;
}

.footer {
  border-top: 1px solid #ffffff;
}
/**********************************
Dojo overrides

circle {
	cursor:pointer;
}
**********************************/

/**********************************************
 ESRI overrides
**********************************************/
.arcgisSearch .searchMenu {
	max-height: none;
}

.arcgisSearch .searchGroup .searchInput {
	width:165px !important;
}

.esriSimpleSliderTL {
    bottom: 5px;
    left: auto;
    top: auto;
    right: 5px;
}

/**********************************************
 map components
**********************************************/
#searchDiv {
	position: absolute;
	top: 85px;
	right: 30px;
    left: auto;
    bottom: auto;
	z-index: 15;
}

#locateDiv{
	position: absolute;
	bottom: 73px;
	left: auto;
    right: 31px;
    top: auto;
	z-index: 15;
}

#homeDiv{
	position: absolute;
	bottom: 108px;
	left: auto;
    right: 31px;
    top: auto;
	z-index: 15;
}

#sizeDiv{
	position: absolute;
	bottom: 5px;
	left: 30px;
    right: auto;
    top: auto;
	z-index: 15;
}

#mapBtnGroup{
	position: absolute;
	top: 50px;
	right: 30px;
    left: auto;
    bottom: auto;
	z-index: 15;
}

/**********************************************
 details modal components
**********************************************/

.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;
}

#troutTrailsCarousel, #troutTrailsSinglePhoto {
	display: none;
}

/**********************************************
 general components
**********************************************/
#mapNavTabList {
	margin-top: 5px;	
}

#tabData{
	margin-top:10px;
}

#mapPrintMsg, #mapPrintLink, #mapPrintDiv {
	display: none;
}


