﻿/* Dashboard :: Home Tab :: Index-file :: being */
.uk-slider > li {
    max-width: 250px;
}

.select2-container--default {
    width: 100% !important;
}

#SmallTabsContainer {
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents wrapping */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
}

    #SmallTabsContainer::-webkit-scrollbar {
        display: none; /* Hide scrollbar in Chrome, Safari, Edge */
    }
/* Dashboard :: Home Tab :: Index-file :: End */
/*ESS :: LeaveStatus :: being*/
/*div.k-window {
    width: 400px !important;
}*/

textarea#txtRemarks {
    height: 36px;
    min-height: initial;
    padding: 7px 3px;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

#CustomValues {
    margin-top: 0px !important;
}

    #CustomValues .uk-width-medium-1-2 {
        margin-top: 30px !important;
    }
/* ESS :: LeaveStatus :: end*/
/* ESS :: LeaveBalance :: being*/
#DivTable .btn-grid-area {
    right: 12px;
}

html[dir="rtl"] #DivTable .btn-grid-area {
    right: initial;
    left: 260px;
}

.InlineFieldTopHead {
    margin-right: 60px;
}

html[dir="rtl"] .InlineFieldTopHead .md-input-wrapper {
    margin-right: 5px;
}
/* ESS :: LeaveBalance :: end*/
/* ESS :: TimeSheet :: being*/
div#AddPanel div[data-uk-switcher*="connect"] span > div {
    display: inline-block;
}

.fc-row .fc-content-skeleton tbody td {
    padding: 0px 10px;
}

.fc-toolbar .fc-left {
    margin-top: 1px !important;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
}

.SummaryBox .md-card-toolbar-heading-text {
    color: #343434;
}

td.leaveIconWrap:hover span {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    position: absolute;
    margin-right: 15px;
    right: 10px;
    cursor: pointer;
}

    td.leaveIconWrap:hover span i {
        font-size: 16px;
    }

td.leaveIconWrap span {
    opacity: 0;
    visibility: hidden;
}

.WaiveOffDetailWrap {
    display: none;
}

table tr.Absent td.leaveIconWrap {
    position: relative;
}

tr.OnTime td.leaveIconWrap::before, tr.OnLeave td.leaveIconWrap::before, tr.Lateness td.leaveIconWrap::before, tr.Absent td.leaveIconWrap::before, tr.Weekend td.leaveIconWrap::before, tr.MissingIn td.leaveIconWrap::before, tr.EarlyOut td.leaveIconWrap::before, tr.BreakIn td.leaveIconWrap::before, tr.BreakOut td.leaveIconWrap::before, tr.PublicHoliday td.leaveIconWrap::before, tr.MissingOut td.leaveIconWrap::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100px;
    left: 12px;
    margin-top: 1px;
}

.leaveIconWrap b.StatusName {
    display: inline-block;
    font-weight: normal;
    margin-left: 20px;
    letter-spacing: 0.4px;
}

table tr td.leaveIconWrap {
    font-weight: 700;
}

    table tr td.leaveIconWrap::before {
        position: absolute;
        left: -4px !important;
        top: 15px;
    }

table tr.EarlyOut td.leaveIconWrap::before {
    border: 3px solid #ccc;
    box-sizing: border-box;
}

table tr.OnTime td.leaveIconWrap::before {
    background: #25cc88;
}

table tr.MissingIn td.leaveIconWrap::before {
    background: #ffd800;
}

table tr.MissingOut td.leaveIconWrap::before {
    background: #ffd800;
}

table tr.OnLeave td.leaveIconWrap::before {
    background: #00b3ff;
}

table tr.Lateness td.leaveIconWrap::before {
    border: 3px solid #ff3737;
    box-sizing: border-box;
}

table tr.Absent td.leaveIconWrap::before {
    background: #ff3737;
}

table tr.Weekend td.leaveIconWrap::before {
    background: #595eeb;
}

table tr.PublicHoliday td.leaveIconWrap::before {
    background: #6495ED;
}

table tr.BreakIn td.leaveIconWrap::before {
    background: #ffd800;
}

table tr.BreakOut td.leaveIconWrap::before {
    background: #ffd800;
}
table tr.MissingOut td.leaveIconWrap::before {
    background: #1d1d1d;
}
.fc-event-custom.fc-event-leave, .fc-event-custom.fc-event-timedt {
    padding: 5px 10px;
    border-radius: 0px 3px 3px 0px;
    color: #333;
    width: 80%;
    margin: auto;
    font-size: 12px;
    justify-content: center;
}

.fc-event-custom.fc-event-leave {
    background: #fff2f2;
    box-shadow: inset 3px 0px 0px red;
    margin-bottom: 3px;
}

.fc-event-custom.fc-event-timedt {
    background: #f3fcf4;
    box-shadow: inset 3px 0px 0px #94e0c1;
}

.customRoundTabs.chnagePosition {
    position: absolute;
    margin-top: 10px;
}

.fullCalendarWraper.fc .fc-toolbar {
    flex-direction: row-reverse;
}

.fc .fc-toolbar-title {
    font-size: 1.35em;
    margin: 0;
    margin-left: 70px;
    font-family: 'Raleway-Bold';
}

html[dir="rtl"] .TimeSummaryBox {
    left: 0;
    right: initial;
}

.timeSheet-calendar-icon {
    max-width: 37px !important;
    min-width: 37px !important;
    height: 37px !important;
    top: -8px;
    border-radius: 4px !important;
}
/* ESS :: TimeSheet :: end*/
/* ESS :: ProbationEvaluation :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}

.selectAction {
    margin: 5px 0 0 10px;
}

#ddlAction option {
    cursor: pointer;
}

.ratingWrap span {
    display: inline-block;
    margin-right: 10px;
}


#addViewer {
    background: #539ab1;
    color: #fff;
}

.k-widget.k-window {
    /*max-width: 600px !important;*/
    margin: 0px auto;
    left: 0 !important;
    right: 0;
    z-index: 10 !important;
}

.ReviewerComment textarea {
    margin-top: 5px;
}

.EvaluationTable textarea {
    overflow: auto !important;
}

.selectAction {
    margin: 5px 0 0 10px;
}

#ddlAction option {
    cursor: pointer;
}

.add-comment-btn {
    width: 28px;
    width: 28px;
    height: 28px;
    padding: 3px 5px 4px 5px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    cursor: pointer;
}

.areas-of-review td, .areas-of-review th {
    padding: 4px 5px 4px 5px !important
}

.ddlApprovalStatus-Select.mt-selectDropdown .select2-container--default .select2-selection--single {
    border-radius: 20px !important;
}
/* ESS :: Probation Evaluation :: end*/
/* ESS :: Employee Action Form Approval :: being*/
.uk-table .user_avatar_controls {
    background: rgb(83, 154, 177);
    overflow: hidden;
    height: 34px;
    position: relative;
    top: 2px;
    z-index: 1;
    left: 2px;
    right: 0;
    border-radius: 3px;
}

.uk-table .btn-file input {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
    margin: 0;
    width: 190px !important;
    cursor: pointer;
    opacity: 0;
    left: 0;
    z-index: 1;
    direction: ltr;
}

