body {
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.main_imagen {
  background-image: url(../imagen/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 150px;
  width: 100vw;
  height: 110vh;
}

#calendar {
  /*max-width: 900px;*/
  margin: 0 auto;
}

.fc-content {
  font-size: 1.1em !important;
}

.fc-event {
  font-size: 1.1em !important;
}

.fc-title {
  font-size: 1.1em !important;
  white-space: pre-wrap !important;
}

.fc-toolbar {
  height: 3.5em;
  background-color: #000; /*#7a55ca*/
  margin-bottom: 0px !important;
  font-family: Arial;
  /* font-weight:bold; */
}



.fc-left h2{
  font-family: Arial;
  font-weight: bold;
}

.fc-left h2::first-letter{
  text-transform:capitalize;
}

.fc-day-number {
  font-weight: bold;
}

.fc-right {
  margin-right: 2em;
}

h2 {
  color: white;
  margin-left: 2em !important;
}

.fc-button-primary {
  background-color: #78C2AD;
  border-color: #78C2AD;
}

.fc-scroller {
  height: calc(100vh - 150px) !important;;
}

.header-events {
  background-color: #D1E23E;
  background-image: url(../imagen/QV.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 150px;
  background-size: 300px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.header-events h1 {
  color: white;
}

input[type="date"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'Font Awesome 5 Free';
  content: '\f073';
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 6px;
  color: #999;
}

.red {
  color: red;
}
.black-cart {
  color: black;
}

.fc-prev-button, .fc-next-button, .fc-listMonth-button, .fc-dayGridMonth-button {
    background-color: transparent;
    border-color: transparent;
    font-size: 2em;
}

.fc-right .btn-primary:hover{
  color: green;
  background-color: transparent !important;
  border-color: transparent !important;
}

.fc-right .active {
  color: green;
  background-color: transparent !important;
  border-color: transparent !important;
}

.table-active, .table-active>th, .table-active>td {
  background-color: #D1E23E;
  color: black;
  font-family: Arial;
  font-weight: bold;
}

.fc-list-item-title {
  color: black;
}
.fc-list-item-title.valign-middle{
  vertical-align: middle;
}

.green-circle {
 color: #D1E23E;
}

.cancel-nowrap{
  white-space: nowrap;
}

.codigo-reserva {
  text-align: center;
  padding-top: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .fc-prev-button,.fc-next-button {
    padding: 2px;
  }

  .fc-right {
    display: inline-flex;
  }

  h2 {
    margin-left: 5px !important;
  }

  .green-user {
    color: #78C2AD;
  }

  .blue-users {
    color: #6CC3D5;
  }
  .red-cancel {
    color: #F3969A;
  }
}
