.font-weight-bold{
	font-weight: bold!important;
}
#dhtmltooltip {
	position: absolute;
	left: -300px;
	border: 0px solid black;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}


/* SGP4 PRIMARY COLOR : #1D8EA8*/
.text-sgp4-primary {
	color: #1D8EA8
}

.bg-sgp4-primary {
	background-color: #1D8EA8;
}

#dhtmltooltip {
	position: absolute;
	left: -300px;
	border: 0px solid black;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.logos {
	float: left;
	margin: 10px 0 10px 10px;
}

.logos img {
	max-height: 60px;
	margin-right: 10px;
}

.card-body p {
	color: #878787;
}

.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.banner-lgpd-consent-container {
	position: fixed;
	left: 0;
	bottom: 10px;
	display: flex;
	width: 100vw;
	justify-content: center;
	z-index: 29999999;
}

.banner-lgpd-consent--show {
	animation: show 1s both;
}

.banner-lgpd-consent {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 0;
	/*width: calc(100vw - 20px);*/
	max-width: 1326px;
	height: 70px;
	padding: 27px;
	background-color: rgba(64,64,64,.9);
	/*box-shadow: 0 8px 6px 0 rgb(0 0 0 / 41%);*/
	border-radius: 5px;
	overflow: hidden;
	font-family: UOLTextRegular,Arial,Helvetica,sans-serif;
	/*transform: translate3d(0,100vh,0);*/
	text-align: center;
}


.banner-lgpd-consent__column {
	padding: 0 54px;
	margin: 0 -30px;
	color: #fff!important;
	font-size: 14px;
	font-weight: 400!important;
	line-height: 16px;
	display: block!important;
}
/**, *::before, *::after {*/
/*    box-sizing: border-box;*/
/*}*/
/*user agent stylesheet*/
/*div {*/
/*    display: block;*/
/*}*/

.banner-lgpd-consent__link {
	color: #FFFFFF;
	text-decoration: underline;
}
.banner-lgpd-consent__column {
	padding: 0 54px;
	margin: 0 -30px;
	color: #fff!important;
	font-size: 14px;
	font-weight: 400!important;
	line-height: 16px;
	display: block!important;
}

.banner-lgpd-consent__accept:hover {
	background: #eab934;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}

.banner-lgpd-consent__accept {
	position: relative;
	display: block;
	width: 118px;
	height: 36px;
	line-height: 34px;
	background: #e9b425;
	border-radius: 1px;
	cursor: pointer;
	color: #000!important;
	border: none;
	/*box-shadow: inset 0 -2px 0 0 rgb(0 0 0 / 40%);*/
	transition: all .3s;
}