.uk-table .btn-file span {
    text-align: center;
    display: block;
    margin-top: 8px;
    color: #fff;
    position: relative;
    z-index: 0;
}

.uk-table .fileinput-new {
    padding: 0;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: center;
    left: 0;
    display: block;
    right: 0;
    white-space: normal;
    line-height: 32px;
    margin: auto;
    height: auto;
    width: 190px;
    overflow: hidden;
    padding: 0 5px;
    background: #5394b1;
    text-overflow: ellipsis;
}

.fileUplaodTxt i.material-icons.md-light {
    color: #fff;
}

.disabled.fileUploadDoc *, .disabled.btn-file input {
    cursor: not-allowed;
    pointer-events: none;
}

.md-card-content.no-padding-lr {
    padding: 20px 0 !important;
}
/* ESS :: Employee Action Form Approval :: end*/
/* ESS :: Employee Dependent Request Approval :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}

.uk-badge-theme {
    color: #ffffff;
    background: #00c853;
}

/* ESS :: Employee Dependent Request Approval :: end*/
/* ESS :: Employee Action Request Approval :: being*/

.uk-table .user_avatar_controls {
    background: rgb(83, 154, 177);
    overflow: hidden;
    height: 34px;
    position: relative;
    top: 2px;
    z-index: 1;
    left: 2px;
    right: 0;
    border-radius: 3px;
}

.uk-table .btn-file input {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
    margin: 0;
    width: 190px !important;
    cursor: pointer;
    opacity: 0;
    left: 0;
    z-index: 1;
    direction: ltr;
}

.uk-table .btn-file span {
    text-align: center;
    display: block;
    margin-top: 8px;
    color: #fff;
    position: relative;
    z-index: 0;
}

.uk-table .fileinput-new {
    padding: 0;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: center;
    left: 0;
    display: block;
    right: 0;
    white-space: normal;
    line-height: 32px;
    margin: auto;
    height: auto;
    width: 190px;
    overflow: hidden;
    padding: 0 5px;
    background: #5394b1;
    text-overflow: ellipsis;
}

.fileUplaodTxt i.material-icons.md-light {
    color: #fff;
}

.disabled.fileUploadDoc *, .disabled.btn-file input {
    cursor: not-allowed;
    pointer-events: none;
}

.md-card-content.no-padding-lr {
    padding: 20px 0 !important;
}

.uk-tooltip {
    z-index: 100099 !important;
}
/* ESS :: Employee Action Request Approval :: end*/
/* ESS :: Employee Transfer Request Approval :: being*/
.uk-table .user_avatar_controls {
    background: rgb(83, 154, 177);
    overflow: hidden;
    height: 34px;
    position: relative;
    top: 2px;
    z-index: 1;
    left: 2px;
    right: 0;
    border-radius: 3px;
}

.uk-table .btn-file input {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
    margin: 0;
    width: 190px !important;
    cursor: pointer;
    opacity: 0;
    left: 0;
    z-index: 1;
    direction: ltr;
}

.uk-table .btn-file span {
    text-align: center;
    display: block;
    margin-top: 8px;
    color: #fff;
    position: relative;
    z-index: 0;
}

.uk-table .fileinput-new {
    padding: 0;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: center;
    left: 0;
    display: block;
    right: 0;
    white-space: normal;
    line-height: 32px;
    margin: auto;
    height: auto;
    width: 190px;
    overflow: hidden;
    padding: 0 5px;
    background: #5394b1;
    text-overflow: ellipsis;
}

.fileUplaodTxt i.material-icons.md-light {
    color: #fff;
}

.disabled.fileUploadDoc *, .disabled.btn-file input {
    cursor: not-allowed;
    pointer-events: none;
}

.md-card-content.no-padding-lr {
    padding: 20px 0 !important;
}

.uk-tooltip {
    z-index: 100099 !important;
}
/* ESS :: Employee Transfer Request Approval :: end*/
/* ESS :: Expense Reimbursement Request Approval :: being*/
input.md-input.readonly {
    background: #f6f6f6 !important;
}
/* ESS :: Expense Reimbursement Request Approval :: end*/
/* ESS :: Offer Letter Approval :: being*/
.uk-table .user_avatar_controls {
    background: rgb(83, 154, 177);
    overflow: hidden;
    height: 34px;
    position: relative;
    top: 2px;
    z-index: 1;
    left: 2px;
    right: 0;
    border-radius: 3px;
}

.uk-table .btn-file input {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
    margin: 0;
    width: 190px !important;
    cursor: pointer;
    opacity: 0;
    left: 0;
    z-index: 1;
    direction: ltr;
}

.uk-table .btn-file span {
    text-align: center;
    display: block;
    margin-top: 8px;
    color: #fff;
    position: relative;
    z-index: 0;
}

.uk-table .fileinput-new {
    padding: 0;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: center;
    left: 0;
    display: block;
    right: 0;
    white-space: normal;
    line-height: 32px;
    margin: auto;
    height: auto;
    width: 190px;
    overflow: hidden;
    padding: 0 5px;
    background: #5394b1;
    text-overflow: ellipsis;
}

.fileUplaodTxt i.material-icons.md-light {
    color: #fff;
}

.disabled.fileUploadDoc *, .disabled.btn-file input {
    cursor: not-allowed;
    pointer-events: none;
}

.md-card-content.no-padding-lr {
    padding: 20px 0 !important;
}
/* ESS :: Offer Letter Approval :: end*/
/* ESS :: Over Time Approval :: being*/
#dt_tableTools.Attendance_Table tr {
    display: flex;
}
/* ESS :: Over Time Approval :: end*/
/* ESS :: Payroll Claim Request Approval :: being*/
input.md-input.readonly {
    background: #f6f6f6 !important;
}
/* ESS :: Payroll Claim Request Approval :: end*/
/* ESS :: Process Payroll Request Approval :: being*/
input.md-input.readonly {
    background: #f6f6f6 !important;
}

.themeWhite table tbody th, .themeWhite table thead td, .themeWhite table thead th {
    background: #f2f4f5 !important;
    color: #050738;
}

.themeWhite #MonthlyPayrolldiv table tbody td {
    font-size: 14px;
    font-weight: normal;
}

#MonthlyPayrolldiv table {
    width: 100.4% !important;
    margin: 0px -5px;
}

.themeWhite #MonthlyPayrolldiv table th {
    padding: 6px 12px;
}
/* ESS :: Process Payroll Request Approval :: end*/
/* ESS :: Shift Planning Approval :: being*/
table#dt_tableTools tr th, table.shiftRoaster_Table tr th {
    /*padding-top: 3px;*/
    max-width: 201px;
}

#dt_tableToolsShiftPlanningApproval tr,
#dt_tableToolsShiftPlanningApproval tbody tr {
    display: flex;
}

    #dt_tableToolsShiftPlanningApproval tr td {
        min-width: 150px;
    }

table.shiftRoaster_Table tr th {
    height: 56px;
}
/* ESS :: Shift Planning Approval :: end*/
/* ESS :: My Request - Index File :: being*/
.activeRequest {
    position: absolute;
    right: 20px;
    top: 14px;
    width: 220px;
    margin: 0 !important;
    background: #fff;
    border: 1px solid #e9e9e9 !important;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 4px;
}

    .activeRequest .md-input-wrapper {
        display: flex;
        align-items: center;
    }

