﻿/* Fixed width start*/
.grid-column04 {
    width: 4% !important;
    white-space: nowrap;
}

.grid-column05 {
    width: 5% !important;
    white-space: nowrap;
}

.grid-column10 {
    width: 10% !important;
    white-space: nowrap;
}

.grid-column12 {
    width: 12% !important;
    white-space: nowrap;
}

.grid-column15 {
    width: 15% !important;
    white-space: nowrap;
}

.grid-column20 {
    width: 20% !important;
    white-space: nowrap;
}

.grid-column25 {
    width: 25% !important;
    white-space: nowrap;
}

.grid-column30 {
    width: 30% !important;
    white-space: nowrap;
}

.grid-column40 {
    width: 40% !important;
    white-space: nowrap;
}

.center {
    text-align: center;
}

.rigth {
    text-align: right;
}

.right-align {
    text-align: right !important;
}

.left-align {
    text-align: left !important;
}

.grid-col10 {
    width: 10% !important;
}

.grid-col15 {
    width: 15% !important;
}

.grid-col20 {
    width: 20% !important;
}
/* Fixed width end*/

/*Padding Custom Class Start*/
.pad-left-0 {
    padding-left: 0px !important;
}

.pad-left-0-sm {
    padding-left: 0px !important;
}

.pad-left-5 {
    padding-left: 5px !important;
}

.pad-left-10 {
    padding-left: 10px !important;
}

.pad-left-25 {
    padding-left: 25px !important;
}

.pad-left-30 {
    padding-left: 30px !important;
}

.pad-left-50 {
    padding-left: 50px !important;
}

.pad-left-65 {
    padding-left: 65px !important;
}

.pad-left-60 {
    padding-left: 60px !important;
}

.pad-left-72 {
    padding-left: 72px !important;
}

.pad-top-0 {
    padding-top: 0px !important;
}

.pad-top-2 {
    padding-top: 2px !important;
}

.pad-top-4 {
    padding-top: 4px !important;
}

.pad-top-8 {
    padding-top: 8px !important;
}

.pad-bottom-4 {
    padding-bottom: 4px !important;
}

.pad-right-0 {
    padding-right: 0px !important;
}

.pad-right-10 {
    padding-right: 10px !important;
}

.pad-right-15 {
    padding-right: 15px !important;
}

.pad-right-40 {
    padding-right: 40px !important;
}

.pad-right-70 {
    padding-right: 70px !important;
}
/*Padding Custom Class End*/


/*Margin Custom Class Start*/
.mar-top-0 {
    margin-top: 0px !important;
}

.mar-top-2 {
    margin-top: 2px !important;
}

.mar-top-3 {
    margin-top: 3px !important;
}

.mar-top-4 {
    margin-top: 4px !important;
}

.mar-top-6 {
    margin-top: 6px !important;
}

.mar-top-8 {
    margin-top: 8px !important;
}

.mar-top-15 {
    margin-top: 15px !important;
}


.mar-bot-0 {
    margin-bottom: 0px !important;
}

.mar-bot-2 {
    margin-bottom: 2px !important;
}

.mar-bot-4 {
    margin-bottom: 4px !important;
}

.mar-bot-6 {
    margin-bottom: 6px !important;
}

.mar-bot-8 {
    margin-bottom: 8px !important;
}

.mar-left-0 {
    margin-left: 0px !important;
}

.mar-left-3 {
    margin-left: 3px !important;
}

.mar-left-5 {
    margin-left: 5px !important;
}

.mar-right-0 {
    margin-right: 0px !important;
}

.mar-right-5 {
    margin-right: 5px !important;
}

.mar-right-15 {
    margin-right: 15px !important;
}

.mar-right-35 {
    margin-right: 35px !important;
}

.mar-right-50 {
    margin-right: 50px !important;
}
/*Margin Custom Class End*/

/* Position Classes Start */
.pos-rel {
    position: relative;
}

.pos-fix {
    position: fixed;
}

.pos-abs {
    position: absolute;
}

.pos-rig{
    right: 0px !important;
}
/*Position Custom Class End*/

