header {
  text-align: center;
}
header .app-name {
  color: #333333;
  text-decoration: none;
}

section.body-section {
  padding-top: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  position: relative;
  text-align: center;
}

.card {
  border-radius: 8px;
  border-color: transparent;
  padding: 20px;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.15);
}

footer {
  background-color: #F5F5F5;
  border-top: 1px solid #E0E0E0;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.btn, input[type=button], input[type=submit], input[type=reset] {
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-check-input {
  float: none !important;
}

.btn-primary, input[type=button], input[type=submit], input[type=reset] {
  background-color: #CC3333;
  border: none;
  color: #E0E0E0;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, input[type=button]:focus, input[type=button]:hover, input[type=button]:active, input[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=reset]:focus, input[type=reset]:hover, input[type=reset]:active {
  background-color: #991F1F;
}

.btn-secondary {
  background-color: #6c757d;
  border: none;
  color: #E0E0E0;
}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active {
  background-color: #444444;
}

.btn-light {
  background-color: #E0E0E0;
  border: none;
  color: #333333;
}
.btn-light:focus, .btn-light:hover, .btn-light:active {
  background-color: #D6D6D6;
}

.btn-info {
  background-color: #0dcaf0;
  border: none;
  color: #E0E0E0;
}
.btn-info:focus, .btn-info:hover, .btn-info:active {
  background-color: #31d2f2;
}

.btn-close {
  background-color: #CC3333;
  padding: 10px;
  float: right;
  color: #E0E0E0;
  position: absolute;
  right: 0;
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: #991F1F;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: #F5F5F5;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], input[type=tel], select,
body section form span div.btn-group button.dropdown-toggle {
  background-color: #F5F5F5;
  color: #333333;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #E0E0E0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

body section form span div.btn-group button.dropdown-toggle {
  margin: 5px auto;
}

input[type=text]:focus {
  background-color: #F5F5F5;
  border-bottom: 2px solid #444444;
}

input[type=text]:placeholder {
  color: #E0E0E0;
}

.input-group {
  margin: auto;
  width: 85%;
}

.form-check .form-check-input {
  float: none;
}

.input-group-append {
  margin-left: -5px !important;
  margin-top: 5px;
}
.input-group-append .input-group-text {
  padding: 15px 32px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid #E0E0E0;
}

.search-container {
  position: relative;
}
.search-container input.search-input {
  padding: 0;
  display: block;
  width: 100%;
}

.search-input {
  height: 50px;
  border-radius: 30px;
  padding-left: 35px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #888;
}

h2 {
  color: #333333;
}

table tbody tr td:hover {
  filter: brightness(80%);
  cursor: pointer;
}

.btn-group {
  width: 100% !important;
}

.multiselect-container {
  max-height: 300px;
  overflow-y: auto;
}

ul li {
  list-style: none;
}
ul li.take-down {
  color: red;
}

table.agenda td {
  padding: 0;
}
table.agenda td ul {
  padding: 0;
}

.table-container {
  max-height: 300px;
  overflow-y: scroll;
}

.flash.message {
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.flash.message .alert {
  display: block;
  width: 100%;
}
.flash.message .alert.alert-danger {
  background-color: var(--bs-danger);
}

/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.section-title {
  background-color: #CC3333;
  color: white;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.boolean-switch {
  margin-right: auto;
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.boolean-switch.right-aligned {
  margin-right: 0 !important;
}
.boolean-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.boolean-switch input[type=checkbox]:checked + label .inner {
  margin-left: 0;
}
.boolean-switch input[type=checkbox]:checked + label .switch {
  right: 0;
}
.boolean-switch label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.boolean-switch label .inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.boolean-switch label .inner:before, .boolean-switch label .inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.boolean-switch label .inner:before {
  content: attr(data-before);
  padding-left: 10px;
  background-color: #CC3333;
  color: #F5F5F5;
}
.boolean-switch label .inner:after {
  content: attr(data-after);
  padding-right: 10px;
  background-color: #F5F5F5;
  color: #333333;
  text-align: right;
}
.boolean-switch label .switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #333333;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.boolean-container {
  display: flex;
  align-items: center;
}
.boolean-container p {
  margin-left: auto;
  margin-right: 10px;
}

/*# sourceMappingURL=checkbox.css.map */
