﻿/* Basic */
* {
  border-radius: 0 !important;
}

a {
  text-decoration: none;
}

body {
  color: #555;
}

.boxed-layout {
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

.logo-header {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f5f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3f5f7));
  background: -webkit-linear-gradient(top, #fff 0%, #f3f5f7 100%);
  background: -o-linear-gradient(top, #fff 0%, #f3f5f7 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f3f5f7 100%);
  background: linear-gradient(to bottom, #fff 0%, #f3f5f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f5f7",GradientType=0);
  box-shadow: 0 1px 5px -1px #888;
  height: 105px;
  line-height: 105px;
  background-repeat: repeat-x;
  background-position: 50% 50%;
  margin-top: 11px;
  margin-bottom: 15px;
}

.logo-header .logo {
  text-align: right;
}

.logo-header .logo img {
  max-width: 100%;
  max-height: 130px;
  height: auto;
  width: auto;
  margin-top: -7px;
}

.logo-header .name {
  font-size: 22px;
  height: 130px;
  font-family: "BebasNeue", sans-serif;
  color: #5687d0;
  /*font-size: 60px;*/
  font-size: calc(3vw + 3vh);
  overflow: hidden;
}
@media (max-width: 991px) {
  .logo-header .name {
    font-size: calc(3vw + 1vh);
  }
}
@media (min-width: 1400px) {
  .logo-header .name {
    font-size: 60px;
  }
}

.bg-grey {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.checked-in-counter, .training-info {
  font-weight: bold;
  font-size: 17px;
  font-family: "Open Sans", Arial, sans-serif;
}
.checked-in-counter .instructor-title, .training-info .instructor-title {
  font-family: "Open Sans", Arial, sans-serif;
  color: #999;
  font-weight: 300;
}

.member-list .btn, .team-list .btn {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
}

.member-list .btn.checked-in, .team-list .btn.selected {
  background-color: #ccc;
}

#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important;
  text-align: center;
}

#topcontrol:hover {
  color: #fff;
  background: #888;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member-list {
  margin-bottom: 50px;
}

button:focus {
  outline: none;
}

.toolbar {
  margin-top: 10px;
}
.toolbar a {
  color: #aaa;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

.system-password .form-control {
  font-size: 20px;
  height: 60px;
}

.toast-success {
  background-color: #555;
}

.team-calendar-icon {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-right: 10px;
}

a {
  color: #72c02c;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #6bb429;
  text-decoration: none;
}

h1 {
  font-size: 28px;
  line-height: 35px;
}

h2 {
  font-size: 24px;
  line-height: 33px;
}

h3 {
  font-size: 20px;
  line-height: 27px;
}

h4 {
  line-height: 25px;
}

h5 {
  line-height: 20px;
}

h6 {
  line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: 5px;
}

.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-30 {
  font-size: 30px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-20 {
  margin-right: 20px;
}

.padding-right-15 {
  padding-right: 15px;
}
.padding-15 {
  padding: 15px !important;
}

@media (min-width: 992px) {
  .margin-lg-bottom-20 {
    margin-bottom: 20px;
  }
  .margin-lg-top-20 {
    margin-top: 20px;
  }
}
/* Components */
.form-select,
.form-select:focus,
.has-error .form-select:focus,
.has-success .form-select:focus,
.has-warning .form-select:focus,
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.open .btn.dropdown-toggle,
.panel,
.progress,
.progress-bar {
  box-shadow: none;
}

.form-control {
  font-size: 14px;
}

.form-control-sm {
  font-size: 12px;
}

.form-control,
.single-line {
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.form-control:focus,
.single-line:focus {
  border-color: #72c02c;
}

.has-success .form-control,
.has-success .form-control:focus {
  border-color: #72c02c;
}

.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #f8ac59;
}

.has-error .form-control,
.has-error .form-control:focus,
.form-control.input-validation-error,
.form-control.input-validation-error:focus,
.multiple.dropdown.input-validation-error,
.multiple.dropdown.input-validation-error:focus {
  border-color: #ED5565 !important;
}

.has-success .control-label {
  color: #72c02c;
}

.has-warning .control-label {
  color: #f8ac59;
}

.has-error .control-label {
  color: #ED5565;
}

.input-group-addon {
  border: 1px solid #ced4da;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: rgb(238, 238, 238);
  padding: 0px 11px;
  display: flex;
  align-items: center;
}

.input-group-text {
  border: 1px solid #ced4da;
}

.mento-checkbox, .mento-radiobutton {
  padding-left: 27px;
  line-height: 18px;
  color: #555;
  cursor: pointer;
  position: relative;
}

.mento-checkbox i, .mento-radiobutton i {
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-color: #ced4da;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  outline: none;
  border-style: solid;
  background: #fff;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  display: flex;
}

.mento-checkbox input, .mento-radiobutton input {
  position: absolute;
  left: -9999px;
}

.mento-checkbox input ~ i:after {
  color: #555;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f00c";
  /*top: 0;
  left: 0;*/
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  font-weight: 900;
  font-size: 9px;
}

.mento-radiobutton input + i:after {
  color: #555;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f111";
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  font-weight: 900;
  font-size: 7px;
  align-self: center;
}

.mento-checkbox input[type=checkbox]:checked ~ i:after, .mento-radiobutton input:checked + i:after {
  opacity: 1;
}

.mento-checkbox.has-error {
  color: #ED5565 !important;
}

.mento-checkbox.has-error i {
  background-color: #f2dede;
}

.btn {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
  box-shadow: none !important;
}

.btn.disabled, .btn:disabled {
  cursor: default;
}

.fc-header-toolbar .btn, .btn-checkin {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  color: inherit;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.125rem !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: 14px 0px 13px 50px;
  font-size: 15px;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: left;
}
.fc-header-toolbar .btn i, .btn-checkin i {
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 20px;
}
.fc-header-toolbar .btn i.fa-exclamation-triangle, .btn-checkin i.fa-exclamation-triangle {
  left: auto;
  right: 15px;
}
.fc-header-toolbar .btn:hover, .btn-checkin:hover {
  background-color: #fff !important;
}
.fc-header-toolbar .btn div, .btn-checkin div {
  width: 90%;
}

.fc-header-toolbar .btn {
  padding: 7px 14px;
  margin-bottom: 0;
}
.fc-header-toolbar .btn:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5) !important;
}

.fc-header-toolbar .btn, .btn-light {
  color: #555 !important;
  background-color: #fafafa !important;
}

.btn-light.active {
  background-color: #ddd !important;
  border-color: #adadad !important;
}

.fc-header-toolbar .btn:focus, .btn-light:focus,
.fc-header-toolbar .btn.focus, .btn-light.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.fc-header-toolbar .btn:focus {
  background-color: #fafafa !important;
  border-color: #adadad !important;
}

.fc-event {
  border-color: #aaa;
}

.checked-in, .checked-in:focus, .checked-in:hover, .checked-in:active {
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4) !important;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.24) !important;
  background-color: #efefef !important;
}

