
:root{
	--default-01:#000;
	--default-02:#fff;
	--default-03:#fff;
	--blue-01:#2f3c48;
	--blue-02:#0c1419f2;
	--blue-03:#617a92;
	--orange-01:#ff9900;

	--login-blue:#2f6fed;
	--login-blue-dark:#1d4fc4;
	--login-navy:#132540;
	--login-muted:#64748b;
	--login-border:#e2e8f0;
	--login-card-bg:#ffffff;
}

.sapSuiteUiCommonsTimeline{
	max-width: none !important;
}

.sapUiFormTitleH6 {
	height: 0px !important;
}
.webAplicationPositive {
	color: #00b894 !important;
}
.webAplicationNegative {
	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;
}

/* The login Page is rendered inside App.view (height 92.5%) and has its own
   footer bar, so the available area is smaller than the viewport. Sizing the
   shell with 100vh made it taller than its scroll container and forced a
   permanent vertical scrollbar. Size it relative to the Page section instead;
   it still grows (and scrolls) when the content really doesn't fit. */
.loginBG {
	height: 100%;
	background-color: #f7f9fc;
	overflow-x: hidden;
}

.loginShell {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	min-height: 100%;
	width: 100%;
	box-sizing: border-box;
}

/* sap.m.HBox/VBox wrap each "items" child in its own auto-generated
   ".sapMFlexItem" div (for per-item layoutData support); that wrapper, not
   the control's own class, is the actual flex item inside .loginShell. Size
   the wrappers here and let .loginHero/.loginPanel fill them via flex,
   instead of relying on percentage heights through that extra layer. */
.loginShell > .sapMFlexItem {
	display: flex;
	flex: 1 1 50%;
	min-width: 0;
}

.loginHero {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	padding: 3rem 3.5rem;
	box-sizing: border-box;
	/* Anchored to its right edge so it meets the mirrored copy on .loginPanel
	   at the center seam; both panels are equal size, so the crops match. */
	background: url("../img/bg1.jpg") right center / cover no-repeat;
	background-color: #eef3fb;
}

.loginHeroBrand {
	gap: 0.6rem;
}

.loginHeroLogo {
	height: 2.25rem;
	max-width: 8rem;
	object-fit: contain;
}

.brandWordmark {
	gap: 0.15rem;
}

.brandWordmark .sapMText.brandDigit {
	font-size: 2rem !important;
	font-weight: 800;
	background: linear-gradient(180deg, var(--login-blue), var(--orange-01));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--login-blue);
}

.brandWordmark .sapMText.brandErp {
	font-size: 2rem !important;
	font-weight: 800;
	color: var(--login-navy);
}

.brandWordmark .sapMText.brandCustomer {
	font-size: 2rem !important;
	font-weight: 400;
	color: var(--login-navy);
	margin-left: 0.35rem;
}

.loginHeroCopy {
	max-width: 30rem;
	gap: 0.5rem;
}

/* Qualified with the UI5 control classes (.sapMTitle/.sapMText) so these
   beat the theme's own font-size rules, which load after this stylesheet. */
.loginHero .sapMTitle.loginHeroTitle {
	font-size: 3rem !important;
	font-weight: 800;
	line-height: 1.15 !important;
	color: var(--login-navy);
	white-space: normal;
}

.loginHero .sapMText.loginHeroSubtitle {
	margin-top: 1rem;
	font-size: 1.2rem !important;
	line-height: 1.5;
	color: var(--login-muted);
}

.loginHeroProducts {
	gap: 0.75rem;
}

