body {
  margin: 0;
  padding: 0;
  color: black;
  background: url("../imagens/fundo.png") repeat;
  font-family: verdana;
}
#page {
  min-width: 100%;
  display: inline-block;
}
a:link,
a:visited {
  color: #31688f;
  text-decoration: none;
}
a img {
  border: 0;
}
button img {
  vertical-align: middle;
}
#container {
  padding: 0;
}
#page-header {
  width: 100%;
  position: relative;
  color: #666;
  background: url("../menu/fundo.png") repeat;
  height: 122px;
  z-index: 9;
}
#tabs {
  border: 0;
}
footer {
  font-size: x-small;
  text-align: center;
  padding: 20px;
  color: #7a7979;
  text-shadow: 0 2px 3px #afafaf;
}
#menuusuario {
  position: absolute;
  top: 40px;
  right: 10px;
}
#div_FormTrocaSenha {
  position: absolute;
  top: 58px;
  right: 12px;
  width: 275px;
  padding: 10px;
  background: #fff;
  background-image: linear-gradient(
    bottom,
    rgba(230, 230, 230, 0),
    rgba(210, 210, 210, 0.4) 50%,
    rgba(190, 190, 190, 0.4) 90%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(230, 230, 230, 0),
    rgba(210, 210, 210, 0.4) 50%,
    rgba(190, 190, 190, 0.4) 90%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(230, 230, 230, 0),
    rgba(210, 210, 210, 0.4) 50%,
    rgba(190, 190, 190, 0.4) 90%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(230, 230, 230, 0),
    rgba(210, 210, 210, 0.4) 50%,
    rgba(190, 190, 190, 0.4) 90%
  );
  background-image: -ms-linear-gradient(
    bottom,
    rgba(230, 230, 230, 0),
    rgba(210, 210, 210, 0.4) 50%,
    rgba(190, 190, 190, 0.4) 90%
  );
  border: 1px solid #ccc;
  border-radius: 5px 0 5px 5px;
  display: none;
}
#btn_senha {
  position: relative;
  top: 40px;
  right: 12px;
}
#btn_sair {
  position: absolute;
  right: 14px;
}
#btn_senha.ativo {
  background: #ccc;
}
#capsOn {
  background-image: url("tema/images/ui-icons_cc0000_256x240.png");
}
.senhaForte {
  width: 255px;
  height: 14px;
  background-color: #eaeaea;
  border: 1px solid #d8d8d8;
  border-radius: 4px 4px 4px 4px;
  color: #999;
  font-family: verdana, helvetica;
  font-size: 8pt !important;
  margin: 0;
  margin-top: 5px;
  padding: 2px 2px 2px 8px;
  text-align: center;
}
.senhaForte.nivel1 {
  background-color: #ffa2a5;
}
.senhaForte.nivel2 {
  background-color: #e7eaa6;
}
.senhaForte.nivel3 {
  background-color: #bdeaa6;
}
#logo {
  position: absolute;
  top: 2px;
  left: 5px;
}
#menu {
  font-size: 0.85em;
  clear: both;
  margin: 0;
  padding: 0 5px 2px 125px;
  font-weight: normal;
}
#menu li {
  list-style-type: none;
  float: left;
}
#menu a.ativo div.icone_menu,
#menu a.clicado div.icone_menu {
  background-position: center -110px;
}
#menu a.ativo div.icone,
#menu a.clicado div.icone {
  background-position: center -46px;
}
#menu li img {
  margin: auto;
  display: block;
}
#menu a,
#menu a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  float: left;
}
#menu a:hover {
  cursor: pointer;
}
#menu .icone_menu {
  background-image: url("../menu/menu.png");
  height: 110px;
  width: 144px;
}
#menu .titulo {
  height: 17px;
  padding: 6px 10px;
  overflow: hidden;
  text-align: center;
}
#menu .empresas,
#menu .importar,
#menu .cadastros,
#menu .relatorios,
#menu .usuarios,
#menu .manutencao,
#menu .restaurante,
#menu .nucleo,
#menu .compras,
#menu .estoque,
#menu .portaria,
#menu .veiculos,
#menu .consulta,
#menu .spci,
#menu .empregados,
#menu .solicitacaoservicos,
#menu .notificacao {
  background-image: url("../menu/compras.png");
  height: 46px;
  width: 40px;
  margin: auto;
  margin-top: 20px;
}
#menu .empresas {
  background-image: url("../menu/contratos.png");
  width: 85px;
}
#menu .importar {
  background-image: url("../menu/importar.png");
}
#menu .cadastros {
  background-image: url("../menu/cadastros.png");
}
#menu .manutencao {
  background-image: url("../menu/manutencao.png");
}
#menu .restaurante {
  background-image: url("../menu/restaurante.png");
}
#menu .nucleo {
  background-image: url("../menu/nucleo.png");
}
#menu .relatorios {
  background-image: url("../menu/relatorios.png");
}
#menu .usuarios {
  background-image: url("../menu/usuarios.png");
}
#menu .estoque {
  background-image: url("../menu/estoque.png");
}
#menu .portaria {
  background-image: url("../menu/portaria.png");
}
#menu .veiculos {
  background-image: url("../menu/veiculos.png");
}
#menu .spci {
  background-image: url("../menu/spci.png");
}
#menu .empregados {
  background-image: url("../menu/empregados.png");
}
#menu .solicitacaoservicos {
  background-image: url("../menu/solicitacaoservicos.png");
}
#menu .notificacao {
  background-image: url("../menu/notificacao.png");
}
#menu .consulta {
  background-image: url("../menu/consulta.png");
}

