#wrapper {
  background-image: none;
  background-color: #193f67;
}

.page #wrapper {
	background: #fff;
}

a:focus, a:active, button:focus, .btn:focus {
	outline: 0 none!important;
}

#main-content {
	padding: 40px 0 80px 0;
}

#header {
	background: rgba(27, 97, 164, 0.55);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	height: 76px;
	transition: all 1s ease;
}

.page #header {
	background: rgba(27, 97, 164, 0.85);
}

#wrapper.fixed {
	padding-top: 76px;
}

#wrapper.fixed #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(27, 97, 164, 1);
}

#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a span {
	height: 60px;
}

.navbar-nav {
	margin-top: 15px;
}

#header .navbar-default.navbar-collapsed-sm {
	border-bottom: none;
}

#header .navbar, #header .navbar-default.navbar-collapsed-sm .navbar-brand {
	height: 76px;
}

.tabbable .nav-tabs > li > a {
	width: 50px;
	display: inline-block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.page-title {
	color: #fff;
}

.navbar-brand .page-title {
	display: inline-block;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;	
	line-height: 1;
}

.navbar-brand .page-title i {
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.home-form {
	margin-bottom: 60px;
}

.form-wrap {
	background-color: rgba(0,80,161,0.8);
	padding: 25px;
	position: relative;
}

.home-form h1 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5)
}

.page-header.page-header-with-icon {
	margin-top: 45px;
}

.form-search .form-control {
	border-radius: 0;
	width: 75%;
	border-width: 2px;
	height: 50px;
	float: left;
	font-size: 1.2em;
	border-color: #fff;
}

.home-form .page-header {
	border: none;
}

.form-search .btn {
	width: 25%;
	margin: 0;
	float: left;
	border-radius: 0;
	height: 50px;
	text-transform: uppercase;
}

.form-search .btn:active,
.form-search .btn:focus {
	box-shadow: none!important;
}

.form-search .btn:hover {
	background: #428bca;
	border-color: #428bca;
}

#map-canvas {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.table.contact-table td {
	border-top: none;
}

.contact-page .icon-wrap .fa {
	text-indent: 5px;
}

.homepage .panel.panel-image .panel-icon .icon {
	font-size: 30px;	
}

.panel.panel-circle-big-contrast .panel-body {
	min-height: 220px;
}

.searchresults h1 span {
	font-weight: normal;
	color: #676f7a;
}

.d-detail {
	margin-bottom: 30px;
}

.d-detail h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 20px;
}

.disclaimer {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.d-detail .icon-wrap {
	margin-top: 5px;
}

.d-detail.media .media-body {
	padding-left: 15px;
}

.d-detail.media .media-body p {
	margin: 0;
}

.ui-autocomplete {
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}

/*autocomplete*/
.ui-autocomplete-loading {
    background-color: white; 
    background-image:url('/Images/loader.gif'); 
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}
.search-all, #show {
    width:100%;
    text-align: center;
}
.categ {
    float: right;
}

.homepage .form-wrap {
	margin-top: 110px;
}

.home-form .page-header {
	margin-top: 15px;
}

.copyright a {
	color: #aab2bd;
}

@media (max-width: 767px) {
	
	.form-search .btn {
		text-indent: -999em;
		background-image: url("../../../images/search.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 50px;
		position: absolute;
		right: 25px;
		top: 25px;
	}

	.form-search .form-control {
		width: 100%;
	}

	.page h1 {
		font-size: 24px!important;
		margin-top: 0!important;
		margin-bottom: 20px!important;
	}

	.page h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.page .g-list h2 {
		font-size: 18px!important;
		line-height: 22px;
	}

	.tabbable .nav-tabs > li {
		margin-top: 10px;
	}

	.tabbable .nav-tabs > li a {
		border-radius:5px;
		border: 2px solid #eaedf2;
	}

	.tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus {
		border:  2px solid #01a9e0!important;
	}

	.tabbable .nav-tabs {
		border-bottom: none;
	}

	#wrapper {
	    background-image: url(../../../images/rep_bg.png);
	    background-size: auto auto!important;
	    background-repeat: repeat;
	}

	.form-search .form-control {
		font-size: 12px;
		padding-left: 7px;
		padding-right: 55px;
	}

	.panel.panel-circle-big-contrast .panel-body {
		min-height: auto;
		padding-top: 60px;
	}

	.homepage .panel.panel-circle-big-contrast .panel-body .panel-title {
		font-size: 18px;
		margin: 0 0 10px 0;
	}

	.pagination > li > a, .pagination > li > span {
		margin-bottom: 15px;
		margin-right: 15px;
	}

	.ui-autocomplete {
		width: 100%!important;
		left: 0!important;
		margin-top: 25px;
		background: #f6f6f6!important;		
	}

	.ui-autocomplete li {
		font-size: 12px;
	}

	.categ {
		float: none;
		display: block;
	}

	.ui-autocomplete-loading {
		background-position: 74% 0!important;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		text-transform: uppercase
	}
}

