.fancybox {
	cursor: pointer
}

.boxFancy {
	display: none;
	padding: 10px;
}

.boxFancy>.titulo {
	margin-top: 0
}

.boxFancy>.titulo.center {
	text-align: center;
}

.boxFancy>.info {
	font-size: small
}

.boxFancy>.conteudo {
	padding: 0;
	margin-top: 10px
}

.boxAbas {
	position: relative
}

.boxAbas>.menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
}

.boxAbas>.menu>span {
	padding: 3px 7px 3px 7px;
	background-color: #89A;
	color: #FFF;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	cursor: pointer;
	font-size: .8rem;
	/* box-shadow: inset 0px -3px 8px 0 #999; */
}

.boxAbas>.menu>span.ativo {
	background-color: #FFF;
	color: #666;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	box-shadow: none;
}

.boxAbas.grande>.menu>span.ativo {
	background-color: #F6F6F6;
	border-bottom: 1px solid #F6F6F6
}

.boxAbas>.menu>span.bloqueado {
	color: #BBB;
	cursor: not-allowed;
	background-color: #DDD;
}


.boxAbas>.menu>span.alerta:before {
	font-family: Icofont !important;
	content: "\ef1b";
	margin-right: 5px;
	color: #FF0;
}
.boxAbas>.menu>span.ativo.alerta:before {
	color: #FA0;
}

.boxAbas>.menu>span.sucesso:before {
	font-family: Icofont !important;
	content: "\eed7";
	margin-right: 5px;
	color: #0D9;
}
.boxAbas>.menu>span.ativo.sucesso:before {
	color: #18c034;
}

.boxAbas>.menu>span.bloqueado.alerta:before,
.boxAbas>.menu>span.bloqueado.sucesso:before {
	color: #BBB;
}













.boxAbas>.aba {
	display: none;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 50px
}

.boxAbas>.aba.ativo {
	display: table
}

.boxFancy .overflow {
	padding-bottom: 120px;
	padding-left: 3px;
	padding-right: 3px
}

.boxFancy.sucesso {
	border-radius: 4px;
	transform: translateY(-80px);
	transition: all .5s;
	padding: 20px;
	background: linear-gradient(45deg, #0A6 32%, #0D9 100%);
	color: #FFF;
	text-align: center
}

.boxFancy.sucesso label,
.boxFancy.sucesso span,
.boxFancy.sucesso div {
	color: #FFF
}

.fancybox-slide--current .sucesso {
	transform: translateY(0);
	opacity: 1;
	transition-duration: .3s
}

.boxFancy.sucesso>i {
	font-size: xxx-large
}

.boxFancy.sucesso>h2 {
	font-size: xx-large;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0
}

.boxFancy.sucesso>.botoes {
	margin-top: 20px
}

.boxFancy.erro {
	border-radius: 4px;
	transform: translateY(-80px);
	transition: all .5s;
	padding: 20px;
	background: linear-gradient(45deg, #F00 32%, #F30 100%);
	color: #FFF;
	text-align: center
}

.boxFancy.erro label,
.boxFancy.erro span,
.boxFancy.erro div {
	color: #FFF
}

.fancybox-slide--current .erro {
	transform: translateY(0);
	opacity: 1;
	transition-duration: .3s
}

.boxFancy.erro>i {
	font-size: xxx-large
}

.boxFancy.erro>h2 {
	font-size: xx-large;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0
}

.boxFancy.erro>.botoes {
	margin-top: 20px
}

.boxFancy.info {
	border-radius: 4px;
	transform: translateY(-80px);
	transition: all .5s;
	padding: 20px;
	background: #FFF;
	color: #333;
	text-align: center
}

/* .boxFancy.info label,
.boxFancy.info span,
.boxFancy.info div {
	color: currentColor
} */

.fancybox-slide--current .info {
	transform: translateY(0);
	opacity: 1;
	transition-duration: .3s
}

.boxFancy.info>i {
	font-size: xxx-large;
	color: #FA0
}

.boxFancy.info>h2 {
	font-size: xx-large;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	color: #FA0
}

.boxFancy.info>.botoes {
	margin-top: 20px
}