@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap');
/*@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900");
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");
*/
:root {
  --txt-red: #F9323F!important;
  --txt-white: #FFFFFF!important;
  --txt-default: #2E2E2E!important;
  --txt-gray: gray!important;

  --bg-red: #dc3545!important;
  --bg-dark: #000000!important;
  --bg-info: #0d6efd!important;
  --bg-warning: #F4BD00!important; /*#fc550d!important;*/
  --bg-success: #4fbe87!important;
  --bg-blue-light: #F2F7FF!important;
  --bg-gray: gray!important;

  --font-default: 'Nunito', sans-serif;
}

body {
    background-color: #ffffff;
    color: var(--txt-default);
        font-family: var(--font-default);
}

.borde-r { border: 1px solid red; }
.borde-g { border: 1px solid green; }
.borde-b { border: 1px solid blue; }
.borde-m { border: 1px solid magenta; }

.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font18 { font-size: 18px; }
.font19 { font-size: 19px; }
.font20 { font-size: 20px; }
.font21 { font-size: 21px; }
.font22 { font-size: 22px; }
.font23 { font-size: 23px; }
.font24 { font-size: 24px; }
.font25 { font-size: 25px; }
.font26 { font-size: 26px; }
.font27 { font-size: 27px; }
.font28 { font-size: 28px; }
.font29 { font-size: 29px; }
.font30 { font-size: 30px; }

.font24.font_title {
  font-size: 24px;
}

.bg-transparent { background: transparent!important; }

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: var(--txt-red);
}

.errors,
.errors ol,
.errors ul {
    padding-left: 0.5rem;
}


.form-check-input:checked {
    background-color: var(--bg-red);
    border-color: var(--bg-red);
}

button,
.btn-close,
button:focus,
.btn-close:focus,
button:active,
.btn-close:active {
  outline: none!important;
}

.stats-icon.orange { background-color: #eaca4a; }
.stats-icon.dark { background-color: #454546; }

.stats-icon2 {
    width: 2rem;
    height: 2rem;
    border-radius: .5rem;
    background-color: #000;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 20px;
}


.sidebar-wrapper {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;
    overflow-y: auto;
    background-color: var(--bg-blue-light);
}
.sidebar-wrapper .sidebar-header img {
    height: 2.5rem;
}
.sidebar-wrapper .sidebar-header {
    padding: 0;
    font-weight: 700;
}

.sidebar-wrapper .menu {
    margin-top: -2rem;
    padding: 0 0.5rem;
    font-weight: 600;
}
.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
    background-color: var(--bg-red);
}

.avatar.avatar-sidebar {
  margin-right: 15px;
  margin-top: -14px;
}
.navbar {
    height: 60px;
    padding: 0rem;
}
.logo-nav {
  margin: 0 auto;
}
.logo-nav-full {
  width: 100%;
  text-align: center;
}
.copy-sidebar {
  font-size: 12px;
  padding-left: 5px;
}
.btn_shadow {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175)!important;
}
.card {
  background-color: var(--bg-blue-light);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175)!important;
}
.card .card-body {
    padding: 1rem 1rem 1.25rem 1rem;
}
.card-title-reserv {
  padding: 0;
}
.card-body .card-title {
  font-weight: 600;
}
.card-body .card-text {
  font-weight: normal;
  font-size: 14px;
}
.card-body .card-body-block {
    min-height: 120px;
}

.card-info-img-top {
  min-height: 170px;
  max-height: 170px;
}
.card-header.dark {
    color: #f0f0f0;
    background-color: rgba(0,0,0,.85);
}
.card-header.darkblue {
    color: #f0f0f0;
    background-color: #0d4598;
}

.delete_reserv {
  color: var(--txt-red);
  cursor: pointer;
}

.swal2-confirm {
    margin-left: 20px;
}
[class^=swal2-cancel], [class^=swal2-confirm] {
    -webkit-tap-highlight-color: transparent;
    min-width: 100px;
}

.toastify.on {
    border-radius: .5rem;
}
.modal-body {
    padding: 0.5rem 1rem 0rem 1rem;
}
.tappable {
  cursor: pointer;
}

/*
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
*/
.list-group-item.next_active {
    z-index: 2;
    color: #fff;
    background-color: var(--bg-warning);
    border-color: var(--bg-warning);
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--bg-success);
    border-color: var(--bg-success);
}

.list-group-item.next_active .delete_reserv {
  color: var(--txt-white);
}