.selectRequestType {
    margin: 150px auto 150px;
    max-width: 320px;
}

.activeRequest .md-input-wrapper > label {
    left: -97px;
    top: 8px;
    color: #343434;
    transition: none;
    position: static;
    white-space: nowrap;
    margin-right: 0;
}

.activeRequest .md-input {
    border: 0px !important;
    height: 30px !important;
}

.select2-container .select2-selection--single {
    min-height: 34px;
}

.md-card.card-medium-top {
    margin-top: 20px !important;
}
/* ESS :: My Request - Index File :: end*/
/* ESS :: My Request - AttendanceExamptionRequest.cshtml :: being*/
.select2-container {
    width: 100% !important;
}

#RecordNotFound h6 {
    font-size: 40px;
    margin: 40px auto;
    color: #ccc;
}

tr:hover td.leaveIconWrap span {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    position: absolute;
    margin-right: 15px;
    right: 10px;
    cursor: pointer;
}

td.leaveIconWrap:hover span i {
    font-size: 16px;
}

td.leaveIconWrap span {
    opacity: 0;
    visibility: hidden;
}

.WaiveOffDetailWrap {
    display: none;
}

#dt_tableToolsDetail tr.Absent td.leaveIconWrap {
    position: relative;
}

tr.OnTime td.leaveIconWrap::before, tr.OnLeave td.leaveIconWrap::before, tr.Lateness td.leaveIconWrap::before, tr.Absent td.leaveIconWrap::before, tr.Weekend td.leaveIconWrap::before, tr.MissingIn td.leaveIconWrap::before, tr.EarlyOut td.leaveIconWrap::before, tr.MissingOut td.leaveIconWrap::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100px;
    left: 12px;
    margin-top: 1px;
}

.leaveIconWrap b.StatusName {
    display: inline-block;
    margin-left: 20px;
}

#dt_tableToolsDetail tr td.leaveIconWrap {
    font-weight: 700;
}

#dt_tableToolsDetail tr.EarlyOut td.leaveIconWrap::before {
    border: 3px solid #ccc;
    box-sizing: border-box;
}

#dt_tableToolsDetail tr.OnTime td.leaveIconWrap::before {
    background: #25cc88;
}

#dt_tableToolsDetail tr.MissingIn td.leaveIconWrap::before {
    background: #ffd800;
}

#dt_tableToolsDetail tr.MissingOut td.leaveIconWrap::before {
    background: #ffd800;
}

#dt_tableToolsDetail tr.OnLeave td.leaveIconWrap::before {
    background: #00b3ff;
}

#dt_tableToolsDetail tr.Lateness td.leaveIconWrap::before {
    border: 3px solid #ff3737;
    box-sizing: border-box;
}

#dt_tableToolsDetail tr.Absent td.leaveIconWrap::before {
    background: #ff3737;
}

#dt_tableToolsDetail tr.Weekend td.leaveIconWrap::before {
    background: #539ab1;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10004;
}

.uk-dropdown li a {
    text-align: left;
    padding: 10px 15px;
}

.themeWhite .customRoundTabs li.uk-active .material-icons {
    color: #ffffff;
}

.btnFlex {
    display: flex;
}

    .btnFlex .md-btn {
        flex-grow: 1;
        margin: 0 3px;
    }

span.select2-container.select2-container--default.select2-container--open, .div.k-window {
    z-index: 10010 !important;
}

.uk-tooltip {
    z-index: 10005 !important;
    max-width: 350px;
}

.k-widget.k-window {
    z-index: 10003 !important;
}

html[dir="rtl"] tr:hover td.leaveIconWrap span {
    left: 0;
    right: initial;
}

a.dowload-btn-cust:hover span svg {
    fill: #fff
}
/* ESS :: My Request - AttendanceExamptionRequest.cshtml :: end*/
/* ESS :: My Request - CustomOvertime.cshtml :: being*/
.ui-datepicker-calendar {
    display: none;
}

.uk-tooltip {
    z-index: 10005 !important;
    max-width: 350px;
}

.k-widget.k-window {
    z-index: 10003 !important;
}

a.dowload-btn-cust:hover span svg {
    fill: #fff
}
/* ESS :: My Request - CustomOvertime.cshtml :: end*/
/* ESS :: My Request - HolidayOvertime.cshtml :: being*/
.uk-table .user_avatar_controls {
    background: rgb(83, 154, 177);
    overflow: hidden;
    height: 34px;
    position: relative;
    top: 2px;
    z-index: 1;
    left: 2px;
    right: 0;
    border-radius: 3px;
}

.uk-table .btn-file input {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
    margin: 0;
    width: 100% !important;
    cursor: pointer;
    opacity: 0;
    left: 0;
    z-index: 1;
    direction: ltr;
}

.uk-table .btn-file span {
    text-align: center;
    display: block;
    margin-top: 8px;
    color: #fff;
    position: relative;
    z-index: 0;
}

.uk-table .fileinput-new {
    padding: 0;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: center;
    left: 0;
    display: block;
    right: 0;
    white-space: normal;
    line-height: 32px;
    margin: auto;
    height: auto;
    width: 190px;
    overflow: hidden;
    padding: 0 5px;
    background: #5394b1;
    text-overflow: ellipsis;
}

.fileUplaodTxt i.material-icons.md-light {
    color: #fff;
}

.disabled.fileUploadDoc *, .disabled.btn-file input {
    cursor: not-allowed;
    pointer-events: none;
}

#RecordNotFound h6 {
    font-size: 40px;
    margin: 40px auto;
    color: #ccc;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10004;
}

.uk-dropdown li a {
    text-align: left;
    padding: 10px 15px;
}

.themeWhite .customRoundTabs li.uk-active .material-icons {
    color: #ffffff;
}

fieldset {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

    fieldset legend {
        font-size: 18px;
        font-weight: 700;
        padding: 0 5px;
        color: #539ab1;
        background: #fff;
    }

.activeRequest {
    position: absolute;
    right: 20px;
    top: 11px;
    width: 200px;
    margin: 0 !important;
}

    .activeRequest .md-input-wrapper > label {
        left: -97px;
        top: 8px;
        color: #343434;
        transition: none;
    }

.select2-container .select2-selection--single {
    min-height: 34px;
}

.md-card.card-medium-top {
    margin-top: 20px !important;
}

.select2-container {
    width: 100% !important;
}

#dt_Assignment_tableToolsDetail td a img {
    max-width: 35px;
}

.w130 {
    max-width: 130px;
}

.labelAlignRight .w130 label {
    float: right;
}
/* ESS :: My Request - HolidayOvertime.cshtml :: end*/
/* ESS :: My Request - LetterRequest.cshtml :: being*/
#RecordNotFound h6 {
    font-size: 40px;
    margin: 40px auto;
    color: #ccc;
}

td.leaveIconWrap:hover span {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    position: absolute;
    margin-right: 15px;
    right: 10px;
    cursor: pointer;
}

    td.leaveIconWrap:hover span i {
        font-size: 16px;
    }

td.leaveIconWrap span {
    opacity: 0;
    visibility: hidden;
}

.WaiveOffDetailWrap {
    display: none;
}

#dt_tableToolsDetail tr.Absent td.leaveIconWrap {
    position: relative;
}

