body {
  align-content: stretch;
  display: flex;
  flex-direction: column;
}


/* loading */
#app-loader {
  background: url('/assets/img/bg-load-enterprise.gif') no-repeat center center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#detectIE11 {
  align-items: center;
  justify-content: center;
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
}

#detectIE11 .alert-box {
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: .5em;
    display: block;
    height: 440px;
    left: 50%;                      
    transform: translate(-50%, -50%);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    text-align: center;
    padding:20px;
    width: 720px;
    z-index: 9;
}

#detectIE11 .alert-box h1, #detectIE11 .alert-box .text-box {
  color: #676767;
  margin-bottom: 10px;
}

#detectIE11 .alert-box .text-box {
  font-size: 110%;
}

#detectIE11 .alert-box .text-box span, #detectIE11 .alert-box .text-box strong {
  display: inline-block;
  float: left;
  text-align: center;
  width: 100%;
}

#detectIE11 .alert-box .text-box strong {
  border-top: 1px solid #d1d1d1;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}

#detectIE11 .alert-box .browser-box {
  float: left;
  margin: 20px 0 0 30px;;
}

#detectIE11 .alert-box .browser-box .browser-item {
  float: left;
  margin-left: 50px;
  text-align: center;
  width: 140px;
}


#detectIE11 .alert-box .browser-box .browser-item img {
  width: 140px;
}

#detectIE11 .alert-box .browser-box .browser-item span {
  color: #686de0;
  font-size: 90%;
  font-weight: bold;
}

.ui-galleria-panel img {
  width: 100%;
}
