
/* Core Styles */

body, table {
	font-size: 15px;
	font-family: 'helvetica';
	margin: 0px;
}

img {
	border: 0px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
    font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

a {
	color: #dd7329;
}

table {
	border-collapse: collapse;
}

table th, table td {
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
}

/* Layout Styles */

#diagram_container {
	width: 660px;
	float: right;
}

#diagram_container_stacked {
	width: 220px;
	float:right;
}

#diagram_container_sagittal {
	width: 260px;
	float: right;
}

#diagram_container_palpation {
	width: 350px;
	float: right;
}


#diagram_container .diagram, #diagram_container_stacked .diagram  {
	float: left;
}

#header_container {
	margin: 5px;
}

#header_controls {
	float: right;
}

#body_tab_content, #body_content {
	margin: 10px;
}

#footer {
	
}

/* Diagram styles */

.diagram {
	position: relative;
	float: left;
}

.diagram img {
	display: block;
}

.diagram a img {
	z-index: 9;
}

.diagram a {
	z-index: 10;
}

.diagram a img.clickpoint, .diagram a img.zoompoint {
	position: absolute;
	border: 1px solid #9ea1b5;
}

.diagram a.selected img.clickpoint {
	border: 1px solid green;
}

.diagram a img.zoompoint, .diagram a.selected img.zoompoint {
	border: 1px solid yellow;
}

.clickpoint_label {
	position: absolute;
	font-size: 10px; 
	text-align: center;
	line-height: 12px; 
	z-index: 20;
}

.clickpoint_label a {
	color: #373733;
	text-decoration: none;
}

/* Misc Styles */

#header_controls div.historical_assessment {
	margin-top: 5px;
	font-weight: bold;
	color: red;
	text-align: right;
}

.highslide-wrapper .highslide-html-content {
	width: 720px;
}

td.label {
	text-align: right;
}

.small_print {
	font-size: 0.8em;
}

.option, .ml_option, .fixed_option, .fixed_option_big, .option_label, .numeric_option {
	float: left;
	padding: 1px;
	line-height: 20px;
}

.verticalOption {
	padding: 1px;
	line-height: 20px;
}

div.option label {
	
	padding-right: 6px;
}

.option_label {
	font-weight: bold;
}

.left .option_label, .right .option_label {
	width: 60px;

	text-align: right;
	margin-right: 0.5em;
}

.option {
	white-space: nowrap;
	margin-right: 1em;
}

.numeric_option {
	white-space: nowrap;
	margin-right: 0.5em;
}

.ml_option {
	width: 160px;
}

.fixed_option {
	width: 160px;
	white-space: nowrap;
}

.fixed_option_big {
	white-space: nowrap;
	width: 320px;
}

.ml_option input {
	float: left;
}

table.input_chart, table.input_chart td,table.input_chart th {
	border: 1px solid #b1b1b1;
}

table.input_chart th {
	text-align: center;
}

table.input_chart td {
	padding: 2px;
	text-align: center;	
}

table.input_chart .description td {
	font-size: 11px;
	width: 60px;
}

table.input_chart td.option {
	float: none;
	width: 60px;
}

table.input_chart td.option_label {
	text-align: right;
	float: none;
	padding-right: 0px;
	padding-left: 0px;
}


div.form_section {
	margin-left: 20px;
}

p.question {
	margin-left: -20px;
	margin-bottom: 0.5em;
}

p.subsection_title {
	margin-left: -20px;
	margin-bottom: 0.5em;
	color: #093A80;
	font-weight: bold;
	font-size: larger;
}

p.sub_question {

	margin-bottom: 0.5em;
	font-size: 13px;
}

.clear {
	clear: left;
	height:auto;
}

.question, .sub_question {
	color: #093A80;
	font-weight: bold;
}

div.form_controls {
	text-align: center;
	margin-top: 1em;
}

div.top_form_controls {
	margin-bottom: 1em;
}

div.form_controls .button, div.top_form_controls .button {
	font-weight: bold;
	font-size: 18px;
	color: white;
	background: #5e0a57;
	border: 3px solid #5e0a57;
}