#load_dialog_overlay {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100001;
  opacity: 0.4;
  background: #fff;
}
#load_dialog_body {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 100002;
  padding: 0;
}
#load_dialog_fechar {
  position: absolute;
  right: 0;
  top: 2px;
}
#load_dialog_body table {
  border-collapse: 0;
  border-spacing: 0;
}
#load_dialog_body .msg {
  position: relative;
  border-radius: 4px 4px 4px 4px;
  margin: auto;
  text-align: center;
  width: 400px;
}
#load_dialog_body .b {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  overflow: hidden;
}
#load_dialog_body .bgy {
  background: #ff6;
  color: #585858;
}
#load_dialog_body .bgg {
  background: #73be33;
  color: #fff;
}
#load_dialog_body .bgr {
  background: #f00;
  color: #fff;
}

#tb_message .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../icon/fechar.png") no-repeat;
  cursor: pointer;
}
#tb_message #div_message {
  padding: 10px;
  font-size: small;
  position: relative;
  border-radius: 6px;
  background: #ccc;
  color: #000;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 5px #ccc;
}
#tb_message #div_message.warning {
  background: #fff2ae;
  color: #635a00;
  border-color: #5a4e2e;
}
#tb_message #div_message.error {
  background: #ffb1a9;
  color: #800000;
  border-color: #5a2522;
}
#tb_message #div_message.confirm {
  background: #d1ffb3;
  color: #136300;
  border-color: #405a38;
}
form label {
  display: block;
  margin-top: 10px;
  font-size: 9pt;
  color: #888;
}
form label.in {
  display: inline;
}
#loading {
  position: absolute;
  display: none;
}
#conteudo {
  padding: 5px 15px;
}
.erros {
  padding: 5px;
}
.erro,
.aviso,
.ajuda {
  border: 1px solid red;
  padding: 10px;
  margin: 5px;
  background: #e99;
  color: black;
}
.aviso {
  border-color: #b0b100;
  background: #ffffc5;
}
.ajuda {
  border-color: #777;
  background: #090d3e;
  font-style: italic;
  color: white;
}
.info {
  margin: 5px;
  padding: 5px;
  border-color: #777;
  font-style: italic;
}
.max {
  width: 100%;
}
.nowr {
  white-space: nowrap;
}
.sim {
  font-weight: bold;
  color: #0c0;
}
.nao {
  color: #c00;
}
.exp {
  color: #700;
  background: #fcc;
}
.inf {
  color: #777;
  font-style: italic;
}
a,
.lnk {
  cursor: pointer;
}
.esc {
  display: none;
}
.rt {
  text-align: right;
}
.ce {
  text-align: center;
}
h1 {
  padding: 5px 10px;
  margin: 0;
  border-bottom: 2px solid #a16c46;
  margin-bottom: 10px;
  color: #005d95;
  text-shadow: 0 2px 2px #999;
  font-weight: normal;
}
h2 {
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px dashed #a16c46;
  margin-bottom: 8px;
  color: #005d95;
  text-shadow: 0 2px 2px #999;
  font-weight: normal;
}
#tituloform {
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #a16c46;
  margin-bottom: 5px;
  text-shadow: 0 2px 2px #aaa;
  font-size: 120%;
  font-weight: normal;
}
.metade {
  width: 50%;
  float: left;
}
.solicitacao {
  position: relative;
  margin: 6px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #e8e8e8 22%,
    #dcdcdc 70%,
    #dcdcdc 100%
  ) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(22%, #e8e8e8),
    color-stop(70%, #dcdcdc),
    color-stop(100%, #dcdcdc)
  ) !important;
  box-shadow: 0 3px 3px #999;
}
.solicitacao .dados {
  padding: 5px;
}
.solicitacao .botoes {
  min-height: 46px;
  text-align: right;
  border-radius: 0 0 5px 5px;
  padding: 3px;
  background: -moz-linear-gradient(
    top,
    #9a9a9a 0%,
    #afafaf 22%,
    #afafaf 50%,
    #9a9a9a 80%,
    #ababab 100%
  ) !important;
}
.solicitacao .cancelar {
  position: absolute;
  right: 0;
}
.solicitacao .id {
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: small;
  padding: 3px;
  background: -moz-linear-gradient(
    top,
    #efefef 0%,
    #bcbcbc 70%,
    #bcbcbc 100%
  ) !important;
  border-radius: 5px 0;
  border: 1px solid #dcdcdc;
}
.solicitacao .empresa {
  font-weight: bold;
  text-align: center;
  color: #3383bb;
  text-shadow: 0 2px 2px #ccc;
}
.solicitacao .responsavel {
  display: inline;
  font-size: small;
  line-height: 46px;
  float: left;
}
.solicitacao .tempo {
  text-align: right;
  font-size: small;
  font-style: italic;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.atender {
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
.protocolo caption,
.atender caption {
  font-size: x-large;
  border-bottom: 3px solid black;
}
.protocolo th {
  border-right: 1px solid #ccc;
}
.protocolo th,
.protocolo td,
.atender th,
.atender td {
  padding: 5px;
}
.lista th,
.lista td {
  border: 1px solid #ccc;
  padding: 5px;
}
.lista tr.odd {
  background: #def;
}
.historico {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.lista {
  width: 300px;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #1485d6;
}
.lista li {
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
}
.lista li:hover {
  background: #d1e9fa;
  cursor: pointer;
}
.lista li.selecionado {
  background: #1485d6;
  color: white;
}
.lista ul {
  margin: 0;
  padding: 0;
  margin-left: 5px;
}
.listaform {
  display: none;
  margin-left: 300px;
  padding: 10px;
  border-left: 1px solid #1485d6;
}
.filtro {
  margin: 0;
  padding: 5px;
  border-bottom: 2px solid #1485d6;
}
.filtro th {
  text-align: left;
  font-style: italic;
  font-weight: normal;
  font-size: x-small;
}
#aviso {
  display: none;
}
/* geraTabela */
.geraTabela {
  border-collapse: collapse;
  background: #fff;
}
.geraTabela thead tr th {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #c9c9c9;
  height: 26px;
  font-weight: bold;
  background: url("../imagens/tb_head.png") repeat-x left -2px;
  padding: 0 2px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #c9c9c9;
}
.geraTabela thead tr th.tools:first-child {
  border-left: 1px solid #e9e9e9;
}
.geraTabela thead tr th.tools {
  width: 16px;
  border-right: 0;
  border-left: 0;
}
.geraTabela tfoot tr th {
  font-weight: bold;
  background: url("../imagens/tb_foot.png") repeat-x;
  padding: 0 2px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  text-align: right;
}
.geraTabela tbody tr td {
  padding: 0 2px;
  font-size: 8pt;
  border: 1px solid #e6e6e6;
}
.geraTabela tbody tr td.tools:first-child {
  border-left: 1px solid #e6e6e6;
}
.geraTabela tbody tr td.tools {
  border-right: 0;
  border-left: 0;
}
.geraTabela tbody .even,
.even {
  background: #f6f6f6;
}
.geraTabela tbody .odd,
.odd {
  background: #fff;
}
.geraTabela tbody .over,
.geraTabela tbody .on {
  background: #ffef66;
  cursor: pointer;
}
.geraTabela tbody .even:hover,
.geraTabela tbody .odd:hover,
.even:hover,
.odd:hover {
  background: #ffc;
}
.geraTabela tbody tr .first {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.geraTabela .form {
  cursor: pointer;
}
.geraTabela .divNavPage {
  border: 0;
}
.geraTabela .divNavPage table {
  border: 0;
  margin-bottom: 5px;
}

.geraTabela .divNavPage .adicionar,
.geraTabela .divNavPage .paginacao,
.geraTabela .divNavPage .configuracao {
  border: 0;
}
.geraTabela .divNavPage .paginacao {
  white-space: nowrap;
  text-align: right;
}
.geraTabela .btn {
  cursor: pointer;
  opacity: 0.85;
  -moz-opacity: 0.85;
}
.geraTabela .btn:hover {
  opacity: 1 !important;
  -moz-opacity: 1 !important;
}
.geraTabela .farol {
  cursor: pointer;
  opacity: 1;
  -moz-opacity: 1;
}
.geraTabela .geraColuna {
  display: inline-block;
}
.geraTabela .geraColuna .ui-combobox {
  padding-right: 18px;
}
.geraFiltro {
  font-size: 75%;
  background: url("../imagens/tb_head.png") repeat-x left -2px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #c9c9c9;
  border-top: 1px solid #f4f4f4;
  height: 25px;
}
.geraFiltro label {
  padding: 0 3px 0 8px;
  display: inline;
  font-size: 100%;
  font-style: normal;
}
.geraTabela .btnFormSalvar {
  margin-left: 5px;
}
#geraTabelaFiltro .btnFormSalvar,
#btnFiltrar {
  font-size: 100%;
}
#geraTabelaFiltro {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flex > div {
  flex-grow: 1;
}
#geraTabelaFiltro label {
  font-size: 100%;
}
.geraFiltro table {
  width: auto;
}
.geraFiltro tbody tr td {
  font-size: 70%;
  border: 0;
  padding: 0;
}
.geraFiltroMultiline label {
  padding: 0;
  display: block;
}
.geraFiltroMultiline tbody tr td {
  padding-left: 5px;
}
.geraFiltroMultiline {
  background: url("../imagens/tb_head.png") repeat-x left -10px;
}
.ordenavel {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ordenavel li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  font-size: small;
}
.ordenavel li span {
  cursor: move;
  position: absolute;
  margin-left: -1.3em;
}
.ordenavel .ui-state-highlight {
  height: 1.3em;
}
.direcao {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  background: url("../icon/direcao.png") no-repeat;
}
.direcao.desc {
  background-position: top 16px;
}
.ui-autocomplete {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-menu .ui-menu-item {
  border-top: 1px solid #eee;
}
.ui-menu-item-wrapper {
  display: block;
}
.ui-datepicker-trigger {
  top: 5px;
  position: relative;
}
.ui-tabs-nav {
  background: none;
  border: 0;
}
.ui-tabs-nav li {
  background: url("../imagens/abas_fundo.png") repeat-x scroll 0 0 #ffffff !important;
  border-color: #999 !important;
}
.ui-tabs-nav li.ui-state-hover {
  background: url("../imagens/abas_fundo_hover.png") repeat-x scroll 0 0 #ffffff !important;
  border-color: #56989e !important;
}
.ui-tabs-nav li.ui-state-active,
.alterar_comentario {
  background: url("../imagens/abas_fundo_ativo.png") repeat-x scroll 0 0 #ffffff !important;
  border-color: #1d646f !important;
}
.ui-tabs .ui-tabs-nav li a {
  color: #fff;
}
.ui-tabs {
  background: none;
  border: 0;
}
.ui-tabs-panel {
  background: #ffffff !important;
  border: 1px solid #ccc !important;
  box-shadow: 0 0 8px #c4c4c4;
  overflow-y: auto;
}

.fieldSet {
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 5px #e8e8e8;
  font-size: 8pt;
  padding: 8px 4px 4px 8px;
  /* margin: 20px 0 15px; */
}
.fieldSetatual {
  box-shadow: 0 0 15px #999999;
}
.fieldSetanterior {
  box-shadow: 0 0 5px #cccccc;
}
.fieldSetproximo {
  opacity: 0.4;
}
.fieldSet > .legenda {
  background: #ededed;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(50%, #f3f3f3),
    color-stop(51%, #ededed),
    color-stop(100%, #ffffff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f3f3f3 50%,
    #ededed 51%,
    #ffffff 100%
  ); /* W3C */
  border-radius: 5px;
  box-shadow: 0 0 5px #e8e8e8;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
  color: #585858;
  margin: -10px 0 0 0;
  padding: 5px;
}
.fieldSetatual > .legenda {
  font-size: 120%;
  font-weight: bold;
}
.fieldSetLeft {
  float: left;
}
.lista_pagadores {
  width: 100%;
  border-collapse: collapse;
}

.lista_pagadores .odd,
.lista_coletas .odd {
  background: #ccc;
}
.lista_pagadores thead,
.lista_coletas thead,
.lista_ocorrencia thead,
.log_usuarios thead {
  background: #ddd;
  border-bottom: 1px solid #777;
}
.lista_pagadores tfoot,
.lista_coletas tfoot {
  background: #ddd;
  border-top: 3px solid #777;
}

.link {
  cursor: pointer;
}

.img_infp {
  margin-left: 15px !important;
}

#com_text {
  width: 782px !important;
  height: 91px !important;
}
#listcoment {
  width: 805px;
  padding-bottom: 10px;
  max-height: 200px;
  overflow: auto;
}
.listarecursiva {
  list-style-type: none;
  text-align: right;
}
.listarecursiva button {
  position: relative;
  margin-right: 8px;
  margin-bottom: 5px;
}
.title_coment {
  margin-left: -40px;
  padding-left: 0px;
}
.texto_comentario {
  text-align: left !important;
  margin-left: -20px !important;
  padding-left: 0px !important;
}

.add {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  background: url("../icon/mais.gif") no-repeat;
  margin-left: 0px;
}
.minus {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  background: url("../icon/menos.gif") no-repeat;
}
table.acesso {
  width: auto;
  border: 1px solid #e8e8e8;
  margin-top: 10px;
}
table.acesso thead th {
  background: #e6e6e6;
  border-bottom: 1px solid #e8e8e8;
}
table.acesso tbody th {
  text-align: left;
}
table.acesso tbody th,
table.acesso tbody td,
table.acesso thead th {
  padding: 3px;
}
table.acesso tfoot td {
  font-size: x-small;
  text-align: center;
  border-top: 1px solid #e8e8e8;
  background: #efefef;
  padding: 5px 0;
}
table.acesso label {
  color: #000;
  margin-top: 0;
  font-size: inherit;
}
#checks {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 3px #ddd;
}
#checks li {
  cursor: pointer;
  padding-right: 3px;
}
#checks li:hover {
  background: #e6e6e6;
}
#nivelAcesso {
  list-style-type: none;
}

