﻿html {
    height: 100%;
    box-sizing: border-box;
}

.modal {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body {
    /*background: #e4e1d6;*/
    background: #3d4550;
    font-size: 12px !important;
    font-family: Verdana !important;
    color: black;
}

.ui-front {
    z-index: 1020;
}


.font-weight-bold {
    font-weight: bold !important;
}

.ui-widget-overlay {
    opacity: .3;
}

.ui-dialog {
    z-index: 1070 /*!important*/;
}

.jqx-menu-wrapper {
    z-index: 1100 !important;
}

.jqx-grid-pager-input {
    width: 40px !important;
    margin-top: 0px !important;
}

.jqx-listbox-filter-input {
    left: 1px !important;
}

.tblTotals {
    border-color: #a4bed4;
}

    .tblTotals td {
        background-color: white;
        font-size: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .tblTotals th {
        background-color: #e7eef8;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        min-width: 80px;
    }

.tblLabel {
    font-weight: normal;
    font-size: 12px;
}

.tblLabelSpace {
    min-width: 133px;
}

.tblBorder {
    margin: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #5d6b79;
}

.lblPercentLbl {
    width: 100px;
}

.tblValue {
    font-weight: normal;
    font-size: 11px;
}


.desc-wrapper {
    -webkit-animation: feature-text-anim .75s ease-in-out;
    animation: feature-text-anim 4.75s ease-in-out;
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 956px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    text-rendering: optimizeLegibility;
    padding-top: 20%;
}

.desc-wrapper-1 {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.desc-wrapper-2 {
    font-size: 85px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}


.login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
    margin: auto !important;
}

/* Smartphones ----------- */
@media only screen and (max-width: 760px) {
    #footerContent {
        display: none;
    }
}

/* JQX-SWITCH-LAYOUT LOADER CUSTOM STYLE <START> */
#LayoutLoader.jqx-loader {
    top: 0 !important;
    left: 0 !important;
    border: none;
}

.layout-loader-wrapper {
    width: 100%;
    height: 100px;
    background-color: white;
    border: 1px solid black;
    position: relative;
    margin-top: 20px;
    border-radius: 2px;
}
/* JQX-SWITCH-LAYOUT LOADER CUSTOM STYLE <END> */
#columntablegridTimesheets .jqx-checkbox {
    display: none;
}

.vertical-align-gridHeader {
    text-align: center;
}

.jqx-grid, .jqx-grid input {
    text-transform: uppercase;
}

.height-800 {
    height: 800px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-14 {
    margin-top: 14px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-t-18 {
    margin-top: 18px;
}

.m-t-16 {
    margin-top: 16px;
}

.m-r-8 {
    margin-right: 8px;
}

.p-l-1 {
    padding-left: 1px;
}

.p-l-8 {
    padding-left: 8px;
}

.p-t-8 {
    padding-top: 8px !important;
}

.p-t-14 {
    padding-top: 14px;
}

.p-2-10-0-0 {
    padding: 2px 10px 0 0 !important;
}

.m-b-8 {
    margin-bottom: 8px;
}

.white-icon {
    cursor: pointer;
    font-size: 17px;
    color: white;
}

.width-120 {
    width: 120px;
}

.width-355 {
    width: 355px;
}

.width-400 {
    width: 400px;
}

.width-100-prc {
    width: 100%;
}

.width-1000 {
    width: 1000px;
}

.AutoNumericThemeEnergyBlue-90-px {
    width: 90px;
    height: 25px;
    border-radius: 1px;
    border-width: 1px !important;
    border-style: solid;
    border-color: #a4bed4;
}

.AutoNumericThemeEnergyBlue-100-px {
    width: 100px;
    height: 25px;
    border-radius: 1px;
    border-width: 1px !important;
    border-style: solid;
    border-color: #a4bed4;
}

.AutoNumericThemeEnergyBlue-100-prc {
    width: 100%;
    height: 25px;
    border-radius: 1px;
    border-width: 1px !important;
    border-style: solid;
    border-color: #a4bed4;
}

.col-md-10-ro {
    width: calc(100% - 1000px);
}

.m-t-17 {
    padding-top: 17px;
}

.height-140 {
    height: 140px;
}

.searchToolBar:last-child {
    margin-right: -3px;
}


.searchToolBar span {
    user-select: none;
}

/* LOGIN CHECKBOX STYLE <START> */
.login-content .checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.login-content .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

    .login-content .checkbox .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 15%;
    }



/* JQX LOADER LEG <START> */
#AppLoader.jqx-loader {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 1063;
    position: fixed;
    background-color: #aaa;
    opacity: 0.8;
}

