@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);
/* #2b72b7; */

html, body {
	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; -ms-user-select: none; 
 	background-color: #333; margin: 0px; font-family: 'Open Sans'; overflow: hidden;
}

a:link { color: #ffffff; text-decoration: none; outline: none; }
a:visited { color: #555555; text-decoration: none; }
a:hover { -moz-outline-style: none; color: #ffff00; text-decoration: underline; }
a:active { color: #ffff00; text-decoration: none; }

header {
	background-color: #333;
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 8px solid #2b72b7;
	z-index: 999;
}

.logo-text {
	cursor: pointer;
	height: 100%;
	line-height: 80px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2vw;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px 20px 0 0px;
	letter-spacing: 1px;
	background-color: #2b72b7;
	padding: 0 40px 0 25px;
	border-top-right-radius: 60px;
	background: -webkit-linear-gradient(#1c4976,#2b72b7);
	background: -o-linear-gradient(#1c4976,#2b72b7);
	background: -moz-linear-gradient(#1c4976,#2b72b7);
	background: linear-gradient(#1c4976,#2b72b7);
}

.ltb { font-weight: 600; }

.menu {
	display: inline-block;
	vertical-align: bottom;
}

.menuitem {
	color: #efefef;
	vertical-align: bottom;
	display: inline-block;
	font-size: 0.65vw;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 15px 0px 0;
	padding: 13px 35px 7px 35px;
	background-color: #424242;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
	letter-spacing: 1px;
}

.menuitem:hover, .menuitemhovered {
	margin: 0px 15px -1px 0px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background-color: #2b72b7;
	color: #fff;
	-webkit-transform: scale(1.1); 
	transform: scale(1.1); 
	background: -webkit-linear-gradient(#1f5181,#2b72b7);
	background: -o-linear-gradient(#1f5181,#2b72b7);
	background: -moz-linear-gradient(#1f5181,#2b72b7);
	background: linear-gradient(#1f5181,#2b72b7);
}

.today {
	z-index: -10;
	height: 100%;
	vertical-align: bottom;
	font-size: 0.9vw;
	float: right;
	text-align: right;
	color: #fff;
	box-sizing: border-box;
	padding: 1.2vw 1.5vw 0 2.5vw;
	text-transform: uppercase;
	background-color: #2b72b7;
	border-top-left-radius: 60px;
	background: -webkit-linear-gradient(#1c4976,#2b72b7);
	background: -o-linear-gradient(#1c4976,#2b72b7);
	background: -moz-linear-gradient(#1c4976,#2b72b7);
	background: linear-gradient(#1c4976,#2b72b7);
}

.datepiceker-box-parent {
	display: inline-block;
	position: relative;
	width:1px;
	height:1px;
	vertical-align: top;
}

.datepicker-box {
	position: absolute;
	display: none;
	bottom: 8px;
	margin-left: -114px;
}

#datepicker {
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 8px solid #2b72b7;
	border-left: 8px solid #2b72b7;
	border-right: 8px solid #2b72b7;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.container { 
/*	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	-ms-transition: all ease 1.5s;
	transition: all ease 1.5s;*/
	background-color: #22598f;
	margin: 78px 0 0 0; 
	text-align: center;
	z-index: 1;
}

.calendar-table {
	background: -webkit-linear-gradient(#1f5181,#2b72b7);
	background: -o-linear-gradient(#1f5181,#2b72b7);
	background: -moz-linear-gradient(#1f5181,#2b72b7);
	background: linear-gradient(to left, #1f5181,#2b72b7);
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.calendar-table thead tr {
	display: block;
	position: relative;
}

.calendar-table tbody {
	display: block;
	overflow-y: scroll;
	width: 100%;
	height: 600px;
}

.ct-head-hour { 
	width: 50px; 
	background: -webkit-linear-gradient(#1f5181,#2b72b7);
	background: -o-linear-gradient(#1f5181,#2b72b7);
	background: -moz-linear-gradient(#1f5181,#2b72b7);
	background: linear-gradient(#1f5181,#2b72b7);
	border-bottom: 8px solid #333;
	border-right: 1px solid #333;
	text-align: center;
}

.ct-head {
	cursor: pointer;
	text-align: left;
	width: 14%;
	color: #fff;
	border-bottom: 8px solid #333;
	padding: 10px 0 0 0;
	background: -webkit-linear-gradient(#1f5181,#2b72b7);
	background: -o-linear-gradient(#1f5181,#2b72b7);
	background: -moz-linear-gradient(#1f5181,#2b72b7);
	background: linear-gradient(#1f5181,#2b72b7);
}

.border-r { border-right: 1px solid #333; }
.border-r2 { border-right: 1px solid #000; }

.ct-head-last {
}

.ct-content-clock {
	width: 50px; 
	text-align: right; 
	background-color: #fff;
	border-right: 1px solid #333;
	border-top: 1px solid #999;
	vertical-align: top;
}

.ct-content-hour {
	vertical-align: top;
	display: inline-block;
	font-size: 1.1vw;
	margin: 0px 0 0 0;
}

.ct-content-mins {
	display: inline-block;
	margin: 0 5px 0 0;
}

.firstmin {
	display: inline-block;
	padding-left: 2px;
	margin-right: -2px;
	font-size: 0.8vw;
}

.ct-c-min {
	font-size: 0.6vw;
	height: 30px;
	vertical-align: top;
}

.ct-content {
	width: 14%;
	background-color: #fff;
}

.ct-content-line {
	text-align: left;
	width: 100%;
	height: 30px;
	border-top: 1px solid #ddd;
}

.ct-day {
	display: inline-block;
	font-size: 2.0vw;
	padding: 5px 5px 2px 0px;
	margin: 0 0 0 10px;
}

.ct-ym {
	display: inline-block;
	font-size: 0.6vw;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ct-dn {
	font-weight: 600;
	font-size: 0.95vw;
	letter-spacing: 0px;
}

.addevent {
	margin: 6% 7% 0 0;
	font-size: 1.5vw;
	vertical-align: middle;
	float: right;
	cursor: pointer;
	color: #ccc;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	transition: all linear 0.1s;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.addevent:active {
	-webkit-transform: scale(0.6); 
	transform: scale(0.6);
}

.addevent-month {
	margin: 1px 5px 0 0;
	color: #777;
}

.addevent:hover {
	color: #fff;
}

.addevent-month:hover {
	color: #000;
}

.ae-day {
	margin: 1% 2% 0 0;
}

.ct-padding {
	background-color: #333;
	padding-bottom: 54px;
}

.calendar-menu {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #333;
	text-align: center;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer;
	border-top: 8px solid #2b72b7;
	z-index: 99;
}

.cm-view {
	display: inline-block;
	vertical-align: top;
/*	padding: 15px 30px 15px 30px; */
	padding: 10px 30px 10px 30px; 
	background-color: #424242;
	color: #fff;
	font-size: 0.65vw;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0px 10px 0 10px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	transition: all ease 300ms;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}

.cm-view:hover, .cm-view-hovered {
	background: -webkit-linear-gradient(#1c4976,#2b72b7);
	background: -o-linear-gradient(#1c4976,#2b72b7);
	background: -moz-linear-gradient(#1c4976,#2b72b7);
	background: linear-gradient(#2b72b7,#25629d,#2b72b7);
}



.dialog, .login {
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 999;
}

.dialog-full { display: table; background: #777;}

.dialog-box, .login-box {
	display: table-cell;
	vertical-align: middle;
	background-color: transparent;
	z-index: 2000;
}

.weeknumber {
	color: #efefef;
	position: relative;
	display: inline-block;
	font-size: 1.1vw;
	margin-top: 12%;
}

.weeknumber:before {
	width: 100%;
	display: inline-block;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 2.2vw;
	font-weight: 400;
	color: #efefef;
	content: "\f133";
	top: -40%;
	left: -28%;
}


.add_event-table {
	background-color: transparent;
	color: #fff;
	border-bottom: 8px solid #2b72b7;;
	-webkit-box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 40px 0px rgba(50, 50, 50, 0.75);

}

.aet-row {
	text-align: left;
	width: 250px;
	font-size: 0.8vw;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 4px 0 4px 20px;
	background-color: #444;
	border-right: 2px solid #777;
	border-bottom: 1px solid #555;
	border-left: 24px solid #444;
}

.aet-row2 {
	background-color: #333;
	text-align: left;
	width: 370px;
	padding: 4px 0 4px 20px;
	border-right: 24px solid #333;
}




.aet-foot {
	padding: 20px 0 10px 0;
	text-align: center;
	background-color: #444;
}

.aet-head {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: -webkit-linear-gradient(#1f5181,#2b72b7);
	background: -o-linear-gradient(#1f5181,#2b72b7);
	background: -moz-linear-gradient(#1f5181,#2b72b7);
	background: linear-gradient(#1f5181,#2b72b7);
	color: #fff;
	padding: 18px 0 15px 30px;
	font-size: 1.2vw;
	font-weight: 600;	
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
}

.aet-head-treatment { font-size: 0.9vw; }

.aet-subhead {
	/*border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
	background-color: #245e96;
	color: #fff;
	padding: 10px 0 7px 30px;
	font-size: 0.7vw;
	font-weight: 600;	
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
}

.aet-padtop { padding-top: 25px; }
.aet-padbottom { padding-bottom: 25px; }

.big-input {
	width: 320px;
	font-size: 1.0vw;
	padding: 4px 4px 4px 4px;
	border: 3px solid #fff;
	border-radius: 4px;
}

.big-input:hover, .big-input:focus {
	background-color: #c0d9f0;
	border: 3px solid #c0d9f0;
}

.select1 {
	width: 334px;
	font-size: 1.0vw;
	padding: 4px 4px 4px 4px;
	border: 3px solid #ffffff;
	border-radius: 4px;
	cursor: pointer;
	background-color: #fff;
}

.surface-checkbox-box {
	color: #333;
	width: 320px;
	font-size: 1.0vw;
	padding: 4px 4px 4px 4px;
	border: 3px solid #ffffff;
	border-radius: 4px;
	cursor: pointer;
	background-color: #fff;
}

.remove-treatment-box {
	color: #333;
	width: 320px;
	height: 100px;
	overflow: auto;
	font-size: 1.0vw;
	padding: 4px 4px 4px 4px;
	border: 3px solid #ffffff;
	border-radius: 4px;
	cursor: pointer;
	background-color: #fff;
}

.textarea-event {
	width: 325px;
	height: 100px;
	border: 3px solid #fff;
	border-radius: 4px;
}

button {
	border-radius: 6px;
	background-color: #424242;
	padding: 0.8vw 1.2vw 0.6vw 1.2vw;
	font-size: 0.6vw;
	font-weight: 600;
	color: #efefef;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
	-webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -o-transition: all ease 0.2s; -ms-transition: all ease 0.2s; transition: all ease 0.2s;
	margin: 0 5px 0 0;
	outline: none;
}

button:hover {
/*	background: -webkit-linear-gradient(#1f5181,#2b72b7);
	background: -o-linear-gradient(#1f5181,#2b72b7);
	background: -moz-linear-gradient(#1f5181,#2b72b7);
	background: linear-gradient(#1f5181,#2b72b7);*/
	background-color: #245e96;

	color: #fff;
}

button:active {
	transform: scale(0.9) translate(0px,0px); 
}

.select_time { 
	width: 90px; max-width: 90px;
	font-size: 1.0vw;
	padding: 4px 4px 4px 4px;
	border: 3px solid #ffffff;
	border-radius: 6px;
	cursor: pointer;
	background-color: #fff;

}
.input_date { max-width: 110px; margin-right: 10px; text-align: center; }

.eventstart {
	padding: 0.15vw 0.1vw 0.15vw 0.1vw;
	font-size: 0.67vw;
	line-height: 0.7vw;
	font-weight: 600;
	background: rgba(0,0,0,0.5);
	color: #fff;
	xborder-top-left-radius: 10px;
	border-top-right-radius: 0px;
}

.eventend {
	font-size: 0.6vw;
	font-weight: 600;
}

.event1, .event2, .event3 {
	opacity: 0.9;
	margin-top: -1px; 
	padding-bottom: 1px;
	position: relative;
	width: 70px;
	height: 30px;
	min-height: 30px;
	/*background: linear-gradient(#16b101,#0c6101);*/
	background: linear-gradient(#72b03a,#4f7a28);
	font-size: 0.6vw;
	color: #fff;
	cursor: pointer;
	word-wrap: break-word;
	text-align: center;
	-webkit-transition: transform ease 0.6s, padding ease 0.6s, transform-origin ease 0.6s;
	-moz-transition: transform ease 0.6s, padding ease 0.6s, transform-origin ease 0.6s;
	-o-transition: transform ease 0.6s, padding ease 0.6s, transform-origin ease 0.6s;
	-ms-transition: transform ease 0.6s, padding ease 0.6s, transform-origin ease 0.6s;
	transition: transform ease 0.6s, padding ease 0.6s, transform-origin ease 0.6s;
	z-index: 1;
	overflow: hidden;
	/*border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;*/
}

.event2 { 
	margin-left: 50px; 
	background: linear-gradient(#e20216,#610109);
}

.event3 { 
	margin-left: 100px; 
	/*background: linear-gradient(#d8d500,#6c6a00);*/
	background: linear-gradient(#ff6600,#bf4c01);
	color: #000;
}


.event1:hover, .event2:hover, .event3:hover {
	z-index: 3;
/*	background: -webkit-linear-gradient(#1c4976,#2b72b7);
	background: -o-linear-gradient(#1c4976,#2b72b7);
	background: -moz-linear-gradient(#1c4976,#2b72b7);
	background: linear-gradient(#1c4976,#2b72b7);*/
	color: #fff;
	padding-bottom: +100px;
	transform: scale(1.4);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	opacity: 1;
}

.event2:hover {
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
}

.event3:hover {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}


.event-box {
	position: relative;
	height: 0px;
}

.header-up {
	background-color: #424242;
	color: #fff;
	font-size: 0.8vw;
	cursor: pointer;
	display:inline-block;
	vertical-align: bottom;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
	display: inline-block;
	padding: 6px 10px 6px 10px; 
	color: #fff;
}



.header-up:hover {
	background-color: #2b72b7;
}
.header-up:active {
	-webkit-transform: scale(0.8); 
	transform: scale(0.8); 
}

.calendar-actual, .toggle-weekend {
	letter-spacing: 1px;
	font-size: 1.0vw;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
	padding: 0 25px 0 25px;
	height: 2.1vw;
	line-height: 2.1vw;
	vertical-align: middle;
	background-color: #205588;
	color: #fff;
	margin: 0 0 0 5px;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.toggle-weekend-off { 
	background-color: #25619b;
	color: #cdcdcd;
}


.calendar-doctor-box {
	text-align: center;
	width: 32.9%;
	background-color: #fff;
	display: inline-block;
	margin: 0 0px 0 -2px;
}

.cdb-head {
	width: 100%;
/*	background: -webkit-linear-gradient(#1f5181,#2b72b7);
	background: -o-linear-gradient(#1f5181,#2b72b7);
	background: -moz-linear-gradient(#1f5181,#2b72b7);
	background: linear-gradient(#444,#333);*/
	background-color: #444;
	text-align: center;
	padding: 5px 0 5px 0px;
	border-bottom: 1px solid #333;


	background: -webkit-linear-gradient(#1f5181,#2b72b7);
	background: -o-linear-gradient(#1f5181,#2b72b7);
	background: -moz-linear-gradient(#1f5181,#2b72b7);
	background: linear-gradient(#1f5181,#2b72b7);

}

.cdb-name {
	display: inline-block;
	color: #fff;
	padding: 5px 0 0 0px;
	font-size: 1.2vw;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cdb-container {
	background-color: #fff;
	overflow: auto;
}

.cdb-clock {
	width: 10%;
	text-align: right;
	vertical-align: top;
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	background-color: #fff;
}

.cdb-min-container { 
	display: inline-block;
	vertical-align: top;
}

.cdb-hour {
	vertical-align: top;
	display: inline-block;
	font-size: 1.1vw;
	margin: -1px -3px 0 0;
}

.cdb-min {
	font-size: 0.5vw;
	height: 30px;
	padding-right: 3px;
}
.cdb-min-first {
	font-size: 0.7vw;
	height: 30px;
	padding-right: 2px;
}

.cdb-content {
	text-align: left;
	width: 90%;
}

.cdb-content-line {
	border-top: 1px solid #ddd;
	height: 30px;
}

.cdb-table {
	border-bottom: 1px solid black;
	margin-bottom: 300px;
}

.filter-head {
	width: 100%;
	padding: 0 0 8px 8px;
	background-color: #2b72b7;
	text-align: left;
}

.group_filter {
	text-align: left;
	width: 250px;
}

#search {
	padding: 0px 0px 0px 10px;
	margin-left: 5px;
	color: #666;
	border: 0;
	width: 18vw;
	height: 2.1vw;
	line-height: 2.1vw;
	vertical-align: middle;
}

.control-button {
	display: inline-block;
	border-radius: 6px;
	background-color: #25619b;
	font-size: 1.2vw;
	font-weight: 600;
	color: #cdcdcd;
	cursor: pointer;
	-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;
	outline: none;
	height: 2.1vw;
	line-height: 2.1vw;
	vertical-align: middle;
	text-align: center;
}

.control-button:hover {
	color: #fff;
}

.control-button:active {
	transform: scale(0.8) translate(0px,0px); 
}

.button-search {
	width: 4vw;
	margin: 0 0 0 5px;
}

.zoom-container {
	float: right;
	margin: 0 10px 0 0;
}

.zoom-button {
	font-size: 1.0vw;
	width: 4vw;
	margin: 0 5px 0 0;
}

.zoom-text {
	display: inline-block;
	border-radius: 4px;
	background-color: #22598f;
	width: 3.5vw;
	font-size: 0.8vw;
	font-weight: 600;
	color: #efefef;
	cursor: pointer;
	margin: 0 5px 0 0;
	text-align: center;
	height: 2.1vw;
	line-height: 2.1vw;
	vertical-align: middle;
	background-color: #205588;
	color: #fff;

}

.pager-button {
	font-size: 1.0vw;
	width: 2.5vw;
	margin: 0 0 0 5px;
}



.cm-week {
	width: 50px; 
	text-align: center; 
	background-color: #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #1f5181;
	vertical-align: middle;
	background: -webkit-linear-gradient(to right, #1f5181,#2b72b7);
	background: -o-linear-gradient(to right, #1f5181,#2b72b7);
	background: -moz-linear-gradient(to right, #1f5181,#2b72b7);
	background: linear-gradient(to right, #1f5181,#2b72b7);
	cursor: pointer;
}

.cm-day {
	width: 14%;
	height: 10vw;
	min-width: 14%;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #333;
}

.cm-week-text {
	font-weight: 500;
	margin: 5px 5px 0 0;
}

.cm-day-text {
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
	font-size: 1.2vw;
	color: #666;
	font-weight: 800;
	padding: 1px 0 0px 8px;
	cursor: pointer;
}

.cm-day-text:hover .addevent{
	color: #fff;
}

.cm-day-text:hover {
	color: #fff;
	background: -webkit-linear-gradient(#1c4976,#2b72b7);
	background: -o-linear-gradient(#1c4976,#2b72b7);
	background: -moz-linear-gradient(#1c4976,#2b72b7);
	background: linear-gradient(#1c4976,#2b72b7);
	border-bottom: 1px solid #2b72b7;
}

.cm-day-text-am {
	color: #ccc;
}



.cm-today{
	background: #dedede;
}

.cm-day-head {
	font-size: 1.0vw;
	text-align: center;
	text-transform: uppercase;
	height: 1.4vw;
	line-height: 1.0vw;
	vertical-align: top;
}

.month-event-box {
	position: relative;
	margin: 0px 0px 1px 0px;
	border-left: 0px solid transparent;
}

.month-event1, .month-event2, .month-event3 {
	opacity: 1.0;
	position: relative;
	width: 100%;
	height: 1.0vw;
	line-height: 1.0vw;
	background: linear-gradient(to left, #16b101,#0c6101);
	font-size: 0.5vw;
	color: #fff;
	cursor: pointer;
	word-wrap: break-word;
	text-align: left;
	-webkit-transition: transform ease 0.6s, transform-origin ease 0.6s;
	-moz-transition: transform ease 0.6s, transform-origin ease 0.6s;
	-o-transition: transform ease 0.6s, transform-origin ease 0.6s;
	-ms-transition: transform ease 0.6s, transform-origin ease 0.6s;
	transition: transform ease 0.6s, transform-origin ease 0.6s;    
	z-index: 1;
	overflow: hidden;
}

.month-event2 { 
	background: linear-gradient(to left, #e20216,#610109);
}

.month-event3 { 
	background: linear-gradient(to left, #d8d500,#6c6a00);
}

.month-event1:hover { background: linear-gradient(to bottom, #16b101,#0c6101); }
.month-event2:hover { background: linear-gradient(to bottom, #e20216,#610109); }
.month-event3:hover { background: linear-gradient(to bottom, #d8d500,#6c6a00); }


/*.month-event1:active, .month-event2:active, .month-event3:active {*/

.month-event-hovered {
	position: absolute;
	z-index: 993;
	padding-top: 5px;
	margin-left: -5px;
	padding-left: 10px;
	padding-bottom: +100px;
	transform: scale(1.4);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	opacity: 1;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    5px 5px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         5px 5px 20px 0px rgba(0, 0, 0, 0.75);
	border: 1px solid #fff;
}

.month-event-last-hovered {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}

.edit-event {
	font-size: 0.8vw;
	margin-top: 2px;
	margin-right: 5px;
	float: right;
}

.edit-event:hover {
	margin-top: 1px;
	font-size: 0.9vw;
}


.patients-section, .settings-section {
	width: 100%;
	text-align: left;
}

.patients-box {
/*	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;*/
	/*float: left;*/
	display: block;
	position: absolute;
	left: 0;
	vertical-align: top;
	width: 20%;
	min-width: 20%;
	text-align: left;
	background: -webkit-linear-gradient(to top, #1f5181,#2b72b7);
	background: -o-linear-gradient(to top, #1f5181,#2b72b7);
	background: -moz-linear-gradient(to top, #1f5181,#2b72b7);
	background: linear-gradient(to top, #1f5181,#2b72b7);

}

.patients-search-box {
	width: 90%;
	min-height: 2vw;
	margin: 0 auto 0 auto;
}

.patients-container {
	background-color: #fff;
	margin: 10px auto 0 auto;
	padding: 0.5vw 0 0.5vw 0;
	width: 90%;
	border: 3px solid #fff;
	border-radius: 4px;
	text-align: left;
	overflow-y: auto;

}

.patient, .user {
	margin: 2px 0.5vw 2px 0.5vw;	
	padding: 0.2vw 0.3vw 0.2vw 0.5vw;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
	border-radius: 4px;
	font-size: 0.9vw;
}

.patient:hover, .patient-hovered, .user:hover, .user-hovered {
	background-color: #2b72b7;
	color: #fff;
	border-bottom: 1px solid #2b72b7;
}

#p-search {
	width: 100%;
	margin: 5px 0 0 -4px;
	border: 0px;
	padding: 9px 0px 9px 20px;
	color: #aaa;
	font-size: 0.9vw;
}

.patient-right-area {
	left: 20%;
	width: 80%;
	/*float: left;*/
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-color: #2b71b5;
	padding: 0 0 20px 0;
}

.patient-menu-box, .settings-menu-box {
	width: 100%;
	background-color: #2b72b7;
	text-align: left;
	margin: 0 0 0 0px;
	padding: 0 0 10px 0px;
}

.pmenu-item {
	display: inline-block;
	background-color: #18426c;
	color: #efefef;
	font-size: 0.7vw;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 10px -5px -10px 18px;
	padding: 4px 35px 0px 35px;
	height: 2.1vw;
	line-height: 2.1vw;
	vertical-align: middle;
	text-transform: uppercase;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}

.pmenu-item:hover, .pmenu-item-hovered {
	color: #fff;
/*	background: -webkit-linear-gradient(to bottom, #1f5181,#2b72b7);
	background: -o-linear-gradient(to bottom, #1f5181,#2b72b7);
	background: -moz-linear-gradient(to bottom, #1f5181,#2b72b7);
	background: linear-gradient(to bottom, #1f5181,#2b72b7);      */
	background-color: #245e96;
}
.pmenu-item-hovered {
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

.pmi-head {
	border: 0;
	width: 92%;
	color: #fff;
	background: transparent;
	text-align: left;
	padding: 3px 0px 3px 0px;
	margin: 7px 0 0 16px;
	letter-spacing: 1px;
	background-color: #245e96;
	height: 1.6vw;
	line-height: 1.6vw;
	vertical-align: middle;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.pmi-list {
	padding: 0 0 0 15px;
	font-size: 0.7vw;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

.add-patient {
	float: right;
	padding: 0 10px 0 0;
	cursor: pointer;
	font-size: 1.1vw;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	transition: all linear 0.1s;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.add-patient:active, .add-patient-from-calendar:active {
	-webkit-transform: scale(0.6); 
	transform: scale(0.6);
}

.daily-filter-button {
	float: right;
	border-radius: 4px;
	color: #fff;
	margin: 0 0.8vw 0 0;
	padding: 0 0.3vw 0 0.3vw;
	cursor: pointer;
	font-size: 1.1vw;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	transition: all linear 0.1s;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.daily-filter-button-on { 
	background-color: #fff;
	color: #245e96;
}

.daily-filter-date-box { display: none; width: 100px; margin: 0 0 0 0.8vw; }

#daily-filter-date { width: 100%; box-sizing: border-box; text-align: center; border: none; padding: 2px 0 1px 0; font-size: 16px; border-radius: 4px; position: relative; z-index: 100000; }


.add-patient-from-calendar {
	padding: 0 0 0 0.1vw;
	display: inline-block;
	cursor: pointer;
	font-size: 1.1vw;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	transition: all linear 0.1s;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}


.patient-content {
	clear: both;
	/*background-color: #dedede;*/
	background-color: #245e96;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 0 0 0;
	overflow-y: auto;
}

.pl-toggle-button {
	margin: 0 0 -12px 0;
	display: inline-block;
	width: 0vw;
	height: 2.1vw;
	line-height: 2.1vw;
	text-align: center;
	vertical-align: bottom;
	font-size: 1.0vw;
	color: transparent;
	background-color: #245e96;

	border-top-right-radius: 5px;
	xborder-bottom-right-radius: 5px;
	padding: 3px 0px 0px 0px;
	cursor: pointer;
}

.torzsadatok-table {
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.profil-table {
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	width: 90%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tat-head {
	text-align: left;
	height: 2.1vw;
	line-height: 2.1vw;
	vertical-align: middle;
	padding: 15px 15px 0 25px;
	text-transform: uppercase;
	font-size: 0.8vw;
	font-weight: 600;
	background-color: #245e96;
	color: #eee;
}

.tat-l {
	width: 15%;
	text-align: left;
	padding: 5px 15px 3px 25px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 0.75vw;
	font-weight: 600;
	border-bottom: 1px solid #eee;
}

.tat-r {
	width: 35%;
	text-align: left;
	padding: 5px 15px 3px 15px;
	text-transform: uppercase;
	background-color: #ebebeb;
	border-bottom: 1px solid #ddd;
}

.tai-top { padding-top: 20px; }
.tai-bottom { padding-bottom: 20px; }

.ta-input {
	width: 95%;
	font-size: 1vw;
	font-weight: 500;
	padding: 4px 4px 4px 10px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	background-color: #efefef;
	color: #333;
}

.ta-input:hover, .ta-input:focus, .textarea-ta:hover, .textarea-ta:focus, .textarea-ta:hover, .textarea-ta:focus {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}

.ta-input-zip {
	width: 3vw;
}

.ta-input-city {
	width: 20.7vw;
}

.textarea-ta {
	background-color: #efefef;
	width: 95%;
	height: 100px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	padding: 4px 4px 4px 10px;
}

.vtop {
	vertical-align: top;
	padding-top: 10px;
}

.button2 {
	background-color: #18426c;
}

.select2 {
	width: 60%;
	font-size: 1.0vw;
	padding: 4px 4px 4px 4px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	cursor: pointer;
	background-color: #efefef;
}

.events-table {
	width: 100%;
	background-color: #fff;
}

.et-head {
	height: 2.1vw;
	line-height: 2.1vw;
	vertical-align: middle;
	background-color: #245e96;
	color: #eee;
	font-size: 0.8vw;
	font-weight: 600;
	text-align: left;
	padding-left: 5px;
	text-transform: uppercase;
}

.et-content {
	height: 2.1vw;
	line-height: 2.1vw;
	vertical-align: middle;
	font-size: 0.8vw;
	font-weight: 500;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #efefef;
}

.padl15 {
	padding-left: 15px;
}

.padr15 {
	padding-right: 15px;
}

.et-row {
	cursor: pointer;
}

.et-row:hover {
	background-color: #efefef;
}


.treatments-content {
	background-color: #245e96;
	padding: 5px 10px 0px 10px;
	text-align: left;
}

.treatments-box {
	vertical-align: top;
	display: inline-block;
	padding: 0px 0px 20px 0;
	margin: 0 auto 0 auto;
}

.teeth-box {
	overflow: hidden;
	box-shadow: 8px 8px 5px 0px rgba(50, 50, 50, 0.55);
	display: inline-block;
	width: auto;
	border-radius: 5px;
/*	background: -webkit-linear-gradient(to top, #1c4976, #245e96);
	background: -o-linear-gradient(to top, #1c4976, #245e96);
	background: -moz-linear-gradient(to top, #1c4976, #245e96);*/
/*	background: linear-gradient(#999, #eee, #999);*/
	background: linear-gradient(#9c624c, #eddfd9, #eddfd9, #9c624c);
	text-align: center;
	margin: 0px 0px 0 0;
	z-index: 2;
	position: relative;
/*	-webkit-transition: all linear 0.8s;
	-moz-transition: all linear 0.8s;
	-o-transition: all linear 0.8s;
	-ms-transition: all linear 0.8s; */
	transition: all ease 0.2s;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;

}

.teeth-box-layer, .treatments-infobox {
	transition: all ease 0.5s;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.pb15 { padding: 0 0 15px 0; }
.pt15 { padding: 15px 0px 0 0; }

.chart-top-left, .chart-top-right, .chart-bottom-left, .chart-bottom-right {
	overflow-x: hidden;
	overflow-y: hidden;
	display: inline-block;
	margin: 0 auto 0px auto;
	white-space: nowrap;
	vertical-align: bottom;
	text-align: center;
	
}

.chart-top-left { text-align: right; padding: 0vw 0.2vw 0.25vw 1vw; margin: 0 0 0 0px; border-bottom: 1px dotted #444; border-right: 1px dotted #9c624c; }
.chart-top-right { text-align: left; padding: 0vw 1vw 0.25vw 0vw; margin: 0 0 0 -4px; border-bottom: 1px dotted #444; }
.chart-bottom-left { text-align: right; margin: -4px 0 0 0; padding: 0.25vw 0.2vw 0 1vw; border-right: 1px dotted #9c624c; }
.chart-bottom-right { text-align: left; margin: 0 0 0 -4px; padding: 0.25vw 1vw 0 0vw;}



.teeth-bottom-left { padding-right: 0vw; }
.teeth-bottom-right { padding-left: 0vw; }

.theads-bottom-left, .theads-top-left { text-align: right; height: 3.3vw; } 
.theads-bottom-right, .theads-top-right { text-align: left; height: 3.3vw; } 

.teeth-bottom {
	display: inline-block;
	clear: both;
	margin: 0 auto 0 auto;
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
}

.tooth-box, .tooth-box-selectable {
	height: 12.5vw;
	position: relative;
	z-index: 2;
	display: inline-block; 
	margin: 0px 0.06vw 0px 0.06vw;
	vertical-align: top;
	padding: 0;
	outline: none;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	-ms-transition: all linear 0.1s; 
	transition: all linear 0.1s;
	-webkit-filter: drop-shadow(7px 7px 3px #ba8570);
	filter: drop-shadow(7px 7px 3px #ba8570);
}

/*.tooth46, .tooth36, .tooth16, .tooth26 { height: 10.5vw; margin: 0 0.4vw 0 0.5vw; }
.tooth11, .tooth21 { height: 12vw; }
.tooth12, .tooth22, .tooth32, .tooth42 { margin: 0 0.4vw 0 0.5vw; }
.tooth17, .tooth27, .tooth37, .tooth47 { height: 11.5vw; }
.tooth14, .tooth24, .tooth34, .tooth44 { height: 12vw; }*/

.tooth-box-hover:hover, selectable-extractio:hover { 
	xbackground: #245e96; border-radius: 26px; 
	/*background: linear-gradient(#245e96, transparent, transparent, transparent);*/
	box-shadow: 0px 0px 10px #133251;
}

.tooth-box-selectable { 
	background: #245e96; 
	border-radius: 26px; 
	/*background: linear-gradient(#245e96, transparent, transparent, transparent);*/
}

.tooth-box-inactive {
	-webkit-filter: blur(2px);
	filter: blur(2px);
	opacity: 0.1;
	height: 12.5vw;
	position: relative;
	z-index: 1;
	display: inline-block; 
	margin: 0 1px 0 1px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s; 
	transition: all linear 0.2s;
}


.tooth-img {
	max-height: 100%;
	cursor: pointer;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
	z-index: 1;
	vertical-align: top;
}

.tooth-img-bottom {
	max-height: 100%;
	cursor: pointer;
	vertical-align: top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
	z-index: 1;
}

.ib-t-upper { margin-top: 1.5vw; }
.ib-t-bottom { margin-top: 4vw; }
/*
.b10 { margin-bottom: 10px; }
.b15 { margin-bottom: 15px; }
.b20 { margin-bottom: 20px; }
.b25 { margin-bottom: 25px; }
.b30 { margin-bottom: 30px; }

.t10 { margin-top: 10px; }
.t15 { margin-top: 15px; }
.t20 { margin-top: 20px; }
.t25 { margin-top: 25px; }
.t30 { margin-top: 30px; }
*/

.tooth-text-top, .tooth-text-bottom {
	width: 3.5vw;
	text-align: center;
	color: #333;
	font-weight: 600;
	font-size: 0.7vw;	
	display: inline-block;
	vertical-align: top;
	margin: 0 0.1vw 0 0;
}

.tooth-text-top { margin: 10px 0.1vw 0 0; }
.tooth-text-bottom { margin: 0px 0.1vw 10px 0; }

.zoom-teeth {
	padding: 10px;
	font-size: 1.2vw;
	font-weight: 600;
	display: inline-block;
	background-color: #2b72b7;
	color: #fff;
	cursor: pointer;
	margin-top: -50px;
	position: fixed;
	top: 170px;
	right: 100px;
	z-index: 99;
}

.zoom-out {
	right: 40px;
}

.zoomin:hover, .zoomout:hover {
	background-color: red;
}

.tooth-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
}


.tl-top {
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}

.tl-bottom {
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
}

.thead-box {
	height: 3.3vw;
	position: relative;
	z-index: 1;
	margin: 0 0.1vw 0 0;
	display: inline-block; 
	vertical-align: top;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s; 
	transition: all linear 0.2s;
/*	-webkit-filter: drop-shadow(7px 7px 3px #aaa);
	filter: drop-shadow(7px 7px 3px #aaa);*/
}

.thead-box-layer {
	opacity: 0.6;
	position: absolute;
	width: 100%;
	height: 100%;
}

.thead-box-inactive {
	opacity: 0.1;
	width: 3.5vw;
	position: relative;
	z-index: 1;
	display: inline-block; 
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s; 
	transition: all linear 0.2s;
}

.thead-img {
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
	height: 100%;
	cursor: pointer;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.thead-top {
	border-bottom: 3px dashed #aaa;
/*	margin: 5px 0 0 0;*/
}

.thead-bottom {
/*	margin: 0 0 5px 0;*/
}

.tooth-separator {
	display: inline-block;
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px dotted #333;
}

.pr20 { padding-right: 10px; }
.pl20 { padding-left: 10px; }

.treatments-infobox {
	box-shadow: 8px 8px 5px 0px rgba(50, 50, 50, 0.55);
	opacity: 1;
	vertical-align: top;
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-radius: 5px;
	z-index: 2;
	position: relative;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s; 
	transition: all ease 0.2s;
}

.tooth-info-number {
	padding: 10px 0 10px 0;
	width: 100%;
	text-align: center;
	font-size: 1.7vw;
	font-weight: 600;
	color: #fff;
}

.tooth-history {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0px 0 0 0;
	position: absolute;
	width: 100%;
	max-height: 90%;
	overflow: auto;
	text-align: left;
}



.ticontent-head { color: #fff; width: 98%; height: 2.5vw; line-height: 2.5vw; font-size: 0.7vw; font-weight: 600; text-transform: uppercase;}
.ticontent-line { color: #000; width: 100%; background: #fff; font-size: 0.7vw; font-weight: 500; cursor: pointer; border-bottom: 1px solid #ccc; }
.ticontent-line:hover { background: #18426c; color: #fff; border-bottom: 1px solid #ccc; } 

.ticontent-tooth, .ticontent-name, .ticontent-date, .ticontent-comment { vertical-align: top; display: inline-block; white-space: nowrap; overflow: hidden; }

.ticontent-tooth { width: 10%; text-align: center; }
.ticontent-name { width: 75%; text-align: left; margin-left: -4px; }
.ticontent-date { width: 15%; text-align: center; margin-left: -5px; }
.tispan { padding-left: 0.5vw; }
.ticontent-line .ticontent-name { border-left: 1px solid #ccc; border-right: 1px solid #ccc; font-weight: 600; }
.ticontent-line .ticontent-tooth { font-weight: 600; }
.ticontent-line .ticontent-tooth, .ticontent-line .ticontent-name, .ticontent-line .ticontent-date { padding: 0.3vw 0 0.3vw 0; }

.more-tooth { width: 85%; text-align: right; }

.ti-table {
	background: #18426c;
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.ti-box {
	width: 100%;
	height: 50%;
}

.ti-cell {
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	vertical-align: top;
	text-align: center;
	xdisplay: inline-block;
	float: left; 
	xclear: both;
	width: 49.9%;
	height: 100%;
}

.tb2 { margin-left: 10px; }

.tic-right { overflow: hidden; z-index: 99; background: linear-gradient(#0f2943, #5a9bda); }
.tic2 { margin: 0 -1px 0 1px;  overflow: hidden; z-index: 99; background: linear-gradient(#0f2943, #5a9bda); }

.treatments-head {
	background-color: #666;
	padding: 5px 0px 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.6vw;
	text-align: left;
	font-weight: 600;
}

.ti-date {
	padding: 2px 5px 2px 0px;
	font-size: 0.7vw;
	font-weight: 600;
}

.ti-treatment {
	padding: 2px 5px 2px 5px;
	font-size: 0.7vw;
	font-weight: 600;
	text-transform: uppercase;
}

.ti-more {
	display: block;
	padding: 2px 5px 2px 0px;
	font-size: 0.5vw;
	font-weight: 500;
}

.ti-content-box {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 0px 0;
	cursor: pointer;
}

.ti-content-box:hover {
	background-color: #fff;
}

.clear { clear: both; }

.treatments-menu {
	border-radius: 5px;
	text-align: left;
	margin: 0.2vw 0 0.6vw 0;
	padding: 2px 0 2px 0px;
	z-index: 1;
	vertical-align: bottom;
}

.tm-item, .tm-item2 {
	height: 2.2vw;
	line-height: 2.2vw;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	background-color: #18426c;
	color: #fff;
	margin: 0px 0.5vw 0px 0;
	padding: 0 2vw 0 2vw;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 0.65vw;
	cursor: pointer;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s; 
	transition: all linear 0.2s;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
	/*z-index: -1;*/
}

.tm-item:hover {
	transform: scale(0.9);
}

.tm-selected {
	background-color: #fff;
	color: #000;
	pointer-events: none;
}

.tm-item2 {
	background-color: #fff;
	color: #000;
	margin: 0 0.5vw 0 0;
}

.tm-item2-uncheck {
	background-color: #18426c;
	color: #fff;
}

.mr10 { margin-right: 15px; }

.pmenu-previous { float: right; 	background-color: #245e96;
	color: #fff;
	font-size: 1vw;
	font-weight: 600;
	margin: 10px -5px -10px 18px;
	padding: 4px 20px 0px 20px;
	height: 2.1vw;
	line-height: 2.1vw;


	vertical-align: bottom;
	text-transform: uppercase;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
}

.pmenu-pname {
	float: right;
	display: inline-block;
	background-color: #245e96;
	color: #fff;
	font-size: 0.7vw;
	font-weight: 600;
	letter-spacing: 1px;
/*	margin: 0px 20px 0px 0px;
	padding: 0px 35px 0px 35px;
	height: 2.1vw;
	line-height: 2.1vw; */

	margin: 10px -5px -10px 18px;
	padding: 4px 35px 0px 35px;
	height: 2.1vw;
	line-height: 2.1vw;


	vertical-align: bottom;
	text-transform: uppercase;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
}


.content-fix {
	border: 1px solid red;
	display: inline-block;
}

.tmi4 {
	margin-left: 17px;
}

.tooth-box-layer {
	font-size: 8px;
	font-weight: 700;
	z-index: 2;
	opacity: 0.9;
	position: absolute;
	width: 100%;
	height: 100%;
}

.tooth-box-layer-inactive {
	opacity: 0.1;
	position: absolute;
	width: 100%;
	height: 100%;
}

.tooth-box-layer2 {
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
}

.zindex { z-index: 99; }
.fullopacity { opacity: 1; }



.xray-bottom, .xray-top {
	color: #ebf38f;
	font-size: 0.9vw;
	font-weight: 600;
	position: absolute;
	left: 40%;
	filter: none;
	-webkit-filter: none;
	z-index: 99999;
}

.xray-bottom { bottom: 0.2vw; }
.xray-top { top: 0.2vw; }


.blur {
	filter: blur(5px) drop-shadow(7px 7px 3px #777);
	-webkit-filter: blur(5px) drop-shadow(7px 7px 3px #777);
}

.image {
	width: 200px;
	-webkit-filter: drop-shadow(7px 7px 3px #777);
	filter: drop-shadow(7px 7px 3px #777);
	border-radius: 5px;
}

.img-box {
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position: relative;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	z-index: 1;
}

.img-box:hover {
	transform: scale(1.01);
	z-index: 2;
}

.delete {
	cursor: pointer;
	color: red;
	background-color: white;
	padding: 4px;
	position: absolute;
	z-index: 999;
	/*margin: -32px auto 0 auto;*/
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	opacity: 0;
	border-bottom-right-radius: 4px;
}

.img-box:hover .delete {
	opacity: 0.5;
}

.img-box:hover .delete:hover, .delete:active {
	opacity: 1;
}

.photo-gallery { padding: 10px; position: relative; }
.upload-photos-button { padding: 10px; }


.message-content { 
	width: 100%;
	background-color: #2b72b7;
}

.new-message-box {
	text-align: center;
	padding: 1.5vw 0 1.5vw 2vw;
	text-align: center;
}

#new-message {
	background-color: #fff;
	width: 70%;
	height: 3vw;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 20px 0px rgba(50, 50, 50, 0.55);
	padding: 14px;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Open Sans';
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; opacity:  1; }
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; opacity:  1; }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999; }


.message-container-box { 
	background-color: #245e96;
	padding: 1.5vw 0 1.5vw 2vw;
}

.message-container {
	margin: 0 auto 0 auto;
	background-color: #fff;
	width: 70%;
	height: 80%;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 20px 0px rgba(50, 50, 50, 0.55);
	padding: 14px;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Open Sans';
	overflow: auto;
}

.message-box {
	padding: 1vw 1vw 1vw 1vw;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 5px 0 0 0;
	text-align: left;
	background-color: #ededed;
}

.mb-user { font-weight: 800; font-size: 0.9vw; text-transform: uppercase; }
.mb-date { font-weight: 500; font-size: 0.6vw; text-transform: uppercase; }
.mb-msg { font-weight: 400; font-size: 1vw; padding: 0.7vw 0 0.7vw 0;  }
.mb-delete { font-weight: 300; font-size: 20px; color: #888; cursor: pointer; position: relative; margin: -7px 0 0 0px; opacity: 0; }
.mb-delete:hover { color: #000; }

.message-box:hover { background-color: #dcdcdc; }
.message-box:hover .mb-delete { opacity: 1; }

.settings-content {
	background-color: #18426c;
}

.tooth-selector {
	text-align: center;
	position: relative;
	/*background-color: #ddd;*/
	background: linear-gradient(#999, #eee, #999);
	z-index: 99;
	margin: 0 auto 0 auto;
	vertical-align: middle;
	font-size: 0.9vw;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0; 
	display: none;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.tooth-bridge-top, .tooth-bridge-bottom, .thead-bridge {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	opacity: 1;
	width: 100%;
	height: 0.5vw;
	background: #222; 
	border: 10px solid #222;
	filter: none;
	-webkit-filter: none;
}

.negative { z-index: -1; }

.tooth-bridge-bottom { margin: 1vw 0 0 -0.2vw; }
.tooth-bridge-top { margin: -2.7vw 0 0 -0.2vw; }
.thead-bridge { margin: 0.9vw 0 0 -0.2vw; }

.bridge-cut-left { width: 50%; margin-left: 50%; }
.bridge-cut-right { width: 50%; margin-right: 50%; }
.bridge-color-30 { background: #8d782f; border: 10px solid #8d782f; }
.bridge-color-31 { background: #958c7f; border: 10px solid #958c7f; }
.bridge-color-32 { background: #767676; border: 10px solid #767676; }
.bridge-color-33 { background: #606470; border: 10px solid #606470; }

.hide-bridge { display: none; }

.csleft48 { margin: -0.3vw 0 0 -0.4vw; }
.csright48 { margin: -0.5vw 0 0 -0.4vw; }

.csleft47 { margin: 0vw 0.6vw 0 -0.4vw; }
.csright47 { margin: 0.3vw -0.3vw 0 0; }
.csleft46 { margin: 0.4vw 1.3vw 0 -0.8vw; }
.csright46 { margin: 0.3vw -0.3vw 0 0; }
.csleft45 { margin: 0.5vw 0 0 -0.15vw; }
.csright45 { margin: 0.6vw 0 0 -1vw; }
.csleft44 { margin: 0.6vw 0 0 -0.3vw; }
.csright44 { margin: 0.5vw 0 0 -0.7vw; }
.csleft43 { margin: 0.8vw 0 0 -0.3vw; }
.csright43 { margin: 0.6vw 0 0 -0.9vw; }
.csleft42 { margin: 0.7vw 0 0 -0.4vw; }
.csright42 { margin: 0.8vw 0 0 -1.1vw; }
.csleft41 { margin: 0.3vw 0 0 -0.4vw; }
.csright41 { margin: 0.3vw 0 0 -1.1vw; }
.csleft31 { margin: 0.3vw 0 0 -0.5vw; }
.csright31 { margin: 0.3vw 0 0 -1.2vw; }
.csleft32 { margin: 0.8vw 0 0 -0.2vw; }
.csright32 { margin: 0.7vw 0 0 -0.9vw; }
.csleft33 { margin: 0.6vw 0 0 -0.3vw; }
.csright33 { margin: 0.8vw 0 0 -0.8vw; }
.csleft34 { margin: 0.5vw 0 0 -0.1vw; }
.csright34 { margin: 0.5vw 0 0 -0.6vw; }
.csleft35 { margin: 0.5vw 0 0 -0.1vw; }
.csright35 { margin: 0.5vw 0 0 -0.6vw; }
.csleft36 { margin: 0.3vw 0 0 -0.3vw; }
.csright36 { margin: 0.4vw 0vw 0 1.2vw; }
.csleft37 { margin: 0.3vw 0 0 -0.4vw; }
.csright37 { margin: 0 0 0 0.3vw; }
.csleft38 { margin: -0.5vw 0 0 -0.3vw; }
.csright38 { margin: -0.3vw 0 0 -0.3vw; }


.csleft21 { margin: -0.6vw 0 0 -0.4vw; }
.csleft22 { margin: -0.6vw 0 0 -0.3vw; }
.csleft23 { margin: -1.4vw -0.1vw 0 0vw; }
.csleft24 { margin: -0.6vw 0 0 -0.3vw; }
.csleft25 { margin: -0.8vw 0 0 -0.4vw; }
.csleft26 { margin: -0.9vw 0 0 -0.4vw; }
.csleft27 { margin: -0.9vw 0 0 -0.4vw; }
.csleft28 { margin: -0.4vw 0 0 -0.2vw; }

.csright28 { margin: 0vw 0 0 -0.3vw; }
.csright27 { margin: -0.9vw 0vw 0 0.3vw; }
.csright26 { margin: -1.2vw 0vw 0 0.3vw; }
.csright25 { margin: -0.9vw 0vw 0 -1.0vw; }
.csright24 { margin: -1.2vw 0vw 0 -0.5vw; }
.csright23 { margin: -1.4vw 0vw 0 -0.8vw; }
.csright22 { margin: -0.8vw 0vw 0 -1.0vw; }
.csright21 { margin: -0.8vw 0vw 0 -0.4vw; }

.csleft11 { margin: -0.9vw 0vw 0 -0.1vw; }
.csleft12 { margin: -0.8vw 0vw 0 -0.4vw; }
.csleft13 { margin: -1.4vw 0vw 0 0vw; }
.csleft14 { margin: -1.2vw 0vw 0 0.1vw; }
.csleft15 { margin: -0.9vw 0vw 0 -0.1vw; }
.csleft16 { margin: -1.1vw 0.4vw 0 -1vw; }
.csleft17 { margin: -1.0vw 0.3vw 0 -1vw; }
.csleft18 { margin: 0vw 0vw 0 -0.3vw; }



.csright11 { margin: -0.6vw 0 0 -0.2vw; }
.csright12 { margin: -0.6vw 0 0 -1.1vw; }
.csright13 { margin: -1.3vw 0 0 -1.3vw; }
.csright14 { margin: -0.6vw 0 0 -0.1vw; }
.csright15 { margin: -0.7vw 0 0 -0.6vw; }
.csright16 { margin: -0.9vw -0.3vw 0 0vw; }
.csright17 { margin: -0.9vw -0.4vw 0 0vw; }
.csright18 { margin: -0.4vw 0vw 0 -0.4vw; }


.disableclick { pointer-events: none; }

.treatment-icon { display: inline-block; width: auto; height: 3.3vw; vertical-align: middle; background: #18426c; color: #ccc; font-size: 0.55vw; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; text-align: center; padding: 0.4vw 0.4vw 0vw 0.4vw; cursor: pointer; -webkit-transition: all ease 0.1s; -moz-transition: all ease 0.1s; -o-transition: all ease 0.1s; -ms-transition: all ease 0.1s; transition: all ease 0.1s; border-radius: 6px; margin: 0 0.1vw 0 0; box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.35); }
.treatment-icon i, .tooth-color-box i { font-size: 1.3vw; margin: 0vw 0 0.1vw 0; }
.treatment-icon-selected { background: #fff; color: #18426c; font-weight: 600; }

                           
.tcolor-data { font-size: 1.2vw; }

.global-treatment:hover { background: #fff; color: #18426c;}

.hovered-tooth {
	background: rgba(24,66,108,0.2);
	transform: scale(1.07);
	border-radius: 20px;
}

.tooth-replacement {
	height: 2vw;
	width: 100%;
	background: red;
	margin: 5vw 0 0 0;
	border: 10px solid red;
	filter: none;
	-webkit-filter: none;
}

.tr-cut-left { width: 40%; margin-left: 60%; }
.tr-cut-right { width: 40%; margin-right: 60%; }
.tr-pad-fix { margin-left: -5px; }


.rt-line { font-size: 0.6vw; border-bottom: 1px solid #ccc; width: 100%; }
.rt-line-selected { background:#18426c; color: #fff; }
.rt-date, .rt-name { display: inline-block; padding: 0.2vw 0 0.2vw 0vw; vertical-align: top; }
.rt-date { width: 21%; text-align: center; }
.rt-name { width: 70%; white-space: nowrap; overflow: hidden; }
.rt-date { padding-right: 0.2vw; border-right: 1px solid #ccc; }
.removed-treatment { font-weight: 400; font-size: 0.5vw; }
#select-box2, #select-box3 { margin: 0.2vw 0 0 0; }
.logout-button { font-size: 0.6vw; font-weight: 500; color: #ccc; letter-spacing: 1px; cursor: pointer; }
.logout-button:hover { text-decoration: underline; }
.logout-box { text-align: right; font-size: 0.6vw; z-index: -1; }
.tooth-color-box { display: inline-block; height: 3.3vw; padding: 0.4vw 1vw 0 1vw; color: #fff; vertical-align: top; background: #18426c; font-size: 0.6vw; text-align: center; border-radius: 6px; box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.35); cursor: pointer; text-transform: uppercase; }
.section-addpatient { display: none; }

.users-head {
	text-align: left;
	height: 2.1vw;
	line-height: 2.1vw;
	vertical-align: middle;
	padding: 10px 15px 5px 25px;
	text-transform: uppercase;
	font-size: 0.8vw;
	font-weight: 600;
	background-color: #245e96;
	color: #eee;
}

.users-title { display: inline-block; margin: 0 1vw 0 0; }

.add-user {
	display: inline-block;
	cursor: pointer;
	font-size: 1.1vw;
	-webkit-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	transition: all linear 0.1s;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.add-user:active {
	-webkit-transform: scale(0.6); 
	transform: scale(0.6);
}

.users-container {
	background-color: #fff;
	padding: 0.5vw 0 0.5vw 0;
	border: 3px solid #fff;
	text-align: left;
	overflow-y: auto;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	min-width: 20%;
	text-align: left;
}

.users-page {
	text-align: left;
}

.user-details-container {
        max-width: 79%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.external-treatment { background: #e32400; color: #fff; }

.hover-add-button {
	letter-spacing: 1px;
	display: inline-block; 
	/*width: 0px;*/
	opacity: 0;
	position: relative;
	background: #2b72b7;
	color: #fff;
	font-size: 0.5vw;
	transition-delay: 2s;
	transition-property: width;
	transition-duration: 5s;
	-webkit-transition-delay: 2s;
	-webkit-transition-property: width;
	-webkit-transition-duration: 5s;
	transform: scale(0);
	border-top-right-radius: 10px;	
	border-bottom-right-radius: 10px;	
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	transition: all ease 0.6s;
	z-index: 999999;
	cursor: pointer;

	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;

}


.ct-content-line:hover .hover-add-button, .cdb-content-line:hover .hover-add-button { opacity: 1; width: auto; padding: 0.2vw 0.8vw 0.2vw 0.8vw; transform: scale(1); }

.event-status-box {
	margin: 0.5vw 0 0 0;
}

.event-status-button i {
	padding: 0 0.2vw 0 0.2vw;
	font-size: 0.8vw;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-weight: 400;
	color: #aaa;
}

.event-status-button:hover i {
	transform: scale(1.6);
}

.event-status-button:active i {
	font-weight: 500;
	color: #fff;
}

.event-status-button-hovered i {
	transform: scale(1.2);
	font-weight: 500;
	color: #fff;
}

.helper-box {
	-webkit-transition: all ease 3.3s;
	-moz-transition: all ease 3.3s;
	-o-transition: all ease 3.3s;
	-ms-transition: all ease 3.3s;
	transition: all ease 3.3s;
	position: absolute;
	transform: scale(0);
	z-index: 998;
	margin-left: -10px;
}

.helper {
	margin-top: 19px;
	background: #996501;
	color: #fff;
	padding: 0.7vw;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	position: absolute;
	width: 150px;
	font-size: 0.8vw;
	line-height: 1vw;
	text-align: center;
}

.helper-triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 20px 20px 20px;
	border-color: transparent transparent #996501 transparent;
}

.patient-status-icon { float: right; margin-right: 0.5vw; color: #22598f; }
.patient:hover .patient-status-icon { color: #fff; }

.replacement-top { border-bottom: 8px solid #555; width: 100%; height: 84%; transform: scale(1.2); -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; }
.replacement-bottom { border-bottom: 8px solid #555; width: 100%; height: 14%; transform: scale(1.2); -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; }
.replacement-thead { border-bottom: 8px solid #555; width: 100%; height: 46%; transform: scale(1.2); }
.replacement-cut-left { margin-left: 0.4vw; }
.replacement-cut-right { margin-left: -0.4vw; }


.replacement1 { border-bottom: 8px solid #666; }
.replacement2 { border-bottom: 8px solid #888; }
.replacement3 { border-bottom: 8px solid #aaa; }
.replacement4 { border-bottom: 8px solid #ccc; }

.previous-patients { display: none; position: absolute; box-sizing: border-box; padding: 10px; top: 53px; right: 0px; width: 300px; max-height: 500px; background: #245e96; z-index: 9999; border-bottom-left-radius: 6px; box-shadow: -10px 10px 20px 0px rgba(50, 50, 50, 0.65); }
.pp-container { position: relative; width: 100%; max-height: 100%; overflow: auto; padding: 5px; }
.prevpatient { color: #eee; padding: 2px; cursor: pointer; font-size: 14px; }
.prevpatient:hover { color: #fff; }

.schedule-box { display: inline-block; border: 1px solid #ddd; margin: 0.1vw; width: 5vw; padding: 5px; font-size: 0.8vw; }
.schedule-title { font-weight: 700; margin-bottom: 5px; }
.schedule-part { display: inline-block; }
.schedule-part input { display: block; }

.daypart { background-color: #205588; color: #fff; }
.toggle-button { background-color: #25619b; color: #cdcdcd; }

.recipe:active { transform: scale(0.92); background: #fff; color: black; }

.loadimg { z-index: 9999999; opacity: 0.7; position: fixed; top: 0px; left: 0; width: 100%; height: 100%; background: url('../images/Loading.gif') no-repeat, #333; background-size: auto 50%; background-position: center center; }
