﻿/*
bootstrap screen
    xs:<768px
    sm:>=768px
    md:>=992px
    lg:>=1200px
 */

/*Font Style*/
/*
.searchClear::-ms-clear {
    display: none;
}

input::-ms-clear {
    display: none;
}
*/

#InvalidFormAlert {
    display: none;
}

.progress-modal {
    display: none;
    position: fixed;
    z-index: 1000; /* Sit on top of the screen */
    padding-top: 30%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#progress-modal {
    display: none;
    position: fixed;
    z-index: 1000; /* Sit on top of the screen */
    padding-top: 30%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.progress-modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    margin: 0;
    position: absolute;
    left: 25%;
    top: 35%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0s;
    animation-name: animatetop;
    animation-duration: 0s
}

#myIframe {
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}

.preview-loader {
    z-index: 10;
    position: absolute;
    height: 50px;
    width: 30%;
    left: 35%;
    top: 46%;
    text-align: center;
    display: none;
}

.iframe-position {
    /*display: none;
    position: absolute;
    top: 12%;
    left: 2%;
    margin-top:20px;
    width: 96%;
    height: 81%;*/
    display: none;
    position: absolute;
    top: 8%;
    left: 2%;
    margin-top: 20px;
    width: 96%;
    height: 85%;
}

.re-size-preview {
    top: -5%;
    bottom: 0%;
    left: 2%;
    right: 2%;
    width: 85%;
    height: 85%;
    max-width: none;
}

.re-sizing {
    left: 35%;
    width: 30%;
}

.re-position-model {
    top: 15%;
}

@media(max-width: 1200px) {
    .re-sizing {
        left: 25%;
        width: 50%;
    }
}

@media(max-width: 800px) {
    .re-sizing {
        left: 15%;
        width: 70%;
    }
}

@media(max-width: 500px) {
    .re-sizing {
        left: 5%;
        width: 90%;
    }
}

@-webkit-keyframes animatetop {
    from {
        top: 0%;
    }

    to {
        top: 35%;
    }
}

@keyframes animatetop {
    from {
        top: 0%;
    }

    to {
        top: 35%;
    }
}

@media(min-width: 768px) {
    .mfa-container {
        width: 721px;
        margin: auto;
    }
}

@media(min-width: 992px) {
    .mfa-container {
        width: 945px;
        margin: auto;
    }
}

@media(min-width: 1200px) {
    .mfa-container {
        width: 800px;
        margin: auto;
    }
}

.display-none {
    display: none;
}

.sm-move-right {
}

.dateBox-Btn-Alignment {
}

.float-right {
    float: right;
}

.adjust-margin {
    margin: 0px 5px
}

@media(min-width: 992px) {
    .adjust-margin {
        margin-left: 2px;
        margin-right: -10px;
    }

    .dateBox-Btn-Alignment {
        margin-top: 2px;
    }
}

.right-margin {
    margin-right: 0px;
}

.padding-left-zero {
    padding-left: 0px;
}

@media(max-width: 991px) {
    .right-margin {
        margin-right: -15px;
    }
}

@media(max-width: 767px) {
    .right-margin {
        margin-right: -10px;
    }
}

.med-lrg-zero-margin { }

@media(min-width: 767px) {
    .med-lrg-zero-margin {
        margin-left: 0px;
    }
}

@media(min-width: 992px) {
    .med-lrg-zero-margin { }
}

/*@media (max-width: 767px) {
    .float-right {
        float: left;
    }
}*/

.docbutton {
    margin-top: -0.2rem;
    max-width: 45px;
    max-height: 34px;
}

.youtubeButton {
    float: right;
    margin-top: 4.1%;
    max-width: 45px
}


@media (max-width: 900px) {
    .youtubeButton {
        margin-top: 9%;
    }
}

@media (max-width:880px) {
    .youtubeButton {
        margin-top: 6%;
    }

    .sm-move-right {
        float: right;
    }
}

@media (max-width:387px) {
    .youtubeButton {
        margin-top: 10%;
    }
}

#main-logo {
    position: absolute;
}

input.hasSearchClear::-ms-clear {
    width: 0px;
    height: 0px;
    display: none;
}

.heading {
    font-family: 'Century Gothic';
    font-weight: 500;
    color: #b51c22;
}

h2.heading {
    font-size: 24px;
}

h3.heading {
    font-size: 22px;
}

h2.register {
    font-size: 24px;
    margin-bottom: 28px;
}

/*Accordion CSS*/
.accordion-row-first {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 15px;
}

.searchClear-reportAlign {
}

.accordion-row {
    margin-top: 6px;
    border-bottom: 1px solid #cccccc;
}

.accordion {
    cursor: pointer;
    padding: 15px 0;
    background-color: #dddddd;
}

.accordion-content {
    padding-top: 10px;
    border-top: 1px solid #cccccc;
    padding-bottom: 10px;
}

.accordion-section {
    margin: 0 5%;
}

.accordion-chevron {
    margin-right: 4%;
}

.report-group {
    margin-bottom: 5px;
}

.report-errors {
    color: #FF0500;
    display: inline;
}

@media (min-width: 767px) {
    /*.report-group {*/
    /*max-height: 34px;*/
    /*}*/
}

@media (max-width: 991px) {
    .accordion-section {
        margin: 0;
    }
}

/** Accordion Section End*/

.workmateBackground h2.heading {
    margin-left: -5px;
    margin-top: 18px;
}


.table a, .workmateBorder a, form a {
    /* color: #515967; */
    text-decoration: underline;
}

.breadcrumb a {
    color: #515967;
    text-decoration: underline;
}

    .breadcrumb a:hover, table a:hover, .workmateBorder a:hover, form a:hover {
        color: #ADADAD;
    }

.container {
    /*border: 1px solid black;*/
    max-width: 1042px;
    /*min-width: 600px;*/
}

.bodyWindow .container {
    /*border: 1px solid black;*/
    max-width: 1024px;
    min-width: initial;
}

/*Warning Errors*/
.DeleteDialogDiv {
    color: #ff0000;
    text-align: center;
    line-height: 14px;
}

.DeleteDialogMessage {
    font-size: 14px;
}

#hasReminder {
    color: #ff0000;
}

.single-cell-error {
    color: red;
    border-color: red;
}
/*Login*/
#login img {
    margin-bottom: 15px;
}

#login .btn {
    margin: 20px 0;
}
/*Nav Tabs*/
.nav-tabs {
    border-bottom: 1px solid #b51c22;
}

    .nav-tabs > li > a {
        background-color: #242424;
        color: #fff;
        text-decoration: none;
        border: none;
        padding: 6px 15px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #b51c22;
        color: #fff;
        border: none;
    }

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #5e5e5e;
    color: #fff;
}

.navbar-toggle {
    background-color: #242424;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #CB1F26;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*Quick Links*/
li#new-sales a:before {
    content: "\E148";
}

li#new-job a:before {
    content: "\E136";
}

li#new-job-from-ezyparts a:before {
    content: "\002b";
}

li#new-job-from-repco a:before {
    content: "\002b";
}

li#new-booking a:before {
    content: "\E109";
}

li#new-receipt a:before {
    content: "\E022";
}

li#purchase-orders a:before {
    content: "\E116";
}

li#roster a:before {
    content: "\e137";
}

li#adm-lookup a:before {
    content: "\e139";
}

li#adm-users a:before {
    content: "\e008";
}

li#adm-reports a:before {
    content: "\e185";
}

ul.quick-links li .admin-badge {
    display: block;
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #CB1F26;
    padding: 2px 4px;
    font-weight: bold;
    margin-top: -2px;
    margin-left: -12px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}

    ul.quick-links li .admin-badge::before {
        content: "";
        position: absolute;
        right: -8px;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 0 8px;
        border-color: transparent transparent transparent #CB1F26;
    }

    ul.quick-links li .admin-badge::after {
        content: "";
        position: absolute;
        right: -8px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 8px 0 0;
        border-color: #CB1F26 transparent transparent transparent;
    }

ul.quick-links li a:before {
    font-family: 'Glyphicons Halflings';
    font-size: 30px;
    display: block;
    margin: 8px 0;
}

ul.quick-links {
    list-style-type: none;
    margin: 5px 0;
    padding-left: 0px;
}

    ul.quick-links li {
        float: left;
        background-color: #242424;
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 105px;
        height: 140px;
        margin: 10px 20px 10px 0;
        padding: 5px 10px;
        cursor: pointer;
    }

        ul.quick-links li a {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }

        ul.quick-links li:hover {
            background-color: #CB1F26;
        }

/*Table*/
.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, html .km-pane-wrapper .k-header {
    background-color: #CCC;
    background-image: none;
}

.k-header, .k-nav-current.k-state-hover .k-link {
    color: #3C3C3C;
}

    .k-header a:hover {
        text-decoration: underline;
    }
/*Pager*/
.k-state-selected, .k-state-selected:link, .k-state-selected:visited,
.k-list > .k-state-selected, .k-list > .k-state-highlight,
.k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected,
/*.k-scheduler .k-today.k-state-selected,*/ .k-marquee-color {
    background-color: #b51c22 !important;
    background-image: none;
    color: #fff;
    border: #800307;
}

/*Calendar*/
.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 1px 1px #8A0404;
}

    .k-state-focused.k-state-selected .k-link:link {
        color: #fff;
    }

.panel-default > .panel-heading {
    background-color: #DDD;
    padding: 6px 15px;
}
/*Table Price Levels*/
a.k-button:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

