.display_note{
  font-family: 'nunitolight';
}
.pharma_dashboard{
	border-top: 1px solid #d9d9d9;
    margin: 50px auto;
    max-width: 1170px;
}
.pharmacy_cms {}
#presc_form { margin:0px;}
.dashboard_content #surgery_postcode_btn{
  width: 100%;
}
.stepwizard-row {
    display: table-row;
}
.dashboard_content {
  padding:30px 30px 0 0;
  }
.dashboard-header {
  border-bottom:1px solid #dedede;}
.form-group input.has-error {border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  }
#presc_form_container .stepwizard {
    display: table;
    width:100%;
    position: relative;
  float:none;
  padding-bottom:40px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    content:"";
  top:42px;
  left:0px;
  right:0px;
    bottom: 0;
    position: absolute;
    height:9px;
    background-color: #eff5fc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
  color:#333333;
  font-size:12px;
  text-transform:uppercase;
  font-family:'nunitoregular';
}
.stepwizard-step p {
    margin-top: 10px;
  opacity:0.5;
  letter-spacing: 1px;
}
.form-group label.radio-inline{
  line-height: 22px;
}
.stepwizard-step.active p { opacity:1;}
.stepwizard-step.complete p { opacity:1;}

.stepwizard-step.step1 {}
.stepwizard-step .step_btn {
padding:0;
background-color: #fff;
border:8px solid #eff5fc;
color:#666666;
cursor: pointer;
display:inline-block;
font-size:14px;
font-weight:normal;
line-height:70px;
font-size:33px;
margin-bottom: 0;
text-align: center;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
height:94px;
width:94px;
border-radius:100px;
font-family: 'nunitosemibold';
position:relative;
}
.stepwizard-step .step_btn:hover,
.stepwizard-step .step_btn:focus {
  text-decoration:none;
  border:8px solid #eff5fc;
  }

