/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
body {
	/*background-color: #e3e3e3;*/
	background-color:#e3e3e3; /*//FFE0E0*/
	/*background-image: url(../images/body_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #414141;
}
.clear {
	clear: both;
	border: none;
}
.clear2 {
	clear: both;
	border: none;
	margin-bottom: 20px;
}
.break {
	clear: both;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;
}
.main_wrapper ,#main_wrapper {
	width:90%;
	margin: 0px auto;
}
#top {
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	height: 44px;
	line-height: 44px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #909090;
	margin-top: -1px;
	width: 100%;
}
#top ul {
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	height: 44px;
	line-height: 44px;
}
#top ul li {
	float: left;
	list-style: none;
	width: 14%;
	/*padding-right: 20px;*/
	margin: 0px;
	display: block;
}
#top ul li:hover {
	background-color: #eaeaea;
}
#top ul li.active {
	background-color: #f0d06b;
}
#top ul li.first:hover, #top ul li.first.active {
	border-bottom-left-radius: 10px;
}
#top ul li.last:hover, #top ul li.last.active {
	border-bottom-right-radius: 10px;
}
#top ul li.last { float: right;}
#top ul li.first { border-right: 1px solid #909090;}
#top ul li a {
	color: #4a4a4a;
	text-decoration: none;
	display: block;
	text-shadow: 0px 1px #f1f1f1;
	border-right: 1px solid #909090;
	margin-left: 20px;
}

#top ul li.inactive {
	background-color: #f1f1f1;
}

#top ul li.inactive:hover {
	background-color: #f1f1f1;
}

#top ul li a.inactive {
	color: #d4d4d4;
	text-shadow: none ;
	font-weight: normal;
	cursor: default;
}

#top ul li.inactive a.client {
	background-image: url(../images/icon_schedule_disabled.png);
}

#top ul li.inactive a.schedule {
	background-image: url(../images/icon_schedule_disabled.png);
}

#top ul li.inactive a.admin {
	background-image: url(../images/icon_admin_disabled.png);
}
#top ul li.inactive a.insurance {
	background-image: url(../images/icon_insurance_disabled.png);
}

#top ul li.inactive a.reports {
	background-image: url(../images/icon_reports_disabled.png);
}

#top ul li.inactive a.tasklist {
	background-image: url(../images/icon_tasklist_disabled.png);
}

#top ul li.inactive a.timesheet {
	background-image: url(../images/icon_timesheet_disabled.png);
}


#top ul li.disabled a.logout {
	background-image: url(../images/icon_logout_disabled.png);
}
#top ul li a.client {
	background-image: url(../images/icon_client.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}


#top ul li a.schedule {
	background-image: url(../images/icon_schedule.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}
#top ul li a.admin {
	background-image: url(../images/icon_admin.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}
#top ul li a.insurance {
	background-image: url(../images/icon_insurance.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

#top ul li a.reports {
	background-image: url(../images/icon_reports.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}
#top ul li a.tasklist {
	background-image: url(../images/icon_tasklist.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

#top ul li a.timesheet {
	background-image: url(../images/icon_timesheet.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
}

#top ul li a.logout {
	background-image: url(../images/icon_logout.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
	border-right: 0px;
}
.ui-tabs {
	margin-top: 60px;
}
.ui-menu {
	width: 185px;
}
.ui-tabs .ui-tabs-nav li a {
	padding: .5em .8em !important;
}
h1#patientName {
	margin-bottom: 10px;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
	text-shadow: 1px 1px #f1f1f1;
	text-transform:uppercase;
}

/* FORMS */
form {
	font-size: 14px;
}

.col-md-3 {
	width: 25%; 
	float: left;
}

.col-md-6 { 
	width: 50%;
	float: left;
}

.col-md-9 {
	width: 75%;
	float: left;
}
.col-md-12 {
	width: 100%;
	float: left;
}
.col-md-6 .col { float: left; width: 50%;}


.column {
	width: 33%;
	float: left;
}
.column-label-lg {
	width: 33%;
	float: left;
}

.column-label-lg label {
	width: 230px;
}
.column2 {
	width: 20%;
	float: left;
}
.column2 select {
	width: 80%;
}
.columnb {
	float: left;
	margin-right: 10%;
}
.columnb textarea {
	width: 300px;
}
.column .document {
	margin-top: 40px;
}
.2columns {
		float: left;
		width: 49%;
	}
.column h2 {
	padding-bottom: 15px;
}
fieldset {
	border: none;
}
legend {
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	line-height: 26px;
	margin-bottom: 10px;
	width: 85%;
}
label {
	float: left;
	width: 140px;
	line-height: 26px;
	text-align:left;
}
input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	height: 26px;
	padding: 0px 5px 0px 5px;
	width: 45%;
	background-color: #f9f9f9;
	margin-bottom: 5px;
}
input[type="radio"],input[type="checkbox"] {
	width:auto !important;
}
.mgr input[type="text"] { width: 75% !important; margin-right: 10px;}
.timesheet .col { float: left; width: 50%;}