a.k-button:focus {
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .main-content {
        font-size: 12px;
        padding: 0px 10px 0px 10px;
        font-family: Helvetica,sans-serif;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .main-content {
        font-size: 12px;
        padding: 0px 10px 0px 10px;
        font-family: Helvetica,sans-serif;
    }
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal.form-view .form-group {
    margin: 0;
    padding: 0px 0px 6px 0px;
    min-height: 0px;
}

    .form-horizontal.form-view .form-group > div {
        margin: 0;
        padding: 0;
        min-height: 0px;
    }

    .form-horizontal.form-view .form-group > label {
        margin-top: 0px;
        margin-left: 0px;
        padding: 0;
        min-height: 0px;
    }

.form-horizontal.form-view .control-label {
    padding-top: 0px;
    text-align: right;
    width: 100%;
}

.form-horizontal.form-view .form-group .push-down {
    margin-left: 6px;
    margin-top: 0px;
    font-weight: bold;
}

.col-xs-1, .col-sm-1, .col-sm-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-sm-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-sm-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-sm-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-sm-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-sm-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-sm-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-sm-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-sm-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-sm-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-sm-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-sm-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.form-group {
    min-height: 30px;
}

.form-control {
    font-size: 12px;
    padding: 6px 10px;
    height: 29px;
    margin-bottom: 3px;
    border-color: #ccc;
}

    .form-control.search-button {
        height: 31px;
    }

input.form-control {
    height: 29px;
}

div.input-group > span.input-group-btn > button[type=submit] {
    border-color: #eee;
}

.k-widget.form-control {
    /*border-bottom: none;*/
}

.form-control:focus {
    border-color: #dddddd;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(115, 163, 171, 0.6);
}

.glyphicon {
    font-size: 12px;
}

.btn {
    font-size: 12px;
    text-decoration: none;
    padding: 6px 12px;
}

.push-right {
    margin-left: 11px;
}

/*-------------*/

.test {
    float: none;
}

.alertPartial {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 130px;
    text-align: center;
    pointer-events: none;
}

@media (min-width: 520px) {
    .alertPartial {
        width: 500px;
    }
}

.centered {
    text-align: center;
}

.workmateTooltip {
    padding-right: 5px;
    /*pointer-events: none;*/
}

.workmateTooltipUnderlined {
    border-bottom: 1px dotted;
    /*pointer-events: none;*/
}

.workmateBorder {
    background-color: #fdfdfd;
    border: 1px solid #e1e1e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 500px;
    margin: 80px auto 25px;
    padding: 30px 50px;
    -webkit-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.13);
}



    .workmateBorder.smallBorder {
        max-width: none;
        padding: 30px 10px;
    }

    .workmateBorder ul {
        list-style-type: none;
    }

    .workmateBorder span {
        text-align: start;
    }

.workmateHeader {
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #eee;
    font-size: 12px;
    color: #666;
}

.noPadding {
    padding: 0px;
}


.noNavBar {
    margin-top: 30px;
    background-color: white;
}

    .noNavBar .container ol.breadcrumb {
        background-color: white;
    }

.container {
    /* border: 1px solid green;*/
}

.navbar-nav {
    /* border: 1px solid green;*/
}

.search-bar {
    margin-top: 6px;
}

.workmateHeader .breadcrumb {
    background-color: #eee;
    margin: 0px;
    padding: 0px;
}

.workmateBackground {
    padding: 9px 14px;
    margin-bottom: 14px;
    border-radius: 4px;
    padding: 0px;
}

    .workmateBackground hr {
        border-top: 1px solid #b5b5b5;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .workmateBackground .validation-summary-errors, .workmateBackground .field-validation-error {
        background-color: #FFD7D7;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: red;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 20px;
        padding: 10px;
        display: block;
    }

    .workmateBackground .field-validation-error-single.field-validation-error {
        background-color: transparent;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: red;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 5px;
        padding: 0px;
        padding-left: 10px;
        display: block;
    }

.form-errors {
    color: #a94442;
    margin-top: 4px;
}

.validation-summary-errors ul {
    margin-bottom: 0px;
}

.validation-summary-ul-nopadding ul {
    padding-left: 0px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #FF0500;
}

.has-error .form-control {
    border-color: #FF0500;
}

.workmateBackground h4, #window h4 {
    font-family: 'Segoe UI';
    font-weight: 300;
    font-size: 17px;
}

.workmateBackground h3 {
    font-family: 'Segoe UI';
    font-weight: 300;
    font-size: 20px;
}

@media (max-width: 767px) {
    /*
    .workmateBackground label, .workmateBackground label.control-label
    {
        padding-top: 0px;
        margin-top: 7px;
        font-weight: initial;
        overflow-y: hidden;
        overflow-x: hidden;
        word-break: break-word;
    }
    */
}


@media (min-width: 768px) {
    /*
    .workmateBackground label, .workmateBackground label.control-label
    {
        padding-top: 0px;
        margin-top: 7px;
        font-weight: initial;
        overflow-y: hidden;
        overflow-x: hidden;
        word-break: break-word;
    }
	.workmateBackground label#HourlyCharges, .workmateBackground label#FixedCharges{
		margin-top: -2px;
		line-height: 20px;
	}
    */
}

.workmateBackground .control-label {
    font-weight: normal;
}

.workmateBackground .panel-title label {
    margin-bottom: 0px;
}

/* nav bar */
.navbar {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    /*
    height: 70px;
    */
    margin-bottom: 0px;
}

.nav > li > a:not([data-toggle=tab]) {
    color: #fff;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #fff;
    background-color: #242424;
}

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-brand a:hover {
        color: #fff;
        background-color: #5E5E5E;
    }

li .navbar-header {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    float: none;
}

.glyphicon-menu {
    padding-right: 5px;
}

/* navbar-bottom */
.navbar-menu {
    background-color: #242424;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-menu-default .navbar-menu-nav > li {
    padding-top: 0px;
    padding-bottom: 0px;
    /*
    padding-left: 20px;
    padding-right: 20px;
    */
}

    .navbar-menu-default .navbar-menu-nav > li > a,
    .navbar-menu-default .navbar-menu-brand {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .navbar-menu-default .navbar-menu-nav > li > a.active {
            background-color: #b51c22;
            color: #fff;
        }

.collapse .btn-default {
    color: #D60000;
    font-weight: bold;
    text-decoration: underline;
}

.collapse .navbar-form {
    margin-top: 2px;
    margin-left: 12px;
}

#easyadv_navbar {
    margin-left: -15px;
    margin-right: -15px;
    /*    padding-left: 0px;  */
    /*    padding-right: 0px; */
}

.navbar-menu-default .navbar-menu-nav > .open > a,
.navbar-menu-default .navbar-menu-nav > .open > a:hover,
.navbar-menu-default .navbar-menu-nav > .open > a:focus,
.navbar-menu-default .navbar-menu-nav > li > a:hover,
.navbar-menu-default .navbar-menu-brand a:hover {
    color: white;
    background-color: #cb1f26;
}

li .navbar-menu-header {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    float: none;
}

/* body */
.kendoStatus {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
}

html {
    position: relative;
    min-height: 100%;
}

.removeRightMargin {
}

.removeLeftMargin {
}

@media (max-width: 991px) {
    .removeRightMargin {
        padding-right: unset;
    }

    .removeLeftMargin {
        padding-left: unset;
    }
}

@media (max-width: 768px) {
    .removeRightMargin {
        padding-right: 5px;
    }

    .removeLeftMargin {
        padding-left: 5px;
    }
}

body {
    margin-bottom: 60px; /* THIS NEEDS TO BE THE SAME AS .FOOTER HEIGHT */
}

.footer {
    background: #EEE;
    font-size: 12px;
    position: absolute;
    padding-top: 10px;
    bottom: 0;
    width: 100%;
    height: 60px; /* THIS NEEDS TO BE THE SAME AS BODY MARGIN-BOTTOM */
}

    .footer a {
        color: #727272;
        text-decoration: underline;
    }

        .footer a:hover {
            color: #A0A0A0;
        }

.AddNewItem {
    font-weight: bold;
    padding: 8px 4px 14px;
}

    .AddNewItem p {
        padding: 6px 10px !important;
    }


.container .text-muted {
    margin: 5px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
/*btns*/
.btn-primary, .btn-anchor {
    background-color: #242424;
    color: #fff;
    border: 0;
}

.btn-default[disabled] {
    background-color: #eeeeee !important;
    border: 0;
}

.btn-primary[disabled] {
    background-color: #484848 !important;
    border: 0;
}

.btn-cancel[disabled] {
    background-color: #c66269 !important;
    border: 0;
}

.attach-job[disabled] {
    background-color: #c95057 !important;
    border: 0;
}

.navbar-default .navbar-collapse a.dropdown-toggle {
    padding: 10px 10px 11px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-anchor:hover {
    background-color: #5e5e5e;
    color: #fff;
}

#bUpgrade, #bResubscribe {
    background: #008000;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 8px 10px;
}

#needHelp {
    background: #CB1F26;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 8px 10px;
}

#addBarcode:before, .AddNewItem .btn:before, .btn-new:before {
    content: "\002b";
    font-family: 'Glyphicons Halflings';
    margin-right: 5px;
}

.searchBarSearchButton:before {
    content: "\E003";
    font-family: 'Glyphicons Halflings';
    margin-right: 5px;
}

.sendSMSButton:before {
    content: "\E171";
    font-family: 'Glyphicons Halflings';
    margin-right: 5px;
}

.k-grid-header .k-header {
    border-color: #eeeeee;
    padding: 10px 6px;
    font-weight: bold;
}

.k-grid tr td {
    border-color: #efefef;
    padding: 6px 6px;
}

