/*
  EmployeeSelfService-9_31.scss
  application: EmployeeSelfService
  application version: 9.31
*/

/* xe-ui-components.min.css */
mark {
    background-color: #FFFF00;
    color: #000000;
}fieldset {
    border-color: #C0C0C0;
}.xe-label label {
    color: #585858;
}xe-badge .xe-badge {
    color: #585858;
}xe-badge .draft-badge {
    background-color: #F5F2E7;
    color: #8A6A00;
}xe-badge .pending-badge {
    background-color: #EAE6FF;
    color: #5745BE;
}xe-badge .rejected-badge {
    background-color: #FFEEED;
    color: #D42828;
}xe-badge .approved-badge {
    background-color: #EAF7F2;
    color: #00804D;
}xe-badge .expired-badge {
    background-color: #F4F4F4;
    color: #5B5E65;
}xe-badge .awaiting-badge {
    background-color: #EFF7FF;
    color: #2874BB;
}xe-button .primary:hover:not([disabled]) {
    background-color: #0070b3; /*#065AA5*/
}xe-button .primary {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}xe-button .secondary {
    background-color: #FFFFFF;
    border-color: #0069A7; /*#026BC8*/
    color: #0069A7; /*#026BC8*/
}xe-button .secondary:hover:not([disabled]) {
    background-color: #0070b3; /*#065AA5*/
    color: #FFFFFF;
}xe-button .secondary:focus:not([disabled]) {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}xe-button .primary:disabled,xe-button .secondary:disabled {
    background-color: #B2B3B7;
    color: #FFFFFF;
}xe-button .primary:active:not([disabled]),xe-button .secondary:active:not([disabled]) {
    background-color: #004066; /*#0A4982*/
}.xe-checkmark {
    background-color: #FFFFFF;
    border-color: #B2B3B7;
}.xe-container input:checked~.xe-checkmark {
    background-color: #0069A7; /*#026BC8*/
    border-color: #0069A7; /*#026BC8*/
}.xe-container input:focus:checked~.xe-checkmark {
    background-color: #0069A7; /*#026BC8*/
    border-color: #5353D1; /*#75C5FF*/
}.xe-container input:focus~.xe-checkmark {
    background-color: #FFFFFF;
    border-color: #5353D1; /*#75C5FF*/
}.xe-container input:disabled~.xe-checkmark {
    background-color: #F7F7F7;
    border-color: #B2B3B7;
}.xe-container input:disabled:checked~.xe-checkmark {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}xe-dropdown .dropdown {
    border-color: #9c9c9c;
}xe-dropdown .dropdown:focus {
    background-color: #FFFFFF;
    border-color: #143A5A; /*#206E9F*/
}xe-dropdown .dropdown .placeholder {
    color: #9c9c9c;
}xe-dropdown .dropdown .glyphicon-chevron-down {
    color: #9c9c9c;
}xe-dropdown .dropdown .dropdown-menu {
    border-color: #143A5A; /*#206E9F*/
}xe-dropdown .dropdown .dropdown-menu>li.active {
    background-color: #F1F7FB;
}xe-dropdown .dropdown .dropdown-menu>li.selected,xe-dropdown .dropdown .dropdown-menu>li:hover {
    outline-color: #accfec; /*#B0DEEC*/
    background-color: #fbfdfe; /*#F3FCFF*/
}xe-status-label .draft {
    color: #8A6A00;
    background-color: #F5F2E7;
}xe-status-label .pending {
    color: #5745BE;
    background-color: #EAE6FF;
}xe-status-label .rejected {
    color: #D42828;
    background-color: #FFEEED;
}xe-status-label .approved {
    color: #00804D;
    background-color: #EAF7F2;
}xe-status-label .default {
    color: #956130;
    background-color: #FFFFFF;
}xe-status-label .awaiting {
    color: #2874BB;
    background-color: #EFF7FF;
}xe-status-label .not-started {
    color: #5B5E65;
    background-color: #F4F4F4;
}xe-radio-button input[type=radio]+label {
    color: #151618;
}xe-radio-button input[type=radio]:checked+label {
    color: #151618;
}xe-radio-button .disabledRadio+label {
    color: #151618;
}xe-radio-button .label {
    color: #151618;
}xe-switch input.cmn-toggle-round+label:after {
    background-color: #FFFFFF;
    border-color: #D9D9D9;
}xe-switch input.cmn-toggle-round+label:before {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}xe-switch input.cmn-toggle-round:checked+label:before {
    background-color: #0069A7; /*#026BC8*/
    border-color: #afafe9; /*#81C8FF*/
}xe-switch input.cmn-toggle-round:checked+label:after {
    border-color: #afafe9; /*#81C8FF*/
}xe-switch input.disabledSwitch:checked+label:before {
    color: #151618;
    border-color: #B2B3B7;
    background-color: #B2B3B7;
}xe-switch input.disabledSwitch:checked+label:after {
    background-color: #F7F7F7;
    border-color: #B2B3B7;
}xe-switch input.disabledSwitch+label:before {
    color: #151618;
    border-color: #B2B3B7;
    background-color: #B2B3B7;
}xe-switch input.disabledSwitch+label:after {
    background-color: #F7F7F7;
    border-color: #B2B3B7;
}xe-switch .label {
    color: #585858;
}xe-text-area .xe-label {
    color: #585858;
}xe-text-area .comments-field {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}xe-text-area .readonly {
    background-color: #F7F7F7;
    border-color: #151618;
    color: #5B5E65;
}xe-text-area textarea:focus {
    border-color: #0069A7; /*#026BC8*/
    color: #151618;
}xe-text-area .label {
    color: #585858;
}xe-text-box .password-field,xe-text-box .text-field {
    background-color: #FFFFFF;
}xe-text-box .xe-label {
    color: #585858;
}xe-text-box .text-field {
    border-color: #B2B3B7;
}xe-text-box .password-field:focus {
    border-color: #143A5A; /*#206E9F*/
    color: #585858;
}xe-text-box .password-field {
    border-color: #B2B3B7;
}xe-text-box .text-field:focus:not([valid]) {
    border-color: #0069A7; /*#026BC8*/
    color: #151618;
}xe-text-box .disabled,xe-text-box .readonly {
    border-color: #151618;
    color: #5B5E65;
    background-color: #F7F7F7;
}xe-text-box .valid {
    background-color: #E8FFF1;
    color: #090A0D !important;
    border-color: #1C8445;
}xe-text-box input.ng-invalid.ng-invalid-maxlength,xe-text-box input.ng-invalid.ng-touched {
    background-color: #FFFFFF;
    color: #151618 !important;
    border-color: #FF3030 !important;
}xe-text-box .error-messages.ng-active {
    color: #E32D27;
}xe-simple-text-box .simple-input-field {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}xe-simple-text-box .label {
    color: #151618;
}xe-simple-text-box .simple-input-field:focus {
    border-color: #0069A7; /*#026BC8*/
    color: #151618;
}xe-simple-text-box .readonly {
    background-color: #F7F7F7;
    border-color: #151618;
    color: #5B5E65;
}.xe-typography .headings,.xe-typography .hr,.xe-typography .inline,.xe-typography .lists,.xe-typography .paragraph {
    color: #585858;
}.xe-typography .anchor {
    color: #143A5A; /*#206E9F*/
}.xe-typography .typography {
    color: #585858;
}.xe-typography .logo-white {
    background-color: #143A5A; /*#206E9F*/
}.xe-typography .horizontal-row {
    border-color: #585858;
}.xeColorsContainer .content {
    border-right-color: #C5CACF;
    border-left-color: #C5CACF;
    border-bottom-color: #C5CACF;
}.xeColorsContainer .pri-color1 {
    background-color: #143A5A; /*#206E9F*/
    border-color: #0E3C59;
}.xeColorsContainer .pri-color2 {
    background-color: #000000;
    border-color: #000000;
}.xeColorsContainer .pri-color3 {
    background-color: #585858;
    border-color: #252628;
}.xeColorsContainer .pri-color4 {
    background-color: #fbfdfe; /*#EFF4F8*/
    border-color: #E4E9EC;
}.xeColorsContainer .sub-content1,.xeColorsContainer .sub-content2 {
    color: #585858;
}.xeColorsContainer .sec-color1 {
    background-color: #FFFEEA;
    border-color: #E0D397;
}.xeColorsContainer .sec-color2 {
    background-color: #EBFAFF;
    border-color: #99CDDE;
}.xeColorsContainer .sec-color3 {
    background-color: #058423;
    border-color: #054C16;
}.xeColorsContainer .sec-color4 {
    background-color: #EE4F4F;
    border-color: #EE4F4F;
}.xeColorsContainer .acc-color1 {
    background-color: #FFCDAA;
    border-color: #E19F72;
}.xeColorsContainer .acc-color2 {
    background-color: #DAD5FF;
    border-color: #988DDB;
}.xeColorsContainer .acc-color3 {
    background-color: #C9F0C7;
    border-color: #4EC76A;
}.xeColorsContainer .acc-color4 {
    background-color: #FFDCDC;
    border-color: #F57E7E;
}.xeColorsContainer .grey-color1 {
    background-color: #F7F7F7;
    border-color: #DADADA;
}.xeColorsContainer .grey-color2 {
    background-color: #EFEFEF;
    border-color: #CDCDCD;
}.xeColorsContainer .grey-color3 {
    background-color: #E2E2E2;
    border-color: #B9B9B9;
}.xeColorsContainer .grey-color4 {
    background-color: #D5D5D5;
    border-color: #A9A9A9;
}.ui-select-container .select2-choice,.ui-select-multiple .select2-choices {
    border-color: #B2B3B7;
}.ui-select-multiple .select2-choices {
    background-color: #FFFFFF !important;
}.ui-select-container.select2-container-active>.select2-choice {
    border-color: #0069A7 !important; /*#026BC8*/
}.ui-select-multiple.select2-container-active .select2-choices {
    border-color: #0069A7 !important; /*#026BC8*/
}.ui-select-container.select2-dropdown-open .select2-choice {
    border-color: #0069A7; /*#026BC8*/
    border-bottom-color: #EEEEEF !important;
}.ui-select-container.select2-allowclear abbr.ui-select-clear:focus {
    outline-color: #0069A7; /*#026BC8*/
}.ui-select-multiple .select2-choices .select2-search-choice {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}.ui-select-container .select2-choice>.select2-chosen {
    color: #151618;
}.ui-select-dropdown .select2-search input,.ui-select-multiple .select2-choices .select2-search-field input {
    color: #151618;
}.ui-select-dropdown .select2-search input {
    border-color: #B2B3B7 !important;
}.ui-select-multiple .select2-choices .select2-search-field input::-webkit-input-placeholder {
    color: #151618;
}.ui-select-multiple .select2-choices .select2-search-field input:-moz-placeholder {
    color: #151618;
}.ui-select-multiple .select2-choices .select2-search-field input::-moz-placeholder {
    color: #151618;
}.ui-select-multiple .select2-choices .select2-search-field input:-ms-input-placeholder {
    color: #151618;
}.ui-select-dropdown {
    border-color: #0069A7 !important; /*#026BC8*/
}.ui-select-choices {
    border-top-color: #0069A7; /*#026BC8*/
}.ui-select-choices li {
    border-bottom-color: #EEEEEF;
}.ui-select-choices ul li {
    color: #151618;
}.ui-select-choices ul li:first-child {
    border-top-color: #EEEEEF;
}.ui-select-choices .select2-highlighted {
    background-color: #0069A7; /*#026BC8*/
    border-color: #EEEEEF;
    color: #FFFFFF;
}.ui-select-choices li.ui-select-choices-group>.ui-select-choices-group-label {
    color: #151618;
    background-color: #EEEEEF;
}.ui-select-choices ul li:hover {
    background-color: #F7F7F7;
    border-color: #EEEEEF;
    color: #151618;
}.ui-select-container .select2-choice>.select2-chosen .ng-binding {
    color: #151618;
}.ui-select-choices .select2-no-results {
    color: #151618;
    background-color: #FFFFFF;
}.select2-search-choice-focus {
    background-color: #EEEEEF !important;
}.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
    border-color: #0069A7; /*#026BC8*/
}.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
    border-color: #0069A7 !important; /*#026BC8*/
}.pagination-container .pagination-controls button,.pagination-container .pagination-controls input,.pagination-container .pagination-controls select {
    border-color: #0069A7; /*#026BC8*/
}.pagination-container .pagination-controls button,.pagination-container .pagination-controls select {
    background-color: #FFFFFF;
}.pagination-controls button.first:focus {
    border-color: #afafe9; /*#81C8FF*/
}.pagination-container .pagination-controls button.previous:focus {
    border-color: #afafe9; /*#81C8FF*/
}.pagination-container .pagination-controls button.next:focus {
    border-color: #afafe9; /*#81C8FF*/
}.pagination-container .pagination-controls button.last:focus {
    border-color: #afafe9; /*#81C8FF*/
}.pagination-container .pagination-controls button:disabled,.pagination-container .pagination-controls button:disabled:focus,.pagination-container .pagination-controls button:disabled:hover,.pagination-container .pagination-controls select:disabled {
    background-color: #D9D9D9;
}.pagination-container .pagination-controls select {
    background-color: #FFFFFF;
}.pagination-container .pagination-controls .per-page-select {
    border-color: #B2B3B7;
}.pagination-container .pagination-controls .per-page-select:focus {
    border-color: #afafe9; /*#81C8FF*/
}.column-filter-button:focus {
    border-color: #0069A7; /*#026BC8*/
    color: #151618;
}.column-filter-button {
    background-color: #FFFFFF;
    border-color: #B2B3B7;
    color: #151618;
}.column-filter-button .placeholder {
    color: #5B5E65;
}.column-setting-menu li {
    border-bottom-color: #EEEEEF;
}.column-setting-menu {
    background-color: #FFFFFF;
    border-color: #CCC #DDD #DDD;
    border-right-color: #DDDDDD;
}.column-setting-menu::after {
    border-bottom-color: #FFFFFF;
}.table-container {
    border-color: #EEEEEF;
    background-color: #FFFFFF;
}.table-container .caption caption {
    color: #151618;
}.table-container .thead {
    border-bottom-color: #EEEEEF;
    border-top-color: #EEEEEF;
}.table-container .tbody thead tr th,.table-container .thead thead tr th {
    color: #151618;
}.table-container .trMobile .total-row {
    color: #5B5E65;
}.table-container .trMobile .total-row[total-label]:before {
    color: #151618;
}.table-container .trDesktop thead tr:hover td {
    background-color: #F2F8FC;
}.table-container .trDesktop thead tr.active-row td {
    background-color: #F8F8F8;
    color: #151618 !important;
}.table-container .trDesktop thead tr th {
    color: #151618;
    border-bottom-color: #EEEEEF;
}.table-container .trDesktop thead tr th.active {
    background-color: #F8F8F8;
}.table-container .tbody tbody tr:hover td {
    background-color: #F2F8FC;
}.table-container .tbody tbody tr.active-row td {
    background-color: #F8F8F8;
    color: #151618 !important;
}.table-container .tbody tbody tr td {
    color: #151618;
    border-bottom-color: #EEEEEF;
}.table-container .tbody tbody tr td.active {
    background-color: #F8F8F8;
}.table-container .tfoot.pagination-container {
    border-top-color: #EEEEEF;
}.table-container th.focus-ring,.table-container th:focus,.table-container tr td:focus,.table-container tr.active-row td.focus-ring {
    outline-color: #0069A7; /*#026BC8*/
}.table-container .load-indicator .text {
    color: #FFFFFF;
}.table-container .load-indicator .spinner>div {
    background-color: #FFFFFF;
}#dragtable td,#dragtable th {
    background-color: #d5d5d5 !important;
}.xe-tab-container a:focus {
    border-color: #afafe9; /*#81C8FF*/
}.xe-tab-container .xe-tab-nav {
    border-bottom-color: #EEEEEF;
}.xe-tab-container .xe-tab-nav>li>a {
    color: #5B5E65;
}.xe-tab-container .xe-tab-nav>li.active:active>a,.xe-tab-container .xe-tab-nav>li.active:focus>a,.xe-tab-container .xe-tab-nav>li.active:hover>a,.xe-tab-container .xe-tab-nav>li.active>a,.xe-tab-container .xe-tab-nav>li:active>a,.xe-tab-container .xe-tab-nav>li:focus>a,.xe-tab-container .xe-tab-nav>li:hover>a {
    color: #0069A7; /*#026BC8*/
}.xe-tab-container .xe-tab-nav>li.active a>span,.xe-tab-container .xe-tab-nav>li.active:active a>span,.xe-tab-container .xe-tab-nav>li.active:focus a>span,.xe-tab-container .xe-tab-nav>li.active:hover a>span,.xe-tab-container .xe-tab-nav>li:active a>span,.xe-tab-container .xe-tab-nav>li:focus a>span,.xe-tab-container .xe-tab-nav>li:hover a>span {
    background-color: #0069A7; /*#026BC8*/
}.xe-pie-chart .xe-pie-tooltip {
    background-color: #FFFEEA;
    border-color: #E0D397;
    color: #585858;
}.xe-popup-container {
    background-color: #FFFFFF;
}.xe-popup-container .xe-popup-close {
    background-color: #FFFFFF;
}.xe-popup-container .xe-app-title {
    color: #000000;
}.xe-popup-container .xe-modal-body .xe-title {
    color: #585858;
}.xe-popup-container .xe-pop-content {
    color: #585858;
}.xe-modal-container {
    background-color: #FFFFFF;
}.xe-modal-container .xe-modal-close {
    background-color: #FFFFFF;
}.xe-modal-container hr {
    border-top-color: #808080;
}.xe-modal-container .xe-app-title {
    color: #000000;
}.xe-modal-container .xe-app-version,.xe-modal-container .xe-platform-version {
    color: #555658;
}.xe-modal-container .xe-modal-body .xe-title {
    color: #585858;
}.xe-modal-container .xe-modal-footer {
    color: #5B5E65;
}#xeModalPrivacyLink {
    color: #0069A7 !important; /*#026bc8*/
}.active-timepickerFocus {
    outline-color: #afafe9; /*#81C8FF*/
}.cancel {
    background-color: #F5F5F5;
    color: #000000;
}.pushme,.selectTime,.selectTime1 {
    background-color: #FFFFFF;
}.selectTime,.selectTime1 {
    color: #555555;
}.pushme {
    color: #000000;
}.pushmeBorder {
    border-bottom-color: #CCCCCC;
    border-top-color: #CCCCCC;
}.ulContainer {
    border-bottom-color: #B2B3B7;
    border-top-color: #B2B3B7;
}ul.ulContainer li {
    color: #585858;
}.itemContainer {
    color: #D4D6D9;
}.timerHeader .xe-popup-close {
    background-color: #FFFFFF;
}.meridianPm {
    color: #D4D6D9;
}.timepickerContainer {
    background-color: #FFFFFF;
}.xeTimePickerTextField-readonly {
    background-color: #F7F7F7 !important;
    border-color: #151618 !important;
    color: #5B5E65 !important;
}.xeTimePickerTextField {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
    color: #5B5E65;
}.xeTimePickerTextField:focus {
    border-color: #0069A7; /*#026BC8*/
    color: #151618;
}.xe-bar-tooltip {
    background-color: #FFFEEA;
    border-color: #E0D397;
    color: #585858;
}@media only screen and (max-width:768px){.search-container .simple-input-field:focus {
    border-color: #B2B3B7;
    color: #585858;
}.search-container .simple-input-field:focus::-webkit-input-placeholder {
    color: #CCCCCC;
}.search-container .simple-input-field:focus::-moz-placeholder {
    color: #CCCCCC;
}.search-container .simple-input-field:focus::-ms-input-placeholder {
    color: #CCCCCC;
}
}
@media only screen and (max-width:768px){.table-container .caption {
    border-bottom-color: #EEEEEF;
}.table-container .tbody tbody tr {
    border-bottom-color: #EEEEEF;
}
}
@media screen and (min-width:768px){.xe-popup-container .xe-pop-content {
    color: #585858;
}.xe-popup-container .xe-popup-header span#xePopupClose:focus {
    outline-color: #4D90FE;
}
}
@media screen and (min-width:768px){.xe-modal-container {
    border-color: #979797;
}
}
@media only screen and (min-width:768px){.timepickerContainer {
    background-color: #FFFFFF;
    border-color: #0069A7; /*#026BC8*/
}.timepickerContainer::after {
    border-bottom-color: #FFFFFF;
}.timepickerContainer::before {
    border-bottom-color: #0069A7; /*#026BC8*/
}
}