.small_button, .inline_button {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: #5e0a57;
	border: 1px solid #5e0a57;
}

a.small_button, input.small_button {
	text-decoration: none;
	padding: 6px 8px;
	border: 1px solid #E24912;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a.inline_button, input.inline_button {
	text-decoration: none;
	padding: 3px 5px;
	border: 1px solid #E24912;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 11px;
}

a.small_button.new_button, a.inline_button.new_button, input.small_button.new_button, input.inline_button.new_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #4b7399;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4b7399;
	box-shadow:inset 0px 1px 0px 0px #4b7399;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0b4c7e), color-stop(1, #1d2445) );
	background:-moz-linear-gradient( center top, #0b4c7e 5%, #1d2445 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b4c7e', endColorstr='#1d2445');
	background-color:#0b4c7e;;
	border:1px solid #1d2445;
	display:inline-block;
	color:#ffffff;
	/*padding:4px 30px 4px 30px;*/
	text-decoration:none;
	text-shadow:1px 1px 0px #1D2445;
	
}


div.big_button {
	background: #e9d3e9;
	padding: 30px 10px 35px 10px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #5e0a57;
	/*height:*/
}

div.big_button a {
	color: #5e0a57;
	text-decoration: none;
}

button {
	background: #FF6D22;
	border: none;
	color: #fff;
	cursor: pointer;
}


div.right_small_column {
	width: 220px;
	float: right;
}


div.right_normal_column {
	width: 420px;
	float: right;
}

.note {
	color: #093A80;
	font-size: 0.9em;
	font-style: italic;
}

.error {
	color: red;
}

.medium {
	width: 280px;
}

.short {
	width: 130px;
}

.very_short {
	width: 65px;
}

.long {
	width: 570px;
}

address {
	margin-left: 30px;
	font-style: normal;
}

.datetime {
	font-weight: bold;
	font-style: italic;
}

textarea {
	height: 68px;
	width: 450px;
}


/* Section style overrides */

#CirculationTest{
	width:700px;
	overflow:hidden;
}

#foot_measurements .option_label, #muscle_function .option_label, #range_of_motion .option_label, #CirculationTest .option_label {
	width: 230px;
	text-align: center;
	margin-right: 0px;
	font-size: 12px;
	line-height: 5px;
	line-height:20px;
	text-decoration:none;
}

#CirculationTest .option_label {
	width: 260px;
}

#foot_measurements .option, #muscle_function .option , #range_of_motion .option, #CirculationTest .option  {
	white-space: nowrap;
	width: 73px;
	margin-right: 0px;
	background: #f8effb;
	height: 22px;
}

#foot_measurements .deselectoption {
	float: left;
	white-space: nowrap;
	width: 20px;
	margin-right: 0px;
	background: #f8effb;
	height: 22px;
}

#foot_measurements .left .last, #muscle_function .left .last, #range_of_motion .right .last,#CirculationTest .right .last {
	margin-right: 20px;
}

#muscle_function .option, #range_of_motion .option{
	width: 80px;
}

#CirculationTest .option {
	width: 100px;
}

#muscle_function .option_label, #range_of_motion .option_label,  #CirculationTest .option_label {
	width: 260px;
}


/* Tab Styles */

#body_tab_container {
	padding: 0;
	width: 100%;
	border-top: 5px solid #5e0a57; /*Highlight red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 14px;
}

#body_tab_container ul {
	margin:0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#body_tab_container li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#body_tab_container a {
	float: left;
	display: block;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: #e9d3e9; /*Default menu color*/
	border-bottom: 8px solid white;
	min-width:50px;
	text-align:center;
}

#body_tab_container a.complete {
	background-color: #adeabf;
}

#body_tab_container a:hover {
	background-color: #5e0a57; /*Highlight red color theme*/
	color: white;
}

#body_tab_container a.current { /** currently selected menu item **/
	background-color: #5e0a57; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #5e0a57; /*Highlight red color theme*/
	color: white;
}