.flip-clock-divider:first-child {
    width: 0;
    margin-left: 21%;
}

.passed {
  text-decoration:line-through;
  color: var(--txt-gray);
  background: darkslategray;
  font-size: 14px;
  line-height: 10px;
}

.ClassyCountdown-wrapper > div {
    /*min-width: 80px;*/
    min-width: 120px;
}
.ClassyCountdown-days,
.ClassyCountdown-days .ClassyCountdown-value {
  display: none!important;
  visibility: hidden;
  width: 0;
  height: 0;
}
.ClassyCountdown-wrapper {
  text-align: center;
}
.ClassyCountdownDemo canvas {
  /*min-width: 80px;*/
  min-width: 120px;
}
/**/
.base-timer {
  position: relative;
  width: 300px;
  height: 300px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*weather*/
.weather-card {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 38px rgba(0, 0, 0, 0.15), 0 5px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: .25rem;
  text-shadow: 0 1px 38px rgb(0 0 0 / 15%), 0 5px 12px rgb(0 0 0 / 25%);
}
.weather-card .top {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: gray;
  background-size: cover;
  background-position: center center;
  text-align: center;
  /*
  min-height: 340px;
  max-height: 340px;
  */
  min-height: 420px;
  max-height: 420px;
}
.weather-card .top .wrapper {
  text-shadow: 0px 3px black;
  padding: 30px 15px 15px 15px;
  position: relative;
  z-index: 1;
}
.weather-card .top .wrapper .mynav {
  height: 20px;
}
.weather-card .top .wrapper .mynav .lnr {
  color: #fff;
  font-size: 20px;
}
.weather-card .top .wrapper .mynav .lnr-chevron-left {
  display: inline-block;
  float: left;
}
.weather-card .top .wrapper .mynav .lnr-cog {
  display: inline-block;
  float: right;
}
.weather-card .top .wrapper .heading {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
}
.weather-card .top .wrapper .subheading {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.weather-card .top .wrapper .location {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
.weather-card .top .wrapper .ctime {
  /*margin-top: 20px;
  font-size: 24px;*/
  margin-top: 20px;
  margin-bottom: -10px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #fff;
}
.weather-card .top .wrapper .ctime.lcol {
  text-align: left;
}
.weather-card .top .wrapper .ctime.rcol {
  text-align: right;
}
.weather-card .top .wrapper .temp {
  margin-top: 20px;
  margin-bottom: 40px;
  /*min-height: 20vw;*/
}
.weather-card .top .wrapper .temp a {
  text-decoration: none;
  color: #fff;
}
.weather-card .top .wrapper .temp a .temp-type {
  font-size: 85px;
}
.weather-card .top .wrapper .temp .temp-value {
  display: inline-block;
  font-size: 85px;
  font-weight: 600;
  color: #fff;
}
.weather-card .top .wrapper .temp .deg {
  display: inline-block;
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  vertical-align: top;
  margin-top: 10px;
}
.weather-card .top:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  /*background: rgba(255, 255, 255, 0.05);*/
  background: rgba(0, 0, 0, 0.15);
}
.weather-card .bottom {
  padding: 0 30px;
  background: #fff;
}
.weather-card .bottom .wrapper .forecast {
  overflow: hidden;
  margin: 0;
  font-size: 0;
  padding: 0;
  padding-top: 20px;
  max-height: 155px;
}
.weather-card .bottom .wrapper .forecast a {
  text-decoration: none;
  color: #000;
}
.weather-card .bottom .wrapper .forecast .go-up {
  text-align: center;
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
}
.weather-card .bottom .wrapper .forecast li {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1em;
  margin-bottom: 30px;
}
.weather-card .bottom .wrapper .forecast li .date {
  display: inline-block;
}
.weather-card .bottom .wrapper .forecast li .condition {
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-size: 25px;
}
.weather-card .bottom .wrapper .forecast li .condition .temp {
  display: inline-block;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-top: 2px;
}
.weather-card .bottom .wrapper .forecast li .condition .temp .deg {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  margin-left: 3px;
  vertical-align: top;
}
.weather-card .bottom .wrapper .forecast li .condition .temp .temp-type {
  font-size: 20px;
}
.weather-card .bottom .wrapper .forecast li.active {
  color: rgba(0, 0, 0, 0.8);
}
.weather-card.rain .top {
  background: url("http://img.freepik.com/free-vector/girl-with-umbrella_1325-5.jpg?size=338&ext=jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.fc-timegrid-event .fc-event-main {
    cursor: pointer;
    padding: 2px 10px;
    overflow: hidden;
    /*background: url(http://localhost/meetings/assets/img/spaces/juntas_grande.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    background-blend-mode: darken;*/
    box-shadow: 0 1px 38px rgb(0 0 0 / 15%), 0 5px 12px rgb(0 0 0 / 25%);
    border-radius: .25rem;
    text-shadow: 0 1px 38px rgb(0 0 0 / 15%), 0 5px 12px rgb(0 0 0 / 25%);
}
.fc-event-main .fas {
  margin-right: 5px;
}
.fc-timeGridWeek-button.btn.btn-primary,
.fc-timeGridDay-button.btn.btn-primary,
.fc-timeGridFourDay-button.btn.btn-primary {
  background: var(--bg-red);
  border-color: var(--bg-black);
}
.fc-timeGridWeek-button.btn.btn-primary.active,
.fc-timeGridDay-button.btn.btn-primary.active,
.fc-timeGridFourDay-button.btn.btn-primary.active {
  background: #FF7976!important;
  border-color: var(--bg-black);
}

.fc-today-button.btn.btn-primary {
  background: var(--bg-red);
  border-color: var(--bg-black);
}
.fc-prev-button.btn.btn-primary,
.fc-next-button.btn.btn-primary {
  background: var(--bg-red);
  border-color: var(--bg-black);
}
.fc-timegrid-slot.fc-timegrid-slot-lane {
  border: 1px solid blue;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em;
    border: 1px solid blue;
}
.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  border-bottom: 1px solid blue;
}
/*.fc-scrollgrid-sync-inner*/
.fc-col-header-cell {
  background: var(--bg-dark);
  color: var(--txt-white);
}
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
    background: var(--bg-dark);
    color: var(--txt-white);
}

.btn-close-white {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    /*color: #fff;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;*/
    background: transparent url(../img/close.svg) center/1em auto no-repeat;
    border: 0;
    opacity: 0.5;
    border-radius: 90px;
}

@media screen and (max-width: 767px) {
  .order-last h3 {
    margin-left: -98px;
  }
  #main #main-content {
      padding: 1rem;
  }
  .card-info-img-top {
    min-height: 190px;
    max-height: 190px;
  }
  .weather-card .top .wrapper .ctime.lcol {
    text-align: center;
    font-size: 1.35rem;
    margin-top: -5px;
  }
  .weather-card .top .wrapper .ctime.rcol {
    text-align: center;
    font-size: 1.75rem;
  }
  .fc-timeGridWeek-button,
  .fc-timeGridFourDay-button {
    display: none;
  }
  /*.fc-timeGridDay-button.btn.btn-primary {
    border-radius: .25rem;
  }*/
  .fc-timeGridWeek-button.btn.btn-primary, .fc-timeGridDay-button.btn.btn-primary, .fc-timeGridFourDay-button.btn.btn-primary {
    background: var(--bg-red);
    border-color: var(--bg-black);
    font-size: 0.75em;
  }
  .fc .fc-toolbar-title {
    font-size: 0.75em;
    margin: 0;
  }
  .ClassyCountdown-value {
    font-size: 32px!important;
    font-weight: 700!important;
    margin-top: -30px!important;
    /*text-shadow: 2px 2px 2px lightgrey;*/
  }
}

@media screen and (min-width: 320px) and (max-width: 420px) and (max-height: 920px) {
  .order-last h3 {
    font-size: 19px;
    margin-left: 0;
  }
}
@media screen and (width: 768px) {
  .card .card-title {
      font-size: 0.75rem;
  }
  .card-body .card-text {
    font-size: 11px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1460px) and (max-height: 980px){
  #auth #auth-left {
      padding: 4rem 4rem 2rem 4rem;
  }
}

@media screen and (min-width: 1500px) and (max-width: 2960px) and (min-height: 820px){
  .card-info-img-top {
      min-height: 250px;
      max-height: 250px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 1024px) {
  .font24.font_title {
    font-size: 19px;
  }
  .flip-clock-wrapper {
    width: 100vw;
    min-width: 100vw;
  }
  .flip-clock-divider:first-child {
      margin-left: -5%;
  }
}

@media screen and (min-width: 960px) and (min-height: 820px) {
  .weather-card .top .wrapper .temp {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}
