﻿body {
    background: #ffffff;
    font-size: 13px !important;
    font-family: Verdana !important;
}

.page-title {
    color: #5096D9;
    margin-bottom: 30px;
}

.container-fluid {
    background: #707478;
}

.jqx-grid-pager {
    z-index: 1 !important;
}

.jqx-widget-header {
    z-index: 1 !important;
}

.nav, .nav ul, .nav li, .nav a {
    z-index: 99 !important;
}

.navbar-header {
    color: #ffffff;
}

.navbar-title, .navbar-title-short {
    float: left;
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    margin-left: -15px;
    margin-right: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 12px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.navbar-image {
    float: left;
    padding-top: 6px;
}

#spUser {
    color: #ffffff;
    padding-right: 5px;
}

.loginContainer {
    max-width: 400px;
    margin: 20px auto;
}

.error {
    color: red !important;
    font-size: 100%;
}

.gridActionButtons {
    text-align: center;
    padding-top: 2px;
}

.searchToolBar {
    min-height: 30px;
    color: #707478;
}

    .searchToolBar a {
        margin-left: 4px;
        font-size: 13px;
        /*font-weight: bold;*/
        color: #707478;
    }

        .searchToolBar a.button-icon:hover {
            color: #00498E;
        }

    .searchToolBar input[type='button'] {
        float: right;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.modal-dialog {
    margin: 0px auto;
}

.ui-dialog {
    z-index: 1100;
}

.userLabel {
    width: 150px;
    text-align: right;
    line-height: 20px;
    height: 20px;
    margin: auto;
    vertical-align: top;
}

.nameLabel {
    line-height: 20px;
    height: 20px;
    margin: auto;
    vertical-align: top;
    display: none;
    font-weight: bold;
    text-align: left;
}

.customDialog {
    min-width: 300px;
}

    .customDialog.ui-dialog {
        z-index: 10100;
    }

    .customDialog .modal-footer {
        padding: 5px;
    }

.ui-dialog.customDialog .ui-dialog-titlebar {
    background: none;
    border-width: 0px;
}

#dlgConfirm {
    min-height: 50px !important;
}

    #dlgConfirm i {
        padding: 15px 0px;
        display: table-cell;
        vertical-align: middle;
    }

    #dlgConfirm span {
        padding: 10px 0px 10px 5px;
        display: table-cell;
        vertical-align: middle;
        min-height: 20px;
    }

.ui-dialog .ui-dialog-titlebar {
    font-family: Arial, sans-serif;
    font-size: 13px;
    min-height: 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -10px;
    border: none;
    background: none;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar-close:hover {
        color: #ffffff;
    }

.inputBox {
    height: 25px;
    width: 198px !important;
    padding-left: 2px !important;
}

.inputBoxW {
    height: 25px;
    width: 100% !important;
    padding-left: 2px !important;
}

.borderTop {
    border-top: 1px solid #e2e7eb;
}

.popupInput {
    height: 25px;
    width: 100%;
    padding-left: 2px !important;
}

.popupInput_required {
    height: 25px;
    width: 100%;
    border-color: #f6a6a6 !important;
}

.popupCheckBox {
    height: 15px;
    width: 15px;
}
/************* Employee Timesheets ****************/

.jobContent {
    background-color: #e4e5e5;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.height-25 {
    height: 25px;
}

#dvEmployeeFilter .ui-state-active, #dvReportFilter .ui-state-active {
    background: #ffffff;
}

#pnlTimesheet .panel-body {
    background-color: #fafaf5;
}

.customColumn-10 {
    width: 10px;
    float: left;
}

.customColumn-75 {
    width: 75px;
    float: left;
}

.customColumn-130 {
    width: 130px;
    float: left;
}

.customColumn-60 {
    width: 60px;
    float: left;
}

.border-blue {
    border-color: #348fe2;
    border-style: solid;
    border-width: 1px;
}

.display-none {
    display: none;
}