.timesheet input[type="checkbox"] {
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 7px;
	padding: 0px;
}

.timesheet input[type="datetime"], .timesheet input[type="password"] {
	width: 39%;
}

.timesheet .row { margin-top: 40px;}
.timesheet .col-md-6 .row { margin-top: 15px;}
.timesheet #datepicker { float: left;}
.timesheet #timepicker { width: 40px; padding-top: 66px; float: left; margin-left: 10px;}
.timesheet #timepicker label { font-weight: bold;}
.timesheet #timepicker input { border-radius: 0px; width: 36px; height: 30px; float: none; display: block; margin-bottom: -1px; background-color: #fff;
padding:0;}

.timesheet .date-col1 { float: left; margin: 2px 10px 0px 0px; line-height: 18px;}
.timesheet .date-col2 { float: left; margin: 2px 0px 0px 10px; line-height: 18px; text-align: right;}

.timesheet .messages h2 { font-size: 20px; font-weight: normal; padding-bottom: 15px;}
.timesheet .messages textarea { width: 90%; min-height: 220px;}
.timesheet .checkbox-description { position: relative; left: 140px; font-size: 12px; top: -12px;}
.timesheet label.indent { padding-left: 20px;}
.timesheet label.clear { float: none; display: block;}
.timesheet .col-md-6 input.submit { position: static; height: 28px; background-color: #e1e1e1; margin-left: 10px;}
.timesheet .col-md-6 input.submit:hover { background-color: #fde487;}

.timesheet #formSubmit { padding-left: 0px; padding-top: 15px; float: right;}
.timesheet #formSubmit input.submit { left: 0px;}

.timesheet .grid { background-color: #f2f2f2; border: 1px solid #ccc; margin-right: 30px; padding: 15px; margin-bottom: 15px;}
.timesheet .grid .date { display: block; padding-bottom: 15px;}
.timesheet .grid .header { padding-bottom: 35px; margin-bottom: 10px; border-bottom: 1px solid #ccc;}

.timesheet .ui-datepicker { width: 100% !important;}
.timesheet .ui-datepicker-multi .ui-datepicker-group { width: 25%; min-height: 200px;}

.timesheet span.legend { float: left; padding-top: 7px;}
 
.column-label-lg input {
	width: 40%;
}
textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	padding: 0px 5px 0px 5px;
	width: 45%;
	background-color: #f9f9f9;
	margin-bottom: 5px;
	float: left;
}
textarea.full {
	width: 99%;
}
textarea.med {
	width: 60%;
}
input.submit {
	position: absolute;
	left: 220px;
	padding: 0px;
	width: 80px;
	height: 24px;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
}
input.submit:hover, input.send:hover {
	background-image: url(../images/bg_submit_over.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
}
input.send {
	position: absolute;
	left: 190px;
	padding: 0px;
	width: 140px;
	height: 24px;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
}
select {
	background: transparent;
	-webkit-appearance: none;
	border: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	background-image: url(../images/bg_selectBox.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f9f9f9;
	width: 47%;
	height: 27px;
	padding-left: 5px;
	margin-bottom: 5px;
}
select.multiple {
	background: none;
	min-height: 120px;
	height: auto;
}
.thumbnail {
	margin-bottom: 10px;
}
.browse {
	float: left;
	padding: 0px;
	width: 60px;
	height: 18px;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	color: #4a4a4a;
	text-align: center;
}
.browse:hover {
	background-image: url(../images/bg_submit_over.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
}
.formTable ,#formTable {
	width: 100%;
	background-color: #fff;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #bfbfbf;
	/*behavior: url(/css/border-radius.htc);*/
	overflow-y: scroll;
	overflow: hidden;
	display: table;
	margin-bottom: 20px;
}
#formTable2 {
	float: left;
	background-color: #fff;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #bfbfbf;
	behavior: url(/css/border-radius.htc);
	overflow-y: scroll;
	overflow: hidden;
	display: table;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 40px;
}
.formTable .row1 ,#formTable .row1 {
	display: table-row;
	background-color: #f1f1f1;
}
#familyGrid .row:hover{
	cursor:pointer;
}
.formTable .row ,#formTable .row {
	display: table-row;
}
.formTable .col ,#formTable .col {
	display: table-cell;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 5px;
	text-align: center;
	/*width:146px;*/
	width:auto;
}
.formTable .col input[type='radio'], #formTable .col input[type='radio'] {
	margin-left: 10px;
}
.formTable .name,#formTable .name{
	text-transform: uppercase;
}
#formTable .fixed200 ,.formTable .fixed200{
	width: 200px;
}
.formTable .fixed110 ,#formTable .fixed110 {
	width: 110px;
}
.formTable .fixed60 ,#formTable .fixed60 {
	width: 60px;
}
.formTable .fixed40 ,#formTable .fixed40 {
	width: 40px;
}
.formTable .lastCol ,#formTable .lastCol {
	display: table-cell;
	border-bottom: 1px solid #bfbfbf;
	padding: 5px;
	height:28px;
}
.formTable h2 ,#formTable h2 {
	text-align: left;
	padding-left: 10px;
}
.formTable label ,#formTable label {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 80%;
}
.formTable input ,#formTable input {
	background-color: #fff;
	border: none;
	border-radius: 0px;
	padding: 0px;
	padding-left: 5px;
	width: 98%;
	margin: 0px;
	float: left;
}
.formTable select ,#formTable select {
	background-color: #fff;
	padding-left: 0px;
	width: 100%;
	margin: 0px;
	float: left;
}
.formTable input.button ,#formTable input.button ,.formTable a.button ,#formTable a.button {
	width: 100%;
	height: 20px;
	font-size: 12px;
	float: left;
	text-align: center;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration:none;
	color:#000000;
	padding: 0px 5px 0px 5px;
}
.formTable input.button:hover,#formTable input.button:hover,.formTable a.button:hover ,#formTable a.button:hover {
	background-image: url(../images/bg_submit_over.jpg);
	background-repeat: repeat-x;
	cursor:pointer;
}
input.button2 {
	font-size: 12px;
	text-align: center;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 10px 0px 10px;
	behavior: url(/css/border-radius.htc);
}
input.button2:hover {
	background-image: url(../images/bg_submit_over.jpg);
	background-repeat: repeat-x;
}
input.button3 {
	font-size: 12px;
	text-align: center;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 10px 0px 10px;
	width: 110px;
	behavior: url(/css/border-radius.htc);
}
input.button3:hover {
	background-image: url(../images/bg_submit_over.jpg);
	background-repeat: repeat-x;
}
#submenu {
	overflow-y: scroll;
	overflow: hidden;
}

