/* LAYOUT PAGINA ************************************** */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  min-height: 100%;
}

.titulo-observacao {
  font-family: MensagemFont;
  font-size: 30px;
}

#carregandoDesktop {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 100%;
  background-color: #23323b;
  z-index: 9999999;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 30;
}

#logo {
  /*bottom: 291px;*/
  /*top: 95px;*/
  position: absolute;
  right: 7px;
  bottom: 25px;
}

#_mensagem_ {
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  /*top: 155px;*/
  font-family: MensagemFont3;
  color: #2d88a5;
  opacity: 0.7;
  position: absolute;
  right: 10px;
  text-align: right;
  font-size: 15px; /* era 31 para o outro modelo */
  text-align: right;
  bottom: 10px;
}

#_mensagem_ ul li {
  margin: 5px 0;
}

#telefones {
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  /*bottom: 20px;*/
  top: 95px;
  font-family: TelefonesFont;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  right: 10px;
  text-align: right;
  font-size: 15px;
}
#telefones .titulo-item {
  /*font-style: italic;
font-weight: 200;*/
  margin: 0 0 5px;
}
#telefones ul li {
  margin: 5px 0;
}

#window {
  display: none;
}

/* ---------------------------------------------------------------------------*/

/*Estilo da tela dos Dados do agente ****************************************** */
#foto {
  float: left;
  border: 1px solid #999999;
  background-color: #999999;
  width: 75px;
  height: 99px;
}

#divDadosAgente {
  z-index: 5;
}

#dados {
  text-align: right;
  float: right;
  width: 275px;
  height: 50px;
}

.textoIndex {
  font-size: 10px;
  color: #333333;
}

.inputIndex {
  font-size: 11px;
  margin-bottom: 10px;
}
/* ****************************************************************************** */

/*Estilo dos Formularios de cadastro  ******************************************* */
.label,
.input,
.select {
  display: block;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}

.label {
  text-align: right;
  font-size: 10px;
  width: 115px;
  height: 7px;
  padding-right: 10px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-top: 6px;
  background-color: #e9e9e6;
  border: solid 1px #999999;
  font-weight: bold;
  color: #444;
}

.input[type="text"] {
  margin-top: 0px;
  margin-left: 5px;
  height: 24px;
  /*width: 250px;*/
}

.input[type="checkbox"] {
  margin-top: 8px;
  margin-left: 5px;
}

.select {
  margin-top: 0px;
  margin-left: 5px;
  height: 30px;
  width: 250px;
}

br {
  clear: left;
}
/* ****************************************************************************** */

/*Estilo dos Formularios de cadastro 2 ******************************************* */
.label2,
.input2,
.select2,
.textarea2 {
  display: block;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
}

.textarea3 {
  padding: 3px;
  font-size: 11px;
}

.label2 {
  text-align: right;
  font-size: 9px;
  width: 115px;
  height: 1px;
  padding-right: 10px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 6px;
  background-color: none;
  border: solid 0px #999999;
  font-weight: bold;
  color: #444;
}

.input2[type="text"] {
  margin-top: 0px;
  margin-left: 2px;
  height: 16px;
  /*width: 250px;*/
}

.input2[type="checkbox"] {
  margin-top: 8px;
  margin-left: 5px;
}

.select2 {
  margin-top: 0px;
  margin-left: 2px;
  height: 22px;
}

br {
  clear: left;
}
/* ****************************************************************************** */

/* Estilos do plugin validate *************************************************** */
label.error {
  color: red;
  font-size: 11px;
  text-align: right;
  float: left;
  width: 350px;
  vertical-align: top;
}

input.error {
  background: #ff8282;
}

select.error {
  background: #ff8282;
}
.cadastro {
  background: #b7d4e5 url(imagens/consorcio.png);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: 2px 3px;
}

#steps input[type="text"].error {
  background: #dd6f68;
}

#steps select.error {
  background: #dd6f68;
}

#steps label.error {
  color: #dd6f68;
  width: 435px;
  float: left;
}
/* ****************************************************************************** */

/* Estilos do plugin validate *************************************************** */
.botaoMenu {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  float: left;
  margin-left: 8px;
  color: #23323b;
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 0px;
  width: auto;
  height: 35px;
  margin-right: 0px;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #999999;
  -moz-box-shadow: 0px 0px 1px #999999;
  -webkit-box-shadow: 0px 0px 1px #999999;
  box-shadow: 0px 0px 1px #999999;
}

.cadastrar {
  background: #ffffff url(imagens/novos/cadastrar.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 6px 8px;
}

.cadastrar:hover {
  background: #ffffff url(imagens/novos/cadastrar.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 6px 8px;
  color: #d53e32;
}

.atualizar {
  background: #ffffff url(imagens/novos/atualizar.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 6px 8px;
}

