.modebar{
      display: none !important;
}

body {
  height: 100%;
  color: #676a6c;
  background-color: #f3f3f4;
}
body nav {
  -webkit-box-shadow: 0 5px 5px 0 lightgray;
  -moz-box-shadow: 0 5px 5px 0 lightgray;
  box-shadow: 0 5px 5px 0 lightgray;
  background-color: #ffffff;
  padding: 5px 50px !important;
}
body nav .nav-right {
  margin-right: 10px;
}
body nav .navbar-brand {
  font-weight: bold;
  text-transform: uppercase;
}

.collapse {
  z-index: 100;
}

.navbar {
  height: 50px!important;
}

.margin-150 {
  margin-left: 200px;
}

/* .footer {
  text-align: right;
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #008001 0%, #0178bc 100%);
  color: white;
} */
@media screen and (min-width: 576px) and (max-width: 768px) {
  .total-height-tab {
    min-height: calc(100vh - 292px)!important;
    min-width: 100%;
  }

  .total-height-img {
    height: calc(100vh - 292px)!important;
    min-width: 100%;
  }

  .login-card {
    top: 40%!important;
  }
}

@media screen and (max-width: 576px) {
  .total-height-img {
    height: calc(100vh - 292px)!important;
    min-width: 100%;
  }
  .admin-btn-group {
    top: 30%!important;
  }
  .login-card {
    top: 30%!important;
    width: 300px!important;
  }
  #expandedImg {
    display: none;
  }
  .total-height-tab {
    min-width: 100%;
    min-height: 100%;
    margin-bottom: 10px!important;
}
.margin-150 {
  margin-left: 0px!important;
}
}

@media screen and (max-width: 768px) {
.navbar-brand span {
  display: none;
}
.btn-group {
  display: block;
  right: 10%!important;
  left: 10%!important;
  border-radius: 0!important;
}
#expandedImg{
  margin-top: 5%!important;
}
.margin-150 {
  margin-left: 0px!important;
}
}

@media screen and (min-width: 768px) {
.btn-group {
  display: block;
  right: 5%!important;
  left: 5%!important;
  border-radius: 0!important;
}
.total-height-tab {
  min-height: calc(100vh - 247px)!important;
  min-width: 100%;
}

.total-height-img {
  height: calc(100vh - 247px)!important;
  min-width: 100%;
}
}

.login-card {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px; 
  box-shadow: 0px 1px 4px rgba(92, 88, 73, 0.4);
  border: 0!important;
  height: auto;
}

body main {
  padding: 20px 50px;
  /* padding: 20px; */
  /* margin-bottom: 30px; */
}
body main .card {
  margin-bottom: 20px;
  /* border-radius: 0; */
  border-radius: 0.25rem !important;
  /* box-shadow: 5px 10px 18px #888888; */
  border-top-color: green;
  border-top-width: medium;
}
body main .card .card-header {
  /* color: #007bff; */
  color: #017c66;
  font-weight: bold;
  background-color: white;
  border-bottom: none;
  font-size: large;
  text-transform: uppercase;
}
body main .card .card-header a {
  cursor: pointer;
}
/* body footer {
  padding: 10px 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-top: 2px solid lightgray;
} */

.custom-range {
  width: 100%;
  /* padding-top: 10px; */
  margin-top: 20px;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*prevent bootstrap-vue css conflict*/
.v-select.dropdown .dropdown-toggle::after {
  content: inherit;
}

.v-select.dropdown .form-control {
  height: inherit;
}

a.dropdown-item:hover, a.dropdown-item:active {
  background-color: #017c66!important;
  color: white!important;
}

/*# sourceMappingURL=style.css.map */
/* YPV */
.topbar {
    background: #009efb;
    background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%);
    background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%);
    background: linear-gradient(to right, #0178bc 0%, #00bdda 100%);
}

nav a{
  color: white;
}

nav a:hover{
  color: white;
}

