#seven-day-forecast
{
	clear:both;
}
.wXhourlyHeaderDiv1 {
	border: solid 1px #CCCCCC;
	padding: 2px;
	height: 50px;
}

.wXhourlyHeaderDiv2 {
	border: solid 1px #CCCCCC;
	padding: 2px;
	height: 25px;
}

.wXhourlyHeader {
	border: none !important;
	padding: 0px !important;
}
/* New pulse items */
#forecast-tabs
{
	min-height: 409px;
}
#tabs-sevenday, #tabs-hourly
{
	position: relative !important;
	/* !important;*/
}
/*Overid css file*/
.ui-tabs .ui-tabs-panel
{
	padding: 0px !important;
}
#tabs-sevenday-cont, #tabs-hourly-cont
{
	width: 100%;
	position: relative;
}
#fore7LoadingError, #foreHrlyLoadingError
{
	display: none;
    width: 0;
    height: 0;
	/*text-align:center;
	background-color: white;
	height: 375px;
	line-height: 375px;
	display: none;
	position:absolute;
	width:100%;
	top: 0px;
	left:0px;*/
}
#fore7LoadingAnim, #foreHrlyLoadingAnim
{
	text-align:center;
	background-color: white;
	height: 375px;
	line-height: 375px;
	display: none;
	position:absolute;
	width:100%;
	top: 0px;
	left:0px;
}
#fore7LoadingAnim, #foreHrlyLoadingAnim
{
	background-image:url('../images/ajaxloaderLg.gif');
	background-repeat:no-repeat;
	background-position:center; 
}
.foreTblCls
{
	width: 100%;
}
.tmplt-hide
{ 
	display: none; 
}


.tmplt-detail-mask
{
	position: absolute;
	top:4px;
	left: 4px;
	right:4px;
	bottom: 4px;
	z-index:100;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.35)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#80000000',GradientType=0 );
}
.tmplt-detail
{
	border: 2px solid #808080;
	position: absolute;
	/*top: 60px;*/
	top: 30%;
	left: 120px;
	right: 120px;
	bottom: 60px;
	z-index: 200;
	text-align: left;
	background: rgb(244,251,255);
	background: -moz-linear-gradient(top,  rgba(244,251,255,1) 0%, rgba(201,207,219,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,251,255,1)), color-stop(100%,rgba(201,207,219,1)));
	background: -webkit-linear-gradient(top,  rgba(244,251,255,1) 0%,rgba(201,207,219,1) 100%);
	background: -o-linear-gradient(top,  rgba(244,251,255,1) 0%,rgba(201,207,219,1) 100%);
	background: -ms-linear-gradient(top,  rgba(244,251,255,1) 0%,rgba(201,207,219,1) 100%);
	background: linear-gradient(to bottom,  rgba(244,251,255,1) 0%,rgba(201,207,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fbff', endColorstr='#c9cfdb',GradientType=0 );
}

#tmplt-detail-close
{
	position: absolute;
	top:10px;
	right:10px;
	cursor: default;
	cursor: pointer;
}

#tmplt-detail-right, #tmplt-detail-left
{
	position: absolute;
	/*top:106px;*/
	text-align: center;
	cursor: default;
	cursor: pointer;
}
#tmplt-detail-right
{
	right:10px;
}
#tmplt-detail-left
{
	left:10px;
}
#tmplt-detail-left img, #tmplt-detail-right img
{
	margin-bottom: 7px;
}
#tmplt-detail-date
{
	font-size: 15px;
	font-weight: bold;
	padding: 12px;
	text-align:left;
	background-color: #10238c;
	color: #ffffff;
}
#tmplt-detail-day
{
	float: left;
	width: 308px;
	height: 200px;
	margin: 0px;
	padding:0px;
	vertical-align:top;
}
#tmplt-detail-nite
{
	float: right;
	width: 308px;
	height: 200px;
	margin: 0px;
	padding:0px;
	vertical-align:top;
}
#tmplt-detail-day-img, #tmplt-detail-nite-img {
    margin: -7px;
    width: 50px;
    height: 42px;
}
#tabs-hourly-div-cont
{
	margin: 4px;
}
#tmplt-detail-day-cont, #tmplt-detail-nite-cont
{
	line-height: 15px;
	letter-spacing: .02em;
}

/*#tmplt-detail-day-cont
{
	margin-left: 70px;
}
#tmplt-detail-nite-cont
{
	margin-right: 70px;
}*/
#tmplt-detail-dayname, #tmplt-detail-nitename
{
	margin-top: 15px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}