/* employee-common.css */
.page-heading h1,.page-header h1,.page-header .page-heading,.page-header label,#title-panel.aurora-theme h1,#title-panel.hr-dashboard-title h1  {
    color: #585858 !important;
}input, select, textarea, .eds-text-field,xe-text-box .text-field, .dropdown.dropdown-select2 .dropdown-toggle  {
    color: #585858;
    border-color: #9c9c9c;
    background-color: #FFFFFF;
}input[type=text]:disabled  {
    background-color: #F9FAFA !important;
    border-color: #D7E0E7;
}select  {
    background-color: #FFFFFF;
}select:disabled  {
    background-color: #D9D9D9 !important;
}select option:checked  {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}.close-icon, .dropdown-close-icon  {
    color: #000000;
}.select2-container .select2-choice,.select2-container-multi .select2-choices  {
    color: #585858;
}.select2-container-multi .select2-choices .select2-search-field input  {
    background-color: #FFFFFF;
}.select2-container-multi.ui-select-multiple .select2-choices .select2-search-field input::-webkit-input-placeholder  {
    color: #585858;
}.select2-container .select2-default > span,.select2-container .select2-choice > .select2-chosen  {
    color: #585858 !important;
}.select2-drop:not(.ui-select-dropdown) .select2-results .select2-highlighted  {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}.select2-drop .select2-search input,.select2-drop .ui-select-search-hidden input  {
    border-color: #143A5A !important; /*#206E9F*/
    background-color: #FFFFFF;
}.select2-container.select2-container-disabled .select2-choice  {
    background-color: #F7F7F7 !important;
}.jquery-select2-container.select2-container .select2-choice,.jquery-select2-container.select2-container-multi .select2-choices  {
    border-color: #9c9c9c;
}.jquery-select2-container.select2-container:not(.select2-container-disabled) .select2-choice,.jquery-select2-container.select2-container-multi:not(.select2-container-disabled) .select2-choices  {
    background-color: #FFFFFF;
}.ui-select-dropdown.select2-drop .select2-search input  {
    border-color: #143A5A !important; /*#206E9F*/
    background-color: #FFFFFF !important;
}.dropdown .dropdown-toggle:hover,.dropdown .dropdown-toggle:focus  {
    color: #585858;
}.dropdown .dropdown-menu > li  {
    color: #151618;
    background-color: #FFFFFF;
    border-bottom-color: #EEEEEF;
}.dropdown .dropdown-menu > li > a:hover,.dropdown .multiselect-menu-item:hover,.dropdown .dropdown-menu > li > a:focus,.dropdown .multiselect-menu-item:focus  {
    background-color: #F7F7F7;
    color: #151618;
}.dropdown .dropdown-menu > li > a:focus,.dropdown .multiselect-menu-item:focus  {
    border-color: #EEEEEF;
}.dropdown.dropdown-btn .dropdown-menu:before  {
    border-bottom-color: #CCCCCC;
}.dropdown.dropdown-btn .dropdown-menu:after  {
    border-bottom-color: #FFFFFF;
}.dropdown.dropdown-select2.open > a.dropdown-toggle,.dropdown.dropdown-select2.open > button.dropdown-toggle  {
    background-color: #FFFFFF !important;
    border-color: #143A5A; /*#206E9F*/
}.dropdown.dropdown-select2 .dropdown-menu > li > a:hover,.dropdown.dropdown-select2 .dropdown-menu > li > a:focus  {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}.dropdown.dropdown-select2 > a:hover,.dropdown.dropdown-select2 > a:focus  {
    background-color: #FFFFFF !important;
}.dropdown.dropdown-select2 .dropdown-menu  {
    border-color: #143A5A; /*#206E9F*/
}.dropdown.dropdown-select2.open .dropdown-menu  {
    border-top-color: #EEEEEF !important;
}.btn-primary  {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}.btn-primary:hover:not([disabled])  {
    background-color: #0070b3; /*#065AA5*/
}.btn-primary:focus:not([disabled])  {
    background-color: #0069A7; /*#026BC8*/
}.btn-default  {
    background-color: #FFFFFF;
    border-color: #0069A7; /*#026BC8*/
    color: #0069A7; /*#026BC8*/
}.btn-default:hover:not([disabled])  {
    background-color: #0070b3; /*#065AA5*/
    color: #FFFFFF;
}.btn-default:focus:not([disabled])  {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}.btn-primary:disabled  {
    background-color: #B2B3B7;
    color: #FFFFFF;
}.btn-default:disabled  {
    background-color: #B2B3B7;
    color: #FFFFFF;
}.btn-primary:active:not([disabled])  {
    background-color: #004066; /*#0A4982*/
}.btn-default:active:not([disabled])  {
    background-color: #004066; /*#0A4982*/
}.input-for-search-btn  {
    border-color: #9c9c9c;
}input[type=checkbox]+.lbl::before,input[type=radio]+.lbl::before  {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #0064B4;
}input[type=checkbox]:checked+.lbl::before,input[type=radio]:checked+.lbl::before  {
    background-color: #006600;
    border-color: #006600;
}input[type=checkbox]+.lbl.disabled::before {
    border-color: #CCCCCC;
}input.ng-touched.ng-invalid,textarea.ng-touched.ng-invalid,.m-ssb-edit-radiobox.required,.ui-select-match[required],.select2-choices[required]  {
    border-color: #FF3030 !important;
}:focus  {
    outline-color: #0069A7; /*#026BC8*/
}a:focus,div[tabindex='0']:focus,#title-panel.aurora-theme h1,.tab-section .tabset .tab a:focus  {
    outline-color: #0069A7 !important; /*#026BC8*/
}select:focus, textarea:focus,input:not([type=button]):not([type=submit]):not(.select2-input):focus,input[type=file]:focus, .eds-text-field:focus,input.hasMultiCalendarPicker:focus,xe-text-box .text-field:focus:not([valid]),xe-text-area textarea:focus,input[type=checkbox]:focus+.lbl::before,input[type=radio]:focus+.lbl::before,input[type=checkbox][focus]+.lbl::before,input[type=radio][focus]+.lbl::before,input[type=checkbox].focus+.lbl::before,input[type=radio].focus+.lbl::before,.dropdown-toggle:focus, .dropdown.open .dropdown-menu, .dropdown.open .dropdown-toggle,.input-for-search-btn:focus,.xeTimePickerTextField:focus,.close-icon:focus,.select2-container.ui-select-container.select2-container-active > .select2-choice,.select2-container.select2-container-multi.select2-container-active > .select2-choices,.select2-container.select2-container-active.select2-dropdown-open > .select2-choice,.select2-container.select2-container-active.select2-dropdown-open.direction-up > .select2-choice.ui-select-match,.select2-container-multi.select2-container-active.select2-dropdown-open > .select2-choices,.select2-drop.select2-drop-active,.select2-container-multi.ng-empty:not(.jquery-select2-container):not(.select2-dropdown-open) .select2-choices .select2-search-field input:focus  {
    border-color: #0069A7 !important; /*#026BC8*/
}
/* securityQA.css */
eds-text-field::-webkit-input-placeholder  {
    color: #5B5E65;
}eds-text-field::-moz-placeholder  {
    color: #5B5E65;
}eds-text-field:-ms-input-placeholder  {
    color: #5B5E65;
}eds-text-field:-moz-placeholder  {
    color: #5B5E65;
}#pagetitle  {
    color: #646464;
}.eds-select-field  {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}.eds-select-field:focus:not([valid])  {
    border-color: #0069A7; /*#026BC8*/
    color: #151618;
}select option :hover  {
    background-color: #EBCFCF;
}.section-header  {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #000000;
}.section-header-text  {
    color: #444455;
}.component-error {
    border-color: #CC0000;
}
/* survey.css */
#pagetitle  {
    color: #646464;
}.content-label  {
    color: #151618;
}.section-header  {
    color: #151618;
}.section-header-text  {
    color: #444455;
}.race-category-header  {
    color: #5B5E65;
    background-color: #F7F7F7;
}.notification-error  {
    border-color: #FF3F3F;
    background-color: #EBCFCF;
}.race-label  {
    border-color: #CCCCCC;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}
/* policy.css */
#pagetitle  {
    color: #646464;
}.termstextdiv  {
    border-top-color: #2874BB;
    background-color: #EFF7FF;
    color: #2874BB;
}
/* benefitsApp.css */
a.m-ssb-tooltip  {
    color: #000000;
}a.m-ssb-tooltip:hover {
    color: #000000;
}.required-before:before  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.valid-values-modal-wrapper .alert-panel  {
    background-color: #FFF7DF;
    color: #967000;
    border-top-color: #967000;
}.valid-values-modal-wrapper .info-panel  {
    background-color: #EFF7FF;
    color: #2874BB;
    border-top-color: #2874BB;
}.attachment-content  {
    background-color: #FFFFFF;
}.valid-values-modal-wrapper .vvm-results select:focus  {
    border-color: #0069A7; /*#026BC8*/
}#attachment_table  {
    border-color: #cbcbcb;
    border-bottom-color: #cbcbcb;
    background-color: #FFFFFF;
}#attachment_table th,#attachment_table .table>thead>tr>th  {
    background-color: #FFFFFF;
    border-bottom-color: #C0CED0;
}#attachment_table tr:hover  {
    background-color: #fbfdfe !important; /*#F3FCFF*/
}#attachment_table tr:hover th:last-child {
    background-color: #FFFFFF;
}#attachment_table th span,#attachment_table .table>thead>tr>th span,#attachment_table tr td  {
    color: #585858;
}#attachment_table tr td  {
    border-bottom-color: #cbcbcb;
}.model-header  {
    border-color: #cbcbcb;
    background-color: #EEEEEE;
}.modal-header h2  {
    color: #585858;
}.close.popupClose  {
    color: #585858;
}.error-message  {
    color: #CD3B3E;
}
/* er-index.css */
#username span  {
    color: #FFFFFF;
}a  {
    color: #143A5A; /*#206e9f*/
}a:hover  {
    color: #585858;
}#content  {
    color: #585858;
    background-color: #fbfdfe; /*#EFF4F8*/
}.page-header  {
    border-bottom-color: #e3e3e3;
    border-top-color: #e3e3e3;
    background-color: #F6F8F8;
}.table-caption {
    background-color: #FBFCFD;
    border-color: #cbcbcb;
}.table-container tr  {
    border-bottom-color: #cbcbcb;
}table  {
    border-color: #cbcbcb;
    background-color: #FFFFFF;
}.badge  {
    background-color: #C9F0C7;
    border-color: #4EC76A;
    color: #585858;
}.table-caption {
    background-color: #FBFCFD;
    border-color: #cbcbcb;
}table th, .table>thead>tr>th  {
    background-color: #FFFFFF;
}table thead tr td,table th span  {
    color: #585858;
}.table>thead>tr>th span, table tbody tr td  {
    color: #585858;
}.er-single-page-app table tbody tr:hover  {
    background-color: #E1F5FE !important;
}table tr td  {
    border-bottom-color: #cbcbcb;
}table tr:hover th:last-child  {
    background-color: #FFFFFF;
}.advanced-search-panel:after  {
    border-bottom-color: #FFFFFF;
}.btm-border  {
    border-color: #E5E5E5;
}.btn-primary span  {
    color: #FFFFFF;
}.navigation-section  {
    border-bottom-color: #e3e3e3;
}.navigation-section a  {
    color: #585858 !important;
}.navigation-section li .active  {
    border-bottom-color: #143A5A !important; /*#206E9F*/
}.navigation-section a:hover  {
    border-bottom-color: #585858 !important;
}.error-msg  {
    color: #D42828;
}.notification-item-message  span {
    color: #000000 !important;
}.proxy_text {
    background-color: #F6F8F8;
    border-bottom-color: #e3e3e3;
    border-top-color: #e3e3e3;
}.highlightToolbar {
    border-color: #cbcbcb;
    background-color: #FBFCFD;
}.comment-separator {
    border-color: #BAC8CC;
}.odd-row  {
    background-color: #FFFFFF;
}.table-header-border-bottom  {
    border-bottom-color: #cbcbcb;
}.teDropdown li  {
    border-bottom-color: #CCCCCC;
    color: #456C88 !important;
    background-color: #F5F5F5 !important;
}.dropdown-submenu  {
    border-color: #DDDDDD;
}.dropdownMenu  {
    border-top-color: #C9D7F1;
    border-right-color: #3366CC;
    border-bottom-color: #3366CC;
    border-left-color: #A2BAE7;
    background-color: #FFFFFF;
}.dropdownMenu a  {
    color: #0000CC;
    background-color: #FFFFFF;
}.dropdownMenu a:hover  {
    background-color: #0000CC;
    color: #FFFFFF;
}.proxy-text  {
    border-top-color: #e3e3e3;
}.dropbtn {
    color: #FFFFFF;
}.dropdown-content  {
    background-color: #F9F9F9;
}.dropdown-content a  {
    color: #000000;
}.dropdown-content a:hover  {
    background-color: #F1F1F1;
}.proxy-dropdown a  {
    color: #456C88 !important;
}.teDropdown:before {
    border-bottom-color: #CCCCCC !important;
}.teDropdown:after {
    border-bottom-color: #F5F5F5 !important;
}.teDropdown:after {
    border-bottom-color: #FFFFFF;
}.ellipsis-menu {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}.advanced-search-panel:after  {
    border-bottom-color: #FFFFFF;
}@media screen and (max-width: 767px) {.table-container tr  {
    border-bottom-color: #cbcbcb;
}
}