#AppLoader .jqx-loader-text {
    top: calc(50% - -10px) !important;
    color: #162c9c;
    font-weight: bold;
}

#AppLoader .jqx-loader-icon {
    top: calc(50% - 30px) !important;
    background-image: url("../imgProject/loader2.gif");
}

[data-element='jqxTab-WD'] .jqx-loader-icon {
    bottom: 8px;
}

[data-element='jqxTab-WD'] #jqxLoader {
    border: 0;
}
/* JQX LOADER LEG <END> */

/* JQX SUBLET FILE UPLOAD LEG <START> */
#subletInvoiceFiles .jqx-file-upload-buttons-container {
    display: none !important;
}
/* JQX SUBLET FILE UPLOAD LEG <END> */


.inputDivSmallW {
    font-size: 11px;
    border: 1px solid #c7c7c7;
    background: #f1f1f1;
    width: 100%;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 2px;
}




@media (max-width: 680px) {
    #topPanel {
        width: 450px !important;
    }
}

.popover-content-leg {
    width: 232px;
    font-size: 13px;
    background-color: red;
    color: white;
    border-radius: 5px;
    padding: 7px;
}

.popover-arrow-leg i {
    width: 16px;
    color: red;
    font-size: 24px;
    position: relative;
    top: -10px;
    left: 8px;
}
/* CUSTOM POPOVER <END> */

a {
    color: #022B58;
}

    a.search-Icon:hover {
        color: #FEFFC0 !important;
    }

    a.search-Icon {
        color: #68A3CE !important;
    }

label {
    font-weight: normal;
    font-size: 12px;
}

#page-container {
    padding-bottom: 5px;
    position: relative;
    margin: 0;
    min-height: 100%;
}

.content {
    padding-top: 50px !important;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.appFieldSet {
    border: 1px solid #ffffff;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    background-color: #f5f5f5;
}

.appLegend {
    width: auto;
    margin-bottom: 0px;
    margin-left: 16px;
    border-bottom: 0px;
    font-size: inherit;
    color: #FFFFCC;
    font-weight: bold;
    padding-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.appInput {
    height: 23px;
    width: 100%;
    padding-left: 2px !important;
}

.appTextArea {
    width: 100%;
    padding-left: 2px !important;
}

#PrimaryContactEmailBody textarea[disabled=disabled] {
    background-color: #d8dcd8;
}

.appInputStatic {
    padding-top: 7px !important;
    padding-left: 2px !important;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.background-white {
    background: white;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}


.center-width-14 {
    position: relative;
    width: 14px;
    height: 14px;
    left: calc(50% - 7px);
    top: calc(50% - 8px);
    cursor: pointer;
    color: #2d353c;
}

.width-140 {
    width: 140px !important;
}

.width-150 {
    width: 150px !important;
}

.actionButtons {
    text-align: center;
}

.actionButtons_photo_2 {
    text-align: center;
    padding-top: 2px;
    padding-left: 2px;
}

.actionButtons_2 {
    text-align: left;
    padding-top: 2px;
}

.actionButtons_3 {
    text-align: left;
    padding-top: 3px;
}

.actionButtons_4 {
    text-align: center;
    padding-top: 4px;
}

.actionButtons_5 {
    padding-top: 3px;
    margin-left: -3px;
}

.actionLinks_7 {
    padding-top: 7px;
}


.btn-punch {
    width: 150px !important;
    font-size: 15px !important;
    padding: 15px !important;
}

.btn-grid {
    background-color: transparent;
    padding-top: 4px;
}

.btn-grid-edit-orange i {
    font-size: 16px;
    padding-left: 3px;
    color: orangered;
}

.btn-grid-edit i {
    font-size: 16px;
    padding-left: 3px;
    color: #328632;
}

.btn-grid-delete i {
    font-size: 18px;
    color: #FF6600;
}

.searchToolBar {
    min-height: 30px;
    margin-top: 5px;
}

    .searchToolBar a {
        font-weight: normal !important;
        margin-bottom: 3px;
    }

.btn {
    border-radius: 1px;
    font-size: 12px;
}

.modal-footer .btn-primary, .modal-footer .btn-default, .modal-header .btn-primary, .modal-header .btn-default {
    padding: 1px 12px;
}

.searchToolBar .btn-primary {
    padding: 2px 12px;
}

.btn.btn-scroll-to-top, .btn.btn-scroll-to-top.active {
    background: #0167ae;
    z-index: 1100;
}

.btn.btn-default, .btn.btn-default.disabled, .btn.btn-default.disabled:focus, .btn.btn-default.disabled:hover, .btn.btn-default[disabled], .btn.btn-default[disabled]:focus, .btn.btn-default[disabled]:hover {
    background: #888c90;
    border-color: #333;
    color: #ffffff;
}

    .btn.btn-default:hover {
        background: #bcc0c3;
        border-color: #333;
    }

.btn.btn-primary, .btn.btn-primary.disabled, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled], .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled]:hover,
.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .show > .btn-primary.dropdown-toggle {
    background: #328632;
    border-color: #333;
    color: #ffffff;
}

