@font-face { 
    font-family: "Avenir"; 
    src: url(/fonts/avenir-light.woff);
    src: local("Avenir"),url(/fonts/avenir-light.woff),url(/fonts/Avenir-Light.ttf),url(/fonts/Avenir-Light.eot), format("truetype") ;
 }
 
@font-face { 
    font-family: "Avenir-Meidum"; 
    src: url(/fonts/Avenir-Medium.woff);
    src: local("Avenir-Meidum"),url(/fonts/Avenir-Medium.woff),url(/fonts/Avenir-Medium.ttf),url(/fonts/avenir-meidum-webfont.eot), format("truetype") ;
 }
 
@font-face { 
    font-family: "Nunito"; 
    src: url(/fonts/Nunito-Regular.woff);
    src: local("Nunito"),url(/fonts/Nunito-Regular.woff),url(/fonts/Nunito-Regular.ttf),url(/fonts/Nunito-Regular-webfont.eot), format("truetype") ;
 }
 
 @font-face { 
    font-family: "Muli"; 
    src: url(/fonts/Muli-Regular.ttf);
    src: local("Muli"),url(/fonts/Muli-Regular.ttf), format("truetype") ;
 }
 
 
 /*** Global CSS ***/
.no-margin{
    margin:0;
}
.no-padding{
    padding:0;
}
.no-padding-left{
    padding-left:0;
}
.no-padding-right{
    padding-right:0;
}
 
/******* nav Styles ********/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /*background-color: #111;*/
    background-color:rgb(6, 73, 114);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #ffffff;
    margin:0 15px;
}


.sidenav a:hover {
    color: #f1f1f1;
    text-decoration:none;
}
        
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin:0;
    border-bottom:none;
}

.nav-img-container {
    line-height: 5;
    text-align: right;
    margin-right: 15px;
}

.nav_logos {
    margin-right: 15px;
}

.brand-container {
    margin-left: 25px;
}

.ver_bar {
    border-right: 1px solid #d9d9d9;
    margin-right: 15px;
}

.menu-container { 
    background-color: #5c707c;
    /*padding: 13px 0;
    display: table;*/
    width: 100%;
    height:50px;
}

.ver_bar_menu_list {
    border-right: 1px solid #fff;
    margin-right: 25px;
    border-right: 1px solid transparent;/*Remove after finalizing the menu items in menu bar*/
}

.menu_item { 
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 20px;
    font-family: Avenir-Meidum;
    opacity: 0.9;
    color: transparent;/*Remove after finalizing the menu items in menu bar*/
}

.menu_list {
    /*display: table-cell;
    vertical-align: middle;
    margin-left:45px;*/
    color: #ffffff;
    text-transform: uppercase;
    font-family: Avenir-Meidum;
    line-height: 50px;
    position: relative;
    font-size: 18px;
}
.back_to_list {
    position: absolute;
    right: 15px;
}
.back_to_list a {
    color: #ffffff;
    text-transform: lowercase;
    font-size: 15px;
}

.navbar {
    margin-bottom: 0;
}
/******** End of nav Styles *********/


/******** Form Styles *********/
.form_title {
    vertical-align: middle;
    background-color: #5c6f7c;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    margin-top: 20px;
    font-family: Nunito;
}

.border-lable-flt {
  display: block;
  position: relative;
}
.border-lable-flt label, .border-lable-flt > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
  top: -.5em;
  left: 0.8rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  color: #003c71;
  font-family: Nunito;
  font-weight: normal;
}
.border-lable-flt label::after, .border-lable-flt > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
   color: #003c71;;
}
.border-lable-flt .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.border-lable-flt .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
/*.border-lable-flt .form-control:placeholder-shown:not(:focus) + * {*/
/*  font-size: 16px;*/
/*  top: 1.1em;*/
/*  color: #5d6e7b;*/
/*  font-weight: normal;*/
/*}*/

