/* JQuery */

html {
  /* background: #ffffff; */
  /* color: #000000 */
  
}

  html * input
, html * select
, html * textarea
{
  /* background: #fef8a6; 
  background: #ffffff; */
  /* color: #012371; */
  border: 1px solid #a6c9e2;
  border-radius: 5px;
  padding: 0.3ex 0.4em;
}

  #itens * input[readonly]
, #itens * select[readnloy]
, #itens * textarea[readonly]
, #itens * input[disabled]
, #itens * select[disabled]
, #itens * textarea[disabled]
, .lancamento_soma * input[readonly]
, .lancamento_soma * select[readnloy]
, .lancamento_soma * textarea[readonly]
, .lancamento_soma * input[disabled]
, .lancamento_soma * select[disabled]
, .lancamento_soma * textarea[disabled]
, html * input[readonly]
, html * select[readonly]
, html * textarea[readonly]
, html * input[disabled]
, html * select[disabled]
, html * textarea[disabled]
{
  /*
  border: 1px solid #eeeeee;
  color: #d5d5d5;
  */
  border: 1px solid #d5d5d5;
  background: #efefef;
  color: #606060;
}

.ui-widget-content {
  /* background: #fcf04c; */
  /* color: #2c5b08; */
}

  .ui-widget-content * input
, .ui-widget-content * select
, .ui-widget-content * textarea
{
  /* background: #ffffff;
  color: #012371; */
}

.ui-widget-content.ui-corner-all {
  /* background: #ffffff; */
}


/* Sistema Pedidos */

a.botao2 div {
	/*border: 1px solid transparent;*/
	/* border: 1px solid #00f7b8; */
  /* border-radius: 8px; */
	color: #000000;
}

a.botao2:hover {
	text-decoration: none;
}

a.botao2:hover div {
	/* border: 1px solid #00f7b8; */
	background: #D3D6FF;
	/*color: #ffffff; */
}

.meu_usuario {
  background: #E2E4FF;
	color: #000000;
}