.k-tooltip-content {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.k-btn-small, .k-grid-Delete {
    padding: 0px 10px;
    text-wrap: avoid;
}

.searchClear, .searchClearDropDown {
    position: absolute;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index: 500;
    /*font-size: 20px;*/
    top: -6px;
    right: 20px;
}

.searchClear-Mobile {
    top: -2px;
}

.removeMinHeight {
    min-height: 0px;
}

.searchClear:hover, .searchClearDropDown:hover {
    color: darkblue;
}

.searchClear-kendo {
    margin-top: 8px;
    top: 0px;
    right: 50px;
}

.searchClearDropDownAlign {
    top: -3px;
}

.searchClearDropDown {
    top: -3px;
    right: 40px;
}

.add-Mobile-Btm-Mrgn {
}

.searchClearAlign {
    top: -4px;
}

.removeExtraPadding { }

.addMargin {
}

.responsive-growing-btn {
    width: 50%;
}

.responsive-print-btn {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .responsive-print-btn {
        width: 100%;
    }
}

/***/
@media only screen and (max-width: 767px) {
    .responsive-print-btn {
        width: 82%;
    }
}

@media only screen and (max-width: 576px) {
    .responsive-print-btn {
        width: 100%;
    }
}



@media only screen and (max-width: 768px) {
    .searchClearAlign {
        top: -2px;
    }

    .responsive-growing-btn {
        width: 60%;
    }

    .removeExtraPadding {
        padding: 0px;
        margin-bottom: 5px;
    }

    .add-Mobile-Btm-Mrgn {
        margin-bottom: 5px;
    }

    .searchClearDropDownAlign {
        top: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .responsive-growing-btn {
        width: 92%;
    }
}

@media only screen and (min-width: 992px) {
    .addMargin {
        margin: auto;
    }
}

@media only screen and (max-width: 760px) {
    .searchClear-kendo {
        margin-top: 36px;
    }

    .searchClear-reportAlign {
        margin-top: 8px;
    }
}

.removeSidePadding {
    padding-left: 0px;
    padding-right: 0px;
}


.navbar {
    margin-bottom: 0px;
    height: 50px;
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu > li > a; {
        margin-left: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a::before {
        content: "";
    }
}

/*.kitHeader
{
    background-color: #E4E4E4;
}
*/
.kitItem {
    border-left: 1px solid #CACAD9;
    border-right: 1px solid #CACAD9;
    padding-left: 10px !important;
}

/*.kitItem:before
    {
        content: "-";
        padding-right: 2px;
    }*/

#TotalDisplay {
    font-weight: bold;
}

.qr_image {
    width: 85%;
}

@media (min-width: 500px) {
    .qr_image {
        width: 50%;
    }
}


.text-center {
    text-align: center;
}

.form-control-disabled {
    background-color: #f5f5f5;
}

.form-horizontal .form-group {
    margin-top: 2px;
    margin-bottom: 6px;
}

    .form-horizontal .form-group input {
        color: #666;
    }

.padding-0 {
    padding: 0px;
    margin: 0px;
}

.padding-3 {
    padding: 3px;
    margin: 3px;
}

.padding-5 {
    padding: 5px;
    margin: 5px;
}

.push-down {
    margin-top: 7px;
}

.push-down-5 {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .push-down-xs {
        margin-top: 7px;
    }
}

@media (min-width: 768px) {
    .push-down-sm {
        margin-top: 7px;
    }
}

.wm-dropdown-header td {
    padding-left: 5px;
    font-weight: 800;
}

.wm-dropdown-body td {
    overflow-x: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768) {
    .pull-xs-left {
        float: left;
    }

    .pull-xs-right {
        float: right;
    }
}

@media (min-width: 769) and (max-width: 991) {
    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }
}

@media (max-width: 767px) {
    /** Pull left xs **/
    .pull-left-xs {
        float: left;
    }

    /** Pull right xs **/
    .pull-right-xs {
        float: right;
    }
}

@media (min-width: 768px) {
    /** Pull left sm **/
    .pull-left-sm {
        float: left;
    }

    /** Pull right sm **/
    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 992px) {
    /** Pull left **/
    .pull-left-md {
        float: left;
    }

    /** Pull right **/
    .pull-right-md {
        float: right;
    }
}

@media (min-width: 1200px) {
    /** Pull left **/
    .pull-left-lg {
        float: left;
    }

    /** Pull right **/
    .pull-right-lg {
        float: right;
    }
}


#kendoGridOuter {
    margin-top: 0px;
}

.k-datepicker, .k-dropdown {
    /*    margin-bottom: 5px;*/
}

.k-grid .k-datepicker, .k-grid .k-dropdown {
    margin-bottom: 5px;
}

.k-grid .k-edit-cell .k-dropdown {
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .padding-right-lg {
        padding-right: 15px !important;
    }
}

.k-grid-content {
    min-height: 20px;
}

.paymentsTableRow td {
    border-top: none !important;
}

.k-grid-content-expander {
    max-width: 1px;
}

.page-buttons {
    text-align: right;
}

.page-buttons-fixed {
    position: fixed;
    bottom: 10px;
    left: 48%;
}

.page-buttons-absolute {
    position: absolute;
    text-align: right;
    right: 0px;
    bottom: 0px;
    padding: 15px;
}

@media (min-width: 768px) {
    .text-right-sm {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .text-right-xs {
        text-align: right;
    }
}

.k-button-no-bg, .k-button-no-bg:hover, .k-button-no-bg:active {
    border: none;
    background-color: transparent;
    min-width: 1px !important;
    color: black;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    padding: 0;
}

    .k-button-no-bg:active {
        color: grey;
    }


.btn-cancel {
    color: #fff !important;
    background-color: #ae2029 !important;
    border-color: #ae2029 !important;
}

    .btn-cancel:hover, .btn-cancel:active, btn.cancel:focus {
        color: #fff !important;
        background-color: #801818 !important;
        border-color: #801818 !important;
    }

.btn-primary-focus[disabled] {
    background-color: #c66269 !important;
    border: 0;
}

.btn-primary-focus {
    btn-primary color: #fff !important;
    background-color: #ae2029 !important;
    border-color: #ae2029 !important;
}

    .btn-primary-focus:hover, .btn-primary btn-primary-focus:active, .btn-primary btn-primary-focus:focus {
        color: #fff !important;
        background-color: #801818 !important;
        border-color: #801818 !important;
    }

.btn-xero {
    color: #fff !important;
    background-color: #00b2dc !important;
    border-color: #00b2dc !important;
    margin-bottom: 6px;
    padding: 6px 6px;
}

.btn-xero-unpost {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    margin-bottom: 6px;
    padding: 6px 6px;
}

.btn-myob {
    color: #fff !important;
    background-color: #a25abb !important;
    border-color: #8b17ff !important;
    margin-bottom: 6px;
    padding: 6px 6px;
}

.checkbox-text {
    float: left;
    margin-left: 10px;
    margin-top: 2px !important;
    font-weight: normal;
}

.checkbox-div {
    margin-top: 4px;
}

.dropdown-menu {
    background-color: white;
}

    .dropdown-menu:hover {
        background-color: white;
    }

.checkbox-input {
    float: left;
}

.dropdown-menu {
    padding: 0px;
}

    .dropdown-menu .divider {
        margin: 1px 16px;
        background-color: #414141;
    }

    .dropdown-menu > li > a {
        color: #fff;
        margin: 5px 0px;
        padding: 5px 20px;
    }

        .dropdown-menu > li > a:hover {
            background-color: #5e5e5e;
            color: #fff;
        }

.main-menu li a:hover {
    background-color: #7e1317;
}

.navbar-nav > li > .dropdown-menu {
    background: #242424;
    padding-top: 0px;
    border-top: 0px;
    margin-left: 0px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*  scheduler */
#kendoScheduler table.k-scheduler-monthview .k-event {
    margin-top: 15px;
    max-height: 35px;
    border: 0px solid green;
    background: none;
    color: black;
    pointer-events: none;
    text-align: right;
}

#kendoScheduler table.k-scheduler-weekview .k-event {
    min-height: 50px;
    color: black;
}

#kendoScheduler div > .k-event:hover {
    height: auto !important;
}

#kendoScheduler div > .k-event .wm-scheduler-event-hover {
    display: none;
    width: 100% !important;
    height: auto !important;
    z-index: 99999;
    border-color: #b51c23;
    background: #ad3339 0 -257px url(textures/highlight.png) repeat-x;
}

/*#kendoScheduler .k-scheduler-table > tbody > tr > td
{
    height: 60px;
}*/


.k-other-month {
    color: black !important;
    background-color: #f3f3f3;
}

.k-event {
    min-height: 3em;
}

.k-scheduler-header-all-day td {
    height: 9em;
}

#kendoSearchGrid tr[role=row] td[role=gridcell] {
    /*white-space: nowrap !important;*/
}

/* start scheduler colours */

#kendoScheduler .k-today {
    /*background-color: #a3a3a3;*/
}

#kendoScheduler .k-selected {
}

#kendoScheduler .k-state-selected,
#monthRoster .k-state-selected {
    background-color: #2a95d9 !important;
    color: white;
}

#kendoScheduler .k-state-selected-pending {
    background-color: #3ba6ea !important;
    color: white;
}

    #kendoScheduler .k-state-selected-pending.wm-overtime {
        background-color: #c06060;
        color: white;
    }

#kendoScheduler .k-state-selected.wm-overtime {
    background-color: #EE3B3B;
    color: white;
}

#kendoScheduler .wm-overtime {
    background-color: #EEB4B4;
}

#kendoScheduler .wm-scheduler-event.wm-text-overtime {
    color: #7f0000;
}

#kendoScheduler .wm-scheduler-event.wm-text-normtime {
    color: black;
}

#kendoScheduler .wm-overtime.k-today.k-state-selected {
    border-color: transparent;
}

/* END scheduler colours */

#priceTable td, #priceTable th {
    padding: 6px 6px;
    border: 0px;
}

#priceTable .priceTableCol2 {
    text-align: right;
}

.kendo-numeric-padright {
    text-align: right !important;
}

    .kendo-numeric-padright > span {
        text-align: right !important;
        /*kendo update fixes*/
        /*padding-right: 5px !important;*/
    }

        .kendo-numeric-padright > span > input {
            text-align: right !important;
            padding-right: 5px !important;
        }

TD.Amount {
    overflow: visible;
}

