/**/
/* Desenvolvido por Jerry Sarubbi - Copyrights 2016 - Todos os direitos reservados */
/**/
.jsforms {
	margin: 0;
	outline: none;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	color: #666;
}
.jsforms header {
	display: block;
	padding: 20px 30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
	font-size: 25px;
	font-weight: 300;
	color: #232323;
}
.jsforms fieldset {
	display: block;
	padding: 25px 30px 5px;
	border: none;
	background: rgba(255,255,255,.9);
}
.jsforms fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.jsforms section {
	margin-bottom: 20px;
}
.jsforms footer {
	display: block;
	padding: 15px 30px 25px;
	border-top: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
}
.jsforms footer:after {
	content: '';
	display: table;
	clear: both;
}
.jsforms a {
	color:#0077bd;
}
.jsforms .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
}
.jsforms .label.col {
	margin: 0;
	padding-top: 10px;
}
.jsforms .note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}
.jsforms .input,
.jsforms .select,
.jsforms .textarea,
.jsforms .radio,
.jsforms .checkbox,
.jsforms .toggle,
.jsforms .button {
	position: relative;
	display: block;
}
.jsforms .input input,
.jsforms .select select,
.jsforms .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.jsforms .progress {
	float: right;
	margin-top: 10px;
	line-height: 39px;
	color: #232323;
}


/**/
/* inputs de captcha*/
/**/
.jsforms .input-captcha img {
	position: absolute;
	top: 2px;
	right: 2px;
	border-left: 1px solid #e5e5e5;
}


/**/
/* inputs de arquivos */
/**/
.jsforms .input-file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 20px;
	font-size: 13px;
	line-height: 31px;
}
.jsforms .input-file .button:hover {
	box-shadow: none;
}
.jsforms .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0;
}


/**/
/* selects */
/**/
.jsforms .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 8px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
	pointer-events: none;
}
.jsforms .select i:after,
.jsforms .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.jsforms .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.jsforms .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.jsforms .select-multiple select {
	height: auto;
}


/**/
/* textareas */
/**/
.jsforms .textarea textarea {
	height: auto;
	resize: none;
}
.jsforms .textarea-resizable textarea {
	resize: vertical;
}
.jsforms .textarea-expandable textarea {
	height: 39px;
}
.jsforms .textarea-expandable textarea:focus {
	height: auto;
}


/**/
/* radios e checkboxes */
/**/
.jsforms .radio,
.jsforms .checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.jsforms .radio:last-child,
.jsforms .checkbox:last-child {
	margin-bottom: 0;
}
.jsforms .radio input,
.jsforms .checkbox input {
	position: absolute;
	left: -9999px;
}
.jsforms .radio i,
.jsforms .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.jsforms .radio i {
	border-radius: 50%;
}
.jsforms .radio input + i:after,
.jsforms .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.jsforms .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.jsforms .checkbox input + i:after {
	content: '\f00c';
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.jsforms .radio input:checked + i:after,
.jsforms .checkbox input:checked + i:after {
	opacity: 1;
}
.jsforms .inline-group {
	margin: 0 -30px -4px 0;
}
.jsforms .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.jsforms .inline-group .radio,
.jsforms .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.jsforms .inline-group .radio:last-child,
.jsforms .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}


/**/
/* toggles */
/**/
.jsforms .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.jsforms .toggle:last-child {
	margin-bottom: 0;
}
.jsforms .toggle input {
	position: absolute;
	left: -9999px;
}
.jsforms .toggle i {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 49px;
	height: 17px;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
	background: #fff;
}
.jsforms .toggle i:after {
	content: 'NAO';
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	text-align: left;
	color: #5f5f5f;
}
.jsforms .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}
.jsforms .toggle input:checked + i:after {
	content: 'SIM';
	text-align: right;
}
.jsforms .toggle input:checked + i:before {
	right: 36px;
}