/* display Classes Start */
.display-none {
    display: none;
}

.display-block {
    display: block;
}
/*display Custom Class End*/



/*validation summary start*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #ffeeee !important;
}

.validation-summary-errors {
}

    .validation-summary-errors ul, .validation-summary-errors li {
        list-style: none;
        list-style-type: none;
    }

.validation-summary-valid {
    display: none;
}
/*validation summary end*/

/*bootstrap alert start*/
.alert-success ul, .alert-success li, .alert-danger ul, .alert-danger li, .alert-info ul, .alert-info li, .alert-warning ul, .alert-warning li {
    list-style: none;
    list-style-type: none;
}

.alert {
    padding: 7px !important;
}
/*bootstrap alert end*/

.dispatch-block {
    width: 80%;
    overflow: hidden;
    padding: 8px 10px;
}

.techName {
    margin-top: -4px;
}

.dispatch-block-name {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 4px;
    max-width: 59%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.schedule-block-name {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 4px;
    max-width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*modal popup footer button start*/
.modal-footer .btn-primary, .modal-footer .btn-default, .modal-footer .btn-secondary {
    margin: 0px !important;
}
/*modal popup footer button end*/

/*Right grid start*/
#grid .table-responsive td.level1-right {
    font-weight: bold !important;
}

#grid .table-responsive td.level2-right {
    padding-left: 30px !important;
}

#grid .table-responsive td.level3-right {
    padding-left: 60px !important;
}
/*Right grid end*/

/*upload preview picture start*/
.profile-div {
    padding: 0px 0px 10px;
    background: #FFF none repeat scroll 0% 0%;
    text-align: center;
    display: block;
}

    .profile-div img {
        padding: 5px;
        border: 1px solid #dadada;
    }
/*upload preview picture end*/

/*highlighted color start*/
.selected.highlighted-green {
    color: #63a14e !important;
}

.selected.highlighted-pink {
    color: #df0909 !important;
}

.selected.highlighted-orange {
    color: #f6840b !important;
}

.selected.highlighted-gray {
    color: #DCD5D5 !important;
}

.highlighted-green {
    background-color: #dbedd5 !important;
}

.highlighted-blue {
    background-color: #9ebaec !important;
}

.highlighted-pink {
    background-color: #fce6e6 !important;
}

.highlighted-orange {
    background-color: #f7dfc6 !important;
}

.highlighted-yellow {
    background-color: rgb(255, 255, 208) !important;
}

.highlighted-gray {
    background-color: #DCD5D5 !important;
}

.highlighted-graylight {
    background-color: #f5f5f5 !important;
}

.highlighted-for-green {
    color: #63a14e !important;
}

.highlighted-for-lightblue {
    color: #87CEFA !important;
}

.highlighted-for-red {
    color: #df0909 !important;
}

.highlighted-for-orange {
    color: #f6840b !important;
}

.highlighted-for-gray {
    color: #a79e9e !important;
}
/*highlighted color end*/


.bordersep .add-ic {
    top: -6px !important;
}

.forcommon {
    margin: -22px 0 0px 0;
}

.cursor-pointer {
    cursor: pointer;
}

textarea {
    resize: none;
}

.width-800 {
    width: 800px !important;
}

.width-600 {
    width: 600px !important;
}

.width-30 {
    width: 30px !important;
}

.width-70 {
    width: 70px !important;
}

.width-110 {
    width: 110px !important;
}

.height-30 {
    height: 30px !important;
}

.height-36 {
    height: 36px !important;
}

.height-70 {
    height: 70px !important;
}

.height-75 {
    height: 75px !important;
}

.height-92 {
    height: 92px !important;
}

.height-115 {
    height: 115px !important;
}

.height-290 {
    height: 290px !important;
}

.height-18 {
    height: 18px !important;
}

.min-height-18 {
    min-height: 18px;
}

.min-height-400 {
    min-height: 400px;
}

