/* Hide Login Fields and Action button */
section.for-login .page-card-body > .page-card-body {
    display: none !important;
}

section.for-login .page-card-body > .page-card-actions {
    display: none !important;
}

section.for-login .page-card-body .login-divider {
    display: none !important;
}


/* Hide Help */
li.dropdown.dropdown.dropdown-help.dropdown-mobile {
    display: none !important;
}


/* Payroll Salary Slip Submit Button */
#page-Payroll\ Entry div.custom-actions.hidden-xs.hidden-md [data-label="Submit%20Salary%20Slip"] {
    display: none;
}


/* Splash Image resized */
.splash img[style]{
    width: 200px;
    max-width: 200px !important;
}


/* Remove Purchase Order Update Items Button */
#page-Purchase\ Order div.custom-actions.hidden-xs.hidden-md [data-label="Update%20Items"] {
    display: none;
}


/* Pick List */
#page-Pick\ List div.custom-actions.hidden-xs.hidden-md [data-label="Update%20Current%20Stock"] {
    display: none;
}

/* Hide Leave Allocation Dashboard in Leave Application */
#page-Leave\ Application .row.form-dashboard-section.custom {
    display: none;
}