/* er-dashboard.css */
.input-field  {
    background-color: #FFFFFF;
    border-color: #A6A6A6;
}.bread-crumb-header  {
    background-color: #F2F2F2;
    border-bottom-color: #A6A6A6;
}.labor-dist-header  {
    background-color: #FCF7F7;
}.popup-input-field  {
    color: #585858;
}input + .error-icon,.error-icon  {
    color: #E52D31 !important;
}.select-field  {
    background-color: #F2F2F2;
    border-color: #A6A6A6;
}.error-fields ~ div  {
    border-color: #E52D31;
}.error-field  {
    border-color: #E52D31;
}.selected  {
    background-color: #B3E5FC;
    color: #FFFFFF;
}.arrow_box {
    border-bottom-color: #FFFFFF;
}.row-format {
    border-color: #F7F7F7;
}#routing > div:nth-child(odd) {
    background-color: #F7F7F7;
}.red {
    color: #D42828;
}.xe-pie-chart .xe-pie-tooltip  {
    background-color: #FFFEEA;
    border-color: #E0D397;
    color: #585858;
}
/* er-distributions.css */
.zippy > .zippy-header  {
    background-color: #ECECEC;
    border-color: #C0C0C0;
}.zippy > .zippy-header > h3  {
    color: #343434;
}.zippy > .zippy-header > .zippy-header-icon  {
    color: #4B4B4B;
}.zippy > .zippy-content  {
    background-color: #FFFFFF;
}.edit-table-footer-border {
    border-top-color: #cbcbcb;
}
/* er-administration.css */
.admin .list-group li  {
    border-bottom-color: #CCCCCC;
}.panel-content  {
    border-bottom-color: #cbcbcb;
}.admin .bottom-sml-space  {
    border-bottom-color: #FF0000;
}.label-section-admin  {
    border-bottom-color: #cbcbcb;
}
/* reviewCertifyReports.css */
.report-side-bar-align  {
    background-color: #ECECEC;
}.effort-section-header {
    border-bottom-color: #DDDDDD;
}.comments-format  {
    background-color: #ECECEC;
}.allocate-effort-align {
    border-top-color: #ECECEC;
    border-bottom-color: #ECECEC;
    background-color: #FFFFFF;
}.table-border tr > td {
    border-top-color: #DDDDDD;
}.red-text {
    color: #D42828;
}.btn-cls > a {
    color: #000000;
}.border-color {
    border-bottom-color: #ECECEC;
}.select2-searching {
    color: #000000;
}.lr-tooltip .lr-tooltiptext  {
    background-color: #696969;
    color: #FFFFFF;
}
/* button_exp.css */
button:focus-visible  {
    outline-color: #4A90E2 !important;
}
/* ep-main.css */
body  {
    background-color: #E2E4E4;
    background-color: #E2E4E4;
}a  {
    color: #316699;
}.nav-tabs  {
    background-color: #D6D8D7;
}.nav-tabs li > a  {
    background-color: #F2F2F2;
    color: #101011;
}.tab-content  {
    background-color: #FFFFFF;
}.separation-bar  {
    background-color: #CCCCCB;
}.label-bar  {
    background-color: #EDF0F3;
}.nav-pills > li.active > a  {
    background-color: #316699;
}.side-right  {
    background-color: #F2F2F2;
}.edit-box  {
    border-top-color: #555555;
    border-right-color: #888888;
    border-bottom-color: #CCCCCC;
}.edit-box-short  {
    border-top-color: #555555;
    border-right-color: #888888;
    border-bottom-color: #CCCCCC;
}h1.title  {
    color: #333333;
}h4.separation-bar  {
    color: #333333;
}p.accordian-bar  {
    color: #333333;
}h5.leave-description  {
    color: #333333;
}h6.title  {
    color: #333333;
}.link  {
    color: #0069A7 !important; /*#026BC8*/
}.gray-button  {
    background-color: #CCCCCB !important;
    border-color: #CCCCCB !important;
    color: #333333 !important;
}.navigation-list-default  {
    background-color: #F2F2F2;
    border-bottom-color: #CCCCCC;
    color: #666666;
}.navigation-list-default:hover  {
    background-color: #888888;
    color: #FFFFFF;
}.white-background  {
    background-color: #FFFFFF;
}.gray-background  {
    background-color: #E2E4E4;
}.light-gray-background  {
    background-color: #F2F2F2;
}.blue-background  {
    background-color: #E4F4F8;
}.green-background  {
    background-color: #DDEEE1;
}.black-background  {
    background-color: #333333;
}.glyphicon-white:before  {
    color: #FFFFFF;
}.standard-border  {
    border-color: #CCCCCC;
}.dotted-border-left  {
    border-left-color: #CCCCCC;
}.info-icon  {
    background-color: #EBF7FA;
}.menu-nav-button  {
    background-color: #3B5998;
    color: #FFFFFF;
}.carousel-caption  {
    color: #333333;
}.carousel-control  {
    color: #AAAAAA !important;
}.carousel-control :hover  {
    color: #AAAAAA !important;
}.confidential  {
    color: #FFFFFF;
    background-color: #118841;
}.deceased  {
    color: #FFFFFF;
    background-color: #919191;
}.tile-container  {
    border-top-color: #E2E4E4;
    border-left-color: #E2E4E4;
}.tile-row  {
    border-right-color: #E2E4E4;
    border-bottom-color: #E2E4E4;
    background-color: #FFFFFF;
}.tile-container .tile-divider  {
    border-top-color: #DDDDDD;
}.pane  {
    border-color: #DDDDDD;
}.pane-primary  {
    background-color: #E4F4F8;
}.pane-secondary  {
    background-color: #DDEEE1;
}.list-table > li  {
    border-bottom-color: #DDDDDD;
}.panel.panel-basic  {
    background-color: #FFFFFF;
}.panel.panel-basic .panel-heading  {
    border-bottom-color: #DDDDDD;
    background-color: #FFFFFF;
}.panel.panel-accordion  {
    background-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}.panel-accordion .panel-heading  {
    background-color: #F2F2F2;
}.panel-accordion .panel-title > a:before  {
    color: #808080;
}.panel-accordion .panel-heading > a.collapsed  {
    background-color: #F2F2F2;
}.panel-accordion .panel-title > a.collapsed:before  {
    color: #808080;
}.panel-accordion .panel-body  {
    background-color: #FFFFFF;
}.list-group-link a.list-group-item  {
    background-color: #F2F2F2;
}.list-group-menu a.list-group-item  {
    color: #0069A7; /*#026BC8*/
}
/* ep-mobile.css */
@media (max-width: 767px) {.side-right  {
    border-top-color: #CCCCCC;
}
}
@media (min-width: 768px) {li.job-summary-list.jobDetailActive  {
    background-color: #444444;
    color: #FFFFFF;
}li.job-summary-list.jobDetailActive > a  {
    color: #FFFFFF;
}.employee-profile .sidebar  {
    background-color: #F2F2F2;
}
}
@media (max-width: 1024px) and (max-height: 768px) {.employee-profile .standing  {
    border-right-color: #BBBBBB;
}
}

/* ep-index.css */
.border-box  {
    border-color: #E5E5E5;
}.error-msg  {
    color: #FF0000;
}.highlightToolbar {
    border-color: #cbcbcb;
    background-color: #FBFCFD;
}.page-heading  {
    border-bottom-color: #e3e3e3;
    border-top-color: #e3e3e3;
    background-color: #F6F8F8;
}.navigation-section  {
    border-bottom-color: #e3e3e3;
}.navigation-section a  {
    color: #585858 !important;
}.navigation-section li .active  {
    border-bottom-color: #143A5A !important; /*#206E9F*/
}.navigation-section a:hover  {
    border-bottom-color: #585858 !important;
}.highlightToolbar {
    border-color: #cbcbcb;
    background-color: #FBFCFD;
}.badge  {
    background-color: #C9F0C7;
    border-color: #4EC76A;
    color: #585858;
}.table-caption {
    background-color: #FBFCFD;
    border-color: #cbcbcb;
}.table-container tr  {
    border-bottom-color: #cbcbcb;
}.modal-arrow  {
    border-bottom-color: #FFFFFF;
}.lr-tooltip .lr-tooltiptext  {
    background-color: #696969;
    color: #FFFFFF;
}#title-panel {
    color: #656565 !important;
}.proxy-headings  {
    color: #656565 !important;
}.lbl label,.proxylist-user li label {
    color: #585858;
}.proxy-text  {
    border-top-color: #e3e3e3;
}.proxy_text {
    background-color: #F6F8F8;
    border-bottom-color: #e3e3e3;
    border-top-color: #e3e3e3;
}.select2-drop-mask  {
    background-color: #FFFFFF;
}.timeLeaveDropdown  {
    background-color: #FFFFFF;
}.slect-timesheet-proxy {
    color: #656565 !important;
}@media screen and (min-width: 48.0em) {body {
    background-color: #FFFFFF;
}.table-container table  {
    border-color: #cbcbcb;
    background-color: #FFFFFF;
}.table-container table tr td, .zippy-content table tr td  {
    color: #585858;
}.table-container table th, .table>thead>tr>th  {
    border-bottom-color: #C0CED0;
}.modal-arrow {
    border-bottom-color: #B9B9B9;
}
}
@media only screen and (min-width: 768px) {.ui-datepicker-calendar tr:last-of-type td  {
    border-color: #CCCCCC;
}
}

