.square {
    width: 15px;
    height: 15px;
    display: inline-table;
    float: left;
    margin-right: 10px;
}
/* CSS Document */
input, textarea, select{
    outline:none !important;
}
@font-face {
    font-family: "ITCAvantGarde";
    src: url('../font/ITCAvantGardeStd-Bk.otf');
}


body { 
    font-family: "ITC Avant Garde", arial, Tahoma;
}
.head1
{
    font-family:"ITC Avant Garde", Arial, Helvetica, sans-serif;
    font-size:25px;
    font-weight:normal;
    color:#09679f;
    line-height:21px;
margin: 0;
}
.main-txt1
{
    font-family:"ITC Avant Garde", Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#3f3f3f;
    line-height:20px;
    font-weight:bold;
}
.blu-txt1
{
    font-family:"ITC Avant Garde", Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#09679f;
    line-height:20px;
}
.top-div
{
    width:100%;
    background-color:#1c7eb8;
    height:10px;
}
.top-div1
{
    background-image:url(../img/top-bg.jpg);
    height:112px;
    background-repeat:repeat-x;
}
.sky-blu-line
{
    background-color:#93c4e2;
    height:1px;
}
.bot-gray-line
{
    background-color:#d7d7d7;
    height:1px;
}
.login-brdr
{
    padding:4px;
    border:1px solid;
    border-color:#adaeaf;
}
.login-field
{
    font-size:14px;
    border:solid 1px;
    padding:4px 6px;
    border-color:#adaeaf;
    width:100%;
    height:36px;
}
.login-field:focus
{
    border-color:#34b2ff;
/*    background: url(../img/clear-fld.gif) no-repeat right center;*/
}
.chk-box-bg
{
    width:149px;
    background-color: #f5f5f5;
    border-radius: 20px;
    color: #696969;
    height: 38px;
    padding: 7px 13px;
}
.untouched td {
    background: #5bc0de;
    font-weight: bold;
    color: #FFF !important;
}
.login
{
    width:149px;
    height:35px;
    background-color:#1ba0e8;
    padding:9px 13px;
    border-radius:20px;
    text-align:center;
    color:#FFFFFF;
    border:0;
    font-family:Lato, Arial, Helvetica, sans-serif;
}
.forgot-pass
{
    color:#0c7bbd;
    font-size:14px;
    padding-top:9px;
}
.clr-bot
{
    height:120px;
    width:100%;
    clear:both;
}
.footer
{
    font-family:Lato, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#9b9393;
}
.footer a
{
    font-family:Lato, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#5c5959;
    text-decoration:underline;
}
.footer a:hover
{
    font-family:Lato, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#5c5959;
    text-decoration:none;
}
img
{
    max-width:100%;
    height:auto;
}
.crm-bg
{
    background-color:#3a4b55;
    height:62px;
    width:100%;
}
.crm-bg img
{
    padding-top:16px;
}

