﻿body {
    height: 100vh !important;
    width: 100vw !important;
    font-family: 'Roboto Regular', sans-serif;
}



@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto/roboto_bold/Roboto-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.woff') format('woff'), url('../fonts/Roboto/roboto_medium/Roboto-Medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto/roboto_light/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto/roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/roboto_light/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto/roboto_light/Roboto-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto/roboto_regular/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto/roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/roboto_regular/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Thin';
    src: url('../fonts/Roboto/roboto_thin/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto/roboto_thin/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/roboto_thin/Roboto-Thin-webfont.woff') format('woff'), url('../fonts/Roboto/roboto_thin/Roboto-Thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@media only screen and (min-width: 700px) and (max-width: 1024px) {

    .signaturePadContent {
        margin-left: 2%;
    }

    .signaturePadAlign {
        border: 1px solid black;
        background-color: #FFF;
    }

    .signatureModal {
        margin-top: 12%;
        width: 84%;
        margin-left: -22%;
    }

    .signatureBtnDiv {
        padding-bottom: 17% !important;
        margin-left: 31%;
        width: 37%;
    }

    .signatureBtnAlign {
        margin-left: 9% !important;
    }

    #custSignaturePad {
        display: block;
    }
}



@media only screen and (max-width: 680px) {

    .signaturePadContent {
        margin-left: 37%;
        margin-top: -25%;
        width: 3% !important;
    }

    .signaturePadAlign {
        border: 1px solid black;
        background-color: #FFF;
    }

    .signatureModal {
        margin-top: -15%;
        width: 210%;
    }

    .signatureHeader {
        padding-left: 280px;
    }

    .signatureBtnDiv {
        padding-bottom: 17% !important;
        margin-left: -8%;
        width: 36%;
    }

    .signatureBtnAlign {
        margin-left: 9% !important;
    }

    #custSignaturePad {
        display: block;
    }

    @media only screen and (orientation:portrait) {
        #custSignaturePad {
            height: 214vw;
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }
    }

    @media only screen and (orientation:landscape) {
        #custSignaturePad {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @media only screen and (orientation:landscape) {
        #signatureCanvas {
            -webkit-transform: rotate(-91deg);
            -moz-transform: rotate(-91deg);
            -o-transform: rotate(-91deg);
            -ms-transform: rotate(-91deg);
            transform: rotate(-91deg);
        }
    }

    @media only screen and (orientation:portrait) {
        #signatureCanvas {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
    }
}

/* default state */
.state-indicator:before {
    content: 'desktop';
}

/* small desktop */
@media all and (max-width: 1200px) {
    .state-indicator:before {
    }
}

/* tablet */
@media all and (max-width: 1024px) {
    .state-indicator:before {
        content: 'tablet';
    }
}

/* mobile phone */
@media all and (max-width: 700px) {
    .state-indicator:before {
        content: 'mobile';
    }
}

.list-phone-num {
    width: 120px !important;
    display: inline-block;
}

.list-route-map {
    width: 100px !important;
    display: inline-block;
}

.dispose-options {
    width: 80% !important;
    margin-top: 8px !important;
}

