:root {
	--default-01: #000;
	--default-02: #fff;
	--default-03: #fff;
	--blue-01: #2f3c48;
	--blue-02: #0c1419f2;
	--orange-01: #ff9900;
}

.sapSuiteUiCommonsTimeline {
	max-width: none !important;
}

.sapUiFormTitleH6 {
	height: 0px !important;
}

.contractOnePositive {
	color: #00b894 !important;
}

.contractOneNegative {
	color: #d63031 !important;
}

.tableRanges {
	background-color: #607D8B;
	border: #607D8B 1px solid;
}

.tableLevels {
	background-color: #90A4AE;
	border: #90A4AE 1px solid;
}

.tableApprovers {
	background-color: #B0BEC5;
	border: #B0BEC5 1px solid;
}

.loginBG {
    animation: gradient-animation-login 7s forwards alternate;
    background-size: 500% 300%;
    background-image: url(../img/contract-login-design-layout.png);
    width: 100%;
    height: 100%;
    position: relative;
}

.loginBG::after {
    content: '';
    position: absolute;
    top: 0;
	filter: brightness(0.9);
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 500% 300%;
    animation: gradient-animation-login 3s infinite alternate-reverse;
    background-image: linear-gradient(to right, #9e2a2a 25% , #a83a3a, #cc5757, #bb9595 45%);
    opacity: 0.12;
    pointer-events: none;
}

.defaultStyleClassForText{
	text-align: center !important;
    animation: movingWelcomeText 6s ease-in-out forwards !important;
}

.textStyleClass{
    color: rgb(248, 238, 238) !important;
	font-family: 'Comic Sans MS', 'Comic Sans', cursive;
	font-size: 1.5rem !important;
}

@keyframes movingWelcomeText{
    0%{
        background-position-x: 0% 0%;
        opacity: 0;
    }
    50%{
        background-position-x: 100% 0%;
        opacity: 1;
    }
    100%{
        background-position-x: 100% 0%;
        opacity: 0;
    }
}

@keyframes gradient-animation-login{
	0% { background-position: 0% 0%; }
	100% { background-position: 100% 0%;}
}

.bg-master-page {
	/* background-image: url("../img/loginWallpaper.jpg"); */
}

.linkUnderlined{
	text-decoration: underline !important;
	color: #da0a0a !important;
}

div {
	outline: none !important;
}

section {
	outline: none !important;
}

span {
	outline: none !important;
}

.sectionFill {
	min-height: 460px;
}

.custom-control-center-cost-round {
	padding: 1px 2px 1px 1px;
	background: #227093;
	border-radius: 3px;
	display: inline;
	line-height: 1.5em;
	margin-right: 2px;
	color: #FFF;
}

.iv-logo-top {
	margin: 50px 0 10px 0;
	animation: show-login-container 4s ease-in-out forwards;
}

@keyframes show-login-container{
	0%{
        background-position-x: 0% 0%;
        opacity: 0;
    }
    100%{
        background-position-x: 100% 0%;
        opacity: 1;
    }
}

.iv-custom-login {
	animation: show-login-container 3s ease-in-out forwards;
	min-height: 100px;
	height: auto;
	background: #fff;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-bottom: 3px solid var(--orange-01);
	border-top: 3px solid var(--orange-01);
	float: left;
	background-color: white;
	filter: brightness(0.92);
	/* background-image: linear-gradient(to top right, #8a0204, #fcf18d); */
}

.iv-custom-company-list {
	width: 300px;
	min-height: 100px;
	height: auto;
	background: #fff;
	border-radius: 2px;
	margin-top: 10px;
	float: left;
	border-top: 6px solid var(--orange-01);

}

.sapMListTblCell.cellBorderRight {
	border-right: 1px solid lightgray;
}

.sapMListTblCell.cellBorderLeft {
	border-left: 1px solid lightgray;
}

.sapMLIB .sapMListSelectedRow {
	background: #e8e8e8;
}


.sapMListTblCell.cellBorderRight {
	border-right: 1px solid lightgray;
}

.sapMListTblCell.cellBorderLeft {
	border-left: 1px solid lightgray;
}

.tinyBorder {
	border: solid 0.5px #CCC;
}

.textTotalSelected{
    color: #008000 !important;
    font-weight: bold;
}
/* ----- */

.logingPageStyle{
	width: 100% !important;
	background-color: rgb(75, 13, 13) !important;
}

.buttonLoginStyle,
.buttonLoginStyle .sapMBtnBase,
.buttonLoginStyle .sapMBtnInner {
    background-color: #bd2121 !important;
    color: white !important;
	border-color:#bd2121 !important;
	border-radius: 10px;
}

.labelLoginStyle {
    color: #FFF !important;
}

.loginContainerStyle{
	width: 25%;
	background: purple !important;
	border-radius: 10px !important;
	padding: 30px 40px !important;
	background: transparent !important;
	border: 2px solid rgba(255, 255, 255, .2) !important;
	box-shadow: 0 0 10px rgba(0, 0,  0, .2) !important;
	background-color: rgb(93,38,38) !important;
	position: absolute;
}

@media (max-width: 1300px){
	.loginContainerStyle{
		width: 45%;
	}
}

@media (max-width: 480px){
	.loginContainerStyle{
		width: 90%;
	}
}

.linkUnderlined{
	text-decoration: underline !important;
	color: #FFF !important;
}

.buttonAdditionalOptions,
.buttonAdditionalOptions .sapMBtnBase,
.buttonAdditionalOptions .sapMBtnInner{
	border-radius: 50% !important;
	width: 2.5rem;
	height: 2.5rem !important;
	align-items: center;
	align-content: center;
	bottom: 7px;
}

.statisticFooterContainer{
	position: absolute !important;
	top: -10px;
	z-index: 10;
	margin-left: -20px;
}

.additionalInfoContractButton,
.additionalInfoContractButton .sapMBtnBase,
.additionalInfoContractButton .sapMBtnInner{
	border-radius: 50% !important;
	width: 2.5rem;
	height: 2.5rem !important;
	align-items: center;
	align-content: center;
	bottom: 7px;
}

.statisticContractButton,
.statisticContractButton .sapMBtnBase,
.statisticContractButton .sapMBtnInner{
	border-radius: 50% !important;
	width: 2.5rem;
	height: 2.5rem !important;
	align-items: center;
	align-content: center;
	bottom: 7px;
}

.documentationAboutContractPageButton,
.documentationAboutContractPageButton .sapMBtnBase,
.documentationAboutContractPageButton .sapMBtnInner{
	border-radius: 50% !important;
	width: 2.5rem;
	height: 2.5rem !important;
	align-items: center;
	align-content: center;
	bottom: 7px;
}

.footerDisagreement{
	overflow: visible !important;
	margin-bottom: 1rem !important;
}

.sapUxAPObjectPageLayout .sapUxAPObjectPageFooter {
    overflow: visible !important;
    margin-bottom: 1rem !important;
}

.fileUploaderContainer{
	border-style: dashed;
	border-color: rgb(236, 231, 231);
}

.sapMWizardProgressNav{
	position: absolute !important;
    z-index: 1 !important;
}

.selectedUndertakingCard{

}

.uncheckUndertakingCard{

}

.buttonUndertakingSelectedContainerCard{
	position: absolute !important;
	z-index: 1;
    margin-left: 17.5rem;
    margin-top: -4.2rem;
}

.buttonSelectedUndertakingButton,
.buttonSelectedUndertakingButton .sapMBtnBase,
.buttonSelectedUndertakingButton .sapMBtnInner{
	border-radius: 50% !important;
	width: 2.5rem;
	height: 2.5rem !important;
	align-items: center;
	align-content: center;
	bottom: 7px;
	background: #c8e7f7;
	opacity: 1 !important;
}

.backButtonWizard{
	position: absolute !important;
	z-index: 1 !important;
	margin-left: -6rem !important;
}

.contentUndertakingCard,
.contentUndertakingCard .sapFCard,
.contentUndertakingCard .sapFCardContent {
	flex: 1 1 auto;
	overflow: hidden;
	position: initial !important;
	display: flex ;
	border-radius: 0 0 1rem 1rem;
}

.sapFCard .sapFCardContent {
    flex: 1 1 auto;
    overflow: hidden;
    position: initial !important;
    display: flex;
    border-radius: 0 0 1rem 1rem;
}

.carouselStyle,
.carouselStyle .sapMCrslHud .sapMCrslNext,
.carouselStyle .sapMCrslHud .sapMCrslPrev{
	display: block !important;
	opacity: 1 !important;
	background: #e1f4ff !important;
	z-index: 3;	
	border-radius: 10px;
}

/* User Fields Flex Wrapping */
.contractUdfFlex { padding: 0.25rem 0.25rem 0 0.25rem; }
.contractUdfFlex > .sapMVBox.udfBox {
	flex: 1 1 18rem;
	max-width: 20rem;
	min-width: 15rem;
	margin: 0 0.75rem 0.75rem 0;
}

.contractUdfFlex > .sapMVBox.udfBox:last-child { margin-right: 0; }

@media (max-width: 1200px) {
	.contractUdfFlex > .sapMVBox { flex: 1 1 20rem; max-width: 100%; }
}

@media (max-width: 800px) {
	.contractUdfFlex > .sapMVBox { flex: 1 1 100%; min-width: 100%; }
}

.sapBackGroundInitial{
	background: url("../img/INVT_BACKGROUND_17.jpg") no-repeat;
	background-size: cover;
}

.sapToolPage {
	background: rgb(0, 0, 0) !important;
}

.sapHeaderInitialPage{
	background: rgb(75, 13, 13) !important;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border-bottom: 2px solid #5d2626 !important;
	padding: 0.5rem 1rem;
	height: auto;
	min-height: 4rem;
	align-items: center;
}

.sapContentCardInitialPage{
	background: #EAEAEA !important;
	background-size: cover;
    background-position: center;
	border-radius: 8px;
	opacity: 95%;
	border-bottom: 2px solid #A9A9A9 !important;
}

.sapContentHeaderCardInitialPage{
	background: #EAEAEA !important;
	background-size: cover;
    background-position: center;
	border-radius: 8px;
	opacity: 95%;
	border-bottom: 2px solid #A9A9A9 !important;
}

.sapHeaderBox {
  justify-content: space-between !important;
  align-items: center !important;
}

.customHeaderText {
    color: white !important;
    font-size: 1rem !important;
	text-align: center!important;
}

.sapHeaderTitle {
    font-size: 2rem !important;
	color: white !important;
}

.customConfigButton .sapMBtnInner {
    background-color: #5d2626 !important;
    border: 1px solid rgba(255, 255, 255) !important;
    border-radius: 8px !important;
    color: white !important;
    text-shadow: none !important;
	align-items: center !important;
	height: 1.7rem;
}

.customConfigButton .sapUiIcon {
    color: white !important;
}

.sapSubHeaderIcon{
	color: #5d2626 !important;
	background-color: #fdeaeb !important;
	border-color: #5d2626 !important;
}

.sapHomeTitle{
	color: #000 !important;
}

.sapHomeSubTitle{
	color:grey !important;
}

.sapCardButtonIcon{
	color: #5d2626 !important;
	background-color: #fdeaeb !important;
	border-color: #5d2626 !important;
}

.sapLink{
	color: #5d2626 !important;
}

.sapHeaderTitleWhite {
    font-size: 2rem !important;
}

.customHeaderTextWhite {
    font-size: 1rem !important;
	text-align: center!important;
}

@media (max-width: 1300px){
    .sapContentCardInitialPage {
        width: 100% !important;
		height: 13rem !important;
    }

	.sapHeaderBox{
        flex-direction: row !important;
		align-items: center !important;
		height: 8rem !important;
	}
	
	.sapHeaderInitialPage {
		flex-direction: column;
		text-align: center;
		height: 8rem !important;
	}

	.customHeaderText {
		font-size: 0.8rem;
	}

	.sapLogoBox{
		flex-direction: row !important;;
		justify-content: start !important;;
		align-items: center !important;;
		width: 80% !important;
	}

	.sapHeaderBox img {
		width: 7.5rem !important;
		height: 3rem !important;
		height: auto !important;;
		flex-direction: column !important;;
	}

	.sapTitleHeaderBox{
		height: 10rem !important;
		width: 15rem !important;
		justify-content: center !important;
	}
}

@media (max-width:710px){
    .sapContentHeaderCardInitialPage {
        width: 85% !important;
        margin-bottom: 1rem !important;
        height: min-content !important;
        padding: 1rem !important;
        text-align: center !important;
		align-items: center !important;
    }
	
    .sapContentHeaderCardInitialPage {
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
    }

	.sapSubHeaderIcon {
        width: 4rem !important;
        height: 4rem !important;
        margin-bottom: 0.5rem !important;
    }

	.sapHomeTitle {
        font-size: 1.2rem !important;
    }

	.sapHomeSubTitle {
        font-size: 0.9rem !important;
    }

	.customConfigButton .sapUiIcon {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.customConfigButton .sapMBtnInner {
		width: 1rem !important;
		align-items: center !important;
		align-self: center !important;
	}

	.customConfigButton {
		width: 1rem !important;
		align-content: center !important;
		align-self: center !important; 
	}

	.sapHeaderBox img {
		display: none;
	}

	.customConfigButton .sapMBtnText>.sapMBtnIcon {
		display: contents !important;
	} 

	.buttonBox{
		width: 1rem !important;
	}
}

@media (max-width: 1300px){
    .sapContentCardInitialPageWhite {
        width: 100% !important;
		height: 13rem !important;
    }

	.sapHeaderBoxWhite {
        flex-direction: row !important;
		align-items: center !important;
		height: 8rem !important;
	}
	
	.sapHeaderInitialPageWhite {
		flex-direction: column;
		text-align: center;
		height: 8rem !important;
	}

	.customHeaderTextWhite {
		font-size: 0.8rem;
		text-align: start !important;
	}

	.sapLogoBoxWhite {
		flex-direction: row !important;;
		justify-content: start !important;;
		align-items: center !important;;
		width: 80% !important;
	}

	.sapHeaderBoxWhite img {
		width: 7.5rem !important;
		height: 3rem !important;
		height: auto !important;;
		flex-direction: column !important;
		text-align: start;
	}

	.sapTitleHeaderBoxWhite {
		height: 10rem !important;
		width: 15rem !important;
		justify-content: center !important;
	}

	.sapHeaderTitleWhite {
		text-align: start !important;
	}
}

@media (max-width:710px){
    .sapContentHeaderCardInitialPageWhite {
        width: 85% !important;
        margin-bottom: 1rem !important;
        height: min-content !important;
        padding: 1rem !important;
        text-align: center !important;
		align-items: center !important;
    }
	
    .sapContentHeaderCardInitialPageWhite {
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
    }

	.sapSubHeaderIconWhite {
        width: 4rem !important;
        height: 4rem !important;
        margin-bottom: 0.5rem !important;
    }

	.sapHomeTitleWhite {
        font-size: 1.2rem !important;
    }

	.sapHomeSubTitleWhite {
        font-size: 0.9rem !important;
    }

	.sapHeaderBoxWhite img {
		display: none;
	}

	.customConfigButtonWhite .sapUiIcon {
		justify-content: center !important;
		align-items: end !important;
	}

	.customConfigButtonWhite .sapMBtnInner {
		width: 1rem !important;
		align-items: center !important;
		align-self: center !important;
	}

	.customConfigButtonWhite {
		width: 1rem !important;
		align-content: center !important;
		align-self: center !important; 
	}

	.customConfigButtonWhite .sapMBtnText>.sapMBtnIcon {
		display: contents !important;
	} 
}
}

.noContentPadding {
    padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.sapHeaderInitialPage{
	background: rgb(75, 13, 13) !important;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border-bottom: 2px solid #5d2626 !important;
	padding: 0.5rem 1rem;
	min-height: 4rem;
	align-items: center;
}

.customConfigButton .sapMBtnInner {
    background-color: rgb(75, 13, 13) !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 8px !important;
    color: white !important;
    text-shadow: none !important;
	align-items: center !important;
	height: 1.7rem;
}

.customConfigButton .sapUiIcon {
    color: white !important;
}

.sapSubHeaderPage{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	border-bottom: 1px solid rgb(196, 190, 190) !important;
}

.sapManagerTitleWhite{
	color: black !important;
}

.sapManagerTitleDark{
	color: rgb(255, 255, 255) !important;
}

.sapManagerSubTitle{
	color: gray !important;
}

.sapTableTitle{
	color: rgb(255, 255, 255) !important;
}

.sapPaginationButton .sapMBtnInner{
	color: gray !important;
}

.sapPaginationButton  .sapUiIcon {
    color: gray  !important;
}

.sapTableBackGroundHeader{
	background: rgb(75, 13, 13) !important;
	justify-content: center !important;
	border-bottom: 1px solid rgb(196, 190, 190) !important;
}

.sapHeaderTitleG {
	color: white !important;
}

.customHeaderTextG {
    color: white !important;
	text-align: center!important;
}

.panelButtonWhite .sapMBtnInner{
	color: rgb(75, 13, 13) !important;
}

.panelButtonWhite .sapUiIcon{
	color: rgb(75, 13, 13) !important;
}

.panelButtonDark .sapMBtnInner{
	color: rgb(255, 255, 255) !important;
}

.panelButtonDark .sapUiIcon{
	color: rgb(255, 255, 255) !important;
}

.openSideNavigationButtonWhite .sapUiIcon{
	color: rgb(75, 13, 13) !important;
}

.sideNavigationItemWhite .sapMBtnInner{
	color: rgb(75, 13, 13) !important;
}

.sideNavigationItemWhite .sapUiIcon, .sideNavigationItemWhite .sapTntNavLIGroupText {
	color: rgb(75, 13, 13) !important;
}

.butttonEyeWhite .sapUiIcon{
	color: rgb(75, 13, 13) !important;
}

.openSideNavigationButtonDark .sapUiIcon{
	color: rgb(255, 255, 255) !important;
}

.sideNavigationItemDark .sapMBtnInner{
	color: rgb(255, 255, 255) !important;
}

.sideNavigationItemDark .sapUiIcon, .sideNavigationItemDark .sapTntNavLIGroupText {
	color: rgb(255, 255, 255) !important;
}

.butttonEyeDark .sapUiIcon{
	color: rgb(255, 255, 255) !important;
}

.buttonCancelDark .sapMBtnInner, .buttonCancelDark .sapUiIcon{
	color: rgb(255, 255, 255) !important;
}

.buttonCancelWhite .sapMBtnInner, .buttonCancelWhite .sapUiIcon {
	color: rgb(75, 13, 13) !important;
}

