:root {
  --cinza-portal: #F5F5F5;
  --cinza-escuro-portal: #B5B5B5;
  --verde-portal: #094630;
  --amarelo-portal: #FFB800;
  --preto-portal: #242424;
  --preto-legenda-portal: #545454;
  --vermelho-portal: #BC3A3A;
}

@font-face {
  font-family: Montserrat;
  src: url('../../base/fonts/montserrat/Montserrat-Regular.otf');
}

@font-face {
  font-family: Montserrat-Black;
  src: url('../../base/fonts/montserrat/Montserrat-Black.otf');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../../base/fonts/montserrat/Montserrat-Bold.otf');
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../../base/fonts/montserrat/Montserrat-Medium.otf');
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../../base/fonts/montserrat/Montserrat-SemiBold.otf');
}

@font-face {
  font-family: Montserrat-Thin;
  src: url('../../base/fonts/montserrat/Montserrat-Thin.otf');
}


html {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--verde-portal);
}

a:hover {
  text-decoration: underline;
}

* {
  font-family: 'Montserrat', sans-serif, ;
  color: var(--preto-portal);
  letter-spacing: .5px;
  font-family: 'Montserrat';
}

h2 {
  color: var(--verde-portal);
  font-size: 2em;
  font-weight: 600;
  margin: 0;
}

h4 {
  color: var(--verde-portal);
  margin-top: 0;
}

header,
nav {
  display: block;
}

input,
select {
  height: 2em;
  padding-left: .5rem;
  border: var(--preto-legenda-portal) solid 1px;
  font-size: 1em;
  border-radius: 5px;
}

.btn {
  padding: .3rem 1rem;
  font-size: .7em;
  color: white;
  border-radius: 4px;

}

/*botao*/
button {
  background-color: #242424;
  color: white;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 3rem;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
}

/*centro*/
.container {
  max-width: 70rem;
  margin: 0 auto;
  padding: .5rem 1rem;
}

/*Header*/
header {
  background-color: var(--cinza-portal);
}

.barra-topo {
  background-color: var(--verde-portal);
  padding: 0;
}

.barra-topo .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;

}

.barra-topo .left a {
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.barra-topo .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
}

.barra-topo .right a {
  color: white;
  text-decoration: none;
  font-weight: 300;
  font-size: .8em;
}

.barra-topo .right .sair-icon i {
  font-size: 1em;
  color: var(--amarelo-portal);
}

.barra-topo .right a i {
  font-size: 1em;
  color: white;
}

.barra-topo .right img {
  height: .9em;
}

.barra-topo .right a:hover {
  text-decoration: underline;
}

.barra-topo .right span {
  display: block;
  width: 1.5px;
  height: 1.5em;
  background-color: white;
}

.container {
  position: relative;
  z-index: 100;
}

.container .brasao-goias {
  position: absolute;
  right: .5rem;
  top: 1rem;
}

.title {
  margin: 1rem auto;
  max-width: 50rem;
  padding: 1rem 1rem 1rem 1rem;
  position: relative;
}

.title p {
  margin: 0;
  color: var(--preto-legenda-portal);
  font-weight: 600;
  font-size: 1.5em;
}

.title h1 {
  color: var(--verde-portal);
  margin-top: 0.5rem;
  font-size: 2.5em;
}

.title .campo-pesquisa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: .7rem 1rem;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.title .campo-pesquisa input {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 1em;
  letter-spacing: .5px;
}

.title .campo-pesquisa input:focus {
  outline: none;
}

.title .campo-pesquisa button {
  padding: .7rem 1rem;
}

.title .campo-pesquisa button span {
  display: none;
}

.banner {
  height: 15rem;
  background-color: var(--verde-portal);
  margin: -4rem 0 0rem 0;
  background-image: url('../../base/images/banner-portal.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .container {
  position: relative;
  height: 100%;
}

.banner .container img {
  position: absolute;
  bottom: 3rem;
  right: 1rem;
}

/*breadcrumbs*/
.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  font-size: .8em;
}

.breadcrumb li a {
  text-decoration: none;
  font-family: 'Montserrat-Medium';
  color: var(--cinza-escuro-portal);
}

.breadcrumb li a:hover {
  color: var(--preto-legenda-portal);
}

.breadcrumb li a i {
  color: var(--cinza-escuro-portal);
}

.breadcrumb li a span {
  font-family: 'Montserrat-Medium';
  color: var(--cinza-escuro-portal);
}

.breadcrumb li a span:hover {
  color: var(--preto-legenda-portal);
}

.breadcrumb .active a {
  color: var(--verde-portal);
  cursor: default;
}

.breadcrumb .active a:hover {
  color: var(--verde-portal);
}



/*informações*/
.parte1 {
  margin: 2rem auto 1rem;
}

.parte1 p {
  line-height: 2em;
  text-indent: 2em;
  letter-spacing: 1px;
  text-align: justify;
  font-weight: 500;
  font-size: 1em;
}
.parte1 p a{
  color: var(--verde-portal);
  text-decoration: underline;
}

/*Publicações Recentes*/

.caixa-cinza {
  background-color: var(--cinza-portal);
  padding: 3rem 0;
}

.caixa-cinza .grupo-card {
  display: grid;
  gap: 1rem;
  padding: 0;
}

.grupo-card {
  margin-top: 2rem;
}

.grupo-card .card {
  background-color: white;
  padding: 1rem;
  border-radius: .5rem;
}

.grupo-card .card .date {
  margin: 0.5rem 0 0 0;
  color: var(--cinza-escuro-portal);
  border-bottom: var(--amarelo-portal) solid 2px;
  padding-bottom: 1rem;
}

.grupo-card .card .titulo {
  font-size: 1rem;
}

.caixa-cinza .grupo-card .card .responsavel {
  margin: 0.5rem 0 0 0;
  color: var(--cinza-escuro-portal);
  padding-bottom: 1rem;
}

.caixa-cinza .grupo-card .card a {
  text-align: right;
  display: block;
}

.caixa-cinza .btn {
  display: block;
  font-size: 1em;
  margin: 3rem auto 0;
  padding: 1rem 3rem;
}

/* Dados Abertos*/

.parte3 h2 {
  margin: 3rem 0 2rem;
}

.parte3 .botoes {
  display: flex;
  gap: 3rem;
  justify-content: end;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.parte3 .lk-pdf {
  color: var(--vermelho-portal);
  display: flex;
  align-items: center;
  gap: 1rem;

}

.parte3 .btn {
  font-size: 1rem;
  padding: 1rem 3rem;
}

.parte3 p {

  line-height: 2em;
  text-indent: 2em;
  letter-spacing: 1px;
  text-align: justify;
  font-weight: 500;
}

/*PARTE 4*/
.parte4 {
  display: none;
  gap: 3rem;
  margin-top: 5rem;
}

.parte4 .caixa {
  margin-top: 1rem;
  background-color: var(--cinza-portal);
  border-radius: .5rem;
  padding: 1rem;
  display: grid;
  gap: 2rem;

}

.parte4 .caixa h5 {
  font-size: 1em;
  margin: 0 0 2rem;

}

.parte4 .caixa img {
  max-width: 80%;
  margin: 0 auto;
}

.parte4 .caixa .date {
  color: var(--cinza-escuro-portal);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: var(--amarelo-portal) solid 2px;
  width: 10em;
}

.parte4 .caixa .btn {
  font-size: 1em;
  padding: 1rem 3rem;
  justify-self: center;
  align-self: center;
  text-align: center;
}

.item {
  margin-bottom: 2rem;
  border-bottom: rgb(173, 173, 173) dotted 0.1rem;
  padding-bottom: 2rem;
}

.item .tipo-dados {
  margin-top: 1rem;
}


.barra-grupos .parte1-2 .item h4 a {
  text-decoration: none;
  color: var(--verde-portal);
}

.barra-grupos .parte1-2 .item .desc {
  color: var(--preto-legenda-portal);
  font-size: 1rem;

}

.json {
  background-color: #9777A8;
}

.zip {
  background-color: #424242;
}

.csv {
  background-color: #0d4223;
}

.tsv {
  background-color: #006AA6;
}

.xml {
  background-color: #F59E30;
}

.pdf {
  background-color: #8b1010;
}
.xlsx{
  background-color: #114657;
}




.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}


/*PAGINACAO*/

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--preto-portal);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: var(--verde-portal);
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--verde-portal);
  border-color: var(--verde-portal);
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-wrapper {
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  display: grid;
  justify-items: center;
}

/* botao da tela dos itens*/

.barra-grupos .parte1-2 .item .tipo-dados a {
  text-decoration: none;
}

.btn i {
  color: white;
}

.page_primary_action {
  margin-bottom: 20px;
  margin-top: 20px;
}

.btn-primary {
  color: #fff;
  background-color: var(--preto-portal);
  border-color: var(--preto-portal);
  font-size: 14px;

}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: var(--preto-portal);
  border-color: #020607;
}

.btn-primary:hover {
  color: #fff;
  background-color: #020607;
  border-color: #020607;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: var(--preto-portal);
  background-image: none;
  border-color: var(--preto-portal);
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: var(--verde-portal);
  border-color: #020607;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: var(--verde-portal);
  border-color: var(--verde-portal);
}

.btn-primary .badge {
  color: var(--preto-legenda-portal);
  background-color: #fff;
}