tr.OnTime td.leaveIconWrap::before,
tr.OnLeave td.leaveIconWrap::before,
tr.Lateness td.leaveIconWrap::before,
tr.Absent td.leaveIconWrap::before,
tr.Weekend td.leaveIconWrap::before,
tr.MissingIn td.leaveIconWrap::before,
tr.EarlyOut td.leaveIconWrap::before,
tr.MissingOut td.leaveIconWrap::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100px;
    left: 12px;
    margin-top: 1px;
}

.leaveIconWrap b.StatusName {
    display: inline-block;
    margin-left: 20px;
}

#dt_tableToolsDetail tr td.leaveIconWrap {
    font-weight: 700;
}

#dt_tableToolsDetail tr.EarlyOut td.leaveIconWrap::before {
    border: 3px solid #ccc;
    box-sizing: border-box;
}

#dt_tableToolsDetail tr.OnTime td.leaveIconWrap::before {
    background: #25cc88;
}

#dt_tableToolsDetail tr.MissingIn td.leaveIconWrap::before {
    background: #ffd800;
}

#dt_tableToolsDetail tr.MissingOut td.leaveIconWrap::before {
    background: #ffd800;
}

#dt_tableToolsDetail tr.OnLeave td.leaveIconWrap::before {
    background: #00b3ff;
}

#dt_tableToolsDetail tr.Lateness td.leaveIconWrap::before {
    border: 3px solid #ff3737;
    box-sizing: border-box;
}

#dt_tableToolsDetail tr.Absent td.leaveIconWrap::before {
    background: #ff3737;
}

#dt_tableToolsDetail tr.Weekend td.leaveIconWrap::before {
    background: #539ab1;
}


span.select2-container.select2-container--default.select2-container--open {
    z-index: 10004;
}

.uk-dropdown li a {
    text-align: left;
    padding: 10px 15px;
}

.themeWhite .customRoundTabs li.uk-active .material-icons {
    color: #ffffff;
}
/* ESS :: My Request - LetterRequest.cshtml :: end*/
/* ESS :: My Request - Overtime.cshtml :: being*/
.ui-datepicker-calendar {
    display: none;
}

.uk-tooltip {
    z-index: 10005 !important;
    max-width: 350px;
}

.k-widget.k-window {
    z-index: 10003 !important;
}
/* ESS :: My Request - Overtime.cshtml :: end*/
/* ESS :: My Request - DailyOvertime.cshtml :: being*/
.ui-datepicker-calendar {
    display: none;
}

.uk-tooltip {
    z-index: 10005 !important;
    max-width: 350px;
}

.k-widget.k-window {
    z-index: 10003 !important;
}
/* ESS :: My Request - DailyOvertime.cshtml :: end*/
/* ESS :: My Request - ShiftSwipe.cshtml :: being*/
.select2-container {
    width: 100% !important;
}

.option-inner-area .md-btn {
    margin-right: 7px;
}
/* ESS :: My Request - ShiftSwipe.cshtml :: end*/
/* ESS :: My Request - TrainingRequest.cshtml :: being*/
#RecordNotFound h6 {
    font-size: 40px;
    margin: 40px auto;
    color: #ccc;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10004;
}

.uk-dropdown li a {
    text-align: left;
    padding: 10px 15px;
}

.themeWhite .customRoundTabs li.uk-active .material-icons {
    color: #ffffff;
}

fieldset {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

    fieldset legend {
        font-size: 18px;
        font-weight: 700;
        padding: 0 5px;
        color: #539ab1;
        background: #fff;
    }

.md-card .md-card-toolbar-heading-text {
    /*display: none;*/
}
/* ESS :: My Request - TrainingRequest.cshtml :: end*/
/* ESS :: My Request - TravelRequest.cshtml :: being*/
#RecordNotFound h6 {
    font-size: 40px;
    margin: 40px auto;
    color: #ccc;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10004;
}

.uk-dropdown li a {
    text-align: left;
    padding: 10px 15px;
}

.themeWhite .customRoundTabs li.uk-active .material-icons {
    color: #ffffff;
}

fieldset {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

    fieldset legend {
        font-size: 18px;
        font-weight: 700;
        padding: 0 5px;
        color: #539ab1;
        background: #fff;
    }

.md-card .md-card-toolbar-heading-text {
    /*display: none;*/
}
/* ESS :: My Request - TravelRequest.cshtml :: end*/
/* ESS :: My Request - TraningRequest.cshtml :: being*/
#RecordNotFound h6 {
    font-size: 40px;
    margin: 40px auto;
    color: #ccc;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10004;
}

.uk-dropdown li a {
    text-align: left;
    padding: 10px 15px;
}

.themeWhite .customRoundTabs li.uk-active .material-icons {
    color: #ffffff;
}

fieldset {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

    fieldset legend {
        font-size: 18px;
        font-weight: 700;
        padding: 0 5px;
        color: #539ab1;
        background: #fff;
    }

.md-card .md-card-toolbar-heading-text {
    /*display: none;*/
}
/* ESS :: My Request - TraningRequest.cshtml :: end*/
/* ESS :: My Request - WaiveOff.cshtml :: being*/
.select2-container {
    width: 100% !important;
}

#RecordNotFound h6 {
    font-size: 40px;
    margin: 40px auto;
    color: #ccc;
}

tr:hover td.leaveIconWrap span {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    position: absolute;
    margin-right: 15px;
    right: 10px;
    cursor: pointer;
}

td.leaveIconWrap:hover span i {
    font-size: 16px;
}

td.leaveIconWrap span {
    opacity: 0;
    visibility: hidden;
}

.WaiveOffDetailWrap {
    display: none;
}

#dt_tableToolsDetail tr.Absent td.leaveIconWrap {
    position: relative;
}

tr.OnTime td.leaveIconWrap::before, tr.OnLeave td.leaveIconWrap::before, tr.Lateness td.leaveIconWrap::before, tr.Absent td.leaveIconWrap::before, tr.Weekend td.leaveIconWrap::before, tr.MissingIn td.leaveIconWrap::before, tr.EarlyOut td.leaveIconWrap::before, tr.MissingOut td.leaveIconWrap::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100px;
    left: 12px;
    margin-top: 1px;
}

.leaveIconWrap b.StatusName {
    display: inline-block;
    margin-left: 20px;
}

#dt_tableToolsDetail tr td.leaveIconWrap {
    font-weight: 700;
}

#dt_tableToolsDetail tr.EarlyOut td.leaveIconWrap::before {
    border: 3px solid #ccc;
    box-sizing: border-box;
}

#dt_tableToolsDetail tr.OnTime td.leaveIconWrap::before {
    background: #25cc88;
}

#dt_tableToolsDetail tr.MissingIn td.leaveIconWrap::before {
    background: #ffd800;
}

#dt_tableToolsDetail tr.MissingOut td.leaveIconWrap::before {
    background: #ffd800;
}

#dt_tableToolsDetail tr.OnLeave td.leaveIconWrap::before {
    background: #00b3ff;
}

#dt_tableToolsDetail tr.Lateness td.leaveIconWrap::before {
    border: 3px solid #ff3737;
    box-sizing: border-box;
}

#dt_tableToolsDetail tr.Absent td.leaveIconWrap::before {
    background: #ff3737;
}

