﻿@import url('https://fonts.googleapis.com/css?family=Roboto');
.userdetailcol .m-switch {
    width: 80px;
    text-align: center;
    margin-bottom: 25px
}

    .userdetailcol .m-switch input:empty ~ span {
        top: 19px;
    }

.userdetailcol .m-portlet .m-portlet__body {
    padding: 1.2rem 2.2rem;
}

.userdetailcol .m-switch input:empty ~ span::after {
    color: #f7f8fa;
    background-color: #716aca;
}

.padtop15 {
    padding-top: 15px;
}

.martop-10 {
    margin-top: -10px;
}

#accessaccordion.cd-accordion-menu {
    width: 100%;
    margin: 0em auto;
}

    #accessaccordion.cd-accordion-menu ul {
        /* by default hide all sub menus */
        display: none;
    }

    #accessaccordion.cd-accordion-menu li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #accessaccordion.cd-accordion-menu input[type=checkbox] {
        /* hide native checkbox */
        position: absolute;
        opacity: 0;
    }

    #accessaccordion.cd-accordion-menu label, #accessaccordion .cd-accordion-menu a {
        position: relative;
        display: block;
        padding: 18px 18px 18px 64px !important;
        background: #4d5158;
        color: #5f5f5f;
        margin-bottom: 0;
        font-weight: normal;
        font-size: 1.6rem;
    }

.no-touch #accessaccordion.cd-accordion-menu label:hover, .no-touch #accessaccordion.cd-accordion-menu a:hover {
    background: #52565d;
}

#accessaccordion.cd-accordion-menu label::before, #accessaccordion.cd-accordion-menu label::after, #accessaccordion.cd-accordion-menu a::after {
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0px solid #f28026;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    position: absolute;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#accessaccordion.cd-accordion-menu label {
    cursor: pointer;
}

    #accessaccordion.cd-accordion-menu label::before, #accessaccordion.cd-accordion-menu label::after {
        background-image: url(../../../../Images/add.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    #accessaccordion.cd-accordion-menu label::before {
        /* arrow icon */
        left: 18px;
        background-position: 0 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    #accessaccordion.cd-accordion-menu label::after {
        /* folder icons */
        left: 41px;
        background-position: -16px 0;
    }
/*.cd-accordion-menu a::after {
  /* image icon 
  left: 36px;
  background: url(../img/cd-icons.svg) no-repeat -48px 0;
}*/
#accessaccordion.cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: translateY(-50%) rotate(45deg);
    ;
    -moz-transform: translateY(-50%) rotate(45deg);
    ;
    -ms-transform: translateY(-50%) rotate(45deg);
    ;
    -o-transform: translateY(-50%) rotate(45deg);
    ;
    transform: translateY(-50%) rotate(45deg);
    ;
}

#accessaccordion.cd-accordion-menu input[type=checkbox]:checked + label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}

#accessaccordion.cd-accordion-menu input[type=checkbox]:checked + label + ul,
#accessaccordion.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

#accessaccordion.cd-accordion-menu ul label,
#accessaccordion.cd-accordion-menu ul a {
    background: #35383d;
    padding-left: 82px;
}

.no-touch #accessaccordion.cd-accordion-menu ul label:hover, .no-touch
#accessaccordion.cd-accordion-menu ul a:hover {
    background: #3c3f45;
}

#accessaccordion.cd-accordion-menu > li:last-of-type > label,
#accessaccordion.cd-accordion-menu > li:last-of-type > a,
#accessaccordion.cd-accordion-menu > li > ul > li:last-of-type label,
#accessaccordion.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}

#accessaccordion.cd-accordion-menu ul label::before {
    left: 36px;
}

#accessaccordion.cd-accordion-menu ul label::after,
#accessaccordion.cd-accordion-menu ul a::after {
    left: 59px;
}

#accessaccordion.cd-accordion-menu ul ul label,
#accessaccordion.cd-accordion-menu ul ul a {
    padding-left: 100px;
}

.cd-accordion-menu ul ul label::before {
    left: 54px;
}

#accessaccordion.cd-accordion-menu ul ul label::after,
#accessaccordion.cd-accordion-menu ul ul a::after {
    left: 77px;
}

#accessaccordion.cd-accordion-menu ul ul ul label,
#accessaccordion.cd-accordion-menu ul ul ul a {
    padding-left: 118px;
}

    #accessaccordion.cd-accordion-menu ul ul ul label::before {
        left: 72px;
    }

    #accessaccordion.cd-accordion-menu ul ul ul label::after,
    #accessaccordion.cd-accordion-menu ul ul ul a::after {
        left: 95px;
    }

@media only screen and (min-width: 600px) {
    #accessaccordion.cd-accordion-menu label, .cd-accordion-menu a {
        padding: 10px 24px 10px 82px !important;
        font-size: 15px;
    }

        #accessaccordion.cd-accordion-menu label::before {
            left: 24px;
        }

        #accessaccordion.cd-accordion-menu label::after {
            left: 53px;
        }

    #accessaccordion.cd-accordion-menu ul label,
    #accessaccordion.cd-accordion-menu ul a {
        padding-left: 106px !important;
    }

        #accessaccordion.cd-accordion-menu ul label::before {
            top: 21px;
            left: 48px;
        }

        #accessaccordion.cd-accordion-menu ul label::after,
        #accessaccordion.cd-accordion-menu ul a::after {
            left: 77px;
        }

    #accessaccordion.cd-accordion-menu ul ul label,
    #accessaccordion.cd-accordion-menu ul ul a {
        padding-left: 130px !important;
    }

        #accessaccordion.cd-accordion-menu ul ul label::before {
            left: 72px;
        }

        #accessaccordion.cd-accordion-menu ul ul label::after,
        #accessaccordion.cd-accordion-menu ul ul a::after {
            left: 101px;
        }

    #accessaccordion.cd-accordion-menu ul ul ul label,
    #accessaccordion.cd-accordion-menu ul ul ul a {
        padding-left: 154px;
    }

        #accessaccordion.cd-accordion-menu ul ul ul label::before {
            left: 96px;
        }

        #accessaccordion.cd-accordion-menu ul ul ul label::after,
        #accessaccordion.cd-accordion-menu ul ul ul a::after {
            left: 125px;
        }
}

#accessaccordion.cd-accordion-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n+1) label {
    background-color: #f0f0f0;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n) label {
    background-color: #ffffff;
}

#accessaccordion.cd-accordion-menu label::after {
    background-image: none;
}


#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n+1) label ul a {
    background-color: #f0f0f0;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n) label ul a {
    background-color: #ffffff;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n+1) ul a {
    background-color: #f0f0f0 !important;
}

#accessaccordion.cd-accordion-menu.animated > li:nth-child(2n) ul a {
    background-color: #ffffff !important;
}

#accessaccordion.cd-accordion-menu .smcompltebtn {
    display: block;
    text-align: center;
    background: #5ad86d;
    padding: 2px;
    width: 88px;
    float: right;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 5px;
}

.smcompltebtn:hover {
    background: #3ab84d;
    color: #fff;
    text-decoration: none;
}

#accessaccordion.cd-accordion-menu .smfailedbtn {
    display: block;
    text-align: center;
    background: #ff595e !important;
    padding: 2px;
    width: 88px;
    float: right;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
}

    #accessaccordion.cd-accordion-menu .smfailedbtn:hover {
        background: #ef494e !important;
    }

.smfailedbtn:hover {
    background: #ef494e !important;
    color: #fff;
    text-decoration: none;
}

.smlmtdbtn {
    display: block !important;
    text-align: center !important;
    background: #36a3f7 !important;
    padding: 2px !important;
    width: 88px !important;
    float: right !important;
    border-radius: 50px !important;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 13px !important;
}

.smnotset {
    display: block;
    text-align: center;
    background: #00baff;
    padding: 2px;
    width: 88px;
    float: right;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    font-size: 13px;
}

    .smnotset:hover {
        background: #0171db;
        color: #fff;
        text-decoration: none;
    }




#accessaccordion.cd-accordion-menu label.lastchild::before {
    background-image: none !important;
}

#accessaccordion .has-children {
    position: relative;
}

    #accessaccordion .has-children li {
        position: relative;
    }

    #accessaccordion .has-children div {
        position: absolute;
        top: 16px;
        right: 24px;
    }

