/* --scheduler stuff */
.next_events {
	width:250px;
	box-sizing: border-box;
	border: 1px solid #CECECE;
	box-shadow: 2px 2px 5px #CCC;
	border-radius: 3px;
	margin-top: 20px;
	padding: 15px;
}
.dhx_cal_event_cont_selected{
	background-color: #9cc1db;
	color: white;
}
.dhx_scale_hour_main {
	float: left;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}
.dhx_scale_hour_minute_cont {
	float: left;
	position: relative;
	text-align: right;
}
.dhx_scale_hour_minute_top, .dhx_scale_hour_minute_bottom {
	font-size: 10px;
	padding-right: 5px;
}
.dhx_scale_hour_sep {
	position: absolute;
	height: 1px;
	background-color: #8C929A;
	right: 0;
	top: 20px;
	width: 20px;
}
/* ----- */

.snapshot thead>tr>th,
.snapshot tbody>tr>th,
.snapshot tfoot>tr>th,
.snapshot thead>tr>td,
.snapshot tbody>tr>td,
.snapshot tfoot>tr>td {
	border-top: 0px;
}

.pretty {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	border-radius: 4px;
}

.popover div.badge {
	width:50%;
	display: block;
	cursor: default;
}

.popover div.badge.active {
	background-color: #F00;
	cursor: default;
}

.popover div.badge.clickable {
	cursor: pointer;
}

.popover div.badge.clickable:hover {
	background-color: #504444;
}

.badge.left {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.badge.right {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.snp2 {
	background: none repeat scroll 0 0 rgba(50, 50, 50, 0.7);
	border-color: #1C1C1C #1C1C1C #686868;
	border-left: 1px solid #1C1C1C;
	border-radius: 8px;
	border-right: 1px solid #1C1C1C;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 10px #191919 inset;
	font-weight: bold;
	font-family: arial;
	border-collapse: separate;
	color: white;
}

.bgr {
	background: linear-gradient(to bottom, #313231 0%, #4C4D4C 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.snp {
	background-color: #cecece;
	border-radius: 4px;
	border: 1px solid #000;
	font-weight: bold;
	font-family: arial;
	border-collapse: separate;
	padding: 10px;
	font-size: 20px;
}

.has-value {
	background-color: #eee;
	color: #000;
}

.has-procedure .has-value {
	background-color: #5bc0de;
}
.tooth-index.has-value {
	color: #fff;
}

.tooth-index.disabled {
	background-color: rgba(0, 0, 0, 0);
}

.tooth-status {
	border: 1px solid black;
	padding: 4px;
	text-align: center;
}

.upper {
	border-radius: 3px 3px 0 0;
	border-bottom: 0px;
}

.lower {
	border-radius: 0 0 3px 3px;
	border-top: 0px;
}

.middle {
	border-top: 0px;
	border-bottom: 0px;
}

.tooth-index,
.tooth-index.has-value {
	text-align: center;
	border: 1px solid black;
	background-color: black;
	/*font-size: 10px;*/
	font-size: 14px;
	font-weight: normal;
}

.tooth-box:hover {
	background-color: #ff0000;
}

.procedure-line {
	margin-bottom:5px;
}

.tooth-stats {
	border: 1px dashed #000;
	border-radius: 4px;
	padding: 5px;
	background-color: #ececec;
}

.toothSwitch {
	background-color: #ECECEC;
	border: 1px solid #000;
	margin: 5px 0;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

table tr>td.titled {
	padding: 0;
}

table tr>td.titled div.field-title,
div.field-title {
	background-color: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
	color: #9DA0A4;
	font-size: 12px;
	padding: 2px 10px;
	cursor: default;
}

table tr>td.titled div.field-content {
	padding: 10px;
}

.wizard-dialog .wizard-card > h3 {
	margin-bottom: 0px;
}

.wizard-card input {
	margin: 10px 0;
}

.lng {
	padding: 5px 10px;
	margin: 10px;
	width: 28px;
	height: 27px;
	cursor:default;
	background-image: url('/img/iso-country-flags-sheet-flat.png');
}

.lng.english {
	background-position: -259px -178px;
}

.lng.bulgarian {
	background-position: -131px -46px;
}

.patient-record {
	cursor: pointer;
}

.preview-record td {
	text-align: center;
}

.preview-record td.left {
	text-align: left;
}

.allergies {
	margin-left: 10px;
	font-weight: bold;
	color: #f00;
}

.bs-docs-example {
	position: relative;
	margin: 15px 5px;
	padding: 39px 19px 14px;
	*padding-top: 19px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bs-docs-example:after {
	content: 'Information';
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

.file-list-header {
	position: relative;
	margin: 15px 5px;
	padding: 39px 19px 14px;
	*padding-top: 19px;
	/*background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}

.file-list-header:after {
	content: 'Available items';
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}
/*
ul.navbar-nav>li {
	border-left: solid 1px #176aa3;
	border-right: solid 1px #222222;
	background: -webkit-linear-gradient(top, #003A62 50%,#0071BF 110%);
}

.navbar-default ul.navbar-nav>li>a {
	color: #FFB400;
}

.navbar-default ul.navbar-nav>li>a:hover {
	background: #176aa3;
	color: #fff;
}

.navbar-default ul.navbar-nav>.active>a,
.navbar-default ul.navbar-nav>.active>a:hover,
.navbar-default ul.navbar-nav>.active>a:focus {
	background: -webkit-linear-gradient(top, #003A62 50%,#0071BF 110%);
	color: #fff;
}
*/
