/*@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');*/

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Oswald-Regular.woff2) format('woff2');
  /* unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; */
}

/* BDQueimadas styles */



@keyframes colorchange {
  from { color: #f49d1e;}
  to { color: #172938; }
}

body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  overflow: hidden;
}

.hide,
.hidden,
.left-content-box {
  display: none;
}

.chart iframe {
  display: none !important;
}


.float-left {
  float: left;
}

#filter-box {
  color: black;
}

.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: right;
}


.left-content-box iframe {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: calc(100vh - 170px);
  border: none;
  overflow: hidden;
}

#feature-info-box>div,
.block-box {
  background: #fff;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: default;
}

.block-box {
  margin: 0.75rem 1rem;
}

.block-box>div {
  padding: 0.55rem 1rem .4rem;
}

.left-content-box.active,
.left-content-box.filter-box {
  display: block;
}

#feature-info-box h2,
.block-box h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0.9rem 1rem .5rem;
  font-size: 1.2rem;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #ecf0f5;
  cursor: pointer;
}

#feature-info-box h2 span,
.block-box h2 span {
  flex: 0 0 90%;
  text-transform: uppercase;
}

#feature-info-box h2>i,
.block-box h2>i {
  justify-self: flex-end;
  font-size: 2rem;
  color: #d9d9d9;
}

#feature-info-box ul {
  padding: 0;
}

#feature-info-box ul li {
  display: grid;
  grid-template-columns: 40% 60%;
  list-style: none;
  padding: .2rem;
}

#feature-info-box ul li:not(:last-of-type):hover {
  background: #ecf0f5;
}

#feature-info-box ul li:last-of-type {
  grid-template-columns: 100%;
  margin-top: .5rem;
  text-align: center;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  justify-items: center;
}

#feature-info-box span::before {
  content: attr(title);
  font-size: .8rem;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: .5rem;
}

#feature-info-box h2 {
  padding: .5rem 1rem .5rem;
}

#feature-info-box h2 i {
  font-size: 1.2rem;
}

#feature-info-box h2 span,
#feature-info-box h2 span::before {
  font-size: 1rem;
}

.block-box .ui-sortable {
  font-size: .9rem;
}

.fullscreen {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.map-filters span {
  font-weight: 700;
}

.fullmenu {
  width: calc(100% - 230px) !important;
}

#left-content-box-background {
  position: fixed;
  left: -350px;
  top: 0;
  bottom: 0;
  width: 350px;
  height: 100%;
  background: #ecf0f5;
  z-index: 100;
  overflow: auto !important;
}

.cursor-crosshair {
  cursor: crosshair !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

/*
#welcome {
  position: absolute;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 720px;
  margin-top: -54px;
}

#welcome>img {
  float: left;
}

#welcome>#welcome-text {
  color: white;
  position: absolute;
  right: 170px;
  font-family: 'Myriad Pro Regular';
  margin-top: 75px;
  text-align: right;
  width: 700px;
}

#welcome>#welcome-text>p.title {
  font-size: 76px;
  line-height: 76px;
}

#welcome>#welcome-text>p.text {
  font-size: 23px;
  line-height: 40px;
}

#welcome>#welcome-text>button {
  width: 200px;
  height: 70px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  outline: none;
}

@media only screen and (max-width: 991px) {
  #welcome {
    margin-top: -90px !important;
  }
}

#welcome-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/welcome.jpg');
  background-size: 100%;
  left: 0;
}

@media only screen and (max-height: 600px) {
  #welcome>#welcome-text {
    margin-top: 30px;
  }

  #welcome>#welcome-text>p.title {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  #welcome>#welcome-text>p.text {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  #welcome>#welcome-text>button {
    width: 130px !important;
    height: 45px !important;
    font-size: 15px !important;
  }
}

@media only screen and (min-height: 601px) and (max-height: 830px) {
  #welcome>#welcome-text>p.title {
    font-size: 50px !important;
    line-height: 50px !important;
  }

  #welcome>#welcome-text>p.text {
    font-size: 20px !important;
    line-height: 35px !important;
  }

  #welcome>#welcome-text>button {
    width: 150px !important;
    height: 50px !important;
    font-size: 17px !important;
  }
}
*/
.nav>.separator {
  padding: 10px 4px;
  height: 50px;
  font-weight: 900;
  font-size: 22px;
}


.map-subtitle {
  position: absolute;
  right: 3.5rem;
  top: 1.25rem;
  width: 3.5rem;
  height: auto;
  padding: .125rem;
  margin: 0 0 1rem 0;
  background-color: rgba(241, 241, 241, .4);
  z-index: 1300;
  transition: width 1s, height 1s linear;
  cursor: default;
}

.map-subtitle>* {
  margin: .125rem;
  padding: .25rem;
  width: calc(100% - .25rem);
}

.map-subtitle .title {
  display: grid;
  grid-template-columns: 47% 0% 47%;
  gap: 1%;
  justify-content: stretch;
  align-items: center;
  background: rgba(241, 241, 241, .8);
  border-radius: .125rem;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  cursor: pointer;
}

.map-subtitle .title i:last-of-type {
  text-align: right;
}

.map-subtitle .title span {
  visibility: hidden;
  opacity: 0;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  transition: visibility 0s, opacity 0.5s linear;
}

.map-subtitle .box {
  height: 0rem;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: height .5s, visibility 0s, opacity 0.5s linear;
  overflow: auto;
}

.map-subtitle.opened {
  width: 16rem;
  height: auto;
  max-height: 50vh;
}

.map-subtitle.opened .title {
  grid-template-columns: 10% 72% 15%;
  padding-left: .25rem;
}

.map-subtitle.opened .title span {
  visibility: visible;
  opacity: 1;
}

.map-subtitle.opened .box {
  height: auto;
  padding: .25rem;
  visibility: visible;
  opacity: 1;
}

.map-subtitle .box>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: .5rem;
  font-weight: 400;
}