#submenu label {
	position: absolute;
	cursor: pointer;
}

.ui-menu .ui-menu-item a {
	min-height: 24px !important;
}

#submenu input[type="checkbox"] {
	float: right;
	width: 15px;
	height: 15px;
	margin: 5px 10px 0px 0px;
	border: none;
	background: none;
	background-color: transparent;
}
.formSubmit ,#formSubmit {
	height: 40px;
	padding-top: 40px;
	padding-left: 100px;
}
.formSubmit .submit ,#formSubmit .submit {
	width: 70px;
	text-align: center;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	float: left;
	position: relative;
	margin-right: 20px;
}
.formSubmit input.submit:hover ,#formSubmit input.submit:hover {
	background-image: url(../images/bg_submit_over.jpg);
	background-repeat: repeat-x;
}
#catTable {
	float: left;
	border: 1px solid #bfbfbf;
	margin-top: 40px;
	margin-right: 40px;
}
#catTable td.fixed200 {
	width: 200px;
}
/* FIXED HEADER */
td {
	border-bottom: 1px solid #bfbfbf;
	padding: 5px;
	text-align: left; /* IE */
}
td.first {
	width: 40px;
}
td .clear {
	border-bottom: 0px;
	text-align: left; /* IE */
}
td + td, td +td.clear {
	border-left: 1px solid #bfbfbf;
}
th {
	padding: 0 5px;
	/* min-width:65px;*/
	text-align: left; /* IE */
}
.header-background {
	border-bottom: 1px solid #bfbfbf;
}
/* above this is decorative, not part of the test */
.fixed-table-container {
	width: 100%;
	height: 110px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #bfbfbf;
	behavior: url(/css/border-radius.htc);
	margin: 0px auto;
	background-color: white;
	/* above is decorative or flexible */
	position: relative; /* could be absolute or relative */
	padding-top: 30px; /* height of header */
}
.fixed-table-container-inner {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
.fixed-table-container-inner input {
	background-color: #fff;
	border: none;
	border-radius: 0px;
	padding: 0px;
	padding-left: 5px;
	width: 98%;
	margin: 0px;
	float: left;
}
.fixed-table-container-inner select {
	background-color: #fff;
	padding-left: 0px;
	width: 100%;
	margin: 0px;
	float: left;
}
.fixed-table-container-inner input.button ,.gridButtons .button{
	width: 100%;
	height: 20px;
	font-size: 12px;
	float: left;
	text-align: center;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 5px 0px 5px;
	behavior: url(/css/border-radius.htc);
	color:#000000;
}
.gridButtons a{
	text-decoration:none;
	width:140px !important;
}
.fixed-table-container-inner input.button:hover ,.gridButtons .button:hover {
	background-image: url(../images/bg_submit_over.jpg);
	background-repeat: repeat-x;
}
.header-background {
	background-color: #f1f1f1;
	height: 30px; /* height of header */
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
table {
	background-color: white;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.th-inner {
	position: absolute;
	top: 0;
	line-height: 30px; /* height of header */
	text-align: left;
	border-left: 1px solid #bfbfbf;
	padding-left: 5px;
	margin-left: -5px;
}
.first .th-inner {
	border-left: none;
	padding-left: 6px;
}
/* GALLERY */
#gallery .thumbnails {
	float: left;
	width: 80%;
}
#gallery .thumbnails img {
	width: 160px;
	height: 160px;
}
#gallery .thumbnails .thumb {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#gallery .options {
	float: right;
	width: 20%;
}
/* SCHEDULE PAGE */
#schedule_wrapper {
	width: 79%;
	float: left;
	/* margin-right: 1%; */
}
#schedule_options {
	width: 20%;
	float: left;
	border: 1px solid #bfbfbf;
	background: #f5f5f5;
	margin-top: 88px;
	/* margin-left: -2px; */
}
#schedule_options #content {
	padding: 20px;
}
#accordion {
	margin: 10px 0px 10px 0px;
}
#accordion .ui-accordion-header {
	border-radius: 6px;
}
#accordion .ui-accordion-header-active {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#accordion .ui-accordion-header, #accordion .ui-accordion-content {
	padding: 10px 20px;
}
#accordion .ui-accordion-content input, #accordion .ui-accordion-content textarea {
	width: 96%;
}
#schedule_options .ui-datepicker {
	width: 96%;
	border-radius: 6px;
	margin-bottom: 10px;
}
#schedule_options .ui-datepicker .ui-datepicker-header {
	border: 1px solid #bfbfbf;
	background: #ffde72;
	font-weight: bold;
	color: #606060;
}
#schedule_options input, #schedule_options select {
	width: 100%;
}
#schedule_options input.button2 {
	width: 100px;
}
/* LOGIN PAGE */
#login {
	/*background-color: #f5f5f5;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*border: 1px solid #bfbfbf;*/
	/*width: 460px;
	margin: 0px auto;*/
	position: fixed;
	left: 50%;
        margin-top: 40px;
	margin-left: -230px;
	width: 360px;
	min-height: 320px;
}
#devsign{
	padding-right:61px;font-size:34px;text-align:center;margin-top:10px;margin-bottom:10px;
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;display:none;
}
#loginLogoDiv{
	/*background-image: url("../images/logoHD.png");*/
	background-position: top center;
	background-repeat: no-repeat;
	/*background-size: 486px auto;
	height: 150px;
	width: 460px;*/
       background-size: 360px auto;
       height: 200px;
       width: 360px;
}
.loginForm select { width: 190px; float: left;}
.loginForm input.loginSubmit { 
    position: absolute; 
    padding: 0px;
    margin-left: 20px;
    width: 80px;
    height: 24px;
    background-image: url(../images/bg_submit.jpg);
    background-repeat: repeat-x;
    border: 1px solid #bfbfbf;
    cursor: pointer;
}


