.width100 {
  width: 100%;
}

html, body {
  height: 100%;
}





/* Carousel-related styles */ 

.carousel2D {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* , .carouselTable, .carousel { 
   height: 100%;
}*/
.carousel2D nav {
  background-color: #212529;
  border-color: #212529;
  border: none;
  border-radius: 0;
  color: #fff;
  flex: none;
}

.carousel2D .breadcrumb {
  background-color: #212529;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 50%;
}

.carousel2D .carouselTable-wrapper {
  flex: 1;
}
.carousel2D .carouselTable {
  margin-bottom: 0;
  height: 100%;
}

.carousel2D .carouselTable tbody tr td:first-child,
.carousel2D .carouselTable tbody tr td:last-child {
  width: 5%;
  vertical-align: middle;
}
.carousel2D .carouselTable tbody tr:first-child td,
.carousel2D .carouselTable tbody tr:last-child td {
  text-align: center;
}
.carousel2D .carouselTable td {
  border: none;
  padding: 0.15rem 0;
}
.carousel2D .carouselTable tbody .upRow td,
.carousel2D .carouselTable tbody .downRow td {
  height: 40px;
}
.carousel2D .carouselTable .carouselRow td:first-child,
.carousel2D .carouselTable .carouselRow td:last-child {
  padding: 10px;
}
.carousel2D .carouselTable .carouselRow .carousel-directional-button {
  width: 100%;
  padding: 0;
}
.carousel2D .carousel-directional-button-substitution {
  width: 100%;
}


.carousel2D .carousel-directional-icon,
.carousel2D span.carousel-directional-icon {
  color: #909294;
}
.carousel2D button:disabled:hover,
.carousel2D button:disabled span.carousel-directional-icon:hover,
.carousel2D button:disabled:hover span.carousel-directional-icon {
  color: #909294;
  cursor: not-allowed;
}
.carousel2D span.carousel-directional-icon:hover {
  color: #fff;
  cursor: pointer;
}

.carousel2D .carousel-directional-text {
  font-weight : bold;
  font-size   : 1em;
  color       : #909294;
}
.carousel2D .carousel-directional-text:hover {
  color     : #fff;
}

.carousel2D .carousel-directional-button,
.carousel2D .carousel-directional-button-substitution {
  background-color: #212529;
  border: none;
  color: default;
}
.carousel23 .carousel-directional-button:hover,
.carousel2D .carousel-directional-button-substitution:hover {
  cursor: pointer;
}

.carousel-item img {
  max-width: 100%;
  max-height: 100%;
  /*
  max-width: 500px;
   max-height: 600px;
  */
  
  margin-left: auto;
  margin-right: auto;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.carousel2d-enter-active {
  animation: carousel-fade-in;
  animation-duration: 1s;
}
.carousel2d-leave-active {
  animation: carousel-fade-in reverse;
  animation-duration: 1s;
}

@keyframes carousel-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*
.carousel2d-fade-enter-active {
  transition: all .3s ease;
}
.carousel2d-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.carousel2d-fade-enter, .carousel2d-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}*/

.carousel2d-caption {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.carousel2D .carousel-indicators {
/*   bottom: -78px; */
}

.display-4 {
/*   display: none; */
}

.carousel2D .carousel,
.carousel2D .carousel .carousel-inner,
.carousel2D .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.carousel2D .carousel .carousel-inner .carousel-item.active {
    display: flex;  
}
.carousel2D .descriptionRow {
  height: fit-content;
}



/* Enter and leave animations can use different */
/* durations and timing functions.              */
.arrows-flicker-enter-active {
  transition: all .3s ease;
}
.arrows-flicker-leave-active {
  transition: all .4s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.arrows-flicker-enter, .arrows-flicker-leave-to {
  transform: translateX(10px);
  opacity: 0;
}