.classeValor {
  text-align: right;
}

#newItem {
  font-weight: bold;
  background: #4bff9b
    url(../imagens/ui-bg_glass_75_adicionar_novo_item_1x400.png) 50% 50%
    repeat-x !important;
  color: #014309 !important;
}

.itemLock {
  background: transparent url(../icon/senha.png) no-repeat scroll 50% center;
  text-align: right;
}

.contentImgProduto {
  text-align: center;
  cursor: pointer;
}

.toolTipImgs {
  display: none;
}
.optMobile {
  position: relative;
  background: #1a608c;
  background: linear-gradient(to bottom, #5a8db4 0%, #1a608c 100%);
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 10px;
  cursor: pointer;
}
.qtdOptMobile {
  position: absolute;
  right: 0;
  top: -15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f00;
  border: 2px solid #fff;
  font-size: 12px;
}
.qtdOptMobile:before,
.qtdOptMobile:after {
  content: "\200B";
  display: inline-block;
  line-height: 0px;
  padding-top: 50%;
  padding-bottom: 50%;
}
.qtdOptMobile:before {
  padding-left: 8px;
}
.qtdOptMobile:after {
  padding-right: 8px;
}
#scanQR {
  display: none;
}
#scanLavagem {
  display: none;
}
.box-painel {
  vertical-align: top;
  width: 280px !important;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 15px;
  border: 2px solid #e1e1e1;
  cursor: pointer;
}
.painel-title {
  height: 50px;
  font-size: 0.8em;
  padding: 8px;
  display: block;
  overflow: hidden;
  font-weight: bold;
  background-color: #006eb4;
  color: white;
}
#venicdas {
  font-size: 1.5em;
  color: rgb(199, 0, 0);
  font-weight: bold;
}
#a_vencer {
  font-size: 1.5em;
  color: rgb(243, 221, 26);
  font-weight: bold;
}
.box-painel .qtd {
  font-size: 1.5em;
  color: rgb(0, 75, 146);
  font-weight: bold;
}
.ui-menu .addItem a {
  border-top: 2px solid #ddd;
  cursor: pointer;
  background: url("../icon/mais.gif") #eee 1% 50% no-repeat;
  padding-left: 25px !important;
}