.map-subtitle .box>ul>li:not(:last-of-type) {
  margin: .5rem 0 0 0;
}

.map-subtitle .subtitle-item {
  display: grid;
  gap: .2rem;
  grid-template-columns: 20% 80%;
  justify-items: stretch;
  align-items: stretch;
  margin: 1%;
  overflow: hidden;
}

.map-subtitle .subtitle-item:hover,
.map-subtitle .subtitle-item:active {
  background-color: #f7f7f7;
}


#box-attributes-table {
  overflow: auto;
}

.component-filter-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#graph-box>.box {
  margin-bottom: 8px !important;
}

.graphic-button {
  width: fit-content;
  margin: 1rem 0;
  color: #e08e0b;
  background-color: #fff;
  border-color: #e08e0b;
}

.graphic-button>i {
  width: 100%;
}

.graphic-button:hover {
  color: #ec971f;
  border-color: #d58512;
}

.graphic-loading {
  display: block;
  min-height: 90px;
  height: 90px;
  font-size: 60px;
  text-align: center;
}

#filter-button-attributes-table,
#filter-button-graphics {
  float: left;
  margin-left: 15px;
}

.export-dialog {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.component-filter-content {
  overflow-y: auto;
  overflow-x: hidden;
}

.component-filter-content>label {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-left: 15px;
}

.component-filter-content>input {
  max-width: 150px;
  float: left;
}

.div-date-filter-export>label {
  width: 200px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.div-date-filter-export>input {
  max-width: 113px;
}

.bdqueimadas-btn {
  color: #fff;
  background-color: #f39c12;
  border-color: #e08e0b;
}

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

.bdqueimadas-btn-o {
  color: #e08e0b;
  background-color: #fff;
  border-color: #e08e0b;
}

.bdqueimadas-btn-o:hover {
  color: #d58512;
  border-color: #d58512;
}

.ui-dialog {
  z-index: 999999 !important;
}

.ui-dialog-titlebar-close {
  padding: 0px !important;
}

#time-series-dialog {
  display: none;
  padding: 0 !important;
}

#time-series-dialog>div {
  width: 800px;
  height: 350px;
  margin: 0 auto;
  margin-top: 10px;
}

#bdqueimadas-description {
  color: #fbda43;
  font-weight: bold;
  font-style: italic;
  font-size: 25px;
}

#welcome-text-separator {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 8px solid #f8b802;
  width: 650px;
  position: absolute;
  right: 0;
}

.loading-span {
  background-image: url('../images/loader.gif');
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  position: absolute;
  border-radius: 8px;
  width: 150px;
  height: 70px;
  z-index: 99;
  top: 46%;
  left: 46%;
}

#loading-span-graphics-background {
  background-color: rgba(200, 200, 200, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 9999;
  margin-left: -20px;
  margin-top: -10px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

#loading-span-graphics {
  background-color: transparent;
}

.navbar-custom-menu {
  background-color: #f8b802;
  z-index: 9999999;
  position: relative;
}

