html, body {
	height: 100%;
}

body {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 10px 0 0 0;
	background: #f9f9f9 !important;
	padding: 0;
}

#deactivation {
    background: #cfcfcf;
    border: 1px solid #bcbcbc;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 940px;
}

hr {
	color: #cfcfcf;
	background-color: #cfcfcf;
	border: 0px;
	height: 1px;
}

img {
	border: 0px;
}

#frontpage {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

h1 {
	padding: 0px 0px 0px 0px;
	margin-bottom: 35px !important;
	font-family: 'Ubuntu', sans-serif !important;
}

h4 {
	color: #333 !important;
}

#frontpage_container {
	width: 100%;
}

#frontpage_container #content {
    margin: 0 auto;
    width: 940px;
}

#frontpage_header {
	width: 940px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

#frontpage_header > div:first-child {
    position: absolute;
    top: 26px;
}

#frontpage_header > div + div {
	float: right;
}

#modules > table td {
	vertical-align: top;
	width: 80px;
}

.module_block {
	text-align: center;
}

.module_block img {
	height: 35px;
	width: 35px;
	padding: 2px;
	margin-bottom: 4px;
}

.module_block + div {
	padding: 1px;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background: #585858;
	background: -webkit-gradient(linear, left top, left bottom, from(#686868), to(#585858));
	background: -moz-linear-gradient(top,  #686868,  #585858);
}

.module_block + div:hover {
	background: #0c0c0c;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#0c0c0c));
	background: -moz-linear-gradient(top,  #505050,  #0c0c0c);
}

.module_block + div:hover a {
	color: #ffffff;
}

.module_block + div a {
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
}

#modules {
/*
    border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
*/
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	width: 940px;
/*
		box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
	-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
*/

}

#modules > table {

}

#left > div, #right > div {
	padding: 0px 10px 10px 10px;
}

#block {
	width: 100%;
}

.panel.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel.panel-login>.panel-heading a.active{
	color: #3e8ed4;
	font-size: 18px;
}
.panel.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel.panel-login input:hover,
.panel.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

.modules {
	padding: 0;
}

.modules a {
	font-weight: normal;
	text-decoration: none !important;
}

.modules li {
	list-style-type: none;
	padding: 12px 15px;
	background: #f7f7f7;
	color: #333;
	margin-bottom: 4px;
	border: 1px solid #e2e2e2;
	font-family: 'Ubuntu', sans-serif !important;
}

.modules li:hover {
	background-color: #3e8ed4;
	border-color: #3983C4;
	color: #fff;
}

.navbar-collapse.collapse {
	display: block!important;
}

.navbar-nav>li, .navbar-nav {
	float: left !important;
}

.navbar-nav.navbar-right:last-child {
	margin-right: -15px !important;
}

.navbar-right {
	float: right!important;
}

.module-container {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #e3e3e3;
	cursor: pointer;
}

.module-container:hover {
	border: 1px solid #2e6da4;
}

.module-container .logo {
	text-align: center;
	padding: 20px 0;
	font-size: 4rem;
}

.module-container .name {
	text-align: center;
	height: 40px;
	text-transform: uppercase;
}

.logo-yellow {
	color: #fbbb03;
}

.logo-red {
	color: #ea5f35;
}

.logo-green {
	color: #34a853;
}

.logo-blue {
	color: #4285f4;
}