.border-top {
    border-top: 1px solid;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-bottom-dashed {
    border-bottom: 1px dotted;
}

.border-top-dashed {
    border-top: 1px dotted;
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-all {
    border: 1px solid !important;
}

.width_100 {
    width: 100%;
}

.width_98 {
    width: 98%;
}

.width_95 {
    width: 95% !important;
}

.width_90 {
    width: 90% !important;
}

.width_88 {
    width: 88px;
}

.width_85 {
    width: 85%;
}

.width_83 {
    width: 83%;
}

.width_80 {
    width: 80% !important;
}

.width_78 {
    width: 78%;
}

.width_75 {
    width: 75% !important;
}

.width_72 {
    width: 72% !important;
}

.width_67 {
    width: 67% !important;
}

.width_70 {
    width: 70% !important;
}

.width_65 {
    width: 65% !important;
}

.width_60 {
    width: 60% !important;
}

.width_55 {
    width: 55%;
}

.width_50 {
    width: 50%;
}

.width_49_4 {
    width: 49.4%;
}

.width_49 {
    width: 49%;
}

.width_47 {
    width: 47%;
}

.width_48 {
    width: 48%;
}

.width_45 {
    width: 45%;
}

.width_46 {
    width: 45%;
}

.width_43 {
    width: 43%;
}

.width_39 {
    width: 39%;
}

.width_42 {
    width: 42%;
}

.width_40 {
    width: 40% !Important;
}

.width_38 {
    width: 37%;
}

.width_37 {
    width: 37%;
}

.width_35 {
    width: 35% !important;
}

.width_33 {
    width: 33% !important;
}

.width_30 {
    width: 30% !Important;
}

.width_32 {
    width: 32% !Important;
}

.width_28 {
    width: 28% !important;
}

.width_25 {
    width: 25% !important;
}

.width_22 {
    width: 22%;
}

.width_20 {
    width: 20%;
}

.width_18 {
    width: 18%;
}

.width_16 {
    width: 16% !Important;
}

.width_15 {
    width: 15% !Important;
}

.width_14 {
    width: 14% !Important;
}

.width_13 {
    width: 13% !important;
}

.width_12 {
    width: 12% !important;
}

.width_10 {
    width: 10% !Important;
}

.width_11 {
    width: 11% !Important;
}

.width_8 {
    width: 8% !important;
}

.width_7 {
    width: 7% !important;
}

.width_6 {
    width: 6% !important;
}

.width_5 {
    width: 5% !Important;
}

.width_9 {
    width: 9% !Important;
}

.width_4 {
    width: 4% !Important;
}

.width_3 {
    width: 3% !Important;
}

.width_2 {
    width: 2.5% !Important;
}

.width_1 {
    width: 1% !Important;
}

.width_0 {
    width: 0% !important;
}

.width_auto {
    width: auto !important;
}

.height_15 {
    height: 15px;
}

.height_25 {
    height: 25px;
}

.height_30 {
    height: 30px;
}

.height_40 {
    height: 40px;
}

.height_60 {
    height: 60px !important;
}

.height_75 {
    height: 75px !important;
}

.height_100 {
    height: 100px !important;
}

.height_100p {
    height: 100% !important;
}

.height_76 {
    height: 76%;
}

.left_45 {
    left: 45% !important;
}

.left_48 {
    left: 48% !important;
}

.left_50 {
    left: 50%;
}

.top-20 {
    top: -20px !important;
}

.middle-align {
    vertical-align: middle !important;
}

.margintop_50 {
    margin-top: 50px !important;
}

.margintop_55 {
    margin-top: 55px;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.padding-top-48 {
    padding-top: 48px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-42 {
    padding-top: 42px !important;
}

.margintop_45 {
    margin-top: 45px;
}

.margintop_3_5 {
    margin-top: 3.5% !important;
}

.margintop_90 {
    margin-top: 90px !important;
}

.margintop_60 {
    margin-top: 60px !important;
}

.margintop_35 {
    margin-top: 35px !important;
}

.margintop_30 {
    margin-top: 30px;
}

.margintop_25 {
    margin-top: 25px;
}

.margintop_10 {
    margin-top: 10px;
}

.margintop_12 {
    margin-top: 12px;
}

.margintop_5 {
    margin-top: 5px;
}

.margintop_subHeader {
    top: 0px !important;
}

.login-desktop {
    width: 30%;
    display: block;
    margin: 0 auto;
}

.desktop-font {
    font-size: 16px !important;
}

.margintop_desktop {
    margin-top: 0px !important;
}

.agent_desktop {
    margin: 0px !important;
    height: 93% !important;
}

.agent_desktop_supervisor {
    margin: 0px !important;
    height: 91% !important;
}

.agent_desktop_inhouseTrackagent {
    margin: 0px !important;
    height: 100% !important;
}

.margintop_10 {
    margin-top: 10px !important;
}

.margintop_9 {
    margin-top: 9px;
}

.margin-right_12 {
    margin-right: 12px;
}

.margin-right_25 {
    margin-right: 25px;
}

.marginleft_10 {
    margin-left: 10px !important;
}

.marginleft_20 {
    margin-left: 20px !important;
}

.margintop_20 {
    margin-top: 20px !important;
}

.margintop_2 {
    margin-top: 2px !important;
}

.margintop_6 {
    margin-top: 6px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin_0 {
    margin: 0px !important;
}

.margin_5 {
    margin: 5px !important;
}

.margin_10 {
    margin: 10px !important;
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-side-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.margin-side-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-side-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-side-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.margin-left-3 {
    margin-left: 3px !important;
}

.padding-left_0 {
    padding-left: 0px !important;
}

.paddingleft_20 {
    padding-left: 20px;
}

.padding_10 {
    padding: 10px;
}

.padding_12 {
    padding: 12px;
}

.padding_20 {
    padding: 20px;
}

.padding_5 {
    padding: 5px;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left_10 {
    padding-left: 10.5% !important;
}

.padding-left_8 {
    padding-left: 8.5% !important;
}

.padding-left_2 {
    padding-left: 2% !important;
}

.padding_left_10 {
    padding-left: 10px;
}

.padding-side-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-4 {
    padding-top: 4px;
}

.padding-vertical-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.padding-vertical-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-vertical-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.padding-vertical-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.no-border {
    border: none !important;
}

.text-red {
    color: red !important;
}

.text-black {
    color: #000 !important;
}

.text-blue {
    color: #007ac2 !important;
}

.text-white {
    color: white !important;
}

.text-disabled {
    color: #d3d3d3 !important;
}

.text-small {
    font-size: 12px !important;
}

.text-medium {
    font-size: 14px !important;
}

.text-xs {
    font-size: 10px !important;
}

.text-large {
    font-size: 24px !important;
}

.text-ccm {
    color: #0a2433 !important;
}

.work-order-count {
    font-size: 14px !important;
    display: inline-block;
    vertical-align: top;
}

pre {
    font-family: 'Roboto Regular' !important;
}

.cursor-pointer,
.nav-option,
button,
input[type=date] {
    cursor: pointer;
}

.cursor-default {
    cursor: default !important;
}

/*  CCM Controls Style  */
.ccm-radio input[type="radio"] {
    display: none;
}

    .ccm-radio input[type="radio"] + label {
        width: 85% !important;
        display: inline-block !important;
        font-size: 14px;
        font-weight: normal;
        color: #000;
        font-family: "Roboto Regular", "Segoe UI", "sans-serif";
        margin: 12px 12px 0 12px;
    }

        .ccm-radio input[type="radio"] + label span {
            display: inline-block;
            width: 21px;
            height: 21px;
            padding-left: 3px !important;
            vertical-align: middle;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI3MjY1NTY0NjYyMTFFNUE2NTk4NTFFRDkyRDFDMDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI3MjY1NTc0NjYyMTFFNUE2NTk4NTFFRDkyRDFDMDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjcyNjU1NDQ2NjIxMUU1QTY1OTg1MUVEOTJEMUMwNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjcyNjU1NTQ2NjIxMUU1QTY1OTg1MUVEOTJEMUMwNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlQBG8EAAAD/SURBVHjavFZLDoIwEG3VeAPdmKAmrvQUbrwCwi3gTkg8gi7kFLjSuNGN7mRlFOubpCaaKB/t8JJHh0Dfg4HOVIoMKKX6GGxwDA7Blr50AtdgBM6llDtRBhC2wBmYqnyk+l6rqLgDnlV50BwnT9wD7+p30Fwv68n/EX81cT7lPFHmkLx9E5wEyjwC0pYIuhi3YF2YRQoOajhMGcSF1rTpDRYIJoIHSzLYI+gwGRzI4IqgwWRwI4MLgianAWuK6C+KBR9iMlgxGkSUoh6CDddCe5aKkKFUhNUVO4Zy7X7rCb6BhuMXaZnJj2lxK2/6ssS2ZQS29aWjXqC525aHAAMAfFahlatzQ8UAAAAASUVORK5CYII=') center no-repeat;
            background-size: 21px;
            justify-content: center !important;
            cursor: pointer;
            margin-right: 12px;
        }

    .ccm-radio input[type="radio"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0MkRFOTg0NjYxMTFFNThENDFEQzg5NzIxMUNGQjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0MkRFOTk0NjYxMTFFNThENDFEQzg5NzIxMUNGQjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzQyREU5NjQ2NjExMUU1OEQ0MURDODk3MjExQ0ZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzQyREU5NzQ2NjExMUU1OEQ0MURDODk3MjExQ0ZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvwnoN4AAAG7SURBVHjaYmTAA/7//68IpMKB2BGItYBYFCr1GoivAfF+IF7JyMh4n4EUADRYDoiXAfHf/4TBX6haOWINjwTiT/9JByA9kYQMLwTif//JByC9hfhcTonhyJZEYgvzz/+pBz7D4oQRasFSIBWFK+hefPvEsOrWeYYLb56C+foi0gzhaoYMElx8+EJ8GTB1RTMCDZcHcu4CMTM2VdMuHWEoO7qR4evvXyji3KxsDF3W/gxZeja4LPgLxCosQCICn+HZB1Zj1Q2yECaHwxKQmeFMQMIJm+zzr5/ALicEQGpAanEAJ5AF2thkVt0+jxEsuHwCUosDaIMsEMcmc+71Y6Jz/tlXONWKgyz4hz1fMFAFMEELLgygLyJFtCF6uNW+BFlwFZtMlLoJAxcLG0HDQWqigWpxgKsgC/Zhk5Hk5mNot/IhaEEbUA1ILQ6wH5TRFICMO7jywtRLhxnKjmxi+PbnF4bLu2z8GLL1bPFmNFhRsRya4Rhw5QlQUrzwGlJUGIhKM4SpGuJzOQisABYVkTQv7GhVXEfhqhOKqFDhFBFTZX4mM1ii6F7pM5LQbAEVimJQqVfQDEqw2QIQYAB/YDanG7yTMQAAAABJRU5ErkJggg==') center no-repeat;
        background-size: 21px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

.dispose-radio input[type="radio"] {
    display: none;
}

    .dispose-radio input[type="radio"] + label {
        width: 85% !important;
        display: inline-block !important;
        font-size: 14px;
        font-weight: normal;
        color: #000;
        font-family: "Roboto Regular", "Segoe UI", "sans-serif";
        margin: 12px 12px 0 6px;
    }

        .dispose-radio input[type="radio"] + label span {
            display: inline-block;
            width: 21px;
            height: 21px;
            padding-left: 3px !important;
            vertical-align: middle;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI3MjY1NTY0NjYyMTFFNUE2NTk4NTFFRDkyRDFDMDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI3MjY1NTc0NjYyMTFFNUE2NTk4NTFFRDkyRDFDMDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjcyNjU1NDQ2NjIxMUU1QTY1OTg1MUVEOTJEMUMwNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjcyNjU1NTQ2NjIxMUU1QTY1OTg1MUVEOTJEMUMwNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlQBG8EAAAD/SURBVHjavFZLDoIwEG3VeAPdmKAmrvQUbrwCwi3gTkg8gi7kFLjSuNGN7mRlFOubpCaaKB/t8JJHh0Dfg4HOVIoMKKX6GGxwDA7Blr50AtdgBM6llDtRBhC2wBmYqnyk+l6rqLgDnlV50BwnT9wD7+p30Fwv68n/EX81cT7lPFHmkLx9E5wEyjwC0pYIuhi3YF2YRQoOajhMGcSF1rTpDRYIJoIHSzLYI+gwGRzI4IqgwWRwI4MLgianAWuK6C+KBR9iMlgxGkSUoh6CDddCe5aKkKFUhNUVO4Zy7X7rCb6BhuMXaZnJj2lxK2/6ssS2ZQS29aWjXqC525aHAAMAfFahlatzQ8UAAAAASUVORK5CYII=') center no-repeat;
            background-size: 19px;
            justify-content: center !important;
            cursor: pointer;
            margin-right: 6px;
        }

    .dispose-radio input[type="radio"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0MkRFOTg0NjYxMTFFNThENDFEQzg5NzIxMUNGQjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0MkRFOTk0NjYxMTFFNThENDFEQzg5NzIxMUNGQjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzQyREU5NjQ2NjExMUU1OEQ0MURDODk3MjExQ0ZCNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzQyREU5NzQ2NjExMUU1OEQ0MURDODk3MjExQ0ZCNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvwnoN4AAAG7SURBVHjaYmTAA/7//68IpMKB2BGItYBYFCr1GoivAfF+IF7JyMh4n4EUADRYDoiXAfHf/4TBX6haOWINjwTiT/9JByA9kYQMLwTif//JByC9hfhcTonhyJZEYgvzz/+pBz7D4oQRasFSIBWFK+hefPvEsOrWeYYLb56C+foi0gzhaoYMElx8+EJ8GTB1RTMCDZcHcu4CMTM2VdMuHWEoO7qR4evvXyji3KxsDF3W/gxZeja4LPgLxCosQCICn+HZB1Zj1Q2yECaHwxKQmeFMQMIJm+zzr5/ALicEQGpAanEAJ5AF2thkVt0+jxEsuHwCUosDaIMsEMcmc+71Y6Jz/tlXONWKgyz4hz1fMFAFMEELLgygLyJFtCF6uNW+BFlwFZtMlLoJAxcLG0HDQWqigWpxgKsgC/Zhk5Hk5mNot/IhaEEbUA1ILQ6wH5TRFICMO7jywtRLhxnKjmxi+PbnF4bLu2z8GLL1bPFmNFhRsRya4Rhw5QlQUrzwGlJUGIhKM4SpGuJzOQisABYVkTQv7GhVXEfhqhOKqFDhFBFTZX4mM1ii6F7pM5LQbAEVimJQqVfQDEqw2QIQYAB/YDanG7yTMQAAAABJRU5ErkJggg==') center no-repeat;
        background-size: 19px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }


.consent-revoke input[type="radio"] {
    display: none;
}

    .consent-revoke input[type="radio"] + label {
        width: 85% !important;
        display: inline-block !important;
        font-size: 14px;
        font-weight: normal;
        color: #000;
        font-family: "Roboto Regular", "Segoe UI", "sans-serif";
        margin: 12px 12px 0 6px;
    }

        .consent-revoke input[type="radio"] + label span {
            display: inline-block;
            width: 21px;
            height: 21px;
            padding-left: 3px !important;
            vertical-align: middle;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI3MjY1NTY0NjYyMTFFNUE2NTk4NTFFRDkyRDFDMDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI3MjY1NTc0NjYyMTFFNUE2NTk4NTFFRDkyRDFDMDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjcyNjU1NDQ2NjIxMUU1QTY1OTg1MUVEOTJEMUMwNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjcyNjU1NTQ2NjIxMUU1QTY1OTg1MUVEOTJEMUMwNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlQBG8EAAAD/SURBVHjavFZLDoIwEG3VeAPdmKAmrvQUbrwCwi3gTkg8gi7kFLjSuNGN7mRlFOubpCaaKB/t8JJHh0Dfg4HOVIoMKKX6GGxwDA7Blr50AtdgBM6llDtRBhC2wBmYqnyk+l6rqLgDnlV50BwnT9wD7+p30Fwv68n/EX81cT7lPFHmkLx9E5wEyjwC0pYIuhi3YF2YRQoOajhMGcSF1rTpDRYIJoIHSzLYI+gwGRzI4IqgwWRwI4MLgianAWuK6C+KBR9iMlgxGkSUoh6CDddCe5aKkKFUhNUVO4Zy7X7rCb6BhuMXaZnJj2lxK2/6ssS2ZQS29aWjXqC525aHAAMAfFahlatzQ8UAAAAASUVORK5CYII=') center no-repeat;
            background-size: 19px;
            justify-content: center !important;
            cursor: pointer;
            margin-right: 6px;
        }

    .consent-revoke input[type="radio"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABRCAYAAABFTSEIAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAALASURBVHhe7dw7TuRAEIDhGUAi4EwcgIQLEXOhSTgAMcchQAINKuSSLNO2u+td7f6l1Tpgta6PcpsAOF/eP66nEbmb6e8RsQHIbAAyC3cGPr99TlfrXZ4epiv/XAFrsGrzQjUFlATbywrUBNASbpk2pCqgJ9wyLUgVwEhwy6Qhxb+MiYwHSd+fKGB0PEzyPkUe4SxwpbiPNHsDM+NB3PtnAWbHwzhzkAF7wcOo85AAe8PDKHM1A/aKh7XOx36JHL0mwN63D2uZsxrwKHhY7bxVgEfDw2rmHmcgs13AzNt3fX2crujtzd/tBiKeBOJWm4BZt2+JxkXccuhuA9ewtDZxFTDj9u0hcRDXPLrZwFoc6U3sArAG5evn++8PJImYHrAF4/72brqiIZYe4yJglvOPiidZ2g3kPobnl/fpipcZoOS5EwUPMgHEgSUQI+FB6oDLgTkAEfCW74d/gJIvkLWBKRAR8EqpbeDewC0gUfEgFcDagWs+LjIeJA7YOvDWx0fHg0QBqQOX/l0GPEjtDGxtDpYFDxIF5N44wGXCg8Q30HqAeR7/t8oj7DGI1yfuH6DU9xBbDuS59aovEYvBrPGWC6YKCGkO6Ll5mDogpDFoBDzIBBCSHDgKHlQEVPupHoHBI+FBZhuIcQC88UqLZQ4IUSCibR7mAgi1gETFg1YBtc7BeTUwUfDWPNw2ENsCirx52CagxRZCJahIeFsO7huIzcEybB5W9dOaWb7VQ6O9pzDMBmatCtDqLIxWzdzVG3g0xNp5mx7ho27iVuMMLNSyKM2AvW9h63ykDewVkTIX+RHuDZE6D+sM7AWRMwf7JZIdkXv/bEAIbiIjpMQ9iwBiWRAlP+GigFB0ROn7G78/kJkqIOYJqf1EmABilpBWR4kp4DwNTI/z1w2wVAuqB1apUIAZE/8y5mgNQGYDkNXp9AvBNDwAzuZzJQAAAABJRU5ErkJggg==') center no-repeat;
        background-size: 19px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }


.button-icon-small {
    color: white !important;
    width: 35px !important;
    min-width: 32px !important;
    padding: 1px !important;
    font-size: 12px !important;
}

.button-icon-bookmark {
    width: 35px !important;
    min-width: 32px !important;
    padding: 1px !important;
    background: none;
    border: none;
}

.view-container .padding-top-search {
    padding-top: 3px !important;
}

.bookmarkAll {
    padding-top: 10px !important;
    padding-left: 13px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

select {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFF url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkE5MEU1NDU0NjYxMTFFNUIzMjg4RTYzMjNCNTMwMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkE5MEU1NDY0NjYxMTFFNUIzMjg4RTYzMjNCNTMwMzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQTkwRTU0MzQ2NjExMUU1QjMyODhFNjMyM0I1MzAzMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQTkwRTU0NDQ2NjExMUU1QjMyODhFNjMyM0I1MzAzMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn+je7sAAAEaSURBVHja7Ne/DsFAHAfw+x3xBha7xYvYbDUgBhMpzgP4kxCztCWsJAYWbyPxBBLPoD2HWDS59KKVDt/fdMNd75Pfr7/rlaSULM3BWcoDQAABBBBAAAEEUBtZk8lExFx3OVRXtJwQvbHJWs/zar7Py4VCvmVZlp9IBl13U1LXx4mijhzHm5rggoB2RLJ5vd4qiZW432+fpaSGGt6jIj84NcyoNWMhuqdE38HBwD5ERYZx9uwvTRIFGQfupy7WIReLVT0O3KsxTX6anl38HY6zrjLm798ngpwFAb9wLrc6nNGevwLDSPZ8IOkyZ7JnLAe1EJ2jSlj9XW497u8lDmfyXlSH+Fw3L7ES41sMIIAAAggggAACaBoPAQYATMKQU7wsa38AAAAASUVORK5CYII=') no-repeat 99% center;
    min-width: 100px;
    width: 100%;
    height: 40px;
    text-indent: 0.01px;
    color: #000;
    padding: 10px;
    box-shadow: none;
    font-family: 'Roboto Regular';
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 11px;
}

    select::-ms-expand {
        display: none;
    }

.select-goal {
    padding: 0 10px 0 10px !important;
    height: 30px !important;
}

input[type=text],
input[type=number],
input[type=tel] {
    border: 0 !important;
    padding: 10px;
    box-shadow: none;
    color: #000;
    background-color: #FFF;
    min-width: 100px;
    width: 100%;
    font-family: 'Roboto Regular';
    font-size: 14px;
    height: 40px;
}

input[type=password] {
    padding: 10px;
}

input[type=date],
input[date-picker] {
    padding-left: 8px;
}

input[type=email] {
    padding-left: 10px;
}

table.ccm-table-plain,
table.ccm-daily-activity,
table.ccm-assignment-table,
table.ccm-table {
    font-size: 14px;
    width: 100%;
}

    table.ccm-table-plain tr > th,
    table.ccm-assignment-table tr > th,
    table.ccm-table tr > th {
        background-color: #081F2C !important;
        color: #fff;
        padding: 8px;
    }

    table.ccm-daily-activity tr > th {
        background-color: transparent;
        color: #007ac2 !important;
        padding: 4px;
    }

    table.ccm-table-plain, tr > td,
    table.ccm-assignment-table tr > td :not(span),
    table.ccm-table tr > td {
        color: #000;
        padding: 8px;
    }

table.ccm-help-table tr > td {
    color: #000;
    padding: 8px;
    vertical-align: middle !important;
}

span.green-font {
    color: green;
    background-color: transparent !important;
}

span.red-font {
    color: red;
    background-color: transparent !important;
}

.help-icon-info {
    text-align: center !important;
    vertical-align: middle !important;
    min-width: 60px !important;
}


table.ccm-table-plain > tbody > tr.non-reconciled > td {
    background-color: #f8d893 !important;
}

table.ccm-table tr:nth-child(even) {
    background-color: #c6d5dd;
}

table.ccm-table tr:nth-child(odd) {
    background-color: #dde7ed;
}

table.ccm-assignment-table tr:nth-child(even) {
    background-color: #c6d5dd;
}

table.ccm-assignment-table tr:nth-child(odd) :not(span) {
    background-color: #dde7ed;
}

table.ccm-assignment-table table td {
    background-color: transparent !important;
}

table.ccm-table-plain tr:nth-child(even),
table.ccm-table-plain tr:nth-child(odd) {
    background-color: transparent !important;
}

.wordwrap {
    word-break: break-all;
}

.loginError {
    margin: 0 12px 0 12px;
    padding: 5px 12px 5px 12px;
    min-height: 35px;
    background-color: #f0cdcd;
    border: 1px solid #e79e9e;
    color: #cc0000;
    font-size: 14px;
}

.login-version {
    font: Regular;
    color: #919194;
    font-size: 12px;
    margin: 0 auto;
}

label {
    font-size: 16px;
    font-weight: normal;
    color: #174f76;
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
}


    label > input[type=text],
    label > input[type=checkbox],
    label > input[type=button],
    label > input[type=password],
    label > input[type=tel],
    label > button,
    label > select {
        top: 8px;
    }

.ccm-button-icon {
    height: 25px !important;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    min-width: 32px;
    max-width: 49px;
    min-height: 32px;
    padding: 0 0 0 0 !important;
}

    .ccm-button-icon:focus {
        border: 1px outset;
    }

.ccm-button-icon-small {
    height: 20px !important;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    width: 16px;
}

.ccm-button-icon .badge {
    position: relative;
    top: -9px !important;
    left: -6px;
}

.ccm-button-icon :active,
.ccm-button-icon :focus,
.ccm-button-icon :current {
    background-color: transparent;
}

.ccm-button-icon > img.header-icons {
    position: relative;
    fill: #FFF !important;
    margin-top: 10px;
    height: 16px;
    width: 16px;
}

.header-notify .badge {
    padding-top: 0;
    padding-right: 4px;
    font-size: 7px;
    text-align: center;
}

.header-notify .button .badge {
    top: -44px;
    left: 2px;
}

.header-notify .notify-icon {
    right: -5px;
}

.search {
    width: 100%;
    margin: 0 !important;
    height: 36px !important;
    background: #005e96;
}

    .search button.search-button {
        background-color: transparent;
        border: none;
        padding: 0px;
        line-height: inherit;
        width: 32px;
        height: 26px;
        padding-top: 4px;
    }

        .search button.search-button > img {
            height: 20px;
            width: 20px;
        }

    .search input[type=text].search-text {
        font-family: 'Roboto Medium';
        padding-left: 5px !important;
        padding-right: 5px !important;
        min-width: 65%;
        position: relative;
        top: 0 !important;
        margin: 0;
        color: #FFF !important;
        background-color: transparent;
        background-size: 20px;
        height: 36px !important;
    }

button.clear-text {
    position: relative;
    float: right;
    background: transparent url('../../app/Images/iconclose.svg') 98% center no-repeat;
    background-size: 20px;
    height: 36px;
    width: 36px;
    border: none;
}

img.circle-image {
    height: 41px;
    width: 41px;
    border-radius: 50%;
    margin-top: 4px;
    margin-left: 8px;
}

.header-title {
    font-size: 18px !important;
}

.header-subtitle {
    font-size: 12px !important;
}

.ccm-side-menu-item {
    display: table;
    background-color: transparent !important;
    border: none;
    height: 56px !important;
}

.ccm-side-menu-item a
{
    padding-left:0px;
    padding-right:0px;
}

hr.ccm {
    height: 1px;
    width: 95%;
    margin: 0 8px 0 8px;
    border: none;
    background-color: #d9e1e6;
    box-shadow: #d9e1e6 inset;
}

hr.filter {
    height: 1px;
    width: 95%;
    margin: 0 8px 0 8px;
    border: none;
    background-color: #b2c3cd;
    box-shadow: #b2c3cd inset;
}

a.side-menu-item {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    background-color: transparent;
    display: table-cell;
    height: 100%;
    padding-right: 95px;
}

.side-dashboard {
    background: url('../Images/icondashboard.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-workorders {
    background: url('../Images/iconworkorders.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-quick-help {
    background: url('../Images/iconquickhelp.svg') 0.5% center no-repeat;
    background-size: 20px;
}

.side-stats {
    background: url('../Images/iconstats.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-mapview {
    background: url('../Images/iconmapview.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-sendFeedback {
    background: url('../Images/iconsendlogfile.svg') 0.5% center no-repeat;
    background-size: 18px;
}


.side-equipment-stats {
    background: url('../Images/iconequipmentstats.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-track-agent {
    background: url('../Images/icontrackagent.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-daily-activity {
    background: url('../Images/icondailyactivity.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-reopen-job {
    background: url('../Images/iconreopen.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-disputed-orders {
    background: url('../Images/icondisputedorders.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-assignment-info,
.side-other-report {
    background: url('../Images/iconotherreport.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-payment-reconciliation {
    background: url('../Images/iconcash.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-equipment-turnin {
    background: url('../Images/iconequipmentturnin.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.side-failed-transact {
    background: url('../Images/iconfailure.svg') 0.5% center no-repeat;
    background-size: 18px;
}

.header-map {
    background: url('../Images/iconrouteoptimization.svg') 0.5% center no-repeat;
    background-size: 18px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

a.side-menu-item > img {
    width: 20px;
    height: 20px;
}

a.side-menu-item > span {
    vertical-align: middle;
}

button.logout-button {
    width: 100%;
    left: 20px;
    right: 20px;
    border: none;
    background-color: #007ac2;
    font-size: 16px;
    color: #FFF;
    height: 36px;
    bottom: 36px;
    margin-bottom: 14px !important;
}

div.update-timestamp {
    height: 36px;
    font-size: 12px;
    color: #919194;
}

.last-update-footer {
    background-color: #697b8c;
    height: 32px;
}

.last-update-refresh-img {
    height: 14px;
    vertical-align: middle;
}

div.last-update-timestamp {
    height: 32px;
    font-size: 12px;
    color: #FFFFFF;
}

.side-menu {
    background-color: #B2C3CD;
    bottom: 80px;
}

div.modal div.modal-backdrop {
    z-index: 0;
}

.side-menu-footer {
    background-color: #B2C3CD;
    height: 15%;
}

.login-footer {
    background-color: transparent !important;
    height: 8%;
    background-size: 100% 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.select-role-page {
    background: linear-gradient(to bottom, #0b354c, #0b2534);
}

    .select-role-page .caption {
        color: #FFF;
        font-size: 20px;
    }

    .select-role-page .item,
    .select-role-page .list-inset {
        background-color: transparent !important;
        border: none;
    }

.login-page {
    background: linear-gradient(#0b354c, #0b2534);
}

    .login-page .item,
    .login-page .list-inset {
        background-color: transparent !important;
        border: none;
    }

    .login-page .item-input {
        padding-right: 16px;
    }

    .login-page .item > .login-item {
        width: 100% !important;
        height: 48px;
        background-color: #081f2c !important;
    }

.login-page-desktop {
    background: url('../Images/charterLogo.png') center 26% no-repeat, linear-gradient(to bottom, #0b354c, #0b2534);
}


    .login-page-desktop .item,
    .login-page-desktop .list-inset {
        background-color: transparent !important;
        border: none;
    }

    .login-page-desktop .item-input {
        padding-right: 16px;
    }

    .login-page-desktop .item > .login-item {
        width: 100% !important;
        height: 48px;
        background-color: #081f2c !important;
    }

.item > .login-item > input.input-login {
    margin: 0 20px 0 33px;
    color: #FFF;
    background-color: transparent !important;
    font-size: 16px;
    height: 48px !important;
    width: 100% !important;
}

.login-item input {
    font-family: 'Roboto Regular';
    font-size: 16px;
}

    .login-item input[type=text].username {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEM2NThGMTY0NjU5MTFFNUFBRDJENjQ5OTU0RjY1N0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEM2NThGMTc0NjU5MTFFNUFBRDJENjQ5OTU0RjY1N0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QzY1OEYxNDQ2NTkxMUU1QUFEMkQ2NDk5NTRGNjU3QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QzY1OEYxNTQ2NTkxMUU1QUFEMkQ2NDk5NTRGNjU3QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvH19CQAAALwSURBVHja7FhNSFRRFP7uG5uf6EfKxEUtBHVRRC0ziKw2UQtxoZYgocQIpm+sRboRZpkQ5YwazBAFBVG6iBb9bfpdtDWkIB1w40IohdnojDjv9t03s6lshpE30zPuhXvunXe/+9753jn3nPNGSCmxlZuBLd40AU1AE9AENAFNQBP4l62i2A1CiPyAcNhA5Y8uAi8RfTh39TP7fYSiDzjmLb6Krc1E0RvyEYgFdyPlf8bZyZzS73IrTexHqN57rKabMRRPuo9ALLiNyn+wFZW4jIHoo1/WR80OCNzlE6exvLeJllpzgoBzZyDtG6Q8Bsvq+EN51dQ1tSZFIyqXhpx6rDMWGOneCf+OBb7h1zCjbXlvEDUnYeEMAqkD6ImvuMMCvu3NlLuQsSIFsQojsIcWa3FPGBVGI0USyapPBbE2RibpSsfdQ0DKWopZHkyrINbGiG/ZPa6xgFD5JF0E4zT3eF1EQC5TqeoiNijskotcSMxQ1uNmsKog1sbIBrrQjJss8EL5Eby+CwWxNoZYA8/dkwdUi5hvKBuwmjr011LhBkuNgP8LZ7Osi067KxNnrOuU1Qj4HjPSeDeIPl57TWGyWLjLAlkrdNpVJ+RXIodpjWwxF/CrYm6Y/Sh7F9/+Q3cUcxO9dch4QpydZQG3n6tBHuhFCCvG+W9xXs5DGj18Yg3ncWbjBV58BU8mgit3EuUnMBq6yt0jdkxXikiRgMeKo398Hq2tHpyoOQVLZr8HDEapj4tvMTWVwVhfLTJGkHvrbOIQPu4dxEDkdvkIZJW/xZ+THPtgjn3flANH+/dR+XHO2jheUyRKTyAaquegIslT+nK7IycxYj6hbEHF+kHZO5EobRSS0qRcs9+8c6Gkz77nesVA6ROZwHnKl5t2m42aupcEk6E8V4ZMLBhtkIDjTc7l7l3afyXoQrM8ye3025TDDC6yz5WegIFOfhLeoyuFnTUApmHI7pJnYv3PnCagCWgCmoAmoAloAv8RgZ8CDAAgah6qdviLGgAAAABJRU5ErkJggg==') left center no-repeat;
        background-size: 38px;
        margin-left: 0 !important;
        padding-left: 40px;
    }

    .login-item input[type=password].password {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDJBMDJBN0E0NjVBMTFFNUE3RURFQzJBN0U2NzQ1RDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDJBMDJBN0I0NjVBMTFFNUE3RURFQzJBN0U2NzQ1RDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MkEwMkE3ODQ2NUExMUU1QTdFREVDMkE3RTY3NDVEMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MkEwMkE3OTQ2NUExMUU1QTdFREVDMkE3RTY3NDVEMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjOksQIAAAJXSURBVHja7JjPaxNBFMe/s9vFRhQtLcUgCAWjtHcP3oTSikdpeimUHouSRutBj/ZaBNNf0BZ68yBoexJ6yUV6KP4FRYVSKAriz4hClZAdv7PZQt0kJexKdiPvwezO7rw3vM/szJs3q7TWaGex0OYiAAIgAAIgAAIgAHFKR1hDpVTty8LtfijnIZQe5FNPoPUztCrCcu8jv/guaBo2J1OhDYMAhdw1WNYL1k6x7FFjh265vja/tB5gpY+lBNe9iemll8kBeDydglXZZW9dUBjnCK/XNVqYykLjCb/EF7h2BvcKB1EB/s0asCvDdDxNrEJD5414bdRROA9Vvp6kRZzx71tN6FZ1LOtiggDUYTAoN6FcDtjIPtDWEiUKKcznN1i9wMhyzluY0G/Z8uN4S32aOpdo8542H/hiH3cWRnRIR8IDzE6eQaqzxKoJhd9CDmAXSwoHv87qB6vfW7oTH5FNjmA2lOV83oTcEVnEAiAASQWYy41hLj+WyPNAM5GWWfSaX39qNoBkAZw8oT2XtFaNdiyWT0fqdTRoa9Jy01fLp9DX7p+8/mZJRxjAtNdHta8WA8zMmNPWNmfKFTzK9TXC9EuteDa0NX1U+4phEWu1zJneAYf3Z6N2nURl2CtBMbqObwusxJXM/Z0OaBSZ6k/h7vKb4yPTrcuAs0jnh/i0cZiGhPUjehSq2OM8D7t0aJSOvSbQjpdh1h5uHC9zBQb8Zf2c5+KJONPp4F+JGzwmTnIor7Kxt0HU+cjrK7avcuQ3Y/0rIamEAAiAAAiAAAiAAPwHAH8EGAAC6roBBjvkGwAAAABJRU5ErkJggg==') left center no-repeat;
        background-size: 38px;
        margin-left: 0 !important;
        padding-left: 40px;
    }

    .login-item input[type=text]:focus,
    .login-item input[type=text]:active,
    .login-item input[type=password]:focus,
    .login-item input[type=password]:active {
        border: 1.5px solid #007ac2 !important;
    }

.showpassword {
    height: 24px !important;
    margin-left: 0 !important;
    display: table;
}

.bookmark-all-image {
    height: 24px !important;
}

label.padding-side-20 {
    position: relative;
    top: 5px;
}

label.showpassword > label {
    height: 24px !important;
    margin-top: 3px;
}

img.work-order-icon {
    width: 20px;
    height: 20px;
    padding: 2px;
    margin: 2px;
}

img.help-icons {
    width: 25px;
    height: 25px;
    padding: 2px;
    margin: 2px;
}

.button-select-role {
    text-align: left !important;
    font-size: 18px;
    font-family: 'Roboto Regular';
}

    .button-select-role > i {
        font-size: 1.2em !important;
    }

.hideit {
    display: none;
}

.recon-mode {
    width: 53%;
    text-align: left;
    padding-left: 40px !important;
}

.recon-amount {
    width: 60%;
    text-align: center;
}

.work-order {
    background-color: #FFF !important;
}

.work-order-box-swap {
    background-color: #fff5e5 !important;
}

.work-order-chronic {
    background-color: #FAE5D8 !important;
}

.work-order-high-priority-chronic {
    background: url('../Images/iconprioritystamp.svg') center no-repeat #FAE5D8;
    background-size: 120px;
}

.work-order-high-priority-never-pay {
    background: url('../Images/iconprioritystamp.svg') center no-repeat #dcc7e3;
    background-size: 120px;
}

.work-order-high-priority-pending-payment {
    background: url('../Images/iconprioritystamp.svg') center no-repeat #F1F0F0;
    background-size: 120px;
}

.work-order-high-priority {
    background: transparent url('../Images/iconprioritystamp.svg') center no-repeat;
    background-size: 120px;
}

.non-pay-work-order {
    background: transparent url('../Images/iconnonpaystamp.svg') center no-repeat;
    background-size: 120px;
}

.special-work-order {
    background: transparent url('../Images/iconemtatag.svg') no-repeat;
    background-position-x: calc(100% - 56px);
    background-size: 375px;
}

.ebb-work-order {
    background: transparent url('../Images/iconebbtag.svg') no-repeat;
    background-position-x: calc(100% - 56px);
    background-size: 375px;
}

.prequalified-acp-work-order {
    background: transparent url('../Images/iconprequalifiedacptag.svg') no-repeat;
    background-position-x: calc(100% - 56px);
    background-size: 375px;
}

.ecf-work-order {
    background: transparent url('../Images/iconecftag.svg') no-repeat;
    background-position-x: calc(100% - 56px);
    background-size: 375px;
}

.ebb-eligible-work-order {
    background: transparent url('../Images/iconebbeligible.svg') no-repeat;
    background-position-x: calc(100% - 56px);
    background-size: 375px;
}

.work-order-pending-payment {
    background-color: #F1F0F0 !important;
}

.work-order-never-pay {
    background-color: #dcc7e3 !important;
}


.wo-margin-mobile {
    margin: 8px 8px 0 8px !important;
}

.wo-margin-desktop {
    margin: 8px 30px 0 30px !important;
}

.margin-desktop {
    margin: 30px 30px 30px 30px !important;
    background-color: #b2c3cd;
}

.slide {
    position: relative;
    -moz-transition: left, 1s;
    -webkit-transition: left, 1s;
    -o-transition: left, 1s;
    transition: left, 1s;
    left: 0;
}

.slide-left {
    left: -300px;
}

.cpe-slide-left {
    left: -231px;
}

.work-order .work-order-header {
    position: relative;
    margin: 12px 12px 6px 12px;
    width: 100%;
    height: auto !important;
}

.work-order .reopen-header {
    position: relative;
    margin: 12px 12px 6px 0;
    width: 100%;
    height: auto !important;
}

.owned {
    background-color: #fcf3bf !important;
}

    .owned .work-order-header {
        position: relative;
        margin: 12px 12px 6px 12px;
        width: 100%;
        height: auto !important;
    }

    .owned .reopen-header {
        position: relative;
        margin: 12px 12px 6px 0;
        width: 100%;
        height: auto !important;
    }

.work-order-content {
    width: 85%;
    display: inline-block;
    vertical-align: middle;
}

.work-order .work-order-header img.work-order-context, .download-img {
    height: 20px;
    position: relative;
    float: right;
    margin-right: 12px;
    top: 35% !important;
}

.owned .work-order-header img.work-order-context, .download-img {
    height: 20px;
    position: relative;
    float: right;
    margin-right: 12px;
    top: 35% !important;
}

img.work-order-context {
    margin-right: 8px !important;
}


.work-order .work-order-footer {
    position: relative;
    width: 100%;
    margin-right: 12px;
    background-color: inherit;
    height: 28px !important;
    text-align: center;
    vertical-align: middle;
    color: #00916e;
}

    .work-order .work-order-footer span {
        font-weight: bold !important;
    }

.owned .work-order-footer {
    position: relative;
    width: 100%;
    margin-right: 12px;
    background-color: inherit;
    height: 28px !important;
    text-align: center;
    vertical-align: middle;
    color: #00916e;
}

    .owned .work-order-footer span {
        font-weight: bold !important;
    }

.wo-context-button {
    height: inherit;
    width: 35px;
    background: none;
    margin-right: 8px;
    border: none;
    position: absolute;
    right: -13px;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.work-order-context-menu {
    position: absolute;
    height: 132px;
    background-color: #007AC2;
    width: 310px;
    margin: 0 !important;
}

    .work-order-context-menu > div {
        margin-top: 20px;
        width: 100%;
    }

    .work-order-context-menu a {
        margin-top: 30px !important;
        text-decoration: none !important;
        background-color: transparent;
    }

        .work-order-context-menu a > img {
            margin-top: 10px !important;
            height: 70px !important;
            width: 55px !important;
            padding: 10px !important;
            border-left: none;
            border-bottom: none;
            border-top: none;
            border-right: 1px solid #3395CE;
        }

.cpe-work-order-context-menu {
    position: absolute;
    height: 132px;
    background-color: #007AC2;
    width: 310px;
    margin: 0 !important;
}

    .cpe-work-order-context-menu > div {
        margin-top: 20px;
        width: 100%;
    }

    .cpe-work-order-context-menu a {
        margin-top: 30px !important;
        text-decoration: none !important;
        background-color: transparent;
    }

        .cpe-work-order-context-menu a > img {
            margin-top: 10px !important;
            height: 70px !important;
            width: 55px !important;
            padding: 10px !important;
            border-left: none;
            border-bottom: none;
            border-top: none;
            border-right: 1px solid #3395CE;
        }

/*  Work Order Details  */
.work-order-details {
    margin-top: 48px;
}

.wo-detail-name {
    width: 100%;
    padding: 12px 8px;
    background-color: #007ac2;
    color: #FFF;
}

    .wo-detail-name > .cust-name {
        color: #FFF !important;
        font-size: 20px !important;
        font-weight: bold;
        padding-bottom: 12px;
    }

    .wo-detail-name .cust-address {
        font-size: 14px !important;
        margin-top: 12px;
        border: none;
        background: transparent url('../Images/iconmapwhite.svg') 1% center no-repeat;
        background-size: 14px;
        padding-left: 25px;
        text-align: left;
        color: #FFF;
    }

    .wo-detail-name .cust-same-address {
        font-size: 14px !important;
        border: none;
        background: transparent url('../Images/iconmapwhite.svg') 1% center no-repeat;
        background-size: 14px;
        padding-left: 25px;
        text-align: left;
        color: #FFF;
    }

    .wo-detail-name .cust-address-line {
        font-size: 14px !important;
        border: none;
        background-color: #007ac2;
        padding-left: 25px;
        color: #FFF;
    }

    .wo-detail-name .cust-address-header {
        font-size: 14px !important;
        margin-top: 12px;
        border: none;
        background-color: #007ac2;
        color: #FFF;
    }

.wo-detail-phone {
    width: 100%;
    padding: 12px 8px;
    background-color: #00916e;
}

.wo-cust-detail {
    width: 100%;
    padding: 2px 8px 2px 0;
    border-bottom: 1px solid #0a2433;
}

.wo-cust-detail-last {
    width: 100%;
    padding: 2px 8px 2px 0;
}

.wo-accordion-finance-first {
    width: 100%;
    padding: 0px 8px 2px 0px;
    border-bottom: 1px solid #0a2433;
}

.wo-accordion-finance {
    width: 100%;
    padding: 2px 8px 2px 0px;
    border-bottom: 1px solid #0a2433;
}

.wo-accordion-finance-last {
    width: 100%;
    padding: 2px 8px 2px 0px;
}

/* payment receipt */

.payment-receipt-details {
    margin-top: 30px !important;
    margin-bottom: 10px;
    background-color: #FFFFFF !important;
    border: 1px solid black;
}

.pay-receipt-details {
    margin-top: 48px;
    background-color: #FFFFFF !important;
}

.pay-receipt-title {
    width: 100%;
    padding: 8px;
    font-weight: bold;
    font-family: 'Roboto Bold';
    background-color: #dde7ed !important;
    color: #0a2433 !important;
    font-size: 16px;
}

.pay-receipt-title-regenerate {
    width: 100%;
    padding: 4px;
    font-weight: bold;
    font-family: 'Roboto Bold';
    background-color: #dde7ed !important;
    color: #0a2433 !important;
    font-size: 16px;
}

.pay-receipt {
    width: 100%;
    padding: 4px 8px 4px 8px;
    font-family: 'Roboto Regular';
    background-color: #FFFFFF !important;
}

.pitStop-info {
    width: 100%;
    font-family: 'Roboto Regular';
    background-color: transparent !important;
}

.receipt-header {
    font-family: 'Roboto Bold';
    font-size: 14px;
    color: #0b354c;
}

.receipt-info {
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: #000000;
}

.pitStop-activity-header {
    font-size: 13px;
}

.pitStop-activity-info {
    font-family: 'Roboto Regular';
    font-size: 13px;
    color: #000000;
}

.button-receipt {
    padding: 3px !important;
    font-family: 'Roboto Regular';
    font-size: 16px;
    color: #FFFFFF !important;
    background-color: #007ac2 !important;
    height: 48px;
    width: 90% !important;
    margin: 5px auto 5px auto !important;
}

.bgColor-receipt {
    background-color: #FFFFFF;
}

/* email receipt */
.email-receipt-details {
    margin-top: 48px;
    padding: 12px;
}

.email-receipt-title {
    font-family: 'Roboto Bold' !important;
    color: #0a2433 !important;
    font-size: 16px !important;
}

.input-other-email {
    width: 100% !important;
    height: 40px !important;
    margin-left: 10px !important;
    padding-bottom: 0 0 0 20px !important;
    line-height: 40px !important;
}

.other-id-text {
    width: 95%;
    padding-top: 12px;
}

.padding-email {
    padding: 8px 12px 8px 12px;
}

.bg-email {
    background-color: #dde7ed !important;
}

.comment-details {
    margin-top: 48px;
    padding: 12px;
}

.comment-details_sup {
    margin-top: 0px;
    padding: 12px;
}

.comments-text {
    font-family: 'Roboto Medium';
    font-size: 14px;
    color: #000;
    margin: 6px 0 30px 0;
    width: 100%;
    height: 150px;
    padding: 8px;
    resize: vertical;
}

.header .col {
    background-color: #dde7ed !important;
    font-size: 14px;
    font-family: 'Roboto Regular';
    color: #000000;
}

.col {
    border: solid 1px #0a2433;
    border-bottom-style: none;
    border-right-style: none;
    font-size: 14px;
    font-family: 'Roboto Regular';
    color: #000000;
}

    .col:last-child {
        border-right: solid 1px #0a2433;
    }

.row:last-child .col {
    border-bottom: solid 1px #0a2433;
}

.wo-detail-phone button.cust-phone {
    background: transparent url('../Images/iconphonewhite.svg') left center no-repeat;
    background-size: 18px;
    padding: 1px 5px 1px 22px;
    font-size: 16px;
    border: none;
}

    .wo-detail-phone button.cust-phone a {
        color: inherit !important;
        text-decoration: none !important;
    }

.wo-detail-phone button.cust-phone-disabled {
    background: transparent url('../Images/iconphonedisabled.svg') left center no-repeat;
    background-size: 18px;
    padding: 1px 5px 1px 22px;
    font-size: 16px;
    border: none;
}

.wo-detail-phone button.cust-charter-phone {
    background: transparent url('../Images/iconcharterphone.svg') left center no-repeat;
    background-size: 18px;
    padding: 1px 5px 1px 22px;
    font-size: 16px;
    border: none;
}

.service-icon {
    width: 18px;
    height: 18px;
    margin: 4px;
    border: none;
    display: inline-block;
}

.dg-service-icon {
    width: 17px;
    height: 17px;
    margin: 3px;
    border: none;
    display: inline-block;
    vertical-align: bottom;
}

.wo-detail-phone .cust-phone-sub {
    font-size: 12px;
    color: #0a2433;
    margin-left: 22px;
}

.wo-cust-detail-header {
    font-size: 14px;
    color: #007ac2;
    font-family: 'Roboto Regular';
}

.help-topics-header {
    font-size: 18px;
    color: #31414a;
    font-family: 'Roboto Regular';
    margin: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}

.wo-cust-detail-info {
    font-size: 14px;
    color: #000000;
    font-family: 'Roboto Medium';
}

.wo-accordion-cust-red {
    font-size: 14px;
    color: #cc0000;
    font-family: 'Roboto Medium';
}

.wo-detail-email {
    width: 100%;
    padding: 12px 8px;
    background-color: #0b354c;
}

.email-pad-bottom {
    padding-bottom: .4rem;
}

.expand-section {
    padding: .4rem;
    color: #cc0000;
    margin: 0 auto;
    text-align: center;
}

.approvalHeading {
    font-size: 16px;
    background-color: #081F2C;
    color: white;
    padding-left: 1%;
    height: 5%;
    padding-top: 0.5%;
    cursor: pointer;
}

.dispute-heading-arrow {
    float: right;
    padding-right: 2%;
}

.reports-info-icon {
    float: right;
    padding-right: 2%;
    width: 20px;
    height: 20px;
}


.turnin-info-icon {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding-left: 4px;
}

.wo-detail-email .cust-email {
    text-decoration: none;
    background: transparent url('../Images/iconmailwhite.svg') left center no-repeat;
    background-size: 18px;
    padding: 1px 5px 1px 22px;
    font-size: 14px;
    border: none;
}

.wo-detail-email .cust-email-sub {
    font-size: 12px;
    color: #00916e;
}

.work-order-name {
    color: #007ac2 !important;
    font-size: 18px !important;
    font-weight: bold;
    padding-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new-work-order {
    display: inline-block;
    height: 20px;
    border: none;
    font-size: 12px;
    color: #FFF;
    font-family: 'Roboto Thin';
    background-color: #e24f4f;
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 10px;
}

.wo-failed-attemps {
    display: inline-block;
    height: 19px;
    border: none;
    font-size: 12px;
    color: #FFF;
    font-family: 'Roboto Medium';
    font-weight: lighter;
    background-color: #F7922A;
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 6px;
}

.wo-one-time-disposed {
    display: inline-block;
    height: 19px;
    border: none;
    font-size: 12px;
    color: #FFF;
    font-family: 'Roboto Medium';
    font-weight: lighter;
    background-color: #c42f1d;
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 6px;
}

.button-work-details {
    padding: 2px 15px 2px 23px;
    margin-bottom: 1px;
}

.accordion-header {
    padding: 8px;
    border-bottom: 4px solid #b2c3cd;
    background-color: #dde7ed !important;
    color: #0a2433 !important;
    font-size: 16px;
    height: 40px;
    font-family: 'Roboto Medium';
    white-space: nowrap;
}

.accordion-body {
    padding: 8px !important;
    white-space: normal;
}

.padding-search {
    padding-top: 5px !important;
}

.work-order-address {
    font-size: 12px;
    color: #000;
    padding-bottom: 3px;
    white-space: normal;
    font-weight: 600;
}

.work-order-no {
    color: #606060;
    font-size: 14px;
}

.display-table {
    position: relative;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.display-table-sup-dashboard {
    position: relative;
    display: table;
    vertical-align: middle;
}

.display-table-bi {
    position: relative;
    display: table;
    vertical-align: middle;
}

.display-table-cell {
    vertical-align: middle !important;
    display: table-cell;
    top: 50%;
}

.display-table-cell-abs {
    vertical-align: middle !important;
    display: table-cell !important;
}

.table-imp {
    display: table !important;
}

.button-work-order {
    text-align: center;
    padding: 2px 10px 2px 23px;
    margin-bottom: 1px;
}

    .button-work-order > span {
        color: #00916e;
    }

.button-work-order-disabled {
    text-align: center;
    padding: 2px 10px 2px 23px;
    margin-bottom: 1px;
}

    .button-work-order-disabled > span {
        color: #d3d3d3;
    }

.ccm-date-picker {
    background: url('../Images/iconcalender.svg') center no-repeat;
    background-size: 30px 60px;
    height: 30px !important;
}

.button-route-map {
    background: url('../Images/iconmap.svg') 1% center no-repeat;
    background-size: 17px;
}

.button-route-map-white {
    background: url('../Images/iconmapwhite.svg') 1% center no-repeat;
    background-size: 17px;
}

.button-call-phone {
    background: url('../Images/iconphone.svg') 1% center no-repeat;
    background-size: 17px;
}

    .button-call-phone > span > a {
        text-decoration: none !important;
        color: inherit !important;
    }

.button-call-phone-disabled {
    background: url('../Images/iconphonedisabled.svg') 1% center no-repeat;
    background-size: 17px;
}

.button-call-mobile {
    background: url('../Images/iconcharterphone.svg') 1% center no-repeat;
    background-size: 17px;
}

.button-call-mail {
    background: url('../Images/iconmail.svg') 1% center no-repeat;
    background-size: 17px;
}

.width_disposalComments {
    max-width: 160px;
}

.expand-cash-payment {
    background: url('../Images/iconcollapsed.svg') 1% center no-repeat;
    background-size: 15px;
}

.collapse-cash-payment {
    background: url('../Images/iconexpand.svg') 1% center no-repeat;
    background-size: 15px;
}

.slider-pager {
    display: none;
}

#map,
map {
    margin-top: 35px;
    width: 100%;
    height: 100%;
}

/*  Dispose Work Order  */
.disposetextArea {
    margin: 6px 0px 30px 0px;
    width: 100%;
    height: 100px;
}

.item-dispose {
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    font-size: 16px;
}

.splash-page {
    background: url('../Images/charterLogo.png') center 45% no-repeat, linear-gradient(to bottom, #0b354c, #0b2534);
}

    .splash-page .content {
        text-align: center;
        font-family: 'Roboto Bold', "Segoe UI", sans-serif;
        color: #FFF;
        font-size: 18px;
        margin: 320px auto;
        width: 100%;
    }

.dispose .popup-head {
    background-color: #0a2433;
    height: 44px;
    text-align: left;
    padding-left: 16px;
}

.dispose .popup-title {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Roboto Regular';
    margin-top: -3px;
}

.dispose .popup-buttons {
    padding-bottom: 15px;
    padding-right: 66px;
    padding-left: 66px;
    padding-top: 6px;
}

    .dispose .popup-buttons .button:last-child {
        border-radius: 0;
    }

.dispose .button {
    min-width: 100%;
    margin-bottom: 5px;
    background-color: #007AC2;
    color: #FFFFFF;
}

.dispose .popup-body {
    padding-bottom: 0;
    padding-left: 15px;
}

.dispose-button {
    background-color: #007ac2;
    border: 0;
}

.wo-comments .popup-head {
    display: none;
}

.wo-comments .popup-title {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Roboto Regular';
    margin-top: -3px;
}

.wo-comments .popup-buttons {
    padding-bottom: 15px;
    padding-right: 66px;
    padding-left: 66px;
    padding-top: 6px;
}

    .wo-comments .popup-buttons .button:last-child {
        border-radius: 0;
    }

.wo-comments .button {
    min-width: 100%;
    margin-bottom: 5px;
    background-color: #007AC2;
    color: #FFFFFF;
}

.wo-comments .popup-body {
    padding-bottom: 0;
    padding-left: 15px;
}

.target {
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    -moz-transition: transform .5s;
}

.filter-title {
    color: #0a2433;
    font-family: 'Roboto Medium';
    font-size: 14px;
    padding: 10px !important;
    margin-top: 5px;
}

.filter-option-title {
    color: #0a2433;
    font-family: 'Roboto Medium';
    font-size: 14px;
    padding: 2px 10px 3px 10px;
}

.filterCheckboxes {
    display: inline-block;
    font-size: 14px !important;
    color: #000000;
    width: 50%;
}

.sort-list .sort-popup {
    margin: 12px !important;
}

.sort .button {
    min-width: 100%;
    margin-bottom: 5px;
    background-color: #007AC2;
    color: #FFFFFF;
}

.filter .button {
    min-width: 100%;
    margin-bottom: 5px;
    background-color: #007AC2;
    color: #FFFFFF;
}

.vendor .button {
    min-width: 100%;
    margin-bottom: 5px;
    background-color: #007AC2;
    color: #FFFFFF;
}

.sort .popup-buttons {
    display: block;
    background-color: #b2c3cd;
}

.filter .popup-buttons {
    display: block;
    background-color: #b2c3cd;
}

.vendor .popup-buttons {
    display: block;
    background-color: #b2c3cd;
}

.sort .popup-body {
    background-color: #b2c3cd;
    padding-bottom: 12px;
}

.filter .popup-body {
    background-color: #b2c3cd;
    padding-bottom: 12px;
}

.pitStop-info .popup-head {
    display: none;
}

.pitStop-info .popup-buttons {
    display: none;
}

.pitStop-info .popup {
    overflow-y: initial !important;
}

.pitStop-info .popup-title {
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
    color: #FFFFFF;
}

.pitStop-info .popup-body {
    background-color: white;
    padding-bottom: 12px;
    width: 350px !important;
    max-height: 550px;
    overflow-y: auto;
}

.vendor .popup-body {
    background-color: #b2c3cd;
    padding-bottom: 12px;
}

.sort .popup-title {
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
    color: #FFFFFF;
}

.filter .popup-title {
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
    color: #FFFFFF;
}

.vendor .popup-title {
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
    color: #FFFFFF;
}

.sort a {
    color: red;
    text-align: center;
    padding-bottom: 10px;
}

.filter a {
    color: red;
    text-align: center;
    padding-bottom: 10px;
}

.vendor a {
    color: red;
    text-align: center;
    padding-bottom: 10px;
}

.filter .popup {
    width: 338px;
}

.cancelled_width {
    width: 131%;
}

.vendor .popup {
    width: 276px;
}

.sort .popup-head {
    display: none;
}

.filter .popup-head {
    display: none;
}

.vendor .popup-head {
    display: none;
}

.sort .popup-buttons .button:last-child {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: Red;
}

.filter .popup-buttons .button:last-child {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: Red;
}

.vendor .popup-buttons .button:last-child {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: Red;
}

.sort-popup-head {
    background-color: #0a2433;
    padding: 10px 0px;
}

.sort-popup-head-info {
    background-color: #007ac2;
    padding: 10px 0px;
}

.sort-popup-head-title {
    color: #FFFFFF;
    margin-left: 20px;
    font-size: 18px;
    width: 75%;
    display: inline-block;
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
}

.close-bg-img {
    background-image: url('../Images/iconclosewhite.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.badge-small {
    padding: 2px 5px !important;
    font-size: 12px !important;
    line-height: 12px !important;
}

.item-popover {
    padding-top: 12px !important;
    border-color: #ddd !important;
    color: black !important;
    font-size: 14px;
    padding: 7px;
}

.popover-menu {
    width: 160px !important;
}

.popover {
    height: auto !important;
}

    .popover ion-content {
        top: 0;
        position: relative;
    }

.popover-inner-content {
    width: 100%;
    padding: 5px 20px;
}

/*  Payment Screen  */

.payment-type {
    background-color: #FFFFFF;
    margin-bottom: 8px;
    height: 48px;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}

.payment-disclaimer {
    margin-left: 8px;
    font-size: 12px;
    font-family: 'Roboto regular';
}

.other-payment-option {
    height: 48px;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    border-bottom: 1px dashed #949494;
    margin-left: 2px;
    margin-right: 2px;
}

    .payment-type > div,
    .other-payment-option > div {
        height: 45px !important;
        display: inline-block;
        vertical-align: middle;
        padding-top: 5px;
    }

.pay-image {
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 5px;
    vertical-align: middle;
    width: 5%;
    height: 100%;
    display: inline-block !important;
}

    .pay-image > img {
        top: 50%;
        height: 20px;
        width: 20px;
    }

.custom-chevron-right {
    width: 5%;
    position: relative;
    top: 15px;
    right: 15px !important;
    float: right;
    color: #919194;
}

.payment-type-label {
    margin-left: 0;
    display: block;
}

.payment-type-label-credit {
    margin-right: 20px;
}

.payment,
.eqp-validation {
    margin-top: 5px;
}

    .payment label,
    .eqp-validation label {
        font-size: 14px;
        font-weight: 500;
        color: black;
        font-family: 'Roboto Regular', "Segoe UI", sans-serif;
    }

    .payment select,
    .daily-activity select {
        height: 35px;
        padding: 7px;
        font-family: 'Roboto Regular', "Segoe UI", sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin-top: 3px;
        margin-bottom: 8px;
    }

    .payment input[type=text],
    .payment input[type=number],
    .payment input[type=tel] {
        font-family: 'Roboto Regular', "Segoe UI", sans-serif;
        font-weight: 500;
        height: 35px;
        margin-top: 3px;
        margin-bottom: 8px;
        width: 100%;
    }

.numMask input[name="cardNumber"],
.numMask input[type=number],
.numMask input[type=tel] {
    -webkit-text-security: disc;
}

.payment-amount div {
    margin-bottom: 5px !important;
}

.payment-amount .sort-radio {
    width: 25px;
}

.sort-text .amount-highlight {
    font-weight: 700;
}

.disposition-method {
    font-size: 15px !important;
    font-family: 'Roboto Regular' !important;
    color: #174f76 !important;
    font-weight: 600 !important;
}

.input-other-amount {
    width: 35% !important;
    height: 32px !important;
    margin-left: 30px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-right: 3px !important;
    padding-left: 20px !important;
    line-height: 32px !important;
}

.input-container-dollar {
    position: absolute;
    margin-top: 8px;
    left: 175px;
}

    .input-container-dollar .unit {
        position: absolute;
        display: block;
        top: 6px;
        left: 35px;
        font-weight: 700;
        color: #000;
        padding: 0px 2px 0px 2px;
    }

.input-payment-date {
    height: 35px !important;
    margin-left: 0;
}

.payment-date input[type=text] {
    background-color: #DDE7ED;
}

.payment-buttons button {
    min-height: 20px;
    height: 40px;
}

.payment-buttons .payment-cancel {
    background-color: #919194;
    border-color: #919194;
}

.payment-cancel {
    background-color: #919194 !important;
    border-color: #919194;
}

/*  Collector Dashboard */
.ccm-pages {
    margin: 58px 8px 8px 8px;
}

    .ccm-pages > .profile {
        width: 100%;
        padding-top: 12px;
        align-content: center;
        align-items: center;
    }

        .ccm-pages > .profile > .profile-pic {
            background-color: #FFF;
            border-radius: 30px;
            height: 52px;
            width: 52px;
            padding-top: 10px;
        }

    .ccm-pages > .db-work-order {
        width: 100%;
        background-color: #007ac2;
        color: #FFF;
        height: 132px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

        .ccm-pages > .db-work-order > .db-wo-title {
            margin-bottom: 24px;
            font-size: 20px;
            font-family: 'Roboto Medium';
        }

    .ccm-pages > .db-work-order_cust {
        width: 100%;
        background-color: #007ac2;
        color: #FFF;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .ccm-pages > .dash-week {
        height: 100%;
        margin-top: 10px;
        padding-bottom: 15px;
    }

        .ccm-pages > .dash-week .select-title {
            padding-left: 17px !important;
            font-size: 14px;
            font-family: 'Roboto Medium';
            font-weight: 500;
            float: left !important;
        }

        .ccm-pages > .dash-week .dash-goal-title {
            font-size: 14px;
            font-family: 'Roboto Medium';
            font-weight: 600;
            text-align: left !important;
        }

        .ccm-pages > .dash-week > .db-wo-title {
            margin-bottom: 10px;
            font-size: 20px;
            color: #FFF;
            font-family: 'Roboto Medium';
        }

.db-wo-count {
    font-size: 24px;
    font-weight: normal;
    padding: 4px;
    color: #FFF;
}

.db-wo-status {
    color: #FFF;
    font-size: 18px;
    font-family: 'Roboto Light';
}

.db-wo-status-goal {
    color: #FFF;
    font-size: 18px;
    font-family: 'Roboto Light';
    height: 30px;
    margin-top: 6px;
    margin-bottom: 11px;
}

.ccm-dashboard-options {
    margin-top: 20px;
    width: 100%;
}

    .ccm-dashboard-options .option {
        padding-top: 5px;
        height: 104px;
        width: 50%;
        text-align: center;
        font-size: 14px;
        color: #000;
        border-color: #b3c3cd;
    }

        .ccm-dashboard-options .option > img {
            height: 28px;
            width: 28px;
        }

.work-order-list .work-order-item {
    -webkit-transition: all ease 0.5s !important;
    -moz-transition: all ease 0.5s !important;
    -o-transition: all ease 0.5s !important;
    transition: all ease 0.5s !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: 0 !important;
}

.work-order-list .slides-left {
    left: -300px !important;
}

.work-order-list .cpe-slides-left {
    left: -231px !important;
}

.ccm-check input[type="checkbox"] {
    display: none;
}

    .ccm-check input[type="checkbox"] + label {
        width: 90% !important;
        display: inline-block !important;
        font-size: 14px;
        font-weight: normal;
        color: #000;
        font-family: "Roboto Regular", "Segoe UI", "sans-serif";
        margin: 12px 12px 0 12px;
    }

        .ccm-check input[type="checkbox"] + label span {
            display: inline-block;
            width: 21px;
            height: 21px;
            padding-left: 3px !important;
            vertical-align: middle;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEEwNjMzMTU0NjYyMTFFNUFCRDM5NEMyNjVBMDkyNEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEEwNjMzMTY0NjYyMTFFNUFCRDM5NEMyNjVBMDkyNEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QTA2MzMxMzQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QTA2MzMxNDQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnhMnTUAAAAjSURBVHjaYvz//z8DNQDjqEGjBo0aNGrQqEGjBg28QQABBgB/QUfRRmRLcAAAAABJRU5ErkJggg==') center no-repeat;
            background-size: 21px;
            justify-content: center !important;
            cursor: pointer;
            margin-right: 12px;
        }

    .ccm-check input[type="checkbox"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODIzMTYwMTY0NjYxMTFFNUI4NjBCQThGRUM0REQwQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODIzMTYwMTc0NjYxMTFFNUI4NjBCQThGRUM0REQwQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MjMxNjAxNDQ2NjExMUU1Qjg2MEJBOEZFQzRERDBCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MjMxNjAxNTQ2NjExMUU1Qjg2MEJBOEZFQzRERDBCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmfDlmIAAAD+SURBVHjaYvz//z8DNQDjqEEEARMZek6/fBSzc/Gvv3+QBVnIMMVtw7QPP79//PVjjVciOzMLOV6DmwLhBinrr/VOItlraKawMbMkapnhDOx///8zMTISY8par0QfRR3sgf3mx1ezlb1r7lwg1RQUFwFNcVk39eKbp6xMzMs84kJUDIg3BcUg5/VT9z2+BWHDzSLSFBSDgG4BugjoLrhZdeYevef2EWMKemCjmYUM8JuCJdawmkXQFOwJ8tTLh7ZrJiHngCXusdHqJiTnNTNxeaD9bLC0328XSNAUEPiPA2y+d4V9SlH/+f3/iQP48trjLx9keQRGS0iqGQQQYADh+wrlYSQ4OAAAAABJRU5ErkJggg==') center no-repeat;
        background-size: 21px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

    .ccm-check input[type="checkbox"]:disabled + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADImlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QTA2MzMxNTQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QTA2MzMxNjQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRBMDYzMzEzNDY2MjExRTVBQkQzOTRDMjY1QTA5MjRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRBMDYzMzE0NDY2MjExRTVBQkQzOTRDMjY1QTA5MjRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eEydNQAAADJJREFUSEvtzaEBADAMhMC0+w/2W6WmHvWOM0hOkp2i+1vjADlADpAD5AA5QA5QeTDzADulA4dcVUPwAAAAAElFTkSuQmCC') center no-repeat;
        background-size: 21px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

.filter-checkbox {
    margin-right: 3px !important;
    margin-left: 17px !important;
}

.ccm-check-small input[type="checkbox"] {
    display: none;
}

    .ccm-check-small input[type="checkbox"] + label {
        width: 85% !important;
        display: inline-block !important;
        font-size: 14px;
        font-weight: normal;
        color: #000;
        font-family: "Roboto Regular", "Segoe UI", "sans-serif";
        margin: 8px 0px 0 8px;
    }

        .ccm-check-small input[type="checkbox"] + label span {
            display: inline-block;
            width: 18px;
            height: 18px;
            padding-left: 3px !important;
            vertical-align: middle;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEEwNjMzMTU0NjYyMTFFNUFCRDM5NEMyNjVBMDkyNEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEEwNjMzMTY0NjYyMTFFNUFCRDM5NEMyNjVBMDkyNEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QTA2MzMxMzQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QTA2MzMxNDQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnhMnTUAAAAjSURBVHjaYvz//z8DNQDjqEGjBo0aNGrQqEGjBg28QQABBgB/QUfRRmRLcAAAAABJRU5ErkJggg==') center no-repeat;
            background-size: 18px;
            justify-content: center !important;
            cursor: pointer;
            margin-right: 8px;
        }

    .ccm-check-small input[type="checkbox"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODIzMTYwMTY0NjYxMTFFNUI4NjBCQThGRUM0REQwQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODIzMTYwMTc0NjYxMTFFNUI4NjBCQThGRUM0REQwQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MjMxNjAxNDQ2NjExMUU1Qjg2MEJBOEZFQzRERDBCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MjMxNjAxNTQ2NjExMUU1Qjg2MEJBOEZFQzRERDBCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmfDlmIAAAD+SURBVHjaYvz//z8DNQDjqEEEARMZek6/fBSzc/Gvv3+QBVnIMMVtw7QPP79//PVjjVciOzMLOV6DmwLhBinrr/VOItlraKawMbMkapnhDOx///8zMTISY8par0QfRR3sgf3mx1ezlb1r7lwg1RQUFwFNcVk39eKbp6xMzMs84kJUDIg3BcUg5/VT9z2+BWHDzSLSFBSDgG4BugjoLrhZdeYevef2EWMKemCjmYUM8JuCJdawmkXQFOwJ8tTLh7ZrJiHngCXusdHqJiTnNTNxeaD9bLC0328XSNAUEPiPA2y+d4V9SlH/+f3/iQP48trjLx9keQRGS0iqGQQQYADh+wrlYSQ4OAAAAABJRU5ErkJggg==') center no-repeat;
        background-size: 18px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

    .ccm-check-small input[type="checkbox"]:disabled + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADImlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QTA2MzMxNTQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QTA2MzMxNjQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRBMDYzMzEzNDY2MjExRTVBQkQzOTRDMjY1QTA5MjRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRBMDYzMzE0NDY2MjExRTVBQkQzOTRDMjY1QTA5MjRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eEydNQAAADJJREFUSEvtzaEBADAMhMC0+w/2W6WmHvWOM0hOkp2i+1vjADlADpAD5AA5QA5QeTDzADulA4dcVUPwAAAAAElFTkSuQmCC') center no-repeat;
        background-size: 18px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

.cs-check-small input[type="checkbox"] {
    display: none;
}

    .cs-check-small input[type="checkbox"] + label {
        width: 90% !important;
        display: flex !important;
        align-items: flex-start !important;
        font-size: 14px;
        font-weight: normal;
        color: #000;
        font-family: "Roboto Regular", "Segoe UI", "sans-serif";
        margin: 8px 0px 0 8px;
    }

        .cs-check-small input[type="checkbox"] + label span {
            display: flex !important;
            align-items: flex-start !important;
            width: 18px;
            height: 18px;
            padding-left: 3px !important;
            vertical-align: middle;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEEwNjMzMTU0NjYyMTFFNUFCRDM5NEMyNjVBMDkyNEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEEwNjMzMTY0NjYyMTFFNUFCRDM5NEMyNjVBMDkyNEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QTA2MzMxMzQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QTA2MzMxNDQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnhMnTUAAAAjSURBVHjaYvz//z8DNQDjqEGjBo0aNGrQqEGjBg28QQABBgB/QUfRRmRLcAAAAABJRU5ErkJggg==') center no-repeat;
            background-size: 18px;
            justify-content: center !important;
            cursor: pointer;
            margin-right: 8px;
        }

    .cs-check-small input[type="checkbox"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODIzMTYwMTY0NjYxMTFFNUI4NjBCQThGRUM0REQwQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODIzMTYwMTc0NjYxMTFFNUI4NjBCQThGRUM0REQwQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MjMxNjAxNDQ2NjExMUU1Qjg2MEJBOEZFQzRERDBCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MjMxNjAxNTQ2NjExMUU1Qjg2MEJBOEZFQzRERDBCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmfDlmIAAAD+SURBVHjaYvz//z8DNQDjqEEEARMZek6/fBSzc/Gvv3+QBVnIMMVtw7QPP79//PVjjVciOzMLOV6DmwLhBinrr/VOItlraKawMbMkapnhDOx///8zMTISY8par0QfRR3sgf3mx1ezlb1r7lwg1RQUFwFNcVk39eKbp6xMzMs84kJUDIg3BcUg5/VT9z2+BWHDzSLSFBSDgG4BugjoLrhZdeYevef2EWMKemCjmYUM8JuCJdawmkXQFOwJ8tTLh7ZrJiHngCXusdHqJiTnNTNxeaD9bLC0328XSNAUEPiPA2y+d4V9SlH/+f3/iQP48trjLx9keQRGS0iqGQQQYADh+wrlYSQ4OAAAAABJRU5ErkJggg==') center no-repeat;
        background-size: 18px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

    .cs-check-small input[type="checkbox"]:disabled + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADImlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QTA2MzMxNTQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QTA2MzMxNjQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRBMDYzMzEzNDY2MjExRTVBQkQzOTRDMjY1QTA5MjRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRBMDYzMzE0NDY2MjExRTVBQkQzOTRDMjY1QTA5MjRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eEydNQAAADJJREFUSEvtzaEBADAMhMC0+w/2W6WmHvWOM0hOkp2i+1vjADlADpAD5AA5QA5QeTDzADulA4dcVUPwAAAAAElFTkSuQmCC') center no-repeat;
        background-size: 18px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

.ccm-reopen-order input[type="checkbox"] {
    display: none;
}

    .ccm-reopen-order input[type="checkbox"] + label {
        width: 85% !important;
        display: inline-block !important;
        font-size: 14px;
        font-weight: normal;
        color: #000;
        font-family: "Roboto Regular", "Segoe UI", "sans-serif";
        margin: 8px 0px 0 8px;
    }

        .ccm-reopen-order input[type="checkbox"] + label span {
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 1px solid #b2c3cd;
            padding-left: 3px !important;
            vertical-align: middle;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEEwNjMzMTU0NjYyMTFFNUFCRDM5NEMyNjVBMDkyNEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEEwNjMzMTY0NjYyMTFFNUFCRDM5NEMyNjVBMDkyNEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QTA2MzMxMzQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QTA2MzMxNDQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnhMnTUAAAAjSURBVHjaYvz//z8DNQDjqEGjBo0aNGrQqEGjBg28QQABBgB/QUfRRmRLcAAAAABJRU5ErkJggg==') center no-repeat;
            background-size: 18px;
            justify-content: center !important;
            cursor: pointer;
            margin-right: 8px;
        }

    .ccm-reopen-order input[type="checkbox"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODIzMTYwMTY0NjYxMTFFNUI4NjBCQThGRUM0REQwQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODIzMTYwMTc0NjYxMTFFNUI4NjBCQThGRUM0REQwQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MjMxNjAxNDQ2NjExMUU1Qjg2MEJBOEZFQzRERDBCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MjMxNjAxNTQ2NjExMUU1Qjg2MEJBOEZFQzRERDBCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmfDlmIAAAD+SURBVHjaYvz//z8DNQDjqEEEARMZek6/fBSzc/Gvv3+QBVnIMMVtw7QPP79//PVjjVciOzMLOV6DmwLhBinrr/VOItlraKawMbMkapnhDOx///8zMTISY8par0QfRR3sgf3mx1ezlb1r7lwg1RQUFwFNcVk39eKbp6xMzMs84kJUDIg3BcUg5/VT9z2+BWHDzSLSFBSDgG4BugjoLrhZdeYevef2EWMKemCjmYUM8JuCJdawmkXQFOwJ8tTLh7ZrJiHngCXusdHqJiTnNTNxeaD9bLC0328XSNAUEPiPA2y+d4V9SlH/+f3/iQP48trjLx9keQRGS0iqGQQQYADh+wrlYSQ4OAAAAABJRU5ErkJggg==') center no-repeat;
        background-size: 18px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

    .ccm-reopen-order input[type="checkbox"]:disabled + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADImlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QTA2MzMxNTQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QTA2MzMxNjQ2NjIxMUU1QUJEMzk0QzI2NUEwOTI0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRBMDYzMzEzNDY2MjExRTVBQkQzOTRDMjY1QTA5MjRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRBMDYzMzE0NDY2MjExRTVBQkQzOTRDMjY1QTA5MjRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eEydNQAAADJJREFUSEvtzaEBADAMhMC0+w/2W6WmHvWOM0hOkp2i+1vjADlADpAD5AA5QA5QeTDzADulA4dcVUPwAAAAAElFTkSuQmCC') center no-repeat;
        background-size: 18px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

.ccm-check-login input[type="checkbox"] {
    display: none;
}

    .ccm-check-login input[type="checkbox"] + label {
        width: 85% !important;
        display: inline-block !important;
        font-size: 14px;
        font-weight: normal;
        color: #FFF;
        font-family: "Roboto Regular", "Segoe UI", "sans-serif";
    }

        .ccm-check-login input[type="checkbox"] + label span {
            display: inline-block;
            width: 24px;
            height: 24px;
            padding-left: 3px !important;
            vertical-align: middle;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjJCNTY5QUE0NjYzMTFFNUIwNTA5QUU4OEY1NDYxQTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjJCNTY5QUI0NjYzMTFFNUIwNTA5QUU4OEY1NDYxQTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMkI1NjlBODQ2NjMxMUU1QjA1MDlBRTg4RjU0NjFBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMkI1NjlBOTQ2NjMxMUU1QjA1MDlBRTg4RjU0NjFBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PklLtNcAAAAlSURBVHjaYuSQ12GgBmBioBIYNWjUoFGDRg0aNWjUIPIBQIABAOJ0AIMcrs6WAAAAAElFTkSuQmCC') center no-repeat;
            background-size: 24px;
            justify-content: center !important;
            cursor: pointer;
            margin-right: 12px;
        }

    .ccm-check-login input[type="checkbox"]:checked + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAIAAABvFaqvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ0MzlGMjM0NjYzMTFFNTg1MDg5OTY4RkUzMTVGQTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ0MzlGMjQ0NjYzMTFFNTg1MDg5OTY4RkUzMTVGQTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDQzOUYyMTQ2NjMxMUU1ODUwODk5NjhGRTMxNUZBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDQzOUYyMjQ2NjMxMUU1ODUwODk5NjhGRTMxNUZBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PocC/tIAAADRSURBVHja7NS9CsIwEAfwfDVWoVgXixZ0FkTRN/EDX9NncdXZRRfBpaQ2MREV01o52479c4RAyG+4g8PucIyqCEEVpYYy4Uw1ndIQZ2I5FZu5avES0EOR/TaOYnxLikIvhRwvfLtDohiUr/wD/VQyEKOqwQooNsSoWEzi9SxtARQbwuaQgWdZMEWHMr/7vEpFD2f9R5cadMj+hCkRK5BiQ59W6GsrGQWyB1IyUMryXKDyDXpboY+vEVAxHc7dkA417YcpZua5L3FSb8iKobsAAwCc74DgLNExhgAAAABJRU5ErkJggg==') center no-repeat;
        background-size: 24px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

    .ccm-check-login input[type="checkbox"]:indeterminate + label span {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADImlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBREIxQUFENTQ2NjMxMUU1OTc3REEyMkIyODI1MDFERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBREIxQUFENjQ2NjMxMUU1OTc3REEyMkIyODI1MDFERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFEQjFBQUQzNDY2MzExRTU5NzdEQTIyQjI4MjUwMURGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFEQjFBQUQ0NDY2MzExRTU5NzdEQTIyQjI4MjUwMURGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JT9EbgAAAHJJREFUWEft1qENgDAYBeGCqkEjWYApGIlBGIl90BgUYH6HuIQ0pCH3mT55SSva5GG8UkXaOKthEDGIGEQMIgYRg4hBpLqgxwftmKdY38nLGssrY/6piUHEIPKPoLPvYpX3Kqjd9ljl+YaIQcQgUllQSjcCCgo8nCSslAAAAABJRU5ErkJggg==') center no-repeat;
        background-size: 24px;
        padding-left: 3px !important;
        justify-content: center !important;
        cursor: pointer;
    }

.equipreturn-section-header {
    background-color: #FFFFFF;
    margin-bottom: 2px;
    height: 38px;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}

.equipreturn-section-detail {
    font-size: 14px;
    font-family: 'Roboto Regular';
    font-weight: normal;
}

.equipreturn-radio-add {
    border: 1px solid blue;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.equipreturn-section-scan {
    border: 1px solid blue;
    width: 60%;
    height: 100px;
    margin-left: 50px;
}

.equipreturn-section-proceed {
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 0 20px;
    margin-top: 0%;
}

.equipreturn-textbox {
    border: 1px solid blue !important;
    width: 43%;
}

.display-inline-block {
    display: inline-block;
}

.verticalalign-middle {
    vertical-align: middle !important;
}

.verticalalign_bottom {
    vertical-align: bottom;
}

.verticalAlign_top {
    vertical-align: top !important;
}

.text-truncate {
    width: 72%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*****  Equipment Return    *****/

.scan-button {
    background: transparent url('../Images/iconbarcodescan.svg') center no-repeat;
    padding-bottom: 2px;
    padding-top: 2px;
    border: none;
    height: 36px !important;
    width: 100% !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.add-new-equip {
    text-align: center;
    background: transparent;
    border: none;
    font-size: 30px;
    height: 40px !important;
    width: 40px !important;
    color: #09354C;
}

.new-equipment {
    margin-left: 8px;
    margin-right: 8px;
    background-color: transparent;
    margin-top: 20px;
}

    .new-equipment > fieldset {
        padding-top: 10px;
    }

        .new-equipment > fieldset > legend {
            color: #0a2433;
            font-size: 16px;
            border: none;
            font-family: 'Roboto Bold';
            width: auto !important;
            line-height: normal !important;
            padding-left: 10px;
            padding-right: 10px;
        }

div.no-equipment {
    text-align: center;
    color: #0b354c;
    width: 100%;
    min-height: 350px;
    height: 100%;
    margin-top: 100px;
    font-family: 'Roboto Bold';
    font-size: 16px;
}

    div.no-equipment > div.eqp-error {
    }

    div.no-equipment > div.no-equipment-button {
        background-color: #0b354c;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        color: #FFF;
        text-align: center;
        vertical-align: middle;
    }

        div.no-equipment > div.no-equipment-button > span {
            font-size: 24px;
        }

button.equipment-button {
    width: 98%;
    border: none;
    background-color: #007ac2;
    font-size: 16px;
    color: #FFF;
    height: 36px;
}

/******	Supervisor Dashboard	******/
.dashboard-panel {
    padding: 15px;
    background-color: #007AC2;
}

.dash-week {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin-right: 8px !important;
}

.collection-stats {
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.db-padding {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.week-desktop {
    width: 150px !important;
    padding-top: 15px !important;
}

.button-desktop {
    width: 150px;
}

.info-agent-name {
    text-decoration: none;
}

.db-work {
    background-color: #007ac2;
    margin: 48px 0 8px 0;
    text-align: center;
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}

.db-work-desktop {
    margin-top: 0px !important;
}

.button-week {
    margin: 2px;
    display: inline-block;
    width: 14%;
    height: 48px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 4px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    border-radius: 6px;
    border-style: none;
    border-width: 0;
    color: #737373;
}

    .button-week > .button-direction {
        font-size: 1.5em;
        font-weight: 600;
    }

.button-week-mobile {
    margin: 2px 0 2px 0;
    display: inline-block;
    width: 20%;
    height: 48px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 4px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    border-style: none;
    border-width: 0;
    border-radius: 6px;
    color: #737373;
}

.db-week {
    margin: 2px;
    display: inline-block;
    width: 20%;
    height: 48px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    border-radius: 6px;
    color: #737373;
}

    .db-week span {
        display: inline-block;
        width: 60px;
        vertical-align: middle;
        height: 50px;
        padding-top: 15px;
    }

.eqp-db-week {
    margin: 2px;
    display: inline-block;
    width: 20%;
    height: 48px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    border-radius: 6px;
    color: #737373;
}

    .eqp-db-week span {
        display: inline-block;
        width: 60px;
        vertical-align: middle;
        height: 50px;
        padding-top: 15px;
    }

.db-week-mobile {
    margin: 2px;
    display: inline-block;
    width: 18%;
    height: 48px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    border-radius: 6px;
    color: #737373;
}

    .db-week-mobile span {
        display: inline-block;
        width: 55px;
        vertical-align: middle;
        height: 50px;
        padding-top: 15px;
    }

.eqp-db-week-mobile {
    margin: 2px;
    display: inline-block;
    width: 18%;
    height: 48px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    border-radius: 6px;
    color: #737373;
}

    .eqp-db-week-mobile span {
        display: inline-block;
        width: 55px;
        vertical-align: middle;
        height: 50px;
        padding-top: 15px;
    }

.db-week-reconcile {
    margin: 2px;
    display: inline-block;
    width: 28%;
    height: 48px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    border-radius: 6px;
    color: #737373;
}

    .db-week-reconcile span {
        display: inline-block;
        width: 65px;
        vertical-align: middle;
        height: 50px;
        padding-top: 3px;
    }

.work-orders {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 32px !important;
    font-family: 'Roboto Bold';
    color: #fff;
}

.work-orders-desktop {
    font-size: 48px !important;
    font-family: 'Roboto Medium';
    padding-bottom: 15px;
    padding-top: 10px;
}

.work-orders-txt {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Roboto Thin';
}

.work-week-date {
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
    font-family: Roboto Medium;
    color: #FFFFFF;
}

.no-recon-data {
    color: #0b354c;
    text-align: center;
    padding-top: 5px;
}

.db-status-block {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    left: -17px;
}

.db-status-desktop {
    display: table-cell;
    width: 144px;
    height: 144px;
}

.db-status-goal {
    display: inline-block;
    width: 144px;
    height: 144px;
    position: relative;
    left: -17px;
}

.db-order-status-text {
    color: #ffffff;
    font-size: 16px;
    position: relative;
    margin-top: 10px;
}

.db-order-desktop {
    color: #ffffff;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto Medium';
}

.dynamic-week-select {
    background-color: #0B2534;
    color: #ffffff;
}

.dash-collector-alert {
    background-color: #F7922A;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    cursor: pointer;
}

.payRecon-collector-alert {
    background-color: #F7922A;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.dash-disputed-alert {
    background-color: #F7922A;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.dash-disputed-side {
    width: 100%;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 10px;
}

.dash-alert-logo {
    background: url('../Images/iconalertdashboard.svg') no-repeat center;
    background-size: 18px;
    border-radius: 30px;
    height: 44px;
    width: 44px;
    border: solid 1.5px #FFF;
    -moz-border-radius: 30px;
    background-color: #F7922A;
    color: #FFF;
    position: relative;
    top: 22px;
}

.dash-alert {
    background-color: #F47D25;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dash-alert-icon {
    display: inline-block;
    position: relative;
    top: 8px;
}

    .dash-alert-icon > img {
        position: relative;
        top: 0 !important;
        width: 26px;
        height: 26px;
    }

.dash-alert-txt {
    font-size: 24px;
    display: inline-block;
    color: #081F2C;
}

.dash-alert-expire {
   /* color: #ffffff;*/
    padding-top: 5px;
    font-size: 16px;
    font-family: 'Roboto Regular';
    text-align: center;
}

/********   Other Reports   ********/
.other-report-type {
    color: #0a2433;
    font-weight: bold;
    font-family: 'Roboto Medium';
    font-size: 18px;
    margin: 53px 12px 20px 12px;
    height: 60px;
    text-align: left !important;
    background-color: #b2c3cd !important;
}

.other-reports {
    position: relative;
    background-color: #007ac2;
    height: 580px;
}

.other-reports-graphs {
    width: 100%;
    display: table;
    align-content: center;
    height: 250px;
    margin-top: 20px;
}

    .other-reports-graphs > .graph {
        display: table-cell;
        width: 50%;
        text-align: center;
        height: 160px;
        cursor: pointer;
    }

        .other-reports-graphs > .graph > .graph-title {
            position: relative;
            font-weight: bold;
            font-size: 30px;
            color: #FFF;
            top: 60%;
            height: auto;
        }

        .other-reports-graphs > .graph > .graph-inner {
            top: 55%;
            position: relative;
            font-weight: bold;
            font-size: 24px;
            color: #FFF;
            text-align: center !important;
            vertical-align: middle;
        }

        .other-reports-graphs > .graph > .graph-footer {
            font-size: 22px;
            color: #FFF;
            font-family: 'Roboto Light';
        }

.tick line {
    display: none;
}

.nv-x .tick text {
    text-anchor: end !important;
    padding-right: 20px !important;
    -webkit-transform: rotate(-90deg); /* Safari */
    -moz-transform: rotate(-90deg); /* Firefox */
    -ms-transform: rotate(-90deg); /* IE */
    -o-transform: rotate(-90deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
}

.nv-x .tick text,
.nv-y .tick text,
.nv-barsWrap text {
    font-size: 10px;
    font-family: 'Roboto Medium';
    color: #FFF !important;
}

.work-order-num {
    position: relative;
    top: -43px !important;
    left: 60px !important;
    display: inline-block !important;
    font-size: 19px !important;
    color: #ffffff;
    text-align: center;
    width: 44px;
}

.work-order-num-single, .work-order-num-double, .work-order-num-triple {
    position: relative;
    top: -62px;
    left: 103px;
    display: table-cell;
    font-size: 36px;
    color: #ffffff;
    font-family: 'Roboto Medium';
    text-align: center;
    width: 60px;
}

.work-pending-num {
    left: -57px !important;
}

.work-order-status {
    width: 100%;
}

.pending-txt {
    left: -24px !important;
}

.date_picker_style {
    display: inline-block !important;
    vertical-align: bottom;
}

.week-active {
    position: relative;
    background-color: #0B2534 !important;
    color: #ffffff;
}

    .week-active:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(11, 37, 52, 0);
        border-top-color: #0B2534;
        border-width: 10px;
        margin-left: -10px;
    }

.expire-date-txt {
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    padding: 20px;
}

.dispute-left {
    display: table-cell;
    float: left;
}

.dispute-right {
    display: table-cell;
    float: right;
    padding-right: 33px;
}

.dispute-headings {
    font-size: 16px;
    font-weight: normal;
    color: #007ac2;
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
}

.dispute-sub-headings {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
}

.pending-week {
    display: inline-block;
    width: 20%;
    height: 50px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    margin: 5px;
}

#imageContainer {
    width: 580px;
}

#carousel {
    overflow-x: hidden;
    width: 305px;
    float: left;
    display: table-cell;
}

ul {
    width: 1920px;
    padding: 0;
    margin: 0;
}

    ul li {
        text-align: center;
        list-style: none;
        float: left;
        margin: 2px 2px 15px 2px;
    }

#left, #right {
    float: left;
    width: 25px;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
    position: relative;
    top: 14px;
    color: #ffffff;
}

.pending-week-date {
    display: inline-block;
    width: 70px;
    height: 55px !important;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
}

.db-title {
    color: #0B2534;
    font-family: 'Roboto Bold';
}

.completed-wo-text {
    height: 30px !important;
}

.completed-button-icon {
    height: 20px;
    width: 20px;
}

.completed-button {
    background-color: #007ac2;
    border: 0;
    height: 35px !important;
    color: #FFF;
    font-family: 'Roboto Medium';
}

.privateBroswingAlert {
    margin-top: 80px;
    font-size: 14px;
    line-height: 2;
    padding: 5px 12px 5px 12px;
    background-color: #f0cdcd;
    color: #cc0000;
}

.empty-work-order-list {
    margin-top: 5px;
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.notification-new {
    background: #ed1848;
    color: #FFFFFF;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: normal;
}

.notification-update {
    background: #f7922a;
    color: #FFFFFF;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: normal;
}

.empty-notification {
    margin-top: 5px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Roboto Bold';
    color: #0a2433;
}

.empty-work-order-list > span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 16px;
    font-family: 'Roboto Bold';
    color: #0a2433;
}

hr.supervisor {
    height: 2px;
    border: none;
    background-color: #d9e1e6;
    box-shadow: #d9e1e6 inset;
}

.payment-total {
    padding-top: 10px;
    margin-top: 8px !important;
    font-weight: bold;
    font-family: 'Roboto Bold';
    color: #0a2433 !important;
    font-size: 16px;
}

.db-go-btn {
    position: relative;
    top: 10px;
    min-width: 35px;
    min-height: 35px;
    padding: 5px !important;
    line-height: 20px;
}

.line-separation {
    border-bottom: 1px solid #0a2433;
}

.alert .popup-head {
    background-color: #f1111a;
    height: 36px;
    text-align: left;
    padding: 10px 10px 10px 16px !important;
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
}

.alert .popup-buttons {
    padding-bottom: 15px;
    padding-top: 15px;
}

    .alert .popup-buttons .button {
        background-color: #f4444a;
        color: #FFFFFF;
    }

.payment .popup-head,
.eqp-validation .popup-head {
    background-color: #0a2433;
    height: 44px;
    text-align: left;
    padding-left: 16px;
}

.payment .popup-title,
.eqp-validation .popup-title,
.alert .popup-title {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Roboto Regular';
    margin-top: -3px;
}

.payment .popup-body,
.alert .popup-body {
    padding-bottom: 0;
    padding-left: 15px;
}

.toast-message {
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 150px;
    z-index: 10;
    text-align: center;
    transform: translate(-50%,-50%);
    background-color: rgb(101,101,101);
    color: white;
    border-radius: 25px;
    padding: 10px 0px;
}

.toast-msg {
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 76%;
    z-index: 10;
    text-align: center;
    transform: translate(-50%,-50%);
    background-color: rgb(101,101,101);
    color: white;
    border-radius: 25px;
    padding: 10px 0px;
    cursor: pointer;
}

.ccm-pay-check {
    width: 1%;
    padding: 8px 0px 8px 20px !important;
}

.ccm-pay-check-mobile {
    width: 1%;
    padding: 0 !important;
}

.ccm-pay-cash {
    width: 16%;
    padding: 8px 0px 8px 7px !important;
}

.ccm-cash-agent {
    width: 46%;
}

.ccm-cash-jobId {
    width: 25%;
}

.ccm-cash-amount {
    width: 7%;
}

.margin-top-exp {
    margin-top: -20px !important;
}

.margin-top-da {
    margin-top: -5px !important;
}

.pad-top-desktop {
    padding-top: 0px !important;
}

.margin-top_10 {
    margin-top: 10px !important;
}

.margin-top_15 {
    margin-top: 15px !important;
}

.margin-top_20 {
    margin-top: 20px !important;
}

.margin-top_30 {
    margin-top: 30px !important;
}

.margin-top_40 {
    margin-top: 40px !important;
}

.margin-top_48 {
    margin-top: 48px !important;
}

.margin-top_60 {
    margin-top: 60px !important;
}

.margin-top_85 {
    margin-top: 85px !important;
}

.ccm-pay-date {
    padding: 8px 20px 8px 0px !important;
}

.block-wo-num {
    font-weight: bold;
    font-family: 'Roboto Bold';
}

.block-more-info {
    font-weight: bold;
    color: #1E90FF;
    font-family: 'Roboto Bold';
    cursor: pointer;
}

.text-bold {
    font-weight: bold;
}

.wo-list ion-spinner {
    display: none;
}

.header-info-window {
    width: 100%;
    height: 24px;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.Addbutton_height {
    padding-top: 0px !important;
    font-size: 29px !important;
}

.bg-dodgerblue {
    background-color: #1E90FF !important;
}

/*.agent-equip-buffer .list {
    padding-top: 36px !important;
}*/

/*.margintop_10 .list {
    padding-top: 42px !important;
}*/

.margintop_12 .list {
    padding-top: 52px !important;
}

.searchBar_height {
    height: 48px !important;
}

.searchBar_height_sup {
    height: 48px !important;
    /*margin-left: 22px !important;*/
}

/*Supervisor desktop view*/
.main {
    height: 100%;
}

.desktop-logo {
    width: 32%;
    display: inline-block;
}

.desktop-header {
    width: 32%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    padding-top: 18px;
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'Roboto Medium';
}

.desktop-log-out {
    width: 35% !important;
    display: inline-block;
    height: 57px;
    vertical-align: top;
    text-align: right;
}

    .desktop-log-out > .agent-name {
        font-size: 12px;
        color: #FFFFFF;
        font-family: 'Roboto Regular';
    }

.header-notify > .agent-name {
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Roboto Regular';
}


.header-section {
    width: 100%;
    height: 60px;
    border-color: #133d62;
    background-color: #133d62;
    background-image: linear-gradient(#0b354c, #0b2534 100%, transparent 100%);
    color: #fff;
    font-size: 18px;
}

    .header-section .logo span {
        background: url('../Images/charterLogo.png');
        background-repeat: no-repeat;
        background-size: 136px 35px;
        width: 138px;
        height: 37px;
        display: inline-block;
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .header-section .right-icons {
        width: 23%;
        display: inline-block;
        height: 57px;
        vertical-align: top;
        text-align: right;
    }

        .header-section .right-icons .logout-btn {
            background: url('../Images/iconlogout.svg') no-repeat;
            background-size: 20px;
            height: 24px;
            background-position-x: 0;
            background-position-y: 3px;
            margin: 15px 0px;
            margin-right: 50px;
            cursor: pointer;
        }

            .header-section .right-icons .logout-btn:after {
                content: " Logout";
                width: 70px;
                display: inline-block;
                color: #a5acb1;
                font-size: 12px;
                font-family: 'Roboto Regular', sans-serif;
                height: 20px;
            }

.main-container {
    height: auto;
    position: relative;
    overflow-y: auto;
}

    .main-container .side-menus {
        width: 264px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        background-color: #b2c3cd;
        float: left;
        position: absolute;
        left: 0px;
        z-index: 5;
    }

.side-menus .side-menu-item {
    width: 100%;
    height: 48px;
    display: table;
}

    .side-menus .side-menu-item:hover, .side-menus .side-menu-item:hover span {
        cursor: pointer;
        background-color: #0a2433;
        color: #FFFFFF;
    }

        .side-menus .side-menu-item:hover .side-dashboard,
        .tab-side-dashboard {
            background: url('../Images/icondashboardhover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-equipment-stats,
        .tab-side-equipment-stats {
            background: url('../Images/iconequipmentstatshover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-track-agent,
        .tab-side-track-agent {
            background: url('../Images/icontrackagenthover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-daily-activity,
        .tab-side-daily-activity {
            background: url('../Images/icondailyactivityhover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-reopen-job,
        .tab-side-reopen-job {
            background: url('../Images/iconreopenhover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-disputed-orders,
        .tab-side-disputed-orders {
            background: url('../Images/icondisputedordershover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-other-report,
        .side-menus .side-menu-item:hover .side-assignment-info,
        .tab-side-assignment-info,
        .tab-side-other-report {
            background: url('../Images/iconotherreporthover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-payment-reconciliation,
        .tab-side-payment-reconciliation {
            background: url('../Images/iconcashhover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-sendFeedback,
        .tab-side-sendFeedback {
            background: url('../Images/iconsendlogfilehover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-failed-transact,
        .tab-side-failed-transact {
            background: url('../Images/iconfailurehover.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

        .side-menus .side-menu-item:hover .side-equipment-turnin,
        .tab-side-equipment-turnin {
            background: url('../Images/iconequipmentreturn.svg') 0.5% center no-repeat;
            background-size: 24px;
        }

.active-tab {
    background-color: #0a2433 !important;
    color: #FFFFFF;
}

.sup-date {
    padding: 1rem 0rem 0.3rem 0.6rem;
    font-size: 18px;
    color: #0B2534;
    font-family: 'Roboto Regular';
}

.dispatcher-phase {
    padding-bottom: 10px;
    font-size: 18px;
    color: #0B2534;
    font-family: 'Roboto Regular';
}

.report-phase {
    width: 33% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-family: 'Roboto Regular' !important;
    color: #0B2534 !important;
}

.top-space {
    width: 100%;
    height: 20px;
}

.side-menu-item .sec-empty {
    display: table-cell;
    width: 5%;
}

.side-menu-item .sec-selected-empty {
    display: table-cell;
    width: 3%;
}

.side-menu-item .sec-selected {
    display: table-cell;
    background-color: #00916e !important;
    width: 2% !important;
}

.side-menu-item .sec-one {
    width: 24px;
    height: 24px;
    display: table-cell;
    background-size: 24px;
}

.side-menu-item .sec-two {
    width: 80%;
    font-size: 14px;
    font-family: 'Roboto Regular';
    display: table-cell;
    vertical-align: middle;
}

.main-content {
    height: 680px;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: absolute;
    left: 264px;
}

.right-pane {
    margin: 0px 30px 0px 30px;
}

    .right-pane .dash-week {
        margin-left: 0px !important;
    }

.desktop-bg {
    background-color: #007AC2 !important;
}

.sup-desktop-bg {
    background-color: #0068a5 !important;
}

.pending-work-oders {
    margin: 30px 30px 0px 30px;
}

/*ion-content::-webkit-scrollbar {
    width: 0px;
    visibility: hidden;
}*/

::-webkit-scrollbar {
    display: none !important;
}

@-moz-document url-prefix() {
    ion-content {
        margin-right: -17px;
    }
}
/*new changes*/
.bar.bar-ccm-header {
    border-color: #133d62;
    background-color: #133d62;
    background-image: linear-gradient(#0b354c, #0b2534 50%, transparent 50%);
    color: #fff;
    font-size: 18px;
    height: 48px !important;
}

.bar-header {
    top: 0;
    border-top-width: 0;
    border-bottom-width: 1px;
}

.bar.bar-ccm-header-menu {
    height: 60px !important;
    border-color: #0b354c;
    background-color: #0b354c;
    color: #fff;
    font-size: 18px;
}

.menu .bar-header {
    z-index: 11;
}

.gray-bg {
    background-color: #dde7ed !important;
}

.gray-bg-margin {
    background-color: #dde7ed !important;
}

.gray-bg-dispose {
    background-color: #b2c3cd !important;
}

.bg-white {
    background-color: #FFF !important;
}

.bg-black {
    background-color: #000;
}

    .gray-bg .pane,
    .gray-bg-margin .pane,
    .gray-bg-dispose .pane,
    .bg-white .pane,
    .bg-black .pane,
    .login-page .pane,
    .select-role-page .pane {
        background-color: transparent !important;
    }

/**
 * Content Padding
 * --------------------------------------------------
 */
.padding {
    padding: 10px !important;
}

.padding_20 {
    padding: 20px;
}

.padding-12 {
    padding: 12px;
}

.padding-vertical-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-vertical-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-vertical-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.padding-horizontal-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.padding-top, .padding-vertical {
    padding-top: 10px;
}

.padding-right, .padding-horizontal {
    padding-right: 10px;
}

.padding-bottom, .padding-vertical {
    padding-bottom: 10px;
}

.padding-right-4 {
    padding-right: 4px !important;
}

.padding-left, .padding-horizontal {
    padding-left: 10px;
}

.view-container .bar.bar-ccm-subheader {
    background-color: #007ac2;
    height: 48px;
    padding: 4px 8px 4px 8px !important;
}

.view-container .bar-subheader {
    top: 47px;
    display: block;
    height: 44px;
}

.has-header {
    top: 60px;
}

.style_table-cell {
    display: table-cell !important;
}

.margin-left-right {
    margin-left: 28% !important;
    margin-right: 26% !important;
}

/*jquery datetimepicker*/
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }

.ui-datepicker-trigger {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}

.ngdialog {
    color: #000 !important;
}

    .ngdialog > .ngdialog-content {
        font-family: 'Roboto Regular' !important;
    }

.export-csv {
    width: 100%;
    margin: 10px;
    height: 25px;
    margin-bottom: 20px;
}

    .export-csv button {
        float: right;
        /*color: #FFF !important;*/
        /*background-color: #007ac2 !important;*/
        margin-right: 20px !important;
        font-size: 80%;
    }

.export-csv-equipment {
    margin: 10px 10px 20px 0px;
    height: 25px;
    display: inline-block;
}

    .export-csv-equipment button {
        color: #FFF !important;
        background-color: #007ac2 !important;
    }

.margin-csv {
    margin: 10px 10px 5px 30px;
}

.notification-icon {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-right-width: 0px !important;
}

.daily-report-address {
    display: table-cell;
    width: 45%;
    margin: 5px !important;
    padding: 10px;
    border-right: 1px solid;
    border-right-color: #919194;
    vertical-align: text-top !important;
}

.daily-report-address-dispute {
    display: table-cell;
    width: 45%;
    margin: 5px !important;
    padding: 10px;
    vertical-align: text-top !important;
}

.daily-report-other {
    display: table-cell;
    width: 50%;
    margin: 5px !important;
    padding: 10px;
    vertical-align: text-top !important;
}

.even {
    background-color: #c6d5dd;
}

.odd {
    background-color: #dde7ed;
}

.cnt-report {
    border: solid 1px;
}

.cnt-head {
    background-color: #081F2C;
    color: #fff;
    padding: 4px;
    height: 40px;
}

    .cnt-head .sec-two {
        display: inline-block;
        width: 28%;
        vertical-align: middle;
    }

    .cnt-head .sec-one {
        display: inline-block;
        width: 70%;
        vertical-align: middle;
        line-height: 35px;
    }

.sec-type {
    width: 33%;
    display: inline-block;
    padding: 8px;
}

.reopen-detail {
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 800;
}
/*Notifictaion*/
.notification-item {
    margin: 10px;
    background: #ffffff;
    clear: both;
    overflow: auto;
}

.notify-left {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

    .notify-left .name > div {
        color: #007ac2 !important;
        font-size: 18px !important;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .notify-left .name > div .cust-name {
            margin-right: 5px;
        }

        .notify-left .name > div .new {
            background: #ed1848;
            color: #FFFFFF;
            padding: 0px 5px;
            font-size: 12px;
        }

        .notify-left .name > div .update {
            background: #f7922a;
            color: #FFFFFF;
            padding: 0px 5px;
            font-size: 12px;
        }

    .notify-left .job-info {
        font-size: 14px;
        color: #000;
        white-space: normal;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .notify-left .new-info {
        margin-bottom: 5px;
        color: #f47d25;
    }

        .notify-left .new-info span {
            margin-right: 10px;
        }

    .notify-left .old-info {
        color: #919194;
    }

        .notify-left .old-info span {
            margin-right: 10px;
        }

.notify-right {
    width: 3%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
    float: right;
}

.margin_40_0 {
    margin: 40px 0px;
}

.margin_20_0 {
    margin: 20px 0px;
}

.word-break {
    word-break: break-word;
}

.labels {
    color: black;
    font-family: "Roboto Medium";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

span.track-agent-map {
    margin-right: 50px !important;
    background-color: #f8f8f8;
    font-family: "Roboto Medium";
    font-size: 80%;
    text-align: center;
    text-overflow: ellipsis;
    border-style: solid;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 4px 1px;
    min-width: 28px;
    min-height: 30px;
    vertical-align: middle;
    color: #444 !important;
    text-decoration: none;
    border: none !important;
    cursor: pointer;
}

    span.track-agent-map:hover {
        background-color: #e8e5e5;
        color: #555353 !important;
    }

.button-download {
    padding: 1px;
    min-width: 28px;
    min-height: 20px;
    font-size: 10px;
    line-height: 16px;
}

.role-header {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Roboto Regular';
    padding-bottom: 10px;
}

.history-tabs-inactive {
    margin: 2px;
    display: inline-block;
    width: 14%;
    height: 48px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 4px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    border-radius: 6px;
    border-style: none;
    border-width: 0;
    color: #737373;
}

.history-tabs-active {
    margin: 2px;
    display: inline-block;
    width: 14%;
    height: 48px;
    background: #0a2433;
    text-align: center;
    cursor: pointer;
    padding-bottom: 4px;
    font-size: 14px;
    font-family: 'Roboto Bold';
    border-radius: 6px;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
}

.history-tabs-active-arrow {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(11, 37, 52, 0);
    border-top-color: #0B2534;
    border-width: 10px;
    margin-left: -8.5%;
    margin-top: 4.5%;
}

.db-slick {
    margin: 2px;
    display: inline-block;
    width: 250px;
    height: 47px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: 'Roboto Bold';
    border-radius: 6px;
    color: #737373;
}

    .db-slick span {
        display: inline-block;
        width: 95%;
        vertical-align: middle;
        height: 26px;
        /*padding-top: 15px;*/
    }

.db-slick-active {
    position: relative;
    background-color: #0B2534 !important;
    color: #ffffff;
    margin-bottom: 0.2%;
}

    .db-slick-active:after {
        top: 92%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(11, 37, 52, 0);
        border-top-color: #0B2534;
        border-width: 10px;
        margin-left: -10px;
    }

.receipt-modal-header {
    text-align: center;
    color: #FFF !important;
    background-color: #0a2433 !important;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 10px 0 !important;
}

.payment-receipt {
    width: 100%;
    height: 95%;
    overflow-y: scroll !important;
    margin: 3px;
}

@media (min-width: 680px) {
    .modal {
        left: 30% !important;
        top: 5% !important;
    }
}

.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * {
    margin-top: 0 !important;
}

a[x-apple-data-detectors="true"] {
    color: inherit !important;
    text-decoration: none !important;
}

.payment-receipt-logo {
    background: url('../Images/charterLogo.png');
    background-size: 145px 38px;
    background-repeat: no-repeat;
    width: 150px;
    height: 38px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 99px;
    margin-bottom: 5px;
}

.payment-receipt-logo-print {
    background: url('../Images/charterLogo.png');
    background-size: 75px 18px;
    background-repeat: no-repeat;
    width: 78px;
    height: 20px;
    display: inline-block;
    margin-top: -5px;
    margin-left: 99px;
    margin-bottom: -2px;
}

.recon_KMA {
    float: right;
    margin-top: 0.5%;
    margin-right: 2%;
}

.dispatcher-sub-view {
    width: 50% !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background-color: #b2c3cd !important;
    height: 97.6% !important;
}

.dispatcher-wolist {
    width: 50% !important;
    background-color: #dde7ed !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.dispatcher-wo-detail {
    width: 50% !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    height: 97.6% !important;
}

.dispatch-gray-bg {
    background-color: #dde7ed !important;
}

.dispatch-bg-dispose {
    background-color: #b2c3cd !important;
}

.dispatch-bg-white {
    background-color: #FFF !important;
}

.md-select-icon:after {
    font-family: 'FontAwesome';
}

._md-center {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.md-toast-content {
    border-radius: 7px;
    margin-bottom: 10px;
}

.networkStatus .md-toast-content {
    border-radius: 7px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.md-toast-desktopView {
    margin-left: auto;
    margin-right: auto;
    left: 12%;
    right: 0;
}

.success-toast {
    background-color: green;
}

.error-toast {
    background-color: maroon;
}

md-content.date-picker {
    width: 220px;
    background-color: #FFF;
}

md-datepicker > .md-datepicker-input-container {
    padding-bottom: 2px;
}

.md-datepicker-calendar-pane, .md-datepicker-input-mask {
    width: 310px;
}

.table-cell-top {
    display: table-cell;
    top: 50%;
}

.approval-controls {
    width: 6%;
    vertical-align: bottom;
    margin-left: 3%;
}

.approval-buttons {
    margin-left: 3%;
    vertical-align: bottom;
}

.agent-dropdown-mobile {
    display: table-caption;
    width: 65% !important;
}

.approval-controls-tech {
    width: 20px;
    vertical-align: baseline;
    margin-left: 3%;
}

.mobile-margin-vacation {
    margin-left: 3%;
    margin-right: 3%;
}

.desktop-margin-vacation {
    margin-left: 1%;
    margin-right: 1%;
}

.comments-area-mobile {
    width: 95%;
    margin-left: 2%;
}

md-tabs md-tab-item.md-active {
    background-color: #0b354c;
    color: #FFF !important;
    font-weight: 600;
}

md-tabs md-tab-item:not(.md-active),
md-tabs md-tab-item.md-disabled {
    background-color: transparent;
    font-weight: normal;
}

md-tabs md-tab-item > span {
    text-transform: capitalize;
}

md-tabs md-tab-content {
    padding: 8px !important;
    background-color: #dde7ed;
    margin-bottom: 15px;
}

md-radio-button {
    color: #174f76;
    font-size: 14px;
    font-family: 'Roboto Medium';
    width: 98%;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

    md-radio-button .md-label, .md-switch-thumb .md-label {
        top: -3px;
    }

md-radio-group.md-default-theme .md-checked .md-ink-ripple, md-radio-group .md-checked .md-ink-ripple {
    color: white !important;
}

md-radio-button.md-default-theme .md-off, md-radio-button .md-off,
md-radio-button.md-default-theme .md-off, md-radio-button .md-on,
md-radio-button .md-container, .md-switch-thumb .md-container {
    width: 20px;
    height: 20px;
}

md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
    background-color: #00916e;
    border-color: #FFF !important;
}

md-radio-button.md-default-theme .md-on, md-radio-button .md-off {
    background-color: #FFF;
    border-color: #FFF !important;
}

.google-visualization-tooltip {
    min-width: 160px !important;
    width: auto !important;
    padding: 5px;
}

    .google-visualization-tooltip > p {
        width: auto !important;
    }

.payment-method {
    border: 1px solid #b2c3cd;
    height: 50px;
}

.equipreturn-dispose-btn {
    border: 1px;
    background-color: #007ac2;
    padding-top: 6px !important;
}

.owned-eqp {
    text-align: center;
}

.owned-eqp-btn {
    font-family: 'Roboto Regular';
    font-size: 16px;
    color: #FFFFFF !important;
    background-color: #007ac2 !important;
    height: 48px;
    max-width: 35%;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
}

.invalid-serial-no {
    border: 1px solid #f84444 !important;
}

.eqp-validation .popup-body {
    padding-bottom: 0;
    padding-left: 15px;
    background-color: white !important;
    padding-right: 15px !important;
}

.eqp-error-text {
    font-size: 10pt;
    color: red;
}

.eqp-success-text {
    font-size: 10pt;
    color: #2aa844;
}

.eqp-validation input[type=text],
.eqp-validation input[type=number] {
    border: 1px solid #ccd0d3 !important;
    font-family: 'Roboto Regular', "Segoe UI", sans-serif;
    font-weight: 500;
    height: 35px;
    margin-top: 3px;
    margin-bottom: 8px;
    width: 100%;
    text-align: center !important;
}

.eqp-validation .popup-buttons {
    background-color: white !important;
}

.md-datepicker-calendar-pane {
    z-index: 10000;
}

.track-in-map {
    width: 100% !important;
    display: inline-block;
    height: 57px;
    vertical-align: middle;
}

.box {
    border: 1px solid rgba(0, 0, 0, .2);
    width: 25px;
    height: 25px;
    margin: auto;
}

.help-flter-icon {
    background: #133d62;
    width: 27px;
    height: 27px;
    padding: 2px;
}

.help-add-eqp-icon {
    color: #032d43;
    font-size: 29px;
}

.help-new-sub-icon {
    width: 27px;
    height: 27px;
}

.pad-right-top-20 {
    padding: 20px 20px 0 0px !important;
}

.pad-left-top {
    padding: 20px 0px 0 100px !important;
}

.flex {
    flex: 1;
    -webkit-box-flex: 1;
}

.dispatcher-label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-family: 'Roboto Regular', "Segoe UI", sans-serif !important;
    color: #0B2534 !important;
}

.equipment-disclaimer {
    font-size: 18px;
    font-family: 'Roboto Bold';
    padding-top: 3%;
}

.active-customer-img {
    height: 18px !important;
    float: left !important;
}

.wo-detail-active-cus {
    width: 100%;
    background-color: orange;
    padding: 5px 5px;
}

.ebb-wo-detail {
    width: 100%;
    background-color: orange;
    padding: 5px 5px;
}

.help-active-cus-icon {
    height: 20px !important;
    margin-left: 10px;
}

.user-select {
    user-select: text !important;
}

.wo-container {
    position: relative;
    width: auto;
    height: 100px;
    float: left;
    margin-left: 10px;
}

.wo-checkbox {
    position: absolute;
    right: 5px;
    top: 5px;
}

.no-animation1.mud-input-control > .mud-input-control-input-container > .mud-input:before {
    display: none !important;
    content: none !important;
}

.left17 {
    padding-left: 15px !important;
    padding-top: 24px;
}
.justifyCenter > mud-drawer-content{
    justify-content:center;
}