
.riscoPerfil{
	width: 10px;
	height: 9px;
	margin-left: 5px;
	display: inline-block;
	margin-left: -15;
}

.licensee {
	bottom: 0;
	width: 100%;
	margin-top: -10px;
}

.licensee div {
	padding-right: 3%;
	float: right;
}

.licenseeLogin {
	bottom: 0;
	width: 80%;
	margin-top: -10px;
	position: absolute;
	text-align: right;
}

.licenseeLogin div {
	position: relative;
	padding-bottom: 0.3%;
}

.modal-button-close {
	display: block;
	width: 93%;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	margin-top: 15px;
	padding: 12px;
	cursor: pointer;
	border: 1px solid rgb(40, 167, 69);
	color: rgb(40, 167, 69);
	outline: 0px;
	text-decoration: none;
}

.divExibicaoLogo {
	width: 90%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 40px;
	display: block;
}

.divMolduraExibicaoLogo {
	width: 150px;
	height: 100px;
	float: left;
}

.divExibicaoLogoMobile {
	display: none;
}

.cursorNotAllowed {
	cursor: not-allowed;
}

.modalSugestao button {
	margin-top: 15px;
	margin-right: 5px;
	font-size: 16px;
	width: 99%;
	padding: 12px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;
	border: 1px solid rgb( 40, 167, 69 );
	color: rgb( 40, 167, 69 );
	outline: 0px;
}

.botaoPular {
	display: block;
	width: 98%;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	margin-top: 15px;
	cursor: pointer;
	border: 1px solid rgb( 40, 167, 69 );
	color: rgb( 40, 167, 69 );
	outline: 0px;
	text-decoration: none;
}

.botaoPular a {
	display: block;
	padding: 12px;
}

.divLinks {
	float: left;
	padding-top: 70px;
}
.divLinks ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.divLinks ul li a {
	color: #2a3a5b;
	text-decoration: none
}
.divLinks ul li a:hover {
	color: #2a3a5b;
	text-decoration: underline
}
@media screen and (max-width: 500px) {
	.divLinks {
		padding-top: 10px;
	}
}

#efeitoAjax {
	display: block;
	float: left;
	position: fixed;
	z-index: 2001;
	padding: 5px;
	top: 45%;
	left: 45%;
}

#efeitoAjax div {
	padding: 5px;
	display: flex;
	align-items: center;
}

#efeitoAjax span {
	margin-left: 5px;
}

#efeitoAjaxOverlay {
	display: none;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2000;
	background: #050606 url("../images/ui-bg_highlight-soft_0_050606_1x100.png") 50% top repeat-x;
	opacity: 0.8;
}

#modal-button-error
{
	color: red;
	border-color: red;
}

.loadingVuePortal
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.background-transparency-black
{
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: table;
	transition: opacity 0.3s ease;
}

.modal-wrapper
{
	display: table-cell;
	vertical-align: middle;
}

.modal-container
{
	max-width: 500px;
	width: 60%;
	margin: 0px auto;
	padding: 10px 20px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
	transition: all 0.3s ease;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-header h3
{
	margin-top: 0;
	color: #2A3A5B;
}

.modal-default-button
{
	float: right;
}

.modal-enter
{
	opacity: 0;
}

.modal-leave-active
{
	opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container
{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}