.btn.btn-primary-Second {
    background-color: #f13d7e !important;
    color: #ffffff;
}

.btn-primary-Yellow {
    background: Yellow !important;
    color: #0167ae !important;
}

.btn.btn-primary:hover {
    background: #529652;
    border-color: #333;
}

.btn-primary, .btn-default, .btn-success {
    padding: 3px 12px;
    border-radius: 2px;
}

.white {
    color: #ffffff !important;
}

.error {
    color: red !important;
    font-size: 100%;
}

.blackarea .jqx-validator-error-label {
    color: #ff7600 !important;
}

.blackarea .jqx-validator-error-element {
    border-color: #ff7600 !important;
}

.popupInput {
    height: 25px;
    width: 100%;
    padding-left: 2px !important;
}

.blackarea label {
    color: white !important;
    margin-bottom: 0px;
}

.blackareaRB {
    color: white !important;
    margin-bottom: 0px;
}

.opacity-0 {
    opacity: 0;
    transition: all 0.75s;
}

.opacity-1 {
    opacity: 1;
    transition: all 0.75s;
}

.display-none {
    display: none;
}

.top-menu .nav > li > a .caret.pull-right {
    margin: 0 !important;
}

.top-menu .nav > li > a {
    padding: 10px 15px;
}

    .top-menu .nav > li > a i {
        margin-right: 5px;
    }

.form-horizontal .col-form-label, .form-horizontal .control-label {
    text-align: right !important;
    padding-top: 2px;
}

.panel-body .control-label {
    padding-top: 4px !important;
}

.filter-area .control-label {
    padding-top: 2px !important;
}

.login-content .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 12px;
    padding-left: 16px !important;
    border-radius: 2px;
}

.login-content .footer-info {
    font-size: 9px;
    color: black;
    padding-left: 10px;
    padding-top: 5px;
}

.version-info {
    font-size: 11px;
    color: black;
    vertical-align: bottom;
    margin-bottom: 19px;
}

.login.login-with-news-feed .left-content {
    float: left;
    width: 500px;
}

.login.login-with-news-feed .news-feed {
    left: 500px;
    right: 0;
}

.login.login-with-news-feed .news-caption {
    padding: 10px 10px;
    color: #eeeeee;
    font-size: 12px;
    background: rgba(0,0,0,.7);
    text-align: right;
}

    .login.login-with-news-feed .news-caption .caption-title {
        color: #eeeeee;
    }

.login.login-with-news-feed label {
    font-weight: 400;
}


.header.navbar-default .navbar-nav > li > a {
    color: #000000;
}


.brand {
    text-align: center;
}

.customColumn-130 {
    width: 130px;
    float: left;
}

.customColumn-75 {
    width: 75px;
    float: left;
}

#sliderList {
    list-style-type: none;
    text-align: center;
}

    #sliderList li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
    }

        #sliderList li a {
            width: 11px;
            height: 11px;
            display: block;
            background: white;
            background: white;
            cursor: pointer;
            text-indent: -9999px;
            -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

            #sliderList li a.active {
                background: #0167ae;
                cursor: default;
            }

.login.login-with-news-feed .news-caption {
    min-width: 100%;
}


/*Modal Styles*/

.modal-header {
    padding: 7px 15px;
}

.modal-dialog {
    margin: 0px auto;
    width: auto;
    min-width: 600px;
}

.modal-title {
    color: inherit;
}

/*.ui-dialog {
    z-index: 1100;
}*/
/*Modal Styles*/
.userLabel {
    width: 150px;
    text-align: right;
    line-height: 20px;
    height: 20px;
    margin: auto;
    padding-right: 5px;
}

.userLabelLarge {
    width: 200px;
}

.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: 20100;
    }

    .customDialog .modal-footer {
        padding: 5px;
    }

.modal-footer a {
    margin-top: 5px;
}


/*Custom Dialog*/
.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: 12px;
    min-height: 20px;
    background-color: #0167ae;
    color: white;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -10px;
    border: none;
    background: none;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar-close:hover {
        color: #ffe000;
    }
/*Custom Dialog*/

/* HEADER STYLES <START> */
.big-user-info .navbar-nav > li > a {
    color: black;
}

#big-user-info {
    padding-top: 5px;
    padding-right: 35px;
}

