/* 
    Created on : April, 2018
    Author     : Wipro
*/
/* The Modal (background) */
.roche-reg-modal {
  display: none;
  position: fixed;
  z-index: 201;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9); 
}

/* Modal Content */
.roche-reg-popup-wrapper {
  background-color: #fefefe;
  display: block;
  width: 50%;
  height: auto;
  border-radius: 5px;
  margin:auto;
  position: relative;
  /*max-height: 327px;*/
  padding: 15px;
  top: 85px;
  /*padding-bottom: 40px;*/
}
.roche-reg-popup-text,.roche-reg-popup-content{
    overflow: initial;
    max-height: none;
} 
/*.roche-reg-popup-content{
  max-height: 302px;
  overflow: auto;
     max-height: 53%; 
}*/
.roche-reg-popup-action{
  padding-top: 18px;
}
.roche-reg-popup-btns{padding-top: 15px;}
.roche-reg-popup-text{
  padding-right:10px;
}
.roche-reg-popup-text h2{
  font-size: 38px;
  font-weight: 400;
  color: rgb(54, 54, 54);
}

.roche-reg-popup-text p{
  color: rgb(83, 87, 90);
  line-height: 22px;
  font-size: 16px;
}
.roche-reg-popup-btn{margin-right: 10px;text-transform: uppercase;display: inline-block;/* box-sizing: border-box; */}

.roche-reg-popup-btn a{
  background: #156db8;
  border: 1px solid #156db8;
  color: #fff;
  padding: 7px 20px;
  border-radius: 7px;
  text-decoration: none;
  /* box-sizing: border-box; */
  display: block;
}

/* The Close Button */
.roche-reg-popup-close {
  color: #aaaaaa;
  font-size: 0;
  clear: both;
  position: absolute;
  bottom: 10px;
  right: 15px;
  background: url(/sites/all/themes/roche/images/controls.png) no-repeat -25px 0px;
  height: 25px;
  width: 24px;
}

.roche-reg-popup-close:hover,.popup-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.del-profile-btn{margin-left:10px;}
.field-widget-options-onoff input[type='checkbox'] + label{display:inline-block;}
.field-widget-options-onoff input[type='checkbox'] + label .form-required{float:left;}
/*.roche-reg-popup-text{
    overflow: auto;
    max-height: 240px;
}*/
@media only screen and (min-width:320px) and (max-width:767px){
    .roche-reg-popup-wrapper{
      width: 96%;
      padding-bottom: 15px;
    }
    .roche-reg-popup-content {
        overflow: visible;
    }
    /*.roche-reg-popup-text{
      overflow: auto;
      max-height: 240px;
    }*/
    .field-widget-options-onoff input[type='checkbox'] + label .form-required{float:none; display: inline-block;}
    .del-profile-btn{margin-left:10px;margin-bottom: 20px;}
}