/* Data View Styles */

.data_view {
    border: 0px;
}

.data_view th {
	text-align: left;
    font-weight: bold;
    color: white;
    background-color: #5e0a57;
    text-decoration: none;
    padding-right: 8px;
}

.data_view th a {
	text-align: left;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.data_view td {
	padding-right: 8px;
}

.data_view td a {
	text-decoration: none;
	color: black;
}

.data_view td a:hover  {

}

.data_view .pagination a {
	text-decoration: none;
}

.disabled {
	color: #DEE3F1;
}

.data_view tr.even:hover, .data_view tr.odd:hover {
	background: #e9d3e9;
}

.data_view .even {
}

.data_view .odd {
	background-color: #f0e8ef;
}

.data_view .marked {
}

.data_view .highlighted {
}

.data_view td.padded {
	padding-bottom: 8px;
}

.data_view_actions {
	margin-bottom: 4px;
}


/* Auto complete styles */

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected { 
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:22px;
	cursor:pointer;
}

.patientInfo{
	width:800px;
	text-align:left;
}


.patientInfo table {
	margin-left:20px;
}

.patientInfo tr {
	vertical-align: top;
}

.patientInfo td {
	text-align:left;
	width:100px;
	margin:10px;
	valign:top;	
}

.patientInfo ul{
	list-style-type:none;
}

.patientInfo p{
	margin-left:40px;
}

.patientInfo td.label{
	font-weight: bold;
	
}

#patient_search{
	margin-top:20px;
	margin-left:0px;
	text-align:left;
}
#patient_search ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#patient_search li{
	margin-bottom:10px;
	padding:10px;
}

#patient_search li:hover{
	background-color: #5e0a57;
	color:#ffffff;
}

#patient_search .name{
	width:200px;
	font-weight:bold;
	
}

#medical_history_form{
	/*width:700px;*/
}
#medical_history_form .option{
	width:230px;
	
}

a.testProvided {
	color: #dd7329;
	text-decoration:underline;
}
a.testProvided:hover, a.edit:hover, a.testNotProvided:hover{
	text-decoration:underline;
}

a.testNotProvided, a.edit {
	color: #dd7329;
	text-decoration:none;
}

.highslide-wrapper .highslide-header .highslide-close{
   display: none;
}

.adjustmentLeft{
	width:660px;
	float:left;
}
.adjustmentLeft .option{
	width:150px;
}
.adjustmentRight{
	float:left;
}
.adjustmentRight input{
	margin-left:5px;
}
.adjustmentClear{
	clear:left;
	margin-bottom:10px;
}	

#body_tabs {
	position: relative;
	bottom: -1px;
	left:0px;
	border-top: solid 1px #315261;
	border-right: solid 1px #315261;
}

#body_tabs td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #315261;
	font-weight: bold;
	background-color: #ffffff;
	border-left: solid 1px #315261;
	border-bottom: solid 1px #315261;
}

#body_tabs td a {
	color: #315261;
	text-decoration: none;
}

#body_tabs td.selected {
	border-bottom: 0px;
	background-color: #ffffff;
}


#admin_body {
	vertical-align: top;
	border: 1px solid #315261;
	padding: 10px;
	background-color: #ffffff;
}

.inlineButton {
	margin-left:0px;
	width:130px;
	height:20px;
	padding-top:5px;
	padding-bottom:15px;
	margin-top:10px;
	font-size:12px;
	background: #e9d3e9;
	text-align: center;
	font-weight: bold;
	border: 2px solid #5e0a57;
}
div.inlineButton  a {
	color: #5e0a57;
	text-decoration: none;
}

.patientInfo #orthotic_listing{
	width:460px;	
}
#orthotic_listing{
	margin-left:20px;
}

#orthotic_listing tr.even:hover, #orthotic_listing tr.odd:hover, #complaints_listing tr.even:hover, #complaints_listing tr.odd:hover   {
	background: #e9d3e9;
}

#orthotic_listing .even,  #complaints_listing .even{
}