@media (min-width: 769px) {
    #top-menu {
        display: block !important;
    }
}

.top-menu .nav > li > a, .top-menu .sub-menu > li > a, .top-menu .nav > li > a:link, .top-menu .nav > li > a:visited, .top-menu .nav > li > a:active {
    color: #ffffff;
}

.top-menu .nav > .active > a {
    color: white !important;
}

.top-menu .nav > li > a:hover, .top-menu .sub-menu > li > a:hover {
    color: #ffffff !important;
    background: #17468f;
}

.top-menu .nav > li.active > a, .top-menu .nav > li.active > a:focus, .top-menu .nav > li.active > a:hover {
    color: #ffffff !important;
    background: #17468f;
}

    .top-menu .nav > li.active > a i, .top-menu .nav > li.active > a:focus i, .top-menu .nav > li.active > a:hover i {
        color: #ffffff !important;
        background: #17468f;
    }

.top-menu .nav .sub-menu {
    background: #0167ae !important;
    width: 255px;
}

#header .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
}

.topHeader {
    background: #3d4550;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar-title, .navbar-title-short {
    float: left;
    margin-left: -37px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 0px;
}

.top-menu {
    top: 92px;
    background: #3874a8;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #17468f;
}

.top-menu-left {
    float: left;
}

.legRed {
    background-color: #0167ae !important;
}

#small-user-info .legRed li a {
    color: white;
}

    #small-user-info .legRed li a:hover {
        color: black;
    }

.small-user-info {
    height: 40px !important;
    display: none;
}

.navbar-toggle {
    margin: 0;
    margin-top: 3px;
}

.navbar .nav.navbar-nav > li > a {
    font-size: 14px !important;
}

/* HEADER STYLES <END> */

#footer-logo {
    display: table-cell;
    padding-right: 15px;
    padding-top: 5px;
}

#footer-text {
    display: table-cell;
    font-size: 11px;
    vertical-align: middle;
}

#footer-logo img {
    width: 50px;
}

#footerContent {
    margin: 0;
    z-index: 1062;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    /* padding: 1rem; */
}

@media (min-width: 1920px) {
    .header {
        padding: 0px 0 !important;
    }
}

@media (max-width: 768px) {
    .content {
        padding-top: 111px !important;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .login.login-with-news-feed .left-content {
        width: 100%;
    }

    .navbar-right {
        display: none !important;
    }

    #small-user-info {
        display: block !important;
    }

        #small-user-info .navbar-right {
            display: block !important;
        }

    .navbar-header {
        float: none;
        width: 100%;
        border-bottom: 0px solid transparent;
    }

    #header .container-fluid {
        padding-right: 0;
    }

    .navbar-toggle {
        display: block !important;
    }

    #logoSmall {
        display: inline;
    }

    .top-menu {
        padding-left: 0px;
        position: relative;
        height: auto;
        display: none;
    }

    .top-menu-left {
        float: none;
    }

    .top-menu .nav {
        margin: 0 !important;
    }

        .top-menu .nav > li {
            display: block;
        }

    .footer {
        margin: 0 !important;
    }

    .navbar-inverse .navbar-header {
        border: none !important;
    }

    .page-header-fixed {
        padding-top: 0px;
    }
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.page-header {
    letter-spacing: 1px !important;
    margin: 0px !important;
}

.jqx-cell-a {
    color: #2D353C;
    text-decoration: none !important;
    line-height: 16px !important;
    top: calc(50% - 9px);
    position: absolute;
    margin-left: 5px;
}

    .jqx-cell-a:active:visited:hover:link {
        color: #2D353C;
    }


/*JQX Overwrites*/
.jqx-fill-state-pressed, .jqx-fill-state-hover {
    background: #d6e5f3;
}

.jqx-radiobutton-check-checked {
    background: #17468f;
}


.jqx-rc-all {
    border-radius: 1px;
}

