@CHARSET "UTF-8";

body {

}

.site-header {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 100%;
	z-index: 3000;
}

.site-header img {
	display: block;
	float: left;
	height: 60px;
	padding-right: 10px;
}

.site-header h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
}

.site-header h2 {
	font-size: 14px;
	margin: 0px;
}

.mfd-header {
	border-top: 1px solid gray;
	background: #ccc;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.carousel {
	background: #D4DBE1;
	height: 400px;
}

.carousel .item {
	height: 400px;
}
.carousel-inner > .item > img {
		margin: auto;
		height: 100%;
		margin: auto;
		max-width: none;
	/*opacity: 0;*/
}
@media(min-width: 768px) {
	.carousel-inner > .item > img {
		width: 100%;
	}
}
.mfd-caption {
	background: #666;
	opacity: 0.6;
	padding: 1px;
	border-radius: 5px;
}

.station-highlight {
	background: black;
	opacity: 0.9;
	border-radius: 5px;
	padding: 1px;
	float: right;
	width: 300px;
}

.station-highlight a h1 {
	color:white;
	text-decoration: none;
}

.station-highlight a:hover {
	text-decoration: none;
}

.station-highlight img {
	display: block;
	float: left;
	margin-left: 20px;
	padding-right: 20px;
}

.station-highlight label {
	margin-bottom: 0px;
	font-weight: normal;
	text-align: left;
	width: 100px;
}

.station-highlight hr {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}

.station-highlight .WeatherNow {
	text-align: left;
}

.station-highlight .SunInfo {
	margin-bottom: 5px;
}
/*
.carousel-inner > .item {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../_req/mfd.png)
}
@media(min-width: 768px) {
	.carousel-inner > .item > img {
		opacity: 1;
	}
}*/

.weather-more-info {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 20px;
	background: #57a2d9;
	color: white;
	border-radius: 5px;
	text-align: center;
}
.weather-more-info h2 {
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.weather-more-info em {
	display: block;
	background: #3a92d2;
	color: black;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 10px;
	font-style: normal;
	color: white;
	border-radius: 3px;
	font-weight: bold;
}

.weather-more-info dl {
	margin-bottom: 0;
}

.weather-more-info dd {
	text-align: left;
}
.main-body h3 {

}

.highlight-box {
	border: 1px solid #3a92d2;
	margin-top: 20px;
}


#map-canvas {
    height: 330px;
    width: 100%;
}

.highlight-box h3 {
	background: #57a2d9;
	border-bottom: 1px solid #3a92d2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 20px 6px;
	color: white;
}
.highlight-box .content {
	padding: 10px;
}

.highlight-box h4 {
	color: #3a92d2;
	border-bottom: 1px solid #57a2d9;
}
.highlight-box em {
	display: inline-block;
	padding: 3px 5px;
	background: #eee;
	float: right;
	color: #3a92d2;
	border-radius: 3px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
}
.forecast-box .general-forecast{
}

.satellite-box img {
	width: 100%;
}

.content-preview {
	margin-bottom: 20px;
	min-height: 85px;
}
.content-preview img {
	width: 90px;
}

.content-preview img.thumb-right {
	float: right;
	padding-left: 5px;
}

.content-preview img.thumb-left {
	float: left;
	padding-right: 5px;
}

.content-preview h4 {
	font-size: 14px;
	font-weight: bold;
}

.satellite-header {
	position: absolute;
	top: 0px;
	text-align: center;
	background: #d4dbe1;
	height: 400px;
	width: 100%;

	padding-top: 80px;
}

.subnav {
	margin-top: 120px;
}
.website-body {
}

form .table th {
	text-align: center;
}

.form-header h3 {
	border-bottom: 1px solid #aaa;
	margin-top: 0;
}
.satellite-body {
	position: relative;
	margin-top: 160px;
	min-height: 100px;
}

.mountaineering-body {
	position: relative;
	margin-top: 160px;
	min-height: 200px;
}
.city-body {
	position: relative;
	margin-top: 160px;
	min-height: 100px;
}
.mountaineering-body .table {
	background: white;
}
.mountaineering-body th, .mountaineering-body td {
	text-align: center;
}

.mountaineering-body thead th {
	vertical-align: middle !important;
}

.mountaineering-body h3 {
	background: #3a92d2;
	color: white;
	text-align: center;
	margin: 0;
	padding: 10px;
}

.mountaineering-body h3 em {
	display: inline-block;
	padding: 5px 8px;
	background: #eee;
	color: #3a92d2;
	border-radius: 3px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
}

.satellite-body img {
	width: 100%;
}
.weather {
	position: absolute;
	top:0px;
	text-align: center;
	background: #D4DBE1;
	height: 400px;
	width: 100%;
}


.weather h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3a92d2;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);

}
.weather .container {
	margin-top: 80px;
	position: relative;
}

.weather-main {
	margin-top: 160px;
	min-height: 100px;
	background: white;
	position: relative;
	border-radius: 10px;
}

.weather-main > img {
	width: 100%;
}

.weather-icon {
	position: absolute;
	margin-left: -20px;
	margin-top: -29px;
}

.weather-icon span {
	display: block;
	color: white;
	background: #888;
	padding: 0px 5px;
	font-size: 12px;
}

.weather-data-table .center {
	text-align: center;
}

.weather-data-table .center.dark {
	background: #eee;
}