.modal-title img{
    padding-top:0px;		
}
.navbar-inverse{background-color:#3a4b55;border:none; height:62px;}
.navbar-inverse .navbar-nav>li>a{color:#fff; padding-top:22px;}
.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:#485a65; height:62px;}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#485a65; height:62px;}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#6a7c86;}

.navbar-inverse .navbar-header img, .navbar-right img{
    padding-top: 16px !important;
}

.navbar-form{margin-top:13px;margin-right:-15px;margin-bottom:8px;border:1px solid; border-radius:16px; background-color:transparent; width:270px;}
.search {
    width:100%;
    display:block;
    height:34px;
    padding:6px 12px 6px 18px;
    font-size:14px;
    line-height:1.42857143;
    color:#fff;
    background-color:transparent;
    background-image: url('../img/search-icon.png');
    background-repeat: no-repeat;
    background-position:0px 12px;
    border:none;
    border-radius:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,
        -webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.pad-r-12
{
    padding-right:12px;
}
.pad-r-11
{
    padding-right:11px;
}
.mar-t-15
{
    margin-top:15px;
}
.font-size-13
{
    font-size:13px;
}
/*div.speech-box
{
        position: relative;
        width: 100%;
        height: auto;
        text-align: left;
        line-height: normal;
        background-color: #fff;
        border: 1px solid #d3d8db;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding:18px 11px 18px 11px;
        font-family:Lato, Arial;
}*/
div.speech-box
{
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #d3d8db;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*padding:18px 11px 18px 11px;*/
    font-family:Lato, Arial;
    font-size:13px;
    color:#7a7a7a;
    font-weight:bold;
}
div.speech-box p {
    padding:15px 11px 5px 11px;
}

div.speech-box span
{
    font-size:13px;
    color:#b2b1b1;
    font-weight:normal;
}
div.speech-box:before
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: 10px;
    border: 10px solid;
    border-color:  transparent #d3d8db transparent transparent;
}
div.speech-box:after
{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -17px;
    top: 11px;
    border: 9px solid;
    border-color:  transparent #fff transparent transparent;
}
.blu-color
{
    color:#1070a9;
}
.all-contacts-bg
{
    /*background-image:url(../img/all-contacts-bg.gif);
    background-repeat:repeat-x;*/
    background-color:#f1f8fc;
    height:37px;
    padding-left:14px;
    color:#1070a9;
    font-size:14px;
    border:1px solid #abcbdf;
}
.all-contacts-bg th
{
    vertical-align:middle !important;
}
.tables
{
    border:1px solid #cdcdcd;
    border-radius:4px;
    border-collapse:unset;
}
.crm-all-contacts
{
    width:215px; height:32px; 
    border-radius:2px; 
    border:1px solid #bec4c7;
    font-family:Lato,Arial;
    font-size:13px;
    color:#4c4c4c;
}
.crm-all-contacts option:first-child
{  
    font-weight:bold;
}
.txt-fld-no-brdr
{
    border:0px;
    padding: 5px 0;
}
.brdr-all-over
{
    border:1px solid #bec4c7;
    padding:0px;
    border-radius:3px;
    height:34px;
    background:#fff;
}
.option-no-brdr
{
    border:0;
}
.pad-bot-14
{
    padding-bottom:14px;
}
.pad-top-14
{
    padding-top:14px;
}
.pad-left-0
{
    padding-left:0;
}
.pad-right-0
{
    padding-right:0;
}
.pad-all-20
{
    padding:20px;
}
.pad-all-10
{
    padding:10px;
}

.navbar{margin:0;}
.timeline{height:615px;overflow:auto;}

.bg-color-f6
{
    background:#f6f6f6;;
}
.brdr-bot-1-cd-mar-bot-22
{
    border-bottom:1px solid #cdcdcd; margin-bottom:22px;
}
.rgt-brdr-lft
{
    background-color:#f3f3f3; border-left:1px solid #cdcdcd;font-family:Lato,arial;
}
.activity-bg
{
    background-color:#188ece; margin-top:0; height:43px; padding:10px 16px; font-family:Lato, Arial; font-size:15px; color:#FFFFFF;
}
.activity-day {
    color:#989898;
    font-weight:bold;
}
.curr-day {
    color:#7a7a7a;
    font-weight:bold;
}
.last-day {
    color:#bfbfbf;
    font-weight:bold;
}
.mar-top-18
{
    margin-top:18px;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}
input.cmn-toggle-round-flat + label {
    padding: 1px;
    width: 25px;
    height: 13px;
    background-color: #dddddd;
    border-radius: 12px;
    transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}
input.cmn-toggle-round-flat + label:before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #e1e1e1;
    border-radius: 12px;
    transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 10px;
    background-color: #1ba0e8;
    border-radius: 62px;
    transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
    background-color: #ccc;
}
input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 11px;
    background-color: #ccc;
}
.width10{ width:10%;}
.width6{ width:6%;}
.paddingLR5{ padding:0 10px;}
.lightGreyBorder{border:1px solid #d2d2d2; padding:5px 15px;}

table th, table td {
    font-family:Lato,Arial;
    vertical-align:middle !important;
}
.table td { color: #7e7e7e; }
.divider { padding: 4px 0px; width:2px;}
.filter-by { padding-right:0; margin-right:0; float:right; }
.filter-by .bootstrap-select { height:32px; }
.crm-dropdown .bootstrap-select > .dropdown-toggle { border:1px solid #bec4c7;border-radius:3px; }

.crm-dropdown .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size:13px;
    color:#4c4c4c;
    font-weight:bold;
}

.task-actions {  
    float: right;
}
.task-actions a { float:left; margin-right:8px;}
.task-actions ul li {  }

.tk-del {
    background-image: url('../img/del-icon.png');
    width:35px;
    height:28px;
}
.tk-assign {
    background-image: url('../img/assign-owner-icon.png');
    width:35px;
    height:28px;
}
.tk-completed {
    background-image: url('../img/completed-icon.png');
    width:35px;
    height:28px;
}

.tk-cal-queue {
    background-image: url('../img/call-queue-icon.png');
    width:35px;
    height:28px;
}
.tk-dead-lead {
    background-image: url('../img/move-dead-lead-icon.png');
    width:35px;
    height:28px;
}

.sel-count { 
    font-family: Lato-bold, arial;
    float: right;
    padding: 4px;
    margin-right: 10px;
}

.tooltip-block:hover:after{
    border: 1px solid #fc0;
    padding: 3px 6px;
    background: #fffea1;
    content: attr(data-title);
    position: absolute;
    right: -40px;
    top: -26px;
}

/*
.task-actions a {
  color: #900;
  text-decoration: none;
}

.task-actions a:hover {
  color: red;
  position: relative;
}

.task-actions a[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}*/

.task-actions [title]{
    position:relative;
}
.task-actions [title]:after{
    border:1px solid #a1d1ee;
    content:attr(title);
    color:#7e7e7e;
    background:#fff;
    padding:5px;
    position:absolute;
    left:-9999px;
    opacity:0;
    white-space:nowrap;
    font-size:12px;
    border-radius:3px;
}
.task-actions [title]:hover:after{
    left:5px;
    opacity:1;
    z-index:2;
}

#navbarCollapse { margin-left:100px;}


.doctortext {
    color: #4c4c4c;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    padding:5px 8px;
}
.text-right .btn-info {
    font-weight:bold;
}
.add-item { 

}

/* ==========  Doctors Page  =============== */


.border-grey { 
    border:1px solid #d3d8db;
    border-radius:4px;
    box-shadow:0 3px 6px 2px #ddd;
    margin-bottom:20px;
}
.div-center {
    margin-left:auto;
    margin-right:auto;
    float: none;
}
.bg-clr-white { 
    background:#fff;
}

.sidebar-profile {
    padding-top:4px;
    padding-bottom:4px;
    padding-left:0px;
}
.profile-icon {
    float:left;
    margin:0 10px 0 4px;
    width:50px;
    padding:4px;
    height:auto;
    background-color:#f3f3f3;
    border-radius:3px;
}
.profile-icon img { 
    padding:0px;
    height:41px;
    width:41px;
}
.profile_text { 
    color:#525252;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 10px 10px;
}

.sidebar-about-box {
    padding:0px;
}


.about-header, .login-header, .specialities-header, .attachment-header, .status-header { 
    background-color:#eff7fb;
    border-bottom:1px solid #abcbdf;
    padding:6px 8px;
    color:#1070a9;
    font-weight: bold;
    font-size:13px;
    text-transform:uppercase;
}

.doc-info {
    padding: 20px;
}
.doc-info table { }
.doc-info table th { text-align:right; padding:4px 8px; color:#525252; }
.doc-info table td { text-align:left; padding:4px 8px;  color:#838383;  }

.sidebar-login-box {
    padding:0px;
}
.login-info {
    padding: 20px;
}
.login-info table { }
.login-info table th { text-align:right; padding:4px 8px; color:#525252; }
.login-info table td { text-align:left; padding:4px 8px; color:#838383; }

.sidebar-surgery-box { 
    padding:0px;
}
.specialities-list { padding:0px;margin:20px 0px; }
.specialities-list ul { list-style:none; }
.specialities-list ul li {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 1px 6px;
}

.sidebar-files-box { 
    padding:0px;
}
.attchments { 
    padding:20px;
}
.add-attachment-img {
    text-align:center;
}
.add-attachment-img img {
    padding-top:0px;
}

.form-group {
    margin-bottom: 10px;
}
#myModal .modal-dialog {
    width:400px;
    box-shadow:0 3px 5px 0 #AECDE0;
    border:2px solid #AECDE0;
}
/*.modal-content {
        border:1px solid #AECDE0;
}*/
#myModal .modal-header {
    background:#217CAE;
    border:.5px solid #fff;
}
#myModal .modal-body {
    padding:0px;
}

#myModal .modal-title {
    line-height:.8em;
    font-size:16px;
    font-weight:bold;
    color:#fff;
}

#myModal .modal-footer {
    border-top-color:#aecde0 !important;
}
.accordion-heading {
    text-transform:uppercase;
}
#myModal .modal-title img {
    margin-right:5px;
    margin-bottom:2px;
}

