/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 10rem;
}

#page-content-wrapper {
  min-width: 100vw;
}


#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }

}

.login-window {
  border-radius: 25px;
  margin: auto;
  width: 15%;
  border: 7px solid green;
  padding: 25px;

}

a.custom-card,
a.custom-card:hover {
  color: inherit;
  text-decoration: none;
}

#inst-graphs {
    width: 100%;
    min-height: 800px;
    border: 0;
}

.nowrap {
  white-space: nowrap;
}

.table-mass-actions input[type=checkbox] {
  transform:scale(1.5, 1.5);
}


.fixed-header          { overflow-y: auto; height: 700px }
.fixed-header thead th { position: sticky; top: 0; background: #F0F8FF ; border: 5px; }

td { white-space: nowrap }
.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    white-space: normal;
    max-width: 200px;
    word-break: break-word;
    border-top: 1px solid #dee2e6;

}



      #map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }

button { color: green;

      }

button:focus { color: green;
  box-shadow: -200px -200px 0px -200px rgba(0,0,0,0.75);
      }
button:hover{background-color:orange;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}

