span.js-error,
label.error,
span.error {
    color: #cc2f00 !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
    display: block !important;
    text-transform: none !important;
}

input:focus {
    outline: 0 none;
}

input.error,
input.error:focus {
    border: 1px solid #cc2f00!important;
    outline: none;
}

#site_logo_inp-error,
#site_favicon_inp-error {
    padding-left: 20px;
    float: left;
    display: block;
}

.errorr404-lbl {
    padding: 100px 0;
}

.clr-wht {
    color: #FFFFFF;
}

.main-bg {
    background: #fff
}

.siConfirmCls .modal-content {
    border: 0;
}

.siConfirmCls .modal-header {
    background: #0076FF;
    border-bottom: 0;
    padding-bottom: 0px;
}

.siConfirmCls .modal-header .modal-title {
    width: 100%;
    float: left;
    color: #fff;
}

.siConfirmCls .modal-header .close {
    /*    position: absolute;
    right: 20px;
    top: 20px;*/
    color: #fff;
}

.siConfirmCls .modal-footer {
    padding: 0px;
}

.siConfirmCls .modal-body {
    background: #0076FF;
}

.siConfirmCls .modal-body .bootbox-body {
    color: #fff;
}

.siConfirmCls .btn {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #212529;
    margin: 0;
    font-size: 17px;
    height: 48px;
    line-height: 48px;
    width: 50%;
    padding: 0 10px;
    border-right: 1px solid #e9ecef;
    cursor: pointer;
}

.siConfirmCls .btn:last-child {
    border-right: 0;
}

.siConfirmCls .btn:focus,
.siConfirmCls .btn:focus,
.siConfirmCls .btn:active,
.siConfirmCls .btn:active,
.siConfirmCls .btn:hover,
.siConfirmCls .btn:hover {
    box-shadow: none !important;
    background: transparent !important;
    border-color: #fff !important;
    border-right: 1px solid #e9ecef !important;
    color: #212529 !important;
}

.siConfirmCls .btn-success:not([disabled]):not(.disabled).active,
.siConfirmCls .btn-success:not([disabled]):not(.disabled):active,
.siConfirmCls .show>.btn-success.dropdown-toggle {
    box-shadow: none !important;
    background: transparent !important;
    border-right: 1px solid #e9ecef !important;
    border-color: #fff !important;
    color: #212529 !important;
}

.siConfirmCls .modal-dialog {
    min-height: calc(90vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.siConfirmCls .modal-dialog {
    width: 360px;
}

.siConfirmCls .modal-content {
    /*box-shadow: 0 7px 22px 0 rgba(82,115,152,0.1);*/
    -webkit-box-shadow: 0 0 20px rgba(82, 115, 152, 0.4) !important;
    box-shadow: 0 0 20px rgba(82, 115, 152, 0.4) !important;
}

.none {
    display: none
}

.img_uplo_box #site_logo_preview,
.img_uplo_box_favi #site_favicon_preview,
.img_uplo_box #clinic_site_logo_preview,
.img_uplo_box_favi #clinic_site_favicon_preview {
    width: 100%;
    top: 0;
    height: 120px;
    object-fit: contain;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

input[type="file"] {
    cursor: pointer;
}

.gallery_pic_mnc ul li {
    position: relative;
}

.gallery_pic_mnc ul li:hover .log-phot-del {
    opacity: 0.5;
    display: block;
}

.gallery_pic_mnc ul li .log-phot-del {
    display: none;
    cursor: pointer;
    width: auto;
    height: auto;
    object-fit: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 20px;
    /*background: #ccc;*/
    padding: 2px;
}

.gallery_pic_mnc ul li .log-phot-del:hover {
    opacity: 1;
    display: block;
    text-shadow: 0 0 10px #fff;
}

#loginPhotoModal .dz-preview.dz-image-preview,
#loginPhotoModal .dz-preview.dz-file-preview,
#userFrm .dz-preview.dz-image-preview,
#userFrm .dz-preview.dz-file-preview {
    display: none !important;
}

.dropzone_:before {
    content: "\f093";
    font-family: "Font Awesome 5 Free";
    left: calc(50% - 30px);
    position: absolute;
    top: 0;
    font-size: 60px;
    color: #0076ff;
}

.dropzone_ {
    font-weight: 900;
    cursor: pointer;
    position: relative;
    background: #f7f7f7 !important;
    border: 2px dashed rgb(204, 204, 204);
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.bootbox:before {
    display: none;
}


/*.modal-header {
    border-bottom: none;
}*/

.modal-footer {
    border-top: none;
}

.w50 {
    width: 50%;
}

.btn {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.75px;
    text-transform: uppercase;
}

.modal .btn {
    height: 50px;
}

.dragLbl {
    font-weight: normal;
    padding: 0 5px;
}

.clr-b {
    clear: both
}

.lh-35 {
    line-height: 35px;
}

.page-link:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.dataTables_wrapper table tbody tr td:last-child {
    text-align: left;
}

.dataTables_wrapper .badge {
    font-size: 15px;
}

a .edit-icn {
    font-size: 18px;
}

.inner_pad .form-group .form-control {
    padding-left: 5px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
}

.mn_wrp_right_content_inner {
    padding: 0px 0px;
}

.for_FRMKL label.error {
    margin-top: 5px;
}

.frm-cls-sticky {
    position: fixed;
    left: 0;
    background: white;
    width: 100%;
    right: auto;
    top: 0px;
    padding: 15px;
    z-index: 4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
    padding-right: 30px;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-dropdown {
    border: 1px solid #E0E0E0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
    border: 1px solid #E0E0E0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

.mn_wrp_right_content_inner .custom-control-description {
    color: #000;
    left: 0;
}

.mn_wrp_right_content_inner .custom-checkbox .custom-control-indicator {
    border-color: #ccc;
}

.mn_wrp_right_content_inner .custom-radio .custom-control-label::after,
.mn_wrp_right_content_inner .custom-radio .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
}

.mn_wrp_right_content_inner .custom-radio .custom-control-label {
    left: 1.5rem;
    line-height: 32px;
    margin-right: 20px;
    padding-left: 5px;
}

.form-control[readonly].custom_datepick {
    background: #fff;
}

.datepicker td,
.datepicker th {
    width: 40px;
    height: 30px;
}

.chkb .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    margin: 0;
}

.chkb .switch input {
    display: none;
}

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

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

.chkb input:checked+.slider {
    background-color: #2196F3;
}

.chkb input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

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


/* Rounded sliders */

.chkb .slider.round {
    border-radius: 34px;
}

.chkb .slider.round:before {
    border-radius: 50%;
}

.chec-tp {
    position: relative;
    top: 6px;
}

.chkb.dISd {
    padding: 5px 10px;
}

.dataTables_wrapper .badge {
    font-weight: normal;
    ;
}

.w100 {
    width: 100%
}

table#userDTtable tbody td {
    vertical-align: middle;
}

table#userDTtable tbody td img {
    width: 50px;
}