.skin-green-dark {
    /* background: #7460ee;
    background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%);
    background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%);
    background: -o-linear-gradient(left, #533fd0 0%, #840fb5 100%);
    background: linear-gradient(to right, #533fd0 0%, #840fb5 100%); */
    background: linear-gradient(to right, #008001 0%, #0178bc 100%);
}

.app {
   width: 100%;
}

.btn-outline-primary {
    color: #017c66!important;
    background-color: transparent;
    background-image: none;
    border-color: #017c66!important;
}

.btn-outline-primary:hover {
    color: #fff!important;
    background-color: #017c66!important;
    background-image: none;
    border-color: #fff!important;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(1, 124, 102,.5)!important;
}

.btn-indicator:hover {
  /* color: #fff!important;
  background-color: rgba(0,0,0,0.1)!important;
  background-image: none; */
  color: #fff!important;
  background-color: #017c66!important;
  background-image: none;
  border-color: #017c66!important;
  /* border-color: white!important; */
  box-shadow: 0px 1px 4px .2rem rgba(46, 46, 45, 0.4)!important;
}

@media screen and (max-width: 992px){
.btn-indicator{
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 5px!important;
}
.footer {
  text-align: center!important;
}
}

.btn-indicator {
    color: #fff!important;
    background-color: #017c66!important;
    background-image: none;
    border-color: #017c66!important;
}

.btn-indicator:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 124, 102,.5)!important;
}

.v-select .selected-tag {
    display: flex;
    align-items: center;
    background-color: #017c66 !important;
    border: 1px solid #017c66 !important;
    border-radius: 4px;
    color: white!important;
    line-height: 1.42857143;
    margin: 4px 2px 0;
    padding: 0 .25em;
    transition: opacity .25s;
}

.v-select .selected-tag .close {
    font-size: 1.25em;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    color: white!important;
    text-shadow: 0 1px 0 #111;
}

@media screen and (max-width: 992px) {
.col-form-label {
  text-align: center;
}
}

@media screen and (min-width: 992px) {
.col-form-label {
  text-align: right;
}
}

.form-group {
    margin-bottom: 15px!important;
}

.js-plotly-plot .plotly, .js-plotly-plot .plotly div {
    margin: 5px 0;
}

.view.form-group.row {
  margin: 20px 20px 0 20px;
  /* border: 1px solid black;
  border-radius: 0.25rem; */
}

.colorView {
    color: #017c66;
    font-weight: bold;
    font-size: large;
}

li ul li a:hover{
  background-color: #017c66!important;
  color: white!important;
}

li ul li a:active{
  background-color: #017c66!important;
  color: white!important;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: white!important;
  border-color: rgba(255,255,255,0);
}

span.navbar-toggler-icon {
  color: white!important;
}

.admin-btn-group {
  position: absolute; 
  top: 40%; 
  right: 30%; 
  left: 30%;
  text-align: center;
}

.cell-rect{
  stroke: grey!important;
}

.cell-text {
  font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
  text-align: center!important;
  line-height: 1.42857143!important;
  margin: 4px 2px 0!important;
  padding: 0 .25em!important;
  font-size: 14px!important;
}

/* The grid: Four equal columns that floats next to each other */
/* .column { */
 /* float: left; */
 /* padding: 10px; */
 /* display: contents; */

/* } */

/* Style the images inside the grid */
.column img {
 opacity: 0.8;
 cursor: pointer;
 padding: 0 .5%;
 float: left;
}

.column img:hover {
 opacity: 1;
}

/* Clear floats after the columns */
.row:after {
 content: "";
 display: table;
 clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container-gallery {
 position: relative;
 display: none;
}

/* Expanding image text */
#imgtext {
  display: none;
  /* position: absolute;
  bottom: 15px;
  right: 15px;
  color: white;
  font-size: 20px; */
  /* text-align: center; */
  /* padding-top: 30px; */
}

#expandedImg {
    border: 5px solid #017c66;
    border-radius: 1%;
}

@media screen and (min-width: 1200px) {
.container-gallery {
  padding: 2% 16%;
}
.show-admin {
 display: none;
}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
.container-gallery {
  padding: 2% 13%;
}
.show-admin {
 display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
.container-gallery {
  padding: 2% 10%;
}
.show-admin {
  display: none;
 }
 .margin-150 {
  margin-left: 100px!important;
 }
}

@media screen and (min-width: 480px) and (max-width: 768px){
.container-gallery {
  padding: 2% 8%;
}
}

@media screen and (max-width: 480px){
.container-gallery {
  padding: 1%;
}
#expandedImg{
  display: none;
}
}