.onlyparent div {
    position: absolute;
    top: 16px;
    right: 24px;
}

#accessaccordion.cd-accordion-menu ol, ul#accessaccordion.cd-accordion-menu, ul#accessaccordion.cd-accordion-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.topbtnaccess {
    display: inline-block;
    float: right;
    margin-right: 42px;
    margin-top: 24px;
}

#accessaccordion.cd-accordion-menu span {
    margin-top: -7px !important;
}

.onlyparent {
    position: relative;
}

.col1user, .col3user, .col2user {
    float: left;
}

.col2user, .col3user {
    width: 85px;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    margin-right: 15px;
}

    .col2user span, .col3user span {
        cursor: pointer;
    }

.col2user {
    position: absolute;
    right: 167px;
}

.col3user {
    position: absolute;
    right: 70px;
}

.col1user .pageall {
    padding: 0 !important;
    cursor: pointer;
    margin-left: 14px;
}

.col1user .plusign {
    padding: 10px 24px 10px 50px !important;
}

.plususer .plusignimg {
    transition: transform 0.3s;
    transform: rotate(-90deg);
}

.plusignimg {
    width: 17px;
    cursor: pointer;
    margin-left: -12px;
}

.crossuser .plusignimg {
    transition: transform 0.3s;
    transform: rotate(135deg);
}

.col1user {
    width: 267px;
    padding: 10px 0px !important;
    font-size: 15px;
}

#m_header_menu .m-subheader__title {
    padding: 20px 15px 0;
    font-size: 1.55rem;
    color: #3f4047;
    font-family: Roboto;
}

.form-control.input-validation-error {
    border: 1px solid #f00;
    background-color: #ff000021 !important;
}

.small, small {
    font-size: 12px !important;
    font-weight: 300 !important;
}

#password-strength {
    display: block;
    position: relative;
    font-size: 0px;
    top: 2px;
}

.boxes {
    position: relative;
    width: 25%;
    height: 2px;
    display: inline-block;
    background-color: #e4e4e4;
    text-align: center;
}

    .boxes div.bar-text {
        height: 100%;
        color: #fff;
        text-align: left;
        font-size: 13px;
        z-index: 3;
        line-height: 25px;
    }

    .boxes div.bar {
        position: absolute;
        width: 0%;
        height: 100%;
        z-index: 2;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }

.normal .boxes.box1 div.bar {
    background: #FF0000;
    width: 100%;
    border: 1px solid #FF0000;
}

.boxes.box1,
.boxes.box1 div.bar {
    border-radius: 0px
}

.boxes.box4,
.boxes.box4 div.bar {
    border-radius: 0px
}

.normal .boxes.box1 div.bar-text,
.medium .boxes.box1 div.bar-text,
.strong .boxes.box1 div.bar-text,
.vstrong .boxes.box1 div.bar-text {
    color: #fff;
}

.medium .boxes.box1 div.bar {
    background: #E66C2C;
    width: 100%;
    border: 1px solid #E66C2C;
}

.medium .boxes.box2 div.bar {
    background: #E66C2C;
    width: 100%;
    border: 1px solid #E66C2C;
}

.strong .boxes.box1 div.bar {
    background: #2D98F3;
    width: 100%;
    border: 1px solid #2D98F3;
}

.strong .boxes.box2 div.bar {
    background: #2D98F3;
    width: 100%;
    border: 1px solid #2D98F3;
}

.strong .boxes.box3 div.bar {
    background: #2D98F3;
    width: 100%;
    border: 1px solid #2D98F3;
}

.vstrong .boxes.box1 div.bar {
    background: #036300;
    width: 100%;
    border: 1px solid #036300;
}

.vstrong .boxes.box2 div.bar {
    background: #036300;
    width: 100%;
    border: 1px solid #036300;
}

.vstrong .boxes.box3 div.bar {
    background: #036300;
    width: 100%;
    border: 1px solid #036300;
}

.vstrong .boxes.box4 div.bar {
    background: #036300;
    width: 100%;
    border: 1px solid #036300;
}

.active.m-nav__link .m-nav__link-text {
    color: #716aca !important;
}

.m-nav.m-nav--inline.m-subheader__breadcrumbs > .m-nav__item > .m-nav__link {
    width: auto;
    padding: 9px 0;
    pointer-events: none;
}

.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-aside-right, .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-wrapper {
    margin-bottom: 30px !important;
}


@media (max-width:1280px) {
    .vehiclename span {
        width: 400px !important
    }
}

@media (max-width:767px) {
    .vehiclename span {
        width: 300px !important
    }
}

@media (max-width:480px) {
    .vehiclename span {
        width: 150px !important
    }
}

.passview {
    position: absolute;
    top: 38px;
    right: 24px;
}

    .passview.profilepass {
        position: absolute;
        top: 8px;
        right: 24px;
    }

    .passview i {
        cursor: pointer;
    }

.passdetailtooltip {
    float: right;
    height: 24px;
    padding: 0;
    width: 24px;
    border: 0px;
    border-radius: 50%;
}

/*.tooltip.bs-tooltip-top .tooltip-inner {
    border-radius: 0px !important;
    width: 280px !important;
    max-width: 280px !important;
    min-width: 280px !important;
}

.tooltip.bs-tooltip-top {
    width: 280px !important;
    max-width: 280px !important;
    min-width: 280px !important;
}*/

.imgcontainer {
    position: static;
    width: 180px;
    height: 180px;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    -webkit-transform: translate(10%, 15%);
    -moz-transform: translate(10%, 15%);
    -o-transform: translate(10%, 15%);
    -ms-transform: translate(10%, 15%);
    transform: translate(10%, 15%);
    background: #0080ff;
    border-radius: 50%;
    box-shadow: none;
    font-size: 22px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: padding .3s ease, background .3s ease 1.6s;
    -moz-transition: padding .3s ease, background .3s ease 1.6s;
    -o-transition: padding .3s ease, background .3s ease 1.6s;
    transition: padding .3s ease, background .3s ease 1.6s;
}