/*TABELA MENU LATERAL E RESULTADOS*/
/* .barra-grupos table {
  border-collapse: collapse;
  border: var(--cinza-escuro-portal) solid 1.5px;
  margin: 0 auto;
  min-width: 18rem;
}

.barra-grupos table thead th {
  border: var(--cinza-escuro-portal) solid 1.5px;
  color: var(--verde-portal);
  text-align: left;
  height: 4rem;
  padding: 0rem 1rem;
  background-color: var(--cinza-portal);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.barra-grupos table tbody tr td {
  border: var(--cinza-escuro-portal) solid 1px;
  text-align: left;
  height: 3rem;
  padding: 1rem 1rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--preto-legenda-portal);
}

.barra-grupos table tbody tr td:hover {
  background-color: #d4d4d42c;
}

.barra-grupos .primary,
.barra-grupos .parte1-2 {
  width: 100%;
}

.barra-grupos .parte1-2 .cabecalho {
  display: grid;
  border-bottom: #B5B5B5 1px dotted;
  padding-bottom: 1rem;
}

.barra-grupos .parte1-2 .cabecalho div {
  display: flex;
  align-items: center;
}

.barra-grupos .parte1-2 .item {
  display: grid;
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: #B5B5B5 1px dotted;
}

.barra-grupos .parte1-2 .item h4 {
  margin: 0;
}

.barra-grupos .parte1-2 .item h4 a {
  text-decoration: none;
  color: var(--verde-portal);
}


.barra-grupos .parte1-2 .item p {
  line-height: 2em;
  text-indent: 2rem;
  letter-spacing: 1px;
  text-align: justify;
  color: var(--cinza-escuro-portal);
}

*/





.form-group {
  margin-bottom: 30px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
/*footer*/
footer {
  background-color: var(--verde-portal);
  margin-top: 3rem;
}
footer .container .style-ckan-footer .left{
  margin-top: 1rem;
}
footer .container .style-ckan-footer .left a{
  display: block;
  padding: .2rem 0;
  text-decoration: none;
  color: var(--cinza-portal);
}
footer .container .style-ckan-footer .right strong{
  font-weight: 800;
  display: block;
  color: var(--cinza-portal);
  margin-top: 1rem;
  margin-bottom: .3rem;
}
footer .links {
  background-color: white;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);

}

footer .links .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1rem .5rem;
}

footer .links .container a {
  text-decoration: none;
}
footer .links .container a img{
  max-height: 3rem;
}

footer .container p {
  text-align: center;
  color: white;
  font-size: .9em;
  line-height: 1.5em;
}

footer .container b {
  text-align: center;
  color: white;
  font-size: .9em;
  line-height: 1.5em;
}

footer .container span {
  color: white;
  font-size: .6em;
  line-height: 1.5em;
  margin-top: 3rem;
  display: block;
}

.contrast-icons {
  cursor: pointer;
}


/*CONTRASTE*/
.contrast {
  background-color: var(--preto-portal);
}
.contrast .caixa-titulo{
  background-color: #242424;
}
.contrast .module-heading{
  background-color: #383838;
}
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5 {
  color: var(--amarelo-portal) !important;
}

.contrast p {
  color: white !important;
}
.contrast .item-label {
  color: var(--amarelo-portal) !important;
}

.contrast header {
  background-color: black;
}

.contrast .active a {
  color: var(--amarelo-portal);
}

.contrast .active a:hover {
  color: var(--amarelo-portal);
}

.contrast .caixa-cinza {
  background-color: var(--preto-legenda-portal);
}

.contrast .caixa-cinza .card {
  background-color: var(--preto-portal);
}
.contrast .caixa-cinza .card div {
  color: var(--cinza-portal);
}

.contrast .parte3 .btn {
  background-color: var(--amarelo-portal);
  color: var(--preto-portal);
}

.contrast .caixa {
  background-color: var(--preto-legenda-portal);
}
.contrast .item h4 a{
  color: var(--amarelo-portal);
}

/*FIM-CONTRASTE*/

/*Formulários*/
.module-content1 {
  max-width: 15em;
  margin: 2rem auto;
}

.formulario-login {
  display: grid;
  gap: 1rem;
}

.formulario-login .form-group {
  display: grid;
  gap: .5rem;
  justify-content: center;
}

