body {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    background: url('../img/Digits_Pattern.png');
    background-size: 12px;
    overflow: hidden;
}

#aspect-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: auto;
    transform: translate(-50%, -50%);
}

#aspect-ratio {
    display: block;
    position: relative;
    width: 100%;
    background: black;
    padding-bottom: 56.25%;
}

#webgl-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
}

#loading-screen {
    pointer-events: none;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: black;
}

#ui-content {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    user-select: none;
}


#unityContainer {
    width: 100%;
    height: 100%;
    position: absolute;
}

#ls-bg {
    position: relative;
    margin: auto;
    width: 60%;
    top: 37%;
    height: 26%;
    bottom: 37%;
    background: black;

}

#ls-mlddigits-logo {
    position: absolute;
    display: inline-block;
    top: 10%;
    height: 80%;
    right: 2%;
}

#ls-bar-area {
    position: absolute;
    top: 35%;
    left: 5%;
    bottom: 20%;
    width: 35%;
    text-align: center;
    vertical-align: middle;
}

#ls-header {
    color: #00bcff;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5vw;
}

#ls-bar-outline {
    position: relative;
    margin-top: 5%;
    height: 6px;
    border: 1px solid white;
}

#ls-bar-percentage {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00bcff;
}

/*** UI ***/

#gallery-content,
#pdf-content {
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: all;
    position: absolute;
    width: 100%;
    height: 100%;
}

/** PDF UI **/

#zoombox {
    overflow: hidden;
    height: 80%;
}

.flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#pdf-pagination {
    height: 100%;
    width: 100%;
    padding-bottom: 8%;
    color: white;
}

.icon-button {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: center center no-repeat;
}

.icon-button.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.icon-button#pdf-previous {
    background-image: url("../img/Arrow_Right_Blue.png");
    padding: 0 13px;
}

.icon-button#pdf-previous:hover {
    background-image: url("../img/Arrow_RL_icn.png");
}

.icon-button#pdf-next {
    transform: rotatez(180deg) rotatex(180deg);
    background-image: url("../img/Arrow_Right_Blue.png");
    padding: 0 13px;
}

.icon-button#pdf-next:hover {
    background-image: url("../img/Arrow_RL_icn.png");
}

#pdf-zoom-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#pdf-zoom-buttons span {
    color: #00bcff;
    font-family: 'Roboto', sans-serif;
    pointer-events: none;
}

.icon-button#pdf-zoom-in {
    background-image: url("../img/zoom_in_blue.png");
}

.icon-button#pdf-zoom-out {
    background-image: url("../img/zoom_out_blue.png");
}

.icon-button#pdf-zoom-in:hover {
    background-image: url("../img/zoom_in.png");
}

.icon-button#pdf-zoom-out:hover {
    background-image: url("../img/zoom_out.png");
}

#loading-indicator {
    position: absolute;
    display: none;
    font-weight: bold;
    font-size: 20px;
    color: #008dbf;
}

/** PAGINATION **/


.custom-paginationjs,
.custom-paginationjs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
}

.custom-paginationjs ul {
    list-style: none;
}

.custom-paginationjs ul li {
    width: 40px;
    color: #00bcff;
}

.custom-paginationjs ul li.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.custom-paginationjs ul li.active,
.custom-paginationjs ul li:hover,
.custom-paginationjs ul li a:hover {
    color: white;
    font-weight: bold;

}

.custom-paginationjs ul li a {
    color: #00bcff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

/** GALLERY **/

#gallery-content {
    position: absolute;
    width: 90%;
    height: 90%;
    padding: 5%;
    display: flex;
    pointer-events: all;
}

#gallery-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 100%;
}

#gallery-controls img {
    height: 15%;
}

#gallery {
    width: 70%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    flex-direction: column;
}

#gallery-image-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

#gallery-image-box .icon-button {
    position: relative;
    top: 50%;
    padding: 0 13px;
    background-image: url("../img/Arrow_Right_Blue.png");
}

#gallery-image-box #gallery-previous:hover,
#gallery-image-box #gallery-next:hover {
    background-image: url("../img/Arrow_RL_icn.png");
}

#gallery-image-box #gallery-next {
    transform: rotatez(180deg) rotatex(180deg);
}

#gallery-image-box #gallery-image {
    background: center center no-repeat;
    background-size: contain;
    width: 100%;
    transition: background 0.25s linear;
}

#gallery video {
    width: 100%;
}

/** BUTTON **/
.mld-button {
    color: white;
    text-decoration: none;
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/button_blue.png");
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 100%;
    height: 10%;
    margin-bottom: 8px;
}

.mld-button.selected {
    background-image: url("../img/button_green.png");
}

.mld-button:hover {
    color: #333;
    background-image: url("../img/button_white.png");
}

/**------------------**/

#ui-close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 18px;
    width: 18px;
    background-image: url("../img/close_icn_blue.png");
    pointer-events: all;
}

#ui-close:hover {
    background-image: url("../img/Close_icn.png");
}

#virtual-room {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.vr-panel {
    position: relative;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgba(57, 57, 57, 0.28);
    pointer-events: all;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(193, 193, 193, 0.7);
}

.vr-info-panel {
    position: absolute;
    width: 400px;
    height: 100px;
    padding: 16px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    text-align: center;
    background: rgba(193, 193, 193, 0.95);
    display: none;
}


#vr-panel-joinroom {
    width: 600px;
    height: 300px;
    display: none;
}


#vr-general-panel {
    position: absolute;
    padding: 10px;
    display: block;
    width: 50%;
    height: 200px;
    box-sizing: border-box;
}

#vr-video-panel {
    position: absolute;
    right: 10px;
    display: block;
    width: 45%;
    height: 200px;
    box-sizing: border-box;
    padding: 13px;
}

#vr-video-panel video {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.vr-panel-header {
    padding: 15px;
}

.vr-label {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 0.9em;
    height: 24px;
    margin: 3px;
}

.vr-input {
    float: right;
    width: 150px;
    height: 24px;
    margin: 3px;
    border: none;
    padding: 3px;
    border-radius: 3px;
}

.vr-submit-button {
    position: absolute;
    bottom: 10px;
    border-radius: 3px;
    height: 32px;
    padding: 9px;
    transform: translateX(-50%);
    border: none;
}

#jitsi-meet-container {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 480px;
    height: 340px;
    pointer-events: none;
}

#jitsi-meet {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: all;
    transform: scale(0.7);
}

#vr-mic {
    position: absolute;
    background-image: url(../img/mic_unmute.png);
    width: 40px;
    height: 40px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e3e3e3;
    border-radius: 20px;
    bottom: 25px;
    left: 75px;
    cursor: pointer;
    pointer-events: all;
}

#vr-mic:hover {
    background-color: #ffffff;
}

#vr-hangup {
    position: absolute;
    background-image: url(../img/telephone.png);
    width: 40px;
    height: 40px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #b11717;
    border-radius: 20px;
    bottom: 25px;
    left: 125px;
    cursor: pointer;
    pointer-events: all;
}

#vr-hangup:hover {
    background-color: #ef1212;
}

#ui-blocker {
    display: none;
    pointer-events: all;
    position: absolute;
    width: 100%;
    height: 100%;
}
