.flag-obrigatoriedade{
	color: darkorange;
}
.flag-campo-obrigatorio{
	color: darkorange;
	font-weight: bold;
}
.cursor-none{
	cursor: default;
}
.sp-up-end-page{
    text-decoration: transparent;
    color: #C5C5C5;
    font-weight: 600;
    font-size: 15px;
}
.btn-common-aux{
	background-color: #fff;
    border: 1px solid #8e92a1;
    color: #8e92a1;
    border-radius: 50px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.btn-common-aux-2{
	background-color: #8e92a1;
    border: 1px solid #8e92a1;
    color: #fff !important;
    border-radius: 50px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.txt-copie{
    display: none;
}
.text-left-j{
    text-align: left;
}
.text-right-j{
    text-align: right;
}