.form-group {
  margin-bottom: 30px;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.formulario-login .form-group .controls label {
  display: flex;
  align-items: center;
}

.form-control {
  display: block;
  width: calc(100% - 24px);
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}


.form-group .info-block {
  position: relative;
  display: block;
  font-size: 11px;
  color: #6e6e6e;
  line-height: 1.3;
  margin-top: 6px;
}

.form-group .info-help {
  padding: 6px 0;
}

.form-group .info-help:before {
  display: none;
}

.form-group .info-help-tight {
  margin-top: -10px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.add-member-form .control-label {
  display: block;
}

.control-large .control-label {
  font-size: 18px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover {
  width: 300px;
}

.popover .popover-title {
  font-weight: bold;
  margin-bottom: 0;
}

.popover p.about {
  margin: 0 0 10px 0;
}

.popover .popover-close {
  float: right;
  text-decoration: none;
}

.popover .popover-content {
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  word-break: break-all;
}

.popover .popover-content dl {
  margin: 0;
}

.popover .popover-content dl dd {
  margin-left: 0;
  margin-bottom: 10px;
}

.popover-followee .popover-title {
  display: none;
}

.popover-followee .popover-content {
  padding: 0;
  border-radius: 3px;
}

.popover-followee .empty {
  padding: 10px;
}

.popover-followee .popover-header {
  background-color: whiteSmoke;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
}

.popover-followee .popover-header:before,
.popover-followee .popover-header:after {
  display: table;
  content: " ";
}

.popover-followee .popover-header:after {
  clear: both;
}

.popover-followee .popover-header:before,
.popover-followee .popover-header:after {
  display: table;
  content: " ";
}

.popover-followee .popover-header:after {
  clear: both;
}

.popover-followee .popover-header .input-group {
  margin-bottom: 0;
}

.popover-followee .popover-header .input-group-addon,
.popover-followee .popover-header input {
  margin: 0;
}

.popover-followee .popover-header .input-group-addon {
  padding: 4px 8px 4px 12px;
  border-right-width: 0;
  border-radius: 100px 0 0 100px;
}

.popover-followee .popover-header input {
  padding: 4px 12px 4px 8px;
  font-size: 13px;
  width: 227px;
  border-radius: 0 100px 100px 0;
}

.popover-followee .nav {
  padding: 0;
  margin: 0;
  max-height: 205px;
  overflow: auto;
  border-radius: 0 0 3px 3px;
}

.popover-followee .nav li {
  float: none;
}

.popover-followee .nav li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 10px 7px 15px;
  margin: 0;
  border-radius: 0;
}

.popover-followee .nav li a i {
  background-color: var(--verde-portal);
  color: #fff;
  margin-right: 11px;
  padding: 3px 5px;
  line-height: 1;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
}

.popover-followee .nav li a:hover i {
  background-color: #000;
}

.popover-followee .nav li.active a i {
  color: var(--verde-portal);
  background-color: #fff;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.editor textarea {
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
.editor .editor-info-block {
  border-radius: 0 0 3px 3px;
  display: block;
  float: none;
  padding: 4px 10px;
  background: #ebebeb;
  width: auto;
  border: 1px solid #ccc;
  border-top: none;
  font-size: 11px;
  color: #282828;
}

.editor .editor-info-block a {
  color: var(--verde-portal);
  text-decoration: none;
}

.formulario-login .btn {
  font-size: 1em;
  padding: .5rem 3rem;
  width: 15rem;
  text-align: center;
  display: inherit;
  margin: auto;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.classificar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: end;
  align-items: center;
}
.contrast .cabecalho .classificar .btn{
  background-color: var(--amarelo-portal) !important;
  color: var(--preto-portal);
}
.contrast .cabecalho .classificar label{
  color: var(--cinza-portal);
}

.classificar .form-control {
  width: 8rem;
}

.classificar .btn {
  font-size: .8em;
  padding: .5rem 2rem;
}

.js .image-upload .controls {
  position: relative;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

.cr-controls-reset {
  position: relative;
  margin-left: initial;
  margin-right: 5px;
  top: 2px;
}



@media screen and (min-width: 30rem) {
  .caixa-cinza .grupo-card {
    grid-template-columns: 1fr 1fr;
  }
}


@media screen and (min-width: 50rem) {

  /*Header*/

  .title {
    border-left: var(--amarelo-portal) solid 3px;
    margin: 1rem auto;
    padding-left: 3rem;
  }

  .title .campo-pesquisa button span {
    display: block;
    color: white;
  }

  .banner {
    display: block;
    margin-top: -4.5rem;
    height: 50vh;
  }

  /*Parte4*/

  .parte4 {
    grid-template-columns: 1fr 1fr;
  }

  /**/
  /* .barra-grupos {
    display: flex;
    gap: 3rem;
  } */

  /*Publicacoes*/
  .caixa-cinza .grupo-card {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  /*Footer*/

}






/*CONTEUDO INTERNO, RESULTADO DE PESQUISA E ITEM*/


.wrapper {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: 300px;
}

.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}

.wrapper:after {
  clear: both;
}

.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}

.wrapper:after {
  clear: both;
}

.main .primary {
  position: relative;
  float: right;
  margin-left: 0;
}

.primary .primary {
  float: left;
  margin-left: 0;
  margin-bottom: 20px;
}

.primary .primary h1:first-child,
.primary .primary h2:first-child,
.primary .primary h3:first-child,
.primary .primary h4:first-child {
  margin-top: 0;
}

.primary .tertiary {
  margin-bottom: 20px;
}

.main .secondary {
  padding: 0;
  z-index: 200;
  padding-right: 1px;
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: calc(100% - 2rem)
}

.module>.page-header {
  margin-top: 15px;
}

.module>.module-content:nth-child(2n) {
  padding-top: 15px;
}

.module .read-more {
  font-weight: bold;
  color: #000;
}

.module h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.module .module-tags {
  padding-bottom: 8px;
}

.module-narrow .simple-list>li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.module-narrow .module-heading,
.module-narrow .module-content,
.module-narrow .module-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.context-info .module-content {
  padding: 15px;
}

.page-header ul {
  display: flex;
}

.context-info .image {
  margin-bottom: 10px;
}

.homepage .module-search .module-content {
  border-radius: 3px 3px 0 0;
  background-color: var(--verde-portal);
  border-bottom: none;
}

.context-info .image img,
.context-info .image a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.context-info .description {
  word-wrap: break-word;
  word-break: break-all;
  overflow: auto;
}

.context-info code {
  display: block;
  font-weight: normal;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.context-info h1.heading {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.3;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.context-info .info {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dotted #DDD;
  word-break: break-word;
}

.context-info .info dl dd {
  margin-top: 3px;
  margin-left: 0;
}

.context-info .nums {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px dotted #DDD;
}

.context-info .nums:before,
.context-info .nums:after {
  display: table;
  content: " ";
}

.context-info .nums:after {
  clear: both;
}

.context-info .nums:before,
.context-info .nums:after {
  display: table;
  content: " ";
}

.context-info .nums:after {
  clear: both;
}

.context-info .nums dl {
  float: left;
  width: 50%;
  margin: 5px 0 0 0;
  color: #444;
}

.context-info .nums dl dt {
  display: block;
  font-size: 13px;
  font-weight: 300;
}

.context-info .nums dl dd {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-left: 0;
}

.context-info .nums dl dd .smallest {
  font-size: 13px;
}

.context-info .nums dl dd .smaller {
  font-size: 16px;
}

.context-info .nums dl dd .small {
  font-size: 21px;
}

.context-info .follow_button {
  margin: 15px 0;
}

.context-info.editing .module-content {
  margin-top: 0;
}

.module-content {
  padding: 30px;
}

.module>.module-content:nth-child(2n) {
  padding-top: 15px;
}


.module-shallow .module-content {
  padding: 10px;
  margin: 0;
}

.module-shallow .module-tags {
  margin-top: 0;
  margin-bottom: 0;
}

.module-shallow .module-content:first-child {
  padding-top: 10px;
}

.module-shallow .module-content:last-child {
  padding-bottom: 10px;
}

.nav-facet-tertiary .module-content.empty {
  padding: 8px 12px;
  margin-top: 0;
}

.module-narrow .module-heading,
.module-narrow .module-content,
.module-narrow .module-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.module-shallow .module-content {
  padding: 10px;
  margin: 0;
}

.module-shallow .module-tags {
  margin-top: 0;
  margin-bottom: 0;
}

.module-shallow .module-content:first-child {
  padding-top: 10px;
}

.module-shallow .module-content:last-child {
  padding-bottom: 10px;
}

.module-heading {
  margin: 0;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.3;
  background-color: #f6f6f6;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.module-heading:before,
.module-heading:after {
  display: table;
  content: " ";
}

.module-heading:after {
  clear: both;
}

.module-heading:before,
.module-heading:after {
  display: table;
  content: " ";
}

.module-heading:after {
  clear: both;
}

.module:first-child .module-heading {
  border-radius: 3px 0 0 0;
  border-top-width: 0;
}

.nav-facet-tertiary .module-heading {
  margin-bottom: 5px;
  padding: 8px 12px;
  border-bottom-width: 0;
  border-radius: 5px;
}

.nav-facet-tertiary .module-heading i {
  display: none;
}

.group .media-vertical .image {
  margin: 0 -5px 5px;
}

.group-list:nth-child(odd) {
  clear: left;
}

.group-list .module-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}

.group-list .dataset-content {
  min-height: 54px;
}

.group-list .module-heading h3 {
  margin-bottom: 2px;
}

.group-list .module-heading h3 a {
  color: #333;
}

.group-list .module-heading .media-image {
  overflow: hidden;
  max-height: 60px;
}

.group-list .module-heading .media-image img {
  max-width: 85px;
}

.module-heading [class*=" icon-"] {
  margin-right: 4px;
}

.resource-item .heading {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.resources h2 {
  margin: 2rem 0;
  font-size: 1.5rem;
}

.context-info h1.heading {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.3;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.homepage .module-search .module-content .heading {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 40px;
}

.btn-success {
  color: #fff;
  background-color: #3A833A;
  border-color: #327132;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2a602a;
  border-color: #0b190b;
}

.btn-success:hover {
  color: #fff;
  background-color: #2a602a;
  border-color: #1f471f;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2a602a;
  background-image: none;
  border-color: #1f471f;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1f471f;
  border-color: #0b190b;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #3A833A;
  border-color: #327132;
}

legend {
  border: 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 800;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: var(--verde-portal);
  border-color: var(--verde-portal);
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}


.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success .badge {
  color: #3A833A;
  background-color: #fff;
}



.resource-item .description {
  font-size: 12px;
  margin-bottom: 0;
  min-height: 12px;
}

.module .read-more {
  font-weight: bold;
  color: #000;
}

.module > .page-header {
  margin-top: 15px;
}
.module > .module-content:nth-child(2n) {
  padding-top: 15px;
}

.no-nav .module:last-child {
  margin-top: 0;
}

.module:first-child .module-heading {
  border-radius: 3px 0 0 0;
  border-top-width: 0;
}

.module-resource {
  z-index: 5;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.module-resource .actions {
  position: relative;
  float: right;
  top: -10px;
  right: -15px;
}

.actions {
  padding-left: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.actions li {
  display: inline-block;
  margin-right: 5px;
}
.actions li:last-of-type {
  margin-right: 0;
}

.resource-view {
  margin-top: 20px;
}

.m-top {
  margin-top: 15px;
}

.ckanext-datapreview {
  position: relative;
  clear: both;
  padding-top: 15px;
  margin-top: 0;
}
.ckanext-datapreview > iframe {
  min-height: 650px;
}
.ckanext-datapreview > img {
  max-height: 500px;
  max-width: 100%;
  overflow: hidden;
}
.resource-view .actions {
  right: 0;
}

.resource-view .actions {
  right: 0;
}
.resource-view-filters {
  margin-bottom: 1em;
}

.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.resource-view-filters .resource-view-filter {
  margin-bottom: 1em;
}
.resource-view-filters .resource-view-remove-filter {
  cursor: pointer;
  color: #b55457;
}
.resource-view-filters .resource-view-filter-values .select2-container {
  margin-right: 0.3em;
  margin-bottom: 0.2em;
  width: 24% !important;
}
.resource-view-filters .resource-view-filter-values .select2-container .select2-search-choice-close {
  left: auto;
}
.resource-view-list.reordering {
  margin: -10px -10px 0;
}
.resource-view-list.reordering li {
  margin-bottom: 10px;
  border-radius: 3px;
  cursor: move;
}
.resource-view-list.reordering li a {
  cursor: inherit;
}
.resource-view-list.reordering li .handle {
  padding: 0;
  display: block;
  position: absolute;
  color: #888;
  left: -31px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}
.resource-view-list.reordering li .handle:hover {
  text-decoration: none;
}
.resource-view-list.reordering li:hover .handle {
  background-color: #eee;
}
.resource-view-list.reordering li.ui-sortable-helper {
  background-color: #eee;
  border: 1px solid #187794;
}
.resource-view-list.reordering li.ui-sortable-helper .handle {
  background-color: #eee;
  border-color: #187794;
  color: #333;
}
.resource-view-list > li > a {
  border-radius: 0;
}
.resource-view-list li {
  margin-bottom: -3px;
  border: 1px solid #ddd;
}
.resource-view-list li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.resource-view-list li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.resource-view-list li .handle {
  display: none;
}
.view-preview-container .actions {
  right: 15px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 15px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #206b82;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-facet-tertiary .nav {
  margin-bottom: 0;
}

.nav-facet-tertiary .module-content.empty {
  padding: 8px 12px;
  margin-top: 0;
}

.nav-facet-tertiary .nav li.active {
  position: relative;
}

.nav-facet-tertiary .nav li.active>a:hover:after,
.nav-facet-tertiary .nav li.active>a:after {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../base/images/sprite-ckan-icons.png");
  background-repeat: no-repeat;
  background-position: 16px 16px;
  width: 17px;
  height: 17px;
  background-position: 0px -16px;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
}

.btn [class^="icon-"],
.nav [class^="icon-"],
.module-heading [class^="icon-"],
.dropdown [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"],
.module-heading [class*=" icon-"],
.dropdown [class*=" icon-"] {
  margin-right: 4px;
}

.masthead .nav>li>a,
.masthead .nav>li>a:focus,
.masthead .nav>li>a:hover,
.masthead .nav>.active>a,
.masthead .nav>.active>a:hover,
.masthead .nav>.active>a:focus {
  color: #fff;
  text-shadow: none;
}

.masthead .nav>li.dropdown>a,
.masthead .nav>li.dropdown>a:focus,
.masthead .nav>li.dropdown>a:hover {
  color: #fff;
  background-color: transparent;
}

.masthead .nav>li.dropdown.open>a,
.masthead .nav>li.dropdown.open>a:focus,
.masthead .nav>li.dropdown.open>a:hover,
.masthead .nav>li.dropdown:hover>a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0;
}

.masthead .nav>li.dropdown:hover > .dropdown-menu {
  display: block;
}

.masthead .dropdown-menu {
  background-color: #00B950;
  border: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  padding: 4px 0;
  margin-top: 0;
}

.masthead .dropdown-menu > li > a {
  color: #fff;
  padding: 8px 16px;
  white-space: nowrap;
}

.masthead .dropdown-menu > li > a:hover,
.masthead .dropdown-menu > li > a:focus {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.popover-followee .nav {
  padding: 0;
  margin: 0;
  max-height: 205px;
  overflow: auto;
  border-radius: 0 0 3px 3px;
}

.popover-followee .nav li {
  float: none;
}

.popover-followee .nav li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 10px 7px 15px;
  margin: 0;
  border-radius: 0;
}

.popover-followee .nav li a i {
  background-color: var(--verde-portal);
  color: #fff;
  margin-right: 11px;
  padding: 3px 5px;
  line-height: 1;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
}

.popover-followee .nav li a:hover i {
  background-color: #000;
}

.popover-followee .nav li.active a i {
  color: var(--verde-portal);
  background-color: #fff;
}

.nav-simple,
.nav-aside {
  padding-left: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 0;
}

.nav-simple:before,
.nav-aside:before,
.nav-simple:after,
.nav-aside:after {
  display: table;
  content: " ";
}

.nav-simple:after,
.nav-aside:after {
  clear: both;
}

.nav-simple:before,
.nav-aside:before,
.nav-simple:after,
.nav-aside:after {
  display: table;
  content: " ";
}

.nav-simple:after,
.nav-aside:after {
  clear: both;
}

.nav-simple>li,
.nav-aside>li {
  font-size: 12px;
  line-height: 1.16666667em;
  padding: 7px 25px;
  border-bottom: 1px dotted #ddd;
}

.nav-simple>li:last-of-type,
.nav-aside>li:last-of-type {
  border-bottom: 0;
}

.nav-simple .ckan-icon,
.nav-aside .ckan-icon {
  position: relative;
  top: 0px;
}

.nav-simple>.nav-btn {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.nav-simple>.nav-btn .btn {
  display: inline-block;
}

.nav-item>a,
.nav-aside li a {
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
  margin: -7px -25px;
  padding: 7px 25px;
}

.nav-item.active,
.nav-aside li.active {
  background-color: #f6f6f6;
}

.nav-item.active>a,
.nav-aside li.active a {
  position: relative;
  color: #FFF;
  background-color: #00B950;
}

.nav-item.active>a:hover,
.nav-aside li.active a:hover {
  color: #FFF;
  background-color: #00B950;
}

.nav-item.active>a span,
.nav-aside li.active a span {
  color: #FFF;
}

.nav-facet .nav-item>a:hover:after,
.nav-facet .nav-item.active>a:after {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../base/images/sprite-ckan-icons.png");
  background-repeat: no-repeat;
  background-position: 16px 16px;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
}

.nav-facet .nav-item>a:hover:after {
  width: 17px;
  height: 17px;
  background-position: -17px -16px;
}

.nav-facet .nav-item.active>a:after {
  width: 17px;
  height: 17px;
  background-position: 0px -16px;
  right: 3px;
}

.nav-item.active>a span,
.nav-aside li.active a span {
  white-space: nowrap;
  overflow: hidden;
}

.module-narrow .nav-item>a,
.module-narrow .nav-aside li a {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.module-narrow .nav-item.image,
.module-narrow .nav-aside li.image {
  position: relative;
}

.module-narrow .nav-item.image>a,
.module-narrow .nav-aside li.image a {
  padding-left: 42px;
  padding-right: 42px;
}

.module-narrow .nav-item.image>img,
.module-narrow .nav-aside li.image img {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.nav-facet .nav-item>a:hover:after,
.nav-facet .nav-item.active>a:after {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../base/images/sprite-ckan-icons.png");
  background-repeat: no-repeat;
  background-position: 16px 16px;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
}

.nav-facet .nav-item>a:hover:after {
  width: 17px;
  height: 17px;
  background-position: -17px -16px;
}

.nav-facet .nav-item.active>a:after {
  width: 17px;
  height: 17px;
  background-position: 0px -16px;
  right: 3px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.module>.page-header {
  margin-top: 15px;
}

.page-header {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
  border-radius: 0 3px 0 0;
}

.page-header.module-content {
  padding-top: 15px;
  padding-bottom: 0;
}

.page-header:before,
.page-header:after {
  display: table;
  content: " ";
}

.page-header:after {
  clear: both;
}

.page-header:before,
.page-header:after {
  display: table;
  content: " ";
}

.page-header:after {
  clear: both;
}

.page-header .nav-tabs {
  float: left;
  margin-bottom: -1px;
}

.page-header .nav-tabs li.active a,
.page-header .nav-tabs a:hover {
  background-color: #fff;
}

.page-header .content_action {
  float: right;
  margin-top: -3px;
}

.no-nav .page-header {
  border-radius: 3px 3px 0 0;
}

.btn>.caret,
.dropup>.btn>.caret {
  border-top-color: #000 !important;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}


.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}


.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}


.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}


.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

.btn .label {
  position: relative;
  top: -1px;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.carousel-caption .btn {
  text-shadow: none;
}

.embedded-content h1 {
  font-size: 1.8em;
}

.embedded-content h2 {
  font-size: 1.4em;
}

.embedded-content h3 {
  font-size: 1.2em;
}

.dataset-resources {
  margin-top: 8px;
}

.dataset-resources li {
  display: inline;
}

.dataset-resources li a {
  background-color: #6e6e6e;
}

.resource-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.resource-list.reordering .resource-item .handle {
  display: block;
  position: absolute;
  color: #888;
  left: -31px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}

.resource-list.reordering .resource-item .handle:hover {
  text-decoration: none;
}

.resource-list.reordering .resource-item:hover .handle {
  background-color: #eee;
}

.resource-list.reordering .resource-item.ui-sortable-helper {
  background-color: #eee;
  border: 1px solid #082916;
}

.resource-list.reordering .resource-item.ui-sortable-helper .handle {
  background-color: #eee;
  border-color: var(--verde-portal);
  color: #333;
}

.resource-item .handle {
  display: none;
}

.resource-item {
  position: relative;
  padding: 10px 10px 10px 60px;
  margin-bottom: 0px;
  border-radius: 3px;
}

.resource-item:hover {
  background-color: #eee;
}

.resource-item .heading {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.resource-item .format-label {
  position: absolute;
  top: 10px;
  left: 10px;
}

.resource-item .description {
  font-size: 12px;
  margin-bottom: 0;
  min-height: 12px;
}

.resource-item .btn-group {
  position: absolute;
  top: 9px;
  right: 10px;
}

.resource-item .btn-group .btn i {
  color: white;
}

.format-label {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../../base/images/sprite-ckan-icons.png");
  background-repeat: no-repeat;
  background-position: 16px 16px;
  text-indent: -900em;
  background: url("../../base/images/sprite-resource-icons.png") no-repeat 0 0;
}

.format-label {
  width: 60px;
  height: 65px;
  background-position: -1720px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=html],
.format-label[data-format*=html] {
  width: 60px;
  height: 65px;
  background-position: -120px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=json],
.format-label[data-format*=json] {
  width: 60px;
  height: 65px;
  background-position: -220px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=xml],
.format-label[data-format*=xml] {
  width: 60px;
  height: 65px;
  background-position: -320px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=txt],
.format-label[data-format*=txt] {
  width: 60px;
  height: 65px;
  background-position: -420px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=doc],
.format-label[data-format*=doc],
.format-label[data-format=docx],
.format-label[data-format*=docx] {
  width: 60px;
  height: 65px;
  background-position: -520px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=odt],
.format-label[data-format*=odt] {
  width: 60px;
  height: 65px;
  background-position: -620px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=csv],
.format-label[data-format*=csv] {
  width: 60px;
  height: 65px;
  background-position: -720px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=xls],
.format-label[data-format*=xls] {
  width: 60px;
  height: 65px;
  background-position: -820px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=zip],
.format-label[data-format*=zip] {
  width: 60px;
  height: 65px;
  background-position: -920px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=api],
.format-label[data-format*=api] {
  width: 60px;
  height: 65px;
  background-position: -1020px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=pdf],
.format-label[data-format*=pdf] {
  width: 60px;
  height: 65px;
  background-position: -1120px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=rdf],
.format-label[data-format*=rdf] {
  width: 60px;
  height: 65px;
  background-position: -1220px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=wms],
.format-label[data-format*=wms] {
  width: 60px;
  height: 65px;
  background-position: -1320px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=png],
.format-label[data-format*=png] {
  width: 60px;
  height: 65px;
  background-position: -1420px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=jpg],
.format-label[data-format*=jpg],
.format-label[data-format=jpeg],
.format-label[data-format*=jpeg] {
  width: 60px;
  height: 65px;
  background-position: -1520px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=gif],
.format-label[data-format*=gif] {
  width: 60px;
  height: 65px;
  background-position: -1620px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=wfs],
.format-label[data-format*=wfs] {
  width: 60px;
  height: 65px;
  background-position: -1820px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=gml],
.format-label[data-format*=gml] {
  width: 60px;
  height: 65px;
  background-position: -1920px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=wmts],
.format-label[data-format*=wmts] {
  width: 60px;
  height: 65px;
  background-position: -2020px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=kml],
.format-label[data-format*=kml] {
  width: 60px;
  height: 65px;
  background-position: -2120px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.format-label[data-format=geo],
.format-label[data-format*=geo] {
  width: 60px;
  height: 65px;
  background-position: -2220px -220px;
  transform: scale(0.53);
  margin: -14px 0 0 -14px;
}

.simple-input .field {
  position: relative;
}
.simple-input .field-bordered {
  border-bottom: 1px dotted #ddd;
}
.simple-input .field input {
  height: auto;
}
.simple-input .field .btn-search {
  position: absolute;
  display: block;
  height: 17px;
  width: 17px;
  padding: 0;
  top: 70%;
  right: 10px;
  margin-top: -10px;
  background-color: transparent !important;
  border: none;
  color: #999;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.simple-input .field .btn-search:hover {
  color: #000;
}
.user-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.user-list li {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.purge-all {
  float: right;
  margin-bottom: 15px;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navbar-collapse.in {
  overflow-y: auto;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.user-list .user-image {
  margin-right: 16px;
  margin-bottom: 3px;
  border-radius: 100px;
}
.btn-default span {
  color: #FFF;
  font-size: 1rem;
}
.nav-tabs .fa{
  color: #242424;
}
.btn-danger .fa{
  color: white;
}

.btn-default {
  color: #FFF;
  background-color: #242424;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #fff;
  background-color: #181818;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: var(--verde-portal);
  background-image: none;
  border-color: var(--verde-portal);
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0f323c;
  border-color: #020607;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2a602a;
  background-image: none;
  border-color: #1f471f;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1f471f;
  border-color: #0b190b;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.pull-right {
  float: right !important;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #206b82;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}


.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
label {
  cursor: pointer;
  font-size: 14px;
}
label:after {
  content: ":";
}
label.radio:after,
label.checkbox:after {
  content: "";
}
.cr-controls-reset {
  position: relative;
  margin-left: initial;
  margin-right: 5px;
  top: 2px;
}
.checkbox input[type=checkbox] {
  position: relative;
  margin-left: initial;
  margin-right: 5px;
  top: 2px;
}
.radio input[type=radio] {
  position: relative;
  margin-left: initial;
  margin-right: 5px;
  top: 2px;
}
select {
  padding: 4px;
}
textarea {
  max-width: 100%;
}

.slug-preview {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
  margin-left: 10px;
}
.slug-preview-value {
  background-color: #faedcf;
  margin-right: 3px;
}
.form-group .btn {
  position: relative;
  top: 6px;
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox,
.radio {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.btn [class^="icon-"],
.nav [class^="icon-"],
.module-heading [class^="icon-"],
.dropdown [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"],
.module-heading [class*=" icon-"],
.dropdown [class*=" icon-"] {
  margin-right: 4px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.js .dropdown .dropdown-menu,
.js .dropdown:hover .dropdown-menu {
  display: none;
}

.js .dropdown.open .dropdown-menu {
  display: block;
}

.show-filters.btn,
.hide-filters {
  display: none;
}

.activity {
  padding: 0;
  list-style-type: none;
  background: transparent url('../../base/images/dotted.png') 14px 0 repeat-y;
}

.activity .item {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
}

.activity .item:before,
.activity .item:after {
  display: table;
  content: " ";
}

.activity .item:after {
  clear: both;
}

.activity .item:before,
.activity .item:after {
  display: table;
  content: " ";
}

.activity .item:after {
  clear: both;
}

.activity .item .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  margin-right: 10px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.activity .item .user-image {
  border-radius: 100px;
}

.activity .item .actor .user-image {
  position: absolute;
  top: 0;
  left: 40px;
}

.activity .item p {
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0 0 80px;
}

.activity .item .date {
  color: #999;
  font-size: 12px;
  white-space: nowrap;
}

.activity .item .new {
  display: block;
  position: absolute;
  overflow: hidden;
  top: -3px;
  left: -3px;
  width: 10px;
  height: 10px;
  background-color: #A35647;
  border: 1px solid #FFF;
  text-indent: -1000px;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.activity .item.no-avatar p {
  margin-left: 40px;
}

.activity .load-less {
  margin-bottom: 15px;
}

.activity .item .icon {
  background-color: #999999;
}

.activity .item.failure .icon {
  background-color: #B95252;
}

.activity .item.success .icon {
  background-color: #69A67A;
}

.activity .item.added-tag .icon {
  background-color: #6995a6;
}

.activity .item.changed-group .icon {
  background-color: #767DCE;
}

.activity .item.changed-package .icon {
  background-color: #8c76ce;
}

.activity .item.changed-package_extra .icon {
  background-color: #769ace;
}

.activity .item.changed-resource .icon {
  background-color: #aa76ce;
}

.activity .item.changed-user .icon {
  background-color: #76b8ce;
}

.activity .item.changed-organization .icon {
  background-color: #699fa6;
}

.activity .item.deleted-group .icon {
  background-color: #B95252;
}

.activity .item.deleted-package .icon {
  background-color: #b97452;
}

.activity .item.deleted-package_extra .icon {
  background-color: #b95274;
}

.activity .item.deleted-resource .icon {
  background-color: #b99752;
}

.activity .item.deleted-organization .icon {
  background-color: #b95297;
}

.activity .item.new-group .icon {
  background-color: #69A67A;
}

.activity .item.new-package .icon {
  background-color: #69a68e;
}

.activity .item.new-package_extra .icon {
  background-color: #6ca669;
}

.activity .item.new-resource .icon {
  background-color: #81a669;
}

.activity .item.new-user .icon {
  background-color: #69a6a3;
}

.activity .item.new-organization .icon {
  background-color: #81a669;
}

.activity .item.removed-tag .icon {
  background-color: #b95297;
}

.activity .item.deleted-related-item .icon {
  background-color: #b9b952;
}

.activity .item.follow-dataset .icon {
  background-color: #767DCE;
}

.activity .item.follow-user .icon {
  background-color: #8c76ce;
}

.activity .item.new-related-item .icon {
  background-color: #95a669;
}

.activity .item.follow-group .icon {
  background-color: #8ba669;
}


.pill {
  display: inline-block;
  background-color: #4e5f65;
  color: #FFF;
  padding: 2px 10px 1px 10px;
  margin-right: 5px;
  font-weight: normal;
  border-radius: 100px;
}

.pill a {
  color: #FFF;
}

.pill a.remove {
  font-size: 11px;
}

.dataset-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dataset-heading {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.3;
}

.dataset-heading a {
  color: #333;
}

.dataset-heading .label {
  position: relative;
  top: -1px;
}

.label-inverse {
  background-color: #555555;
}

.dataset-private {
  margin-right: 10px;
  text-transform: uppercase;
}

.dataset-private .icon-lock {
  width: 9px;
}

.dataset-private.pull-right {
  margin-right: 0;
}

.dataset-resources {
  margin-top: 8px;
}

.dataset-resources li {
  display: inline;
}

.dataset-resources li a {
  background-color: #6e6e6e;
}

.dataset-heading .popular {
  top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.masthead {
  margin-bottom: initial;
  padding: 0 0 10px 0;
  color: #fff;
  background-color: #00B950;
}

.masthead:before,
.masthead:after {
  display: table;
  content: " ";
}

.masthead:after {
  clear: both;
}

.masthead:before,
.masthead:after {
  display: table;
  content: " ";
}

.masthead:after {
  clear: both;
}

.masthead .container {
  position: relative;
}

.masthead a {
  color: #fff;
}

.masthead hgroup h1,
.masthead hgroup h2 {
  float: left;
  font-size: 30px;
  line-height: 1.5;
}

.masthead hgroup h1 {
  font-weight: 900;
  letter-spacing: -1px;
  margin: 3px 0;
}

.masthead hgroup h2 {
  position: absolute;
  bottom: -3px;
  left: 0;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  white-space: nowrap;
}

.masthead .logo {
  display: inline-block;
}

.masthead .logo img {
  max-height: 60px;
}

.masthead .navbar-collapse {
  padding: 0;
}

.masthead .section {
  float: left;
}

.site-footer .nav>li>a,
.site-footer .nav>li>a:focus,
.site-footer .nav>li>a:hover,
.site-footer .nav>.active>a,
.site-footer .nav>.active>a:hover,
.site-footer .nav>.active>a:focus {
  color: #fff;
  text-shadow: none;
}

.popover-followee .nav {
  padding: 0;
  margin: 0;
  max-height: 205px;
  overflow: auto;
  border-radius: 0 0 3px 3px;
}

.popover-followee .nav li {
  float: none;
}

.popover-followee .nav li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 10px 7px 15px;
  margin: 0;
  border-radius: 0;
}

.fa-bars {
  color: white;
}

.popover-followee .nav li a i {
  background-color: var(--verde-portal);
  color: #fff;
  margin-right: 11px;
  padding: 3px 5px;
  line-height: 1;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
}

.popover-followee .nav li a:hover i {
  background-color: #000;
}

.popover-followee .nav li.active a i {
  color: var(--verde-portal);
  background-color: #fff;
}

.nav-pills>li {
  float: none;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #206b82;
}

@media (min-width: 768px) and (max-width: 991px) {
  .masthead .navigation.section {
    float: right;
  }

}

.masthead .navigation .nav-pills {
  margin: 0;
}

.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
  background-color: #052016;
}

.masthead .nav>li>a,
.masthead .nav>li>a:focus,
.masthead .nav>li>a:hover,
.masthead .nav>.active>a,
.masthead .nav>.active>a:hover,
.masthead .nav>.active>a:focus {
  color: #fff;
  text-shadow: none;
}

.masthead .site-search {
  margin: 4px 8px 4px 0;
}

.masthead .site-search input {
  width: 200px;
  padding: 5px 10px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.masthead .btn-navbar-btn,
.masthead .btn-navbar-btn:hover,
.masthead .btn-navbar-btn:focus,
.masthead .btn-navbar-btn:active,
.masthead .btn-navbar-btn.active,
.masthead .btn-navbar-btn.disabled,
.masthead .btn-navbar-btn[disabled] {
  background-color: #003647;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  margin-top: 15px;
}

.masthead .btn-navbar-btn .icon-bar,
.masthead .btn-navbar-btn:hover .icon-bar,
.masthead .btn-navbar-btn:focus .icon-bar,
.masthead .btn-navbar-btn:active .icon-bar,
.masthead .btn-navbar-btn.active .icon-bar,
.masthead .btn-navbar-btn.disabled .icon-bar,
.masthead .btn-navbar-btn[disabled] .icon-bar {
  margin-right: 0;
}

.masthead .debug {
  position: absolute;
  top: 37px;
  left: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.nav-tabs .fa:last-child,
.module-heading .fa:last-child,
.btn .fa:last-child {
  margin-right: 3px;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}
.caixa-titulo{
  background-color: #F5F5F5;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border-top: 1px solid #5d726f;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.masthead .navbar-collapse {
  padding: 10px 0;
}

.select2-container-multi .select2-drop {
  margin-top: -2px;
}

.select2-container .select2-choice input,
.select2-container-multi .select2-choices .select2-search-field:first-child input {
  font-size: 14px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 29px;
}
.select2-container .select2-choice input,
.select2-container-multi .select2-choices .select2-search-field:first-child input {
  padding-left: 10px;
}

.select2-container {
  margin-top: 1px;
  margin-bottom: 7.5px;
}
.select2-container-multi {
  margin-top: 0;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 8px 5px 22px;
}
.select2-container-multi.select2-container .select2-choices {
  padding-top: 3px;
  padding-bottom: 3px;
}
.select2-search-choice-close,
.select2-container-multi .select2-search-choice-close {
  top: 6px;
  left: 5px;
}
.select2-container-multi .select2-choices {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background-color: #fff;
  border: 1px solid #ccc;
}
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (max-width: 767px) {

  .js .show-filters.btn {
    display: block;
    background: #242424;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    text-align: center;
    margin: 2rem auto;
    display: block;
  }

  .nav-pills {
    display: grid;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }

  .js body.filters-modal .secondary .filters .hide-filters {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    opacity: 0.6;
  }

  .js body.filters-modal .secondary .filters .hide-filters i {
    font-size: 18px;
  }
}

@media (min-width: 768px) {

  .main {
    padding-top: 10px;
  }
  .form-actions {
    text-align: right;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }

  .navbar {
    border-radius: 4px;
  }


  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }

  .navbar-static-top {
    border-radius: 0;
  }

  .navbar-static-top {
    z-index: 1;
    border-width: 0 0 1px;
    border-top: 1px solid #5d726f;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: hidden;
  }


  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .nav-pills>li {
    float: left;
  }

  .form-actions .action-info {
    float: left;
    width: 50%;
    margin-right: 15px;
  }
  .form-narrow .form-actions {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px 0;
  }

  .nav-item.active>a:before,
  .nav-aside li.active a:before {
    content: ' ';
    position: absolute;
    border: 20px solid transparent;
    border-right: none;
    border-left-color: #647A82;
    border-left-width: 6px;
    top: 0;
    bottom: 0;
    right: -6px;
  }

  .wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    border-right: 1px solid #ddd;
    z-index: 1;
  }

  .wrapper.no-nav:before {
    display: none;
  }

  .wrapper.no-nav .module>.page-header {
    margin-top: 0;
  }

  .col-sm-3,
  .col-sm-9 {
    float: left;
    width: 25%;
  }

  .col-sm-9 {
    width: 70%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .wrapper.no-nav .module>.page-header {
    margin-top: 0;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }


  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }

}

.js .image-upload .btn {
  position: relative;
  top: 0;
  margin-right: 10px;
}

.js .image-upload .btn.hover {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.control-required {
  color: var(--vermelho-portal);
}

.form-actions .control-required-message {
  float: left;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 30px;
}

.form-actions .control-required-message:first-child {
  margin-left: 0;
}

.form-actions {
  overflow: auto;
}

.form-actions .action-info {
  line-height: 2;
  text-align: left;
  color: #707070;
  margin: 0;
}

.form-actions .action-info.small {
  font-size: 11px;
  line-height: 1.2;
}

.js .image-upload .btn-remove-url {
  position: absolute;
  margin-right: 0;
  top: 6px;
  right: 5px;
  padding: 0 12px;
  border-radius: 100px;
  background-color: var(--vermelho-portal);
  font-size: 14px;
  font-family: Montserrat-Medium;
}

.js .image-upload .btn-remove-url .icon-remove {
  margin-right: 0;
}

.js .image-upload .error-inline {
  margin-top: 5px;
  margin-left: 2px;
  font-weight: bold;
}

.context-info .image {
  margin-bottom: 10px;
}

.context-info .image img,
.context-info .image a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.table-bulk-edit .table-actions .btn-group {
  float: left;
  margin: 0 10px 0 0;
}

.homepage .module-search .tags {
  padding: 5px 10px 10px 10px;
  background-color: #003647;
  border-radius: 0 0 3px 3px;
}

.homepage .module-search .tags:before,
.homepage .module-search .tags:after {
  display: table;
  content: " ";
}

.homepage .module-search .tags:after {
  clear: both;
}

.homepage .module-search .tags:before,
.homepage .module-search .tags:after {
  display: table;
  content: " ";
}

.homepage .module-search .tags:after {
  clear: both;
}

.homepage .module-search .tags h3,
.homepage .module-search .tags .tag {
  display: block;
  float: left;
  margin: 5px 10px 0 0;
}

.homepage .module-search .tags h3 {
  font-size: 14px;
  line-height: 1.42857143;
  padding: 2px 8px;
}

.tag-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
  padding: 10px 10px 5px 10px;
}

.tag-list li {
  display: inline-block;
  margin-right: 5px;
}

.tag-list li:last-child {
  margin-right: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.tag {
  display: inline-block;
  margin-bottom: 4px;
  color: #111;
  background-color: #f6f6f6;
  padding: 1px 10px;
  border: 1px solid #dddddd;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

a.tag:hover {
  text-decoration: none;
  color: #fff;
  background-color: var(--verde-portal);
  border: 1px solid var(--verde-portal);
  -webkit-box-shadow: inset 0 1px 0 var(--verde-portal);
  box-shadow: inset 0 1px 0 var(--verde-portal);
}

.tag-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
  padding: 10px 10px 5px 10px;
}

.tag-list li {
  display: inline-block;
  margin-right: 5px;
}

.tag-list li:last-child {
  margin-right: 0;
}

.homepage .module-search .tags {
  padding: 5px 10px 10px 10px;
  background-color: var(--preto-portal);
  border-radius: 0 0 3px 3px;
}

.homepage .module-search .tags:before,
.homepage .module-search .tags:after {
  display: table;
  content: " ";
}

.homepage .module-search .tags:after {
  clear: both;
}

.homepage .module-search .tags:before,
.homepage .module-search .tags:after {
  display: table;
  content: " ";
}

.homepage .module-search .tags:after {
  clear: both;
}

.homepage .module-search .tags h3,
.homepage .module-search .tags .tag {
  display: block;
  float: left;
  margin: 5px 10px 0 0;
}

.homepage .module-search .tags h3 {
  font-size: 14px;
  line-height: 1.42857143;
  padding: 2px 8px;
}

.additional-info td,
.additional-info th {
  width: 50%;
}

.form-actions .btn {
  margin-top: 5px;
}
.contrast p a{
  color: var(--cinza-portal);
}

.site-footer .section {
  float: left;
}

.site-footer .navigation .nav-pills {
  margin-bottom: 0;
}
.site-footer a{
  color: white !important;
}
.site-footer .navigation .nav-pills li a:hover,
.site-footer .navigation .nav-pills li a:focus,
.site-footer .navigation .nav-pills li.active a {
  background-color: #003647;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-muted {
  color: #555555;
}

.prose h1,
.prose heading-1 h2,
.prose heading-2 {
  margin-bottom: 15px;
}
.prose h3,
.prose heading-3 {
  margin-bottom: 10px;
}

.nav-tabs-plain {
  padding: 0 25px;
}
.nav-tabs-plain > .active > a,
.nav-tabs-plain > .active > a:hover {
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer .navigation.section {
    float: right;
  }
}

@media (max-width: 991px) {
  .page-header .nav-tabs {
    margin: 5px 10px 10px -5px;
    border: none;
  }

  .form-actions .btn {
    margin-top: 5px;
  }

  .page-header .nav-tabs > li {
    float: none;
  }
  .page-header .nav-tabs > li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .page-header .nav-tabs > .active > a,
  .page-header .nav-tabs > .active > a:hover,
  .page-header .nav-tabs > .active > a:focus {
    border-bottom-color: #dddddd;
  }

  .navbar-toggle {
    margin-right: 0;
  }

  .masthead .section {
    float: none;
  }

  .masthead .section .navbar-collapse {
    margin-bottom: 25px;
  }

  .masthead .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .masthead .site-search {
    display: none;
  }


  .page-header .nav-tabs>li {
    float: none;
  }

  .page-header .nav-tabs>li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .page-header .nav-tabs>.active>a,
  .page-header .nav-tabs>.active>a:hover,
  .page-header .nav-tabs>.active>a:focus {
    border-bottom-color: #dddddd;
  }

  .dataset-item {
    word-wrap: break-word;
  }

  .resource-item .btn-group {
    display: none;
  }
}

@media (min-width: 992px) {
  .search-form .control-order-by {
    float: right;
    margin-left: 15px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .homepage.layout-1 .row1 .col2 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .homepage.layout-1 .row1 .col2 .module-search {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .col-md-6 {
    width: 45%;
    width: calc(50% - 3rem);
  }

  .masthead .site-search {
    margin-left: 15px;
  }

  .masthead .navbar-collapse {
    float: right;
    margin-right: -1rem;
  }

  .tertiary .search-form .control-order-by {
    float: none;
    margin: 0;
  }

  .form-group .info-block {
    padding: 5px 0 5px 10px;
  }

  .form-group .info-inline {
    margin-top: 0;
    padding-bottom: 0;
  }
}

form .control-medium .info-block.info-inline {
  width: 165px;
}

.form-group .info-block:before {
  font-size: 2.2em;
  position: absolute;
  left: 0;
  top: 2px;
}

.form-group .info-block a {
  color: #6e6e6e;
  text-decoration: underline;
}
.info-block .icon-large,
.info-inline .icon-large {
  float: left;
  font-size: 22px;
  margin-right: 15px;
}

.form-group .info-inline:before {
  top: 8px;
}

.info-block .icon-large,
.info-inline .icon-large {
  float: left;
  font-size: 22px;
  margin-right: 15px;
}

.form-group .info-block a {
  color: #6e6e6e;
  text-decoration: underline;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea,
.form-group.has-error .input-group .input-group-addon,
.form-group.has-error .input-group .input-group-addon {
  border-color: #c6898b;
}

.form-group select,
.form-group .select2-container {
  max-width: 100%;
  width: 100% !important;
}

.form-group.has-error .select2-container input:focus,
.form-group.has-error .select2-container select:focus,
.form-group.has-error .select2-container textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.table {
  border-collapse: collapse !important;
}

.table td,
.table th {
  background-color: #fff !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.table-chunky td,
.table-chunky th {
  padding: 12px 15px;
  font-size: 12px;
}

.table-chunky thead th,
.table-chunky thead td {
  color: #fff;
  background-color: #aaa;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: transparent;
}

.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
  background-color: #f2f2f2;
}

.table-chunky.table-bordered {
  border-radius: 2px;
}

.table-chunky.table-bordered thead:first-child tr:first-child th:first-child,
.table-chunky.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}

.table-chunky.table-bordered thead:first-child tr:first-child th:last-child,
.table-chunky.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}

.table-chunky.table-bordered thead:last-child tr:last-child th:first-child,
.table-chunky.table-bordered tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}

.table-chunky.table-bordered thead:last-child tr:last-child th:last-child,
.table-chunky.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}

.table-selected td {
  background-color: #fff;
}

.table-selected td .edit {
  display: block;
}

.table-bulk-edit th input {
  top: -5px;
}

.table-bulk-edit .table-actions .btn-group {
  float: left;
  margin: 0 10px 0 0;
}

.table-bulk-edit .context p {
  margin-bottom: 0;
}

.table-header thead th {
  background-color: #f6f6f6;
}

.table-edit-hover .edit {
  display: none;
  float: right;
}

.table-edit-hover tr:hover .edit {
  display: block;
}

.js .table-toggle-more .toggle-more {
  display: none;
}

.js .table-toggle-more .show-more {
  display: inline;
}

.js .table-toggle-more .show-less {
  display: none;
}

.js .table-toggle-more .toggle-seperator {
  display: table-row;
}

.js .table-toggle-more .toggle-seperator td {
  height: 11px;
  padding: 0;
  background-image: url("../../base/images/table-seperator.png");
}

.js .table .toggle-show td {
  background: none;
  text-align: center;
}

.js .table-toggle-less .show-less {
  display: inline;
}

.js .table-toggle-less .show-more {
  display: none;
}

.js .table-toggle-less .toggle-seperator {
  display: none;
}

/*organizacoes*/

.hide-heading {
  display: none;
}

.search-form {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #ddd;
}

.search-form .search-input {
  position: relative;
  margin-bottom: 20px;
}

.search-form .search-input input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: auto;
}

.search-form .search-input button {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
}

.search-form .search-input button span {
  display: none;
}

.search-form .search-input button i {
  color: #ccc;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.search-form .search-input button:hover i {
  color: #000;
}

.search-form .search-input.search-giant input {
  font-size: 16px;
  padding: 15px;
}

.search-form .search-input.search-giant button {
  margin-top: -15px;
  right: 15px;
}

.search-form .search-input.search-giant button i {
  font-size: 28px;
  width: 28px;
}

.search-form .control-order-by label,
.search-form .control-order-by select {
  display: inline;
}

.search-form .control-order-by .form-control {
  width: auto;
}

.input-group .form-control {
  z-index: 0;
}

.search-form .filter-list {
  color: #444;
  line-height: 32px;
  margin: 10px 0 0 0;
}

.search-form .filter-list .pill {
  line-height: 21px;
}

.search-form .filter-list .extra {
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}

.search-form.no-bottom-border {
  border-bottom-width: 0;
  margin-bottom: 0;
}

.search-form .search-input-group {
  margin-bottom: 30px;
}

.media-grid {
  padding-left: 0;
  margin: 0;
  list-style: none;
  min-height: 205px;
  padding-top: 15px;
  border: 1px solid #ddd;
  border-width: 1px 0;
}

.media-grid:before,
.media-grid:after {
  display: table;
  content: " ";
}

.media-grid:after {
  clear: both;
}

.media-grid:before,
.media-grid:after {
  display: table;
  content: " ";
}

.media-grid:after {
  clear: both;
}

.media-item {
  position: relative;
  float: left;
  width: 178px;
  padding: 15px;
  margin: 0 0 15px 15px;
  border-radius: 3px;
}


.media-item span.count {
  color: #999;
}

.media-item .media-image {
  margin-bottom: 5px;
}

.media-item .media-edit {
  opacity: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.media-item:hover {
  z-index: 1;
}

.media-item:hover .media-edit {
  opacity: 1;
}

.media-item.is-expander .truncator-link {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  z-index: 10;
  left: 15px;
  bottom: 15px;
  opacity: 0;
}

.media-item.is-expander:hover {
  padding-bottom: 35px;
}

.media-item.is-expander:hover .truncator-link {
  opacity: 1;
}

.wide .media-item {
  width: 186px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.module-item .media-image {
  margin-bottom: 5px;
}

.media-item .media-image {
  margin-bottom: 5px;
}

.media-image {
  border-radius: 4px;
}

.media-image img {
  min-width: 100%;
}

.media-overlay .media-image {
  float: none;
  display: block;
  margin-right: 0;
}

.group-list .module-heading .media-image {
  overflow: hidden;
  max-height: 60px;
}

.group-list .module-heading .media-image img {
  max-width: 85px;
}

.media-heading {
  font-size: 18px;
  line-height: 1.3;
  margin: 5px 0;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.media-description {
  word-wrap: break-word;
  word-break: break-all;
}

.media-overlay {
  position: relative;
  min-height: 35px;
}

.media-overlay .media-heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px;
  margin: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  color: #fff;
  z-index: 1;
  border-radius: 0 0 3px 3px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.module-item span.count {
  color: #999;
}

.media-item span.count {
  color: #999;
}

.media-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 3px;
}

.media-view:hover,
.media-view.hovered {
  border-color: var(--verde-portal);
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.media-view:hover .banner,
.media-view.hovered .banner {
  background-color: var(--verde-portal);
}

.media-view span {
  display: none;
}

.media-view .banner {
  display: block;
  background-color: #b7b7b7;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
@media (max-width: 767px) {
  .wrapper {
    border-width: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-radius: 0;
  }

  .masthead .navbar-collapse {
    clear: both;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }

  .js .main .secondary .filters {
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 10px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .js body.filters-modal .secondary .filters {
    display: block;
  }

  .js .image-upload .btn-remove-url {
    position: absolute;
    margin-right: 0;
    top: 6px;
    right: 5px;
    padding: 0 12px;
    border-radius: 100px;
  }

  .js .image-upload .btn-remove-url .icon-remove {
    margin-right: 0;
  }

  .js .main .secondary .filters>div {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
  }

  .js .main .secondary .filters>div .module-footer {
    display: none;
  }

  .js body.filters-modal .secondary .filters .hide-filters {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    opacity: 0.6;
  }

  .js body.filters-modal .secondary .filters .hide-filters i {
    font-size: 18px;
  }

  .js .show-filters.btn {
    display: block;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

[role=main],
.main {
  position: relative;
  padding-bottom: 20px;
}

[role=main],
.main {
  min-height: 350px;
}

.main:after,
[role=main]:after {
  bottom: 0;
  border-top-width: 1px;
}

.main .primary {
  position: relative;
  float: right;
  margin-left: 0;
}

.flash-messages .alert {
  -webkit-box-shadow: 0 0 0 1px white;
  box-shadow: 0 0 0 1px white;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.homepage .row {
  position: relative;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: var(--verde-portal);
  border-color: var(--verde-portal);
}

/*Número quantidade*/

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary .badge {
  color: var(--verde-portal);
  background-color: #fff;
}

.btn-success .badge {
  color: #3A833A;
  background-color: #fff;
}

.btn-info .badge {
  color: var(--verde-portal);
  background-color: #fff;
}

.btn-warning .badge {
  color: var(--amarelo-portal);
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.pull-left {
  float: left !important;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.accordion-item {
  background-color: #f6f6f6 !important;
  color: #242424 !important;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordion-item:hover {
  background-color: #dddddd;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #6E6E6E;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: var(--verde-portal);
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-primary>.panel-heading .badge {
  color: var(--verde-portal);
  background-color: #fff;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: var(--verde-portal);
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: var(--verde-portal);
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}


.account-masthead .account .notifications a span.badge {
  font-size: 12px;
  margin-left: 3px;
  padding: 1px 6px;
  background-color: #00232e;
  border-radius: 4px;
  text-shadow: none;
  color: #bfd7de;
}

.account-masthead .account .notifications.notifications-important a span.badge {
  color: #fff;
  background-color: #C9403A;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert> :last-child {
  margin-bottom: 0;
}

.flash-messages .alert {
  -webkit-box-shadow: 0 0 0 1px white;
  box-shadow: 0 0 0 1px white;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-header .close {
  margin-top: -2px;
}

.hide-filters {
  display: none;
}

.dataset-info-bottom {
  font-size: larger;
  font-weight: bold;
}

/*uSUÁRIO lOGADO*/







h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
small,
.small {
  font-size: 85%;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.control-custom {
  font-size: 0;
}
.control-custom .input-group {
  margin-bottom: 10px;
}
.control-custom .checkbox {
  display: inline-block;
  margin: 0 0 0 2rem;
}
.control-custom .checkbox input {
  width: auto;
}
.control-custom.disabled label,
.control-custom.disabled input {
  color: #aaa;
  text-decoration: line-through;
  text-shadow: none;
}
.control-custom.disabled input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f3f3f3;
}
.control-custom.disabled .checkbox {
  color: #444;
  text-decoration: none;
}
.control-custom .checkbox.btn {
  border-radius: 15px;
  position: relative;
  top: 0;
  left: 5px;
  height: 1px;
  width: 9px;
  padding: 3px 8px;
  line-height: 18px;
}
.control-custom .checkbox.btn span {
  display: none;
  width: 30px;
}
.control-custom .checkbox.btn:before {
  position: relative;
  top: 1px;
  left: -1px;
  color: #fff;
}
.control-custom .checkbox input {
  display: none;
}
.control-custom.disabled .checkbox.btn {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.control-custom.disabled .checkbox.btn:focus,
.control-custom.disabled .checkbox.btn.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.control-custom.disabled .checkbox.btn:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.control-custom.disabled .checkbox.btn:active,
.control-custom.disabled .checkbox.btn.active,
.open > .dropdown-toggle.control-custom.disabled .checkbox.btn {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.control-custom.disabled .checkbox.btn:active:hover,
.control-custom.disabled .checkbox.btn.active:hover,
.open > .dropdown-toggle.control-custom.disabled .checkbox.btn:hover,
.control-custom.disabled .checkbox.btn:active:focus,
.control-custom.disabled .checkbox.btn.active:focus,
.open > .dropdown-toggle.control-custom.disabled .checkbox.btn:focus,
.control-custom.disabled .checkbox.btn:active.focus,
.control-custom.disabled .checkbox.btn.active.focus,
.open > .dropdown-toggle.control-custom.disabled .checkbox.btn.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.control-custom.disabled .checkbox.btn.disabled:hover,
.control-custom.disabled .checkbox.btn[disabled]:hover,
fieldset[disabled] .control-custom.disabled .checkbox.btn:hover,
.control-custom.disabled .checkbox.btn.disabled:focus,
.control-custom.disabled .checkbox.btn[disabled]:focus,
fieldset[disabled] .control-custom.disabled .checkbox.btn:focus,
.control-custom.disabled .checkbox.btn.disabled.focus,
.control-custom.disabled .checkbox.btn[disabled].focus,
fieldset[disabled] .control-custom.disabled .checkbox.btn.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.control-custom.disabled .checkbox.btn .badge {
  color: #d9534f;
  background-color: #fff;
}
.alert-danger a {
  color: #b55457;
}
.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea,
.form-group.has-error .input-group .input-group-addon,
.form-group.has-error .input-group .input-group-addon {
  border-color: #c6898b;
}
.form-group select,
.form-group .select2-container {
  max-width: 100%;
}
.error-inline {
  color: #b55457;
  margin: 10px;
}
.error-block,
.error-inline {
  font-size: 12px;
}
.error-block {
  border-radius: 0 0 3px 3px;
  display: block;
  padding: 6px 8px 3px;
  background: #c6898b;
  color: #fff;
  width: auto;
}
.control-medium .error-block {
  width: auto;
}
.control-full .error-block {
  width: auto;
}
.form-group.has-error .input-group .error-block,
.control-custom.error .error-block {
  width: auto;
}
.control-custom.error .error-block {
  width: auto;
  border-radius: 3px;
}
.stages {
  padding-left: 0;
  margin: 0;
  list-style: none;
  color: #aeaeae;
  counter-reset: stage;
  overflow: hidden;
  margin-bottom: 30px;
}
.stages:before,
.stages:after {
  display: table;
  content: " ";
}
.stages:after {
  clear: both;
}
.stages:before,
.stages:after {
  display: table;
  content: " ";
}
.stages:after {
  clear: both;
}
.stages li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 27px;
  counter-increment: stage;
  width: 50%;
  background-color: #EDEDED;
  float: left;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
}

.stages li:before {
  border-radius: 14px;
  content: counter(stage);
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #aeaeae;
  z-index: 1;
}
.stages li:after {
  left: 0;
  border: solid rgba(237, 237, 237, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #EDEDED;
  border-bottom-color: #EDEDED;
  border-width: 29px;
  top: 50%;
  margin-top: -29px;
  margin-left: -30px;
}
.stages li.last {
  position: relative;
  right: -1px;
}
.stages li.last,
.stages li.last .highlight {
  border-radius: 0 3px 0 0;
}
.stages li.first:after {
  content: none;
  border: none;
}
.stages li.active:after {
  border-color: rgba(140, 198, 138, 0);
  border-top-color: #8cc68a;
  border-bottom-color: #8cc68a;
}
.stages li.complete:after {
  border-color: rgba(197, 226, 196, 0);
  border-top-color: #c5e2c4;
  border-bottom-color: #c5e2c4;
}
.stages.stage-3 li.complete:first-child:after {
  content: none;
}
.stages li.active,
.stages li.complete {
  background: none;
}
.stages li.active:before {
  color: #8cc68a;
  background: #fff;
}
.stages li.complete:before {
  color: #c5e2c4;
  background: #eef6ed;
}
.stages li .highlight {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 52px;
  border: none;
  text-align: left;
  text-decoration: none;
  line-height: 27px;
  z-index: -1;
}
@media (max-width: 991px) {
  .stages li .highlight {
    text-indent: -9999px;
  }
}
.stages li.active .highlight {
  color: #fff;
  background: #8cc68a;
}
.stages li.complete .highlight {
  color: #eef6ed;
  background: #c5e2c4;
}

.module-item.first {
  clear: left;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  footer .container .style-ckan-footer {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.caixa-titulo {
  background-color: #F5F5F5;
  padding: 10px; /* Ajuste o espaçamento conforme necessário */
}

.caixa-titulo .container {
  display: flex;
  justify-content: space-between; /* Alinha os itens com um à esquerda e outro à direita */
  align-items: center; /* Alinha as imagens verticalmente ao centro, se necessário */
}

.caixa-titulo .container img {
  max-width: 350px; /* Ajuste o tamanho das imagens conforme necessário */
  height: auto;
}

.caixa-busca {
  background-image: url('/base/images/bg_busca.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  min-height: 250px; /* Ajuste a altura mínima conforme necessário */
  margin-bottom: 60px;
}

.container-busca {
  max-width: 800px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px; /* Margem interna para espaçamento */
  border-radius: 10px; /* Bordas arredondadas */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Sombras para destacar */
}

.campo-pesquisa {
  display: flex;
  align-items: center;
}

.campo-pesquisa input[type="text"] {
  width: 100%;
  padding: 19px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

.campo-pesquisa button {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  background-color: #00923F;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #FFFFFF !important; 
  font-weight: bold;
}

.campo-pesquisa button img {
  margin-right: 5px;
}

