header {
    height: 48px;
}

.col-sm-2 {
	max-width: 80% !important;
	padding-left: 0px !important;
}


#patient-search-form {
	display: inline;
}
.entity-details {}

.entity-property {
    border-bottom: 1px solid silver;
    width: 100%;
    margin-top: 1%;
}

.entity-property:last-child {
    border-bottom: none;
}

.entity-label {
    padding-bottom: 1px;
    display: inline-block;
    width: 30%;
    text-overflow: ellipsis;
}

.entity-property-value {
    padding-bottom: 1px;
    display: inline-block;
    width: 69%;
}

.add-athletes-controls .left {
    margin-left: 1%;
    margin-bottom: 1%;
}

.add-athletes-controls .right {
    margin-right: 1%;
    margin-bottom: 1%;
}

.add-athletes-controls .button.task {
    min-width: 0;
    padding: 8px 20px;
}

#find-patient-dialog.dialog,
#upload-athletes-dialog.dialog {
    width: auto;
    position: absolute;
}

#find-patient-dialog.dialog .scan-input:after {
    top: 0;
    right: 0;
}

.upload-athletes-form {
    padding: 0 4px 0 4px;
}

.SOForms .contnr>label {
     margin-top: -2.5px;
}
.SOForms #formTitle>span {
    font-size: 23px;
}

.obsContainer {
    display: inline-flex;
    align-items: baseline;
}
.obsContainer_futureUse {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}

.sportsListContainer {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    height: 110px;
    overflow: auto;
    border: 1px solid silver;
}
.sportsListContainer>div:nth-child(odd) {
    background-color: #ededee;
}
.sportsListContainer input {
    margin-right: 8px;
}

.multi-cond_Screening>label {
    margin-bottom: 5px;
    display: block !important;
    margin-top: 1px !important;
}

.radioRow {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 12px;
    line-height: 0.2em;
    padding-right: 12px;
}

#form-actions {
    float: none !important;
}

.boolean_radio {
    display: block;
}

.boolean_radio>input, .boolean_radio>label {
    float: none !important;
    display: inline-block;
}
.smile-logo {
    display: inline-block;
    vertical-align: sub;
    text-align: center;
    margin-top: 10px;
    color:#000000;
    font-size: 25px;
  }
 .discipline-logo{

  text-align: center;
  margin-top: 10px;

  }
/* If you need this styling to be applied when displaying a past encounter
 using the form definition (clicking the "show details" button,
 when displayWithHtmlForm is set to true for this encounter type),
 you will need to copy the css into a style tag within the form.
 See encounterDisplay_extension.json and Fitfeet_EducationReviewFindingCheckout.xml for example */
fieldset p .value, .encounter-summary-container p span {
    word-break: break-all;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  color:#555555;
}
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px 10px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 12px;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:14px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color: #c00000;
	border: solid 3px #000;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle span a{color:#fff;}

.md-stepper-horizontal.orange .md-step.completed .md-step-circle {
    background-color: #000000;
	border: solid 3px #000;
}
.md-stepper-horizontal.orange .md-step.completed .md-step-circle span a{
	color:#fff;
}
.md-stepper-horizontal.orange .md-step.not_started .md-step-circle {
	background-color: #ffffff;
	border: solid 3px #000;
}
.not_started .md-step-circle span {
    color: #000000;
}
.img-logo{
	width:80px;
	height:80px;
}
#tabNavigationError{
	color:#ff0000;
	display: none;
}
.custom_disabled{
	pointer-events: none;
    cursor: default;
}

h2 a{
	margin-left: 41%;
}
contnr>label,.contnr>span>label{
	display: block !important;
	margin-top: -2.5px !important;

}
.delegation{
	float:left;
	width:49%;
	margin-right:5px;
}
.athlete-status{
	float:left;
	width:49%;
}
.clear-fix{
	margin-top:2%
}
.multi-Extra {
	margin-bottom: 5px;
    display: block;
}
.word-wrap span{
	word-break: break-all;
}
#left_select{
	color:#ff6666;
}
#ham_error{
	color:#ff6666;
}

.multi-Extra {
	margin-bottom: 5px;
    display: block;
}

#red, .red, .illegalValue, .error, .field-error {
	color:red;
}