.accordion-group {
    border-top:1px solid #AECDE0;
}
.accordion-heading {
    padding:5px 15px 5px 20px;
    background:#EEF6FB;
    font-weight:bold;
}
.accordion-body {
    padding:15px 15px 15px 20px;
}

.accordion-body .form-control {
    border-radius:4px !important;
}
.accordion-body .control-label {
    color:#C0C1C1;
    font-size: 12px;
}
.spc-hdr {
    color:#868686;
    font-weight:bold;
}
.spc-list {
    color:#A4A4A4;
}
.spc-list ul {
    list-style:none;
    padding-left:0px;
}
.spc-list ul li input {
    margin-right:8px;
}
.att-div {
    text-align:center;
}


.glyphicon {
    font-weight:normal;
    font-size:11px;
}
.close {
    color:#fff;
    opacity:1;
}
.save {
    padding:6px 23px;
}


/* Edit user modal myModalEdit */


#myModalEdit .modal-dialog {
    width:400px;
    box-shadow:0 3px 5px 0 #AECDE0;
    border:2px solid #AECDE0;
}
/*.modal-content {
        border:1px solid #AECDE0;
}*/
#myModalEdit .modal-header {
    background:#217CAE;
    border:.5px solid #fff;
}
#myModalEdit .modal-body {
    padding:0px;
}

#myModalEdit .modal-title {
    line-height:.8em;
    font-size:16px;
    font-weight:bold;
    color:#fff;
}

#myModalEdit .modal-footer {
    border-top-color:#aecde0 !important;
}
.accordion-heading {
    text-transform:uppercase;
}
#myModalEdit .modal-title img {
    margin-right:5px;
    margin-bottom:2px;
}

/* Edit user modal END myModalEdit */

/* =========== contacts right sidebar popup ======= */

.padding-lt-rt-0 {
    padding-left:0px;
    padding-right:0px;
}

.rt-corner-popup table th { vertical-align:top !important;}
.rt-corner-popup {
    background-color:#f3f3f3; 
    border-left:1px solid #cdcdcd;
    font-family:Lato,arial;
    height:100%;
}
.nav-pills {
    background:#188DCD;
}
.nav-pills > li.active {
    background-color:#337ab7;
}
.nav-pills > li > a {
    border-top-width:0px !important;
    color:#fff !important;
    font-weight:bold;
}
.nav-pills > li > a:hover {
    color:#7e7e7e !important;
}

.status-info, .lead-info {
    padding: 20px;
    font-size: 12px;
}
.tab-content .lead-info {
    padding-top: 0 !important;
}
.tab-content .col-md-6, .tab-content .form-group {
    color: #666;
    font-size: 12px;
}
.status-info table th, .lead-info table th { text-align:right; padding:4px 8px; color:#525252; }
.status-info table td, .lead-info table td { text-align:left; padding:4px 8px;  color:#838383;  }

.lead-txt {
    float:right;
    color:#7cb765;
    font-size:14px;
}
.txt-green {
    color:#7cb765;
}
.clr-green {
    background: #7cb765 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff !important;
    font-weight: bold;
    width: auto;
    padding:4px 10px;
}
.profile-footer {
    border-top:1px solid #e3e3e3;
}
.profile-footer td {
    padding: 10px 0px !important;
}
.profile-rgt {
    float:right;
    padding-top:6px;
}
/* ========= contacts activity tab ======= */
#activity .nav-pills .glyphicon { 
    font-size:13px;
}
#activity .nav-pills {
    background:#eef6fb;
    color:#4b94bf;
}
#activity .nav-pills li a { 
    color:#4b94bf !important;
}
#activity .nav-pills li.active a { 
    color:#fff !important;
}
#activity .nav-pills > li + li {
    margin-left:0px;
}
#activity .nav-pills li {
    border-bottom:1px solid #abcbdf;
}
#activity .nav-pills li:nth-child(2) {
    border-left:1px solid #abcbdf;
    border-right:1px solid #abcbdf;
}
#activity .tab-content { 
    padding:20px;
}
.field-label {
    color: #c0c1c1;
    font-size: 12px;
}
.notes-rgt {
    float:right;
    padding-top:15px;
}
.ft-rt {
    float:right !important;
}
.log-btn {
    padding:6px 10px;
}
.activity-txt { 
    border-top:1px solid #dadada;
    padding:10px;
}
.rt-toggle {
    background: url('../img/toggle-icon.png') no-repeat;
    cursor: pointer; 
    position: absolute;
    top:124px;
    right:0; 
    width: 22px;
    height:36px;
}
/*.rt-corner-popup {
        display:none;
}*/

