/* --------------------------------------------------------------------------------------------------------------------
 Núcleo Formulário
--------------------------------------------------------------------------------------------------------------------*/
input[type="checkbox"], .wxform2-checkboxes input, #check-mirror {
	width:auto !important;
}
.wxform-all-fields {
}
.wxform-field {
	padding-top:5px;
	clear:both;
}
.wxform-field-valido {
}
.wxform-all-fields label {
	width:115px;
	padding-left:5px;
	margin-right:10px;
	float:left;
	font-size:13px;
	line-height:25px;
	text-align:left;
	display:block;
}

.wxform-all-fields input {
	background:#FFF;
/*	width:280px;*/
	height:21px;
	padding:2px;
	border:1px solid #CCC;
	font-size:13px; 
}
.wxform-all-fields .error {
	border:3px solid #5DAFC7;
	background:#EEE;
}

.wxform-all-fields textarea {
	background:#FFF;
	border:1px solid #CCC;
	margin:0;
	font-size:13px;
}
.wxform-all-fields checkbox {
	background:#FFF;
	border:1px solid #CCCCCC;
}
.wxform-all-fields select {
	background:#FFF;
	height:25px;
	border:1px solid #CCCCCC;
}
.wxform-all-fields textarea {
	width:280px;
	padding:2px;
}
.wxform-all-fields label#submit {
	display:none;
}
.wxform-all-fields .error {
	color:#000;
	text-align:center;
	display:inline;
	border-bottom:1px dashed;
	margin-left:10px;
	line-height:12px;
	padding:0 10px;
}
.wxform-all-fields .wxform2-checkboxes {
	float:left;
	width:500px;
}
.wxform-all-fields .wxform2-checkboxes .wxform2-checkbox {
	display:inline-block;
	width:250px;
	float:left;
	padding-bottom:10px;
	line-height:12px;
}
.wxform-all-fields .wxform2-checkboxes .wxform2-checkbox input {
	float:left;
	border:none;
	display:inline;
}
.wxform-all-fields .wxform2-checkboxes .wxform2-checkbox label {
	float:left;
	background:none;
	width:200px;
	display:inline;
}
.wxform-all-fields #form-field-submit input {
	height:auto;
	width:auto;
	padding:0;
}
.wxform-all-fields #form-field-novidade {
	padding:9px 0 4px 0;
}
.wxform-all-fields #form-field-novidade label {
	line-height:normal;
}
.wxform-all-fields #form-field-novidade input#check-mirror {
	width:auto;
	height:auto;
	padding:0;
	margin-left:0;
}
.wxform-msgbox {
	color:#F00;
}
.swfupload {
	padding-top:-5px;
	display:inline;
}
root {
    display: block;
}
/*------------- wxform-field VALIDACAO --------------------*/
.wxform-field-valid {
}
.wxform-field-error input {
	border:1px solid red !important;
}
.wxform-field-error select {
	border:1px solid red !important;
}
.wxform-field-error textarea {
	border:1px solid red !important;
}
/*------------- JANELA MODAL --------------------*/
.form-modal {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #FFF;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}
.jqmOverlay { background-color: #000;}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .form-modal {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* --------------------------------------------------------------------------------------------------------------------
 Não sei aqui
--------------------------------------------------------------------------------------------------------------------*/
.wxform-textarea-counter {
	display:inline;
	background-color:#E3E3E3;
	padding:5px;
	font-size:0.8em;
	position:absolute;
}
.wxform2-help_text {
	display: inline;
	background-color: #F0F0F0;
	font-size: 0.8em;
}
.wxform-autocomplete-help_text {
	display: inline;
	background-color: #F0F0F0;
	font-size: 0.8em;
}
/* --------------------------------------------------------------------------------------------------------------------
 Auto Complete_multiplo
--------------------------------------------------------------------------------------------------------------------*/
#form-busca {
	float:left;
}
#form-busca-add {
	width:46px;
	height:18px;
	background:#EEE url("img/tags_imagem_adicionar.png") no-repeat 3px center;
	border:1px solid #CCC;
	padding:0px 5px 0px 25px;
	margin-left:10px;
	display:inline-block;
}


#form-select {
	display:block;
	margin-left:125px;
	position:absolute;
}
#form-procurando {
	margin-left:125px;
	position:absolute;
	padding:2px;
	border:1px solid #CCC;
}


#form-selecao {
}