.image-holder {
    position: absolute;
    top: -110%;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    left: 0;
    width: 100%;
    background: #fff;
}

    .image-holder.move {
        top: 90px;
        width: 100%;
        height: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.removeprofileimg:hover {
    display: block !important;
}

.imgcontainer.file-over {
    padding: 10px;
    margin-top: -28px;
}

.imgcontainer {
    padding: 10px;
    margin-top: -28px;
    margin-bottom: 20px;
}


    .imgcontainer.file-over .arrow {
        top: 50%;
        opacity: 1;
    }

.box {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .2);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

    .box:before {
        content: '';
        position: absolute;
        top: 40%;
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 40%;
        height: 40%;
        border: dashed 2px rgba(255, 255, 255, .9);
        border-radius: 5px;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

    .box:after {
        content: '';
        position: absolute;
        top: 60%;
        left: 40%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 45%;
        height: 45%;
        border-radius: 5px;
        background: rgba(255, 255, 255, .3);
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

.progress {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

    .progress.complete {
        width: 100%;
    }

.imgcontainer.file-over .box {
    width: 80px;
    height: 3px;
    border-radius: 100px;
    top: 70%;
}

    .imgcontainer.file-over .box:before, .imgcontainer.file-over .box:after {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

.m-card-profile .m-card-profile__details .m-card-profile__email {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.m-card-profile .m-card-profile__details .m-card-profile__name {
    font-size: 19px;
}

.btn.btn-success {
    color: #fff !important;
}

.reflisting li {
    padding: 10px;
    border: 1px solid #34bfa3;
    margin: 0 0 10px 0;
    background: #34bfa3;
    color: #fff;
    cursor: pointer;
}

.reflisting {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 320px;
    overflow-y: auto;
}

    .reflisting li:hover {
        background: #44c4aa;
    }

    .reflisting li.ui-sortable-helper {
        background: #1fa288;
        border: 1px solid #1fa288;
        color: #fff;
    }

#refsel .select2 {
    width: 100% !important
}

.m-content label, .m-content span, .m-portlet label {
    font-weight: 400;
}

.select2-selection.input-validation-error {
    border-color: #f00 !important;
    background-color: #ff000021;
}

.padding15 {
    padding: 15px !important;
}
/*.m-menu__link-icon::before {
    color: #fff !important;
}*/
@media (min-width:992px) {
    .m-brand__logo-wrapper {
        margin-left: 28px;
    }
}

.removeprofileimg {
    /*  background:rgba(255,255,255,.5)  ; background:    #ff595e;*/
    /*z-index: 1111111111111 !important;*/
    position: absolute;
    top: 0px;
    /*width: 182px;
    height: 182px;*/
    border-radius: 50%;
    left: 92px;
    -webkit-backface-visibility: hidden; /* add to fix webkit bug jitter */
    text-align: center;
    margin-top: 60px;
    color: #fff;
    font-size: 40px;
    display: none;
}

*:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.removeprofileimg span {
    cursor: pointer;
    background: #ff595e !important;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

    .removeprofileimg span:hover {
        background: #ef494e !important;
    }

.removeprofileimg img {
    width: 40px;
    height: 40px;
    margin-top: -9px;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__userpic img {
    display: block;
    vertical-align: middle;
    max-width: 41px !important;
    margin: 0 0 0 5px;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ccc;
    background: #ccc !important;
}

.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    word-break: break-all;
}

.m-card-profile .m-card-profile__pic img {
    /*max-width: 150px !important;*/
    height: 150px;
    /*min-width: 150px !important;*/
}

.btn.btn-danger.m-btn.m-btn--custom.m-btn--icon.m-btn--air.m-btn--pill {
    color: #fff !important;
}

.m-widget3 .m-widget3__item .m-widget3__header .m-widget3__user-img .m-widget3__img {
    width: 3.2rem;
    height: 3.2rem;
}

.m-widget3__text {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

i.posicon {
    position: relative;
    top: 2px;
    left: -2px;
}

.dz-filename span {
    width: 100%;
    display: block;
    overflow: hidden;
}

@media (max-width:768px) {
    .profileinfo .col-7, .profileinfo .col-9 {
        flex: 100%;
        max-width: 100%;
    }

    .m-portlet__body .btn.m-btn {
        margin: 3px 0;
    }
}

.martop20 {
    margin-top: 20px;
}

.activelink span {
    color: #9ed569 !important;
}

.activelink::before {
    content: "a";
    left: -31px;
    border-left: 5px solid #9ed569;
    position: absolute;
    color: transparent;
    height: 29px;
    top: 6px;
    z-index: 0;
}

.disablestep {
    opacity: 0.2;
}

.searchdispatch input {
    width: 50%;
    float: left;
    margin-right: 15px;
}

.searchdispatch a.btn.m-btn--custom {
    padding: .56rem 2rem !important;
}

.customlgwidth #CustomerResult {
    padding: 15px;
}

@media (min-width:992px) {
    .modal-lg.customlgwidth {
        max-width: 880px;
    }
}

#Product_table .m-datatable__row:nth-child(2n) .m-datatable__cell {
    background: #faf9fc;
}

#chkProduct label {
    display: inline-block;
    width: auto;
}

#chkProduct li {
    float: left;
}

#chkProduct ul {
    padding: 0;
    list-style: none
}

#CustomerResult .m-datatable__row span {
    width: 192px !important;
}

.dispatchtimeline .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
    font-size: 13px;
    padding-top: 5px;
    width: 90px;
    text-align: left;
}

.dispatchtimeline .m-badge.m-badge--wide {
    letter-spacing: .6px;
    padding: 4px 16px;
}

.dispatchtimeline .m-loader {
    position: relative;
    top: -4px;
}

.dispatchtimeline .m-timeline-3 .m-timeline-3__item::before {
    height: 91%;
    top: 2px;
}

.m-card-user .m-card-user__pic img {
    max-width: 60px !important;
    height: 60px !important;
    width: 60px !important;
}

.unassignedtoastr .toast-info {
    background-color: #2f96b4 !important;
}

#toast-container.unassignedtoastr > .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#DriverFilter + .select2 {
    text-align: left;
}

.companydd {
    padding-top: 15px !important;
    width: 286px;
}

    .companydd label {
        margin-right: 8px;
        width: 80px;
    }

    .companydd select {
        display: inline-block;
        width: 170px !important;
    }

@media (min-width:1025px) and (max-width:1108px) {
    .companydd {
        padding-top: 15px !important;
        width: 206px;
    }

        .companydd select {
            display: inline-block;
            width: 100px !important;
        }
}

@media (max-width: 1024px) {
    .m-header--fixed-mobile .m-topbar {
        margin-top: 0;
        top: -64px;
    }
}

@media (max-width:767px) {
    .companydd {
        display: inline-block !important;
        height: auto !important;
    }

    .m-nav.m-nav--inline > .m-nav__item {
        height: auto !important;
    }

    .m-header--fixed-mobile .m-topbar {
        margin-top: 0;
        top: -121px;
    }

    .m-topbar .m-topbar__nav.m-nav {
        margin: 0 15px 0;
    }
}

@media (max-width:540px) {
    .companydd {
        display: block !important;
        height: auto !important;
    }

    .m-nav.m-nav--inline > .m-nav__item {
        height: auto !important;
    }

    .m-header--fixed-mobile .m-topbar {
        margin-top: 0;
        top: -121px;
    }
}

.reflisting a {
    color: #fff;
}

    .reflisting a:hover {
        text-decoration: none
    }


.m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
    width: 90px;
}

.viewallbtn {
    padding: 5px 23px !important;
}

.m-list-timeline__heading.logheading {
    margin: 6px 0 18px 0;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .addedli.m-list-timeline__badge::before {
    background-color: #34bfa3;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .deletedli.m-list-timeline__badge::before {
    background-color: #f4516c;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .updatedli.m-list-timeline__badge::before {
    background-color: #36a3f7;
}

.loaderBg {
    z-index: 111;
    top: 44%;
    width: 100% !important;
}

    .loaderBg::before {
        width: 100px;
        height: 100px;
    }

    .loaderBg + .m-grid {
        opacity: 0.2;
    }

.modal-open .loaderBg + .m-grid {
    opacity: 1;
}

.m-portlet__footer {
    margin-top: -20px;
}

#compartmentsTable i {
    float: right;
    cursor: pointer;
    top: 4px;
    position: relative;
}

    #compartmentsTable i:hover {
        color: maroon;
    }

.hrmargin {
    margin: 35px 0;
}

.compartmentdiv > div {
    margin: 20px 0 0;
}

.searchdispatch {
    margin-bottom: 20px;
}



@media (max-width:350px) {
    .m-login__logo img {
        width: 100%;
    }

    body .m-login__wrapper {
        padding: 0px !important;
    }
}

.profileinfo #RequiredLable {
    padding-left: 15px;
}

@media (min-width:768px) {

    .profileinfo #RequiredLable {
        flex: 0 0 75%;
        max-width: 75%;
        margin-left: auto !important;
    }
}

.swal2-cancel {
    background-color: #5867dd !important;
    border-color: #5867dd !important;
    color: #fff !important;
}

    .swal2-cancel:hover {
        background-color: #384ad7 !important;
        border-color: #2e40d4 !important;
    }

.typeheadsearch .tt-menu {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
}

.typeheadsearch .tt-suggestion.tt-selectable {
    padding: 10px 15px;
    color: #575962;
    cursor: pointer
}

    .typeheadsearch .tt-suggestion.tt-selectable:hover {
        background-color: #eee;
    }

.typeheadsearch .twitter-typeahead {
    width: 100%;
}

.typeheadsearch .tt-highlight {
    font-weight: 400
}

.customername {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: Roboto;
    margin-right: 15px;
    margin-top: 7px;
    position: relative;
    top: 3px;
}

    .customername b {
        font-weight: 500;
    }


.vehiclelistingtable .m-datatable__table {
    min-height: 50px !important;
}

.dispatchlistingtable .m-datatable__table {
    min-height: 50px !important;
}

#sortableDriver.reflisting {
    height: auto;
    min-height: 50px !important;
}

#DispatchDetailGrid .m-datatable__table, #DispatchTankDetail .m-datatable__table {
    min-height: 50px !important;
}

.height-auto {
    height: auto !important;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 202px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px dashed #ccc;
    margin-bottom: 30px;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-color: #f8f8f8;
}

.commentsection .mCustomScrollbar {
    height: 360px !important;
}

