html,
body {
  font-family: sans-serif;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  color: #333;
}

#main-body {
  margin-top: 60px;
}

.alert {
  width: 1410px;
  padding: 10px 20px;
  margin-top: 25px;
}
.alert.alert-dismissible {
  margin: 10px auto;
  padding: 10px 30px;
  position: relative;
  top: 51px;
}

.note-icon {
  display: inline-block;
  margin-left: 7px;
}

.user-note {
  cursor: pointer;
}

div#special-checkin {
  border: 3px solid #cdd6d5;
  padding: 20px 50px;
  border-radius: 10px;
  margin: 0 0 30px 0;
}

span.masked {
  display: none;
}

td.masked span.masked {
  display: inline;
}
td.masked .checkout-modal {
  display: none;
}
td.masked .plain-status {
  display: none;
}

div#checkinout-window {
  display: flex;
  justify-content: space-between;
}

div#checkout-window {
  margin-right: 40px;
}

div#checkout-window,
div#checkin-window {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px;
  flex: 100%;
}

input[type=search] {
  min-width: 320px;
}

input[type=checkbox].form-control {
  width: 18px;
}

.people-in-school {
  margin: -12px auto 36px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 32px;
  padding: 5px;
  background-color: #f3f3f3;
}

ol.schools-with-people li {
  line-height: 28px;
}
ol.schools-with-people li:hover a {
  text-decoration: underline;
}
ol.schools-with-people li:hover span {
  background-color: red;
  color: white;
}
ol.schools-with-people span.count {
  cursor: pointer;
  margin-left: 10px;
  border-radius: 50%;
  padding: 1px 5px;
  color: red;
  background-color: #ececec;
}

.login-form .alert {
  font-weight: 600;
  border-radius: 0;
  border: none;
}

a {
  color: #2b7f78;
}

.hidden {
  display: none;
}

footer {
  padding: 60px;
}
footer a {
  text-decoration: none;
  color: #333;
}

.title-right {
  float: right;
  position: relative;
  top: -2px;
}

.current-user {
  position: relative;
  float: right;
  top: 25px;
  color: #2b7f78;
  letter-spacing: 4px;
}
.current-user .impersonating-user {
  background-color: #ffb6b6;
  font-weight: bold;
}

.page-title {
  color: #2b7f78;
  font-size: 20px;
  margin: 30px 0 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

#login,
#checkout-buttons {
  text-align: right;
  padding: 20px 0 0;
}

@media screen and (min-width: 768px) {
  #logo {
    display: inline-block;
    color: white;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #logo {
    display: inline-block;
    color: white;
    font-size: 22px;
  }
}
button[name=delete],
button[name=reactivate],
button[name=retire] {
  margin-right: 30px;
}
button[name=delete]:hover,
button[name=reactivate]:hover,
button[name=retire]:hover {
  background-color: rgb(189, 25, 25);
  color: white;
}

.form-group.buttons {
  text-align: center;
}
.form-group.buttons button {
  margin: 10px;
}

span.weekdays {
  width: 120px;
  display: inline-block;
}

.danger {
  color: red;
}

.warning {
  color: orange;
}

.time-range {
  margin-top: 30px;
}

.infoicon {
  color: #ccc;
}

span.mandatory {
  color: #ff5959;
}

a.sms {
  border: 1px solid #868686;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: wheat;
  color: black !important;
}
a.sms:hover {
  background-color: white;
}

.checkout-modal {
  border: 1px solid #868686;
  padding: 5px 15px;
  border-radius: 5px;
  color: black !important;
  background-color: white;
}
.checkout-modal:hover {
  background-color: wheat;
}

.section-title {
  color: #037b70;
  margin-top: 50px;
  margin-bottom: 15px;
}

#checkinout-window .section-title {
  color: #037b70;
  margin-top: 5px;
  margin-bottom: 15px;
}

option {
  font-family: monospace !important;
}

label.col-form-label {
  text-align: right;
}

#allSchools {
  color: #2b7f78;
}

@media (min-width: 1920px) {
  .container {
    width: 1440px;
  }
}
tfoot th {
  padding: 10px 10px !important;
}

tfoot th input {
  width: 100%;
  min-width: 120px;
  font-size: 12px;
  font-weight: 100;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
}