.techarea {
    margin-bottom: 0px;
    min-height: 284px;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.ltxtalign {
    text-align: left !important;
}
.search-panel .panel {
    margin-bottom: 10px !important;
}

.search-panel .panel-heading {
    padding: 0px 0px !important;
    position: relative;
}

    .search-panel .panel-heading a {
        width: 100%;
        display: block;
        padding: 7px 7px !important;
        text-decoration: none;
        font-family: 'OpenSansSemibold';
        font-weight: normal;
        color: #444;
    }

        .search-panel .panel-heading a:hover {
            color: #444;
        }

.color-box {
    width: 20px;
    height: 20px;
    display: block;
}

.message-table {
    border-collapse: separate;
    border-spacing: 10px;
}

.table td.brd-bot-remove {
    border-bottom: 0 !important;
}

.nobrd {
    border: none !important;
}

.hide-parts-column {
    display: none;
    width: 15%;
}

.tech-content a.plus, .tech-content a.notes {
    position: absolute;
    right: 4px;
    top: 2px;
    width: 32px;
    height: 36px;
    margin: 0;
    padding: 0;
}

.tech-content a.notes {
    background: url(../images/ic-notes.png) no-repeat center;
    right: 30px;
    width: 28px;
}

.tech-content a.plus {
    background: url(../images/ic-plus.png) no-repeat center;
    width: 28px;
}

    .tech-content a.notes:hover, .tech-content a.plus:hover {
        background-color: #f3f3f3;
    }

.fixminheight-50 {
    min-height: 50px;
}

.fixminheight-100 {
    min-height: 100px;
}

.fixminheight-120 {
    min-height: 120px;
}

.fixwidth-70 {
    width: 70px;
}

.fixwidth-155 {
    width: 155px;
}

.fixminwidth-40 {
    min-width: 40px;
}

.fixminwidth-60 {
    min-width: 60px;
}

.fixminwidth-70 {
    min-width: 70px;
}

.fixminwidth-100 {
    min-width: 100px;
}

.fixminwidth-110 {
    min-width: 110px;
}

.fixminwidth-120 {
    min-width: 120px;
}

.fixminwidth-140 {
    min-width: 140px;
}

.fixminwidth-150 {
    min-width: 150px;
}

.fixminwidth-160 {
    min-width: 160px;
}

.fixminwidth-180 {
    min-width: 180px;
}

.fixminwidth-200 {
    min-width: 200px;
}

.fixminwidth-250 {
    min-width: 250px;
}

.fixminwidth-300 {
    min-width: 300px;
}

.fixminwidth-600 {
    min-width: 600px;
}

.fixwidth-30 {
    width: 30px;
}

.fixwidth-53 {
    width: 53px;
}

.fixwidth-100 {
    width: 100px;
}

.fixwidth-120 {
    width: 120px;
}

.fixwidth-140 {
    width: 140px;
}

.fixwidth-150 {
    width: 150px;
}

.fixwidth-160 {
    width: 160px;
}

.fixwidth-180 {
    width: 180px;
}

.fixwidth-200 {
    width: 200px;
}

.fixwidth-250 {
    width: 250px;
}

.fixwidth-300 {
    width: 300px;
}

.fixwidth-600 {
    width: 600px;
}


.fullwidth {
    width: 100%;
}

#PartOrderQueue .k-datepicker .k-select {
    display: none !important;
}

#PartOrderQueue .k-datepicker .k-picker-wrap {
    padding: 0 !important;
}

#PartOrderQueue .k-datepicker .k-input {
    border-radius: 3px !important;
}

#PartOrderQueue #DatePicker {
    width: 100% !important;
    height: 100% !important;
}

#PartOrderQueue .k-datepicker.k-header {
    padding: 0px !important;
}

#PartReturn .k-datepicker .k-select {
    display: none !important;
}

#PartReturn .k-datepicker .k-picker-wrap {
    padding: 0 !important;
}

#PartReturn .k-datepicker .k-input {
    border-radius: 3px !important;
}

#PartReturn #DatePicker {
    width: 100% !important;
    height: 100% !important;
}

#PartReturn #CreditReceivedDate {
    width: 100% !important;
    height: 100% !important;
}