.dispatchtab .m-tabs-line .m-tabs__link {
    font-size: 1rem;
}

.dispatchtab .m-tabs-line .m-tabs__item {
    margin-right: 10px;
}

.nav-link {
    cursor: pointer;
}

@media(min-width:1025px) {
    #m_aside_left {
        height: auto;
    }

        #m_aside_left + div {
            margin-left: 80px;
        }

    #maindiv .m-subheader__title {
        margin-left: 170px !important;
    }

    .m-aside-left--minimize.m-brand--minimize .m-page #maindiv .m-subheader__title {
        margin-left: 0px !important;
    }
}

.advfilter {
    background: #f4f3f8;
    margin-bottom: 20px;
    padding: 15px;
    margin-top: -10px;
}

.filtericon {
    cursor: pointer;
}

    .filtericon img {
        width: 25px;
    }

@media (max-width:800px) {
    .textboxdiv {
        width: 90%;
        float: left;
    }

    .filtericondiv {
        width: 10%;
        float: left;
        padding: 0;
    }
}

@media (max-width:700px) {
    .mobilecomname {
        display: block !important;
        width: 100%;
        clear: both;
        padding: 20px 2.2rem 0;
    }

    .tabcustname {
        display: none !important;
    }
}

.swal2-container.swal2-shown {
    z-index: 1111;
}

.clsArrow a.m-datatable__toggle-subtable {
    visibility: hidden;
}

.clsCheckBox label.m-checkbox.m-checkbox--single.m-checkbox--solid.m-checkbox--brand.clsAction {
    visibility: hidden;
}

.m_datatable_DispatchOrder th.m-datatable__cell.m-datatable__cell--check label {
    visibility: hidden;
}

span.expanddiv {
    /* position: absolute; */
    /* padding-left: 15px; */
    /* font-weight: bold; */
    display: block;
    text-align: center;
    background: #fff;
    margin: 10px auto;
    width: 25px;
    color: #36a3f7;
    border-radius: 50%;
    font-size: 17px;
}

.reflisting li.multiplediv {
    background-color: #36a3f7;
    position: relative;
}

.cidHide {
    display: none;
}

/*.m-subheader {
    padding: 0 30px 30px 30px;
}*/



.m-subheader-search {
    background: #fff;
    padding: 30px 30px 30px 30px;
}

    .m-subheader-search .m-subheader-search__title {
        font-size: 1.8rem;
        font-weight: 500;
        color: #fff;
        margin: 0
    }

    .m-subheader-search .m-subheader-search__desc {
        font-size: 1rem;
        font-weight: 500;
        color: #9388fa;
        display: inline-block;
        padding-left: .5rem
    }

    .m-subheader-search .m-input-icon {
        margin-right: 15px
    }

    .m-subheader-search .m-input-icon__icon i {
        color: #fff;
    }

    .m-subheader-search .form-control {
        padding-top: .75rem;
        padding-bottom: .75rem;
        background: 0 0;
        border-color: #fff;
        font-size: 1rem;
        color: #fff;
    }

        .m-subheader-search .form-control::-moz-placeholder {
            color: #867ed6;
            opacity: 1
        }

        .m-subheader-search .form-control:-ms-input-placeholder {
            color: #fff
        }

        .m-subheader-search .form-control::-webkit-input-placeholder {
            color: #fff
        }

        .m-subheader-search .form-control:focus {
            border-color: #fff;
            color: #fff;
        }

            .m-subheader-search .form-control:focus::-moz-placeholder {
                color: #9892dc;
                opacity: 1
            }

            .m-subheader-search .form-control:focus:-ms-input-placeholder {
                color: #fff
            }

            .m-subheader-search .form-control:focus::-webkit-input-placeholder {
                color: #fff
            }

            .m-subheader-search .form-control:focus + .m-input-icon__icon i {
                color: #3cc1ff
            }

    .m-subheader-search .m-subheader-search__submit-btn {
        text-transform: uppercase;
        padding: .9rem 1.5rem;
        background: #f0f1f6;
        border-color: #fff;
        font-size: .9rem;
        color: #fff;
    }

        .m-subheader-search .m-subheader-search__submit-btn:hover {
            background: #3cc1ff;
            border-color: #3cc1ff
        }

    .m-subheader-search .m-subheader-search__link {
        display: inline-block;
        margin-left: 20px;
        font-weight: 500;
        color: #9388fa;
        color: #9388fa
    }

        .m-subheader-search .m-subheader-search__link:hover {
            color: #b2aafb
        }

        .m-subheader-search .m-subheader-search__link:hover {
            color: #b2aafb
        }

            .m-subheader-search .m-subheader-search__link:hover:after {
                border-bottom: 1px solid #b2aafb;
                opacity: .3
            }

    .m-subheader-search .m-form {
        margin-top: 2rem
    }

@media (max-width:1024px) {
    .m-subheader-search .m-input-icon {
        width: auto;
        margin-bottom: 10px
    }
}

.m-checkbox, .m-radio {
    margin-bottom: 0px !important;
}

.m-tabs-line {
    border-bottom: 0px solid #ebedf2 !important;
}

.nav-tabs {
    border-bottom: 0px solid #ebedf2 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    width: 100% !important;
}

#q_modal_booking .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: 500;
    font-family: Roboto;
    position: relative;
}

    #q_modal_booking .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text img {
        width: 32px;
        right: 0;
        top: -4px;
    }

.profileImage {
    position: absolute;
    margin-top: 30%;
    margin-left: 15%;
    font-size: 3rem;
    color: black;
}

.dropzone .dz-preview .dz-image {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    z-index: 10;
    height: unset !important;
}

.m-dropzone {
    border: none;
}

.custom-file {
    width: 20%;
    border: 1px solid;
    height: 129px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
}

@media (max-width: 900px) and (min-width: 800px) {

    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 150% !important;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        outline: 0;
    }
}


.btn.m-btn--hover-brand.active, .btn.m-btn--hover-brand:active, .btn.m-btn--hover-brand:focus, .btn.m-btn--hover-brand:hover, .show > .btn.m-btn--hover-brand.dropdown-toggle {
    border-color: #7ab247 !important;
    color: #fff !important;
    background-color: #7ab247 !important;
}

.m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--active {
    background: #7ab247;
    color: #fff;
}

.m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link:hover {
    background: #7ab247;
    color: #fff;
}

.m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--prev:hover {
    background: #7ab247;
    color: #fff;
}

.m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--first:hover, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--last:hover, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--next:hover, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--prev:hover {
    background: #7ab247;
    color: #fff;
}

.m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle:focus, .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle:hover, .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size.show > .btn.dropdown-toggle {
    border: 0 !important;
    color: #fff !important;
    background: #7ab247;
}

.btn.m-btn--hover-accent.active, .btn.m-btn--hover-accent:active, .btn.m-btn--hover-accent:focus, .btn.m-btn--hover-accent:hover, .show > .btn.m-btn--hover-accent.dropdown-toggle {
    border-color: #7ab247 !important;
    color: #fff !important;
    background-color: #7ab247 !important;
}

.btn.m-btn--hover-danger.active, .btn.m-btn--hover-danger:active, .btn.m-btn--hover-danger:focus, .btn.m-btn--hover-danger:hover, .show > .btn.m-btn--hover-danger.dropdown-toggle {
    border-color: #7ab247 !important;
    color: #fff !important;
    background-color: #7ab247 !important;
}

.btn.btn-outline-focus {
    color: #8bcd4c;
}

.btn-outline-focus {
    color: #9816f4;
    background-color: transparent;
    background-image: none;
    border-color: #8bcd4c;
}

.m-checkbox.m-checkbox--focus > input:checked ~ span {
    border: 1px solid #181818 !important;
}

.m-checkbox.m-checkbox--focus > span:after {
    border: solid #000000 !important;
}

.daterangepicker tbody td.active, .daterangepicker tbody td.in-range {
    background: #9ed568;
    color: #fff;
}

.daterangepicker tbody td.today {
    background: #9ed56894;
    color: #fff;
}

.daterangepicker tbody td.active, .daterangepicker tbody td.in-range {
    background: #9ed568;
    color: #fff;
}

.daterangepicker .ranges li.active {
    background: #9ed568;
    color: #fff;
    border: 1px solid #9ed568;
}

