.not-visible {
    display: none;
}

.modal-backdrop
{
    opacity:0.30 !important;
}

.modal {
  overflow-y:auto;
}

.spinner-test {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
    margin-left: -100px;
    margin-top: -100px;
  z-index: 9999;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.dz {
    border: dashed !important;
    border-color: #cccccc !important;
    border-radius: 10px !important;
}

.dz:hover {
    background-color: aliceblue !important;
}

.dz-progress {
    display: none;
}


.body {
    background-image: url("/static/ff_background.9e12b3e9cd15.jpg");
    background-color: #dddddd;
}

.notification_count_box {
    background-color: #fa3e3e;
    border-radius: 50%;
    color: white;
    height: 15px;
    width: 15px;


    font-size: 11px;

    position: absolute; /* Position the badge within the relatively positioned button */
    top: 1px;
    right: 1px;
}

.comment_count_box {
    background-color: #fa3e3e;
    border-radius: 50%;
    color: white;
    height: 15px;
    width: 15px;
    font-size: 11px;
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 1px;
    right: 1px;
}

.comment_hide_border:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.calendar {
    width: 98%;
    margin: auto;
    font-size: 13px;
    background-color: #eeeeee;
    border-collapse:separate;
    border-radius:6px;

    /*background-image: url("/static/ff.c289a3c80766.png");*/
}

.calendar table {
    border-collapse:separate;
    border-radius:6px;
}

/*The header above and below the days of the week*/
.calendar th {
    border-top: none;
    border-bottom: 1px solid ghostwhite;
}

.calendar td:first-child, th:first-child {
    border-left: none;

}

/*The left side border of the table*/
.calendar td:first-child {
    border-left: 1px solid ghostwhite;

}

/*These don't seem to do anything, the colors at least*/
.calendar tr {
    border-top: 1px solid ghostwhite;
    border-bottom: 1px solid ghostwhite;
}

/*the borders of the dates*/
.calendar td {
    border-bottom: 1px solid ghostwhite;
    border-right: 1px solid ghostwhite;
}

/*the color is for the month and the Mon to Sun days*/
.calendar th {
padding: 10px;
text-align: center;
font-size: 18px;
color: navy;
font-family: monospace;
}

/*color doesn't seem to do anything*/
.calendar td {
width: 200px;
height: 150px;
padding: 20px 0px 0px 5px;
color: navy;
font-family: monospace;
}

/*color doesn't seem to do anything*/
.month {
font-size: 25px;
color: navy;
}

.date {
font-size: 16px;
}

.calendar ul {
    height: 100%;
    padding: 0px 5px 0px 20px;
}

/*the bullet color*/
::marker {
    color: darkgrey;
}

/*color of the review entries*/
.review-item-color {
    color: purple;
}

.event-item-color {
    color: #17a2b8
}

/*color of links, but also the event entries*/
a {
color: #17a2b8;
}

.calendar-btn {
  font-family: monospace;
  width: 40%;
}

.left {
float: left;
}

.right {
float: right;
}

.btn {
outline: none;
color: black;
background-color: transparent;
box-shadow: 0 0 0 0;
}

.clearfix {
margin: 15px;
}

.form {
margin: auto;
}

.form input, .form select, .form textarea {
border-radius: 5px;
border: 1px solid #17a2b8;
outline: none;
background: none;
padding: 5px;
width: 100%;
}


.image-column {
    float: left;
    width: 33%;
    padding: 10px;
}

.video-column {
    width: 100%;
    padding: 10px;
}

.video-column-youtube {
        width: 100%;
        height: 100%;
}

.youtube {
    width: 100%;
    height: 100%;
}

.overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
}

.overlay img {
    max-width: 90%;
    max-height: 90%;
    visibility: hidden;
    display: none;
    width: auto;
    height: auto;
    transform: scale(0.95);
    transition: transform .3s;
}

.overlay:target {
    visibility: visible;
    outline: none;
    cursor: default;
}

