* {
    /*padding: 0;*/
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    font-size: 1em;
    color: #696969;
    height: 98.5%;
    font-family: "Roboto","Noto",sans-serif !important;
}

pre {
    /* overflow-x: auto; Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    width: 99%;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-family: "Roboto","Noto",sans-serif !important;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

/*span { outline: 0; }*/

a {
    color: #069;
    cursor: pointer;
    outline: 0;
}

    a:link {
        text-decoration: none !important;
    }

    a:visited {
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: underline !important;
        color: #25a0da !important;
    }

    a:active {
        background-color: transparent;
    }

.rounded {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.rgCommandRow {
    height: 25px;
}

.labelInCommandRow {
    padding: 5px 8px 4px 8px;
}

/* Top Bar Styles*/

.topBarWrap {
    width: 100%;
    background-color: #6390C6;
    height: 50px;
    top: 0;
    position: fixed;
    z-index: 200;
}

.topBarLogo {
    float: left;
    padding-top: 10px;
    height: 30px;
    padding-bottom: 5px;
}

.topBarCustomerName {
    padding-left: 8px;
    padding-top: 15px;
    color: #ffffff;
    height: 24px;
    padding-bottom: 11px;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden;
    width: 160px;
}

.topBarCustomerNameMenu {
    padding-left: 8px;
    padding-top: 20px;
    color: #ffffff;
    height: 24px;
    padding-bottom: 11px;
    white-space: nowrap !important;
    width: 190px;
}

    .topBarCustomerNameMenu .rmRootLink {
        padding: 0 !important;
    }

        .topBarCustomerNameMenu .rmRootLink .rmText {
            text-overflow: ellipsis !important;
            overflow: hidden;
            max-width: 130px;
            white-space: nowrap !important;
        }

    .topBarCustomerNameMenu .RadMenu {
        margin-top: -19px;
        padding-top: 11px;
        color: #ffffff;
        height: 18px;
        padding-bottom: 11px;
    }

/*.topBarSecurityInfo {
    color: #ffffff;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden;*/
    /*margin-left: calc(50% - 500px);*/
    /*padding-top: 16px;*/
    /*height: 24px;*/
    /*padding-bottom: 11px;*/
    /*padding-right: 8px;*/
    /*padding-left: 8px;*/
    /*width: 120px;*/
/*}*/

.topBarMenuItem {
    padding-top: 16px;
    color: #ffffff;
    height: 18px;
    padding-left: 4px;
    padding-bottom: 11px;
}

.topBarDWItem {
    /*padding-top: 16px;*/
    color: #ffffff;
    height: 24px;
    /*padding-right: 8px;*/
    /*padding-bottom: 11px;*/
}

    .topBarMenuItem img {
        height: 18px;
        width: 18px;
    }

    .topBarMenuItem .RadMenu {
        margin-top: -19px;
        padding-top: 16px;
        color: #ffffff;
        height: 18px;
        padding-bottom: 11px;
    }

.topBarMenuItemAnchor {
    padding-left: 14px;
}
/* Search box styles*/

#searchBox {
    display: inline;
    padding-left: 2px;
    z-index: 900;
}

.topBarSearchBox {
    padding-top: 5px;
    padding-right: 10px;
}

.RadSearchBox .rsbInner.rsbHovered,
.RadSearchBox .rsbInner.rsbFocused {
    background-color: #eceff1 !important;
}


/* NavBar Styles*/

/*.navBarWrap {
    width: 100%;
    background-color: #f1f5fb;
    height: 32px;*/
    /*float: left;*/
    /*padding-top: 0px;
    padding-bottom: 0px;
    top: 50px;
    position: fixed;
    z-index: 100;
}

.navBarWrapSeparator {
    width: 100%;
    background-color: #ffffff;
    height: 10px;
    top: 92px;
    position: fixed;
    z-index: 10;
}

.navMenu {
    float: left;
    width: 98%;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
}

    .nav > li {
        position: relative;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 1px #aabfd6 solid;
    }

        .nav > li:first-child {
            padding-left: 5px;
            border-left: 1px #aabfd6 solid;
        }


        .nav > li > a {
            position: relative;
            display: block;
            color: #000000;
            text-decoration: none !important;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none !important;
                color: #696969;
            }

.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            line-height: 20px;
        }*/



/* Title Bar Styles*/

.titleBarWrap {
    width: 100%;
    position: fixed;
    top: 80px;
    background-color: white;
    z-index: 10;
}

/*.titleBarContent {*/
    /*background-color: yellow;*/ /*Test*/
    /*border-bottom: 1px solid #aabfd6;*/
    /*height: 38px;*/
    /*padding-top: 4px;*/
    /*padding-bottom: 45px;
}*/

.titleBarOtherLinks {
    float: right;
    /*padding-right: 30px;*/
    /*border: 1px yellow solid;*/
    padding-top: 11px;
}

.titleBarSeparator {
    padding-right: 10px;
}

.titleBarActions {
    float: right;
    /*padding-top: 4px;*/
}

.titleBarActionsButtonsDVM {
    margin-left: 2px;
    margin-right: 2px;
    padding: 8px 13px;
    border-width: 0;
    font-weight: 700/* !important*/;
    border-color: #CFD8DC;
    color: #455A64;
    background-color: #F4F7F8;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.2);
}

/*.titleBarActions span { margin-left: 6px; }*/

/*.titleBarTitle {
    margin-right: 10px;
    font-size: 120%;
    padding-top: 9px;
    padding-left: 10px;
    font-weight: 500;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.titleBarTitleDVM {
    margin-right: 10px;
    font-size: 120%;
    padding-top: 9px;
    font-weight: 500;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.titleBarTitleFixed {
    width: 40%;
}

.titleBarTitleLarge {
    width: 60%;
}

.titleBarTitleSmall {
    width: 20%;
}


.titleBarOtherLinks > a {
    margin-left: 10px;
    font-weight: normal;
    text-decoration: none !important;
    color: #696969;
}

    .titleBarOtherLinks > a:hover {
        color: #25a0da;
    }

/* Tab Bar Styles*/

.tabBarWrap {
    width: 100%;
    position: fixed;
    top: 121px;
    background-color: white;
    z-index: 10;
}

.tabBarContent {
}

    .tabBarContent .floatLeft > a {
        padding-left: 5px;
        padding-right: 5px;
        font-weight: normal;
        text-decoration: none !important;
        color: #696969;
    }

        .tabBarContent .floatLeft > a:hover {
            color: #000000;
        }

        .tabBarContent .floatLeft > a:first-child {
            padding-left: 0;
        }

    .tabBarContent .active {
        font-weight: 500 !important;
        color: #494949 !important;
    }

/* Navigation link to previous page*/

.tabBarNavLinks {
    float: right;
}

    .tabBarNavLinks > a {
        line-height: 22px;
        text-decoration: none !important;
        color: #696969;
    }

        .tabBarNavLinks > a:hover,
        .tabBarNavLinks > a:focus {
            color: #25a0da;
            text-decoration: none !important;
        }

/* Data Section Styles*/

.dataTemplateLabel {
    font-size: .85714286em;
    font-weight: 500;
    color: #607D8B;
}

.dataTemplateValue {
    width: 100%;
    /*color: #969696;*/
    padding-left: 0px;
}



/*.dataSectionTemplate caption {
    border-bottom: 1px dotted #aabfd6;
    padding-top: 20px;
    padding-bottom: 2px;
    font-weight: 500;
    text-align: left;
}

.dataSectionTemplate tr {
    line-height: 24px;
    overflow: hidden;
    vertical-align: top;
}

.dataSectionTemplate td {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    
    vertical-align: top;
    text-align: left;
}*/

.dataSectionHighlightRow tr:hover {
    background-color: #F1F5FB;
}

.dataSectionHighlightRow td:first-child {
    padding-right: 15px;
}

.dataSection {
    width: 100%;
}

    .dataSection caption {
        border-bottom: 1px dotted #969696;
        padding-top: 20px;
        padding-bottom: 2px;
        font-weight: 500;
        text-align: left;
        /*color: #455a64;*/
        font-family: "Roboto","Noto",sans-serif;
        caption-side: top;
    }

    .dataSection tr {
        /*line-height: 18px;*/
        overflow: hidden;
    }


    /*.dataSection td {
        vertical-align: top;
        line-height: 2.57142857em
    }*/

    .dataSection td:nth-child(2) {
        padding-left: 15px;
    }

    .dataSection td ecxCheckbox {
        /*padding-left: 10px;*/
    }
        /*
    --this causes too much left padding on vertical modals 
.dataSection td.data {
    padding-left: 15px;
}*/
        /* needed to align readonly data with inputs */
        .dataSection td:nth-child(2) > span,
        .dataSection td:nth-child(2) > a,
        .dataSection td:nth-child(2) > pre {
            padding-left: 15px;
            display: block;
        }


    .dataSection td.data > span,
    .dataSection td.data > a,
    .dataSection td.data > pre {
        padding-left: 15px;
        display: block;
    }

        .dataSection td.data > span.RadInput {
            display: inline-block;
        }

        .dataSection td.data > span.validation-label {
            display: inline;
        }

        .dataSection td.data > span > ol,
        .dataSection td.data > span > ul {
            padding-left: 15px;
        }

.dataSectionManual td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
}

    .dataSectionManual td span,
    .dataSectionManual td a,
    .dataSectionManual td .RadInput_Material {
        padding-left: 0;
    }

