
.Error_Message{
    color: red;
}

.FormPhoto{
    color: White;
}

.card_shadow:hover{
    box-shadow: 2px 2px 1px gray;

}

.border-dark {
    border-color: #d6c9c9!important;
}

.body_background {
  background: url(../media/images/login_background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.btn_custom_style{
    background: #fe7600;
    border-color: #fe7600;
    color: black;
}

.bg-category-card {
    background: #fe7600;
}

.multiline-text {
    white-space: pre-line;
    overflow: auto;
}

.details_banner_content .title {
    font-size: 36px;
    color: #29488b;
    font-weight: 600;
}
.details_media {
    width: 50%;
}

.courses_image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-image-container {
    position: relative;
}
.courses_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.card-image-front {
    position: absolute;
    vertical-align: middle;
    left: 0;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}
.courses_details_sidebar .courses_sidebar_image {
    position: relative;
}

.courses_details_sidebar .courses_sidebar_image .price {
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #de322e;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: -45px;
}

.courses_details_sidebar .courses_sidebar_image .price .price_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.courses_details_sidebar .courses_sidebar_title {
    background-color: #29488a;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

courses_details_sidebar .courses_sidebar_title .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.courses_details_sidebar .courses_sidebar_list {
    background-color: #f3f8fc;
    padding: 30px 15px 30px 15px;
}

.courses_overview_list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.courses_sidebar_list .list li {
    font-size: 16px;
    color: #002639;
    border-bottom: 1px solid rgba(72, 72, 72, 0.10);
    padding: 5px 0;
}

.form_input_style_1 {
    background: #fafafa;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding-left: 5px;
}

****************
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}
****************

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

a.disabled {
  pointer-events: none !important;
  cursor: default !important;
  background-color: gray !important;
  border-color: gray !important;
}

.course_name_search{
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #252628;
    border-color: white;
}

.link_no_format {
   color: black;
   text-decoration: none;
   background-color: none;
}

.link_no_format:hover {
   text-decoration: none;
   color: black;
}


.enroll-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 9px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    color: #252628;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #d7df21;
}

.batch_details tbody tr:hover {
    background: #eef5fb !important;
}

.nav-tabs .nav-link.active {
    background-color: #fe7600;
}

.required {
  color: red;
  vertical-align: top;
}


.fc-title {
    display: table;
    margin: 0 auto;
}


.movie-container {
  margin: 20px 0;
}

.seating_body {
  font-family: "Lato", sans-serif;
  background-color: #242333;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*
  overflow: hidden;
  */
}

.movie-container select {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 10px;
  padding: 5px 15px 5px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.container {
  perspective: 1000px;
  margin-bottom: 3px;
}

.seat {
  background-color: #ab1111;
  height: 22px;
  width: 25px;
  margin: 6px;
  text-align: center;
  margin-bottom: 9px;
  margin-top: 9px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
}

.seat.selected {
  background-color: #2ecc71;
}

.seat.occupied {
  background-color: #fff;
}

.seat.available {
  background-color: rgb(111 125 153);
}

.seat.reserved {
  background-color: #f77979;
}

.seat.not-active {
  background-color: #000000;
}

.seat.seat-gap {
  background-color: white;
}

/* Selects the second row f*/
/*
.seat:nth-of-type(2) {
  margin-right: 18px;
}

.seat:nth-last-of-type(2) {
  margin-left: 18px;
}
*/

.seat:not(.occupied) {
  cursor: pointer;
  transform: scale(1.2);
}

.showcase .seat:not(.occupied) {
  cursor: default;
  transform: scale(1);
}

.showcase {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 5px;
  color: #777;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.showcase li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.showcase li small {
  margin-left: 2px;
}

.row {
  display: flex;
}

.screen {
  background-color: #8b5a2b;
  height: 30px;
  width: 33%;
  margin: 15px 0;
  transform: rotateX(-45deg);
  box-shadow: 0 3px 10px rgb(28 44 78);
}

section {
  --page-margin: min(2rem, 5vw);
  display: grid;
  grid-template-columns: var(--page-margin) [center-start] 1fr [center-end] var(--page-margin);

  & > * {
    grid-column: center;
  }
}

.cards-wrapper {
  grid-column: center-start / -1;
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  overflow: auto;
  padding-bottom: 1rem;
  padding-right: var(--page-margin);

}

.simple-keyboard {
  max-width: 850px;
}