#content{
  position: relative;
}
#myCarousel{
  height: 100%;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left:0;
}
.carousel-inner{
  height: 100%;
  width: 100%;
}
.escape{
  z-index: 999;
  position: fixed;
  top: 10px;
  right: 10px;
}
.listbox-area{
  display: flex;
  flex-direction: column;
}
#ex2 .offscreen + div{
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}

#ex2 .navbar-toggle{
  margin-bottom: 0;
  margin-top: 0;
}
#ex2-delete{
  float: right;
}

@media (max-width: 768px) {
  #ex2 .navbar-toggle{
    flex-direction: column;
  }
}

/* WOD - Programme Page - CSS */

#portalviewcontainer .dropdown-toggle::after{
  border-top: unset;
  border-right: none;
  border-left: unset;
}


.btn-group.dropleft .dropdown-menu{
  left: auto;
}

@media (max-width: 768px) {
  .tab-content.personal_tab_health, .myhealth_detail{
    padding-left: 0;
    padding-right: 0;
  }
  .box_tab_health h5{
    font-size: inherit;
  }
}
