
body {
  background-color: #f3feff;
}

.bg-alt {
  background-color: #731a00 !important;
}

.tab-content {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.floatright {
  float: right;
}
.navbar-brand {
  margin-right: 1.5rem;
}
.navbar {
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-link {
  padding: 0.5rem 1.5rem;
}
.clickable {
  cursor: pointer;
}
.grey {
  background-color: #eee;
}
table.stripes tbody > tr:nth-child(odd) > td {
    background-color: #f3f3f3;
}
table.stripes tbody > tr:nth-child(even) > td {
  background-color: white;
}
.table-hover tbody tr:hover, table.stripes tbody > tr:hover > td {
  background-color: #d0e2ff;
}
.table th, .table td {
  padding: 0.3rem;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #a78ae7;
  color: white;
}

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #a78ae7;
}

.table-dark, .table-dark > th, .table-dark > td {
  background-color: #3f4a4b;
}

#week .col {
  border-width: 1px;
  border-style: inset;
  border-color: black;
}

.bordered {
  border: 1px solid black;
  border-collapse: collapse;
}

.form-control {
  color:black;
}
/* font changes */
.font-bigger {
  font-size: 1.1rem;
}
.font100 {
  font-size: 100%;
}
.bold {
  font-weight: bold;
}

/* loader */
.loader-animation {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* loader */
.loader-animation-small {
  border: 8px solid #d3d2d2; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.actionsPanel {
  background-color: grey;
  border-color: black;
  border-radius: .25rem;
  border-width: 2px;
  margin-bottom: 5px;
  padding: 7px;
}

.imageBorder {
  width:360px;
  border: black;
  border-width: 1px;
  border-style: solid;
}

.hover_img {
  position: relative;
  height: 50%;
  width: 50%;
  z-index: 99;
}

.hover_img img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.lastweek, .nextweek {
  font-size: 2rem;
}

/* .addSchedule {
  color: grey;
} */

.black {
  color: black;
}

#scheduleTable > tbody > tr > th, #scheduleTable > tbody > tr > td {
  border: black;
  border-style: ridge;
}

a {
  color:#02A384;
}

.nowrap {
  white-space: nowrap;
}

.text-red {
  color: red;
  font-weight: bold;
}

.table-danger, .table-danger>th, .table-danger>td {
  background-color: #E74C3C !important;
}

.minwidth {
  width: 1%;
}

.checkboxButton {
  padding-left: 10px;
}

.btn-black {
  color: #fff;
  background-color: black;
  border-color: black;
}

.inactive {
  display: none;
}

.striped1 {
  background-color: lightgray;
}

.striped2 {
  background-color: lightblue;
}