#loading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #EDEEF4;
	color: #353745;
	font-size: 20px;
	text-align: center;
	cursor: wait;
	display: block;
}
	#loading p {
		color: #353745;
		margin: 50px 0 0 0;
	}
	#loading a {
		color: #666EE8;
	}
body.js-enabled #loading {
	display: none;
}
body #wrap,
body .navbar {
	display: none;
}
	body.js-enabled #wrap,
	body.js-enabled .navbar {
		display: block;
	}
.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg);}
	to { transform: scale(1) rotate(360deg);}
}
.glyphicon {
	vertical-align: middle;
	top: 0;
}
.strikethrough {
	color: #666EE8;
	text-decoration: line-through;
}

/* fonts */
	@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 300;
		src: local('Open Sans Light'), local('OpenSans-Light'), url(assets/fonts/OpenSans-light.woff) format('woff');
	}
	@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 400;
		src: local('Open Sans'), local('OpenSans'), url(assets/fonts/OpenSans.woff) format('woff');
	}
	@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 600;
		src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(assets/fonts/OpenSans-semibold.woff) format('woff');
	}
	@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 700;
		src: local('Open Sans Bold'), local('OpenSans-Bold'), url(assets/fonts/OpenSans-bold.woff) format('woff');
	}
body,
#wrap,
#footer {
	background: #EDEDED;
}
#admin_wrap > h1 {
	color: #324A5E;
	font-size: 31px;
	border-bottom: 1px solid #D7D7D7;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-family: "Open Sans";
}
.box h2 {
	color: #324A5E;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ECECEC;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-family: "Open Sans";
}
	.box h2.no-border {
		border-bottom: 0;
		padding-bottom: 0;
	}
.box h3 {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: bold;
}
label {
	color: #677683;
}
textarea,
input,
select {
	color: rgba(74,74,74,0.77);
}

.btn {
	padding: 10px 20px;
	border-radius: 28px;
	border: 0;
	text-shadow: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
}
	.box td a.btn {
		padding: 8px 13px;
		color: #FFFFFF;
	}
.ge-mainControls {
	background: transparent !important;
}
	.ge-mainControls .btn {
		padding: 3px 8px;
		border-radius: 12px;
		border: 1px solid;
		font-family: "Open Sans";
		font-size: 13px;
		font-weight: 600;
	}

.box {
	margin-bottom: 20px;
	padding: 30px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 600;
	color: rgba(74,74,74,0.77);
}
.box .big {
	font-size: 15px;
}
.box.full {
	width: calc(100% - 20px);
	float: left;
}
.box.half {
	width: calc(50% - 20px);
	float: left;
}
.box.third {
	width: calc(33.33% - 20px);
	float: left;
}
	.box.full,
	.box.half,
	.box.third {
		margin-left: 10px;
		margin-right: 10px;
	}

.box .table > tbody > tr > th,
.box .table > tfoot > tr > td,
.box .table > tfoot > tr > th,
.box .table > thead > tr > td,
.box .table > thead > tr > th {
	font-size: 13px;
	font-weight: bold;
	color: #677683;
	border: 0;
}
.box .table th.highlight {
	color: #324A5E;
}
.box .table th.highlight_total {
	background: #677683;
	color: #FFFFFF;
}
.box .table > tfoot > tr:first-child > th {
	border-top: 1px double #677683;
	border-width: medium;
}
.box .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #F7F7F7;
}
.table-hover > tbody > tr:hover {
	background-color: #E7EBF1 !important;
}

thead.tableFloatingHeaderOriginal > tr > td,
thead.tableFloatingHeaderOriginal > tr > th {
	background: #677683 !important;
	color: #FFFFFF !important;
}

.box .table td {
	vertical-align: middle !important;
}
.box .table a {
	color: #B2BED2;
	display: inline-block;
	vertical-align: middle;

}
.box .table a:hover {
	color: #324A5E;
}
.box .caption,
.box .table caption {
	color: #324A5E;
	font-size: 15px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	border-color: #E7EAED;
	background-color: #E7EAED;
	color: #677683;
}
.btn-primary {
	background: #324A5E;
}
	.box .table a.btn-default:focus,
	.box .table a.btn-default:hover,
	.box .table a.btn-primary:focus,
	.box .table a.btn-primary:hover,
	.btn-default:focus,
	.btn-default:hover,
	.btn-primary:focus,
	.btn-primary:hover {
		background: #CC0000;
		color: #FFFFFF;
	}
.btn-default {
	background: #C4C7C9;
}
.back_link {
	margin-top: 15px;
}
.box .table a.btn-default {
	background: #E7EAED;
	color: #677683;
}

.box .btn[aria-expanded="false"] {
	float: left;
}
.box .btn[aria-expanded="true"] {
	border-radius: 0;
}

	.collapse + table,
	.collapsing + table {
		margin-top: 80px;
	}

li input[type="checkbox"] + label {
	font-weight: normal;
	cursor: pointer;
}
li input[type="checkbox"]:checked + label {
	font-weight: bold;
	background: #E7EBF1;
	color: #324A5E;
}

.box .form-control {
	border-radius: 3px;
	border-color: #E7EAED;
}
	.box .form-control:focus {
		border-color: #324A5E;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 74, 93,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 74, 93,.6);
	}

.box a span.glyphicon {
	font-size: 18px;
}

.box button.not_btn {
	background: none;
	border: none;
	color: #B2BED2;
}
	.box button.not_btn:hover {
		color: #324A5E;
	}
	.box button.not_btn span.glyphicon {
		font-size: 18px;
	}

.navbar {
	background: #324A5E;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 600;
}
	.navbar-inverse .navbar-nav > li > a {
		color: #FFFFFF;
	}
	.navbar-inverse .navbar-nav > li:hover,
	.navbar-inverse .navbar-nav > li > a:hover {
		background: #CC0000;
	}
	
#links {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #D7D7D7;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 400;
}
#links p {
	font-size: 13px !important;
}

.alert {
	font-weight: 600;
	font-family: "Open Sans";
}


@media (min-width: 1025px) {
	.container {
		width: 90%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 95%;
	}
}