#dt_tableToolsDetail tr.Weekend td.leaveIconWrap::before {
    background: #539ab1;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10004;
}

.uk-dropdown li a {
    text-align: left;
    padding: 10px 15px;
}

.themeWhite .customRoundTabs li.uk-active .material-icons {
    color: #ffffff;
}

.btnFlex {
    display: flex;
}

    .btnFlex .md-btn {
        flex-grow: 1;
        margin: 0 3px;
    }

span.select2-container.select2-container--default.select2-container--open, .div.k-window {
    z-index: 10010 !important;
}

.uk-tooltip {
    z-index: 10005 !important;
    max-width: 350px;
}

.k-widget.k-window {
    z-index: 10003 !important;
}

html[dir="rtl"] tr:hover td.leaveIconWrap span {
    left: 0;
    right: initial;
}

a.dowload-btn-cust:hover span svg {
    fill: #fff
}
/* ESS :: My Request - WaiveOff.cshtml :: end*/
/* LA :: CPL Request - index.cshtml :: being*/
.select2.select2-container {
    width: 100% !important;
}

.activeRequest {
    position: absolute;
    right: 20px;
    top: 7px;
    width: 200px;
    margin: 0 !important;
}

    .activeRequest .md-input-wrapper > label {
        left: -97px;
        top: 8px;
        color: #fff;
        transition: none;
    }

.select2-container .select2-selection--single {
    min-height: 34px;
}

.md-card.card-medium-top {
    margin-top: 20px !important;
}

.PendingRow {
    background-color: #e8384f !important;
    color: #fff;
    border-right: 1px solid #343434;
}

table tr.PendingRow td:last-child {
    color: #fff;
}
/* LA :: CPL Request - index.cshtml :: end*/
/* ESS :: ExpenseReimbursementRequest - index.cshtml :: being*/
#RecordNotFound h6 {
    font-size: 40px;
    margin: 40px auto;
    color: #ccc;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10004;
}

.uk-dropdown li a {
    text-align: left;
    padding: 10px 15px;
}

.themeWhite .customRoundTabs li.uk-active .material-icons {
    color: #ffffff;
}

fieldset {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

    fieldset legend {
        font-size: 18px;
        font-weight: 700;
        padding: 0 5px;
        color: #539ab1;
        background: #fff;
    }

.activeRequest {
    position: absolute;
    right: 20px;
    top: 7px;
    width: 200px;
    margin: 0 !important;
}

    .activeRequest .md-input-wrapper > label {
        left: -97px;
        top: 8px;
        color: #fff;
        transition: none;
    }

.select2-container .select2-selection--single {
    min-height: 34px;
}

.md-card.card-medium-top {
    margin-top: 20px !important;
}

.select2-container {
    width: 100% !important;
}

#dt_Assignment_tableToolsDetail td a img {
    max-width: 35px;
}

.cke_top, .cke_inner {
    background: #ffffff;
}

.cke_top {
    border: 0px;
}

.cke_toolgroup {
    border: 0px solid #ccc;
    border-bottom-color: #ccc;
    border-radius: 3px;
    box-shadow: none;
    background: #f1f1f1;
    background-image: none;
    padding: 0px;
    overflow: hidden;
    float: left;
}

a.cke_button {
    width: auto;
}

.cke_contents {
    padding: 0 10px;
}

.cke_toolbar {
    float: left;
    margin: 1px 1px 0;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    box-shadow: none;
    border-top: 1px solid #efefef;
    margin-top: 0px;
}

.cke_chrome {
    box-shadow: none;
    border: 1px solid #ccc;
}

.cke_toolbar_break, .cke_bottom {
    display: none;
}

a.cke_combo_button {
    border: 1px solid #f1f1f1;
}

.w130 {
    max-width: 130px;
}

.labelAlignRight .w130 label {
    float: right;
}
/* ESS :: ExpenseReimbursementRequest - index.cshtml :: end*/
/* ESS :: ExpenseSeparationRequest - index.cshtml :: being*/
#RecordNotFound h6 {
    font-size: 40px;
    margin: 40px auto;
    color: #ccc;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10004;
}

.uk-dropdown li a {
    text-align: left;
    padding: 10px 15px;
}

.themeWhite .customRoundTabs li.uk-active .material-icons {
    color: #ffffff;
}

fieldset {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

    fieldset legend {
        font-size: 18px;
        font-weight: 700;
        padding: 0 5px;
        color: #539ab1;
        background: #fff;
    }

.activeRequest {
    position: absolute;
    right: 20px;
    top: 7px;
    width: 200px;
    margin: 0 !important;
}

    .activeRequest .md-input-wrapper > label {
        left: -97px;
        top: 8px;
        color: #fff;
        transition: none;
    }

.select2-container .select2-selection--single {
    min-height: 34px;
}

.md-card.card-medium-top {
    margin-top: 20px !important;
}

.select2-container {
    width: 100% !important;
}

#dt_Assignment_tableToolsDetail td a img {
    max-width: 35px;
}

.cke_top, .cke_inner {
    background: #ffffff;
}

.cke_top {
    border: 0px;
}

.cke_toolgroup {
    border: 0px solid #ccc;
    border-bottom-color: #ccc;
    border-radius: 3px;
    box-shadow: none;
    background: #f1f1f1;
    background-image: none;
    padding: 0px;
    overflow: hidden;
    float: left;
}

a.cke_button {
    width: auto;
}

.cke_contents {
    padding: 0 10px;
}

.cke_toolbar {
    float: left;
    margin: 1px 1px 0;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    box-shadow: none;
    border-top: 1px solid #efefef;
    margin-top: 0px;
}

.cke_chrome {
    box-shadow: none;
    border: 1px solid #ccc;
}

.cke_toolbar_break, .cke_bottom {
    display: none;
}

