.fancybox {
	cursor: pointer
}

.boxFancy {
	display: none;
	padding: 10px;
	color: #5C5C5C
}

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

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

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

.boxAbas {
	display: table;
	width: 100%;
	position: relative
}

.boxAbas>.menu {
	display: table;
	width: 100%;
	position: relative
}

.boxAbas>.menu>span {
	display: table;
	float: left;
	padding: 3px 10px 3px 10px;
	background-color: #BBB;
	color: #FFF;
	margin-left: 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	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: small;
	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: #999;
	cursor: not-allowed
}

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

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

.boxAbas>.aba .overflow {
	padding-bottom: 120px;
    padding-left: 3px;
    padding-right: 3px
}

.boxAbas>.aba .overflow:empty {
	padding-bottom: 0
}

.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: #333
}

.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
}