.bdqueimadas-form {
  margin-bottom: 0px;
}

.sidebar-menu:first-of-type li:first-of-type:not(.blink):not(:hover) a {
  animation-name: colorchange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  color: #f49d1e;
}

.fields-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: .3rem 0;
}

.fields-group label {
  margin: .5rem 0 .1rem 0;
  font-weight: 400;
  font-size: .8rem;
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 767px) {
  .fields-group label {
    font-size: .8rem;
  }
}

.fields-group>div {
  flex: 0 0 calc(50% - .2rem);
  display: flex;
  flex-direction: column;
  margin-right: .4rem;
}

.fields-group select[multiple] {
  height: 94px;
}

.fields-group>.continents-group {
  flex: 2 0 100%;
  margin: 0;
}

.details-group>div {
  flex: 0 0 100%;
}

.date-group>div:nth-child(2n),
.location-group>div:last-child {
  margin: 0;
}

.date-group {
  flex-wrap: wrap;
}

.date-group input {
  z-index: 1000 !important;
}

.group-fire {
  display: none;
}

.fields-group>span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  cursor: default;
}


.group-br .input-group {
  margin: 0;
}

.group-br .buffer-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

@media(min-width: 768px) {
  .group-br .buffer-group {
    flex-direction: row;
  }
}

.buffer-group label {
  cursor: pointer;
}


.date-fields-group {
  justify-content: center;
}

.error-group,
.button-group {
  flex: 0 0 100%;
  justify-content: flex-end;
  margin: 0.75rem 0;
  border-left: 0;
}

.button-group {
  display: flex;
}

.button-group :first-child {
  margin-right: 0.75rem;
}

.component-filter-error,
.error-group {
  font-size: 0.8rem;
  color: #dd4b39;
  flex-direction: column;
}

@media(min-width: 768px) {

  .component-filter-error,
  .error-group {
    font-size: 0.6rem;
  }
}

.filter-time {
  width: 0%;
}

.filter-box-h .map-filters {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.filter-box-h .fields-group {
  flex: 1 0 32%;
  flex-wrap: wrap;
  margin: 0 1% 0 0;
  align-content: flex-start;
}

.filter-box-h .error-group,
.filter-box-h .button-group {
  flex: 0 0 50%;
  margin: 0.75rem 0;
}

.filter-box-h .error-group {
  justify-content: flex-start;
}

.filter-box-h .date-group {
  margin: 0;
}

.filter-box-h #initial-filter-button {
  display: none;
  width: 0;
}

.remove-layer {
  float: right;
  margin-top: -16px;
  color: #555;
  cursor: pointer;
  margin-right: 2px;
}

.new-layer {
  float: right;
  cursor: pointer;
}

#add-layer {
  cursor: pointer;
  position: absolute;
  margin-top: 0px;
  right: 0px;
  top: 5px;
}

#available-layers {
  max-height: 400px;
  overflow: auto;
  padding-right: 20px;
}

#available-layers ul {
  list-style: none;
}

#available-layers li {
  list-style-type: none;
  padding: 5px 0;
  position: relative;
  margin-left: 11px;
}

#available-layers>span {
  display: block;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}

#available-layers .layer-group-plus {
  float: left;
  font-size: 25px;
  font-weight: bold;
}

#available-layers .layer-group-minus {
  float: left;
  font-size: 45px;
  margin-top: -3px;
  margin-right: -1px;
}

#feature-info-box,
#map-info-box {
  width: 100% !important;
  white-space: nowrap;
  font-size: 13px;
}

.feature-info-box .ui-dialog-title,
.map-info-box .ui-dialog-title {
  font-size: 13px;
}

.map-tool-button {
  display: block;
}

.map-tool-button>button {
  width: 30px;
  height: 30px;
  background-color: rgba(241, 241, 241, .8);
  border: none;
  outline: 0;
  font-size: 0.8rem;
  padding: 0;
  margin: 2px;
  max-height: 70%;
  border-radius: 2px;
}

.map-tool-button>button:hover {
  background-color: rgba(241, 241, 241, 1);
}

.map-tool-button.active>button {
  background-color: rgba(255, 255, 255, 1);
}

#map-tools {
  position: absolute;
  right: 1rem;
  top: 6rem;
  left: auto;
  display: block;
  background-color: rgba(255, 255, 255, .4);
  padding: .05rem;
  max-height: 70%;
  border-radius: .25rem;
  z-index: 9999;

}

