*{
    box-sizing: border-box;
    border-radius: 0;
}
a:focus,a:visited,a:hover{
    outline: none;
    text-decoration: none !important;

}
body{
    background: #fff;
    font-family: 'Open Sans', sans-serif;
	font-size:13px;
}
.no-gutter { 
    margin-left: 0;
    margin-right: 0;
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
body.bg{
    background-image: url(/images/bg.png);
}
.main_container{
    width: 550px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 210px;
    padding: 40px;
}
.form-control{
    height: 35px !important;
    background: #f6f6f6;
    font-size: 13px;
    color: #747373;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 5px;
}
.form-control:focus{
    box-shadow: none;
    outline: none !important;
    border: 1px solid #b0b0b0;
}
/*******/
.StripeElement {
    font-family: 'Open Sans', sans-serif;
    background: #f6f6f6;
    font-size: 15px;
    color: #747373;
    height: 35px !important;
    border: 1px solid #e1e1e1;    
    box-shadow: none;
    margin-bottom: 5px;    
    padding: 10px 12px;
    border-radius: 2px;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
/***************/


.btn-primary {
    background-color: #363636;
    border-color: #363636;
}
.btn-primary:hover {
    background-color: #363636;
    border-color: #363636;
}
button{
    background-image: none !important;
}
.btn-dark-small{
    height: 30px !important;
}
.btn-dark{
    height: 35px;
    background: #00366F; /* #DD5348 */ /*#2f2f2f*/
    font-size: 15px;
    color: #747373;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF !important;
    border-radius: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
}
.btn-dark i{
    color: black;
}
.btn-dark.btn-login{
    width: 185px;
    display: block;
    margin: 0 auto 20px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none !important;
}
.btn-dark.btn-contact-small{
    width: 120px;
    display: block;
    margin: 0 auto 20px;
}
.btn-dark.btn-contact{
    width: 215px;
    display: block;
    margin: 0 auto 20px;
}
.btn-dark.btn-notify{
    width: 100px;
    display: inline;    
    font-size:16px;
    height: 35px;
    padding: 0 !important;
}
.btn-dark:hover{
    color: #FFFFFF;
    background: #00366F; /* #DD5348 */ /*#a20e0e;*/
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
}
.navbar-default{
    background-color: transparent;
    border: 0;
    margin: 0;
}
/**** Header ****/
#header{
    padding: 5px 0px 5px 0px;
}
.navbar-brand{
    padding: 0;
}
.main-menu li{
    margin: 10px 0 0 30px;

}
.main-menu li a{
    padding: 0;
    font-size: 15px;
    color: #959595;
}
.main-menu li:hover a{
    color: #313131;
}
.main-menu li.active a{
    color: #313131;
    font-weight: bold;
    background-color: #fff !important;
}
.heading-panel{
    padding: 25px 0;
    background: #f6f6f6;
}
h1{
    font-size: 25px;
    font-weight: 300;
    color: #494848;
    text-align: center;
    margin: 0;
}
/** login-panel**/
.login-panel{
    margin: 10px auto;
    min-height: 240px;
    padding: 20px;
}
.form-group{
    margin-bottom: 25px;
}
.form-group:after{
    clear: both;
    content: " ";
    display: block;
}
.login-panel p{
    text-align: center;
    margin: 0 0 5px;
    color: #2f2f2f;
    font-weight: 400;
    font-size: 15px;
}
.forgot-link{
    font-size: 14px;
    color: #a20e0e;
}
.forgot-link:hover{
    color: #545454;
}
.signup-link{
    color: #2f2f2f;
}
.signup-link:hover{
    color: #a20e0e;
}
/**** Media quries ****/
.signup-panel{
    margin: 40px auto 60px;
    max-width: 870px;
}
.checkbox-holder.form-group{
    padding: 10px 0;
}
.terms-label{
    font-weight: 400;
    color: #222121;
}
.terms-label a{
    color: #920101;
}
.terms-label a:hover{
    text-decoration: underline;
}
#footer{
    /*padding: 40px 0 0; */
    background: #2F2F2F;
}
.f-title{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #282828;
}
.f-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.f-nav ul li a{
    font-size: 15px;
    color: #707070;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    padding: 5px 5px 5px 0;
    display: block;
    -ms-transition:all 0.5s;
}
.f-nav ul li a:hover{
    color: #eee;
    padding-left: 10px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    background: #545454;
}
.copy-rights{
    margin: 1px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background: #1f1f1f;
    padding: 16px;
}
.copy-rights span{
    color: #c0c0c0;
}
.copy-rights a{
    color: #fff;
}
.copy-rights a:hover{
    text-decoration: underline;
}
#mobile_footer{
    /*padding: 40px 0 0; */
    background: #2F2F2F;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.footer_menu{
    margin: 1px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background: #e6e6e6;
    padding: 5px;
}
.footer_menu i{
    font-size:28px !important;
    padding-right: 7%;
}
.footer_menu_icon{
    float:left;
    margin-right: 7%;
}
.footer_menu_icon i, .footer_menu_icon > a > i{
    font-size:28px !important;
}
.btn-go-left,
.btn-go-right{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #fff;
    line-height: 30px;
    background-image: none !important;
    background-color: #fff;
    top: 50%;
    margin: -18px 0 0;
    opacity: 1;
    box-shadow: none;
    color: #9c0000;
    border: 2px solid #fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    font-size: 15px;
    text-shadow: none;
    text-align: center;
}
.btn-go-left:hover,
.btn-go-right:hover{
    color: #fff;
    background: #9c0000;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    opacity: 1;
}
.btn-go-left{
    left:-18px;
}
.btn-go-right{
    right: -18px !important;
}
.btn-go-left:focus,
.btn-go-right:focus{
    color: #fff;
    background: #9c0000;
    opacity: 1;
}
.btn-go-left i{
    margin-left: -2px;
}
.btn-go-right i{
    margin-left: 2px;
}

.contact-info p{
    margin: 0 0 10px;
}
.contact-info p span{
    color: #9c0000;
    margin: 0 20px 0 0;
    float: left;
    width: 100px;
}
#googleMap{
    width: 100%;
    height: 300px;
    margin: 50px 0 0px;
}
.heading-panel.heading-panel01{
    padding: 15px 15px 0;
    margin-bottom: 15px;
}
.app-title { 
    margin: 0 0 20px;
}
.heading-panel.heading-panel01 .form-control{
    background:  #fff;
}
.custom-row { 
    margin-bottom: 15px;
}
.custom-row .form-control { 
    margin-bottom: 0;
}
/*.custom-row > div{
    padding-left: 0;
}
.custom-row > div:after,
.row.row-bottom > div:after{
    display: block;
    content: " ";
    clear: both;
}
.custom-row > div:first-child{
    padding-left: 15px;
    padding-right: 0;
}
.custom-row > div:first-child .form-control{
    border-right: 0;
}*/
.doctor-available{
    font-size: 20px;
    padding: 8px 20px;
    background: #f6f6f6;
    display: block;
    border: 1px solid #e5e8eb;
}
.doctors-search-listing{
    margin-top: 20px;
}
.search-list-holder{
    padding: 15px;
    border: 1px solid #e8e8e8;
    margin: 0 0 30px;     
}
.min-height{
    min-height: 334px;
}
.search-list-header{
    overflow: hidden;
    margin-bottom: 15px;
}
.doctor-image,.doctor-image img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
}
.doctor-image{
    margin: 0 20px 0 0;
    float: left;
}
.doctor-image img{
    border: 1px solid #e6e6e6;
}
.doctor-info{
    overflow: hidden;
}
.doctors-name{
    display: block;
    font-size: 18px;
    margin: 10px 0 5px;
    line-height: 20px;
    color: #9c0000;
}
.doctors-name a{
    color: #9c0000;
}
.doctors-prof{
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 16px;
    color: #8e8e8e;
}
.rating-and-fee{
    overflow: hidden;
    padding: 10px 0;
}
#stars .glyphicon{
    color: #9c0000 !important;
}
.btn-appointment{
    width: 140px !important;
    font-size: 12px;
    margin: 10px,0,0;
}
  
