input[type=text]
,input[type=tel]
,input[type=number]
,input[type=file]
,input[type=password]
,textarea
,select
,input[type=button]
,input[type=submit]
,input[type=reset]
,button {
	color: #5C5C5C;
	background-color: #FFF;
	border: 1px solid #DDD;
	outline: none;
	border-radius: 3px;
	padding: 7px 10px;
	box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
	input[type=text]
	,input[type=tel]
	,input[type=number]
	,input[type=file]
	,input[type=password]
	,textarea
	,select
	,input[type=button]
	,input[type=submit]
	,input[type=reset]
	,button {
		padding: 10px 10px;
		font-size: medium;
	}
}
input[type=text]
,input[type=tel]
,input[type=number]
,input[type=file]
,input[type=password]
,textarea
,select {
	width: 100%;
}
input[type=button]
,input[type=submit]
,input[type=reset]
,button {
	border: none;
	padding: 7px 10px;
	cursor: pointer;
}
button {
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
  align-items: center;
	justify-content: center;
}



input[type=text].vermelho
,input[type=tel].vermelho
,input[type=number].vermelho
,input[type=file].vermelho
,input[type=password].vermelho
,textarea.vermelho
,select.vermelho {
	color: #FFFFFF;
	background-color: #D92127;
}

input[type=text].laranja
,input[type=tel].laranja
,input[type=number].laranja
,input[type=file].laranja
,input[type=password].laranja
,textarea.laranja
,select.laranja {
	color: #FFFFFF;
	background-color: #FF6600;
}

input[type=text].verde
,input[type=tel].verde
,input[type=number].verde
,input[type=file].verde
,input[type=password].verde
,textarea.verde
,select.verde {
	color: #FFFFFF;
	background-color: #009900;
}

input[type=text].amarelo
,input[type=tel].amarelo
,input[type=number].amarelo
,input[type=file].amarelo
,input[type=password].amarelo
,textarea.amarelo
,select.amarelo {
	background-color: #FFCC29;
}

input[type=text].prata
,input[type=tel].prata
,input[type=number].prata
,input[type=file].prata
,input[type=password].prata
,textarea.prata
,select.prata {
	color: #FFF;
	background-color: #AD8F49;
}

input[type=text].preto
,input[type=tel].preto
,input[type=number].preto
,input[type=file].preto
,input[type=password].preto
,textarea.preto
,select.preto {
	color: #FFF;
	background-color: #5C5C5C;
}

input[type=text].azul
,input[type=tel].azul
,input[type=number].azul
,input[type=file].azul
,input[type=password].azul
,textarea.azul
,select.azul {
	color: #FFF;
	background-color: #0079c0;
}



input[type=text]::placeholder
,input[type=tel]::placeholder
,input[type=number]::placeholder
,input[type=file]::placeholder
,input[type=password]::placeholder
,textarea::placeholder
,select::placeholder {
	color:#BBB;
}
input[type=text]:focus
,input[type=tel]:focus
,input[type=number]:focus
,input[type=file]:focus
,input[type=password]:focus
,textarea:focus
,select:focus {
	background-color:#FFF;
	border:1px solid #0CF;
	color:#5C5C5C;
	outline:none;
  -webkit-box-shadow:2px 2px 7px 0px rgba(0,0,0,0.20);
  -moz-box-shadow:2px 2px 7px 0px rgba(0,0,0,0.20);
  box-shadow:2px 2px 7px 0px rgba(0,0,0,0.20);
}
input[type=text]:disabled
,input[type=tel]:disabled
,input[type=number]:disabled
,input[type=file]:disabled
,input[type=password]:disabled
,textarea:disabled
,select:disabled {
	background-color:#EEE;
	border:1px solid #DDD;
	color:#AAA;
	outline:none;
}
select option:disabled {
	color: #DDD;
}




.boxform {
	font-size: small;
}

.boxform.pequeno input[type=text]
,.boxform.pequeno input[type=tel]
,.boxform.pequeno input[type=number]
,.boxform.pequeno input[type=file]
,.boxform.pequeno input[type=password]
,.boxform.pequeno textarea
,.boxform.pequeno select
,.boxform.pequeno input[type=button]
,.boxform.pequeno input[type=submit]
,.boxform.pequeno input[type=reset]
,.boxform.pequeno button {
	font-size: small;
	padding: 5px 7px;
}

.boxform.grande input[type=text]
,.boxform.grande input[type=tel]
,.boxform.grande input[type=number]
,.boxform.grande input[type=file]
,.boxform.grande input[type=password]
,.boxform.grande textarea
,.boxform.grande select
,.boxform.grande input[type=button]
,.boxform.grande input[type=submit]
,.boxform.grande input[type=reset]
,.boxform.grande button {
	font-size: 1.large;
	padding: 10px 10px;
}

