 
HTML  CSS  JS  Result
Edit on 
/* Estilo iOS */
.switch__container {
  margin: 30px auto;
  width: 120px;
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -999999px;
}

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.switch--shadow + label {
    padding: 2px;
    width: 35px;
    height: 14px;
    background-color: #dddddd;
    border-radius: 60px;
}

.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}

.switch--shadow + label:after {
    width: 16px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.switch--shadow:checked + label:before {
  background-color: #108c00;
}
.switch--shadow:checked + label:after {
  transform: translateX(21px);
}

/* Estilo Flat */
.switch--flat + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
}
.switch--flat + label:before,
.switch--flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
.switch--flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s;
}
.switch--flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 56px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
.switch--flat:checked + label {
  background-color: #8ce196;
}
.switch--flat:checked + label:after {
  margin-left: 60px;
  background-color: #8ce196;
}




.contrato-funcoes-col-1{
	width:100%;
	margin-top: 20px;
	}
	
.contrato-funcoes-col-2{
	width:45%;
	display:inline-block;
	margin-top: 20px;
	}

.contrato-funcoes-col-linha {
    height: auto;
    margin-bottom: 10px;
}
	
.contrato-funcoes-col-linha-txt{
	float: left; 
	font-size: 18px;
	}
	
.contrato-funcoes-col-linha-ligadesliga{
	float:left;
	margin-right: 8px;
	}





/*Cadastro do cliente, quero me cadastrar*/

.form-cadastro{
	width:660px;
	height:auto;
	margin:5px;
	text-align:left;
	}
	
	
.form-cad-650{
	width:650px;
    clear: both;
    text-align: left;
	margin:5px;
	}
	
#form-cad-650{
	width:650px;
    clear: both;
    text-align: left;
	margin:5px;
	}

.form-login-450{
	width:450px;
    clear: both;
    text-align: left;
	margin:5px;
	}
	
.form-obrigatorio{
	font-size: 12px;
    color: #9b1e21;
    position: absolute;
    padding-top: 9px;
    padding-left: 3px;
    font-weight: bold;
	}
	
.form-cad-relacao{
	float: left;
    padding-right: 10px;
    text-align: left;
    border-right: 1px solid #a0a0a0;
    font-size: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 8px;
}

.form-cad-txt-envio{
	float: left;
    padding-right: 10px;
    text-align: left;
    border-right: 1px solid #a0a0a0;
    font-size: 14px;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 8px;
	
}

/*texto nome, telefone, cnpj, etc nos formuláios do portal*/


.form-cad-txt{
    clear: both;
    font-weight: bold;
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 4px;
    padding-right: 4px;
	}
	
.form-txt{
	clear: both;
    font-weight: bold;
    padding-top: 4px;
    font-size: 12px;
    padding-bottom: 4px;
	line-height:20px;
	}
	

.form-cad-txt-ncep{	
	float: left;
	width: 135px;
	padding-top: 10px;
	font-size: 12px;
	padding-left: 9px;
	text-decoration: underline;
	cursor:pointer;
	color:#9b1e21;
	}
	