/**/
/* ratings */
/**/
.jsforms .rating {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
}
.jsforms .rating:last-child {
	margin-bottom: 0;
}
.jsforms .rating input {
	position: absolute;
	left: -9999px;
}
.jsforms .rating label {
	display: block;
	float: right;
	height: 17px;
	margin-top: 5px;
	padding: 0 2px;
	font-size: 17px;
	line-height: 17px;
	cursor: pointer;
}


/**/
/* butoes */
/**/
.jsforms .button {
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	border: 0;
	font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.jsforms .button-uploading {
	position: relative;
	color: transparent;
	cursor: default;
}
.jsforms .button-uploading:after {
	content: 'Carregando...';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	-o-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-webkit-animation: blink 1s linear infinite;
}
@-o-keyframes blink
{
	0% {opacity: 1}
	50% {opacity: 0.3}
	100% {opacity: 1}
}
@-ms-keyframes blink
{
	0% {opacity: 1}
	50% {opacity: 0.3}
	100% {opacity: 1}
}
@-moz-keyframes blink
{
	0% {opacity: 1}
	50% {opacity: 0.3}
	100% {opacity: 1}
}
@-webkit-keyframes blink
{
	0% {opacity: 1}
	50% {opacity: 0.3}
	100% {opacity: 1}
}


/**/
/* icones */
/**/
.jsforms .icon-append,
.jsforms .icon-prepend {
	position: absolute;
	top: 5px;
	width: 29px;
	height: 29px;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
}
.jsforms .icon-append {
	right: 5px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
}
.jsforms .icon-prepend {
	left: 5px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
}
.jsforms .input .icon-prepend + input,
.jsforms .textarea .icon-prepend + textarea {
	padding-left: 46px;
}
.jsforms .input .icon-append + input,
.jsforms .textarea .icon-append + textarea {
	padding-right: 46px;
}
.jsforms .input .icon-prepend + .icon-append + input,
.jsforms .textarea .icon-prepend + .icon-append + textarea {
	padding-left: 46px;
}


/**/
/* grade */
/**/
.jsforms .row {
	margin: 0 -15px;
}
.jsforms .row:after {
	content: '';
	display: table;
	clear: both;
}
.jsforms .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.jsforms .col-1 {
	width: 8.33%;
}
.jsforms .col-2 {
	width: 16.66%;
}
.jsforms .col-3 {
	width: 25%;
}
.jsforms .col-4 {
	width: 33.33%;
}
.jsforms .col-5 {
	width: 41.66%;
}
.jsforms .col-6 {
	width: 50%;
}
.jsforms .col-7 {
	width: 58.33%;
}
.jsforms .col-8 {
	width: 66.67%;
}
.jsforms .col-9 {
	width: 75%;
}
.jsforms .col-10 {
	width: 83.33%;
}
.jsforms .col-11 {
	width: 91.66%;
}
@media screen and (max-width: 600px) {
	.jsforms .col {
		float: none;
		width: 100%;
	}
}


/**/
/* tooltips */
/**/
.jsforms .tooltip {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	background: rgba(0,0,0,0.9);
	color: #fff;
	opacity: 0;
	-ms-transition: margin 0.3s, opacity 0.3s;
	-moz-transition: margin 0.3s, opacity 0.3s;
	-webkit-transition: margin 0.3s, opacity 0.3s;
}
.jsforms .tooltip:after {
	content: '';
	position: absolute;
}
.jsforms .input input:focus + .tooltip,
.jsforms .textarea textarea:focus + .tooltip {
	opacity: 1;
}

.jsforms .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px;
}
.jsforms .tooltip-top-right:after {
	top: 100%;
	right: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.jsforms .input input:focus + .tooltip-top-right,
.jsforms .textarea textarea:focus + .tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px;
}

.jsforms .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px;
}
.jsforms .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.jsforms .input input:focus + .tooltip-top-left,
.jsforms .textarea textarea:focus + .tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px;
}

