@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;

600&display=swap);* {
  font-family: "Montserrat", sans-serif;
}

.navbar-collapse {
  font-weight: 600;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f2f6fa;
  background-image: url("/images/SOS_logo_background.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 500px 350px;
  min-height: 100vh;
  margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.breadcrumb {
  background-color: #f2f6fa;
}

.btn {
  border-radius: 25px;
}

.btn-default {
  padding-left: auto;
  text-align: center;
}

.btn-primary {
  background-color: #186ad0;
}

.btn.active {
  border: 2px solid black;
  color: black;
}

.panel-heading {
  background-color: #ffffff !important;
  border-bottom-width: 0;
}

.panel-body {
  background-color: #ffffff;
}

.panel {
  border-radius: 15px;
  border-color: #e5e8ed;
  border-width: 1px;
  padding: 5px;
  width: 100%;
}

.dataTable {
  width: 100%;
}

.fa-btn {
  margin-right: 6px;
}

.padded-horizontal {
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.checkbox-inline .btn {
  padding-left: 30px;
}

.search-box {
  padding-top: 10px;
}

label.btn {
  padding-left: 30px;
}

.cell-green {
  background-color: #98e6fb !important;
  color: #154956 !important;
}

.cell-yellow {
  background-color: #9ce2b6 !important;
  color: #126d34 !important;
}

.cell-light-orange {
  background-color: #fbeea3 !important;
  color: #793614 !important;
}

.cell-orange {
  background-color: #f2a658 !important;
  color: #a53b17 !important;
}

.cell-red {
  background-color: #fdb8b9 !important;
  color: #8e2827 !important;
}

.cell-grey {
  background-color: grey;
  color: black;
}

.cell-lightgrey {
  background-color: #f2f6fa;
}

.dataTables_wrapper {
  overflow: auto;
}

.navbar {
  background-color: #374456;
  border-width: 0;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-nav > li > a {
  color: white !important;
}

.nav > li > a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

a.dropdown-toggle[aria-expanded=true] {
  color: black !important;
}

.pupil-selector {
  border-radius: 20px !important;
  background-color: #4a627a;
  color: white;
  opacity: 1;
  border-width: 0;
}

.pupil-selector::-moz-placeholder {
  color: white;
  opacity: 1;
}

.pupil-selector::placeholder {
  color: white;
  opacity: 1;
}

.pupil-selector:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: white;
  color: black !important;
}

.pupil-selector:focus::-moz-placeholder {
  color: black;
}

.pupil-selector:focus::placeholder {
  color: black;
}

.table {
  border-color: #e5e9ed;
}

ul.dropdown-menu > li > a {
  color: black !important;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
  white-space: pre-line;
}

.bootstrap-select.btn-group .dropdown-menu li {
  margin-bottom: 10px;
}

.dropdown-menu {
  max-width: 350px;
}

/*-------------- Dropzone -------------*/

.dropzone.dz-clickable {
  border: 2px dashed #ae2724;
  margin: 10px 0;
}

/*-------------- Bootstrap --------------*/

.modal {
  text-align: center;
}

@media (max-width: 769px) {
  .modal {
    text-align: left;
  }

  .panel {
    overflow: scroll;
  }

  ul.nav.navbar-nav > li.dropdown.open > ul.dropdown-menu > li > a {
    color: white !important;
  }
}

@media screen and (min-width: 769px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.tab-pane {
  margin-top: 20px;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

span.bar-chart {
  height: 10px;
  display: block;
  animation: test 1s ease;
}

span.bar-chart-stacked {
  height: 10px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  animation: test 1s ease;
}

@keyframes test {
  0% {
    width: 0;
  }
}

.photo > img:hover {
  transform: scale(5);
  position: absolute;
  z-index: 20;
}

