/*SETUP DEFAULTS*/
body {
  font-size: 18px;
  color: #555;
}
/*HELPERS*/
.spacer5{min-height:5px;}
.spacer10{min-height:10px;}
.spacer15{min-height:15px;}
.spacer25{min-height:25px;}
.spacer50{min-height:50px;}
.width430{width:430px;}
.width150{width:150px;}
.width310{width:310px;}
.width250{
  width: 250px;
  vertical-align: text-top;
  margin-top:-2px;
  }
  .width175{
    width: 175px;
    vertical-align: text-top;
    margin-top:-2px;
    }
.inlineme{display:inline-block;}
.ht_container{
  width:950px;
  margin:auto;
  border:0px;
  padding:0px;
  text-align:center;
}
.logo_container{
  width:100%;
  text-align:center;
  margin-bottom:12px;
  text-align:center;
}
.ht_form_heading{
  font-size:32px;
  text-align:center;
  line-height:32px;
  color:#738b6f;
}
.ht_form_subheading{
  font-size:26px;
  text-align:center;
  line-height:26px;
  color:#738b6f;
  margin-bottom:25px;
}
.ht_left{
  display:inline-block;
  width:440px;
  border:0px;
  padding:0px;
  margin:0px;
  font-size:16px;
  line-height:18px;
}
.ht_right{
  display:inline-block;
  width:440px;
  border:0px;
  margin:0px;
  font-size:16px;
  line-height:18px;
}
.column3{
  vertical-align: top;
  font-size:15px;
  line-height:18px;
  display:inline-block;
  text-align:left;
}

.checks_container{margin-left:12px;}
.centerme{text-align:center;}
.leftme{text-align:left;}



















.page{
  height: 1175px;
}
.clear_floats{
  clear: both;
}
.float_right{
  float: right;
}
.larger_text {
  font-size: 130%;
}
.form_default {
  width: 900px;
  margin: 0 auto 80px;
  overflow: hidden;
}
.form_heading {
  font-size: 130%;
  ;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.form_group {
  width: 100%;
  padding: 1.25px 0;
  overflow: hidden;
}
.border_group {
  border: 1px solid #000;
}
.form_text_input {
    border-width: 0 0 1px 0;
    border-color: silver;
    display: block;
    margin-bottom: 5px;
    height: 25px;
    font-size: 16px;
}
.horix{
  min-height: 1px;
  border-top: 1px dashed #b6ccb2;
  width: 873px;
  margin-left: 10px;
}
.ht_textfield{
  width: 868px;
  height: 186px;
}
.notes{
  text-align:left;
  padding-left:12px;
}
.disclaimer{font-size:14px;text-align:left;}
.form_text_box_label {
  vertical-align: top;
}
.form_patient_name{
  font-size: 115%;
  margin: 10px 0;
  clear: both;
  float: left;
  margin-left: 8px;
}
.form_patient_name label{
  float: left;
}
.form_patient_name input{
  float: left;
  width: 66%;
  margin: 0 0 0 10px;
}
.submit_button {
  float: right;
}
/*PRINT BUTTON*/
#print_form {
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  width: 200px;
  padding: 5px;
  position: fixed;
  text-align: center;
  bottom: 0;
  box-sizing: border-box;
  color: gray;
  position: absolute;
  top: 12px;
  height: 55px;
}
#print_form img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
}
#print_form div {
  border-radius: 5px;
  margin: 5px 0px 0px 0px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}
#print_form:hover {
  cursor: pointer;
}
/*LOGIN SCREEN*/
#login_box {
  box-shadow: 0 20px 10px -15px #000000;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #d00000;
  color: #333333;
  margin: -120px 0 0 -222px;
  overflow: hidden;
  padding: 10px;
  position: fixed;
  width: 420px;
  z-index: 999999;
  top: 50%;
  left: 50%;
}
#login_box form {
  overflow: hidden;
}
#login_box form label {
  clear: left;
  float: left;
  font-weight: bold;
  margin: 0px 5px 0px 0px;
  text-align: right;
  width: 100px;
}
#login_box form input {
  border: 2px solid #4fa9ed;
  float: left;
  font-family: "Courier New", Courier, monospace;
  width: 192px;
}
#login_box form input[type=submit] {
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #4fa9ed;
  color: #ffffff;
  float: right;
  margin: 10px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  width: 100px;
}
#login_box form input[type=submit]:hover {
  background-color: #3c81bd;
}
#wrong_creds {
  background-color: #d00000;
  color: #ffffff;
  display: none;
  margin: 0px 0px 5px 0px;
  padding: 5px;
}
/*CONFIRMATION EMAIL*/
#confirmation_body{
  text-align: center;
}
#confirmation_title{
  font-size: 200%;
  font-weight: bold;
  margin: 3% 0 0 0;
}
#confirmation_text{
  font-size: 130%;
}
#confirmation_email{
  width: 400px;
}
/*PRINT*/
@media print {
  @page {
    size: letter portrait;
    margin: 0.5cm;
  }
  .no_print {
    display: none;
  }
  .form_default {
    margin: 0 auto;
  }
}