.atualizar:hover {
  background: #ffffff url(imagens/novos/atualizar.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 6px 8px;
  color: #d53e32;
}

.pesquisar {
  background: #ffffff url(imagens/novos/lupa.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 6px 8px;
}

.pesquisar:hover {
  background: #ffffff url(imagens/novos/lupa.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 6px 8px;
  color: #d53e32;
}

.imprimir {
  background: #ffffff url(imagens/novos/print28.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 6px 8px;
}

.imprimir:hover {
  background: #ffffff url(imagens/novos/print28.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 6px 8px;
  color: #d53e32;
}
.exportarExcel {
  background: #ffffff url(imagens/novos/excel.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 6px 8px;
}

.exportarExcel:hover {
  background: #ffffff url(imagens/novos/excel.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 6px 8px;
  color: #d53e32;
}

/* ****************************************************************************** */

/* Classe de Botoes ************************************************************* */
.botao2 {
  font: 700 10px Arial, "Liberation Sans", FreeSans, sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: left;
  margin-left: 8px;
  color: #666;
  text-align: left;
  padding: 8px 10px 8px 30px;
  width: auto;
  height: 18px;
  margin-right: 0px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #a1a1a1;
}
button.botao2 {
  float: none;
  display: inline-block;
  height: auto;
}
.botaosalvar {
  background: #ffffff url(imagens/salvar.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 6px 4px;
}

.botaosalvar:hover {
  background: #ffffff url(imagens/salvar.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 6px 4px;
  color: #d53e32;
}

.botaocadastrar {
  background: #ffffff url(imagens/novos/cadastrar.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
}

.botaocadastrar:hover {
  background: #ffffff url(imagens/novos/cadastrar.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
  color: #d53e32;
}

.botaoalterar {
  background: #ffffff url(imagens/novos/alterar.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
}

.botaoalterar:hover {
  background: #ffffff url(imagens/novos/alterar.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
  color: #d53e32;
}

.botaocancelar {
  background: #ffffff url(imagens/cancelar.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
}

.botaocancelar:hover {
  background: #ffffff url(imagens/cancelar.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
  color: #d53e32;
}

.botaoexcluir {
  background: #ffffff url(imagens/novos/excluir.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
}

.botaoexcluir:hover {
  background: #ffffff url(imagens/novos/excluir.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
  color: #d53e32;
}

.botaoatualizar {
  background: #ffffff url(imagens/novos/atualizar.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 8px;
}

.botaoatualizar:hover {
  background: #ffffff url(imagens/novos/atualizar.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 8px;
  color: #d53e32;
}

.botaoupload {
  background: #ffffff url(imagens/novos/upload.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
}

.botaoupload:hover {
  background: #ffffff url(imagens/novos/upload.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
  color: #d53e32;
}
.botaovisualizar {
  background: #ffffff url(imagens/novos/lupa.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
}
.botaovisualizar:hover {
  color: #d53e32;
}
.botaofinanceiro {
  background: #ffffff url(imagens/novos/nf.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
}
.botaofinanceiro:hover {
  color: #d53e32;
}
.botaosalvar2 {
  background: #ffffff url(imagens/novos/salvar.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 6px;
}
.botaosalvar2:hover {
  color: #d53e32;
}

/* ****************************************************************************** */

/* MENSAGENS ******************************************************************** */
#topoInformacao {
  position: absolute;
  margin: 0;
  overflow: hidden;
  top: 0px;
  z-index: 999999;
  display: none;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
  opacity: 1;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
  width: 500px;
  padding: 10px 8px;
}
#topoInformacaoFechar {
  position: absolute;
  top: 3px;
  right: 6px;
  cursor: pointer;
  font-size: 13px;
}
#modal-mensagem {
}
#modal-mensagem .texto {
  font-size: 13px;
  padding: 10px;
}
#modal-mensagem .botao {
  border-top: 1px solid #ccc;
  margin: 15px 0 10px;
  padding: 10px 0 0;
}
#mensagem {
  text-align: left;
}

#mensagemConfirmacao {
  text-align: left;
  min-width: 400px;
}
#mensagemConfirmacao .mensagem {
  padding: 10px;
}
#mensagemConfirmacao .imagem {
  float: left;
  height: 30px;
  padding: 15px 10px 10px;
  width: 50px;
}
#mensagemConfirmacao .texto {
  color: #333333;
  float: left;
  font-size: 13px;
  /*height: 30px;*/
  padding: 18px 10px 10px;
  padding-top: 18px;
  text-align: left;
  /*width: 295px;*/
  min-width: 295px;
}
#mensagemConfirmacao .botoes {
  float: left;
  text-align: right;
  width: 385px;
  padding-top: 7px;
  margin-top: 15px;
  height: 30px;
  border-top: 1px solid #ccc;
}

/* ****************************************************************************** */