.jqx-rc-l {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.jqx-rc-r {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.jqx-switchbutton-label-on {
    background-color: #0167ae;
    color: white;
}

.jqx-switchbutton-label-off {
    background-color: #888c90;
    color: white;
}

.jqx-widget {
    font-size: 11px;
}

.jqx-widget-header {
    font-size: 11px;
}

.jqx-grid-load {
    background-image: url('../imgProject/loader.gif');
}

    .jqx-grid-load + span {
        color: #4d7db7;
    }

.jqx-grid-column-header {
    font-size: 11px;
    font-weight: bold;
}

.gridHeaderForBR .jqx-grid-column-header div:not(.jqx-grid-group-column):not(.jqx-icon-close):not(.jqx-icon) {
    margin-top: 0px !important;
    padding-top: 2px;
    line-height: 1.23 !important;
}

.gridClients .jqx-grid-column-header div:not(.jqx-grid-group-column):not(.jqx-icon-close):not(.jqx-icon) {
    margin-top: 0px !important;
    padding-top: 2px;
    line-height: 1.23 !important;
}

.gridResources .jqx-grid-column-header div:not(.jqx-grid-group-column):not(.jqx-icon-close):not(.jqx-icon) {
    margin-top: 0px !important;
    padding-top: 2px;
    line-height: 1.23 !important;
}

.jqx-fill-state-disabled {
    color: #000000;
    opacity: 1;
    background-color: #d8dcd8;
}

#chbPayrollFormulaOverride.jqx-fill-state-disabled {
    cursor: default;
    color: #000;
    opacity: .55;
    background-color: transparent;
}


#rbDirect.jqx-fill-state-disabled {
    cursor: default;
    color: #000;
    opacity: .55;
    background-color: transparent;
}


#rbIntercompany.jqx-fill-state-disabled {
    cursor: default;
    color: #000;
    opacity: .55;
    background-color: transparent;
}

.jqx-input-disabled {
    background-color: #d8dcd8;
}

.jqx-listitem-state-disabled {
    opacity: .55;
}

.jqx-grid-groups-header {
    font-weight: bold;
    font-size: 10px;
}

/*.jqx-grid, .jqx-grid input {
    text-transform: uppercase;
}*/

.jqx-rc-all span, .jqx-grid-pager {
    text-transform: none !important;
}

.jqx-grid-pager {
    z-index: 1 !important;
}


.jqx-grid-cell {
    font-size: 11px !important;
}

.jqx-widget-content {
    font-size: 11px !important;
    font-family: Verdana !important;
}

.jqx-calendar td {
    font-size: 11px !important;
}


.jqx-tabs-title {
    font-weight: normal !important;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.jqx-grid-pager {
    font-weight: normal;
}

.file-items {
    height: 30px;
    border: 1px solid #C7C7C7;
    border-radius: 3px;
    margin-top: 5px;
    padding: 2px 4px;
}

    .file-items a {
        float: left;
        height: 20px;
        padding: 0 5px;
        margin: 2px 0 0 1px;
        background-color: #EFEFEF;
        border: 1px solid #C5C5C5;
        color: #111;
    }

    .file-items i {
        float: right;
        font-size: 14px;
        cursor: pointer;
        margin: 5px;
        color: #52525F;
    }

#delete-file-loader {
    display: none;
    width: 23px;
    top: 3px;
    left: calc(50% - 11px);
    position: relative;
}


#secondaryLayout {
    display: none;
    background-color: white;
    margin-top: 55px;
    padding: 10px 10px 0;
    border-radius: 0 0 2px 2px;
}

#mainLayout {
    display: none;
}

.ui-datepicker-calendar .ui-state-active {
    background: #d6e5f3;
    border-color: #d6e5f3;
    color: red;
}

.ui-datepicker-calendar .ui-state-hover {
    border: 1px solid #c5c5c5;
    background: #d6e5f3;
    color: red;
}

.panel-header-btn {
    height: 21px;
    /*border-radius: 20px;*/
    line-height: 13px;
    font-size: 11px;
}

