* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
 
 body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
     margin: 0;
     overflow: hidden;
     justify-content: center;
     display: flex;
     background: #fff;
 }

 #flow-step-logged-in2 {
     max-width: 1100px;
     border-left: 1px solid #d4d4d4;
     border-right: 1px solid #d4d4d4;
     
 }


 #flow-step-logged-in {
    width: 100%;
   

}

#flow-step-mainview {
    background-image: url("/common/background4.jpg") !important;
    background-size: 100% 100% !important;
}

#fotos-desktop-view h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media screen and (min-width: 800px) {
  
  #fotos-desktop-view {
    display: block !important;
  }
  #fotos-mobile-view {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  
  #fotos-desktop-view {
    display: none !important;
  }
  #fotos-mobile-view {
    display: block !important;
  }

  .ambienteDiv img {
    width: 100% !important;
    height: auto !important;
  }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    #flow-step-mainview {
        background-image: url("/common/background4mobil.jpg") !important;
        background-size: 100% 100% !important;
    }
    .teamImage {
      height: auto;
      width: 100%;
      max-height: 500px;
    }

     
  }


  @media screen and (min-width: 1280px) {


    #flow-step-mainview-inner {
      min-width: 1000px;
    }



  }


  .teamImage {
    height: auto;
    width: 100%;
    
  }


#flow-step-mainview-inner {
    max-width: 80%;
    font-weight: bold;
    border-radius: 7px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #e1efde85;
}


#openingTable {
    width: 100%;
}


  a {
    color: black !important;
  }

  .navLogoAreaDiv {
    border-bottom: 5px solid #4db134;
    height: 70px;
    display: inline-flex;
    align-items: center;
  }
  .navLogoAreaImgDiv {
    width: 75px;
    height: 60px;
    text-align: center;
  }
  .navLogoAreaImg {
    height: 60px;
    margin: 5px;
  }
  .navLogoAreaTitle {
    font-size: 30px;
    font-weight: bold;
  }
  .navLogoAreaSubTitle {
    font-size: 15px;
    font-weight: bold;
  }


  .navItemsOnMobileOpen {
    display: flex;
    position: fixed;
    background: #556e6cd7;
    color: white !important;
    right: 0;
    top: 100px;
    width: 50%;
    height: calc(100vh - 100px);
    flex-direction: column;
    justify-content: start;
    padding-top: 30px;
  }
  .navItemsOnMobileOpen a {
    color: #dbe1d5 !important;
   
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .navItemsOnMobileClosed {
    display: none !important;
  }
  
  #openingTable td {
    border: 1px solid rgb(177, 173, 173);
    text-align: center;
    padding: 4px;
    font-size: 13px;
    white-space: nowrap;
  }
  #openingTable th {
    border: 1px solid rgb(177, 173, 173);
    text-align: center;
    padding: 4px;
    white-space: nowrap;
  }


  .notificationDialog {
    color: white;
    white-space: pre-line;
    flex-direction: column;
  }
  .notificationDialogMessage {
    background: #4db134bf;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
  }
   