﻿.nucleus-eform {
	font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif, Arial;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666;
	background-color: #ffffff;
	text-indent: 0px;
}

SCREEN.nucleus-eform {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: transparent;
	z-index:2000;
}


.nucleus-eform CONTROL {
	position:relative;
	display:block;
	width: 100%;
	box-sizing: border-box;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.nucleus-eform CONTROL-GROUP {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

.nucleus-eform CONTROL-GROUP > CONTROL:last-child {
	position: relative;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.nucleus-eform CONTROL-GROUP > CONTROL:first-child {
	position: relative;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.nucleus-eform ROW {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

.nucleus-eform GROUP {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

.nucleus-eform ROW > LABEL {
	display: inline-block;
	box-sizing: border-box;
	font-weight: bold;
	padding: 20px 0px 10px 5px;
	margin: 0px;
}

.nucleus-eform ROW.TITLE {
	color: #9EC7CF;
	margin: 5px 0px 5px 0px;
	border-bottom:1px solid #9EC7CF;
}
.nucleus-eform ROW.TITLE > LABEL {
	padding: 10px 10px 5px 5px;
}

.nucleus-eform ROW.TITLE-GROUP {
	color: #666;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #666;
	font-size:130%;
	padding:0px;
}

.nucleus-eform GROUP TABLE{
	width: 100%;
}
.nucleus-eform GROUP TH {
	border-bottom: 2px solid #999;
}
.nucleus-eform GROUP TD {
	border-bottom: 1px solid #CCC;
}

.nucleus-eform TITLE {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	min-height: 60px;
	max-height: 60px;
	background-color: #FFF;
	box-sizing: border-box;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	z-index: 900;
	display: inline-flex;
	flex-direction: row;
	padding: 0px 45px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	display: block;
}

@media (max-height: 700px) {
	.nucleus-eform TITLE {
		font-size: 16px;
	}
}

.nucleus-eform BUTTONS {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-height: 60px;
	max-height: 60px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	border-top: 1px solid #DDD;
	z-index: 900;
	text-align: right;
}

.nucleus-eform CONTROL BUTTONS {
	position: unset;
	display: block;
	min-height: 60px;
	max-height: 60px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	border-top: 1px solid #DDD;
	z-index: 900;
	text-align: right;
}

.nucleus-eform CONTENT {
	position: absolute;
	display: block;
	top: 60px;
	bottom: 60px;
	left: 10px;
	right: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 0px 20px 20px 20px;
	margin: 0px;

	overflow-x: hidden;
	overflow-y: auto;
}

.nucleus-eform PREVIEW {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin: 0px;

	border:2px solid black;
	background-color:#666;

	text-align:center;
	font-size:30px;
	color:#FFF;

	overflow-x:auto;
	overflow-y:auto;
	padding:30px 20px;

	white-space: nowrap;
	text-wrap: none;
}

.nucleus-eform PREVIEW > IMG {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}


.nucleus-eform DOWNLOADS {
	position: absolute;
	display: block;
	bottom: 10px;
	left: 10px;
	background-color: transparent;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	z-index: 950;
	overflow: hidden;
}

.nucleus-eform DOWNLOADS>FILE {
	display: inline-block;
	height:60px;
	width:120px;
	border-radius:5px;
	padding: 5px 5px 5px 5px;
	text-align:center;
	background-color: #DDD;
	overflow:hidden;
}
.nucleus-eform DOWNLOADS>FILE>ICON {
	font-size:30px;
}
.nucleus-eform DOWNLOADS>FILE>LABEL {
	font-size:10px;
	display:block;
	padding:3px 0px 0px 0px;
}





.nucleus-eform INPUT, .nucleus-eform TEXTAREA, .nucleus-eform SELECT, .nucleus-eform FILE, .nucleus-eform JSON {
	display: inline-block;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
}
.nucleus-eform INPUT[type=text], INPUT[type=password], .nucleus-eform INPUT[type=number], .nucleus-eform TEXTAREA, .nucleus-eform SELECT, .nucleus-eform FILE, .nucleus-eform JSON {
	width:100%;
}
.nucleus-eform RADIOS {
	display: block;
	padding: 0px 5px 0px 10px;
}
.nucleus-eform RADIOS>INPUT {
	cursor:pointer;
}
.nucleus-eform RADIOS>LABEL {
	cursor:pointer;
	padding: 5px 20px 5px 6px;
}

.nucleus-eform THUMB {
	position:relative;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	overflow:hidden;
	cursor:pointer;
}
.nucleus-eform THUMB > ICON {
	position:absolute;
	left:0px;
	top:0px;
	color: #AAA;
	text-align: center;
}
.nucleus-eform THUMB > IMG {
	position:absolute;
	left:0px;
	top:0px;
	padding:0px;
	margin:0px;
}
.nucleus-eform THUMB > MARK {
	position:absolute;
	left:0px;
	top:0px;
	border:1px dashed #FF9A5A;
	background-color:transparent;
}

.nucleus-eform input:focus, .nucleus-eform TEXTAREA, .nucleus-eform SELECT {
  outline: none;
}

.nucleus-eform ERR, .nucleus-eform WRN {
	display: inline-block;
	box-sizing: border-box;
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
	max-height: 20px;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	border-radius: 10px;
	border: 2px solid #FF9A5A;
	color: #FF9A5A;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.nucleus-eform IFO {
	display: inline-block;
	box-sizing: border-box;
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
	max-height: 20px;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	border-radius: 10px;
	border: 2px solid #5C8B94;
	color: #5C8B94;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.nucleus-eform SUC {
	display: inline-block;
	box-sizing: border-box;
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
	max-height: 20px;
	padding: 0px;
	margin: 0px 0px 0px 8px;
	border-radius: 10px;
	border: 2px solid #54B775;
	color: #54B775;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}



.nucleus-eform REQ {
	display:inline-block;
	padding:0px 0px 0px 4px;
	margin:0px;
	color: #FF0000;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.nucleus-eform BUBBLE {
	display:block;
	position:absolute;
	left:10px; 
	bottom:10px;
	padding:0px;
	max-height:1px;
	z-index:1000;
}

.nucleus-eform BUBBLE > MSG {
	display:block;
	padding:10px 20px 10px 20px;
	background-color:#FFF;
	color: #666;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	border:1px solid #CCC;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.nucleus-eform BUBBLE > MSG-PICO {
	display:block;
	box-sizing: border-box;
	width: 30px;
	height: 15px;
	background-color:transparent;
	border-top:none;
	border-bottom:15px solid #DDD;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	margin: 0px 0px 0px 20px;
}

.nucleus-eform ::placeholder {
	color: #CCC;
}

.nucleus-eform BACKGROUND {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: black;
	opacity: 0.5;
}

.nucleus-eform WINDOW {
	position: absolute;
	left: 100px;
	right: 100px;
	top: 100px;
	height: 500px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	padding: 0px;
	overflow:hidden;
}


::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: rgba(200,200,200,0.3);
}

::-webkit-scrollbar-thumb {
	background: rgba(200,200,200,0.5);
	border-radius: 10px;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}


.nucleus-eform .PERFIL WAIT {
	font-size: 40px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	color: #000;
}


.nucleus-eform .WAIT {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	box-shadow: none;
	border: none;
	border-collapse: collapse;
	background-color:transparent;
}

.nucleus-eform .WAIT > TBL {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-radius: 100px;
	box-shadow: none;
	position:absolute;
	left:20px;
	top:20px;
	right:20px;
	bottom:20px;
	display: table;
	border-collapse: collapse;
	overflow:hidden;
}

.nucleus-eform .WAIT > TBL > ROW {
	display: table-row;
	box-sizing:border-box;
	padding:0px;
	margin:0px;
}

.nucleus-eform .WAIT > TBL > ROW > MESSAGE {
	display: table-cell;
	box-sizing:border-box;
	padding:20px;
	margin:0px;
	vertical-align:middle;
	text-align:center;
	white-space:normal;
	width:200px;
	height:200px;
	max-width:200px;
	max-height:200px;
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
	background-color:#888;
	color:#FFF;
}

.nucleus-eform .WAIT WAIT {
	position: absolute;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border-radius: 100px;
	box-shadow: 0px -1px 0.5px 0px #FFF, inset 0px 1px 0.5px 0px #FFF;
	border: none;
	background-color: transparent;
}

.nucleus-eform .WAIT WAIT {
	animation: WAIT 0.5s infinite linear;
}

@-webkit-keyframes WAIT {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes WAIT {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}


.nucleus-eform .ALERT {
	padding: 30px 20px 0px 20px;
	text-align: center;
}

.nucleus-eform .ALERT ERR
{
	max-height: 50px;
	max-width: 50px;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	border-width: 3px;
	font-size: 30px;
	margin:0px;
}

.nucleus-eform .ALERT SUC, .nucleus-eform .ALERT SUC  
{
	max-height: 50px;
	max-width: 50px;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	border-width: 3px;
	font-size: 30px;
	font-weight: bold;
	padding: 6px 0px 0px 0px;
}

.nucleus-eform .ALERT IFO
{
	max-height: 50px;
	max-width: 50px;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	border-width: 3px;
	font-size: 30px;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}


.nucleus-eform .ALERT LABEL {
	color: #666;
	font-size: 16px;
}

.nucleus-eform .ALERT TABLE.MESSAGE
{
	width:100%;
	height:85px;
}

.nucleus-eform .ALERT TABLE.MESSAGE>TR
{
	height:85px;
}

.nucleus-eform .ALERT TABLE.MESSAGE>TR>TD
{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	vertical-align:middle;
	text-align:center;
}

.nucleus-eform .ALERT BUTTONS 
{
	text-align:center;
	border: none;
	padding: 0px 0px 0px 0px;
}


.nucleus-eform BUTTON {
	position: relative;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #00B9AD;
	color: #00B9AD;
	min-width: 120px;
	min-height: 40px;
	max-height: 40px;
	margin: 0px 10px 0px 10px;
	background-color: transparent;
}

.nucleus-eform BUTTON.NOLABEL {
	min-width: 30px;
	border: 2px solid #999;
	color: #999;
}

.nucleus-eform BUTTON.LINK {
	font-size: 14px;
	cursor: pointer;
	border-radius: 0px;
	border: none;
	color: #666;
	min-width: 100%;
	min-height: unset;
	max-height: unset;
	background-color: transparent;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	text-align:left;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.nucleus-eform BUTTON LABEL {
	display:inline-block;
	font-weight:normal;
	padding:2px 0px 0px 0px;
	cursor:inherit;
}

.nucleus-eform BUTTON.LINK LABEL {
	padding:2px 0px 0px 3px;
}

.nucleus-eform BUTTON.LEFT {
	padding: 5px 10px 5px 30px;
	border-radius:0px;
}

.nucleus-eform BUTTON.RIGHT {
	padding: 5px 30px 5px 10px;
	border-radius:0px;
}
.nucleus-eform BUTTONS > BUTTON ICON {
	padding: 0px 5px 0px 0px;
}
.nucleus-eform BUTTONS > BUTTON.NOLABEL ICON {
	padding: 0px 0px 0px 0px;
}

.nucleus-eform BUTTONS>BUTTON.LEFT ICON, .nucleus-eform BUTTONS>BUTTON.RIGHT ICON {
	position: absolute;
	box-sizing: border-box;
	top:0px;
	height:100%;
	padding:10px 8px 0px 8px;
	text-align:center;
	background-color: transparent;
}

.nucleus-eform BUTTON ICON {
	box-sizing: border-box;
	background-color: transparent;
}
.nucleus-eform BUTTON.RIGHT ICON {
	right: 0px;
	border-left: 2px solid #00B9AD;
	background-color: transparent;
}
.nucleus-eform BUTTON.LEFT ICON {
	left: 0px;
	border-right: 2px solid #00B9AD;
	background-color: transparent;
}
.nucleus-eform BUTTON.LINK ICON {
	left: 0px;
	color: #9EC7CF;

}

.nucleus-eform ENTITY, .nucleus-eform FILE, .nucleus-eform JSON {
	display:block;
	height:40px;
}

.nucleus-eform .disabled {
	color: #AAA;
}

.nucleus-eform ENTITY BUTTON, .nucleus-eform FILE BUTTON, .nucleus-eform JSON BUTTON {
	position:absolute;
	top:0px;
	right:0px;
	color:#AAA;
	font-size:20px;
}

.nucleus-eform ENTITY > INPUT {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right: 30px;
	background-color: transparent;
}

.nucleus-eform ENTITY > TEXT {
	position: absolute;
	left: 10px;
	top: 12px;
	right: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nucleus-eform ENTITY DIV {
	position: absolute;
	top: 40px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color:#FFF;
	z-index:1100;
	padding:5px 0px 5px 0px;
}
.nucleus-eform ENTITY DIV > TEXT {
	padding: 0px 0px 0px 5px;
}
.nucleus-eform ENTITY DIV.ERR {
	color: #FF9A5A;
}

.nucleus-eform ENTITY ROW.SELECT {
	background-color: #119E95;
	color: #FFF;
}
.nucleus-eform ENTITY ROW {
	padding:2px 15px 2px 15px;
}

.nucleus-eform ENTITY DIV.ERR > ICON{
	border: 2px solid #FF9A5A;
	width:20px;
	height:20px;
	border-radius: 10px;
	text-align:center;
	padding:1px 0px 0px 0px;
}

.nucleus-eform BUTTON.SUBMIT {
	background-color: #00B9AD;
	color: #FFF;
}

.nucleus-eform BUTTON.INFO {
	background-color: transparent;
	color: #5BC0DE;
	border: 2px solid #5BC0DE;
}

.nucleus-eform BUTTON.WARNING {
	background-color: transparent;
	color: #F0AD4E;
	border: 2px solid #F0AD4E;
}

.nucleus-eform BUTTON.DANGER {
    background-color: transparent;
    color: #D9534F;
    border: 2px solid #D9534F;
    display: inline-block !important;
}

.nucleus-eform BUTTON.SUCCESS {
    background-color: transparent;
    color: #5CB85C;
    border: 2px solid #5CB85C;
    display: inline-block !important;
}

@media (max-width: 768px) {
    .nucleus-eform BUTTON.DANGER {
       top: 12px;
    }

    .nucleus-eform BUTTON.SUCCESS {
        top: 12px;
    }
}



.nucleus-eform BUTTON.SUBMIT.LEFT, .nucleus-eform BUTTON.SUBMIT.RIGHT {
	border-color:#00B9AD
}

.nucleus-eform BUTTON.SUBMIT.LEFT ICON {
	border-right: none;
	background-color: rgba(0,0,0,0.3);
}
.nucleus-eform BUTTON.SUBMIT.RIGHT ICON {
	border-left: none;
	background-color: rgba(0,0,0,0.3);
}

.nucleus-eform BUTTON.TOP {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 7px;
	z-index: 950;
	min-width: 40px;
	min-height: 40px;
	width: 30px;
	height: 40px;
	color: #666;
	background: #FFF;
	border: none;
	font-size: 25px;
	border-radius: 5px;
}

.nucleus-eform BUTTON.TOP.LEFT {
	left:5px;
}

.nucleus-eform BUTTON.TOP.RIGHT {
	right:5px;
}

.nucleus-eform BUTTON.TOP ICON {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border:none;
}

.nucleus-eform BUTTON.BOTTOM {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-height: 60px;
	max-height: 60px;
	width: 100%;
	font-size: 25px;
	z-index: 950;
}

.nucleus-eform BUTTON.FLOAT {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	position: absolute;
	z-index: 950;
	min-width: 40px;
	min-height: 40px;
	width: 40px;
	height: 40px;
	color: #666;
	background: #FFF;
	font-size: 25px;
	border-radius: 20px;
	border:2px solid #666;
}

.nucleus-eform BUTTON.BOTTOM ICON {
	margin:0px 5px 0px 0px;
}

.nucleus-eform BUTTON[disabled], .nucleus-eform BUTTON[disabled].SUBMIT, .nucleus-eform BUTTON[disabled].INFO {
	background-color: #CCC;
	color: #999;
	border: 2px solid #999;
	cursor: not-allowed;
}

.nucleus-eform BUTTON[disabled].RIGHT ICON {
	right:0px;
	border-left: 2px solid #999;
	background-color:#CCC;
}
.nucleus-eform BUTTON[disabled].LEFT ICON {
	left:0px;
	border-right: 2px solid #999;
	background-color:#CCC;
}

.nucleus-eform BUTTON[disabled].TOP {
	color: #999;
	background-color:#FFF;
	border:none;
}
.nucleus-eform BUTTON[disabled].TOP ICON {
	color: #999;
	background-color:#FFF;
	border:none;
}

.nucleus-eform BUTTON.ICON {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	color: #666;
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}

.nucleus-eform BUTTON.SMALL_ICON {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	color: #666;
	min-width: 20px;
	max-width: 20px;
	min-height: 20px;
	max-height: 20px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}

.nucleus-eform BUTTON[disabled].ICON {
	color: #CCC;
	cursor:default;
}

.nucleus-eform CONTROL > ROW > BUTTON.ICON {
	position: absolute;
	right: 0px;
	top: 0px;
}

.nucleus-eform BUTTON.MONTH {
	border: none;
	color: #666;
	min-width: 95px;
	max-width: 95px;
	margin: 5px;
	border: 2px solid transparent;
	font-size: 14px;
	background-color: transparent;
}

.nucleus-eform BUTTON.YEAR {
	border: none;
	color: #666;
	min-width: 50px;
	max-width: 50px;
	margin: 5px;
	border: 2px solid transparent;
	font-size: 14px;
	background-color: transparent;
	padding: 4px 0px 0px 0px;
}

.nucleus-eform BUTTON.DAY {
	border: none;
	color: #666;
	min-width: 40px;
	max-width: 40px;
	border: 2px solid transparent;
	font-size: 12px;
	background-color: transparent;
	padding: 3px 0px 0px 0px;
	margin: 2px;
}

.nucleus-eform DAY {
	position: relative;
	display: inline-block;
	border-radius: 5px;
	min-height: 25px;
	max-height: 25px;
	border: none;
	color: #333;
	min-width: 40px;
	max-width: 40px;
	border: 2px solid transparent;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	padding: 3px 0px 0px 0px;
	margin: 2px;
}

.nucleus-eform BUTTON.DAY {
	position: relative;
	display: inline-block;
	border-radius: 5px;
	min-height: 25px;
	max-height: 25px;
	border: none;
	color: #333;
	min-width: 40px;
	max-width: 40px;
	border: 2px solid transparent;
	font-size: 12px;
	background-color: transparent;
	padding: 1px 0px 0px 0px;
	margin: 2px;
	font-weight: normal;
	cursor: pointer;
}

.nucleus-eform BUTTON.SELECT {
	color: #FFF;
	background-color: #00B9AD;
}

.nucleus-eform BUTTON.NOW {
	color:#FFF;
	background-color: #5C8B94;
}

.nucleus-eform BUTTON.OTHER {
	color: #AAA;
}

.nucleus-eform .CALENDAR > ROW.CONTENT {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.nucleus-eform .CALENDAR > ROW.TITLE {
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}

.nucleus-eform .CALENDAR > ROW.FER {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	white-space: nowrap;
	overflow:hidden;
	font-size:12px;
}

.nucleus-eform .CALENDAR > ROW.FER  > label {
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	border-radius:3px;
	min-width: 25px;
	text-align:center;
}

.nucleus-eform .CALENDAR > ROW.FER > text {
	position:absolute;
	left:45px;
	right:10px;
	padding: 3px 0px 0px 4px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.nucleus-eform ROW.TITLE > BUTTON.MAIN {
	border: none;
	color: #333;
	min-width: 220px;
	max-width: 220px;
	margin: 5px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
}

.nucleus-eform .MAP > ROW.TITLE {
	display:block;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 8px 0px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	height:70px;
	font-size:20px;
}

.nucleus-eform .MAP > ROW.CONTAINER {
	display: block;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	width:450px;
	height:330px;
}

.nucleus-eform .MAP > mask {
	position:absolute;
	left:8px;
	right:8px;
	top:78px;
	bottom:8px;
	background:transparent;
}

.nucleus-eform WELL {
	position:relative;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
	border: 2px solid #DDD;
	border-radius: 5px;
	padding: 15px 15px 15px 55px;
	margin: 0px;
	width:100%;
	min-height:65px;
}

.nucleus-eform WELL > ERR, .nucleus-eform WELL > WRN, .nucleus-eform WELL > IFO,  .nucleus-eform WELL > SUC {
	position: absolute;
	display: block;
	top: 10px;
	left: 0px;
	width: 40px;
	max-height: 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size:24px;
	padding:6px 0px 0px 0px;
}

.nucleus-eform WELL.WRN, .nucleus-eform WELL.ERR {
	border-color: #FF9A5A;
}

.nucleus-eform WELL.IFO {
	border-color: #5C8B94;
}

.nucleus-eform WELL.SUC {
	border-color: #54B775;
}



.nucleus-eform TEXT {
	display: inline;
	margin: 0px 0px 0px 0px;
}

.nucleus-eform AREA {
	display: BLOCK;
	margin: 0px 0px 0px 0px;
	overflow-y:hidden;
}

.nucleus-eform ENTITY ROW.navigate {
	border-top:1px solid #AAA;
	text-align:right;
}

.nucleus-eform ENTITY ROW.navigate>ICON {
	font-size:16px;
	color: #666;
	cursor:pointer;
	padding:3px 5px 3px 5px;
	border-radius:4px;
}

.nucleus-eform ENTITY ROW.navigate>TEXT {
	font-size:16px;
	color: #666;
	cursor:pointer;
	padding:3px 5px 3px 5px;
}

.nucleus-eform ENTITY ROW.navigate>ICON.disabled {
	font-size:16px;
	color: #AAA;
	cursor:default;
}

.nucleus-eform ROW.outs {
	padding: 10px 0px 5px 0px;
}

.nucleus-eform ROW.params {
	padding: 10px 0px 5px 0px;
}

.nucleus-eform ROW.progressbar {
	padding: 20px 0px 10px 0px;
}

.nucleus-eform ROW.progressbar .progress {
	position:relative;
	margin:0px;
}

.nucleus-eform ROW.progressbar .progress>LABEL {
	position:absolute;
	left:0px;
	right:0px;
	top:3px;
	text-align:center;
	font-size:12px;
	color:#444;
}
.nucleus-eform ROW.progressbar .progress>LABEL.END {
	color:#FFF;
}

.nucleus-eform LOG.head {
	box-sizing: border-box;
	position: absolute;
	left: 30px;
	right: 30px;
	top: 120px;
	height: 24px;
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #DDD;
	overflow:hidden;
}
.nucleus-eform LOG.head>MOT {
	box-sizing: border-box;
	display:inline-block;
	width:40%;
	margin:0px;
	padding:5px 5px 2px 5px;
}
.nucleus-eform LOG.head>DET {
	position: absolute;
	display:inline-block;
	width:60%;
	margin:0px;
	padding:5px 5px 2px 5px;
}
.nucleus-eform LOG.body {
	box-sizing: border-box;
	position: absolute;
	left: 30px;
	right: 15px;
	top: 144px;
	bottom: 60px;
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFF;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
}
.nucleus-eform ROW.loading {
	padding:8px 5px 5px 10px;
	margin:0px;
}
.nucleus-eform ROW.loading > ICON {
	font-size: 14px;
	margin:0px 5px 0px 0px; 
	padding:0px;
}
.nucleus-eform ROW.loading > LABEL {
	font-size: 12px;
	margin:0px; 
	padding:0px;
}
.nucleus-eform LOG.body > ROW {
	border-top: 1px solid #DDD;
	overflow:hidden;
}
.nucleus-eform LOG.body > ROW > MOT {
	box-sizing: border-box;
	display: inline-block;
	width: 40%;
	margin: 0px;
	padding: 8px 5px 5px 5px;
}
.nucleus-eform LOG.body > ROW > MOT > ERR, .nucleus-eform LOG.body > ROW > MOT > SUC, .nucleus-eform LOG.body > ROW > MOT > IFO {
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 0px 0px;
}
.nucleus-eform LOG.body > ROW > DET {
	position: absolute;
	display: inline-block;
	width: 60%;
	margin: 0px;
	padding: 5px 5px 2px 5px;
}

.nucleus-eform STEPS
{
	display:block;
	padding: 20px 0px 20px 0px;
	font-size:14px;
}
.nucleus-eform STEPS > TABLE {
	width:80%;
	max-width:80%;
	border:none;
}
.nucleus-eform STEPS > TABLE TH {
	padding: 5px 20px 5px 20px;
	text-align:center;
	vertical-align: text-bottom;
	color:#AAA;
	border:none;
}
.nucleus-eform STEPS > TABLE TH.current {
	color:#000;
}
.nucleus-eform STEPS > TABLE TH.done {
	color:#666;
}
.nucleus-eform STEPS > TABLE TH.error {
	color:#FF9A5A;
}

.nucleus-eform STEPS > TABLE TD {
	padding: 0px;
	text-align:center;
	vertical-align: middle;
	border:none;
}
.nucleus-eform STEPS > TABLE TD.circle {
	width: 20px;
	height: 20px;
	max-width: 20px;
}
.nucleus-eform STEPS > TABLE TD.circle > div {
	width: 20px;
	height: 20px;
	border: 3px solid #AAA;
	border-radius: 10px;
	font-size:10px;
	text-align:center;
}
.nucleus-eform STEPS > TABLE TD.current > div {
	border: 3px solid #119E95;
	padding:1px 0px 0px 2px;
	color: #119E95;
}
.nucleus-eform STEPS > TABLE TD.done > div {
	border: 3px solid #54B775;
	padding:1px 0px 0px 0px;
	color: #54B775;
}
.nucleus-eform STEPS > TABLE TD.error > div {
	border: 3px solid #FF9A5A;
	padding:1px 0px 0px 0px;
	color: #FF9A5A;
}

.nucleus-eform STEPS > TABLE TD > div.fa {
	padding: 1px 0px 0px 0px;
}
.nucleus-eform STEPS > TABLE TD > div.fa-play {
	padding: 1px 0px 0px 2px;
}

.nucleus-eform STEPS > TABLE TD.line, .nucleus-eform STEPS > TABLE TD.line-done {
	padding: 1px 0px 0px 0px;
	height: 20px;
}
.nucleus-eform STEPS > TABLE TD.line > DIV {
	padding: 0px;
	margin: 0px;
	border:none;
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
	width:100%;
	height:0px;
}
.nucleus-eform STEPS > TABLE TD.line-done > DIV {
	padding: 0px;
	margin: 0px;
	border:none;
	border-top:2px solid #54B775;
	border-bottom:2px solid #54B775;
	width:100%;
	height:0px;
}
.nucleus-eform STEPS > TABLE TD.noline {
	padding: 0px;
	height: 20px;
}
.nucleus-eform STEPS > TABLE TD.noline > DIV {
	padding: 0px;
	margin: 0px;
	border:none;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	width:100%;
	height:0px;
}
.nucleus-eform FILE PROGRESS {
	position: absolute;
	left: 10px;
	right: 10px;
	width: unset;
	bottom: 0px;
}


.nucleus-eform .MAP BUTTON.MAP {
	border: 2px solid #119E95;
	background-color: #FFF;
	text-align: center;
	min-width: 35px;
	min-height: 35px;
	max-width: 35px;
	max-height: 35px;
	font-size: 14px;
	position: absolute;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	cursor:pointer;
}

.nucleus-eform .MAP BUTTON.fa-plus {
	top:88px;
	left:18px;
}
.nucleus-eform .MAP BUTTON.fa-minus {
	top: 121px;
	left: 18px;
}
.nucleus-eform .MAP BUTTON.fa-arrow-up {
	bottom: 84px;
	left: 34px;
}
.nucleus-eform .MAP BUTTON.fa-arrow-down {
	bottom: 18px;
	left: 34px;
}
.nucleus-eform .MAP BUTTON.fa-arrow-left {
	bottom: 51px;
	left: 18px;
}
.nucleus-eform .MAP BUTTON.fa-arrow-right {
	bottom: 51px;
	left: 51px;
}
.nucleus-eform .MAP BUTTON.fa-check {
	bottom: 30px;
	right: 20px;
	background-color: #00B9AD;
	color: #FFF;
	font-size: 18px;
	min-width: 45px;
	min-height: 45px;
	max-width: 45px;
	max-height: 45px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	border-radius: 25px
}


@media (max-height: 700px) {
	.nucleus-eform STEPS {
		font-size: 12px;
	}

	.nucleus-eform CONTROL-GROUP > CONTROL, .nucleus-eform CONTROL-GROUP > CONTROL:first-child, .nucleus-eform CONTROL-GROUP > CONTROL:last-child {
		position: relative;
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}

	.nucleus-eform BUTTON {
		padding: 5px 5px 5px 5px;
		font-size: 12px;
		min-width: 90px;
	}
}

@media (max-width: 700px) {
	.nucleus-eform BUTTON {
		padding: 5px 5px 5px 5px;
		margin: 0px 5px 0px 5px;
		font-size: 12px;
		min-width: 90px;
		height: 35px;
		min-height: 35px;
		max-height: 35px;
	}
}
.nucleus-eform WINDOW.NO-BORDER {
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.nucleus-eform WINDOW.PERFIL {
	padding:20px 20px 20px 20px;
}

.nucleus-eform WINDOW.PERFIL ROW{
	text-align:center;
}



SCREEN.NO-BORDER {
	border: none;
	border-radius: 0px;
	box-shadow: none;
	background-color: #ffffff;
}