.dataSection td:nth-child(2) .dataSectionManual > span,
.dataSection td:nth-child(2) .dataSectionManual > a {
    padding-left: 0;
}

.dataSection td:nth-child(2) .dataSectionManual td {
    padding-left: 0;
}

.dataSectionManual td.data > span,
.dataSedataSectionManualction td.data > a,
.dataSectionManual td.data > pre {
    padding-left: 0px;
    display: block;
}

/*.dataSection td:nth-child(2) .rfdOptionList span,
.dataSection td:nth-child(2) .rfdOptionList a {
    padding-left: 0;
}

.dataSection td:nth-child(2) .rfdOptionList td {
    padding-left: 0;
}*/



.dataSection .label > label,
.dataSection .data > span {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.dataSection .label {
    white-space: nowrap;
    color: #607D8B;
    width: 150px;
    text-align: right;
}

.dataSection .dataSectionManual .label {
    white-space: nowrap;
    color: #607D8B;
    /*width: 150px;*/
    text-align: left;
}

.templateItemLabel {
    padding-left: 13px;
    display: inline-block;
    max-width: 98%;
}

.displaylabel {
    color: #607D8B;
    margin-left: 15px;
    display: block !important;
    /*padding-left: 15px;*/
}

.wizardActions {
    padding-left: 27px !important;
    padding-top: 15px;
}

.extra_padding {
    margin-top: 3px !important;
}

.dataSection .label .wrap {
    white-space: normal;
    color: #607D8B;
}

.dataSection > .data {
    padding-left: 10px;
}

.dataSectionModal {
    width: 100%;
}

    .dataSectionModal .label {
        vertical-align: top;
        max-width: 200px;
        text-align: right;
    }

    .dataSectionModal caption {
        border-bottom: 1px dotted #aabfd6;
        padding-top: 10px;
        padding-bottom: 5px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 10px;
    }

    .dataSectionModal tr {
        line-height: 24px;
        overflow: hidden;
    }

    .dataSectionModal td {
        padding-top: 0;
        padding-bottom: 0;
        vertical-align: middle;
        text-align: left;
    }

        .dataSectionModal td.data > span.RadInput {
            margin-left: 0;
        }

        .dataSectionModal td.data > span {
            padding-left: 15px;
            display: block;
            /*-moz-box-decoration-break: clone;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;*/
        }



.modalContainer td.data .validation-label {
    margin-left: 15px;
}

.modalContainer td.data .dataValue {
    padding-left: 15px;
}

.dataSectionFixed {
    width: 100%;
}

    .dataSectionFixed .label {
        vertical-align: top;
        color: #607D8B;
        max-width: 200px;
    }

    .dataSectionFixed caption {
        border-bottom: 1px dotted #aabfd6;
        padding-top: 0;
        padding-bottom: 5px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 10px;
        caption-side: top
    }

    .dataSectionFixed tr {
        line-height: 24px;
        overflow: hidden;
    }

    .dataSectionFixed td {
        padding-top: 2px;
        padding-bottom: 2px;
        overflow: hidden;
        vertical-align: top;
        text-align: left;
    }


table.dataLayout td {
    padding-top: 0;
    padding-bottom: 0;
}


.data-header {
    float: left;
    padding-right: 15px;
    position: relative;
    width: 120px;
    color: #607D8B;
    font-weight: 500;
}

    .data-header > span {
        padding-left: 13px;
    }

.data-item {
    float: left;
    padding-right: 15px;
    position: relative;
    width: 120px;
    line-height: 38px;
}

    .data-item > span {
        padding-left: 13px;
    }


/* Other styles*/

.GridBar {
    padding: 4px 0;
    width: 100%;
    float: left;
    border-bottom: 1px #E5E5E5 solid;
    text-align: right;
}

/* IE7 specific*/
* + html .GridBar {
    margin-left: 0;
}

.GridBarTitle {
    float: left;
    margin-left: 10px;
    font-weight: 500;
    padding-top: 7px;
}

.GridBarNoGrid {
    padding: 4px;
    border: 1px #E5E5E5 solid;
    text-align: right;
    height: 50px;
}

.GridBarNoGridTitle {
    float: left;
    font-weight: 500;
    padding-top: 8px;
}

.GridBarActions {
    padding-top: 7px;
    margin-left: 10px;
    margin-right: 5px;
    float: right;
}

.containerOffSet {
    position: relative;
    padding-top: 75px;
    z-index: 1;
}

.tabContentWrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 980px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.tabContentWrap .rgRow {
    font-size: 14px !important;
}

.tabContentWrap .rgHeader {
    font-size: 14px !important;
}

a.rwIcon {
    background-image: none !important;
    display: none !important;
}


.GridBar > a {
    padding-left: 20px;
    padding-right: 0;
    font-weight: normal;
    text-decoration: none !important;
    color: #696969;
}

/* IE7 specific*/
* + html .GridBar > a {
    padding-right: 6px;
}

    .GridBar > a:hover,
    .GridBar > a:focus {
        color: #000000;
    }

.pageViewWrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
}

