.form-section {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin-bottom: 30px;
}

.form-section legend {
  font-size: 20px;
  font-weight: bold;
  color: #626262;
}

.timetable-control-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.timetable-control-group .controls {
  padding-left: 15px;
}

.timetable-control-group label {
  min-width: 150px;
  text-align: right;
}

.timetable-day {
  display: flex;
  margin-bottom: 10px;
}

.hidesection {
  display: none;
}

.model-image {
  max-width: 200px;
}

#previewImages .col-md-3 img {
  max-width: 100%;
}

#previewImages .col-md-3 p.close {
  float: right;
  margin-bottom: 0;
  margin-top: 5px;
  color: red;
}

.emailGalleryPhotos img {
  display: inline-block;
  max-width: 30%;
  margin-right: 10px;
}

table tr td img {
  max-height: 100px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  background-color: #e0e3e7;
  color: #000;
}

footer {
  text-align: center;
  background-color: #212529;
  color: #fff;
  padding: 5px;
  width: 100%;
}

footer a {
  color: #fff;
}

footer a:active, footer a:hover, footer a:focus {
  color: #fff;
}

.blockForm {
  display: block;
  padding-top: 5px;
}

.forgot-password-div {
  padding-top: 20px;
}

.forgot-password-div a {
  color: #000;
  text-decoration: none;
}

.forgot-password-div a.active, .forgot-password-div a:active, .forgot-password-div a:hover, .forgot-password-div a:focus {
  color: #000;
}

.galleryphoto {
  max-width: 100%;
}

@media (max-width: 767px) {
  .lead a.btn {
    float: unset;
  }
  .loggedinusername {
    display: none;
  }
  .container .dataTables_wrapper {
    overflow-x: scroll;
  }
  .container .dataTables_wrapper .dataTables_length, .container .dataTables_wrapper .dataTables_filter {
    text-align: left;
    padding-bottom: 5px;
  }
  .text-end.mobile-logout {
    text-align: left !important;
  }
}
/*# sourceMappingURL=custom.css.map */