.payment-table {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 300px;
    border: 0px;
}

    .payment-table tr > td {
        padding-top: 3px;
        padding-bottom: 3px;
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
    }

        .payment-table tr > td:first-child {
            padding-left: 0px;
        }

        .payment-table tr > td:last-child {
            padding-right: 0px;
        }

    .payment-table tr:first-child {
        border-top: 1px solid #ddd;
    }

    .payment-table tr:last-child {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.insert-placeholder {
    width: 150px;
    padding-right: 30px;
    padding-left: 30px;
}

    .insert-placeholder a {
        color: #333 !important;
    }

    .insert-placeholder nav {
        background-color: inherit !important;
        color: inherit;
        width: 150px;
        margin: 0px;
        padding: 0px;
        padding-right: 10px;
        height: 30px;
        min-height: 0px;
        margin-right: 0px;
    }

        .insert-placeholder nav > a {
            text-align: right;
            margin: 0px;
            padding: 0px;
            margin-right: 0px;
            float: left;
        }

    .insert-placeholder a {
        text-align: right;
        padding: 3px 5px !important;
        /* color: #515967; !important*/
        font-size: 12px;
        text-align: left;
    }

    .insert-placeholder nav > ul {
        left: 20px;
    }

    .insert-placeholder li {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .insert-placeholder ul > li > a {
        background-color: white !important;
    }

    .insert-placeholder li a:hover {
        background-color: #ecf3f9 !important;
    }

    .insert-placeholder ul {
        min-width: 140px;
        margin-right: 999px !important;
        margin-top: 0px;
    }

@media (min-width: 768px) {
    .insert-placeholder ul {
        margin-left: -15px;
    }
}

.div-table {
    margin-bottom: 10px;
}

    .div-table > div {
        width: 100%;
        padding: 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border-bottom: 1px solid #ddd;
        margin-left: initial;
        margin-right: initial;
    }

        .div-table > div > div:first-child:hover {
            /*background-color: #eeeeee;*/
        }

        .div-table > div:first-child > div:first-child:hover {
            /*background-color: initial;*/
        }

        .div-table > div:first-child {
            border-top: 1px solid #ddd;
            font-weight: bold;
        }

        .div-table > div > div {
            float: left;
            padding: 8px;
        }

            .div-table > div > div:first-child {
                min-width: 300px;
            }

            .div-table > div > div:last-child {
                max-width: 100%;
            }

.div-table-float-right {
    margin-bottom: 10px;
}

    .div-table-float-right > div {
        width: 100%;
        padding: 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border-bottom: 1px solid #ddd;
        margin-left: initial;
        margin-right: initial;
    }

        .div-table-float-right > div > form > div:first-child,
        .div-table-float-right > div > form > div > div,
        .div-table-float-right > div:first-child > div {
            padding-top: 5px;
            padding-left: 5px;
        }

        .div-table-float-right > div:first-child {
            border-top: 1px solid #ddd;
            font-weight: bold;
        }

        .div-table-float-right > div > div:first-child, .div-table-float-right > div > form > div:first-child {
            min-width: 150px;
            float: left;
        }

        .div-table-float-right > div > div:last-child, .div-table-float-right > div > form > div:last-child {
            max-width: 100%;
            overflow: hidden;
            width: auto;
        }

            .div-table-float-right > div > div:last-child > div:first-child, .div-table-float-right > div > form > div:last-child > div:first-child {
                float: left;
            }

            .div-table-float-right > div > div:last-child > div:last-child, .div-table-float-right > div > form > div:last-child > div:last-child {
                float: right;
            }

iframe.k-content-frame {
    border-radius: 10px;
}

.k-window-content.k-content.k-window-iframecontent {
    border-radius: 10px;
}

.k-widget.k-window {
    border: 0px !important;
    border-radius: 10px;
}

Table.ReportSelectTable {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

    Table.ReportSelectTable TD {
        padding: 3px 6px;
    }

TD.ReportParamLabel {
    text-align: right;
}

.ReportParamLabel label {
    margin: 0px;
}


TR.ReportNameRow {
    background-color: #dddddd;
    font-weight: bold;
}

.k-window-titlebar {
    background-color: #242424;
    border: 0px;
}

form .input-group-btn > button > i.glyphicon.glyphicon-search {
    height: 17px;
}

body.bodyWindow {
    margin-bottom: 0px;
}

.k-grid-toolbar .k-button {
    background-color: white;
    border: 1px solid #5e5e5e;
}

.k-grid .k-button {
    background-color: white;
}

    .k-grid .k-button:active {
        color: black;
    }

a.k-button.k-button-icontext.k-grid-Delete {
    min-width: 24px;
}

/*kendo update fixes*/
.k-window-titlebar, .k-window-actions {
    /*height: 20px !important;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: black;
}
/*kendo update fixes*/

.k-window-title {
    margin-top: 2px; /* adjusts title height (offset by 30)*/
    margin-left: 10px;
    font-weight: bold;
    color: white !important;
}

.k-window-titlebar > div.k-window-actions > a.k-window-action.k-link {
    opacity: 1;
    width: 36px;
    height: 36px;
}

/*kendo update fixes*/
.k-window-titlebar > div.k-window-actions > a.k-window-action.k-button-icon > span.k-i-close {
    background-image: url("images/close-x.png");
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.k-window-titlebar > div.k-window-actions > a.k-window-action.k-button-icon > .k-icon:before {
    position: inherit;
}
/*kendo update fixes*/

.workmate-dropdown ul {
}

    .workmate-dropdown ul li {
    }

        .workmate-dropdown ul li a {
            background: #242424;
        }

            .workmate-dropdown ul li a[disabled] {
                background-color: #484848;
                border: 0;
            }

#kendoSearchGrid table {
    /*table-layout: auto;*/
}

Table.UseDataTable TD > Label {
    /*margin: 4px 2px 0px 2px;*/
    font-weight: normal;
    margin-top: 2px;
}

.job-vehicle-box {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px dotted #b51c22;
}

.workmateBackground .wm-view .form-group {
    min-height: 15px;
}

.workmateBackground .wm-edit .form-group {
    min-height: 29px;
}

.form-group h5.control-label {
    margin-top: 0px;
}

@media (max-width: 767px) {
    /*
    .workmateBackground .wm-view .form-group label
    {
        text-align: left;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
    }

        .workmateBackground .wm-view .form-group label.control-label
        {
            text-align: left;
            margin: 0px;
            padding: 0px;
            font-weight: normal;
        }

    .workmateBackground .wm-edit .form-group label.push-down
    {
        margin-top: 0px;
    }
        */
}

@media (min-width: 768px) {
    /*
    .workmateBackground .wm-view .form-group label
    {
        text-align: left;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
    }

        .workmateBackground .wm-view .form-group label.control-label
        {
            text-align: right;
            margin: 0px;
            padding: 0px;
            font-weight: normal;
        }

    .workmateBackground .wm-edit .form-group label.push-down
    {
        margin-top: 7px;
    }
        */
}

.text-left {
    text-align: left !important;
}

.div-ul > div.row:hover {
    background-color: #fafafa;
}

.div-ul > div {
    padding: 5px;
    border-radius: 0px;
    border: 1px #ddd solid;
    border-bottom: none;
}

    .div-ul > div:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .div-ul > div:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom: 1px #ddd solid;
    }

.div-ul-nominwidth div {
    min-width: 0px !important;
}

/*More info*/
.k-widget.k-tooltip {
    background-color: #242424;
    background-image: none;
    border-color: #242424;
    padding: 10px 5px;
    visibility: hidden !important;
}

.k-callout-n {
    border-bottom-color: #242424;
}

.k-callout-s {
    border-top-color: #242424;
}

/*Validation info*/
.k-widget.k-tooltip-validation {
    background-color: #FFD7D7;
    border-color: #FFD7D7;
    color: #F00;
}

.k-tooltip-validation .k-callout-n {
    border-bottom-color: #FFD7D7;
}

.k-widget.k-tooltip.wm-tooltip {
    background-color: black;
    visibility: visible !important;
}

.k-animation-container .wm-tooltip-job {
    color: red;
    background-color: #ffd7d7;
    border-color: #ffd7d7;
    visibility: visible !important;
}

.wm-tooltip-job .k-callout-s {
    border-top-color: #ffd7d7;
}

.k-animation-container .k-widget.k-tooltip.wm-tooltip-expand {
    /* color: #515967; */
    background-color: #fff;
    color: black;
    border-color: #dbdbde;
}

.wm-tooltip-expand .k-callout-n {
    border-bottom-color: #dbdbde;
}

.k-invalid-msg {
}

.CancelDialogDiv {
    padding: 20px 5px 0px 5px;
}

.CancelDialogHeading {
    color: #900;
    font-size: 24px;
}

.CancelDialogMessageContent {
    color: #300;
    margin: 15px 0px;
}

.CancelDialogMessageWarning {
    color: #300;
    margin: 15px 0px;
}


.pull-bottom {
    display: table-cell;
    vertical-align: bottom;
    float: none;
}

.searchBar {
    padding: 0px;
}

.searchBarColumn label {
    padding: 0px;
}

.searchBarColumn {
    padding-right: 0px;
}

.searchBarColumns {
    width: 100%;
    padding-right: 0px;
}

    .searchBarColumns .searchBarColumn:nth-child(2n+1) {
        padding-left: -10px;
    }

    .searchBarColumns .searchBarColumn:nth-child(2n+2) {
        padding-left: 0px;
    }

.searchBarButton {
    padding-bottom: 10px;
    padding-left: 3px;
}

    .searchBarButton * {
        float: right;
    }

.form-group.searchBarParam {
    margin-left: -10px;
    margin-right: 5px;
}

.searchBar .checkbox-input {
    margin-left: 30px;
}

.searchBar .checkbox-text {
    /*    margin-top: 9px !important; */
}

.searchBar .checkbox-input {
    margin-top: 11px !important;
}


/*Warning Errors*/
.CancelDialogDiv {
    color: #ff0000;
    color: black;
    text-align: center;
    line-height: 14px;
}

.CancelDialogMessageContent, .CancelDialogMessageWarning {
    font-size: 14px;
}

.CancelDialogButtons {
    text-align: center;
}

    .CancelDialogButtons button {
        margin: 5px;
    }

@media (min-width: 768px) {
    .col-sm-2-5 {
        width: 20.833333333%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-sm-9-5 {
        width: 79.16667%;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .wm-label {
        font-weight: normal;
        float: left;
    }

    .wm-value {
        font-weight: bold;
        text-align: left;
    }

    .wm-input {
        font-weight: normal;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .wm-label {
        font-weight: normal;
        float: right;
    }

    .wm-value {
        font-weight: bold;
        text-align: left;
    }

    .wm-input {
        font-weight: normal;
        text-align: left;
    }
}

.has-error.wm-input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error.wm-input, .has-error .wm-input {
    border-color: #FF0500;
}

.has-error .wm-label, .has-error .wm-value {
    color: #FF0500;
}

.has-error .k-widget span {
    border-color: #FF0500;
}

.inverse-margin {
    margin-left: -5px;
}

.barcode-box {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}

.termslinkdiv {
    text-align: center;
    color: #777;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
    -ms-overflow-style: auto;
    border: 1px solid #ddd;
}

.k-grid.k-widget {
    border: 0px;
}

.table-responsive > div[data-role=grid] {
    border: 0;
}

div.LinkDescription {
    padding-top: 15px;
    padding-bottom: 5px;
}

.LinkDescription span {
    position: relative;
    font-size: 14px;
    top: 2px;
    color: #666;
}

.LinkDescription a {
    /* color: #515967; */
    font-size: 14px;
    padding-left: 5px;
}

.LinkDescription p {
    padding-left: 23px;
    padding-left: 23px;
    color: #666;
}

.navbar-right-elements {
    position: relative;
    float: right;
}

.navbar-right-elements-link {
    padding-right: 10px;
    padding-top: 8px;
}

.btn:hover {
    /*
        background-color: rgb(220, 220, 220);
        border: 1px solid rgb(200, 200, 200);
            */
    opacity: 0.9;
}

#XeroSyncOptions {
    border: 1px #CCC solid;
    width: 300px;
    padding: 10px;
}

#XeroSyncStats div.row div:nth-child(1) {
    min-width: 270px;
}

#XeroSyncStats div.row div:nth-child(2), #XeroSyncStats div.row div:nth-child(3), #XeroSyncStats div.row div:nth-child(4) {
    text-align: right;
    width: 80px;
}

#XeroInstructions {
    border: 1px solid #444444;
    padding: 30px;
}

    #XeroInstructions table {
        margin-left: 10px;
    }

        #XeroInstructions table tr td:first-child {
            width: 130px;
        }

        #XeroInstructions table tr td:last-child {
            width: 200px;
        }

    #XeroInstructions p:not(:first-child) {
        margin-top: 30px;
    }