.daterangepicker tbody td.active:hover, .daterangepicker tbody td.in-range:hover {
    background: #9ed568;
    color: #fff;
}

.btn.m-btn--air.btn-default.focus, .btn.m-btn--air.btn-default:focus, .btn.m-btn--air.btn-default:hover:not(:disabled):not(.active), .btn.m-btn--air.btn-secondary.focus, .btn.m-btn--air.btn-secondary:focus, .btn.m-btn--air.btn-secondary:hover:not(:disabled):not(.active) {
    -webkit-box-shadow: 0 3px 20px 0 rgba(113,106,202,.26) !important;
    -moz-box-shadow: 0 3px 20px 0 rgba(113,106,202,.26) !important;
    box-shadow: 0 3px 20px 0 rgba(113,106,202,.26) !important;
    background: #7ab247 !important;
    color: #fff !important;
    border-color: #7ab247 !important;
}

/*.btn-danger {
    color: #fff;
    background-color: #7eaa54 !important;
    border-color: #7eaa54 !important;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #7eaa54 !important;
        border-color: #7eaa54 !important;
    }*/

.swal2-cancel:hover {
    background-color: #9d9eaa !important;
    border-color: #9d9eaa !important;
}

.swal2-cancel {
    background-color: #9d9eaa !important;
    border-color: #9d9eaa !important;
}

.timelineSelect {
    float: left;
    /* margin-top: -5%; */
    z-index: 1000;
    margin-left: 34%;
}

.timelineSelectbtn {
    float: left;
    /* margin-top: -5%; */
    z-index: 1000;
    margin-left: 91%;
    margin-top: -3%;
}

#lblActive {
    position: absolute;
}

#m_calendar {
    margin-top: 3%;
}

#ImmediateBookingsTxt {
    position: absolute;
    margin-top: 2.5%;
}

#AutoConfirmTxt {
    margin-top: 2.5%;
    position: absolute;
}

.col-form-label {
    padding-top: calc(.65rem + 1px);
    padding-bottom: calc(.65rem + 1px);
    margin-bottom: -12px;
    font-size: inherit;
    line-height: 1.25;
}

.bindinglable {
    background-color: #f7f8fa;
    height: 34px;
    padding: 10px;
    width: 100%;
}

.m-widget3__user-img {
    float: left;
    padding-left: 1.5px;
}

.m-widget3__info {
    /* float: right; */
    line-height: 2.2;
    font-size: 10px;
    /* padding-top: 14%; */
    margin-left: 29px;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg {
    background-color: #fff !important;
    width: auto;
    padding: 0.5rem;
    float: left;
    margin-right: 5px;
    height: auto;
    border-radius: 5rem;
}

    .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head {
        background-color: transparent !important;
        border-color: transparent !important;
        /* margin-left: -13%; */
        /*margin-bottom: -22px;*/
        float: left;
        padding: 0;
        height: auto;
    }

.m-widget3__img {
    border-radius: 51%;
    height: 25px !important;
    width: 25px !important;
}

.ui-state-highlight {
    background-color: yellow;
}

.m-portlet {
    margin-bottom: 1.5rem !important;
}

    .m-portlet .m-portlet__head {
        display: table;
        padding: 0;
        width: 100%;
        padding: 0 2.2rem;
        /*height: 3.1rem !important;*/
    }

#draggable {
    max-height: 235px;
    height: 235px;
    background-color: #f7f8fa;
    list-style: none;
    padding: 10px;
}

.messageforCleaner {
    height: 200px;
    background-color: #f7f8fa;
    line-height: 8;
    text-align: -webkit-center;
    font-size: 22px;
    font-weight: 500;
}

.limitOfCleaners {
    background-color: red
}

#droppable {
    max-height: 235px;
    height: 235px;
    background-color: #f7f8fa;
    list-style: none;
    padding: 10px;
}

.changeBox {
    background-color: #fff !important;
    border: dashed #78797b;
    animation-name: fadeIn;
    animation-duration: 4s;
}

.text-message {
    float: left;
    margin-top: 3px;
}

.drophere {
    color: white;
}

#toast-container > div {
    opacity: 1 !important;
}

.m-datatable > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell .m-checkbox.m-checkbox--solid > input:checked ~ span, .m-datatable > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell .m-checkbox.m-checkbox--solid > input:checked ~ span, .m-datatable > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell .m-checkbox.m-checkbox--solid > input:checked ~ span {
    background: #9ed569;
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc {
    color: #ffffff;
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item .m-invoice__text {
    color: #f7f7f7 !important;
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items {
    border-top: 1px solid #ffffff !important;
}

.ConName {
    font-size: 1.5rem !important;
    font-weight: 500;
}

.CurentDate {
    font-size: 1.2rem !important;
    color: #7bb247 !important;
}

.zoneFont {
    font-size: 1.2rem !important;
}

.nameFont {
    font-size: 0.9rem !important;
    color: #a5a5a5;
}

.m-card-profile {
    padding: 25px 0;
    margin: 0;
}

.backIcon {
    color: #9ed568 !important;
}

.m--font-info {
    color: #7bb247 !important;
}

.m-widget24 .m-widget24__item .m-widget24__stats {
    margin-top: -2.43rem !important;
    font-size: 2.75rem !important;
}

.fullScrenn {
    color: #afb0c7 !important;
    text-decoration: none !important;
}

.m-widget29 .m-widget_content .m-widget_content-title {
    font-size: 1.0rem !important;
    font-weight: 600;
}

#RequiredLable {
    color: red;
    float: left;
    margin-right: -50px;
    padding-top: 5px;
}

.m-widget29 .m-widget_content {
    background-color: #f7f8fc;
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a > h1 {
    color: #6f727d;
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc {
    color: #6f727d;
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items {
    border-top: 1px solid #70737d !important;
}

    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item {
        color: #978b96;
    }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item .m-invoice__text {
            color: #6f727d !important;
        }

.invoceBtn {
    margin-top: 44px;
    /* position: absolute; */
    float: right;
    /*margin-right: 93px;*/
}

#SelectedZoneByDAte {
    font-size: 20px !important;
}

.m-widget4 .m-widget4__item .m-widget4__img.m-widget4__img--pic img {
    width: 4rem;
    border-radius: 50%;
    height: 4rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8ccd4cd6 !important;
    border-color: #8ccd4cd6;
}

.btn-primary {
    color: #fff;
    border-color: #8ccd4cd6 !important;
    background-color: #8ccd4cd6 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
}
/*#mCSB_6_container {

    height: 300px !important;
}*/
#ConfigurationRow {
    padding: 0 10rem 0 10rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #ffffff !important;
    background: #9ed568 !important;
    border: 1px solid #ebedf2 !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        color: #ffffff !important;
    }

.Btn-Close {
    margin-left: 33px;
    margin-right: 33px;
}
/*.dropdown-menu {
z-index:102 !important;
}*/
.daterangepicker.dropdown-menu {
    z-index: 0 !important;
}

.prevNext {
    text-align: right;
}

@media (max-width: 768px) {
    .m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown {
        position: static;
        background-color: white;
        /* color: black; */
    }

    .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__username {
        color: #000;
    }

    .timers {
        width: 100% !important;
        float: left !important;
    }
    /*.closingDates {
        width: 66% !important;
        float: left !important;
    }*/
    .checkboxWidth {
        width: 100% !important;
    }

    .m-portlet__body .btn.m-btn {
        margin: 0;
    }

    .invoceBtn {
        margin-top: 44px;
        margin-left: 45px;
    }

    .Btn-Close {
        margin-right: 18px;
        margin-top: -32px;
    }

    .h-Text {
        text-align: -webkit-center;
    }

    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a:last-child {
        padding-top: 1rem;
        text-align: -webkit-center;
    }

    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc {
        color: #6f727d;
        text-align: -webkit-center;
    }
    /*.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
        display: none;
    }*/
    .m-portlet .m-portlet__head .m-portlet__head-tools {
        text-align: center;
    }

    .cl-sch-w {
        width: 201px;
    }

    .btn-sch-man {
        margin-left: 96px !important;
        margin-top: -33px;
    }

    .Booking-DateRange {
        margin-top: 15px;
    }

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        padding-right: 25px;
        z-index: 0 !important;
    }

    .cl-lan {
        margin-top: 10px !important;
    }

    #lblActivetxt {
        padding-left: 35px;
    }

    .m-alert--default {
        width: 91% !important;
        margin-left: 15px;
    }
}

@media (max-width: 608px) and (min-width: 100px) {
    .btn.m-btn--custom {
        padding: 0.75rem 0.5rem !important;
    }

    #q_modal_booking .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
        font-size: 1.4rem !important;
    }

    .d-xs-none {
        display: none !important
    }

    .w-xs-100 {
        width: 100% !important
    }

    .mb-xs-4 {
        margin-bottom: 1.5rem !important;
    }
    /*.m-portlet .m-portlet__head .m-portlet__head-tools*/
    .booking-portlet__head {
        text-align: center;
        display: none !important;
    }

    .dropDragUi {
        display: none;
    }

    .mobileViewCl {
        display: inline !important;
    }

    .m-portlet__head-text {
        display: inline-block;
    }

    .nav-item {
        display: none;
    }

    #m_dropdown_api_1 {
        display: inline-block !important;
    }

    .m-portlet__head-tools .bk_popUp_Cross {
        margin-top: -9.5rem !important;
    }

    #m_sweetalert_demo_9 {
        display: inline-block !important;
    }

    #PrevFilter {
        width: 45%;
        float: left;
    }

    #nextFilter {
        width: 45%;
    }

    .BlockedDatesShifts {
        width: max-content !important;
    }
}