.boxform.extragrande input[type=text]
,.boxform.extragrande input[type=tel]
,.boxform.extragrande input[type=number]
,.boxform.extragrande input[type=file]
,.boxform.extragrande input[type=password]
,.boxform.extragrande textarea
,.boxform.extragrande select
,.boxform.extragrande input[type=button]
,.boxform.extragrande input[type=submit]
,.boxform.extragrande input[type=reset]
,.boxform.extragrande button {
	font-size: x-large;
	padding: 10px 10px;
}








.boxform .campo {
	padding: 4px 0px;
	display: grid;
}
.boxform label {
	font-size: 0.75rem;
	margin-bottom: 0px;
	color:#999;
	width: fit-content;
}
.boxform label > span {
	font-size: small;
	margin-left: 5px;
}


.boxform .botoes {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
	gap: 5px;
	padding: 10px 0px;
	margin-top: 10px;
	border-top: 1px solid #CCC;
}


.boxform .botoes.total {
	display: grid;
	justify-content: inherit;
}
.boxform .botoes.center {
	justify-content: center;
}
.boxform .botoes.total button {
	justify-content: center;
	width: 100%;
}



.boxform .outros {
	display: grid;
  align-items: center;
  justify-content: center;
	padding: 10px 0px;
}




.msgform {
	display: grid;
  align-items: center;
  justify-items: flex-start;
	padding: 10px 0px;
}
.msgform > div {
	display: flex;
  align-items: center;
  justify-content: center;
	flex-wrap: nowrap;
	gap: 5px;
}
.msgform .erro {
	color: #A00;
}
.msgform .sucesso {
	color: #0A0;
}
.msgform i {
	font-size: large;
}
.msgform:empty {
	display: none;
}




.formata_cartao_numero {
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: auto 50%;
}




.legenda {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: small;
}
.legenda::before {
  width: 16px;
  height: 16px;
  background-color: #CCC;
  border-radius: 20%;
}
.legenda.verde::before {
  background-color: #009900;
}
.legenda.laranja::before {
  background-color: #FF6600;
}
.legenda.amarelo::before {
  background-color: #FFCC29;
}
.legenda.vermelho::before {
  background-color: #D92127;
}





