@font-face {
  font-family: Nunito;
  src: url(../assets/fonts/Nunito/Nunito-Regular.ttf);
}

* {
  font-family: Nunito;
}

.w-100 {
  width: 100vw;
}

.wp-100 {
  width: 100%;
}

.hp-50 {
  height: 50%;
}

.hp-100 {
  height: 100%;
}

body {
  background-color: rgba(0, 0, 0, 0.01);
}

main {
  margin-left: 10px;
  margin-right: 10px;
  min-height: 80vh;
}

.site-logo {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.616);
  border-radius: 100%;
  margin-right: 5px;
  padding: 2px;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.card,
.card-panel {
  border-radius: 5px;
  padding: 5px;
}

.captcha-img {
  height: 75px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

.media_photo {
  margin: 1px;
  /* max-height: 300px; */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  padding: 0px;
  background-color: rgb(22, 22, 22);
  box-shadow: 2px 2px 5px rgb(56, 56, 56);
}

.photos-row {
  margin-right: 0;
}

#password-strength-status {
  padding: 5px 10px;
  /* color: #FFFFFF; */
  border-radius: 4px;
  margin-top: 5px;
}

.medium-password {
  background-color: #fff4b8;
  color: #ff7b00;
  border: #f5aa64 1px solid;
}

.weak-password {
  background-color: #ffb3b3;
  color: #ff0000;
  border: #f75e5e 1px solid;
}

.strong-password {
  background-color: #b6faaf;
  color: #0e9100;
  border: #5bdb4d 1px solid;
}

.font-size-10px {
  font-size: 10px;
}

#runningCanalMap {
  height: 550px;
  overflow: auto;
}

.height-50px {
  height: 50px;
}

.height-550 {
  height: 550px;
}

.overflow-auto {
  overflow: auto;
}

.canal-list-box {
  overflow: visible;
  box-sizing: border-box;
  margin: auto;
}

.running-canal {
  border-bottom: 3px solid #4caf50;
}

.extension-canal {
  border-bottom: 3px solid #2196f3;
}

.balance-canal {
  border-bottom: 3px solid #fbc02d;
}

.stopped-canal {
  border-bottom: 3px solid #f44336;
}

.canal-name {
  font-size: 1.5rem;
}

.canal-status {
  font-size: 1rem;
  font-style: italic;
}

.canal-last-update {
  font-size: 0.5rem;
}

.latest-card {
  height: 300px;
  overflow: auto;
}

.login-wrapper {
  min-height: 80vh;
}

.photo-list {
  white-space: nowrap;
  overflow: auto;
}

.text-justify {
  text-align: justify;
}

.main-feeder-report-link {
  border-left: 3px solid #3f51b5;
}

.canal-report-link {
  border-left: 3px solid #4caf50;
}

.canal-running-days-link {
  border-left: 3px solid #00bcd4;
}



.head-report-link {
  border-left: 3px solid #2196f3;
}

.water-level-entry-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px;
  width: 150px;
}

.image-thumbnail {
  height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.01);
}

.cb-1 {
  position: relative;
  z-index: 0;
  fill: rgb(214, 242, 255);
}

.cb-2 {
  position: relative;
  z-index: 1;
  fill: rgb(199, 225, 243);
}

.cb-3 {
  position: relative;
  z-index: 2;
  fill: rgb(184, 207, 230);
}

.cb-4 {
  position: relative;
  z-index: 3;
  fill: rgb(169, 190, 218);
}

.cb-5 {
  position: relative;
  z-index: 4;
  fill: rgb(154, 173, 206);
}

.cb-6 {
  position: relative;
  z-index: 5;
  fill: rgb(139, 155, 193);
}

.cb-7 {
  position: relative;
  z-index: 6;
  fill: rgb(125, 138, 181);
}

.cb-8 {
  position: relative;
  z-index: 7;
  fill: rgb(110, 121, 169);
}

.cb-9 {
  position: relative;
  z-index: 8;
  fill: rgb(95, 103, 156);
}

.cb-10 {
  position: relative;
  z-index: 9;
  fill: rgb(80, 86, 144);
}

.cb-11 {
  position: relative;
  z-index: 10;
  fill: rgb(65, 69, 132);
}

.cb-12 {
  position: relative;
  z-index: 11;
  fill: rgb(50, 51, 119);
}

.gcrs-icon-design {
  stroke-width: 100;
  stroke: rgba(255, 255, 255, 0.3);
  fill: skyblue;
}

.font-size-2rem {
  font-size: 2rem;
}

.font-size-4rem {
  font-size: 4rem;
}

.font-size-1rem {
  font-size: 1rem;
}

.font-size-1-2rem {
  font-size: 1.2rem;
}

.line-height-1 {
  line-height: 1;
}

.font-size-0-75rem {
  font-size: 0.75rem;
}

.contact-panel {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px 20px 20px 100px;
  padding: 2px;
}

.circle {
  padding: 10px;
}

#sitemap-list li {
  list-style-type: square !important;
  color: #2196f3;
}

.runningcanal {
  animation: dash 0.7s linear infinite;
  stroke: blue;
  stroke-dasharray: 20;
  /* stroke-dashoffset:  40; */
}

@keyframes dash {
  to {
    stroke-dashoffset: -45;
  }

  80% {
    stroke: navy;
  }
}

.stoppedcanal {
  stroke: orange;
  opacity: 1;
  animation: close 7s ease;
}

@keyframes close {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#gangmaptitle {
  animation: maptitle 20s infinite ease;
}

@keyframes maptitle {
  25% {
    fill: red;
  }

  50% {
    fill: green;
    font-size: 100px;
  }

  75% {
    fill: purple;
  }
}

tspan[id^="tspan2"] {
  animation: pulse 15s infinite;
}

@keyframes pulse {
  25% {
    fill: red;
  }

  50% {
    fill: green;
    font-size: 40px;
  }

  75% {
    fill: yellow;
  }
}

.no-border {
  border: none;
}

.hidden {
  display: none;
  z-index: -5;
  height: 0px;
}

.main-feeder-history-table-reading {
  margin: 5px;
  padding: 15px;
}

.height-400px {
  height: 400px;
}

/* .default-thumbnail {
  height: 200px;
} */

.col {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sidenav {
  width: auto !important;
}