@media (max-width: 1108px) and (min-width:809px) {

    #m_dropdown_api_1 {
        display: none !important;
    }

    .m-portlet__head-tools .bk_popUp_Cross {
        margin-top: 0 !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .m-portlet__head-tools .bk_popUp_Cross {
        margin-top: -5.5rem !important
    }

    #m_dropdown_api_1 {
        display: inline !important;
    }

    .m_quicksearch_Bk {
        display: inline;
    }

    .live-chat {
        margin-left: 50% !important;
    }
}

@media (max-width: 808px) and (min-width:100px) {

    #adminDetailTab {
        display: none !important;
    }
}

@media (max-width: 610px) and (min-width:550px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 21%;
    }
}

@media (max-width: 550px) and (min-width:530px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 21%;
    }
}

@media (max-width: 530px) and (min-width:510px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 18%;
    }
}

@media (max-width: 510px) and (min-width:500px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 15%;
    }
}

@media (max-width: 500px) and (min-width:470px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 15%;
    }
}

@media (max-width: 470px) and (min-width:450px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 13%;
    }
}

@media (max-width: 450px) and (min-width:440px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 13%;
    }
}

@media (max-width: 440px) and (min-width:420px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 11%;
    }
}

@media (max-width: 420px) and (min-width:400px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 8%;
    }
}

@media (max-width: 400px) and (min-width:370px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 3%;
    }
}

@media (max-width: 370px) and (min-width:350px) {

    .m-subheader .m-subheader__daterange {
        margin-right: 1%;
    }
}

@media (max-width: 700px) and (min-width:300px) {
    #ConfigurationRow {
        padding: 0 2rem 0 2rem;
    }
}

.btn.dropdown-toggle {
    border: 0 !important;
    color: #9ed568 !important;
    background: #7ab247;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    color: #5e6163 !important;
    border-color: #746bd0 !important;
    border-radius: 2rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.m-subheader .m-subheader__daterange .m-subheader__daterange-label {
    padding: .6rem .65rem .7rem .75rem;
}

@media (max-width: 570px) and (min-width:300px) {
    .tab-content {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .m-portlet .m-portlet__body {
        padding: 2.2rem 1rem;
    }

    .m-subheader {
        padding: 30px 0px 0 14px !important;
    }

    .activelink::before {
        content: "a";
        left: -14px;
        border-left: 5px solid #9ed569;
        position: absolute;
        color: transparent;
        height: 29px;
        top: 6px;
        z-index: 0;
    }


    .btn-group-lg > .m-btn--icon.m-btn--icon-only.btn, .m-btn--icon.m-btn--icon-only.btn-lg {
        height: 40px;
    }
}

@media (max-width: 570px) and (min-width: 300px) {
    .Reports-subheader {
        padding: 12px 0px 0px 3px !important;
    }

    .reports-Body {
        margin-bottom: 0px !important;
    }
}

.Reports-subheader {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px;
}

@media (max-width: 1024px) {
    .m-aside-left-close.m-aside-left-close--skin-dark:hover {
        background-color: #000000 !important;
    }
}

.ConsumerTab {
    padding-top: 20px;
}

.m-brand .m-brand__tools .m-brand__toggler span::after, .m-brand .m-brand__tools .m-brand__toggler span::before {
    background: #7bb247 !important;
}

.m-brand .m-brand__tools .m-brand__toggler span {
    background: #7bb247 !important;
}

@media (max-width: 1024px) {
    .m-aside-left-close.m-aside-left-close--skin-dark > i {
        color: #7bb247 !important;
    }
}

@media (max-width: 1024px) {
    .m-aside-left-close.m-aside-left-close--skin-dark {
        background-color: #282733 !important;
    }
}

@media (max-width: 1024px) {
    .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark > i {
        color: #7bb247 !important;
    }
}

@media (max-width: 1024px) {
    .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark {
        background-color: #282733 !important;
    }
}

.m-loader.m-loader--primary:before {
    border-color: #7bb247 !important;
    z-index: 1;
}

.m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__text {
    color: #9ed568 !important;
}

.m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__icon {
    color: #9ed568 !important;
}

.m-nav-grid .m-nav-grid__row .m-nav-grid__item:hover .m-nav-grid__text {
    color: #ffffff !important;
}


.m-nav-grid .m-nav-grid__row .m-nav-grid__item:hover .m-nav-grid__icon {
    color: #ffffff !important;
}

.m-nav-grid .m-nav-grid__row .m-nav-grid__item:hover {
    background: #9ed568;
}

.m-datatable > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell > span > i {
    color: #9ed468 !important;
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3;
}

.form-control.focus, .form-control:focus {
    border-color: #7bb247 !important;
    color: #575962 !important;
}

#legend .legend {
    font-weight: 400;
    display: inline-block;
}

@media(max-width: 608px) and (min-width: 100px) {
    .nav-item {
        display: inline-block;
    }

    #settingDate {
        width: 100%;
        margin-top: -8%;
    }

    #SelectedZoneByDAte {
        font-size: 13px !important;
    }
}

.highcharts-menu-item:hover {
    background: rgb(158, 213, 104) !important;
}

.highcharts-credits {
    display: none;
}

.m-dropdown.m-dropdown--arrow .m-dropdown__arrow, .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow {
    position: absolute;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    height: 11px;
    width: 40px;
    position: relative;
    left: 50%;
    margin-left: -20px;
    top: -11px !important;
    position: absolute;
    color: #fff !important;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__notifications.m-topbar__notifications--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #7e55dd;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
    color: #b3bac5;
}

.m-list-timeline__items:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 3px;
}

#toast-container > .toast-success {
    background-image: none !important;
}

#toast-container > div {
    padding: 15px 15px 15px 30px !important;
    width: 335px !important;
    color: #1d1c1c;
}

.toast-success {
    background-color: #ffffff !important;
}

.toast-close-button {
    color: #000;
}

.m-loader.m-loader--brand:before {
    border-top-color: #9ed568 !important;
}

.alert-success:not(.m-alert--outline) {
    color: #444047;
    background-color: #fff;
    border-color: #fff;
    width: 412px !important;
    cursor: pointer !important;
}

    .alert-success:not(.m-alert--outline) .close {
        color: #444047;
    }

.m-switch.m-switch--danger:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #f4516c;
    content: "Inactive";
    width: 90px;
    color: #fff;
    padding: 0 8px 0 28px;
}

.m-switch.m-switch--success:not(.m-switch--outline) input:empty ~ span:before {
    content: "Active";
    width: 80px;
    color: #fff;
    padding: 0 54px 0 6px;
}

.m-switch.m-switch--success.Account:not(.m-switch--outline) input:empty ~ span:before {
    content: "Yes";
    width: 80px;
    color: #fff;
    padding: 0 13px 0 13px;
}

.m-switch.m-switch--danger.Account:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #f4516c;
    content: "No";
    width: 80px;
    color: #fff;
    padding: 0 15px 0 34px;
}