/* ====== Action tab ==== */
.ft-none {
    float:none;
}
#action .nav-tabs > li > a {
    border-radius:0px;
}

#action .nav-tabs > li > a:hover {
    color:#000;
}

#action .nav-tabs {
    background:#fff;  
    border-bottom:none;
}

#action .tab-green-tick{
    float:right;
    margin:14px;
}

#action .nav-tabs > li {
    /* margin-bottom:0px; */
    color:#000;
    font-weight:bold;
    /* background-color: #188DCD; */
}
#action .nav-tabs li a {
    color: #1070a9;
    margin-right:0px;
    background: #f1f8fc;
}

#action .nav-tabs li {
    margin-bottom: 0;
    color: #1070a9;
    font-size: 12px;
}

#action .nav-tabs li.active a {
    color:#000;
    font-weight:bold;
    margin-right:0px;
    border:none;
}
#action .nav-tabs li:nth-child(2) {
    /* background:#188DCD; */
    padding: 10px 10px 11px 0px;
    /* border-left: 1px solid #ddd; */
}
#action .blue {
    background:#188DCD;
}
#action .blue li{
    color:#fff;
}

#action .blue li.active a{
    color:#fff;
    background:#188DCD;
    cursor:pointer;
}

#step1 ,#step2, #step3, #step4, #step5 {
    padding-top:20px;
}
#action .control-label, #activity .control-label {
    color:#C0C1C1;
    font-size: 12px;
}
.error, .error-message {
    font-weight: bold;
    color: #c30;
}
.form-group.has-error label.runtime-label{
    color: #dd4b39 !important;
}
.form-group.has-error label{
    color:#C0C1C1 !important;
}
.form-group.has-error span.input-group-addon{
    color: #dd4b39 !important;
    vertical-align:top !important;
    border:0px !important;
    line-height: 1.6;
}
.blue-btn {
    padding:4px 26px;
    font-weight:bold;
}
.action-btn-div  {
    text-align:right;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color:#525252;
}
.div-default {
    background: #F3F3F3;
    text-align: center;
    color: #9EA799;
    border: 1px solid #C5D2BE;
    padding: 10px;
    margin-bottom: 10px;
}
.login-txt, .div-success {
    background:#f5fff0;
    text-align:center;
    color: #90b97b;
    border:1px solid #d3f0c4;
    padding:10px;
    margin-bottom:10px;
}
.login-txt-danger, .approve-txt-danger, .div-danger {
    background: #FFF0F0;
    text-align: center;
    color: #B97B7B;
    border: 1px solid #F0C7C4;
    padding: 10px;
    margin-bottom: 10px;
}
#step3 .form-control {
    display:inline;
    color:#9c9898;
}
#step3 a {
    border:1px solid #d3d3d3;
    padding:12px;
    border-radius:4px;
    float: none;
    margin-bottom:20px;
}
.disp-tble {
    display:table;

}
#step3 img {
    padding-top:0px;
}
.assg-doctor {
    color:#7a7a7a;
    font-family:Lato, arial;
}
.ass-hdr { font-weight:bold; }
.feedback-info {
    color:#7a7a7a;
    margin:15px 0 20px;
    font-family:Lato, arial;
}
.feedback-hdr {
    font-weight:bold;
    margin-bottom:8px;
}
.feedback-content {
}
.status-upd-header {
    background:#1a84bf;
    color:#fff;
    padding:6px 8px;
    font-weight:bold;
    font-size:13px;
}
.status-upd {
    margin-bottom: 20px;
}
.payment-status {
    font-style: italic;
    margin:15px;
}
.status-upd img {
    padding-top:0px;
    margin-right:10px;
}
.status-upd-hdr { 
    background-color: #eff7fb;
    border: 1px solid #abcbdf;
    color: #1070a9;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 8px;
    text-transform: uppercase;
}
.status-upd-content {
    background:#fff;
    color:#7a7a7a;
}
.status-upd-content ul {
    list-style:none;
    padding:10px;
}
.status-upd-content .glyphicon {
    color:#60ac43;
    margin-right:5px;
    float:left;
    padding:2px;
}
.ft-bold {
    font-weight:bold;
}
.marg-lt-20 {
    margin-left:20px;
}

.rt-corner-popup .timeline::before {
    bottom:290px;
}

#profile, #edit-profile{
    cursor:pointer;
}