@media (max-width: 767px) {
    #XeroInstructions .instruction-row:not(:first-child) {
        margin-top: 10px;
    }

    #XeroInstructions .instruction-row div:first-child {
        text-decoration: underline;
        margin-bottom: 5px;
    }
}

#XeroInstructions > p:not(:first-child) {
    margin-top: 20px;
}

#XeroInstructions #instructions-table {
    border: 1px dashed #CCC;
    padding: 10px;
}

#xerodocumentation .backtotop {
    font-size: 14px;
    text-decoration: underline;
}

#xerodocumentation .section {
    padding-left: 20px;
}

    #xerodocumentation .section h4 {
        margin: 20px auto 10px;
    }

#xerodocumentation .image-list li {
    padding-top: 20px;
    padding-bottom: 20px;
}

#xerodocumentation .image-list li {
    border-bottom: 1px dashed #CCC;
}

    #xerodocumentation .image-list li img {
        border: 1px dotted #CCC;
        margin-top: 10px;
        padding: 20px;
    }

#xerodocumentation .mapping-table {
    border-right: 1px solid grey;
}

    #xerodocumentation .mapping-table tr td,
    #xerodocumentation .mapping-table tr th {
        padding: 5px 10px 5px 10px;
        vertical-align: top;
    }

    #xerodocumentation .mapping-table tr td,
    #xerodocumentation .mapping-table tr th {
        border-left: 1px solid grey;
    }

    #xerodocumentation .mapping-table td[rowspan],
    #xerodocumentation .mapping-table tr.mapping-bottom {
        border-bottom: 1px solid grey;
    }

    #xerodocumentation .mapping-table .mapping-top {
        border-top: 1px solid grey;
    }

#xerodocumentation .common-auth-error {
}

#xerodocumentation .common-sync-error p {
    margin-left: 20px;
}

    #xerodocumentation .common-sync-error p:not(:last-child):before {
        content: "Error: ";
    }

    #xerodocumentation .common-sync-error p:last-child:before {
        content: "Solution: ";
    }

#xerodocumentation .common-sync-error {
    margin: 30px 10px;
}

#xerodocumentation .section:last-child {
    margin-bottom: 200px;
}

/* sales classification */
.sales-classification-hot {
    background-color: #BBFFC6;
}

.sales-classification-warm {
    background-color: #C7E0FF;
}

.sales-classification-cold {
    background-color: #FFFFFF;
}

.sales-classification-deleted {
    background-color: #D1D1D1;
}

.sales-classification-uncontactable {
    background-color: #FFB3B3;
}

.sales-classification-dead {
    background-color: #FFB3B3;
}

.sales-classification-sold {
    background-color: #FBFFA3;
}

.graph-info h6 {
    text-transform: uppercase;
}

.graph-info span {
    font-size: 200%;
    margin-left: 20px;
    font-weight: bold;
}

.graph-info small {
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 10px;
}

.graph-container {
    height: 120px;
    text-align: center;
}

.graph {
    width: 100%;
    height: 100%;
}

div#jobScheduler .k-scheduler-monthview .k-scheduler-table td {
    height: 60px;
}

.k-scheduler-table td:first-child,
.k-scheduler-table td:last-child {
    background-color: #EEE;
}

#jobScheduler .k-scheduler-monthview div > .k-event,
#monthRoster .k-event {
    margin-top: 15px;
    max-height: 35px;
    border: 0px solid green;
    background: none;
    color: black;
    pointer-events: none;
    text-align: right;
}

#monthRoster .k-event {
    margin-top: 35px;
}

#jobScheduler .k-scheduler-dayview div > .k-event {
    color: #FFFFFF;
}

.wm-event {
    height: 100%;
}

    .wm-event a, .wm-event-job a {
        color: #FFFFFF;
    }

.k-event.wm-job-todo, .wm-job-todo {
    background-color: #B51C22;
    border-color: #B51C22;
}

.k-event.wm-job-inprogress, .wm-job-inprogress {
    background-color: #DFA40C;
    border-color: #DFA40C;
}

.k-event.wm-job-workingon, .wm-job-workingon {
    background-color: #1122A0;
    border-color: #1122A0;
}

.k-event.wm-job-complete, .wm-job-complete {
    background-color: #117C06;
    border-color: #117C06;
}

.k-event.wm-booking, .wm-booking {
    background-color: #b95817;
    border-color: #b95817;
}

.k-event.wm-appointment, .wm-appointment {
    background-color: #428bca;
    border-color: #428bca;
}


.wm-event .glyphicon, .wm-event-job .glyphicon {
    font-size: 20px;
}

.wm-spin {
    -webkit-animation: wm-spin 3s infinite linear;
    animation: wm-spin 3s infinite linear;
}

@-webkit-keyframes wm-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes wm-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#jobScheduler .k-scheduler-dayview .k-scheduler-table td,
#jobScheduler .k-scheduler-dayview .k-scheduler-table th {
    height: 2.5em;
}

.wm-event table {
    height: 100%;
}

    .wm-event table td {
        vertical-align: middle;
        height: 100%;
    }

.wm-event tr > td:last-child,
.wm-event-job tr > td:last-child {
    padding-left: 8px;
}

.wm-parent-job {
    background-color: #E6E6E6;
    font-weight: bold;
}

.wm-parent-job-alt {
    background-color: #F3F3F3;
    font-weight: bold;
}

.wm-scheduler-header {
    padding: 4px 6px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    background-color: #CCC;
    border-right: 1px solid #CCC;
}

    .wm-scheduler-header::after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        height: 0px;
        overflow: hidden;
    }

.wm-scheduler-table {
    width: 100%;
}

.wm-scheduler-spacer {
    /*height: 39px;
	width: 62px;*/
    border-bottom: 1px solid #CCC;
}

.wm-mechanic-headings {
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-right: 16px;
}

.wm-headings-wrapper {
    /*border-bottom: 1px solid #CCC;*/
    border-right: 1px solid #CCC;
    overflow: hidden;
    /*width: 921px;*/
}

.wm-mechanic-header {
    height: 39px;
    /*width: 180px;*/
    border-right: 1px solid #CCC;
    text-align: center;
    /*max-width: 180px;
    min-width: 180px;*/
}

.wm-times-wrapper {
    height: 550px;
    overflow: hidden;
    white-space: nowrap;
    border-style: solid;
    border-width: 0px;
    margin-bottom: 16px;
}

.wm-times-table {
    table-layout: auto;
    /*border-right: 1px solid #CCC;*/
    width: 100%;
}

.wm-time {
    height: 30px;
    padding: 4px 6px;
    text-align: right;
}

.wm-time-alt {
    border-bottom: 1px solid #CCC;
}

.wm-events-wrapper {
    height: 566px;
    overflow: scroll;
    /*white-space: nowrap;*/
    border-style: solid;
    border-width: 0px;
    position: relative;
    /*width: 938px;*/
}

.wm-event-row {
    border-bottom: 1px solid #DBDBDE;
    height: 30px;
    background-color: #EEE;
}

.wm-event-row-alt {
    border-bottom-style: dotted;
}

.wm-event-mechanic {
    height: 840px;
    width: 180px;
    position: absolute;
    padding: 0px 2px;
    border-right: 1px solid #CCC;
}

.wm-event-job {
    width: 175px;
    border-radius: 3px;
    position: absolute;
    background-image: url('images/highlight.png');
    background-repeat: repeat-x;
    background-position: 0px -257px;
    border-width: 1px;
    border-style: solid;
    color: #FFFFFF;
    padding: 3px;
    min-height: 22px;
}

    .wm-event-job table {
        height: 100%;
    }

#jobScheduler .k-scheduler-monthview td[role="gridcell"],
#kendoScheduler .k-scheduler-monthview td[role="gridcell"],
#monthRoster .k-scheduler-monthview td[role="gridcell"] {
    cursor: pointer;
}

#jobScheduler td[role="gridcell"] span,
#kendoScheduler td[role="gridcell"] span,
#monthRoster td[role="gridcell"] span {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

#jobScheduler td[role="gridcell"]:hover > span:first-child,
#kendoScheduler td[role="gridcell"]:hover > span:first-child,
#monthRoster td[role="gridcell"]:hover > span:first-child {
    font-weight: bold;
    font-size: 20px;
}

#jobScheduler td[role="gridcell"]:hover div span,
#kendoScheduler td[role="gridcell"]:hover div span,
#monthRoster td[role="gridcell"]:hover div span {
    color: rgba(81, 89, 103, 1) !important;
}

#kendoScheduler td[role="gridcell"].k-state-selected:hover div span {
    color: rgba(245, 245, 245, 1) !important;
}

#rosterGrid td {
    height: 30px;
}

#kendoScheduler td[role="gridcell"] {
    position: relative;
}

.mech-hours {
    text-align: left;
    color: #333333;
    font-weight: bold;
    position: absolute;
    bottom: 6px;
}

.wm-normtime {
    background-color: #E8E9FF !important;
}

.k-state-selected .glyphicon {
    color: rgba(245, 245, 245, 0.25) !important;
}

.k-pager-wrap .k-dropdown {
    margin-bottom: 0px;
}

.wm-selected {
    box-shadow: 0px 0px 12px 0px #868686 inset;
}

#rosterGrid .k-dirty {
    margin: -0.225em 0px 0px -0.3em;
}

.k-grid table[role="grid"] tr {
    height: 40px;
}

.wm-help-link {
    color: inherit;
}

    .wm-help-link:hover {
        color: inherit;
        cursor: pointer;
    }

.alert + .alert {
    margin-top: -15px;
}

#unallocatedGrid .k-dropdown[aria-owns="StatusId_listbox"] {
    width: 105px !important;
}

form .cap-h {
    display: none;
}

/** Styles for large Registration page **/


.workmateBorderRegister {
    background-color: #fdfdfd;
    border: 1px solid #e1e1e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 750px;
    margin: 80px auto 25px;
    padding: 30px 50px;
    -webkit-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.13);
}

h1.register {
    font-size: 30px;
    color: gray;
    font-weight: bolder;
    margin-bottom: 28px;
}

h2.subregister {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 28px;
}

h3.subregister {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 14px;
    margin-bottom: 14px;
}

.register-control-label {
    font-size: 20px;
    text-align: right;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
}

