html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 0px #000;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 12px;
    overflow: auto;
}
/* reset everything to the default box model */

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.row {margin-left:0; margin-right:0}

.elysiumBlue {
    color: #006699;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.form-control .k-widget {
    padding: 0;
    width: 100%;
    height: auto;
}

    .form-control.k-widget:not(.k-autocomplete) {
        border-width: 0;
    }

.form-inline {
    display: flex;
}

.noPaddingRight {
    padding-right: 0px;
}

.labelNoPadding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}

.noMarginTop {
    margin-top: 0px !important;
}


.PaddingAccordion {
    padding: 0px 10px;
}

button:disabled {
    background-color: rgba(187,189,192,0.7) !important;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

strong label {font-weight:bold}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    width: 100%;
}
/* //Resuelve el issue para cuando hay mensajes de error en el ultimo registro de la grilla/*/
.k-grid-content {
    min-height: 150px;
}


/* login page */
.greyAutoHeight {
    background-color: rgba(187,189,192,0.7);
    height: auto;
    padding-bottom: 30px;
}

#langEsp,
#langEspExt {
    float: right;
    margin-top: 1%;
    margin-right: .25%;
    background-image: url(../Images/SP.png);
    width: 36px;
    height: 42px;
}

    #langEsp:hover,
    #langEspExt:hover {
        background-image: url(../Images/SP_.png);
    }

#langEng,
#langEngExt {
    float: right;
    margin-top: 1%;
    margin-right: 0.5%;
    width: 36px;
    height: 42px;
    background-image: url(../Images/EN.png);
}

    #langEng:hover,
    #langEngExt:hover {
        background-image: url(../Images/EN_.png);
    }

#loginPageNewsAndLogin {
    height: auto;
    background: rgba(187,189,192,.7);
    overflow: hidden;
}

.loginPage {
    min-width: 440px;
    min-height: 630px;
    height: 100%;
    font-size: 15px;
}

.bodyPage {
    background-color: #BEDBE2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.divLoginPageInitialMessage {
    color: #333366;
    font-weight: 600;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 3%;
}

.loginPage a:hover {
    background: none;
}

#loginPageIntBody {
    background-image: url(../Images/background_login_page.png);
}

#loginPageExtBody {
    background-image: url(../Images/background_login_recruitment.png);
}

.loginPageContentMain {
    position: absolute;
    min-height: 320px;
    width: 580px;
}

.loginPageContent {
    min-width: 320px;
}

.loginPageContentExt {
    position: absolute;
    min-width: 350px;
    min-height: 325px;
    position: absolute;
}

.loginFormFields {
    width: 230px;
    height: 100%;
    margin-right: 30%;
    margin-left: 30%;
}

#loginFormFields > div {
    flex: 0 1 auto;
    height: auto;
}

.loginForm {
    top: 60px;
    left: 30px;
    right: 30px;
    align-content: center;
    position: absolute;
    display: block;
}

    .loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    .loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    .loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

#divButtonLogin {
    margin-top: 40px;
}

.buttonLogin {
    margin-top: 10px;
    float: left;
    background-color: #4BA6DD;
    border: 0px;
    color: #fff;
    height: 40px;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.registerCheckYourEmailContent #goToHomePage {
    margin-top: 63px;
}

#goToHomePage a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #4BA6DD;
}

.buttonRegister {
    min-width: 290px;
    margin-top: 10px;
    float: left;
    background-color: #333366;
    border: 0px;
    color: #fff;
    height: 40px;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    text-decoration: none;
    line-height: 40px;
    cursor: pointer;
}

#newUser {
    text-align: center;
    margin-bottom: 30px;
}

    #newUser a:hover {
        background-color: #333366;
        color: #fff;
    }

.loginField {
    margin: 0px;
    padding: 0px;
    height: 40px;
    text-align: center;
    width: 100%;
}

.errorMsg {
    width: 100%;
    margin-top: 10px;
}

    .errorMsg label {
        display: inline-table;
        width: 100%;
    }

#forgotPswAndRememberLogin {
    display: table;
    margin-top: 25px;
    min-width: 230px;
    width: 100%;
    height: 40px;
    font-size: 1em;
}

#divRememberMe {
    margin-top: 5px;
    float: left;
    white-space: nowrap;
    display: table-row;
}

.forgotPsw {
    display: table-row;
}

    .forgotPsw a {
        margin-top: 5px;
        display: inline-block;
        float: left;
    }

.blueLink a {
    color: #006699;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

    .blueLink a:hover {
        text-decoration: underline;
    }

#socialLoginForm {
    margin-left: 30px;
    margin-right: 30px;
    float: left;
    width: 40%;
    height: 40px;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

.loginTitle {
    font-size: 25px;
    color: #333366;
    font-weight: 500;
}

/* individual: webkit */
#loginPage input::-webkit-input-placeholder {
    font-size: 16px;
}

/* registration */
.registrationPageContent {
    position: absolute;
    min-height: 400px;
    min-width: 350px;
}

.registrationField {
    margin-top: 10px;
}

#termsOfServiceAndPrivacyPolicies {
    font-size: 11px;
    margin-top: 10px;
    height: 40px;
}

.registerCheckYourEmailContent {
    width: 380px;
    text-align: center;
}

    .registerCheckYourEmailContent .loginForm {
        text-align: justify;
    }

.registerConfirmationContent {
    width: 290px;
    text-align: center;
}

.loginExternalContentTitle {
    color: #333366;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}
/** footer */
#loginPageFooter {
    height: 90px;
    width: 100%;
    background-color: #4BA6DD;
    vertical-align: bottom;
    text-align: center;
    float: left;
    position: fixed;
    bottom: 0;
}

    #loginPageFooter .footerCorp {
        color: #fff;
        margin-top: 20px;
    }

    #loginPageFooter ul {
        vertical-align: middle;
        margin-top: 30px;
        margin-left: 30%;
        margin-right: 30%;
        padding-left: 0px;
    }

        #loginPageFooter ul li {
            display: inline-block;
            color: #fff;
            font-size: 12px;
        }

    #loginPageFooter a {
        color: #fff;
        text-decoration: none;
    }

        #loginPageFooter a:hover {
            background: none;
            text-decoration: underline;
        }
/**News */
#loginPageNews {
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    background-color: rgba(230,231,232,0.7);
    padding-bottom: 30px;
    min-height: 300px;
}