#orthotic_listing .odd, #complaints_listing .odd  {
	background-color: #f0e8ef;
}

#orthotic_listing, #complaints_listing {
    border: 0px;
}

#orthotic_listing th,  #complaints_listing th {
	text-align: left;
    font-weight: bold;
    color: white;
    background-color: #5e0a57;
    text-decoration: none;
    padding-right: 4px;
}

#orthotic_listing th a,  #complaints_listing th a {
	text-align: left;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

#orthotic_listing td {
	padding-right: 4px;
	width:80px;
}

#orthotic_listing td a,  #complaints_listing td a {
	text-decoration: none;
	color: black;
}

#orthotic_listing td a:hover,  #complaints_listing td a:hover  {

}
#orthotic_listing  td.normalLink{
	width:120px;
	text-align:center;
}
#orthotic_listing  td.normalLink  a{
	color: #dd7329;
	text-decoration:underline;
	margin-left:0px;
	margin-right:0px;
}

.comments{
	font-size:12px;
}
.mainComments{
	font-size:12px;
	border:1px solid #333333;
	padding:10px;
}

#footMeasurement .leftHeader, #muscle_function .leftHeader{
	width:250px;
	float:left;
	font-weight:bold;
}


 #range_of_motion .rightHeader, #CirculationTest .rightHeader, #CirculationTest .leftHeader{
	width:250px;
	float:left;
	font-weight:bold;
}

#CirculationTest .rightHeader, #CirculationTest .leftHeader{
	width:370px;
}


#footMeasurement .rightHeader, #muscle_function .rightHeader, #range_of_motion .leftHeader{
	font-weight:bold;
}

/* tablet and widescreen common styles */

body.tablet .clear_tablet { clear: both; }
body.tablet .clear_left_tablet { clear: left; }
body.tablet .clear_right_tablet { clear: right; }
body.tablet .float_left_tablet { float: left; }
body.tablet .float_right_tablet { float: right; }

body.widescreen .clear_widescreen { clear: both; }
body.widescreen .clear_left_widescreen { clear: left; }
body.widescreen .clear_right_widescreen { clear: right; }
body.widescreen .float_left_widescreen { float: left; }
body.widescreen .float_right_widescreen { float: right; }

/* widescreen layout specific styles for Postural Observations */

body.widescreen #postural_observations_diagram_container {
	width: 500px;
	height: 480px;
	position: relative;
}

body.widescreen #postural_observations_buttons {
	width: 220px;
	position: absolute;
	top: 0px;
	right: 0px;
}

body.widescreen #postural_observations_diagram_container #body_diagram {
	position: absolute;
	top: 0px;
	left: 0px;
}

body.widescreen #postural_observations_diagram_container #feet_diagram {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

body.widescreen #lower_body_container {
	position: relative;
}

body.widescreen #lower_body_container .widescreen_right_column {
	position: absolute;
	right: 0px;
	bottom: 200px;
}

body.widescreen div.right_small_column{
	
}

body.widescreen #body_tab_content{
	width:1024px;
}

.gaitForm{
	float:left;
	width:375px;
	overflow:hidden;
}

.gaitForm .form_section{

	padding-left:0px;
}
.gaitForm .option{
	margin-left:0px;
	padding-left:0px;
}

.gaitDiagrams{
	position: absolute;
	top: 30px;
	float:none;	
}
.gaitForm .left .option_label{
	text-align:left;
	width: 30px;
}

.gaitForm .right .option_label{
	text-align:left;
	width: 30px;
}

.gaitWrapper{
	width:750px;
    overflow-x:hidden;
}
body.widescreen .gaitWrapper{
   width:auto;
   max-width:1024px;
}

.medicalHistoryFollowSubSection{
	background-color:#f0e8ef;
	width:400px;
	padding:10px;
}


.widescreen .gaitDiagrams{
	float:left;	

}

.gait_diagram1{
	position:absolute;
	top:100px;	
	left:600px;
}

.gait_diagram2{
	position:absolute;
	top:730px;	
	left:500px;
}