/* hrDashboard.css */
body  {
    background-color: #F2F4F6;
}.deductions-history-main  {
    color: #585858;
}.dashboard .panel-body.my-activity  {
    border-bottom-color: #DDDDDD;
}.deductions-history-wrapper  {
    background-color: #FFFFFF;
}.deductions-history-container .data-grid  {
    background-color: #FFFFFF;
    border-color: #cbcbcb;
}.deductions-history-container .data-grid .header   {
    color: #585858;
}.bottom_border_space  {
    border-bottom-color: #D4D6D9;
}.bold-font  {
    color: #585858;
}.deductions-history-wrapper.no-topSpace  {
    border-color: #accfec; /*#B0DEEC*/
}.top-border  {
    border-top-color: #cbcbcb;
}.zippy > .zippy-header  {
    background-color: #FFFFFF;
    border-color: #cbcbcb;
}.zippy > .zippy-header span  {
    color: #585858;
}.zippy > .zippy-header.active  {
    background-color: #F4FDFF;
    border-color: #accfec; /*#B0DEEC*/
}.zippy > .zippy-header.inactive  {
    background-color: #FFFFFF;
}.zippy-content .zippy .zippy-header  {
    background-color: #F9FAFB;
}.zippy-content .zippy>.zippy-header.inactive  {
    border-left-color: #accfec; /*#b0deec*/
    border-right-color: #accfec; /*#b0deec*/
    border-bottom-color: #D4D6D9;
}.zippy .zippy .deductions-history-wrapper  {
    border-color: #accfec; /*#b0deec*/
}.zippy > .zippy-header > .zippy-header-icon  {
    color: #4B4B4B;
}.zippy>.zippy-header:hover  {
    background-color: #F4FDFF;
    border-color: #accfec; /*#B0DEEC*/
}.zippy-content .zippy>.zippy-header:hover  {
    background-color: #F9FAFB;
}.zippy > .zippy-header:hover.active  {
    border-top-color: #accfec; /*#b0deec*/
}.zippy-content .row:first-child .zippy-header:first-child   {
    border-top-color: #D4D6D9;
}.zippy-content .zippy-content .deductions-history-wrapper  {
    border-bottom-color: #D4D6D9;
}.zippy-total .zippy-content .deductions-history-wrapper, .zippy-total  .zippy>.zippy-header.inactive  {
    border-bottom-color: #accfec; /*#b0deec*/
}.earnings-filter-label  {
    color: #283036;
}.deductions-history-wrapper.filter-wrapper  {
    border-bottom-color: #D4D6D9;
}#breadcrumb-panel, #title-panel  {
    border-bottom-color: #e3e3e3;
}.dropdown-submenu  {
    border-color: #DDDDDD;
}.dropdown-submenu a {
    color: #456C88 !important;
}.dropdownMenu  {
    border-top-color: #C9D7F1;
    border-right-color: #3366CC;
    border-bottom-color: #3366CC;
    border-left-color: #A2BAE7;
    background-color: #FFFFFF;
}.dropdownMenu a  {
    color: #0000CC;
    background-color: #FFFFFF;
}.gear-dropdown {
    border-color: #CCCCCC;
}.gear-dropdown li a {
    color: #456C88 !important;
}.dropbtn {
    color: #FFFFFF;
}.dropdown-content  {
    background-color: #F9F9F9;
}.dropdown-content a  {
    color: #000000;
}.dropdown-content a:hover  {
    background-color: #F1F1F1;
}.teDropdown:before {
    border-bottom-color: #CCCCCC !important;
}.teDropdown:after  {
    border-bottom-color: #F5F5F5 !important;
}.teDropdown:after  {
    border-bottom-color: #FFFFFF;
}.gear-dropdown li {
    border-bottom-color: #CCCCCC !important;
}.dashboard .section-label  {
    color: #585858;
}
/* employeeSSB.css */
.employeeProfile  {
    background-color: #FFFFFF;
}.employee-profile .edit-details  {
    background-color: #CCCCCC !important;
}.employee-profile .edit-details-white  {
    background-color: #CCCCCC !important;
}.employee-profile .main  {
    background-color: #FFFFFF;
}.employee-profile .sidebar  {
    background-color: #F2F2F2 !important;
}.employee-profile span > span.icon-warning:after  {
    color: #333333 !important;
}.profile-personal-info {
    border-bottom-color: #CCCCCC;
}
/* jobSummary.css */
.jobSummary .main  {
    background-color: #E2E4E4;
}.default-content  {
    color: #7F7F7F;
}li.job-summary-list  {
    border-bottom-color: #7F7F7F;
    background-color: #F2F2F2;
}li.job-summary-list:hover  {
    background-color: #CCCCCC;
}li.job-summary-list a:hover  {
    color: #333333;
}p.current-job  {
    background-color: #249045;
    color: #FFFFFF;
}.active-tag  {
    color: #FFFFFF;
    background-color: #118841;
}.dotted-border-bottom {
    border-bottom-color: #CCCCCC;
}div.job-detail-block > .wrapper  {
    border-color: #E9E9E7;
}
/* payStub.css */
.pay-stub .pay-summary .panel-heading  {
    background-color: #E4F4F8;
}.pay-stub .pay-summary .pay-stub-table .employer-contrib  {
    border-top-color: #589AFF;
}.pay-stub .pay-summary td.net-amount  {
    background-color: #F7F7F7;
}.pay-stub .pay-stub-table  {
    border-color: #DDDDDD;
}.pay-stub .pay-stub-table th  {
    border-color: #DDDDDD;
    background-color: #F7F7F7;
}.pay-stub .pay-stub-table td  {
    border-top-color: #DDDDDD;
    border-bottom-color: #DDDDDD;
}.pay-stub .pay-summary .pay-stub-table caption  {
    background-color: #E4F4F8;
    border-color: #DCDCDC;
}.pay-stub .pay-summary .pay-stub-table td  {
    border-left-color: #DDDDDD;
    border-right-color: #DDDDDD;
}@media (max-width: 992px) {.pay-stub .pay-stub-table caption  {
    background-color: #F0FBFC;
}.pay-stub .pay-stub-table tbody .pseudo-caption td  {
    background-color: #F0FBFC;
}.pay-stub .pay-stub-table tbody tr,.pay-stub .pay-stub-table tfoot tr  {
    border-bottom-color: #E2E4E4;
}.pay-stub .pay-stub-table tbody td,.pay-stub .pay-stub-table tfoot td  {
    border-bottom-color: #DDDDDD;
}.pay-stub .pay-stub-table td p.vertical-label  {
    border-right-color: #DDDDDD;
    background-color: #F7F7F7;
}.pay-stub .pay-stub-table tfoot td.numeric p,.pay-stub .pay-stub-table tbody.pseudo-tfoot td.numeric p  {
    color: #466D88;
    background-color: #FFFFFF;
}
}

/* leave-balance.css */
li.leave-item  {
    background-color: #E9E9E7;
}.round-display.positive  {
    background-color: #669966;
}.round-display.negative  {
    background-color: #F3CFC0;
}.round-display.positive > p  {
    color: #FFFFFF;
}.round-display.negative > p  {
    color: #CD3239;
}.leave-wrapper  {
    background-color: #E9E9E7;
}.leave-summary  {
    border-color: #CCCCCC;
}.leave-summary > div.row.no-margin  {
    border-bottom-color: #CED8DD;
}.leave-summary > div.row > div.gray-blue-background  {
    background-color: #EDF0F3;
    border-right-color: #CCCCCC;
}.leave-summary > div.row > div.white-background  {
    background-color: #FFFFFF;
}.detail-leave-summary  {
    background-color: #FFFFFF;
}.thin-border {
    border-right-color: #CCCCCC;
}div.leave-balance-detail-block > .wrapper  {
    border-color: #E9E9E7;
}.flatCapsule-display.positive  {
    background-color: #669966;
    color: #262626;
}.flatCapsule-display.negative  {
    background-color: #CD3239;
    color: #FFFFFF;
}.flatCapsule-display.zerovalue  {
    background-color: #FFCE00;
    color: #262626;
}.flatCapsule-display.positive > p {
    color: #FFFFFF;
}.flatCapsule-display.zerovalue > p  {
    color: #FFFFFF;
}.flatCapsule-display.negative > p {
    color: #CD3239;
}.leave-summary-wrapper  {
    border-color: #FFFAF0;
    background-color: #F2F2F2;
}.leave-page-title {
    background-color: #F2F2F2;
}.leave-balance-section {
    color: #333333;
    background-color: #F2F2F2;
}.leave-details-section-text {
    background-color: #F2F2F2;
}
/* leave-balanceDetails.css */
a.job-header.collapsed  {
    background-color: #F2F2F2;
}a span.caret, span.caret.open  {
    border-bottom-color: #000000;
}a.collapsed span.caret, span.caret.collapse  {
    border-top-color: #000000;
}.dashboard-sections > a:after {
    color: #808080;
}
/* earningsByDateRange.css */
.earningMonthBox  {
    border-color: #CCCCCC;
}.earningsDottedBottomBorder  {
    border-bottom-color: #CCCCCC;
}.earningMonthText  {
    color: #3B7BA5;
}.earning-hours-bottom-border  {
    border-bottom-color: #CCCCCC;
}
/* earningsByPosition.css */
.earningsByPositionSummary .main  {
    background-color: #E2E4E4;
}@media (max-width: 767px) {.position-earning-main  {
    border-top-color: #CCCCCC;
}
}

/* myTeam.css */
.team-list  {
    border-bottom-color: #CCCCCC;
}.team-list.stacked  {
    border-color: #CCCCCC;
}.reportees-message  {
    background-color: #F6EFCB;
}
/* pagination.css */
.pageControls-button  {
    background-color: #CDCCCB !important;
}.pageControls-button:hover  {
    background-color: #AAAAAA !important;
}.current  {
    background-color: #EEEEEE !important;
}
/* font-awesome.min.css */
.fa-border {
    border-color: #EEEEEE;
}.fa-inverse {
    color: #FFFFFF;
}
/* flacApp.css */
a.m-ssb-tooltip  {
    color: #000000;
}a.m-ssb-tooltip:hover {
    color: #000000;
}.required-before:before  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.valid-values-modal-wrapper .alert-panel  {
    background-color: #FFF7DF;
    color: #967000;
    border-top-color: #967000;
}.valid-values-modal-wrapper .info-panel  {
    background-color: #EFF7FF;
    color: #2874BB;
    border-top-color: #2874BB;
}.valid-values-modal-wrapper .info-panel.rtl  {
    background-color: #EFF7FF;
}.attachment-content  {
    background-color: #FFFFFF;
}.valid-values-modal-wrapper .vvm-results select:focus  {
    border-color: #0069A7; /*#026BC8*/
}#attachment_table  {
    border-color: #cbcbcb;
    border-bottom-color: #cbcbcb;
    background-color: #FFFFFF;
}#attachment_table th,#attachment_table .table>thead>tr>th  {
    background-color: #FFFFFF;
    border-bottom-color: #C0CED0;
}#attachment_table tr:hover  {
    background-color: #fbfdfe !important; /*#F3FCFF*/
}#attachment_table tr:hover th:last-child {
    background-color: #FFFFFF;
}#attachment_table th span,#attachment_table .table>thead>tr>th span,#attachment_table tr td  {
    color: #585858;
}#attachment_table tr td  {
    border-bottom-color: #cbcbcb;
}.model-header  {
    border-color: #cbcbcb;
    background-color: #EEEEEE;
}.modal-header h2  {
    color: #585858;
}.close.popupClose  {
    color: #585858;
}.error-message  {
    color: #CD3B3E;
}
/* lr-index.css */
#content  {
    color: #2C3135;
    background-color: #fbfdfe; /*#EFF4F8*/
}h1, h2, h3, h4, h5, h6, p, a, dt, dl, dd, ul, label  {
    color: #585858;
}.border-box  {
    border-color: #E5E5E5;
}.error-msg  {
    color: #D42828;
}.highlightToolbar {
    border-color: #cbcbcb;
    background-color: #FBFCFD;
}.page-heading  {
    border-bottom-color: #e3e3e3;
    border-top-color: #e3e3e3;
    background-color: #F6F8F8;
}.navigation-section  {
    border-bottom-color: #e3e3e3;
}.navigation-section a  {
    color: #585858 !important;
}.navigation-section li .active  {
    border-bottom-color: #143A5A !important; /*#206E9F*/
}.navigation-section a:hover  {
    border-bottom-color: #585858 !important;
}.highlightToolbar {
    border-color: #cbcbcb;
    background-color: #FBFCFD;
}.status-col.status {
    background-color: #C9F0C7;
    border-color: #4EC76A;
    color: #585858;
}.badge  {
    background-color: #C9F0C7;
    border-color: #4EC76A;
    color: #585858;
}.table-caption {
    background-color: #FBFCFD;
    border-color: #cbcbcb;
}.table-container tr  {
    border-bottom-color: #cbcbcb;
}.modal-arrow  {
    border-bottom-color: #FFFFFF;
}.lr-tooltip .lr-tooltiptext  {
    background-color: #696969;
    color: #FFFFFF;
}.dropdownMenu  {
    border-top-color: #C9D7F1;
    border-right-color: #3366CC;
    border-bottom-color: #3366CC;
    border-left-color: #A2BAE7;
    background-color: #FFFFFF;
}.dropdownMenu a  {
    color: #0000CC;
    background-color: #FFFFFF;
}.dropdownMenu a:hover  {
    background-color: #0000CC;
    color: #FFFFFF;
}#title-panel {
    color: #656565 !important;
}.proxy-headings  {
    color: #656565 !important;
}.lbl label,.proxylist-user li label {
    color: #585858;
}.gear-dropdown li a {
    color: #456C88 !important;
}.dropbtn {
    color: #FFFFFF;
}.dropdown-content  {
    background-color: #F9F9F9;
}.dropdown-content a  {
    color: #000000;
}.dropdown-content a:hover  {
    background-color: #F1F1F1;
}.teDropdown li {
    color: #456C88 !important;
    background-color: #F5F5F5 !important;
}.teDropdown {
    background-color: #F5F5F5 !important;
}.gear-dropdown span li a {
    border-bottom-color: #CCCCCC;
}.proxy-dropdown a {
    color: #456C88 !important;
}.gear-dropdown {
    border-color: #CCCCCC;
}.teDropdown:before {
    border-bottom-color: #CCCCCC !important;
}.teDropdown:after  {
    border-bottom-color: #F5F5F5 !important;
}.teDropdown:after  {
    border-bottom-color: #FFFFFF;
}.ellipsis-menu {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}.advanced-search-panel:after  {
    border-bottom-color: #FFFFFF;
}@media screen and (min-width: 48.0em) {body {
    background-color: #FFFFFF;
}.table-container table  {
    border-color: #cbcbcb;
    background-color: #FFFFFF;
}.table-container table tr td, .zippy-content table tr td  {
    color: #585858;
}.table-container table th, .table>thead>tr>th  {
    background-color: #FFFFFF;
    border-bottom-color: #C0CED0;
}.modal-arrow {
    border-bottom-color: #B9B9B9;
}
}
@media only screen and (min-width: 768px) {.ui-datepicker-calendar tr:last-of-type td  {
    border-color: #CCCCCC;
}
}

/* lr-dashboard.css */
.red {
    color: #EB0000;
}.selected  {
    border-color: #B3E5FC;
    background-color: #accfec; /*#b0deec*/
}input + .error-icon, .error-icon  {
    color: #E52D31 !important;
}.error-fields ~ div  {
    border-color: #E52D31;
}.error-field  {
    border-color: #E52D31;
}.bread-crumb-header  {
    background-color: #F2F2F2;
    border-bottom-color: #A6A6A6;
}.effort-lock-img span {
    color: #585858;
}.row-format {
    border-color: #F7F7F7;
}#routing > div:nth-child(odd) {
    background-color: #F7F7F7;
}
/* lr-distributions.css */
.zippy > .zippy-header  {
    background-color: #ECECEC;
    border-color: #C0C0C0;
}.zippy > .zippy-header > .zippy-header-icon  {
    color: #4B4B4B;
}.zippy > .zippy-content  {
    border-color: #cbcbcb;
}.edit-table-footer-border {
    border-top-color: #cbcbcb;
}.highlight-background {
    background-color: #accfec; /*#b0deec*/
}.comments-format  {
    background-color: #ECECEC;
}#currentDist,#updateDist {
    background-color: #fbfdfe; /*#EFF4F8*/
}#currentDist .data-table tr th,#updateDist .data-table tr th  {
    border-bottom-color: #C0CED0;
}#currentDist .data-table,#updateDist .data-table  {
    border-left-color: #C0CED0;
    border-right-color: #C0CED0;
}@media only screen and (max-device-width: 480px) {#currentDist tbody,#updateDist tbody  {
    border-color: #cbcbcb;
}
}
@media only screen and (max-device-width: 768px) {#currentDist tbody,#updateDist tbody  {
    border-color: #cbcbcb;
}
}