.loginNews {
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
}

    .loginNews p {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .loginNews span {
        font-weight: 700;
    }


/* forms */
label.checkbox {
    display: inline;
}

/* input,textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
    }
       */
textarea {
    font-size: 12px !important;
    font-family: inherit;
    resize: none;
    width: 96%;
    padding: 5px .6em;
    background-color: #e4e4e4 !important;
    color: #444 !important;
}

/*  input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }
      */
input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

/* info and errors */
.errorList {
    list-style-type: none;
    color: #e80c4d;
}

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    /* font-size: .85em;*/
    font-weight: normal;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: .85em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

.warning {
    color: #FDEFBA;
}

.warning-background {
    background-color: #FDEFBA !important;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*
    Forgot Password Styles
*/
.forgotPageContent {
    min-height: 290px;
    width: 580px;
}

.newPasswordPageContent {
    min-height: 290px;
    width: 580px;
}

    .newPasswordPageContent .fgMailDiv {
        float: left;
        width: 100%;
    }

        .newPasswordPageContent .fgMailDiv .fgMail {
            float: left;
            width: 360px;
        }

            .newPasswordPageContent .fgMailDiv .fgMail input {
                width: 100%;
            }

        .newPasswordPageContent .fgMailDiv .btMailMe {
            float: left;
            width: 140px;
            margin-left: 20px;
            height: 40px;
            white-space: nowrap;
        }

        .newPasswordPageContent .fgMailDiv .buttonEmailMe {
            width: 100%;
            float: left;
            background-color: #4BA6DD;
            border: 0px;
            color: #fff;
            font-size: 1.25em;
            font-weight: 500;
            height: 40px;
            cursor: pointer;
        }

.fgLegend {
    margin-bottom: 30px;
}

/** checkYourEmailForm */
.checkYourEmailForm div {
    margin-top: 10px;
}
/** Pop Up Form */
.popUpContent {
    width: 100%;
}

/* Main Layout */
.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .flex-container > * {
        padding: 0px;
        -webkit-flex: 1 100%;
        flex: 1 100%;
    }

@media all and (min-width: 768px) {
    .nav {
        text-align: left;
        -webkit-flex: 1 auto;
        flex: 1 auto;
        -webkit-order: 1;
        order: 1;
        max-width: 250px;
    }

    .pane-content {
        -webkit-flex: 8 0px;
        flex: 8 0px;
        -webkit-order: 2;
        order: 2;
    }

    footer {
        -webkit-order: 3;
        order: 3;
    }
}

.pane-content {
    padding: 15px 15px 60px 15px;
}


/* footer ----------------------------------------------------------*/
footer {
    text-align: center;
    height: auto;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
}

#insidePageFooter {
    height: 40px;
    width: 100%;
    background-color: #CCCCCC;
    position: fixed;
    margin-bottom: 0px;
    z-index: 2;
}

    #insidePageFooter .siteseal {
        margin-top: 5px;
    }

#loginPageFooter .siteseal {
    margin-top: 20px;
}

.siteseal {
    float: right;
    display: inline-block;
}

#insidePageFooter ul {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 0px;
    padding-top: 8px;
}

    #insidePageFooter ul li {
        display: inline;
        color: #000000;
        font-size: 12px;
    }

#insidePageFooter li:before {
    content: "  |  ";
}

#insidePageFooter li:first-child:before {
    content: none;
}

#insidePageFooter a {
    color: #000000;
    list-style-type: none;
    text-decoration: none;
}

.footerCorp {
    float: left;
    margin-left: 30px;
    display: inline;
    font-size: 12px;
    margin-top: 10px;
}

/* Main Menu */
#Elysium {
    font-weight: 700;
}

    #Elysium span {
        color: #fff;
        opacity: 100;
    }

#appMenu .k-first {
    background-color: transparent;
}

#appMenu .k-animation-container .k-item .k-link,
#divProfileMenu .k-animation-container .k-item .k-link {
    font-size: 14px;
}

#divProfileMenu .k-animation-container {
    min-width: 100%;
}

#Elysium .k-link:hover {
    background-color: transparent;
}

#divMainMenu {
    /* width:85%; */
    height: auto;
    background-color: #006699;
    font-size: 16px;
}

.elysiym-light-blue {
    background-color: #006699;
}

#divMainMenu .k-menu .k-group {
    background-color: #006699;
}

#divMainMenu .k-state-border-down {
    background-color: #006699;
}

#divProfileMenu .k-menu .k-group {
    background-color: #006699;
}

#divProfileMenu .k-state-border-down {
    background-color: #006699;
}

#divProfileMenu ul {
    float: right;
    margin-right: 5px;
}

#divActionMenu {
    width: 100%;
    max-height: 30px;
    font-size: 14px;
    display: table;
}

#headerMenue {
    background-color: #3399cc;
}

#appMenu .k-state-hover,
#divProfileMenu .k-state-hover {
    background-color: #3399cc;
}

#divActionMenu .k-link,
#divMainMenu .k-link,
#divProfileMenu .k-link {
    color: #fff;
}

#divProfileMenu {
    /* float:right;
    width:15%;*/
    font-size: 16px;
}

.k-menu {
    border-radius: 0px 0px 0px 0px;
}
/*Seed */
#seed {
    width: 100%;
    height: 66px;
    background-color: #3399cc;
    margin-top: 0px;
    display: table;
    float: left;
    color: #fff;
    position: relative;
}

    #seed ul {
        list-style-type: none;
        display: table-cell;
        float: left;
        margin-top: 7px;
    }

        #seed ul li {
            margin-left: -28px;
        }

            #seed ul li span {
                font-size: 30px;
                font-weight: 500;
            }

/** LargeIconMenu  */
#middleMenue {
    width: 100%;
    height: 66px;
    background-color: #3399cc;
    margin-top: 0px;
    display: table;
    float: right;
    color: #fff;
    position: relative;
}

.largeIconMenuItem {
    text-align: center;
}

.largeIconMenuItemImg {
    margin-bottom: 2px;
}

#middleMenue ul {
    list-style-type: none;
    display: inline-flex;
    flex-direction: row-reverse;
    margin-top: 10px;
    background-color: transparent;
    float: right;
}

    #middleMenue ul li {
        margin-right: 10px;
    }

        #middleMenue ul li a {
            color: #ffffff;
            text-align: center;
        }

#middleMenue .k-menu .k-image {
    margin: 0px;
    height: 40px;
    width: auto;
    filter: alpha(opacity=50);
}

#middleMenue .k-state-default {
    opacity: .6;
}

#middleMenue .k-state-hover:hover {
    background-color: #3399cc;
    opacity: 1;
}

#middleMenue .k-state-highlight {
    background-color: #3399cc;
    opacity: 1;
    transform: scale(1.0);
}

#middleMenue ul li a:hover img {
    transform: scale(0.90);
    filter: alpha(opacity=50);
    opacity: 1;
    background-color: transparent;
}

#currentCompany {
    display: table-cell;
    text-align: right;
    margin-right: 2%;
    margin-top: 18px;
    float: right;
    font-size: 18px;
}

#appMenu .k-state-hover {
    background-color: #3399cc;
    color: #fff;
}

.formChanged ul li span {
    text-shadow: 4px 4px 2px rgba(0, 102, 154, 1);
    color: #f5f5f5;
}

/* Action Menue Kendo */
.actionMenu {
    display: block;
    background-color: #3399cc;
}

#actionsMenu {
    font-size: .9em;
    background-color: #3399cc;
}

    #actionsMenu .k-state-hover {
        background-color: #006699;
    }

    #actionsMenu .k-menu .k-item {
        border-color: #3399cc;
        background-color: #3399cc;
    }

    #actionsMenu .k-group {
        background-color: #3399cc;
    }
