﻿body {
    /*
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 0 6%;*/
    font-family: Arial, Helvetica, 'Roboto', sans-serif;
    color: rgb(33, 33, 33);
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    text-rendering: optimizeLegibility;
    min-width: 335px;
}

.layout {
    margin: 0 auto;
    padding: 0 3%;
    border: 1px solid rgba(0,0,0,0);
    /*max-width: 1170px;*/
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html {
    -webkit-text-size-adjust: none;
}

* {
    box-sizing: border-box;
}

h2 {
    font-weight: 600;
    font-size: 1.3em;
    color: navy;
}

.highlight {
    color: #e17728;
    font-weight: 600;
}

.k-grid {
    height: auto;
}

.width6em {
    width: 6.5em;
}

.griddiv {
    margin-bottom: 5px;
}

.tealheader .k-header {
    background-color: #54adad;
    font-weight: bold;
}

.navyheader .k-header {
    background-color: #668caa;
    font-weight: bold;
}


.resizeform-control {
    height: 1.1em;
    width: 10em;
}

hr {
    border: none;
    height: 1px;
    padding: 0;
    margin: 4px 0;
    background-color: green;
}

.em5 {
    width: 5em;
}

.em10 {
    width: 10em;
}
/*Aligns kendo grid header to center*/
.k-header .k-link {
    text-align: center;
}

/* Removes the right side of the header that corresponds to the vertical scroll bar that is hidden. */
.k-grid-header {
    padding-right: 0 !important;
}

/*.k-grid .k-header{
    background-color: darkgreen;
    color: white;
}*/
.hideElement {
    display: none;
}

.mb-10 {
    margin-bottom: -5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.fittight {
    margin-bottom: -20px;
    margin-top: -5px;
}

.space5 {
    margin-right: 20px;
}

.textalignright {
    text-align: right;
}

.right250 {
    width: 75px;
    text-align: right;
}

address {
    margin: 0;
    padding: 0;
}

.top-9 {
    margin-top: -9px;
}

.showborder {
    background-color: wheat;
}


.bottommarginnone {
    margin-bottom: 0;
    padding-bottom: 0;
}

.placeinline {
    display: inline-block;
}

.placeblock {
    display: block;
}

.myreadonly {
    background-color: transparent;
    border-width: 0;
}

.margintopminus10 {
    margin-top: -10px;
}

.margintopminus15 {
    margin-top: -15px;
}

.bcyellow {
    background-color: yellow;
}

.bccoral {
    background-color: lightcoral;
}


.displayforlabeladjustment {
    margin-top: -7px;
    text-align: right;
}


/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 380px;
}*/

.aligncenter {
    text-align: center;
}

/*.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}*/


.textareasize {
    height: 6em;
    width: 90%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #E82622;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, .select-list .input-validation-error {
    border: 1px solid #E82622;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #E82622;
}

.validation-summary-valid {
    display: none;
}

.boldtext {
    font-weight: bold;
}


span.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    width: initial !important;
    max-height: 350px;
    overflow-y: auto;
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-menu-item {
    padding: 5px;
    font-weight: normal !important;
    border: none !important;
}

.long-vertical .k-grid-content {
    overflow-y: auto;
}

.k-upload {
    display: inline-block;
    background: none;
    border: none;
}

.k-dropzone, ul.k-upload-files, .k-upload-files li {
    display: inline-block;
    vertical-align: top !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.k-upload-files {
    margin-top: -6px;
    margin-bottom: 0;
}

.k-upload-button {
    margin-top: -5px !important;
}

.k-upload-files li {
    border-left: solid thin;
    border-right: solid thin;
    margin-right: -1px;
    line-height: normal;
}

.k-file {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3px;
}

.k-file.k-file-success{
    min-height:2.3em;
}

.k-upload-files .k-button {
    margin-left: 0;
}

.k-upload-status {
    position: static;
    margin-left: 2px;
}

.k-upload-button, .k-upload-action {
    min-width: 0 !important;
}

.k-dropzone .k-upload-status {
    display: block;
}

.k-upload-status.k-upload-status-total{
    color: #003f59;
    margin-top:20px;
}

.k-upload-pct {
    display: none;
}

.k-filename {
    min-width: 0;
    max-width: none;
    margin-left: 0;
    padding-bottom: 0;
}

.k-dropzone em {
    display: none;
}

.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sch-task-red {
    background-color: red !important;
    background: red !important;
    color: #fff;
}

.sch-task-red a {
    color: #fff;
}

.sch-task-green {
    background-color: green !important;
    background: green !important;
    color: #fff;
}

.sch-task-green a {
    color: #fff;
}

.sch-task-gray {
    background: gray !important;
    background: gray !important;
    color: #fff;
}

.sch-task-gray a {
    color: #fff;
}

.sch-task-blue {
    color: #fff;
}

.sch-task-blue a {
    color: #fff;
}

.sch-task-orange {
    background-color: orange !important;
    background: orange !important;
    color: #fff;
}

.sch-task-purple{
    background-color: #9473ff !important;
    background: #9473ff !important;
    color:#fff;
}

.sch-task-start {
    background-color: #90EE90 !important;
    background: #90EE90 !important;
    color: #fff;
}

.sch-task-paused {
    background-color: #FFD27F !important;
    background: #FFD27F !important;
    color: #fff;
}
.sch-task-paused a {
        color: #fff;
    }

.sch-task-start a {
        color: #fff;
    }

    .sch-task-start .exportDropdown,
    .sch-task-paused .exportDropdown {
        color: black;
    }

    .sch-task-orange a {
        color: #fff;
    }

.problemC {
    cursor: pointer;
}

.k-popup-edit-form .k-edit-label {
    padding: 4px 0 0 0;
}

.k-edit-field, .k-edit-form-container .editor-field {
    float: right;
    clear: right;
    width: 60%;
    margin-right: 2%;
    padding: 0 0 .4em 0;
}

.k-edit-form-container .k-edit-buttons {
    clear: both;
    text-align: center;
    border-width: 1px 0 0;
    border-style: solid;
    position: relative;
    bottom: -1em;
    padding: .6em;
}

.k-tooltip-validation {
    text-align: left;
    white-space: normal;
}

.k-grid .k-textbox {
    width: 100% !important;
    max-width: 100% !important;
}

.k-grid tbody .k-button {
    min-width: 12px;
}

.jGrowl-message {
    color: white;
    font-weight: bold;
}

.k-filtercell > span {
    width: 100%;
}

    .k-filtercell > span > .k-button {
        position: relative;
    }

.k-grid-filter.k-state-active {
    background-color: rgb(255, 183, 76) !important;
}

.element-dragSelection {
    background-color: #63b6da !important;
    color: white !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
.masterSearch{float:right;}

.margin_bottom{
    margin-bottom:5px!important;
}

@media (max-width: 767px) {
    .masterSearch{float:none;}
    .tlOuterDiv{
        width:100%;
    }
    .clbasecity {
        word-break: break-all;
    }
}

.k-tooltip {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.subCat {
    margin:10px 5px;
    cursor:pointer;
}
.cursor_pointer{
    cursor:pointer;
}
.pm-workorder-bg{
    background: #9473ffd1 !important;
    color:#fff;
}
    .pm-workorder-bg a {
        color: #fff;
    }

.reportedCallback-workorder-bg {
    background: #c3c3c3 !important;
    /*color: #fff;*/
}

    /*.reportedCallback-workorder-bg a {
        color: #fff;
    }*/
.pmBackground{
  /*background: #9473ff;*/
  border: 5px solid #9473ff;
}

.reportedCallbackBackground {
    border: 5px solid #c3c3c3;
}

.pmWorkOrderTask {
    padding-top: 5px;
}

.eqTaskList{
    width:100%;
    display:inline-block;
}
.pm-workorder-bg td{
        border-bottom:1px solid #fff;
}
.reportedCallback-workorder-bg td {
    border-bottom: 1px solid #fff;
}
.equipmentBg{
    background: rgba(179, 172, 172, 0.73);
    width: 100% !important;
    padding: 5px 0px 5px 5px !important;
}
tr.equipmentTasks>td, tr.equipmentTasks>th{
    border: none !important;
}
.pmcheckbox{
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.pading0{
    padding-left:0px;
    margin-bottom:5px;
}
.setupInfo{
    margin: 7px 10px 0 0;
}
.nav.navbar-nav li a{
    padding-left:7px;
    padding-right:7px;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding-left:10px;
    padding-right:20px;
}
.whitespace-normal{
    white-space:normal;
}


/*User star rating user edit page start*/
    #clear-div:hover{
            color: lightgray;
        }
    
    .rate {
        float: left;
        height: 46px;
        padding: 0 10px;
    }

    .rate:not(:checked) > input {
        display: none;
    }
    
    .rate:not(:checked) > label {
        float:right;
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
        font-size:30px;
        color:darkgrey;
    }

    .rate:not(:checked) > label:before {
        content: "\2605";
    }
    
    .clear-btn{
        background: none;
        border: none;
        font-size: 23px;
        height: 32px;
        padding-left: 0px;
        cursor: pointer;
    }
    
    .star-text{
        height: 30px;
        width: 80px;
        font-size: 20px;
        padding: 2px;
        text-align: center;
        color: white;
        border-radius: 5px;
    }

    #userStarRating img{
        height: 25px;
        width: 30px;
    }

    .margin-left-10{
        margin-left: 10px;
    }

    .padding-left-0{
        padding-left: 0;
    }
/*User star rating user edit page end*/

/*User star rating team leader page start*/

    .k-scheduler-layout tr:nth-child(2) .k-scheduler-times .k-scheduler-table tr th {
        text-align:center;
    }

    .starCategory{
        float: left;
        clear: both;
    }
    
    .starCategory img{
        height: 14px;
        width: 15px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .hours-worked-text{
        float: left;
        margin-top: 5px;
        color: #348cb2;
    }
    .pm-color{
         color: #9473FF;
    }

/*User star rating team leader page end*/

/*Fleet management start*/
    .k-detail-row .k-upload {
        margin-top: 10px;
    }

    #fleet-record-history-grid .k-loading-mask {
        display: none;
    }

    .success-message-notification {
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
        padding-left: 25px;
        width: 350px;    
        padding-right: 5px;
        margin-top: -10px;
        margin: 0 auto;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
    .margin-top-5{
        margin-top: 5px;
        cursor:pointer;
    }
/*Fleet management end*/

/*Work order edit page start*/
    #lgrid .k-header.k-grid-toolbar label.lockAllLabor{
        margin-left: 15px;
    }
    
    #lgrid .k-header.k-grid-toolbar label.lockAllLabor input[type=checkbox]{
        cursor: pointer;
        margin-left: 5px;
    }
    .workorder.success-message-notification {
        width: 200px;
    }
/*Work order edit page end*/

/*Update base city zip codes page start */

    .dot {
        height: 15px;
        width: 15px;
        /*background-color: #bbb;*/
        border-radius: 50%;
        display: inline-block;
        margin-left: 10%;
        margin-top: 10%;
    }

    .color-pallet {
        height: auto;
        width: 200px;
        margin-bottom: 20px;
    }

    .k-virtual-scrollable-wrap {
        max-height: 300px !important;
        position: relative !important;
    }

    .dirty-cell {
        left: 18%;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid !important;
        border-width: 3px !important;
        border-color: red transparent transparent red !important;
        padding: 0 !important;
        overflow: visible !important;
        vertical-align: top !important;
    }

    .search-zip-textbox {
        position: absolute;
        top: 0%;
        left: 25%;
        margin: 10px;
        z-index: 1;
        width: 10%;
    }

    .search-zip-btn {
        position: absolute;
        top: 0%;
        left: 36%;
        z-index: 1;
        margin: 10px 0;
    }

    .zip-code-text {
        /*position: absolute;
        left: 63%;
        top: 2%;
        margin-bottom: 3px;*/
        font-size: 24px;
        width: 100px;
        text-align: center;
        background-color: #ffffff !important;
        /*z-index: 1;
        text-align: center;*/
    }

    .add-zip-div {
        left: 42%;
        position: absolute;
        z-index: 1;
        top: 1%;
    }

    .padding-lr-3 {
        padding-left: 3px;
        padding-right: 3px;
    }

    #BaseCityZipCodes .k-grid-excel{
        float: left;
    }

    .red-text{
        color:red;
    }
/*Update base city zip codes page end */

    #import-monthly-report .exportDropdown {
        width: 135px;
        height: 25px;
    }

    #divImportReportWindow{
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
    
    #import-buttons{
        float: right;
        height: 30px;
        padding-bottom: 17px;
    }

    #btnSelectImportReport {
        margin-left: 25%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #btnCloseImportReport{
        margin-left: 10px;
    }
    
    #equipmentGrid>table
    {
        table-layout: fixed;
    }

    .required-class{
        color:red;
    }
    .margin-20{
        margin:20px;
    }

    .select-width{
        width: 90%;
        height: 15px;
    }
    .invoiceFooter{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
        }
    #billingDateEditDiv .k-picker-wrap{
        height: 27px;
        }

    #editQuantity{
        overflow-y: auto;
        max-height: 800px;
    }

     #editQuantity .PartDiv{
        clear: both;
        border-bottom: 1px solid #a3d0e4;
        display: inline-block;
        padding-bottom: 5px;
        width: 100%;
    }
     .ddlSubWorkOrder {
        width: 170px;
        height: 25px;
        margin-left:10px;
     }

     .btnTransfer {
         margin-left: 10px !important;
     }

     .width-auto{
         width: auto !important;
     }

     /*Scheduler custom scroll start*/
     #schedulerContainer {
        margin-top: 20px;
     }

     #schedulerContainer .scrollWrapper{
         overflow-x: scroll;
     }
     
     #schedulerContainer .scrollDiv {
       height: 20px;
     }
    /*Scheduler custom scroll end*/

    /*Grid custom scroll start*/
     #gridContainer .gridScrollWrapper{
         overflow-x: scroll;
     }
     
     #gridContainer .gridScrollDiv {
       height: 20px;
     }
     /*Grid custom scroll end*/

    #fleetDescriptionGrid .k-grid-content {
        height: 100% !important;
    }

    #fleet-records-grid td.Red {
        background-color: #FF5555;
    }

   #fleet-records-grid td.Orange {
    background-color: orange;
    }

    #residual_Report_Grid .k-grid td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #residual_Report_Grid .k-filtercell > span {
        width: 100%;
    }

    /* quoted hours slider start */
    .quotedHours{
        font-size: 24px;
        margin-left: 20px !important;
        color: white;
    }
    .slider-container .k-slider-track{
        background-color: azure;
    }
    .slider-container .k-slider-selection{
        background-color: aqua;
    }
    /* quoted hours slider end */

    #workOrder_Status_Transfer_Grid .k-grid td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    #workOrder_Status_Transfer_Grid .k-filtercell > span {
        width: 100%;
    }

    #workOrder_Status_Transfer_Grid .k-filtercell > span > .k-button {
        position: relative;
    }

    #workOrder_Status_Transfer_Grid .hideMobile {
        display: none;
    }

    #workOrder_Status_Transfer_Grid .toolTipContainer {
        padding: 2px;
    }

    #workOrder_Status_Transfer_Grid .toolTipContainer i {
        top: -12px;
        margin-left: 1px;
    }

    .user-profile-name, .user-profile-picture {
        display: inline-block;
        vertical-align: middle;
        line-height: 60px;
        margin-left: 20px;
    }
    .user-profile-picture{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: 32px 35px;
        background-position: 50%;
        margin-left: 5px;
    }
    .empty-profile {
        background: lightgrey;
        text-align: center;
        line-height: 3;
    }

    .red-background {
        background-color: #FF5555;
    }

    .mt2 {
        margin-top: 2%;
    }

    .fs12 {
        font-size: 120%;
    }

    .w50 {
        width: 50%;
    }

    .grey-background
    {
        background: lightgrey;
    }

    .txtEmail {
        width:100%;
        height:30px;
    }

    .margin-left-40 {
        margin-left: 40px !important;
    }

    .border-red {
        border-color: red !important;
    }

    .ddHeight{
        height:30px;
    }