.gait_diagram3{
	position:absolute;
	top:900px;	
	left:500px;

}

.gait_comments textarea{
		width:350px;
}



.widescreen .gaitControls .form_controls{
	position:absolute;
	top:1230px;
	left:30px;	
}

.widescreen .gait_diagram1{
	position:absolute;
	left:400px;	
	top:100px;
	width:200px;
}

.widescreen .gait_diagram2{
	position:absolute;
	left:620px;	
	top:130px;
}

.widescreen .gait_diagram3{
	position:absolute;
	left:400px;
	top:600px;
	
}



.gait_diagram1_imageOnly {
	position:absolute;
	top:100px;
	left:5px;

}

.gait_diagram1_imageOnly #diagram_container_stacked{
	float:none;	
}

.gait_diagram1_imageOnly #feet_diagram{
	position:absolute;
	top: 670px;
	left:450px;	
}

#imageOnlyGaitComments{
	position:absolute;
	top:930px;
	left:40px;	
}


 .gait_diagram2_imageOnly{
	position:absolute;
	top:120px;
	left:425px;
}

.gait_diagram3_imageOnly{
	
	position:absolute;
	top:250px;
	left:415px;
}


.widescreen .clearLeft{
	clear:left;
}

.widescreen .body_tab_content{
	width:1500px;
}

.widescreen  .gaitWrapper{
	width:1200px;
    overflow:hidden;
 	height:1200px;
}

.widescreen .gaitForm{
	float:none;
	width:100%;
}

.widescreen .gaitDiagrams{
	float:none;
	width:100%;
}


.widescreen .diagram3_fields{
	
}

.widescreen .diagram2_fields{
	position:absolute;
	left:620px;
	top:390px;
	width:500px;

}

.widescreen #firstColumn{
	float:left;	
}
.widescreen #secondColumn{
	float:left;	
}

.widescreen .columnClear{
	clear:left;	
}

#palpationPainForm textarea#Comments{
	width:300px;
}

.posturalImageOnlyDiagram{
	position:absolute;
	top:120px;
	left:5px;
	width:200px;
	float:none;
	
}

.posturalImageOnlyDiagram #feet_diagram{
	position:absolute;
	top:640px;
	left: 260px;
}


.posturalImageOnlyDiagram2{
	position:absolute;
	left: 460px;
	top:410px;	
}

.posturalImageOnlyDiagram3{

	position:absolute;
	left:460px;
	top:700px;		
		
}

#posturalObsComments{

	position:absolute;
	top:950px;		
}

.widescreen .posturalImageOnlyDiagram{
	position:absolute;
	top:50px;
	left:-520px;
	width:200px;
	float:none;
	
}

.widescreen .posturalImageOnlyDiagram #feet_diagram{
	position:absolute;
	top:640px;
	left: 440px;
}

.widescreen .posturalImageOnlyDiagram2{
	position:absolute;
	left:-140px;
	top:100px;	
}

.widescreen .posturalImageOnlyDiagram3{

	position:absolute;
	left:-140px;
	top:400px;		
		
}

.posturalImageOnlyDiagram2 .form_controls{
	display:none;
}

.postural_observations_menu{
	position:absolute;
	left:550px;
	top:110px;
	width:200px;
}
.widescreen .postural_observations_menu{
		position:absolute;
	left:300px;
	top:90px;
	width:200px;
}

#change_doctor .field{
	margin-bottom:5px;
}

#change_doctor #letters{
	margin-top:0px;
	margin-bottom:10px;			
}

#DoctorFinder .first{
	float:left;	
}

#DoctorFinder .second{
	float:left;	
	margin-left:30px;
}

#DoctorFinder .clearLeft{
	clear:left;
	margin-bottom:10px;
}

#add_doctor_form{
	margin-left:20px;
}

#duplicate_orthotics_form .left{
	float:left;margin-right:10px;width:150px;
} 
#duplicate_orthotics_form .clearLeft{
	clear:left;
	margin-bottom:10px;
} 

