html {
  font-size: 0;
}

body {
  color: #333;
  font-size: 12px;
  font-family: arial;
  background-color: rgb(240, 240, 240);
}

div.cor_mgt {
  /*background-color:rgb(25,55,124);	*/
}

ul.dropdown-menu {
  border: 1px #e7e7e7 dashed;
  background-color: #e7e7e7;
  text-align:
}

ul.dropdown-menu a {
  padding: 10px;
  margin: 8px 5px 8px 5px;
  border-radius: 5px;
}

ul.dropdown-menu a:HOVER {
  text-decoration: underline;
  background-color: rgb(240, 240, 240);
}

div.section {
  background-color: rgb(240, 240, 240);
}

.clear {
  clear: left;
}

.titulo {
  padding-bottom: 0px;
  margin-bottom: 4px;
  color: rgb(102, 115, 127);
  font-weight: bold;
}

hr.titulo {
  margin: 2px auto 3px auto;
  border-top: 1px solid rgb(21, 160, 133);
}

.form-control-table {
  margin: -5px;
  border: 0;
  border-style: none;
  background-image: rgba(0, 0, 0, 0);
}

label.opc {
  color: rgb(25, 55, 124);
}

div.grid {
  background-color: #fff;
  margin-top: 2px;
  margin-bottom: 3px;
  border: 1px solid rgba(21, 160, 133, 0.8);
  border-radius: 5px;
  box-shadow: 2px 2px 1px rgba(21, 160, 133, 0.8);
}

div.area_util {
  padding-bottom: 100px;
}

@media(min-width:992px) {
  div.area_util {
    overflow: auto;
    height: 518px;
  }

  div.metade {
    overflow: auto;
    height: 245.5px;
  }

  div.terco {
    overflow: auto;
    height: 179px;
  }
}

@media(min-width:1500px) {
  div.area_util {
    overflow: auto;
    height: 652px;
  }

  div.metade {
    overflow: auto;
    height: 312px;
  }
}

@media(min-width:1850px) {
  div.area_util {
    overflow: auto;
    height: 815px;
    /* -140px */
  }

  div.metade {
    overflow: auto;
    height: 393.5px;
  }
}

.navbar-default .navbar-text {
  color: rgb(61, 69, 76);
}

.navbar-default .navbar-nav>li>a {
  color: rgb(61, 69, 76);
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-header {
  margin-right: 20px;
}

.centro {
  padding: 0px 10px 0px 10px;
}

.btn_tabela {
  text-align: left;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: rgb(21, 160, 133);
}

.btn_tabela.success {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: #4CAE4C;
}

.btn_tabela.warning {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: #EC971F;
}

.btn_tabela.danger {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: #C9302C;
}

.liberado {
  border: 0.5px solid #4CAE4C;
}

button.hidden {
  display: none;
}

.table {
  cellspacing: 0;
  width: 100%;
  z-index: 0;
}

.msg-flutuante {

  position: relative;

}

.msg-flutuante span.alert {
  display: none;
}

.msg-flutuante:hover span.alert {

  display: block;

  position: absolute;

  top: 13px;

  left: 0;

  width: 200px;

  border-radius: 5px;

  box-shadow: 2px 2px 1px rgba(21, 160, 133, 0.8);

  z-index: 100;
}

footer.default {
  padding-left: 5px;
  color: white;
  background-color: rgb(25, 55, 124);

}

footer h4 {
  display: inline-block;
  margin: 3px;
}

.erro {
  border-color: #900;
}

.btn {
  padding: 4px;
  font-size: 12px;
}

.form-control {
  font-size: 12px;
  height: 28px;
}

.table tbody {
  font-size: 12px;
}

.input-sm {
  font-size: 12px;
  height: 28px;
}

.control-label {
  margin-bottom: 0px;
}

.btn-consulta {
  margin-top: 17px;
}

@media print {
  .noprint {
    display: none;
  }
}

.red {
  color: #f00;
}

p.email {
  font-family: Arial;
  font-size: 12px;
}

span.text-right {
  float: right;
}