/*Tree menu*/
#TreeMenu {
    font-size: 12px;
    height: 100%;
    min-height: 300px;
    max-width: 200px;
}

    #TreeMenu .k-state-selected {
        color: #006699;
    }
/* commonGrid */
.commonGrid {
    height: 100%;
    min-height: 600px;
}

#PeopleEmployeeForm .row {
    padding-bottom: 15px;
}

.searchFields .k-combobox,
.searchFields .k-datepicker,
.searchFields .k-textbox,
.searchFields .k-dropdown {
    margin-right: 10px;
}
/** Hyperfind */
.inLineCheckBox {
    list-style-type: none;
    display: inline-flex;
    -webkit-padding-start: 0px;
}

.inLineCheckBox li {
    padding-right: 15px;
    margin-top: .5em;
}

#currentHyperfindInfo {
    background: #d3e5ed;
    height: 25px;
    padding-top: 10px;
    padding-left: 10px;
}

#gridHyperfind .k-grid-header{
    display:contents;
}
/** add record from external form */
.line-add-form {
    display: inline-flex;
    justify-content: space-around;
    align-items: baseline;
    align-content: space-between;
}

    .line-add-form ul {
        display: inline-flex;
    }

        .line-add-form ul li {
            padding-right: 20px;
            list-style-type: none;
        }

#timeAndAttendanceForm .k-dropdown {
    margin-top: -1px;
}

.availability th {
        background-color: #e6e6e6;
        height: 28px;
        text-align:center;
        border: solid 1px #ccc;
    }
.availability td {
        text-align: center;
        padding: 8px 3px;
        white-space: nowrap;
    }
.availability td.f {
            padding-left: 0
        }
.availability td.l {
            padding-right: 0
        }
.availability .k-button {
    height: 34px;
    margin: 0;
}

.availability .k-button.available {
        background-color: #C8E6E9;
    }
.availability .k-button.unavailable {
    background-color: #E77474;
}

.fieldlist {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    text-wrap: none;
    list-style: none;
}

    .fieldlist li > div {
        margin-bottom: 10px;
    }

#newRequestFieldSection .k-multiselect {border:0; background-color:#FFFFFF}

.newLaborLevel {
}

.k-datepicker {
    font-size: 12px;
}

#gridPayPeriods .k-grid-header th.k-header, .k-filter-row th {
    border-width: 0 0 0px 0px;
}

#payHistoryForm .k-grouping-row k-state-selected {
    border-width: 0 0 0px 0px;
    background-color: #fafafa;
}

#gridPayPeriods .k-group-cell {
    border-width: 0 0 0px 0px;
}

.viewPayHistoryButton {
    text-decoration: none;
}

    .viewPayHistoryButton:hover {
        cursor: pointer;
    }

.k-content {
    padding: 15px;
}

/*Window pop up */
.popUpWindowButtons {
    width: 100%;
    bottom: 0;
    display: inline-block;
}

    .popUpWindowButtons ul {
        list-style-type: none;
        float: right;
        vertical-align: middle;
    }

        .popUpWindowButtons ul li {
            float: left;
            padding-left: 10px;
            margin-top: 10px;
        }
/* For erro list */
.erroListPopUp {
    list-style-type: none;
    float: right;
    vertical-align: middle;
    -webkit-padding-start: 0px;
}

#windowGridServerError ul {
    list-style-type: none;
    float: right;
    vertical-align: middle;
    -webkit-padding-start: 0px;
}
/**Pop up form */
.windowPopUpContent {
    min-height: 60px;
}

.k-popup-edit-form .editor-label {
    margin-top: 10px;
}

.k-popup-edit-form .editor-field {
    margin-top: 10px;
}
/* Progress indicator mask */
#container {
    position: relative; /* required */
    margin: 1em 4em;
    padding: .5em;
    z-index: 2; /* random value, not required */
}

div.k-loading-mask {
    z-index: 3; /* must be larger than the z-index:2 of #container */
}

.searchFields {
    margin-bottom: 10px;
}

.k-progressbar .k-reset {
    background-color: #dddddd;
}

.k-progressbar {
    margin-top: 15px;
    margin-bottom: 15px;
}

.k-pdf {
    height: 20px !important;
    width: 20px !important;
    margin-top: -4px !important;
}

.detailBoxedPanel {
    border-style: solid;
    border-width: thin;
    border-color: #fafafa;
    background-color: #fafafa;
}

    .detailBoxedPanel div {
        background-color: #fafafa;
    }


.formulas.detailBoxedPanel div {
    line-height: 30px
}

    

#gridPayClasses div[data-role="responsivepanel"],
#GridTotalizers div[data-role="responsivepanel"],
#gridWorkRules div[data-role="responsivepanel"],
#GridPayCategories div[data-role="responsivepanel"],
#GridCombined div[data-role="responsivepanel"],
#gridBreakRules div[data-role="responsivepanel"] {
    width: 100%;
}

/*.generalpadding input,
.generalpadding .k-dropdown,
.generalpadding .k-numerictextbox,
.generalpadding .k-datepicker,
.generalpadding .k-multiselect*/
.generalpadding div .col-md-4,
.generalpadding div .col-md-8 {
    margin-bottom: 10px;
}

.calendarpayrollpaydate {
    background-color: #8EBC00 !important;
    border-radius: 50% !important;
}

.calendarpayrollpaydatelegend {
    background-color: #8EBC00 !important;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 5px;
}

.calendarpayrollreminderdate {
    border-radius: 50% !important;
    background-color: #FFBD46 !important;
}

.calendarpayrollreminderdatelegend {
    border-radius: 50% !important;
    background-color: #FFBD46 !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 5px;
}

.calendarpayrollholiday {
    /*background-color:yellow !important;
    border-radius: 50% !important;*/
    color: #FF0000 !important;
}

.calendarpayrollholidaylegend {
    /*background-color:yellow !important;*/
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 5px;
    color: #FF0000 !important;
    padding-left: 5px;
}

.calendarpayrollreminderdatelegend + div label {
    margin: 5px !important;
}

.calendarpayrollpaydatelegend + div label {
    margin: 5px !important;
}

.calendarpayrollholidaylegend + div label {
    margin: 5px !important;
}

.calendarpayrollpaydate.calendarpayrollreminderdate {
    border-style: solid;
    border-width: 4px;
    border-color: #8EBC00 !important;
}

#PayClassCalendar {
    width: 100%;
}

    #PayClassCalendar .k-today,
    #PayClassCalendar .k-state-focused,
    #PayClassCalendar .k-state-hover,
    #PayClassCalendar .k-link {
        border-radius: 50% !important;
    }

#gridBankFtpFile,
#gridBankConfirmationFile,
#gridSentForm,
#gridReceivedForm 
{
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    font-weight: 900;
}

#gridBankFtpFile tr td,
#gridBankConfirmationFile tr td,
#gridSentForm tr td,
#gridReceivedForm tr td 
{
    border-style: none !important;
    border-width: thin;
    border-color: lightgray;
}

#gridBankFtpFile tr:hover,
#gridBankFtpFile tr.k-alt:hover,
#gridBankConfirmationFile tr:hover,
#gridBankConfirmationFile tr.k-alt:hover,
#gridSentForm tr:hover,
#gridSentForm tr.k-alt:hover,
#gridReceivedForm tr:hover,
#gridReceivedForm tr.k-alt:hover 
{
    background: transparent;
}