.row {
    padding-bottom: 10px;
}
.progress-bar-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.5);
    z-index: 99;
    text-align: center;
    padding-top: 20%;
    display: none;
}
.progress-bar-container .progress {
    width: 50%;
    margin: 0 auto;
    height: 35px;
}
.progress-bar{
    font-size:large;
    padding-top:8px;
}
.divColumnMapping {
    display: none;
}
.margin-left-1p {
    margin-left: 2%;
}

.margin-left-27p {
    margin-left: 27%;
}
.ach-workorder-border {
    border: green;
    border-style: solid;
    border-width: 1px;
}

    .ach-workorder-border td {
        border-top: green;
        border-bottom: green;
    }

.territory-div {
    left: 62%;
    position: absolute;
    z-index: 1;
    top: 1%;
}
.btn-ml-35 {
    margin-left: 35px;
}
.k-grid-AssignZipCodes{
    float:left;
}
.div-color-width{
    width:20px;
    height:20px;
}
.tlOuterDiv {
    margin-right: 1%;
    cursor: pointer;
    display: inline-block;
}
.clbasecity {
    font-size: 11px;
}
.question-grid tr td {
    white-space: normal;
}

.k-overlay {
    opacity: 0.5 !important;
}

.select2-container {
    z-index: 999999;
}