
input[type="file"] {
    width: 90%;
}
.highlight {
    background-color: #FFCCCC;
}
.noshow{
display:none;
}
.error {
  color: red !important;
  font-weight: 700 !important;
}

input.error, input:focus.error  {
  border-color: red;
} 
.btn-padding { margin-left: 10px;}
 .remove-top-td {
	border-top: none !important;
}
 @media (max-width: 550px) {
      .table-lined td {
         display:block;
      }
   }
   
 .button-right{
   align:right;
 }
  .button-left{
   align:left;
 }
 .recaptcha-class {
   border-top : 0px !important;
 }
 legend {
   margin-bottom: 0px !important;
   border-bottom: 0px solid #e5e5e5;
}
.hipaa-legend{
   margin-bottom: 20px !important;
   border-bottom: 1px solid #e5e5e5;
}
 .fileUploadFrame{
	border: none;
 } 
 
 .no-border {
    border: 0px !important;
 }
 .fieldset-no {
  border: 0px;
  margin-bottom : -10px;
 }
 
 .td-no-border {
   border-top: 0px !important;
   border-bottom: 0px !important;
 }
  .td-no-border-bottom {
   border-bottom: 0px !important;
 }
   .td-no-border-top {
   border-top: 0px !important;
 }
 .text-padding {
   margin-left: 25px;
 } 
  .help-td{
  border-top: 0px !important;
  margin-top: -5px !important;
  padding-top: 0px !important;
  }
 .table-padding {  margin-left: 10px !important;  }
    @media (min-width: 780px){
      input[type='checkbox'] {margin-left: 10px; margin-right: 10px; }
    }   
    @media (max-width: 610px){
      input[type='checkbox'] {margin-left: 10px !important; margin-right: 10px; !important}
    } 
 
 .onecol {width: 16%}
 .twocol {width: 34%}
 .threecol {width: 50%}
 .fourcol {width: 66%}
 .fivecol {width: 83%}
 .sixcol {width: 100%} 
 
 .radioButtonSpace table tbody tr td {padding-right: 15px;}