.liteDiagrams #diagram_container{
	float:left;
}

.liteForm{
	float:left;	
	height:965px;
	border:1px solid #eeeeee;padding:5px
}

.widescreen .liteForm{
	float:left;	
	height:900px;
	border:1px solid #eeeeee;
	padding:5px
}

.liteDiagrams{
	float:right;	
}

.liteDiagrams #feet_diagram{
	position:absolute;
	top:800px;
	left:560px;	
}


.liteForm #observations{
	position:absolute;
	top:950px;
	left:40px;	
}

.widescreen .liteForm #observations{
	position:absolute;
	top:890px;
	left:40px;	
}

.liteForm #palpationPain{
	position:absolute;
	top:520px;
	left:20px;	
		
}

.widescreen .liteForm #palpationPain{
	position:absolute;
	top:480px;
	left:20px;	
		
}

.widescreen .liteDiagrams #feet_diagram{
	position:absolute;
	top:280px;
	left:760px;	
}

.liteDiagrams #body_diagram{
	position:absolute;
	top:100px;
	left:500px;
		
}

.widescreen .liteDiagrams #body_diagram{
	position:absolute;
	top:60px;
	left:436px;
	
}

.widescreen #SignificantClinicalObservations{
	width:420px;	
}

.liteDiagrams .lite_diagram2{
	position:absolute;
	top:970px;
	left:550px;	
}

.widescreen .liteDiagrams .lite_diagram2{
	position:absolute;
	top:420px;
	left:750px;	

}

.liteForm .title{
	font-weight:bold;
	text-align:left;
}

.liteForm .complaintsFoot{
	float:left;	
	margin-right:20px;
	width:200px;
	text-align:left;
}

.liteForm .option{
	float:left;
	width:30px;
	margin-top:10px;
}
.liteForm .complaintsLower{
	float:left;	
}

.liteForm .clearLeft{
	clear:left;
}	

.liteForm .left{
	float:left;	
	
}
.liteForm .leftTitle{
	margin-top:15px;
	float:left;	
	width:100px;
}

.liteForm .leftSubTitle{
	float:left;
	width:40px;
	margin-top:10px;
	font-weight:bold;
	padding-left:5px;
}		


.liteForm .form_controls{
	position:absolute;
	top:120px;
	left:0px;	
}

.widescreen .liteForm .form_controls{
	position:absolute;
	top:190px;
	left:0px;	
}

.liteForm .spacer{
	height:20px;
}

.liteWrapper .buttons{
	position:absolute;
	top:1150px;
	left:550px;
}

.widescreen .liteWrapper .buttons{
	position:absolute;
	top:80px;
	left:750px;
}

.liteWrapper .big_button{
	width:200px;
	height:10px;
}

.liteForm #significantObservations{
	margin-top:20px;
	position:absolute;
	top:1080px;	
}

.widescreen .liteForm #significantObservations{
 	position:absolute;
 	left:765px;
 	top:550px;
 		
}

.widescreen .liteForm #significantObservations textarea{
	width:230px;
	height:150px;
}
#PatientComplaintComments{
	width:300px;
}

.treatment_footwear_listing tr:hover{
	color:#FFFFFF
}

.mailbox .messages{
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	width:700px;
	
}

.mailbox .message{
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;	
	min-height:40px;
	padding:10px;
	padding-top:15px;
	cursor:pointer;
}

.mailbox .message_icon{
	float:left;
	width:50px;
	text-align:center;
}

.mailbox .subject{
	float:left;
	width: 280px;
	color:#360F38;
	line-height:18px;
	font-size:14px;	
	font-weight:normal;
}

.mailbox .preview{
     float:left;
     width:300px;	
}

.mailbox .preview{
	font-size:14px;	
}

.mailbox .preview h2{
	font-size:14px;	
	font-weight:normal;
	margin-left:20px;
}

.mailbox .subject .date{
	color:#000000;
}

.mailbox .unread{
	background-color:#B8B6DD;
}

.mailbox .read{
	background-color:#EEEFF6;
}