.btn-refund{
    font-size: 12px;
    height: 30px;
    padding-top: 6px;
    width: 100px !important;
}

/*** Dashboard ***/
#header.dasboard{
    background: #FFFFFF;
    border-bottom: none; /*1px solid #ebebeb;*/
    margin: 5px 0 2px 0;
}
.dash-hdr-right{
    float: right;
    font-size: 16px;
    margin: 18px 0 0;
}
.patient-dash-hdr-right{
    float: right;
    font-size: 16px;
}

.dropdown, .dropup {
    float: right;
    padding-left: 10px;
    position: relative;
}

.dash-hdr-right a{
    color: #494848;
}
.dash-hdr-right a:hover{
    /*color: #a20e0e;*/
    color: #000000;
}
.dash-hdr-right a i{
    margin: 0 5px 0 0;
}
.dash-hdr-right .dropdown{
    float: right;
    /*margin: 0 0 0 10px; */
    margin: 3px 0px 0px 10px;
}
.dash-hdr-right .dropdown.arrow_doctor{
    margin: 3px 0 0 10px;
}
.dash-hdr-right .dropdown-menu{
    left: auto;
    right: 0;
    border-radius: 0;
}
/******************************/
.top-header-sub-menu .dropdown-menu{
    left: auto;
    right: 0;
    border-radius: 0;
    background-color: #edeaea;
}
/******************************/
#sidebar{
    float: left;
    background: #f6f6f6;
    width: 100px;
    margin: 0 10px 10px 0;
}
.side-nav > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-nav > ul > li{
    border-top: 1px solid #e7e7e7;
    position: relative;
}
.side-nav > ul > li:first-child{
    border: 0;
}
.side-nav > ul > li > a{
    display: block;
    padding: 10px 5px;
    text-align: center;
    color: #868686;
    font-size: 13px;
    line-height: 15px;
}
.side-nav ul > li > a > i{
    font-size: 17px;
}
.side-nav ul > li > ul > li > a > i{
    font-size: 14px;
    margin-right: 5px;
}
.side-nav > ul > li > a > span{
    display: block;
    margin: 3px 0 0;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
}
.side-nav > ul > li:hover > a,.side-nav > ul > li.active > a{
    background: #a20e0e;
    color: #fff;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
}
.side-nav > ul > li > ul,
.side-nav > ul > li > ul > li > ul,
.side-nav > ul > li > ul > li > ul > li > ul{
    position: absolute;
    left: 100%;
    top: -1px;
    background: #A5A5A5;
    border: 1px solid #ebebeb;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 240px;
    display: none;
    z-index: 9999;
}
.side-nav > ul > li:hover > ul,
.side-nav > ul > li > ul > li:hover > ul,
.side-nav > ul > li > ul > li > ul > li:hover > ul{
    display: block;
}
.side-nav > ul > li > ul > li,
.side-nav > ul > li > ul > li > ul > li,
.side-nav > ul > li > ul > li > ul > li > ul > li{
    position: relative;
    border-top: 1px solid #A0A0A0;
}
.side-nav > ul > li > ul > li:first-child,
.side-nav > ul > li > ul > li > ul > li:first-child,
.side-nav > ul > li > ul > li > ul > li > ul > li:first-child{
    border: 0;
}
.side-nav > ul > li > ul > li > a,
.side-nav > ul > li > ul > li > ul > li > a,
side-nav > ul > li > ul > li > ul > li > ul > li > a{
    padding: 5px 5px;
    display: block;
    color: #FFF;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    font-size: 13px;
    line-height: 13px;
}
.side-nav > ul > li > ul > li:hover > a,
.side-nav > ul > li > ul > li > ul > li:hover > a,
.side-nav > ul > li > ul > li > ul > li > ul > li:hover > a{
    background: #b4b4b4;
    color: #fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.dashboard-container{
    overflow: hidden;
    margin-top:5px;
    min-height: 550px;
}
.dashborad-widget{
    padding: 20px 15px;
    border: 1px solid #ebebeb;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    margin-bottom: 30px;
}
.pink{
    background: #d73b4d;
}
.green{
    background: #00bd66;
}
.blue{
    background: #3badd7;
}
.orange{
    background: #e06f23;
}
.purple{
    background: #5068e3;
}
.widget-figures{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    color: #fff;
    display: block;
    margin: 0 auto 10px;
    font-size: 32px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.dashboard-container h1{
    text-align: left;
    margin: 0 0 30px;
    line-height: 32px;
}
.dashborad-widget h2{
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
    margin: 0 0 10px;
    line-height: 15px;
}
.widget-actions{
    padding: 10px 0 0;
}
.widget-actions a{
    display: inline-block;
    margin: 0 10px;
    color: #868686;
    font-size: 20px;
}
.widget-actions a:hover{
    color: #3e3e3e;
}
.dashborad-widget:hover{
    background: #f6f6f6;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.tooltip.in{
    opacity: 1;
}
.tooltip-inner{
    background: #494848;
    opacity: 1;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #494848;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 0;
    background: #a20e0e;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{
    border-radius: 0;
}
.ui-datepicker {
    width: 100%;
    padding: 13px;
}
.doctors-detail-info .search-list-holder{
    border:0;
    padding: 0;
    margin: 0;
}
.doctors-detail-info .doctor-image img{
    border: 1px solid #a20e0e;
}
.doctors-prof strong{
    color: #000;
    margin-left: 10px;
}
.doctors-details-block{
    overflow: hidden;
    padding: 40px 15px;
}
.doctors-details-block h1{
    text-align: left;
    margin: 0 0 40px;
}
.doctors-details-panel{
    overflow: hidden;
    padding: 0px 5px;
}
.doctors-details-panel h1{
    text-align: left;
    margin: 0 0 40px;
}

.detail-article{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.detail-article h2{
    font-size: 26px;
    color: #3b3b3b;
    margin: 0 0 20px;
}
.detail-article h2 span{
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0 20px 0 0;
}
.detail-article p{
    padding-left: 57px;
}
.detail-article h2:hover span{
    background: #a20e0e;
    color: #fff;
}

.detail-article-appointmenet{
    padding-bottom: 0px; 
    margin-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}
.detail-article-appointmenet h2{
    font-size: 18px !important; 
    margin: 0 0 5px !important;
    color: #a20e0e;
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px;
}
.detail-article-appointmenet h2 span{
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0 20px 0 0;
}

.detail-article-appointmenet p{
    font-size: 14px !important;
    padding-left: 55px !important;
}






.detail-article-panel{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
}

.detail-article-panel h2{
    font-size: 26px;
    color: #3b3b3b;
    margin: 0 0 20px;
}
.detail-article-panel h2 span{
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0 20px 0 0;
}
.detail-article-panel p{
    padding-left: 57px;
}
.detail-article-panel h2:hover span{
    background: #a20e0e;
    color: #fff;
}
.heading-contact{
    font-size: 26px;
    color: #3b3b3b;
    margin: 0 0 20px;
}
textarea.form-control{
    height: 100px !important;
    resize: none;
}
.review-image{
    margin: 0 0 10px;
}

.appointment-process h2{
    font-size: 26px;
    color: #a20e0e;
    line-height: 30px;
    margin: 0 0 20px;
}
.appointment-process-patient h2{
    font-size: 26px;
    color: #a20e0e;
    line-height: 30px;
    margin: 0 0 20px;
}
.appointment-process-admin h2{
    font-size: 26px;
    color: #a20e0e;
    line-height: 30px;
    margin: 0 0 20px;
}
.appointment-process-admin-new h2{
    font-size: 26px;
    color: #a20e0e;
    line-height: 30px;
    margin: 0 0 20px;
}
.appointment-process p{
    font-size: 18px;
    color: #212121;
    line-height: 24px;
}
.appointment-process-patient p{
    font-size: 18px;
    color: #212121;
    line-height: 24px;
}
.appointment-process-admin-new p{
    font-size: 18px;
    color: #212121;
    line-height: 24px;
}
.appointment-process-admin p{
    font-size: 18px;
    color: #212121;
    line-height: 24px;
}
.hide-panel
{
    display:none;
}
.check-option{
    margin: 0 0 20px;
}
.check-option label{
    font-size: 16px;
    color: #9e9e9e;
    line-height: 22px;
    font-weight: 400;
}
.btn-dark.btn-next{
    line-height: 35px;
    padding: 5px 40px;
}
.note-icon{
    float: left;
    width: 55px;
    height: 55px;
    border: 1px solid #a20e0e;
    font-size: 26px;
    text-align: center;
    line-height: 48px;
    color: #a20e0e;
    border-radius: 100%;
}
.important-note:hover .note-icon{
    color: #fff;
    background: #a20e0e;
}
.important-note-text{
    overflow: hidden;
    padding-left: 20px;
}
.important-note-text strong{
    color: #a20e0e;
}
.reach-number{
    background: #a20e0e;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
    overflow: hidden;
    margin: 0 0 30px;    
}

.front-width{
    width: 89%;
}

#comments{
    /*width: 87%; */
}

.reach-number strong{
    float: right;
}
.reach-number strong a{
    color: #fff;
    margin-left: 10px;
}
.btn-light{
    background: #d0cfcf;
    color: #2f2f2f;
    margin: 0 30px;
}
.btn-light:hover{
    background: #838282;
}
.total-amount{
    display: inline-block;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    font-weight: 700;
    margin: 0 0 0 20px;
}
.credit-form .modal-title{
    font-size: 22px;
    line-height: 22px;
    color: #a20e0e;
    margin-bottom: 30px;
}
.credit-form{
    max-width: 400px;
    margin: 0 auto;
}
.appointment-finish{
    background: #d0ffd8;
    padding: 15px;
    border: 1px solid #8ade98;
    margin: 0 0 30px;
    text-align: center;
}
.appointment-finish span{
    float: left;
    margin: 5px 20px 0 0;
    border: 1px solid #019219;
    color: #019219;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    position: relative;
    top: 2px;
}
.get-help{
    color: #a20e0e;
    margin-left: 10px;
}
.signup-panel .appointment-finish{
    line-height: 40px;
    font-size: 17px !important;
    line-height: 25px;
    max-width: 550px;
    margin: 0 auto 40px;
}
.signup-panel .appointment-fail{
    line-height: 40px;
    font-size: 17px !important;
    line-height: 25px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.appointment-fail{
    background: #ebccd1;
    padding: 15px;
    border: 1px solid #a94442;
    margin: 0 0 30px;
}

.appointment-fail span{
    float: left;
    margin: 5px 20px 0 0;
    border: 1px solid #a94442;
    color: #a94442;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    position: relative;
    top: 2px;
}

.btn-complete{
    margin: 0 auto;
    font-size: 16px;
    line-height: 35px;
    float: none;
    display: block;
    max-width: 300px;
}
.row.list-row{
    margin: 0 -7px;
}
.row.list-row > div{
    padding: 0 7px;
    margin-bottom: 10px;
    overflow: hidden;
}
.doctor-fee.doctor-fee{
    display: block;
    margin: 0 0 5px;
}
.search-list-holder.search-list-holder1{
    margin: 15px 0;
}
.search-list-holder.search-list-holder1:nth-child(odd):hover{
    background: #cef5e0;
}
.search-list-holder.search-list-holder1:nth-child(even):hover{
    background: #cee8f5;
}
.btn-dark.btn-login.btn-next1{
    width: 100%;
    font-size: 15px;
    line-height: 14px;
    padding-top: 7px;
    font-weight: normal;
}
.btn-reviw{
    background: #a2a2a2 !important;
    color: #fff;
}
.btn-reviw:hover{
    color: #fff !important;
    background: #a20e0e none repeat scroll 0 0 !important;
    transition: all 0.5s ease 0s !important;
}
textarea.form-control.textAr{
    height: 116px;
}
.app-date{
    color: #000;
    margin: 0 10px 0 0;
}
.app-time{
    color: #a20e0e !important;
    margin: 0 10px 0 0 !important;
}
.search-list-holder.search-list-holder1 .widget-actions{
    margin: 10px 20px ;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
        position:static;
}
.table.dataTable th{
    background: #575757;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px 10px 5px;
    position:relative !important;
}
#example tbody td a, #myGrid tbody td a{
    margin-right: 9px;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #494848;
}
.search-list-holder.search-list-holder2{
    border: 0;
    padding: 0;
    margin: 20px 0;
}
.mark-complete{
    margin: 0 0 20px;
}
.btn-green{
    background: #377e45 !important;
    font-weight: 300;
}
.btn-green:hover{
    background: #2a7238 !important;
}
.dataTables_length{
    display: none !important;
}
.table.dataTable th{
    background: #00366F;  /*#575757; */
	/*background: #7ba2c7;*/ /*#575757; */ 
	/*#575757;*/
	/*background: hsla(5,100%,32%,1);*/
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px 10px 5px;
}
.table.dataTable tr td{
    font-size: 13px;
    color: #000;
}
.table.dataTable tr td a{
    color: #000;
    margin: 0 2px;
}
.table.dataTable tr:hover td{
    background: #CCD6E2; /* a0c5e8 */ /*#a20e0e;*/
    color: #000;
}
.table.dataTable tr.dt_active{
	background-color: #CCD6E2; /* a0c5e8 */
}
.table.dataTable tr:hover a:link, a:hover{    
    color: blue;
}
.table.dataTable tr:hover a:link, a:hover,a:active,a:visited{    
    text-decoration:underline;
    color: #000000 !important;
}
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after{
    font-size: 14px;
    top: 10px;
}
table.dataTable thead .sorting::after{
	font-size: 13px !important;
}
 table.dataTable thead .sorting_asc::after{
	 /*color: hsla(5,100%,32%,1) !important;
	 font-size:15px  !important;*/
 }
 table.dataTable thead .sorting_desc::after{
	 /*color: hsla(5,100%,32%,1)  !important;
	 font-size:15px  !important;*/
 }
/**********************************************************/
/*Strip the ul of padding and list styling*/
.top-nav{
	padding:3px;
}
.top-nav ul {
	list-style-type:none;
	margin:3px 0 0 0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
.top-nav li {
	display:inline-block;
	float: left;
	margin-right: 1px;
	margin-bottom:1px;
    margin-top: 4px;
    min-width:100px;
}

.top-nav li.active{
    margin-top: 0 !important;
    min-width:150px;
}

/*Style for menu links*/
.top-nav li a {
	display:block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	background: #FFFFFF; /* #06315C */ /*#2f3036;*/
	text-decoration: none;
    font-size:16px;
    font-weight: normal;
}

/*Hover state for top level links*/
.top-nav li:hover a {
	background: #FFFFFF; /* #3E72A4 */  /*#2C6397;*/ /*#19c589;*/
    text-decoration: underline !important;
}

/*Hover state for top level links*/
.top-nav li.active a, top-nav li.active a:hover{
	background: #FFFFFF; /* #3E72A4 */
    text-decoration: none;
    color: #00366F; /* #06315C; */
    font-size: 26px;
    font-weight: bold;
}

/*Style for dropdown links*/
.top-nav li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.top-nav li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
.top-nav li ul {
	display: none;
}

/*Make dropdown links vertical*/
.top-nav  li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.top-nav  li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.top-nav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px;
	text-decoration: none;
	color: #00366F;
	text-align: left;
	padding: 15px 0;
	display: none;
	margin:0 auto;
    width: 100%;
}
input[role=button]{
    display: none;
}

/*Hide checkbox*/
.top-nav input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
.top-nav input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 990px){
	/*Make dropdown links appear inline*/
    .header_logo{
        width:20% !important;
    }
    .header_bottom{
        padding-top: 0px !important;
    }
	.top-nav > ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.top-nav > li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.top-nav > ul li, li a {
		width: 100%;
	}
    #top_menu{
        display: none;
    }
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
        padding-right: 15px;
        width: 73px;
	}
    #menu_toggle{
        font-size: 22px;
        border: 1px solid grey;
        color: grey;
        padding:3px;
    }
    a.menu_item{
        float: none !important;
        margin-right: 0px !important;
        line-height: 20px;
    }
    .menu_item.active a.menu_item{
        float:none !important;
        margin-right: 0px !important;
        font-size:15px !important;
        line-height: 20px;
    }
    .sub_menu_item a{
        float:none !important;
        line-height: 20px;
    }
    #miller-navbar-po, #miller-navbar-shipments, #miller-navbar-reassign-dcl{
        float: none !important;
    }
    #excel, #download_excel{
        display: none;
    }
    #dcl_search{
        width: 100% !important;
    }
    #reports{
        width: 100% !important;
    }
    .dropdown-menu{
        min-width: 108px !important;
    }
    .header-dropdown-profile{
        background-color: #edeaea;
        margin-top: 9px !important;
        margin-left: -96px !important;
    }
}