#PartReturn .k-datepicker.k-header {
    padding: 0px !important;
}

.k-grid input {
    webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

div.dataTables_length {
    float: left;
    padding: 10px;
    font-weight: normal;
}

.dataTables_paginate paging_simple_numbers {
    margin-right: 10px !important;
}

div.dataTables_info {
    padding-top: 15px;
    white-space: nowrap;
}

.bottom .pagination {
    margin-right: 15px !important;
    margin-top: -25px !important;
}

.inline-edit-div {
    cursor: pointer;
}

    .inline-edit-div:hover {
        box-shadow: 0 0 0 1px silver inset;
        cursor: pointer;
    }

.popover {
    max-width: 600px !important;
    z-index: 99999 !important;
}

.remove-attachment {
    margin-bottom: -3px !important;
}

.table td.rmv-pad {
    padding: 0px !important;
}

#divTheme .black {
    background: #343434 !important;
}

#divTheme .blue {
    background: #1b80c4;
}

#divTheme .green {
    background: #3d9440;
}

#divTheme .red {
    background: #da4136;
}

#divTheme .brown {
    background: #795548;
}

#divTheme .orange {
    background: #e55223;
}

#divTheme .active {
    background-image: url(../images/ic-check-wht.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.big-button {
    height: 60px;
    min-width: 120px;
    font-size: 25px;
}


.master-header {
    position: relative;
    top: 25px;
    font-size: 16px;
}

.popup-textbox {
    box-sizing: border-box !important;
}

#jobList .k-widget {
    border: none !important;
}

.divNote {
    max-height: 592px;
    overflow-y: auto;
    overflow-x: hidden;
}

.officeLocationName {
    color: #63a14e !important;
}

.manageReport {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 799px) {
    .width-800 {
        width: 95% !important;
    }
}

@media screen and (max-width: 766px) {
    .bottom .pagination {
        margin-left: -50px;
        margin-top: 10px !important;
    }
}

/*@media (min-width: 992px) {
    .pad-left-0 {
        padding-left: 0px !important;
    }
}*/

@media screen and (max-width: 992px) {
    .pad-left-0 {
        /*padding-left: 15px !important;*/
        padding-left: 0px !important;
    }

    .pad-left-0-sm {
        padding-left: 0px !important;
    } 
}

@media screen and (max-width: 1200px) {
    .grid-column10 {
        width: 15%;
    }

    .pad-right-0-sm {
        padding-right: 0px !important;
    }
}

.siteAdmin {
    position: absolute;
    right: 60px;
    top: 24px;
    font-size: 16px;
}
/*Loading Image & Grey Background CSS Start*/
.dialog-background-plain {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0) !important;
}

.dialog-background {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
}

.dialog-loading-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 9999999;
}

