/*------
# Init
----*/
@import 'https://fonts.googleapis.com/css?family=Raleway:400,700';
body {
	color: silver !important;
	font-family: 'Raleway', sans-serif !important;
	background-color: black !important;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
	height: 100%;
	width: 100%;
	font-size: 14px !important;
}
iframe{
	border: 0;
	overflow:hidden;
}
hr{
	background: #a43e0b;
}
/*------
# Login Form
----*/
.clock {
	padding-top: 5px;
    font-size: 25px;
    width: 100%;
    text-align: center;
 }
/*------
# Login Form
----*/
.login-page {
	max-width: 400px;
	margin: auto;
}
.form {
	position: relative;
	z-index: 1;
	background: none;
	max-width: 100%;
	padding: 20px;
	text-align: center;
}
.form input {
	outline: 0;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	width: 100%;
	margin: 0 0 15px;
	padding: 13px;
	box-sizing: border-box;
	font-size: 15px;
	background-color: #4d4d25 !important;
  	color: white !important;
}
.form button {
	text-transform: uppercase;
	outline: 0;
	background: #a43e0b;
	width: 100%;
	border: 0;
	padding: 10px;
	color: white;
	font-size: 18px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
a:link {
	color: silver; 
	text-decoration: none; 
} 
a:active { 
	color: silver; 
	text-decoration: none; 
} 
a:visited {
	color: silver; 
	text-decoration: none; 
} 
a:hover{
	color: silver; 
	text-decoration: none; 
}
/*------
# Override Bootsrap CSS
----*/
.container {
	max-width: 1600px !important;
	min-height: 80vh;
}
/*------
# Mobile Menu
----*/
.topnav {
  overflow: hidden;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
	color: #a43e0b;
	padding: 14px 0px;
	text-decoration: none;
	height: 50px;
	display: block;
}

.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/*------
# CSS start.php
----*/
.modul_head{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.modul_head div{
	float: left;
}
.title_modul{
	font-size: 24px;
}
.sidebar{
	float: left;
	line-height: 60px;
	color: white;
	width: 100%;
	height: 60px;
	background-color: rgba(164,62,11,0.5);
	text-align: center;
	margin-bottom: 10px;
}
.sidebar:hover{
	background-color: rgba(164,62,11,1);
}
.active{
	background-color: rgba(164,62,11,1);
}
.topnav{
	display: none;
}
/*------
# Tablet
----*/
@media (max-width:1024px)  {
	.col-sidebar {
		display: none;
	}
	.col-content {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding: 0px !important;
	}
	.topnav{
		display: block;
	}
}