/*****************************************************/


/**** Responsive ****/
@media only screen and (max-width: 1200px) {
    .treat-panel h1 {
        font-size: 113px;
        line-height: 114px;
    }
    .treat-panel h1 p {
        font-size: 47px;
        line-height: 54px;
    }
    .treat-panel h1 strong {
        font-size: 75px;
        line-height: 71px;
    }
    .treat-panel h1 strong span {
        font-size: 54px;
        line-height: 60px;
    }
    .btn-dark{
        margin: 0 0 5px !important;
    }
    table.dataTable thead .sorting_asc:after{
        top: -1px !important;
        color: #00366F !important;
    }
    .btn-dark.btn-login.btn-next1{
        width: 20% !important;
        margin-left: 25% !important;
    }
    .assign-dcl-left-col{
        width: 48%;float:left;
    }
    .assign-dcl-left-col label{
        padding-top: 8px;
    }
    .assign-dcl-right-col{
        width: 52%;float: left;
    }
    .assign-dcl-right-box{
        font-weight:bold;width:100%;
    }
    .navbar-nav{
        padding-right: 20px !important;
    }
    table.dataTable.fixedHeader-floating {
        display: none !important; /* Hide the fixedHeader since we dont need it*/
    }
    .dataTables_scrollHeadInner{
        margin-left: 0px;
        width: 100% !important;
        position: fixed;
        display: block;
        overflow: hidden;
        margin-right: 0px;
        background: white;
        z-index: 1000;
    }
    .dataTables_scrollBody{
        padding-top: 46px;
    }
    .pagination>li{
        float: left !important;
    }
}
@media only screen and (max-width: 992px) {
    .treat-panel h1 {
        padding-top: 0;
    }
   
}
@media only screen and (max-width: 767px) {
    .main_container{
        width: 86%;
        margin-top: 100px;
        padding: 12px;
    }
    #logo_left{
        float:left;
    }
    .login-panel{
        margin: 0 auto;
        height: 310px;
        padding: 20px;
    }
    #logo_margin_bottom{
        margin-bottom: 10px;
    }
    #btn-login{
        width: 35% !important;
        margin-left: 30% !important;
    }
    .preprod_box_dev{
        border:3px solid red !important;
        color:red !important;
        float:right !important;
        font-size:15px !important;
        font-weight: bold !important;
        cursor: pointer !important;
        font-family: 'Open Sans', sans-serif;
        padding: 3px !important;
        margin-top: 13px !important;
        width: 20% !important;
    }
    .inline-button{
        width: 50% !important;
        top: 25px;
    }
    .appointment-process p {
        font-size: 14px;
        line-height: 20px;
    }
    .appointment-process-patient p {
        font-size: 14px;
        line-height: 20px;
    }
    .reach-number strong {
        float: none;
        display: block;
        text-align: center;
    }
    .btn-dark {
        width: 100%;
        margin: 0 0 20px;
    }
    .custom-row .btn-dark { 
        margin-bottom: 0;
    }
    .alet-emergncy strong {
        font-size: 27px;
        top: 3px;
    }
    .alet-emergncy {
        font-size: 17px;
        line-height: 30px;
    }
    .appoint-steps {
        margin-right: 0; 
        text-align: center;
    }
    .steps-holder {
        float: none;
        display: inline-block;
    }
    .appoint-steps:before,.steps-box:after{
        display: none;
    }
    .custom-row > div:first-child {
        margin-bottom: 15px;
    }/*
    .custom-row > div:first-child{
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-row > div:first-child .form-control{
        border:1px solid #e1e1e1
    }*/
    .row.row-bottom > div{
        margin-bottom: 15px;
    }
    .navbar-brand>img{
        max-width: 180px;
        width: 52px;
        padding-top: 4px;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        border-radius: 0;
        margin-top: 0;
    }
    .main-menu.pull-right{
        float: none !important;
    }
    .main-menu li{
        border-bottom: 1px solid #ebebeb;
        margin: 0;
    }
    .main-menu li a{
        padding: 10px;
    }
    .main-menu li:hover a{
        background: #9c0000 !important;
        color: #fff !important;
    }
    .doctor-available{
        margin: 0 0 20px;
    }
    .f-nav{
        margin: 0 0 20px;
    }
    .get-started{
        width: 100%;
        box-sizing: border-box;
    }
    .carousel-inner img{
        min-height: 130px;
    }
    .capiton-text {
        padding: 8px 0 0;
        font-size: 23px;
        line-height: 30px;
        clear: both;
    }
    h1{
        font-size: 25px;
        line-height: 30px;
    }
    h2 { 
        font-size: 24px;
    }
    .step-number {
        margin: 20px 0px 0 0;
        font-size: 25px;
        width: 100px;
    }
    .btn-go-right{
        right: 5px !important;
    }
    .btn-go-left{
        left: 5px;
    }
    #main-block h2 img{
        display: none;
    }
    #main-block .contact-info p span{
        display: block;
        float: none;
        width: auto;
    }
    .get-started{
        font-size: 20px; 
        font-weight: 400;
        padding: 10px;
    }
    .btn-go-left, .btn-go-right{
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 27px;
        margin-top: -14px;
        opacity: 0.7;
    }
    .btn-go-left:hover, .btn-go-right:hover{
        opacity: 1;
    }
    .opportunities-caption {
        top: 0;
        padding: 17px 30px 18px 20px;
        font-size: 15px;
        line-height: 19px;
    }
    .opportunities-caption .learn-more {
        height: 30px;
        font-size: 13px;
        line-height: 30px;
    }
    .opportunities-caption h2 {
        font-size: 26px;
        font-weight: 400;
        margin: 0 0 7px;
    }
    .benefits-heading h2,.benefits-heading h2 span{
        font-size: 27px;
    }
    .treat-caption strong{
        font-size: 15px;
    }
    .treat-panel h1{
        margin: 0 0 40px;
    }
    .reg-right-image, .reg-left-image{
        margin-bottom: 10px;
    }
    
    .f-nav ul{
        min-width: 80px;
    }
	
	.opportunities-caption{
		position:relative;
		max-width:100%;
	}
}