#login h2 {
	/*	background-color: #ffde72;*/
	margin: 0px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*border-bottom: 1px solid #bfbfbf;*/
	font-size: 18px;
	font-weight: 700;
	padding: 10px 10px 10px 20px;
}
#login .content {
	padding: 20px 10px 10px 20px;
}
#login .content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	clear: both;
}

.loginForm {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 260px;
}
.loginForm label {
	float: left;
	width: 80px;
	line-height: 22px;
}
.loginForm input {
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	height: 22px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	width: 100px;
	background-color: #f9f9f9;
}

.loginForm .input-fix {
	padding-top: 60px;
}

.loginForm input.loginSubmit {
	position: absolute;
	padding: 0px;
	margin-left: 20px;
	width: 80px;
	height: 24px;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
}
.loginForm { width: 220px; margin-top: 20px; margin-bottom: 20px;}
.loginForm input.loginSubmit:hover {
	background-image: url(../images/bg_submit_over.jpg);
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	cursor: pointer;
}
.loginForm .loginCity {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	padding: 0px;
	background-image: url(../images/bg_selectBox.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f9f9f9;
	width: 190px;
	height: 22px;
}
.loginForm select {
	background: transparent;
	-webkit-appearance: none;
	border: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	behavior: url('/css/border-radius.htc');
	padding: 0px;
	background-image: url(../images/bg_selectBox.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f9f9f9;
	width: 190px;
	height: 23px;
	float: left;
	padding-left: 5px;
}
/* LOGOUT PAGE */

#logout {
	width: 612px;
	margin: 0px auto;
	margin-top: 170px;
}


#logout .clinicHeader img {
	border-radius: 8px;
}