.loginProductsLabel {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--login-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.loginProductsRow {
	gap: 1.5rem;
	border-top: 1px solid rgba(19, 37, 64, 0.12);
	padding-top: 1rem;
}

.loginProductLogo {
	height: 1.4rem;
	max-width: 6.5rem;
	object-fit: contain;
	opacity: 0.85;
}

.loginPanel {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	display: flex;
	padding: 2rem;
	box-sizing: border-box;
	background: url("../img/bg1-invertido\ -\ Copy.jpg") left center / cover no-repeat;
	background-color: #eef3fb;
}

.loginCard {
	width: min(26rem, 100%);
	max-width: 100%;
	background: var(--login-card-bg);
	border-radius: 1rem;
	box-shadow: 0 1.5rem 3rem rgba(19, 37, 64, 0.12);
	padding: 2.5rem;
	box-sizing: border-box;
	gap: 0.35rem;
}

/* sap.m.VBox wraps each "items" child in its own auto-generated
   ".sapMFlexItem" div sized to its content (flex: 0 1 auto), rather than
   stretching to the card's width — so a control's own width="100%" ends up
   relative to that wrapper's content size, not the card. Force every direct
   row of the card to the same width so email/password/button line up. */
.loginCard > .sapMFlexItem,
.loginField > .sapMFlexItem {
	width: 100% !important;
	box-sizing: border-box !important;
}

/* 2nd child is always the input's own wrapper (1st is the leading icon,
   3rd, if present, is the trailing eye-toggle icon) — targeted by position
   rather than :has() so it works on older WebView/Chromium runtimes too. */
.loginInputGroup > .sapMFlexItem:nth-child(2) {
	flex: 1 1 0% !important;
	min-width: 0 !important;
}

.loginCardBrand {
	margin-bottom: 1.25rem;
}
.loginCardBrand .sapMText.brandDigit,
.loginCardBrand .sapMText.brandErp,
.loginCardBrand .sapMText.brandCustomer {
	font-size: 1.5rem !important;
}

.loginCardTitle {
	align-self: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--login-navy);
	margin-bottom: 1rem;
}

.loginField {
	gap: 0.35rem;
	margin-bottom: 0.85rem;
}

.loginFieldLabel {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--login-navy);
}

.loginInputGroup {
	position: relative;
	width: 100%;
}

/* Only claim room for the overlaid icon; border, radius, and focus styling
   are left to the theme instead of overridden. */
.loginInputGroup .sapMInputBaseInner {
	padding-left: 2.75rem !important;
}

.loginInputGroup--password .sapMInputBaseInner {
	padding-right: 2.75rem !important;
}

/* Specificity matters here: in Cozy density the theme's ".sapUiSizeCozy
   .sapUiIcon" rule sets position: relative, which would otherwise win and put
   the icons back into the flex flow, shrinking the input beside them. */
.loginInputGroup .sapUiIcon.loginInputIcon {
	position: absolute !important;
	left: 0.9rem;
	top: 50%;
	transform: translateY(-50%);
	color: var(--login-muted);
	font-size: 1rem;
	z-index: 2;
	pointer-events: none;
}

.loginInputGroup .sapUiIcon.loginInputIconRight {
	position: absolute !important;
	right: 0.9rem;
	top: 50%;
	transform: translateY(-50%);
	color: var(--login-muted);
	font-size: 1rem;
	cursor: pointer;
	z-index: 2;
}

.loginOptionsRow {
	width: 100%;
	margin: 0.35rem 0 1.25rem;
}

.loginRememberMe .sapMCbLabel {
	color: var(--login-navy);
	font-size: 0.9rem;
}

.loginForgotLink {
	font-size: 0.9rem;
}

.loginDivider {
	height: 1px;
	background: var(--login-border);
	margin: 1.5rem 0 1.25rem;
}

.loginSupportRow {
	gap: 0.4rem;
}

.loginSupportIcon {
	color: var(--login-blue);
	font-size: 1.1rem;
}

.loginSupportText {
	color: var(--login-muted);
	font-size: 0.9rem;
}

.loginSupportLink {
	font-size: 0.9rem;
}

.loginFooterBar {
	background: transparent !important;
	opacity: 0.7;
}

@media (max-width: 1200px) {
	.loginHero {
		padding: 2.5rem;
	}
	.loginHero .sapMTitle.loginHeroTitle {
		font-size: 2.25rem !important;
	}
}