@media (min-width: 768px) {
	#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a {
		padding: 0 30px;
		text-transform: uppercase;
	}	

	.navbar-nav>li>a {
		font-size: 14px;
	}

	#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a span {
		border-bottom-width: 5px;
		vertical-align: top;
		padding-top: 13px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav>li>a {
		font-size: 15px;
	}

	.page-title {
		display: none!important;
	}
}

@media (min-width: 790px) and (max-width: 991px) {
    .row-top-home {
        height: 490px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
	#header .navbar-default.navbar-collapsed-sm .navbar-nav > li > a {
		padding: 0 20px !important;
	}
}

@media (min-width: 1200px) { 
	.homepage .form-wrap {
		margin-top: 110px;
	}
}

.ui-autocomplete.ui-menu .ui-menu-item {
	border-bottom: 1px dotted #ddd;
}

.ui-autocomplete.ui-menu .ui-menu-item:last-child {
	border-bottom: none;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
	padding: 5px 0 5px 10px;
	display: block;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
	background-color: #428bca;
	border-color: #fff;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus a {
	color: #fff;
}

.ui-autocomplete .categ {
	font-weight: 600;
	font-size: 13px;
}

.ui-autocomplete .search-all {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	border-top: 2px solid #eaedf2;
}

.ui-autocomplete .search-all a {
	text-transform: uppercase;
	color: #0050A1;
}


.s-list {
	margin-top: 30px; 
	margin-bottom: 30px;
}

.s-list-item {
	border-bottom: 1px solid #eaedf2;
	padding-left: 12px;
}

.s-list-item h3 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 16px;
}

.val {
	font-size: 20px;
}

.search-data {
	margin-top: 60px;
	padding-bottom: 60px;
	border-left: 1px solid #eaedf2;
}

.search-data p {
	margin-bottom: 0;
}

.search-data p.val{
	margin-bottom: 10px;
}

.alert {
	margin-top: 15px;
	margin-bottom: 15px;
}

.validation-summary-errors li {
	font-weight: 600;
}

.row-warning .alert {
	margin: 0;
}

.d-detail h2 {
	margin-top: 0;
}

.validation-summary-errors ul {
	margin:15px 0;
}

.validation-summary-errors ul li {
	color: #a94442;
}

.news-list h2 {
	font-size: 21px;
	line-height: 28px;
	margin-top: 0;
}

.news-list hr {
	border-width: 1px;
}

.page h1 {
	margin-bottom: 45px;
	font-size: 34px;
}

.page #main-content-header {
	padding: 120px 0;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
	#wrapper {
	     background-image: none;
	     background-color: #193f67;
	    background-size: auto auto!important;
	}
}

@media screen and (max-width: 480px) {
	
	.homepage .form-wrap {
		margin-top: 40px;
	}

	.page-title {
		display: none!important;
	}

	.search-meta {
		text-align: center;
	}

	.page-header {
		margin: 0;
	}

	.page-header.page-header-with-icon {
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 20px!important;
	}

	#wrapper {
	      background-image: none;
  		background-color: #193f67;
	    background-size: auto auto!important
	}

	.s-list-item h3 {
		margin-top: 10px;
	}

	.panel.panel-circle-big-contrast .panel-icon .icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}

	.panel.panel-circle-big-contrast .panel-body {
		padding-top: 40px;
	}

	.home-form h1 {
		font-size: 16px;
		line-height: 1;
	}

	.home-form {
		margin-bottom: 0;
	}

	.d-detail .icon-wrap {
		margin-top: 15px;
	}

	.d-detail .icon-wrap.icon-circle.icon-lg {
    	line-height: 40px;
	}

	.d-detail .icon-wrap.icon-lg {
	    font-size: 1.5em;
	    width: 40px;
	    height: 40px;
	}
	
	.page {
		background: #fff;
	}

	.page #footer {
		display: none;
	}
}

footer ul.list-padded li {
	margin-bottom: 16px;
}


.news-img-full {
    max-height: 364px;
}
.news-img-thumb {
    max-height: 129px;
}

.field-validation-error {
    color:#D9534F;
}

.panel.panel-circle-big-contrast h3 {
    margin-top: 12px !important;
}

.home-list .panel.panel-circle-big-contrast ul {
    list-style-type: none;
}

.home-list .panel.panel-circle-big-contrast ul li {
    list-style-type: none;
    font-size: 15px;
    padding-left: 11px;
    margin-bottom: 11px;
    background: url("../../../images/arrow.png") no-repeat 0 7px;
}

.home-list .panel.panel-circle-big-contrast .panel-body {
    text-align: left;
}

.home-list .panel.panel-circle-big-contrast .panel-body h3 {
    text-align: center;
}


.substance-drug-dose-form-group-btn {
	width: 90%;
	margin: 22px;
}

.inputdose {
	width: 90%;
	margin-left: 10px;
}


.substance-drug-dose-control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: left;
	padding-left: 35px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Roboto";
	font-weight: 500;
	color: #434955;
}


.substance-drug-dose-message {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	padding: 7px;
}

.form-wrap-drug-dose {
	background-color: #4db4e3;
	padding: 25px;
	position: relative;
}