@media only screen and (max-width: 401px){
    .dataTables_scrollHeadInner{
        width: 92% !important;
    }
}
@media only screen and (min-width:402px) and (max-width: 445px)  {
    .dataTables_scrollHeadInner{
        width: 93% !important;
        left: 15px;
    }
}
@media only screen and (min-width:446px) and (max-width: 521px)  {
    .dataTables_scrollHeadInner{
        width: 94% !important;
        left: 15px;
    }
}
@media only screen and (min-width:522px) and (max-width: 641px)  {
    .dataTables_scrollHeadInner{
        width: 95% !important;
        left: 15px;
    }
}
@media only screen and (min-width:642px) and (max-width: 780px)  {
    .dataTables_scrollHeadInner{
        width: 96% !important;
        left: 15px;
    }
}
@media only screen and (max-width: 379px){
    .preprod_box_mobile{
        /*margin-top: 0px !important;*/
    }
}
@media only screen and (max-width: 640px){
    .dashboard-area{
        position: relative;
    }
    .side-nav > ul > li > a {
        text-align: left;
        padding: 10px;
    }
    .side-nav > ul > li > a > span{
        display: inline-block;
        margin: 0;
    }
    .side-nav > ul > li > a > i{
        font-size: 15px;
        margin-right: 10px;
    }
    #sidebar{
        margin-left: -200px;
        transition:all 0.5s;
        -webkit-transition:all 0.5s;
        -moz-transition:all 0.5s;
        -o-transition:all 0.5s;
        position: absolute;
        z-index: 999;
    }
    #sidebar.sidebar-active{
        margin-left: 0;
        transition:all 0.5s;
        -webkit-transition:all 0.5s;
        -moz-transition:all 0.5s;
        -o-transition:all 0.5s;
        width: 300px;
    }
    .sidebar-toggle{
        display: block;
        font-size: 18px;
        cursor: pointer;
        position: absolute;
        width: 42px;
        
        background: #f6f6f6;
        text-align: center;
        padding: 10px 0;
        color: #757575;
        
        z-index:1;
        transition:all 0.5s;
        -webkit-transition:all 0.5s;
        -moz-transition:all 0.5s;
        -o-transition:all 0.5s;
    }
    .sidebar-toggle.moveme{
        margin-left: 300px;
        transition:all 0.5s;
        -webkit-transition:all 0.5s;
        -moz-transition:all 0.5s;
        -o-transition:all 0.5s;
    }
    .dashboard-container{
        clear: both;
        min-height: 350px;
    }
    .dash-hdr-right {
        margin: 7px 0 0;
    }
    .dash-hdr-right-mobile{
        margin: 18px 7px 7px 7px;
    }
    .dashboard-container h1{
        padding-left: 10px;
    }
    .btn-dark.btn-login.btn-next1{
        width: 25% !important;
        margin-left: 35% !important;
    }
    .side-nav > ul > li > a > img{
        width: 13px;
        margin: 0 12px 0 0;
    }
    .side-nav > ul > li > ul,
    .side-nav > ul > li > ul > li > ul,
    .side-nav > ul > li > ul > li > ul > li > ul{
        display:none;
        position: relative;
        left: 0;
        width: auto;
        border: 0;
    }
    .side-nav > ul > li:hover > ul,
    .side-nav > ul > li > ul > li:hover > ul,
    .side-nav > ul > li > ul > li > ul > li:hover > ul{
        display:none;
    }
    
    .appoint-steps {
        margin: 0 auto;
        max-width: 140px;
    }
    
    .step-number{
        float: none;
        margin-bottom:20px;
    }
    
    .step-number::after{
        display: none;
    }
}
@media only screen and (min-width: 640px){
    .dash-hdr-right-mobile{
        margin-top: 18px !important;
    }
    #sidebar{
        margin-left: 0 !important;
    }
    .sidebar-toggle{
        display: none !important;
    }
    .side-nav > ul > li > ul,
    .side-nav > ul > li > ul > li > ul,
    .side-nav > ul > li > ul > li > ul > li > ul{
        display: none !important;
    }
    .side-nav > ul > li:hover > ul,
    .side-nav > ul > li > ul > li:hover > ul,
    .side-nav > ul > li > ul > li > ul > li:hover > ul{
        display: block !important;
    }
}