.tmplt-detail-icon, .tmplt-detail-icon-night
{
	border: 1px solid #666666;
	text-align: left;
	background-color: #5ea3e3;
	display: inline-block;
	padding: 6px;
	float: left;
	margin-right: 12px;
	margin-bottom: 4px;
	width: 50px;
	height: 42px;
}
@media (max-width: 767px) {
	.dayTD
	{
		width: 50%;
		text-align: center;
	}
	#forecast-tabs
	{
		min-height: 1895px;
	}
	.tmplt-detail {
		position:relative;
		height:480px;
		left: 0px;
		right: 0px;
	}
	#tmplt-detail-day{
		/*width:280px;*/
	}
	#tmplt-detail-nite{
		/*width:280px;*/
	}
	#tmplt-detail-day-cont {
		margin-left:15px;
		margin-right:15px;
	}
	#tmplt-detail-nite-cont {
		margin-left:15px;
		margin-right:15px;
		padding-top:10px;
	}
	#tmplt-detail-right, #tmplt-detail-left {
		top:212px;
	}
	#camFullScreenBtn{ display: none;}
	
	.table>thead:first-child>tr:first-child>th:first-child
	{
		position: absolute;
		display: inline-block;
		background-color:red;
		height:100%;
	}
	/*.table> tbody > tr > td:first-child
	{
		position: absolute;
		display: inline-block;
		background-color:red;
		height:100%;
	}*/
	.table>thead:first-child>tr:first-child>th:nth-child(2)
	{
		padding-left:40px;
	}
	.table> tbody > tr > td:nth-child(2)
	{
		padding-left:50px !important;
	}
}
@media (min-width: 768px) {
	.dayTD
	{
		width: 10%;
		text-align: center;
	}
	#forecast-tabs
	{
		min-height: 409px;
	}
	.tmplt-detail {
		position:absolute;
		height: 355px;
	}
	#tmplt-detail-day-cont {
		margin: 0;
	}
	#tmplt-detail-nite-cont {
		margin: 0;
	}
	#tmplt-detail-right, #tmplt-detail-left {
		top: 170px;
	}
	#cameraStationName{
		width:50%;
	}
	#cameraStationLoc{
		width:40%;
		margin-right:0px;
	}
	#camFullScreenBtn{
		width:10%;
	}
    .tmplt-desc {
        white-space: pre-line;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 992px) {
	.dayTD
	{
		width: 20%;
		text-align: center;
	}
	#forecast-tabs
	{
		min-height: 409px;
	}
	.tmplt-detail {
		position:absolute;
		height: 355px;
	}
	#tmplt-detail-day-cont {
		margin: 0;
	}
	#tmplt-detail-nite-cont {
		margin: 0;
	}
	#tmplt-detail-right, #tmplt-detail-left {
		top: 170px;
	}
	#cameraStationName{
		width:50%;
	}
	#cameraStationLoc{
		width:40%;
		margin-right:0px;
	}
	#camFullScreenBtn{
		width:10%;
	}
    .tmplt-desc {
        white-space: pre-line;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 992px) {
    #tmplt-detail-day {
        width: 100%;
        padding: 10px 25px;
        height: 150px;
    }
    #tmplt-detail-nite {
        width: 100%;
        padding: 25px;
        height: 150px;
    }
}
@media (min-width: 1200px) {
	.dayTD
	{
		width: 10%;
		text-align: center;
	}
	#forecast-tabs
	{
		min-height: 409px;
	}
	.tmplt-detail {
		position:absolute;
		height:240px;
	}
	#tmplt-detail-day-cont {
		margin-left:70px;
	}
	#tmplt-detail-nite-cont {
		margin-right:70px;
	}
	#tmplt-detail-right, #tmplt-detail-left {
		top:106px;
	}
	#cameraStationName{
		width:50%;
	}
	#cameraStationLoc{
		width:40%;
		margin-right:0px;
	}
	#camFullScreenBtn{
		width:10%;
	}
}