.m-switch.m-switch--warning:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #ffd44d;
    content: "No";
    width: 80px;
    color: #fff;
    padding: 0 15px 0 34px;
}


.m-switch.m-switch--success:not(.m-switch--outline) input:empty ~ span:after {
    margin-left: 53px;
}



.qm-primary {
    color: #7bb247 !important;
}

.m-badge.m-badge--wide {
    text-transform: uppercase;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.55rem + 7px);
}

.datetimepicker tbody tr > td span.hour.active, .datetimepicker tbody tr > td span.hour.active:hover, .datetimepicker tbody tr > td span.minute.active, .datetimepicker tbody tr > td span.minute.active:hover, .datetimepicker tbody tr > td span.month.active, .datetimepicker tbody tr > td span.month.active:hover {
    background: #9ed568;
    color: #fff;
}

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^=top] .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-top .arrow::before {
    border-top-color: transparent;
}

.m-tooltip.m-tooltip--skin-dark .tooltip-inner {
    color: #dfe0e2;
    background: #282a38;
    box-shadow: none !important;
    padding: 4px 5px 4px 5px;
    font-size: 0.8rem;
    border-radius: 0;
    box-shadow: 0;
}

.datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover, .datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover {
    background: #9ed569;
    color: #fff;
}

.datepicker tbody tr > td span.month.active, .datepicker tbody tr > td span.month.active:hover {
    background: #9ed569;
    color: #fff;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    color: #fff;
    background-color: #9ed569;
    border-color: #9ed569;
}

.m-cursor-pointer {
    cursor: pointer !important;
}

/*button loader*/
.cs-loader {
    margin: 50px auto;
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    width: 160px;
    background: #fc0;
    overflow: hidden;
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    color: #1e2023;
    padding: 0;
    text-align: center;
}

    .cs-loader-inner label {
        font-size: 16px;
        opacity: 0;
        display: inline-block;
    }

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-65px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(65px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 1.5s infinite ease-in-out;
    animation: lol 1.5s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 1.5s 100ms infinite ease-in-out;
    animation: lol 1.5s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 1.5s 200ms infinite ease-in-out;
    animation: lol 1.5s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 1.5s 300ms infinite ease-in-out;
    animation: lol 1.5s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 1.5s 400ms infinite ease-in-out;
    animation: lol 1.5s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 1.5s 500ms infinite ease-in-out;
    animation: lol 1.5s 500ms infinite ease-in-out;
}

.select2-container {
    width: 100% !important;
}

.m-quick-sidebar {
    z-index: 10000 !important;
}

#b_feedbackul .rating-stars ul > li.star > i.fa {
    font-size: 1.5rem !important;
    color: #ccc;
}

.m-completed-booking-cleaners {
    margin-top: 16px;
    background: #f7f8fa;
    width: 100%;
    padding: 0 0 0 10px;
}

    .m-completed-booking-cleaners #selectedCleaners {
        border: 0 !important;
        border-radius: 0 !important;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        background: 0 0;
        font-size: 1rem;
        float: left;
        background: transparent;
    }

.btn.m-btn--label-brand {
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 950px;
    }
}

#m_header_topbar #logoutForm button {
    color: #7bb247 !important;
}

#lblTotalearnings {
    font-size: 2.75rem !important;
}

.w-30 {
    width: 38% !important;
}

.dashboard-timeline .ConName {
    font-size: 1rem !important;
    color: #808080ab;
}

.dashboard-timeline .m-timeline-1__item-title:first-child {
    font-size: 1.4rem !important;
    font-weight: 500;
}

@media (max-width: 608px) and (min-width: 100px) {
    .modalChatPOpUp {
        margin-left: 0 !important;
    }
}

.__cleaner--list {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    background: #f2f3f8;
    padding-left: 2rem !important;
    padding-right: 3rem !important;
}

@media (max-width: 1200px) {
    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item:nth-of-type(odd) .m-timeline-1__item-time {
        right: 3.8rem !important;
        left: 3.57rem;
    }
}

@media (min-width:200px) and (max-width:800px) {
    #spDraggable {
        width: 100% !important;
        overflow: auto;
        max-height: 500px;
        height: 500px;
        background-color: #ffffff;
        list-style: none;
        padding: 10px;
    }

    #spDroppable {
        width: 100% !important;
        overflow: auto;
        max-height: 500px;
        height: 500px;
        background-color: #ffffff;
        list-style: none;
        padding: 10px;
    }

    .m-portlet__head-caption {
        width: 100% !important;
        padding-top: 15px;
    }

    .m-portlet__head-tools {
        width: 100% !important
    }

    .m-portlet .m-portlet__head .m-portlet__head-tools {
        text-align: right;
        display: table-row;
        vertical-align: middle;
    }

    .serchBar {
        padding-top: 15px;
    }
}

.fa.fa-thumb-tack {
    float: right;
    font-size: 1.5rem;
    padding: 4px;
    color: #7cb349;
    margin-left: 1rem;
}

.la.la-thumb-tack {
    float: right;
    font-size: 1.5rem;
    padding: 4px;
    margin-left: 1rem;
}

.fa.fa-angle-up {
    float: right;
    font-size: 1.5rem;
    padding: 4px;
}

.fa.fa-angle-down {
    float: right;
    font-size: 1.5rem;
    padding: 4px;
}

.m-demo .m-demo__preview {
    padding: 0px !important;
}

.m-stack.m-stack--general.m-stack--hor > .m-stack__item > .m-stack__demo-item {
    height: auto !important;
    padding: 30px !important;
}

.m-stack.m-stack--general.m-stack--hor > .m-stack__item {
    display: initial;
}

.m-widget3__item {
    cursor: grab;
}

#spDraggable {
    overflow: auto;
    max-height: 500px;
    height: 500px;
    background-color: #ffffff;
    list-style: none;
    padding: 10px;
}

.m-stack--demo.m-stack--hor .m-stack__demo-item, .m-stack--demo.m-stack--ver .m-stack__item {
    padding: 22px !important;
}

.changeBoxsp {
    background-color: #fff !important;
    border: none;
    animation-name: fadeIn;
    animation-duration: 4s;
}

#spDroppable {
    overflow: auto;
    max-height: 500px;
    height: 500px;
    background-color: #ffffff;
    list-style: none;
    padding: 10px;
}

.dropzone.dz-started .dz-message {
    display: none;
}

#iv-container {
    z-index: 1312 !important;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.initial {
    height: 30px;
    background-color: #9ed568;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    float: left;
    border: 0;
    /* margin-top: -2px; */
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-top: .5rem;
}

.Bk_Notes_initial {
    height: 30px;
    background-color: #9ed568;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    /* float: right; */
    border: 0;
    margin-top: -2px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-left: -14px;
}

.sp_con_hyper_link {
    color: #5867dd;
    cursor: pointer;
}

    .sp_con_hyper_link:hover {
        text-decoration: underline;
        color: #5867dd;
        cursor: pointer;
    }

.sp_con_hyper_linkspPopup {
    text-decoration: underline;
    color: #5867dd !important;
    cursor: pointer;
}

.typeIconTicket {
    height: 1.5rem;
    /* background-color: #9ed568; */
    width: 1.5rem;
    /* border-radius: 30px; */
    line-height: 42px;
    float: left;
    border: 0;
    /* margin-top: -2px; */
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin-top: .5rem;
}

.popUpStatus .m-btn--icon > span > span {
    padding-left: 0;
    font-size: 8px;
    display: table-cell;
    vertical-align: middle;
}

#dv_bookingContainer #m_tabs_1_2 {
    min-height: 719px !important;
}

.live-chat .m-portlet__head {
    height: 3rem !important;
}

.live-chat .m-portlet__body {
    padding: 2.2rem 1rem .1rem 1rem;
}

.live-chat-transition.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1rem !important;
    font-weight: 500;
    font-family: Roboto;
}

.Consumer-Mobile-Qt {
    width: 45% !important;
}

.m_quicksearch_Bk {
    display: none
}

@media (min-width:110px) and (max-width:925px) {
    .m_quicksearch_Bk {
        display: inline
    }

    .Consumer-Mobile-Qt {
        width: 41% !important;
    }
}