#gridBankFtpFile .k-detail-row tr td,
#gridBankConfirmationFile .k-detail-row tr td,
#gridSentForm .k-detail-row tr td,
#gridReceivedForm .k-detail-row tr td 
{
    border-style: none !important;
}

#gridBankFtpFile .k-detail-row .k-grid,
#gridBankConfirmationFile .k-detail-row .k-grid,
#gridSentForm .k-detail-row .k-grid,
#gridReceivedForm .k-detail-row .k-grid 
{
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    font-weight: 400;
    /*font-size:smaller;*/
}

#gridBankFtpFile .k-detail-cell,
#gridBankConfirmationFile .k-detail-cell,
#gridSentForm .k-detail-cell,
#gridReceivedForm .k-detail-cell
{
    border-bottom: solid !important;
    border-bottom-width: thin !important;
    border-color: lightgray !important;
}

#gridBankFtpFile 
{
    border-right: none;
    border-bottom: none;
}

#gridSentForm
{
    border-right: none;
    border-bottom: none;
}

#gridBankConfirmationFile 
{
    border-left: none;
    border-bottom: none;
}
#gridReceivedForm {
    border-left: none;
    border-bottom: none;
}
#gridBankFtpFile .k-pager-nav, 
#gridBankFtpFile .k-pager-numbers 
{
    display: none;
}

#gridSentForm .k-pager-nav,
#gridSentForm .k-pager-numbers {
    display: none;
}
#gridBankConfirmationFile .k-pager-nav, #gridBankConfirmationFile .k-pager-numbers 
{
    display: none;
}
#gridReceivedForm .k-pager-nav, #gridReceivedForm .k-pager-numbers {
    display: none;
}
.ftpandconfirmaitonvalidation {
    border-style: none;
    background-color: #FFCDD2;
    padding: 10px !important;
    height: 100%;
    display: inherit;
}

#educationEditor .editor-label {
    width: 15%;
}

#educationEditor .editor-field {
    width: 75%;
}

#GridEducation div[data-role="responsivepanel"] {
    width: 100%;
}

.payrollsummaryheader {
    background-color: #eee;
    font-weight: 800;
    margin-top: 10px;
    padding: 10px;
    height: 35px;
}

.payrollsummaryitem {
    padding: 5px !important;
}

    .payrollsummaryitem:hover {
        background-color: #f5f5f5;
    }

.payrollprogress > div {
    /*Azul*/
    background-color: #BBDEFB !important;
    border-color: #BBDEFB !important;
}

.payrollprogresswarning > div {
    /*Amarillo*/
    background-color: #FDEFBA !important;
    border-color: #FDEFBA !important;
}

.payrollprogresserror > div {
    /*Rojo*/
    background-color: #FFCDD2 !important;
    border-color: #FFCDD2 !important;
}

.payrollprogresscompleted > div {
    /*Verde*/
    background-color: #C8E6C9 !important;
    border-color: #C8E6C9 !important;
}

.payrollprogressvoided {
    /*Gris*/
    background-color: lightgray !important;
    border-color: lightgray !important;
}

.k-alt.payrolleditwarningrow,
.payrolleditwarningrow {
    /*Amarillo*/
    background-color: #FDEFBA;
    border-color: #FDEFBA;
}

.k-alt.payrollediterrorrow,
.payrollediterrorrow {
    /*Rojo*/
    background-color: #FFCDD2;
    border-color: #FFCDD2;
}

.k-detail-cell {
    padding-right: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

    .k-detail-cell .k-grid {
        border-style: solid !important;
        border-color: lightgrey !important;
        border-width: thin !important;
    }

.checkcell:hover {
    cursor: pointer;
    background-color: lightgray;
}

.directdepositcell:hover {
    cursor: pointer;
    background-color: lightgray;
}

.checkcellsorted {
    cursor: pointer;
    background-color: lightgray;
}

.directdepositcellsorted {
    cursor: pointer;
    background-color: lightgray;
}



#gridPayrollBatch .k-detail-row td {
    vertical-align: top;
}

#windowAlerts .windowPopUpContent {
    overflow: auto;
    max-height: 600px;
}

div.row-padding div {
    padding: 3px;
}

#gridPayrollBatchEdit .k-grid-content-locked tr > td {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom-width: 1px;
    padding-right:8px
}

#gridPayrollBatchEdit .k-grid-content-locked tr:last-child > td {
    border-bottom-width: 0px;
}

.reverseelipsis {
    text-align: left;
    direction: rtl;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    width: 250px;
}


/**Report Launcher*/
#reportScheduler {
    padding-left: 15px;
}

    #reportScheduler .k-radio-label {
        padding-top: 3px;
        padding-left: 35px;
    }

.gridfixedtable table {
    table-layout: fixed;
}

    .gridfixedtable table tr td {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.execelfileinvalidrow {
    background-color: #FFCDD2 !important;
}

.k-header.centrado {
    text-align: center !important;
}

.timeData {
    text-align: right !important;
    padding-right: 5px !important;
}

.actionDescription {
    color: #006699;
    font-size: 12px;
}

.downloadbutton {
    margin-top: 20px;
    background: url(../Images/Icons/reports_tray.png) no-repeat top left;
    display: block;
    text-indent: -9999px; /* hides the link text */
    border: none;
    width: 100%;
}

#companyForm div,
#EasyReportUserAccess div
{
    margin-top: 8px;
}

    #companyForm .companyInfoTab div label {
        margin-bottom: 0px;
        float: right;
        margin-right: 20px;
    }

#companyForm .companyInfoTab div label {
    float: none;
}

/**My Ess*/

#windowPunch .main {
    background-color: #0d6797;
    width: 50%;
    margin-bottom: 1em;
    color: #FFF
}

#windowPunch .secondary {
    background-color: #7fb1ca;
    color: #FFF;
    width: 50%;
    margin-bottom: 1em;
}

#windowPunch .actions button {
    width: 100%
}

#labelPunchRegisterInfo .dateInfoInLabel {
    color: #3399CC;
}

    #labelPunchRegisterInfo .dateInfoInLabel.big {
        font-size: 1.5em;
    }

#labelPunchRegisterAction .timeInfoInLabel {
    color: #3399CC;
}

#punchClock:active, #punchClock:focus {
    cursor: grab;
}

#menuTimesheet .timesheetparentmenu {
    background-color: #3f51b5;
    margin: 5px;
    color: white;
}

    #menuTimesheet .timesheetparentmenu .k-animation-container {
        width: 300px !important;
    }

    #menuTimesheet .timesheetparentmenu .k-link {
        padding-right: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
        height: 21px;
        color: white;
    }


#menuTimesheet .k-menu .k-group {
    background-color: #3f51b5;
}

#menuTimesheet .k-state-border-down {
    background-color: #3f51b5;
}

#menuTimesheet ul {
    float: right;
    margin-right: 15px;
}

#menuTimesheet .k-state-hover {
    background-color: #5c6dc4;
}

