html {
  overflow-y: auto;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1;
}

.navbar-item img {
  max-height: 6rem;
}
.footer a {
    color: #000000;
}
.footer a:hover {
    text-decoration: underline;
}
  
@media screen and (max-width: 768px) {
  .navbar-item img {
    max-height: 3.5rem;
  }
  main {
    padding: 1rem 0 !important;
  }
  /* .box{
        box-shadow: none;
    }
    .columns{
        max-width: 100vw;
    }
    .intensidade_form .box {
        padding: 0;
    } */
  .footer img {
    max-width: 100%;
  }
  .footer p {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.navbar-brand,
.navbar-tabs {
  justify-content: space-around;
}

input.slider::before {
  width: 40px !important;
  text-align: center;
  padding: 0.5rem 0rem !important;
}
.caixa {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 1.5em 1em;
  margin-bottom: 1.5em;
}
.caixa:hover {
  border: 1px solid #b5b5b5;
}

/* #main_tab_menu li.is-active a{
    color: #ffffff !important;
    background-color: #4FC690 !important;
    font-weight: bold;
} */

.tabs:not(:last-child) {
  margin-bottom: 0;
}
.tab-content {
  padding: 1rem;
  display: none;
}
.tab-content.is-active {
  display: block;
}

.has-background-orange {
  background-color: #edc13d;
}

.logo_fundo_ambiental {
  max-width: 350px;
  margin: -1.5em 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
}
th,
td {
  padding: 6px 15px;
}
td span.ip_s{cursor:pointer;}
td span.ip_s:hover{text-decoration:underline;}
th {
  color: #000;
  text-align: left;
  font-weight: bold;
}
thead {
  background-color: hsl(0, 0%, 95%);
}
tbody tr:hover {
  background: hsl(0, 0%, 98%) !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom-color: #999999;
}
tbody tr:first-child {
  border-top: 1px solid #cccccc;
}
tbody td {
  border-bottom: 1px solid #cccccc;
}
td:last-child {
  border-right: none;
}
td:first-child {
  border-left: none;
}
tfoot,
tfoot tr:hover {
  background: #e6e6e6;
}

.dataTables_filter,
.dataTables_length {
  margin-bottom: 10px !important;
}

table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable thead .sorting_asc {
  background-image: none;
}

table.dataTable thead .sorting_desc {
  background-image: none;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: none;
}

table.dataTable thead .sorting_desc_disabled {
  background-image: none;
}
.cursor_info{
    cursor:help;
}

/*! DataTables Bulma integration
* ©2020 SpryMedia Ltd - datatables.net/license
*/
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length div {
  vertical-align: middle;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  width: auto;
  vertical-align: middle;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.5em;
}
div.dataTables_wrapper div.dataTables_paginate ul {
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.7em;
  display: block;
  opacity: 0.3;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 0.9em;
  content: "↑";
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.2em;
  content: "↓";
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
.dataTables_wrapper select, .presel {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 6px !important;
  padding-left: 10px !important;
  padding-right: 18px !important;
  background-color: transparent;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .75em auto, 100%;
    font-size: 0.85em;
}