.jsforms .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px;
}
.jsforms .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid rgba(0,0,0,0.9);
	border-bottom: 4px solid transparent;
}
.jsforms .input input:focus + .tooltip-right,
.jsforms .textarea textarea:focus + .tooltip-right {
	left: 100%;
	margin-left: 5px;
}

.jsforms .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px;
}
.jsforms .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(0,0,0,0.9);
}
.jsforms .input input:focus + .tooltip-left,
.jsforms .textarea textarea:focus + .tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px;
}

.jsforms .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px;
}
.jsforms .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.jsforms .input input:focus + .tooltip-bottom-right,
.jsforms .textarea textarea:focus + .tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px;
}

.jsforms .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px;
}
.jsforms .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.jsforms .input input:focus + .tooltip-bottom-left,
.jsforms .textarea textarea:focus + .tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px;
}


/**/
/* estado normal */
/**/
.jsforms .input input,
.jsforms .select select,
.jsforms .textarea textarea,
.jsforms .radio i,
.jsforms .checkbox i,
.jsforms .toggle i,
.jsforms .icon-append,
.jsforms .icon-prepend {
	border-color: #e5e5e5;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.jsforms .toggle i:before {
	background-color:#0077bd;
}
.jsforms .rating label {
	color: #ccc;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.jsforms .button {
	background-color:#0077bd;
	opacity: 0.8;
	border-radius: 4px;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.jsforms .button.button-secondary {
	background-color: #b3b3b3;
}
.jsforms .icon-append,
.jsforms .icon-prepend {
	color: #ccc;
}


/**/
/* estado de hover */
/**/
.jsforms .input:hover input,
.jsforms .select:hover select,
.jsforms .textarea:hover textarea,
.jsforms .radio:hover i,
.jsforms .checkbox:hover i,
.jsforms .toggle:hover i,
.jsforms .ui-slider-handle:hover {
	border-color: #0077bd;
}
.jsforms .rating input + label:hover,
.jsforms .rating input + label:hover ~ label {
	color:#0077bd;
}
.jsforms .button:hover {
	opacity: 1;
}


/**/
/* estado de focus */
/**/
.jsforms .input input:focus,
.jsforms .select select:focus,
.jsforms .textarea textarea:focus,
.jsforms .radio input:focus + i,
.jsforms .checkbox input:focus + i,
.jsforms .toggle input:focus + i {
	border-color:#0077bd;
}


/**/
/* estado de checked */
/**/
.jsforms .radio input + i:after {
	background-color:#0077bd;
}
.jsforms .checkbox input + i:after {
	color:#0077bd;
}
.jsforms .radio input:checked + i,
.jsforms .checkbox input:checked + i,
.jsforms .toggle input:checked + i {
	border-color:#0077bd;
}
.jsforms .rating input:checked ~ label {
	color:#0077bd;
}


/**/
/* errors */
/**/
.jsforms .state-error input,
.jsforms .state-error select,
.jsforms .state-error textarea,
.jsforms .radio.state-error i,
.jsforms .checkbox.state-error i,
.jsforms .toggle.state-error i {
	background: #fff0f0;
}
.jsforms .state-error select + i {
	background: #fff0f0;
	box-shadow: 0 0 0 12px #fff0f0;
}
.jsforms .toggle.state-error input:checked + i {
	background: #fff0f0;
}
.jsforms .state-error + em {
	display: block;
	margin-top: 6px;
	padding: 0 1px;
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
	color: #EE0000;
}
.jsforms .rating.state-error + em {
	margin-top: -4px;
	margin-bottom: 4px;
}


/**/
/* estado de sucesso */
/**/
.jsforms .state-success input,
.jsforms .state-success select,
.jsforms .state-success textarea,
.jsforms .radio.state-success i,
.jsforms .checkbox.state-success i,
.jsforms .toggle.state-success i {
	background: #f0fff0;
}
.jsforms .state-success select + i {
	background: #f0fff0;
	box-shadow: 0 0 0 12px #f0fff0;
}
.jsforms .toggle.state-success input:checked + i {
	background: #f0fff0;
}
.jsforms .state-success + em {
	display: block;
	margin-top: 6px;
	padding: 0 1px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #ee9393;
}
.jsforms .note-success {
	color: #6fb679;
}


/**/
/* estado desabilitado */
/**/
.jsforms .input.state-disabled input,
.jsforms .select.state-disabled,
.jsforms .textarea.state-disabled,
.jsforms .radio.state-disabled,
.jsforms .checkbox.state-disabled,
.jsforms .toggle.state-disabled,
.jsforms .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.jsforms .input.state-disabled:hover input,
.jsforms .select.state-disabled:hover select,
.jsforms .textarea.state-disabled:hover textarea,
.jsforms .radio.state-disabled:hover i,
.jsforms .checkbox.state-disabled:hover i,
.jsforms .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}