input.registerform-control {
    height: 39px;
    font-size: 20px;
}
/**
 * Extra large button extensions. Extends `.btn`.
 */
.btn-xlarge {
    padding: 8px 40px;
    font-size: 24px;
    font-weight: bolder;
    line-height: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* For Google Predictions (from EasyCars) */
/*
#autocomplete-predictions-table {
    position: absolute;
    z-index: 1;
    background-color: white;
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
*/

.address-form-control {
    height: auto !important;
    position: absolute;
    z-index: 1;
}

    .address-form-control.address-active {
        -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

.address-table {
    margin: 6px -10px 0;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    table-layout: fixed;
}

    .address-table * {
        font-size: 11px;
        /*font-family: Tahoma;*/ /* Setting this breaks the glyphicon */
    }

    .address-table td.text {
        font-family: Tahoma;
    }

    .address-table td span.glyphicon {
        color: #AAA;
        font-size: 14px;
    }

    .address-table tr:hover span.glyphicon {
        color: #ff0000;
    }

    .address-table td {
        border-left-width: 0 !important;
        border-right-width: 0 !important;
    }

.address-input:focus {
    outline: none;
}

.midPriceShow {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

span.wm-help-video {
    font-size: xx-large;
    float: right;
    cursor: pointer;
    padding-right: 2rem;
}

@media (min-width: 1470px) {
    .fw-container {
        max-width: 90%;
        margin: auto;
    }
}

/*kendo update fixes*/
/*start*/
.k-widget.k-tooltip {
    background-color: #1984c8;
    color: #fff
}

.k-grid-header th.k-header {
    border-color: #eeeeee;
    padding: 10px 6px;
    font-weight: bold;
}

.k-button {
    display: inline-block;
    line-height: 1.66em;
    border-color: #dbdbde;
}

.k-grid-header th.k-header {
    vertical-align: middle;
}

.k-grid tr:hover {
    background-color: transparent;
}

.k-autocomplete > .k-clear-value, .k-dropdown-wrap > .k-clear-value, .k-multiselect-wrap > .k-clear-value {
    visibility: hidden !important;
}

.row-no-margin {
    margin-left: 0;
    margin-right: 0;
}

.k-dirty {
    display: none;
}

div#jobScheduler .k-scheduler-monthview .k-scheduler-table tr {
    height: auto !important;
}

div#jobScheduler .k-scheduler-monthview .k-scheduler-content {
    overflow-y: auto;
}

.k-primary {
    color: #515967;
}

.k-button.k-grid-edit {
    padding-top: 3px;
    padding-bottom: 3px;
}

.k-button.k-grid-cancel {
    padding-top: 3px;
    padding-bottom: 3px;
}

.k-button.k-grid-update {
    padding-top: 3px;
    padding-bottom: 3px;
}

.k-button.k-grid-del {
    padding-top: 3px;
    padding-bottom: 3px;
}


/*.k-grid .k-command-cell, .k-grid .k-edit-cell, .k-grid .k-grid-edit-row td {
    padding: .75rem .75rem;
}*/

/*.k-textbox > input, .k-numeric-wrap .k-input {
    height: 1.94em;  
}*/

/*kendo update fixes*/
/*end*/

a.manuallink {
    color: #333;
    vertical-align: text-top;
}


.report-pdf-btn {
    background-color: #c82127;
}

.report-preview-btn, .report-preview-btn:hover, .report-preview-btn:focus {
    background-color: #2E74B5
}

.report-csv-btn, .report-csv-btn:hover, .report-csv-btn:focus {
    background-color: #42a105;
}

.report-excel-btn, .report-excel-btn:hover, .report-excel-btn:focus {
    background-color: #20853e;
}

.previewDownloadImg {
    width: 40px;
    margin-right: 8px;
    cursor:pointer;
}

.previewDownloadBtnGrp {
    position: absolute;
    right: 5%;
    top: 2%;
}

@media(max-width: 1200px) {
    .previewDownloadBtnGrp {
        position: absolute;
        right: 6%;
        top: 2%;
    }
}

@media(max-width: 1000px) {
    .previewDownloadBtnGrp {
        position: absolute;
        right: 7%;
        top: 2%;
    }
}

@media(max-width: 750px) {
    .previewDownloadBtnGrp {
        position: absolute;
        right: 8%;
        top: 2%;
    }
}

@media(max-height: 570px) {
    .previewDownloadImg {
        width: 38px;
        margin-right: 12px;
    }
}

@media(min-height: 571px) {
    .previewDownloadImg {
        width: 40px;
        margin-right: 8px;
    }
}

/* global payment */
.globalpayment-topsection {
    font-size: 1.2rem;
}

.globalpayment-topsection .form-group {
    min-height:15px;
}

.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid currentColor;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

.back-Btn {
    color: black;
    border: 1px solid #ccc;
    background-color: white;
}

.booking-search-margin {
    margin: 0px 5px;
}

@media(max-width: 768px) {
    .booking-search-margin {
        margin: 0px 10px;
    }
}

.hidden-sm {
    display: none;
}

@media only screen and (min-width: 576px) {
    .hidden-sm {
        display: inline;
    }
}


/* Card section  UI Starts Here */

.card-section-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.material-icons {
    cursor: pointer;
}

    /* Font sizes for icons */
    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    .material-icons.md-96 {
        font-size: 48px;
    }

@media only screen and (max-width: 768px) {
    /*.md-icon-wrap i {
        font-size: 36px !important;
    }*/

    .md-header {
        font-size: 1.5rem;
    }

    .md-sub i {
        font-size: 48px !important;
    }

    .md-card:not(.md-fullwidth) {
        width: 100px;
        padding: 0px;
        margin-left: 8px;
        margin-top: 8px;
    }

    .md-media {
        height: 100px !important;
    }

        .md-media i {
            font-size: 64px !important;
            margin: -32px 0 0 -32px !important;
        }

    .md-card:not(.md-fullwidth):nth-child(3n) {
        margin-right: 0;
    }

    .md-header {
        margin: 3px 0px 0px;
    }

    .card-section-padding {
        padding-left: 7px;
        padding-right: 7px;
    }
}

/* Icons as black on a light background */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Icons as white on a dark background */
.material-icons.md-light {
    color: #242424;
}

.material-icons.me-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.md-card a *,
.md-card a:hover,
.md-card a:focus,
.md-card a:active {
    text-decoration: none;
    outline: 0;
    color: whitesmoke;
}

.md-card.md-animate {
    transition: box-shadow 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.md-card:not(.md-fullwidth):last-child {
    margin-right: 0;
}

.md-card:hover.md-animate {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.5);
}

.md-card.collapsible {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.md-media.md-media-1 {
    height: 111px;
}

.md-media.md-media-16 {
    height: 84px;
}

.md-media {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    overflow: hidden;
    position: relative;
}

.md-media .md-media-bg {
    background: #B22222 none repeat scroll 0% 0%;
    width: 0%;
    height: 0%;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.md-media-bg.md-ani-center {
    margin: 50%;
}

.md-media-bg.md-ani-bot-right {
    margin: 100%;
}

.md-media-bg.md-ani-top-left {
    margin: 0%;
}

.md-fullwidth {
    width: 100% !important;
}

.md-fullwidth::after {
    clear: both;
    content: " ";
    display: table;
}

.md-float-left {
    float: left;
}

.md-float-right {
    float: right;
}

h1.md-header,
h2.md-header,
h3.md-header,
h4.md-header,
h5.md-header,
h6.md-header {
    margin: 0px;
    display: inline-block;
}

.md-card hr {
    margin: 15px -15px;
    border-color: #DDD;
}

.md-ripple {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    transform: scale(0);
    z-index: 9999;
}

.md-ripple.animate {
    animation: ripple 0.45s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}


@media (min-width: 769px) {

    .md-card:not(.md-fullwidth) {
        margin-right: 18px;
    }

    .md-page-header .md-icon-wrap,
    .md-page-header-nav .md-icon-wrap {
        padding-right: 14px;
        border-right: 1px solid rgb(204, 204, 204);
    }

    .md-page-header .material-icons,
    .md-page-header-nav .material-icons {
        position: relative;
        color: #007bed;
        top: 3px;
    }

    .md-page-header .md-header-wrap,
    .md-page-header-nav .md-header-wrap {
        padding: 0px 15px;
    }

    .md-page-header .md-header {
        margin: 10px 0px 0px;
    }

    .md-page-header-nav .md-header {
        margin: 6px 0px 0px;
    }

    .md-card {
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
        width: 155px;
        border-radius: 2px;
        margin: 7px 0;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        padding: 0px;
    }

     .md-card:hover.md-animate .md-media .md-media-bg {
        width: 150%;
        height: 150%;
        margin: -25%;
     }

    .md-title {
        font-family: Arial, sans-serif;
        font-size: 15px;
        text-align: center;
        padding: 10px;
        min-height: 65px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #242424;
    }
}

@media (max-width: 768px) {
    .md-page-header .md-icon-wrap,
    .md-page-header-nav .md-icon-wrap {
        padding-right: 14px;
        border-right: 1px solid rgb(204, 204, 204);
    }

    .md-page-header .material-icons,
    .md-page-header-nav .material-icons {
        position: relative;
        color: #007bed;
        top: 3px;
    }

    .md-page-header .md-header-wrap,
    .md-page-header-nav .md-header-wrap {
        padding: 0px 15px;
    }

    .md-page-header .md-header {
        margin: 3px 0px 0px;
    }

    .md-page-header-nav .md-header {
        margin: 6px 0px 0px;
    }

    .md-card {
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
        width: 149px;
        border-radius: 2px;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        padding-left: 0.8rem;
        padding-bottom: 0.8rem;
        padding-right: 0.8rem;
    }

    .md-card:hover.md-animate .md-media .md-media-bg {
        width: 150%;
        height: 150%;
    }

    .md-title {
        font-family: Arial, sans-serif;
        font-size: 1.2rem;
        text-align: center;
        padding: 0px;
        min-height: 56px;
        color: #5f6069;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #242424;
    }

    .md-media-bg.md-ani-center {
        margin: 0%;
    }

    .md-media .md-media-bg {
        background: #B22222 none repeat scroll 0% 0%;
        width: 0%;
        height: 0%;
    }
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #CB1F26;
    background: linear-gradient(#CB1F26 0%, #CB1F26 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #CB1F26;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CB1F26;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #CB1F26;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #CB1F26;
}

.admin-ribbon {
    display: block;
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #CB1F26;
    padding: 3px 6px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 0px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    z-index: 15;
}

.admin-ribbon::before {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 8px;
    border-color: transparent transparent transparent #CB1F26;
}

.admin-ribbon::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 0 0;
    border-color: #CB1F26 transparent transparent transparent;
}

.md-card:hover span.material-icons.md-light {
    color: white;
}

/* Card section  UI Ends Here */

.remove-admin-search-padding {}

@media screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .remove-admin-search-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Starting the sub NavBar code from here.. */
.sub-navbar {
    width: 100%;
    overflow: auto;
}

.sub-navbar a {
    float: left;
    padding: 8px 16px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    width: 33%;
    text-align: center;
    background-color: #242424;
}

.sub-navbar a:hover {
    background-color: #000;
}

.sub-navbar a.active {
    background-color: #b51c22;
}

.navbar-content{
    display:none;
}

.active-content {
    display: block;
}

@media screen and (max-width: 500px) {
    .sub-navbar a {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }
}

.removeLeftPadding {
    padding-left: 0px;
}

.removeTabMargin { }
.removeTabPadding { }
.removeTabPaddingBtn { }

@media only screen and (max-width: 992px) {
    .removeTabMargin {
        margin: 0px;
    }

    .removeTabPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .removeTabPaddingBtn { }
}

@media only screen and (max-width: 767px) {
    .removeTabPaddingBtn {
        padding-right: 0px;
    }
}

.row-less-margin {
    margin-left: 5px;
    margin-right: 5px;
}

.add-magin-sm{
    padding-left:5px;
}

@media only screen and (max-width: 768px) {
    .add-magin-sm {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 769px) {
    .add-magin-sm {
       padding-left: 22px;
    }
}

@media only screen and (min-width: 992px) {
    .add-magin-sm {
        padding-left: 2px;
    }
}

.add-padding-sm {
    padding-left: 6px;
}

@media only screen and (max-width: 768px) {
    .add-padding-sm {
        padding-left:5px;
    }
}

@media only screen and (min-width: 769px) {
    .add-padding-sm {
        padding-left: 21px;
    }
}

@media only screen and (min-width: 992px) {
    .add-padding-sm {
        padding-left: 29px;
    }
}

@media only screen and (min-width: 1500px) {
    .add-padding-sm {
        padding-left: 43px;
    }
}


/**Stepper for pop-up window*/
ol.stepper {
    --default-b: lightgrey;
    --default-c: black;
    --active-b: #c92027;
    --active-c: white;
    --circle: 3.5em; /* size of circle */
    --b: 5px; /* line thickness */
    display: flex;
    list-style: none;
    justify-content: space-between;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b))/2)/100% var(--b);
    counter-reset: step;
    margin: 20px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    counter-reset: step;
    overflow: hidden;
}

ol.stepper li {
    display: grid;
    place-items: center;
    font-family: sans-serif;
    position: relative;
}

ol.stepper li::before {
    content: counter(step) " ";
    counter-increment: step;
    display: grid;
    place-content: center;
    aspect-ratio: 1;
    height: var(--circle);
    border: 5px solid #fff;
    box-sizing: border-box;
    background: var(--active-b);
    color: var(--active-c);
    border-radius: 50%;
    font-family: monospace;
    z-index: 1;
}

ol.stepper li.active ~ li::before {
    background: var(--default-b);
    color: var(--default-c);
}

ol.stepper li.active::after {
    content: "";
    position: absolute;
    height: var(--b);
    right: 100%;
    top: calc((var(--circle) - var(--b))/2);
    width: 100vw;
    background: var(--active-b);
}

#customerGrid {
    margin-left: 5px;
    margin-right: 5px;
}