.fc-header-toolbar .btn:not(.checked-in):hover, .btn-checkin:not(.checked-in):hover,
.fc-header-toolbar .btn:not(.checked-in):focus, .btn-checkin:not(.checked-in):focus,
.fc-header-toolbar .btn:not(.checked-in):active, .btn-checkin:not(.checked-in):active {
  outline: 0;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

.btn-light.disabled {
  box-shadow: none !important;
  cursor: not-allowed;
}
.btn-light.disabled .fa-square {
  opacity: 0.3;
}
.btn-light.disabled span, .btn-light.disabled .fa-exclamation-triangle {
  opacity: 0.65;
}
.btn-light.disabled:hover {
  box-shadow: none !important;
  background-color: #fafafa !important;
}
.btn-light.disabled:focus, .btn-light.disabled:active {
  box-shadow: none !important;
}

.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}

/*.modal-body {
    padding: 20px 30px;
}*/
.inmodal .modal-body {
  background: #f8fafb;
}

.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
  display: block;
}

.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.inmodal .modal-title {
  font-size: 26px;
}

.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}

.modal-footer {
  margin-top: 0;
}

body.modal-open {
  padding-right: inherit !important;
}

body.modal-open .wrapper-content.animated {
  -webkit-animation: none;
  -ms-animation-nam: none;
  animation: none;
}

body.modal-open .animated {
  animation-fill-mode: initial;
  z-index: inherit;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px !important;
  }
}
.modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 10px;
  margin: 0;
}

.fc .fc-daygrid-day-top {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
}

.fc-daygrid-event {
  padding: 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fc-daygrid-event {
    padding: 5px;
  }
}

.fc-h-event .fc-event-main {
  color: #555;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fc-h-event .fc-event-main {
    font-size: 16px;
  }
}

.fc .fc-view-harness {
  background-color: #fafafa;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin: 4px 1px;
}

.fc td {
  height: 48px;
  border-left: none !important;
  border-right: none !important;
}

.fc th {
  border-left: none !important;
  border-right: none !important;
}

.fc .fc-daygrid-day-number {
  cursor: default;
}

a.fc-event:hover {
  border-color: #333;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .fc .fc-toolbar-title {
    font-size: 22px;
  }
}