.inputDiv {
    font-size: 13px;
    border: 1px solid #c7c7c7;
    background: #f1f1f1;
    width: 70px;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.inputDivW {
    font-size: 13px;
    border: 1px solid #c7c7c7;
    background: #f1f1f1;
    width: 100%;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 2px;
}

.inputDivRO {
    font-size: 13px;
    border: 1px solid #c7c7c7;
    color: rgb(84, 84, 84);
    width: 100%;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 2px;
}


.panel-bg {
    background-color: #fafaf5;
    border-color: #cacaca;
    border-style: solid;
    border-width: 1px;
}

.panel-bg-full {
    background-color: #f9f9f9;
    padding: 1px;
    border-color: #cacaca;
    border-style: solid;
    border-width: 1px;
}

#dvWeekCalendar .ui-datepicker {
    max-width: 250px;
    min-width: 170px;
    width: 100%;
}

.header-btn {
    font-size: 14px !important;
    font-weight: normal !important;
}

.btn-primary:hover, .btn-default:hover {
    color: #ffffff;
}

.input-warning {
    background: #faf4c8 !important;
    border-color: #f59c1a !important;
}

.readOnly {
    background-color: #f1f1f1 !important;
}

.redLine {
    color: black\9;
    background-color: #e83636\9;
}

    .redLine:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
        color: black;
        background-color: #e83636;
    }

textarea {
    font-size: 13px !important;
}

#weekPanelContent .jqx-fill-state-normal-BCC_Payroll {
    border-color: #5096D9;
}


#weekPanelContent .jqx-checkbox-disabled-BCC_Payroll {
    border-color: grey;
}


.dateSubTtl {
    font-size: 9px;
    background-color: transparent !important;
}

.timesheetInfo {
    border-right-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
    padding-right: 10px;
}

.filterBox {
    z-index: 9999;
}

.deleteFile {
    height: 16px;
    width: 16px;
    display: inline-block;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #e4e5e5;
    cursor: pointer;
    background-image: url(../images/close.png);
    background-position: center;
    float: right;
}

.gridcellRequired {
    background-color: #F9966B !important;
}

#showImage {
    position: relative;
    float: left;
}


    #showImage button.removeImage {
        position: absolute;
        right: 0;
        bottom: 0;
    }

#pnlTimesheet .dropdown-menu {
    min-width: 0px;
}

.tsSubLbl {
    font-size: 8px;
}

.tsLbl {
    line-height: 10px;
    margin-top: 5px;
}

.ATMFieldSet {
    border: 1px solid #aaaaaa;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
}

.ATMLegend {
    width: auto;
    margin-bottom: 0px;
    margin-left: 16px;
    border-bottom: 0px;
    font-size: inherit;
    color: #00498E;
}

.input-disabled {
    background-color: lightgray !important;
    border: 1px solid gray;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

/* Styles for Max Length plugin v2.0.1 */

.maxlength-full {
    background-color: #fee;
}

.textareaATM {
    border-radius: 3px;
    border: 1px solid rgb(170, 170, 170);
    color: #222222;
}

.textareaATMW {
    border-radius: 3px;
    border: 1px solid rgb(170, 170, 170);
    width: 100%;
    color: #222222;
}

.req {
    color: red;
}

.welcome {
    color: #5096D9;
    font-style: italic;
    font-weight: bold;
    padding-left: 10px;
}

.custom-bordered {
    border-color: #00498F !important;
    border-style: solid !important;
    border-width: 1px !important;
}

/* Styles for color applying to element */

#jqxColorMenu li {
    margin: 2px;
}

.clrOp0 {
    background-color: transparent !important;
    color: #242a30 !important;
}

    .clrOp0 input {
        background-color: transparent !important;
        color: #242a30 !important;
    }

.clrOp1 {
    background-color: grey !important;
    color: #ffffff !important;
}

    .clrOp1 input {
        background-color: grey !important;
        color: #ffffff !important;
    }