[data-toggle="tooltip"] {
    cursor: pointer;
}

.fnt14 {
    font-size: 14px;
}

.alert {
    font-size: 14px;
}

.ovr-hidn {
    overflow: hidden;
}

.iconpicker-popover {
    opacity: 1 !important;
}

.iconpicker-container .input-group-addon:last-child {
    border-left: 0;
    padding-right: 25px;
    padding-top: 11px;
}

.iconpicker-container .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.iconpicker-container .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.iconpicker-container .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.iconpicker-container .input-group-addon {
    display: table-cell;
}

.usr-pht-prev {
    width: 200px;
}

.dis-blck {
    display: block;
}

.loader {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.loader-ele {
    border: 4px solid #f3f3f3;
    /* Light grey */
    border-top: 4px solid #000;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

[type=submit] {
    cursor: pointer;
}


/* 31-1-2019 */

.location_img .circle {
    background: url('../images/default-placeholder.png') no-repeat center center;
}

.statement_row_main {
    margin: 15px 0;
}

.statement_row {
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 15px;
}

.statement_row p {
    margin-bottom: 0;
}

.form-group .sm_select {
    width: auto;
    float: right;
}

.form-group .sm_select .select2 {
    width: 150px !important;
    margin-right: 15px;
}

.form-group .sm_select .day {
    float: right;
    line-height: 36px;
}

#locationAddEditModal .inner_cool_site_tabs {
    margin: 20px 0 0;
}


/* Add Job CSS */

.add_job_main {
    float: left;
    width: 100%;
}

.job_inner {
    float: left;
    width: 100%;
    padding: 85px 0;
}

.cls_esc {
    position: absolute;
    right: 60px;
    top: 60px;
}

.cls_esc:focus {
    outline: 0 none;
}

.jb_title {
    color: #454F5C;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 90px;
}

.jb_box {
    float: left;
    width: 100%;
    text-align: center;
}

.jb_box ul {
    padding: 0;
    margin: 0;
}

.jb_box li {
    display: inline-block;
    margin: 0 25px 0 0;
}

.jb_box li:last-child {
    margin-right: 0;
}

.box_inner {
    width: 365px;
    height: 365px;
    background-color: #fff;
    display: table-cell;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    float: none;
    vertical-align: middle;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #9B9EA6;
    border-radius: 3px;
}

.box_inner a {
    display: block;
}

.inner_ttl {
    color: #454F5C;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}


/* add job common css */

.fl_w {
    float: left;
    width: 100%;
    text-align: left;
}

.mrg00 {
    margin: 0 !important;
}

.mrgtp00 {
    margin-top: 0 !important;
}

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

.mrgtp15 {
    margin-top: 15px !important;
}

.mrgtp25 {
    margin-top: 25px !important;
}

.mrgtp30 {
    margin-top: 30px !important;
}

.mrgtop50 {
    margin-top: 50px !important;
}

.mrgtop70 {
    margin-top: 70px !important;
}

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

.mrgbtm15 {
    margin-bottom: 15px !important;
}

.mrgbtm30 {
    margin-bottom: 30px !important;
}

.mrgbtm50 {
    margin-bottom: 50px !important;
}

.mrgtop90 {
    margin-top: 90px !important;
}

.marLFRT15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.marLFRT50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.border_none {
    border: 0 !important;
}

.pad00 {
    padding: 0 !important;
}

.pad15 {
    padding: 15px 0 !important;
}

.padcmb {
    padding: 20px 0 30px !important;
}

.H_sm {
    height: 145px !important;
}

.back_btn {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 22.5px;
    box-shadow: 0 2px 4px 0 #E9E9E9;
    color: #7A7A7A !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 190px;
    border: 1px solid #7A7A7A !important;
    text-transform: capitalize;
}

.back_btn:hover {
    color: #7A7A7A;
}

.bg_red {
    background: #82061B !important;
    border-color: #82061B !important;
    color: #fff !important;
}

.bg_red:hover {
    color: #fff
}

.bg_green {
    background: #109D59 !important;
    border-color: #109D59 !important;
    color: #fff !important;
}

.bg_grren_new {
    background: #479A00;
    border-color: #479A00;
    color: #fff;
}

.bg_green:hover {
    color: #fff;
}

.bg_yellow_new {
    background: #CA9824;
    border-color: #CA9824;
    color: #fff;
}

.bg_yellow_new:hover {
    color: #fff;
}

.bg_gray {
    background: #f7f7f7;
}

.center_div {
    max-width: 485px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.center_inner {
    width: 100%;
    float: left;
}

.pv_order_ttl {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #454F5C;
}

.progress_cnt_main .form-group {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.progress_cnt_main .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.pro_link {
    float: right;
    font-size: 16px;
    line-height: 35px;
    color: #007AFF;
}

.pro_link:hover {
    color: #007AFF;
}

.fl_none {
    float: none;
}


/* Big Checkbox */

.big_check .custom-checkbox {
    min-height: 35px;
}

.big_check .custom-checkbox .custom-control-indicator {
    border-radius: 3px;
    width: 35px;
    height: 35px;
    background: none;
    border: 2px solid #333;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.big_check .custom-control-description {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.46px;
    line-height: 35px;
    font-weight: normal;
    top: 0;
    left: 0;
    position: relative;
    float: left;
    text-align: left;
}

.big_check .custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    border-color: #82061b;
}


/* Select 2 */

.progress_cnt_main .select2 {
    width: 100% !important;
}

.progress_cnt_main .select2-container--default .select2-selection--single {
    height: 55px;
    border: 1px solid #333333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 1px;
    outline: 0 none;
}

.progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
}

.progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
    background: transparent;
    width: 39px;
    border-left: 0;
}

.progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
}

.progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    content: "";
    background: url(../images/down-icon.png) no-repeat center center / 12px 7px;
    width: 12px;
    height: 7px;
}

.progress_cnt_main .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    transform: rotate(180deg);
}


/* Radio Button */

.radio_cover .radio_inner {
    position: relative;
    padding-left: 45px;
    margin: 0 20px 0 0;
    float: left;
    cursor: pointer;
    min-height: 35px;
}

.radio_cover .radio_inner input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}

.radio_cover .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    border: 2px solid #87909B;
    background-color: transparent;
    border-radius: 50%;
}

.radio_cover .rd_des {
    font-size: 18px;
    line-height: 35px;
    color: rgba(51, 51, 51, 0.5) !important;
}

.radio_cover .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_cover .radio_inner input:checked~.rd_des {
    color: rgba(51, 51, 51, 1) !important;
}

.radio_cover .radio_inner input:checked~.checkmark {
    background-color: #fff;
    border-color: #82061B;
}

.radio_cover .radio_inner input:checked~.checkmark:after {
    display: block;
}

.radio_cover .radio_inner .checkmark:after {
    top: 4px;
    left: 4px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #82061B;
}

.radio_cover .rd_txt {
    border: 1px solid #333333;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 #E9E9E9;
    height: 35px;
    padding: 0 10px;
    width: 150px;
}

.progress_main {
    float: left;
    width: 100%;
}

.progressbar {
    margin: 0 0 50px 0;
    padding: 0;
    float: left;
    width: 100%;
}

.progressbar li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    font-size: 18px;
    line-height: 23px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    color: rgba(69, 79, 92, 0.5);
    height: 60px;
}

.progressbar li span {
    margin-top: 35px;
    display: inline-block;
}

.progressbar li:before {
    width: 24px;
    height: 24px;
    content: "";
    line-height: 24px;
    border: 2px solid #D8D8D8;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #D8D8D8;
    z-index: 9;
    position: absolute;
    left: 40%;
}

.progressbar li:after {
    width: 100%;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #D8D8D8;
    top: 10px;
    left: -50%;
    z-index: 1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: rgba(69, 79, 92, 1);
}

.progressbar li.active:before {
    border: 7px solid #8C071D;
    background: #FFFFFF;
}

.progressbar li.pre_ac:before {
    background: #8C071D;
    border-color: #8C071D;
}

.progressbar li.pre_ac+li:after {
    background-color: #8C071D;
}

.inc_max {
    max-width: 750px;
}

.option_box {
    border: 1px solid #9B9EA6;
    border-radius: 8px;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    min-height: 425px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pad_op {
    padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #9B9EA6;
}

.pad_op:last-child {
    border-bottom: 0;
}

.op_label {
    font-size: 15px;
    line-height: 19px;
    color: #454F5C;
    font-weight: bold;
    display: table;
    margin: 0 auto 5px;
}

.short_lb {
    font-style: italic;
    font-size: 15px;
    line-height: 19px;
    color: #454F5C;
    text-align: center;
}

.op_price {
    color: #454F5C;
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}

.op_btn {
    width: 100%;
    padding: 0 15px;
    background-color: #B6B8BD;
    border-radius: 3px;
    height: 37px;
    line-height: 37px;
    color: #FFFFFF;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
}

.op_btn:hover {
    color: #fff;
}

.sm_txt {
    font-size: 12px;
    line-height: 15px;
    color: #454F5C;
    text-align: center;
}

.sm_txt a {
    color: #454F5C;
    text-decoration: underline;
}

.option_box .progress_cnt_main .select2-container--default .select2-selection--single {
    height: 37px;
}

.option_box .progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.option_box .progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.sm_select.progress_cnt_main .select2-container--default .select2-selection--single {
    height: 35px;
}

.sm_select.progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.sm_select.progress_cnt_main .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.option_box .radio_cover .radio_inner {
    margin: 0 0 10px 0;
}

.option_box .rd_des {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
}

.op_act {
    border-color: #860E23;
}

.op_act .op_btn {
    background: #860E23;
}

.op_act:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 0;
    background: url('../images/tick-icon.png') no-repeat center center / 15px auto;
    height: 30px;
    width: 30px;
}