@media (max-width: 480px) {
	.loginPanel {
		padding: 1rem;
	}
	.loginCard {
		padding: 1.75rem 1.5rem;
		box-shadow: 0 1rem 2rem rgba(19, 37, 64, 0.1);
	}
}


.bg-transparent{
	background-color: rgba(255, 255, 255, 0);
}

.bg-white{
	background-color: GhostWhite;
}

.bg-black{
	background-color:  Black;
}
.bg-grey{
	background-color:  Grey;
}
.bg-golden{
	background-color:  GoldenRod;
}

.img-logo-topo{
	margin-left: 1rem !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;
}

.Login-left{
	height: auto;
}
	.Login-left > div {
		width: 190px;
		height: 22rem;
		opacity: 1;
		border-radius: 15px 0px 0px 15px;
		background-image: url("/img/real-estate.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
	}
.Login-left-black>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: Black;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-white>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: White;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-gold>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: gold;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkorange>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: darkorange;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-indianred>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: indianred;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkmagenta>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: darkmagenta;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-cornflowerblue>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: cornflowerblue;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-deepskyblue>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: deepskyblue;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkcyan>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: darkcyan;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-olivedrab>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: olivedrab;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkslategray>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: darkslategray;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-azure>div{	
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: azure;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-lightgray>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: lightgray;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkgray>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: darkgray;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-dimgray>div{
	width: 190px;
	height: 20rem;	
	opacity: 1;
	border-radius: 15px 0px 0px 15px;
	background-color: dimgray;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}

.iv-custom-login{
	margin-top: 2rem;
	width: 300px;
	min-height: 100px;
	height: 100%;
	opacity: 0.82;
    background: #fff;
    border-radius: 0 2px 2px 0;
    float: left;
}

.logoCompany{	
	opacity: 1;
	margin-top: 1rem;
	margin-left: 2rem;
}
.logoCompanyTop{	
	opacity: 1;
	margin-top: 1rem;
	margin-left: 2rem;
}
.logoCompanyMiddle{	
	opacity: 1;
	margin-top: 6.5rem;
	margin-left: 2rem;
}
.logoCompanyBottom{	
	opacity: 1;
	margin-top: 10rem;
	margin-left: 2rem;
}

.titleForm{
	align-content: center;
}

.Login-Panel{
	background-color: #194745;
}

.btn-login{
	border-radius: 0.25rem;
	font-weight:600;
}
.btn-login>span{
	height: 2rem !important;
	color: white !important;
	background-color: var(--blue-01) !important;
}
.btn-login> :hover{
	color: white !important;
	background-color: grey !important;
}

.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);
}

.v-custom-company-list {
	width: 300px;
	min-height: 100px;
	height: auto;
	opacity: 0.82;
	border-radius: 0 2px 2px 0;
	float: left;
	align-content: center;
}

.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;
}

.size1 {
	font-size : 1.5rem;
}
.size2 {
	font-size : 2.5rem;
}
.size3 {
	font-size : 5rem;
}
.size4 {
	font-size : 7.5rem;
}
.size5 {
	font-size : 10rem;
}

@media (max-width:599px) {
	.size1 {
		font-size : 1rem;
	}
	.size2 {
		font-size : 2rem;
	}
	.size3 {
		font-size : 3rem;
	}
	.size4 {
		font-size : 4rem;
	}
	.size5 {
		font-size : 5rem;
	}
}

/* Neutralizes the legacy ".Login-left[-color] > div" tenant-branding rules
   (defined above, further up this file) for the redesigned login hero panel,
   whose child items are flex box/vbox divs rather than the old single photo tile. */
.loginHero > div {
	width: auto;
	height: auto;
	min-height: 0;
	opacity: 1;
	background-image: none;
	background-color: transparent;
	background-size: auto;
	border-radius: 0;
	box-shadow: none;
	float: none;
}