body {
	color: #222;
	font-family: Lato,Calibri,sans-serif;
}
header {
	background: #e8eaf4;
}
header > .container > .row {
	background: #fff;
}
.panel-main-menu-sidebar .panel-title {
	color: #fff;
}
.panel-default > .panel-heading,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus,
.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover,
.panel-main-menu-sidebar .panel-title {
	background: #05326e;
}
.lab-test-list a {
	color: #222;
	display: block;
	border-bottom: 2px solid #e0ecf3;
	padding: .4em 0;
	text-decoration: none;
}
.lab-test-list a:hover {
	color: #40a6e6;
	border-bottom: 2px solid #40a6e6;
}
.lab-test-list a,
.lab-test-list a .fa {
	transition: all .2s ease-out
}
.lab-test-list a:hover .fa {
	margin-right: 5px;
}
.homepage-link {
	margin-top: 0;
}
/*.cfg-block-4 {
	margin-bottom: 0;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}*/
.cfg-block-4 + .cfg-block-5 {
	border-radius: 0 0 4px 4px;
	border-top: none;
	margin-top: -25px;
}
.cfg-block-4 + .cfg-block-5 .panel-heading {
	background-color: #eef0f7 !important;
	color: #333 !important;
	border-color: #ddd !important;
}
.cfg-block-4 + .cfg-block-5 .panel-heading h3 {
	font-size: 20px;
}
/*.table-responsive .table>thead>tr>th,*/
span.twitter-typeahead .tt-menu {
	background: #eef0f7;
}
.table-responsive .table>thead>tr>th {
	border-bottom: none;
}
/*.table-responsive .table>tbody>tr>td {
	font-family: "Courier New",Tahoma,sans-serif;
}*/
.typeahead-button-more,
.typeahead-button-more:hover,
span.twitter-typeahead .tt-suggestion {
	color: #333;
}

.ekko-lightbox-item img {
	max-width: 100%;
}

.panel-default {
	border-color: #3e5292;
}
.panel-default > .panel-heading {
	border-color: #3e5292;
	color: #fff;
}