.active {
    font-weight: 500 !important;
}



#WaitSpinner {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 8px;
    display: none;
    float: right;
}

/*#UserMenu {
    float: right;
    padding-top: 7px;
    padding-right: 10px;
    position: relative;
    z-index: 9999 !important;
}*/


.GridNoRecords {
    text-align: center;
    padding: 30px 0 30px 0;
    font-size: 14px;
    background-color: #fff;
}



.RadGrid {
    outline: none;
}


/* bootstrap style*/

.alert, .tab-alert {
    padding: 15px;
    /*margin-top: 10px;
margin-bottom: 10px;*/
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal-header {
    background-color: #6390C6;
    color: #fff;
    cursor: move;
    padding: 14px;
    height: 50px !important;
}

.modal-title {
    line-height: 1;
}

.modal-alert {
    padding: 5px;
    margin-top: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -10px;
    color: inherit;
}

.close {
    float: right;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=20);
    text-decoration: none !important;
}

 .alert .close:hover
{
    color: #000 !important;
}

.modal-header .close span {
    color: #fff;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.fieldValidator {
    display: inline;
    padding: 2px 6px 3px !important;
    font-size: .9em;
    /*font-weight: 500;*/
    line-height: 24px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    text-align: left;
    white-space: nowrap;
    /*vertical-align: baseline;*/
    border-radius: .25em;
    vertical-align: middle;
    margin-left: 13px;
}