.mailbox .unread:hover, .mailbox .read:hover{
	background-color:#FFFFFF;
}
.messageSelector{
	float:right;	
	margin-bottom:15px;
}

.choice_active{
	background-color:#B8B6DD;
	float:left;
	margin-right:20px;
	padding-left:15px;
	padding-right:15px;
	color:#370F3A;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}

.messageSelector .choice{
	float:left;
	margin-right:20px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}	

.navigation{
	float:right;
	margin-top:15px;
}

.priv_message{
	width:700px;
}

.priv_message .backToMessage{
	background-color:#B8B6DD;
	padding:10px;
	margin-bottom:15px;
	border-bottom:2px solid #bbbbbb;
	cursor:pointer;
	color:#360F39;
}

.priv_message .backToMessage .txt{
	margin-top:-15px;
}

.priv_message .details{
	border-bottom:2px solid #bbbbbb;
}

.message_body{
	background-color:#EEEFF6;
	padding:15px;	
}

.message_body a{
	display:block;
	margin-bottom:10px;
}


#thirdPartyOrderForm .section{
	width:600px;
	margin-bottom:20px;
	background-color:#E5E5E5;
	padding-bottom:20px;
}


#thirdPartyOrderForm  .section .title{
	padding:10px;
	height:20px;
	color:#FFFFFF;
	background-color:#5e0a57;
	text-align:right;
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	font-family:"Helvetica";

}
#thirdPartyOrderForm  .subsection{
	float:left;
	width:200px;
}

#thirdPartyOrderForm  .subsection .option{
	width:200px;
}

#thirdPartyOrderForm  .notes{
	margin-left:10px;
	margin-top:30px;
}


#thirdPartyOrderForm  .notes textarea{
	width:550px;
	height:80px;
	margin-left:20px;	
	margin-bottom:20px;
}

#thirdPartyOrderForm  .subtitle{
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:6px;

}

#thirdPartyOrderForm  .fullSubsection{
	text-align:center;
	padding:5px;
}	

#thirdPartyOrderForm  .fullSubsection .option{
	float:left;
	margin-right:50px;
}

#thirdPartyOrderForm  .titleLeft{
	padding:10px;
	height:20px;
	color:#FFFFFF;
	background-color:#5e0a57;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	font-family:"Helvetica";
	float:left;
	width:195px;
}

#thirdPartyOrderForm  .titleCenterLast{
	padding:10px;
	height:20px;
	color:#FFFFFF;
	background-color:#5e0a57;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	font-family:"Helvetica";
	float:left;
	width:365px;

}
#thirdPartyOrderForm  .option{
	margin-top:5px;
}

#thirdPartyOrderForm  .largeSubsection .option{
	width:100px;
	float:left;
}

#thirdPartyOrderForm  .number{
	float:left;
	width:100px;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}

#thirdPartyOrderForm  .numberHeader{
	background-color:#5e0a57;
	float:left;
	width:100px;
	height:37px;
}

#thirdPartyOrderForm  .header{
	float:left;
	width:105px;
	background-color:#5e0a57;
	color:#FFFFFF;
	background-color:#5e0a57;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	font-family:"Helvetica";
	padding:10px;
	height:17px;
}

#thirdPartyOrderForm  .materialsColumn{
	float:left;
	width:100px;
	padding:10px;
	
}

#thirdPartyOrderForm  .button{
	font-weight: bold;
	font-size: 18px;
	color: white;
	background: #5e0a57;
	border: 3px solid #5e0a57;
}

#thirdPartyOrderForm .section select{
	width:100px;
}


#DiagramNotes{
	width:220px;
	height:150px;
}

#sideForefootPain, #bilateralForefootPain{
	margin-bottom:0px;
}

#labelBox{
	position:absolute;
	top:30px;
	left:30%; 
	padding-left:10px;
	padding-right:10px;
	min-width:250px;
	min-height:25px;
	background-color:#000000;
	z-index:1000000;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	color:#FFFFFF;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	font-weight:bold;
	letter-spacing:2px;
	font-size:18px;
}