.overlay:target img {
    transform: scale(1);
}

.img-detail {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
    width: 315px; /* Set a small width */
    height: 315px;  /* Set a small height */
    object-fit: contain;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

video {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    height: 400px;  /* Set a small height */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

iframe {
    width: 50% !important;
    height: 400px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Add a hover effect (blue shadow) */
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.delete-caution {
    color: red;
}

.menu {
    visibility: hidden;
}

button + .menu:active,
button:focus + .menu {
    visibility: visible;
}

/* Add a hover effect (blue shadow) */
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

video:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.fab-container {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  cursor: pointer;
      outline: none !important;
}

.fab-icon-holder {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  outline: none !important;
  /*background: #016fb9;*/
}

.fab-icon-holder:hover {
  opacity: 0.8;
}

.fab-icon-holder i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 50px;
  font-weight: bolder;
  color: navy;
}

.fab {
  width: 50px;
  height: 35px;
}

.fab-icon-holder-edit {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  outline: none !important;
  /*background: #016fb9;*/
}

.fab-icon-holder-edit i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 40px;
  font-weight: bolder;
  color: #ffffff;
    outline: none !important;
}

.fab-month {
    width: 45px;
    height: 45px;
    background: darkblue;
}

.fab-container-previous-month {
    position: absolute;
    top: 65px;
    left: 50px;
    z-index: 999;
    cursor: pointer;
}

.fab-container-next-month {
    position: absolute;
    top: 65px;
    right: 50px;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder-month i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 40px;
    font-weight: bolder;
    color: darkblue;
}

.fab-container-edit {
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 999;
  cursor: pointer;
    outline: none !important;
}

.fab-edit {
    width: 70px;
    height: 70px;
    background: coral;
    outline: none !important;
}

/*slideshow*/
.fit-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-height: 99vh!important;
    object-fit: contain;
}

.search-input {
  width: 100%;
  padding: 3px 2px;
  margin: 3px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  align-self: center;
}

.search-submit {
  width: 100%;
  background-color: white;
  padding: 3px 3px;
  margin: 3px 0;
  margin-bottom: 5px;
  margin-top: 6px;
  border-color: #0d6efd;
  border-radius: 3px;
  cursor: pointer;
  line-height: 1.75;
}

.search-submit:hover {
    background-color: #0d6efd;
}

.search-div {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}


.carousel-indicators .active {
    background-color: #66adc2;
}

.indicator .active {
    background-color: #66adc2;
}

.carousel-indicators button {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
  background-color: blue;
}

.carousel-caption {
    color: white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  /*outline: black;*/
  /*background-size: 100%, 100%;*/
  /*border-radius: 50%;*/
  /*border: 1px solid black;*/
  background-image: none;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: darkgray;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: darkgray;
}

.no-hover-or-border:hover {
    box-shadow: none;
    border: none;
}

.no-hover-or-border {
    border: none
}

#description {
    white-space: pre-wrap;
}