/* Closable button inside the image */
.closebtn {
  display: none;
 /* position: absolute;
 top: 10px;
 right: 75px;
 color: black;
 font-size: 35px;
 cursor: pointer; */
}

.colorText {
  color: #017c66;
  font-weight: bold;
  font-size: large;
}

/* .indicators-table.js-plotly-plot {
    padding: 1% 15%;
} */

.container-carousel {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.carousel-indicators {
    bottom: 10px!important;
  }

body footer {
  border-top: none!important;
}

.modebar{
  display: none !important;
}
/* YPV */

.total-height-img {
  object-fit: cover;
}

.login-card-header {
  width: 100%;
  height: 78px;
  text-align: center;
  padding: 20px; 
  color: white; 
  background-color: #34495e; 
  -moz-border-top-left-radius: 5px; 
  -webkit-border-top-left-radius: 5px; 
  border-top-left-radius: 5px; 
  -moz-border-top-right-radius: 5px; 
  border-top-right-radius: 5px; 
  border-top-right-radius: 5px;
  border: 1px solid #34495e;
}

.input-email input, .input-password input {
    padding: 10px 15px;
    font-size: 15px;
    color: #7f8c8d;
    background: #ecf0f1;
    margin-bottom: 10px;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    float: right;
    width: 100%;
}

.input-email input:hover, .input-password input:hover {
  box-shadow: 0px 0px 5px #017c66;
}
.input-email input:focus, .input-password input:focus {
  box-shadow: 0px 0px 5px #3498db;
}

/* .input-email input:focus, .input-password input:focus {
  border: 1px solid #2ecc71!important;
  box-shadow: 0px 0px 5px #2ecc71; 
  color: #2ecc71;
  border-color: #2ecc71!important;
}

.form-control:focus {
  box-shadow: 0px 0px 5px #2ecc71; 
  color: #2ecc71;
  border-color: #2ecc71!important;
} */

.login_btn {
  width: 100%;
  padding: 8px 15px;
  text-align: center;
  font-size: 16px;
  color: white;
  text-shadow: 1px 1px 1px #017c66;
  box-shadow: 0px 3px 0px #015f4e;
  margin-top: 10px;
  background-color: #017c66;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out;
}

.login_btn:hover {
  background-color: #017c66;
}



.logos {
  background-color: #eeeeee;
  padding: 15px;
}

.align-vert {
  display: flex;
  align-items: center;
}

.bg-dark {
  background: gray;
  color: #fff;
  padding: 15px 0;
  height: 140px;
  vertical-align: center;
  display: flex;
  align-items: center;
}

.bg-gris {
  background: #777;
  padding: 15px 0;
  color: #fff;
}

.bg-gris a {
  color: #fff;
  opacity: 0.8;
}

.bg-gris a:hover {
  color: #fff;
  opacity: 0.8;
}

.footer {
  box-shadow: 0px 1px 20px rgba(92, 88, 73, 0.4);
  /* position: absolute;
  bottom: 0; */
  width: 100%;
}

.icon-text {
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.location-padding {
  padding-left: 30px !important;
}

@media (max-width: 768px) {
  .contact-margin {
      margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .contact-margin {
      margin-bottom: 20px;
  }
}

.vl {
  border-left: 1px solid white;
  height: 90px;
}

.container-bottom {
  background-color: darkkhaki;
  color: white;
  margin-left: -15px;
  margin-right: -15px;
}

.developed {
  margin-right: 55px;
  margin-bottom: -5px;
  color: white;
}

.container-footer {
  font-size: 15px;
}

/*Modal*/


#expandedImg {
  cursor: pointer;
  transition: 0.3s;
}

#expandedImg:hover {
  box-shadow: 4px 4px 25px 0px rgb(92, 88, 73, 0.6);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1100px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close-lightbox {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-lightbox:hover,
.close-lightbox:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}