body {
	width: 100%;
	padding: 0;
	font-size: 0.8rem;
	background-color: #F7F7F7;
}

a {
	color: #FB6303;
}

a:hover {
	color: #E05104;
	font-weight: bold;
}

.logo-div {
	height:15vh; 
	/*background-color: #CED0CE; */
	background-image: linear-gradient(to bottom, #CED0CE, #FFFFFF);
	transition: all 0.3s;
	filter:alpha(opacity=100) !important;
    opacity:1.0 !important;
}


.main-title {
	/*background-image: linear-gradient(to bottom, #DDDDDD, #FBFBFB);*/
	background-color: #FFFFFF;
	text-decoration: underline;
	/*position: absolute;
	left: 0;
	right: 0;
	height:5vh;padding: 1em; */
	
	font-size: 1.3rem;
	font-weight: bold;
	
}

.main-container {
	padding-top: 15vh; 
	padding-left: 0;
	padding-right: 0;
}

.loader {
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 40%;
	left: 50%;
}

.widget {
	border-style: solid;
	background-color: #FFFFFF;
	border-color:  #DDDDDD;
	border-width: 0px !important;
	padding: 0;
	box-shadow: 0 0 3px grey;
}

.widget-title {
	background-color: #E6E6E6;
	border-bottom-style: solid;
	border-bottom-color:  #DDDDDD;
	border-bottom-width: 1px !important;
	padding: 10px;
}

.widget-body {
	padding: 10px;
	padding-left: 15px;
}

.custom_border_cam {
	padding: 0em !important;
	text-align: center !important;
}

.graph-div {
	width:100%; height:400px; margin-top:40px;
}

.large-font {
	font-size: 130%;
	font-weight: bold;
	padding-left: 5%;
}

.col-lg-3 {
	/*margin: 1em;*/
	text-align: justify;
}

.col-lg-4 {
	/*margin: 1em;*/
	text-align: justify;
}

.col-lg-5 {
	/*margin: 1em;*/
	text-align: justify;
}

.container-fluid {
	padding: 0 !important;
}

.carousel-indicators li {
	width: 15px !important;
	height: 15px !important;
	border-radius: 50%;
	border-style: solid !important;
	border-width: 2px !important;
	border-color: #000000 !important;
}

.btn-primary {
	color: #fff;
	background-color: #FB6303;
	border-color: #FB6303;
  }
  
.btn-primary:hover {
	color: #fff;
	background-color: #E05104;
	border-color: #E05104;
}

.tr-hover:hover {
	background-color: #ECECEC;
}

#main_container_station {
	display:none;
}

#overview_table {
	display:none;
	box-shadow: 0 0 3px grey;
	background-color: #FFFFFF;
}