/*start of mobile styling*/
@media screen and (max-width: 1600px) {
    .body {
      background-color: #bbbbbb;
    }

    .btn {
        outline: none;
        color: black;
        background-color: transparent;
        box-shadow: 0 0 0 0;
        width: 98%;
        margin: 5px;
    }

    .clearfix {
    margin: 2px;
    }

    .form {
    margin: auto;
    }

    .form input, .form select, .form textarea {
    border-radius: 5px;
    border: 1px solid #17a2b8;
    outline: none;
    background: none;
    padding: 5px;
    width: 100%;
    }

    .image-column {
        width: 100%;
    }

    .video-column {
        width: 100%;
        float: right;
    }

    .img-detail {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    width: 99%; /* Set a small width */
    height: 95%;  /* Set a small height */
    }

    video {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    width: 95%; /* Set a small width */
    height: 95%;  /* Set a small height */
    }

    iframe {
        width: 95% !important;
        height: 400px !important;
    }

    .video-column-youtube {
            width: 100%;
            height: 100%;
    }

    .youtube {
        width: 100%;
        height: 100%;
    }

    button + .menu:active,
    button:focus + .menu {
        visibility: visible;
    }

    .fab-container {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: .5em;
      /*z-index: 999;*/
      outline: none !important;
      cursor: pointer;
    }

    .fab {
      width: 45px;
      height: 45px;
    }

    .fab-month {
        width: 45px;
        height: 45px;
        background: darkblue;
    }

    .fab-container-previous-month {
        position: absolute;
        top: 57px;
        left: 10%;
        transform: translateX(-10%);
        z-index: 999;
        cursor: pointer;
    }

    .fab-container-next-month {
        position: absolute;
        top: 57px;
        right: 10%;
        z-index: 999;
        transform: translateX(35%);
        cursor: pointer;
    }

    .fab-icon-holder-month i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 40px;
        font-weight: bolder;
        color: darkblue;
    }

    #padre{
       overflow-x: visible;
    }

    #hijo{
      left: 0;
        position: fixed;
        overflow: visible;
        padding-left: 2px;
        padding-right: 2px;
         transform-origin: top left;
         transition: all .2s ease-in-out;
        float: left;
    }
    /*CAN REDUCE THE HEIGHT!!!*/
    .calendar td {
    width: 200px;
    height: 110px;
    padding: 20px 0px 0px 5px;
    color: navy;
    font-family: monospace;
    }

    .calendar-btn {
      font-family: monospace;
      width: 98%;
    }

}


/*THIS IS THE CSS FOR THE REVIEW RATING SLIDER*/
.range {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 98%;
  margin: auto;
  display: block;
  margin-top: 10px;
  /*   transform: translate(-50%, -50%); */
}

/*The slider line*/
input[type="range"]::-webkit-slider-runnable-track {
  border-radius:10px;
  background: linear-gradient(
    to right,
    red,
    /*orange,*/
    /*lightskyblue,*/
    /*blue,*/
    limegreen
  );
  height: 7.5px;
}

/*The slider line*/
input.price-range[type="range"]::-webkit-slider-runnable-track {
  border-radius:10px;
  background: linear-gradient(
    to right,
    lightgrey,
    /*orange,*/
    /*lightskyblue,*/
    /*blue,*/
    forestgreen
  );
  height: 7.5px;
}


/*the little circle*/
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 2px solid;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  max-width: 80px;
  position: relative;
  bottom: 9px;
  background-color: white;
  -webkit-transition: border 1000ms ease;
  transition: border 1000ms ease;
}