/* lr-administration.css */
.admin .list-group li  {
    border-bottom-color: #CCCCCC;
}.panel-content  {
    border-bottom-color: #cbcbcb;
}.admin .bottom-sml-space  {
    border-bottom-color: #FF0000;
}.label-section-admin  {
    border-bottom-color: #cbcbcb;
}
/* lr-responsive.css */
.notification-item-message  span {
    color: #000000 !important;
}.proxy_text {
    background-color: #F6F8F8;
    border-bottom-color: #e3e3e3;
    border-top-color: #e3e3e3;
}.comment-separator {
    border-color: #BAC8CC;
}
/* hr-pages-main.css */
body, #content  {
    color: #151618;
    background-color: #F8F8F8;
}a  {
    color: #0069A7; /*#026BC8*/
}#breadcrumb-panel  {
    background-color: #FFFFFF;
}.home .page-header  {
    border-bottom-color: #D9D9D9;
}.home .page-section  {
    border-bottom-color: #D9D9D9;
}.tab-wrapper  {
    background-color: #FFFFFF;
    border-bottom-color: #C5C5C5;
}.padded-panel  {
    background-color: #FFFFFF;
}.home .info-panel  {
    background-color: #EFF7FF;
    color: #2874BB;
    border-top-color: #2874BB;
}.home .alert-panel  {
    background-color: #FFF7DF;
    color: #967000;
    border-top-color: #967000;
}.home .error-panel  {
    background-color: #FFDFDF;
    color: #960000;
    border-top-color: #960000;
}.form-wrapper label.xe-label .xe-required  {
    color: #FF3030;
}.icon-button .icon-button-label  {
    color: #0069A7; /*#026BC8*/
}.modal-wrapper .modal .modal-header,confirm-modal .modal .modal-header  {
    border-bottom-color: #B2B2B2;
}.modal-wrapper .modal .modal-footer,confirm-modal .modal .modal-footer  {
    border-top-color: #B2B2B2;
}.modal-wrapper .modal .modal-button,confirm-modal .modal .modal-button  {
    border-left-color: #D9D9D9;
    border-right-color: #D9D9D9;
    color: #0069A7; /*#026BC8*/
}.modal-wrapper .modal .modal-button:disabled,confirm-modal .modal .modal-button:disabled  {
    color: #D9D9D9;
}@media only screen and (max-width: 767px) and (min-width: 0px) {#breadcrumb-panel #breadcrumbHeader .breadcrumbButton.leaf-breadcrumb  {
    border-left-color: #D9D9D9;
}
}

/* campusDirectory.css */
.campus-directory-container  {
    background-color: #F8F8F8;
    border-bottom-color: #e3e3e3;
}.field-label  {
    color: #74767B;
}.results-wrapper  {
    border-color: #D9D9D9;
    background-color: #FFFFFF;
}
/* access.css */
.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}
/* originator.css */
.pa-originator.datarow-link  {
    color: #0069A7 !important; /*#026BC8*/
}.pa-originator.superuser  {
    color: #2874BB;
}.pa-originator .link-bar .link-wrapper + .link-wrapper:before  {
    color: #B9B9B9;
}.pa-originator .list-header .queue-status .ui-select-container  {
    background-color: #FFFFFF;
}
/* approverSummaryFilter.css */
#pa-approver-summary-filter .datePicker  {
    border-color: #B2B3B7 !important;
    background-color: #FFFFFF !important;
}
/* originatorSummaryFilter.css */
#pa-originator-summary-filter .datePicker  {
    border-color: #B2B3B7 !important;
    background-color: #FFFFFF !important;
}
/* approverSummary.css */
.personnel-actions-container .datarow-link  {
    color: #0069A7; /*#026BC8*/
}.home .superuser  {
    color: #2874BB;
}.pa-approver .link-bar .link-wrapper + .link-wrapper:before  {
    color: #B9B9B9;
}.pa-approver .list-header .queue-status .ui-select-container  {
    background-color: #FFFFFF;
}
/* new.css */
.personSelectionContainer .panel  {
    border-color: #E8E8E8;
}.personSelectionContainer xe-text-box .xe-label  {
    color: #202121;
}.personSelectionContainer .datePicker  {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}.personSelectionContainer .datePicker.readonly  {
    border-color: #151618;
    color: #5B5E65;
    background-color: #F7F7F7;
}.personSelectionContainer .datePicker.readonly:focus  {
    border-color: #0069A7; /*#026BC8*/
}.personSelectionContainer input.readonly  {
    border-color: #151618;
    color: #5B5E65;
    background-color: #F7F7F7;
}
/* positionSearch.css */
.positionSearchContainer .xe-popup-container  {
    background-color: #F8F8F8;
}.positionSearchContainer .xe-popup-container #xePopupClose  {
    background-color: #F8F8F8;
}
/* duplicateCheck.css */
.duplicate-check .person-list .person-item  {
    background-color: #FFFFFF;
}.duplicate-check .person-list .person-item .person-details  {
    border-color: #D9D9D9;
    background-color: #F8F8F8;
}.duplicate-check .person-list .person-item .person-details .person-item-row + .person-item-row  {
    border-top-color: #D9D9D9;
}.duplicate-check .person-list .person-item .person-details .person-item-col-flexible + .person-item-col-flexible,.duplicate-check .person-list .person-item .person-details .person-item-col-flexible + .person-item-col-rigid,.duplicate-check .person-list .person-item .person-details .person-item-col-rigid + .person-item-col-rigid,.duplicate-check .person-list .person-item .person-details .person-item-col-rigid + .person-item-col-flexible  {
    border-left-color: #D9D9D9;
}
/* epafPreview.css */
.pa-epafpreview .field-label  {
    color: #74767B;
}.pa-epafpreview .field-value  {
    border-bottom-color: #D3D3D3;
}.pa-epafpreview .panel-border {
    border-color: #DDDDDD;
}.pa-epafpreview .panel-heading {
    border-color: #DDDDDD;
    background-color: #FFFFFF;
}.border-break {
    border-bottom-color: #808080;
}.pa-epafpreview .custom-table .ct-row.ct-header .ct-col  {
    color: #74767B;
}.pa-epafpreview .custom-table .ct-col  {
    border-bottom-color: #DDDDDD;
}
/* comments.css */
.pa-comments .field-label  {
    color: #74767B;
}.pa-comments .panel-heading  {
    background-color: #FFFFFF;
}.pa-comments .panel-border {
    border-color: #DDDDDD;
}.border-break {
    border-bottom-color: #808080;
}.pa-comments .comments-row {
    border-bottom-color: #D3D3D3;
}
/* routingQueue.css */
@media only screen and (max-width: 767px) and (min-width: 0px) {#approvalQueueTable table tbody td:before  {
    color: #808080;
}
}

/* validValues.css */
.valid-values-modal-wrapper .vvm-results select:focus  {
    border-color: #0069A7; /*#026BC8*/
}
/* updatePersonnelAction.css */
.pa-details .pa-details-header  {
    border-bottom-color: #D3D3D3;
}.pa-details .field-label  {
    color: #74767B;
}.pa-details .pa-details-data .field-label  {
    color: #74767B;
}.pa-details .pa-details-data .comments-row  {
    border-bottom-color: #D3D3D3;
}.pa-details .link-bar .link-wrapper + .link-wrapper:before  {
    color: #B9B9B9;
}
/* laborDistributions.css */
.labor-dist-wrapper .datePicker  {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}.labor-dist-wrapper .history-icon-button  {
    border-color: #B2B3B7;
}.labor-dist-wrapper .search-icon-container .search-icon-wrapper .search-icon-button  {
    background-color: #FFFFFF;
}@media only screen and (max-width: 767px) and (min-width: 0px) {.labor-dist-wrapper .icon-history-button  {
    border-color: #B2B3B7;
}
}

/* defaultEarnings.css */
.default-earnings-wrapper .datePicker  {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}.default-earnings-wrapper .history-icon-button  {
    border-color: #B2B3B7;
}
/* defaultRoutingQueue.css */
.form-container  {
    border-bottom-color: #e3e3e3;
}
/* transaction.css */
.pa-transaction-search.panel-body  {
    background-color: #FFFFFF;
    border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
    border-bottom-color: #e3e3e3;
}
/* proxyRecords.css */
.proxy-records .proxy-list  {
    background-color: #FFFFFF;
    border-color: #D9D9D9;
}.proxy-records .proxy-list .proxy-list-header  {
    border-bottom-color: #D9D9D9;
}.proxy-records .proxy-list .proxy-list-footer  {
    border-top-color: #D9D9D9;
}.proxy-records .proxy-list .proxy-list-footer button  {
    border-color: #0069A7; /*#026BC8*/
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}.proxy-records .proxy-list .proxy-list-footer button:not(:disabled):hover  {
    background-color: #0070b3; /*#065AA5*/
}.proxy-records .proxy-list .proxy-list-footer button:disabled  {
    border-color: #767676;
    background-color: #767676;
}.proxy-records .proxy-list .proxy-list-footer button.button-white  {
    background-color: #FFFFFF;
    color: #0069A7; /*#026BC8*/
}.proxy-records .proxy-list .proxy-list-footer button:disabled.button-white  {
    background-color: #FFFFFF;
    color: #767676;
}.proxy-records .proxy-list .proxy-list-data .proxy-list-data-item  {
    border-top-color: #D9D9D9;
}.proxy-records .proxy-list .proxy-list-data .proxy-list-data-item .empty-message  {
    color: #767676;
}.proxy-records .form-wrapper .approval-level .ui-select-container  {
    background-color: #FFFFFF;
}.proxy-records .person-list .person-item  {
    background-color: #FFFFFF;
}.proxy-records .person-list .person-item .data-item-column-name em  {
    background-color: #CDEEFF;
}
/* person-selection.css */
.pa-person-selection .search-icon-container .search-icon-wrapper .search-icon-button  {
    background-color: #FFFFFF;
}
/* pd-index.css */
a  {
    color: #143A5A; /*#206e9f*/
}a:hover  {
    color: #585858;
}.btm-border  {
    border-bottom-color: #cbcbcb;
}.error-message  {
    color: #CD3B3E;
}.inactive  {
    color: #333333;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}#content  {
    color: #585858;
    background-color: #fbfdfe; /*#EFF4F8*/
}.page-header  {
    border-bottom-color: #e3e3e3;
    background-color: #F6F8F8;
}.navigation-section ul li  {
    border-right-color: #CBC7BE;
}.navigation-section ul li a  {
    color: #143A5A; /*#206e9f*/
}.navigation-section ul li a:hover, .navigation-section ul li a.active  {
    color: #585858;
}.main-nav ul  {
    background-color: #FFFFFF;
}.navigation-section .main-nav li  {
    background-color: #F2F2F2;
    border-bottom-color: #CCCCCC;
}.navigation-section .main-nav li:last-child  {
    border-bottom-color: #CCCCCC;
}.header-popup-form  {
    background-color: #EEEEEE;
}.header-popup-form h2  {
    color: #FFFFFF;
}.modal-header h2  {
    color: #585858;
}.close.popupClose  {
    color: #585858;
}.copy-section  {
    background-color: #FCFBE6;
    border-color: #E6D18E;
}.form-control-menu-contents  {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}.advanced-search-panel:before  {
    border-bottom-color: #CCCCCC;
}.advanced-search-panel:after  {
    border-bottom-color: #FFFFFF;
}.form-control-menu-contents li a  {
    color: #585858;
}.form-control-menu-contents li a:hover.no-bg  {
    background-color: #fbfdfe; /*#F3FCFF*/
}.glyphicon-cog:before  {
    color: #CCCCCC;
}.searchicon-color  {
    color: #999999;
}.read-only  {
    background-color: #F1F1F1;
    color: #585858;
}.btn-bottom-section  {
    background-color: #fbfdfe; /*#EFF4F8*/
    border-top-color: #CCCCCC;
}table  {
    border-color: #cbcbcb;
    border-bottom-color: #cbcbcb;
    background-color: #FFFFFF;
}table th, .table>thead>tr>th  {
    background-color: #FFFFFF;
    border-bottom-color: #C0CED0;
}.pd-single-page-app table tr:hover  {
    background-color: #fbfdfe !important; /*#F3FCFF*/
}.pd-single-page-app table tr:hover th:last-child, .dashboard tr:hover th:nth-of-type(8)  {
    background-color: #FFFFFF;
}.grid-preview table thead tr:hover th:last-child {
    background-color: #FBFBFB !important;
}table th span, .table>thead>tr>th span, table tr td  {
    color: #585858;
}table tr td  {
    border-bottom-color: #cbcbcb;
}.view-more  {
    background-color: #F1F8FD;
    border-right-color: #cbcbcb;
    border-left-color: #cbcbcb;
}.view-more button, .view-more .btn  {
    color: #143A5A; /*#206e9f*/
}.view-more button:hover  {
    color: #585858;
}.in-progress, .return, .pending, .library-active, .library-inactive, .pending-pop, .approved-pop, .acknowledge-pop, .notAcknowledge-pop  {
    background-color: #FFCDAA;
    border-color: #E19F72;
    color: #585858;
}.return  {
    background-color: #FFDCDC;
    border-color: #DB9D9D;
}.pending, .pending-pop  {
    background-color: #DAD5FF;
    border-color: #B0ABD0;
}.library-active, .approved-pop , .acknowledge-pop  {
    background-color: #C9F0C7;
    border-color: #4EC76A;
}.library-inactive, .notAcknowledge-pop  {
    background-color: #F1F4F6;
    border-color: #9c9c9c;
    color: #557185;
}.pop-over-section .approved-pop, .pop-over-section .acknowledge-pop, .pop-over-section .pending-pop, .pop-over-section .notAcknowledge-pop  {
    color: #008241;
}.pop-over-section .pending-pop  {
    color: #F2CE00;
}.pop-over-section .notAcknowledge-pop   {
    color: #0004F0;
}input.hasMultiCalendarPicker  {
    border-color: #9c9c9c;
}.ui-datepicker-group select  {
    background-color: #FFFFFF;
}.main-nav  {
    background-color: #FFFFFF;
}.btn-primary span  {
    color: #FFFFFF;
}.glyphicon-pencil:before  {
    color: #FFFFFF;
}.proxy-text  {
    background-color: #F6F8F8;
    border-bottom-color: #e3e3e3;
}.globalnav-list li span, .notification-center-label span  {
    color: #FFFFFF;
}.notification-item-message  span {
    color: #000000 !important;
}#username span, #mepDiv span  {
    color: #FFFFFF !important;
}.popover  {
    background-color: #FFFFFF;
}.pop-over-section  {
    border-bottom-color: #CCCCCC;
}.popover.bottom .arrow:after  {
    border-bottom-color: #F7F7F7;
}#title-panel {
    color: #656565 !important;
}.proxy-dropdown {
    background-color: #F5F5F5 !important;
}.proxy-headings  {
    color: #656565 !important;
}.lbl label,.proxylist-user li label {
    color: #585858;
}.proxy-dropdown a {
    color: #456C88 !important;
}.gear-dropdown li a {
    color: #456C88 !important;
}.gear-dropdown {
    border-color: #CCCCCC;
}.dropbtn {
    color: #FFFFFF;
}.dropdown-content  {
    background-color: #F9F9F9;
}.dropdown-content a  {
    color: #000000;
}.dropdown-content a:hover  {
    background-color: #F1F1F1;
}.gear-dropdown li {
    border-bottom-color: #CCCCCC !important;
}.teDropdown:before {
    border-bottom-color: #CCCCCC !important;
}.teDropdown:after  {
    border-bottom-color: #F5F5F5 !important;
}.teDropdown:after  {
    border-bottom-color: #FFFFFF;
}.ellipsis-menu {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}.advanced-search-panel:after  {
    border-bottom-color: #FFFFFF;
}
/* pd-dashboard.css */
.dashboard .panel-default>.panel-heading  {
    background-color: #FBFCFD;
    border-color: #cbcbcb;
}.dashboard .panel-title, .settings-search-results th a  {
    color: #222B31;
}.dashboard .badge, .settings-search-results .badge  {
    color: #585858;
    background-color: #C9F0C7;
    border-color: #4EC76A;
}.panel.panel-default > .panel-heading .badge  {
    color: #585858;
    background-color: #C9F0C7;
}.advanced-search-panel  {
    background-color: #FFFFFF;
}.dropdown-submenu  {
    border-color: #DDDDDD;
}.dropdownMenu  {
    border-top-color: #C9D7F1;
    border-right-color: #3366CC;
    border-bottom-color: #3366CC;
    border-left-color: #A2BAE7;
    background-color: #FFFFFF;
}.dropdownMenu a  {
    color: #0000CC;
    background-color: #FFFFFF;
}.dropdownMenu a:hover  {
    background-color: #0000CC;
    color: #FFFFFF;
}.red  {
    color: #E00000;
}
/* pd-administration.css */
.admin .list-group li  {
    border-bottom-color: #CCCCCC;
}.panel-content  {
    border-bottom-color: #cbcbcb;
}.admin .bottom-sml-space  {
    border-bottom-color: #FF0000;
}.label-section-admin  {
    border-bottom-color: #cbcbcb;
}
/* configuration-settings.css */
.accordion-section  .panel-title  {
    color: #585858;
}.settings-search-results table  {
    border-top-color: #cbcbcb;
    border-bottom-color: #cbcbcb;
}.settings-search-results table th, .settings-search-results table>thead>tr>th  {
    background-color: #FBFCFD;
}.settings-search-results table tr:hover th:last-child  {
    background-color: #FBFCFD;
}.search.search-title  {
    background-color: #FFFFFF;
    border-color: #cbcbcb;
}.version  {
    color: #707070;
}.template .panel-default  {
    border-color: #cbcbcb;
}.template .panel-default>.panel-heading, .admin .panel-default>.panel-heading  {
    background-color: #FBFCFD;
    border-bottom-color: #cbcbcb;
}.list-group-item  {
    border-bottom-color: #cbcbcb;
}.list-group-item label span  {
    color: #585858;
}.search-wrapper .input-group .input-group-btn button  {
    border-color: #908686;
}
/* create-position-description.css */
.content-header, .position-info  {
    background-color: #FFFFFF;
    border-color: #cbcbcb;
}.accordion-sub-section .panel-default>.panel-heading  {
    background-color: #F3F8FD;
    border-bottom-color: #cbcbcb;
}.sub-section-form-header .btn-default span  {
    color: #306497;
}.accordion-sub-section .panel-title  {
    color: #585858;
}.accordion-sub-section .panel  {
    border-color: #cbcbcb;
}.sub-section-form-row  {
    border-color: #cbcbcb;
}.sub-section-form-row.custom  {
    border-bottom-color: #cbcbcb;
}.sub-section-form-header  {
    background-color: #F3F8FD;
    border-top-color: #cbcbcb;
    border-bottom-color: #cbcbcb;
}.sub-section-form-inner.last-child  {
    border-bottom-color: #CCCCCC;
}.nav-pills .badge  {
    background-color: #FFFFFF;
    border-color: #979797;
    color: #585858;
}.nav-pills li.active .badge  {
    background-color: #EDEDED;
}.position-details .sub-main-section  {
    background-color: #FBFCFD;
    border-color: #cbcbcb;
}.model-header  {
    border-color: #cbcbcb;
}.sequence-section  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
}.file-attachment  {
    background-color: #FFFFFF;
    color: #306497;
}.attachment-content  {
    background-color: #FFFFFF;
}.top-border  {
    border-top-color: #C0CED0 !important;
}.right-border  {
    border-right-color: #C0CED0;
}.grid-preview table  {
    border-top-color: #cbcbcb;
}.grid-preview table thead tr th {
    border-top-color: #D2D2D2;
    background-color: #FBFBFB;
}.grid-preview .column-label, .grid-preview .column-label-section  {
    background-color: #F3F3F3;
    border-right-color: #cbcbcb;
}.preview-container table tr:hover   {
    background-color: #FFFFFF !important;
}.export-btn .export  {
    color: #585858;
}
/* pd-responsive.css */
@media screen and (max-width: 767px) {.page-header  {
    border-top-color: #e3e3e3;
}.page-header.admin  {
    border-bottom-color: #e3e3e3;
}.btn-model-section .btn:hover  {
    background-color: #F1F8FD;
}.btn-add  {
    border-color: #CCCCCC;
}.dashboard .panel-default > .panel-heading  {
    background-color: #FFFFFF;
}tr  {
    border-color: #F2F2F2;
}.accordion-sub-section .panel-heading button.glyphicon-plus:before, .sub-section-form-header button.glyphicon-plus:before  {
    color: #585858;
}.total-percentage  {
    background-color: #FBFCFD;
    border-bottom-color: #9c9c9c;
    border-top-color: #9c9c9c;
}.sub-section-form-row  {
    border-color: #CCCCCC;
}.nav-pills .badge  {
    background-color: #FFFFFF;
}.nav-pills li.active .badge  {
    background-color: #D8D8D8;
}.glyphicon-repeat:before, .glyphicon-eye-open:before  {
    color: #143A5A; /*#206E9F*/
}.description-text  {
    border-color: #9c9c9c;
    background-color: #F5F5F5;
    color: #585858;
}.proxy-text  {
    border-top-color: #e3e3e3;
}#userList .canvas-item,#userList .canvas-item  {
    background-color: #fbfdfe; /*#F3FCFF*/
}
}
@media only screen and (min-width: 768px){.ui-datepicker-group > .ui-datepicker-calendar {
    border-bottom-color: #808080;
}table.ui-datepicker-calendar>tbody  {
    border-bottom-color: #CCCCCC;
}
}

