@charset "utf-8";

form{
	margin: 0 0 19.41641px
}
.row form .row{
	margin: 0 -6px
}
.row form .row .column, .row form .row .columns{
	padding: 0 6px
}
.row form .row.collapse{
	margin: 0
}
.row form .row.collapse .column, .row form .row.collapse .columns{
	padding: 0
}
label{
	font-size: 14px;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: 500;
	margin-bottom: 3px
}
label.right{
	float: none;
	text-align: right
}
label.inline{
	line-height: 32px;
	margin: 0 0 12px 0
}
.prefix, .postfix{
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	height: 32px;
	line-height: 31px
}
a.button.prefix, a.button.postfix{
	padding-left: 0;
	padding-right: 0;
	text-align: center
}
span.prefix, span.postfix{
	background: #f2f2f2;
	border: 1px solid #ccc
}
.prefix{
	left: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	overflow: hidden
}
.postfix{
	right: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 6px;
	height: 32px;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear
}
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize{
	font-size: 17px;
	padding: 4px 6px
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus{
	background: #fafafa;
	border-color: #b3b3b3
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled]{
	background-color: #ddd
}
input, textearea, select, button{
	padding: 0px 5px;
	outline: none;
	margin-bottom: 15px;
}
.form-suporte input[type=submit], button#salvar{
	height: 32px;
	padding: 0px 15px;
	border: none;
	background-color: #00A1CB;
	color: #FFF;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form-suporte input[type=submit]:hover, button#salvar:hover{
	background-color: #0982A1;
}
button#salvar[disabled]{
	background-color: #CCC;
	cursor: default;
}
textarea{
	height: auto
}
select{
	width: 100%;
	height: 32px;
}
fieldset{
	border: solid 1px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 12px;
	margin: 18px 0
}
fieldset legend{
	font-weight: bold;
	background: #fff;
	padding: 0 3px;
	margin: 0;
	margin-left: -3px
}
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus{
	border-color: #c60f13;
	background-color: rgba(198,15,19,0.1)
}
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus{
	outline-color: #f5797c
}
.error label, label.error{
	color: #c60f13
}
.error small, small.error{
	display: block;
	padding: 6px 4px;
	margin-top: -13px;
	margin-bottom: 12px;
	background: #c60f13;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px
}
form.custom span.custom{
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	border: solid 1px #ccc;
	background: #fff
}
form.custom span.custom.radio{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px
}
form.custom span.custom.checkbox:before{
	content: "";
	display: block;
	line-height: 0.8;
	height: 14px;
	width: 14px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #fff
}
form.custom span.custom.radio.checked:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	background: #222;
	position: relative;
	top: 3px;
	left: 3px
}
form.custom span.custom.checkbox.checked:before{
	content: "\00d7";
	color: #222
}
form.custom div.custom.dropdown{
	display: block;
	position: relative;
	width: auto;
	height: 28px;
	margin-bottom: 9px;
	margin-top: 2px
}
form.custom div.custom.dropdown ul{
	overflow-y: auto;
	max-height: 200px
}
form.custom div.custom.dropdown a.current{
	display: block;
	width: auto;
	line-height: 26px;
	min-height: 28px;
	padding: 0;
	padding-left: 6px;
	padding-right: 38px;
	border: solid 1px #ddd;
	color: #141414;
	background-color: #fff;
	white-space: nowrap
}
form.custom div.custom.dropdown a.selector{
	position: absolute;
	width: 27px;
	height: 28px;
	display: block;
	right: 0;
	top: 0;
	border: solid 1px #ddd
}
form.custom div.custom.dropdown a.selector:after{
	content: "";
	display: block;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #aaa transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	margin-left: -5px
}
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #222 transparent transparent transparent
}
form.custom div.custom.dropdown.open ul{
	display: block;
	z-index: 10
}
form.custom div.custom.dropdown.small{
	width: 134px !important
}
form.custom div.custom.dropdown.medium{
	width: 254px !important
}
form.custom div.custom.dropdown.large{
	width: 434px !important
}
form.custom div.custom.dropdown.expand{
	width: 100% !important
}
form.custom div.custom.dropdown.open.small ul{
	width: 134px !important
}
form.custom div.custom.dropdown.open.medium ul{
	width: 254px !important
}
form.custom div.custom.dropdown.open.large ul{
	width: 434px !important
}
form.custom div.custom.dropdown.open.expand ul{
	width: 100% !important
}
form.custom div.custom.dropdown ul{
	position: absolute;
	width: auto;
	display: none;
	margin: 0;
	left: 0;
	top: 27px;
	margin: 0;
	padding: 0;
	background: #fff;
	background: rgba(255,255,255,0.95);
	border: solid 1px #ccc
}
form.custom div.custom.dropdown ul li{
	color: #555;
	font-size: 13px;
	cursor: pointer;
	padding: 3px;
	padding-left: 6px;
	padding-right: 38px;
	min-height: 18px;
	line-height: 18px;
	margin: 0;
	white-space: nowrap;
	list-style: none
}
form.custom div.custom.dropdown ul li.selected{
	background: #cdebf5;
	color: #000
}
form.custom div.custom.dropdown ul li.selected:after{
	content: "\2013";
	position: absolute;
	right: 10px
}
form.custom div.custom.dropdown ul li:hover{
	background-color: #cdebf5;
	color: #000
}
form.custom div.custom.dropdown ul li:hover:after{
	content: "\2013";
	position: absolute;
	right: 10px;
	color: #a3dbec
}
form.custom div.custom.dropdown ul li.selected:hover{
	background: #cdebf5;
	cursor: default;
	color: #000
}
form.custom div.custom.dropdown ul li.selected:hover:after{
	color: #000
}
form.custom div.custom.dropdown ul.show{
	display: block
}
form.custom .custom.disabled{
	background-color: #ddd
}
@-moz-document url-prefix(){
form.custom div.custom.dropdown a.selector{
height:28px
}
}

span#msg p{
	display: block;
	width: 100%;
	height: 28px;
	padding: 0px 15px;
	line-height: 28px;
	border: 1px dashed #006633;
}

form input{
	width: 100%;
}

.form-suporte input[type=submit]{
	width: auto;
	float: left;
	margin: 30px 0px 0px 0px;
}