.range-form {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    padding-bottom: 17px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/*border of the circle*/
.range.blue::-webkit-slider-thumb {
  border-color: rgb(59, 173, 227);
}

.range.green::-webkit-slider-thumb {
  border-color: rgb(50,205,50);
}


.range.ltpurple::-webkit-slider-thumb {
  border-color: rgb(87, 111, 230);
}

.range.purple::-webkit-slider-thumb {
  border-color: rgb(152, 68, 183);
}

.range.pink::-webkit-slider-thumb {
  border-color: rgb(255, 53, 127);
}

.range.purple::-moz-range-thumb {
  border-color: rgb(152, 68, 183);
}

.range.pink::-moz-range-thumb {
  border-color: rgb(255, 53, 127);
}

/*how you set a variable value size*/
:root {
    --unit: 10px;
}

/*div containing the emojis*/
.ticks {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
}

/*span containing the individual emojis*/
.tick {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: calc(var(--unit) * 2px);
}

/*Comment Dropdowns*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}


/* start of old */

/*.not-visible {*/
/*    display: none;*/
/*}*/

/*.dz {*/
/*    border: dashed !important;*/
/*    border-color: #cccccc !important;*/
/*    border-radius: 10px !important;*/
/*}*/

/*.dz:hover {*/
/*    background-color: aliceblue !important;*/
/*}*/

/*.body {*/
/*    background-image: url("/static/ff_background.9e12b3e9cd15.jpg");*/
/*    background-color: #dddddd;*/
/*}*/


/*.calendar {*/
/*    width: 98%;*/
/*    margin: auto;*/
/*    font-size: 13px;*/
/*    background-color: #eeeeee;*/
/*    !*background-image: url("/static/ff.c289a3c80766.png");*!*/
/*  }*/

/*  .calendar tr, .calendar td {*/
/*    border: 2px solid navy;*/
/*  }*/

/*  .calendar th {*/
/*    padding: 10px;*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    color: navy;*/
/*    font-family: monospace;*/
/*  }*/
/*!*CAN REDUCE THE HEIGHT!!!*!*/
/*  .calendar td {*/
/*    width: 200px;*/
/*    height: 150px;*/
/*    padding: 20px 0px 0px 5px;*/
/*    color: navy;*/
/*    font-family: monospace;*/
/*  }*/

/*  .month {*/
/*    font-size: 25px;*/
/*    color: navy;*/
/*  }*/

/*  .date {*/
/*    font-size: 16px;*/
/*  }*/

/*  ul {*/
/*    height: 100%;*/
/*    padding: 0px 5px 0px 20px;*/
/*  }*/

/*  a {*/
/*    color: #17a2b8;*/
/*  }*/

/*  .calendar-btn {*/
/*      font-family: monospace;*/
/*  }*/

/*  .left {*/
/*    float: left;*/
/*  }*/

/*  .right {*/
/*    float: right;*/
/*  }*/

/*  .btn {*/
/*    outline: none;*/
/*    color: black;*/
/*    background-color: transparent;*/
/*    box-shadow: 0 0 0 0;*/
/*  }*/

/*  .clearfix {*/
/*    margin: 15px;*/
/*  }*/

/*  .form {*/
/*    margin: auto;*/
/*  }*/

/*  .form input, .form select, .form textarea {*/
/*    border-radius: 5px;*/
/*    border: 1px solid #17a2b8;*/
/*    outline: none;*/
/*    background: none;*/
/*    padding: 5px;*/
/*    width: 100%;*/
/*  }*/

/*.image-column {*/
/*    float: left;*/
/*    width: 33%;*/
/*    padding: 10px;*/
/*  }*/

/*.video-column-youtube {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*    }*/

/*    .youtube {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*    }*/

/*iframe {*/
/*    width: 98% !important;*/
/*    height: 98% !important;*/
/*}*/

/*@media screen and (max-width: 993px) {*/
/*.body {*/
/*  background-color: #bbbbbb;*/
/*}*/

/*.btn {*/
/*    outline: none;*/
/*    color: black;*/
/*    background-color: transparent;*/
/*    box-shadow: 0 0 0 0;*/
/*    width: 98%;*/
/*  }*/

/*  .clearfix {*/
/*    margin: 15px;*/
/*  }*/

/*  .form {*/
/*    margin: auto;*/
/*  }*/

/*  .form input, .form select, .form textarea {*/
/*    border-radius: 5px;*/
/*    border: 1px solid #17a2b8;*/
/*    outline: none;*/
/*    background: none;*/
/*    padding: 5px;*/
/*    width: 100%;*/
/*  }*/

/*.image-column {*/
/*    float: left;*/
/*    width: 33%;*/
/*    padding: 10px;*/
/*  }*/
/*}*/

/*    .overlay {*/
/*        position: fixed;*/
/*        z-index: 99;*/
/*        top: 0;*/
/*        left: 0;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        background: rgba(0,0,0,0.9);*/
/*        display: none;*/
/*        align-items: center;*/
/*        text-align: center;*/
/*        visibility: hidden;*/
/*        opacity: 0;*/
/*        transition: opacity .3s;*/
/*    }*/

/*    .overlay img {*/
/*        max-width: 90%;*/
/*        max-height: 90%;*/
/*        visibility: hidden;*/
/*        display: none;*/
/*        width: auto;*/
/*        height: auto;*/
/*        transform: scale(0.95);*/
/*        transition: transform .3s;*/
/*    }*/

/*    .overlay:target {*/
/*        visibility: visible;*/
/*        outline: none;*/
/*        cursor: default;*/
/*    }*/

/*    .overlay:target img {*/
/*        transform: scale(1);*/
/*    }*/

/*        @media screen and (max-width: 993px) {*/
/*.body {*/
/*  background-color: #bbbbbb;*/
/*}*/

/*.btn-calendar {*/
/*    width: 40%;*/
/*  }*/

/*.btn {*/
/*    outline: none;*/
/*    color: black;*/
/*    background-color: transparent;*/
/*    box-shadow: 0 0 0 0;*/
/*    width: 98%;*/
/*    margin: 5px;*/
/*  }*/

/*  .clearfix {*/
/*    margin: 2px;*/
/*  }*/

/*  .form {*/
/*    margin: auto;*/
/*  }*/

/*  .form input, .form select, .form textarea {*/
/*    border-radius: 5px;*/
/*    border: 1px solid #17a2b8;*/
/*    outline: none;*/
/*    background: none;*/
/*    padding: 5px;*/
/*    width: 100%;*/
/*  }*/

/*.image-column {*/
/*    float: left;*/
/*    width: 33%;*/
/*    padding: 10px;*/
/*  }*/

/*}*/

/*.video-column-youtube {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*    }*/

/*    .youtube {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*    }*/

/*iframe {*/
/*    width: 98% !important;*/
/*    height: 98% !important;*/
/*}*/

/*img {*/
/*  border: 1px solid #ddd; !* Gray border *!*/
/*  border-radius: 4px;  !* Rounded border *!*/
/*  padding: 5px; !* Some padding *!*/
/*  width: 275px; !* Set a small width *!*/
/*  height: 275px;  !* Set a small height *!*/
/*}*/

/*!* Add a hover effect (blue shadow) *!*/
/*img:hover {*/
/*  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);*/
/*}*/

/*!* space out the columsn *!*/
/*.image-column {*/
/*    float: left;*/
/*    width: 33%;*/
/*    padding: 10px;*/
/*}*/

/*.video-column {*/

/*    width: 100%;*/
/*    padding: 10px;*/
/*}*/


/*@media screen and (max-width: 993px) {*/
/*    .image-column {*/
/*        width: 100%;*/
/*    }*/
/*    img {*/
/*  border: 1px solid #ddd; !* Gray border *!*/
/*  border-radius: 4px;  !* Rounded border *!*/
/*  width: 99%; !* Set a small width *!*/
/*  height: 95%;  !* Set a small height *!*/

/*    }*/
/*    .video-column {*/
/*        width: 100%;*/
/*        float: right;*/
/*    }*/
/*    video {*/
/*  border: 1px solid #ddd; !* Gray border *!*/
/*  border-radius: 4px;  !* Rounded border *!*/
/*  width: 99%; !* Set a small width *!*/
/*  height: 95%;  !* Set a small height *!*/
/*    }*/

/*iframe {*/
/*    width: 100% !important;*/
/*    height: 400px !important;*/
/*}*/

/*.video-column-youtube {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*    }*/

/*    .youtube {*/
/*        width: 100%;*/
/*        height: 100%;*/
/*    }*/
/*}*/

/*.delete-caution {*/
/*    color: red;*/
/*}*/

/*.menu {*/
/*    visibility: hidden;*/
/*}*/

/*button + .menu:active,*/
/*button:focus + .menu {*/
/*    visibility: visible;*/
/*}*/


/*img {*/
/*    border: 1px solid #ddd; !* Gray border *!*/
/*    border-radius: 4px;  !* Rounded border *!*/
/*    padding: 5px; !* Some padding *!*/
/*    width: 315px; !* Set a small width *!*/
/*    height: 315px;  !* Set a small height *!*/
/*    object-fit: contain;*/
/*    display: block !important;*/
/*    margin-left: auto !important;*/
/*    margin-right: auto !important;*/
/*}*/

/*    video {*/
/*  border: 1px solid #ddd; !* Gray border *!*/
/*  border-radius: 4px;  !* Rounded border *!*/
/*  height: 400px;  !* Set a small height *!*/
/*  display: block;*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*        width: 50%;*/
/*    }*/

/*iframe {*/
/*    width: 50% !important;*/
/*    height: 400px !important;*/
/*    display: block !important;*/
/*    margin-left: auto !important;*/
/*    margin-right: auto !important;*/
/*}*/


/*!* Add a hover effect (blue shadow) *!*/
/*img:hover {*/
/*  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);*/
/*}*/

/*video:hover {*/
/*    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);*/
/*}*/


/*@media screen and (max-width: 993px) {*/
/*    .image-column {*/
/*        width: 100%;*/
/*    }*/
/*    img {*/
/*  border: 1px solid #ddd; !* Gray border *!*/
/*  border-radius: 4px;  !* Rounded border *!*/
/*  width: 95%; !* Set a small width *!*/
/*  height: 95%;  !* Set a small height *!*/

/*    }*/

/*    video {*/
/*  border: 1px solid #ddd; !* Gray border *!*/
/*  border-radius: 4px;  !* Rounded border *!*/
/*  width: 95%; !* Set a small width *!*/
/*  height: 95%;  !* Set a small height *!*/
/*    }*/

/*iframe {*/
/*    width: 95% !important;*/
/*    height: 400px !important;*/
/*}*/

/*button + .menu:active,*/
/*button:focus + .menu {*/
/*    visibility: visible;*/
/*}}*/

/*.fab-container {*/
/*  position: fixed;*/
/*  bottom: 25px;*/
/*  right: 25px;*/
/*  z-index: 999;*/
/*  cursor: pointer;*/
/*      outline: none !important;*/
/*}*/

/*.fab-icon-holder {*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  border-radius: 100%;*/
/*  outline: none !important;*/
/*  !*background: #016fb9;*!*/
/*}*/

/*.fab-icon-holder:hover {*/
/*  opacity: 0.8;*/
/*}*/

/*.fab-icon-holder i {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  height: 100%;*/
/*  font-size: 40px;*/
/*  font-weight: bolder;*/
/*  color: #ffffff;*/
/*    outline: none !important;*/
/*}*/

/*.fab {*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  background: darkblue;*/
/*    outline: none !important;*/
/*}*/

/*.fab-month {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    background: darkblue;*/
/*}*/

/*.fab-container-previous-month {*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    left: 50px;*/
/*    z-index: 999;*/
/*    cursor: pointer;*/
/*}*/

/*.fab-container-next-month {*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    right: 50px;*/
/*    z-index: 999;*/
/*    cursor: pointer;*/
/*}*/

/*.fab-icon-holder-month i {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 100%;*/
/*    font-size: 40px;*/
/*    font-weight: bolder;*/
/*    color: darkblue;*/

/*}*/

/*.fab-container-edit {*/
/*  position: fixed;*/
/*  bottom: 50px;*/
/*  right: 25px;*/
/*  z-index: 999;*/
/*  cursor: pointer;*/
/*    outline: none !important;*/
/*}*/

/*.fab-edit {*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    background: coral;*/
/*    outline: none !important;*/
/*}*/

/*@media screen and (max-width: 993px) {*/
/*    .fab-container {*/
/*      position: absolute;*/
/*      bottom: 0;*/
/*      right: 0;*/
/*      padding: .5em;*/
/*      !*z-index: 999;*!*/
/*      outline: none !important;*/
/*      cursor: pointer;*/
/*    }*/

/*    .fab-month {*/
/*        width: 45px;*/
/*        height: 45px;*/
/*        background: darkblue;*/
/*    }*/

/*    .fab-container-previous-month {*/
/*        position: absolute;*/
/*        top: 57px;*/
/*        left: 10%;*/
/*        transform: translateX(-10%);*/
/*        z-index: 999;*/
/*        cursor: pointer;*/
/*    }*/

/*    .fab-container-next-month {*/
/*        position: absolute;*/
/*        top: 57px;*/
/*        right: 10%;*/
/*        z-index: 999;*/
/*        transform: translateX(35%);*/
/*        cursor: pointer;*/
/*    }*/

/*    .fab-icon-holder-month i {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        height: 100%;*/
/*        font-size: 40px;*/
/*        font-weight: bolder;*/

/*        color: darkblue;*/
/*    }*/

/*#padre{*/
/*   overflow-x: visible;*/
/*  }*/

/*#hijo{*/
/*  left: 0;*/
/*    position: fixed;*/
/*    overflow: visible;*/
/*    padding-left: 2px;*/
/*     transform-origin: top left;*/
/*     transition: all .2s ease-in-out;*/
/*    float: left;*/
/*}*/
/*!*CAN REDUCE THE HEIGHT!!!*!*/
/*  .calendar td {*/
/*    width: 200px;*/
/*    height: 110px;*/
/*    padding: 20px 0px 0px 5px;*/
/*    color: navy;*/
/*    font-family: monospace;*/
/*  }*/
/*}*/

/*!*slideshow*!*/
/*.fit-image {*/
/*    height: 650px!important;*/
/*    width: 1200px;*/
/*    object-fit: contain;*/
/*}*/

/*.search-input {*/
/*  width: 100%;*/
/*  padding: 3px 2px;*/
/*  margin: 3px 0;*/
/*  display: inline-block;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 3px;*/
/*  box-sizing: border-box;*/
/*  align-self: center;*/
/*}*/

/*.search-submit {*/
/*  width: 100%;*/
/*  background-color: white;*/
/*  padding: 3px 3px;*/
/*  margin: 3px 0;*/
/*  margin-bottom: 5px;*/
/*  margin-top: 6px;*/
/*  border-color: #0d6efd;*/
/*  border-radius: 3px;*/
/*  cursor: pointer;*/
/*  line-height: 1.75;*/
/*}*/

/*.search-submit:hover {*/
/*    background-color: #0d6efd;*/
/*}*/

/*.search-div {*/
/*  border-radius: 5px;*/
/*  padding: 5px;*/
/*  border: 1px solid #cccccc;*/
/*}*/

/*.carousel-indicators .active {*/
/*    background-color: lightblue;*/
/*}*/

/*.indicator .active {*/
/*    background-color: lightblue;*/
/*}*/

/*.carousel-indicators li {*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  border-radius: 10px;*/
/*  background-color: blue;*/
/*}*/

/*.carousel-caption {*/
/*    color: darkgray;*/
/*}*/

/*.carousel-control-prev-icon,*/
/*.carousel-control-next-icon {*/
/*  height: 100px;*/
/*  width: 100px;*/
/*  !*outline: black;*!*/
/*  !*background-size: 100%, 100%;*!*/
/*  !*border-radius: 50%;*!*/
/*  !*border: 1px solid black;*!*/
/*  background-image: none;*/
/*}*/

/*.carousel-control-next-icon:after*/
/*{*/
/*  content: '>';*/
/*  font-size: 55px;*/
/*  color: darkgray;*/
/*}*/

/*.carousel-control-prev-icon:after {*/
/*  content: '<';*/
/*  font-size: 55px;*/
/*  color: darkgray;*/
/*}*/

/*.no-hover-or-border:hover {*/
/*    box-shadow: none;*/
/*    border: none;*/
/*}*/

/*.no-hover-or-border {*/
/*    border: none*/
/*}*/