.stepwizard-step.step1 .step_btn { background:#e64854;}
.stepwizard-step.step2 .step_btn { background:#d5f9ff;}
.stepwizard-step.step2.active .step_btn,
.stepwizard-step.step2.complete .step_btn { background:#08bada;}
.stepwizard-step.step3 .step_btn { background:#ffeedf;}
.stepwizard-step.step3.active .step_btn,
.stepwizard-step.step3.complete .step_btn { background:#ef760d;}
.stepwizard-step.step4 .step_btn { background:#d6efff;}
.stepwizard-step.step4.active .step_btn,
.stepwizard-step.step4.complete .step_btn { background:#0272be;}


.stepwizard-step.active .step_btn,
.stepwizard-step.complete .step_btn { color:#ffffff;}
.stepwizard-step.step1 {z-index:100;}
.stepwizard-step.step2 {z-index:99;}
.stepwizard-step.step3 {z-index:98;}
.stepwizard-step.step4 {z-index:97;}

.stepwizard-step.step1.active:before,
.stepwizard-step.step1.complete:before {
  content:"";
  height:9px;
  background:#add3ff;
  width:50%;
  position:absolute;
  left:0px;
  top:42px;}
.stepwizard-step.step2.active:before,
.stepwizard-step.step3.active:before,
.stepwizard-step.step2.complete:before,
.stepwizard-step.step3.complete:before {
  content:"";
  height:9px;
  background:#add3ff;
  width:100%;
  position:absolute;
  left:-50%;
  top:42px;}
.stepwizard-step.step4.active:before,
.stepwizard-step.step4.complete:before {
  content:"";
  height:9px;
  background:#add3ff;
  position:absolute;
  right:0px;
  left:-50%;
  top:42px;}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
btn.disabled, .btn[disabled], fieldset[disabled] .btn {
pointer-events: none;
}

.step_content {
  background:#eff5fc;
  padding:30px;}

.step_content h3 {
  font-family:'nunitobold';
  font-size: 16px;
  letter-spacing: 1.1px;
  color: #39425b;
  font-weight:normal;
  text-transform:uppercase;
  margin:0 0 20px 0;
  text-decoration:underline;
}
.step_content p {
  font-family:'nunitolight';
  font-size: 12px;
  line-height: 1.58;
  color: #666666;
}
.form-horizontal .step_content .control-label {
  margin-bottom:5px;
  padding-top:7px;
  font-family:'nunitoregular';
  font-size:13px;
  letter-spacing:2px;
  color: #333333;
  font-weight:normal;
  text-align:left;
}
.step_content textarea.form-control {
  height: auto;
  min-height:86px;
  padding:17px !important;
}

.step_content .med_add {
  font-family:'nunitobold';
  font-size:12px;
  color:#ffffff;
  text-transform:uppercase;
  letter-spacing: 2.4px;
  background:#67c067;
  border-radius:100px !important;
  height:42px;
  line-height:42px;
  padding:0 30px;
  position:relative;
  font-weight:normal;
  }
.step_content .med_remove {
  font-family:'nunitobold';
  font-size:12px;
  color:#ffffff;
  text-transform:uppercase;
  letter-spacing: 2.4px;
  background:#de5e59;
  border-radius:100px !important;
  height:42px;
  line-height:42px;
  padding:0 40px;
  position:relative;
  font-weight:normal;
  }

.step_nav {
  padding:31px 0;
  }

.step_nav .nextBtn,
.step_nav .prevBtn {
  font-family:'nunitobold';
  font-size:12px;
  color:#ffffff;
  text-transform:uppercase;
  letter-spacing: 2.4px;
  background:#0272be;
  border-radius:100px !important;
  height:42px;
  line-height:44px;
  padding:0 40px;
  position:relative;
  font-weight:normal;
  }
.step_nav .nextBtn{padding:0 55px 0 25px;}
.step_nav .prevBtn {padding:0 25px 0 55px;}

.step_nav .nextBtn i,
.step_nav .prevBtn i  {
  display:inline-block;
  height:31px;
  width:31px;
  background:#005792;
  position:absolute;
  top:5px;
  border-radius:40px;
  letter-spacing:-5px;
  font-size:20px;
  line-height:30px;
  }
.step_nav .nextBtn i {
  right:5px;
  }
.step_nav .prevBtn i {
  left:5px;
  letter-spacing:0px;
  }
.step_nav .submitBtn {
  font-family:'nunitobold';
  font-size:12px;
  color:#ffffff;
  text-transform:uppercase;
  letter-spacing: 2.4px;
  background:#67c067;
  border-radius:100px !important;
  height:42px;
  line-height:44px;
  padding:0 40px;
  position:relative;
  font-weight:normal;
  }
.step_content #rept_type_display label{
  text-transform: unset;
  line-height: 1.5;
}


/**** Prescription view order css ***/
/* .mfp-content edit_medicine_popup{
  display: block;
  text-align: center;
  background-color: grey;
} */

.medicine_popup .mfp-content{
  max-width:1000px;
  font-size:16px;

}
.medicine_popup .mfp-content .detail{
  /* border-bottom:1px solid #000; */
  text-align:left;
  margin:5px 0;

}
.medicine_popup .mfp-content .appoitment-name{
  /* border-right:1px solid #000; */
  text-align:right;
  font-weight:bold;

}
.medicine_popup button.mfp-close{
  /* border: 4px solid rgba(0, 0, 0, 0.7) !important;
    border-radius: 50%;
  height:44px;
  width:44px;
  top: -30px; */
  right: 10px;
  /* background-color:#f1f1f1;
  opacity:1;
  line-height:37px; */
  font-size:30px;
}
.heading-title{
  margin-top:0;
  padding-bottom:10px;
  border-bottom:2px solid #ccc;
}
.heading{
  font-size: 20px;
    font-weight: bold;
    text-align: left;
  margin:5px 0;
}
.detail .medicine-list:first-child .appoitment-value{
   border-top:1px solid #d4d4d4;
}
.appoitment-value {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom:1px solid #d4d4d4;
    border-image: none;
    border-left:0px solid #d4d4d4;
    border-right:0px solid #d4d4d4;
}
.field-title{
padding-top:5px;
padding-bottom:5px;
}
.appoitment-value .field-title{
color:#333333;
font-size:12px;
font-family:'nunitoregular';
letter-spacing: 0.8px;
}
.appoitment-value .field-value {
  color:#666666;
  font-size:12px;
  font-family:'nunitolight';}

.field-value{
padding-top:5px;
padding-bottom:5px;
}
.medicine-list .field-title{
  text-align:left;
}
.doctor_detail {
  padding:45px 0 0 0;}
.medicin_detail { padding:50px 0 0 0;}

.eps-error .help-block{
	bottom:-9px;
}


@media(max-width:480px){
  .medicine_popup .mfp-content{
    font-size:11px;
  }
}
/* Pagignation */
 .custom_pagination a {
  background: #fff none repeat scroll 0 0;
    display: inline-block;
    line-height: 20px;
 }
.custom_pagination span, .custom_pagination a{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
 .custom_pagination span.disabled, .custom_pagination .current,.custom_pagination #current_page{
  background:#ddd;
 }
 .custom_pagination a:hover {
  background:#ddd;
  }
  .stepwizard .btn {
    padding: 4px 10px;
}
 ul.vsz_drug_list {
      background: #0d98e8 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    left: 15px;
    list-style: outside none none;
    margin: 0;
  padding-left:0px;
    position: absolute;
    right: 15px;
    top: 50px;
   z-index: 99999;
  max-height: 210px;
    overflow-y: auto;
}
ul.vsz_drug_list li {
    padding: 10px 0 10px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-top: 0;
}
ul.vsz_drug_list li:hover {
  background:#92d64a;
  border-bottom:2px solid #92d64a;
}
#con_medicines{
  margin-bottom:20px;
}
.prescription_loader {
    background: rgba(0, 0, 0, 0.8) ;
    bottom: 0;
    color: #fff;
    content: "";
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
	z-index: 999;
}
.prescription_loader .loader {
    background: rgba(255, 255, 255, 1) url("slot_loader.gif") no-repeat scroll 0 0;

    content: "";
    display: block;
    height: 128px;

    position: fixed;
    right: 0;
    top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left:0;

  margin:auto;
    width: 128px;
}

.custom_pagination a.not-active{
  pointer-events:none;
  opacity:0.5;
  background:#ddd;
}
#doctor_list_err{
  font-weight:bold;
  font-size:13px;
  text-align:center;
}
.datecalendar{ position: absolute; right: 25px; top: 11px; cursor:pointer;}

/*old css*/
.menu-my-account-container ul#menu-my-account{
    list-style:none;
    padding-left:0;
    margin:0;
}
.menu-my-account-container ul#menu-my-account li{
    padding:0 20px;
    background:#39425b;
    border-bottom: 1px solid #414d6f;
}
.menu-my-account-container ul#menu-my-account li:hover{
 background: #1b2a3b none repeat scroll 0 0;

}
.menu-my-account-container ul#menu-my-account li.current-menu-item{
     background: #0f1e32 none repeat scroll 0 0;
}
.menu-my-account-container ul#menu-my-account li a{
    color:#fff;
    display:block;
    padding:20px 0;
}