.form-selecao-item {
	float:left;
	display:inline-block;
	background:#EEE;
	margin:15px 5px 0 5px;
	border:1px solid #CCC;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
.form-selecao-item .form-selecao-item-value {
	float:left;
	padding:0px 5px;
}
.form-selecao-item .form-selecao-item-remover {
	float:left;
	padding:0px 5px;
	background:#000
	color:#FFF;
	text-transform:lowercase;
	border-left:1px solid #CCC;
}







/* --------------------------------------------------------------------------------------------------------------------
 Upload Imagem
--------------------------------------------------------------------------------------------------------------------*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Envio de imagens
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/*
#form-field-nome {
	margin: 15px 0;
}
#form-field-nome label#nome {
	display:inline;
	float:left;
	margin-right:0.5em;
	padding-left:5px;
	text-align:left;
	width:3em;
	font-size:15px;
	font-weight:bold;
}
*/
#form-field-nome input#idnome {
}
#form-field-fotos {
}
#form-field-fotos label#fotos {
	display:inline;
	float:left;
	margin-right:0.5em;
	padding-left:5px;
	text-align:left;
	width:3em;
	margin-bottom:15px;
	font-size:15px;
	font-weight:bold;
}
#form-field-fotos object#SWFUpload_0 {
	margin-bottom:15px;
}
#form-field-submit {
	margin:15px 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Miniaturas
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#box-miniaturas {
	clear:both;
}
.box-miniaturas-item {
	float:left;
	display:inline;
	width:80px;
	height:60px;
	margin:5px;
	background:#FFF;
}
#box-miniaturas-item-visual {
	position:relative;
}
#box-miniaturas-item-visual img {
	border:1px solid;
	position:absolute;
}
#box-miniaturas-item-visual .box-miniaturas-btn {
	background:#000;
	height:20px;
	width:80px;
	filter:alpha(opacity=60);
 	/* CSS3 standard */
  	opacity:0.6;
	position:absolute;
	margin:0px 1px 0 1px;
	top:41px;
}
#btn-visualizar {
	float:left;
	background:transparent url("img/upload_imagem_visualizar.png") no-repeat;
	width:16px;
	height:16px;
	text-indent:-5000px;
	margin:3px 5px 0 5px;
	display:inline;
}
#btn-editar {
	background:transparent url("img/upload_imagem_editar.png") no-repeat;
	float:left;
	width:16px;
	height:16px;
	text-indent:-5000px;
	margin:3px 5px 0 5px;
	display:inline;
}
#btn-excluir {
	background:transparent url("img/upload_imagem_excluir.png") no-repeat;
	float:left;
	width:16px;
	height:16px;
	text-indent:-5000px;
	margin:2px 5px 0 5px;
	display:inline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
        Janela - Editar
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#editar {
        background:#FFF;
        border:3px solid;
        z-index:1;
        position:absolute;
        padding:20px;
        margin:0 auto;
}
#wxpainel-editar-titulo {
}
#wxpainel-editar-descricao {
        padding-top:10px;
}
#editar label#lb-editar-titulo {
}
#editar input#editar-titulo {
        width:140px;
}
#editar label#lb-editar-descricao {
        clear:both;
        display:block;
}
#editar textarea#editar-descricao {
        clear:both;
}
#editar #btn-ok {
        background:#666;
        border:2px dotted #FFFFFF;
        cursor:pointer;
        padding:0 3px;
        width:17px;
        color:#FFFFFF;
        margin-top:10px;
        margin-left:130px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Janela - Visualizar
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#box-imagem {
	z-index:1;
	position:absolute;
	padding:10px;
	border:2px solid;
	background:#FFF;
}
#box-imagem #titulo {
	font-size:20px;
	width:600px;
	overflow:hidden;
	color:#287392;
}
#box-imagem #descricao {
	font-size:13px;
	width:600px;
	overflow:hidden;
	padding:5px 0 10px 0;
}
#box-imagem img {
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Autocomplete
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.field-autocomplete-box {
	width:200px;
}
.field-autocomplete-content {
	width:200px;
	border:1px solid;
	margin-left:125px;
	position:absolute;
	z-index:999;
	background:#FFF;
    cursor: pointer;
}
.field-autocomplete-content-item {
	padding:0 10px;
}
.autocompletedb-selected {
	background:#73B7FF !important;
	color:#FFF;
}
.field-autocomplete-msg-search {
	width:200px;
	border:1px solid;
	margin-left:125px;
	position:absolute;
	z-index:999;
	text-align:center;
	background:#FFF;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Abas
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.wxform {
}
.wxform .wxform-tab {
	border:1px solid #CCC;
    padding:20px;
    margin-bottom: 20px;
}
.wxform .wxform-tabs {    
    margin-bottom:0;
    margin-left:20px;
	
}
.wxform .wxform-tabs .wxform-tabs-item-open {
	padding:0 5px;
	float:left;
	display:inline;    
}
.wxform .wxform-tabs .wxform-tabs-item-open a {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:0 5px;
	display:block;
    background-color: #EEE; /* Adicionado por André */    
}
.wxform .wxform-tabs .wxform-tabs-item-close {
	padding:0 5px;
	float:left;
	display:inline;
}
.wxform .wxform-tabs .wxform-tabs-item-close a {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:0 5px;
	display:block;
}
/*
.wxform .wxform-all-fields {
	border:1px solid #CCC;
	padding:20px;
    padding-top: 0px;
}
*/
.wxform #form-group-cobranca {
	border:none;
}

/* Recaptcha */

#recaptcha_widget_div {
	padding-left:36px;
}

.recaptchatable #recaptcha_response_field {
	margin:0;
	padding:0;
	bottom:0px;
	left:0;
}

.recaptchatable .wxform-all-fields label {
	line-height:20px;
}

.recaptcha_input_area_text{
	line-height:normal !important;
}