.seperator {
	margin-top: 25px;
	margin-right: 5px;
	font-size: x-large;
}
.flex {
	display: flex;
}
.bp {
	width: 25%;
}
.radioButtons {
	display:flex;
	margin-top: 30px;
}
.multi-checkbox>label{
	margin-bottom: 5px;
	display: block !important;
	margin-top: 1px !important;
}
#right_sphare {
	color:#ff6666;
}
#right_cyliner {
	color:#ff6666;
}
#right_axis {
	color:#ff6666;
}
#right_add {
	color:#ff6666;
}
#left_sphare {
	color:#ff6666;
}
#left_cyliner {
	color:#ff6666;
}
#left_axis {
	color:#ff6666;
}
#left_add {
	color:#ff6666;
}
.contnr_cust{    
	width: 200px; 
	margin-top: 11px;
}
.contnr_cust>label, .contnr_cust>span>label{
	margin-top: 1px !important;
}
.labl_vis{
	margin-top: 12px; 
	margin-right: 5px;
}
.custom_width{
	min-width: 95%;
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  text-align: left;
}
table th, table td {
	text-align: left;
}
.event_dashboard {
  width:31%; float:left; border:solid 1px #ccc; margin:0 8px 0 8px;
}
.label_name {
	color:#333; font-size:16px; font-weight:bold; text-align:left; padding:10px 0 10px 10px; border-bottom:solid 1px #ccc; margin:0 5px 0 5px;
}
.screen_count {
	font-weight:bold; font-size:60px; text-align:center; color:#000; padding:25px 0 25px 0;
}
.event_name {
	width: 100%; height:80px; font-size:30px; color:#000000; position:relative; padding-bottom: 13%; display:inline;
}
.chart_container {
	width: 100%; height:500px;
}
.user-logo{
	width: 15%;
    height: 100%;
}
.camera-logo{
	width: 3%;
	margin-left: 38px;
}
.user_info_div{
	width:18%; 
	display:inline-block; 
	vertical-align:top;
}
.patient-header {
	width:80%;
	margin-top:10px; 
	display:inline-block; 
	vertical-align:top;
}
.user_info_div .user-logo{width:100%;}
.user_info_div .camera-logo{width:25px;}
.user_info_div #takePicture{    width: calc( 100% - 45px );padding: 4px;font-size: 13px;margin-top: 0px;vertical-align: top;margin-bottom: 7px;}
.user_info_div #uploadImage{padding: 4px;font-size: 13px;margin-top: 0px;vertical-align: top;margin-bottom: 7px; width:92%}
.user_info_div .camera{ 
	width: 140px;
	height: 110px;
 	border: 1px solid black;
 	margin-left:10px;
 	display:none;
 }
.patient-header .identifiers{ margin-left:12px; margin-top:4px;}
input[type="radio"]+label, input[type="checkbox"]+label{
	pointer-events:none;
}

.visual_far_eyes{min-width:inherit; width:45%; margin-bottom:10px; float:left;}
.visual_near_eyes{min-width:95%;margin-bottom:10px;}
.header-border{
	border: 1px solid #eee;	
}
.dropdown_align > select{
	margin-top: -34px;
    margin-left: 30px;
}

.add-margin{
	margin-top: 8px !important;
}

#patient_pic{
	width: 131px;
    height: 107px;
    margin-top: 11px;
}

.empty_div{
	width: 16px;
    height: 1px;
}

#profile_pic_section{
	display: inline-flex;
}

.addBorder {
    border: 1px solid #000;
}

.upload-logo{
	width: 25px;
	height: 21px;
	margin-bottom: 2px;
}

.remove-pointer-event{
	pointer-events: none;
}

#i-toggle {top:auto !important;bottom:10px;}
.table-scroll{
	height:400px;
	overflow-y: auto;
	overflow-x:auto
}
.addScrollTable{
	overflow:scroll; 
	max-width:95vw;
}

#duplicate-athletes-dialog > .close{
  margin: auto;
  text-align: center;
}
#right_flag_msg_referred{
  color:#ff6666;
  display: inline-block; 
  padding-bottom: -2px;
  padding-top: 58px;  
}
#left_flag_msg_referred{
  color:#ff6666;
}
#right_flag_msg_immediate{
  color:#ff6666;
  display: inline-block;
  padding-bottom: -2px;
  padding-top: 58px;  
}
#left_flag_msg_immediate{
  color:#ff6666;
}
.decimalVA_Message{
	color:red;
}
.refraction_align{width:29%; float:left; margin-right:4%;}
.refraction_align fieldset{
	border:none;
}
.so_footer > .un-order-list{
	position:relative;
	height:30px;
	padding: 5px;
	border-radius: 4px;
	background:#ffffff;
	display: inline-flex;
}
.un-order-list > li >img {
	border: 0;
	max-height: 30px;
	height : 44px;
	width : 180px;
	margin-top: -5px;
	padding: 5px 10px 10px 10px;
}
.un-order-list ul li{
	display:inline;
}
.un-order-list li span{
	text-align:center;
	font-weight: bold;
	color:#405264;
	font-size:20px;
}
.so_footer{
	text-align:center;
   	background:#ffffff;
   	border-radius: 4px;
   	position:fixed;
	bottom: 4px;
	width:1000px;
	z-index: -1;
}
.so-body{
	margin-bottom: 55px;
}
.alignment{
	display:inline-block;
}

.add-athletes-controls .button.autoStartVisits {
    min-width: 0;
    padding: 8px 20px;
	margin-left: 10px;
	background: #00463f;
	color:white;
	border-radius: 4px;
	background-color: #00463f;
}

.btnHeight{
	line-height: 1.7em!important;
}