@charset "UTF-8";
/* Tabela permissoes de acesso com niveis identados*/
/* line 2, app/assets/stylesheets/plugin.scss */
#lista-func .grp td {
  font-weight: bold;
  background-color: #fafafa;
}

/* line 3, app/assets/stylesheets/plugin.scss */
#lista-func th {
  min-width: 25px;
}

/* line 4, app/assets/stylesheets/plugin.scss */
#lista-func .nivel1 {
  padding-left: 20px;
}

/* line 5, app/assets/stylesheets/plugin.scss */
#lista-func .nivel2 {
  padding-left: 40px;
}

/* line 6, app/assets/stylesheets/plugin.scss */
#lista-func .nivel3 {
  padding-left: 60px;
}

/* line 7, app/assets/stylesheets/plugin.scss */
#lista-func .nivel4 {
  padding-left: 80px;
}

/* line 8, app/assets/stylesheets/plugin.scss */
#lista-func .border-table {
  background-color: #e8e8e8 !important;
}

/* line 9, app/assets/stylesheets/plugin.scss */
.txt-vermelho {
  color: red;
}

/* line 10, app/assets/stylesheets/plugin.scss */
.txt-verde {
  color: green;
}

/* line 11, app/assets/stylesheets/plugin.scss */
.txt-cinza-claro {
  color: #e3e3e3;
  text-shadow: 0 0 0 white;
}

/* line 12, app/assets/stylesheets/plugin.scss */
.txt-cancelado {
  color: #A6A6A6;
  text-shadow: 0 0 0 white;
  text-decoration: line-through;
}

/* line 14, app/assets/stylesheets/plugin.scss */
.box-legenda {
  margin-left: 3px;
  padding: 5px;
  border-radius: 3px;
}

/* line 15, app/assets/stylesheets/plugin.scss */
.box-legenda label {
  color: #FFFFFF !important;
}

/* line 16, app/assets/stylesheets/plugin.scss */
.box-legenda-mini {
  margin-left: 3px;
  padding: 5px;
  border-radius: 3px;
  width: 5px;
  height: 5px;
  float: left;
}

/* classe para adicionar itens novos no sistema para o usuário identificar o que vai sendo feito novo a cada versao */
/* line 18, app/assets/stylesheets/plugin.scss */
.new {
  background-color: #FFFF7F !important;
}

/* line 19, app/assets/stylesheets/plugin.scss */
.new sup {
  color: red;
  font: bold 9px Arial,Helvetica,sans-serif;
  padding: 5px;
  top: 0.1em;
}

/* line 21, app/assets/stylesheets/plugin.scss */
.centro {
  text-align: center;
}

/* line 23, app/assets/stylesheets/plugin.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 26, app/assets/stylesheets/plugin.scss */
.dropdown-toggle {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/plugin.scss */
a.dropdown-toggle:hover {
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/plugin.scss */
li a {
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/plugin.scss */
li a:hover {
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/plugin.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 46, app/assets/stylesheets/plugin.scss */
.form-horizontal .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 52, app/assets/stylesheets/plugin.scss */
a.dropdown-toggle {
  color: black;
}

/* line 56, app/assets/stylesheets/plugin.scss */
a {
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/plugin.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