.op_act:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: #82061B;
    height: 10px;
    width: 100%;
}

.jb_control {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 #E9E9E9;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
}

.custom-control-description.sm_txt {
    font-size: 15px;
    line-height: 25px;
    margin: 4px 0;
}

.fl_row {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #333333;
}


/*.fl_row:last-child {border-bottom: 0; margin: 0; padding: 0;}*/

.new_txt {
    border: 1px solid #333333;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 100%;
    height: 135px;
    padding: 10px;
    box-sizing: border-box;
}

.add_link {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    color: #007AFF;
}

.add_link:hover {
    color: #007AFF;
}

.ul_row {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin: 0;
}

.ul_row li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #454F5C;
    border-bottom: 1px solid #CECECE;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

.op_cl,
.op_cl:hover {
    color: #BABABA
}

.total_div {
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
}

.cover {
    float: left;
    width: 100%;
}

.form-group {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}

.od_dt_row {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin: 10px 0;
    border-bottom: 1px solid #CECECE;
}

.od_dt_row ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.od_dt_row li {
    float: left;
    width: 100%;
}

.od_dt_row span {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.suc_max {
    max-width: 650px;
}

.dis_inline {
    display: inline-block;
}

.first_last .back_btn:first-child {
    margin-left: 0 !important;
}

.first_last .back_btn:last-child {
    margin-right: 0 !important;
}

.md_msg {
    color: #454F5C;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
}

.success-title {
    color: #109D59;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
}

.btn_group {
    float: left;
    width: 100%;
    margin: 0;
}

.btn_group li {
    width: 49%;
    float: left;
    margin: 0 2% 15px 0;
}

.btn_group li:nth-child(2n) {
    margin-right: 0;
}

.driver_btn {
    display: block;
    border: 1px solid #057AFF;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    color: #057AFF;
    font-size: 16px;
    height: 52px;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
}

.driver_btn.active_btn {
    background: #057AFF;
    color: #fff
}

.lbl_ttl {
    color: #333333;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
}

.form_main {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
}

.creat_fl .modal-dialog {
    max-width: 845px;
    padding: 0 15px;
    width: 100%;
    margin: 20px auto;
}

.creat_fl .modal-header {
    background: transparent;
    background: transparent;
    padding: 0 !important;
    border: 0;
}

.creat_fl .modal-footer {
    border-top: 0;
}

.crt_ttl {
    color: #454F5C;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 15px;
}

.supplies_box {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #DADCE0;
    border-radius: 3px;
    box-sizing: border-box;
}

.supplies_box p {
    font-size: 15px;
    line-height: 19px;
    color: #454F5C;
    margin: 0;
}

.pad20 {
    padding: 20px;
}

.sm_table {
    float: left;
    width: 100%;
}

.sm_table_cl {
    width: 100%;
    border-collapse: inherit;
}

.sm_table_cl th {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #BABABA;
    padding: 8px 15px;
    border-bottom: 1px solid #DADCE0;
}

.sm_table_cl td {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    border-bottom: 1px solid #DADCE0;
    padding: 8px 15px;
}

.keepsake_sec {
    float: left;
    width: 100%;
    border-radius: 3px;
    background-color: #F1F1F2;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.keepsake_close {
    opacity: 0.3;
}

.pet_title {
    color: #333333;
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.req_inner_box {
    float: left;
    width: 100%;
}

.req_inner_box ul {
    margin: 0;
    padding: 0;
}

.req_inner_box li {
    margin: 0 15px 20px 0;
    float: left;
}

.req_box {
    border: 1px solid #057AFF;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    position: relative;
}

.arr_rt {
    position: absolute;
    right: 5px;
    top: 0;
    /*transform: rotate(45deg); color: #333; opacity: 0.5; font-size: 14px;*/
}

.req_box label {
    color: #333;
    opacity: 0.5;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.count_no {
    display: inline-block;
    font-weight: bold;
    font-size: 50px;
    line-height: 63px;
    text-align: center;
    color: #354052;
}

.red_txt {
    color: #DB4437;
}

.ready_txt {
    color: #DB4437;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.full_row {
    float: left;
    width: 100%;
}

.dis_patch_main {
    float: left;
    width: 100%;
}

.white_box {
    border: 1px solid #DADCE0;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}

.box_head {
    float: left;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.box_head h3 {
    color: #454F5C;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
}

.border_bottom {
    border-bottom: 1px solid #DADCE0;
}

.box_cnt {
    float: left;
    width: 100%;
}

.driver_listing {
    float: left;
    width: 100%;
}

.driver_listing ul {
    margin: 0;
    padding: 0;
}

.driver_listing li {
    width: 49%;
    float: left;
    margin: 0 2% 15px 0;
}

.driver_listing li:nth-child(2n) {
    margin-right: 0;
}

.driver_listing li a {
    display: block;
    height: 52px;
    line-height: 52px;
    color: #057AFF;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #057AFF;
    border-radius: 3px;
}

.View_all {
    font-size: 16px;
    line-height: 30px;
    color: #057AFF;
}

.View_all:hover {
    color: #057AFF;
}

.padALL15 {
    padding: 15px;
}

.noti_list ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 15px 15px;
}

.noti_list li {
    float: left;
    width: 100%;
    border-radius: 27px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
    margin: 0 0 10px 0;
    padding: 8px 15px 8px 45px;
    position: relative;
}

.noti_list li:last-child {
    margin-bottom: 0;
}

.lb_ttl {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    display: block;
}

.ass_dr {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    color: #fff;
    margin: 8px 0;
    display: inline-block;
}

.ass_dr:hover {
    color: #fff;
}

.ass_dr img {
    display: inline-block;
    margin-left: 5px;
}

.noti_cls {
    position: absolute;
    left: 15px;
    font-size: 21px;
    top: 9px;
    color: #fff;
}

.noti_cls:hover {
    color: #fff;
}

.bg_grren {
    background: #109D59;
}

.bg_light_red {
    background: #DB4437;
}

.min_H {
    min-height: 538px;
}

table.jb_list_tbl {
    border-collapse: inherit !important;
}

.jb_list_tbl th {
    border-top: 0;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
    padding: 0 !important;
}

.mCSB_inside>.mCSB_container {
    /*margin-right: 0;*/
}

.scroll_bar {
    height: 450px;
}

.dispatch_body .max-wfill {
    max-width: 1350px !important;
}

.modal-dialog {
    width: 95%;
}

.martpbtm30 {
    margin: 30px 0;
}

.nw_modal_D .modal-header {
    background: transparent;
}

.nw_modal_D .modal-header .modal-title {
    color: #454F5C;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    width: auto;
}

.nw_modal_D .modal-header .close {
    color: #454F5C;
    top: 0;
}

.nw_modal_D .modal-body th {
    border-top: 0;
    font-size: 14px;
    color: #BABABA;
}

.nw_modal_D .modal-body td {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.req_pop_btn {
    height: 35px;
    line-height: 32px;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: #057AFF;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1);
    border-radius: 22.5px;
    border: 1px solid #057AFF;
    width: auto;
    text-align: center;
    margin: 0 !important;
}

.req_pop_btn:hover {
    color: #057AFF;
}

.blue_txt {
    color: #057AFF;
}

table.dataTable {
    border-collapse: inherit !important
}

.nw_modal_D .noti_hd {
    padding: 20px 15px !important;
    display: inline-block;
}

.nw_modal_D .noti_hd .close {
    top: 6px;
}

.input_search {
    border: 1.06px solid #DADCE0;
    border-radius: 22.5px;
    background-color: #FFFFFF;
    display: inline-block;
    margin: 0 auto;
    padding: 7px 20px;
    width: 500px;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
}

.Driver_pop_will .print_icon {
    float: right;
    margin-right: 45px;
}

.Driver_pop_will .modal-dialog {
    max-width: 530px;
}

.drive_will_row {
    border: 1px solid #BABABA;
    border-radius: 4px;
    background: #fff;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.drive_head {
    padding: 8px 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #BABABA;
}

.drive_id {
    clear: both;
    color: #454F5C;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}

.drive_id:last-child {
    margin-bottom: 0;
}

.check_btn {
    display: inline-block;
    border: 1px solid #C7C7C7;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    color: #C7C7C7;
    font-size: 16px;
    text-align: center;
    border-radius: 22.5px;
    background-color: #FFFFFF;
    margin: 0 20px 0 0;
}

.bl_txt_bd {
    color: #057AFF;
    border-color: #057AFF;
}

.drive_will_row .dropdown_cover {
    float: right;
    position: relative;
    margin: 5px 0;
}

.drive_will_row .tbl_toogle img {
    opacity: 0.5;
}

.disabled_check_btn {
    color: #C7C7C7!important;
    border-color: #C7C7C7!important;
    pointer-events: none;
}

.drive_cnt {
    float: left;
    width: 100%;
    padding: 8px 15px;
}

.drive_tbl {
    width: 100%;
    border-collapse: inherit;
}

.drive_tbl th {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #BABABA;
    text-transform: uppercase;
}

.drive_tbl td {
    border-bottom: 0;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
}

.add_note_txt {
    border: 1px solid #BABABA;
    border-radius: 4px;
    background-color: #F8F8F8;
    padding: 5px 10px;
    color: rgba(69, 79, 92, 0.5);
    float: left;
    width: 100%;
    resize: none;
    height: 80px;
    font-size: 18px;
}

.add_note_txt:focus {
    outline: 0 none;
}

.add_note_txt::-webkit-input-placeholder {
    color: rgba(69, 79, 92, 0.5);
    font-size: 18px;
}

.add_note_txt::-moz-placeholder {
    color: rgba(69, 79, 92, 0.5);
    font-size: 18px;
}

.add_note_txt:-ms-input-placeholder {
    color: rgba(69, 79, 92, 0.5);
    font-size: 18px;
}

.add_note_txt:-moz-placeholder {
    color: rgba(69, 79, 92, 0.5);
    font-size: 18px;
}

.sm_check {
    width: auto;
    float: right;
}

.bl_txt_bd {
    color: #057AFF;
    border-color: #057AFF;
}

.nw_drop {
    position: absolute;
    right: 0;
    width: 200px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    top: 38px;
    z-index: 999;
}

.nw_drop>ul {
    padding: 0;
    margin: 0;
}

.nw_drop>ul>li {
    display: block;
    border-bottom: 1px solid #DFDFDF;
    position: relative;
}

.nw_drop>ul>li i {
    float: right;
    margin: 5px 0;
}

.nw_drop>ul>li:last-child {
    border-bottom: 0;
}

.nw_drop>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: #454F5C;
    font-size: 18px;
}

.nw_drop>ul>li:hover .sub_drop_down {
    display: inline-block;
}

.sub_drop_down {
    z-index: 99;
    position: absolute;
    left: -221px;
    top: 0;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(82, 97, 115, 0.18);
    padding: 12px 0;
    width: 220px;
    border-radius: 4px;
    display: none;
}

.sub_drop_down ul {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.sub_drop_down li {
    display: block;
}

.sub_drop_down li a {
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 15px;
}

.checked_btn {
    background: #109D59;
    border-color: #109D59;
    color: #fff;
    pointer-events: none;
}

.checked_btn i {
    display: inline-block;
    margin: 0 0 0 5px;
}

.checked_btn:hover {
    color: #fff;
}

a.tbl_main,
a.tbl_main:hover {
    color: #057AFF;
}


/*.req_tbl img, .tbl_toogle img {transform: rotate(90deg); opacity: 0.5;}*/

.mrg5 {
    margin: 5px 0;
}


/* Dashboard */

.minDash {
    min-height: 265px;
}

.dash_box h3 {
    margin: 30px 0;
    font-size: 80px;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
}

table.order_list_tbl th,
table.order_list_tbl td {
    padding: 8px;
}

.dash_req {
    padding: 0 !important;
    margin: 0 0 18px 0;
}

.dash_req:last-child {
    margin-bottom: 0;
}

.ass_new {
    color: #057AFF;
    font-size: 31.9px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.ass_new:hover {
    color: #057AFF;
}

.ass_new img {
    float: left;
    margin: 2px 10px 0 0;
}

.high_chart_main {
    padding: 10px 20px;
}

.sm_title {
    color: #454F5C;
    font-size: 22px;
    line-height: 38px;
}

.dash_filter_head {
    float: left;
    width: 100%;
}

.dash_filte_right {
    float: right;
}

.fil_loc {
    float: left;
    margin-right: 15px;
}

.fil_loc:first-child {
    margin-right: 35px;
}

.fil_loc:last-child {
    margin-right: 0;
}

.fil_loc label {
    color: #BABABA;
    font-size: 16px;
    line-height: 38px;
    margin: 0 12px 0 0;
}

.fil_loc .select2 {
    width: 250px !important;
}

.wdith150 .select2 {
    width: 180px !important;
}

.fil_loc .select2-container--default .select2-selection--single {
    border-radius: 20px;
    border: 1px solid #DADCE0;
    height: 38px;
    outline: 0 none;
}

.fil_loc .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 15px;
}

.fil_loc .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    background: transparent;
    width: 39px;
    border-left: 0;
}

.date_range {
    height: 38px;
    line-height: 36px;
    border-radius: 20px;
    border: 1px solid #DADCE0;
    padding: 0 40px 0 15px;
    width: 240px;
    background: url('../images/icon-calendar.png') no-repeat right 10px center / 30px auto;
}

.chart_main {
    float: left;
    width: 100%;
}

.dash_filter_cnt {
    float: left;
    width: 100%;
}

.postp {
    position: relative;
    top: 40px;
    z-index: 1;
}

.chart_num {
    float: left;
    margin: 0 100px 0 0;
    width: auto;
}

.chart_num:last-child {
    margin-right: 0;
}

.chart_num h5 {
    color: #354052;
    opacity: 0.4;
    font-size: 22px;
    line-height: 28px;
}

.chart_num_btm {
    float: left;
    width: 100%;
}

.chart_num_btm h2 {
    color: #354052;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    margin: 0 20px 0 0;
}

.chart_num_btm span {
    font-size: 14.89px;
    line-height: 19px;
    display: inline-block;
}

.chart_num_btm span .fa-plus {
    font-size: 8px;
    line-height: 20px;
    float: left;
    margin-right: 2px;
}

.chart_num_btm span sup {
    top: 0;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}

.green_txt {
    color: #3ABD7A;
}

.thumb_img {
    display: inline-block;
}

.thumb_img img {
    width: 65px;
    display: block;
}

.switch_txt {
    float: left;
    margin-right: 8px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 28px;
    color: #212529;
}

.popup_tb_ttl {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.clinic_count {
    margin: 0 20px 0 0;
}

.clinic_count:last-child {
    margin-right: 0;
}

.clinic_count h3 {
    margin: 15px 0 0 0;
}

.modal-body {
    float: left;
    width: 100%;
}

.modal-header {
    float: left;
    width: 100%;
}

.modal-footer {
    float: left;
    width: 100%;
}

.modal-content {
    border: 0;
}

.creat_fl .big_max {
    max-width: 1100px;
}

.big_txt {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: bold;
}

.cover_main {
    float: left;
    width: 100%;
}

.clinic_dt_head {
    text-align: center;
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.clinic_dt_head h4 {
    font-size: 26px;
    margin: 0 0 20px 0;
    line-height: 30px;
}

.clinic_dt_head ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.clinic_dt_head ul li {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #354052;
}

.clinic_dt_head ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #354052;
}

.clinic_dt_head ul li a:hover {
    color: #354052;
}

.add_edit_btn {
    margin-top: 70px;
}

.add_edit_btn li {
    margin: 0 15px 0 0 !important;
}

.add_edit_btn li:last-child {
    margin-right: 0;
}

.pop_thumb {
    width: 100%;
    text-align: center;
}

.pop_thumb img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.opt_tbl_main {
    width: 100%;
    float: left;
}

.opt_tbl_main table {
    border-collapse: inherit;
}

.opt_tbl_main th {
    background: #f7f8f9;
    border: none;
    font-size: 14px;
    letter-spacing: 0.43px;
    font-weight: bold;
    padding: 8px;
}

.opt_tbl_main td {
    padding: 8px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}


/* Clinic Dashboard */

.w200 {
    width: 200px;
}

.h35 {
    height: 35px;
    line-height: 33px;
}

.msg_site_alert img {
    float: left;
    margin: 3px 5px 0 0;
}

.site_dropc {
    margin-right: 10px;
}

.max_full {
    max-width: 100%;
}

.pop_md_ttl {
    font-size: 38px;
    line-height: 47px;
    padding: 0 15px;
}

.add_box {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.add_img {
    width: 100%;
    float: left;
    border: 4px solid transparent;
    position: relative;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_act .add_img,
.add_img:hover {
    border: 4px solid #82061B;
}

.add_act .add_img:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 5px;
    background: rgba(255, 255, 255, 0.5)url(../images/tick-icon-new.png) no-repeat center center / 15px auto;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.add_img img {
    max-width: 95%;
    max-height: 225px;
    width: 100%;
    object-fit: cover;
}

.add_cnt {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.add_ttl {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.add_cnt span {
    display: block;
    font-size: 14px;
    color: #333;
}

.dis_txt {
    background: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: 100%;
    position: relative;
    color: rgba(69, 79, 92, 0.6);
}

.dollar_icon {
    position: relative;
    float: right;
    width: 165px;
}

.alert-dialog .modal-dialog {
    max-width: 640px !important;
}

.alert-dialog .modal-body {
    padding: 70px;
}

.daterangepicker {
    z-index: 9999999999;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.md_ttl {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #D8DFE6;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
}

.w_auto {
    width: auto !important;
}

.orders_fiesldet_site_mian legend.w_auto {
    padding: 5px 10px;
}

.order_dt {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.order_dt ul {
    padding: 0;
    margin: 0;
}

.order_dt ul li {
    margin: 0 0 8px 0;
}

.order_dt ul li a {
    font-size: 15px;
    line-height: 22px;
    color: #057AFF;
    display: inline-block;
}

.order_dt ul li a:hover {
    color: #057AFF;
}

.supplyAdd .modal-footer .btn_site:first-child {
    background: #F7F9FA;
    border: 1px solid #D8DFE6;
    color: #212529;
    cursor: pointer;
}

.add_site_job img {
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
}

.profile_footer {
    padding: 0;
}

.req_batched_acc_main .card-header {
    background: transparent;
    position: relative;
    padding: 15px 15px 15px 45px;
    cursor: pointer;
}

.req_batched_acc_main .card-title {
    color: #454F5C;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}

.req_batched_acc_main {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.req_batched_acc_main .accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f068";
    float: left;
    top: 16px;
    position: absolute;
    left: 15px;
}

.req_batched_acc_main .accordion .card-header.collapsed:after {
    content: "\f067";
}

.req_batched_acc_main .bt_ry {
    display: inline-block;
    color: #DB4437;
    margin: 0 20px 0 0;
}

.req_batched_acc_main .req_pop_btn {
    display: inline-block;
}

.req_batched_acc_main .card {
    border: 0;
}

.req_batched_acc_main .card-body {
    padding: 0 15px 10px 15px;
    background: #F5F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.req_batched_acc_main .card-body table th,
.req_batched_acc_main .card-body table td {
    padding: 15px 0;
}

.req_batched_acc_main .card-body table th:focus,
.req_batched_acc_main .card-body table td:focus {
    outline: 0 none;
}

.req_batched_acc_main .card-body .site_dropc {
    margin-right: 20px;
}

.owl-carousel .select2-results__options {
    height: 75px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#driver_pop .mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

#driver_check_in_pop .mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.site_date_time .bootstrap-datepicker-widget {
    padding: 15px !important;
}

.site_date_time .bootstrap-datepicker-widget td {
    background: transparent;
}

.bootstrap-datetimepicker-widget {
    background: #fff;
    padding: 15px;
}

.bootstrap-datetimepicker-widget table td {
    height: auto;
    line-height: initial;
    width: auto;
}

.separator {
    background: transparent !important;
    border: 0;
    height: 50px !important;
    display: inline-block;
    float: left;
    line-height: 50px;
    padding: 0 5px !important;
}

.bootstrap-timepicker-widget table tbody {
    border: 0;
}

.bootstrap-timepicker-widget table td a .glyphicon-chevron-up {
    background: transparent url('../images/down-icon.png') no-repeat center center / 16px auto !important;
    float: left;
    height: 25px;
    transform: rotate(-180deg) !important;
}

.bootstrap-timepicker-widget table td a .glyphicon-chevron-down {
    background: transparent url('../images/down-icon.png') no-repeat center center / 16px auto !important;
    float: left;
    height: 25px;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background-color: transparent !important;
}

.bootstrap-datetimepicker-widget .btn {
    background: transparent;
    color: #000 !important;
    padding: inherit !important;
    min-width: auto;
    height: auto !important;
    line-height: normal !important;
}

.bootstrap-datetimepicker-widget table td span {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.bootstrap-datetimepicker-widget table td:last-child {
    border-bottom: 0;
}

.bootstrap-timepicker-widget table td a {
    height: 25px;
    padding: 0;
    float: left;
}

.bootstrap-timepicker-widget table td input {
    width: 40px;
    margin: 5px 0;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
}

.timepicker[readonly] {
    background-color: #FFFFFF !important;
}

iframe {
    font-size: 15px;
    height: 53px !important;
    line-height: 53px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #919191;
}

.InputContainer .InputElement {
    position: absolute;
    top: 20px;
    opacity: 0.3;
}

.stripe_error {
    color: #cc2f00 !important;
    margin-bottom: 0px !important;
    display: block !important;
    text-transform: none !important;
}

.order-credit-card-form span.brand {
    /* width: 30px; */
    text-align: right;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 13px;
}

.pf {
    font-size: 31px !important;
}

.up_arrow {
    display: inline-block;
    background: url(../images/up_arrow.png) 0px 10px no-repeat;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 5px;
}

.email-tags-main .bootstrap-tagsinput {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #333333;
    line-height: normal;
    padding: 8px 6px;
    min-height: 55px;
}

.email-tags-main .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #fff;
    background: #82061B;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
}

.email-tags-main .bootstrap-tagsinput input {
    line-height: 30px;
}

.input-daterange input {
    text-align: left !important;
}

.cremation_report_frm .form-control[readonly] {
    background-color: #FFFFFF;
}

.timeline_section_site {
    margin-top: 21px;
}

.dispatch_body #driver_check_in_pop .mCSB_container {
    overflow: auto;
}

.list_ml.error{
    border: 1px solid red;
}
.form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}
#lockbox_tbl_wrapper #lockbox_tbl, #space_heater_tbl_wrapper #space_heater_tbl{
    margin-bottom: 20px !important;
}

#lockbox_tbl_wrapper .dt_footr, #space_heater_tbl_wrapper .dt_footr{
    margin-bottom: 45px !important;
}
.removetasksBtn{cursor: pointer;}
.dz-error-mark {display: none;}
.dz-success-mark {display: none;}
.dz-filename {display: none;}
.dz-size {display: none;}

/*.myDropZoneCls {height: 100px; border: 2px solid red; width: 100px}*/
.dropzone_test img.myImgDropCls{width: 100%; height: 100%}
.dropzone_test .delImgCls{width: 100%; height: 100%}
.lockboxLast_installed{
    /* text-align: center !important; */
    font-style: italic;
    font-size: 15px;
    margin: 0 auto;
    width: 60%;
    display: table;
}
.property_span{
    font-weight: unset !important;
    color: #057BFF !important;
    letter-spacing: 0.16px !important;
}
.phaseFilterCls span{
    float: unset !important;
    width: 100px !important;
}
.checklistspan{
    font-style: italic;
    color: grey;
    font-size: 14px;
}

.btn_orange {
    background: #F7AC08;
    border: 2px solid #F7AC08;
    margin-right: 25px;;
    display: inline-block;
    /*border-width: 1px !important;*/
}

.btn_orange:hover {
    background: #ffffff;
    color: #F7AC08;
}

.btn_darkGrey {
    background: #444444;
    border: 2px solid #444444;
    margin-right: 25px;;
    display: inline-block;
    /*border-width: 1px !important;*/
}

.btn_darkGrey:hover {
    background: #ffffff;
    color: #444444;
}

.btn_lightGrey {
    background: #A4A4A4;
    border: 2px solid #A4A4A4;
    margin-right: 25px;;
    display: inline-block;
    /*border-width: 1px !important;*/
}

.btn_lightGrey:hover {
    background: #ffffff;
    color: #A4A4A4;
}

.btn_red {
    background: #E41010;
    border: 2px solid #E41010;
    margin-right: 25px;;
    display: inline-block;
    /*border-width: 1px !important;*/
}

.btn_red:hover {
    background: #ffffff;
    color: #E41010;
}

.noNotesCls{
    margin-top: 45px;
    text-align: center;
    font-size: 20px;
    color: grey;
}

.wk_des .w35, .wrk_desc_left {
    width: 55% !important;
}

.wk_des .w65, .wrk_desc_right {
    padding-left: unset !important;
    width: 35% !important;
}
.wrk_dedc_inner{
    font-size: 13px;
}

.fixTableLayout{
    table-layout: fixed;
}

.filterCKmargin{
    margin-top: 7px;
}

.left_fee_site{
    float: left;
    width: 100%;
    margin-top: 30px;
}

.left_fee_site ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.left_fee_site li {
    display: block;
    height: 35px;
    /* width: 95px; */
    width: 185px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 31px;
    float: left;
    border-radius: 5px;
}
.rateslbl{
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
}
.smll_bx_clm_charges{
    height: 250px !important;
}
.WOChargesTotal{
    margin-right: 20px;
    float: right;
    color: #057AFF;
    font-weight: 600;
    font-size: 18px;
}
.wo_delCls{
    margin-top: 12px;
}

.editorContentCls{
    height: 190px;
    border-width: unset !important;;
}

.emailH5Cls
{
    margin-bottom: 15px;
    margin-top: 20px;
}

.editorCls iframe{
    height: 160px !important;
}

.editorCls textarea{
    height: 200px !important;
}

.templateCss{
    width: 340px;
}

.textareaCls{
    height: 65px !important;
}

/*
 *  STYLE 1
 */

.dataTables_scrollBody::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.dt_YwidthCity{
    width: 212px;
}

.woTimeWorkedColor{
    /* background-color: rgb(79, 83, 88) !important; */
    background-color: #057AFF!important;
    /* //border-color: rgb(79, 83, 88) !important; */
    border-color: #057AFF!important;
}

.woTimeWorkedColorComplete{
    background-color: #53AC2F!important;
    border-color: #53AC2F!important;
}

.woTimeWorkedColorIncomplete{
    background-color: #F7AC08!important;
    border-color: #F7AC08!important;
}

.woTimeWorkedColorDefer{
    background-color: #FF0000!important;
    border-color: #FF0000!important;
}