/* combined style include for past_storms.php and floater.php - 8/10/2021 */

div.MesoContainer a:link, div.MesoContainer a:visited {
	color: #282888;
	font-size: 1em;
}

div.MesoContainer a:focus, div.MesoContainer a:hover, div.MesoContainer a:active {
	color: #93052a !important;
	text-decoration: underline;
	font-size: 1em;
}

/* ADDED FOR TABS!  */
/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
	z-index: 100;
	position: relative; 
}
 
/*----- Tab Links -----*/
.tab-links {
	padding-left: 8px !important;
}

/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 3px;
    float: left;
    list-style: none;
    background-image: none;
}
 
.tab-links a {
    padding: 6px 9px;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
    background: #efefef; 
    font-size: 12px !important;
    font-weight: 700;
    color: #555;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
    transition:all linear 0.15s;
    text-decoration: none !important;
}
 
.tab-links a:hover {
    background: #a9bae2; 
    text-decoration: none;
    color: #93052A;
}
 
li.active a, li.active a:hover {
    background: #fff; 
    color: #282888; 
    border-left: 1px solid #666;
    border-top:  1px solid #666;
    border-right:  1px solid #666;
    border-bottom: 0px solid #fff !important;
}
 
li.active a:hover {
	color: #93052A;
}

/*----- Content of Tabs -----*/
.tab-content {
	padding: 8px;
	border-radius: 6px;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
	background: #fff; 
	border: 1px solid #666;
	margin-top: -11px !important; 
	min-height: 800px !important;  
}

.tab-content#pastStorms {
	background: url(../images/Band13/Band13_background3.jpg) top center no-repeat; 
}

.tab {
    display: none;
    padding: 12px;
}

.tab.active {
    display:block;
}

div.floaterItems {
	margin-top: 0.6em;
	clear: both !important;
}

div.floaterItemsInner {
	margin-top: 0.5em !important;
	margin-bottom: 0.5em;
	font-size: 1em;
	clear: both !important;
}

dl.stormDet {
	float: left;
	margin-left: 33px;
	clear: left;
}

dl.stormDet dt {
	clear: both;  
	margin-top: 0.6em !important;
}

dl.stormDet dd {
	float: left;
	margin-bottom: 0.5em;
}

div.stormButtons {
	margin-top: 1em;
	max-width: 20em; 
	float: left;
	margin-left: 33px !important;	
	margin-bottom: 0.5em;
}

/* END of TAB Related Styles */

a.list-group-item {
	padding: 0.3em 0.5em 0.2em 0.5em;
	font-size: 0.9em;
}

a.list-group-item:hover, a.list-group-item:active {
	padding: 0.3em 0.5em 0.2em 1.5em;
	background-color: #ECEFF1;
	background-image: url('https://www.star.nesdis.noaa.gov/goes/images/chevron_right_18px.png');
	background-repeat: no-repeat;
	background-position: center left !important;
}

div.stormItemInner {
	border-top: 1px solid #666;
	padding-top: 0.5em;
	clear: both;
}

div.stormItemInner img {
	float: right;
	margin: 0px 0px 1em 1em;
}

.mesoScroll h2, .mesoScroll hr {
	clear: both !important;
}

div.boxCntr h3 {
	margin-top: 3px !important;
	padding-top: 0px !important;
	background: url('https://www.star.nesdis.noaa.gov/goes/images/stormIcons/Hurr_30x32.png') top left no-repeat;
	padding-left: 33px;
	color: #282888;
}

/* MATCHED TO HERE */

/* mobile sizing adjustments - mainly used by past_storms.php, not sure? */
@media screen and (max-width: 600px) {
	dl.stormDet {
		margin-left: 0px;
	}

	div.stormButtons {
		margin-left: 0px !important;
	}

	dl.stormDet dd {
		width: 100%;
		margin-top: 0.3em;
	}

	div.stormItemInner img {
		float: left !important;
		clear: both;
		margin: 0px 1em 1em 0px;
	}	
	
	div.boxCntr h3 {
		clear: both;
		margin-top: 5px !important;
	}
}	

a.nameLink:link, a.nameLink:visited {
	color: #282888;
	text-decoration: none !important;
}

a.nameLink:focus, a.nameLink:hover, a.nameLink:active {
	background-color: #A9BAE2;
} 

/* GIF Animation related styles */
.mainImg {
	border: 1px solid #666;
}

#loaderImgTest {
	position: absolute; 
	top: 0; 
	z-index: 400 !important; 
	width: 100%; 
	height: 100%;
}

#loaderImgTest img {
	width: 92px; 
	position: absolute; 
	margin: auto; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
}

.imageContainer {
	position: relative; 
	z-index: 101; 
	min-height: 1000px;
	/* min-height: 140px; */
	max-width: 1000px !important;
}

div.col-sm-4 p {
	margin-top: 12px; 
}