/* salaApp.css */
.required-before:before, .required-after:after  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.card-list .cardContent  {
    color: #585858;
}
/* RL1Slip.css */
TABLE TD.rl1td7   {
    border-color: #000000;
    background-color: #EEEEEE;
}TABLE TD.rl1td7B  {
    border-color: #000000;
    background-color: #EEEEEE;
}TABLE TD.rl1td7A  {
    background-color: #EEEEEE;
}TABLE TD.rl1td7C  {
    background-color: #FFFFFF;
}TABLE TD.rl1td7D  {
    border-color: #000000;
    background-color: #FFFFFF;
}TABLE TD.rl1td1   {
    background-color: #99CC99;
}
/* RL2Slip.css */
.rl2text1  {
    color: #FFFFFF;
}.rl2text1A  {
    color: #000000;
}.rl2text1B  {
    color: #000000;
}.rl2text7  {
    color: #FFFFFF;
}.rl2text8  {
    color: #FFFFFF;
}TABLE TD.rl2td7   {
    border-color: #000000;
    background-color: #EEEEEE;
}TABLE TD.rl2td7B  {
    border-color: #000000;
    background-color: #EEEEEE;
}TABLE TD.rl2td7A  {
    background-color: #EEEEEE;
}TABLE TD.rl2td7C  {
    background-color: #FFFFFF;
}TABLE TD.rl2td7D  {
    border-color: #000000;
    background-color: #FFFFFF;
}TABLE TD.rl2td7E  {
    border-color: #000000;
    background-color: #EEEEEE;
}TABLE TD.rl2td1   {
    background-color: #99CC99;
}
/* fcp.css */
a.m-ssb-tooltip  {
    color: #000000;
}a.m-ssb-tooltip:hover {
    color: #000000;
}.required-before:before  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.bordertable  {
    border-color: #000000;
}.dbheader  {
    background-color: #E3E5EE;
    color: #000000;
}.fieldsmallboldtext  {
    color: #000000;
}dbdefault  {
    color: #000000;
}.orange-text  {
    color: #996300;
}
/* taxesApp.css */
.required-before:before  {
    color: #D42828;
}.dbdefault  {
    color: #000000;
}.dbdefaultbox9  {
    color: #000000;
    background-color: #808080;
}.bordertable  {
    border-color: #000000;
}.captiontext  {
    color: #000000;
}
/* te-main.css */
.red  {
    color: #D42828;
}body  {
    background-color: #fbfdfe; /*#EFF4F8*/
}.modal-dialog-box  {
    background-color: #FFFFFF;
    border-top-color: #DDBBB8;
    border-left-color: #DDBBB8;
}.modal-icon-close-btn  {
    color: #585858;
    background-color: #FFFFFF;
}.modal-icon-close-btn:focus  {
    outline-color: #afafe9; /*#81C8FF*/
}.modal-dialog-title-bar div h1  {
    color: #283036 !important;
}.popover-title-text  {
    color: #283036;
}.popover-title-text-line-wrapper  {
    border-bottom-color: #000000;
}.modal-dialog-btn-primary  {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}.modal-dialog-btn-primary.no-date-selected  {
    background-color: #AAC8DB;
}.modal-dialog-btn-primary:hover:not(.modal-dialog-btn-primary-disabled):not(.delete-button-without-background)  {
    background-color: #0070b3; /*#065AA5*/
}.modal-dialog-btn-primary:active:not(.modal-dialog-btn-primary-disabled):not(.delete-button-without-background),.modal-dialog-btn-primary.active:not(.modal-dialog-btn-primary-disabled):not(.delete-button-without-background)  {
    background-color: #004066; /*#0A4982*/
}.no-active-pay-period-text  {
    color: #585858;
}.modal-dialog-btn-secondary  {
    background-color: #FFFFFF;
    border-color: #0069A7; /*#026BC8*/
    color: #0069A7; /*#026BC8*/
}.modal-dialog-btn-secondary:hover:not(.modal-dialog-btn-primary-disabled):not(.delete-button-without-background)  {
    background-color: #0070b3; /*#065AA5*/
    color: #FFFFFF;
}.modal-dialog-btn-secondary:focus:not(.modal-dialog-btn-primary-disabled):not(.delete-button-without-background)  {
    background-color: #0069A7; /*#026BC8*/
    color: #FFFFFF;
}.modal-dialog-btn-secondary:active:not(.modal-dialog-btn-primary-disabled):not(.delete-button-without-background),.modal-dialog-btn-secondary.active:not(.modal-dialog-btn-primary-disabled):not(.delete-button-without-background)  {
    background-color: #004066; /*#0A4982*/
}.modal-dialog-btn-primary.delete-button-without-background,.modal-dialog-btn-secondary.delete-button-without-background  {
    background-color: #FFFFFF;
    color: #585858;
    border-color: #0069A7; /*#026BC8*/
}.modal-dialog-btn-primary.delete-button-without-background:hover,.modal-dialog-btn-primary.delete-button-without-background:focus,.modal-dialog-btn-primary.delete-button-without-background:active,.modal-dialog-btn-primary.delete-button-without-background.active,.modal-dialog-btn-secondary.delete-button-without-background:hover,.modal-dialog-btn-secondary.delete-button-without-background:focus,.modal-dialog-btn-secondary.delete-button-without-background:active,.modal-dialog-btn-secondary.delete-button-without-background.active  {
    color: #FFFFFF;
    background-color: #0070b3; /*#065AA5*/
}.modal-dialog-btn-primary-disabled  {
    background-color: #B2B3B7;
    color: #FFFFFF;
}.modal-dialog-btn-secondary:disabled  {
    background-color: #B2B3B7 !important;
    color: #FFFFFF;
}input[type=checkbox] + .lbl::before, input[type=radio] + .lbl::before  {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #9c9c9c;
}input[type=checkbox]:focus + .lbl::before, input[type=radio]:focus + .lbl::before, input[type=checkbox][focus] + .lbl::before, input[type=radio][focus] + .lbl::before, input[type=checkbox].focus + .lbl::before, input[type=radio].focus + .lbl::before  {
    border-color: #316699;
}input[type=checkbox]:checked + .lbl::before, input[type=radio]:checked + .lbl::before  {
    background-color: #1B8444;
}input[type=checkbox]:checked:focus + .lbl::before, input[type=radio]:checked:focus + .lbl::before  {
    background-color: #145F32 !important;
}input[type=checkbox]:disabled + .lbl::before, input[type=radio]:disabled + .lbl::before  {
    border-color: #CCCCCC !important;
}.tabset .tab  {
    background-color: #FFFFFF;
}.tabset .tab a  {
    color: #585858;
}.tabset .tab a:focus  {
    outline-color: #afafe9 !important; /*#81C8FF*/
}.tabset .tab.selected a  {
    color: #585858;
}.white-background  {
    background-color: #FFFFFF;
}.gray-background  {
    background-color: #fbfdfe; /*#EFF4F8*/
}.badge  {
    color: #585858 !important;
}.status-not-started  {
    border-color: #B0ABD0 !important;
    background-color: #DAD5FF !important;
}.status-in-progress  {
    border-color: #4EC76A !important;
    background-color: #C9F0C7 !important;
}.status-error  {
    border-color: #F57E7E !important;
    background-color: #FFDCDC !important;
}tbody tr td  {
    border-bottom-color: #d5d5d5;
}thead tr th  {
    border-bottom-color: #d5d5d5 !important;
    color: #4F584F;
}.white-background-border  {
    border-color: #DDDDDD;
}.white-background-border-bold  {
    border-color: #DDDDDD;
}.carousel-control  {
    color: #206D9E !important;
}.carousel .carousel-inner div .active  {
    background-color: #206D9E;
    color: #FFFFFF;
}.seperator  {
    border-right-color: #d5d5d5;
}.white-background-border-bottom  {
    border-bottom-color: #DDDDDD;
}.white-background-border-right  {
    border-right-color: #DDDDDD;
}.white-background-border-left  {
    border-left-color: #DDDDDD;
}.white-background-border-top  {
    border-top-color: #e3e3e3;
}.white-background-border-right-bold  {
    border-right-color: #DDDDDD;
}.white-background-border-bottom-bold  {
    border-bottom-color: #DDDDDD;
}.list-view-item  {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
}.list-view-item-disabled  {
    background-color: #F9F9F9;
}.list-view-item-col.payperiod-text  {
    color: #585858;
}.pay-period-job-header  {
    background-color: #F9FAFB;
}.card  {
    background-color: #FFFFFF;
    border-color: #d5d5d5;
}.card-header  {
    background-color: #FFFFFF;
    border-bottom-color: #DDDDDD;
}.card-subheader  {
    border-bottom-color: #DDDDDD;
    background-color: #FFFFFF;
}.te-icon-btn:disabled  {
    background-color: #F9FAFA !important;
}.te-icon-btn:focus  {
    border-color: #afafe9 !important; /*#81c8ff*/
}.te-single-page-app input.ng-invalid,.te-single-page-app input:invalid,.te-single-page-app .submitted input:invalid  {
    border-color: #FF3030 !important;
}a  {
    color: #0069A7; /*#026BC8*/
}.comment-input-field  {
    background-color: #FFFFFF !important;
    color: #767676;
}.modal-dialog-title-text  {
    color: #000000;
}.te-inline-error  {
    color: #D42828;
}.message-box-closed:after  {
    color: #808080;
}.message-box-open:after  {
    color: #808080;
}div.shift-with-border  {
    border-right-color: #d5d5d5 !important;
}.xeTimePickerTextField  {
    color: #767676;
}
/* job-selection-modal.css */
.job-selection-modal-label  {
    color: #585858;
}
/* timesheet-dashboard.css */
.timesheet-monthly-calendar-more-details  {
    background-color: #207088;
    color: #FFFFFF;
}.timesheet-monthly-calendar-column-header  {
    border-color: #BFC7BD;
}.timesheet-monthly-calendar-column-hours-data  {
    color: #6E757B;
}.timesheet-monthly-calendar-column-header-holiday  {
    color: #5D7A8E;
}.timesheet-monthly-calendar-column-data  {
    border-color: #BFC7BD;
    color: #585858;
}.timesheet-monthly-calendar-column-data-holiday  {
    border-color: #BFC7BD;
}.timesheet-monthly-calendar-column-data-disabled  {
    color: #557282 !important;
}.timesheet-monthly-calendar-status-indicator  {
    border-right-color: #DDDDDD !important;
}.timesheet-monthly-calendar-column-data-error  {
    color: #CB0004 !important;
}.timesheet-monthly-calendar-column-data-warning  {
    color: #946F00 !important;
}.timesheet-montly-calendar-column-selected  {
    background-color: #143A5A; /*#206E9F*/
    color: #FFFFFF;
}.timesheet-montly-calendar-column-error  {
    background-color: #FDE4DD;
    color: #CB0004;
    border-color: #FF3030;
}.timesheet-montly-calendar-column-error-text  {
    color: #CB0004;
}.timesheet-montly-calendar-column-warning  {
    background-color: #FFFEEA;
    color: #C29100;
    border-color: #C29100;
}.timesheet-montly-calendar-column-warning-text  {
    color: #C29100;
}.timesheet-montly-calendar-column-selected .timesheet-monthly-calendar-column-hours-data  {
    color: #FFFFFF;
}.timesheet-montly-calendar-column-current  {
    background-color: #fbfdfe; /*#EFF4F8*/
}.tabset hr  {
    background-color: #143A5A; /*#206E9F*/
}.tabset .tab:hover  {
    background-color: #EEEEEE;
}.time-sheet-list .job:last-child .card  {
    border-bottom-color: #DDDDDD;
}.time-sheet-list .header  {
    background-color: #FFFFFF;
    border-top-color: #DDDDDD;
}.time-sheet-list .header-col  {
    border-right-color: #d5d5d5;
}.time-sheet-list .card-subheader .card-col  {
    border-right-color: #d5d5d5;
}input[type="checkbox"]:checked + .select-options {
    color: #1B8444;
}input[type="checkbox"]:disabled + .select-options {
    color: #5B7B8B !important;
}.timesheet-copy-calendar-date-selected {
    background-color: #2e86d1; /*#3276b1*/
    color: #FFFFFF !important;
}.dashboard-filter  {
    background-color: #fbfdfe; /*#F3FCFF*/
    border-top-color: #e3e3e3;
    border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
}.timesheet-extract-btn  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    color: #656565;
}
/* time-entry-timesheet-enter-hours.css */
.enter-hours-earn-list  {
    border-bottom-color: #e3e3e3 !important;
}.comment-box-style  {
    border-color: #9c9c9c !important;
}.comment-box-style::-webkit-input-placeholder  {
    color: #9c9c9c;
}.comment-box-style:-ms-input-placeholder  {
    color: #9c9c9c;
}.comment-box-style::-moz-placeholder  {
    color: #9c9c9c;
}.comment-box-style:-moz-placeholder  {
    color: #9c9c9c;
}.add-time-in-out  {
    border-color: #A5BECF;
}.page-layout  {
    background-color: #fbfdfe; /*#EFF4F8*/
}.add-link-area-text  {
    color: #143A5A; /*#206E9F*/
}.enter-hours-header  {
    background-color: #fbfdfe; /*#F3FCFF*/
}.calendar-hours-column-detail-status-indicator  {
    border-right-color: #DDDDDD !important;
}.calendar-hours-column-detail-status-disabled-indicator  {
    background-color: #FFFFFF !important;
}.calendar-hours-column-detail-disabled  {
    background-color: #FFFFFF !important;
    color: #767676 !important;
}.white-background-border-color  {
    border-top-color: #e3e3e3;
    border-bottom-color: #e3e3e3;
}.time-in-out-text  {
    color: #585858;
}.clock-in-out-text  {
    color: #767676;
}.clock-in-out-comment-text  {
    color: #143A5A; /*#206E9F*/
}.clock-in-out-button  {
    background-color: #006C8F;
    color: #FFFFFF;
    border-color: #143A5A; /*#206E9F*/
}.clock-in-out-button-disabled  {
    background-color: #AAC8DB;
    color: #FFFFFF;
    border-color: #143A5A; /*#206E9F*/
}.add-line  {
    border-top-color: #DDDDDD;
}option  {
    color: #585858;
    border-color: #143A5A; /*#206E9F*/
}.certify-font  {
    color: #218721;
}.remcharmsg  {
    color: #5A798C;
}.acc-distribution-border-bottom-setting  {
    border-bottom-color: #e3e3e3;
}.acc-distribution-border-top-setting  {
    border-top-color: #e3e3e3;
}.account-distribution-total-border-right  {
    border-right-color: #D3D2D3;
}.sm-save-cancel  {
    border-color: #DDDDDD;
}.clock-in-out-box-border-right  {
    border-right-color: #DDDDDD;
}.clock-in-out-box-border-left  {
    border-left-color: #DDDDDD;
}.exit-page-link  {
    color: #206E9F ! IMPORTANT;
}.exit-page-link:visited  {
    color: #143A5A !important; /*#206E9F*/
}.panel-default > .panel-heading  {
    background-color: #FFFEEA;
    border-color: #E0D397;
}.message-box-closed  {
    background-color: #F2F2F2;
}.message-box-header  {
    color: #585858;
}.message-box-row-bottom-border  {
    border-bottom-color: #E0D397;
}.message-box-body-top-border  {
    border-top-color: #E0D397;
}.message-box-circle  {
    background-color: #FFC0CB;
    color: #585858;
    border-color: #FF0000;
}.te-single-page-app .panel-body  {
    background-color: #FFFEEA;
    border-top-color: #E0D397 !important;
}.alertinfo-text  {
    color: #856100;
}.hintinfo-text  {
    color: #3A7683;
}.errorinfo-text  {
    color: #CC0004;
}.panel-default  {
    border-color: #E0D397;
}.comment-box-circle  {
    background-color: #FFD079;
    color: #585858;
}.timesheet-view-comments-text  {
    color: #585858;
}.timesheet-view-route-text  {
    color: #585858;
}.copy-timesheet-info-btn ~ .popover  {
    background-color: #FFFEEA;
}.copy-timesheet-info-btn ~ .popover.bottom .arrow::after  {
    border-bottom-color: #FFFEEA !important;
}.timesheet-copy-info-overlay  {
    background-color: #FFFEEA;
}.timesheet-routing-approve-by-wrapper  {
    background-color: #FFFEEA;
    border-color: #E0D397;
}.timesheet-job-selection-holiday-wrapper  {
    background-color: #FFFEEA;
    border-color: #E0D397;
}.timesheet-restart-btn  {
    color: #5A748C;
}.timesheet-leave-balances-link  {
    color: #5A748C !important;
}.timesheet-leave-balances-link:hover, .timesheet-leave-balances-link:focus {
    color: #5A748C !important;
}.restart-control-menu-link button:focus  {
    border-color: #afafe9 !important; /*#81c8ff*/
}.restart-control-menu-contents li a, .restart-control-menu-contents li a:focus, .restart-control-menu-contents li a:hover  {
    color: #9c9c9c;
}.calendar-hours-column-detail.active .timesheet-monthly-calendar-column-hours-data  {
    color: #FFFFFF !important;
}.anchor-box  {
    border-color: #9c9c9c;
    background-color: #FFFFFF;
}.anchor-box-open  {
    border-color: #143A5A; /*#206E9F*/
}.anchor-box > a  {
    color: #9c9c9c;
}.anchor-box-open > a  {
    color: #3B96CD !important;
}.col-setting-menu  {
    background-color: #FFFFFF;
    border-color: #143A5A; /*#206E9F*/
}.col-setting-menu  li  {
    border-bottom-color: #D3D3D3;
}.copy-time-icon  {
    color: #9c9c9c;
}.timesheet-preview-header-text  {
    color: #585858;
}.timesheet-preview-text  {
    color: #585858;
}.timesheet-preview-distribution-title {
    background-color: #F8FAFC;
    border-top-color: #cbcbcb;
}.preview-detail-distribution-title {
    background-color: #F8FAFC;
    border-top-color: #cbcbcb;
}.sm-cancel-submit-border-top  {
    border-top-color: #DDDDDD;
}.te-earnings-ui-select.select2-dropdown-open  {
    background-color: #FFFFFF;
}.holiday-text + .tooltip.holidayTextTooltipClass .tooltip-inner  {
    color: #585858;
    background-color: #FFF8E2;
    border-color: #FFD079;
}.holiday-text + .tooltip.holidayTextTooltipClass.top .tooltip-arrow  {
    border-top-color: #FFD079;
}.holiday-text + .tooltip.holidayTextTooltipClass.bottom .tooltip-arrow  {
    border-bottom-color: #FFD079;
}.holiday-text + .tooltip.holidayTextTooltipClass.right .tooltip-arrow  {
    border-right-color: #FFD079;
}.comment-tooltip  {
    background-color: #FFF8E2;
    border-color: #FFD079;
}@media screen and (max-width: 767px) {.sm-save-cancel  {
    border-color: #DDDDDD;
}
}
@media (min-width: 568px) and (max-width: 767px) {.time-in-out-bottom-border  {
    border-bottom-color: #e3e3e3;
}
}
@media screen and (max-width: 567px) {.clock-in-out-box-border-top  {
    border-top-color: #DDDDDD;
}.time-in-out-bottom-border  {
    border-bottom-color: #e3e3e3;
}
}

/* account-distribution-modal.css */
.account-distribution-title  {
    color: #585858;
}.account-distribution-title-regular  {
    color: #585858;
}.account-distribution-body .account-distribution-row  {
    background-color: #F1F4F6;
}.account-distribution-row-update  {
    background-color: #F1F4F6;
}.account-distribution-edit-row-update  {
    background-color: #F1F4F6;
}.account-distribution-button-wrapper  {
    background-color: #F1F4F6;
}.account-distribution-white-background-border  {
    border-color: #DDDDDD;
}.account-distribution-update-text  {
    color: #767676;
}.account-distribution-section-title  {
    color: #333333;
}@media screen and (max-width: 1024px) and (orientation: portrait) {.account-distribution-body-bottom-border  {
    border-bottom-color: #DDDDDD;
}
}
@media screen and (max-width: 991px) {.account-distribution-card  {
    border-bottom-color: #DDDDDD;
}.account-distribution-row-update  {
    background-color: #FFFFFF;
}.account-distribution-edit-white-background-border  {
    border-color: #DDDDDD;
}
}
@media screen and (max-width: 767px) {.account-distribution-edit-row-update  {
    background-color: #FFFFFF;
}
}

/* leave-report-dashboard.css */
.leave-report-list .job:last-child .card  {
    border-bottom-color: #DDDDDD;
}.leave-report-list .header  {
    background-color: #FFFFFF;
    border-top-color: #DDDDDD;
}.leave-report-list .header-col  {
    border-right-color: #d5d5d5;
}.leave-report-list .card-subheader .card-col  {
    border-right-color: #d5d5d5;
}.leave-report-monthly-calendar-column-header  {
    border-color: #BFC7BD;
}.leave-report-monthly-calendar-column-header-holiday  {
    color: #5D7A8E;
}.leave-report-monthly-calendar-column-data-holiday  {
    border-color: #BFC7BD;
}.leave-report-monthly-calendar-column-data  {
    border-color: #BFC7BD;
    color: #585858;
}.leave-report-monthly-calendar-column-data-disabled  {
    color: #5B7B8B !important;
}.leave-report-montly-calendar-column-selected  {
    background-color: #143A5A; /*#206E9F*/
    color: #FFFFFF;
}.leave-report-montly-calendar-column-selected .leave-report-monthly-calendar-column-data-disabled {
    color: #FFFFFF !important;
}.leave-report-montly-calendar-column-selected .leave-report-monthly-calendar-column-hours-data  {
    color: #FFFFFF;
}.leave-report-montly-calendar-column-current  {
    background-color: #fbfdfe; /*#EFF4F8*/
}.leave-report-monthly-calendar-column-hours-data  {
    color: #6E757B;
}.leave-report-monthly-calendar-status-indicator  {
    border-right-color: #DDDDDD !important;
}.leave-report-job-selection-holiday-wrapper  {
    background-color: #FFFEEA;
    border-color: #E0D397;
}.leave-report-extract-btn  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    color: #656565;
}
/* leave-report-details.css */
.calendar-hours-column-detail.active .leave-report-monthly-calendar-column-hours-data  {
    color: #FFFFFF !important;
}.leave-report-restart-btn  {
    color: #587589;
}.leave-report-leave-balances-link  {
    color: #587589 !important;
}.leave-report-leave-balances-link:hover, .leave-report-leave-balances-link:focus {
    color: #587589 !important;
}.copy-leave-report-info-btn ~ .popover  {
    background-color: #FFFEEA;
}.copy-leave-report-info-btn ~ .popover.bottom .arrow::after  {
    border-bottom-color: #FFFEEA !important;
}.leave-report-copy-calendar-date-selected {
    background-color: #2e86d1; /*#3276b1*/
    color: #FFFFFF !important;
}.leave-report-copy-info-overlay  {
    background-color: #FFFEEA;
}.leave-report-preview-header-text  {
    color: #585858;
}.leave-report-preview-text  {
    color: #585858;
}.leave-report-preview-distribution-title {
    background-color: #F1F4F6;
}
/* approvals-details.css */
.timesheet  {
    border-color: #E6EBEC;
}.timesheet:hover:after  {
    border-color: #B6E6F6;
    background-color: #fbfdfe; /*#EFF4F8*/
}.timesheet:hover  {
    border-color: #B6E6F6;
    background-color: #CDE4EC;
}.timesheetli  {
    color: #C8CACD;
}.timesheet strong  {
    color: #2682AF;
}.timesheetorglist  {
    border-color: #E6EBEC;
}.timesheet.selected  {
    background-color: #FF0000;
}.error-fields ~ div  {
    border-color: #E52D31;
}.error-field  {
    border-color: #E52D31;
}.bread-crumb-header  {
    background-color: #F2F2F2;
    border-bottom-color: #A6A6A6;
}.dropdown-submenu  {
    border-color: #DDDDDD;
}.dropdown-submenu a  {
    color: #456C88 !important;
}.dropdownMenu  {
    border-top-color: #C9D7F1;
    border-right-color: #3366CC;
    border-bottom-color: #3366CC;
    border-left-color: #A2BAE7;
    background-color: #FFFFFF;
}.dropdownMenu a  {
    color: #0000CC;
    background-color: #FFFFFF;
}.gear-dropdown li a  {
    color: #456C88 !important;
}.dropbtn  {
    color: #FFFFFF;
}.dropdown-content  {
    background-color: #F9F9F9;
}.dropdown-content a  {
    color: #000000;
}.dropdown-content a:hover  {
    background-color: #F1F1F1;
}.proxy-dropdown  {
    background-color: #F5F5F5;
}.report-dropdown  {
    background-color: #FFFFFF;
}.approval-table td  {
    background-color: #FFFFFF;
}.status-dropdown  {
    background-color: #FFFFFF;
}table th, .table > thead > tr > th  {
    border-bottom-color: #C0CED0;
}.progress-badge  {
    background-color: #C9F0C7;
    border-color: #4EC76A;
    color: #585858;
}.app-badge  {
    background-color: #E0EFFF !important;
    color: #1E5799 !important;
}.panel-approvaltitle  {
    color: #585858 !important;
}.panel-headingapproval  {
    background-color: #FBFCFD !important;
    border-color: #cbcbcb;
    color: #C0C0C0 !important;
}table tr td  {
    border-bottom-color: #cbcbcb;
}table th, .table > thead > tr > th  {
    border-bottom-color: #C0CED0;
}.notification-count  {
    background-color: #FFD079;
    color: #585858;
}.font-weight  {
    color: #2F4F4F;
}.popoverdispay  {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}.panel-headingapproval .accordion-toggle:after  {
    color: #808080;
}.viewmorelink  {
    color: #143A5A !important; /*#206E9F*/
}.ellipsis-menu  {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
}.advanced-search-panel:after  {
    border-bottom-color: #FFFFFF;
}.advanced-search-panel:before  {
    border-bottom-color: #CCCCCC;
}.gear-dropdown span li  {
    border-bottom-color: #CCCCCC;
}.gear-dropdown li  {
    color: #262626 !important;
    background-color: #F5F5F5 !important;
}.teDropdown:before  {
    border-bottom-color: #CCCCCC !important;
}.teDropdown:after  {
    border-bottom-color: #F5F5F5 !important;
}.teDropdown:after  {
    border-bottom-color: #FFFFFF;
}.gear-dropdown  {
    border-color: #CCCCCC;
}.leave-report-extract  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    color: #656565;
}.leave-report-extract-leave-request  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    color: #656565;
}.status-dropdown-report  {
    background-color: #FFFFFF;
}.zippy > .zippy-content  {
    background-color: #FFFFFF;
    border-color: #cbcbcb;
}.te-single-page-app .zippy > .zippy-header  {
    background-color: #FBFCFD !important;
    border-color: #cbcbcb;
}.zippy > .zippy-header > h2  {
    color: #585858 !important;
}.leaverequest-approval-monthly-calendar-status-data  {
    background-color: #E0EFFF;
    color: #1E5799;
}.panel-headingapproval span:focus,.approval-grid tr td.contentApproval:focus,.approval-grid tr td.contentApproval-access:focus  {
    outline-color: #afafe9 !important; /*#81c8ff*/
}.bar-chart-table {
    border-color: #000000;
}@media only screen and (max-width: 768px) {.mobile-view-report-page div.table-container {
    border-color: #cbcbcb;
}.mobile-view-report-page-leave div.table-container {
    border-color: #cbcbcb;
}
}
@media only screen and (max-width: 736px) {.approval-grid-mobile  {
    color: #585858;
}.filter-mobile  {
    background-color: #fbfdfe; /*#F3FCFF*/
}.filter-mobile-experience  {
    background-color: #fbfdfe; /*#F3FCFF*/
}.search-icon  {
    color: #1CB6B5;
}.search-icon-open  {
    color: #FFFFFF;
}.search-bar  {
    background-color: #FFFFFF;
    color: #333333;
}.search-bar-open  {
    border-color: #9c9c9c !important;
}
}

/* time-entry-leave-balances.css */
.leave-balances-modal-wrapper  {
    background-color: #E2E4E4;
}.tile-container  {
    border-top-color: #E2E4E4;
    border-left-color: #E2E4E4;
}.title-row  {
    border-right-color: #E2E4E4;
    border-bottom-color: #E2E4E4;
    background-color: #FFFFFF;
}.leave-summary  {
    border-color: #CCCCCC;
}.leave-summary > div.row.no-margin  {
    border-bottom-color: #CED8DD;
}.leave-summary > div.row > div.gray-blue-background  {
    background-color: #EDF0F3;
    border-right-color: #CCCCCC;
}.leave-summary > div.row > div.white-background  {
    background-color: #FFFFFF;
}.detail-leave-summary  {
    background-color: #FFFFFF;
}.thin-border {
    border-right-color: #CCCCCC;
}.flatCapsule-display.positive  {
    background-color: #547D54;
    color: #FFFFFF;
}.flatCapsule-display.negative  {
    background-color: #F3CFC0;
    color: #CD3239;
}.flatCapsule-display.zerovalue  {
    background-color: #FFCE00;
    color: #545454;
}.flatCapsule-display.positive > p {
    color: #FFFFFF;
}.flatCapsule-display.zerovalue > p  {
    color: #FFFFFF;
}.flatCapsule-display.negative > p {
    color: #CD3239;
}.leave-title-text  {
    color: #456C88;
}@media screen and (max-width: 991px) {.leave-balances-modal-wrapper {
    background-color: #E2E4E4;
}
}

/* leave-request-dashboard.css */
.leave-request-list .job:last-child .card  {
    border-bottom-color: #DDDDDD;
}.leave-request-list .header  {
    background-color: #FFFFFF;
    border-top-color: #DDDDDD;
}.leave-request-list .header-col  {
    border-right-color: #d5d5d5;
}.leave-request-list .card-subheader .card-col  {
    border-right-color: #d5d5d5;
}.leave-request-monthly-calendar-column-header  {
    border-color: #BFC7BD;
}.leave-request-monthly-calendar-column-header-holiday  {
    color: #5D7A8E;
}.leave-request-monthly-calendar-column-data-holiday  {
    border-color: #BFC7BD;
}.leave-request-monthly-calendar-column-data  {
    border-color: #BFC7BD;
    color: #585858;
}.leave-request-monthly-calendar-column-data-disabled  {
    color: #5B7B8B !important;
}.leave-request-montly-calendar-column-selected  {
    background-color: #143A5A; /*#206E9F*/
    color: #FFFFFF;
}.leave-request-montly-calendar-column-selected .leave-request-monthly-calendar-column-hours-data  {
    color: #FFFFFF;
}.leave-request-montly-calendar-column-current  {
    background-color: #fbfdfe; /*#EFF4F8*/
}.leave-request-monthly-calendar-column-hours-data  {
    color: #6E757B;
}.leave-request-monthly-calendar-status-indicator  {
    border-right-color: #DDDDDD !important;
}.leave-request-job-selection-holiday-wrapper  {
    background-color: #FFFEEA;
    border-color: #E0D397;
}.leave-request-extract-btn  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    color: #656565;
}
/* time-entry-status.css */
.time-entry-status-indicator-not-started  {
    background-color: #F2F2F2;
}.time-entry-status-indicator-in-progress  {
    background-color: #EDEAFF;
}.time-entry-status-indicator-pending  {
    background-color: #DFEDFF;
}.time-entry-status-indicator-error  {
    background-color: #FCE3DD;
}.time-entry-status-indicator-approved  {
    background-color: #E2FDF1;
}.time-entry-card-status-indicator-not-started  {
    color: #666F75 !important;
}.time-entry-card-status-indicator-in-progress  {
    color: #8073CE !important;
}.time-entry-card-status-indicator-pending  {
    color: #1E68C2 !important;
}.time-entry-card-status-indicator-error  {
    color: #CB0004 !important;
}.time-entry-card-status-indicator-approved  {
    color: #008241 !important;
}.time-entry-status-indicator-text-not-started  {
    color: #666F75;
}.time-entry-status-indicator-text-in-progress  {
    color: #7768CA;
}.time-entry-status-indicator-text-pending  {
    color: #1E68C2;
}.time-entry-status-indicator-text-error  {
    color: #CB0004;
}.time-entry-status-indicator-text-approved  {
    color: #008241;
}.time-entry-status-indicator-not-started-calendar  {
    background-color: #666F75;
}.time-entry-status-indicator-in-progress-calendar  {
    background-color: #8073CE;
}.time-entry-status-indicator-pending-calendar  {
    background-color: #1E68C2;
}.time-entry-status-indicator-error-calendar  {
    background-color: #CB0004;
}.time-entry-status-indicator-approved-calendar  {
    background-color: #008241;
}.queue-status-indicator-text-approved  {
    color: #008241;
}.queue-status-indicator-text-pending  {
    color: #1E68C2;
}
/* approver-selection-modal.css */
.sequence-section  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
}.approver-selection-help-info  {
    background-color: #FFFEEA;
    border-color: #E0D397;
}
/* te-mobile.css */
@media screen and (max-width: 767px) {tr:last-of-type td  {
    border-bottom-color: #DDDDDD;
}
}

/* banner-theme-common-patch.scss */
.placeholder-theme-name {
  content:  general_vu_theme;
}

/*** Transparent background ***/
body {
  background-color: #ffffff;
}

/*** Branding Logo ***/
.institutionalBranding {
  background-image: url("https://www.vinu.edu/_resources/images/logos/White-GoldLogoBlueBanner-small.png");
  width: 18em;
}

/*** Favicon ***/
.favicon {
  background-image: url("https://www.vinu.edu/_resources/favicon.ico");
}

/*** Global focus ***/
:focus {
  outline-color: #afafe9 /*#81C8FF*/;
}

/*** Header ***/
#banner-header-main-section,
#header-main-section {
  background-color: #143A5A; /* use selected color */
  color: #cccccc;
  border-bottom-color: #5353D1;
}

/*** Tweaks to base UI */
#header-main-section-east-part #username,
#header-main-section-east-part #mepDiv {
  padding-right:0.5em; /* space before and after name and mepDiv */
  padding-left:0.5em;
}

#header-main-section-east-part #mepDiv,
#header-main-section-east-part #signInButton,
#header-main-section-east-part #userDiv,
#header-main-section-east-part #toolsButton {
  border-left: 0px; /* Removed 1px unneeded line  */
  border-right: 0px;
}

/** Page Builder */
.admin-menu-section-main {
  border-color: #205e92; /*#9AC0D2*/
}
.admin-menu {
  color: #2e86d1; /*#206E9F;*/
}

.admin-menu-section-sub>div:first-of-type {
  border-right-color: #205e92; /*#9AC0D2*/
  border-left-color: #205e92; /*#9AC0D2*/
}

.admin-menu-section-sub {
  border-color: #205e92; /*#9AC0D2*/
}
.app-list-container {
  border: 1px solid #205e92;
}


.admin-menu-section-main {
  border-color: #205e92; /*#9AC0D2*/
}

@media (max-width: 991px) {
  .admin-menu-section-sub>div:first-of-type {
    border-bottom-color: #205e92; /*#9AC0D2*/
  }
}

.app-list-container>div {
  border-top-color: #205e92; /*#9AC0D2*/
}

/*This css is for pagebuilder landing page mapping it with the CTA Color*/
.pb-block a, .pb-link span{
  color: #0069A7;
}

.pagination-container .pagination-controls button:hover, .pagination-container .pagination-controls button:focus {
  background-color: #0069A7;
}

/* Hide button bar in header of old-style pages */
.buttonBar {
  visibility: hidden;
}

/* Login page style overrides */
.ie-warning DIV {
  color: #ffffff;
}

.login-primary {
  background-color: #0069A7;
}

.login-primary:hover:not([disabled]) {
  background-color: #0070b3; /*hover*/
}

.login-primary:focus:not([disabled]) {
  background-color: #0070b3; /*hover*/
  border-color: #afafe9;
}

.login-primary:active:not([disabled]) {
  background-color: #004066; /*active*/
}

.signin-button {
  background-color: #0069A7;
}

.signin-button:hover:not([disabled]) {
  background-color: #0070b3; /*hover*/
}

.signin-button:focus:not([disabled])  {
  background-color: #0070b3; /*hover*/
  border-color: #afafe9;
}

.signin-button:active:not([disabled])  {
  background-color: #004066; /*active*/
}

.splashBg .appName {
  color: #0069A7;
}

.splashBg .forgotpassword {
  color: #0069A7;
}



.xe-modal-mask {
  background-color: rgba(0, 0, 0, 0.3);
}
.xe-popup-mask {
  background-color: rgba(0, 0, 0, 0.3);
}

/*** Survey ***/
.termstextdiv {
  border-color: #143A5A /*#2874BB*/;
  background-color: #fbfdfe;
  color: #143A5A;
  padding: 0.5em;
  margin-bottom: 2em;
}

/*** Tweaks to buttons ***/
.primary:hover:not([disabled])  {
  background-color: #0070b3; /*#065AA5*/
}

.primary:focus:not([disabled])  {
  background-color: #0070b3; /*#065AA5*/
}

.secondary:hover:not([disabled])  {
  background-color: #0070b3; /*#065AA5*/
}

.secondary:focus:not([disabled])  {
  background-color: #0070b3; /*#065AA5*/
}

/* Login Background image fix */
.pageBg {
  background-color: #143A5A;
	background-image: none; //Do not modify this
}

/* Login page Logo and background fix */
.splashBg .ellucianName {
  ; //Do not modify this
}

/* for login password link*/
.splashBg .forgotpassword {
  color: #0069A7 !important; /*EDS*/
}

/* EmployeeSelfService-patch.scss */
/*******************************************************************************
 Copyright 2013-2023 Ellucian Company L.P. and its affiliates.
 *******************************************************************************/
/*
 * No Content
 */