.m-widget3 .m-widget3__item .m-widget3__header .m-widget3__status {
    padding-top: 0 !important;
}

.live-chat.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
    float: right !important;
}

.admin_ticket_plus_btn {
    background: #7bb247 !important;
    position: fixed !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: -26px !important;
}

@media (min-width:300px) and (max-width:600px) {
    .admin_ticket_plus_btn {
        margin-left: 24.5% !important;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 0px;
    }

    .InvoiceLogo {
        width: 8rem !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .w-30 {
        width: 75% !important;
        margin-right: 29px !important;
    }

    #textarea {
        overflow: auto;
        resize: vertical;
        /* margin-left: 0px; */
        /* margin-right: 15px; */
        width: 200px !important;
        margin-right: 2px;
    }

    #spDropdown {
        width: 80%;
        margin-left: 20px;
    }

    #BillTo {
        padding-left: 20px !important;
    }

    .m-subheader .m-subheader__daterange {
        width: 94% !important;
        margin-right: 7px;
    }

    .div_size {
        width: 260px !important;
    }
}

@media (min-width:601px) and (max-width:700px) {
    .admin_ticket_plus_btn {
        margin-left: 21.5% !important;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 0px;
    }
}

@media (min-width:701px) and (max-width:800px) {
    .admin_ticket_plus_btn {
        margin-left: 18.5% !important;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 0px;
    }
}

@media (min-width:801px) and (max-width:1100px) {
    .admin_ticket_plus_btn {
        margin-left: 16.5% !important;
    }
}

@media (min-width:1101px) and (max-width:1300px) {
    .admin_ticket_plus_btn {
        margin-left: 14.5% !important;
    }
}

@media (min-width:1301px) and (max-width:1700px) {
    .admin_ticket_plus_btn {
        margin-left: 10.5% !important;
    }
}

@media (min-width:1701px) and (max-width:2100px) {
    .admin_ticket_plus_btn {
        margin-left: 8.5% !important;
    }
}

@media (min-width:2101px) and (max-width:3100px) {
    .admin_ticket_plus_btn {
        margin-left: 6.5% !important;
    }
}

.InvoiceLogo {
    width: 20rem;
}

.div_size {
    width: 87px;
}

.manualBookingM {
    font-size: 12px;
}

:root {
    --star-size: 60px;
    --star-color: #fff;
    --star-background: #fc0;
}

:root {
    --star-size: 60px;
    --star-color: #fff;
    --star-background: #fc0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

    .Stars::before {
        content: "★★★★★";
        letter-spacing: 1px;
        display: flex;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        font-size: 22px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #00000024;
    }

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^=top] .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-top .arrow::before {
    border-top-color: #282a38 !important;
}


/*===========================TOGGLE STYLES==================================*/

/*Rated Services*/
.Rated.m-switch.m-switch--success :not(.m-switch--outline) input:empty ~ span:before {
    content: "Rated" !important;
    width: 98px;
    color: #fff;
    padding: 0 13px 0 13px;
}

.Rated.m-switch.m-switch--danger :not(.m-switch--outline) input:empty ~ span:before {
    background-color: #f4516c;
    content: "All" !important;
    width: 80px;
    color: #fff;
    padding: 0 15px 0 34px;
}
.Rated.m-switch.m-switch--success :not(.m-switch--outline) input:empty ~ span:after {
    margin-left: 70px;
}
/*Flagged Services*/
.Flagged.m-switch.m-switch--success :not(.m-switch--outline) input:empty ~ span:before {
    content: "Flagged" !important;
    width: 98px;
    color: #fff;
    padding: 0 13px 0 13px;
}

.Flagged.m-switch.m-switch--danger :not(.m-switch--outline) input:empty ~ span:before {
    background-color: #f4516c;
    content: "All" !important;
    width: 80px;
    color: #fff;
    padding: 0 15px 0 34px;
}

.Flagged.m-switch.m-switch--success :not(.m-switch--outline) input:empty ~ span:after {
    margin-left: 70px;
}
/*Account*/
.m-switch.m-switch--success .Account:not(.m-switch--outline) input:empty ~ span:before {
    content: "Flagged" !important;
    width: 98px;
    color: #fff;
    padding: 0 13px 0 13px;
}

.m-switch.m-switch--danger .Account:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #f4516c;
    content: "All" !important;
    width: 80px;
    color: #fff;
    padding: 0 15px 0 34px;
}

.m-switch.m-switch--success .Account:not(.m-switch--outline) input:empty ~ span:after {
    margin-left: 70px;
}

/*First Booking*/
.showfirst-booking .m-switch.m-switch--success :not(.m-switch--outline) input:empty ~ span:before {
    content: "First" !important;
    width: 98px;
    color: #fff;
    padding: 0 13px 0 13px;
}

.showfirst-booking .m-switch.m-switch--danger :not(.m-switch--outline) input:empty ~ span:before {
    background-color: #f4516c;
    content: "All" !important;
    width: 80px;
    color: #fff;
    padding: 0 15px 0 34px;
}

.showfirst-booking .m-switch.m-switch--success :not(.m-switch--outline) input:empty ~ span:after {
    margin-left: 70px;
}

/* Delayed Bookings*/
.DelayedToggle.m-switch.m-switch--danger:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #f4516c;
    content: "Delayed";
    width: 90px;
    color: #fff;
    padding: 0 8px 0 28px;
}

.DelayedToggle.m-switch.m-switch--success:not(.m-switch--outline) input:empty ~ span:before {
    content: "Delayed";
    width: 80px;
    color: #fff;
    padding: 0 54px 0 6px;
}

.BlockStatus.m-switch.m-switch--success:not(.m-switch--outline) input:empty ~ span:before {
    content: "Unblocked";
    width: 105px;
    color: #fff;
    padding: 0 54px 0 6px;
    background-color: #9ed568;
}
.BlockStatus.m-switch.m-switch--success:not(.m-switch--outline) input:empty ~ span:after {
    margin-left: 78px;
}
.BlockStatus.m-switch.m-switch--danger:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #f4516c;
    content: "Blocked";
    width: 90px;
    color: #fff;
    padding: 0 8px 0 28px;
}








/*Add Driver Form*/







.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}




.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

    .wizard .nav-tabs > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #0db02b;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 38px;
        padding: .375rem .75rem;
        line-height: 2;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
    }

.footer-link {
    margin-top: 30px;
}

.all-info-container {
}

.list-content {
    margin-bottom: 10px;
}

    .list-content a {
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
        background-color: #f5f5f5;
        position: relative;
        color: #565656;
        font-weight: 400;
        border-radius: 4px;
    }

        .list-content a[aria-expanded="true"] i {
            transform: rotate(180deg);
        }

        .list-content a i {
            text-align: right;
            position: absolute;
            top: 15px;
            right: 10px;
            transition: 0.5s;
        }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f7f8fa;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav > li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

    input[type="checkbox"]::before,
    input[type="checkbox"]::after {
        position: absolute;
        content: "";
        display: inline-block;
    }

    input[type="checkbox"]::before {
        height: 16px;
        width: 16px;
        border: 1px solid #999;
        left: 0px;
        top: 0px;
        background-color: #fff;
        border-radius: 2px;
    }

    input[type="checkbox"]::after {
        height: 5px;
        width: 9px;
        left: 4px;
        top: 4px;
    }

    input[type="checkbox"]:checked::after {
        content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
    }

    input[type="checkbox"]:checked::before {
        background-color: #8bc34a;
        border-color: #8bc34a;
    }






@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs > li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}

.m-accordion .m-accordion__item--primary {
    border: 1px solid #c0e49d !important;
}

    .m-accordion .m-accordion__item--primary .m-accordion__item-head, .m-accordion .m-accordion__item--primary .m-accordion__item-head:hover {
        background-color: #9ed568 !important;
    }

        .m-accordion .m-accordion__item--primary .m-accordion__item-head.collapsed {
            background-color: #9ed568 !important;
        }

.m-form .m-form__seperator.m-form__seperator--dashed {
    border-top: 1px dashed #ebedf2;
}

.m-form .m-form__seperator.m-form__seperator--space-2x {
    margin: 30px 0;
}

.m-form .m-form__seperator {
    border-top: 1px solid #ebedf2;
}

.m-form .m-form__seperator {
    display: block;
    height: 0;
}