.validation-label {
    display: inline;
    padding: 2px 6px 3px !important;
    font-size: .9em;
    /*font-weight: 500;*/
    line-height: 24px;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    /*vertical-align: baseline;*/
    border-radius: .25em;
    vertical-align: middle;
}

.validation-label-wideflow {
    margin-left: 13px;
}

.validation-label-rows {
    margin-left: 14px;
}

.label-danger {
    /*background-color: #d9534f;*/
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.label-normal {
    /*background-color: #d9534f;*/
    color: #696969;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-info {
    background-color: #5bc0de;
}

.label-success {
    background-color: #5cb85c;
}

.label-primary {
    background-color: #428bca;
}

.label-default {
    background-color: #999999;
}

.label-indent {
    margin-left: 25px;
}

.label-hint {
    font-style: italic;
    font-size: .8em;
}

.rgSelectedRow a[href^="mailto:"] {
    color: #ffffff !important;
}

.RadGrid_Metro .rgSelectedRow a {
    color: #ffffff !important;
}



.doNotRehireLabel {
    color: #b94a48;
    font-weight: 500;
}

.doNotRehire td {
    color: #b94a48;
    background-color: #f2dede;
}

.attentionRow {
    color: #b94a48 !important;
    background-color: #f2dede !important;
}

    .attentionRow td {
        border-bottom-width: 0 !important;
    }

.nonCompliant {
    color: red;
    text-align: center;
}

    .nonCompliant td {
        color: #b94a48;
        background-color: #f2dede;
        text-align: left;
    }

.rejected {
    color: #b94a48;
    font-weight: 500;
    /*padding: 2px 50px 2px 0px !important;*/
    margin: -2px 0 !important;
}

.rejectedReasons {
    color: #b94a48;
}

.notes {
    padding: 2px 5px 2px !important;
    margin: -2px 0 !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-image: url(/images/icons/note.png) !important;
    float: right;
}

.isModified {
    padding: 2px 5px 2px !important;
    margin: -2px 0 !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-image: url(/images/Today/Warning.png) !important;
    float: right;
}

.hours {
    white-space: nowrap;
}

.hoursInput {
    width: 33px;
}

.dataTemplateList {
    /*font-size: 12px;
    font-family: 'Segoe UI';*/
    margin-left: 15px;
}

.punchSummary {
    font-weight: 500;
    color: #696969;
    background-color: #F1F5FB;
}

.punchAllocationRate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.punchAllocationHours {
    float: right;
}

.punchAllocationAction {
    float: right;
}

.serviceOrderMilestone {
    color: #696969;
    background-color: #F1F5FB;
}

.serviceOrderAlignLeft {
    float: left;
}

.serviceOrderAlignRight {
    float: right;
}

.assignmentCell {
    padding-left: 12px;
}

.checklistItemName {
    padding-left: 12px;
    display: block;
}

.checkboxlist {
    padding-left: 15px;
}

.radiobuttonlist td {
    padding-left: 15px !important;
}

.buttonFieldCell {
    vertical-align: bottom !important;
}

.menuControl {
    /*padding: 0.08333em 0.33333em 0.16667em !important;*/
    height: 35px !important;
}

/*.text-center {
    text-align: center !important;
}*/

.clientSelectWidth {
    width: 50px;
}

    .clientSelectWidth label {
        padding-left: 0 !important;
        padding-right: 15px !important;
    }

.head-center {
}

.listItemReset ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.listItemReset ul {
    list-style-type: disc;
    padding-left: 15px;
}

.QuestionTableHeader {
    color: #696969;
    background-color: #F1F5FB;
}

.QuestionAlignLeft {
    float: left;
}

.QuestionField {
    vertical-align: top;
}

.QuestionFieldRight {
    text-align: right !important;
    padding-right: 20px;
}

.QuestionAlignRight {
    float: right;
    padding-left: 15px;
}

.ExtensionCurrentRate {
    width: 170px !important;
}

.DataTableShadedHeader {
    color: #696969;
    background-color: #F1F5FB;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    background-image: none !important;
    background-color: #fff !important;
    opacity: .35; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=35); /* IE lt 8 */
    -ms-filter: "alpha(opacity=35)"; /* IE 8 */
    -khtml-opacity: .35; /* Safari 1.x */
    -moz-opacity: .35; /* FF lt 1.5, Netscape */
}