#top-profile {
    display:none;
    position: absolute;
    right: 0px;
    top: 56px;
    z-index: 999;
    width:150px;
    /*box-shadow:0 3px 12px 0 #a1d1ee;*/
}
#top-profile .btn-primary {
    background:#eff7fb;
    width:100%;
    color:#1070a9;
    border-radius:0px;
    border:0px solid #abcbdf;
}
#top-profile .btn-primary:hover {
    border:0px;
}
#top-profile .dropdown-menu { 
    border-radius:0px;
    margin-top:0px;
    border:1px solid #abcbdf;
    min-width:150px;
    box-shadow:0 3px 12px 0 #a1d1ee;
}
#top-profile .dropdown-menu .btn {
    border-radius:0px;
    width:100%;
}
.msg-popups {
    border:1px solid #aecde0;
    box-shadow:0 3px 5px 0 #aecde0;
}
.msg-popups .modal-dialog {
    width:38%;
    border:1px solid #aecde0;
    box-shadow:0 3px 5px 0 #aecde0;
}
.msg-popups .modal-header {
    border-bottom:1px solid E7E7E7;
}
.msg-popups .modal-title {
    font-weight:bold;
    font-size:14px;
    font-family:Lato, arial;
}
.msg-popups .modal-body {
    padding-bottom:5px;
}
.modal-msgs {
    text-align:center;	
}
.msg-popups .modal-footer {
    border-top-color:#fff;
    padding-top:5px;
    padding-bottom:26px;
}
.msg-popups .modal-footer .btn {
    padding:4px 18px;
}
.msg-popups .modal-body .form-group {
    float:none;
    margin:auto;
}
#eventModal .modal-dialog {
    width:300px;
    border:1px solid #aecde0;
    box-shadow:0 3px 5px 0 #aecde0;
}
/* #eventModal .modal-dialog .modal-body { 
        overflow:scroll;
        max-height:350px;
} */
#eventModal .modal-header {
    background: #666d71;
}
#eventModal .modal-title {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 0.8em;
}
#eventModal .modal-body ul {
    padding-left:10px;
}
#eventModal .modal-body ul li {
    border-bottom:1px solid #dedede;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
#eventModal .modal-body ul li:last-child {
    border-bottom:0px;
}
#eventModal .modal-body ul li .events-info {
    margin-left: 12px;
}
#eventModal .modal-body ul li .events-hdr {
    color:#1070a9;
    margin-bottom: 4px;
    padding: 4px;
    font-weight:bold;
}
#eventModal .modal-body ul li p {
    margin-bottom:0px;
}
#eventModal .modal-header .close {
    margin-top: -6px;
}
.square-img {
    width:8px; 
    height:8px;
    float:left;
    margin-top:10px;
}
.square-img-blue {
    background:#2dc1dc;
    border:4px solid #2dc1dc;
}
.square-img-yellow {
    background:#ffa11a;
    border:4px solid #ffa11a;
}
.square-img-green {
    background:#7ec078;
    border:4px solid #7ec078;
}
.padding-30 {
    padding: 30px 0px;
}
.mrg-lt-rt-0 {
    margin-left:0px;
    margin-right:0px;
}
.mng-tab {
    padding:10px 10px 10px 20px;
    font-weight:bold;
    color: #fff;
}
.table > tfoot > tr:first-child > td {
    background-color: #fafafa;
    border-radius: 5px;
    height: 50px;
}

.form-success {
    text-align:center;
    margin-top:10px
}

.form-error{
    text-align:center;
    margin-top:10px
}

.notify_alert{
    position: absolute;
    background-color: rgb(197, 10, 10);
    color: #fff;
    /* padding: 0px 7px; */
    border-radius: 4px;
    margin-left: -30px;
    margin-top: 13px;
    font-size: 12px;
    width: 26px;
    text-align: center;
}




/* Custom Pagination */

.pagination>li {
    display: inline-block !important;
    vertical-align: middle;
}

.prev a {
    background: rgba(0, 0, 0, 0) url("../img/prev-bg.png") no-repeat scroll 0 0 !important;
    color: #7a7a7a !important;
    padding: 7px 26px !important;
    border: none !important;
}
.nxt {
    background: rgba(0, 0, 0, 0) url("../img/nxt-bg.png") no-repeat scroll 0 0;
    /* border: 1px solid #d3d3d3;
     border-radius: 4px;*/
    color: #7a7a7a;
    padding: 8px 16px;
}
.next a{
    background: rgba(0, 0, 0, 0) url("../img/prev-bg.png") no-repeat scroll 0 0 !important;
    color: #7a7a7a !important;
    padding: 7px 26px !important;
    border: none !important;
}
.pagination-btn {
    background:#fff;
    border-color:#ddd !important;
}
.table tfoot ul.dropdown-menu {
    min-width: 54px;
}







/* Calender */

.input-append, .input-prepend {
    border: 1px solid #d2d6de;
    border-radius: 4px;
    box-shadow: none;
    height: 34px;
    vertical-align: middle;
    white-space: nowrap;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    margin-bottom: 0;
}