#menuTimesheet .k-animation-container ul.k-group {
    background-color: #3f51b5;
}


#divProfileMenu {
    /* float:right;
    width:15%;*/
    font-size: 16px;
}

/**Dashboard */
#DashboardListView {
    padding: 5px 5px;
    margin-bottom: -1px;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
}

    #DashboardListView > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    #DashboardListView .thumbnail {
        max-height: 180px;
        height: 100%;
        position: relative
    }

        #DashboardListView .thumbnail.item_H {
            background: url('../images/icons/dashb_item_H.png') no-repeat;
            background-size: contain;
        }

        #DashboardListView .thumbnail.item_I {
            background: url('../images/icons/dashb_item_I.png') no-repeat;
            background-size: contain;
        }

        #DashboardListView .thumbnail.item_G {
            background: url('../images/icons/dashb_item_G.png') no-repeat;
            background-size: contain;
        }

        #DashboardListView .thumbnail .inner {
            position: absolute;
            bottom: 8px;
            width: 90%;
            left: 8px;
        }

    #DashboardListView h3 {
        margin: 0 auto;
        font-size: 1em;
        font-weight: normal;
        text-transform: uppercase;
        word-wrap: break-word;
        width: 90%
    }

    #DashboardListView .k-listview:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.dashboardBox {
    min-height: 380px;
    max-height: 740px;
    height: 100%;
    border: dotted .2em rgba(0, 102, 154, .1);
    border-radius: .05em;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dashboardBox panel {
        border: none;
        padding: 5px;        
    }

.dashboardAdd {
    font-size: 7em;
    border: dotted .015em rgba(0, 102, 154, .1);
    border-radius: .05em;
    height: 265px;
}

    .dashboardAdd i {
        margin-top: 40%;
        height: 100%;
        width: 100%;
        opacity: 0.1;
        vertical-align: middle;
    }

    .dashboardAdd:hover i {
        opacity: 1;
        color: #006699;
        border-color: #006699;
    }

.deleteDashboardButton {
    margin-top: 0;
    margin-right: 10px;
    font-size: 1.5em;
    opacity: 0.2;
}

    .deleteDashboardButton:hover {
        opacity: 1;
        color: #006699;
    }

.gridactiverow {
    background-color: rgba(51, 153, 204, 0.3) !important;
}

    .gridactiverow:hover {
        background-color: rgba(51, 153, 204, 0.3) !important;
    }

/*punch colors*/
/*
    Manual: 3399CC
Not Calculated: B20E0A
    Timestamp Web: EA7514
    Automatic: 7F17FF
    Timestamp Mobile: 5AB20A
    ESS: EA4CB6
*/
.nocalculatedpunch {color: #B20E0A !important;}
.manualpunch {color: #3399CC !important;}
.automaticpunch, .roundedpunch {
    color: #AA3893 !important;
}
.missed_punch {color: red; text-decoration: none}
.esspunch {color: #EA4CB6}
.timestampwebpunch {color: #EA7514}
.timestampmobilepunch {color: #5AB20A}


.punsourceslegend {padding-left:4px}

    .punsourceslegend span.nocalculatedpunch {
        background-color: #B20E0A
    }
.punsourceslegend span.manualpunch {background-color: #3399CC}
    .punsourceslegend span.automaticpunch,
    .punsourceslegend span.roundedpunch {
        background-color: #AA3893
    }
.punsourceslegend span.missed_punch {
    background-color: red;
}
    .punsourceslegend span.esspunch {
        background-color: #EA4CB6
    }
    .punsourceslegend span.timestampwebpunch {
        background-color: #EA7514
    }
    .punsourceslegend span.timestampmobilepunch {
        background-color: #5AB20A
    }

.punsourceslegend span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3px;
}


.timesheeempinf {
    display: inline;
}

    .timesheeempinf button {
        color: white;
    }

    .timesheeempinf .k-button:hover {
        color: white !important;
    }

.formlabelright .content {
    padding: 8px;
}

    .formlabelright .content div:nth-of-type(1) {
        text-align: right;
    }

    .formlabelright .content div:nth-of-type(2) {
        text-align: left;
    }

.k-tooltip {
    background-color: rgba(63, 81, 181, 0.9) !important;
    color: white !important;
}

#PeopleEmployeeForm .k-tooltip.k-invalid-msg,
#ApplicantPersonalInfo .k-tooltip.k-invalid-msg {
    text-align: left
}

.k-callout {
    border-bottom-color: rgba(63, 81, 181, 0.9) !important;
}

.repgeneratinfnot, .savedsuccnot
{
    width: 200px;
    height: 50px;
    /*padding-bottom:10px*/
}

    .repgeneratinfnot p, .savedsuccnot p
    {
        /*font-size: 1em;*/
        /*padding: 10px 10px 5px;*/
    }

    .repgeneratinfnot h3, .savedsuccnot h3
    {
        font-size: 1em;
        /*padding: 12px 10px 5px;*/
    }

    .repgeneratinfnot span, .savedsuccnot span
    {
        float: left;
        margin: 0px 10px 0px 10px;
        color: white;
    }

.notification, .notification div
{
    display:inline-block;
}
.notification span
{
    margin:15px
}

.notification h4
{
    padding: 8px
}

.notification .notificationicon
{
    width:50px
}

.notification .notificationmessage
{
    margin-left: 60px;
    width:100%
}

    .signedoffdate
    {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }

    .signedoffdate:hover {
        background-color: #ebebeb !important;
    }

.errortab {
    background-color: #d21a1a !important;
}

.grid-fixed-header {
    position: fixed;
    width: auto;
    z-index: 1;
}


/*Payrollmanager Scheduler Checkbox status*/
.k-checkbox + .k-checkbox-label[for="chbStatus_1"]:before {
    background-color: #BBDEFB;
    border-color: #BBDEFB;
    color: white;
}

.k-checkbox + .k-checkbox-label[for="chbStatus_2"]:before {
    background-color: #FFCDD2;
    border-color: #FFCDD2;
    color: white;
}

.k-checkbox + .k-checkbox-label[for="chbStatus_3"]:before {
    background-color: #C8E6C9;
    border-color: #C8E6C9;
    color: white;
}

.k-checkbox + .k-checkbox-label[for="chbStatus_4"]:before {
    background-color: #EDEDED;
    border-color: #EDEDED;
    color: white;
}

.k-checkbox + .k-checkbox-label[for="chbStatus_5"]:before {
    background-color: #FDEFBA;
    border-color: #FDEFBA;
    color: white;
}

.elysiumDropDownIcon {
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #3399CC;
}

#gridTimecardDate .fa-calendar,
#gridTimecardDate .fa-comment-o,
#gridTimecardDate .fa-exchange,
#gridTimecardDate .fa-info-circle,
#gridTimecardDate .fa-info,
#gridTimecardDate .fa-map-marker {
    padding: 5px;
}

/** Filtered / odered grid */

.k-grid-header .k-filterable .k-state-active {
    color: #006699;
}

.k-grid-header .k-header .k-link span {
    color: #006699;
}

#windowChangeEmployeeSelection .k-grid-header {
    padding: 0 !important;
}

#windowChangeEmployeeSelection .k-grid-content {
    overflow-y: visible;
}

.profilechangecurrentvalue {
    font-size: x-small;
}

.profchangeapprovalfield + label {
    float: right !important;
}

.profchangepreview div {
    margin-top: 3px;
}

.profchangepreview .propname {
    text-align: right;
}

.profchangepreview .propchangevalue {
    text-align: left;
}

.profchangepreview .propstatus {
}

.profchangepreview .inforow:hover {
    background-color: rgba(138, 152, 228, 0.9) !important;
}

.settings h3 {
    color: #4ca7dd
}

.settings li {
    margin-top: 1em
}

#SalaryDifferentials [data-field="Amount"] {
    text-align: right
}