.weather-data-table th {
	color: #57a2d9;
}

#wysiwyg-editor {
	max-height: 600px;
	height: 600px;
	background-color: white;
	border-collapse: separate;
	border: 1px solid rgb(204, 204, 204);
	padding: 4px;
	box-sizing: content-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
footer {
	margin-top: 20px;
	border-top: 1px solid #aaa;
	background: #D4DBE1;
}

.copyright-line {
	border-top: 1px solid #aaa;
	background: black;
	padding: 3px;
	color: white;
}

.copyright-line p {
	margin: 0;
}

#satellite_control {
	background: #57a2d9;
	border-bottom: 1px solid #2f8bce;
	padding: 5px;
	text-align: center;
	color: white;
}

.content-body {
	margin-top: 0px;
}

.content-panel img {
	width: 100%;
}

.content-header {
	padding-top: 120px;
	padding-bottom: 10px;
	background: #D4DBE1;
	text-align: center;
}

.content-header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3a92d2;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);

}
.content-header .container {

}

.forecast-box .carousel {
	background: white;
	height: auto;
	padding: 10px;
}

.forecast-box .carousel .item {
	min-height: 300px;
	height: auto;
}

.forecast-box .carousel-indicators {
	left: auto;
	width: auto;
	margin-left: 0;
	top: 20px;
	right: 10px;
}
.forecast-box .carousel-indicators li {
	border: 1px solid #3a92d2;
}
.forecast-box .carousel-indicators li.active {
	background: #57a2d9;
}

.forecast-box .tooltip-inner {
	white-space: nowrap;
}

.city-header h1{
	text-align: left;
	background: white;
	opacity: 0.8;
	padding: 10px 20px;
}

.city-header .dropdown-menu {
	text-align: left;
}

.city-box {
	margin-top: 20px;
	background: black;
	opacity: 0.9;
	border-radius: 5px;
	padding: 1px;
	color: white;
}

.city-box h3 {
	padding: 0px 10px;
	color: white;
}

.city-box img {
	display: block;
	float: left;
	margin-left: 20px;
	padding-right: 20px;
}

.city-box label {
	margin-bottom: 0px;
	font-weight: normal;
	text-align: left;
	width: 120px;
}

.city-box hr {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}

.city-box .WeatherNow {
	text-align: left;
}

.city-box .SunInfo {
	margin-bottom: 5px;
	text-align: center;
}

.climate-data {
	background: #eee;
	padding: 10px;
	margin-top: 10px;
}

.climate-data hr {
	border-color: #ccc;
	margin-top: 2px;
}

.climate-data h3 {
	padding: 0px;
	margin: 0px;
}

.climate-data dt {
	width: 250px;
	padding-right: 5px;
}

.footer-number-list dt {
	text-align: left;
	width: 100px;
}

.footer-number-list dd {
	margin-left: 0px;
}

.feedback-body {
	margin-top: 160px;
	min-height: 100px;
	background: white;
	position: relative;
	border-radius: 10px;
}

.feedback-body form {
	padding: 20px;
}

a.city-link {
	color: white;
}

.report {
	position: absolute;
	top:108px;
	text-align: center;
	width: 100%;
}

.report h3 {
	margin-bottom: 0px;
}

.date-form {
	display: inline-block;
	width: 240px;
	text-align: center;
}

.date-form #datepicker {
	text-align: center;
}
.report-body {
	margin-top: 220px;

}

.report-body h4 {
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 5px;
}

.report-body h5 {
	font-weight: bold;
}

.report-body .table td {
	vertical-align: middle;
}

.monthly-rainfall td, .monthly-rainfall th {
	text-align: center;
	min-width: 45px;
}

td.left-align, th.left-align {
	text-align: left;
}

.title {
    font-size: 15px;
}
.each-parameter {
    font-size: 12px;
}

.but-image {

    text-align: center;
    padding: 5% 18% 5% 15%;
}

.full-image {

    height: 500px;
    width: 100%;
}
.highlight-box.gallery-box {
    height: auto;
}
.carousel-inner.item>.item-image {
    height: 300px;
}
.butt {
    position: absolute;
    float: right;
    background: rgba(151,0,0,0.8);
}
.inline {
    display: inline-block;
    padding: 2px;
}
.img-title {
    width: 140px;
    background: rgba(14,14,14, 0.3);
    position: absolute;
    color: white;
    font-family: fantasy;
    padding: 2px 3px 2px 3px;
}
.highlight-box.forecast-box {
    min-height: 375px;
}
.highlight-box.recent-news-box {
    min-height: 375px;
}
.item-image {
    width: 100%;
    font-family:c

}
.image-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(14,14,14, 0.9);
    z-index: 4000;
    display: none;
}

.SpecialHighlight {
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
    padding: 5px 8px;
    border: 1px solid orange;
    background: yellow;
    color: black;
    border-radius: 5px;
}

.SpecialHighlight a {
    color: black;
    font-weight: bold;
}

.SpecialHighlight a:hover {
	text-decoration: none;
}

.SpecialLabel {
	display: inline-block;
	float: right;
}
.nwp-content{
	padding:20px;
	padding-right:40px;
	text-align:left;
}
.stop_prec {
    display : none;
}
.prev_next{
    margin-top: -90px;
    padding-left: 360px;
    margin-bottom: 90px;
}
.prev_next a{
    font-weight: bold;
}