h1{
	text-align:center;
}

body {
 margin: 0 !important;
    padding: 0 !important;
}

#main_body{
	margin: 10px;
}
/*color codes for fieldset backgrounds*/
.color_active{
	background:#AAFFAA;
}

.color_white{
	background:#FFFFFF;
}

.text_color_error{
	color:#FFAAAA;
}

.color_error{
	background:#FFAAAA;
}
.color_suspend{
	background:#E6E6E6;
}
.color_menu{
	background:#444;
}
.color_warning{
	background:#FFC470;
}

.configStationBox{
	margin-top: 10px;
}

#dropDownChanged{
	width:20px;
	height:20px;
	float:right;
}

h5 span{
	padding:5px;
	width:auto;
	display:inline-block;
}

legend {
    font-weight: bold;
}

.notes_contents{
    text-align: left;
}

.notes{
    width:95%;
}

#fa_padding{
    padding: 5px;
}

.hideControls{
    visibility: hidden;
}

.station_fieldset{ /*fieldset containing station timestamps and suspend +config buttons*/
	border:none; 
	float:left;
}

.graph_canvas{
	width: 320px; 
	height: 250px; 
	padding-left:5px
}

.menu_button1, .css_button, .css_submit {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 1px #7d7d7d;
    white-space: nowrap;
    padding: 0px 5px 0px 5px;

    /* Border radius */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;

}
.css_button, .css_submit {
    color: #fff;
	padding: 5px;
}
.menu_button1{
	background: #666;
	color: #eee;
	border: 1px solid #919191;
}
.menu_button1 a {
        text-decoration: none;
	color: #eee;
}
.menu_button1:hover,.menu_button1 a:hover {
	border: 1px solid #555555;
	background: #909090;
	color: #eee;
}
.top_link1 {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px;
    margin-left: -7px;
}
.top_link1:hover {
    text-decoration: underline;
}
.css_submit {
    padding: 1px 3px 1px 3px;
}
.css_button:hover, .css_submit:hover {
    color: #fff;
    background-color: #007EC0;
    cursor: pointer;
}
.css_button a:visited, .css_button:visited, .css_button:focus, .css_button a:focus,
.menu_button1 a:visited, .menu_button1:visited, .menu_button1:focus, .menu_button1 a:focus,
.css_submit a:visited, .css_submit:visited, .css_submit:focus, .css_submit a:focus {
    color: #fff;
}

a:hover, i {
	cursor:pointer; 
	cursor: hand;
}

td {
    position:relative;
}

.emailaddbutton {
    position:absolute;
    top:5px;
    right:25px;
    z-index:20;
    margin: 5px;
    padding:5px;
    float:right;
    width:30px;
    height:30px;
    display:block;
}

/* Navbar container */
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:  #c1c1c1;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/*
 *formating table cells 
 */
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 4px;
}


/* You can zebra-stripe your tables in outdated browsers by adding the class "even" to every other table row. */
tr:nth-child(even) td, .table1 tr.even td  { background: #6B6B6B; color: #fff; }
tr:nth-child(odd) td, .table1 tr.odd td  { background: #ddd; color: #000; }

.footer-basic-centered{
	background-color: #292c2f;
	color:  #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	text-align: center;
	padding: 30px;
}

.footer-basic-centered .footer-company-motto{
	color:  #fff;
	font-size: 24px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #fff;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #fff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered a{
	display:inline-block;
	text-decoration: none;
	color: #fff;
}

.footer-basic-centered a:hover, .footer-basic-centered a:focus{
	background: #292c2f;
	color: #fff;
	text-decoration: underline;
}
.page_wrapper {
    min-height: 100%;
    /* same as .page_footer height, but minus) */
    margin-bottom: -150px; 
}
.page_wrapper:after {
    content: "";
    display: block;
}
.page_wrapper:after {
    /* must be equal to .page_footer height */
    height: auto; 
}

#sensor_icons_thumbnail{
	width: auto;
	height: auto;
	padding: 10px;
}

@media only screen and (max-width: 500px) {
	h5 span{
		display:inline-block;
	}
}