.input-append .add-on, .input-prepend .add-on {
    background-color: #fff;
    border-left: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    min-width: 16px;
    padding: 6px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    width: auto;
}
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.icon-calendar {
    background-position: -192px -120px;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.input-group-addon{
    padding: 6px 8px !important;
}

.showCalander{
    padding:6px 9px !important;
}
.right{
    float:right !important;
}
.green{
    color:#5cb85c !important;
}

/* .calendar-icon, .time-icon{
        position: absolute;
    top: 0px;
    right: -23px;
    width: 26px;
    height: 34px;
    line-height: 1.5;
} */


table.file-upload-status td { 
    padding:0 !important;
    text-align:left;
}

.th_head{
    width:110px; 
}
.notification{
    position: absolute;
    right: 83px;
    top: 46px;
    z-index: 2000;
    display: none;
    /* border: 1px solid; */
    width: 330px;
    min-height: 475px;
}

.tr_hover{
    background-color: #f5f5f5;
}

.tr_selected {
    background-color: #CCC !important;
}


/* #profile_files a {
        border:1px solid #d3d3d3;
        padding:12px;
        border-radius:4px;
        float: none;
        margin-bottom:20px;
        width: 96%;
} */


/*Patient Module*/

.user-info {
    text-align:center;
}
.user-img  {

}
.user-name {
    color: #217cae;
    font-size:16px;
    margin-top:6px;
}
.user-role {
    margin-bottom:10px;
}

/* right sidebar */

.rgt-brdr-lft {
    border-left: 1px solid #cdcdcd;
}



/* Patient info  */

.patient-info {
    font-sie:13px;
    margin:20px 0;
}
.patient-info h5 {
    color: #217cae;
    border-bottom:1px dashed #c5c9cb;
    padding-bottom:8px;
    margin-bottom:0px;
}
.patient-profile {
    border-bottom:1px dashed #c5c9cb;
    padding:8px 0;
}
.patient-profile .pr_label {
    float:left;
    width:41%;
    margin-right:4%;
    color:#505050;
    font-weight:bold;
    text-align:right;
}
.patient-profile .pr_data {
    width:98%;
    color:#7a7a7a;
}

/* navbar */

.navbarCollapse {
    background:#217cae;
    margin-left:0px !important;
}
/*.navbar-nav > li  {
        border-bottom:1px solid #217cae;
}*/
.navbar-nav > li > a {
    color:#fff;
    padding:15px 30px;
    font-family: "ITC Avant Garde", arial, Tahoma;
}
.nav > li > a:focus {
    background:#fff;
}
.nav > li > a:hover {
    background:#0d6394;
    color:#fff;
}
.nav > li.active {
    background:#fff;
}
.nav > li.active a {
    color: #217cae;
}

ul.topbar-icons {
    list-style:none;
    padding-top:15px;
    float:right;
}
ul.topbar-icons li {
    float:left;
    margin-right:10px;
}
ul.topbar-icons li:nth-child(3) {
    margin-right:0px;
}
ul.topbar-icons li:nth-child(4)  {
    padding-top:20px;
}
.navbar-header {
    margin: 15px 0 0 13px;
    width: 12%;
}
.navbar-collapse {padding-left: 0px;}
.main-medical {
    padding: 20px 27px 40px 27px;
}
.your-information{ 
    color:#7a7a7a;
    padding:15px 0px;
}
.patient-information{
    border:1px solid #a1d1ee;
}
.medical-history {
    background:#217cae;
    color:#ffffff;
    padding: 15px;
    font-size:16px;
}
.form-step{
    background:#f1f8fc;
    min-height:100px;
    height:auto;
    border-bottom:1px solid #a1d1ee;
    padding:15px;
}
.form-steps{}
/*.form-steps ul li {
        float: left;
    list-style: outside none none;
    padding: 2px 0 40px 90px;
}
.patient-step , .patient-step2, .patient-step3, .patient-step4, .patient-step5 {
        font-size:12px;
        font-weight:bold;
}
.patient-step {
    color: #1070a9;
    margin-left: -85px;
    margin-top: 5px;
}
.patient-step2 {
    color: #1070a9;
    margin-left: -60px;
    margin-top: 5px;
}
.patient-step3 {
    color: #1070a9;
    margin-left: -28px;
    margin-top: 5px;
}
.patient-step4 {
    color: #1070a9;
    margin-left: -15px;
    margin-top: 5px;
}
.patient-step5 {
    color: #1070a9;
    margin-left: -14px;
    margin-top: 5px;
}*/
.step-one-img{
    float: left;
    margin: 0 auto auto 8%;
}
.step-one-img > img {
    padding-top: 33px;
}
.step-one {
    background: #1b96d9 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    height: 20px;
    padding-left: 6px;
    position: relative;
    width: 20px;
    z-index: 999;
}
.step-two {
    background: #c1c5c7 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    height: 20px;
    padding-left: 6px;
    position: relative;
    width: 20px;
    z-index: 999;
}
.step-three {
    background: #c1c5c7 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    height: 20px;
    padding-left: 6px;
    position: relative;
    width: 20px;
    z-index: 999;
}
.step-four {
    background: #c1c5c7 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    height: 20px;
    padding-left: 6px;
    position: relative;
    width: 20px;
    z-index: 999;
}
.step-five {
    background: #c1c5c7 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    height: 20px;
    padding-left: 6px;
    position: relative;
    width: 20px;
    z-index: 999;
}
.timeline {
    list-style: outside none none;
    position: relative;
}
.timeline::before {
    background: #c1c5c7 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 100px;
    content: "";
    height: 3px;
    left: 147px;
    margin: 30px 0 0;
    position: absolute;
    top: 8px;
    width: 70%;
}
.basic-information {
    /*font-family: "lato-bold";*/
    font-size: 16px;
    margin: 15px 0;
    color:#444444;
}
.custom-lavel {
    color: #b1b1b1;
    /*font-family: "lato-bold";*/
    font-size: 12px;
    text-transform: uppercase;
}
.form-checkbox {
    margin-top: 12px;
}
.form-checkbox label {
    margin-right: 10px;
}
.left-form-step1 {
    border: 1px solid #e8e9e9;
    float: left;
    width: 100%;
    padding-top: 18px;
}
.next-discard{
    float: right;
    margin-bottom: 15px;
}
.btn-discard {
    background-color: #f7f7f7;
    border-color: #d3d3d3;
    color: #525252;
    font-weight:bold;
}
.move-to-up {
    font-size: 42px;
    left: 91%;
    position: fixed;
    top: 75%;
    cursor:pointer;
}
.move-to-up1 {
    border: 1px solid #d3d3d3;
    border-radius: 99px;
    height: 40px;
    width: 40px;
    background-color:#fdfdfd;
}
.img-top-arrow {
    margin: 1px 1px 29px 12px;
    width:14px;
}
.secondform{
    width:20%;
}
.joint-problem{
    color:#207aaf;
}

.form-group .form-checkbox-custom{
    margin-left:21px !important;
}

.next-click{
    background-color: #1ba0e8;
    padding: 6px 26px;
    font-weight:bold;
}
.basic-information-form input[type="checkbox"]{
    display:inline;
    margin-right: 10px;
}
.basic-information-form input[type="radio"]{
    margin-right: 5px;
}
.radiobutton{margin-right:10px;color:#7a7a7a;}

.radiobutton label{
    margin-right: 10px;
    color: #b1b1b1;
}

.spanno{color:#7a7a7a;}
.step-five-footer{
    background-color: #f2f9fd;
    float: left;
    margin-bottom: 0;
    /*
         margin-left: -15px;
     margin-right: -33px;
     width: 950px;
    */
}
.footer-center-div {
    margin: auto;
    padding-top: 20px;
    width: 90%;
}
.margin-left-div{
    margin-left:8%;
}
.step-five-submit {
    margin: auto;
    width: 25%;
}
.next-click-last {
    background-color: #1ba0e8;
    padding: 6px 20px;
}
.custom-lavel-understand{
    color: #7a7a7a;
    /*font-family: "lato-regular";*/
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
}
.pay-deposit{
    border:1px solid #ccc;
    background:#f9f9f9;
}
.form-control[readonly].pay-deposit-input {
    height: 52px; 
    background-color: #fff; 
    color:#c2c2c2; 
    font-size:25px;
    font-weight:bold;
    text-align:center;
    width:94%;
}
.pay-deposit-label { margin-top: 16px; }
.add-select-page {margin-top: 5px;}
.patient-op-information {
    border: 2px solid #a1d1ee;
    border-radius: 2px;
}
.medical-op-history {
    background: #217cae none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    margin: 8px;
    padding: 15px;
    width: 96%;
}
.mCSB_dragger_bar {width:10px !important;}
.opt-main-div{width: 96%;}
.op-text ul {
    margin-left:-24px;color:#7a7a7a;
}
.op-text p {
    color:#7a7a7a;
}
.op-checkbox{margin-top:20px;float:left;color:#7a7a7a;}
.op-confirm{margin-top:15px;}
.dr-notes-main {padding-bottom:30px;}
.date-aug
{
    width:100%;
    background-color:#f1f8fc;
    color:#3d8bba;
    text-align:center;
    border-radius:2px;
    margin-top:2%;
    font-weight:11px;
    font-weight:bold;
}
.arrow-div {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #a1d1ee;
    border-radius: 8px;
    margin-left: 13px;
    padding: 14px;
    position: relative;
    clear:both;
    Font-size:15px;
    color:#7a7a7a;
}
.arrow-div:after, .arrow-div:before {
    top: 100%;
    left: 9%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}
.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #a1d1ee;
    border-width: 17px;
    margin-left: -17px;
}
.dr-name {
    padding:2% 2% 1% 2%;
    color: #444444;
    font-size: 16px;
}
.timings
{
    color:#b6b6b6;
    float:right;
    padding-top:5px;
    font-size:11px;
    font-weight:bold;
}
.date-month {
    width:100%;
    background-color:#f1f8fc;
    color:#3d8bba;
    text-align:center;
    border-radius:2px;
    margin-top:2%;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}
.arrow-generator {
    margin-top:128px;
}
.mark-as-read {
    color: #b1b1b1;
    float: right;
    font-size: 12px;
    margin-top: 40px;
    font-weight:bold;
}
.mark-as-read input {margin-left:10px;}
.billing-margin {
    margin-top: 25px;
}

.month-aug {
    padding:8px 0px;
}




.med-timeline:before {

}
.med-timeline {
    margin: 20px 0;
    padding: 0;
    border-top: 2px solid #c1c5c7;
    list-style: none;
}
.med-timeline > li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}
.med-timeline > li:first-child:before {
    background: #f1f8fc;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -2px;
    width: 50%;
}
.med-timeline > li:last-child:before {
    background: #f1f8fc;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: -2px;
    width: 50%;
}
.timeline-step-title {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    font-size: 12px;
    font-weight: bold;
    color:#1070a9;
}

.timeline-step-marker {
    background: #c1c5c7;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    height: 25px;
    width:25px;
    left: 50%;
    margin-left: -25px;
    padding: 3px 3px;
    position: absolute;
    text-align: center;
    top: -16px;
    cursor:pointer;
}

.done .timeline-step-marker {
    background: #428bca;
    color: #fff;
}
.timeline-step-content {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.remove_runtime_progress_bar{
    position: absolute;
    right: 10px;
    margin-top: -21px;
    padding: 0px 6px;
    border-radius: 0;
}

.delete_file{
    padding:0px 5px;
}


/* .red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; } */

.tooltip{
    z-index:900;
}
.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff; 
    color: rgb(88, 88, 88); 
    font-size: 13px;
    font-weight:bold;
    border: 1px solid #abcbdf; 
    padding:5px 10px;
}

.red-tooltip + .tooltip.top > .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #abcbdf;
}
.red-tooltip + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #abcbdf;
}
.red-tooltip + .tooltip.bottom > .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #abcbdf;
}
.red-tooltip + .tooltip.right > .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #abcbdf;
}