.panel-heading {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.panel-heading-btn {
    padding-top: 0px;
}

.panel-inverse > .panel-heading {
    background: #5d6b79;
}

.panel.panel-expand > .panel-heading + div {
    margin-top: 29px;
}

.table-cell {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}


.panel.panel-expand {
    z-index: 1060 !important;
}

.panel-body {
    padding: 5px;
    border-bottom-color: #a4bed4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.panel-body-border {
    border-color: #5d6b79;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
}

.input-label {
    background-color: #d8dcd8;
    padding: 3px;
    height: 24px;
    border-radius: 1px;
    border-width: 1px;
    border-color: #c7c7c7;
    border-style: solid;
    color: #000000;
    font-size: 11px !important;
    font-family: Verdana !important;
}


.remainingHours {
    background: #FFEB3B !important;
    color: #F44336 !important;
}

.row > [class^=col-].ui-sortable {
    min-height: 0;
}

.filterBtnClicked {
    color: #348fe2;
}

.fa-stack {
    line-height: inherit;
    height: 19px;
    width: 13px;
}

.custom-bordered {
    border-color: #0167ae !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.bg-tr {
    background-color: transparent !important;
}

.RedCell {
    background: #FF0000 !important;
    color: white !important;
}

    .RedCell a {
        color: white !important;
    }


.YellowCell {
    background: #e1dd17 !important;
    color: black !important;
}

.GreenCell {
    background: Green !important;
    color: white !important;
}

.WhiteCell {
    background: White !important;
    color: black !important;
}

.YellowGMCell {
    background: #FFF2CC !important;
    color: black !important;
}

.GreenGMCell {
    background: #C6E0B4 !important;
    color: black !important;
}

.RedGMCell {
    background: #C00000 !important;
    color: white !important;
}

.small-swithcher .jqx-switchbutton-label {
    font-size: 10px !important;
}

.commonBox {
    width: 710px;
    padding: 70px 40px;
    /*margin: 0px 20px 0px 260px;*/
    margin: 0 auto;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    background-color: #F2F2F2;
}

.login.login-v2 {
    width: 600px !important;
    text-align: center;
}

    .login.login-v2 .login-header {
        width: 600px !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .login.login-v2 .form-control {
        background-color: #fff;
        border: 1px solid #d3d8de;
        color: #555;
    }

.tbl_Wo > tbody > tr > td, .tbl_Wo > tbody > tr > th, .tbl_Wo > tfoot > tr > td, .tbl_Wo > tfoot > tr > th, .tbl_Wo > thead > tr > td, .tbl_Wo > thead > tr > th {
    border-color: #999;
}

.tbl_Wo.table-bordered > thead:first-child > tr:first-child > td, .tbl_Wo.table-bordered > thead:first-child > tr:first-child > th {
    border-bottom: 1px solid #999 !important;
}

.v-t {
    vertical-align: top;
}

.align-left {
    text-align: left !important;
}

.search-container input {
    height: 27px !important;
}

#jqxFileUploadReimbursements, #btnOpenFilePerDiem, #jqxFileUploadEmail {
    border: 0px;
    padding: 0px;
    background-color: transparent;
}

    #jqxFileUploadReimbursements button, #btnOpenFilePerDiem button, #jqxFileUploadEmail button {
        color: #fff;
        background: #0167ae;
        border-color: #0167ae;
        padding: 5px 12px !important;
        font-size: 12px !important;
        border-radius: 2px;
    }

.fa-r:before {
    font-family: Arial; /* your font family here! */
    font-weight: bold;
    content: 'R';
    font-size: 18px;
    color: red;
}

.error-content {
    background-color: #274a69;
}

.bg-login {
    background-color: #0167ae;
    color: white;
}


.footer {
    margin-left: 15px;
}

.login .parsley-required {
    color: white;
    font-weight: bold;
}

.login .login-content {
    padding-top: 10px !important;
}

@media (max-width: 767px) {
    .login .login-header {
        padding-top: 120px;
    }

        .login .login-header .brand {
            color: black;
            padding-bottom: 10px;
        }
}

.question-block {
    background-color: #ffffff;
    border-radius: 5px;
    /*padding: 10px;*/
    margin-bottom: 15px;
}

.widget-stats .stats-icon.stats-icon-md {
    font-size: 64px;
    top: 15px;
    right: 0px;
    color: #fff;
    width: 128px;
    height: 50px;
    line-height: 50px;
    text-shadow: 3px 7px rgba(0,0,0,0.25);
}

    .widget-stats .stats-icon.stats-icon-md i {
        position: relative;
    }

h1, h4 {
    color: #FFFFCC;
}

    h1 small, h4 small {
        color: #FFFFCC;
        /*color: #242a30;*/
    }

.jqx-dropdownlist-content {
    margin-top: 4px !important;
}

.jqx-loader-icon {
    background-image: url(../imgProject/loader2.gif);
    background-color: darkgrey;
    background-position-y: 10% !important;
}

.jqx-loader-text-bottom {
    color: #17468f;
    font-weight: bold;
    font-size: 10px;
}

.jqx-tabs-header {
    background: #e0e9f5 !important;
}

.jqx-tabs-title-selected-top {
    background: white !important;
}

.widget-stats .stats-desc, .widget-stats .stats-title {
    font-weight: bold;
    color: #ffffff !important;
}

.disabledDiv {
    opacity: 0.7;
    pointer-events: none;
}

#jp_addPhotoClick, #jd_addPhotoClick, .btnAddVideo button {
    margin-bottom: 0 !important;
    border: 0;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 12px;
    width: 100px !important;
    border-radius: 0px;
}

.gal-img {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
    min-height: 400px;
}

#gallery, #jp_gallery, #jd_gallery, #jdReport_gallery {
    min-height: 500px;
    padding-left: 30px;
    padding-right: 30px;
}

    #gallery .sect-gal, #jp_gallery .sect-gal, #jd_gallery .sect-gal {
        min-width: 460px;
        max-width: 500px;
        margin-top: 10px;
        padding: 5px;
        position: relative;
    }