/*********************Overwriting start*********************/
.d-md-flex {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.d-md-flex.dt-layout-end {
  margin-left: 1rem;
  float: right;
}

.table-responsive {
  width: 100%;
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > .dropdown-menu li a {
  padding: 8px 30px 8px 15px;
  border-bottom: 1px dashed #d3d3d3;
}

.form-control {
  box-shadow: none;
}

.card-header {
  font-size: 24px;
  font-weight: 500;
  margin: 40px 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #246c66;
  color: #666666;
}
.card-header form.mini-form {
  float: right;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  margin: 10px 0;
  position: relative;
  top: -12px;
}
.card-header form.mini-form .btn {
  font-style: normal;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 75px;
  }
  .navbar {
    border-radius: 0;
    height: 115px;
  }
}
.mono,
.slider-output {
  font-family: "Courier New", Courier, monospace;
}

.navbar-inverse {
  background-color: #7f7969;
  border: none;
  background-image: linear-gradient(140deg, #d8d8d8 0%, #6cb7b5 50%, rgba(255, 227, 165, 0.44) 75%);
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  min-width: 100px;
  text-align: center;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #333;
  background-color: #faf2d1;
}

.nav.navbar-right i {
  width: 25px;
}

a.nav-link.dropdown-toggle.avatar {
  padding-top: 22px;
  padding-bottom: 18px;
}

a.navbar-brand {
  display: flex;
  height: 75px;
  align-items: center;
}

div.navbar-header {
  padding-top: 20px;
}

a.navbar-brand img,
div.navbar-header img {
  margin-right: 12px;
  background: white;
  border-radius: 50%;
  height: 70px;
}

.btn-primary {
  color: #fff;
  background-color: #2b7f78;
  border-color: #246c66;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3b8f88;
  border-color: #246c66;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  border: 1px solid #cccccc;
  height: 28px;
  padding: 6px 12px;
  font-weight: 100;
  border-radius: 5px;
}

.dataTables_wrapper select {
  height: 28px;
  width: 100px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0px 5px;
  text-align: center;
}

.dataTables_wrapper label {
  font-weight: 100;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}

.card-footer {
  text-align: right;
  padding: 20px 0 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #cacaca;
  background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #246c66;
  background: none;
  background-color: #3b8f88;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #333;
  background-color: #faf2d1;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  height: 34px;
}

.multiselect-container .input-group {
  margin: 20px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  text-decoration: none;
  background-color: #3b8f88;
  outline: 0;
}

.multiselect-container > li.multiselect-group label {
  padding: 3px 40px;
}

.multiselect-container > li > a > label {
  padding: 3px 20px 3px 77px;
}

.multiselect-item.multiselect-group .caret-container {
  padding: 5px 8px;
}

.multiselect-item.multiselect-group .caret-container:hover {
  background-color: #d8d8d8;
  color: white;
}

.dropdown-menu {
  min-width: 200px;
}

a:focus,
a:hover {
  color: #3b8f88;
  text-decoration: none;
}

tr.onduty td {
  background-color: #2b7f78;
  color: white;
}
tr.extended td {
  background-color: #00bcd4;
  color: black;
}
tr.closing td {
  background-color: #eca944;
  color: white;
}
tr.wrong td {
  background-color: #ce6666;
  color: white;
}

.ui-slider .ui-slider-handle {
  width: 10px;
  height: 25px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -5px;
}

.ui-widget.ui-widget-content {
  height: 20px;
  background-image: url(../images/gray.png);
  background-repeat: no-repeat;
  background-position: 340px;
}

.slider-output {
  font-weight: normal;
  margin-left: 10px;
}

.card form {
  padding: 50px;
  border-radius: 4px;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 64px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #e3fbf8;
  background: #d7f5f2;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e3fbf8;
}

span.ui-slider-handle.ui-corner-all {
  border-radius: 0;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #203331;
}

.navbar-toggle {
  position: absolute;
  right: 0;
  top: 23px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-inverse .navbar-toggle {
  border-color: #203331;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
}

.dropdown-toggle:hover {
  background-color: #faf2d1;
}
.dropdown-toggle:hover a {
  color: #333 !important;
}

.dropdown-toggle:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  background-color: #faf2d1;
  color: #333;
  left: -1px;
  box-shadow: none;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #203331;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
}
/*********************Overwriting end*********************//*# sourceMappingURL=style.css.map */