.loading {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


/*Loading Image & Grey Background CSS End*/
/*.k-multiselect-wrap li .k-icon {
    background-image: url('../images/ic-close.png') !important;
}*/

.k-multiselect .k-button .k-select {
    background: url('../images/ic-close.png') center no-repeat !important;
}

/*Kendo Grid Pager to Right Start*/
.k-grid .k-pager-wrap {
    text-align: right;
    padding-right: 1.4em;
}

.k-grid .k-pager-sizes {
    position: absolute;
    left: 0;
}

.k-grid .k-pager-info {
    position: absolute;
    left: 80px;
    top: 13px;
}

/*Kendo List Pager to Right Start*/
.k-listview .k-pager-wrap {
    text-align: right;
    padding-right: 1.4em;
}

.k-listview .k-pager-sizes {
    position: absolute;
    left: 0;
}

.k-listview .k-pager-info {
    position: absolute;
    left: 80px;
    top: 6px;
}

 
@media screen and (min-width: 1024px) {

    .k-grid .k-pager-wrap > .k-link,
    .k-grid .k-pager-wrap > .k-pager-numbers {
        display: inline-block;
        float: none;
        margin: 0;
        position: static;
        border-radius: 0em;
    }

    .k-listview .k-pager-wrap > .k-link,
    .k-listview .k-pager-wrap > .k-pager-numbers {
        display: inline-block;
        float: none;
        margin: 0;
         /*position: static;*/
    }

     .k-listview .k-pager-wrap {
        height: 2.5em;
    }

    .k-pager-wrap .k-pager-nav {
        vertical-align:top;
    }
     
}


@media screen and (max-width: 1023px) {
    .k-grid .k-pager-wrap > .k-link {
        float: none;
        margin: 0;
        border-radius: 0em;
    }


    .k-grid .k-pager-wrap > .k-pager-numbers {
        display: inline-flex;
        float: none;
        margin: 0;
        position: static;
    }

    .k-grid .k-pager-wrap {
        height: 2.5em;
    }

    .k-listview .k-pager-wrap > .k-link {
        float: none;
        margin: 0;
    }


    .k-listview .k-pager-wrap > .k-pager-numbers {
        display: inline-flex;
        float: none;
        margin: 0;
        /*position: static;*/
    }

    .k-listview .k-pager-wrap {
        height: 2.5em;
    }
}

@media (max-width: 480px) {    
    .k-listview .k-pager-wrap > .k-pager-numbers {
        position: absolute;
    }

}

/*Kendo Grid Pager to Right End*/
/*Kendo ToolTip Start*/
.k-widget.k-tooltip {
    background-color: #fff !important;
    color: #313131 !important;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.k-callout-s {
    border-top-color: #EAE8E8 !important;
}
/*Kendo ToolTip End*/

/* Table IE Height and scroll Issue */
.table-responsive {
    min-height: 80px !important;
}

.fontWeight {
    font-weight: bold !important;
}

.callDetail {
    min-height: 645px !important;
}

.SpaceNoWrap {
    white-space: nowrap !important;
}

.dropdown-menu > li > a .checkbox {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 5px !important;
}


/*Link Job Group  */


.LinkJobGrp {
    border: none;
    font-size: 9px;
    border-radius: 50%;
    padding: 0px 4px;
    min-width: 16px;
    height: 16px;
    line-height: 15px;
    right: 12px;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-family: 'OpenSansSemibold';
    font-weight: normal;
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.LinkJobGroup1 {
    background: #f36427;
    color: #fff;
}

.LinkJobGroup2 {
    background: #1b80c4;
    color: #fff;
}

.LinkJobGroup3 {
    background: #da4136;
    color: #fff;
}

.LinkJobGroup4 {
    background: #3d9440;
    color: #fff;
}

.LinkJobGroup5 {
    background: #795548;
    color: #fff;
}

.LinkJobGroup6 {
    background: #343434;
    color: #fff;
}

.LinkJobGroup7 {
    background: #D592D5;
    color: #fff;
}

.LinkJobGroup8 {
    background: #8864E9;
    color: #fff;
}

.LinkJobGroup9 {
    background: #5DC1F3;
    color: #fff;
}

.LinkJobGroup10 {
    background: #CCF88A;
    color: #fff;
}
/*remove delete filter from ie11*/
input[type=text]::-ms-clear {
    display: none;
}

/*for report viewer*/
.leftside {
    float: left;
    width: 100%;
}

.fixwidth-980 {
    margin: 0 0;
    width: 980px;
}

.action a.ic-save {
    height: 16px;
    width: 21px;
    background: url(../images/ic-save.png) no-repeat center;
    display: inline-block;
}

.action a.n-delete {
    height: 16px;
    width: 16px;
    background: url(../images/ic-delete.png) no-repeat center;
    display: inline-block;
}

Fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 0 0 0.2em !important;
    margin: 0 1em 0 1em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-family: 'OpenSansSemibold';
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin: 0.5em 0.5em;
}

.make-border-top {
        border-style: solid;
        border-color: black;
        border-bottom: 0px;
    }
    .make-border-bottom {
        border-style: solid;
        border-color: black;
        border-top: 0px;
    }
 
     .wordWrap {
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        -ms-hyphens: auto;
    }

/* Colour */
.redclr {
   color: #DA4136 !important;
}
.ltextalign {
    text-align:left !important;
}

.textclrblue{
    color:darkblue !important;
}

.textclrred{
    color:crimson !important;
}

.textclrgreen{
    color:green !important;
}
::-webkit-input-placeholder {
    font-weight: normal;
}
:-moz-placeholder {
    font-weight: normal;
}
::-moz-placeholder {
    font-weight: normal;
}
:-ms-input-placeholder {
    font-weight: normal;
}

.list_action {
    display: inline-block;
    margin: 10px;
    width: auto !important;    
}
       
.list_action a {
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 0px !important;
}

.checkBoxBigger {
    width: 16px; /*Desired width*/
    height: 16px; /*Desired height*/
    cursor: pointer;         
}

.alignMiddle {
    vertical-align: middle;
}

.aerrow {
    height: 20px;
    width: 20px;
    background: url(../images/arrow_right-mobile.png) no-repeat center;
    display: inline-block;
}

.MapMarker {
    height: 34px;
    width: 20px;
    background: url(../images/Map/callpadaddress.png) no-repeat center;
    display: inline-block;
}

.tableTd {
    border-top: 0px none !important;
    vertical-align: middle !important;
    height: 56px;
}

.partsList {
    height: 24px;
    width: 24px;
    background: url(../images/ic_mjd_parts_order.png) no-repeat center;
    display: inline-block;
}

.ic-detail-biggerMobile {
    height: 25px;
    width: 26px;
    background: url(../images/ic-document1.png) no-repeat center;
    display: inline-block;
}

.ic-quick-bill-info-Mobile {
    height: 33px;
    width: 30px;
    background: url(../images/ic_quick_bill_info.png) no-repeat center;
    display: inline-block;
}

.ic-mail-Mobile {
    height: 23px;
    width: 31px;
    background: url(../images/ic_msg.png) no-repeat center;
    display: inline-block;
}

.ic-attachPayment-mobile {
    height: 36px;
    width: 32px;
    background: url(../images/ic_attach_payment.png) no-repeat center;
    display: inline-block;
}

.ic-close-Mobile {
    height: 24px;
    width: 24px;
    background: url(../images/ic_eqp_close.png) no-repeat center;
    display: inline-block;
    margin-top: 8px;
}

.ic-edit-Mobile {
    height: 24px;
    width: 24px;
    background: url(../images/ic_eqp_pencil.png) no-repeat center;
    display: inline-block;
    margin-top: 8px;
}

.plusIcon {
    background: url(../images/ic-plus.png) no-repeat center;
    width: 28px !important;
}

.custom_checkBox {
    width: 25px;
    height: 25px;
}

.mobile-ic-settings {
    height: 24px;
    width: 24px;
    background: url(../images/settings-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-ic-acc-user {
    height: 24px;
    width: 24px;
    background: url(../images/customer-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-ic-quick-billing {
    height: 24px;
    width: 24px;
    background: url(../images/billing-information-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-ic-part-list {
    height: 24px;
    width: 30px;
    background: url(../images/job-part-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-location-marker {
    height: 24px;
    width: 24px;
    background: url(../images/location-marker-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-phone {
    height: 24px;
    width: 24px;
    background: url(../images/phone-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-labor-other {
    height: 24px;
    width: 24px;
    background: url(../images/account-info-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-check-in {
    height: 24px;
    width: 24px;
    background: url(../images/check-in-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-check-out {
    height: 24px;
    width: 24px;
    background: url(../images/check-out-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-report {
    height: 24px;
    width: 24px;
    background: url(../images/report-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-schedule-appointment {
    height: 24px;
    width: 24px;
    background: url(../images/Schedule-apt-mobile.png) no-repeat center;
    display: inline-block;
}

.mobile-service-performed {
    height: 24px;
    width: 24px;
    background: url(../images/service-performed-mobile.png) no-repeat center;
    display: inline-block;
}


.mobile-technical-document {
    height: 24px;
    width: 24px;
    background: url(../images/technical-document-mobileSite.png) no-repeat center;
    display: inline-block;
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}