#vehicleSelectGrid {
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) {
    #customerGrid {
        margin-left: 11px;
        margin-right: 11px;
    }

    #vehicleSelectGrid {
        margin-left: 11px;
        margin-right: 11px;
    }
}

.bottom-NavBar {
    overflow: hidden;
    position: relative;
    bottom: 0px;
    top: 15px;
    width: 100%;
    margin-bottom: 5px;
}

.error-msg-banner {
    background-color: #e6b800;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    top: 35%;
    left: 35%;
    position: absolute;
    margin: auto;
    width: 30%;
}

.erro-msg-big {
    width: 40%;
    left:30%;
}

.confirmModalPosition
{
    width: 48%;
    left: 26%;
}

.confirmModalPositionChecklist 
{
    width: 30%;
    left: 35%;
    top: 20%;
}

.confirmDeleteModal 
{
    width: 40%;
    left: 30%;
    top: 25%;
}

@media only screen and (max-width: 1331px) {
    .error-msg-banner {
        background-color: #e6b800;
        color: white;
        text-align: center;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        max-width: 90%;
        top: 30%;
        left: 30%;
        position: absolute;
        margin: auto;
        width: 40%;
    }

    .confirmModalPosition {
        width: 60%;
        left: 20%;
    }

    .confirmModalPositionChecklist {
        width: 44%;
        left: 28%;
        top: 23%;
    }

    .confirmDeleteModal { }

    .erro-msg-big { }
}

@media only screen and (max-width: 1000px) {
    .error-msg-banner {
        background-color: #e6b800;
        color: white;
        text-align: center;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        max-width: 90%;
        top: 30%;
        left: 25%;
        position: absolute;
        margin: auto;
        width: 50%;
    }

    .confirmModalPosition {
        width: 70%;
        left: 15%;
    }

    .confirmModalPositionChecklist {
        width: 58%;
        left: 21%;
        top: 22%;
    }
}

@media only screen and (max-width: 900px) {
    .error-msg-banner {
        background-color: #e6b800;
        color: white;
        text-align: center;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        top: 30%;
        left: 5%;
        width: 90%;
        position: absolute;
        margin: auto;
    }

    .confirmModalPosition 
    {
        width: 90%;
        left: 5%;
    }

    .confirmModalPositionChecklist 
    {
        width: 80%;
        left: 10%;
        top: 20%;
    }
}

.declineRequestBtn {
    color: white;
    outline: none;
    background-color: #AE2029;
    border: 1px solid #AE2029;
}

.declineRequestBtn:hover {
    color: white;
    outline: none;
    background-color: #AE2029;
    border: 1px solid #AE2029;
}


.acceptRequestBtn {
    color: white;
    outline: none;
    background-color: #20AE5F;
    border: 1px solid #20AE5F;
}

.acceptRequestBtn:hover {
    color:  white;
    outline: none;
    background-color: #20AE5F;
    border: 1px solid  #20AE5F;
}

