@CHARSET "UTF-8";

html {
	font-family: 'Trebuchet MS', Helvetica, Arial;
	font-size: 12px;
	background: none repeat scroll 0 0 transparent;
	color: #333;
}

html,body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,textarea,p,th,td
	{
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img {
	border: 0
}

strong,th,var {
	font-style: normal;
	font-weight: normal
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%
}

.b-print {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
}

.clear {
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	width: auto;
	height: 0px !important;
	line-height: 0px !important;
	font-size: 0px; /* for IE 6,7*/
}

/* ##################### DOCUMENT STYLES #######################*/
.b-document {
	position: relative;
	width: 100%;
	height: 100%;
	height: auto;
	min-height: 100%;
	background: url(pics/styles/bg-document.png) repeat 0 0;
}

/* ##################### HEADER STYLES #######################*/
.b-header {
	position: relative;
	width: 100%;
	height: 49px;
	margin: 0 0 8px;
	padding: 0px;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
		color-stop(100%, #f0f0f0) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #fff, #f0f0f0);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #fff, #f0f0f0); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff, #f0f0f0); /* IE10 */
	background: linear-gradient(top, #fff, #f0f0f0); /* CSS3 */
	-moz-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2); /* Для Firefox */
	-webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2); /* Для Safari */
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2); /* Параметры тени */
}

/* ##################### BLOCKS STYLES #######################*/
.b-block {
	display: block;
	margin: 0px;
	padding: 0px;
}

.m-block_line {
	display: inline-block; //
	display: inline; //
	zoom: 1;
	vertical-align: middle;
}

.m-block_hidden {
	display: none;
}

.m-block_logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 152px;
	height: 49px;
	background: url(pics/styles/bg-logo.png) no-repeat 0 0;
	text-decoration: none;
}

.m-block_footer {
	margin: 0 0 8px;
}

.m-block_menu {
	height: 49px;
	margin: 0 250px 0 174px;
	padding: 0px;
}

.m-block_menu-item {
	height: 49px;
	margin: 0px 25px 0 0;
	padding: 0;
}

.m-block_menu-link {
	height: 49px;
	margin: 0;
	padding: 0px 0 0 35px;
	line-height: 49px;
	font-size: 13px;
	color: #a2a1a1;
}

.m-block_menu-link-catalog {
	background: url(pics/styles/icon-catalog.png) no-repeat 0 0;
}

.m-block_menu-link-appointments {
	background: url(pics/styles/icon-appointments.png) no-repeat 0 0;
}

.m-block_menu-link-statistic {
	background: url(pics/styles/icon-statistic.png) no-repeat 0 0;
}

.m-block_menu-link-accounting {
	background: url(pics/styles/icon-accounting.png) no-repeat 0 0;
}

.m-block_menu-link-settings {
	background: url(pics/styles/icon-settings.png) no-repeat 0 0;
}

.m-block_menu-link-active,.m-block_menu-link:hover {
	color: #000;
	background-position: 0 -49px;
}

.m-block_user {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 49px;
	line-height: 49px;
}

.m-block_user-exit {
	margin: 0 12px 0 3px;
}

.m-block_user-info {
	margin: 0 3px 0 12px;
}

.m-block_clinics {
	margin: 0 0 0 13px;
	padding: 9px 0;
}

.m-block_clinics-item {
	height: 20px;
	margin: 0 16px 0 0;
	padding: 0 0 0 11px;
	line-height: 20px;
	font-size: 12px;
	color: #5e5e5e;
	background: #d6d6d6;
	border: 1px solid #d6d6d6;
	border-right: none;
	-moz-border-radius: 3px 0 0 3px; /* Firefox */
	-webkit-border-radius: 3px 0 0 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px 0 0 3px; /* KHTML */
	border-radius: 3px 0 0 3px; /* CSS3 */
}

.m-block_clinics-map {
	height: 20px;
	width: 60px;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 20px;
	background: #fff;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
	text-align: center;
}