.main-sidebar {
  padding-top: 0 !important;
  background-color: #fff;
}

.unsortable>span {
  cursor: default !important;
}

.unsortable-separator {
  padding-left: 30px !important;
  margin-left: 0px !important;
}

.unsortable-separator>span {
  margin-left: 24px !important;
}

.unsortable-separator>input {
  margin-left: 10px;
}

span.terrama2-layerexplorer-checkbox-span {
  margin-left: 3px !important;
}


.ui-autocomplete {
  z-index: 99999999999 !important;
  max-height: 350px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* TerraMA2Components styles */

#terrama2-layerexplorer {
  padding: 0;
  color: black;
}

.terrama2-map {
  position: absolute;
  width: calc(100vw - 50px);
  height: calc(100vh - 58px);
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

#terrama2-layerexplorer li {
  padding: 2px 0 !important;
  clear: both;
}

#terrama2-layerexplorer li>span {
  padding: 0;
}

.terrama2-layerexplorer-checkbox {
  display: none;
  margin-bottom: -17px !important;
}

.terrama2-layerexplorer-checkbox-span {
  cursor: move !important;
}

.group-name {
  margin: .25rem 0;
}

.group-name i {
  color: #555;
  margin-right: .25rem;
}

#terrama2-layerexplorer ul.children span.group-name {
  padding-left: 0px !important;
}

#terrama2-layerexplorer ul {
  padding-left: 15px !important;
}

#terrama2-map .terrama2-mouse-position {
  font-size: 14px;
}

#terrama2-map .ol-scale-line-inner {
  font-size: 14px;
}

#terrama2-map #terrama2-map-info {
  bottom: 42px;
}

#terrama2-map .ol-attribution {
  bottom: 95px;
}

.ol-zoom-in,
.ol-zoom-out {
  width: 30px !important;
  height: 30px !important;
}

/* AdminLTEQueimadas general adjustments */

#current-situation-protected-areas-btn {
  background-image: url("../images/leftbar-icons/mini_icon_deteccao_areas_protegidas.png");
}

#current-situation-protected-areas-btn:hover {
  background-image: url("../images/leftbar-icons/mini_icon_deteccao_areas_protegidas_hover.png");
}

#infoqueima-btn {
  background-image: url("../images/leftbar-icons/mini_icon_boletim_infoqueima.png");
}

#infoqueima-btn:hover {
  background-image: url("../images/leftbar-icons/mini_icon_boletim_infoqueima_hover.png");
}

#ciman-btn {
  background-image: url("../images/leftbar-icons/mini_icon_ciman.png");
}

#ciman-btn:hover {
  background-image: url("../images/leftbar-icons/mini_icon_ciman_hover.png");
}

.input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #d2d6de;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.input-group span,
.input-group button {
  flex: 0 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .8rem;
  border: 0;
}

.input-group span {
  border-right: 2px solid #d2d6de;
}

.input-group button {
  background: #efefef;
  border-left: 1px solid #d2d6de;
  cursor: pointer;
}

.input-group input,
.input-group select {
  flex: 0 0 calc(100% - 3.55rem - 1px);
  border: 0;
}

.content {
  min-height: 0px;
  margin: 0;
  padding: 0;
}

.skin-queimadas .content-header {
  z-index: 1011 !important;
}

#terrama2-map {
  position: fixed;
  height: calc(100vh - 50px);
  top: 50px;
}

.control-sidebar,
.control-sidebar-bg {
  width: 45px !important;
  height: 100%;
  overflow: hidden;
}

.control-sidebar>.tab-content>a>i {
  color: #B8C7CE;
  padding: 10px 0;
}

.control-sidebar>.tab-content>a>i:hover,
.control-sidebar>.tab-content>a>i.active {
  color: #FFFFFF;
}

.dropdown-closed>.dropdown-menu {
  display: none !important;
}

.control-sidebar>.tab-content {
  text-align: center;
}

.main-header {
  display: grid;
  /* grid-template-columns: 3.125rem auto 22.5rem; */
  grid-template-columns: 3.125rem calc(100% - 23rem - 3.125rem) 23rem;
  grid-template-areas:
    "logo title bar";
  position: fixed;
  top: 0;
  left: 0;
  justify-content: stretch;
  align-content: center;
  width: 100%;
  background: #f8b802;
}