#SalaryDifferentials [data-field="From"],
#SalaryDifferentials [data-field="To"] {
    text-align: center
}

#SalaryDifferentials .tabstrip .k-grid-content {min-height:inherit}


.pop-salary-diff > .row,
.pop-elearning > .row,
#folderForm > .row {
    padding: 0.8em 0
}

    .pop-salary-diff > .row > div:first-child {
        text-align: right;
        padding-top: .4em;
        padding-bottom: 1em
    }

.pop-salary-diff .diff-type .k-dropdown,
.pop-elearning .diff-type .k-dropdown {
    width: 100%
}

#popUpShiftGuarantees .k-timepicker .k-invalid-msg {
    white-space: normal;
}

#sde_hire_from_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
    margin-left: -0.5em !important;
}


#cmp_name_validationMessage_tt_active {
    margin-top: 47px;
    margin-left: 61px;
    width: 100%;
}


#att_combined_pay_codes_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}


#validationMessageGuaranteeShiftType {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#validationMessageGuaranteeShiftName {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#acrpr_reset_date_ref_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#acrpr_reset_type_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#acrpr_period_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#acrpr_carry_over_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#acrpr_max_bal_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#acrpr_order_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#amt_amount_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#amt_operat_by_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#amt_operator_validationMessage {
    margin: 0em !important;
    margin-top: 0.5em !important;
}

#cmp_patronalnumber_validationMessage {
    border-left: 0px !important;
    padding-left: 0px !important;
}

#cmp_identification_number_validationMessage {
    border-left: 0px !important;
    padding-left: 0px !important;
}

#cmp_phone_validationMessage {
    border-left: 0px !important;
    padding-left: 0px !important;
}

#cmp_physicalzipcode_validationMessage {
    border-left: 0px !important;
    padding-left: 0px !important;
}

#cmp_postalzipcode_validationMessage {
    border-left: 0px !important;
    padding-left: 0px !important;
}

#cmp_name_validationMessage {
    border-left: 0px !important;
    padding-left: 0px !important;
}

#acp_hours_warning_validationMessage {
    margin-left: 0em !important;
}

#acp_hours_stop_validationMessage {
    margin-left: 0em !important;
}

#cmp_postaladdress_validationMessage {
    display: block;
    width: 63%;
}

#cmp_postalcountryid_validationMessage {
    display: block;
    width: 53%
}

#cmp_physicalcountryid_validationMessage {
    display: block;
    width: 53%
}


#cmp_physicaladdress_validationMessage {
    display: block;
    width: 65%
}

#dvDashboardLayouts .k-dropdown {
    width: 100%
}


label.required {
    font-weight: bold
}

#ApplicantPersonalInfo .form-group {
    overflow: auto;
    margin-bottom: 10px;
    padding-top: 2px;
}

#ApplicantPersonalInfo .k-picker-wrap .k-invalid-msg {
    display: block;
    white-space: normal
}

#TimeAttPayrollInfo .k-invalid-msg {
    text-align: left
}

.requiredcustomfield label {
    font-weight: bold
}

    .requiredcustomfield label:after {
        content: "*";
    }

.daily_totals_approval .approved {
    color: green
}

.daily_totals_approval .rejected {
    color: red
}

.daily_totals_approval .head p.name {
    font-weight: bold;
    font-size: 2rem
}

.daily_totals_approval .head p.dt {
    font-weight: bold
}

.daily_totals_approval .footer {
    padding: 16px 0
}


#divMenues .k-tooltip-content {
    text-align: left
}

.employee-files .k-sprite, #elearningTreeView .k-sprite {
    background-image: url("/Content/kendo/Material/coloricons-sprite.png");
}

.rootfolder {
    background-position: 0 0;
}

.folder {
    background-position: 0 -16px;
}

.pdf {
    background-position: 0 -32px;
}

.html {
    background-position: 0 -48px;
}

.image {
    background-position: 0 -64px;
}

.employee-files .k-state-selected, .elearning-setup .k-state-selected {
    font-weight: bold;
    background-color: #dddddd
}

#gridImportEmployee .k-grid, #gridImportEmployee .k-grid .k-auto-scrollable {
    height: auto !important;
    overflow-y: visible !important;
}

.bubble_icon {
    background-color: red;
    border-radius: 10px;
    color: white;
    padding: 1px 5px 1px 4px;
    font-size: 10px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: -8px;
    right: 0;
}

.bubble_icon2 {
    background-color: red;
    border-radius: 10px;
    color: white;
    padding: 1px 5px 1px 4px;
    font-size: 12px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 3px;
    right: 18px;
}

.companySettings div label {
    float: left
}

.companySettings h3 {
    text-transform: capitalize
}

.k-grid-norecords-template
{
    width: 99%
}

.emergency-check + label {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#punchWindowDiv, .transfer-form {
    padding-top: 16px
}

#EasyReportAvailableFields {
    overflow: auto;
    background-color: unset;
}

    #EasyReportAvailableFields .k-tooltip-validation {
        margin-left: 10px;
    }

    #EasyReportAvailableFields .k-checkbox-label {
        margin: 10px;
    }

    #EasyReportAvailableFields .reportinfocontent label {
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #EasyReportAvailableFields .k-textbox,
    #EasyReportAvailableFields textarea {
        margin-left: 10px;
        border-style: none;
        display: flex;
    }

    #EasyReportAvailableFields .k-header {
        background-color: #e6e6e6;
        border-color: #ccc;
    }

    #EasyReportAvailableFields .k-listview {
        background-color: #fafafa;
    }

    #EasyReportAvailableFields .k-i-arrow-n,
    #EasyReportAvailableFields .k-i-arrow-s {
        margin-top: 8px;
    }

#selectedFieldsList {
    display: inline-block;
    width: 100%;
    background-color: #fafafa;
    height: 100%;
    min-height: 50px;
    z-index: 1000;
}

.selectedFieldsAndPreview {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

.selectedfield {
    height: 40px;
    margin: 6px 3px 6px 3px;
    padding: 10px 5px 10px 10px;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    box-sizing: border-box;
    white-space: nowrap;
}

#selectedFieldsList .selectedfield {
    display: inline-block;
}

.selectedfield:hover,
.selectedfield label:hover {
    cursor: move;
    background-color: #39c;
    color: white;
}

