.AppDesktop .action-row > * {
    float: right;
    clear: none;
}

.navbar-slide-open .AppDesktop #vertical-aligner-container{
    padding: 45px 0 0 160px;
}
.AppDesktop #vertical-aligner-container{
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 45px 0 0 40px;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.AppDesktop #vertical-aligner{
    display: table-cell;
    vertical-align: middle;
}

.AppDesktop {
  position: relative;
  width:100%;
  padding:0;
  float: left;	
}
.AppDesktop::before{
  content: " ";
}
.AppDesktop:after {    
    content: " ";
}

.AppDesktop #reload-container{
    display:none;
    position: absolute;
    opacity:1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.AppDesktop.loading #reload-container{
    display:block;
    background-color: rgba(241,242,247,0.5);
    pointer-events: initial;
}

.AppDesktop .sk-folding-cube {
  margin: 20px auto;
  width: 70px;
  height: 70px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.AppDesktop .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}


.AppDesktop .sk-folding-cube .sk-cube.sk-cube1:before{
  background-color: #2dc3f0;
}
.AppDesktop .sk-folding-cube .sk-cube.sk-cube2:before{
  background-color: #259dc2;
}
.AppDesktop .sk-folding-cube .sk-cube.sk-cube3:before{
  background-color: #25b5df;
}
.AppDesktop .sk-folding-cube .sk-cube.sk-cube4:before{
  background-color: #afcbd9;
}

.AppDesktop .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50% 0 0;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.AppDesktop .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.AppDesktop .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.AppDesktop .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.AppDesktop .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.AppDesktop .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.AppDesktop .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }

}

.fullscreen-on #scroll-spy-target{
  position: fixed!important;
  top: 0!important;
  width: 100%!important;
  z-index: 10000!important;
  padding: 0!important;
}
.fullscreen-on {
  padding-top:60px;
  position: fixed!important;
  background-color: #f1f2f7!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  overflow-y: auto!important;
  z-index: 10000!important;
}