.form-cad-dados-filiais{
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
.form-cad-filiais{
	height: auto;
	padding-top: 8px;
	}
	
.form-bt-adicionar-filiais{
	float:right;
	padding-top: 10px;
    font-size: 15px;
    padding-left: 9px;
    text-decoration: underline;
    padding-right: 12px;
    color: #108c00;
    font-weight: bold;
	cursor:pointer;
	}
	
.form-cad-anexo{
	height: auto;
	padding-top: 8px;
	}
	
.form-bt-anexar{
	float: right;
    padding-top: 10px;
    font-size: 15px;
    padding-left: 9px;
    text-decoration: underline;
    padding-right: 12px;
    color: #108c00;
    font-weight: bold;
	cursor:pointer;
	}
	
.form-log-esqueci-senha{
	float:left;
	color:#979797;
	text-decoration:underline;
	font-size:11px;
	padding-top:5px;
	}
.form-log-esqueci-usuario{
	float:right;
	color:#979797;
	text-decoration:underline;
	font-size:11px;
	padding-top:5px;
	}

	
/*FORMULARIO*/
	
.form-cad-imput{
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 15px;
    font-size: 14px;
    color: #666666;
    height: 32px;
    width: 95%;
    background: #ffffff;
	}
	
.form-cad-imput-file{
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 15px;
    font-size: 14px;
    color: #666666;
    height: 30px;
    width: 586px;
    background: #ffffff;
	}

	
.form-login-imput{
	border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 15px;
    font-size: 14px;
    color: #666666;
    height: 12px;
    width: 417px;
	}
	
    .form-cad-imput-cep1 {
        border: 1px solid #666;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 10px 7px;
        font-size: 14px;
        color: #666666;
        height: 10px;
        width: 56px;
        float: left;
        margin-right: 5px;
    }
	

.form-imput-periodo {
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 15px;
    font-size: 14px;
    color: #666666;
    height: 12px;
    width: 60px;
    /* float: left; */
    margin-right: 5px;
    text-align: center;
}
	
.form-cad-imput-cep2{
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 5px;
    font-size: 14px;
    color: #666666;
    height: 12px;
    width: 37px;
    float: left;
    text-align: center;
	}
	
.form-cad-select {
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #666666;
    height: 34px;
    width: 100%;
}
	
.form-cad-select-mutiple{
	border: 1px solid #e0e0e0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    padding-left: 11px;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #666666;
    height: 120px;
    width: 625px;
    background: #ffffff;
    overflow: auto;
	}	
	
.form-cad-textarea{
	border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #666666;
    height: 60px;
	width:626px;
	}	
	
.form-checkbox{
	    margin: 0px 1px 0px 1px;}
		

.form-cad-btfile{
    position: absolute;
    border: none;
    color: #ffffff;
    background: #0053d5;
    margin-left: 4px;
    margin-top: 4px;
    font-size: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
	cursor:pointer;
	}
	
.form-cad-btaltera {
    border: none;
    color: #ffffff;
    background: #0053d5;
    margin-left: 4px;
    margin-top: 4px;
    font-size: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
    cursor: pointer;
}



/*PROSPECT*/


.form-prosp-650{
	width:650px;
    clear: both;
    text-align: left;
	margin:5px;
	}

.form-prosp-select{
	border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #666666;
    height: 34px;
	width:640px;
	}	
	
	
.form-prosp-select-analise{
	border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #666666;
    height: 34px;
	width:90%;
	margin-top: 5px;
	}	
	

.form-prosp-imput{
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    font-size: 14px;
    color: #666666;
    height: 32px;
    width: 100%;
    background: #ffffff;
	}

.form-prosp-table{
	margin-top: 25px;
    max-width: 1200px;
    width: 90%;
	}
	
.form-traking-table{
	margin-top: 0px;
    max-width: 1200px;
    width: 95%;
	}

.form-pricing-table {
    margin-top: 0px;
    max-width: 1200px;
    width: 100%;
}


.form-prosp-textarea{
	border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #666666;
    height: 60px;
	width:88%;
	}	
	

.form-prosp-textarea{
	border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #666666;
    height: 60px;
	width:98%;
	}	

	

	
	
.form-prosp-envia-analise{width:auto; height:auto; float:left; margin-right: 10px;}
.form-prosp-envia-analise-check{width:auto; height:auto; float:left; margin-top: 5px;}
.form-prosp-envia-analise-btcheck{margin: 3px 3px 3px 0;}
.form-prosp-envia-analise-txt{padding:5px 5px 5px 0; float:left;}


.form-prosp-filiais {
	text-align: left;
    width: 99%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 23px;
    font-size: 14px;
    background: #ffffff;
    margin-bottom: 5px;
}


.borda-caixa-dados {
    text-align: left;
    /* padding: 4px; */
    /* border: 1px solid #ccc; */
    /* border-radius: 3px; */
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    line-height: 23px;
    font-size: 14px;
    background: #ffffff;
    /* margin-bottom: 5px; */
}



.bt-usuario-pesquisa-ativado {
    text-decoration: none;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    text-align: left;
    margin-top: 2px;
    background: #108c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 11px;
}

.bt-usuario-resetar-senha-para-null-ativado {
    text-decoration: none;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    text-align: left;
    margin-top: 2px;
    background: #108c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 11px;
}


.bt-usuario-senha-nao-cadastrada {
    text-decoration: none;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    text-align: left;
    margin-top: 2px;
    background: #9b1e21;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 11px;
}





.label-senha-nao-cadastrada {
    text-decoration: none;
    color: #ff4500;
    font-size: 11px;
}

.bt-usuario-pesquisa-inativo {
    text-decoration: none;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    text-align: left;
    margin-top: 2px;
    background: #9b1e21;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 11px;
}

.bt-usuario-pesquisa-sim {
    text-decoration: none;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    text-align: left;
    margin-top: 2px;
    background: #108c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 11px;
}

.bt-usuario-pesquisa-nao {
    text-decoration: none;
    color: #ffffff;
    padding: 2px 10px 2px 10px;
    text-align: left;
    margin-top: 2px;
    background: #9b1e21;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 11px;
}


.bt-usuario-pesquisa-editar-dados {
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    margin-top: 2px;
    background: #0053d5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    margin-top: 13px;
    cursor: pointer;
}

.bt-pedidos-tracking {
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    background: #108c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
}

.bt-pedidos-detalhes-busca {
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    background: #0053d5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
}

.bt-usuario-pesquisa-atualizar-dados {
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    margin-top: 2px;
    background: #108c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    margin-top: 13px;
    cursor: pointer;
}



.bt-usuario-pesquisa-inativar-usuario{
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    margin-top: 2px;
    background: #9b1e21;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    margin-top: 13px;
    cursor: pointer;
}


.bt-usuario-filial-naoselecionado {
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    margin-top: 2px;
    background: #9b1e21;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    margin-top: 13px;
    cursor: pointer;
}

.bt-usuario-filial-selecionado{
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    margin-top: 2px;
    background: #393;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    margin-top: 13px;
    cursor: pointer;
}


.bt-usuario-filial-salvar-dados {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-usuario-cad-cargodepto-cadastro {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.bt-usuario-cad-cargodepto-salvar-edicao {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-usuario-cad-cargodepto-excluir-cagdepto {
    padding: 7px 15px 7px 15px;
    background: #9b1e21;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-usuario-cad-cargodepto-atualiza {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-usuario-cadastro-dpto-cargo {
    padding: 7px 15px 7px 15px;
    background: #666666;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.bt-usuario-cadastro-salvar-dados {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	display:block;
}


.bt-usuario-cadastro-cadastro-dados {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.bt-usuario-cadastro-aprovadores {
    padding: 7px 15px 7px 15px;
    background: #262bff;
    float: left;
    margin: margin: 8px 8px 8px 0px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-usuario-cadastro-vinc-filial {
    padding: 7px 15px 7px 15px;
    background: #262bff;
    float: left;
    margin-left: 0px;
    margin: margin: 8px 8px 8px 0px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-usuario-cadastro-hab-catalogo {
    padding: 7px 15px 7px 15px;
    background: #262bff;
    float: left;
    margin-left: 0px;
    margin: margin: 8px 8px 8px 0px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.bt-aprovar-cat-rejeicao {
    padding: 7px 15px 7px 15px;
    background: #9b1e21;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.bt-aprovar-cat-aprovado {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.bt-aprovar-cat-comfirmar {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.form-usuario-aprovar-cat {
    margin-top: 0px;
    max-width: 980px;
    width: 95%;
}


.bt-usuario-aprovadores-salvar-dados {
    padding: 7px 15px 7px 15px;
    background: #108c00;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.bt-aprovar-pedidos {
    padding: 7px 15px 7px 15px;
    background: #108c00 !important;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.bt-reprovar-pedidos {
    padding: 7px 15px 7px 15px;
    background: #9b1e21 !important;
    float: right;
    margin: 8px;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



.bt-excluir-adm-perfil {
	text-decoration: none;
    color: #ffffff;
    padding: 2px 3px 2px 3px;
    text-align: left;
    margin-top: 2px;
    background: #9b1e21;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 13px;
	cursor:pointer;
}


.bt-excluir-select-funcionalidades {
    text-decoration: none;
    color: #ffffff;
    padding: 2px 4px 2px 4px;
    text-align: left;
    margin-top: 2px;
    background: #9b1e21;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 10px;
    cursor: pointer;
    margin-left: 5px;
}

.bt-adicionar-select-funcionalidades {
    text-decoration: none;
    color: #ffffff;
    padding: 2px 4px 2px 4px;
    text-align: left;
    margin-top: 2px;
    background: #108c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 10px;
    cursor: pointer;
    margin-left: 5px;
}

.bt-editar-adm-perfil {
	text-decoration: none;
    color: #ffffff;
    padding: 2px 2px 2px 2px;
    text-align: left;
    margin-top: 2px;
    background: #108c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    border: 0px;
    font-size: 13px;
	cursor:pointer;
}

.tipo-de-perfil-adm-perfil{width:100px;}
.editar-adm-perfil{width:70px;}


.bt-excluir-compra-padrao {
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    margin-top: 2px;
    background: #9b1e21;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    margin-top: 13px;
    cursor: pointer;
}

.bt-editar-compra-padrao {
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    margin-top: 2px;
    background: #108c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    margin-top: 13px;
    cursor: pointer;
}

.bt-iniciarpedido-compra-padrao {
    text-decoration: none;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 13px;
    margin-top: 2px;
    background: #0053d5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    font-weight: bold;
    margin-top: 13px;
    cursor: pointer;
}


.imput-data-compra-padrao {
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    color: #666666;
    width: 90px;
    background: #ffffff;
}


/*RESUMO NOVO*/

.main-posts {
    position: relative;
    z-index: 6;
    width: 100%;
}

.post-masonry {
	/*margin-bottom: 30px;
    width: 33%;
    padding-top: 0px;*/
}

.post-masonry .post-thumb {
    border: 1px solid #d8d8d8;
    overflow: none;
    position: relative;
    margin: 2px;
    padding: 6px;
    color: #999999;
    text-align: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 21px;
    font-size: 12px;
    background: #ffffff;
}

.post-masonry .post-thumb .tit-txt {
    font-size: 15px;
    line-height: 37px;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 1px;
    color: #666666;
}

.post-masonry .post-thumb .bt-edicao {
    padding: 5px 10px 5px 10px;
    background: #108c00;
    /* float: right; */
    margin: 10px 0 0 0;
    color: #ffffff;
    cursor: pointer;
    border: 0px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


	.col-md-4 {
        width: 33.3333%;
    float: left;
    display: inline-block;
}



.bt-eboleto{
    width: 132px;
    height: 21px;
    margin-top: 3px;
    background: #0f8c00;
    color: #ffffff;
    border: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    margin-top: 31px;
}


.total-resumo-pedido{
	font-size: 18px;
    line-height: 25px;
    color: #b12831;
    font-weight: bold;
}

.bt-fechar-pedido{
	font-size: 18px;
    line-height: 25px;
    color: #b12831;
    font-weight: bold;
}

.separador-resumo{
    width: 100%;
    margin-bottom: 10px;
    clear: both;
	background: #ff4500;
	height: 10px;
	margin-top:0px
}

.resumo-pedido-aba{
	width: 20%;
	float: left;
	text-align: left;
	font-size:14px;
	line-height: 18px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	display:none;
}

.resumo-pedido-aba-dados{
	margin-bottom: 7px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 4px;
}

.resumo-pgto-obs-frete{
	width: 100%;
	float: right;
	text-align: left;
	padding:0px;
	margin:0px
}

.resumo-pgto-infos{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 95%;
}

/*RESUMO NOVO de novo*/


.resumo-carrinho-dados{
    margin-top: 0px;
    /* overflow: scroll; */
    height: auto;
    /* overflow-x: hidden; */
    padding: 20px;
}




.ac-container{
    width: 23%;
    margin: 0px 0px 10px 2px;
    text-align: left;
    float: left;
}

.ac-container label{
	padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #868686;
    line-height: 33px;
    font-size: 19px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.ac-container label .imgiconpedido{
	width: 30px;
    height: 30px;
    float: left;
    padding-right: 10px;
}

.ac-container label .imgiconpedido img{
	width: 30px;
    height: 30px;
}


.ac-container label .imgiconfrete{
	width: 30px;
    height: 30px;
    float: left;
    padding-right: 10px;
}

.ac-container label .imgiconfrete img{
	width: 30px;
    height: 30px;
}


.ac-container label .imgiconcomplemento{
	width: 30px;
    height: 30px;
    float: left;
    padding-right: 10px;
}

.ac-container label .imgiconcomplemento img{
	width: 30px;
    height: 30px;
}



.ac-container label:hover{
	background: #ff4500;
	color:#ffffff;
}

.ac-container.input-check:checked + label,
.ac-container .input-check:checked + label:hover{
    background: #ff4500;
    color: #ffffff;
}
.ac-container label:hover:after,
.ac-container .input-check:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../../Content/img/arrow_down.png) no-repeat center center;	
}
.ac-container .input-check:checked + label:hover:after{
	background-image: url(../../Content/img/arrow_up.png);
}

.ac-container .input-check{
	display: none;
}

.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container .input-check:checked ~ article{
	/*-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container .input-check:checked ~ article.ac-small{
    text-align: left;
    padding: 10px 0px 5px 10px;
    line-height: 23px;
    font-size: 14px;
    background: #ffffff;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-top-left-radius:0px;
	-moz-top-left-border-radius:0px;
    -webkit-top-left-border-radius:0px;
	border-top-right-radius:0px;
	-moz-top-right-border-radius:0px;
    -webkit-top-right-border-radius:0px;
	}
	
.ac-container .input-check:checked ~ article.ac-medium{
	height: 180px;
}

.ac-container .input-check:checked ~ article.ac-large{
	height: 230px;
}






.ac-container-pedido{
    width: 22%;
    margin: 0px 0px 10px 2px;
    text-align: left;
    float: left;
}

.ac-container-pedido label{
	padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #868686;
    line-height: 33px;
    font-size: 19px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.ac-container-pedido label .imgiconpedido{
	width: 30px;
    height: 30px;
    float: left;
    padding-right: 10px;
}

.ac-container-pedido label .imgiconpedido img{
	width: 30px;
    height: 30px;
}

.ac-container-pedido label:hover{
	background: #ff4500;
	color:#ffffff;
}

.ac-container-pedido.input-check:checked + label,
.ac-container-pedido .input-check:checked + label:hover{
    background: #ff4500;
    color: #ffffff;
}
.ac-container-pedido label:hover:after,
.ac-container-pedido .input-check:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../../Content/img/arrow_down.png) no-repeat center center;	
}
.ac-container-pedido .input-check:checked + label:hover:after{
	background-image: url(../../Content/img/arrow_up.png);
}

.ac-container-pedido .input-check{
	display: none;
}

.ac-container-pedido article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
}
.ac-container-pedido article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container-pedido .input-check:checked ~ article{
	/*-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container-pedido .input-check:checked ~ article.ac-small{
    text-align: left;
    padding: 10px 0px 5px 10px;
    line-height: 23px;
    font-size: 14px;
    background: #ffffff;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-top-left-radius:0px;
	-moz-top-left-border-radius:0px;
    -webkit-top-left-border-radius:0px;
	border-top-right-radius:0px;
	-moz-top-right-border-radius:0px;
    -webkit-top-right-border-radius:0px;
	}
	
.ac-container-pedido.input-check:checked ~ article.ac-medium{
	height: 180px;
}

.ac-container-pedido .input-check:checked ~ article.ac-large{
	height: 230px;
}




.ac-container-pgto{
    width: 30%;
    margin: 0px 0 10px 2px;
    text-align: left;
    float: left;
}

.ac-container-pgto label{
	padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #868686;
    line-height: 33px;
    font-size: 19px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ac-container-pgto label .imgicon{
	width: 30px;
    height: 30px;
    float: left;
    padding-right: 10px;
}

.ac-container-pgto label .imgicon img{
	width: 30px;
    height: 30px;
}


.ac-container-pgto label:hover{
    background: #ff4500;
    color: #ffffff;
}
.ac-container-pgto.input-check:checked + label,
.ac-container-pgto .input-check:checked + label:hover{
    background: #ff4500;
    color: #ffffff;
	
}
.ac-container-pgto label:hover:after,
.ac-container-pgto .input-check:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../../Content/img/arrow_down.png) no-repeat center center;	
}
.ac-container-pgto .input-check:checked + label:hover:after{
	background-image: url(../../Content/img/arrow_up.png);
}

.ac-container-pgto .input-check{
	display: none;
}

.ac-container-pgto article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
}
.ac-container-pgto article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container-pgto .input-check:checked ~ article{
	/*-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container-pgto .input-check:checked ~ article.ac-small{
    text-align: left;
    padding: 10px 0px 10px 10px;
    line-height: 23px;
    font-size: 14px;
    background: #ffffff;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-top-left-radius:0px;
	-moz-top-left-border-radius:0px;
    -webkit-top-left-border-radius:0px;
	border-top-right-radius:0px;
	-moz-top-right-border-radius:0px;
    -webkit-top-right-border-radius:0px;
	}
	
.ac-container-pgto .input-check:checked ~ article.ac-medium{
	height: 180px;
}

.ac-container-pgto .input-check:checked ~ article.ac-large{
	height: 230px;
}







.ac-container-carrinho{
    width: 99%;
    margin: 20px 5px 10px 5px;
    text-align: left;
    float: left;
}

.ac-container-carrinho label{
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #fff;
    /* line-height: 33px; */
    font-size: 21px;
    /* background: #d52733; */
    text-align: center;
}

.ac-container-titulo{
    color: #ffffff;
    line-height: 30px;
    padding: 8px 9px 8px 51px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url(../icons/resumo-carrinho.png) no-repeat center center #ff4500;
    background-size: 35px;
    background-position: 8px;
}

.ac-container-carrinho label:hover{
}
.ac-container-carrinho .input-check:checked + label,
.ac-container-carrinho .input-check:checked + label:hover{
	/*background: #ff4500; */
    color: #ffffff;
}
.ac-container-carrinho label:hover:after,
.ac-container-carrinho .input-check:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}
.ac-container-carrinho .input-check:checked + label:hover:after{
}

.ac-container-carrinho .input-check{
	display: none;
}

.ac-container-carrinho article{
    background: #ffffff;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
}
.ac-container-carrinho article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container-carrinho .input-check:checked ~ article{
	/*-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container-carrinho .input-check:checked ~ article.ac-small{
	text-align: left;
    /* padding: 10px 0px 5px 18px; */
    line-height: 23px;
    font-size: 14px;
    background: #ffffff;
    height: auto;
    /* border: 1px solid #ccc; */
    /* border-radius: 3px; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-top-left-radius: 0px;
    -moz-top-left-border-radius: 0px;
    -webkit-top-left-border-radius: 0px;
    border-top-right-radius: 0px;
    -moz-top-right-border-radius: 0px;
    -webkit-top-right-border-radius: 0px;
    border-top: 2px solid #ff4500;
}
.ac-container-carrinho .input-check:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container-carrinho .input-check:checked ~ article.ac-large{
	height: 230px;
}


.form-parametrizacao-filtro{
	float:left;
	width:48%;
	margin-right:10px;
}

.form-parametrizacao-grupo{
	float:left;
	width:48%;
}

.form-paramentros-cliente{
    text-align: left;
    width: 97%;
    padding: 10px;
    border: 1px solid #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    webkit-border-radius: 3px;
    font-size: 14px;
    background: #ffffff;
    margin-bottom: 5px;
}

.form-paramentros-cliente-txt{
	font-size: 18px;
	font-weight:bold;
}

.form-paramentros-cliente-aviso{
	color: #d50000;
	font-size: 11px;
	line-height: 35px;
}

.form-paramentros-cliente-faixa{
	width:100%;
	clear:both;
	height: 28px;
}

.form-paramentros-cliente-faixa-txt{
	width:193px;
	float:left;
}

.form-paramentros-cliente-faixa-check{
	width:20px;
	float:left;
}

.form-paramentros-cliente-faixa-select{
	width:80px;float:left;
}

.form-paramentros-cliente-faixa-select select{width: 420px}


.form-caixa-relatorios-cnpj {
    float: left;
    width: 48%;
    margin-right: 10px;
}

.form-caixa-relatorios-cnpj-select {
    float: right;
    width: 50%;
    margin-right: 0px;
}

.box-relatorio-cnpj-select{
	overflow-y: auto;
	height: 135px;
	width: 300px;
	border: 1px solid #666;
	text-align: left;
    padding: 4px;
    line-height: 23px;
    font-size: 14px;
    background: #ffffff;
    margin-bottom: 5px;
}

.box-relatorio-cnpj-select-ok{
	overflow-y: auto;
	height: 135px;
	width: 320px;
	border: 1px solid #108c00;
	text-align: left;
    padding: 4px;
    line-height: 23px;
    font-size: 14px;
    background: #ffffff;
    margin-bottom: 5px;
}

.bt-relatorio-cnpj-excluir{
	background: #cecece;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    color: #ffffff;
    font-size: 11px;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
    margin-top: 2px;
    margin-left: 2px;
}

.bt-relatorio-cnpj-mtodos{
	background: #cecece;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    color: #ffffff;
    font-size: 11px;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
    margin-top: 2px;
    margin-left: 2px;
}

.bt-relatorio-cnpj-dtodos{
	background: #cecece;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px;
    color: #ffffff;
    font-size: 11px;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
    margin-top: 2px;
    margin-left: 2px;
}







@media screen and (max-width: 1280px) {
	
.ac-container{
	width: 23%;
    margin: 0px 1px 0px 1px;
    text-align: left;
    float: left;
}

.ac-container-pgto{
	width: 30%;
    margin: 0px 1px 0px 1px;
    text-align: left;
    float: left;
}

.ac-container-pedido {
    width: 23%;
    margin: 0px 1px 0px 1px;
    text-align: left;
    float: left;
}

}

@media screen and (max-width: 1180px) {
	
.ac-container{
	width: 25%;
    margin: 0px 1px 0px 1px;
    text-align: left;
    float: left;
}

.ac-container-pgto{
	width: 25%;
    margin: 0px 1px 0px 1px;
    text-align: left;
    float: left;
}

.ac-container-pedido {
    width: 24%;
    margin: 0px 1px 0px 1px;
    text-align: left;
    float: left;
}


}

@media screen and (max-width: 1067px) {
	
.ac-container{
	width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: left;
    float: left;
}

.ac-container-pedido {
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: left;
    float: left;
}

.ac-container-pgto{
	width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: left;
    float: left;
}

}

@media screen and (max-width: 979px) {
	.resumo-pedido-aba {display: none;}
	.resumo-pgto-obs-frete {width: 95%; float:none;}
	.ac-container-pedido {width: 100%; /* margin: 10px 5px 10px 5px; */ display: block;}
	
	.bt-fechar-pedido{display:block;}
	.resumo-pedido-aba-dados {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
	}
	
	.ac-container-carrinho {
    width: 95%;
    /* margin: 10px 5px 10px 5px; */
	float:none;
}


	}

	
@media screen and (max-width: 965px) {
	
	.form-prosp-table-aganal {
    margin-left: 2px;
	}
	
	
}


@media screen and (max-width: 860px) {
	
	.form-prosp-table-aganal {
    margin-left: 2px;
	}
	
	
}


@media screen and (max-width: 780px) {
	
	.form-prosp-table {
    width: 95%;
	}
	
	.form-prosp-table-aganal {
    margin-left: 2px;
	}	
}


@media screen and (max-width: 724px) {
	
.form-caixa-relatorios-cnpj {
    float: none;
    width: 100%;
    margin-right: 0px;
}

.form-caixa-relatorios-cnpj-select {
    float: none;
    width: 100%;
    margin-right: 0px;
}

.box-relatorio-cnpj-select {width: 98%;}

.box-relatorio-cnpj-select-ok {width: 98%;}

}

@media screen and (max-width: 699px) {

.form-paramentros-cliente{
	width: 97%;
	padding: 5px;
}

.form-parametrizacao-filtro{
	float:none;
	width:99%;
	margin-right:0;
}

.form-parametrizacao-grupo{
	float:none;
	width:99%;
}

.form-cadastro{width:460px;}
.form-cad-650{width:450px;}	
#form-cad-650{width:450px;}	

.form-login-imput{width:406px;}

.form-cad-imput-file{width: 375px;}

.form-cad-imput{width:94%;}
.form-cad-select{width:99%;}
.form-cad-textarea{width:414px;}

.form-prosp-650{width:450px;}
.form-prosp-select{width:438px}	
.form-prosp-imput{width:406px;}	
.form-prosp-textarea{width:424px;}

.form-prosp-table-aganal {padding: 2px 25px 2px 28px;}

.form-prosp-table-reprovado{padding: 2px 25px 2px 28px;}

.form-prosp-table-aprovado{padding: 2px 25px 2px 28px;}
	
.form-prosp-envia-analise {margin-right: 6px; font-size: 14px;}
	
.form-prosp-envia-analise {clear: both;}
	
.form-cad-select-mutiple{width: 425px;}	
	
.form-prosp-filiais {width: 95%;}

}


@media screen and (max-width: 449px) {


.form-paramentros-cliente-faixa {
    width: 100%;
    clear: both;
    height: 28px;
    font-size: 12px;
}

.form-paramentros-cliente-faixa-txt {
    width: 172px;
    float: left;
}


.form-cadastro{width:95%;}
.form-cad-650{width:95%;}
#form-cad-650{width:95%;}

.form-login-450{width:280px;}	
.form-login-imput{width:250px;}

.form-cad-imput-file{width: 217px;}

.form-cad-imput{width:92%;}
.form-cad-select{width:99%;}
.form-cad-textarea{width:254px;}

.form-prosp-650{width:90%;}
.form-prosp-select{width:100%}
.form-prosp-imput{width:92%;}
.form-prosp-textarea{width:96%;}	

.form-cad-relacao{
	float: left;
    padding-right: 5px;
    text-align: left;
    border-right: 1px solid #a0a0a0;
    font-size: 13px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 4px;
}

.form-txt{
	width:90%;
	line-height:20px;
	}
	
.form-prosp-filiais {
    width: 97%;
    line-height: 19px;
    font-size: 12px;
}	

.form-cad-select-mutiple {
    width: 265px;
}

}


@media screen and (max-width: 360px){
.form-cad-imput {
    width: 90%;
}

.bt-relatorio-cnpj-mtodos {display: block;}
.bt-relatorio-cnpj-dtodos {margin-bottom: 5px; margin-top: 5px;}

}




@media screen and (max-width: 320px) {
.form-prosp-filiais {
    width: 95%;
    line-height: 19px;
    font-size: 12px;
	
}

.form-prosp-imput {
    width: 90%;
}

.form-prosp-textarea {
    width: 95%;
}

.form-cad-imput {
    width: 88%;
}
	


}




	

	
	
	
	
	