.selectedfield .k-cancel,
.selectedfield .fa-bars {
    float: right;
    margin-left: 10px;
}

    .selectedfield .k-cancel:hover,
    .selectedfield .fa-bars:hover {
        cursor: pointer;
    }

.hint {
    width: 150px
}

.hint
{
    width: 150px;
}
 
.selectedFieldsAndPreview #gridPreview
{
    border-style: none;
    border-color: #e6e6e6;
    border-width: thin;
}

#CustomFieldInfo .row,
.customFieldEditor .row {
    margin: 0.5em 0;
}

.selectedFieldsAndPreview #gridPreview table {
    border-style: solid;
    border-color: #e6e6e6;
    border-width: thin;
}

html, body {
    height: 100%;
}


#btnAddNewOrder, #btnAddNewFilter {
    background-color: #e6e6e6;
    border-radius: 20px;
}

#gridPreview table {
    border-bottom-style: none !important;
}

/*#gridFilter tr td span.k-widget{
    margin-bottom:30px;
    margin-top:2px
}*/

.newReportAction img,
.generateAction img
{
    width:16px;
    height:16px
}

.payrollreportitem:hover
{
    background-color: rgba(101,114,185,.5);
}

#scheduler .k-event {
    min-height: 30px !important;
    width: 80%;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: #a6d3ee;
    border-bottom: 1px !important;
    border-color: #ffffff !important;
}

#scheduler .scheitem {
    min-height: 30px !important;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: #a6d3ee;
    border-bottom: 1px !important;
    border-color: #ffffff !important;
}

#mySchedule .k-event-inverse {
    min-height: 32px !important;
    width: 90%;
    text-align: center;
    white-space: nowrap;
    /*height: inherit !important;*/
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: #a6d3ee;
    border-bottom: 1px !important;
    border-color: #ffffff !important;
}
#mySchedule .k-scheduler-monthview .k-event-inverse {
    max-height: 31px !important;
}

mySchedule .k-event-inverse .k-other-month {
    max-height: 50px;
}

#mySchedule .k-icon.k-i-arrow-n {
    display: none
}

#scheduler .scheitem .brk{
    font-size:0.9em;
}

#scheduler .scheitem .dirty {
    color: red;
    position: absolute;
    right: 2px;
}



.paystatus-x {
    text-decoration: line-through;
}

.standardform .row
{
    padding-bottom: 0px
}

.standardformsublabel
{
    font-size: smaller;
    padding-left: 5px;
    font-style: italic;
}

.schedulebsublabel
{
    font-size: smaller;
    padding-left: 15px;
    font-style: italic;
}

.schedulebmonthnumber
{
    font-size:smaller;
    padding-bottom:0;
    margin-bottom:0;
    vertical-align:bottom;
}

.hdrchk {
    margin-left: 15em;
    position: absolute;
    left: 10%
}

.excep {text-align:left; display:block; }

#dragTooltip { padding:0.8em; background-color:#006699}


.elysiumCheckbox {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
}

.elysiumCheckbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.elysiumCheckbox label {
    position: relative;
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #7bbe72;
}

.elysiumCheckbox label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #7bbe72;
    border-left: 2px solid #7bbe72;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 12px;
    left: 10px;
}

.elysiumCheckbox input[type="checkbox"]:checked ~ label::before {
    color: #7bbe72;
}

.elysiumCheckbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.elysiumCheckbox label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}

.elysiumCheckbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.elysiumCheckbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}
#dragTooltip { padding:0.8em; background-color:#006699}

.w2correctedrow
{
    margin-bottom: 5px;
}

.w2correctedrow .org,
.w2correctedrow .diff
{
    background-color: white !important;
    border: none !important;
}

.w2correctedrow .org .k-numeric-wrap,
.w2correctedrow .diff .k-numeric-wrap
{
    border: none !important;
}

/** Ess Scheduler graph */

/*div#scheduler-graph .k-scheduler-table :nth-child(2) {
    display: none;
}
/*
#scheduler-graph  { 
    display: none; 
    height: 0;
    padding: 0;
    overflow: hidden;
}*/



#gridTpSickPayEmployees .k-tooltip
{
    max-width: 100px;
}
}

.k-editor .k-editable-area {
    border:1px;
}

#gridDatabaseDeliveryPackage .k-grid-edit-row:hover
{
    background-color:whitesmoke
}

#gridDatabaseDeliveryPackage .k-grid-edit-row td
{
    padding-top:10px;
    vertical-align: top;
    line-height:20px;
}

.generalrow
{
    margin-bottom: 5px;
}

.printicon:before
{
    content:url(../Images/Icons/print.png);
    margin-right:3px
}

.progress-container
{
    width: 100%;
}

.payrollprocessprogress
{
    counter-reset: step;
}

.payrollprocessprogress li
{
    list-style-type: none;
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
}

.payrollprocessprogress li:before
{
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    border: 3px solid #ddd;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    position: inherit;
    z-index: 10
}

.payrollprocessprogress li:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: 5
}

.payrollprocessprogress li:first-child:after
{
    content: none
}

.payrollprocessprogress li.donestep
{
    color: green
}

.payrollprocessprogress li.donestep:before
{
    border-color: green;
}

.payrollprocessprogress li.donestep + li:after
{
    background-color: green
}

.donepdf:before
{
    content: url(../../../../Images/Icons/tick-green.png);
    vertical-align: middle;
    margin-left: 5px;
}

.notdonepdf:before
{
    content: url(../../../../Images/Icons/tick-gray.png);
    vertical-align: middle;
    margin-left: 5px;
}

#reportsTab li a
{
    padding-left: 2px;
}

/*#gridPayroll .payrollprogress
{
    margin-bottom:0;
}
#gridPayroll .payrollprogresslabel
{
    font-size:smaller;
}*/
}*/
.signaturesContainer {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
}

.signaturesItemContainer {
    display: flex;
    flex-direction: column;
}

.evaluationsignature-img {
    max-width: 630px;
    max-height: 160px;
    height: auto !important;
    border: 2px solid;
}
.evaluationsignature-img img{
    max-width:100%;

}
.evaluationsignature-item {
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 15px;
  /*  box-sizing: border-box;*/
    min-height: 100px;
}
.evaluationsignature-info {
    max-width: 630px;
}

.kendoInputHidden {
    display: none;
}

#gridQuarterValidation table,
#gridYearValidation table
{
    border-collapse: collapse;
}

#gridQuarterValidation tr.notvalidtr:hover,
#gridYearValidation tr.notvalidtr:hover
{
    background-color: #d08c8c !important;
    border-color: #d08c8c !important;
}

#gridQuarterValidation table tr.notvalidtr,
#gridYearValidation table tr.notvalidtr
{
    background-color: #f78484;
    border-color: #f78484;
}

#gridQuarterValidation table tr.notvalidtr td,
#gridYearValidation table tr.notvalidtr td
{
    border-style: none;
}

#gridQuarterValidation table .notvalidtd,
#gridYearValidation table .notvalidtd
{
    background-color: #ff3d3d;
    cursor: pointer
}

#gridQuarterValidation table .warningtd,
#gridYearValidation table .warningtd
{
    background-color: #FDEFBA;
    cursor: pointer
}

