/* CSS Document */

.input-dosador{
	/*float:left;
	margin:10px 10px 10px 0;*/
	/*border:1px solid #006600;*/
	border:1px solid;
	width: 100px;
}

#select{
	border:1px solid #006600;

}

#tab{
	float:left;
	clear:both;
}

.listaproduto-title{
	float:left;
	clear:both;
	text-align:center;
	margin-top:20px; 
	/*margin-left: 100px;*/
}

.listaproduto{
	float:left;
	clear:both;
	text-align:center;
	margin-top:20px; 
	/*margin-left: 100px;*/
	margin-bottom: 20px;
}

.listaproduto td{
	font-size: 0.8em;
	height:35px;
	border-bottom:1px dotted #006600;
	text-align: center;
}

#tab{
	float:left;
	clear:both;
	text-align:center;
}
#tab a{
	color: #666;
	text-decoration:none;
}
#tab a:hover{
	color: #006600;
}
#tab td{
	text-align: center;
	font-size: 0.8em;
	height:35px;
	border-bottom:1px solid #cccccc;
}


#left{
	float:left;
	width:410px;
	min-height:350px;
}
#right{
	float:right;
	width:410px;
}
th{
	height: 35px;
	background-color: #d7d7d7;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	vertical-align: middle;
	/*color:#006600;
	width:250px;*/
}

.botao2{
	float: right;
	border:none;
	font-size:11px;
	padding:7px;
	color: #666666;
    background-color: #e0e0e0;
	border: 1px solid #cccccc;
}

.botao{
	float: right;
	border:none;
	font-size:11px;
	padding:7px;
	color: #666666;
    background-color: #e0e0e0;
	border: 1px solid #cccccc;
}
.botao:hover, .botao2:hover{
	color:#ffffff;
    background-color: #666666;
	border: 1px solid #999999;
}

/* estilos customizados 04092020 */
.estrutura-dosador {
	background-color:#e7e7e7;
	padding: 1.5em;
	margin:40px auto;
}

h5.titulo-principal {
	text-align: center;
}

h5.titulos-dosador {
	line-height: 1.5em;
    font-weight: bold;
    color: #00a651;
    padding: 0;
    font-size: 100%;
    margin-bottom: 0.75em;
}

.campo-dosador-vazio {
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 7px;
	height: 35px;
	line-height: 1.2em;
	width: 60px;
    border: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    resize: none;
	font-size: 1em;
	display: inline-block;
	text-align: center;
}

.campo-dosador-lista-de-produtos {
	margin-bottom: 10px;
	padding: 7px;
	height: 35px;
	line-height: 1.2em;
	min-width: 200px;
	width: auto;
    border: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    resize: none;
	font-size: 1em;
	display: inline-block;
	text-align: center;
}

.campo-dosador-email {
	margin-bottom: 10px;
	padding: 7px;
	height: 35px;
	line-height: 1.2em;
	min-width: 250px;
	width: auto;
    border: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    resize: none;
	font-size: 1em;
	display: inline-block;
}

.campo-dosador-preenchido {
	margin-bottom: 10px;
	padding: 7px;
	height: 35px;
	line-height: 1.2em;
	width: 60px;
    border: none;
	background: #d7d7d7;
	color: #00a651;
    border-radius: 0;
    -webkit-border-radius: 0;
	resize: none;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	cursor: default;
}

.botao-dosador {
	margin-bottom: 10px;
	padding: 7px;
	height: 35px;
	line-height: 1.2em;
	width: auto;
    border: none;
	background: #00a651;
	color: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
	resize: none;
	text-align: center;
	display: inline-block;
}

.botao-dosador:hover {
	background: #006036;
}

.enviar-dados-dosador {
	font-size: 0.75em;
}

.aviso-de-uso-dosador {
	width: auto;
	display: inline-block;
	margin: 0 auto 15px auto;
	padding: 0.75em 0.75em 0 0.75em;
	border: 1px solid #00a651;
	font-weight: bold;
}