#map * {
    overflow: visible;
}

body {
    background: #f0f0f0;
}

round .panelBg {
    padding: 3px 3px 3px 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,dbdada+100 */
    background: #efefef; /* Old browsers */
    /* background: -moz-linear-gradient(top, #efefef 0%, #dbdada 100%);*/ /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, #efefef 0%,#dbdada 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, #efefef 0%,#dbdada 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dbdada',GradientType=0 );*/ /* IE6-9 */
    /* display:block;*/
    /* padding-left: 7px; */
    /* color:#4d4d4d;*/
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    z-index: 1000000;
}

.scheduleTableBorder tbody td {
    border: 10px solid #fff;
}

.scheduleTableBgColor {
    background: #F57920;
}
.scheduleBookedBgColor {
    background: #f47920;
}

.phlebo-count {
    background: #f47920;
    margin-top: -30px;
    height: 1px;
    width: 14px;
    border-radius: 50px;
    display: table;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    margin-left:84.6%;
}
.phlebo-count-booked {
    background: #ffffff;
    margin-top: -30px;
    height: 1px;
    width: 14px;
    border-radius: 50px;
    display: table;
    text-align: center;
    color: #f47920;
    font-size: 10px;
    margin-left: 84.6%;
}

.selectedSlotBgColor {
    background: #32CD32;
}

.table-radius td {
    border: 3px solid #fff !important;
    border-radius: 1em !important;
    text-align: center !important;
}


.drop-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 2px 30px 2px 2px;*/
    border: none;
    background: transparent url("../images/selectIcon.png") no-repeat right center;
}

.requextDiv {
    background-color: #fcfcfc;
    border: 1px solid #dadada;
    margin: 5px;
    margin-top: 1px;
    /* width: 150px;
    height: 122px;
    float:left;
    */
    padding: 5px;
    text-align: left;
}

.unassignedDiv {
    background-color: #fcfcfc;
    border: 1px solid #dadada;
    float: left;
    margin: 5px;
    margin-top: 1px;
    padding: 5px;
    text-align: left;
}


.f-c-o {
    color: #f47920 !important;
}

.f-c-r {
    color: #F00 !important;
}

.f-c-w {
    color: #fff !important;
}

.f-c-g-1 {
    color: #5a5a5a !important;
}

.f-c-green {
    color: #009900 !important;
}

.f-c-b {
    color: #000;
}

.f-c-918f90 {
    color: #918f90;
}

.f-c-a7a7a7 {
    color: #a7a7a7;
}

.checkBoxLabel {
    color: #000 !important;
    font-weight: normal;
}

.li-f-c-o li a {
    color: #f47920 !important;
}

.bg-o {
    border: 1px solid #f47920;
    background: #f47920 !important;
    /*background: none !important;*/
    color: #fff;
}

.badge-notify {
    background: #f47920;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    display: table;
    text-align: center;
    color: #FFF;
}

    .badge-notify span {
        display: table-cell;
        vertical-align: bottom;
    }

.badge-ServiceLine {
    background: #999;
    height: 18px;
    width: 18px;
    border-radius: 50px;
    display: table;
    text-align: center;
    color: #FFF;
}

    .badge-ServiceLine span {
        display: table-cell;
        vertical-align: bottom;
        line-height: 2;
    }

.badge-corner {
    position: absolute;
    top: 0;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 50px solid #F57920;
    /* border-top-color: rgba(0, 0, 0, 0.3);*/
    border-left: 50px solid transparent;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    z-index: 2;
}

    .badge-corner span {
        position: absolute;
        top: -47px;
        left: -24px;
        font-size: 16px;
        color: #fff;
    }

input[type='radio'] {
    /*  -webkit-appearance:none;*/
    color: red !important;
}

.circle-down-color {
    color: #00997d;
}

.modal-header {
    background: #f47920 !important;
    color: #fff;
}

.modal-title {
    line-height: 0.428571 !important;
}

.panelBorder {
    border: 1px solid #b8b8b8;
    box-shadow: none;
}

.panel-title {
    font-size: 16px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    color: #fff;
}

.panel-bodyPadding {
    padding: 3px 15px 15px 15px;
}

.panel-default {
    border: none !important;
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);*/
    margin-bottom: 20px !important;
}

.box-shadow {
    box-shadow: 0 0 2px #999 !important;
    box-shadow: 0px 2px 4px rgba(33,33,33,0.2) !important;
}

.panel-heading {
    background: #4fcfaf !important;
    border: none !important;
    color: #fff;
    /*border-top-left-radius: 3px;
border-top-right-radius: 3px;*/
    border-radius: 3px;
}

.cu-panel-heading-white {
    background: #fff !important;
    color: #5a5758;
}

.cu-panel-heading:hover {
    background: #21a38b !important;
}

.btn-default {
    background: none;
    color: #f47920;
    border: 1px solid #f47920;
    border-radius: 19px;
    padding: 5px 40px;
}

.btn-padding {
    padding: 5px 16px !important;
}

.btn-default:hover {
    background: #f47920;
    color: #fff;
    border: 1px solid #f47920;
}


.btn-default.focus, .btn-default:focus {
    background: #f47920 !important;
    color: #fff !important;
    border: 1px solid #f47920 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-onmouse-hover-bg-no:hover {
    background: none !important;
}

.btn-active {
    background: #f47920;
    color: #fff;
    border: 1px solid #f47920;
}


.btn-confirm {
    background-color: #f47920;
    color: white;
    padding: 11px 20px;
}

    .btn-confirm:hover, .btn-confirm:focus {
        background-color: #f47920;
        color: white;
        outline: 0;
    }

.cu-btn-disabled {
    background: #fff;
    border: 1px solid #f47920;
    color: #383838;
}

.cu-btn {
    background: #fff;
    border: 1px solid #f47920;
    color: #383838;
}

.cu-btn-f47920 {
    background: #f47920;
    border: 1px solid #f47920;
    color: #383838;
}


.cu-btn:hover {
    background: #f47920;
    color: #fff;
}

.cu-btn-active {
    background: #f47920;
    color: #fff;
}

#modalContent {
    width: 500px;
    margin-left: 200px;
    transition-property: margin-left;
    transition-duration: 1s;
}

#hideDiv1, #hideDiv2, #hideDiv3 {
    display: none;
}

.hideAdd {
    display: none;
}

.calendarDiv {
    border: 2px solid #f47920;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: table;
    text-align: center;
    float: left;
    margin-right: 13px;
    cursor: pointer;
}

.calendarDivActive {
    background: #f47920;
    color: #fff;
}

.calendarDivSelected {
    border: 2px solid #f47920;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: table;
    text-align: center;
    float: left;
    margin-right: 13px;
    background: #f47920;
    color: #fff;
}