/**/
/* estado de enviado */
/**/
.jsforms .message {
	display: none;
	color: #6fb679;
}
.jsforms .message i {
	display: block;
	margin: 0 auto 20px;
	width: 81px;
	height: 81px;
	border: 1px solid #6fb679;
	border-radius: 50%;
	font-size: 30px;
	line-height: 81px;
}
.jsforms.submited fieldset,
.jsforms.submited footer {
	display: none;
}
.jsforms.submited .message {
	display: block;
	padding: 25px 30px;
	background: rgba(255,255,255,.9);
	font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}


/**/
/* datepicker */
/**/
.ui-datepicker {
	display: none;
	padding: 10px 12px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666;
}
.ui-datepicker a {
	color: #404040;
}
.ui-datepicker-header {
	position: relative;
	margin: -10px -12px 10px;
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 15px;
	line-height: 27px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: 0;
	display: block;
	width: 47px;
	height: 47px;
	font-size: 15px;
	line-height: 47px;
	text-decoration: none;
	cursor: pointer;
}
.ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-next {
	right: 0;
}
.ui-datepicker-calendar {
	border-collapse: collapse;
	font-size: 13px;
	line-height: 27px;
}
.ui-datepicker-calendar th {
	color: #999;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
	display: block;
	width: 31px;
	margin: auto;
	text-decoration: none;
	color: #404040;
}
.ui-datepicker-calendar a:hover {
	background: rgba(0,0,0,.05);
}
.ui-datepicker-calendar span {
	color: #bfbfbf;
}
.ui-datepicker-today a {
	font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
	background: rgba(0,0,0,.05);
	cursor: default;
}
.ui-datepicker-inline {
	border: 2px solid #e5e5e5;
	background: #fff;
	box-shadow: none;
}
.ui-datepicker-inline .ui-datepicker-header {
	line-height: 47px;
}
.ui-datepicker-inline .ui-datepicker-calendar {
	width: 100%;
}


/**/
/* datepicker */
/**/
.jsforms .ui-slider {
	position: relative;
	height: 3px;
	border: 2px solid #e5e5e5;
	background: #fff;
	margin: 12px 6px 26px;
}
.jsforms .ui-slider-handle {
	position: absolute;
	width: 15px;
	height: 15px;
	margin: -8px 0 0 -8px;
	border: 2px solid #e5e5e5;
	outline: none;
	background: #fff;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}


/**/
/* modal */
/**/
.jsforms-modal {
	position: fixed;
	z-index: 100;
	display: none;
	width: 450px;
}
.jsforms-modal-overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 138, 219, 0.8);
}


/**/
/* bootstrap compatibilidade */
/**/
.jsforms *,
.jsforms *:after,
.jsforms *:before {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.jsforms .label {
	border-radius: 0;
	font-size: 100%;
	text-align: left;
	white-space: normal;
	color: inherit;
}
.jsforms .radio,
.jsforms .checkbox {
	font-weight: 400;
}
.jsforms .radio + .radio,
.jsforms .checkbox + .checkbox {
	margin-top: 0;
}