.menu-widget li:first-child a:before{
    content:"\f007";
    Padding-right:13px;
    font-family:FontAwesome;
    font-size:16px;
}
.menu-widget li:nth-child(2) a:before{
    content:"\f016";
    Padding-right:10px;
    font-family:FontAwesome;
}
.menu-widget li:nth-child(3) a:before{
    content:"\f0f6";
    Padding-right:10px;
    font-family:FontAwesome;
}

.outer_main.form-horizontal p{
    display:none;
}

.bgimage{
    /*background:url('http://192.168.0.107/~navanit/pharmacy-cms/wp-content/uploads/2017/04/ezone-banner.jpg');*/
    display:none;
    width:100%;
    height:300px;
    background-size:cover;
    position:relative;
}
.banner-title{
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    position:absolute;
    color:#fff;
}
.order-history.table thead{
    background:#34495e;
    color:#fff;
    border-color:#ddd;
}
.order-history.table tbody td{
    vertical-align:middle;
}
table.dataTable.no-footer{
    border-color:#ddd!important;
}
.medicine p {
    display:none;

}
 .medicine {
    margin-bottom:10px;
}
 .medicine .form-control {
    border:none medium!important;
    height:40px;
    background:#ccc!important;
 }
.medicine-header{
    Font-size:22px;
    font-weight:bold;
    color:#0d98e8;
}
.order-history.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ccc;
}
#content,#widgets {
    margin-top:0;
}