a.cke_combo_button {
    border: 1px solid #f1f1f1;
}
/* ESS :: ExpenseSeparationRequest - index.cshtml :: end*/
/* ESS :: EmployeeActionForm - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}

.toolbar-inputField {
    display: inline-block;
    min-width: 250px;
    margin-top: -2px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10009;
}

.themeWhite .material-icons.opacity {
    opacity: 0.5;
}

.themeWhite .uk-overflow-container #dt_tableToolsTransferEmployee th {
    position: sticky;
    background: #f7f7f7;
    padding: 10px 12px;
    top: 0;
    z-index: 10;
}

#btnAdd:hover {
    color: #252525;
    background: #ecedef;
}

    #btnAdd:hover i {
        color: #252525
    }

#DynamicValues > div.uk-width-medium-1-2 {
    width: 100%;
    margin-top: 17px !important;
}

.btn-grid-area {
    right: 42px;
}

.md-fab-wrapper1 {
    right: 95px;
}

html[dir="rtl"] i#btnImport {
    margin-left: 8px;
}

html[dir=rtl] .md-fab-wrapper1 {
    left: 138px;
}

html[dir="rtl"] .btn-grid-area {
    left: 80px !important;
}

#btnMassTransfer {
    height: 34px !important;
    line-height: 30px !important;
    border: 2px solid rgba(0,0,0,0.05);
    display: inline-block;
    margin-right: 45px;
}

html[dir="rtl"] #btnMassTransfer {
    margin-left: 205px;
    margin-right: 0;
}

.InputLabelView .w200 {
    width: 170px;
}

.InputLabelView {
    color: #000;
}

    .InputLabelView .w200 label {
        margin: 0px;
        color: #555d61;
    }

.smallGridMargin .InputLabelView .uk-grid + .uk-grid {
    margin-top: 25px !important;
}

#TxtCostCenterIDNew .costcentersval {
    display: inline-block;
    padding: 2px 5px;
    background: #f1eacc;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
}

#ddlSupervisior ~ span.select2.select2-container {
    width: 272px !important;
    min-width: 272px !important
}
/* ESS :: EmployeeActionForm - index.cshtml :: end*/
/* ESS :: Requisition - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}

.cke_top, .cke_inner {
    background: #ffffff;
}

.cke_toolgroup {
    border: 0px solid #ccc;
    border-bottom-color: #ccc;
    border-radius: 3px;
    box-shadow: none;
    background: #f1f1f1;
    background-image: none;
    padding: 0px;
    overflow: hidden;
    float: left;
}

a.cke_button {
    width: 30px;
}

.cke_contents {
    padding: 0 10px;
}

.cke_toolbar {
    float: left;
    margin: 8px 8px 0;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    box-shadow: none;
    border-top: 1px solid #efefef;
    margin-top: 8px;
}

.cke_toolbar_break, .cke_bottom {
    display: none;
}

.badge_Hold,
.badge_Draft {
    background: #efefef;
    color: #00365a;
}
/* ESS :: Requisition - index.cshtml :: end*/
/* IA :: Employee Action Form - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}

.toolbar-inputField {
    display: inline-block;
    min-width: 250px;
    margin-top: -2px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10009;
}

.themeWhite .material-icons.opacity {
    opacity: 0.5;
}

.themeWhite .uk-overflow-container #dt_tableToolsTransferEmployee th {
    position: sticky;
    background: #f7f7f7;
    padding: 10px 12px;
    top: 0;
    z-index: 10;
}

#btnAdd:hover {
    color: #252525;
    background: #ecedef;
}

    #btnAdd:hover i {
        color: #252525
    }

#DynamicValues > div.uk-width-medium-1-2 {
    width: 100%;
    margin-top: 17px !important;
}


html[dir="rtl"] i#btnImport {
    margin-left: 8px;
}

html[dir=rtl] .md-fab-wrapper1 {
    left: 138px;
}

html[dir="rtl"] .btn-grid-area {
    left: 80px !important;
}

#btnMassTransfer {
    height: 34px !important;
    line-height: 30px !important;
    border: 2px solid rgba(0,0,0,0.05);
    display: inline-block;
    margin-right: 45px;
}

html[dir="rtl"] #btnMassTransfer {
    margin-left: 205px;
    margin-right: 0;
}

.InputLabelView .w200 {
    width: 170px;
}

.InputLabelView {
    color: #000;
}

    .InputLabelView .w200 label {
        margin: 0px;
        color: #555d61;
    }

.smallGridMargin .InputLabelView .uk-grid + .uk-grid {
    margin-top: 25px !important;
}

#TxtCostCenterIDNew .costcentersval {
    display: inline-block;
    padding: 2px 5px;
    background: #f1eacc;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
}

#ddlSupervisior ~ span.select2.select2-container {
    width: 272px !important;
    min-width: 272px !important
}
/* IA :: Employee Action Form - index.cshtml :: end*/
/* IA :: Probation Evaluation - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}

.selectAction {
    margin: 5px 40px 0 10px;
}

#ddlAction option {
    cursor: pointer;
}

.ratingWrap span {
    display: inline-block;
    margin-right: 10px;
}

/*a#btnClose, a#btnClose:hover {
    background: #fe7378 !important;
    color: #fff;
    margin-right: 5px;
}*/

#addViewer {
    background: #539ab1;
    color: #fff;
}

.k-widget.k-window {
    /*max-width: 600px !important;*/
    margin: 0px auto;
    left: 0 !important;
    right: 0;
    z-index: 10 !important;
}

.ReviewerComment textarea {
    margin-top: 5px;
}

.pendEmpLbl {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 5px;
    font-size: 15px;
    color: #f78a87;
    font-weight: normal;
    letter-spacing: 1px;
}

.txt-only-two-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.uk-tooltip .uk-tooltip-inner {
    vertical-align: unset;
    white-space: unset;
}

.add-comment-btn {
    width: 28px;
    height: 28px;
    padding: 3px 5px 4px 5px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    cursor: pointer;
}

.areas-of-review td, .areas-of-review th {
    padding: 4px 5px 4px 5px !important
}
/* IA :: Probation Evaluation - index.cshtml :: end*/
/* IA :: OnBoarding - index.cshtml :: being*/
.uk-accordion-content {
    margin-bottom: 20px;
}

.uk-tooltip {
    z-index: 100004;
}

.onboarding {
    display: flex;
    flex-wrap: wrap;
}

.workflow-card {
    width: calc(20% - 22px);
    max-width: 300px;
    height: 242px;
    background-color: #f9fafc;
    border-radius: 4px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #efefef;
}

.onboarding .name-wrap {
    height: 86px;
    box-sizing: border-box;
    border-bottom: dotted 1px #9d9d9d;
    padding: 15px 17px;
}

    .onboarding .name-wrap > h2 {
        font-family: "Sentinel SSm A", "Sentinel SSm B", "Helvetica";
        font-style: italic;
        font-weight: 900;
        font-size: 20px;
        letter-spacing: 0.5px;
        text-align: center;
        overflow: hidden;
        width: 100%;
        line-height: 1.2;
    }

.onboarding .count-wrap {
    position: relative;
    height: 105px;
    margin-top: 8px;
}

    .onboarding .count-wrap .todos-count {
        transition: opacity 0.3s ease;
        position: relative;
        font-size: 120px;
        font-family: "Champion Featherwt A", "Champion Featherwt B";
        color: #4a4a4a;
        line-height: 1;
    }

    .onboarding .count-wrap .includes {
        left: 17px;
        text-transform: uppercase;
    }

    .onboarding .count-wrap .includes, .onboarding .count-wrap .todos {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica" !important;
        font-style: normal !important;
        font-weight: 700 !important;
        background-color: #FEA54A;
        color: white;
        font-size: 10px;
        width: 64px;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .onboarding .count-wrap .includes {
        left: 17px;
        text-transform: uppercase;
    }

    .onboarding .count-wrap .todos {
        right: 17px;
    }

.onboarding .view-workflow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 17px;
    right: 17px;
    margin: 0px auto;
    width: 170px;
    height: 42px;
    border: solid 1px;
    border-color: #FEA54A;
    color: #FEA54A;
    line-height: 42px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    position: absolute;
    background-color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .onboarding .view-workflow a {
        color: #fea54a;
    }

.onboarding .workflow-actions {
    transition: opacity 0.3s ease;
    opacity: 0;
    background-color: white;
    width: 100%;
    height: 39px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 11px;
    line-height: 22px;
    text-transform: UPPERCASE;
    color: #535353;
    letter-spacing: 0.2px;
    color: #FEA54A;
    border-top: solid 1px;
    border-color: #FEA54A;
    letter-spacing: 0.5px;
}

    .onboarding .workflow-actions a {
        color: #FEA54A;
    }

    .onboarding .workflow-actions > div:nth-child(2) {
        border-left: solid 1px;
        border-left-color: #FEA54A;
    }

.layout-column {
    flex-direction: column;
}

.layout-row > .flex-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%; /* box-sizing: border-box; */
}

