
/*===========overwrite bootstrap font style===========*/
html{
	font-size: 12px;
	letter-spacing: 0.02em;
}
html,body,code,kbd,pre,samp, .tooltip , .popover{
	font-family: 'Lato', sans-serif;
}
#left{
	width: 100%;	
}
/*==============EXPERIMENTAL CLASSES REMOVE BEFORE IMPLEMENTATION===============*/
.red{
	background-color: red;
}
.height100px{
	height: 100px;
}
.green{
	background-color: green;
}
.blue{
	background-color: blue;
}
/*==============END EXPERIMENTAL CLASSES===============*/


/*============== WARNING TOP ROW ===============*/
.warning-top-row{
	padding: 3px 10px;
	font-size: 1rem;
	background-color: #ffcbd2;
	color: #dc484f;
	text-align:left;
	line-height: 16px
}
.warning-plus-sign{
	background: url(../images/responsive/warning-plus.png) no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.modal-content hr{
	margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #D28888;
}
.div-modal-hr{
	padding: 20px 10px 0px 10px;
}
.other-alerts{
	display: none;
}
/*============== WARNING TOP ROW END===============*/

/*============== SEARCH AND LOCATION ROW ===============*/
.widget-background{	
	background-size: cover;
	background-position: left center;
	min-height: 100px;
}

.location-container{
	position: relative;
	margin-top: 15px;
	padding: 0 10px;
}

.location-container input{
	border:2px solid #fff;
	background-color: transparent;
	color: #fff;
	padding: 6px 10px;
	width: 100%;
}

.location-search-btn{
	position: absolute;
	top:10px;
	right: 25px;
	background: url(../images/responsive/search-location-icon.png) no-repeat;
	width: 13px;
	height: 15px;
	display: block;
	z-index: 10;
}

.location-container input:focus,.location-container input:active{
	outline: none;
}

.town-and-time-container{
	float: left;
	text-align: left;
	padding: 10px 0 5px 15px;
	width: 100%;
}
.widget-town, .widget-time{
	font-weight: 500;
	color: #fff;
	font-size: 24px;
	font-size: 2rem;
}
.widget-time{
	font-size: 12px;
	font-size: 1rem;
}
.temperature-units-container{
	font-weight: 300;
	color: #fff;
	text-align: right;
	padding-right: 15px;
	position: relative;
	width: 100%;
	float: right;
	padding-bottom: 30px;
}
.temperature-number{
	font-size: 48px;
	font-size: 4rem;
	padding-right: 20px;
	line-height: 36px;
	text-shadow: 2px 2px 2px rgb(220, 211, 211);
}
.temperature-units-container .units-sign{
	font-size: 24px;
	font-size: 2rem;
	position: absolute;
	top:0;
	right: 15px;
	line-height: 24px;
}
/*============== SEARCH AND LOCATION ROW END ===============*/


/*============== DAY DETAILS ROW ===============*/

.day-details-info-row{
	display: inline-block;
	width: 100%;
	margin-bottom: 7px;
}

.day-details-info-container{
	padding-top: 10px;
	padding-bottom: 10px;
}

.last-two-col-row{
	padding: 10px 10px; /*prev: padding: 20px 10px;*/
}

.column-border-right{
	border-right:1px solid #c6d0db;
}

.column-border-bottom{
	border-bottom:1px solid #c6d0db;
}

.weather-icon-container, .wind-icon-container{
	padding:10px 0 20px 0;
}

.weather-icon-container img{
	width: 100%;
	max-width: 80px;
}

.wind-icon-container img{
	width: 100%;
	max-width: 43px;
	padding-top: 10px;
}
.weather-icon-text .text-small{
	font-size: 14px;
	font-size: 1.166666666666667rem;
}

.compas-icn-txt-container{
	margin-top: 10px;
}

.text-small{
	display: block;
	font-weight: 400;
	font-size: 12px;
	font-size: 1rem;
	color: #343434;
	line-height: 14px;
	line-height: 1.166666666666667rem;;
}

.compas-icn-txt-container .text-small{
	font-size: 12px;
	font-size: 1rem;
	line-height: 12px;
	line-height: 1rem;
}

.day-details-info-container .text-small-bold{
	font-size: 13px;
	font-size: 1.083333333333333rem;
	line-height: 15px;
	line-height: 1.25rem;
	font-weight: 700;
	color: #000;
}

/*============== DAY DETAILS ROW END ===============*/

/*============== FORECAST TABS STYLE ===============*/

.forecast-tabs-row{
}
.forecast-tab{
	font-size: 12px;
	font-size: 1rem;
	border-top:2px solid #445362;
	border-bottom: 2px solid #fff;
	background-color: #fff;
	color: #445362;
	width: 50%;
	cursor: pointer;
	height: 44px;
}
.active-tab{
	background-color: #445362;
	color: #fff;
}
/*============== FORECAST TABS STYLE END ===============*/

/*============== FORECAST TABLE STYLE ===============*/
.ext-right-column{
	background-color: red;
}

.forecast-table{
	width: 100%;
}

.extended-row-small-info:hover{
	cursor: pointer;
}

.table-content-scroll .forecast-table tr:nth-child(odd){
	background: #e3ecf3;
}

.table-content-scroll .forecast-table tr:nth-child(4n+1){
	background: #eef6fb;
}

.short-term-table-color .small-info-row-color:nth-child(even){
	background-color: #eef6fb !important;
}

.short-term-table-color .small-info-row-color:nth-child(odd){
	background-color: #e3ecf3 !important;
}

.forecast-table td{
	border-bottom: 2px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666;
	text-align: center;
	width: 20%;
}
.forecast-table td span{
	width: 100%;
	display: block;
	text-align: center;
	line-height: 13px;
	line-height: 1.083333333333333rem;
}
.forecast-table .weather-img-small img{
	max-width: 32px;
}
.forecast-table .precip-img-small img{
	max-width: 18px;
}
.forecast-table .wind-img-small img{
	max-width: 22px;
}
.forecast-table td span:first-child{
	font-weight: 700;
	color: #343434;
}
.table-first-row td{
	background-color: #445362;
	color: #fff;
	font-size: 11px;
	font-size: 0.9166666666666667rem;
	padding: 4px 0 5px 0;
}

.table-first-row td:first-child{
	width:20%;
}

.high-low-temp span{
	display: inline !important;
	font-size: 15px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #343434;
}
.precip-img-samll{
	width: 24% !important;
}
.precip-img-small span, .wind-img-small span{
	display: inline !important;
	font-size: 12px;
	font-size: 1rem;
}
.last-cell{
	padding-right: 20px;
	position: relative;
}
.ex-sign{
	width: 16px;
	height: 20px;
	display: block;
	position: absolute;
}
.ex-plus-sign{
	background: url(../images/responsive/+_sign.png) no-repeat top right;
	top:10px;
	right: 7px;
}
.ex-minus-sign{
	background: url(../images/responsive/-_sign.png) no-repeat;
	top:5px;
	right: -14px;
}

/*============== FORECAST TABLE STYLE END ===============*/

/*============ FORECSAST EXTENDED ROW DETAILS STYLE =============*/

.td-container{
	padding-top: 0 !important;
}
.td-row{
	position: relative;
}
.extended-row-info{
	background-color: #fff;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	cursor: pointer;
	display: none;
}
.extended-row-info td{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.extended-row-small-info td:first-child{
	width: 20% !important;
}

.extended-row-column{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

.day-icon-column{
	width:56.81818181818182% !important;
	text-align:center;
	vertical-align: top !important;
}

.night-word{
	font-weight: 700;
	color: #333;
}

.extended-column-text{
	text-align: left !important;
	vertical-align: top;
}

.extended-column-text p{
	font-weight: 400 !important;
	text-align: left !important;
	font-size: 10px;
	font-size: 0.8333333333333333rem;
	margin: 0;
	padding: 0px 10px 0px 0; /*prev: padding-right: 10px;*/
}
.extended-row-column tr{
	background-color: #fff !important;
}

.extended-row-info .precip-img-small{
	text-align: left !important;
	padding: 0px 5px 0px 0;
}
.left-second-table .high-low-temp, .right-second-table .high-low-temp{
	width: 25.489456% !important;
}

.table-content-scroll{
	height: 240px;
	overflow-y:auto;
}

.ex-first-table-right .extended-column-text{
	padding-right: 20px !important
}
/*============ FORECSAST EXTENDED ROW DETAILS STYLE END=============*/

/*============== FORECAST POWERED BY STYLE ===============*/
.widget-powered-by{
	font-size: 11px;
	font-size: 0.9166666666666667rem;
	font-weight: 500;
	color: #333;
	padding: 0px 10px; /*prev: padding: 5px 10px;*/
}
/*============== FORECAST POWERED BY STYLE END ===============*/

/*============== CUSTOM MARGINS, WIDTH, HELPER CLASSES ===============*/
.margin-t-3{
	margin-top: 3px;
}
.margin-b-0{
	margin-bottom: 0;
}
.margin-b-10{
	margin-bottom: 10px;
}
.padding-t-10{
	padding-top: 10px;
}
.padding-b-0{
	padding-bottom: 0;
}
/* .padding-r-20{
	padding-right: 20px !important;
} */
.custom-text-width{
	width: 60%;
}
.full-width{
	width: 100%;
}
.hide-table{
	display: none !important;
}
.clickable{
	cursor: pointer;
}
.top-radius{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.bottom-radius{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.border-danger{
	border-color: #E6A4A4;
}
.border-transparent{
	border-color: transparent;
}
.text-danger{
	color: #a94442;
}
/*============== CUSTOM MARGINS, WIDTH END===============*/


/*============== PLACEHOLDER STYLE ===============*/
::-webkit-input-placeholder {
   color: #fff;
   font-size: 13px;
   font-size: 1.083333333333333rem;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   font-size: 13px;
   font-size: 1.083333333333333rem;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   font-size: 13px;
   font-size: 1.083333333333333rem;  
}

:-ms-input-placeholder {  
   color: #fff;  
   font-size: 13px;
   font-size: 1.083333333333333rem;
}
/*============== PLACEHOLDER STYLE END===============*/

/*==============IFRAME WIDTH<370PX===============*/
@media(max-width: 379px){
	.day-icon-column{
		width: 1.148936% !important;
		min-width: 80px;
	}
	.extended-column-text{
		vertical-align: top !important;
		padding-right: 10px;
	}
	.high-low-temp span, .extended-row-info td span,
	.extended-row-small-info td:first-child, .small-info-row-color td:first-child{
		font-size: 1.1rem;
	}
	.wind-img-small #mph{
		display: none !important;
	}	
	.forecast-table .precip-img-small img, .forecast-table .wind-img-small img {
    	max-width: 15px;
	}
	.left-second-table .high-low-temp, .right-second-table .high-low-temp{
		width: 11.489456% !important;
		min-width: 64px;
	}
	.warning-plus-sign {
   		margin-right: -5px !important;
	}
	.modal-content h4 {
		font-size: 1.2rem;
	}
	.modal-content p {
		font-size: 1rem;
	}
}

/*==============IFRAME WIDTH<300PX===============*/
@media(max-width: 300px){
	.custom-text-width{
		width: 55%;
	}
	.text-small{
		font-size: 11px;
		font-size: 0.9166666666666667rem;
	}
	.day-details-info-container .text-small-bold, .high-low-temp span, .extended-row-info td span,
	.extended-row-small-info td:first-child, .small-info-row-color td:first-child{
		font-size: 12px;
		font-size: 1rem;
	}	
	.wind-img-small #mph{
		display: none !important;
	}
	.forecast-table .precip-img-small img, .forecast-table .wind-img-small img {
    	max-width: 14px;
	}
	.location-search-btn{
		right: 18px;
	}
	.location-container input {
		padding: 6px 5px;
	}
	.widget-town {
	    font-size: 1.7rem;
	}
	.temperature-number {
	    font-size: 3rem;
	    line-height: 16px;
	}
	.temperature-units-container .units-sign {
	    font-size: 1.7rem;
	}
	.warning-plus-sign {
   		margin-right: -5px !important;
	}
}

/*==============IFRAME WIDTH<275PX===============*/
@media(max-width: 275px){
	.custom-text-width{
		width: 100%;
	}
	.last-two-col-row {
		padding: 5px 10px 0 10px;
	}
}

/*==============IFRAME WIDTH>600PX===============*/
@media (min-width: 600px){

	/*==============SEARCH AND LOCATION ROW===============*/
	.location-container, .location-container input{
		float: right;
	}
	.location-container input{
		width: 270px;
	}
	.town-and-time-container{
		padding: 30px 0 30px 15px;
		width: 48%;
	}
    .temperature-units-container{
    	width: 50%;
    	padding-top:15px;
    	padding-bottom: 15px;
    }
    .temperature-units-container .units-sign{
    	top:15px;
    }

    /*============== SEARCH AND LOCATION ROW END===============*/
    
	/*============== DAY DETAILS ROW ===============*/
	.day-details-row{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.day-details-info-container .day-details-info-row:last-child{
		margin-bottom: 0;
	}
	.last-two-col-row{
		padding-top: 0;
		padding-bottom: 0;
	}
    .custom-column-5{
		padding-bottom: 0;
		border:0;
		width: 41.66666667%;
    }
    .custom-column-7{
		width: 58.33333333%;
	}
	.column-border-right{
		border-right:1px solid #c6d0db !important;
	}
	.pad-left20{
		padding-left: 20px;
	}
	.custom-text-width{
		width: 65%;
	}
	.weather-icon-container{
		padding-top: 0;
	}
	.weather-icon-container img{
		max-width: 100px;
	}
	.wind-icon-container img{
		max-width: 64px;
		padding-top: 0;
	}
    /*============== DAY DETAILS ROW END===============*/
	
	.extended-row-column{
		width: 50%;
	}

	.day-icon-column{
		width:13% !important;
		text-align:center;
	}

	.table-first-row td{
		width: 20%;
	}
	
	.ex-first-table-right .day-icon-column{
		width: 34% !important;
	}
	
	.ex-first-table-right .extended-column-text{
		width: 66% !important;
	}
	
	.left-second-table .high-low-temp{
		width: 25.809524% !important; 
	}
	.right-second-table .wind-img-small {
		padding-right: 6%;
	}
}
@media (max-width: 768px) and (min-width: 600px){
	.day-details-info-row{
		margin-bottom: 9px;
	}
}

@media (min-width: 768px){
	.weather-icon-container img{
		margin-bottom: 7px;
	}
	.wind-icon-container img{
  		max-width: 75px
	}
	.compas-icn-txt-container {
	    margin-top: 12px;
	}
	.text-small{
		font-size: 15px;
		font-size: 1.25rem;
	}
	.day-details-info-container .text-small-bold{
		font-size: 14px;
		font-size: 1.166666666666667rem;
	}
	.day-details-info-row{
		margin-bottom: 12px;
	}
	.extended-column-text p{
		font-size: 13px;
		font-size: 1.083333333333333rem;
	}
	.ex-first-table-right .day-icon-column{
		width: 34% !important;
	}
	.ex-first-table-right .extended-column-text{
		width: 60% !important;
	}
	.right-second-table .high-low-temp{
		width: 22.5%;
	}
}

/* ============= STYLE FOR EXTENDED ROW COLUMNS ============ */
@media (max-width: 601px) and (min-width: 380px){
	.extended-row-column{
		width: 50%;
	}
	.ex-first-table-right .day-icon-column{
		width: 34% !important;
	}
	.ex-first-table-right .extended-column-text{
		width: 66% !important;
		padding-left: 5px;
	}	
	.day-icon-column{
		width:9% !important;
		min-width: 77px;
	}
	.wind-img-small img{
		max-width: 15px !important;
	}
	.precip-img-small img{
		max-width: 10px !important;
	}
	.left-second-table .high-low-temp {
		width: 28.489456% !important;
	}
}
/* ============= STYLE FOR EXTENDED ROW COLUMNS END ============ */

/*change the scrollbar style and color*/
.mCS-customScrollbar.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #CFE1EF; width: 5px; }
.mCS-customScrollbar.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; width: 10px; } 
.mCSB_inside > .mCSB_container{margin-right: 15px;} 