.gal-cont {
    padding: 3px;
    border: 1px solid #a4bed4;
}

.btnDel {
    margin: 0 auto;
    display: block;
}

.top-menu .nav > li.menu-control {
    background: #3874a8;
    height: 38px;
}


#columntablegridContractRates {
    color: white;
}

/*#columntablegridContractRates div:nth-child(5) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(6) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(7) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(8) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(9) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(10) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(11) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(12) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(13) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(14) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(15) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(16) {
    background-color: #006666;
}
#columntablegridContractRates div:nth-child(17) {
    background-color: #006666;
}
#columntablegridContractRates div:nth-child(18) {
    background-color: #960;
}
#columntablegridContractRates div:nth-child(19) {
    background-color: #960;
}
#columntablegridContractRates div:nth-child(20) {
    background-color: #960;
}
#columntablegridContractRates div:nth-child(21) {
    background-color: #960;
}
#columntablegridContractRates div:nth-child(22) {
    background-color: #960;
}
#columntablegridContractRates div:nth-child(23) {
    background-color: #960;
}
#columntablegridContractRates div:nth-child(24) {
    background-color: #960;
}
#columntablegridContractRates div:nth-child(25) {
    background-color: #960;
}
#columntablegridContractRates div:nth-child(26) {
    background-color: #960;
}
#columntablegridContractRates div:nth-child(27) {
    background-color: #960;

}*/

/*#columntablegridContractRates div:nth-child(28) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(29) {
    background-color: #295499;
}
#columntablegridContractRates div:nth-child(30) {
    background-color: #006666;
}
#columntablegridContractRates div:nth-child(31) {
    background-color: #960;
}*/
.ResourceChackBox {
    text-align: -webkit-center;
}

.ResourceChackBoxth {
    background-color: #e0e9f5;
    height: 35px;
    width: 140px;
    text-align: center;
}

.ContractHeader, .ResourceHeader {
    color: #f13d7e;
    font-size: 12px;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 10px;
}

.ModalTechDiscRowbackground {
    background-color: #17468f;
    color: white;
}

.SubTitle {
    color: #17468f;
    font-size: 12px;
    font-weight: bold;
}

.SubTitleBorder {
    color: #17468f;
    font-size: 12px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-color: #5d6b79;
    border-bottom-width: 1px;
}

.InvoiceSubTitleBorder {
    color: #FFFFCC;
    font-size: 12px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-color: #2a7aca;
    border-bottom-width: 1px;
    text-align: left;
}

.PrepaidTimesheetSubTitleBorder {
    color: #FFFFCC;
    font-size: 12px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-color: #2a7aca;
    border-bottom-width: 1px;
    text-align: left;
}

#jobHeaderDocuments .gallery {
    min-height: 358px !important;
}

#jobHeaderDocuments .gal-img {
    min-height: 75px !important;
    max-height: 75px !important;
}

#jobHeaderDocuments .sect-gal {
    min-width: 100px !important;
    max-width: 100px !important;
}

.JobResource-list-box {
    height: 230px;
    width: 100%;
    background: #efefef;
    overflow-x: auto;
    border: solid 1px #aaaaaa;
    border-radius: 3px;
    font-size: 11px;
}

.checkbox-display-none .jqx-checkbox-default {
    display: none !important;
}

.cl-red {
    color: red;
}

.gridLink {
    color: #022B58;
    cursor: pointer;
    text-decoration: underline;
}

a.rfAnchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}

.active-reference {
    background-color: #efd4de !important;
}

.sub-menu-link {
    padding-left: 30px !important;
}

@media (max-width: 767px) {
    .sub-menu-link {
        padding-left: 60px !important;
    }
}

.whiteLine {
    background: #fff;
}

.resourceInfo {
    color: #fff;
    font-size: 18px;
}

.yellowSubTitle {
    color: #FFFFCC;
    font-size: 13px;
    font-weight: bold;
}

.whiteLink a:hover {
    color: #ffffff;
}

.whiteLink a {
    color: #ffffff;
}

.BoldText {
    font-weight: bold;
}

.BlackTextOnYellow {
    color: black;
    background-color: #e2e27c;
    font-weight: bold;
}

#errorDivC {
    height: 300px;
    text-align: center;
    display: table;
    width: 100%;
}

#errorH1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #f1d8d8;
}


#PayrollReportTotals {
    background-color: #fff;
    margin-right: -2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
}

#PayrollReportBiTotals {
    background-color: #fff;
    margin-right: -2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
    border-top: solid;
    border-top-color: black;
}

