@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

html,
body {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  background: rgba(241, 231, 103, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(241, 231, 103, 1) 0%,
    rgba(254, 182, 69, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(241, 231, 103, 1)),
    color-stop(100%, rgba(254, 182, 69, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(241, 231, 103, 1) 0%,
    rgba(254, 182, 69, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(241, 231, 103, 1) 0%,
    rgba(254, 182, 69, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(241, 231, 103, 1) 0%,
    rgba(254, 182, 69, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(241, 231, 103, 1) 0%,
    rgba(254, 182, 69, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=1);
}

#divScreen2,
#divScreen2 body,
#divScreen2 html {
  background: #ffffff !important;
}

.simpleLogin form {
  max-width: 400px;
  margin: auto;
  background: #fefefd;
  box-shadow: 0 10px 10px #222;
}

.simpleLogin form fieldset {
  border: 0 none;
  margin: 0;
  padding: 20px;
  padding-bottom: 5px;
  height: 108px;
  width: 400px;
}

.simpleLogin form legend,
.simpleLogin form fieldset input {
  font-family: Open Sans;
  font-size: 15px;
}

.simpleLogin form legend {
  background-color: green;
  border-top: 0 none;
  color: white;
  display: table-cell;
  padding: 10px 20px;
  width: auto;
  /* font-weight: bold; */
}

.simpleLogin form fieldset input {
  width: 90%;
  margin: 10px 0;
  padding: 10px 5%;
  border: thin #8fc400 solid;
}

.simpleLogin input[type="submit"] {
  width: 100px;
  float: right;
  background: green;
  color: white;
  transition: 0.2s;
  border: 0;
  cursor: pointer;
  /* height: 31px; */
  /* margin-top: 58px */
}

.simpleLogin input[type="submit"]:focus,
.simpleLogin input[type="submit"]:hover,
.simpleLogin input[type="submit"]:active {
  padding: 10px 5%;
  background: #b3e226;
  outline: none;
}

.bg {
  /* The image used */
  /* background-image: url("images/pexels-sergio-souza-5046947.jpg"); */
  background-image: url("../images/Login_background_image.jpg");

  /* Full height */
  /* height: 100%; */

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

table.GeneratedTable {
  width: 100%;
  /* background-color: #009B00; */
  border-collapse: collapse;
  border-width: 2px;
  border-color: burlywood;
  border-style: solid;
  color: burlywood;
}

table.GeneratedTable td,
table.GeneratedTable th {
  border-width: 2px;
  border-color: burlywood;
  border-style: solid;
  padding: 1px;
}

table.GeneratedTable thead {
  background-color: burlywood;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: "Avenir Next";
  background-color: black;
}

.radio-label {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}

input[type="checkbox"].bigcheck {
  position: relative;
  left: -999em;
  /* hide the real checkbox */
}

input[type="checkbox"].bigcheck + span.bigcheck-target:after {
  content: "\f096";
  /* In fontawesome, is an open square (fa-square-o) */
}

input[type="checkbox"].bigcheck:checked + span.bigcheck-target:after {
  content: "\f046";
  /* fontawesome checked box (fa-check-square-o) */
}

span.bigcheck {
  display: block;
  padding: 0.5em;
}

.notification {
  background-color: black;
  border: none;
  color: black;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  border-radius: 10px;
  border: 2px solid black;
}

.button0 {
  background-color: #242424;
  /* Green */
  border: none;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;

  /* Safari */
  transition-duration: 0.4s;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #888888;
}

.button1 {
  background-color: blueviolet;
}

.fixed-top,
.fixed-bottom {
  z-index: 10;
}
/* #topbar {
    background: #fff;
    padding: 10px;
    z-index: 10;
  } */

/* #titleInfoWeather {
    background-color: #009B00;
    color: #FFFF00;
    padding: 6px;
    margin: 0px;
    width: 300px;
    height: 200px;
  } */

.action-button {
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #6e6e6e;
  height: 32px;
  width: 32px;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.action-button:hover,
.action-button:focus {
  background: #0079c1;
  color: #e4e4e4;
}

.active {
  background: #0079c1;
  color: #e4e4e4;
}

#viewDiv {
  position: absolute;
  right: 0;
  left: 0;
  top: 56px;
  bottom: 46px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#viewDiv,
#viewDiv .esri-view,
#viewDiv .esri-view-root,
#viewDiv .esri-view-surface {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

#viewDiv *,
#viewDiv *:focus,
#viewDiv *:focus-visible,
#viewDiv .esri-view-surface:focus-within,
#viewDiv .esri-view-surface:focus,
#viewDiv .esri-view-surface:focus-visible,
#viewDiv .esri-view-root:focus,
#viewDiv .esri-view-root:focus-visible,
#viewDiv .esri-view-surface--inset-outline,
#viewDiv .esri-view-surface--inset-outline:focus,
#viewDiv .esri-view-surface--inset-outline:focus-visible,
#viewDiv .esri-view-surface--inset-outline::before,
#viewDiv .esri-view-surface--inset-outline::after {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

#viewDiv .esri-popup,
#viewDiv .esri-popup__main-container,
#viewDiv .esri-popup__header-container,
#viewDiv .esri-popup__content,
#viewDiv .esri-popup__footer,
#viewDiv .esri-popup__button,
#viewDiv .esri-popup__feature-navigation {
  background-color: #ffffff !important;
  color: #111827 !important;
}

#viewDiv .esri-popup__main-container {
  border: 1px solid #d1d5db !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2) !important;
}

#viewDiv .esri-popup__content,
#viewDiv .esri-popup__footer {
  background: #ffffff !important;
}

/* .header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1%;
  } */

/* .btns {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: auto;
  }

  .btn-switch {
    flex-grow: 4;
    background-color: rgba(34, 111, 14, 0.5);
    color: #fff;
    margin: 1px;
    width: 50%;
    padding: 20px;
    overflow: auto;
    text-align: center;
    cursor: pointer;
  } */

.active-map {
  color: #fff;
  background-color: rgba(34, 111, 14, 1);
}

.esri-component.esri-search.esri-widget {
  width: 300px;
}

.esri-input.esri-search__input::placeholder {
  color: dodgerblue;
  font-size: 12px;
  font-weight: bold;
  /* text-shadow: 0 0 0.2em white, 0 0 0.2em white; */
}

.esri-scale-bar.esri-widget {
  background-color: #ffffff !important;
  color: #111827 !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  padding: 4px 8px !important;
}

/* ── Login card ── */
.login-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.45);
  width: 380px;
  overflow: hidden;
}

.login-card-header {
  background: linear-gradient(160deg, #1a472a 0%, #145a32 60%, #0d3b23 100%);
  padding: 6px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.login-greeting {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  flex: 1;
}

.login-logo-img {
  width: 100px;
  background: #fff;
  border-radius: 7px;
  padding: 0px 10px;
  flex-shrink: 0;
}

.login-card-body {
  padding: 24px 24px 16px;
}

.login-field-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.login-select {
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #f9fafb;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: auto;
}

.login-select:focus {
  border-color: #009B3A;
  box-shadow: 0 0 0 3px rgba(0,155,58,0.12);
  background: #fff;
}

.login-bandwidth-row {
  display: flex;
  align-items: center;
  margin-top: 14px;
  padding: 10px 14px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.login-bandwidth-row input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #009B3A;
  flex-shrink: 0;
}

.login-bandwidth-row label {
  font-size: 13px;
  color: #555;
  margin: 0 0 0 9px;
  cursor: pointer;
  font-weight: 500;
}

.login-card-footer {
  padding: 12px 24px 18px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.login-card-footer span {
  font-size: 12px;
  color: #888;
}

.login-card-footer a {
  color: #009B3A;
  font-weight: 600;
  text-decoration: none;
}

.login-card-footer a:hover {
  text-decoration: underline;
}

.esri-scale-bar__bar-container {
  background-color: #ffffff !important;
}

.esri-scale-bar__label {
  color: #111827 !important;
  background-color: transparent !important;
}

.esri-scale-bar__line--top .esri-scale-bar__label,
.esri-scale-bar__line--bottom .esri-scale-bar__label {
  color: #111827 !important;
}

/* .sidenav {
    height: 98%;
    width: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #242424;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    overflow: hidden;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    height: 95%;
  }

  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }

    .sidenav a {
      font-size: 18px;
    }
  } */

/* .notification {
    background-color: #555;
    color: white;
    text-decoration: none;
    padding: 8px 26px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
  }

  .notification:hover {
    color: yellow;
  }

  .notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
  } */

.vl {
  margin-left: 10px;
  margin-right: 10px;
  border-left: 2px solid green;
  height: 34px;
}

.ui-dialog {
  font-family: "Avenir Next";
  font-size: 0.8em;
}

.ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog-titlebar-close:after {
  font-family: "FontAwesome";
  font-size: 22px;
  content: "\f164" !important;
  position: absolute;
  bottom: -5px;
  left: 2px;
}

.st-theme-pills > .nav {
  background: linear-gradient(180deg, #63b8ee 5%, #007fff 100%);
  padding: 11px 23px;
  border-radius: 0.1875rem;
}

.app_button button {
  padding: 0;
  text-align: center;
}

.css-button {
  /* width: 125px; */
  margin-left: 10px;
  /* font-family: Comic Sans MS; */
  color: #ffffff;
  font-size: 14px;
  border-radius: 6px;
  border: 1px #3866a3 solid;
  /* background: linear-gradient(180deg, #63B8EE 5%, #007fff 100%); */
  background: #007fff;

  text-shadow: 1px 1px 1px #528ecc;
  box-shadow: 0px 0px 2px 0px #bbdaf7;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* .css-button:hover {
    border-radius: 0px;
    margin-left: 10px;
    font-family: Comic Sans MS;
    color: #FFFFFF;
    font-size: 14px;
    border: 1px #3866a3 solid;
    background: linear-gradient(180deg, #63B8EE 5%, #007fff 100%);
    text-shadow: 1px 1px 1px #528ecc;
    box-shadow: 0px 0px 2px 0px #bbdaf7;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  } */

.css-button-icon {
  padding: 5px 5px;
  text-shadow: none;
  padding-left: 10px;
}

.css-button-icon svg {
  vertical-align: middle;
  position: relative;
}

.css-button-text {
  padding: 5px 14px 5px 0px;
}

table.darkTable {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  border: 4px solid #000000;
  background-color: #4a4a4a;
  width: 435px;
  /* height: 200%; */
  text-align: left;
}

table.darkTable td,
table.darkTable th {
  border: 1px solid #4a4a4a;
  padding: 3px 3px;
}

table.darkTable tbody td {
  font-size: 13px;
  color: #e6e6e6;
}

table.darkTable tr:nth-child(even) {
  background: #888888;
}

table.darkTable thead {
  background: #000000;
  border-bottom: 3px solid #000000;
}

table.darkTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #e6e6e6;
  text-align: center;
  border-left: 2px solid #4a4a4a;
}

table.darkTable thead th:first-child {
  border-left: none;
}

table.darkTable tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #e6e6e6;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(
    top,
    #404040 0%,
    #191919 66%,
    #000000 100%
  );
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-top: 1px solid #4a4a4a;
}

table.darkTable tfoot td {
  font-size: 12px;
}

.editbtnFA {
  background: #242424;
  color: white;
  border: transparent;
}

.tabulator-header {
  border: black;
}

.sidebar.left {
  position: fixed;
  top: 55px;
  left: 0;
  bottom: 55px;
  width: 470px;
  background: #ffffff;
  color: #111827;
  padding: 0;
  box-shadow: 2px 0 12px rgba(0,0,0,0.18);
  overflow: hidden;
}

.sidebar.right {
  position: fixed;
  top: 55px;
  right: 0;
  bottom: 55px;
  width: 500px;
  background: rgb(68, 68, 68);
  color: white;
  padding: 6px;
  box-shadow: 0 0 5px black;
  font-size: 31px;
  text-align: center;
}

.sidebar.bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 270px;
  background: rgb(68, 68, 68);
  color: white;
  padding: 30px;
  box-shadow: 0 0 5px black;
  font-size: 31px;
  text-align: center;
}

.sidebar.top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  background: rgb(68, 68, 68);
  color: white;
  padding: 30px;
  box-shadow: 0 0 5px black;
  font-size: 31px;
  text-align: center;
}

input[type="radio"].with-font,
input[type="checkbox"].with-font {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type="radio"].with-font ~ label:before,
input[type="checkbox"].with-font ~ label:before {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  content: "\f1db";
  letter-spacing: 10px;
  font-size: 1.2em;
  color: #007f00;
  width: 1.4em;
  font-weight: 900;
}

input[type="radio"].with-font:checked ~ label:before,
input[type="checkbox"].with-font:checked ~ label:before {
  content: "\f00c";
  font-size: 1.2em;
  color: #ffe600;
  letter-spacing: 5px;
  font-weight: 900;
}

input[type="checkbox"].with-font ~ label:before {
  content: "\f096";
  font-weight: 900;
}

input[type="checkbox"].with-font:checked ~ label:before {
  content: "\f046";
  color: #ffe600;
  font-weight: 900;
}

input[type="radio"].with-font:focus ~ label:before,
input[type="checkbox"].with-font:focus ~ label:before,
input[type="radio"].with-font:focus ~ label,
input[type="checkbox"].with-font:focus ~ label {
  color: #007f00;
}

.slidecontainer {
  width: 100%;
}

.slider {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04aa6d;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04aa6d;
  cursor: pointer;
}

.esri-time-slider__slider .esri-slider__tick.majorTick {
  height: 12px;
  background: red;
}

#info {
  background-color: black;
  opacity: 0.75;
  color: #04aa6d;
  font-size: 12pt;
  padding: 8px;
  /* visibility: hidden; */
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #007f00;
  background: 50% 50% repeat-x #007f00;
  font-weight: 700;
  color: #fff;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
}

.css-button:hover {
  color: #007f00;
  background-color: #000000;
}
