
:root{
	--default-01:#000;
	--default-02:#fff;
	--default-03:#fff;
	--blue-01:#2f3c48;
	--blue-02:#0c1419f2;
	--orange-01:#ff9900;
}

@media (max-width:599px) {
	.size1 {
		font-size : 1rem;
	}
	.size2 {
		font-size : 2rem;
	}
	.size3 {
		font-size : 3rem;
	}
	.size4 {
		font-size : 4rem;
	}
	.size5 {
		font-size : 5rem;
	}
}
@media (min-width:599px) {

	.objectHeaderContainerSW > div > div > div > div {
		border-radius: 1px solid red;
		width: 98% !important;
	}
	.formJustifyContent-spaceBettowenSW > div > div{
		justify-content: space-between;
		display: flex;
	}
	.formJustifyContent-spaceBettowenSW > div > div > section:first-child{
		justify-content: left;
		display: flex;
	}
	.formJustifyContent-spaceBettowenSW > div > div > section:last-child{
		justify-content: right;
		display: flex;
	}
}

.sapSuiteUiCommonsTimeline{
	max-width: none !important;
}

.sapUiFormTitleH6 {
	height: 0px !important;
}
.contractOnePositive {
	color: #00b894 !important;
}
.contractOneNegative {
	color: #d63031 !important;
}

.clickableCell {
    cursor: pointer;
    padding: 8px;
    transition: background-color 0.2s;
}

.clickableCell:hover {
    background-color: #f0f0f0;
}

.tableRanges {
	background-color: #607D8B;
	border: #607D8B 1px solid;
}
.tableLevels {
	background-color:  #90A4AE;
	border: #90A4AE 1px solid;
}
.tableApprovers {
	background-color:  #B0BEC5;
	border: #B0BEC5 1px solid;
}
.responsiveTableLines {
	max-height: calc(100vh - 200px); /* Ajuste o valor 200px conforme necessário */
	overflow-y: auto;
}

.stickyTable {
	height: 33rem;
	overflow-y: auto;
}

.tableScrollContainer {
	overflow-y: auto;
}

.generalBackground:before {
	content: "";
	position: inherit;
	z-index: -1;
	display: block;
	/*background-image: linear-gradient(var(--blue-01), var(--blue-02)), url("../img/bg-predio.jpg");*/
	background-image: url("../img/background_sap.jpg");
	background-size: cover;
	width: inherit;
	height: inherit;
	overflow: hidden;
}

.loginBG:before {
	content: "";
	position: inherit;
	z-index: -1;
	display: block;
	/*background-image: linear-gradient(var(--blue-01), var(--blue-02)), url("../img/bg-predio.jpg");*/ 
	background-image: url("../img/background_sap.jpg");
	
	background-size: cover;
	width: inherit;
	height: inherit;
	overflow: hidden;
}
.loginBG:belize{
	content: "";
	position: inherit;
	z-index: -1;
	display: block;
	/* background-image: linear-gradient(var(--blue-01), var(--blue-02)), url("../img/bg-predio.jpg"); */
	background-image: url("../img/belize.png");
	background-size: cover;
	width: 100%;
	height: inherit;
	overflow: hidden;
}
.bg-master-page {
	/* background-image:linear-gradient(var(--blue-01), var(--blue-02)), url("../img/bg-predio.jpg"); */
	background-image: url("../img/BK_Verde_Colorido_Right_Top.png");
}

.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: 20rem;	
}
	.Login-left > div {
		width: 190px;
		height: 20rem;
		opacity: 1;
		background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(255, 166, 0, 0.5)), url("/img/Login-Left.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 15px 0px 0px 15px;
		box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
	}
.Login-left-black > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: Black;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-white > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: White;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-gold > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: gold;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkorange > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: darkorange;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-indianred > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: indianred;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkmagenta > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: darkmagenta;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-cornflowerblue > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: cornflowerblue;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-deepskyblue > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: deepskyblue;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkcyan > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: darkcyan;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-olivedrab > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: olivedrab;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkslategray > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: darkslategray;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-azure > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: azure;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-lightgray > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: lightgray;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-darkgray > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: darkgray;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.Login-left-dimgray > div {
	width: 190px;
	height: 20rem;
	opacity: 1;
	background-color: dimgray;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0px 0px 15px;
	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: #2f3c48;
    border-radius: 12px 12px 12px 12px;
    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;
}

.titleB1Lite{
	font-size: 30px !important;
	font-palette: dark;
	font-weight:  bold;
	color:  azure  !important;
}
.marginTop40{
	margin-top: 40%;
}
.marginTop10 {
	margin-top: 10%;
}

.tinyMaginBottomB1 {
	margin-bottom: 1rem;
}

.TelaLogin{
	margin-top: 30%;
	min-height: 100px;
	height: 100%;
	opacity: 0.82;
    background: #fff;
    border-radius: 15px;
    float: left;
}
.Login-Panel{
	background-color: #194745;
}

.marginLeftAuto {
	margin-left: auto;
}

.Logo-B-One{
	margin-left: 20.5%;
}

.btn-login{
	background-color: var(--orange-01) !important;
	border-radius: 0.25rem;
	
	font-weight:600;
}
.btn-login>span{
	color: white !important;
}

.sapMSegBBtn {
	white-space: normal;
	overflow: visible;
	height: auto;
}

.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;
}

.maxImageLogoSize {
	max-width: 5rem;
	max-height: 5rem;
}

.size1 {
	font-size : 1.5rem;
}
.size2 {
	font-size : 2.5rem;
}
.size3 {
	font-size : 5rem;
}
.size4 {
	font-size : 7.5rem;
}
.size5 {
	font-size : 10rem;
}

.chatDialogMaximized {
	max-height: 90%;
	max-width: 90%;
	overflow: auto;
	height: 90%;
	width:90%;
  }

.chatDialogNormal {
	
	overflow: auto;
	height: 260px;
	
  }

.testWidthContainerRed{
	border: 1px solid red;
}

.sapUiMarginRight{
	margin-top: 20px;
	margin-left: 20px;
}