.main-header>.logo {
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-second-title {
  grid-area: bar;
  padding: 0 0 0 .5rem;
  background: white;
  -webkit-box-shadow: inset 5px 0px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 0px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 0px 10px -5px rgba(0, 0, 0, 0.2);
}

#page-title {
  grid-area: title;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  cursor: default;
}

#page-title>h1 {
  margin-left: 1rem;
  font-weight: 400;
  font-size: 1.4rem !important;
  line-height: unset;
}

@media (max-width: 767px) {
  .main-header {
    grid-template-columns: 3.125rem calc(100% - 3.125rem);
    grid-template-rows: 3.125rem 3.625rem;
    grid-template-areas:
      "logo title"
      "bar bar";
  }

  .main-header>*:last-child img {
    max-width: 100%;
  }

  #page-second-title {
    padding: .5rem 0 0 0;
    -webkit-box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
  }
}

.main-header>.logo {
  background-color: #f49d1e;
}

label {
  margin-bottom: 0px !important;
}

.slider .slider-handle {
  margin-top: -2px !important;
  width: 14px !important;
  height: 14px !important;
}

.slider-div {
  background-color: white;
  padding: 5px 15px 5px 15px;
  margin-right: 30px;
  box-shadow: 1px 1px 5px #888888;
  border-radius: 5px;
}

.update-slider-time {
  float: right;
  margin-top: -17px;
  margin-right: -4px;
  font-size: 15px;
  cursor: pointer;
}

.close-slider-div {
  float: right;
  margin-top: -17px;
  margin-right: 16px;
  font-size: 15px;
  cursor: pointer;
}

#exportation-status {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 250px 0 200px;
  height: 50px;
}

#exportation-status>div {
  color: #40130d;
  padding-top: 5px;
  background: rgb(255, 255, 255);
  border-radius: 5px 5px 0 0;
  height: 50px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid rgb(0, 0, 0);
  border-right: 1px solid black;
  border-left: 1px solid black;
  text-align: center;
}

#exportation-status>div>span>span {
  display: inline-block;
  width: 15px;
}

#exportation-status>div>div {
  position: absolute;
  width: 95%;
  bottom: -12px;
  margin-left: 2.5%;
}

#exportation-status>div>.progress {
  background-color: #b4b4b4;
}

#message-div {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 250px 0 200px;
  height: auto;
}

#message-div>div {
  color: #40130d;
  padding: 5px 0 10px 0;
  background: rgb(255, 255, 255);
  border-radius: 5px 5px 0 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid rgb(0, 0, 0);
  border-right: 1px solid black;
  border-left: 1px solid black;
  text-align: center;
}

#message-div>div>.progress {
  width: 95%;
  margin-left: 2.5%;
  background-color: #b4b4b4;
  margin-bottom: 0;
}

#message-div>div>.message {
  padding: 10px 40px 10px 40px;
}

#close-bottom-message-div {
  position: absolute;
  right: 260px;
  z-index: 999;
  font-weight: 900;
  top: 5px;
  color: red;
  cursor: pointer;
}

.font-white {
  color: #FFFFFF;
}

.font-white:hover {
  color: #FFFFFF;
}

.btn-extent {
  background-color: #f28f00 !important;
  border-color: #f28f00 !important;
  color: #FFFFFF !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  margin-left: 4rem;
  /* opacity: 0;
  width: 0;
  height: 0; */
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:focus+.slider {
  box-shadow: 0 0 1px #f28f00;
}

input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .4rem !important;
  background-color: #f28f00;
  border-top: .2rem solid #f8c300;
  z-index: 1000;
}

input:checked+.slider {
  background-color: #f8c300;
}

.main-sidebar {
  position: fixed;

  left: 0;
  top: 3.1rem;
  width: 3.1rem;
  height: 100vh;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 850;
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sidebar-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: default;
  counter-reset: bdq-section;
}

.sidebar-menu:first-of-type::after {
  border-bottom: .3rem solid #d9d9d9;
}

/* .sidebar-menu:last-child li:not(:first-of-type){
  display:none;
}
@media(min-width: 768px){
  .sidebar-menu:last-child li:not(:first-of-type){
    display:initial;
  }
} */

.sidebar-menu i {
  transform: translateY(-25%);
  font-size: .9rem;
}