.deleteSkinComplication{
	position:absolute;
	cursor:pointer;
}



#fittingForm table td{
	padding:10px;
	font-size:12px;
}

#fittingForm #TreatmentPlan, #fittingForm #orthoric_fit, #fittingForm #knee_brace_fit {
	background: #f0f0f0;
	padding: 5px 15px 15px 15px;
	margin-bottom:15px;
}

#fittingForm #orthoric_fit .option, #fittingForm #orthoric_fit strong {
	display: inline;
	float: none;
}

#fittingForm #knee_brace_fit .option, #fittingForm #knee_brace_fit strong {
	display: inline;
	float: none;
}


.errorTitle{
	letter-spacing:2px;
	font-size: 26px;
	padding-bottom:3px;
	border-bottom:10px solid #5e0a57;
}

.errorMessage .message{
	margin: 15px 20px 20px 20px;
}
.errorMessage .form_controls{
	text-align:left;
}

/* Kiwi Connector UI Styles */

.connector_container h2, .connector_container h3 {
	margin-top: 0px;
}

.connector_container table td {
	vertical-align: top;
}

#uploaded_file_summary_container {
	float: left;
	width: 460px;
}

#file_preview_container {
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 200px;
	border: 1px solid #CACACA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#file_details_container, #current_assessment_container, #connector_appointments_container, #connector_patient_search_container {
	border: 1px solid #CACACA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
}

#file_details_container td.label {
	width: 90px;
}

.patientInfo .patient_info_container{
	background: #f8f8f8;
	width: 600px;
}


.footer_html h2 {
	text-align: center;
}

#appointment_control_container #LocationHeader .large_font {
	font-size: 40px;
}

#appointment_control_container .appointment_control {
	display: flex;
	flex-direction: row;
}

#appointment_control_container .appointment_control .ctrl-img {
	padding-top: 3px;
}

#appointment_control_container .appointment_control .link-group {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin-right: 1rem;
	flex-wrap: nowrap;
}

#appointment_control_container .appointment_control .link-group a {
	white-space: nowrap;
}

#IndicationLabel, #IndicationRegion, #IndicationTissue {
	width: 300px;
}

div.autocomplete {
	margin: 0px;
	padding: 0px;
	width: 250px;
	background: #fff;
	border: 1px solid #888;
	position: absolute;
}

div.autocomplete ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	margin: 0;
	padding: 2px;
	height: 32px;
	display: block;
	list-style-type: none;
	cursor: pointer;
}

#AvailableIndications {
	background-color: #ffff00;
	overflow-y: scroll;
	width: 25rem;
	height: 20rem;
	padding: 10px;
	position: absolute;
	top: 1215px;
	left: 550px;
	border: solid #000000;
}

#AvailableIndications p {
	margin: 0.6rem 0;
}

#AvailableIndications p:hover {
	cursor: pointer;
	background: rgba(43, 43, 43, 0.1);
}

@media only screen and (min-width: 1125px) {
	#appointment_control_container .appointment_control .ctrl-img,
	#appointment_control_container .appointment_control .colon {
		display: none;
	}

	#appointment_control_container .appointment_control .link-group {
		column-gap: 0.2rem;
	}
}


@media only screen and (max-width: 1125px) {
	#header_container img {
		height: 50px;
	}
	
	#appointment_control_container {
		margin: 15px 0;
	}

	#appointment_control_container .appointment_control .colon {
		margin: 0 0.2rem;
	}
	
	#appointment_control_container #LocationHeader .large_font {
		font-size: 20px;
		display: inline-block;
	}
	
	#appointment_control_container #LocationHeader div {
		display: inline;
	}

	#appointment_control_container .appointment_control .ctrl-label {
		display: none;
	}
}

@media only screen and (max-width: 786px) {
	#appointment_control_container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 0.75rem;
		flex-wrap: wrap;
	}

	#appointment_control_container .appointment_control {
		flex-wrap: wrap;
		row-gap: 0.5rem;
	}
}