/*http://www.telerik.com/forums/radtextbox-in-multiline-mode-not-honoring-columns*/
html body .riSingle .riTextBox, html body .riSingle .riTextBox[type="text"] {
    /*width:auto !important;*/
}

.filterButton {
    color: #25a0da !important;
}

.blockUI {
    border: none !important;
    padding: 15px !important;
    background-color: #000 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    opacity: .5 !important;
    color: #fff !important;
}

sup {
    background-color: #e77471;
    padding: 1px 3px;
    margin-left: 4px;
    color: #ffffff;
    font-size: .75em;
    border-radius: 3px;
}

.InvoiceTotalsHeader {
    font-weight: 500 !important;
}

.InvoiceTotalsFooter {
    font-weight: 500 !important;
    color: #767676;
}

.TimeSheetFooter {
    font-weight: 500 !important;
    color: #767676;
    font-size: .929em !important;
}

.TimesheetGridEntry .RadInput_Material {
    padding-left: 0;
}

.TimeSheetDayColumnHeader {
    text-align: center !important;
}

.TimeSheetDisplayCellBorder {
    border: 1px solid #CFD8DC !important;
}

.TimeSheetTotalColumn {
    font-weight: 500 !important;
    color: #767676;
}

.TimeSheetMonthDayHasTime {
    background-color: blanchedalmond;
}

