html,
body {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

b,
strong {
	font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "Signika Negative", sans-serif;
	font-weight: 700;
}

#header .nav > li > a {
	color: #434242;
	font-size: 18px;
	background: none;
	box-shadow: none;
	font-family: "Signika Negative", sans-serif;
	font-weight: 400;
	padding: 15px 12px;
}

#header .row {
	align-items: center;
}

.page-header {
	background: #253349;
	margin: -20px 0 20px 0;
	padding: 0;
	border: 0;
	position: relative;
	z-index: 9;
}
.page-header h1 {
	font-family: "Signika Negative", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #d8dce6;
	margin: 0;
	padding: 15px 0;
}
.page-header .glyphicon {
	top: 3px;
}
.page-subheader {
	margin-top: -20px;
	margin-bottom: 20px;
	background: #ffffff;
}
.page-subheader .navbar-nav > li > a {
	color: #47b5e5;
	padding: 6px 15px;
	text-shadow: none;
	border-radius: 100px;
	margin: 5px 2px;
}
.page-subheader .navbar-nav > li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #eeeeee;
}
.page-subheader .navbar-nav > li.active > a {
	position: relative;
	color: #000;
	background: #47b5e5;
	color: #fff;
}
.page-subheader .navbar-nav > li.active > a:after {
	content: "";
	position: absolute;
	border: 10px solid transparent; /* border-bottom: 9px solid #D8DCE6; */
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
	border-top: 8px solid #f1f1f1;
	display: none;
}

.btn {
	font-family: "Signika Negative", sans-serif;
}
.btn-md {
	font-size: 14px;
}
.btn-lg {
	font-size: 16px;
	width: 100%;
}
.btn-round {
	border-radius: 50px;
}
.btn-green {
	background-color: #97cc3d;
	border: #97cc3d;
	color: #333;
}
.btn-yellow {
	background-color: #fbd256;
	border: #fbd256;
	color: #333;
}
.btn-darkblue {
	background: #253349;
	color: #fff;
}
.btn-darkblue:hover,
.btn-darkblue:active,
.btn-darkblue:focus {
	color: #fff;
	background-color: #0786d4;
	border-color: #0786d4;
}

.hide {
	display: none;
}

.table.table-striped {
	font-family: "Signika Negative", sans-serif;
}
.table.table-striped > thead > tr > th {
	background: #253349;
	color: #fff;
	border: 0;
	padding: 12px 8px;
}
.table.table-striped > thead > tr > th a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
.table.table-striped > thead > tr:nth-child(2) > th {
	background: #2e4057;
}
.table.table-striped td {
	border: 0;
	vertical-align: middle;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background: #fff;
}
.table-striped > tbody > tr:nth-of-type(even) {
	background: #f1f1f1;
}
.table-striped.table-striped-bordered td {
	border-top: 1px solid #ddd;
}

.table.table-light > thead > tr > th {
	background: #fff;
	color: #999;
}
.table.table-light.table-bordered {
	border: 0;
	border-top: 1px solid #e4e4e4;
	font-family: "Signika Negative", sans-serif;
}
.table.table-light.table-bordered tr th {
	border: 0;
	border-bottom: 1px solid #e4e4e4;
	vertical-align: middle;
}
.table.table-light.table-bordered tr td {
	border: 0;
	border-bottom: 1px solid #e4e4e4;
	vertical-align: middle;
}

.table.table-light.table-striped > tbody > tr:nth-of-type(odd) {
	background: #f5f5f5;
}
.table.table-light.table-striped > tbody > tr:nth-of-type(even) {
	background: #fff;
}

.table.table-striped-light {
}
.table.table-striped-light th {
	border: 0;
	color: #808080;
	padding: 6px 8px;
}
.table.table-striped-light td {
	border: 0;
	padding: 6px 8px;
}
.table.table-striped-light > tbody > tr:nth-of-type(odd) {
	background: #f0f0f0;
}
.table.table-striped-light > tbody > tr:nth-of-type(even) {
	background: #fff;
}

.table.table-striped.table-condensed > thead > tr > th {
	padding: 6px 6px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.color-blue {
	color: #253349;
}
.color-darkblue {
	color: #253349;
}
.color-lightblue {
	color: #00aeef;
}
.color-green {
	color: #71aa00;
}
.color-red {
	color: #ed1c24;
}
.color-gray {
	color: #808080;
}
.color-black {
	color: #333;
}
.color-yellow {
	color: #eaff00;
}
.color-bluegreen {
	color: #169f98;
}
.color-orange {
	color: #f7941d;
}
.color-darkgreen {
	color: #007c00;
}