#logout .content {
	font-size: 16px;
	text-align: center;
	padding-top: 40px;
}

#logout .copyright {
	font-size: 14px;
	width: 612px;
	position: absolute;
	bottom: 60px;
	text-align: center;
}

/* END LOGIN PAGE */
/* END LOGIN PAGE */

/* LETTER */

#letter-wrapper {
	width: 612px;
	height: 792px;
	background-color: #fff;
	margin: 0px auto;
	font-size: 0.8em;
	line-height: 1.2em;
}


#letter .header {
	height: 100px;
	border-bottom: 1px solid #9a9a97;
}

#letter .header img {
	width: 612px;
	height: 100px;
}

#letter .left {
	width: 392px;
	float: left;
	padding: 40px 0px 0px 20px;
}

#letter .right {
	width: 180px;
	float: right;
	padding: 40px 20px 0px 0px;
	text-align: right;
}

#letter .content {
	clear: both;
	padding: 40px 20px 0px 20px;
	text-align: justify;
}

#letter p {
	margin-bottom: 1em;
}


#letter .footer {
	width: 612px;
	height: 60px;
	position: absolute;
	top: 732px;
	border-top: 1px solid #9a9a97;
}

#letter .footer img {
	width: 612px;
	height: 60px;
}

/* perio */


#legend {
	border: 1px solid #d2d2d2;
	background-color: #fff;
	margin-top: 40px;
	overflow-y: scroll;
	overflow: hidden;
}

#legend .row1 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d2d2d2;
}

#legend h2 {
	text-transform: uppercase;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
}

#legend .col {
	float: left;
	width: 20%;
}

#legend .col p {
	padding: 10px 0px 10px 40px;
}

#perio-wrapper {
	width: 1120px;
	margin-top: 80px;
}

#perioGrid {
	margin-top: 10px;
	background-color: #fff;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	border-left: 2px solid #000;
	color: #000;
	width: 1040px;
}

#perioGrid .row {
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #000;
}

#perioGrid .row .title {
	float: left;
	width: 68px;
	border-right: 2px solid #000;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
}

#perioGrid .row .tooth {
	width: 59px;
	float: left;
	border-right: 1px solid #000;
}

#perioGrid .row .tooth .col {
	float: left;
	width: 20px;
	margin-right: -2px;
	text-align: center;
	border-right: 1px solid #000;
	font-size: 12px;
	color: #000;
}

#perioGrid input {
	background: none;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	width: 19px;
	height: 19px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
	font-size: 12px;
}

/* perio 1 */

#perio {
	background-image: url(../images/bg_perio_teeth.png);
	background-repeat: no-repeat;
	width: 961px;
	margin-left: 80px;
	float: left;
}

#perioTitle {
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 60px;
	padding: 80px 0px 0px 10px;
	text-align: left;
}

#perio #tooth {
	width: 60px;
	float: left;
}