#icsmonthtomonthvalidation .notvalidtd
{
    background-color: #f78484;
}

#icsmonthtomonthvalidation .row
{
    margin:1px;
}

#icsmonthtomonthvalidation .altrow
{
    background-color: #e4e1e1;
}

.ppcvendoralert
{
    background-color: #ffb94f !important;
    /*border-color: #ffb94f !important;
    border-style:solid;*/
}

#gridDirectDepositEmitted table,
#gridDirectDepositDelivered table
{
    border-collapse:collapse !important;
    border-style:solid !important;
}

.vendorok,
#gridEftpsConfirmationFiles .pending
{
    background-color: #C8E6C9 !important;
}

.vendorwarning,
#gridEftpsConfirmationFiles .warning
{
    background-color: #FDEFBA !important;
}

.vendorpassdue,
#gridEftpsConfirmationFiles .notfound
{
    background-color: #FFCDD2 !important;
}

.vendorok:hover,
#gridEftpsConfirmationFiles .pending:hover
{
    background-color: #d5e8d6 !important;
}

.vendorwarning:hover,
#gridEftpsConfirmationFiles .warning:hover
{
    background-color: #fdf3cc !important;
}

.vendorpassdue:hover,
#gridEftpsConfirmationFiles .notfound:hover
{
    background-color: #ffd7db !important;
}

.vendoralert
{
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    vertical-align:sub;
}

.vendorgroupradios
{
    display:inline-block;
    font-weight:normal;
    margin-left:30px;
}

.vendorgroupradios input
{
    margin-left:20px;
    margin-right:5px;
}

#cfseForm .k-grid-toolbar, #cfseForm .k-grid-header
{
    background-color: #e2e2e2 !important;
    border-color: #e2e2e2 !important
}

#cfseForm .k-grid-top .k-button
{
    background-color: #3399cc !important;
    border-color: #3399cc !important
}


#cfseForm .k-edit-cell:hover, #cfseForm .k-grid-edit-row:hover
{
    background-color: #fafafa !important;
}
.color-LOCAL {
    background-color: gray !important;
}
.color-DEV {
    background-color: green !important;
}
.color-TEST {
    background-color: #ff962d !important;
}
.color-PRE {
    background-color: #aa3893 !important;
}
#gridBankReconciliation .matchseparator,
#gridReconciled .matchseparator {
    border-left-width: thick;
}

#gridBankReconciliation tr.k-state-selected td,
#gridReconciled tr.k-state-selected td {
    border-color: #e6e6e6;
    color: #444;
    background-color: #86c4e3 !important
}

#gridBankReconciliation td.k-state-selected.vendorok:hover,
#gridBankReconciliation tr.k-state-selected.vendorok:hover td,
#gridReconciled td.k-state-selected:hover,
#gridReconciled tr.k-state-selected:hover td {
    background-color: #add4e7 !important
}

#gridBankReconciliation tr td,
#gridReconciled tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#gridBankReconciliation .k-hierarchy-cell,
#gridReconciled .k-hierarchy-cell {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}

#gridBankReconciliation tr td.trantotal,
#gridBankReconciliation tr td.baitotal
{
    cursor: pointer;
}
.tranpaid
{
    color:green;
}

.tranunpaid
{
    color:red;
}


#searchFields .k-tooltip-validation
{
    position:fixed;
    display:block;
}

.notpaidontime
{
    background-color:cornflowerblue !important;
    color:white;
}

.gridcolumnseparator 
{
    border-left-width: medium !important;
}

.commongrid 
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #e6e6e6;
    padding-right: 0;
}

.commonheader 
{
    padding: 5px;
    padding-bottom: 5px !important;
    background-color: #fafafa;
    color: #999999;
    border-style: solid;
    border-width: thin;
    border-color: #e6e6e6;
}

.commonrow 
{
    padding: 5px !important;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #e6e6e6;
}

.commonrow:hover 
{
    background-color: #ebebeb
}

[divtype='bankcredit']:hover,
[divtype='bankdebit']:hover,
[divtype='vendor']:hover {
    background-color: #ebebeb;
}

[divtype='bankcredit'],
[divtype='bankdebit'],
[divtype='vendor']
{
    cursor:pointer;
    padding:5px;
}

.laboraccounttooltip {
    white-space: nowrap;
}

.show-pass-icon {
    z-index: 9999;
    position: relative;
    left: 210px;
    top: -30px;
    margin-top: -60px;
    cursor: pointer;
}

    .show-pass-icon .fa-eye,
    .show-pass-icon .fa-eye-slash {
        color: #bbc5caca !important;
    }

.show-pass-icon-ext {
    left: 270px;
}

#glContainer legend,#gl legend {
    background-color: #fafafa
}

#glContainer .ccf td {padding:4px}

.editable-cell {
    background-color: #FAFAFA;
}

#glContainer #ChartOfAccountGrid .k-grid-content {
    min-height: 1000px;
}

/* Custom styles to ensure proper grid layout */
#ChartOfAccountGrid {
    width: 100% !important;
    font-size:0.8em;
}

    /* Ensure toolbar buttons wrap nicely on smaller screens */
    #ChartOfAccountGrid .k-grid-toolbar .k-button {
        margin: 2px;
    }

/* Better spacing for form elements */
.form-group {
    margin-bottom: 15px;
}

/* Responsive button styling */
@media (max-width: 768px) {
    .btn-block {
        margin-top: 10px;
    }

    #ChartOfAccountGrid .k-grid-toolbar {
        text-align: center;
    }

        #ChartOfAccountGrid .k-grid-toolbar .k-button {
            font-size: 11px;
            padding: 4px 8px;
        }
}

/* Highlight autogenerated rows */
#ChartOfAccountGrid .autogenerated-row {
    background-color: #f0f8ff !important;
    border-left: 3px solid #007acc !important;
}

    #ChartOfAccountGrid .autogenerated-row:hover {
        background-color: #e6f3ff !important;
    }

    /* Make autogenerated rows slightly transparent to show they're calculated */
    #ChartOfAccountGrid .autogenerated-row td {
        opacity: 0.9;
        font-style: italic;
    }


/* GL Header Styles */
.glheader .header-grid-container {
    margin-top: 15px;
    border: 2px solid #ddd;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}

.glheader .header-grid-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .glheader .header-grid-table td {
        border: 1px solid #ccc;
        padding: 0;
        min-width: 80px;
        height: 35px;
        position: relative;
        background-color: white;
    }

    .glheader .header-grid-table input[type="text"] {
        border: none;
        background: transparent;
        width: 100%;
        height: 100%;
        padding: 5px;
        font-size: 12px;
        outline: none;
    }

        .glheader .header-grid-table input[type="text"]:focus {
            background-color: #e3f2fd;
            box-shadow: inset 0 0 3px #2196f3;
        }

.glheader .plus-icon {
    position: absolute;
    bottom: 2px;
    right: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

    .glheader .plus-icon:hover {
        color: #333;
        transform: scale(1.2);
    }

.glheader .help-text {
    font-size: 11px;
    color: #666;
    margin: 2px 0;
}