.card-list-animation-hover {
    transition: box-shadow .2s, transform .2s, opacity .2s;
    -webkit-transition: box-shadow .2s, transform .2s, opacity .2s;
}

.layout-align-start-center, .layout-align-center-center, .layout-align-end-center, .layout-align-space-between-center, .layout-align-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
}

.layout, .layout-column, .layout-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.layout-row {
    flex-direction: row;
}

.workflow-card .hover-wrap:hover .view-workflow {
    background-color: #FEA54A;
    color: white;
}

.workflow-card:hover .workflow-actions {
    opacity: 1;
}

.workflow-card:hover .view-workflow {
    opacity: 1;
}

.flex-row {
    display: flex;
}

    .flex-row .flex-btn {
        width: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.onboarding .md-fab-wrapper1 {
    margin: 50px auto 0;
    position: unset;
}

    .onboarding .md-fab-wrapper1 .md-fab > i {
        font-size: 36px;
        line-height: 40px;
    }

.select2-container .select2-dropdown {
    z-index: 10004;
}

.inline-field {
    display: inline-block;
    margin-left: 30px;
}

.md-card-content.no-padding {
    padding: 0 !important;
}

.AlertBox {
    width: 100%;
    margin: auto;
    padding: 12px 10px;
    background: #ffffff;
    font-size: 13px;
    border-radius: 4px;
    max-width: 780px;
    word-spacing: normal;
    text-align: center;
    border: 1px solid #efefef;
}

#WorkflowEdit a {
    font-size: 12px;
    padding: 2px 6px;
    margin-right: 1px;
    color: #fff;
    margin-left: 4px;
    border-radius: 3px;
}

#WorkflowEdit a {
    background: #ff837a;
}

.onboarding .view-workflow:hover a {
    color: #fff;
}

.AlertBox .mt-titleTooltip {
    font-size: 13px;
}

div#CompetenceAccordian, .CustomAccordian {
    max-width: 800px;
    margin: 0px auto;
}

    #CompetenceAccordian .uk-accordion-content, .CustomAccordian .uk-accordion-content {
        margin-bottom: 20px;
        box-shadow: 0px 6px 13px #efefef;
        /*padding: 0 15px !important;*/
        /*margin-top: -15px;*/
        display: none;
        /*width: 770px;*/
    }

.uk-accordion-title {
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    margin-top: 10px;
    background: #f3f3f3;
    text-transform: capitalize;
    border: 1px solid #efefef;
    border-radius: 4px;
}

    .uk-accordion-title:after {
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        font-size: 26px;
        color: #bfbebe;
    }

    .uk-accordion-title.active:after {
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        color: #414142;
    }

span.assignee-name {
    float: right;
    margin-right: 15px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    padding: 0 15px;
    border-radius: 20px;
    margin-top: -1px;
    color: #909090;
    text-align: center;
    font-weight: normal;
}

.uk-accordion-title:hover, .uk-accordion-title.active {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
}

.uk-accordion-title.active {
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
}

.uk-accordion-title .btn-icon.btnDeleteToDoTask {
    position: absolute;
    left: -45px;
    opacity: 0;
    visibility: hidden;
}

.uk-accordion-title:hover .btn-icon.btnDeleteToDoTask {
    opacity: 1;
    visibility: visible;
    padding-right: 45px;
    padding-left: 5px;
}

.select2-container {
    width: 100% !important;
}

.cke_contents.cke_reset {
    height: 100px !important;
}

.NoDataFound {
    text-align: center;
}

    .NoDataFound h3 {
        font-size: 30px;
        font-weight: bold;
        color: #ccc;
        font-family: "Sentinel SSm A", "Sentinel SSm B", "Helvetica";
    }

    .NoDataFound img {
        max-width: 250px;
        margin-top: 100px;
    }

h3.uk-accordion-title.AddNewtod0 {
    background: #fff;
    color: #FEA54A;
    border-color: #FEA54A;
    max-width: 760px;
    text-align: center;
    margin: auto;
}

    h3.uk-accordion-title.AddNewtod0 a {
        color: #FEA54A;
    }

    h3.uk-accordion-title.AddNewtod0:after {
        display: none;
    }

.workflow-card .hover-wrap:hover .view-workflow, .workflow-card .hover-wrap:hover .view-workflow a,
.flex-row .flex-btn:hover, .flex-row .flex-btn:hover a {
    background-color: #FEA54A;
    color: white;
}

.card-list-animation-hover.workflow-card:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1) !important;
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
}

/*.parsley-row > label {
    position: absolute;
    top: 16px;
    left: 0;
    top: -20px;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    pointer-events: none;
    color: #333;
}*/

.select2-container.select2-container--open {
    width: 100% !important;
    Z-INDEX: 10006 !important;
}

.onboarding .md-fab.md-fab-primary {
    background: #2196f3;
    margin: auto;
}
/* IA :: OnBoarding - index.cshtml :: end*/
/* IA :: Insurance - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}

.uk-border {
    border: 1px solid #ddd;
}
/* IA :: Insurance - index.cshtml :: end*/
/* IA :: Employee Separation - index.cshtml :: being*/
/* IA :: Employee Separation - index.cshtml :: end*/
/* IA :: Final Settlement - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}

.toolbar-inputField {
    display: inline-block;
    min-width: 250px;
    margin-top: -2px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 10009;
}

.themeWhite .material-icons.opacity {
    opacity: 0.5;
}

.themeWhite .uk-overflow-container #dt_tableToolsTransferEmployee th {
    position: sticky;
    background: #f7f7f7;
    padding: 10px 12px;
    top: 0;
    z-index: 10;
}

#btnAdd:hover {
    color: #252525;
    background: #ecedef;
}

    #btnAdd:hover i {
        color: #252525
    }
/* IA :: Final Settlement - index.cshtml :: end*/
/* CP :: ProcessPayroll - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    max-height: 80px;
    overflow: auto;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        max-height: unset !important;
    }

.ShiftLockMonth {
    position: absolute;
    padding: 0 5px;
    background: #f4faff;
    border-radius: 3px;
    bottom: 100%;
    right: 0;
}

    .ShiftLockMonth span {
        display: block;
        padding: 3px;
        font-size: 10px;
    }

        .ShiftLockMonth span.close {
            position: absolute;
            right: -7px;
            top: -7px;
            background: #595eeb;
            padding: 0;
            border-radius: 13px;
            text-align: center;
            width: 17px;
            height: 17px;
            line-height: 12px;
        }

.NavLinks span.active {
    color: #595eeb;
    border-bottom: 3px solid #595eeb;
}

.NavLinks > span {
    cursor: pointer;
    font-size: 15px;
    padding: 16px 5px;
    color: #343434;
    border-bottom: 3px solid transparent;
    margin-right: 15px;
    letter-spacing: 1px;
    display: inline-block;
    line-height: normal;
}
/* CP :: ProcessPayroll - index.cshtml :: end*/
/* CP :: InterestRate - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}
/* CP :: InterestRate - index.cshtml :: end*/
/* CP :: PayrollReadiness - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}
/* CP :: PayrollReadiness - index.cshtml :: end*/
/* CP :: PayrollAdditionDeletion - index.cshtml :: being*/
.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
    height: 65px;
}

