@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

html,
body {
	background-color: #fff;
	font-size: 16px!important;
}

.headback {
	margin-bottom: -140px;
	background-color: #233d7c;
}

.headback-inside {
	margin: 0 auto;
	height: 100%;
	background-size: contain;
	padding: 0!important;
	border: 0!important;
	border-radius: 0!important;
}

.headback-inside img {
	width: 100%;
}

.pre-wrap {
	background: url(/images/back_tile.jpg);
}

.wrap {
	min-height: 100%;
	height: auto;
	padding: 0 0 60px;
	background-color: rgba(255, 255, 255, 0.9)
}

.wrap .padtop {
	padding-top: 140px!important;
}

.wrap > .container, .wrap > div > .container {
	padding: 70px 15px 20px;
	background-color: #fff;
	padding-top: 30px;
	border: #ccc 1px solid;
	border-top: 0;
	border-radius: 2px;
}

a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
	white-space: nowrap;
}

.grid-view th {
	white-space: normal;
}

.label-brown {
	background-color: #8B4513;
}

.btn {
	border-radius: 3px;
}

.panel-body {
	padding: 25px;
}

.panel-subbody {
	padding: 0 25px 25px 25px;
}

.navbar-inverse .btn-link {
	color: #fff;
}

.panel > .table > tbody> tr > td {
	padding-left: 20px;
}

.btn-xs {
	padding: 1px 10px;
	border-radius: 2px;
}

.footer {
	padding-top: 0px;
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #3e4757;
}

.SearchParameters .form-control {
	font-size: 14px;
	font-weight: normal;
}

label {
	font-weight: normal;
}

.ui-menu .ui-menu-item-wrapper {

	padding: 15px 15px;
	font-size: 16px;
}

.panel-default > .panel-heading .header{
	display: inline-block;
	font-size: 16px;
	padding-top: 6px;
}


.dropdown-menu > li > a {
	padding: 6px 20px;
}


.control-label {
	font-size: 11px;
	color: gray;
}

h3, h4 {
	color: #545871;
	text-transform: uppercase;
}

h4 {
	color: #545871;
	text-transform: none;
}

h3 small {
	text-transform: none;
}

a {
	color: #3e4757;
}

.btn-primary.btn-filled:hover {
	color:#3e4757;
}

.btn span {
	position: relative;
	z-index: 2;
}

.btn span.bh {
	background: #fff;
	border: 10px solid #ffffff8f;
	border-radius: 50%;
	display: block;
	height: 0;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width 0.7s ease 0s, height 0.7s ease 0s;
	-o-transition: width 0.7s ease 0s, height 0.7s ease 0s;
	transition: width 0.7s ease 0s, height 0.7s ease 0s;
	width: 0;
	z-index: 1;
	opacity: 0;
}

.btn:hover span.bh {
	height: 500px;
	width: 500px;
	opacity: 1;
}

section {
	display: block;
	position: relative;
	width: 100%;
}

.btn-yellow {
	background: #ffdd2d;
	color: #333;
	padding: 21px 30px;
	border:1px solid #ffdd2d;
}

.btn-yellow:hover {
	background: #fcc521;
	border:1px solid #fcc521;
}

.btn-primary {
	background-color: #3e4757;
	border-color: #3e4757;
	margin-top: 20px;
}

#appointment .btn-primary {
	margin-top: .25rem!important;
}

@media all and (max-width: 576px) {
	#client-time, #label-client-time {
		margin-top: 20px;
	}
}

#dialog-message {
	display: none;
}

.ui-dialog {
	z-index: 1100!important;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #333841;
	border-color: #333841;
}

section {
	display: block;
	position: relative;
	padding: 100px 0;
	width: 100%;
}

select.form-control.is-valid,  select.form-control.is-invalid {
	background: none!important;
	padding: inherit!important;
}

.ui-dialog.info .ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;

}

.ui-dialog.alert .ui-widget-header {
	border: 1px solid #e3a1a1;
	background: #cc0000 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {

}

.ui-dialog .ui-icon-closethick {

}

.content-box h2, .content-box-fluid h2 {
	margin-bottom: 20px;
}

h1, h2, h3, h4 {
	padding-bottom: 16px;
}

h1 {
	font-size: 30px;
	padding-bottom: 20px;
}

h2 {
	color: #262934;
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

.content-box p, .content-box-fluid p {
	margin-bottom: 28px;
}

.overview .iconBox {
	margin-bottom: 30px;
}

.boxed-shadow {
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
	padding: 50px 30px;
}

.img-icon {
	height: 70px;
}

.iconBox h5 {
	color: #2f2f35;
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.sec-heading .sec-subtitle {
	color: #6c6c6f;
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
	margin-bottom: 0;
}


.footer .foo-btm {
	padding: 25px;
	background-color: #333841;
	opacity: 0.85;
	color: #fff;
}

.footer .foo-btm a{

	color: #fff;
}

.footer .copyright {
	color: #fff;
	font-size: 15px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.footer .copyright {
		text-align: right;
	}
}

.footer .copyright a {
	color: #fff;
	display: inline-block;
	font-weight: 500;
}

.footer .foo-navigation ul li a {
	color: #fff;
	display: block;
	font-size: 15px;
	padding-right: 20px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .foo-top {
	padding: 100px 0 90px;

}

.footer .widget h5 {
	color: #fff;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.footer .widget h5:before {
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	height: 2px;
	width: 30px;
}

.footer .foo-address address {
	color: #fff;
	margin-bottom: 35px;
}

.footer .foo-address address a {
	color: #fff;
}

.view_dc_photo img{
	padding: 10px;
}

.view_dc_photo img{
	width: 100%;
}

.footer .container p {
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
	font-weight: bold;
}

.container ul {
	margin: 0;
	padding: 0;
	list-style: inside;
}

.copyright p {
	margin: 0!important;
}

@media (max-width: 576px) {
	.wrap {
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.cert {
		margin-bottom: 20px;
	}
}

.withback {
	background: url('/images/back4.jpg') 50% 50% no-repeat;
	background-size: cover;
	height: 400px;
}

.withback .headback-inside {
	background-color: transparent!important;
}

.warn-text {
	font-size: 12px;
	color: #f00;
}