@charset "utf-8";

@import 'https://fonts.googleapis.com/css?family=Prompt';

body {
	font-family: 'Prompt', sans-serif;
	padding:0;
	margin:0;
	height:100%;
}

#top {
	top:0;
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: rgba(0,102,187,1.00);
	box-shadow: 0px 5px 7px rgba(0,0,0,0.50);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#788299+0,1d1f23+50,0a0a0a+52,000000+100 */
	background: #788299; /* Old browsers */
	background: -moz-linear-gradient(top,  #788299 0%, #1d1f23 50%, #0a0a0a 52%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#788299', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #DBDBDB;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	z-index:1000;
	font-size:16px;
	
	box-sizing:border-box;
}

#top span {
	position:fixed;
	right:10px;
	text-transform:uppercase;
}

#top span a {
	text-decoration:none;
	color:#DBDBDB;
}

#top span a:hover {
	color:#fff;
}


#left {
	position:fixed;
	top:60px;
	width:195px;
	height:100%;
	background-color:#343840
}

#left ul {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#left ul li {
	margin-left: 7px;
	margin-bottom: 5px;
}

#left ul li a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#788299+0,1d1f23+50,0a0a0a+52,000000+100 */
	background: #788299; /* Old browsers */
	background: -moz-linear-gradient(top,  #788299 0%, #1d1f23 50%, #0a0a0a 52%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#788299', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #DBDBDB;
	width: 160px;
	text-decoration:none;
}

#left ul li a:hover {
	color:#fff;
}

#content {
	margin-top:90px;
	margin-left:220px;
	padding-right:20px;
}

.ddmenu {
	display:block;
	overflow:hidden;
	height:0px;
	border-top:1px solid #343840;
	transition:all .3s;
}

.ddmenu a {
	background-image:none !important;
	background-color:#0E0E10 !important;
	font-size:14px;
}

.arrow {
	float:right;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
   font-size:12px;
}

td input {
	box-sizing:border-box;
	width:100%;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #4CAF50;
    color: white;
}

.editt {
	display:block;
	position:relative;
	padding:10px;
	border:1px solid gray;
	margin-bottom:20px;
}

.editbut {
	position:relative;
	display:block;
	bottom:21px;
}

.editbut a {
	display:inline-block;
	padding:2px;
	text-decoration:none;
	background-color:#1F6BE0;
	color:#fff;
	margin-left:5px;
	width:60px;
	text-align:center;
	font-size:12px;
}

.edittd {
	display:block;
	padding:5px;
	min-height:24px;
	border:1px dotted gray;
}

#adminlogin {
	margin:25px auto;
	display:block;
	width:500px;
	border:1px solid gray;
	background:#F7F7F7;
	border-radius:7px;
	box-shadow:0 5px 25px rgba(0,0,0,0.45);
	padding:15px
}

#adminlogin input {
	display:block;
	height:33px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
	border:1px solid gray;
	border-radius:5px;
	padding-left:10px;
	padding-right:10px;
}

#adminlogin input[type=submit] {
	margin-top:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#788299+0,1d1f23+50,0a0a0a+52,000000+100 */
	background: #788299; /* Old browsers */
	background: -moz-linear-gradient(top,  #788299 0%, #1d1f23 50%, #0a0a0a 52%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#788299', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #DBDBDB;
	height:35px;
}

#adminlogin input[type=submit]:hover {
	color:#fff;
}

#adminlogin input[type=submit]:active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#788299+0,1d1f23+50,0a0a0a+52,000000+100 */
	background: #788299; /* Old browsers */
	background: -moz-linear-gradient(bottom,  #788299 0%, #1d1f23 50%, #0a0a0a 52%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#788299', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #DBDBDB;
}
#adminlogin label {
	font-size:12px;
}

#magnituriup, #waterlevel,#discharge,#anomal,#comnt {
	display:block;
	margin-bottom:25px;
}
fieldset {
	border:1px solid #000;
	padding:25px;
}
input[type=submit] {
	height:35px;
	width:250px;
}

#debug {display:block;}

#st {
	display:block;
	margin-bottom:20px;
}

#st select {
	padding:7px;
	display:block;
	width:200px;
}

#psummary select {
	display:block;
	margin-bottom:15px;
	padding:7px;
	width:100%;
}

#psummary label {
	display:block;
	font-size:12px;
}

#psummary textarea {
	display:block;
	margin-bottom:15px;
}
#psummary input[type=submit] {
	width:450px;
	padding:7px;
}

#psummary input {
	display:inline-block;
	margin-bottom:15px;
	padding:7px;
}

.header {
	display:block;
	margin-bottom:10px;
	font-size:18px;
}
.msg {
	display:block;
	margin-bottom:15px;
	color:red;
}
.sfic {
	display:block;
}

.sfic input[type=submit] {
	display:block;
	margin-top:5px;
	width:235px !important;
}

.actbutn {
	font-size:12px !important;
	height:22px !important;
	width:75px !important;
	padding:initial !important;
}

.edit-station-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.edit-station-list li {
	padding: 5px;
	border: 1px solid #595959;
	margin-bottom: 25px;
}
.btn{
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#788299+0,1d1f23+50,0a0a0a+52,000000+100 */
	background: #788299; /* Old browsers */
	background: -moz-linear-gradient(top,  #788299 0%, #1d1f23 50%, #0a0a0a 52%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #788299 0%,#1d1f23 50%,#0a0a0a 52%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#788299', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #DBDBDB;
	width: 150px;
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,.5);
}