@charset "UTF-8";
/* Common */
/* Layout */
/* Theme */
/* Compact */
.layout-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #424242;
    top: 0;
    left: 0;
    z-index: 999999997;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }