html[data-sap-ui-browser*='ie'] .buttonStyle > span {
    width: auto !important;
    min-width: 150px;
}

/*#####################*/
/* General CSS*/
/*#####################*/

.sapMLabel {
    font-family: Roboto !important;
}

/*Quota boxes lower section black not grey*/
.labelQuotaBox {
    /* color: #000 !important */
    color: #000000 !important;
}

.labelBold {
    font-weight: bold !important;
}

/*Make page background grey*/
.sapMPage {
    background-color: #eaeaea !important;
    height: -webkit-fill-available !important;
}


.sapMLIBShowSeparator {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 1350px)
{
    .sapMLIBShowSeparator {
        border-bottom: 2px solid rgba(150,150,150,0.15) !important;
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
    }
}


.leaveListItem {
    border: 0;
    padding-top: 5px !important;
    padding-left: 5px !important;
}

@media only screen and (max-width: 1350px)
{
    .leaveListItem {
        border: 2px solid rgba(150,150,150,0.25) !important;
        padding-top: 5px !important;
        padding-left: 5px !important;
        border-radius: 20px !important;
    }
}

/*.sapMInput*/

.fc-event {
    font-size: .75em !important;
}

/*Make borders uniform on different sized screens*/
.sapUiLargeMarginBegin {
    margin-left: 4% !important;
    margin-right: 4% !important;
}

/* New request/Submit/Cancel buttons*/
.buttonStyle .sapMBtnInner {
    background-color: #1e407c !important;
    border-color: #1e407c !important;
    color: #FFF !important;
    text-shadow: none !important;
    margin-left: 15px !important;
}

/* New request/Submit/Cancel buttons*/
.buttonStyle {
    width: 100% !important;
}


.fc-event {
    border-radius: 0px !important;
}

/*#####################*/
/* Header CSS*/
/*#####################*/

.toolBarHeader {
    background-color: #8d3433 !important;
    height: 48px !important;
}

.sapUiSizeCompact .sapMPageWithHeader > section {
    top: 3.75rem !important;
}

/*Remove little blue bar at top of page*/
.sapMShellBrandingBar {
    visibility: hidden !important;
}

/*Make header buttons white*/
.buttonHeader > span {
    color: #FFF !important;
    height: 100% !important;
    padding-top: 0px;
    /* position: absolute; */
    width: 4.3rem;
    top: -10px;
    /* margin-left: -7px !important; */

}

.listMonthSliderText {
    font-size: 1em;
    /* margin: 0; */
    font-family: Roboto !important;
    font-weight: bold !important;
}

.listMonthSliderArrow > span {
    font-size: 1em;
    color: #abaaaa !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 18px !important;
}

.listMonthSliderArrow > span > span {
    font-size: 1em;
    color: #abaaaa !important;
}

.sapUiRespGridSpanInvisible.sapUiRespGridSpanL4.sapUiRespGridSpanM6.sapUiRespGridSpanS12.sapUiRespGridSpanXL2 {
    width: 0px;
}

.switchFont {
    font-family: 'SAP-icons';
    /* left: -20px; */
    float: right !important;
}

.switchFont > .sapMSwt > .sapMSwtInner > .sapMSwtText {
    font-family: 'SAP-icons';
    font-size: large;
}

.buttonHeader {
    height: 100% !important;
    padding: 0px !important;

}

/*When in popover then black text*/
.sapMPopoverScroll > .buttonHeader > span {
    color: #000 !important;
}

/*Header Logo*/
.imageLogo {
    width: 25px !important;
    padding-left: 67px !important; /*35px;*/
}

/*Top header "Time Portal"*/
.sapMIBar-CTX .sapMTitle {
    /* font-size: 2.2rem; */
    color: #FFF !important;
    font-size: 13pt;
}

.labelThin {
    font-weight: 100 !important;
}

.toolBarHeader > button > span > span {
    color: #FFF !important;
}

/*color logout and FAQ buttons*/
.sapMToggleBtnPressed:not(.sapMBtnDisabled), html.sap-desktop .sapMIBar-CTX .sapMToggleBtnPressed, .sapMIBar-CTX .sapMToggleBtnPressed:not(.sapMBtnDisabled), html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed, .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {

    border-color: transparent !important;
    background: transparent !important;
}

/*prevent overlap of page and header*/
/* .sapMPage>.sapMPageHeader + section, .sapMPage>.sapMPageSubHeader + section, .sapMPage>.sapMPageHeader + .sapUiHiddenPlaceholder + section {
    top: 60px !important;
} */

/* Arno - Code to force header to top of page*/
.header-button-container {
    z-index: 9999;
    position: absolute;
    top: 0px;
    padding: 0px;
}


/*#####################*/
/* TabBar CSS*/
/*#####################*/

/*Tab Text - Selected*/
/* .sapMITBTextOnly .sapMITBFilterDefault.sapMITBSelected>.sapMITBText{
    color: #8d3433 !important;
    font-weight: bold !important;
    margin-left: 10px !important;
    margin-bottom: 0px !important;
    width: fit-content !important;
}

.listItemText > div> div >div{
    font-size: 14px !important;
} */

/* Tab Text - unselected */
.sapMITBTextOnly .sapMITBFilterDefault > .sapMITBText {
    color: #4a494a !important;
    margin-left: 10px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
    font-size: 1rem !important;
}

/*Underscore of tab - selected*/
.sapMITBSelected > .sapMITBContentArrow {
    border-bottom-color: #8d3433 !important;
    width: calc(100% + 10px);
    border-width: thick !important;
    margin-top: 2px !important;
    background-color: #8d3433;
}

/*tab container*/
.sapMITH {
    padding-left: 3% !important;
    box-shadow: none !important;
    border-bottom: none !important;
    padding-bottom: 2px;
}

/*So page doesn't end befor the content*/
.sapMITBContent {
    height: max-content !important;
}

/*Tab bar tab names*/
.tabHeader {


    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 0.5rem;
    border: none;

}


/*so no arrow shows when page is small*/
.sapMITH .sapMITBScrollContainer {
    margin-right: 0px !important;
}


/*#####################*/
/* Block Layout CSS*/
/*#####################*/

/* Move to touch bottom of tab bar*/
.BlockLayout {
    margin-top: -15px !important;
}

.sapUiBlockLayoutBackgroundDashboard .sapUiBlockCellContent {
    box-shadow: none;
    border-radius: 4px !important;
    padding: 2rem 2rem !important;
}

@media (max-width: 850px) {
    sapUiBlockCellContent {
        margin: 0 !important;
    }
    .sapUiBlockLayoutBackgroundDashboard .sapUiBlockCellContent {
        padding: 10px !important;
        margin-top: 20px !important;
    }
    #__cell0 {
        margin: 0px !important;
    }
    .sapMPageEnableScrolling {
        padding: 0px !important;
    }
}



/*#####################*/
/* Calendar Header CSS*/
/*#####################*/

/*Month and year display*/
.fc-toolbar.fc-header-toolbar {
    background-color: #f3f3f3 !important;
    font-size: 9px !important;
    font-weight: lighter !important;
}

.sapUiCalHead {
    background-color: #f3f3f3 !important;
    font-size: 9px !important;

    font-weight: lighter !important;
    margin-bottom: 1rem;
}

.sapUiIcon::before {
    font-weight: 900 !important;

}

.sapUiIcon:active {
    background: none !important;
}

.sapUiCalHeadPrev {

    font-size: 14px !important;
    color: black !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-bottom: 1rem;
}

.sapUiCalendarAppCont {
    background-color: #e7efea !important;
    /* color: white !important; */
    font-weight: bold !important;
    border: none !important;
}

.sapUiCalendarAppTitle {
    color: #6e9e80 !important;
    text-align: center !important;
    font-size: .85em !important;
}

.sapUiCalendarAppType08.sapUiCalendarApp, .sapUiCalendarAppType08.sapUiCalendarApp:active {
    border-left-color: #6e9e80 !important;
    border-left: 3px solid;
    border-left-width: medium;
    border-radius: 0px !important;
    /* border:none !important; */
    height: 24px;

}

.sapUiCalendarAppText {
    display: none !important;
}

.hide {
    display: none;
}

.sapUiCalHead > .sapUiCalHeadB, .sapUiCalCancel, html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:hover, html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
    font-size: 14px !important;
    color: black !important;
    font-weight: 600 !important;
    margin-bottom: 1rem;
}

.sapUiCalHeadNext {


    color: black !important;
    font-weight: 900 !important;
    margin-bottom: 1rem;
}

/*next and prev day buttons*/
.fc-button-primary {
    color: #abaaaa !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 18px !important;
}

/*Label "Select date(s) of leave"*/
.labelSelectDates {
    font-size: 22px !important;
    color: #000 !important;
    font-weight: 350 !important;
    font-family: Tahoma !important;
}

.boxQuotas {
    /* top: 124px !important; */
    /* position: relative; */
    /* height: 0px; */
    z-index: 100 !important;
    /* margin-top: -60px; */

}

.indvQuotaBox {
    padding-right: 60px !important;
    padding-left: 20px !important;
}

.individualStatsBox {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
    margin-right: 0.7rem !important;
    width: 210px !important; /*12rem;*/
    padding-top: 0.2rem !important;
}

/*#####################*/
/*  Calendar CSS*/
/*#####################*/
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: #000 !important;
}


.mainBlock {
    min-height: -webkit-fill-available !important;
    height: fit-content !important;
}

/*#####################*/
/*  Employee Record List CSS*/
/*#####################*/

.sapUiSizeCozy .sapUiTableColHdrCnt {
    height: 0px !important;
    min-height: 0px !important;
}

.sapUiTableCnt {
    border: none !important;
}

.recordList {
    /* top: 104px; */
    padding-bottom: 100px !important;
}

/*#####################*/
/*  New Request Box CSS*/
/*#####################*/

.boxStartDate {
    margin-right: -18px !important;
}

.boxEndDate {
    margin-left: -10px !important;
}

.blockChangeColour > div {
    background-color: transparent !important;
}

.tmpcss > div {
    background-color: transparent !important;
}

.tmpcss2 > div {
    background-color: transparent !important;
}

.hiddenManagerRelation > div {
    background-color: transparent !important;
}

.blockindicator {
    height: fit-content !important;
}

/*delete label on leave request*/
.deleteLabel {
    color: #ef1410 !important;
}

.editLabel {
    color: #0a9b14 !important;
}

.fitContainer {
    height: fit-content !important;
    /* margin-right: 1rem !important; */
    height: -moz-fit-content !important;
    height: 100%;
}

.leavefragment {
    height: fit-content !important;
    margin-right: 1rem !important;
    height: -moz-fit-content !important;
    height: 100%;
}

.leavefragment2 {
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin-right: 1rem !important;
    height: 100%;
}

.sapMPopover {
    border-radius: 0px !important;
}

/*FMLA Mesage*/
.FMLAMessage > div > span {
    font-size: 1.04rem !important;
}

.verySmallLeftMargin {
    padding-left: 3px !important;
}

.SmallLeftMargin {
    padding-left: 8px !important;
}

/* .dayInput{ */
/* margin-left: 10px !important; */
/* } */

.selectInput > label {
    padding-left: 5px !important;
    padding-right: 30px !important;
}

.selectInput > span {
    width: 30px !important;
}


.datePicker {
    width: 98% !important;
}
@media only screen and (max-width: 1350px) {
    .datePicker {
        width: 100% !important;
    }
}

.plusMinusBox {
    width: 98% !important;
}
@media only screen and (max-width: 1350px) {
    .plusMinusBox {
        width: 100% !important;
    }
}

.sapMFlexItem {
    width: 100%
}

*[id*="removeIcon"] {
    width: 15% !important;

}
.trashcanHolder {
    padding-top: 20% !important;
}


.sapMHBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daysFlexBox {
    align-items: start !important;
    padding-left: -8px !important;
}

@media only screen and (max-width: 1350px) {
    .daysFlexBox {
        align-items: center !important;
        padding-left: 0;
    }
}

.flexDirectionRow {
    flex-direction: row !important;
}

@media only screen and (max-width: 1350px) {
    .flexDirectionRow {
        flex-direction: column !important;
    }
}

.sapMLIBContent .sapMFlexItemAlignAuto {
    display: flex;
    justify-content: normal;
}

@media only screen and (max-width: 1350px) {
    .sapMLIBContent .sapMFlexItemAlignAuto {
        display: flex;
        justify-content: center;
    }
}

.sapMVBox {
    display: flex
}

.sapMLIBContent {
    display: flex;
    align-items: center;
    width: 100% !important;
}


.stepInputLabel {
    margin-left: 30px !important;
}

.stepInput > div > div {
    min-width: 0px !important;
}

/*+- buttons */
.stepInput > div > div > div > span {
    min-width: 0px !important;
    width: 0px !important;
    padding-top: 0px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    visibility: hidden !important;
}


/*Quota boxes and list/calendar view*/
.calendarSwitch {
    position: relative !important;
    float: right !important;
    z-index: 101 !important;
}

/*hide actual calendar month slider*/
/* span#__xmlview1--calendar > .fc-header-toolbar { */
/*visibility: hidden !important;*/
/*height: 0px !important;*/
/*margin: 0px !important;*/
/*padding: 0px !important;*/
/* } */

/*list/calendar buttons float right when screen small*/
/* .sapUiRespGridSpanL6.sapUiRespGridSpanM6.sapUiRespGridSpanS10.sapUiRespGridSpanXL6 {
    float: right !important;
} */

.sapUiRespGrid.sapUiRespGridVSpace1 > div {
    margin-bottom: 5px;
}


/*Random blue line */
.sapMITBContent {
    border-bottom: none !important;
    background: none;


}

/*Dustbin on leave request*/
.size1 {
    margin-top: 8px !important;
}

/*delete buttons, position in the center*/
.vertical-center {
    margin-top: 50% !important;
}

/*Round input boxes*/
.sapMInputBaseContentWrapper {
    border-radius: 4px !important;
}

/*Round select input boxes*/
.sapMSlt {
    border-radius: 4px !important;
}

.noBackground {
    background-color: transparent !important;
    min-height: 500px !important;
    margin-top: 1.5rem;
    height: -moz-fit-content !important;
    height: auto !important;
}

.noBackground > header > div {
    visibility: hidden !important;
    margin-top: -50px !important;
}


.tableStyle {
    background-color: transparent !important;
    min-height: 500px !important;
    /* margin-top:1.5rem; */
    height: -moz-fit-content !important;
    height: auto !important;
}

.tableStyle > header > div {
    height: 0px !important;
}

.tableStyle > section {
    top: 0 !important;
}

.refreshStyle {
    width: 110px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 0;
}

.bringToFront {
    z-index: 100 !important;
}

.bringToFront2 {
    z-index: 101 !important;
}

.fitContent {
    height: fit-content !important;
    height: -moz-fit-content !important;
    height: 100%;
}

/*send busy icon way to the front*/
.sapUiLocalBusyIndicatorSizeMedium {
    z-index: 110 !important;
}

/* Grid layout prevent placeholder from making random spaces */
/* .sapUiRespGridMedia-Std-Desktop.sapUiRespGridHSpace0>.sapUiRespGridSpanL3 {
    width: auto !important;
} */
/* 
.sapUiRespGridMedia-Std-Tablet.sapUiRespGridHSpace0>.sapUiRespGridSpanM3 {
    width: auto !important;
}

.sapUiRespGridMedia-Std-Phone.sapUiRespGridHSpace0>.sapUiRespGridSpanM3 {
    width: auto !important;
} */

.sapUiRespGridSpanInvisible.sapUiRespGridSpanL3.sapUiRespGridSpanM3.sapUiRespGridSpanS8.sapUiRespGridSpanXL3 {
    width: auto;
    min-width: 140px;
}

/*Tab bar has down arrow when on mobile - remove it*/
button#__xmlview1--tabBar--header-overflow {
    visibility: hidden !important;
}

/*Serachfield*/
.sapMSFF.sapMSFNS {
    border-radius: 4px !important;
}

/* .dustbinBtn{ */
/* padding-left: 5px !important; */
/* } */

.dustbinBtn > span > span {
    font-size: 20px;
    color: #ef1410 !important;
}

/*Dustbins remove hover shade*/
.dustbinBtn.sapMBtn:hover > .sapMBtnHoverable {
    background-color: transparent !important;
    color: transparent !important;
}

.dustbinBtn.sapMBtn:hover > .sapMBtnHoverable .sapMBtnIcon {
    background-color: transparent !important;
}

/*Calendar*/

/*calendar border*/
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: #f2f2f2 !important;
}

/*calendar border*/
.fc-view-container td:last-child {
    border-left-color: #b2b2b2 !important;
    border-right-color: #b2b2b2 !important;
}

/*calendar border*/
th {
    border: hidden !important;
}

/*calendar border*/
.fc-view-container td:last-child {
    border-block-end-color: #b2b2b2 !important;
}

/*Calendar days at top */
td.fc-head-container.fc-widget-header {
    border-bottom-color: #f2f2f2 !important;
    border-top-color: #b2b2b2 !important;
    height: 35px !important;
    padding-top: 15px !important;
}

/*Calendar days at top */
td.fc-head-container.fc-widget-header > div > table > thead > tr > th > span {
    font-family: Roboto !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    height: 35px !important;
    padding-top: 15px !important;
    color: #5a5a5a !important;

}

/*calendar number*/
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: right !important;
    padding-top: 10px !important;
    padding-right: 10px !important;
    color: #5a5a5a !important;
    font-weight: 350 !important;
    font-family: Roboto !important;
    font-size: 1em !important;
}

/*on event hover change mouse to pointer*/
td.fc-event-container {
    cursor: pointer;
}

/*All labels above a filter*/
.filterLabel {
    font-size: 0.91rem;
}

/*EVENT COLOURS*/

.event-custom {
    border-left-width: medium;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-weight: 900;
}

.event-sent {
    background: rgb(252, 241, 225) !important;
    border-color: #a76d00 !important;
    color: #a76d00 !important;
}

.event-vaca {
    background: #e7efea !important;
    border-color: #005a21 !important;
    color: #005a21 !important;
}

.event-sick {
    background-color: #e4ebee !important;
    color: #437183 !important;
    border-left-color: #437183 !important;
}

.event-rejected {
    background-color: #fae7e7 !important;
    color: #bb0000 !important;
    border-left-color: #bb0000 !important;
}

.event-error {
    background-color: #fae7e7 !important;
    color: #bb0000 !important;
    border-left-color: #bb0000 !important;
}

.event-selected {
    background-color: #dddddd !important;
    color: #666666 !important;
    border-left-color: #666666 !important;
}

.event-draft {
    color: #005582 !important;
    background: #dff4ff !important;
    border-color: #005582 !important;
}


/* Vacation Quota Box */
.labelQuotaBalance.sapMBtn {
    padding: 0;
    margin: 0;
    height: auto;
}

.labelQuotaBalance.sapMBtn .sapMBtnContent {
    line-height: normal;
}
.labelQuotaBalance.sapMBtn .sapMBtnInner {
    padding: 0;
    margin: 0;
}

.labelQuotaBalance.sapMBtn span {
    border: none;
    background-color: transparent;
    font-size: 24px !important;
    color: #68997a !important;
    font-weight: 500 !important;
    font-family: Roboto !important;
}

.labelQuotaBalance {
    font-size: 24px !important;
    color: #68997a !important;
    font-weight: 500 !important;
    font-family: Roboto !important;
}

.labelQuotaBalanceDropdown {
    color: transparent !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #7C7979;
}

.managerApprovalIndicator {
    color: white !important;
    top: -10px;
    font-size: 15px;
}

.cursorPointer {
    cursor: pointer;
}

/*Vacation Quota Box - popup */

.topBorder {
    border-top: 0.5px solid;
    border-color: #f2f3f3;
}

.quotaTitle {
    font-size: 20px;
    color: #5f5f5f;
    font-weight: 600;
    font-style: Roboto;
    font-family: Robota !important;
}

.periodText {
    /* color: #b6b6b6; */
    padding-top: 5px;
    font-family: Roboto !important;
}

.quotaLabel {
    font-size: 15px;
}

.quotaBalanceLabel {
    font-weight: 800;
    font-size: 16px;
}

.blueQuota {
    color: #183e7d;
}

.greyQuota {
    color: #5e5e5e;
}

.redQuota {
    color: #d84445;
}

.greenQuota {
    color: #6f9d7f;
}

.orangeQuota {
    color: #b35200;
}

.borderRight {
    border-right: 1px solid #eaeaea;
}

.vacationProjection {
    text-align: center !important;
    height: 35px;
    align-items: center;
    display: flex;
    margin: 5px 0 5px 0;
}

.unitsLabel > div > span {
    font-size: 12px;
    color: #666666;
    font-weight: 600;
}

/* Move popup over a bit :D so that arrow is on left of popup */
.sapMPopoverArrUp {
    left: 20px !important;
}

/* VACA TAB CHANGES*/
/*Count on 'Approve time' */
span#__xmlview1--approveTime-count {
    float: right;
    right: -1.5rem;
    background-color: #d74647;
    border-radius: 50px;
    width: fit-content;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 10px;
    color: white;
    font-weight: 100;
    font-family: Robota !important;
}

div#__xmlview1--errorBlock {
    visibility: hidden;
}


/*Arno*/
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-left: 1rem;
    padding-top: 15px;
    padding-right: 1rem;
    /* margin-top: -4px !important; */
    padding-bottom: 33px;
}

.helpdropdown {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-left: 1rem;
    padding-top: 20px;
    padding-right: 1rem;
}


/*Arno*/
div > .dropdown-active {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    color: #8d3433 !important;
    /* border-bottom: 0.125rem solid #eaeaea !important; */
    /* border-bottom-color: #8d3433 !important; */
    /* width: 120% !important; */
    /*height: 0px;*/
    border-width: thick !important;
    background: #671615;
    /*padding: 30px;*/
    /* padding-right: 25px; */
    /* padding-top: 25px; */
    /* padding-bottom: 6px; */
}

.boldActive div span {
    color: #8d3433 !important;
    font-weight: bold;
    position: relative;
    /*top: -7px;*/
}

.bold {
    font-weight: bold;
}

/*Arno - new header button changes*/
.boldActive div span {
    color: #ffffff !important;
    font-weight: bold;
}

/*Arno - new header button changes*/
.bold {
    color: #ffffff !important;
    font-weight: bold;
}

/* Dropdown Content (Hidden by Default) */
/*Arno*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    left: 0px;
    top: 48px;
}

.header-button-text {
    color: white !important;
    font: 12px !important;
}

/* Links inside the dropdown */
.dropdown-content a {
    /*color: black;*/
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .dropdown:hover .dropbtn { */
/*background-color: #d74747;*/

/* width: 100% !important; */


/* } 

/* ADAPT Left hand side request */
.sapUiFormResLayout > div {
    padding: 0rem;
    padding-top: 1rem;
    box-sizing: border-box;
}

.gridWrapper > .sapUiRespGridSpanL1 {
    float: right !important;
    min-width: 70px;
}

/*MY PEERS*/
.sapMPlanCalHead > .sapMTB.sapMIBar {
    padding-left: 0.875rem;
    height: 0px;
}


/*Approval dot on header*/
.iconnumber-icon {
    /* position: relative;
    background-color: #007cc0;
    color: white;
    padding: 15px;
    margin: 5px;
    border-radius: 25%;
    width: 25px;
    border: 1px solid #005cc0; */
    color: transparent !important;
}

.iconnumber-number {
    position: absolute !important;
    background-color: white !important;
    color: #8d3433 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    width: 20px !important;
    height: 20px !important;
    top: 13px !important;
    border-radius: 50%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.3 !important;
    left: -5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .iconnumber-number {
        line-height: 1.5 !important;
    }

    .stepInput > div {
        width: 45px !important;
    }

    .sapMInputBase {
        width: 120px !important;
    }

    .percAlloc {
        width: 80px !important;
    }

    .percAlloc > div > div > input {
        padding-left: 5px !important;
    }
}

.dropbtnManager .number-icon {
    position: absolute;
    right: -22px;
    top: -11px;
}

.dropbtnManager > div > .iconnumber-icon {
    color: transparent !important;
}


/*Email check box*/
.emailCheckBox {
    padding-left: 30px;
}

.dropdown-content .sapUiIcon {
    color: #333333 !important;
}

.sapUiRespGridSpanInvisible {
    display: none;
}

.sapMIBar-CTX .sapMTitle {
    font-family: "Adelle Sans";
    text-shadow: none !important;
}

.title-username span {
    font-size: 0.875rem;
}

.usage-header-item {
    width: 20%;
    margin: 0 10px 0 0;
}

.inline-error-text {
    color: #ee0000;
}

.sapMBarChild.sapMBtn.sapMBtnBase span {
    text-shadow: none;
    color: #346187;
}

.sapMBarChild.sapMBtn.sapMBtnBase:hover {
    background-color: rgba(179,179,179,0.5);
    color: #346187;
}

.sapMBtnInner {
    text-shadow: none;
    color: #ffffff;
}

.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
    color: #ffffff;
}


.myLeaveTitleAndButton div .buttonStyle {
    justify-content: end;
}


.sapContrastPlus .sapMHBox {
    width: auto;
}

.header-button-container .sapMFlexBoxBGTransparent {
    width: auto;
}

.header-button-container .sapMHBox {
    align-items: normal;
    justify-content: normal;
}

.sapMTBShrinkItem .sapMHBox {
    justify-content: normal;
}

.sapMBarChild {
    margin-top: 0.5%;
    justify-content: normal;
}

.header-button-container {
    position: relative;
    /*font-family: "Tahoma", sans-serif !important;*/
}

.imageLogo {
    margin-top: 0 !important;
}

.myLeaveTitleAndButton {
    align-items: normal !important;

    position: relative;
    left: 0;
    width: auto !important;
}
/*vvvvvvvvvvvvvvvvvvv*/


.myFlexBox {
    justify-content: end !important;
    display: flex !important;
    /*margin-left: 50% !important;*/
}

.myLeaveTitleAndButton .buttonStyle {
    display: flex !important;
}

.labelSelectDates {
    justify-content: normal !important;
}

.cursorPointer .sapMFlexItemAlignAuto {
    justify-content: normal !important;
}

.createNewLeaveButton {
    justify-content: end !important;
}

.sapMIBar-CTX .sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
    background-color: #ffffff24;
    color: white;
}

.sapMBtn:focus, .fc-button:focus {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}

.fc-event, .fc-event-dot{
    background-color: #0056ab;
}

.sapUiTableHdr {
    height: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

.sapUiTableCellInner .sapMText {
    text-align: center !important;
}

.glossary-container {

}

.glossary-container .sapMHBox {
    border-bottom: 1px solid #c3c3c3;
    padding: 6px 0 5px 0;
    width: 540px;
}

.glossary-container .sapMHBox:last-of-type {
    border-bottom: none;
}


.glossary-container .sapMLabel {
    font-weight: 600;
    width: 145px;
}

.sickTableInfoBtn {
    top: -3px;
    margin-left: 32px;
}

.sickTableInfoBtn .sapMBtnContent{
    color: #000000;
}

.table-footnote {
    margin-left: 32px;
}