.md-card-portal {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 60% !important;
    background-color: #ffffff;
    padding: 0px;
    max-width: 100%;
    max-height: 90%;
    overflow: auto;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1600px) {
    .md-card-portal {
        position: absolute;
        top: 5%;
        left: 15%;
        width: 70% !important;
        padding: 0px;
        max-width: 100%;
        max-height: 90%;
        overflow: scroll;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1112px) {
    .md-card-portal {
        position: absolute;
        top: 5%;
        left: 10%;
        width: 80% !important;
        padding: 0px;
        max-width: 100%;
        max-height: 90%;
        overflow: scroll;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 890px) {
    .md-card-portal {
        position: absolute;
        top: 2%;
        left: 5%;
        width: 90% !important;
        padding: 0px;
        max-width: 100%;
        max-height: 90%;
        overflow: scroll;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #cb1f26;
    border-radius: 55%;
}


.loading-body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20vh;
    margin: 0;
    width:325px;
    background-color: transparent;
    font-family: Arial, sans-serif;
    color: #ecf0f1;
}

.loading-body-container {
    text-align: center;
}

.loading-circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin:auto;
    margin-top:5%;
}

.loading-circle .loading-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 8px solid transparent;
    border-top: 8px solid #AE2029;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loading-circle .loading-bar:nth-child(2) {
    border-top-color: white;
    animation-duration: 1.5s;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.zero-padding-md { }

@media only screen and (max-width: 767px) 
{
    .zero-padding-md {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 768px) 
{
    .zero-padding-md {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 992px)
{
    .zero-padding-md {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.lt-eq-md-show {
    display: inline;
}

@media only screen and (min-width: 992px) {
    .lt-eq-md-show {
        display: none;
    }
}

.adjust-padding-BookingBtn { }

@media only screen and (min-width: 992px) {
    .adjust-padding-BookingBtn {
        padding-right: 11px;
    }
}

@media only screen and (max-width: 992px) {
    .adjust-padding-BookingBtn {
        padding-right: 9px;
        padding-left: 9px;
    }
}

.adjust-margin-BookingSearch{ }

@media only screen and (max-width: 768px) {
    .adjust-margin-BookingSearch {
        padding-left: 10px;
        padding-right: 9px;
    }
}

@media only screen and (min-width: 769px) {
    .adjust-margin-BookingSearch { }
}

.padding-left-right-1px {
    padding-left: 1px;
    padding-right: 1px;
}

.md-padding-left-right-0px { }

@media only screen and (max-width: 768px) 
{
    .md-padding-left-right-0px 
    {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*.padding-zero {
    padding: 0px;
}*/

.font-weight-600 {
    font-weight: 600 !important;
}

.header-font-color {
    color: #b51c22 !important;
}

.remove_left_padding{
    padding-left: 0px;
}

.remove_right_padding {
    padding-right: 0px;
}

.padding_top_5px{
    padding-top: 5px;
}

.text_align_left{
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.margin_top_1px {
    margin-top: 1px !important;
}

.margin_bottom_0px {
    margin-bottom: 0px;
}

.margin-top_9px {
    margin-top: 9px;
}

.padding_top_5px {
    padding-top: 5px;
}

.float-right-lt-eq-md{ }

@media only screen and (max-width: 992px) {
    .float-right-lt-eq-md {
        float: right;
    }
}

@media only screen and (min-width: 993px) {
    .float-right-lt-eq-md { }
}

.modal-msg-banner {
    background-color: #e6b800;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    top: 35%;
    left: 33.5%;
    position: absolute;
    margin: auto;
}

@media only screen and (max-width: 1331px) {
    .modal-msg-banner {
        background-color: #e6b800;
        color: white;
        text-align: center;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        max-width: 90%;
        top: 30%;
        left: 25%;
        position: absolute;
        margin: auto;
    }
}

@media only screen and (max-width: 1000px) {
    .modal-msg-banner {
        background-color: #e6b800;
        color: white;
        text-align: center;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        max-width: 90%;
        top: 30%;
        left: 21%;
        position: absolute;
        margin: auto;
    }
}

@media only screen and (max-width: 900px) {
    .modal-msg-banner {
        background-color: #e6b800;
        color: white;
        text-align: center;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        top: 30%;
        left: 5%;
        width: 90%;
        position: absolute;
        margin: auto;
    }
}

.padding-top-20px {
    padding-top: 20px;
}

.modal-header{
    font-size: 24px;
    margin: 0;
    color: black;
}

.padding-top-5px{
    padding-top: 5px;
}

.padding-bottom-5px {
    padding-bottom: 5px;
}

.float-left{
    float: left;
}

.color-black{
    color:black;
}

.background-white{
    background-color:white;
}

.background-acceptBtn {
    background-color: #20853e;
}

.font-18px{
    font-size: 18px;
}

.color-white{
    color: white;
}

.border-none{
    border: none;
}

.display-none{
    display: none;
}

.margin-top-1px {
    margin-top: 1px !important;
}

.margin-bottom-5px {
    margin-bottom: 5px;
}

.form-error-msg-color {
    color: #FF0500;
}

.hide-error-msg{
    display:none;
}

.padding-right-15px{
    padding-right: 15px;
}

.btn-primary_v2 {
    background-color: #242424;
    color: #fff;
    border: 1px solid #242424;
}

.success-btn {
    background-color: #AE2029;
    border: 1px solid #AE2029;
}

.danger-btn {
    background-color: #20853e;
    border: 1px solid #20853e;
}

.success-msg {
    background-color: #20AE5F;
    color: white;
    box-shadow: 5px 5px 23px 8px rgba(0, 0, 0, 0.3);
}

.margin-zero{
    margin: 0px;
}

.font-weight-bold {
    font-weight: bold;
}

.font-size-large {
    font-size: large;
}

.font-size-medium {
    font-size: medium;
}

.font-size-small {
    font-size: small
}

.bg-warm-red {
    background-color: #D32F2F;
}

.bg-color-white {
    background-color: white;
}

.close_PopUp_Btn 
{
    color:black;
    font-size: xx-large;
    position: absolute;
    top: 3%;
    right: 2%;
}

.PopUpModalIcon 
{
    color: #ffbe45;
    font-size: xxx-large;
}

.font-size-xx-large {
    font-size: xx-large;
}

.margin-top-2percent {
    margin-top: 2%;
}

.confirmModalYesBtn {
    background-color: #c92027;
    color: white;
    border: 1px solid #c92027;
    margin-right: 15px;
    margin-left: 15px;
}

.confirmModalNoBtn {
    background-color: white;
    color: #c92027;
    border: 1px solid #c92027;
}

.confirmModalBtnLayout {
    height: 40px;
    font-size: medium;
}

.ModalBackground {
    display: none;
    position: fixed;
    z-index: 1001;
    padding-top: 22%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.hidden {
    visibility: hidden;
}


.statusBadge {
    align-items: center;
    font-weight: bold;
    display: inline-block;
    height: 100%;
    white-space: nowrap;
    width: auto;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    padding: 3px 15px 3px 25px;
    text-overflow: ellipsis;
    color: #595959;
    word-break: break-word;
    &:before
    {
        border-radius: 50%;
        content: '';
        height: 12px;
        left: 6px;
        margin-top: -4px;
        position: absolute;
        top: 38%;
        width: 12px;
    }
}

.status--success {
    background: #b4eda0;
}

.status--success:before {
    background: #6BC167;
}

.status--warning {
    background: #ffebb6;
}

.status--warning:before {
    background: #ffc400;
}

.status--danger {
    background: #ffd5d1;
}

.status--danger:before {
    background: #ff4436;
}

.status--warning:before {
    background: #ffc107;
}

.widgetBtn {
  align-items: center;
  font-weight: bold;
  display: inline-block;
  height: 100%;
  white-space: nowrap;
  width: auto;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  padding: 2px 8px 2px 8px;
  text-overflow: ellipsis;
  word-break: break-word;
  color: white;
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}

.widgetBtn.active {
  color: black;
  text-decoration: none;
  background-color: white;
  border:none;
}

.widgetBtn:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border:none;
}


.widget--bg-grey {
    background-color: #535353;
    border: 1px solid #535353;
}

.p-md-rt-lt-10px {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 992px) {
    .p-md-rt-lt-10px { }
}

.minimize{
    margin: 0px;
    min-height: 0px;
    height: 0px;
}

.glyphicon-question-wsm::before {
    content: "\003F"; /* Unicode for '?' */
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.newNotificationIcon {
    background-color: #cb1f26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.remove-padding
{
    padding: 0px;
}

.no-border-radius-right {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-right: none;
}

.no-border-radius-left {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.padding-left-9px-md { }

@media only screen and (min-width: 768px) {
    .padding-left-9px-md {
        padding-left: 9px;
    }
}


/** Toggle switch CSS */

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px;
}

.toggle-switch input 
{
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider 
{
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.toggle-slider::before 
{
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #4caf50;
}

input:checked + .toggle-slider::before {
    transform: translateX(20px);
}

.jobchecklistMargin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wsm-progress {
    --bs-bg-opacity: 1;
    background-color: rgb(235 71 87);
}

/**
    Checklist CSS section Starts Here
*/

.item-slider {
    width: 100%;
    min-height: 150px;
    max-height: 350px;
    overflow: auto;
    background-color: white;
}

.jobChecklistContainer 
{
    border: 1px solid #c0c0c0;
    width: 100%;
    height: 60px;
    margin: 0px;
}

.jobChecklistCheckboxContainer
{
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0px;
    align-items: center;
    padding-left: 1px;
    padding-right: 1px;
}

.full-dimension {
    width: 100%;
    height: 100%;
}

.jobChecklistHeader 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45%;
    margin-right: 2%;
    margin-left: 2%;
}

.jobChecklistProgressContainer {
    height: 55%;
    color: white;
    text-align: center;
    width: 100%;
}

.row-adjust{
    margin-left: -5px;
    margin-right: -5px;
}

.row-checkbox 
{
    width: 20px;
    height: 20px;
    margin: auto;
}

.checklist-icons 
{
    font-size: 14px !important;
    color: #333;
    cursor: pointer;
}

.checklist-icons-container 
{
    display: flex;
    gap: 15px;
    height: 100%;
    margin-right: 5%;
    justify-content: flex-end;
    align-items: center;
}

.checklist-attach-to-invoice
{
    display: inline;
    margin-left: 7%;
}

.checklist-attach-invoice-icon 
{
    transform: scaleX(-1) rotate(134deg);
    font-size:14px;
}

.downward-pointing-arrow 
{
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 1px;
    float: right;
    margin: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid grey;
}

.wsm-green-checkbox {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    user-select: none;
}
.wsm-green-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Custom checkbox style */
.wsm-green-checkbox .checkbox-checkmark {
    position: absolute;
    top: -10px;
    left: -2px;
    height: 14px;
    width: 14px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 2px;
}

.wsm-green-checkbox .checkbox-checkmark.checklists-checkbox {
    position: absolute;
    top: -7px;
    left: -5px;
    height: 17px;
    width: 17px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 2px;
    -webkit-appearance: none; /* remove default styling */
    appearance: none;
    outline: none;
    cursor: pointer;
}

/* When checked, make it green */
.wsm-green-checkbox input:checked ~ .checkbox-checkmark {
    background-color: white; /* green */
    border-color: #22990a;
}

/* Checkmark symbol (tick) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.wsm-green-checkbox input:checked ~ .checkbox-checkmark:after {
    display: block;
}


.wsm-green-checkbox .checkbox-checkmark.checklists-checkbox:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #22990a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wsm-green-checkbox .checkbox-checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #22990a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.noRecordsInGrid
{
    width:100%;
    font-size:15px;
    padding:10px;
}

/**
    Checklist CSS section End Here
*/

div.onlineWidget_ViewAll 
{
    color: white;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    text-decoration: underline;
}

/** Side Nav For Booking Settings 
*/

@media (max-width: 991.98px) {

    .sidenav {
        height: 35px;
        width: 103%;
        position: relative;
        z-index: 1;
        border-right: 1px solid #d7d7d7;
        padding-top: 10px;
        left: -10px;
        background-color: #d7d7d7;
    }

    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 14px;
        color: black;
        display: inline;
    }

    .selectedNavItem {
        font-weight: bold;
        border-bottom: 1px solid black;
    }

    .sidenav a:hover {
        color: #b51c22;
        border-bottom: 1px solid #b51c22;
    }

    .sideTabView {
        position: relative;
    }
}

@media (min-width: 991.98px) {

    .sidenav {
        height: 100%;
        width: 160px;
        position: fixed;
        border-right: 1px solid #d7d7d7;
        overflow-x: hidden;
        padding-top: 20px;
    }

    .sidenav a 
    {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 14px;
        color: black;
        display: block;
    }

    .selectedNavItem {
        font-weight: bold;
    }

    .sidenav a:hover {
        color: #b51c22;
        text-decoration: underline;
    }

    .sideTabView {
        position: relative;
        left: 200px;
        top: 15px;
    }
}

/* Online Bookings Section Start */

.onlineBookingSettingsToolTip {
    position: relative;
    left: -5px;
    top: -5px;
}

.generalBookingSettingsToolTip {
    position: absolute;
    top: 0px;
}

.space-between {
    padding-top: 5px;
    padding-bottom: 5px;
}

.brustLabel {
    color: grey;
    font-weight: normal;
}

a.brustLabelLink {
    color: black;
    text-decoration: underline;
}

.selectionBtn {
    background-color: white;
    border: 1px solid #acacac;
    color: #242424;
}

.selectionBtn:hover, .selectionBtn:focus, .selectionBtn:active, .selectionBtn:hover {
    border: none;
    background-color: white;
    border: 1px solid black;
    color: #242424;
    outline: 0px !important;
}

.selectionBtn.selected {
    background-color: #ffd9d9;
    border: 1px solid #ffd9d9;
}

.selectionBtn.selected:hover, .selectionBtn.selected:focus, .selectionBtn.selected:active, .selectionBtn.selected:hover {
    border: none;
    background-color: #ffd9d9;
    border: 1px solid #ffd9d9;
    outline: 0px !important;
}

.lastTemplateItem {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom: 1px solid #ddd !important;
}

.onlineBookingTimeSection {
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

@media (max-width: 575px) 
{
    .onlineBookingTimeSection
    {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .onlineBookingTimeSelection {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
}
    /*padding-left: 0px;
display: flex
;
flex-direction: column;
gap: 0px;*/

.onlineBookingTimeSelection {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}




    /* Online Bookings Section Closed */