/******************************/
/*  By Ikram **/
/* even items 2,4,6,8,... */
/*table tr.even th,
.even {
    background: #FFFFFF;
}
.odd:hover,
.even:hover,
.hover {
    background: #CCFFCC;
    color: #000000;
} */
.paginate_button.active a{
    background-color: #545454;
    border-color: #545454;
}
.paginate_button.active a:hover{
    background-color: #a20e0e;
    border-color: #a20e0e;
}
.user_image img{
    float:left;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 10px;    
}

.user_image{
    line-height: 30px;
}

.heading-panel .btn-dark.btn-login{margin:0}
.btn-search{
    width: 90%;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00366F !important;
    border-color: #545454 !important;
    color: #FFFFFF !important;
    font-weight: bold;
}
.pagination > .active > a:hover {
    background-color: #00366F !important;
    border-color: #a20e0e !important;
    color: #FFFFFF !important;
}

.pagination > li > a, .pagination > li > span {
    color: #000 !important;
}

.btn-space {
    margin-right: 5px;
}

tr.selected {
    background-color: #b0b0b0 !important;
}

select.bs-select-hidden {
    border: 0 none;
    bottom: 0;
    box-shadow: none;
    color: white;
    display: inline-block !important;
    height: 0 !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}

.review-holder {
    margin-bottom: 20px;
}

button, input, optgroup, select, textarea {
    color: #000 !important;
}

.icon-container1 {
    margin-left: 25px;
}
.no-margin-heading {
    margin: 0 0 10px !important;
}

.home-heading {
    font-weight: 900;
}

.text-italic {

}
.m-b-5 {
    margin-bottom: 5px;
}
.contact-email-link {
    color: #9c0000;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
}

.steps-details span {
    padding-right: 15px;
}
.steps-details i {
    border: 1px solid;
    border-radius: 1.2em;
    font-size: inherit !important;
    line-height: 1.6em !important;
    text-align: center;
    width: 1.7em;
}
/*.btn-find-doctor {
    margin: 18px 0 0 !important;
}*/

.well-sm p {
    line-height: 24px !important;
}

.red-border{
    border:1px solid red;
}

.item{
    overflow: hidden;
    max-height: 275px;
}
.item.one{
    background: #cbcbcb;    
}
.item.two{
    background: #e8e8e8;    
}
.item img{
    width: 100%;

}