.input-group .border-lable-flt {
  display: table-cell;
}
.input-group .border-lable-flt .form-control {
  border-radius: 0.25rem;
}
.input-group .border-lable-flt:not(:last-child), .input-group .border-lable-flt:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .border-lable-flt:not(:first-child), .input-group .border-lable-flt:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control:focus {
  color: #804000;
  background-color: #fff;
  border-color: #006633;
  /*box-shadow: 0 0 0 0.2rem rgba(0, 102, 51, 0.25);*/
  box-shadow: none;
}

.form-control, .form-control-alt {
    font-size: 16px;
    border: 1px solid #7f7f7f;
    padding: 6px calc(2.5% + 15px) 6px 12px;
}

.form-group {
    margin-top: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}

input[type="text"], textarea, select { 
    font-weight: normal;
    outline: none;
    box-shadow:none;
}
textarea{
    border-radius: 4px ;
}
select{
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

input[type="text"], textarea, .form-control {
    height: 50px;
    font-family: 'Roboto';
    color: #5d6e7b;
}

.form-control-alt {
    height: 44px;
    font-family: Muli;
    color: #5d6e7b;
}

.form-control:focus {
    color: #5d6e7b;
    font-weight: normal;
}

.form-control-alt:focus {
    color: #5d6e7b;
    font-weight: normal;
}

.selector_question {
    font-size: 12px;
    color: #5d6e7b;
    font-family: Nunito;
    font-weight: normal;
    margin-left: 7px;
}
label { 
    margin-bottom: 0;
}

.left_section {
    margin-left: 4%;
}

.input-group .border-lable-flt { width: 100%; }


.medicalExamForm select,.orthoExamForm select { 
    background-image: url(/content/resources/Image/Arrow_down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 97.5%;
}

@-moz-document url-prefix() {
  select {
    padding: 6px 8px !important;
  }
  input[type="text"]{
    padding: 6px 15px !important;
  }
  input[type="date"] {
    padding: 6px 11px;
  }
  
  .border-lable-flt label, .border-lable-flt > span {
      left: 0.8rem;
      font-weight: normal;
  }
}

select::-ms-expand {
    display: none;
}

input[type="date"] {
    padding: 6px 11px;
}

textarea {
    width: 100%;
    height: 60px;
    box-shadow: none !important;
    border: 1px solid #7f7f7f;
    font-size: 16px;
    padding: 6px 13px;
    color: #5d6e7b;
}

input[type="date"] {
  padding: 12.5px;
  font-weight: normal;
  border-radius: 4px !important;
  border: 1px solid #7f7f7f !important;
}

input[type="date"] {
  color: transparent;
  background: none;
  z-index: 1;
  color: #5d6e7b;
    opacity: 1;
    display: block;
    background-image: url(/content/resources/Image/Calender_1.png);
    border-width: thin;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 97.5%;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
     background-position-x: 97.5%;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    color: transparent;
    background: none;
    z-index: 1;
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
    appearance: none;
    -moz-appearance: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
option:not(:checked) {
    color: #5d6e7b; /* prevent <option>s from becoming transparent as well */
}
/******** End of Form Styles *********/

@media only screen and (max-width: 1100px) {
    select { 
        background-origin: padding-box;
        padding-right: 10% !important;
    }
}

/*Claimant info styles*/
.ci-section {
    margin-bottom: 5px;
    width:100%;
}
.patient_info {
    width: 100%;
}
.claimant-info-label {
    display: inline-block;
    min-width: 180px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(93, 110, 123, 0.8);
}

.claimant-info-data {
    display: inline-block;
    font-family: Nunito;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5d6e7b;
}

/*Footer Styles*/
footer {
    margin: 0 30px 12px;
    border-top: 1px solid #c6ccd7;
}
.IMEZ_footer p {
    margin-bottom:0;
    line-height: 1;
    margin-top: 11px;
}
.IMEZ_footer a, .IMEZ_footer span{
    font-family: Avenir;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #596377;
}
.IMEZ_footer span:not(:last-child):after,.IMEZ_footer a:not(.powered):after{
    content:'|';
    margin-left: 5px;
    position: relative;
    top: -1px;
}