.clrOp2 {
    background-color: yellow !important;
    color: #242a30 !important;
}

    .clrOp2 input {
        background-color: yellow !important;
        color: #242a30 !important;
    }

.clrOp3 {
    background-color: red !important;
    color: #ffffff !important;
}

    .clrOp3 input {
        background-color: red !important;
        color: #ffffff !important;
    }

.clrOp4 {
    background-color: blue !important;
    color: #ffffff !important;
}

    .clrOp4 input {
        background-color: blue !important;
        color: #ffffff !important;
    }

.clrOp5 {
    background-color: green !important;
    color: #ffffff !important;
}

    .clrOp5 input {
        background-color: green !important;
        color: #ffffff !important;
    }

.emailCode {
    color: #f59c1a;
}


/*COLOR SCHEMA CHANGE*/
.sidebar .nav > li > a {
    color: #f3f1f1;
}

.sidebar .sub-menu > li > a {
    color: #f3f1f1;
}

    .sidebar .sub-menu > li > a:before {
        color: #f3f1f1;
    }

    .sidebar .sub-menu > li.active > a, .sidebar .sub-menu > li.active > a:focus, .sidebar .sub-menu > li.active > a:hover, .sidebar .sub-menu > li > a:focus, .sidebar .sub-menu > li > a:hover {
        color: #5096D9;
    }

.sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover {
    color: #5096D9;
}

.ActiveQuoteNumber {
    color: red !important;
}
.ConvertedQuoteNumber {
    color: green !important;
}

/*Agent Priority DDL*/



.ddlItemGrey {
    background-color: #808080 !important;
    color: white !important;
}

.ddlItemYellow {
    background-color: #FFFF00 !important;
    color: black !important;
}

.ddlItemRed {
    background-color: #FF0000 !important;
    color: white !important;
}

.ddlItemBlue {
    background-color: #0000FF !important;
    color: white !important;
}

.ddlItemGreen {
    background-color: #008000 !important;
    color: white !important;
}

.ddlItemGrey .jqx-fill-state-pressed, .ddlItemGrey .jqx-widget .jqx-grid-cell-selected, .ddlItemGrey .jqx-fill-state-hover {
    background-color: #808080 !important;
    color: white !important;
}

.ddlItemYellow .jqx-fill-state-pressed, .ddlItemYellow .jqx-widget .jqx-grid-cell-selected, .ddlItemYellow .jqx-fill-state-hover {
    background-color: #FFFF00 !important;
    color: black !important;
}

.ddlItemRed .jqx-fill-state-pressed, .ddlItemRed .jqx-widget .jqx-grid-cell-selected, .ddlItemRed .jqx-fill-state-hover {
    background-color: #FF0000 !important;
    color: white !important;
}

.ddlItemBlue .jqx-fill-state-pressed, .ddlItemBlue .jqx-widget .jqx-grid-cell-selected, .ddlItemBlue .jqx-fill-state-hover {
    background-color: #0000FF !important;
    color: white !important;
}

.ddlItemGreen .jqx-fill-state-pressed, .ddlItemGreen .jqx-widget .jqx-grid-cell-selected, .ddlItemGreen .jqx-fill-state-hover {
    background-color: #008000 !important;
    color: white !important;
}

/*Agent Priority DDL*/
#listBoxddlPriority .jqx-listitem-state-selected
{
    border-width:0px !important;
}

#listBoxddlPriority .jqx-listitem-state-hover
{
    border-width:0px !important;
    font-weight:bold;
}
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }


.jqx-tabs-title-selected-top-ATM .jqx-tabs-titleWrapper, .jqx-tabs-selection-tracker-top-ATM .jqx-tabs-titleWrapper
{
    color:black !important;
}

#gridFile div[role='row'].dragenter .jqx-grid-cell{
    background-color:#bcd5ec;
}

#DistanceTotal table td 
{
    padding:3px;
}

#DistanceTotal table
{
    margin: 0 auto;
    border-color:#adafb2;
}

#DistanceTotal tr > td:last-of-type {
    text-align: right !important;
}