#menu-mobile,
#title-mobile,
#title-menu-mobile,
#home-mobile,
#sidemenu-mobile {
  display: none;
}

.tb-orcamento {
  margin-top: 20px;
}

.tb-orcamento thead {
  background: #787878;
  color: white;
}

.tb-orcamento thead tr th {
  border-right: 1px solid white;
}

.tb-orcamento tr {
  height: 35px;
}

.tb-orcamento tbody .linha-item:hover {
  background: #e2e2e2 !important;
}

.tb-orcamento tbody .linha-etapa {
  background: #d5edfc;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid white;
}

.tb-orcamento tbody .linha-etapa td:first-child {
  padding-left: 10px;
}

.tb-orcamento tbody .linha-etapa td:first-child .acoes-etapa div {
  display: inline;
}

.tb-orcamento tbody .linha-etapa td:first-child .acoes-etapa,
.tb-orcamento tbody .linha-etapa td:last-child .acoes-etapa {
  display: none;
}

.tb-orcamento tbody .linha-etapa .editar-nome-etapa {
  display: none;
}

.tb-orcamento tbody .linha-item td:first-child .acoes-item {
  display: none;
  position: absolute;
}

.tb-orcamento tbody .linha-item td:first-child .acoes-item div {
  display: inline;
}

.tb-orcamento tbody .linha-item td:first-child {
  padding-left: 10px;
}

.tb-orcamento tbody .linha-item .even,
.even {
  background: #f6f6f6;
}
.tb-orcamento tbody .linha-item .odd,
.odd {
  background: #fff;
}

#preview {
  max-height: 400px;
}

.bolota {
  padding: 3px 8px 3px 3px;
  border: 1px solid #ca0000;
  border-radius: 16px;
  background-color: #ca0000;
  background: -webkit-linear-gradient(top, #fc4b4b 0%, #ca0000 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4),
    0 0 1px rgba(0, 0, 0, 0.7) inset, 0 10px 0px rgba(255, 255, 255, 0.11) inset;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
  width: 13px;
  line-height: 16px;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.bolaAmarela {
  border-color:#a2ad00;
  background-color: #a2ad00;
  background: -webkit-linear-gradient(top, #dee11a 0%, #a2ad00 100%);
}
.bolaVerde {
  border-color:#0f8e00;
  background-color: #0f8e00;
  background: -webkit-linear-gradient(top, #89f266 0%, #0f8e00 100%);
}
.prioridade {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.prioridade0 {
  color: #ca0000;
}
.prioridade1 {
  color: #ca7200;
}
.prioridade2 {
  color: #cab600;
}