#DivBulkUpdateScreen1 .select2-container--default .select2-selection--multiple {
    width: calc(100% - 100px);
    float: left;
}

    #DivBulkUpdateScreen1 .select2-container--default .select2-selection--multiple input {
        height: 29px !important;
    }

.heighlight {
    color: #595eeb;
    letter-spacing: 0.6px;
}

div.k-window {
    z-index: 999 !important;
}

.dataTables_wrapper .dt-uikit-header {
    padding: 13px 9px 2px;
}

.themeWhite table.uk-table-bordered td {
    border: 1px solid #ddd !important
}

.themeWhite table.uk-table-bordered th {
    border: 1px solid transparent !important
}

.text-align-bottom {
    display: flex;
    justify-content: flex-start;
}

.cust-add-delet {
    background: #efefef;
    padding: 2px;
    border-radius: 50%;
    margin-top: -4px;
    margin-left: 2px;
}

.ShiftLockMonth {
    position: absolute;
    padding: 0 5px;
    background: #f4faff;
    border-radius: 3px;
    bottom: 100%;
    right: 0;
}

    .ShiftLockMonth span {
        display: block;
        padding: 3px;
        font-size: 10px;
    }

        .ShiftLockMonth span.close {
            position: absolute;
            right: -7px;
            top: -7px;
            background: #595eeb;
            padding: 0;
            border-radius: 13px;
            text-align: center;
            width: 17px;
            height: 17px;
            line-height: 12px;
        }

.themeWhite .ShiftLockMonth span.close i.material-icons {
    color: #fff;
    font-size: 12px;
}

.crossIcon_cus i {
    color: #ff7979 !important;
    border: 1px solid #ff7979;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 23px;
    border-radius: 4px;
    margin-bottom: 6px;
    margin-top: -3px;
}

#EmployeeList {
    display: flex;
    justify-content: space-between;
    width: 83%;
    margin-top: -30px;
    direction: rtl;
    text-align: center;
}

td.p-error-note {
    width: 300px;
    height: 40px;
    overflow-y: scroll;
    display: block;
    border: 1px solid #efefef !important;
    border-radius: 4px;
    margin: 5px;
    box-shadow: 0px 0px 10px 0px #efefef;
}

/* CP :: PayrollAdditionDeletion - index.cshtml :: end*/
/* CP :: ProcessBank - index.cshtml :: being*/
#dt_tableEmployeeDetail thead tr th.CommonSelect {
    width: 80px !important;
}

#dt_tableEmployeeDetail thead tr th.CommonSR {
    width: 50px !important;
}

.custom-pad-mar {
    padding-top: 0;
    margin-bottom: 10px !important;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: unset !important;
}
/* CP :: ProcessBank - index.cshtml :: end*/
/* New Project Style Sheet :: being */
.block-card {
    border: 1px solid #efefef;
    box-shadow: 0px 0px 10px 0px #f6f6f6;
    border-radius: 8px;
    padding: 12px;
}

.uk-dropdown.uk-dropdown-flip ul.md-list-inputs li {
    display: flex;
}

.custom-input-calender {
    display: block;
    min-width: 47.2%;
}
/*Updated Search Icon Issue*/
.icheckbox_square-blue,
.iradio_square-blue {
    transform: scale(0.7);
    margin: 0;
}

.search-wrapper:before {
    font-family: FontAwesome !important;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    padding-right: 6px;
    content: "" !important;
    content: "\f002" !important;
    opacity: .7;
    color: #595eeb;
    border-right: 1px solid #ccc;
    width: 17px !important;
    height: 15px !important;
    top: 0px !important;
    left: 47px !important;
    left: unset !important;
    display: flex !important;
    border: 1px solid #dcdcdc !important;
    padding: 9px !important;
    border-radius: 4px 0px 0px 4px !important;
    align-items: center !important;
}

div#dt_tableTools_filter label {
    display: flex;
    align-items: center;
    column-gap: 0px;
    visibility: hidden;
    content: "" !important;
    justify-content: flex-end;
}

    div#dt_tableTools_filter label .md-input-wrapper {
        visibility: visible;
    }

.dt-uikit-header .uk-width-medium-2-4 .search-wrapper {
    width: 400px;
    margin: 0px !important;
    position: absolute;
    right: 15px;
}

    .dt-uikit-header .uk-width-medium-2-4 .search-wrapper label .md-input-wrapper {
        width: 400px;
        max-width: 400px;
        min-width: 400px;
    }

span.StatusIcon.Status_Active, span.StatusIcon.Status_Approved {
    border: 1px solid rgba(15, 183, 107, 0.32);
}

span.StatusIcon {
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 3px 5px;
    min-width: 42px;
    display: inline-block;
    box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    text-align: right;
    position: relative;
}

.multiselector-full-width span.select2 {
    width: 100% !important
}

.header-right-icon {
    width: 26px !important;
    height: 26px !important;
    line-height: 24px !important;
    border: 1px solid #e9e9e9;
    padding: 2px;
    border-radius: 2px;
}

#SmallTabsContainer .customRoundTabs > li {
    padding: 3px 6px;
    margin: 0px;
    font-size: 12px;
    width: 100%;
    min-width: auto;
}

.user-image img {
    width: 130px !important;
    height: 130px;
    border-radius: 100px;
    margin-left: 2px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 4px #efefef;
    margin-top: 2px;
}

.gradient-icon-circle {
    background: linear-gradient(99deg, #f5f7fa, rgba(215, 211, 251, 1), #f6e2f2, rgba(245, 247, 250, 1));
    padding: 4px;
    display: inline-block;
    border-radius: 20px;
    width: 35px;
    height: 35px;
}

.box-shadow-default {
    box-shadow: 0px 0px 10px #efefef
}

.filterBar {
    left: 65px;
}

    .filterBar .filterValue {
        padding: 9px
    }
.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen{
    background:#fff
}
.card-reports {
    box-shadow: 0px 0px 10px 0px #efefef;
    margin-top: 14px;
    border-radius: 10px;
}
.user-image.large img.card-reports-img {
    width: 90px !important;
    height: 90px !important
}
#EventList li {
    /*box-shadow: 0px 0px 10px 0px #f7f7f7;*/
    /*border: 1px solid #efefef;*/
    /*border-radius: 9px;*/
    padding: 5px;
    margin: 5px 0px;
}
.k-widget.k-window.k-window-maximized {
    max-width: 88% !important;
    height: 78vh !important;
    align-self: anchor-center;
}
.custom-report-txt-area textarea#TextArea1{
    height:60vh !important
}
/* New Project Style Sheet :: end */
/* Bounce Animation effect :: being*/
.bounce {
    animation: bounce 1s infinite;
    -webkit-animation: bounce 9s infinite;
    -moz-animation: bounce 9s infinite;
    -o-animation: bounce 9s infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-10px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-10px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-10px);
    }

    60% {
        -o-transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-10px);
    }
}
/* Bounce Animation effect :: end */