#PayrollReportExpTotals {
    background-color: #fff;
    margin-right: -2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
    border-top: solid;
    border-top-color: black;
}

#PayrollReportFinalTotals {
    background-color: #fff;
    margin-right: -2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
    border-top: solid;
    border-top-color: black;
}

.PayrollGreenCell {
    background-color: #9de09d;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
    border-color: #328632;
    border-width: 1px;
    border-style: solid;
}

.InvoiceEditLabel {
    color: black !important;
}

.SecondRatebackground {
    background-color: #f5d8e3 !important;
}

.darkarea .jqx-validator-error-label {
    color: #ff7600 !important;
}

.darkarea .jqx-validator-error-element {
    border-color: #ff7600 !important;
}

.WIPSubTotal {
    background-color: #ead5e4 !important;
    font-weight: bold;
}

.WIPTotal {
    background-color: #d8aeae !important;
    font-weight: bold;
}

.JobComplaintNCRHeader {
    background-color: lightgray;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    padding: 3px;
    margin-left: 10px;
    margin-right: 10px;
}

.HSEInductionHeader {
    background-color: lightgray;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.reportMileageTotalRow {
    font-weight: bold !important;
    background-color: #b5bfcc
}

#dvWeekCalendarParrent .ui-state-active {
    background: #ffe000;
}

#dvWeekCalendar .ui-datepicker {
    max-width: 250px;
    min-width: 170px;
    width: 100%;
}



#ReferenceTablesSubMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #0167ae;
}

#ReferenceTablesSubMenu::-webkit-scrollbar {
    width: 12px;
    background-color: #0167ae;
}

#ReferenceTablesSubMenu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #17468f;
}

.inspectionTemplateHeaderReportNo {
    margin-left: 15px;
    font-size: 20px;
}

.inspectionTemplateTabsPanelTitle {
}

.MaterialName {
    font-weight: bold;
    font-size: 15px;
}

.InspectionDetailsSubTitle {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

.InspectionDetailsSKELPUTTH {
    text-align: center;
    height: 25px;
    background-color: #F2F2F2
}

.InspectionDetailsHydrostaticTestingTH {
    text-align: center;
    height: 25px;
    background-color: #F2F2F2
}

.InspectionDetailsAUTTH {
    text-align: center;
    height: 25px;
    background-color: #F2F2F2
}


#HSAWInspectionTemplateTabs .panel-body .jqx-widget-content.jqx-fill-state-disabled,
#HSAWInspectionTemplateTabs .panel-body textarea[disabled=disabled],
#HSAWInspectionTemplateTabs .panel-body .jqx-grid .jqx-grid-cell-energyblue.jqx-grid-cell-disable {
    background-color: #c6e0b4;
}

#HSAWInspectionTemplateTabs .panel-body .jqx-grid .jqx-widget-header-energyblue {
    background-color: #d9d9d9;
}

#HSAWInspectionTemplateTabs .panel-body .jqx-grid .jqx-grid-cell-energyblue,
#HSAWInspectionTemplateTabs .panel-body .jqx-widget-content {
    background-color: #e0e9f5;
}

#HSAWInspectionTemplateTabs .panel-body .jqx-grid .jqx-grid-column-header {
    display: table;
}

    #HSAWInspectionTemplateTabs .panel-body .jqx-grid .jqx-grid-column-header > div {
        display: table-cell;
        vertical-align: middle;
    }

        #HSAWInspectionTemplateTabs .panel-body .jqx-grid .jqx-grid-column-header > div > div:first-child {
            line-height: 1.2 !important;
            white-space: break-spaces;
        }

.jqx-grid .jqx-grid-validation {
    text-transform: none;
}

.OneTimeSuccessRateClass {
    color: red !important;
}

.rxHeaderCol1 {
margin-top:20px;
}
.rxHeaderCol2 {
    margin-top: 25px;
}
.rxHeaderCol3_5 {
    margin-top: 40px;
}
.rxHeaderCol {
    margin-top: 7px;
}
#gridReportingHawkTechServicesRX .jqx-grid-columngroup-header > div:first-child {
    padding: 10px;  or any other padding value you need 
}
#gridReportingHawkTechServicesRX .jqx-grid-columngroup-header {
  height:10px
}
.contentNotExceedSpend {
    margin-left: 20px;
    line-height: 1.5;
}

.man-hours {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    margin-left: 20px;
}

    .man-hours label {
        margin-right: 8px;
        
    }
    .man-hours span {
        margin-left: 10px;
        font-size: 12px;
    }



.expensesNotExceedSpend {
    margin-left: 20px;
    padding-bottom: 5px;
}
#SchedulingCalendar {
    display: block;
    margin-left: auto;
    margin-right: auto;
}