body {padding: 0; margin: 0; font-family: Montserrat, arial;  font-size: 12px; background: #e5e5e5; color: #111;}
div {overflow: hidden;}
input, textarea, select {
	border: 1px solid #bababa;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


input[type=button], input[type=submit]:hover{
	cursor: pointer;
}


input[type=button]:hover, input[type=submit]:hover{
	border-color: #3D4A46;
}



.glow {
  color: #fff;
  text-shadow: 2px 2px 4px #000000;

}




.table tr:hover {background: #f6ebeb !important; color: #333 !important;}
.table tr:nth-child(even) {background: #f8f8f8;}
.date {width: 67px; text-align: center;}

table {border-collapse: collapse;}
a {text-decoration: none; color: blue;}
a:hover {text-decoration: underline;}
.shadow {box-shadow:0px 0px 3px 1px #8d8d8d;}
.radius {-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.radius5 {-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


/*        /////////////////////             */

.loginbox {
	border: 1px solid #001506;
	background: #3C5269;
	color: #fff;
	display: table;
	margin: auto;
	margin-top: 20px !important; 
	padding: 20px 30px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
}

.loginbox h1 {
	font-size: 20px;
	padding-bottom: 20px;
}

.loginbox h2 {
	font-size: 10px;
	padding-top: 10px;
}

.loginbox div {
	padding: 3px 0;
}

.loginbox label {
	float: left;
	width: 80px;
	padding-right: 10px;`
	text-align: right;
	font-size: 14px;	
	line-height: 25px;
}

.loginbox input[type=text], input[type=password] {
	width: 200px;
	border: 1px solid #233863;
	padding: 3px;
}

.loginbox input[type=submit] {
	border: 1px solid #233863;
	padding: 3px 7px;
}

/*        /////////////////////             */

.topmenu {
	background: #3C5269;
	border-top: 1px solid #8a8ea3;
	border-bottom: 1px solid #373944;
	text-align:center;
}

.topmenu .left {float: left;}
.topmenu .right {float: right;}
.topmenu .center {text-align:center; display: inline-block;}

.topmenu a {margin: 2px 3px; padding: 7px 12px; color: #fff;  background: #506479; float: left; border: 1px solid #1d2f54; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.topmenu a:hover {text-decoration: none; background: #293e68;}
.topmenu .selected {background: #A391E1;}

.dir, .file {cursor: pointer; padding-bottom: 4px 0; border-bottom: 1px solid #ccc;}
.file:hover {background: #D3F4D8;}
.dir:hover {background: #EFF4D3;}
	.onlymobnotshow { display: inline;}
	.onlymobshow { display: none; width:0;}


@media (max-width: 900px) {
	.mobwidth90 {width:90% !important; margin: 10px 5% !important; }
	.mobwidth90o {padding:0px !important; width:96% !important; margin: 0 2% !important; }
	.mobwidth80w {width: calc(80% + 20px) !important; margin: 5px 5% !important; }
	.mobwidth80 {width:80% !important; margin: 5px 5% !important; }
	.onlymobshow {display: inline !important;}
	.onlymobnotshow {display: none !important;  width:0;}
	
	.loginbox h1 {
		font-size: 16px !important;
		padding-bottom: 20px;
	}




	.loginbox h2 {
		font-size: 10px;
	}

	.loginbox div {
		padding: 3px 0;
	}

	.loginbox label {
		float: left;
		width: 20% !important;
		font-size: 14px;	
	}

	.loginbox input[type=text], input[type=password] {
		width: 60% !important;
		border: 1px solid #233863;
		padding: 3px;
	}
}

.highcharts-figure, .highcharts-data-table table {
  min-width: 360px; 
  max-width: 100%;
  margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 100%;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}