.drop-area {
    color: #AAA;
}
.drop-area.highlight {
	background-color: lavender;
}
.drop-area.imagem {
	border: none;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drop-area.imagem img {
	max-height: 250px;
}
.drop-area.imagens {
	border: none;
    height: 250px;
	overflow:auto;
}
.drop-area.imagens ul.ui-sortable {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-items: flex-start;
	gap: 10px;
}
.drop-area.imagens ul.ui-sortable li {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 100px;
	cursor: pointer;
	border: 1px solid #CCC;
	position: relative;
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.drop-area.imagens ul.ui-sortable li.cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.drop-area.imagens ul.ui-sortable li img {
	cursor:pointer;
	border:none;
	position:absolute;
	padding: 4px;
	border-radius:999px;
	-moz-border-radius:999px;
	-webkit-border-radius:999px;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
}
.drop-area.imagens ul.ui-sortable li img.delete {
	right:3px;
	top:3px;
	background-color: #C00;
}
.drop-area.imagens ul.ui-sortable li img.lupa {
	left:3px;
	top:3px;
	background-color: #789;
}
.drop-area.imagens ul.ui-sortable li img.rotate {
	left:3px;
	bottom:3px;
	background-color: #789;
}
.drop-area.imagens ul.ui-sortable li input.paletaCorFoto {
	cursor:pointer;
	border:none;
	position:absolute;
	left:2px;
	bottom:2px;
}
.drop-area:empty {
	border: 1px dashed #CCC;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drop-area:empty:after {
	content: "Arraste o arquivo aqui";
}




.contador_txt_box {
  position: relative;
}
.contador_txt_box > span {
  background-color: #DDD;
  color: #666;
  font-size: x-small;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 2px 5px;
}
.contador_txt_box.textarea > span {
  top: -4px;
}
.contador_txt_box.focus > span {
  background-color: #0CF;
  color: #FFF;
}
.contador_txt_box.erro > span {
  background-color: #FC0;
  color: #333;
}








.multiselect-container label {
	font-size:0.875rem;
}
.selectmultiple {
	font-size:0.875rem;
	color:#5C5C5C;
	background-color:#FFF;
	border:1px solid #DDD;
	outline:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	text-align:left;
}
form.pequeno .selectmultiple .multiselect-container label
,.selectmultiple.pequeno .multiselect-container label {
	font-size:0.875rem;
}
form.pequeno .selectmultiple
,.selectmultiple.pequeno {
	font-size:0.625rem;
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
}
form.grande .selectmultiple .multiselect-container label
,.selectmultiple.grande .multiselect-container label {
	font-size:1.125rem;
}
form.grande .selectmultiple
,.selectmultiple.grande {
	font-size:1.125rem;
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:9px;
}
.selectmultiple span {
	font-size:0.875rem;
}
.selectmultiple:focus {
	background-color:#FFD;
	border:1px solid #DD618B;
	color:#5C5C5C;
	outline:none;
}
.selectmultiple:disabled {
	background-color:#EEE;
	border:1px solid #DDD;
	color:#AAA;
	outline:none;
}
.multiselect-container>li.active>a>label.checkbox {
	color:#333 !important;
	background: #EEE !important;
}
.multiselect-container {
	width: 100% !important;
}





.boxform div {
	padding-top:3px;
	padding-bottom:3px;
}
.boxform div[class*="lista-flex"],
.boxform div[class*="lista-grid"],
.boxform pre div {
	padding-top: 0px;
	padding-bottom: 0px;
}
.boxform pre span {
	vertical-align: 0px;
	margin-right: 0px;
}
.boxform pre span {
	vertical-align: 0px;
	margin-right: 0px;
}
.boxform .boxinfo div {
	padding-top:0px;
	padding-bottom:0px;
}
.boxform div.chosen-container {
	padding-top:0px;
	padding-bottom:0px;
}





.listacategoria  label {
	display: flex;
	gap: 6px;
	justify-content: flex-start;
  	align-items: center;
	width: fit-content;
	font-size: smaller;
	color:#999;
	margin-top:0px;
	margin-bottom:0px;
}
.listacategoria  span {
	vertical-align: 3px;
	font-size: small;
	color:#666;
	margin-right: 10px;
}






.tabela-lista {
	width: 100%;
	max-width:1300px;
	border-spacing: inherit;
}
.tabela-lista > thead > tr > td ,
.tabela-lista > tbody > tr > td ,
.tabela-lista > tfoot > tr > td {
	padding: 10px 5px;
	text-align: left;
	font-size: small;
	color: #333;
}
.tabela-lista.formulario tr > td:first-child {
	width:0;
}
.tabela-lista.formulario > tbody > tr > td {
	padding: 5px 5px;
}
.tabela-lista.formulario > tbody > tr > td:first-child {
	text-align: right;
	font-weight: bold;
	border-left: 7px solid #CCC;
	padding-left: 15px;
	white-space: nowrap;
}
.tabela-lista > tbody > tr:nth-child(odd) {
	background-color:#F1F1F1;
}
.tabela-lista.formulario > tbody > tr:nth-child(odd) {
	background-color:inherit;
}
.tabela-lista > thead > tr > td {
	padding: 5px 5px;
	font-size: x-small;
	background-color:#422462;
	color: #FFF;
}
.tabela-lista.formulario > thead > tr > td {
	padding-left: 0px;
    padding-top: 30px;
	font-size: medium;
	font-weight: bold;
	background-color:#FFF;
	color: #422462;
	border-bottom: 1px solid #CCC;
}
.tabela-lista > tbody > tr:hover > td {
	background-color: #CDF;
}
.tabela-lista > tbody > tr > td div {
	padding-top: initial;
	padding-bottom: initial;
}
.tabela-lista > tbody > tr.on {
	background-color: #AFC;
}
.tabela-lista > tbody > tr.off td,
.tabela-lista > tbody > tr.off td div,
.tabela-lista > tbody > tr.off td span {
	color: #333;
}
.tabela-lista > tbody > tr.off {
	background-color: #FCC;
}
.tabela-lista > tbody > tr.off td,
.tabela-lista > tbody > tr.off td div,
.tabela-lista > tbody > tr.off td span {
	color: #BBB;
}
.tabela-lista.linha > tbody > tr > td {
	border-bottom: 1px solid #CCC;
}
.tabela-lista.grande > tbody > tr > td {
	padding: 20px 10px;
}

.tabela-lista [class*="ico-"] {
	cursor: pointer;
}
.tabela-lista span i {
	cursor: pointer;
	font-size:large;
}
.tabela-lista .cinza:not(button) {
	color:#666;
}
.tabela-lista .cinza:not(button) i {
	color:#BBB;
}
.tabela-lista .amarelo:not(button) i {
	color:#FF0;
}
.tabela-lista .verde:not(button) i {
	color:#0A0;
}
.tabela-lista .laranja:not(button) i {
	color:#F60;
}
.tabela-lista .vermelho:not(button) i {
	color:#C00;
}
.tabela-lista .azul:not(button) i {
	color:#0079c0;
}