/* Bootstrap custom theme */
/* ------------------------------- */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
	text-shadow: none;
}
.btn:active,
.btn.active {
	background-image: none;
}
.btn-default {
	text-shadow: 0 1px 0 #fff;
	border-color: #dbdbdb;
	border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
	background-color: #e0e0e0;
	background-image: none;
}
.btn-primary {
	border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #265a88;
	background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #265a88;
	border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
	background-color: #265a88;
	background-image: none;
}
.btn-success {
	border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
	background-color: #419641;
	background-image: none;
}
.btn-info {
	border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
	background-color: #2aabd2;
	background-image: none;
}
.btn-warning {
	border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
	background-color: #eb9316;
	background-image: none;
}
.btn-danger {
	border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
	background-color: #c12e2a;
	background-image: none;
}
.thumbnail,
.img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #2e6da4;
}
.navbar-default {
	background-color: #2999d1 !important;
	border-color: #2999d1 !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
	background-color: #337AB7 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
	color: #fff !important;
	background-color: #337ab7 !important;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
	color: #000 !important;
	background-color: transparent !important;
	background-image: none !important;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
	color: #fff !important;
	background-color: #337ab7 !important;
	background-image: none !important;
}
.navbar-default .navbar-nav .dropdown-menu > .active > a,
.navbar-default .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
	color: #fff !important;
	background-color: #337ab7 !important;
	background-image: none !important;
}
.navbar-default .navbar-nav .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .disabled > a:focus {
	color: #ddd !important;
	background-color: transparent !important;
	background-image: none !important;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #337ab7 !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
	background-color: #448ebe !important;
	border-color: #448ebe !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0;
}
.navbar-toggle {
	color: #fff !important;
	border: none !important;
}
.navbar-inverse 
.navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
   background-color: inherit !important;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .dropdown-menu > li > a {
		color: #fff !important;
	}
}
.breadcrumb {
	border-color: #ccc !important;
	border-style: solid !important;
	border-width: 0 0 1px 0 !important;
	border-radius: 0 !important;
}
.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
	border-color: #b2dba1;
}
.alert-info {
	border-color: #9acfea;
}
.alert-warning {
	border-color: #f5e79e;
}
.alert-danger {
	border-color: #dca7a7;
}
.progress {
}
.progress-bar {
}
.progress-bar-success {
}
.progress-bar-info {
}
.progress-bar-warning {
}
.progress-bar-danger {
}
.progress-bar-striped {
}
.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	text-shadow: 0 -1px 0 #286090;
	border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
	text-shadow: none;
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
}
.panel-primary > .panel-heading {
}
.panel-success > .panel-heading {
}
.panel-info > .panel-heading {
}
.panel-warning > .panel-heading {
}
.panel-danger > .panel-heading {
}
.panel-group .panel-heading {
	border-bottom: inherit !important;
}
.well {
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
.table > thead > tr:first-child > th {
	border-top: 0 none !important;
}
.table > thead > tr:last-child > th {
	border-bottom: 2px solid #ccc !important;
}
.table > tfoot > tr:first-child > th {
	border-top: 1px solid #ccc !important;
}
.table > tfoot > tr:last-child > th {
	border-bottom: 0 none !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: 0 none !important;
	border-bottom: 1px solid #ccc !important;
}
body {
 	/* background-color: #f9f9f9 !important; */
}
#footer-wrapper {
	background-color: #f5f5f5 !important;
	border-top: 1px solid #ccc !important;
	border-radius: 0;
}
.navbar-default .navbar-brand img {
	padding: 5px;
	background-color: #fff;
}