.header-breadcrumb { 
    list-style: none; 
    overflow: hidden; 
    font: 12px Helvetica, Arial, Sans-Serif;
    padding-left: 0px !important;     
    background: #F6F6F6;
    /*margin:3px 0px;
    margin-bottom: 10px;
    margin-right: 15px;  */
    margin:3px 0 7px;
    box-sizing: border-box;
}
.header-breadcrumb li { 
    float: left; 
    line-height: 22px;
}
.header-breadcrumb li.active{
    padding: 10px 0 10px 40px;
    color: hsla(5, 100%, 32%, 1);
}
.header-breadcrumb li a {
    color: white;
    text-decoration: none; 
    padding: 10px 0 10px 40px;
    background: brown;                   /* fallback color */
    background: hsla(5,100%,32%,1); 
    position: relative; 
    display: block;
    float: left;
}
.header-breadcrumb li a:after { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(5,100%,32%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2; 
}	
.header-breadcrumb li a:before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 1px;
    left: 100%;
    z-index: 1; 
}	
.header-breadcrumb li:first-child a {
    padding-left: 10px;
}
.header-breadcrumb li:nth-child(2) a       { background:        hsla(5,100%,42%,1); }
.header-breadcrumb li:nth-child(2) a:after { border-left-color: hsla(5,100%,42%,1); }
.header-breadcrumb li:nth-child(3) a       { background:        hsla(5,100%,52%,1); }
.header-breadcrumb li:nth-child(3) a:after { border-left-color: hsla(5,100%,52%,1); }
.header-breadcrumb li:nth-child(4) a       { background:        hsla(5,100%,62%,1); }
.header-breadcrumb li:nth-child(4) a:after { border-left-color: hsla(5,100%,62%,1); }
.header-breadcrumb li:nth-child(5) a       { background:        hsla(5,100%,72%,1); }
.header-breadcrumb li:nth-child(5) a:after { border-left-color: hsla(5,100%,72%,1); }
.header-breadcrumb li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
}
.header-breadcrumb li:last-child a:after { border: 0; }
.header-breadcrumb li a:hover { background: hsla(5,100%,32%,1); }
.header-breadcrumb li a:hover:after { border-left-color: hsla(5,100%,32%,1) !important; }
.dashboard-container h1{
    margin-bottom: 15px;
    /*padding: 1px 15px;*/
}

.breads{ 
    /*padding-left: 15px;*/
}
.dashboard-container h1 div:last-child{
    padding-right: 0px !important;
}

.select-area {
    color: #838282 !important;
}


.data-ellipsis > p {
    height: 100px;
    overflow: hidden;
}

