/* CSV Table Classes */
TABLE.CSVTable {
	/* font: 0.9em Verdana,Arial,Geneva,Helvetica,sans-serif; */
	border-collapse: collapse;
	/* width: 450px; */
	margin: 10px;
	width: 98%;
}

/* Header */
TABLE.CSVTable THEAD TR {
	background: #e8f7ff;
}
TABLE.CSVTable TH {
	font-family: Arial;
	/* font-size: 0.8em; */
}

/* Table Cells */
TABLE.CSVTable TD, TABLE.CSVTable TH {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid transparent;
}
/* Default background color for rows */
TABLE.CSVTable TR {
	background: #F0F0F0;
}
/* Background color for odd rows */
TABLE.CSVTable TR.odd {
	background: #F9F9F9;
}
/* Hover color for all rows */
TABLE.CSVTable TR:hover {
	background: #e8f7ff;
}

TABLE.CSVTable a{
	color: blue;
	text-decoration: underline;
}

/* .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar,
.navbar-inverse .navbar-inner {
    filter: none;
    background-image: none;
}
 */

.tabletitle {
 color: #000000;
 size: 10px;
 font-weight: bold;
 font-family: Arial;
 text-align: center;
}

/*adjust z-index for bootstrap tour to fix backdrop white block issue*/
.tour-backdrop,
.tour-step-background {
    z-index: 3;
}

.popover-title {	
	background: #e8f7ff;
	font-weight:bold;
}
.popover {
  max-width: 450px;
  width: auto;
}

.tabcontent {
	margin:5px 10px 5px 20px;
}
#wl_data_container {
   display: none;
   margin-bottom: 20px;
}
#met_data_container {
   display: none;
   margin-bottom: 20px;
}

#met_data_listing {
   height: 300px;
   overflow: auto;
   border-top: 1px solid #0080FF;
   border-bottom: 1px solid #0080FF;
}

.fa-question-circle{
	color: hsl(208, 56%, 36%);
}
/* helptooltip style */
.helptooltip {
	display:inline-block;
	text-decoration: none;
	position: relative;
}
.helptooltip span {
	margin-left: -999em;
	position: absolute;
}
.helptooltip:hover span {
	display:block;
	border-radius: 5px 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute; 
	top:50%;
    right:100%;
    margin-right:20px;
    transform:translate(0, -50%);
	z-index: 50;
	width: 300px;
	font-weight: normal;
	background: #ffffe6;
    color: #000;
}
.classictooltip {
	padding: 0.8em 1em; 
}
.modal-body {
    max-height: calc(80% - 120px);
    overflow-y: scroll;
}
#fcastProb{
	width: 90%;
	margin-left: 30px;
}

#outlookpage>a{
	width:90%;
	text-align: center;
	overflow: hidden ;
}

#stationselectlabel{
	margin-top: 5px;
}