.spc-list label{
    display:block;
}



/* .delete_file_modal{
        position: absolute;
    right: 36px;
    margin-top: -61px;
} */

.spc-list > label > input[type="radio"]{
    margin-right:10px;
    vertical-align: text-top;
}

.fc-event-inner{
    height:auto !important;
    min-height:22px;
}

.x_icon{
    color: red;
    cursor: pointer;
}
.x_task_icon{
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 22px;
    cursor: pointer;
}

.x_task_icon_edit{
    color: red;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.btn-group-justified{
    width:auto !important;

}
.processing{
    cursor: pointer !important;
    background-image: url('../img/loading_2.gif');
    background-repeat: no-repeat;
    background-position: 44px;
    position: absolute;
    /* z-index: 2000; */
    /* border: 1px solid black; */
    width: 119px;
    height: 35px;
    margin-left: -110px;
    /* background-color: rgb(255, 255, 255); */
    margin-top: -1px;
    background-size: contain;
}


.col-md-3 .mark-as-read .checkbox{
    margin-top: -8px;
    position: absolute;
    display:inline-table !important;
}
.disabled-btn{
    background-color: #fff !important;
}
.tabel_head{
    width: 15%;
    padding: 4px 12px 4px 0 !important;

}
.email_icon{
    width: 20px;
    padding:0px !important;
}


/*
div {
    cursor:alias;
}
#save_data{


}

.pass_view{

display:none;
}
*/
.crm_logo{
    margin-top: -21px !important;
    height: 60px !important;
}

.loader_div{ 
   
    position: fixed;
    z-index: 35;
    width: 100%;
    height: 100vh; 
   
    text-align: center; top:0;
    display: none;
    /*overflow: hidden;*/
}

.loader_div img { 
    display: inline-block; 
    position: absolute; top: 50%; 
    transform: translateY(-50%);
    padding: 0; 
    width: 70px;
    height: 70px;
}

body.loader_enable { overflow-x: hidden !important; position:relative;     float: left;
    width: 100%; overflow: hidden !important; }
body.loader_enable:before { content: '';   background: rgba(0,0,0,0.6); 
         position: fixed; height: 100%;width: 100%; left: 0; top: 0;    z-index: 23;
 bottom: 0; }
.tab-pane .input-group-btn { vertical-align: top; }

.form-group.dob_lead .input.date select { width:31.31% !important; }
.form-group.dob_lead .input.date select:nth-child(1) { width:32% !important; }
.form-group.dob_lead .input.date select:nth-child(2){ width:25% !important; }
.form-group.dob_lead .input.date select:nth-child(3){ width:35% !important; }

.nav-pills>li.active>a:hover { color: #fff !important; }
/*---- 16-11-2017 ----*/
.date-col { min-width: 100px;}
.specialities_error label.error{ 
   position: absolute;
    top: -21%;
    left: 22%;
}
.inline_labels label { position: relative;}
.refer_input{
    width: 50% !important;
    float: left;
    /*margin: 5px;*/
}
.logo img {transform: translateY(50%);}

/*===== Start::Lead Status CSS =====*/
.lead-status{
    font-size: 12px;
    cursor: default;
    border-radius: 5px;
    padding: 5px;
}    
.lead-status.appt-no-show{color: #ffffff; background-color: #A31D00;}
.lead-status.surgery-completed{color: #ffffff; background-color: #6FB700;}
.lead-status.duplicate{color: #000000; background-color: #A79D00;}
.lead-status.assigned{color: #ffffff; background-color: #188DCD;}
.lead-status.not-surgical-candidate{color: #ffffff; background-color: #D88345;}
.lead-status.referred-elsewhere{color: #000000; background-color: #00B4D1;}
.lead-status.procedure-scheduled{color: #000000; background-color: #00D173;}
.lead-status.accepted-by-ofc{color: #000000; background-color: #20F193;}
.lead-status.clinic-scheduled{color: #ffffff; background-color: #69A2B5;}
.lead-status.rejected-by-ofc{color: #ffffff; background-color: #A81144;}
.lead-status.attempting-contact{color: #ffffff; background-color: #9C56FF;}
.lead-status.follow-up-appt-scheduled{color: #ffffff; background-color: #91D100;}
.lead-status.unchecked{color: #000000; background-color: #ffff00;}
.lead-status.new-lead{color: #000000; background-color: #10ff00;}
.lead-status.spam{color: #000000; background-color: #d2d6de;}
.lead-status.hang-up{color: #000000; background-color: #fdd198;}
.lead-status.not-interested{color: #ffffff; background-color: #929292;}
.lead-status.notified{color: #ffffff; background-color: #0000ff;}
.lead-status.remarket-email{color: #000000; background-color: #c4ffef;}
.lead-status.second-attempt{color: #fff; background-color: #18a4c3;}
.lead-status.first-attempt{color: #fff; background-color: #1cc6ec;}
.lead-status.surgery-scheduled{color: #ffffff; background-color: #6D9B03;}
.lead-status.cancelled{color: #ffffff; background-color: #06CD80;}
.lead-status.no-show{color: #000000; background-color: #7378C7;}
.lead-status.rejected{color: #ffffff; background-color: #DF1D4A;}
.lead-status.scheduled{color: #ffffff; background-color: #13ad82;}
/*===== End::Lead Status CSS =====*/