.card-type{ box-sizing: border-box;}
.card-type img{ width:60px; opacity: 0.7;}
.card-type a{ text-align: center;}
.card-type a img{
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #cecece !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.card-type a img,
.card-type a{
    border: none; 
    overflow: hidden; 
}
.card-type a:hover img, 
.card-type a.active img{
    opacity: 1;
    border: 1px solid #000000 !important;
    position: relative;
}

.breaker{
    width: 100% !important;
}

.btn-readmore{
    font-size: 12px;
    color: #9c0000 !important;
}

.btn-readmore:hover, a.btn-readmore:hover{
    /*color: hsla(5,100%,42%,1);*/
    color: #9c0000;
    cursor: pointer;
    text-decoration: underline !important;
}

.yelp-logo-holder a:before{
    content: "";
}

.no-margin{
    margin: 0px !important;
}

.no-padding{
    padding: 0px !important;
}

.margin-bottom{
    margin-bottom: 5px !important;
}

.margin-bottom-none{
    margin-bottom: 0px !important;
}

.margin-top{
    margin-top: 5px !important;
}
.margin-top-none{
    margin-top: 0px !important;
}

.margin-right{
    margin-right: 5px !important;
}
.margin-right-none{
    margin-right: 0px !important;
}

.margin-left{
    margin-left: 5px !important;
}
.margin-left-none{
    margin-left: 0px !important;
}

.margin-left-right{
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.margin-left-right-none{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-top-bottom{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.margin-top-bottom-none{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.margin-bottom-2x{
    margin-bottom: 10px !important;
}

.margin-top-2x{
    margin-top: 10px !important;
}

.margin-right-2x{
    margin-right: 10px !important;
}

.margin-left-2x{
    margin-left: 10px !important;
}
.margin-left-2xa{
    margin-left: 12px !important;
}

.padding-bottom{
    padding-bottom: 5px !important;
}
.padding-bottom-none{
    padding-bottom: 0px !important;
}

.padding-top{
    padding-top: 5px !important;
}
.padding-top-none{
    padding-top: 0px !important;
}

.padding-right{
    padding-right: 5px !important;
}
.padding-right-none{
    padding-right: 0px !important;
}

.padding-left{
    padding-left: 5px !important;
}
.padding-left-none{
    padding-left: 0px !important;
}

.padding-left-right{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.padding-left-right-2x{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padding-left-right-none{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-top-bottom{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.padding-top-bottom-2x{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padding-top-bottom-none{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padding-bottom-2x{
    padding-bottom: 10px !important;
}

.padding-top-2x{
    padding-top: 10px !important;
}

.padding-right-2x{
    padding-right: 10px !important;
}

.padding-left-2x{
    padding-left: 10px !important;
}

.text-truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.work-steps:hover, 
.important-note:hover{
    cursor: default;
}

.starrr:hover{
    cursor: default;
}

.glyphicon-star::before{
    /*color: #e06f23 !important;*/
    color: #9c0000 !important;
}

.font-12{ font-size: 12px !important; }
.font-14{ font-size: 14px !important; }
.border-radius-none{
    border-radius: 0px !important;
}

.text-white{ color: #ffffff !important; }
.text-hover:hover{cursor: pointer !important;}
.text-underline{text-decoration: underline !important;}
.text-hover-underline:hover{text-decoration: underline !important;}

.review-holder {
    border: 1px solid rgba(0, 0, 7, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px;
}

.review-holder:hover .glyphicon-star::before {
    color: #006400 !important;
}
.review-holder:hover{
    /*color: #ffffff;
    background: #a20e0e;*/
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
}

.dashboard-container .dataTables_filter label{
    margin-bottom: 1px !important;
}
.dashboard-container .dataTables_filter input[type="search"]{
    height: 35px !important;
}


.dashboard-container .dataTables_wrapper .row div:first-child,
.dashboard-container .dataTables_wrapper .row div:nth-child(1),
.dashboard-container .dataTables_wrapper .row div:nth-child(2){
    padding: 0px !important;
}

.form-container form .row div[class^="col-"],
.front-container div[class^="col-"]{
    padding-left: 0px !important;
}

.search-list-holder:hover{
    background: #fdfbfb !important;
}

@media only screen and (min-width: 320px) {
    .data-ellipsis > p {
        height: 80px;
        min-height: 80px;
        overflow: hidden;
    }
    .dropdown, .dropup {
        float: none;
    }
    
    .dash-hdr-right .dropdown{
        float:none;
    }
}
@media only screen and (max-width: 320px) {
    .container{
        width: 327px !important;
    }
}
@media only screen and (min-width:320px) and (max-width: 490px)  {
    /*
        * visit detail
        */
    .right_margin{
        margin-right: 0 !important;
    }

    .left_margin{
        margin-left:0 !important;
    }
    .button_margin{
        margin-right: 0px !important;
        text-align: center !important;
    }
    .left_margin_front{
        margin-left:0 !important;
    }
    .left_margin_patient{
        margin-left:0 !important;
    }
}

@media only screen and (max-width: 1200px) {

    .breaker.breaker-contact{
        display: none !important;
    }

    .front-container .dashborad-widget {
        min-height: 300px !important;
    }
}
@media only screen and (min-width:491px) and (max-width: 767px)  {
    
    .button_margin{
        margin-right: 0px !important;
        text-align: center !important;
    }
    .left_margin_front{
        margin-left:0 !important;
    }
    .left_margin_patient{
        margin-left:0 !important;
    }
}
@media only screen and (min-width: 768px) {
    
    .right_float {
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    
    .front-container .dashborad-widget {
        min-height: auto !important;
    }
    
    .get-started{
        width: 100%;
    }
    
}

@media only screen and (min-width:991px) and (max-width: 1199px)  {
    .capiton-text{
        font-size: 34px;
    }
        
}


@media only screen and (min-width: 990px) {


    .dashboard-container .dataTables_wrapper .row:nth-child(1) div:nth-child(1){
        height: 0px !important;
        /*background: yellow;*/
    }

    .dashboard-container .dataTables_filter label {
        bottom: 46px;
        margin-bottom: 1px !important;
        position: relative;
    }
}

@media only screen and (max-width: 990px) {
    .capiton-text{
        font-size: 22px;
    }
}

.file-area .jcf-fake-input{
    margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_filter{
    margin-right: 5px;   
}

.appointment_login{
    border: 1px solid #a20e0e; width: 98%; padding: 15px 15px 20px;
}
.margin_top_row{
    margin-top: 20px
}
/***************************************************/
/* Toggle Switch */
/***************************************************/
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 34px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00bd66; /* #a20e0e */
}

input:focus + .slider {
  box-shadow: 0 0 1px #00bd66;
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}
/***************************************************/
/* End Toggle Switch */
/***************************************************/
.inline-button{
    bottom: 5px;
    font-size: 14px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    font-size: 14px !important;
}
.inline-button2{    
    font-size: 14px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    font-size: 14px !important;
}

.form-group-in-button{
    position: relative; overflow: hidden;
}

#unpaidDoctors .chk-focus, #percentage_table .chk-focus, #roles_chk .chk-focus{
    /* border-color: #920101; */
    border: 1px solid #c6c6c6;    
}

#unpaidDoctors .chk-area, #percentage_table .chk-area, #roles_chk .chk-area{
    background-color: #48a0ff;
    border: 1px solid #c6c6c6;
    color: #fff;
}

#unpaidDoctors .chk-checked::after, #percentage_table .chk-checked::after, #roles_chk .chk-checked::after{
    background-color: #48a0ff;
    color: #fff;
    width: 100%;
    left: 0;
    line-height: 20px;
    top: 0;
}

#roles_chk .rad-checked{
    background-color: #48a0ff;
    border-color: #48a0ff;
}

.steps-details p.new_margin{
    margin: 0 60px 10px;
}

.appointment-process .alert-danger{
    /* margin-left: 8%; */
}

.appointment-process .alert-danger > ul{
    list-style-type: none;
    padding-inline-start: 0;
    text-align: center;    
}

.appointment-process .alert-danger > ul > li{
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.toggle_switch > .chk-area{
    border: 0px !important;
}

.request_provider .alert-danger > ul{
    list-style-type: none;
    padding-inline-start: 0;
    text-align: center;    
}

/********************************************************/
h3.doctor_signup{
    color: #a20e0e; /*#DD5348*/
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;    
}

.doctor_visits span.select-area{
    margin-bottom: 10px;
}
/*
* visit detail
*/
h2.right_margin{
    margin-right: 30px;
}

.left_margin{
    margin-left: 7%;
}
.left_margin_front{
    margin-left: 9%;
}
.left_margin_patient{
    margin-left: 23%;
}
.button_margin{
    margin-right: 99px;
    text-align: right;
}

svg path{
    fill: #9c0000; /*#DD5348*/
}
svg path{
    stroke: #9c0000; /*#DD5348*/
}

/*svg:hover path{
    fill: #ffffff;
}
svg:hover path{
    stroke:#ffffff;
}*/
/*.work-steps  .steps-details:hover svg path{
    fill: #ffffff;
} */
.steps-details:hover svg path{
    fill: #ffffff;
}
.work-steps:hover svg path{
    fill: #ffffff;
}
.work-steps  .steps-details .imgholder{display:inline-block;vertical-align: top;margin-right: 10px;margin-top: 4px;}
.work-steps  .steps-details .content-info{display:inline-block;width:86%;}
@media only screen and (max-width: 480px) {
    .work-steps  .steps-details {display: flex;}
}
a.pay_individual:link{
    font-weight: bold;
    color:#a30d00 !important;
}
a.pay_individual:hover{
    font-weight: bold;    
    color: #ffffff !important;
}
button.pay_individual{
    width: 100px !important;    
    height:40px !important;
}
#agree_guardian > div.chk-area{
    margin-top: 7px;
}

table#sms_log th{    
    vertical-align: top;
    font-weight: normal;
}
table#sms_log td table td{
    /*padding: 10px 15px 10px 15px;*/
    padding: 10px 3px 10px 3px;
    font-size:15px;    
}
.ajax-loading{
    text-align: center;
    /* background: #e1e1e1; */
    padding: 10px 0px;
    width: 100%;
}
.ajax-loading i{
    font-size:35px;
}

/*************************/
.tipu_view label{
	font-size:12px;
}
#po_table th{
	background: #575757;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 10px 10px 5px;
}
#po_products_table th{
    background: #575757;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px 10px 5px;
}
/*************************/
.inline_background{
	background-color: #CCCCCC36; /*#CCCCCC*/
}
.inline_edit_css button{
	background-color: #DD5348;
	/*height: 32px;
	width: 60px;*/
	height: 22px;
	width: 40px;
	color: #FFF;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	margin: 1px;
}

.inline_edit_css i, .small_inline_edit_css i{	
	color: #00366F;
	/*font-size: 27px;
	margin: 2px;
	*/
	font-size: 16px;
	margin: 2px;
}
i.fa-save{
	margin-left: 2px;
}
.inline_edit_css input{
	background-color: #f6f6f6;
	height: 22px !important;
	width: 100px !important;
	border: 1px solid #e1e1e1;
	font-size: 13px;
	box-shadow: none;
	margin-bottom: 5px;
	color: #747373;
	white-space:word-spacing;
}

.inline_edit_css select{
    border: 1px solid #e5e8eb;
    position: relative;
    overflow: hidden;
    cursor: default;
    height: 25px;
    float: left;
    width: 100px !important;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
    color: #A4A4A4;
    background: #f6f6f6;
    font-family: 'Open Sans', sans-serif;
}

.small_inline_edit_css select{
    border: 1px solid #e5e8eb;
    position: relative;
    overflow: hidden;
    cursor: default;
    height: 25px;
    float: left;
    width: 50px !important;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
    color: #A4A4A4;
    background: #f6f6f6;
    font-family: 'Open Sans', sans-serif;
}
 .bg_color_status_dcl .select-form-control, .bg_color_status_dcl .select-area{
	 background-color: #bad9f9 !important;
	 color: #666666 !important;
 }
 i.fa{
	 font-size: 13px;
	 color: #00366F;
 }
 .action_links{
	 white-space:nowrap;
 }
 a.text_actions{
	 color: blue !important;
	 font-weight:bold;
	 text-decoration:underline;
 }
 a.text_actions:hover{	 
	 text-decoration:none;
	 color: #00366F !important;
 }
 .header-breadcrumb i.fa-tachometer{
	 color: #ffffff !important;
 }
 .heading{
     color: #00366F;
     margin-right: 25px !important;
 }
.navbar-header{
    width: 50%;
    float:left;
    padding-left: 0px;
}
.navbar-right{
    float:right;
    margin-right:20px;
}
.bread_crumb{
    font-size:13px;
    padding:7px;
}
.bread_crumb a{
    color: #000000;
    font-size:13px;
    margin-right: 10px;
}
.bread_crumb i{
    margin-right: 10px;
}
a.underline:hover{
    text-decoration: underline !important;
}
a.add_new{
    font-weight: normal !important;
}
a.add_new:hover{
    color: #FFFFFF !important;
    text-decoration: none;
}
 .preprod_box{
     border:3px solid red;
     color:red;
     float:left;
     font-size:20px;
     font-weight: bold;
     cursor: pointer;
     font-family: 'Open Sans', sans-serif;
     width: 120px;
     padding: 5px;
     margin-top: 6px;
 }
.preprod_box_mobile{
    border:3px solid red !important;
    color:red !important;
    float:left !important;
    font-size:15px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    font-family: 'Open Sans', sans-serif;
    padding: 3px !important;
    margin-top: 13px !important;
}
.preprod_box_login{
    border:1px solid hsla(5,100%,32%,1);padding:3px;color:red;float:left; margin-left:300px;margin-top:25px;font-size:30px;font-weight: bold;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.preprod_box_dev{
    border:3px solid red;
    color:red;
    float:right;
    font-size:20px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    width: 120px;
    padding: 5px;
    margin-top: 5px;
    margin-right: 5px;
}
.custom_left_menu{
    width:55%;float:left;
}
.custom_right_menu{
    width: 45%;float:left;
}
.custom_menu_heading{
    font-size:17px;padding-bottom: 12px;font-weight: bold;
}
.custom_left_menu > li, .custom_right_menu > li{
    padding:4px;
}
.header-dropdown-report{
    width: 390px;padding:12px;font-size:16px;background-color: #edeaea;
}
.header-dropdown-profile{
    background-color: #edeaea;
}
.admin_menu{
    padding-left:10px;
}
.profile_pic{
    width: 30px;
    height: 30px;
    float:left;
    margin-top:-4px;
    margin-right:5px;
    border-radius: 15px;
    padding: 0px;
}
img.profile_icon{
    width:30px;
    height: 30px;
    border-radius: 15px;
}
.no_profile_pic{
    width: 30px;
    height: 30px;
    float:left;
    margin-top:-4px;
    margin-right:5px;
    border-radius: 15px;
    padding: 0px;
}
img.no_profile_icon{
    width:32px;
    height: 32px;
    border-radius: 15px;
}
.file-area .jcf-upload-button{
    border: 1px solid #e7e7e7;
    padding: 8px 20px;
    background: #00366F;
    color: #fff;
    float: left;
    height: 37px;
    margin-top: -1px;
}
a.menu_underline{
    font-size:14px !important;
    margin-top: 0px !important;
    color: #000000 !important;
    font-weight: normal !important;
    text-decoration:none;
}
a.menu_underline i{
    margin-right: 10px;
}
a.menu_underline:hover{
    text-decoration: underline !important;
}
.header_bottom{
    width: 99.5%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 0px;
    margin: 0 auto;
}
.header_bottom_image{
    width:100%;height:3px;
}
.heading_divider{
    float:left;
    margin-right: 20px;
}
.heading_divider_image{
    height: 30px;
    width:3px;
}
/********************************/
.header-menu{
    margin-left: 35px;
}
.header-menu-mobile{
    margin-left: 25px;
}
a.menu_item{
    float: left;
    margin-top: 22px;
    margin-right: 33px;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}
a.menu_item:hover{
    color: #00366F !important;
    text-decoration: underline !important;
}

.menu_item.active a.menu_item{
    float: left;
    margin-top: 16px;
    margin-right: 33px;
    color: #00366F !important;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.menu_item.active a.menu_item:hover{
    color: #00366F;
    font-weight: bold;
    text-decoration: underline;
}

.sub_menu_item a{
    float: left;
    margin-top: 22px;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}
.sub_menu_item a:hover{
    color: #00366F !important;
    text-decoration: underline !important;
}
.sub_menu_item.active a{
    float: left;
    margin-top: 16px;
    color: #00366F !important;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.sub_menu_item.active a:hover{
    color: #00366F;
    font-weight: bold;
    text-decoration: underline;
}

.sub_menu_item.header-dropdown-po{
    width: 100px;
    padding:5px;
    font-size:14px !important;
    color:#000000;
    background-color: #edeaea !important;
}
.header-dropdown-shipments{
    width: 190px;
    padding:6px;
    font-size:16px;
    color:#000000;
    background-color: #edeaea;
}
.header-dropdown-reassign-dcl{
    width: 190px;
    padding:6px;
    font-size:16px;
    color:#000000;
    background-color: #edeaea;
}
.dropdown-menu > li > a:hover{
    background-color: #edeaea;
}
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    /* Up arrow */
    /*right: 0.5em;
    content: "\25B2";
    bottom: 17px;*/
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    /* Down arrow */
    /*right: 0.5em;
    content: "\25BC";
    bottom: 5px;*/
}

/* Active sort icon */
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::after {
    /*color: #9c5c1c;*/
}
table.dataTable thead .sorting_disabled{
    line-height: 25px;
}
table.dataTable thead .sorting::before{
    /*background-image: url(https://cdn.datatables.net/1.10.22/images/sort_both.png) !important;*/
    float: right;
    content: "\25BC";
    font-size: 14px !important;
    color: #FFFFFF;
    padding-right:2px;
    margin-top: 3px;
}
table.dataTable thead .sorting::after{
    /*background-image: url(https://cdn.datatables.net/1.10.22/images/sort_both.png) !important;*/
    right: 0.50em;
    content: "\25B2";
    top: 3px;
    font-size: 14px !important;
    color: #FFFFFF;
}
table.dataTable thead .sorting_desc:after{
    /* desc sort */
    right: 0.5em;
    content: "\25BC";
    top: 14px;
    font-size: 14px !important;
    color: #FFFFFF;
}

table.dataTable thead .sorting_asc:after{
    /*background-image: url(https://cdn.datatables.net/1.10.22/images/sort_asc.png) !important;*/
    /* asc sort */
    right: 0.5em;
    content: "\25B2";
    top: 3px;
    font-size: 14px !important;
    color: #FFFFFF;
}
.table>thead>tr>th{
    vertical-align: unset!important;
}
#togglePassword{
    cursor: pointer;
    float: right;
    margin-top: -36px;
    margin-right: 11px;
    font-size: 24px;
}
.profile_pic_thumb{
    height: 100px;border: 1px solid #00366F;padding: 5px;margin-bottom: 3px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle;
}
.header_logo{
    width:12%;float:left;
}
.header_middle{
    width: 61%;float:left;
}
.header_mobile_middle{
    float:left;
    width:25%;
}
.header_right{
    width: 7%;float:left
}
.header_mobile_search{
    float:left;
    margin-top:13px;
    margin-right: 10px;
    width: 150px;
}
.header_mobile_right{
    float:left;
    width: 10%;
}
#dcl_search{
    width:29.2%;
}
#reports{
    width:13.5%;
}
#tipview1 thead tr th:first-child:after, .fixedHeader-floating tr th:first-child:after {
    display: none !important;
    color: #00366F !important;
}
#find_now{
    background-color: #FFFFFF;color:#000000 !important;height: 35px !important;width:70px;font-weight: normal;font-size:16px !important;padding:0 !important;
}
#reset{
    background-color: #FFFFFF;color:#000000 !important;height: 35px !important;width:70px;font-weight: normal;font-size:16px !important;padding:0 !important;
}
#delivery_report{
    background-color: #FFFFFF;color:#000000 !important;height: 35px !important;width:70px;margin-right:3px;font-weight: normal;font-size:16px !important;padding:0 !important;
}
#invoice_report{
    background-color: #FFFFFF;color:#000000 !important;height: 35px !important;width:70px;font-weight: normal;font-size:16px !important;padding:0 !important;
}