.calendarDiv span {
    display: table-cell;
    vertical-align: middle;
}

.calendarDivSelected span {
    display: table-cell;
    vertical-align: middle;
}

.v-center {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    align-items: center; /* Align the flex-items vertically */
    justify-content: center;
}

.vertical-offset-100 {
    padding-top: 80px;
}

.error {
    color: red;
}

.btn-default-custome {
    background: none;
    border: none;
    padding: 5px;
}

    .btn-default-custome:hover, .btn-default-custome:active, .btn-default-custome:focus {
        background: none !important;
        border: none;
        color: #F89b58 !important;
        box-shadow: none;
        border: none !important;
    }

.form-control::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

.form-control-transparent-no::-moz-placeholder {
    color: #ccc !important;
    opacity: 1;
}

:focus::-moz-placeholder {
    color: gray;
}

.form-control:-ms-input-placeholder {
    color: red;
}

.form-control::-webkit-input-placeholder {
    color: transparent;
}

.form-control-transparent-no::-webkit-input-placeholder {
    color: #ccc !important;
    opacity: 1;
}

.f-s-8 {
    font-size: 8px;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-11 {
    font-size: 11px;
}

.f-s-12 {
    font-size: 12px;
}

.f-c-75 {
    color: #757575;
}

.l-f-c {
    color: #5a5758;
}

.f-s-13 {
    font-size: 13px;
}

.f-s-15 {
    font-size: 15px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-17 {
    font-size: 17px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-25 {
    font-size: 25px;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-35 {
    font-size: 35px;
}

.f-s-40 {
    font-size: 40px;
}

.f-c-g {
    color: #999;
}

.f-s-b {
    font-weight: bold !important;
}

.f-s-n-b {
    font-weight: normal !important;
}

.p-a-0 {
    padding: 0px !important;
}

.p-a-5 {
    padding: 5px !important;
}

.p-a-8 {
    padding: 8px !important;
}

.p-a-10 {
    padding: 10px !important;
}

.p-a-11 {
    padding: 11px !important;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-3 {
    padding-top: 3px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-8 {
    padding-top: 8px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-13 {
    padding-top: 13px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-18 {
    padding-top: 18px;
}


.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-27 {
    padding-bottom: 27px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-b--3 {
    padding-bottom: -3px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l--5 {
    padding-left: -5px !important;
}

.p-l-2 {
    padding-left: 2px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-16 {
    padding-left: 16px !important;
}

.p-l-17 {
    padding-left: 17px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-r-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-l-r-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.p-l-r-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.p-l-r-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.p-l-r-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.p-l-r-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.p-t-b-5 {
    padding: 5px 0px 5px 0px;
}

.p-t-b-10 {
    padding: 10px 0px 10px 0px;
}

.p-t-b-20 {
    padding: 20px 0px 20px 0px;
}

.p-t-b-75 {
    padding: 75px 0px 75px 0px !important;
}

.p-t-b-170 {
    padding: 170px 0px 170px 0px !important;
}

.p-a-20 {
    padding: 20px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-2 {
    padding-right: 2px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-15 {
    padding-right: 15px;
}


.linksLi a {
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #999;
}

    .linksLi a:hover {
        width: auto;
        display: block;
        color: #fff !important;
        text-decoration: none !important;
    }

.m-a-5 {
    margin: 5px;
}

.m-a-10 {
    margin: 10px;
}

.m-a-20 {
    margin: 20px;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-1 {
    margin-top: 1px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-13 {
    margin-top: 13px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-19 {
    margin-top: 19px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-3 {
    margin-top: 3px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t--1 {
    margin-top: -1px;
}

.m-t--2 {
    margin-top: -2px;
}

.m-t--3 {
    margin-top: -3px;
}

.m-t--5 {
    margin-top: -5px;
}

.m-t--6 {
    margin-top: -6px;
}

.m-t--10 {
    margin-top: -10px;
}

.m-t--23 {
    margin-top: 23px;
}

.m-t--15 {
    margin-top: -15px;
}

.m-t--20 {
    margin-top: -20px;
}

.m-t--25 {
    margin-top: -25px;
}

.m-t--30 {
    margin-top: -30px;
}

.m-t--33 {
    margin-top: -33px;
}

.m-t--37 {
    margin-top: -37px;
}

.m-t--40 {
    margin-top: -40px;
}

.m-t--45 {
    margin-top: -45px;
}

.m-t--60 {
    margin-top: -60px;
}

.m-t--64 {
    margin-top: -64px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-8 {
    margin-left: 8px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-13 {
    margin-left: 13px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-50 {
    margin-top: 50px;
}
.m-l-147 {
    margin-left: 147px;
}

.m-l--5 {
    margin-left: -5px;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-3 {
    margin-bottom: 3px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-6 {
    margin-bottom: 6px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b--3 {
    margin-bottom: -3px !important;
}

.m-b--20 {
    margin-bottom: -20px;
}

.m-r-1 {
    margin-right: 1px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-50 {
    margin-right: 50px;
}

.max-h-100 {
    min-height: 100px;
}

.b-b-n {
    border-bottom: none !important;
}

.b-r-1-fff {
    border-right: 1px solid #fff !important;
}

.b-l-r-n {
    border-left: none !important;
    border-right: none !important;
}

.bg-color-1 {
    background: #36b39c;
    color: #fff;
}

.bg-color-2 {
    background: #e3e3e3;
}

.bg-color-3 {
    background: #7cccbe;
    color: #fff;
}

.bg-color-4 {
    background: #21a38b;
    color: #fff;
}

.bg-color-8 {
    background: #21a38b;
    color: #fff;
    height: 39px;
}

.bg-color-5 {
    background: #fcfcfc;
    border: 1px solid #dadada;
}

.disabled {
    background: #f2f2f2;
}

.bg-white {
    background: white;
}

.bg-gray1 {
    background: #f0f0f0;
}

.bg-gray {
    background: #666666;
    overflow: hidden;
}

.bg-color-none {
    background: none !important;
}

.border-b {
    border-bottom: 1px solid gray;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
}

.border-b-0 {
    border-bottom: 0px !important;
}

.border-r-1 {
    border-right: 1px solid #CCC;
}

.border-b:focus {
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
}

.li-p-a-15 li {
    padding: 15px;
}

.input-group-addon {
    background: none;
    border: none;
}

.form-group-custome::after, .form-group-custome::before {
    background: none !important;
}

.table-b-l-green {
    border-left: 5px solid #66bb6a;
}

.table-b-l-red {
    border-left: 5px solid #ef5350;
}

.table-b-l-blue {
    border-left: 5px solid #4990e2;
    ;
}

.t-u {
    text-decoration: underline !important;
}

.width-4 {
    width: 4%;
}

.width-4-4 {
    width: 4.4%;
}

.width-5 {
    width: 5%;
}

.width-6 {
    width: 6%;
}

.width-7 {
    width: 7%;
}

.width-7-6 {
    width: 7.6%;
}

.width-7-7 {
    width: 7.7%;
}

.width-7-8 {
    width: 7.8%;
}

.width-8 {
    width: 8%;
}

.width-8-5 {
    width: 8.5%;
}

.width-9 {
    width: 9%;
}

.width-10 {
    width: 10%;
}

.width-17 {
    width: 17%;
}

.width-30p {
    width: 30px !important;
}

.width-98px {
    width: 98px !important;
}

.width-103px {
    width: 103px !important;
}

.width-105px {
    width: 105px !important;
}

.width-30 {
    width: 30% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}

.width-95px {
    width: 95px !important;
}

.width-100px {
    width: 100px !important;
}

.width-105px {
    width: 105px !important;
}

.width-157 {
    width: 157px !important;
}

.width-162 {
    width: 162px !important;
}

.width-170 {
    width: 170px !important;
}

.width-173 {
    width: 173px !important;
}

.width-200 {
    width: 200px !important;
}

.width-210 {
    width: 210px !important;
}

.width-300 {
    width: 300px !important;
}





.vipDIv {
    background: #d2d2d2;
    border-radius: 50px;
    padding: 2px;
    text-align: center;
    padding-top: 5px;
}

.height-0 {
    height: 0px !important;
}

.height-50 {
    height: 50px;
}

.height-46px {
    height: 46px;
}

.height-80 {
    height: 80px;
}

.height-100 {
    height: 100px;
}

.height-170px {
    height: 170px;
}

.height-200 {
    height: 200px;
}

.height-300 {
    height: 300px;
}

.height-350 {
    height: 350px;
}

.height-390 {
    height: 390px;
}


.height-400 {
    height: 400px;
}

.height-590 {
    height: 590px;
}

.overflow-inherit {
    overflow: inherit !important;
}

.overflow-auto {
    overflow: auto;
}

.overflow-y {
    overflow-y: scroll;
    overflow-x: hidden;
}

.overflow-x {
    overflow-x: scroll;
    overflow-y: hidden;
}

.border-a {
    border: 1px solid #eee;
}

.border-a-w {
    border: 1px solid #fff !important;
}

.border-l-1 {
    border-left: 1px solid #CCC !important;
}

.border-r-1 {
    border-right: 1px solid #CCC !important;
}

.border-l-r-1 {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.border-t-1 {
    border-top: 1px solid #CCC;
}

.border-b-1 {
    border-bottom: 1px solid #CCC;
}

.border-n {
    border: none !important;
}

.border-a-1 {
    border: 1px solid #CCC !important;
}

.vCenter {
    vertical-align: middle !important;
}

.zIndex-10 {
    position: relative;
    z-index: 10;
}

.service-div-padding {
    text-align: center;
    padding: 20px 0 12px 0px;
}

.wel-div {
    background: #36b39c;
    /*padding:7px 10px 0px 10px;*/
    font-size: 12px;
}

.wel-div1 {
    background: gray;
    /*padding:7px 10px 0px 10px;*/
    font-size: 12px;
}

.vertical-line {
    padding-bottom: 1em;
    margin-bottom: 5em;
}

    .vertical-line:after {
        position: absolute;
        content: '';
        bottom: 50px;
        left: 105%;
        width: 2px;
        margin-left: -50px;
        height: auto;
        max-height: 100%;
        background: #d2d2d2;
    }

.horizontal-line {
}

    .horizontal-line:after {
        position: absolute;
        content: '';
        bottom: 50px;
        left: 54%;
        width: 100px;
        margin-left: -50px;
        height: 2%;
        background: #d2d2d2;
    }

.horizontal-line1-70 {
    background: #ccc;
    width: 55%;
    height: 1px;
    overflow: hidden;
    margin: 0 auto;
}

.border-top {
    border-top: 2px solid #e6e6e6;
}

.border-bottom-1 {
    border-bottom: 1px solid #e6e6e6;
}

.border-bottom {
    border-bottom: 2px solid #e6e6e6;
}

.border-bottom2 {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.border-top-1 {
    border-top: 1px solid #e6e6e6;
}

.boxBorder {
    border: 1px solid #d2d2d2;
    overflow: hidden;
}

.boxShadow {
    box-shadow: 0 0 5px #999;
}

.custome-control-label {
    transform: none;
}

.custome-form-control {
    border: 1px solid gray !important;
}

.cu-disabled {
    background-color: #fff !important;
    border-bottom: 2px solid #e6e6e6;
}

.bs-wizard {
    /* margin-top: 40px;*/
}

/*Form Wizard*/
.bs-wizard {
    /* border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;*/
}

/* search code start from here*/
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

    .search-form .form-group input.form-control {
        padding-right: 20px;
        border: 0 none;
        background: transparent;
        box-shadow: none;
        display: block;
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .search-form .form-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none;
        }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        width: 100%;
        border-radius: 4px 25px 25px 4px;
    }

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        top: -1px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #3596e0;
        left: initial;
        font-size: 14px;
    }
/* search code end here*/


/*carousel code start from here*/
.carousel {
    margin-bottom: 0;
    padding: 0 50px 30px 50px;
}

.customeCarousel {
    padding: 0 43px 30px 50px !important;
}

.customeCarousel-1 {
    padding: 10px 43px 10px 50px !important;
}

/* Reposition the controls slightly */
/*.carousel-control {
    left: -12px;
}*/

.carousel-control.right {
    right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
    /* Changes the colour of the indicators */
    .carousel-indicators li {
        background: #c0c0c0;
    }

    .carousel-indicators .active {
        background: #333333;
    }

.carousel-control.right, .carousel-control.left {
    background: none !important;
    padding-top: 15px;
}

.carousel-control.right {
    margin-right: 15px;
}

.customeCarouselControl.right {
    margin-right: 25px;
}

.carousel-control {
    position: absolute;
    top: 27%;
    left: 5px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 50px;
    font-weight: 100;
    line-height: 30px;
    color: #f79954;
    text-align: center;
    background: #222222;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    text-shadow: none;
    /* 
	 border: 3px solid #ffffff;
	 opacity: 0.5;
    filter: alpha(opacity=50);*/
    opacity: 10;
    filter: alpha(opacity=100);
}

.cu-carousel-control {
    left: 0px !important;
}

.carousel-control:hover {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.cu-carousel-arrow-icon-color {
    color: #f47920 !important;
}

    .cu-carousel-arrow-icon-color:hover {
        color: #4fcfaf !important;
    }

.width2000 {
    width: 2000px;
}

.width810 {
    width: 810px;
}

.width850 {
    width: 850px;
}
/*carousel code end from here*/

.appointmentTable td {
    /* min-width: 175px;*/
    height: 60px;
    text-align: left;
}

.table-td-height-width thead tr th:first-child,
.table-td-height-width tbody tr td:first-child {
    width: 20em;
}

.table-td-height-width td {
    height: 60px;
    width: 67px;
}

/*.appointmentTable td {
    min-width: 80px;
    height: 60px;
    text-align: center;
}*/

.clicked {
    border: 2px solid #f66a05 !important;
}

.blocked {
    background-color: #bbdefb;
}

.unavailable {
    background-color: #f5f5f5;
}

.hideRelationDiv {
    display: block;
}
.hidePrint {
    display: none;
}
.dummyclass {
    cursor: pointer;
    
}
.ScrollStyle {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.icon-div {
    border: 1px solid #c9c9c9;
    height: 58px;
    width: 108px;
    float: left;
    margin-top: 2px;
}

.service-icon-main-div {
    width: 150px;
    margin: 2px 20px 0px 0px;
}

.service-icon {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    height: 100px;
    width: 150px;
    cursor: pointer;
}

    .service-icon:hover {
        background: #f57920;
        color: #fff;
    }


    .service-icon:hover {
        background: #f57920;
        color: #fff;
    }

.service-icon-disabled {
    background: #f2f2f2;
    border-radius: 3px;
    height: 100px;
    width: 150px;
    cursor: pointer;
    color: #000;
}

    .service-icon-disabled:hover {
        cursor: not-allowed;
    }

.addAddress {
    color: #6a6a6a;
    border: 1px solid #d2d2d2 !important;
    overflow: hidden !important;
    display: block;
}

    .addAddress:hover {
        text-decoration: none !important;
        border: 1px solid #f47920 !important;
    }

.icon-div div {
    padding: 2px 5px;
}

.custome-list-group li {
    border-style: none;
    padding: 5px;
}

.custome-list-group1 a {
    background: #fff !important;
    color: #5a5a5a !important;
}

    .custome-list-group1 a:hover {
        background: #f57920 !important;
        color: #fff !important;
    }

.custome-list-group1:active, .custome-list-group1:focus {
    background: #f57920 !important;
    color: #fff !important;
}

.custome-nav-li li {
    margin: 6px !important;
}

.custome-nav-li a {
    padding: 4px 2px !important;
}

.custome-nav-li-Active {
    background: #f6f6f6;
    color: #000;
}

    .custome-nav-li-Active a {
        color: #000 !important;
    }

.v-allign-middle-main-div {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: table;
    width: 100%;
}

.v-allign-middle-sub-div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.v-allign-middle-main-div span {
    color: #999;
}

.Summary-div {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 8px;
}

.border-a-no {
    border-style: none !important;
}

.plusIconWidth {
    height: 58px;
    width: 70px;
    border: 1px solid #c9c9c9;
    text-align: center;
    padding-top: 18px;
    cursor: pointer;
    margin-top: 2px;
}

.custome-color-w li, .custome-color-w li a {
    color: #fff !important;
    cursor: pointer;
}

.custome-color-main {
    color: #fff !important;
    cursor: default;
}

.login-outside-div {
    max-width: 100%;
    background: #fff;
    height: 420px;
    left: 0;
    margin-top: 10px;
    padding: 20px;
}

.login-inside-div {
    width: 400px;
    background: #fff;
    height: 100%;
    padding: 30px;
    border: 1px solid #c9c9c9;
    margin-top: 90px;
}

.logout-btn-ul {
    background: #fff;
}

    .logout-btn-ul i, .logout-btn-ul span {
        color: #666;
    }

        .logout-btn-ul i:hover, .logout-btn-ul span:hover {
            color: #f47920 !important;
            cursor: pointer;
        }

    .logout-btn-ul li:hover {
        color: #f47920 !important;
        background: #ebebeb !important;
        cursor: pointer;
    }


.radius-4 {
    border-radius: 4px;
}

.radius-10 {
    border-radius: 10px !important;
}

.footer {
    position: relative;
    bottom: 0px;
    color: #fff;
    font-size: 12px !important;
    z-index: 20;
    width: auto;
}

    .footer a {
        color: #fff;
    }

.custome-media {
    border: 1px solid gray;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

    .custome-media img {
        height: 60px;
        width: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.red-circle {
    background: red;
    height: 10px;
    width: 10px;
    border: 1px solid red;
    border-radius: 50px;
}

.green-circle {
    background: #3F0;
    height: 10px;
    width: 10px;
    border: 1px solid #3F0;
    border-radius: 50px;
}

.red-bar {
    height: 5px;
    width: 20px;
}

.green-bar {
    background: #00cc00;
    height: 5px;
    width: 20px;
}

.innerNav {
    margin-bottom: 4px;
    background: #36b39c;
    width: 100%;
    margin-bottom: 10px;
}

    .innerNav > li > a {
        padding-top: 11px;
        padding-bottom: 11px;
        color: #fff;
    }

    .innerNav li a:hover {
        background: #21a38b;
    }

.innerNavcoordinator {
    margin-bottom: 4px;
    background: #fff;
    width: 110%;
    margin-bottom: 0px;
}

    .innerNavcoordinator li {
        cursor: pointer;
        padding-top: 7px;
    }

    .innerNavcoordinator > li > a {
        padding: 15px 10px !important;
    }



    .innerNavcoordinator > li.active > a, .innerNavcoordinator > li.active > a:focus, .innerNavcoordinator > li.active > a:hover {
        border-width: 0;
        color: #fff !important;
    }

    .innerNavcoordinator > li > a {
        border: none;
        color: #000;
    }

        .innerNavcoordinator > li.active > a, .innerNavcoordinator > li > a:hover {
            border: none;
            color: #F57920 !important;
            background: transparent;
        }

        .innerNavcoordinator > li > a::after {
            content: "";
            background: #f57920;
            height: 3px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -3px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .innerNavcoordinator > li.active > a::after, .innerNavcoordinator > li:hover > a::after {
        transform: scale(1);
    }

    .innerNavcoordinator > li > a::after {
        background: #f57920 none repeat scroll 0% 0%;
        color: #fff;
    }

.menuActive {
    border-bottom: 3px solid #F57920;
    color: #F57920 !important;
}

.menuDeactivated {
    border-bottom: none;
    color: #000 !important;
}

select {
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}

    select option {
        border-style: 0 !important;
        padding: 4px;
        outline: 0 !important;
        font-size: 14px;
    }

        select option:checked,
        select option:hover {
            box-shadow: 0 0 10px 100px #F57920 inset;
        }

            select option:checked,
            select option:hover:before {
                box-shadow: 0 0 10px 100px #F57920 inset;
                /*border-radius:3px;
    font-family: 'Glyphicons Halflings';
	content:"\e013  ";*/
            }






.innerNavcoordinatorTopIcon {
    margin-bottom: 4px;
    background: #fff;
    /*width: 100%;*/
}

    .innerNavcoordinatorTopIcon li {
        float: left !important;
        border: 1px solid #fff;
        cursor: pointer;
    }

        .innerNavcoordinatorTopIcon li a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .innerNavcoordinatorTopIcon li:hover {
            background: #fff !important;
            /*border: 1px solid #F57920;*/
        }

.innerNavcoordinator a {
    color: #000;
}

input[type=checkbox] {
    opacity: 0;
    float: left;
}

    input[type=checkbox] + label {
        margin: 0 0 0 27px;
        position: relative;
        cursor: pointer;
        float: left;
        color: #000;
        font-weight: normal;
    }

        input[type=checkbox] + label ~ label {
            margin: 0 0 0 40px;
        }

        input[type=checkbox] + label::before {
            content: ' ';
            position: absolute;
            left: -35px;
            top: 1px;
            width: 18px;
            height: 18px;
            display: block;
            background: white;
            border: 2px solid #e6e6e6;
        }

        input[type=checkbox] + label::after {
            content: ' ';
            position: absolute;
            left: -34px;
            top: 1px;
            width: 17px;
            height: 17px;
            display: block;
            z-index: 1;
            font-family: 'Glyphicons Halflings';
            content: "\e013";
            color: #fff;
            font-size: 12px;
            background: #8dc61c;
            -ms-transition: all .2s ease;
            -webkit-transition: all .2s ease;
            transition: all .3s ease;
            -ms-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
            padding-left: 2px;
        }

    input[type=checkbox]:checked + label::after {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.checkbox label, .radio label {
    padding-left: 0px;
    padding-right: 15px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-50 {
    line-height: 50px;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.addBtn {
    background: #F57920;
}

    .addBtn a:hover {
        background: #F89b58 !important;
    }

    .addBtn a {
        color: #fff;
    }

.cursorPointer {
    cursor: pointer;
}
.slot-td {
    width: 84px;
    white-space: nowrap;
}
.slot-table {
   width:100%;
   table-layout:fixed;
} 
.ResourcePrint {
    background-color: white; position: relative; left: 0px;
}


.profileBigImg {
    /* border:1px solid #999;*/ width: 100px;
    margin: 0 auto;
    height: 100px;
    border-radius: 50%;
    background: url(../Images/avatarProfile100x100.png) no-repeat;
    background-position: center;
}

.profileSmImg {
    /* border:1px solid #999;*/ width: 80px;
    margin: 0 auto;
    height: 80px;
    border-radius: 50%;
    background: url(../Images/avatarProfile80x80.png) no-repeat;
    background-position: center;
}

.profileBigImgLeft {
    margin: 0 0;
}

/*graphs css starts from here*/

.graphArea {
    background-color: #d3d3d3;
    margin-bottom: 10px;
}

.circlediv {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

#Completed {
    background-color: #4FC3F7;
}

#On_time {
    background-color: #66BB6A;
}

#Delayed {
    background-color: #EF5350;
}

#Cancelled {
    background-color: #545454;
}

#Unscheduled {
    background-color: #545454;
}

/* Graphs css end from here */

/* tab code start from here*/
.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
        color: #fff !important;
    }

    .nav-tabs > li > a {
        border: none;
        color: #fff;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #fff !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #f57920;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -2px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #f57920 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 0px 15px 0px 15px;
}

.tab-content {
    padding: 10px;
    min-height: 165px;
}

.tabActive {
    border-bottom: 2px solid #f57920;
    /*bottom:1px;*/
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

/* tab code end from here */
.weatherMainDiv {
    border: 1px solid #F57920;
    width: 373px;
    height: 66px;
    float: left;
    margin-right: 15px;
    padding: 10px;
}

.todayWeather {
    display: table;
    border: 1px solid #ccc;
    width: 60px;
    height: 66px;
    float: left;
    padding: 12px 13px 12px 14px;
    margin-right: 15px;
}

    .todayWeather ul {
        display: table-cell;
        vertical-align: middle;
    }

.tableHeadTrBg {
    background: #fff !important;
    margin: 10px 0 10px 0;
}

    .tableHeadTrBg th {
        color: #5a5758 !important;
        font-weight: normal !important;
    }

.tableHeadtdBg {
    background: #fafafa !important;
    margin: 10px 0 10px 0;
}

    .tableHeadtdBg tr {
        border: 1px solid #d7d7d7;
    }


    .tableHeadtdBg td {
        color: #5a5758 !important;
        word-break: break-all;
    }

.table-border-top-no th, .table-border-top-no td {
    border-top: none !important;
}

.table-border-top-no th {
    color: #918f90 !important;
    font-weight: normal !important;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.cu-col-1_5 {
    width: 4.5%;
}

.cu-col-9 {
    width: 9%;
}

.cu-col-1 {
    width: 9.3%;
}

.cu-col-1-2 {
    width: 10.5%;
}

.cu-col-10-8 {
    width: 10.8%;
}

.cu-col-11 {
    width: 11%;
}

.cu-col-11-3 {
    width: 11.3%;
}

.cu-col-1-3 {
    width: 11.5%;
}

.cu-col-1-4 {
    width: 13.3%;
}


.cu-col-1-5 {
    width: 14.3%;
}

.cu-col-2 {
    width: 16.6%;
}

#notePad {
    /*  margin-top:-15px;
  margin-left:635px;*/
    z-index: 200;
    position: absolute;
    background-color: #f2f294;
    width: 250px;
    height: auto;
    top: 35px;
    right: 5px;
    padding: 10px;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

#nayaModal {
    width: 100.30%;
    height: 100%;
}


#myStaffProfilePic {
    /*margin-left: 70px;*/
}

#nayaModalContent {
    width: 98.4%;
    margin-left: 1300px;
    background-color: white;
    height: 600px;
    margin-top: 6.8%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.custome-modal {
    position: absolute;
    top: -35px;
    z-index: 100;
    height: 500px;
}

.plusIcon {
    height: 40px !important;
    width: 36px;
    border: 1px solid #d6d6d6;
    vertical-align: middle;
    text-align: center;
    padding-top: 8px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

    .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: 16px;
        width: 16px;
        left: 3px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #f47920;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.accordion-toggle, .plus-accordion-toggle {
    display: block;
    cursor: pointer;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #fff; /* adjust as needed */
    font-size: 12px;
}

.cu-panel-heading1 .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #000; /* adjust as needed */
    font-size: 12px;
    padding: 18px 13px 18px 13px;
    margin-bottom: 0px !important;
}

.cu-panel-heading2 .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #fff; /* adjust as needed */
    font-size: 12px;
    padding: -10px 13px 18px 13px;
    margin-bottom: 0px !important;
    margin-top: -15px !important;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading .plus-accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\2212"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #5a5a5a; /* adjust as needed */
    font-size: 12px;
}

.panel-heading .plus-accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b"; /* adjust as needed, taken from bootstrap.css */
    color: #5a5a5a;
    font-size: 12px;
}

.div20x20 {
    width: 20px;
    height: 20px;
    float: left;
}

.not-available {
    background: #f5f5f5;
}

.booked {
    background: #bbdefb;
}

.selected {
    background: #fff;
    border: 2px solid #f36601;
}

.rowSelected {
    background: #CCCCCC;
    color: #000;
}

.available {
    background: #fff;
    border: 2px solid #cbcbcb;
}

.patient-list {
    position: absolute;
    z-index: 101;
    min-width: 100%;
    min-height: 0px;
    max-height: 300px;
    overflow: auto;
}

.patient-listforFamily {
    position: absolute;
    z-index: 101;
    min-width: 24%;
    min-height: 0px;
    max-height: 300px;
    overflow: auto;
}

.min-height-450 {
    min-height: 450px;
}

.container-min-height {
    min-height: 520px;
}

.calendar-icon {
    background: url(../images/Calendar-Icon_Orange.png) no-repeat;
    background-position: right;
}

#spinner {
    position: absolute;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px #f47920 inset;
}

    input[type='radio']:hover {
        box-shadow: 0 0 5px 0px #f47920 inset;
    }

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type='radio']:checked:before {
        background: #f47920;
        box-shadow: 0 0 5px #f47920 inset;
        outline: 0;
    }

    input[type='radio']:focus {
        outline: 0;
    }

.fc-today-button, .fc-prev-button, .fc-next-button {
    background: #f47920 !important;
    color: #fff !important;
    border-style: none !important;
}

    .fc-today-button:focus, .fc-prev-button:focus, .fc-next-button:focus {
        outline: 0;
        background: #fff !important;
        color: #5a5a5a !important;
        border: 1px solid #f47920 !important;
    }

.refresh:hover {
    text-decoration: none;
}

.testAdd {
    cursor: not-allowed !important;
    margin-right: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 20px white inset;
    border-bottom: 2px solid #e6e6e6;
    bottom: 1px;
}

.timeIcon {
    background: url(../images/time-icone.png) no-repeat;
    background-position: right;
}





.animation-nav {
    margin-bottom: 4px;
    width: 100%;
    margin-bottom: 0px;
}

    .animation-nav li {
        cursor: pointer;
        padding-top: 7px;
    }

    .animation-nav > li.active > a, .animation-nav > li.active > a:focus, .animation-nav > li.active > a:hover {
        border-width: 0;
        color: #fff !important;
    }

    .animation-nav > li > a {
        border: none;
        color: #000;
    }

.animation-nav-font-color > li > a {
    border: none;
    color: #fff !important;
}

.animation-nav > li.active > a, .animation-nav > li > a:hover {
    border: none;
    color: #F57920 !important;
    background: transparent;
}

.animation-nav > li > a::after {
    content: "";
    background: #f57920;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -3px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.animation-nav > li.active > a::after, .animation-nav > li:hover > a::after {
    transform: scale(1);
}

.animation-nav > li > a::after {
    background: #f57920 none repeat scroll 0% 0%;
    color: #fff;
}

.animation-nav-active {
    border-bottom: 3px solid #F57920;
    color: #F57920 !important;
}

.cu-animation-nav li {
    padding-top: 0px !important;
}

.cu-navbar-nav > li > a {
    padding: 0px 5px 0px 5px !important;
    margin: 0px 5px 0px 5px !important;
}

.word-break-break-all {
    word-break: break-all;
}

.word-wrap-break-word {
    word-wrap: break-word;
}

.orderTakingPageservice input {
    width: 70px;
    background: white;
    height: 27px;
    text-align: right;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.orderTakingPageservice button {
    padding: 2px !important;
}

.a-tag-onmouseover:hover {
    text-decoration: none !important;
}

.sidebar, .toggle {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.sidebar {
    background: #fff;
    width: 280px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.toggle {
    position: relative;
    right: 5px;
    top: 5px;
    width: 26px;
    height: 17px;
    background: black;
    left: 247px;
    cursor: pointer;
}

.sidebar-collapsed {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

    .sidebar-collapsed .toggle {
        right: -5px;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

.leftPanel .form-group {
    margin-bottom: 2px;
}


.patientInformation .form-group {
    margin-bottom: 0px !important;
}

.rightPanelPathology .checkbox, .radio {
    margin-top: 0px !important;
}

.fontSize12 th, td {
    font-size: 12px;
}

.ul-li-b-r li {
    cursor: pointer;
    border-right: 1px solid #fff !important;
}

.cu-modal-header {
    background: #4fcfaf !important;
}

.cu-modal-header-padding {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 9px;
}

.ul-li-lineheight-25 li {
    line-height: 25px;
}

.ul-li-lineheight-30 li {
    line-height: 30px !important;
}

.ul-li-lineheight-50 li {
    line-height: 50px;
}

.arrow-icon-padding li a {
    padding: 0px !important;
    margin: 0px !important;
}

.lineheight-0-7 {
    line-height: 0.7;
}

.neverDiv {
    display: none;
}

.borderRadius-5 {
    border-radius: 5px !important;
}

.borderRadius-0 {
    border-radius: 0px !important;
}

.allDaysLiBg {
    background: #fff;
    border: 1px solid #CCC !important;
    cursor: pointer;
}

.allDaysActive {
    background: #F57920 !important;
    cursor: pointer;
    color: #fff;
    border: 1px solid #F57920 !important;
}

.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 !important;
}

.width-100 {
    width: 100%;
}

/* Wizard code start from here */
.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

    .bootstrapWizard a:hover, .bootstrapWizard a:active, .bootstrapWizard a:focus {
        text-decoration: none
    }

    .bootstrapWizard li {
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        padding-left: 0
    }

        .bootstrapWizard li:before {
            border-top: 3px solid #55606E;
            content: "";
            display: block;
            font-size: 0;
            overflow: hidden;
            position: relative;
            top: 12px;
            right: 1px;
            width: 100%;
            z-index: 1
        }

        .bootstrapWizard li:first-child:before {
            left: 50%;
            max-width: 50%
        }

        .bootstrapWizard li:last-child:before {
            max-width: 50%;
            width: 50%
        }

        .bootstrapWizard li.complete .step {
            background: #0aa66e;
            padding: 1px 6px;
            border: 2px solid #55606E
        }

        .bootstrapWizard li .step i {
            font-size: 10px;
            font-weight: 400;
            position: relative;
            top: -1.5px
        }

        .bootstrapWizard li .step {
            background: #fff;
            color: #fff;
            display: inline;
            /* font-size: 15px;
    font-weight: 700;
    line-height: 12px;
	transition: all .1s linear 0s
	*/
            padding: 0px 6px;
            border: 2px solid transparent;
            border-radius: 50%;
            line-height: normal;
            position: relative;
            text-align: center;
            z-index: 2;
            cursor: pointer;
        }

        .bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
            background: #0091d9;
            color: #fff;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 50%;
            border: 2px solid #55606E;
            cursor: pointer;
        }

        .bootstrapWizard li.complete .title, .bootstrapWizard li.active .title {
            color: #2B3D53
        }

        .bootstrapWizard li .title {
            color: #bfbfbf;
            display: block;
            font-size: 13px;
            line-height: 15px;
            max-width: 100%;
            position: relative;
            table-layout: fixed;
            text-align: center;
            top: 6px;
            word-wrap: break-word;
            z-index: 104
        }

.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

    .wizard-actions li {
        display: inline
    }


/*.tab-content.transparent {
    background-color: transparent
}*/
/* Wizard code end from here */

/* aside code start from here  (store screen page)  */
.aside {
    min-width: 350px;
    width: 15%;
    position: fixed;
    /* position: relative;*/
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    background-color: #fafafa;
    font-family: Helvetica, Arial, sans-serif;
    border-right: 1px solid #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2000;
    width: 0px;
    min-width: 0px;
    overflow: hidden;
    transition: 0.35s width ease, 0.35s min-width ease;
}

    .aside .aside-header {
        background-color: #36b39c;
        padding: 0.5em 0.3em 0.2em 0.3em;
        border-bottom: 3px solid #36b39c;
        font-size: 1.2em;
        color: #fff;
    }

        .aside .aside-header .close {
            float: right;
            cursor: pointer;
        }

    .aside .aside-contents {
        padding: 0.5em;
        padding-bottom: 1em;
    }

    .aside.in {
        width: 15%;
        min-width: 350px;
    }

.aside-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    transition: 0.2s opacity ease;
    opacity: 0;
    display: none;
}

    .aside-backdrop.in {
        display: block;
        opacity: 0.5;
    }

/*aside code end from here*/

.circle8x8 {
    height: 8px;
    width: 8px;
    background: #999;
    border-radius: 50%;
    margin: 6px 2px;
}

.browser-btn-color {
    background: #36b39c !important;
    border: 1px solid #36b39c !important;
}

.scheduleTableBorder tbody td {
    border: 10px solid #CCC;
}

.scheduleTableBgColor {
    background: #999;
}
.scheduleBookedBgColor {
    background: #f47920;
}

.ng-table th {
    text-align: left !important;
}

.word-wrap-break-word {
    word-wrap: break-word;
}

.tooltip {
    word-wrap: break-word;
}

.tooltip-inner {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #666;
    background: transparent;
    width: 300px;
    max-width: 350px;
    min-width: 100px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.arrow-top {
    position: relative;
    margin-top: 10px;
    width: 10px !important;
}

    .arrow-top:after, .arrow-top:before {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow-top:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #FFFFFF;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow-top:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #CCCCCC;
        border-width: 16px;
        margin-left: -16px;
    }

.tableTdValignTop td {
    vertical-align: top !important;
}

.cu-pagination > li > a, .cu-pagination > li > span {
    padding: 6px 6px !important;
}

.border-radius-right-bottom-4 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.border-radius-left-bottom-4 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 4px !important;
}

.border-radius-top-right-bottom-right-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.border-radius-top-left-bottom-left-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.border-radius-top-bottom-right-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.border-radius-no {
    border-radius: 0px !important;
}

.onmouseOverColor {
}

    .onmouseOverColor a:hover, .onmouseOverColor:hover {
        color: #f47920;
        text-decoration: none;
    }
/* star code start from here    */

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 2.5em;
    color: #ccc;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
    cursor: pointer;
}

/* Selected state of the stars */
.rating-stars ul > li.star.starSelected > i.fa {
    color: #FF912C;
}
/* star code end from here    */
.test {
    background: url(../images/addDisabled.png) no-repeat 100px 10px;
}

    .test:hover {
        background: url(../images/calendarIcon.png) no-repeat 100px 10px;
    }

.rules-dropdown .btn-default {
    padding: 11px 40px !important;
    border-radius: 0px !important;
    background-color: #f47920 !important;
    color: #fff !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f47920;
    border-color: #f47920;
}

#tblTransportRequest thead {
    display: none;
}

.td-m-t-b-5 {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

    .td-m-t-b-5 th {
        border-top: none !important;
    }

    .td-m-t-b-5 td {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

/*left nav css code start from here*/
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-left > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a {
        min-width: 150px;
        margin-right: 0;
        color: #000;
    }

        .tabs-left > .nav-tabs > li > a:hover {
            color: #f47920 !important;
        }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

.td-m-t-b-5 {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

    .td-m-t-b-5 th {
        border-top: none !important;
    }








.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus, {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
    color: #F60;
}

.cu-nav-tabs .active {
    color: #F57920 !important;
    border-top: 2px solid #F57920;
    border-right: 2px solid #fff;
    border-left: 2px solid #F57920;
}


.cu-nav-tabs > li a {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.cu-nav-tabs > li.active > a, .cu-nav-tabs > li > a:hover {
    border: none !important;
    color: #F57920 !important;
    background: transparent;
}
/*left nav css code end from here*/

.table-header-fixed thead {
    width: 97%;
}

.table-header-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-header-fixed thead, .table-header-fixed tbody, .table-header-fixed tr, .table-header-fixed td, .table-header-fixed th {
    display: block;
}

    .table-header-fixed tbody td, .table-header-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

#monthRow {
    margin-left: 6px;
    overflow: auto;
    white-space: nowrap;
}

    #monthRow div {
        display: inline-block;
        width: 109px;
        background: #fff;
    }


.vertical-align-top-td td {
    vertical-align: top !important;
}


.chart-bar-trends-li li{
    width:35px;
    height:24px;
    cursor:pointer;
    padding-top:3px;
}

.white-space-nowrap {
    white-space: nowrap;
}
.b-b-w-3{

border-bottom:3px solid #fff;
}
@media (min-width: 317px) {
    .vertical-line:after {
        height: 63%;
        background: none;
    }

    .footer {
        width: 100%;
    }

    .innerNavcoordinatorTopIcon li {
        float: left !important;
    }
}

@media (max-width: 317px) {

    .vertical-line:after {
        height: 63%;
        background: none;
    }

    .p-l-sm-0 {
        padding-left: 0px !important;
    }

    .footer {
        width: 100%;
    }

    .m-t-lg-20 {
        margin-top: 0px !important;
    }

    .m-t-lg-10 {
        margin-top: 0px !important;
    }
}

@media (min-width: 480px) {
    .innerNavcoordinator > li > a {
        padding: 15px 10px !important;
    }

    .vertical-line:after {
        height: 65%;
        background: none;
    }

    .m-t-lg--40 {
        margin-top: 10px;
    }

    .m-t-lg-50 {
        margin-top: 0px;
    }

    .p-sm-l-0 {
        padding-left: 0px !important;
    }

    .m-t-lg-20 {
        margin-top: 0px !important;
    }

    .m-t-lg-10 {
        margin-top: 0px !important;
    }

    .m-t-lg-30 {
        margin-top: 0px !important;
    }

    .min-height-lg-1000 {
        min-height: 0px;
    }

    .border-r-lg-1 {
        border-right: none;
    }
}

@media (min-width: 767px) {
    .innerNavcoordinator > li > a {
        padding: 15px 13px !important;
    }

    .vertical-line:after {
        height: 55%;
    }

    .m-t-lg--40 {
        margin-top: 10px;
    }

    .m-t-lg-50 {
        margin-top: 0px;
    }

    .footer {
        width: auto;
    }

    .p-sm-l-0 {
        padding-left: 15px !important;
    }

    .m-t-lg-20 {
        margin-top: 20px !important;
    }

    .m-t-lg-10 {
        margin-top: 10px !important;
    }

    .m-t-lg-30 {
        margin-top: 30px !important;
    }

    .min-height-lg-1000 {
        min-height: 0px;
    }

    .border-r-lg-1 {
        border-right: none;
    }
}

@media (min-width: 992px) {
    .p-l-lg-0 {
        padding-left: 0px;
    }

    .p-r-lg-0 {
        padding-right: 0px;
    }

    .m-t-lg--40 {
        margin-top: -40px;
    }

    .m-t-lg-50 {
        margin-top: 50px;
    }

    .m-t-lg--60 {
        margin-top: -60px;
    }

    .p-l-lg-5 {
        padding-left: 5px;
    }

    .p-l-lg-10 {
        padding-left: 10px;
    }

    .p-sm-l-0 {
        padding-left: 15px !important;
    }

    .m-t-lg-10 {
        margin-top: 10px !important;
    }

    .m-t-lg-20 {
        margin-top: 20px !important;
    }

    .m-t-lg-30 {
        margin-top: 30px !important;
    }

    .min-height-lg-1000 {
        min-height: 1000px;
    }

    .border-r-lg-1 {
        border-right: 1px solid #CCC;
    }
}

@media (min-width: 1200px) {
    .innerNavcoordinator > li > a {
        padding: 15px 15px !important;
    }

    .vertical-line:after {
        height: 55%;
        background: #d2d2d2;
    }

    .p-a-lg-0 {
        padding: 0px;
    }

    .p-l-lg-0 {
        padding-left: 0px;
    }

    .p-l-lg-5 {
        padding-left: 5px;
    }


    .p-l-lg-10 {
        padding-left: 10px;
    }

    .p-r-lg-0 {
        padding-right: 0px;
    }

    .m-t-lg--40 {
        margin-top: -40px;
    }

    .m-t-lg-10 {
        margin-top: 10px;
    }

    .m-t-lg-20 {
        margin-top: 20px !important;
    }

    .m-t-lg-30 {
        margin-top: 30px;
    }

    .m-t-lg-50 {
        margin-top: 50px;
    }

    .m-t-lg--60 {
        margin-top: -60px;
    }

    .modal-dialog-custome {
        width: 900px;
    }

    .min-height-lg-1000 {
        min-height: 1000px;
    }

    .border-r-lg-1 {
        border-right: 1px solid #CCC;
    }

    toast {
        visibility: hidden;
        /* Hidden by default. Visible on click */
        width: 400px;
        /* Set a default minimum width */
        margin-left: -205px;
        /* Divide value of min-width by 2 */
        background-color: #f47920;
        /* Black background color */
        color: #fff;
        /* Rounded borders */
        padding: 16px;
        /* Padding */
        position: fixed;
        /* Sit on top of the screen */
        z-index: 1250;
        /* Add a z-index if needed */
        left: 50%;
        /* Center the snackbar */
        top: 30px;
        /* 30px from the bottom */
        word-wrap: break-word;
    }
        /* Show the snackbar when clicking on a button (class added with JavaScript) */

        toast.show {
            visibility: visible;
            /* Show the snackbar */
            /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
            -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
            animation: fadein 0.5s, fadeout 0.5s 2.5s;
        }
    /* Animations to fade the snackbar in and out */

    @-webkit-keyframes fadein {
        from {
            top: 0;
            opacity: 0;
        }

        to {
            top: 30px;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            top: 0;
            opacity: 0;
        }

        to {
            top: 30px;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            top: 30px;
            opacity: 1;
        }

        to {
            top: 0;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            top: 30px;
            opacity: 1;
        }

        to {
            top: 0;
            opacity: 0;
        }
    }

    /*To avoid tooltip flickering in google chart*/
    svg > g > g:last-child {
        pointer-events: none
    }
}
.tooltip-inner {
    color: red;
    background-color: #f47920;
    word-wrap: break-word;
    text-align: left;
    white-space: pre-line;
    width:auto;
}

.unavailslottooltip, .bookedslottooltip {
    width:100%;
    height:100%;
}

.loadermsg {
    text-align: center;
    margin-top: -3%;
    margin-left:25%;
    font-family:inherit;
    font-weight:bolder;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    margin-top: -8%;
    margin-left: 50%;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.45);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: #edbc0b 1.5em 0 0 0, #edbc0b 1.1em 1.1em 0 0, #edbc0b 0 1.5em 0 0, #edbc0b -1.1em 1.1em 0 0, #edbc0b -1.5em 0 0 0, #edbc0b -1.1em -1.1em 0 0,#edbc0b 0 -1.5em 0 0, #edbc0b 1.1em -1.1em 0 0;
            box-shadow: #edbc0b 1.5em 0 0 0, #edbc0b 1.1em 1.1em 0 0, #edbc0b 0 1.5em 0 0, #edbc0b -1.1em 1.1em 0 0, #edbc0b -1.5em 0 0 0, #edbc0b -1.1em -1.1em 0 0,#edbc0b 0 -1.5em 0 0, #edbc0b 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#extra_slots {
    height: 180px;
    border-style: groove;
}
.extraSlots{
    margin-top: 10px;
}