﻿body {
	color: #52656B;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #3B4B50;
}

h2, .h2 {
	font-size: 25px;
}

.body-content {
	padding-top: 20px;
}

.navbar {
    border: none;
}

a, .btn-link {
	color: #09A7E4;
}
.btn {
	border-radius: 10px;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
}

.btn-primary {
	color: #ffffff;
	background-color: #52656B;
	border: 0;
	padding: 8px 20px;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
		color: #ffffff;
		background-color: #106a8c;
	}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #ffffff;
	background-color: #52656B;
	border-color: #52656B;
}

.pagination > li > a, .pager > li > a, .pagination > li > span, .pager > li > span {
	text-transform: none;
}

table a:not(.btn), .table a:not(.btn) {
	text-decoration: none;
}

.form-control {
	height: 41px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .10s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .10s, box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .10s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .10s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .10s, box-shadow ease-in-out .15s;
	border-radius: 10px;
}

	.form-control:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 2px solid #106a8c;
	}

.dropdown-menu {
	background-color: #106a8c;
}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		text-decoration: none;
		color: #cccccc;
		background-color: transparent;
	}

.bootstrap-select .dropdown-menu li a span.text {
	color: black;
}

.bootstrap-select .dropdown-menu {
	color: black !important;
	background: white !important;
}

.datepicker-dropdown {
	background: white !important;
}