.m-block_clinics-1 {
	background: #f5ba2b;
	border: 1px solid #e19617;
	border-right: none;
	background: -moz-linear-gradient(top, #f6bf2f, #f3a71d);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6bf2f),
		color-stop(100%, #f3a71d) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #f6bf2f, #f3a71d);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #f6bf2f, #f3a71d);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6bf2f, #f3a71d); /* IE10 */
	background: linear-gradient(top, #f6bf2f, #f3a71d); /* CSS3 */
}

.current-1 {
	padding-right: 7px !important;
	background: #f5ba2b !important;
	color: #fff;
	border: 1px solid #e19617 !important;
	border-left: none !important;
	background: -moz-linear-gradient(top, #f6bf2f, #f3a71d) !important;
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6bf2f),
		color-stop(100%, #f3a71d) ) !important; /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #f6bf2f, #f3a71d) !important;
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #f6bf2f, #f3a71d) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6bf2f, #f3a71d) !important;
	/* IE10 */
	background: linear-gradient(top, #f6bf2f, #f3a71d) !important;
	/* CSS3 */
}

.m-block_clinics-2 {
	background: #df3434;
	border: 1px solid #c11f2e;
	border-right: none;
	background: -moz-linear-gradient(top, #ec3d36, #c5222f);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec3d36),
		color-stop(100%, #c5222f) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #ec3d36, #c5222f);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #ec3d36, #c5222f);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec3d36, #c5222f); /* IE10 */
	background: linear-gradient(top, #ec3d36, #c5222f); /* CSS3 */
}

.current-2 {
	padding-right: 7px !important;
	background: #df3434 !important;
	color: #fff;
	border: 1px solid #c11f2e !important;
	border-left: none !important;
	background: -moz-linear-gradient(top, #ec3d36, #c5222f) !important;
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec3d36),
		color-stop(100%, #c5222f) ) !important; /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #ec3d36, #c5222f) !important;
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #ec3d36, #c5222f) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec3d36, #c5222f) !important;
	/* IE10 */
	background: linear-gradient(top, #ec3d36, #c5222f) !important;
	/* CSS3 */
}

.m-block_clinics-3 {
	background: #63cd51;
	border: 1px solid #67bd45;
	border-right: none;
	background: -moz-linear-gradient(top, #96e95a, #3bb64a);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96e95a),
		color-stop(100%, #3bb64a) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #96e95a, #3bb64a);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #96e95a, #3bb64a);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #96e95a, #3bb64a); /* IE10 */
	background: linear-gradient(top, #96e95a, #3bb64a); /* CSS3 */
}

.current-3 {
	padding-right: 7px !important;
	background: #63cd51 !important;
	color: #fff;
	border: 1px solid #67bd45 !important;
	border-left: none !important;
	background: -moz-linear-gradient(top, #96e95a, #3bb64a) !important;
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96e95a),
		color-stop(100%, #3bb64a) ) !important; /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #96e95a, #3bb64a) !important;
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #96e95a, #3bb64a) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #96e95a, #3bb64a) !important;
	/* IE10 */
	background: linear-gradient(top, #96e95a, #3bb64a) !important;
	/* CSS3 */
}

.m-block_clinics-4 {
	background: #0fa7be;
	border: 1px solid #0593aa;
	border-right: none;
	background: -moz-linear-gradient(top, #17b8ce, #0594ab);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17b8ce),
		color-stop(100%, #0594ab) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #17b8ce, #0594ab);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #17b8ce, #0594ab);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #17b8ce, #0594ab); /* IE10 */
	background: linear-gradient(top, #17b8ce, #0594ab); /* CSS3 */
}

.current-4 {
	padding-right: 7px !important;
	background: #0fa7be !important;
	color: #fff;
	border: 1px solid #0593aa !important;
	border-left: none !important;
	background: -moz-linear-gradient(top, #17b8ce, #0594ab) !important;
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #17b8ce),
		color-stop(100%, #0594ab) ) !important; /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #17b8ce, #0594ab) !important;
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #17b8ce, #0594ab) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #17b8ce, #0594ab) !important;
	/* IE10 */
	background: linear-gradient(top, #17b8ce, #0594ab) !important;
	/* CSS3 */
}

.m-block_clinics-5 {
	background: #c9ab81;
	border: 1px solid #b79978;
	border-right: none;
	background: -moz-linear-gradient(top, #d1b489, #c1a278);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1b489),
		color-stop(100%, #c1a278) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #d1b489, #c1a278);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #d1b489, #c1a278);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d1b489, #c1a278); /* IE10 */
	background: linear-gradient(top, #d1b489, #c1a278); /* CSS3 */
}

.current-5 {
	padding-right: 7px !important;
	background: #c9ab81 !important;
	color: #fff;
	border: 1px solid #b79978 !important;
	border-left: none !important;
	background: -moz-linear-gradient(top, #d1b489, #c1a278) !important;
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1b489),
		color-stop(100%, #c1a278) ) !important; /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #d1b489, #c1a278) !important;
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #d1b489, #c1a278) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d1b489, #c1a278) !important;
	/* IE10 */
	background: linear-gradient(top, #d1b489, #c1a278) !important;
	/* CSS3 */
}

.m-block_clinics-6 {
	background: #f5d233;
	border: 1px solid #e6be33;
	border-right: none;
	background: -moz-linear-gradient(top, #f5e533, #f5c433);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5e533),
		color-stop(100%, #f5c433) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #f5e533, #f5c433);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #f5e533, #f5c433);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5e533, #f5c433); /* IE10 */
	background: linear-gradient(top, #f5e533, #f5c433); /* CSS3 */
}

.current-6 {
	padding-right: 7px !important;
	background: #f5d233 !important;
	color: #fff;
	border: 1px solid #e6be33 !important;
	border-left: none !important;
	background: -moz-linear-gradient(top, #f5e533, #f5c433) !important;
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5e533),
		color-stop(100%, #f5c433) ) !important; /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #f5e533, #f5c433) !important;
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #f5e533, #f5c433) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5e533, #f5c433) !important;
	/* IE10 */
	background: linear-gradient(top, #f5e533, #f5c433) !important;
	/* CSS3 */
}

.m-block_clinics-7 {
	background: #6b6b6b;
	border: 1px solid #565656;
	border-right: none;
	background: -moz-linear-gradient(top, #787878, #5e5e5e);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878),
		color-stop(100%, #5e5e5e) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #787878, #5e5e5e);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #787878, #5e5e5e);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #787878, #5e5e5e); /* IE10 */
	background: linear-gradient(top, #787878, #5e5e5e); /* CSS3 */
}

.current-7 {
	padding-right: 7px !important;
	background: #6b6b6b !important;
	color: #fff;
	border: 1px solid #565656 !important;
	border-left: none !important;
	background: -moz-linear-gradient(top, #787878, #5e5e5e) !important;
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878),
		color-stop(100%, #5e5e5e) ) !important; /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #787878, #5e5e5e) !important;
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #787878, #5e5e5e) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #787878, #5e5e5e) !important;
	/* IE10 */
	background: linear-gradient(top, #787878, #5e5e5e) !important;
	/* CSS3 */
}

.m-block_clinics-8 {
	background: #9068a8;
	border: 1px solid #765486;
	border-right: none;
	background: -moz-linear-gradient(top, #a276bf, #7c588e);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a276bf),
		color-stop(100%, #7c588e) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #a276bf, #7c588e);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #a276bf, #7c588e);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a276bf, #7c588e); /* IE10 */
	background: linear-gradient(top, #a276bf, #7c588e); /* CSS3 */
}

.current-8 {
	padding-right: 7px !important;
	background: #9068a8 !important;
	color: #fff;
	border: 1px solid #765486 !important;
	border-left: none !important;
	background: -moz-linear-gradient(top, #a276bf, #7c588e) !important;
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a276bf),
		color-stop(100%, #7c588e) ) !important; /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #a276bf, #7c588e) !important;
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #a276bf, #7c588e) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a276bf, #7c588e) !important;
	/* IE10 */
	background: linear-gradient(top, #a276bf, #7c588e) !important;
	/* CSS3 */
}

.m-block_clinics-9 {
	background: #a1cfd5;
	border: 1px solid #7bb6b5;
	border-right: none;
	background: -moz-linear-gradient(top, #b5e2e3, #8ab8c6);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5e2e3),
		color-stop(100%, #8ab8c6) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #b5e2e3, #8ab8c6);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #b5e2e3, #8ab8c6);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b5e2e3, #8ab8c6); /* IE10 */
	background: linear-gradient(top, #b5e2e3, #8ab8c6); /* CSS3 */
}

.current-9 {
	padding-right: 7px !important;
	background: #a1cfd5 !important;
	color: #fff;
	border: 1px solid #7bb6b5 !important;
	border-left: none !important;
	background: -moz-linear-gradient(top, #b5e2e3, #8ab8c6) !important;
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5e2e3),
		color-stop(100%, #8ab8c6) ) !important; /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #b5e2e3, #8ab8c6) !important;
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #b5e2e3, #8ab8c6) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b5e2e3, #8ab8c6) !important;
	/* IE10 */
	background: linear-gradient(top, #b5e2e3, #8ab8c6) !important;
	/* CSS3 */
}

.m-block_clinics-item-link {
	height: 20px;
	margin: -1px -11px 0 0;
	padding: 0 8px;
	line-height: 20px;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-left: none;
	-moz-border-radius: 0 3px 3px 0; /* Firefox */
	-webkit-border-radius: 0 3px 3px 0; /* Safari, Chrome */
	-khtml-border-radius: 0 3px 3px 0; /* KHTML */
	border-radius: 0 3px 3px 0; /* CSS3 */
}

.m-block_filter {
	position: absolute;
	top: 108px;
	bottom: 50px;
	left: 13px;
	margin: 0px;
	padding: 0px 0 0;
	width: 290px;
	border: 1px solid #d1d1d1;
	background: #fff;
}

.m-block_filter-segments {
	overflow-y: scroll;
	height: 100%;
}

.m-block_filter-segment {
	margin: 0 15px 18px;
	padding: 13px 0 0;
	/*border-top: 3px solid #e4e4e4;*/
}

.m-block_filter-notice {
	margin: 0 5px 0 0;
}

.m-block_list {
	
}

.m-block_filter-item {
	position: relative;
	height: 28px;
	margin: 0 0 4px;
	padding: 0px 10px;
	line-height: 28px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
}

.m-block_filter-item:hover {
	background: #e9e9e9;
}

.m-block_filter-item-selected {
	position: relative;
	height: 28px;
	margin: 0 0 4px;
	padding: 0px 10px;
	line-height: 28px;
	background: #42a4b0;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
}

.m-block_filter-title {
	position: relative;
	height: 28px;
	margin: 0 0 4px;
	padding: 0px 10px;
	line-height: 28px;
	background: #6e6e6e;
	border: 1px solid #6e6e6e;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
}

.m-block_filter-active {
	border: 1px solid #45a8b4;
}

.m-block_calendar {
	position: absolute;
	top: 173px;
	right: 15px;
	bottom: 100px;
	left: 300px;
	border: 1px solid #d1d1d1;
	background: #fff;
}

.m-block_calendar-appointments {
	position: absolute;
	top: 23.77%;
	left: 0px;
	width: 100%;
}

.m-block_calendar-appointment {
	position: relative;
	height: 21px;
	margin: 0 2px 1px;
	padding: 0;
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
}

.m-block_calendar-clinic {
	width: 6px;
	height: 100%;
	margin: -1px 0 0;
	padding: 0;
	-moz-border-radius: 3px 0 0 3px; /* Firefox */
	-webkit-border-radius: 3px 0 0 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px 0 0 3px; /* KHTML */
	border-radius: 3px 0 0 3px; /* CSS3 */
}

.m-block_calendar-doctor {
	position: absolute;
	left: 11px;
	top: 4px;
}

.m-block_form-search {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	margin: 0 15px 0px;
	padding: 26px 0 0;
}

.m-block_timescroll {
	position: relative;
	margin: 0 0 24px;
}

.m-block_timescroll-item {
	margin: 0 15px;
	padding: 0px;
}

.m-block_timescroll-appointment {
	position: relative;
	height: 21px;
	margin: 0 2px 2px;
	padding: 0;
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
}

.m-block_timescroll-clinic {
	width: 6px;
	height: 100%;
	margin: -1px 0 0;
	padding: 0;
	-moz-border-radius: 3px 0 0 3px; /* Firefox */
	-webkit-border-radius: 3px 0 0 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px 0 0 3px; /* KHTML */
	border-radius: 3px 0 0 3px; /* CSS3 */
}

.m-block_timescroll-doctor {
	position: absolute;
	left: 11px;
	top: 4px;
}

.m-block_timeline {
	position: relative;
	margin: 0 15px 0 200px;
	background: #fff;
}

.m-block_timeline-hold {
	position: absolute;
	left: -185px;
	top: 0px;
	width: 185px;
	background: #fff;
}

.m-block_timeline-doctor {
	height: 49px;
	padding: 10px;
	border: 1px solid #eaeaea;
}

.m-block_timeline-patient {
	padding: 10px 24px;
}

.m-block_timeline-wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0px;
	background: #fff;
}

.m-block_timeline-scroll {
	position: relative;
	overflow-x: scroll;
	width: 100%;
}

.m-block_timeline-hidescroll {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: 13px;
	margin: -13px 0 0;
	padding: 0px;
	background: #fff;
}

.m-block_timeline-container {
	width: 10392px;
}

.m-block_timeline-hours {
	position: relative;
	height: 34px;
	background: url(pics/styles/bg-timeline-hours.png) repeat-x 0 0;
}

.m-block_timeline-minutes {
	position: relative;
	height: 32px;
	background: #e9e9e9;
}

.m-block_timeline-item {
	position: relative;
	height: 71px;
	border-bottom: 1px solid #fff;
}

.m-block_timeline-hour {
	position: relative;
	width: 432px;
	height: 100%;
	border-left: 1px solid #fff;
}

.m-block_timeline-minute {
	overflow: hidden;
	position: relative;
	width: 35px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #fff;
}

.m-block_timeline-minute-5 {
	width: 35px;
}

.m-block_timeline-minute-10 {
	width: 71px;
}

.m-block_timeline-minute-15 {
	width: 107px;
}

.m-block_timeline-minute-20 {
	width: 143px;
}

.m-block_timeline-minute-25 {
	width: 179px;
}

.m-block_timeline-minute-30 {
	width: 215px;
}

.m-block_timeline-minute-35 {
	width: 251px;
}

.m-block_timeline-minute-40 {
	width: 287px;
}

.m-block_timeline-minute-45 {
	width: 323px;
}

.m-block_timeline-minute-50 {
	width: 359px;
}

.m-block_timeline-minute-55 {
	width: 395px;
}

.m-block_timeline-minute-60 {
	width: 431px;
}

.m-block_timeline-empty {
	background: #f3f3f3;
}

.m-block_timeline-busy {
	background: #f8ddd9;
}

.m-block_timeline-free {
	background: #e3ebaf;
}

/* ##################### COLUMNS STYLES #######################*/
.b-column {
	display: inline-block; //
	display: inline; //
	zoom: 1;
	vertical-align: top;
}

.b-column_personal {
	width: 400px;
}

.b-column_diagnosis {
	width: 570px;
	margin: 0 0 0 30px;
	padding: 0;
}

.b-column__cell {
	display: inline-block; //
	display: inline; //
	zoom: 1;
	margin: 0;
	padding: 0 7px;
	vertical-align: top;
}

.b-column__cell_personal_names {
	width: 160px;
	margin: 0px 0 5px;
	padding: 7px 10px 0 0;
	font-size: 13px;
	text-align: right;
}

.b-column__cell_personal_fields {
	width: 210px;
	margin: 0px 0 5px;
	padding: 0 5px;
	color: #000;
}

.i-column__cell_spacer {
	margin-bottom: 20px;
}

/* ##################### GRID STYLES #######################*/
.b-grid {
	margin: 0 20px 40px 0;
	padding: 0 0 -1px;
}

.b-grid__row {
	position: relative;
	width: 100%;
	height: 32px;
	background: #fff;
}

.b-grid__cell {
	display: inline-block; //
	display: inline; //
	zoom: 1;
	height: 100%;
	margin: -1px 0 0 -2px;
	padding: 3px 7px;
	font-size: 12px;
	vertical-align: top;
	line-height: 28px;
	color: #000;
	border: 1px solid #e4e4e4;
	background: #fff;
	text-align: center;
}

.b-grid__cell_title {
	font-size: 14px;
	color: #777;
	background: -moz-linear-gradient(top, #ffffff, #ededed);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ededed) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #ffffff, #ededed);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #ffffff, #ededed);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff, #ededed); /* IE10 */
	background: linear-gradient(top, #ffffff, #ededed); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ededed', GradientType=0 );
}

.b-grid__cell_1 {
	width: 26px;
}

.b-grid__cell_2 {
	width: 66px;
}

.b-grid__cell_3 {
	width: 106px;
}

.b-grid__cell_4 {
	width: 146px;
}

.b-grid__cell_5 {
	width: 286px;
}

.b-grid__cell_6 {
	width: 226px;
}

.b-grid__cell_7 {
	width: 266px;
}

.b-grid__cell_8 {
	width: 306px;
}

.b-grid__cell_9 {
	width: 346px;
}

.b-grid__cell_10 {
	width: 386px;
}

.b-grid__cell_11 {
	width: 426px;
}

.b-grid__cell_12 {
	width: 466px;
}

.b-grid__cell_diagnosis_code {
	width: 30px;
}

.b-grid__cell_diagnosis_service {
	width: 30px;
}

.b-grid__cell_diagnosis_count {
	width: 30px;
}

.b-grid__cell_diagnosis_price {
	width: 30px;
}

.b-grid__cell_diagnosis_discount {
	width: 30px;
}

.b-grid__cell_diagnosis_summ {
	width: 30px;
}

/* ##################### IMAGES STYLES #######################*/
.b-img {
	margin: 0 5px 0 0;
}

/* ##################### TEXTS STYLES #######################*/
.b-text {
	
}

.m-text_block {
	display: block;
}

.m-text_center {
	text-align: center;
}

.m-text_footer {
	font-size: 10px;
	color: #000;
}

.m-text_calendar-month {
	width: 100%;
	line-height: 33px;
	font-size: 14px;
	color: #d1d1d1;
	text-align: center;
	text-shadow: #333 -1px -1px 1px;
}

.m-text_calendar-day {
	line-height: 32px;
	font-size: 14px;
	color: #777777;
	text-align: center;
}

.m-text_calendar-date-num {
	line-height: auto;
	font-size: 14px;
	color: #838383;
}

.m-text_calendar-date-num-today {
	color: #bbd13a;
}

.m-text_filter {
	font-size: 13px;
	color: #000;
}

.m-text_filter-title {
	color: #fff;
	text-shadow: #333 -1px -1px 1px;
}

.m-text_filter-item {
	display: block;
	font-size: 12px;
	color: #3e3e3e;
}

.m-text_filter-item-selected {
	color: #fff;
}

.m-text_filter-notice {
	font-size: 12px;
	color: #3b9da9;
}

.m-text_doctor-name {
	font-size: 12px;
	font-weight: bold;
	color: #010101;
}

m-text_doctor-name2 {
	font-size: 12px;
	color: #010101;
}

.m-text_patient {
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #010101;
}

.m-text_contacts {
	line-height: 17px;
	font-size: 12px;
	color: #515151;
}

.m-text_diagnosis {
	line-height: 17px;
	font-size: 12px;
	font-style: italic;
	color: #515151;
}

.m-text_tooltip {
	padding: 5px 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

.m-text_hours {
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
	color: #777;
}

.m-text_minutes {
	line-height: 32px;
	font-size: 14px;
	color: #515151;
	text-align: center;
}

/* ##################### TITLES STYLES #######################*/
.b-title_h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	color: #606060;
}

.b-title_h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #228490;
}

.b-title_h4 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	color: #228490;
}

/* ##################### FORMS & BUTTONS STYLES #######################*/
.b-form {
	margin: 0;
	padding: 0;
}

.b-bttn {
	background: none;
	border: 0;
	border: none;
	cursor: pointer;
}

.m-bttn_list-delete {
	position: absolute;
	right: 8px;
	top: 10px;
	width: 10px;
	height: 10px;
}

.m-bttn_search {
	vertical-align: top;
	width: 46px;
	height: 30px;
	margin: 0px 0 0 3px;
	padding: 0px;
	background: url(pics/styles/bttn-search.png) repeat-x 0 0;
}

.m-inpt-text_search {
	vertical-align: top;
	width: 196px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #d1d2d4;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px; /* KHTML */
	border-radius: 2px; /* CSS3 */
}

.b-form__text {
	width: 100%;
	height: 23px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	vertical-align: top;
	color: #676767;
	border: 1px solid #d1d2d4;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	border-radius: 4px; /* CSS3 */
}

.b-form__area {
	width: 100%;
	height: 56px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: top;
	color: #676767;
	border: 1px solid #d1d2d4;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px; /* KHTML */
	border-radius: 2px; /* CSS3 */
}

.b-form__bttn {
	margin: 5px;
	padding: 3px 10px;
	font-size: 11px;
	cursor: pointer;
	color: #828282;
	border: none;
	border: 0;
	border: 1px solid #dddddd;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px; /* KHTML */
	border-radius: 2px; /* CSS3 */
	background: -moz-linear-gradient(top, #f8f8f8, #e6e6e6);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8),
		color-stop(100%, #e6e6e6) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #f8f8f8, #e6e6e6);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #f8f8f8, #e6e6e6);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8, #e6e6e6); /* IE10 */
	background: linear-gradient(top, #f8f8f8, #e6e6e6); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',
		endColorstr='#e6e6e6', GradientType=0 );
}

.b-form__bttn_large {
	margin: 5px;
	padding: 5px 10px;
	font-size: 13px;
}

.b-form__bttn_blue {
	color: #fff;
	border: 1px solid #3699a7;
	background: -moz-linear-gradient(top, #4eb0bc, #389ba7);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4eb0bc),
		color-stop(100%, #389ba7) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #4eb0bc, #389ba7);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #4eb0bc, #389ba7);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4eb0bc, #389ba7); /* IE10 */
	background: linear-gradient(top, #4eb0bc, #389ba7); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4eb0bc',
		endColorstr='#389ba7', GradientType=0 );
}

.b-form__bttn_blue:hover {
	border: 1px solid #2b8a95;
	background: -moz-linear-gradient(top, #41a3af, #1f818d);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41a3af),
		color-stop(100%, #1f818d) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #41a3af, #1f818d);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #41a3af, #1f818d);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #41a3af, #1f818d); /* IE10 */
	background: linear-gradient(top, #41a3af, #1f818d); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a3af',
		endColorstr='#389ba7', GradientType=0 );
}

.b-form__bttn_blue:active {
	background: -moz-linear-gradient(top, #1e808c, #40a2ae);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e808c),
		color-stop(100%, #40a2ae) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #1e808c, #40a2ae);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #1e808c, #40a2ae);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e808c, #40a2ae); /* IE10 */
	background: linear-gradient(top, #1e808c, #40a2ae); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e808c',
		endColorstr='#40a2ae', GradientType=0 );
}

.b-form__bttn_green {
	color: #fff;
	border: 1px solid #a0b722;
	background: -moz-linear-gradient(top, #bad532, #7cbf6a);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bad532),
		color-stop(100%, #7cbf6a) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #bad532, #7cbf6a);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #bad532, #7cbf6a);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bad532, #7cbf6a); /* IE10 */
	background: linear-gradient(top, #bad532, #7cbf6a); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bad532',
		endColorstr='#7cbf6a', GradientType=0 );
}

.b-form__bttn_green:hover {
	border: 1px solid #89b632;
	background: -moz-linear-gradient(top, #9abd29, #65a945);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9abd29),
		color-stop(100%, #65a945) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #9abd29, #65a945);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #9abd29, #65a945);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9abd29, #65a945); /* IE10 */
	background: linear-gradient(top, #9abd29, #65a945); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9abd29',
		endColorstr='#65a945', GradientType=0 );
}

.b-form__bttn_green:active {
	background: -moz-linear-gradient(top, #64a846, #97bb2a);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64a846),
		color-stop(100%, #97bb2a) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #64a846, #97bb2a);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #64a846, #97bb2a);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #64a846, #97bb2a); /* IE10 */
	background: linear-gradient(top, #64a846, #97bb2a); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a846',
		endColorstr='#97bb2a', GradientType=0 );
}

.b-form__bttn_red {
	color: #fff;
	border: 1px solid #c3202f;
	background: -moz-linear-gradient(top, #e93b35, #c3202f);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e93b35),
		color-stop(100%, #c3202f) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #e93b35, #c3202f);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #e93b35, #c3202f);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e93b35, #c3202f); /* IE10 */
	background: linear-gradient(top, #e93b35, #c3202f); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e93b35',
		endColorstr='#c3202f', GradientType=0 );
}

.b-form__bttn_red:hover {
	border: 1px solid #ad1623;
	background: -moz-linear-gradient(top, #dd170f, #a9111e);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd170f),
		color-stop(100%, #a9111e) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #dd170f, #a9111e);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #dd170f, #a9111e);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dd170f, #a9111e); /* IE10 */
	background: linear-gradient(top, #dd170f, #a9111e); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd170f',
		endColorstr='#a9111e', GradientType=0 );
}

.b-form__bttn_red:active {
	background: -moz-linear-gradient(top, #a7111e, #db1710);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7111e),
		color-stop(100%, #db1710) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #a7111e, #db1710);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #a7111e, #db1710);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a7111e, #db1710); /* IE10 */
	background: linear-gradient(top, #a7111e, #db1710); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7111e',
		endColorstr='#db1710', GradientType=0 );
}

/* ##################### FOOTER STYLES #######################*/
.b-footer {
	position: relative;
	width: 100%;
	height: 67px;
	margin: -100px 0 0;
	padding: 33px 0 0;
}

/* ##################### CALENDAR STYLES #######################*/
.b-calendar {
	width: 100%;
	height: 100%;
}

.b-calendar-months {
	overflow: hidden;
	height: 33px;
	margin: -65px 0 0;
	padding: 0;
	background: url(pics/styles/bg-calendar-months.png) repeat-x 0 0;
}

.b-calendar-month {
	overflow: hidden;
	display: inline-block; //
	display: inline; //
	zoom: 1;
	width: 8.3%;
	height: 33px;
	margin: 0;
	padding: 0;
}

.b-calendar-days {
	overflow: hidden;
	height: 32px;
	margin: 0;
	padding: 0;
	background: -moz-linear-gradient(top, #fff, #efefef);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
		color-stop(100%, #efefef) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #fff, #efefef);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #fff, #efefef); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff, #efefef); /* IE10 */
	background: linear-gradient(top, #fff, #efefef); /* CSS3 */
}

.b-calendar-day {
	overflow: hidden;
	display: inline-block; //
	display: inline; //
	zoom: 1;
	width: 14.28%;
	height: 20% px;
	margin: 0;
	padding: 0;
}

.b-calendar-dates-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.b-calendar-dates-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 20px 0 0;
}

.b-calendar-dates {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.b-calendar-date {
	position: relative;
	z-index: 1;
	position: relative;
	display: inline-block; //
	display: inline; //
	zoom: 1;
	width: 14.28%;
	margin: 0;
	padding: 0 0 14.28%;
	background: #fff;
}

.m-calendar-date_today {
	position: relative;
	z-index: 2;
	background: #eff3d5;
}

.b-calendar-date-num {
	position: absolute;
	top: 10px;
	right: 10px;
}

.b-calendar-date-info {
	position: absolute;
	top: -1px;
	right: 0px;
	bottom: 0px;
	left: -1px;
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 1px solid #e4e4e4;
}

.m-calendar-date_today .b-calendar-date-info {
	z-index: 2;
	border: 1px solid #b6ce23;
}

.m-calendar-date_begin .b-calendar-date-info {
	border-top: 1px solid #565656;
}

.m-calendar-date_first .b-calendar-date-info {
	border-left: 1px solid #565656;
	border-top: 1px solid #565656;
}

/* ##################### TOOLTIP STYLES #######################*/
.b-tooltip {
	position: relative;
	display: inline-block; //
	display: inline; //
	zoom: 1;
}

.b-tooltip-container {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	margin: 5px 0 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px; /* KHTML */
	border-radius: 2px; /* CSS3 */
}

.b-tooltip:hover .b-tooltip-container {
	display: block;
}

.m-tooltip-continer_clinics {
	width: 160px;
}

/* ##################### POPUP STYLES #######################*/
.b-popup {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

.b-popup__shadow {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1001;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70 );
	/* IE 5.5+*/
	-moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.7;
	/* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
	background: #000;
}

.b-popup__content {
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 1002;
	width: 1000px;
	margin: -250px 0 0 -500px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	border-radius: 5px; /* CSS3 */
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.b-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1002;
	width: 20px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
}

.b-popup__title {
	margin: 0 0 20px;
	padding: 9px 15px;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 5px 5px 0 0; /* Firefox */
	-webkit-border-radius: 5px 5px 0 0; /* Safari, Chrome */
	-khtml-border-radius: 5px 5px 0 0; /* KHTML */
	border-radius: 5px 5px 0 0; /* CSS3 */
	background: -moz-linear-gradient(top, #ffffff, #ededed);
	/* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ededed) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #ffffff, #ededed);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #ffffff, #ededed);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff, #ededed); /* IE10 */
	background: linear-gradient(top, #ffffff, #ededed); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ededed', GradientType=0 );
}

.b-popup__actions {
	margin: 0 0;
	padding: 9px 10px;
	text-align: right;
	border-top: 1px solid #ccc;
	-moz-border-radius: 0 0 5px 5px; /* Firefox */
	-webkit-border-radius: 0 0 5px 5px; /* Safari, Chrome */
	-khtml-border-radius: 0 0 5px 5px; /* KHTML */
	border-radius: 0 0 5px 5px; /* CSS3 */
	background: whiteSmoke;
}

/* ##################### IOVA STYLES #######################*/
h1.page-header {
	padding: 10px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	background: #6E6E6E;
}

div.page-header {
	padding: 10px;
	height: 30px;
	color: #fff;
	background: #6E6E6E;
}

span.page-title {
	float: left;
	margin-right: 20px;
	font-size: 20px;
	line-height: 30px;
}

.b-stat-period {
	float: left;
	height: 30px;
}

input,textarea,select {
	outline: none;
}

select {
	height: 25px;
	padding: 0px 8px 0 8px;
	-moz-box-shadow: inset 0 0 10px #ededed;
	-webkit-box-shadow: inset 0 0 10px #ededed;
	box-shadow: inset 0 0 10px #ededed;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	border-radius: 4px; /* CSS3 */
	color: #676767;
	border: 1px solid #d1d2d4;
}

input[type="text"],input[type="password"] {
	outline: none;
	height: 23px;
	padding: 0px 8px 0 8px;
	-moz-box-shadow: inset 0 0 10px #ededed;
	-webkit-box-shadow: inset 0 0 10px #ededed;
	box-shadow: inset 0 0 10px #ededed;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	border-radius: 4px; /* CSS3 */
	color: #676767;
	border: 1px solid #d1d2d4;
}

textarea {
	outline: none;
	padding: 8px 8px;
	-moz-box-shadow: inset 0 0 10px #ededed;
	-webkit-box-shadow: inset 0 0 10px #ededed;
	box-shadow: inset 0 0 10px #ededed;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	border-radius: 4px; /* CSS3 */
	color: #676767;
	border: 1px solid #d1d2d4;
}

label {
	line-height: 25px;
}

label a {
	color: #228490;
	text-decoration: underline;
}

label a:hover {
	text-decoration: none;
}

.link {
	color: #228490;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.checkbox {
	min-height: 18px;
}

.control-group {
	margin: 10px 0 0 0px;
}

.form-horizontal .control-label {
	float: left;
	width: 220px;
	text-align: right;
}

.form-horizontal .control-group {
	clear: both;
	
	margin: 5px 0 0;
	
	line-height: 25px;
}

.control-label-horizontal {
	float: left;
	width: 220px;
	text-align: right;
}

.form-horizontal .controls {
	margin-left: 250px;
}

.controls-horisontal {
	margin-left: 250px;
}


.controls>.radio:first-child,.controls>.checkbox:first-child {
	padding-top: 5px;
}

.form-actions {
	padding: 10px 20px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.b-actions {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding-bottom: 5px;
	background: #6E6E6E;
}

.b-form-actions {
	margin-top: 20px;
	text-align: right;
}

.b-form-actions input {
	margin: 0px !important;
}

.b-total-profit {
	margin-left: 20px;
	line-height: 30px;
	color: #fff;
}

.b-error {
	color: #ec3d36;
}

label.error {
	display: block;
	margin-top: 10px;
	color: #b94a48 !important;
	font-size: 11px;
	line-height: 11px;
}

input.error,textarea.error,select.error {
	border-color: #b94a48 !important;
}

.b-auth {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	min-height: 300px;
	margin-left: -125px;
	margin-top: -200px;
}

.b-auth .b-form-input input {
	width: 232px;
}

.b-logo {
	width: 152px;
	height: 49px;
	background: url(pics/styles/bg-logo.png) no-repeat 0 0;
	text-decoration: none;
}

.b-close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.b-alert__title {
	font-weight: bold;
	margin-bottom: 5px;
	color: #e9e9e9;
}

.b-alert__text {
	margin-bottom: 15px;
	color: #e9e9e9;
}

.badge {
	padding: 1px 9px 2px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
}

.icon {
	display: inline-block;
	vertical-align: middle;
}

.icon-close {
	width: 21px;
	height: 20px;
	background: url(pics/icon-close.png) no-repeat left top;
}

/* ##################### B-SEC_NAV #######################*/
.b-sec_nav {
	display: block;
	margin: 0 0 0 15px;
	padding: 9px 0;
}

.b-sec_nav-item {
	margin-right: 20px;
	display: inline-block; //
	display: inline; //
	zoom: 1;
	vertical-align: middle;
}

.b-sec_nav-item a {
	display: block;
	height: 28px;
	margin: 0 0 4px;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 28px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
}

.b-sec_nav-item a:hover {
	background: #e9e9e9;
}

.b-sec_nav-item a.active {
	color: #fff;
	background: #6e6e6e;
}

.b-sec_nav2 {
	display: block;
	margin: 0 0 0 15px;
	padding: 9px 0;
}

.b-sec_nav-item2 {
	margin-right: 20px;
	display: inline-block; //
	display: inline; //
	zoom: 1;
	vertical-align: middle;
}

.b-sec_nav-item2 a {
	display: block;
	height: 28px;
	margin: 0 0 4px;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 28px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
}

.b-sec_nav-item2 a:hover {
	color: #000;
	background: #fff;
}

.b-sec_nav-item2 a.active {
	color: #000;
	background: #fff;
}

/* ##################### B-LEFT #######################*/
.b-left {
	display: block;
	position: absolute;
	top: 108px;
	bottom: 50px;
	left: 0px;
	margin: 0 0 0 15px;
	padding: 0px;
	width: 290px;
	border: 1px solid #d1d1d1;
	background: #fff;
}

.b-list {
	margin-bottom: 10px;
}

.b-list-item {
	position: relative;
	height: 28px;
	margin: 0 0 4px
}

.b-list-item a {
	display: block;
	margin: 0px;
	padding: 0px 10px;
	line-height: 28px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
}

.b-list-item a:hover {
	background: #e9e9e9;
}

.b-list-item a.active {
	color: #fff;
	background: #42a4b0;
}

.b-list-item a ins {
	float: right;
	border: 1px solid white;
	width: 6px;
	display: inline-block;
	height: 10px;
	margin-top: 8px;
	margin-left: 2px;
}

.b-list-item a ins.st-1,
.b-list-item a ins.st-2 {
	background: brown;
}

.b-list-item a ins.st-3,
.b-list-item a ins.st-4 {
	background: orange;
}

.b-list-item a ins.st-5 {
	background: green;
}

/* ##################### B-RIGHT #######################*/
.b-right {
	position: absolute;
	top: 108px;
	right: 15px;
	bottom: 50px;
	left: 330px;
	border: 1px solid #d1d1d1;
	background: #fff;
}

.margin {
	margin: 15px;
}

.scroll {
	overflow-y: auto;
}

/* ##################### B-MIDDLE #######################*/
.b-middle {
	position: absolute;
	top: 108px;
	left: 15px;
	right: 15px;
	bottom: 50px;
	border: 1px solid #d1d1d1;
	background: #fff;
}

.b-roles {
	width: 100%;
	overflow-x: auto;
}

.b-roles table {
	width: 3000px;
}

.b-roles table th {
	border: 1px solid #e0e0e0;
	color: #777777;
	font-weight: bold;
	background: #f5f5f5;
}

.b-roles table td {
	padding: 10px;
	border: 1px solid #e0e0e0;
}

.b-shedulle {
	width: 100%;
}

.b-shedulle table {
	width: 100%;
}

.b-shedulle table th {
	height: 30px;
	border: 1px solid #e0e0e0;
	color: #777777;
	font-weight: bold;
	background: #f5f5f5;
}

.b-shedulle table td {
	height: 30px;
	padding: 5px;
	border: 1px solid #e0e0e0;
}

.b-stat_table {
	width: 100%;
}

.b-stat_table table {
	width: 100%;
}

.b-stat_table table th {
	height: 30px;
	border: 1px solid #e0e0e0;
	color: #777777;
	font-weight: bold;
	background: #f5f5f5;
}

.b-stat_table table td {
	height: 30px;
	padding: 5px;
	border: 1px solid #e0e0e0;
}

/* ##################### icalendar #######################*/
#icalendar {
	width: 100%;
	height: 100%;
}

#icalendar table {
	width: 100%;
	height: 100%;
	font-size: 14px;
	border-left: 1px solid #ccc;
	background: #fff;
}

#icalendar td,#icalendar th {
	width: 14%;
	border-right: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	color: black;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#icalendar th {
	height: 30px;
	font-weight: bold;
	font-size: 13px;
}

#icalendar th.ical-header {
	font-size: 14px;
	color: #fff;
	text-shadow: #333 -1px -1px 1px;
	border-right: none;
	background: url(pics/styles/bg-calendar-months.png) repeat-x 0 0;
}

#icalendar th.b-days {
	background: -moz-linear-gradient(top, #fff, #efefef); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
		color-stop(100%, #efefef) ); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #fff, #efefef);
	/* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #fff, #efefef); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff, #efefef); /* IE10 */
	background: linear-gradient(top, #fff, #efefef); /* CSS3 */
}

#icalendar th.ical-header a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	cursor: hand;
}

#icalendar td:hover {
	/*background: url(pics/calendar/cells_hover.png) repeat-x left top;*/
	color: #222;
	cursor: pointer;
	cursor: hand;
}

#icalendar td.date_has_event {
	background-position: 162px 0px;
	color: white;
}

#icalendar td.date_has_event:hover {
	background-position: 162px -81px;
}

#icalendar td.padding {
	background: url(pics/calendar/calpad.jpg);
}

#icalendar td.off_month {
	cursor: auto;
}

#icalendar td.today {
	background: #a8d7c0;
}

#icalendar td.work,#icalendar td.work1 {
	background: url(pics/calendar/cells_work_hover.png) repeat-x left top;
	color: white;
}

#icalendar td.work.work1 {
	background: #4182c4;
	border-bottom: 1px solid white;
}

/*
#icalendar td.today:hover {
 background: url(pics/calendar/cells_today_hover.png) repeat-x left top;
}

#icalendar td.work:hover {
 background: url(pics/calendar/cells_work.png) repeat-x left top;
}
*/
#icalendar td .b-td {
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#icalendar td .b-td .b-date {
	position: absolute;
	width: 100%;
	bottom: 5px;
	right: 5px;
	text-align: right;
}

#icalendar td .b-td .b-doctor {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	max-height: 70%;
	overflow-y: overlay;
}

#icalendar td .b-td .b-doctor div {
	position: relative;
	z-index: 20;
	height: 1.7em;
	margin: 2px 5px 2px 4px;
	padding: 0 3px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7em;
	text-shadow: 1px 1px 1px #aaa;
	text-align: right;
	background-color: transparent;
	background-color: #E9E9E9;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #222;
	box-shadow: 1px 1px 1px #777;
	overflow: hidden;
}

.clinic-1 {
	border-left: 5px solid #F5BA2B;
}

.clinic-2 {
	border-left: 5px solid #DF3434;
}

.clinic-3 {
	border-left: 5px solid #63CD51;
}

.clinic-4 {
	border-left: 5px solid #0FA7BE;
}

.clinic-5 {
	border-left: 5px solid #C9AB81;
}

.clinic-6 {
	border-left: 5px solid #F5D233;
}

.clinic-7 {
	border-left: 5px solid #6B6B6B;
}

.clinic-8 {
	border-left: 5px solid #9068A8;
}

.clinic-9 {
	border-left: 5px solid #A1CFD5;
}

#icalendar .events {
	position: relative;
}

#icalendar .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}

#icalendar .events li {
	padding-bottom: 5px;
}

#icalendar .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}

#icalendar .events li span.title {
	font-weight: bold;
	color: #222;
}

.i-file {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: sub;
	opacity: 0.5;
}

.cart {
	background: url("pics/calendar/information.png") no-repeat center;
}

.i-file:hover {
	opacity: 1;
}

/* ##################### B-CAL-MINI #######################*/
#ical_mini_start {
	margin-left: 0px;
	margin-top: 2px;
}

#ical_mini_end {
	margin-left: 287px;
	margin-top: 2px;
}

#ical_mini {
	margin-left: 0px;
	margin-top: 3px;
}

.ical_mini {
	position: absolute;
	z-index: 1000;
	width: 268px;
}

.ical_mini table {
	width: 100%;
	border-collapse: separate;
	font-size: 10px;
	border-left: 1px solid #ccc;
}

.ical_mini td,.ical_mini th {
	height: 20px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.ical_mini td {
	background: #fff;
	color: black;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ical_mini th {
	font-weight: bold;
	font-size: 10px;
	color: black;
	border-right: 1px solid #ccc;
	border-bottom: none;
	background: -moz-linear-gradient(top, white, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white),
		color-stop(100%, #EFEFEF) );
	background: -webkit-linear-gradient(top, white, #EFEFEF);
	background: -o-linear-gradient(top, white, #EFEFEF);
	background: -ms-linear-gradient(top, white, #EFEFEF);
	background: linear-gradient(top, white, #EFEFEF);
}

.ical_mini th.ical-header {
	border-right: none;
	background: #565656;
	color: #fff;
}

.ical_mini th.ical-header a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	cursor: hand;
}

.ical_mini td:hover,.ical_mini .selected {
	background: url(pics/calendar/cells_hover.png) repeat-x left top;
	color: #222;
	cursor: pointer;
	cursor: hand;
}

#icalendar td.date_has_event {
	background-position: 162px 0px;
	color: white;
}

#icalendar td.date_has_event:hover {
	background-position: 162px -81px;
}

#icalendar td.padding {
	background: url(pics/calendar/calpad.jpg);
}

.ical_mini td.off_month {
	cursor: auto;
}

.ical_mini td.off_month:hover {
	background: url(pics/calendar/cells_inactive.png) repeat-x left top;
}

.ical_mini td.today {
	background: #EFF3D5;
}

.ical_mini td.work {
	background: url(pics/calendar/cells_work_hover.png) repeat-x left top;
	color: white;
}

.ical_mini td.work:hover {
	background: url(pics/calendar/cells_work.png) repeat-x left top;
}

/* ##################### Notify #######################*/
#notifyBox {
	border: none !important;
	background: none !important;
}

#notifyBox tr {
	border-bottom: none !important;
}

#notifyBox td {
	text-align: center;
	border: none !important;
}

#notifyBox .messageBox {
	display: none;
	z-index: 10;
	width: 300px;
	margin: 2px auto;
	padding: 5px;
	background: #fff;
	color: black;
	border: 1px solid #ccc;
	-moz-border-radius: 5px; /* Mozilla border-radius */
	-webkit-border-radius: 5px; /* WebKit border-radius */
	border-radius: 5px; /* CSS3 (Opera browser) border-radius */
	box-shadow: 0 0 10px #d3d3d3;
	-webkit-box-shadow: 0 0 10px #d3d3d3;
	-moz-box-shadow: 0 0 10px #d3d3d3;
	font-size: 12px;
}

#notifyBox .error {
	background-color: #ff4242;
	border: 1px solid darkred;
}

/* ##################### Рекламный канал #######################*/
.new-from-link {
	margin-top: 5px;
}

.new-from-block {
	display: none;
	margin-top: 5px;
}

.new-from-link a:hover,.new-from-link-hide:hover {
	cursor: hand;
	cursor: pointer;
	border-bottom: none;
}

.new-from-link a,.new-from-link-hide {
	border-bottom: 1px dotted;
}

/* ##################### Autocomplete #######################*/
.autocomplete-w1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 6px 0 0 6px;
	/* IE6 fix: */
	_margin: 1px 0 0 0;
}

.autocomplete {
	border: 1px solid #ccc;
	background: #fff;
	cursor: default;
	text-align: left;
	max-height: 300px;
	overflow: auto;
	margin: -3px 6px 6px -6px;
	-moz-border-radius: 5px; /* Mozilla border-radius */
	-webkit-border-radius: 5px; /* WebKit border-radius */
	border-radius: 5px; /* CSS3 (Opera browser) border-radius */
	box-shadow: 0 0 10px #d3d3d3;
	-webkit-box-shadow: 0 0 10px #d3d3d3;
	-moz-box-shadow: 0 0 10px #d3d3d3;
	/* IE6 specific: */
	_height: 300px;
	_margin: 0;
	_overflow-x: hidden;
}

.autocomplete .selected {
	background: #228490;
	color: #fff;
}

.autocomplete div {
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete strong {
	font-weight: bold;
}

.hide-block {
	display: none;
}

/* ##################### Popup #######################*/
#win {
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	background: url(pics/win.png);
	display: none;
	height: 100%;
	width: 100%;
}

#popup {
	padding: 0;
	background: #e1e1e1;
	position: fixed;
	width: 600px;
	z-index: 3000;
}

#obj {
	display: none;
}

.sample {
	padding: 10px;
}

#add-appointments-sections section {
	display: none;
}

#add-appointments-sections section.active {
	display: block;
}

.b-notification {
	position: fixed;
	z-index: 997;
	right: 0px;
	top: 0px;
	max-width: 300px;
	padding: 10px;
	background-color: #228490;
	box-shadow: 0px 2px 3px 0px #111;
	border: 3px solid #eee;
	border-radius: 3px;
	text-align: left;
}

.waitlist {
	margin-bottom: 10px;
	position: relative;
	border: none;
	box-shadow: none;
	text-shadow: #333 -1px -1px 1px;
}

.re-record {
	margin-bottom: 10px;
	position: relative;
	border: none;
	box-shadow: none;
	background-color: brown;
}

.b-notification p {
	margin: 5px 0;
	color: #e9e9e9;
	text-align: left;
}

.b-notification p a {
	color: #e9e9e9;
}

.b-notification p a:hover {
	text-decoration: none;
}

.b-notification p.h {
	text-decoration: underline;
}

.b-notification__close {
	position: absolute;
	z-index: 11;
	right: 2px;
	top: 2px;
	display: block;
	padding: 3px;
	opacity: 0.6;
	text-decoration: none;
}

.b-notification__close div {
	width: 15px;
	height: 15px;
	background: url("pics/icon-close.png") no-repeat center;
}

.waitlist .b-notification__close {
	top: 9px;
}

.waitlist .b-notification__close div {
	background: url("pics/icon-wrap.png") no-repeat center;
}

.b-notification__close:hover {
	opacity: 1;
}

#b-notification-waitlist {
	max-height: 100px;
	overflow-y: auto;
	padding: 2px;
}

#b-notification-waitlist p {
	padding: 5px;
	background-color: transparent;
	background-color: rgba(143, 143, 143, 0.6);
	border-radius: 3px;
}

.b-notification__save {
	display: none;
	left: 40%;
	top: auto;
	bottom: 35px;
	width: 130px;
	margin-left: 0;
	text-align: center;
}

.b-notification__save a {
	display: block;
	margin: 3px auto;
	padding: 3px;
	color: #eee;
	border-radius: 2px;
	text-shadow: 0 1px 0 #333;
}

.b-notification__save a:hover {
	text-decoration: none;
}

/* ischedule */
#ischedule {
	position: absolute; 
	left: 76px; 
	top: 31px; 
	right: 0px; 
	white-space: nowrap;
}

.b-schedule__header {
	position: relative;
	height: 30px;
	background: #e9e9e9;
	font-size: 14px;
	color: #fff;
	text-shadow: #333 -1px -1px 1px;
	border-right: none;
	background: url(pics/styles/bg-calendar-months.png) repeat-x 0 0;
}

.b-back_to_calendar {
	position: absolute;
	left: 10px;
	top: 0px;
	line-height: 30px;
}

.b-schedule__date {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	line-height: 30px;
}

#b-appointment_save {
	position: absolute;	
	display: none;
	right: 10px;
	top: 0px;
	height: 30px;
	padding-top: 4px;
}

#scrolling {
	position: relative;
}

.b-headers {
	position: absolute; 
	left: 76px; 
	top: 0px;
	z-index: 777;
	height: 30px;
	background: #e9e9e9;
	white-space: nowrap;
}

.b-headers div {
	width: 300px; height: 30px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
}

.b-headers div p {
	margin-top: 2px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}


.b-timeline {
	position: absolute; 
	left: 0px; 
	top: 0px;
	z-index: 888;
}

.b-timeline th {
	height: 30px;
	border-bottom: 1px solid #ccc;
	background: #e9e9e9;
	font-weight: normal;
	color: #fff;
	text-shadow: #333 -1px -1px 1px;
}

td.sec {
	height: 20px !important;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: #e9e9e9;
	width: 45px;
	text-align: center;
}

td.time {
	vertical-align: top !important;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background: #e9e9e9 !important;
	border-bottom: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	width: 30px;
}

.doctor-times {
}

.b-doctor-times {
	display: inline-block;
}

.doctor-times td {
	height: 20px !important;
	cursor: pointer;
	cursor: hand;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.doctor-times th {
	height: 30px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(pics/styles/bg-calendar-months.png) repeat-x 0 0;
	font-weight: normal;
	color: #fff;
	text-shadow: #333 -1px -1px 1px;
}

.doctor-times td.in {
	background: #a8d7c0;
	border-bottom: 1px solid #eee;
}

.doctor-times td.out {
	padding-left: 10px;
	background: #fba0ab;
	font-size: 11px;
	text-align: left !important;
	cursor: default;
	border-bottom: 1px solid #fba0ab;
}

.doctor-times td.out a {
	text-decoration: underline;
}

.doctor-times td.out a:hover {
	text-decoration: none;
}

.doctor-times td.save {
	background: #f1f1a0;
	border-bottom: 1px solid #ccc;
}

.doctor-times td.out.title {
	position: relative;
	padding-left: 30px;
	background: #e9e9e9 !important;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.b-schedule-titles th {
	height: 30px;
	border-right: 1px solid #ccc;
	background: #e9e9e9;
}

#b-ischedule-titles {
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 10%;
}

#b-ischedule-titles div {
	display: inline-block;
	padding: 2px 6px;
	margin-left: 30px;
	background-color: transparent;
	background-color: rgba(160, 163, 169, 0.8);
	box-shadow: 0px 2px 3px 0px #111;
	border: 3px solid #eee;
	border-radius: 3px;
	color: #222;
	text-align: left;
}

.titles {
	background: #E9E9E9 !important;
	border-bottom: 1px solid #ccc;
	height: 30px;
}

.title-time {
	width: 10%;
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

.title-doctors {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
}

#b-appointment_save {
	display: none;
}

/* ##################### B-BILL #######################*/
.bill-input {
	width: 100%;
	padding: 0px !important;
	text-indent: 8px;
}

.b-bill table,.b-payment_list table,.b-payment_list2 table {
	width: 100%;
}

.b-bill table th,.b-payment_list table th {
	height: 30px;
	font-weight: normal;
	color: #fff;
	text-shadow: #333 -1px -1px 1px;
	background: url(pics/styles/bg-calendar-months.png) repeat-x 0 0;
	border: 1px solid #E0E0E0;
}

.b-bill td,.b-payment_list table td {
	padding: 10px;
	border: 1px solid #E0E0E0;
}

.b-payment_list2 table th {
	height: 30px;
	font-weight: normal;
	color: #777;
	background: whiteSmoke;
	border: 1px solid #E0E0E0;
}

.icon-change {
	display: inline-block; //
	display: inline; //
	zoom: 1;
	width: 21px;
	height: 20px;
	margin: 0 0 0 0px;
	vertical-align: middle;
	background: url(pics/styles/icons.png) no-repeat 0 -40px;
}

.icon-delete {
	display: inline-block; //
	display: inline; //
	zoom: 1;
	width: 21px;
	height: 20px;
	margin: 0 0 0 5px;
	vertical-align: middle;
	background: url(pics/styles/icons.png) no-repeat 0 -20px;
}

.icon-transfer {
	display: inline-block; //
	display: inline; //
	zoom: 1;
	width: 21px;
	height: 20px;
	margin: 0 0 0 5px;
	vertical-align: middle;
	background: url(pics/styles/icons.png) no-repeat 0 -60px;
}

.icon-delete:hover,.icon-transfer:hover,.icon-change:hover {
	cursor: pointer;
}

/* ##################### MODALS #######################*/
.modal-open .dropdown-menu {
	z-index: 2050;
}

.modal-open .dropdown.open {
	*z-index: 2050;
}

.modal-open .popover {
	z-index: 2060;
}

.modal-open .tooltip {
	z-index: 2080;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop,.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.modal {
	position: fixed;
	top: 2%;
	left: 1%;
	z-index: 999;
	width: 98%;
	margin: 0 0 0 0;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.modal.fade {
	top: -25%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
	top: 50%;
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}

.modal-header .close {
	margin-top: 2px;
}

.modal-header h1 {
	margin: 0;
	line-height: 30px;
	font-size: 20px;
	color: #606060;
}

.modal-body {
	height: 450px;
	padding: 15px;
	overflow-y: auto;
}

.modal-form {
	margin-bottom: 0;
}

.modal-footer {
	padding: 5px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,.modal-footer:after {
	display: table;
	line-height: 0;
	content: "";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.report-doctor-title {
	text-align: center;
	font-weight: bold;
	background: -moz-linear-gradient(top, white, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white),
		color-stop(100%, #EFEFEF) );
	background: -webkit-linear-gradient(top, white, #EFEFEF);
	background: -o-linear-gradient(top, white, #EFEFEF);
	background: -ms-linear-gradient(top, white, #EFEFEF);
	background: linear-gradient(top, white, #EFEFEF);
}


/* ##################### CASES #######################*/
.b-tabs {
	display: block;
	padding: 10px 10px 0 10px;
	height: 25px;
	background: url(pics/styles/bg-calendar-months.png) repeat-x 0 0;
}


.b-tabs-item {
	display: inline-block; //display: inline; //zoom: 1;
}

.b-tabs-item a {
    display: block;
    margin: 0px; padding: 0px 10px;
    
    line-height: 23px;
    
    color: #fff;
    
    border: 1px solid #fff;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    
   
}

.b-tabs-item a.active {
	color: #000;
   background: #fff;
}

.b-measurement {
	padding: 0 20px 0 20px;
	width: 260px;
}

.b-textdata {
	margin-left: 300px;
	padding: 0 20px 0 20px;
	border-left: 1px dotted #000; 
}

/* ##################### B-CASH #######################*/

.b-cash {
	margin-top: 20px;
	text-align: center;
}

.cash-type:hover {
	cursor: pointer; 
	cursor: hand;
}

.for-cash-type {
	margin-left: 3px;
	margin-right: 10px;
}

.for-cash-type:hover {
	cursor: pointer; 
	cursor: hand;
}

#b-changeServices .b-comment {
	margin-top: 20px;
	text-align: center;
}

#b-changeServices .b-comment textarea, #b-updatePatientAccount .b-comment textarea{
	width: 98%;
	height: 50px;
	padding: 8px;
}

.is_made_call:hover {
	cursor: pointer;
}

/* ##################### B-TREATMENT-PROGRAMS #######################*/
.treatment-program-row:hover td {
	background: #228490;
	color: #fff;
	cursor: pointer; cursor: hand;
}


/* ##################### FROM BOOTSTRAP #######################*/
.label {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.label-success, .badge-success {
	background-color: #468847;
}

.label-warning, .badge-warning {
	background-color: #f89406;
}

.label-important, .badge-important {
	background-color: #b94a48;
}

.label-info, .badge-info {
	background-color: #3a87ad;
}

.label-inverse, .badge-inverse {
	background-color: #333333;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

[class^="icon-bootstrap-"],
[class*=" icon-bootstrap-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("pics/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-bootstrap-"],
.nav-pills > .active > a > [class*=" icon-bootstrap-"],
.nav-list > .active > a > [class^="icon-bootstrap-"],
.nav-list > .active > a > [class*=" icon-bootstrap-"],
.navbar-inverse .nav > .active > a > [class^="icon-bootstrap-"],
.navbar-inverse .nav > .active > a > [class*=" icon-bootstrap-"],
.dropdown-menu > li > a:hover > [class^="icon-bootstrap-"],
.dropdown-menu > li > a:focus > [class^="icon-bootstrap-"],
.dropdown-menu > li > a:hover > [class*=" icon-bootstrap-"],
.dropdown-menu > li > a:focus > [class*=" iicon-bootstrap-"],
.dropdown-menu > .active > a > [class^="icon-bootstrap-"],
.dropdown-menu > .active > a > [class*=" icon-bootstrap-"],
.dropdown-submenu:hover > a > [class^="icon-bootstrap-"],
.dropdown-submenu:focus > a > [class^="icon-bootstrap-"],
.dropdown-submenu:hover > a > [class*=" icon-bootstrap-"],
.dropdown-submenu:focus > a > [class*=" icon-bootstrap-"] {
  background-image: url("pics/glyphicons-halflings-white.png");
}
.icon-bootstrap-glass {
  background-position: 0      0;
}
.icon-bootstrap-music {
  background-position: -24px 0;
}
.icon-bootstrap-search {
  background-position: -48px 0;
}
.icon-bootstrap-envelope {
  background-position: -72px 0;
}
.icon-bootstrap-heart {
  background-position: -96px 0;
}
.icon-bootstrap-star {
  background-position: -120px 0;
}
.icon-bootstrap-star-empty {
  background-position: -144px 0;
}
.icon-bootstrap-user {
  background-position: -168px 0;
}
.icon-bootstrap-film {
  background-position: -192px 0;
}
.icon-bootstrap-th-large {
  background-position: -216px 0;
}
.icon-bootstrap-th {
  background-position: -240px 0;
}
.icon-bootstrap-th-list {
  background-position: -264px 0;
}
.icon-bootstrap-ok {
  background-position: -288px 0;
}
.icon-bootstrap-remove {
  background-position: -312px 0;
}
.icon-bootstrap-zoom-in {
  background-position: -336px 0;
}
.icon-bootstrap-zoom-out {
  background-position: -360px 0;
}
.icon-bootstrap-off {
  background-position: -384px 0;
}
.icon-bootstrap-signal {
  background-position: -408px 0;
}
.icon-bootstrap-cog {
  background-position: -432px 0;
}
.icon-bootstrap-trash {
  background-position: -456px 0;
}
.icon-bootstrap-home {
  background-position: 0 -24px;
}
.icon-bootstrap-file {
  background-position: -24px -24px;
}
.icon-bootstrap-time {
  background-position: -48px -24px;
}
.icon-bootstrap-road {
  background-position: -72px -24px;
}
.icon-bootstrap-download-alt {
  background-position: -96px -24px;
}
.icon-bootstrap-download {
  background-position: -120px -24px;
}
.icon-bootstrap-upload {
  background-position: -144px -24px;
}
.icon-bootstrap-inbox {
  background-position: -168px -24px;
}
.icon-bootstrap-play-circle {
  background-position: -192px -24px;
}
.icon-bootstrap-repeat {
  background-position: -216px -24px;
}
.icon-bootstrap-refresh {
  background-position: -240px -24px;
}
.icon-bootstrap-list-alt {
  background-position: -264px -24px;
}
.icon-bootstrap-ock {
  background-position: -287px -24px;
}
.icon-bootstrap-flag {
  background-position: -312px -24px;
}
.icon-bootstrap-headphones {
  background-position: -336px -24px;
}
.icon-bootstrap-volume-off {
  background-position: -360px -24px;
}
.icon-bootstrap-volume-down {
  background-position: -384px -24px;
}
.icon-bootstrap-volume-up {
  background-position: -408px -24px;
}
.icon-bootstrap-qrcode {
  background-position: -432px -24px;
}
.icon-bootstrap-barcode {
  background-position: -456px -24px;
}
.icon-bootstrap-tag {
  background-position: 0 -48px;
}
.icon-bootstrap-tags {
  background-position: -25px -48px;
}
.icon-bootstrap-book {
  background-position: -48px -48px;
}
.icon-bootstrap-bookmark {
  background-position: -72px -48px;
}
.icon-bootstrap-print {
  background-position: -96px -48px;
}
.icon-bootstrap-camera {
  background-position: -120px -48px;
}
.icon-bootstrap-font {
  background-position: -144px -48px;
}
.icon-bootstrap-bold {
  background-position: -167px -48px;
}
.icon-bootstrap-italic {
  background-position: -192px -48px;
}
.icon-bootstrap-text-height {
  background-position: -216px -48px;
}
.icon-bootstrap-text-width {
  background-position: -240px -48px;
}
.icon-bootstrap-lign-left {
  background-position: -264px -48px;
}
.icon-bootstrap-align-center {
  background-position: -288px -48px;
}
.icon-bootstrap-align-right {
  background-position: -312px -48px;
}
.icon-bootstrap-align-justify {
  background-position: -336px -48px;
}
.icon-bootstrap-list {
  background-position: -360px -48px;
}
.icon-bootstrap-indent-left {
  background-position: -384px -48px;
}
.icon-bootstrap-indent-right {
  background-position: -408px -48px;
}
.icon-bootstrap-facetime-video {
  background-position: -432px -48px;
}
.icon-bootstrap-picture {
  background-position: -456px -48px;
}
.icon-bootstrap-pencil {
  background-position: 0 -72px;
}
.icon-bootstrap-map-marker {
  background-position: -24px -72px;
}
.icon-bootstrap-adjust {
  background-position: -48px -72px;
}
.icon-bootstrap-tint {
  background-position: -72px -72px;
}
.icon-bootstrap-edit {
  background-position: -96px -72px;
}
.icon-bootstrap-share {
  background-position: -120px -72px;
}
.icon-bootstrap-check {
  background-position: -144px -72px;
}
.icon-bootstrap-move {
  background-position: -168px -72px;
}
.icon-bootstrap-step-backward {
  background-position: -192px -72px;
}
.icon-bootstrap-fast-backward {
  background-position: -216px -72px;
}
.icon-bootstrap-backward {
  background-position: -240px -72px;
}
.icon-bootstrap-play {
  background-position: -264px -72px;
}
.icon-bootstrap-pause {
  background-position: -288px -72px;
}
.icon-bootstrap-stop {
  background-position: -312px -72px;
}
.icon-bootstrap-forward {
  background-position: -336px -72px;
}
.icon-bootstrap-fast-forward {
  background-position: -360px -72px;
}
.icon-bootstrap-step-forward {
  background-position: -384px -72px;
}
.icon-bootstrap-eject {
  background-position: -408px -72px;
}
.icon-bootstrap-chevron-left {
  background-position: -432px -72px;
}
.icon-bootstrap-chevron-right {
  background-position: -456px -72px;
}
.icon-bootstrap-plus-sign {
  background-position: 0 -96px;
}
.icon-bootstrap-minus-sign {
  background-position: -24px -96px;
}
.icon-bootstrap-remove-sign {
  background-position: -48px -96px;
}
.icon-bootstrap-ok-sign {
  background-position: -72px -96px;
}
.icon-bootstrap-question-sign {
  background-position: -96px -96px;
}
.icon-bootstrap-info-sign {
  background-position: -120px -96px;
}
.icon-bootstrap-screenshot {
  background-position: -144px -96px;
}
.icon-bootstrap-remove-circle {
  background-position: -168px -96px;
}
.icon-bootstrap-ok-circle {
  background-position: -192px -96px;
}
.icon-bootstrap-ban-circle {
  background-position: -216px -96px;
}
.icon-bootstrap-arrow-left {
  background-position: -240px -96px;
}
.icon-bootstrap-arrow-right {
  background-position: -264px -96px;
}
.icon-bootstrap-arrow-up {
  background-position: -289px -96px;
}
.icon-bootstrap-arrow-down {
  background-position: -312px -96px;
}
.icon-bootstrap-share-alt {
  background-position: -336px -96px;
}
.icon-bootstrap-resize-full {
  background-position: -360px -96px;
}
.icon-bootstrap-resize-small {
  background-position: -384px -96px;
}
.icon-bootstrap-plus {
  background-position: -408px -96px;
}
.icon-bootstrap-minus {
  background-position: -433px -96px;
}
.icon-bootstrap-asterisk {
  background-position: -456px -96px;
}
.icon-bootstrap-exclamation-sign {
  background-position: 0 -120px;
}
.icon-bootstrap-gift {
  background-position: -24px -120px;
}
.icon-bootstrap-leaf {
  background-position: -48px -120px;
}
.icon-bootstrap-fire {
  background-position: -72px -120px;
}
.icon-bootstrap-eye-open {
  background-position: -96px -120px;
}
.icon-bootstrap-eye-close {
  background-position: -120px -120px;
}
.icon-bootstrap-warning-sign {
  background-position: -144px -120px;
}
.icon-bootstrap-plane {
  background-position: -168px -120px;
}
.icon-bootstrap-calendar {
  background-position: -192px -120px;
}
.icon-bootstrap-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-bootstrap-comment {
  background-position: -240px -120px;
}
.icon-bootstrap-magnet {
  background-position: -264px -120px;
}
.icon-bootstrap-chevron-up {
  background-position: -288px -120px;
}
.icon-bootstrap-chevron-down {
  background-position: -313px -119px;
}
.icon-bootstrap-retweet {
  background-position: -336px -120px;
}
.icon-bootstrap-shopping-cart {
  background-position: -360px -120px;
}
.icon-bootstrap-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-bootstrap-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-bootstrap-resize-vertical {
  background-position: -432px -119px;
}
.icon-bootstrap-resize-horizontal {
  background-position: -456px -118px;
}
.icon-bootstrap-hdd {
  background-position: 0 -144px;
}
.icon-bootstrap-bullhorn {
  background-position: -24px -144px;
}
.icon-bootstrap-bell {
  background-position: -48px -144px;
}
.icon-bootstrap-certificate {
  background-position: -72px -144px;
}
.icon-bootstrap-thumbs-up {
  background-position: -96px -144px;
}
.icon-bootstrap-thumbs-down {
  background-position: -120px -144px;
}
.icon-bootstrap-hand-right {
  background-position: -144px -144px;
}
.icon-bootstrap-hand-left {
  background-position: -168px -144px;
}
.icon-bootstrap-hand-up {
  background-position: -192px -144px;
}
.icon-bootstrap-hand-down {
  background-position: -216px -144px;
}
.icon-bootstrap-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-bootstrap-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-bootstrap-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-bootstrap-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-bootstrap-globe {
  background-position: -336px -144px;
}
.icon-bootstrap-wrench {
  background-position: -360px -144px;
}
.icon-bootstrap-tasks {
  background-position: -384px -144px;
}
.icon-bootstrap-filter {
  background-position: -408px -144px;
}
.icon-bootstrap-briefcase {
  background-position: -432px -144px;
}
.icon-bootstrap-fullscreen {
  background-position: -456px -144px;
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}


/* ##################### RENOVATIO TABLE #######################*/
.renovatio_table {
	width: 100%;
}

.renovatio_table td {
	height: 30px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 20px 2px 20px;
}

.renovatio_table th {
	height: 30px;
	color: #fff;
	background: #6e6e6e;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}


.firt-time {
	margin: 100px auto 0 auto;
	width: 500px;
}

/* ##################### RENOVATIO REPORT #######################*/
.b-report-monitor__wrapper {
	display: block;
}

.b-report-monitor th,
.b-report-monitor td {
	padding: .8em 1em;
	font-size: 13px;
	color: #525252;
}

.b-report-monitor th {
	padding-top: 0;
	text-align: left;
	font-weight: bold;
	text-shadow: 0 1px 0px #eee;
	border-bottom: 2px solid #186999;
}

.b-report-monitor td {
	border-bottom: 1px solid #ddd;
}

.b-report-monitor tr:last-child td {
	border-bottom: none !important;
}

.b-report-monitor tr:nth-child(even) td {
	background: #f9f9f9;
}

.b-report-monitor .i-role {
	color: #3376a4;
}

.b-report-monitor .i-clinic {
	color: #3376a4;
}

.b-report-monitor .i-item {
	text-decoration: underline;
	
	color: #186999;
}

.b-report-monitor .i-item:hover {
	text-decoration: none;
}

.b-report-monitor .i-date {
	text-shadow: 0 1px 0px #ccc;
	
	color: #333;
}

.b-report-monitor .i-count {
	text-shadow: 0 1px 0px #ccc;
	
	color: #333;
}

.b-report-monitor .i-price {
	text-shadow: 0 1px 0px #ccc;
	
	color: #333;
}

.b-report-monitor .i-status {
}

.b-report-monitor .i-status__alert {
	color: red;
}

.b-report-monitor .i-status__warn {
	color: orange;
}

.b-report-monitor .i-status__ok {
	color: green;
}

.statBox {
	display: block;
	width: 100%;
	max-width: 290px;
	padding: 10px 20px;
	margin: 0 auto 20px;
	background-color: rgba(220,220,220,0.3);
	border: 1px solid #d1d7df;
	-webkit-box-shadow: 1px 1px 0 white,inset 1px 1px 0 white;
	-moz-box-shadow: 1px 1px 0 white,inset 1px 1px 0 white;
	box-shadow: 1px 1px 0 white,inset 1px 1px 0 white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.statBox .badge, .statBox .badge-transparent {
	height: 50px;
	width: 50px;
	padding: 0;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.statBox .statHolder {
	position: relative;
	display: inline-block;
	float: right;
	top: -5px;
	width: 70%;
	text-align: right;
}

.statBox .statHolder .statTitle {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.statBox .statHolder .statValue {
	display: block;
	font-size: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.statBox .badge-success {
	background-color: #6a9306;
}



/* ##################### RENOVATIO STOCK #######################*/
.b-stock-monitor__wrapper {
	display: inline-block;
	
	margin: 0 1em 2em 0; padding: 1em 1em 1.3em;
	
	border-top: 1px solid #eee;
	box-shadow: 0 3px 5px #bbb;
}

.b-stock-monitor__wrapper .b-title_h3 {
	margin-bottom: .5em;
	text-align: right;
}

.b-stock-monitor__overflow {
	max-height: 400px;
	overflow-y: auto;
}

.b-stock-monitor table {
}

.b-stock-monitor th,
.b-stock-monitor td {
	padding: .8em 1em;
	
	font-size: 13px;
	
	color: #525252;
}

.b-stock-monitor th {
	padding-top: 0;
	text-align: left;
	text-shadow: 0 1px 0px #eee;
	border-bottom: 2px solid #186999;
}

.b-stock-monitor td {
	border-bottom: 1px solid #ddd;
}

.b-stock-monitor tr:last-child td {
	border-bottom-color: #186999;
}

.b-stock-monitor tr:nth-child(even) td {
	background: #f9f9f9;
}

.b-stock-monitor .i-role {
	color: #3376a4;
}

.b-stock-monitor .i-clinic {
	color: #3376a4;
}

.b-stock-monitor .i-item {
	text-decoration: underline;
	
	color: #186999;
}

.b-stock-monitor .i-item:hover {
	text-decoration: none;
}

.b-stock-monitor .i-date {
	text-shadow: 0 1px 0px #ccc;
	
	color: #333;
}

.b-stock-monitor .i-count {
	text-shadow: 0 1px 0px #ccc;
	
	color: #333;
}

.b-stock-monitor .i-price {
	text-shadow: 0 1px 0px #ccc;
	
	color: #333;
}

.b-stock-monitor .i-status {
}

.b-stock-monitor .i-status__alert {
	color: red;
}

.b-stock-monitor .i-status__warn {
	color: orange;
}

.b-stock-monitor .i-status__ok {
	color: green;
}

/* ##################### RENOVATIO SALARY #######################*/
.b-salary th {
	text-align: center;
}

.b-salary .i-none {
}

.b-salary .i-hide,
.b-salary .i-hide-double {
	position: relative; z-index: 1; top: 0; left: 0;
}

.b-salary .i-hide:after,
.b-salary .i-hide-double:after {
	position: absolute; z-index: 10; top: 0; left: 0;
	content: '';
	
	width: 100%; height: 100%;
	
	background: rgba(0, 0, 0, 0.2);
}

.b-choice-revenue .b-form__bttn_green {
	cursor: default;
}

.b-choice-revenue .b-form__bttn:hover {
	border: 1px solid #89b632;
	
	color: white;
	background: -moz-linear-gradient(top, #9abd29, #65a945); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9abd29), color-stop(100%,#65a945)); /* Chrome 1-9, Safari 4-5 */
	background: -webkit-linear-gradient(top, #9abd29, #65a945); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #9abd29, #65a945); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9abd29, #65a945); /* IE10 */
	background: linear-gradient(top, #9abd29, #65a945); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9abd29', endColorstr='#65a945', GradientType=0);
}

.b-choice-revenue__desc {
	margin: 6px 0; padding: 3px 0;
	/* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	-webkit-border-radius: 6px;
	/* FF1-3.6 */
	   -moz-border-radius: 6px;
	/* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	        border-radius: 6px;
	
	font-size: .9em;
	
	background: #eee;
	
	/* Saf3.1+, Chrome 1+ */
	-webkit-transition-duration: 0.4s;
	/* FF4+ */
	   -moz-transition-duration: 0.4s;
	/* Opera 10.5+ */
	     -o-transition-duration: 0.4s;
	/* W3C */
	        transition-duration: 0.4s;
}

.b-choice-revenue__desc span {
	font-weight: bold;
}

.b-salary .i-border-dark {
	border-right: 1px solid #ccc;
}

.b-salary .i-border-light {
	border-right: 1px solid #ddd;
}

.b-choice-value span {
	padding: 0 5px 1px;
	
	font-size: .8em;
}

.b-choice-value .i-percent.i-on,
.b-choice-value .i-percent:hover {
	color: white;
	background: #9abd29;
	
	/* Saf3.1+, Chrome 1+ */
	-webkit-transition-duration: 0.4s;
	/* FF4+ */
	   -moz-transition-duration: 0.4s;
	/* Opera 10.5+ */
	     -o-transition-duration: 0.4s;
	/* W3C */
	        transition-duration: 0.4s;
}

.b-choice-value .i-fixed.i-on,
.b-choice-value .i-fixed:hover {
	color: white;
	background: #bda529;
	
	/* Saf3.1+, Chrome 1+ */
	-webkit-transition-duration: 0.4s;
	/* FF4+ */
	   -moz-transition-duration: 0.4s;
	/* Opera 10.5+ */
	     -o-transition-duration: 0.4s;
	/* W3C */
	        transition-duration: 0.4s;
}

.b-choice-value .i-on {
	cursor: default;
}

.b-choice-input {
	overflow: hidden;
	position: relative;
	
	width: 110px; height: 25px;
}

.b-choice-input input {
	width: 56px;
}

.b-choice-input label {
	margin-left: 0;
	padding: 0 5px;
}

.b-choice-input label.error {
	position: absolute;
}

.b-choice-input .i-percent,
.b-choice-input .i-fixed {
	position: absolute;
	
	/* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	-webkit-border-radius: 4px;
	/* FF1-3.6 */
	   -moz-border-radius: 4px;
	/* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	        border-radius: 4px;
	
	/* Saf3.1+, Chrome 1+ */
	-webkit-transition-duration: 0.3s;
	/* FF4+ */
	   -moz-transition-duration: 0.3s;
	/* Opera 10.5+ */
	     -o-transition-duration: 0.3s;
	/* W3C */
	        transition-duration: 0.3s;
}

.b-choice-input .i-percent {
	z-index: 3; left: 0;
}

.b-choice-input .i-fixed {
	z-index: 2; right: 0;
}

.b-choice-input .i-percent.i-off {
	left: -76px;
}

.b-choice-input .i-percent.i-off,
.b-choice-input .i-fixed.i-off {
	background: #ddd;
}

.b-choice-input .i-percent.i-off label,
.b-choice-input .i-fixed.i-off label {
	cursor: pointer;
	
	color: black;
}

.b-choice-input .i-percent,
.b-choice-input .i-percent.i-off:hover {
	background: #9abd29;
}

.b-choice-input .i-percent.i-off:hover {
	left: -70px;
}

.b-choice-input .i-percent.i-switch {
	left: -4px;
}

.b-choice-input .i-fixed,
.b-choice-input .i-fixed.i-off:hover {
	background: #bda529;
}

.b-choice-input .i-percent label,
.b-choice-input .i-fixed label,
.b-choice-input .i-percent.i-off:hover label,
.b-choice-input .i-fixed.i-off:hover label {
	color: white;
}

.dashboard-table tr td:first-child {
	border-left: none;
}

.dashboard-table tr td:last-child {
	border-right: none;
}


/* TREATMENT PROGRAM VIEW */
.treatment-program-view {
	display: none;
}

.treatment-program-view .modal-header {
	background: #6e6e6e;
}

.treatment-program-view .modal-header h1 {
	color: #fff;
}

.treatment-program-view div h2 {
	font-size: 14px;
	line-height: 18px;
	color: #228490;
}

.treatment-program-view div table {
	width: 100%;
	margin-top: 10px;
}

.treatment-program-view div table thead tr th {
	background: #6e6e6e;
	height: 25px;
	color: #fff;
	border-right: 1px solid #cccccc;
}

.treatment-program-view div table thead tr th:first-child {
	border-left: 1px solid #6e6e6e;
}

.treatment-program-view div table thead tr th:last-child {
	border-right: 1px solid #6e6e6e;
}

.treatment-program-view div table tr:hover {
	background-color: #228490;
	color: #fff;
	cursor: pointer;
}

.treatment-program-view div table tr:hover td {
	border-bottom: 1px solid #228490;
}

.treatment-program-view div table tr:hover td:first-child {
	border-left: 1px solid #228490;
}

.treatment-program-view div table tr:hover td:last-child {
	border-right: 1px solid #228490;
}

.treatment-program-view div table td {
	padding: 10px;
	height: 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.treatment-program-view div table td:first-child {
	border-left: 1px solid #cccccc;
}

.treatment-program-view div table tr.non-clickable td {
	background-color: #cccccc;
}

.treatment-program-view div table tr.non-clickable:hover td {
	cursor: default;
	color: #333;
}

.treatment-program-view div table tr.non-clickable:hover td {
	border-bottom: 1px solid #cccccc;
}

.treatment-program-view div table tr.non-clickable:hover td:first-child {
	border-left: 1px solid #cccccc;
}

.treatment-program-view div table tr.non-clickable:hover td:last-child {
	border-right: 1px solid #cccccc;
}

.loading {
	position: fixed;
	text-align: center;
	padding: 15px;
	top: 15%;
	left: 45%;
	height: 8em;
	width: 15em;
	background-color: #ff6666;
	border: 1px solid darkgrey;
	opacity: 0.8;
	z-index: 1000000;
	display: none;
}

.loading p {
	font-size: 18px;
	padding-bottom: 1em;
}

.loading2 {
	position: fixed;
	text-align: center;
	padding: 15px;
	top: 15%;
	left: 45%;
	height: 8em;
	width: 15em;
	background-color: #ff6666;
	border: 1px solid darkgrey;
	opacity: 0.8;
	z-index: 1000000;
	display: none;
}

.loading2 p {
	font-size: 18px;
	padding-bottom: 1em;
	color: white;
}

.system-kkm_view {
	position: relative;
	margin: 6px 13px;
	text-align: right;
	white-space: nowrap;
}

.kkm_process {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	opacity: .85;
	text-align: center;
	vertical-align: middle;
	display: none;
}
.kkm_process .message {
	display: inline-block;
	line-height: 26px;
	padding-left: 25px;
	background: url(/images/process.gif) no-repeat left center;
}
.kkm_process .message.error {
	background: none;
	color: brown;
}
.kkm_process .message a {
	color: blue;
	text-decoration: underline;
}
.kkm_process .message a:hover {
	color: blue;
	text-decoration: none;
}

.kkm_system_block {
	text-align: center;
	color: darkgreen;
}

.kkm_hover td {
	background: #e3ebaf;
}
span.rub {
	padding-left: .4em;
}

.kkm_bill_return td {
	background: #f5e3e3;
}

.kkm_overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000000;
	opacity: .2;
	filter: alpha(Opacity=20);
	z-index: 1000;
}
