.navbar {
  background-image: -webkit-linear-gradient(top, #EFE5D2 0%, #EADBBF 100%);
  background-image: linear-gradient(to bottom, #EFE5D2 0%, #EADBBF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  border: 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .navbar .navbar-brand {
    padding: 0px 20px;
    margin-top: 4px; }
    .navbar .navbar-brand > img {
      height: 40px; }

@media (max-width: 768px) {
  .page-container {
    margin-top: 50px; } }

.panel-body {
  padding: 10px; }

.panel-heading {
  padding: 10px; }

.navbar-header .navbar-nav > li > a {
  color: #872a3d; }

#navbar-mobile ul li a.dropdown-toggle,
#navbar-mobile ul li a.sidebar-control {
  color: #872a3d; }

.navigation > li.active > a, .navigation > li.active > a:focus, .navigation > li.active > a:hover {
  background-color: #EADBBF;
  color: #872a3d; }

.sidebar {
  background-color: #872a3d;
  height: 100%;
  padding-top: 50px; }

@media (min-width: 769px) {
  .sidebar-xs .sidebar-main .navigation > li > a > span {
    background-color: #872a3d;
    border: solid 1px #872a3d; } }
.content {
  padding: 0 10px 60px 10px; }

.content-wrapper {
  padding-top: 50px; }

#carregando {
  position: fixed;
  z-index: 40000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF; }
  #carregando span {
    font-size: 50px;
    text-align: center;
    top: 45%;
    position: absolute;
    width: 100%; }
    #carregando span i {
      color: #872a3d; }

.msg-erro {
  display: none;
  color: #ff0000; }

.msg-sucesso {
  display: none;
  color: #178b12; }

.table thead tr th {
  padding: 5px; }
  .table thead tr th.acoes {
    width: 70px; }
  .table thead tr th.c10 {
    width: 10%; }
  .table thead tr th.c20 {
    width: 20%; }
  .table thead tr th.c30 {
    width: 30%; }
  .table thead tr th.c40 {
    width: 40%; }
  .table thead tr th.c50 {
    width: 50%; }
  .table thead tr th.c60 {
    width: 60%; }
  .table thead tr th.c70 {
    width: 70%; }
  .table thead tr th.c80 {
    width: 80%; }
  .table thead tr th.c90 {
    width: 90%; }
.table tbody tr td {
  padding: 5px; }

.ui-dialog[aria-describedby="popup_sucesso"] {
  background-color: #cfe4b6; }
  .ui-dialog[aria-describedby="popup_sucesso"] .ui-button {
    background-color: #558B2F;
    color: #ffffff; }
  .ui-dialog[aria-describedby="popup_sucesso"] .ui-dialog-title {
    color: #558B2F; }
.ui-dialog[aria-describedby="popup_erro"] {
  background-color: #E57373; }
  .ui-dialog[aria-describedby="popup_erro"] .ui-button {
    background-color: #C62828;
    color: #ffffff; }
  .ui-dialog[aria-describedby="popup_erro"] .ui-dialog-title {
    color: #C62828; }

.bootstrap-switch {
  display: block; }

h6.text-left {
  font-weight: bolder;
  margin-top: 30px; }

.imagem_pessoa {
  width: 100px;
  max-height: 150px; }

.upload_imagem {
  position: absolute;
  width: 100px;
  height: 130px;
  opacity: 0;
  cursor: pointer; }

.grafico .panel .panel-body {
  height: 400px;
  max-height: 400px;
  display: block; }

.login-container {
  border-top: solid 6px #d7c99c;
  background-image: url("../img/fundo_entrada.jpg");
  background-position: center top;
  background-color: #f7f5e8;
  background-repeat: no-repeat; }
  .login-container .login-form {
    border: none;
    border-radius: 20px; }
  .login-container button[type="submit"] {
    background-color: #5F3740;
    color: #C2AA69; }
  .login-container a {
    color: #C2AA69; }
  .login-container h1 {
    color: #a62e35; }

.table-striped {
  border: solid 1px #dddddd; }
  .table-striped td, .table-striped th {
    vertical-align: top !important;
    border: solid 1px #dddddd; }
  .table-striped th {
    color: #fff;
    background-color: #872a3d; }
  .table-striped input,
  .table-striped textarea {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 5px;
    border-bottom: solid 1px transparent; }
    .table-striped input:hover,
    .table-striped textarea:hover {
      border-bottom: solid 1px #ddd; }
  .table-striped small {
    font-size: 10px;
    color: #872a3d;
    padding: 0 5px;
    display: block; }
  .table-striped .linha-registro-geral .data {
    width: 100px; }
  .table-striped .linha-registro-geral label {
    text-align: right;
    clear: both;
    float: left;
    margin: 4px 0 0 4px;
    font-size: 10px; }
  .table-striped .linha-registro-geral .btn {
    display: block;
    margin: 3px; }
  .table-striped .linha-registro-geral .linha_carregando {
    display: block;
    background-color: #FFF;
    text-align: center;
    font-size: 30px; }
  .table-striped .linha_carregando {
    display: block;
    background-color: #FFF;
    text-align: center;
    font-size: 30px; }

/*# sourceMappingURL=style.css.map */