.sidebar-menu>li {
  flex: 0 0 100%;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-menu>li:hover>.treeview-menu {
  display: none;
}

.sidebar-menu>li>a {
  display: block;
  padding: 1rem 0;
  height: 2.8rem;
  color: #172938;
  text-overflow: ellipsis;
  text-align: center;
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: .9375rem;
  overflow: hidden;
}

.sidebar-menu>li.active>a,
.sidebar-menu>li:hover>a {
  color: #2c66ce;
  background: #ecf0f5;
}

.sidebar-menu>li>a:hover {
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: .9375rem;
  overflow: visible;
  white-space: normal;
}

.left-box i {
  font-size: 1.2rem;
}

.sidebar-menu>li::before {
  counter-increment: bdq-section;
  content: counter(bdq-section);
  position: absolute;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  color: #17293835;
  top: .1rem;
  left: .1rem;
}

.nonumber>li::before {
  display: none;
}


@media(min-width:767px) {
  .main-sidebar {
    height: calc(100vh - 3.57rem);
  }
}

.qmd-tooltip {
  position: relative;
}

.qmd-tooltip:hover::after,
.qmd-tooltip:focus::after {
  content: attr(title);
  position: absolute;
  width: max-content;
  height: max-content;
  max-width: 10rem;
  padding: .2rem .4rem;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 100;
  text-transform: none;
  color: #555;
  text-align: center;
  font-size: .8rem;
  background-color: rgba(241, 241, 241, .9);
  border: 1px solid #888;
  border-radius: 4px;
  box-shadow: rgb(101 119 134 / 20%) 0px 0px 15px, rgb(101 119 134 / 15%) 0px 0px 3px 1px;
  -webkit-box-shadow: rgb(101 119 134 / 20%) 0px 0px 15px, rgb(101 119 134 / 15%) 0px 0px 3px 1px;
  z-index: 1;
}

.tooltip-top:hover::after,
.tooltip-top:focus::after {
  translate: (-50%, -105%);
}

.tooltip-bottom:hover::after,
.tooltip-bottom:focus::after {
  translate: (-50%, 0%)
}

.tooltip-left:hover::after,
.tooltip-left:focus::after {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5px);
}

.tooltip-right:hover::after,
.tooltip-right:focus::after {
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 5px);
}

.bdq-subtitle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  font-size: .6rem;
  background: rgba(241, 241, 241, .8);
  border-radius: .3rem;
  -moz-border-radius: .3rem;
  -webkit-border-radius: .3rem;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  cursor: default;
  list-style: none;
}

.bdq-subtitle>li:not(:first-of-type) {
  flex: 0 0 30%;
}

.bdq-subtitle>li:first-of-type {
  flex: 0 0 100%;
  margin: 0 0 .5rem;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
  border-bottom: 1px solid #ecf0f5;
}

.latlon-search {
  display: grid;
  grid-template-columns: 7% 41% 7% 41%;
  gap: 1.3%;
  margin: 1rem 0;
  align-items: center;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.degrees {
  grid-template-columns: 7% 22% 22% 22% 22%;
}

.latlon-radio {
  margin: 1rem 0;
  text-align: center;
}

.latlon-radio>*:not(:last-child) {
  margin-right: 1.5rem;
}

.latlon-radio * {
  cursor: pointer;
}

.ui-widget-content {
  background: transparent;
  border: 0;
  border-top: 1px solid #ecf0f5;
}

.ui-widget.ui-widget-content {
  padding: 0 0 1rem 0;
  background: #fff;
  border: 0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  cursor: default;
}

.ui-widget-header {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ecf0f5;
  border-radius: unset;
  -moz-border-radius: unset;
  -webkit-border-radius: unset;
}

.ui-dialog-titlebar-close {
  border: 0;
  background: none;
  color: #d58512;
}

.ui-dialog-titlebar-close::after {
  content: "x";
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}

.text-content h3{
  margin: 2rem 0 1rem;
  text-align: center;
  font-size: 1rem;
}

.text-content span {
  display:block;
  margin: 1rem 0 2rem;
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}

.text-content div{
  max-height:100%;
  max-width: 100%;
  margin: 4px 50% 0;
  background-repeat: no-repeat;
  background-position: initial;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#programa-cerrado-image {
  background-image: url('../images/about/header.png');
  background-size: 800px;
  height: 830px;
  width: 800px;
}

.text-content p {
  margin: 1rem;
}

.text-content div:not(#programa-cerrado-image) {
  background-size: 700px;
  height: 130px;
  width: 700px;
}

#projeto-inpe-image {
  background-image: url('../images/about/inpe.png');
}

#realizacao-image {
  background-image: url('../images/about/realizacao.png');
}