.tmplt-detail-hi,.tmplt-detail-lo
{
	font-weight: bold;
	margin-left: 10px;
	color: #10238c;
}
.tmplt-detail-lo
{
	color: #B43E05;
}
.tmplt-detail-icon-night
{
	background-color: #425974;
	border: 1px solid #000000;
}
.trans50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.rounded-corners {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.header-corners {
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.shadowlt {
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 3px 3px #666;
	box-shadow: 2px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}
.tmplt-nite, .tmplt-day
{
	height: 200px;
	border: 1px solid #CCCCCC;    
	cursor: default;
	cursor: pointer;
}
.tmplt-day
{
	background: #4d546d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d546d 14%, #747da5 33%, #ffffff 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#4d546d), color-stop(33%,#747da5), color-stop(83%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d546d 14%,#747da5 33%,#ffffff 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d546d 14%,#747da5 33%,#ffffff 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d546d 14%,#747da5 33%,#ffffff 83%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d546d 14%,#747da5 33%,#ffffff 83%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d546d', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: relative;
}
.shadowed {
	-webkit-filter: drop-shadow(2px 2px 7px #222); 
	filter: drop-shadow(5px 5px 5px #222);
}
.tmplt-nite
{
	padding-top:5px;
	color: #ffffff;
	background: #91a3b7;
	background: -moz-linear-gradient(top,  #91a3b7 0%, #556991 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91a3b7), color-stop(100%,#556991));
	background: -webkit-linear-gradient(top,  #91a3b7 0%,#556991 100%);
	background: -o-linear-gradient(top,  #91a3b7 0%,#556991 100%);
	background: -ms-linear-gradient(top,  #91a3b7 0%,#556991 100%);
	background: linear-gradient(to bottom,  #91a3b7 0%,#556991 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91a3b7', endColorstr='#556991',GradientType=0 );
}
.tmplt-day-name, .tmplt-nite-name
{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.tmplt-day-name
{
	background-color: #ced3e7;
}
.tmplt-nite-name
{
	background-color:#3344A6;
	color: white;
}
.tmplt-icon
{
	padding-top: 10px;
	height: 50px;
}
.tmplt-day-temp, .tmplt-nite-temp
{
	font-size: 28px;
}
.tmplt-day-temp
{
	color: #666666;
	text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.7);
}
.tmplt-desc
{
	font-size: 11px;
	padding: 5px;
}
#tabs-hourly-cont
{
	padding: 0px;
}
#wXhourlyTbl
{
	width: 100%;
	margin: 0px;
	height: 368px;
	
}
	#wXhourlyTbl, #wXhourlyTbl tr, #wXhourlyTbl td {
		border: 1px solid #cccccc;
		text-align: center;
		border-collapse: separate;
	}
.wXhourlyTR, .wXhourlyTR2
{
	background-color: #3344a6;
	color: white;
	font-weight: bold;
	border: 1px solid #000000; 
	white-space: nowrap; 
}
.wXhourlyTR td
{
	width: 12%;
	white-space: nowrap;
	padding: 6px;   
}
.wXhourlyTR2 td
{
	width: 9%;
}
.wXhourlyTRData
{
	background-color: #ffffff;

}
.wXhourlyTRData.oddRow
{
	background-color: #e2e5f1;
}
.hrlyicon
{
	background-color: #3344a6;
}
.wXhourlyValueIcon
{
	background-color: #3344a6;
	display: inline-block;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width: 47px;
	height: 40px;
}
.wXhourlyValueTemp
{
	display: inline-block;
	line-height: 20px;
}
.wXhourlyValue img , .tmplt-icon img
{
	width: 50px;
	height: 42px;
}
.sticky {
	position: sticky;
	top: 0px;
	position: -webkit-sticky
}
.sticky2 {
	position: sticky;
	top: 23px;
	padding:1px;
}
.wbgtContainer{
	position: absolute;
	bottom: 0;
	padding-bottom: 2px;
	text-align: center;
	width: 100%;
}
.wbgt-header {
	font-weight: bold;
}
.tmplt-wbgt-high{
	font-size: 11px;
}
.wXhourlyDay {
	font-weight: bold;
	text-align: left;
	background-color: #e4dfc4;
	padding: 4px;
	padding-left: 8px;
	top: 46px;
}
.wXhourly {
	background-color: #3344a6;
	border: 1px #ccc solid !important;
}
.wXhourlyFooter
{
	font-weight: bold;
	background-color: #e4dfc4;
	padding: 0px;
}
.wXhourlyFooter div
{
	cursor: pointer;
	cursor: hand;
	display: inline-block;
}
#foreHrlyPrevious
{
	float: right;
	height: 24px;
	line-height: 24px;
	text-align: left;
	background-image:url('../../images/hrnext.png');
	background-position:right center; 
	background-repeat:no-repeat;
	padding-right: 30px;
	margin-right: 10px;
	color: #3344a6;

}
#foreAllHours {
	height: 24px;
	line-height: 24px;
	text-align: right;
	margin-left: 10%;
	color: #3344a6;
}
#foreLessHours {
	height: 24px;
	line-height: 24px;
	text-align: right;
	color: #3344a6;
	margin-right: 1%;
}
thead, tbody {
	display: block;
}

tbody {
	max-height:550px; /* Just for the demo          */
	overflow-y: auto; /* Trigger vertical scroll    */
	overflow-x: hidden; /* Hide the horizontal scroll */
}
#foreHrlyNext
{
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: right;
	background-image:url('../../images/hrprev.png');
	background-position:left center; 
	background-repeat:no-repeat;
	padding-left: 30px;
	margin-left: 10px;
	color: #3344a6;
}