/*HD Types*/
.hd-typ1{
    font-size: 30px;
    font-family:'nunitoregular';
    color: #333333;
}
.hd-typ1:after{
    height: 1px;
    background-color: #e6e6e6;
    display: block;
    content: "";
    width: 193px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.hd-typ2{
    font-size: 18px;
    font-family:'nunitoregular';
    color: #333333;
}

/*Common Css*/
.control-label.pad-16{
  padding-top: 14px !important;
}
.main-content .small-content{
    font-size: 14px;
    font-family:'nunitolight';
    color: #666666;
  line-height: 27px;
}
.form-control {
    height: 50px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-family:'nunitoregular';
    text-transform: normal;
    color: #999999 !important;
    font-size: 13px !important;
    padding: 6px 22px !important;
    -webkit-appearance: none !important;
}




.form-control::-moz-placeholder{  text-transform: capitalize;}
.form-control::-webkit-input-placeholder{  text-transform: capitalize;}
.form-control::placeholder{  text-transform: capitalize;}
.form-group{
    position: relative;
}
.help-block{
  position: absolute;
  right: 30px;
  bottom: 3px;
}

.submit_button{
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #75207b, #c6acc8) repeat scroll 0 0;
    border-radius:3px;
    color:#ffffff;
    font-weight:normal!important;
    padding:10px 20px!important;
    border:none;
    box-shadow:none !important;
    cursor: pointer !important;
    text-shadow: none !important;
    font-family:'nunitobold';
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
}
.submit_button:hover{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #c6acc8, #75207b) repeat scroll 0 0;
    color:#ffffff;
}

/*Login page*/
.login-page .small-content a.displayForgotPasswordDiv{
    text-decoration: none;
}
.login-page .small-content a.displayForgotPasswordDiv:hover{
    color: #000000;
}
.login-page  .forgot_cancel_button{
    margin-left: 10px;
}

.login-page .pd-r80{padding-right: 80px; border-right: 1px solid #e6e6e6;}
.login-page .pd-l80{padding-left: 80px;}
.login-page .help-block{right: 15px;}
.registration-page .help-block{right: 15px;}
.prescrip_sucess {text-align:center;}
.prescrip_sucess h2 {
  color:#333333;
  font-size:26px;
  font-family:'nunitoregular';
  font-weight:normal;
  margin:0;
  padding:0 0 30px 0;}
.prescrip_sucess p {
  font-family:'nunitolight';
  font-size:14px;
  color:#666666;
  margin:0px;
  padding:40px 0;
}
 select {
    height: 40px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none !important;
    padding: 5px 10px;
    position: relative;
    background: url('images/arrow-down.png') no-repeat right center !important;
    background-color: #ffffff !important;
    border: 1px solid #bcbcbc;
    box-shadow: none;
    border-radius: 0;
    line-height: 25px !important;
}
.outer_main .form-field #success-msg{margin-top: 5px;}

input.form-control.darker::-moz-placeholder{color:#333 !important; opacity: 1 !important;}
input.form-control.darker::placeholder{color:#333 !important; opacity: 1 !important;}
input.form-control.darker::-webkit-input-placeholder{color:#333 !important; opacity: 1 !important;}
.form-control.darker{color:#333 !important;}
.link-darker{font-family: "nunitobold" !important;}


/*****Responsive Css******/
@media (min-width: 992px) and (max-width: 1199px) {
.pharma_dashboard{max-width: 940px;}
.menu-my-account-container ul#menu-my-account li{ padding:0px 10px; }
.form-group label{font-size: 11px !important;}
.control-label.pad-16 {padding-top: 18px !important;}
.step_content .med_remove{padding: 0px 26px;}
}
@media (min-width: 768px) and (max-width: 991px) {
.pharma_dashboard{max-width: 720px;}
.menu-my-account-container ul#menu-my-account li{ padding:0px 10px; }
.form-group label{font-size: 11px !important;}
.control-label.pad-16 {padding-top: 18px !important;}
.stepwizard-step{max-width: 120px;}
.step_content .med_remove{ margin-top: 10px; font-size: 10px; height: 30px; line-height: 30px; padding: 0 22px;}
.form-control{padding: 6px 10px !important;}
.step_content textarea.form-control{padding: 17px 10px !important;}
.step_content h3{ line-height: 24px; }
.prescrip_sucess img{width: 100px;}
.prescrip_sucess h2{ font-size: 16px; }
.prescrip_sucess p{font-size: 12px;}
.form-group label.radio-inline{
  margin-left: 0px;
}
}
@media (max-width: 767px) {
  .pharma_dashboard{ margin: 15px;}
  .dashboard .dashboard-header .add-pre-btn{display: block;}
  .dashboard .dashboard-header .name-header{ float: none; }
  .form-control{padding: 6px 10px !important;}
  .submit_button{ margin-bottom: 10px;}
  .table-typ1.box-typ3{overflow: hidden;}
  .table-typ1.box-typ3 .order-history{overflow-x: scroll; -webkit-overflow-scrolling-x: touch;}
  .step_content .med_remove{ font-size: 10px; height: 30px; line-height: 30px; padding: 0 22px;}
  .step_content .like-table-row .form-control{margin-bottom: 10px;}
  .dashboard_content #surgery_postcode_btn{margin-top: 10px;}
  .step_content textarea.form-control{padding: 17px 10px !important;}
  #rept_type_display .checkbox{margin-bottom: 10px;}
  .stepwizard-step{display: block;}
  .stepwizard-step.step1.active::before, .stepwizard-step.step1.complete::before{background-color: #ffffff;}
  .stepwizard-step.step2.active::before, .stepwizard-step.step3.active::before, .stepwizard-step.step2.complete::before, .stepwizard-step.step3.complete::before{background-color: #ffffff;}
  .stepwizard-row::before{background-color: #ffffff;}
  .stepwizard-step.step4.active::before, .stepwizard-step.step4.complete::before{background-color: #ffffff;}
  .step_content h3{line-height: 24px;}
  .medicine-label{display: none;}
  .step_content .form-group .radio-inline{margin-left: 0; margin-right: 10px;}
  .step_content .form-group .radio-inline{line-height: 22px;}
  .step_nav .submitBtn{ padding: 0 22px;}
  .prescrip_sucess h2{font-size: 20px;}
  .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{line-height: 22px;}
  .equal-height-both{height: auto !important;}
  .step_nav .nextBtn {padding: 0 40px 0 15px;}
  .step_nav .prevBtn{ padding: 0 15px 0 40px;}
}
@media (max-width: 480px) {
	.table-typ1.box-typ3 .view_popup_action_presc{display: block;}
	.table-typ1.box-typ3 .reorder_view{display: block;}
}

/*Css for jquery dropdown auto complete */
.ui-autocomplete{
	max-height: 310px !important;
	overflow-y: auto !important;
	background:#eff5fc !important;
}
.ui-menu-item a.ui-state-focus{
	background: #39425B !important;
	border:0 !important;
	padding: 5px !important;
	display: block !important;
	width: 100% !important;
	border-radius: 0 !important;
	color: #ffffff !important;
}
.ui-menu-item:hover a.ui-state-focus{color: #ffffff !important;}
.ui-menu-item{padding: 2px 2px 2px 5px !important;}
.dashboard_content select::-ms-expand {display: none !important;}

.form-group .dispay_loader_image{
	background: url('images/ajax-loader.gif') no-repeat right;
	background-position-x: 99%;
}