@charset "UTF-8";

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #999;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #c9252c;
}

img {
	border: none;
}

form {
	margin-bottom: 30px;
}

hr {
	margin-bottom: 5px;
}

.container {
	max-width: 970px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	margin-bottom: 20px;
}

.page-header {
	margin-bottom: 0px;
	border-bottom: none;
}

.navbar-yellow {
	background-color: #ffcf01;
	border-color: #bbb;
}

.navbar-yellow .navbar-nav  > .active > a,
.navbar-yellow .navbar-nav  > .active > a:hover {
	background-color: #ffde4d;
	color: #333;
}

.navbar-right > li > a {
	padding: 15px 5px;
}

.navbar-right > li > a > img {
	border: 1px solid #000;
	border-radius: 4px;
}

.badge {
	background-color: #ffcf01/* #12829d */;
	color: #333;
}

.label-danger {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 120%;
}

.list-second-row {
	padding: 0 0 0 15px;
}

.list-group-item > span {
	display: table-cell;
}

.list-group-item > .badge {
	margin-right: 10px;
}

.form-inline .radio ,
.form-inline .checkbox {
	margin-right: 10px;
}

.form-inline .control-label {
	vertical-align: inherit;
	font-weight: 400;
}

.select_seperator {
	display: inline-block;
	margin: 0 27px;
	font-weight: 700;
}

#usageStatisticsInfoShow {
	cursor: pointer;
	text-decoration: underline;
	font-size: 10px;
}

#usageStatisticsInfoShow:hover {
	color: #999;
}

#usageStatisticsInfo {
	display: none;
	font-size: 10px;
}

#footerRight {
	float: right;
	margin-bottom: 10px;
	font-size: 11px;
}

#loaderLayer {
	background: #FFF url('../images/ajax-loader-big.gif') no-repeat center 300px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

#modalError .modal-dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-body a {
	font-weight: 700;
}

#statistic .list-group {
	margin-bottom: 0;
}

#statistic .list-group-item .badge {
	min-width: 42px;
}