p, h1, h4, ul {
  margin: 0; }

.bg-warning {
  background-color: #f39c12 !important; }

body {
  background-color: #eee; }
  body .body-title {
    border-bottom: 1px solid #eee;
    font-family: 'Roboto Condensed'; }

header {
  background-image: url(https://3.bp.blogspot.com/--2nWbECQErc/V2hIP_TgA4I/AAAAAAAA_PI/IY13_2giNiE5hhr3IaZbv3rUtba1O5gSQCLcB/s1600/AGUA%2BBRANCA.JPG);
  background-size: cover;
  background-position: center; }
  header .top1 .sts-flag {
    font-family: 'Roboto Condensed';
    background: rgba(0, 0, 0, 0.3);
    padding: 5px; }
  header .top2 {
    position: relative; }
    header .top2::before {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    header .top2 .logo {
      position: relative;
      z-index: 1; }
      header .top2 .logo a {
        border-radius: 0 0 2em 2em;
        width: 246px;
        text-align: center; }
        header .top2 .logo a img {
          max-height: 120px; }
    header .top2 .canal {
      position: relative;
      z-index: 1; }
      header .top2 .canal h1 {
        font-family: 'Roboto Condensed', sans-serif;
        border-radius: 5px;
        font-weight: 700; }

#menu a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 38px !important; }
  #menu a i {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    text-align: center !important;
    border-radius: 100%;
    margin-right: 0.5em; }
#menu .hover-1 i {
  background-color: #dc3545; }
#menu .hover-1:hover {
  background-color: #dc3545;
  border-color: #dc3545; }
#menu .hover-2 i {
  background-color: #3498db; }
#menu .hover-2:hover {
  background-color: #3498db;
  border-color: #3498db; }
#menu .hover-3 i {
  background-color: #1abc9c; }
#menu .hover-3:hover {
  background-color: #1abc9c;
  border-color: #1abc9c; }
#menu .hover-4 i {
  background-color: #f39c12; }
#menu .hover-4:hover {
  background-color: #f39c12;
  border-color: #f39c12; }

main aside {
  background-color: #eee; }
  main aside .nav-pills .nav-link.active, main aside .nav-pills .show > .nav-link {
    background-color: #f39c12;
    color: #fff; }
  main aside ul li {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
    main aside ul li a, main aside ul li a:hover {
      color: #f39c12;
      font-weight: 700;
      font-family: 'Roboto Condensed'; }
    main aside ul li ul {
      margin-left: 0; }
    main aside ul li ul li {
      font-size: 1.1rem;
    }
main #content_all {
  width: calc(100% - 258px); }
main #circles {
  position: relative; }
  main #circles a {
    text-decoration: none; }
    main #circles a:hover {
      text-decoration: none; }
  main #circles #circles-label-pt {
    position: absolute;
    top: 13px;
    z-index: 22;
    background: #fff;
    font-size: 15px;
    width: 133px;
    height: 70px;
    line-height: 16px;
    font-weight: bold;
    left: 30px;
    color: #f39c12;
    text-align: center;
    border-radius: 15px 15px 0;
    padding-top: 11px;
    box-shadow: 0px 0px 13px 0px #999; }
  main #circles #circles-label-ai {
    position: absolute;
    top: 55px;
    z-index: 22;
    background: #fff;
    font-size: 15px;
    width: 110px;
    height: 70px;
    line-height: 16px;
    font-weight: bold;
    right: 3px;
    color: #3498db;
    text-align: center;
    border-radius: 15px 15px 15px 0;
    padding-top: 12px;
    box-shadow: 0px 0px 13px 0px #999; }
  main #circles #circles-label-sm {
    position: absolute;
    bottom: 10px;
    z-index: 22;
    background: #fff;
    font-size: 15px;
    width: 110px;
    height: 70px;
    line-height: 15px;
    font-weight: bold;
    right: 50px;
    color: #dc3545;
    text-align: center;
    border-radius: 0 15px 15px;
    padding-top: 11px;
    box-shadow: 0px 0px 13px 0px #999; }
  main #circles #circles-label-ps {
    position: absolute;
    bottom: 54px;
    z-index: 22;
    background: #fff;
    font-size: 15px;
    width: 108px;
    height: 70px;
    line-height: 16px;
    font-weight: bold;
    left: 7px;
    color: #1abc9c;
    text-align: center;
    border-radius: 15px 0 15px 15px;
    padding-top: 12px;
    box-shadow: 0px 0px 13px 0px #999; }
main form#form_exportar {
  width: 100%; }
main .resumo-busca small {
  margin-right: 1em; }
main #content_form_busca {
  position: relative; }
  main #content_form_busca #loading {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    right: 0;
    top: calc(50% - 40px);
    bottom: 0;
    z-index: 3; }
    main #content_form_busca #loading img {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      -moz-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      -ms-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      opacity: 0.4; }
main #dv_lista_despesa table {
  font-size: 0.8em; }
  main #dv_lista_despesa table thead {
    font-size: 0.8em; }
main #dv_lista_receita table {
  font-size: 0.9em; }
  main #dv_lista_receita table thead {
    font-size: 0.8em; }
main .tablesize {
  font-size: 12px; }
  main .tablesize thead {
    font-size: 11px; }
  main .tablesize tbody {
    font-weight: normal; }
main .pagination > li {
  display: inline; }
main .pagination > li:first-child > a, main .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
main .pagination > .disabled > a, main .pagination > .disabled > a:focus, main .pagination > .disabled > a:hover, main .pagination > .disabled > span, main .pagination > .disabled > span:focus, main .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }
main .pagination > li > a, main .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
main .pagination > li > a {
  background: #fafafa;
  color: #666;
  border-radius: 0 !important;
  /*line-height: 32px !important;*/ }
main .pagination > .active > a, main .pagination > .active > a:focus, main .pagination > .active > a:hover, main .pagination > .active > span, main .pagination > .active > span:focus, main .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }
main #content_servicos_online a {
  text-decoration: none;
  color: #fff;
  padding: 0.5em;
  display: block; }
  main #content_servicos_online a i {
    font-size: 1.2em; }
  main #content_servicos_online a:hover {
    background: rgba(0, 0, 0, 0.1); }
main .accordion_home * {
  border: none; }
main .accordion_home .card-header {
  padding: 0;
  background-color: #eee; }
  main .accordion_home .card-header .btn-link:hover {
    text-decoration: none; }

footer #footer {
  background-color: #1f2021;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 6px; }

@media (max-width: 760px) {
  header .top1 .sts-flag {
    width: 100%; }
  header .top2 .canal {
    padding: 10px 0 !important; }
    header .top2 .canal h1 {
      font-size: 1.6em;
      text-align: center; }
  header .top2 .logo a {
    width: 100%; }

  main #content_all {
    width: 100%;
    margin-top: 1em; } 

  /* Adequar menu(aside) para dispositivos móveis */
  .container {
    width: 100%; } 
  #menu_aside {
    width: 100% !important;
  }
  main .texto-principal div form#form_exportar {
    overflow-x:auto;
    line-height: 1.1
  }
  main #content_all .modal {
    width: 100vw;
  }
  main #content_all .modal .modal-body {
    padding: 0px;
    margin: 0px;
  }
  main .texto-principal div .card-footer>.d-flex {
    display: inherit !important;
  }
  main .pagination > li > a, main .pagination > li > span {
    position: relative;
    float: left;
    padding: 7px 6px 7px 6px;
    margin-left: -1px;
    line-height: 1.0;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; 
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1350px; } 
  #menu_aside {
    width: 258px;
  }
}

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