#perio #tooth .tooth18 {
	background-image: url(../images/tooth_18.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth17 {
	background-image: url(../images/tooth_17.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth16 {
	background-image: url(../images/tooth_16.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth15 {
	background-image: url(../images/tooth_15.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth14 {
	background-image: url(../images/tooth_14.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth13 {
	background-image: url(../images/tooth_13.png);
	width: 59px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: -10px;
}

#perio #tooth .tooth12 {
	background-image: url(../images/tooth_12.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth11 {
	background-image: url(../images/tooth_11.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth21 {
	background-image: url(../images/tooth_21.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth22 {
	background-image: url(../images/tooth_22.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth23 {
	background-image: url(../images/tooth_23.png);
	width: 59px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: -10px;
}

#perio #tooth .tooth24 {
	background-image: url(../images/tooth_24.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth25 {
	background-image: url(../images/tooth_25.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth26 {
	background-image: url(../images/tooth_26.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth27 {
	background-image: url(../images/tooth_27.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .tooth28 {
	background-image: url(../images/tooth_28.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio #tooth .toothNumber {
	height: 30px;
	margin-top: -20px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#perio #tooth .MAG {
	height: 30px;
	margin-top: -8px;
}

#perio #tooth .mobility {
	width: 60px;
	height: 40px;
	padding-top: 80px;
	color: #000;
	font-size: 16px;
}

#perio #tooth .mobility2 {
	width: 60px;
	height: 40px;
	padding-top: 90px;
	color: #000;
	font-size: 16px;
}

#perio #tooth .options {
	width: 60px;
	height: 40px;
	font-size: 14px;
}

#perio #tooth .options .row {
	height: 20px;
}

#perio #tooth .col {
	float: left;
	width: 20px;
	text-align: center;
}

#perio #tooth input {
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
	padding: 0px;
	text-align: center;
}


#perio #tooth select {
	/*for firefox*/
	width: auto;
	
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: none;
	
	/*for firefox*/
	-moz-appearance: none;
	
	/*for chrome*/
	-webkit-appearance:none;
	text-indent: 0.01px;
	text-overflow: '';
	
	background-color: transparent;
	border: none;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	
}

#tooth select::-ms-expand {
	display: none;
}

/* perio 2 */

#perioTitle2 {
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 60px;
	padding: 125px 0px 0px 10px;
	text-align: left;
}

#perio2 {
	background-image: url(../images/bg_perio2_teeth.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 961px;
	margin-left: 80px;
	padding-top: 10px;
	float: left;
}

#perio2 #tooth {
	width: 60px;
	float: left;
}


#perio2 #tooth .tooth18 {
	background-image: url(../images/tooth_18b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth17 {
	background-image: url(../images/tooth_17b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth16 {
	background-image: url(../images/tooth_16b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth15 {
	background-image: url(../images/tooth_15b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth14 {
	background-image: url(../images/tooth_14b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth13 {
	background-image: url(../images/tooth_13b.png);
	width: 59px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth12 {
	background-image: url(../images/tooth_12b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth11 {
	background-image: url(../images/tooth_11b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth21 {
	background-image: url(../images/tooth_21b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth22 {
	background-image: url(../images/tooth_22b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth23 {
	background-image: url(../images/tooth_23b.png);
	width: 59px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth24 {
	background-image: url(../images/tooth_24b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth25 {
	background-image: url(../images/tooth_25b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth26 {
	background-image: url(../images/tooth_26b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth27 {
	background-image: url(../images/tooth_27b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .tooth28 {
	background-image: url(../images/tooth_28b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio2 #tooth .mobility {
	width: 60px;
	height: 40px;
	color: #000;
	font-size: 16px;
	padding-top: 20px;
}

#perio2 #tooth .mobility2 {
	width: 60px;
	height: 40px;
	color: #000;
	font-size: 16px;
	padding-top: 20px;
}

#perio2 #tooth .MAG {
	height: 30px;
	padding-top: 10px;
	margin-bottom: -20px;
}

#perio2 #tooth .options {
	width: 60px;
	height: 40px;
	font-size: 14px;
	margin-bottom: 35px;
}

#perio2 #tooth .options .row {
	height: 20px;
}

#perio2 #tooth .col {
	float: left;
	width: 20px;
	text-align: center;
}

#perio2 #tooth input {
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
	padding: 0px;
	text-align: center;
}

#perio2 #tooth select {
	/*for firefox*/
	width: auto;
	
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: none;
	
	/*for firefox*/
	-moz-appearance: none;
	
	/*for chrome*/
	-webkit-appearance:none;
	text-indent: 0.01px;
	text-overflow: '';
	
	background-color: transparent;
	border: none;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}

/* perio 3 */


#perio3 {
	background-image: url(../images/bg_perio_teeth.png);
	background-repeat: no-repeat;
	width: 961px;
	margin-left: 80px;
	float: left;
	margin-top: 80px;
}

#perioTitle3 {
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 60px;
	padding: 175px 0px 0px 10px;
	text-align: left;
}

#perio3 #tooth {
	width: 60px;
	float: left;
}

#perio3 #tooth .tooth48 {
	background-image: url(../images/tooth_48.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth47 {
	background-image: url(../images/tooth_47.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth46 {
	background-image: url(../images/tooth_46.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth45 {
	background-image: url(../images/tooth_45.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth44 {
	background-image: url(../images/tooth_44.png);

	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth43 {
	background-image: url(../images/tooth_43.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth42 {
	background-image: url(../images/tooth_42.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth41 {
	background-image: url(../images/tooth_41.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth31 {
	background-image: url(../images/tooth_31.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth32 {
	background-image: url(../images/tooth_32.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth33 {
	background-image: url(../images/tooth_33.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;

	background-position: bottom;
}

#perio3 #tooth .tooth34 {
	background-image: url(../images/tooth_34.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth35 {
	background-image: url(../images/tooth_35.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth36 {
	background-image: url(../images/tooth_36.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth37 {
	background-image: url(../images/tooth_37.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .tooth38 {
	background-image: url(../images/tooth_38.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio3 #tooth .toothNumber {
	height: 30px;
	margin-top: -20px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#perio3 #tooth .MAG {
	height: 30px;
	margin-top: 2px;
}

#perio3 #tooth .mobility {
	width: 60px;
	height: 40px;
	padding-top: 80px;
	color: #000;
	font-size: 16px;
}

#perio3 #tooth .mobility2 {
	width: 60px;
	height: 40px;
	padding-top: 90px;
	color: #000;
	font-size: 16px;
}

#perio3 #tooth .options {
	width: 60px;
	height: 40px;
	font-size: 14px;
}

#perio3 #tooth .options .row {
	height: 20px;
}

#perio3 #tooth .col {
	float: left;
	width: 20px;
	text-align: center;
}

#perio3 #tooth input {
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
	padding: 0px;
	text-align: center;
}


#perio3 #tooth select {
	/*for firefox*/
	width: auto;
	
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: none;
	
	/*for firefox*/
	-moz-appearance: none;
	
	/*for chrome*/
	-webkit-appearance:none;
	text-indent: 0.01px;
	text-overflow: '';
	
	background-color: transparent;
	border: none;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}


/* perio 4 */

#perioTitle4 {
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 60px;
	padding: 125px 0px 0px 10px;
	text-align: left;
}

#perio4 {
	background-image: url(../images/bg_perio2_teeth.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 961px;
	margin-left: 80px;
	margin-bottom: 100px;
	padding-top: 10px;
	float: left;
}

#perio4 #tooth {
	width: 60px;
	float: left;
}


#perio4 #tooth .tooth48 {
	background-image: url(../images/tooth_48b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth47 {
	background-image: url(../images/tooth_47b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth46 {
	background-image: url(../images/tooth_46b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth45 {
	background-image: url(../images/tooth_45b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth44 {
	background-image: url(../images/tooth_44b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth43 {
	background-image: url(../images/tooth_43b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth42 {
	background-image: url(../images/tooth_42b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth41 {
	background-image: url(../images/tooth_41b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth31 {
	background-image: url(../images/tooth_31b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth32 {
	background-image: url(../images/tooth_32b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth33 {
	background-image: url(../images/tooth_33b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth34 {
	background-image: url(../images/tooth_34b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth35 {
	background-image: url(../images/tooth_35b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth36 {
	background-image: url(../images/tooth_36b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth37 {
	background-image: url(../images/tooth_37b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .tooth38 {
	background-image: url(../images/tooth_38b.png);
	width: 59px;
	height: 124px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#perio4 #tooth .mobility {
	width: 60px;
	height: 40px;
	color: #000;
	font-size: 16px;
	padding-top: 20px;
}

#perio4 #tooth .mobility2 {
	width: 60px;
	height: 40px;
	color: #000;
	font-size: 16px;
	padding-top: 20px;
}

#perio4 #tooth .MAG {
	height: 35px;
	padding-top: 10px;
	margin-bottom: -10px;
}

#perio4 #tooth .toothNumber {
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: -30px;
}

#perio4 #tooth .options {
	width: 60px;
	height: 40px;
	font-size: 14px;
	margin-bottom: 35px;
}

#perio4 #tooth .options .row {
	height: 20px;
}

#perio4 #tooth .col {
	float: left;
	width: 20px;
	text-align: center;
}

#perio4 #tooth input {
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
	padding: 0px;
	text-align: center;
}

#perio4 #tooth select {
	/*for firefox*/
	width: auto;
	
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: none;
	
	/*for firefox*/
	-moz-appearance: none;
	
	/*for chrome*/
	-webkit-appearance:none;
	text-indent: 0.01px;
	text-overflow: '';
	
	background-color: transparent;
	border: none;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}

/* ------------------- Record Page ---------------------- */

a.recordBack {
	background-image: url(../images/icon_back.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
	display: block;
	width: 200px;
	line-height: 20px;
	margin-bottom: 30px;
}

a.recordBack:hover {
	background-image: url(../images/icon_back_over.png);
	color: #000;
}

#record-wrapper {
	width: 100%;
	background-color: #fff;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #bfbfbf;
	behavior: url(/css/border-radius.htc);
	overflow-y: scroll;
	overflow: hidden;
	display: table;
	margin-bottom: 20px;
}

#viz {
	padding: 20px;
	height: 180px;
}

#viz #analyzer {
	float: left;
	background-color: #202020;
	width: 30%;
	height: 100%;
	border-radius: 4px;
}

#viz .graph {
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 40px 0px 40px;
}

#viz #recordForm {
	float: left;
}

#viz #recordForm .formElements {
	float: left;
}

#viz #recordForm .formControls {
	float: right;
	margin-left: 40px;
	padding-top: 30px;
}

#viz #recordForm label {
	float: none;
}

#viz #recordForm input, #viz #recordForm textarea {
	float: none;
	display: block;
}

#viz #recordForm textarea {
	min-width: 200px;
	min-height: 90px;
}

#viz #recordForm input.title {
	width: 160px;
}

#viz #recordForm input.submit {
	position: static;
	width: 60px;
}


@media screen and (max-width: 461px) {
	.main_wrapper ,#main_wrapper {
		width: 100%;
	}
	#top {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border: 0;
		margin-top: -1px;
		height: 180px;
		width: 100%;
	}
	#top ul li {
		background-color: #f3f3f3;
		width: 100%;
		border-left: 0px;
		border-bottom: 1px solid #909090;
	}
	#top ul li a {
		border-right: 0px;
		margin-left: 10px;
	}
	#top ul li.first:hover, #top ul li.first.active{
		border-bottom-left-radius: 0px;
	}
	#top ul li.last:hover, #top ul li.last.active{
		border-bottom-right-radius: 0px;
	}
	
	.column, .column-label-lg, .col-md-3, .col-md-6, .col-md-6 .col, .col-md-9, .timesheet .col {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	label {
		float: left;
	}
	input, select, textarea {
		width: 100%;
	}
	
	.loginForm .input-fix {
		padding-top: 0px;
	}

	.formSubmit ,#formSubmit {
		padding: 0px;
		float: left;
		margin-left: -200px;
	}
	#menu ul li {
		float: none;
		width: 100%;
		border-radius: 0px;
		margin-bottom: -1px;
	}
	#schedule_wrapper, #schedule_options {
		width: 100%;
		float: none;
	}
	#devsign{
		font-size:16px;
	}
	#loginLogoDiv{
		margin-top:0px;
		height:108px;
		width:300px;
		background-size: 300px auto;
		position: relative;
		top:20px;
	}
	#login {
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		overflow: hidden;

		margin-top:-20px;
		top: 0px;

		position: relative;
	}
	.loginForm {
		width: 100%;
		height: 100%;
	}
	.loginForm label {
		float: left;
	}
	.loginForm input {
		width: 90%;
	}
	.loginForm input.loginSubmit {
		position: static;
		margin-left: 0px;
		margin-top: 10px;
	}
	.loginForm .loginCity {
		width: 100%;
	}
	.loginForm select {
		width: 100%;
	}
	
	#formTable2, .column2 {
		width: 100%;
	}
	


}
@media all and (min-width: 461px) and (max-width: 801px) {
	.main_wrapper,#main_wrapper {
		width: 100%;
	}
	
	.col-md-3, .col-md-9 {
		width: 50%;
	}
	
	#top {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border: 0;
		margin-top: -1px;
		height: 180px;
		width: 100%;
	}
	#top ul li {
		background-color: #f3f3f3;
		width: 100%;
		border-left: 0px;
		border-bottom: 1px solid #909090;
	}
	#top ul li a {
		border-right: 0px;
		margin-left: 10px;
	}
	#top ul li.first:hover, #top ul li.first.active{
		border-bottom-left-radius: 0px;
	}
	#top ul li.last:hover, #top ul li.last.active{
		border-bottom-right-radius: 0px;
	}
	/*	#top .logout {
      top: 185px;
      right: 2%;
    }*/
	label {
		float: left;
	}
	input, select, textarea {
		width: 80%;
	}
	.formSubmit ,#formSubmit {
		padding: 0px;
		float: left;
		margin-left: -200px;
	}
	#menu ul li {
		float: none;
		width: 100%;
		border-radius: 0px;
		margin-bottom: -1px;
	}
	#schedule_wrapper, #schedule_options {
		width: 100%;
		float: none;
	}
	.formTable2, .column2 { 
		width: 100%;
	}
}
.valid::-webkit-input-placeholder { /* WebKit browsers */
	color:    #ffffff;
}
.valid:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #ffffff;
}
.valid::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #ffffff;
}
.valid:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #ffffff;
}
#submenu {
	overflow-y: scroll;
	overflow: hidden;
}
#submenu label {
	position: absolute;
	cursor: pointer;
}
.ui-menu .ui-menu-item a {
	min-height: 24px !important;
}
#submenu input[type="checkbox"] {
	float: right;
	width: 15px;
	height: 15px;
	margin: 5px 10px 0px 0px;
	border: none;
	background: none;
	background-color: transparent;
}
.singleRow_required{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #c00 !important;
}