.TimeSheetMonthCalendarFooter {
    font-weight: 500;
    line-height: 1.7;
}

th.TimeSheetTotalColumn {
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center !important;
}

.TimeSheetTotalColumnFooter {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

td.TimeSheetTotalColumn {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.hiddenButton {
    display: none !important;
}

.hiddenRow {
    display: none !important;
}

.ErrorText {
    border: 1px #E5E5E5 solid;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.ErrorHighlight {
    color: red;
}

.successHighlight {
    color: #468847;
}

.deHighlight {
    color: #000000;
}

td.warningCell {
    color: #b94a48;
    background-color: #f2dede;
    border-bottom-color: #f2dede !important;
}

.warningRow {
    color: #b94a48;
    background-color: #f2dede;
}

    .warningRow td {
        border-bottom-color: #f2dede !important;
    }

.nonCompliant td {
    border-bottom-color: #f2dede !important;
}

.attentionRow td {
    border-bottom-color: #f2dede !important;
}

.doNotRehire td {
    border-bottom-color: #f2dede !important;
}

.rgHoveredRow td {
    border-bottom-color: #C3C3C3 !important;
}

.padRight {
    padding-right: 15px;
}

.padLeft {
    padding-left: 15px;
}


.TreeCategoryLink {
    cursor: default !important;
}

.TreeCategory {
    /*font-weight: 500;*/
    cursor: default !important;
}

.TreeCategoryCount {
    font-weight: 500;
    background-color: #e77471;
    color: white;
    float: right !important;
    margin-right: 16px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 4px;
}

.TreeCategoryCountNoItems {
    float: right;
    margin-right: 6px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
}

.TreeNodeText {
    display: inline-block;
    width: 80%;
}

.TreeNodeCount {
    float: right;
    padding-top: 2px;
    margin-right: 6px;
}


/* to hide paging controls*/
.NoPagerControls .rgArrPart1, .NoPagerControls .rgArrPart2, .NoPagerControls .rgNumPart, .NoPagerControls .rgAdvPar2t {
    display: none;
}

.NoChangePageControls .rgAdvPart {
    display: none;
}

.NoRecords .rgPager {
    display: none;
}

/*Dashboard*/

.ControlPanel {
    margin: 10px 5px;
    padding: 10px 15px;
    min-height: 44px;
    color: #302f2f;
    background-color: white;
}

.ControlPanelTitle {
    float: left;
    font-size: 1.1em;
    margin-right: 5px;
}

.ControlPanelSelections {
    margin-top: -10px;
    float: right;
}

.ChartRow {
    width: 100%;
    margin-top: 10px;
}

.ChartPanelFullWidth {
    min-width: 958px;
    padding: 10px 5px 0 10px;
    background-color: white;
    margin: 0 5px;
    margin-right: 5px;
    display: inline-block;
    box-sizing: border-box;
    width: calc(100% - 10px);
}

.ChartPanelHalfWidth {
    min-width: 464px;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: calc(50% - 11px);
    background-color: white;
}

.HalfWidthChart {
    display: inline-block;
    box-sizing: border-box;
    width: calc(50% - 12px);
}

.NewHalfWidthChart {
    display: inline-block;
    box-sizing: border-box;
    width: calc(50% - 9px);
}

.FullWidthChart {
    /*min-width: 786px;*/
    padding-right: 2px;
    box-sizing: border-box;
    width: calc(100% - 5px);
}

.FullWidthChartLite {
    min-width: 786px;
    box-sizing: border-box;
}

.ChartTitle {
    padding-left: 10px;
}

.ChartPanelHalfWidthHeader {
    padding-left: 5px;
    float: left;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: grey;
    font-weight: 500 !important;
    font-size: 14px !important;
    font-family: "Roboto","Noto",sans-serif;
    line-height: 30px;
    width: 100%;
}

.ChartPanelHalfWidthSeparator {
    display: inline-block;
    width: 10px;
}

.ChartTitle {
    float: left;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
}

.ChartArea {
    clear: both;
}

.NewChartTile {
    display: block;
    float: right;
    margin-right: 100px;
    color: #ffffff;
    font-family: "Segoe UI";
    font-weight: bold;
    font-size: 1.125em;
}

.SubChartTitle {
    display: block;
    float: right;
    margin-right: 100px;
    color: #ffffff;
    font-family: "Segoe UI";
    font-weight: bold;
    font-size: 2em;
}

.backgroundOffWhite {
    background-color: #F5F5F5;
}
/*End Dashboard*/
.TextFullWidth {
    width: 99% !important;
}

/* IE7 specific*/
* + html .TextFullWidth {
    width: 98% !important;
}

* + html .filterButton {
    margin-right: 3px !important;
}
/* to set the line height in ad hoc report so grid (available and select look similar)*/
.AvailableItemsGrid .rgRow {
    height: 34px !important;
}

.AvailableItemsGrid .rgAltRow {
    height: 34px !important;
}

.AvailableFiltersGrid .rgRow {
    height: 32px !important;
}

.AvailableFiltersGrid .rgAltRow {
    height: 32px !important;
}

.topBarCustomerNameMenu .RadMenu a.rmRootLink:hover .rmText {
    color: #ffffff;
    font-weight: normal !important;
}

.topBarCustomerNameMenu .RadMenu .rmSlide {
    top: 38px !important;
}

.topBarCustomerNameMenu .RadMenu .rmLeftImage {
    float: right !important;
    padding-top: 0 !important;
    margin-top: 1px !important;
    margin-left: 0 !important;
}

.topBarCustomerNameMenu .RadMenu a.rmDisabled:hover {
    text-decoration: none !important;
    cursor: default;
}

    .topBarCustomerNameMenu .RadMenu a.rmDisabled:hover .rmText {
        color: #767676;
        font-weight: normal !important;
    }

.hand {
    cursor: pointer;
}


.timeSheetAllocationStyle {
    float: left;
    margin-bottom: 5px;
    margin-left: 3px;
    width: 180px;
}

.textWithEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
    white-space: nowrap;
}

.comboBorder {
    border: 1px solid #aabfd6;
    width: 100%;
}

.RadNavigation {
    font-size: inherit !important;
}

    .RadNavigation .rnvRootLink,
    .RadNavigation .rnvMore.rnvRight {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        background-color: #f1f5fb;
    }

    .RadNavigation .rnvRootGroupWrapper {
        border-width: 0 !important;
        background-color: #f1f5fb !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

.RadMenu_Material .rmRootGroup {
    background-color: transparent !important;
    padding: 0 !important;
}

    .RadMenu_Material .rmRootGroup .rmRootLink {
        padding: 4px 10px !important;
        font-size: inherit !important;
        border-radius: 0 !important;
        color: #ffffff !important;
    }

    .RadMenu_Material .rmRootGroup .rmSelected > .rmRootLink,
    .RadMenu_Material .rmRootGroup .rmExpanded > .rmRootLink {
        background-color: transparent !important;
    }

    .RadMenu_Material .rmRootGroup .rmRootLink:hover {
        background-color: transparent !important;
    }


.RadWindow_Material .rwTitleWrapper .rwTitle {
    padding-left: 1px !important;
}

.RadWindow .rwIcon {
    visibility: hidden !important;
    display: none !important;
}

.rwTitleBar {
    background-color: #6390C6 !important;
}

.rwTitleWrapper {
    height: 50px !important;
}

* + html .riSingle input.riTextBox,
* + html .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"],
.RadInput .riTextBox .riSingle,
.RadInputMgr {
    height: 27px !important;
    line-height: 1.4em !important;
}

.RadGrid_Material .rgEditRow {
    background-color: inherit !important;
}

.RadGrid_Material .rgGroupHeader td {
    padding-left: 5px !important;
}

.navBarWrap .rnvLink .radIcon {
    display: none !important;
}

.RadTreeView .rtIn {
    font-weight: 500;
}

.RadTreeView .rtTop,
.RadTreeView .rtMid,
.RadTreeView .rtBot {
    padding-left: 0px !important;
}

.RadTreeView .rtIn.TreeCategory {
    padding-left: 5px !important;
    font-weight: normal !important;
}

.RadTreeView .rtIn.TreeCategory,
.RadTreeView .rtIn.TreeCategoryLink,
.RadTreeView .rtSelected.rtIn .TreeCategoryLink {
    width: 100%;
    border-bottom: 1px solid #70a195 !important;
}
    .RadTreeView .rtIn.TreeCategory:hover,
    .RadTreeView .rtIn.TreeCategoryLink:hover /*,
    .RadTreeView .rtSelected .rtIn.TreeCategoryLink:hover*/ {
        border-bottom: 1px solid #3E649B !important;
    }

.RadTreeView .rtImg {
    margin-top: 4px;
}

.RadTreeView .rtIn.TreeItemNoItems.TreeItem,
.RadTreeView .rtHover .TreeItemNoItems.TreeItem {
    font-weight: normal !important;
    color: #696969 !important;
    width: 100% !important;
    /*padding-left: -left: 5px !important;*/
}

.RadTreeView_Material .rtUL {
    width: 100%;
}

.RadTreeView .rtIn.TreeCategoryLink,
.RadTreeView .rtIn.TreeCategoryLink:hover {
    padding-left: 5px !important;
    border: none !important;
}

.RadTreeView .rtHover .TreeCategoryLink {
    color: rgb(37, 160, 218) !important;
}

.RadTreeView .rtIn.TreeItem,
.RadTreeView .rtIn.Critical {
    min-width: 170px;
    width: 94%;
    padding: 2px !important;
    margin-left: 4px !important;
    font-size: .9em !important;
    font-weight: normal;
    display: inline-block;
}

.ListDetailTree {
    float: left;
    border: 0px solid #aabfd6;
    height: auto;
    min-width: 180px;
    width: 15%;
    min-height: 475px;
}

.ListDetailPageDetails {
    box-sizing: border-box;
    vertical-align: top;
    padding: 0px 5px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.RadTreeView .rtUL .rtUL {
    width: 100%;
}

.rtLI {
    padding-left: 0 !important;
}

.RadTreeView .rtLines .rtLI:before {
    border-width: 0 !important;
}

.NoTodayItems {
    /*border: 1px #E5E5E5 solid;*/
    color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    width: 45vw;
    text-align: center;
    margin-left: 15px;
}

.DefaultPassword {
    margin-left: 13px !important;
}

.ChartPanel .RadTabStrip .rtsLevel1 {
    border: none;
}

.ChartPanel .RadTabStrip .tab .rtsLink {
    border: none;
    padding: 5px 15px 5px 0px;
}

.ChartPanel .RadTabStrip .tab.selectedTab {
    color: #000000;
}

.ChartPanel .RadTabStrip .tab.hoveredTab {
    color: #25a0da;
}

.ChartPanel .RadTabStrip .tab.hoveredTab.selectedTab {
    color: #000000;
}

button + .GridBarActions, input + .GridBarActions {
    line-height: 20px; /* overwrite */
    margin-top: 4px;
}

.removeTopPadding .rcbInner.rcbReadOnly {
    padding-top: 0;
}

.feeRequestsFooter {
    font-weight: 500 !important;
    color: #767676;
    font-size: .929em !important;
}

.rcbInput::-ms-clear {
    /* Hide the remove button in drop down list inserted by IE */
    display: none;
}

/*.text-center {
    text-align: center;
}*/

.text-right {
    text-align: right;
}

.font-bold {
    font-weight: bold;
}

.center {
    display: flex;
    justify-content: center;
}

.padLeft2 {
    padding-left: 2px;
}

.padRight2 {
    padding-right: 2px;
}

.padBottom10 {
    padding-bottom: 10px;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    left: 80%;
}