﻿
body {
    margin: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: 'CLCF-Regular';
}

button {
    border: none;
}


.cntmoleedit {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.cntmoleshow {
    position: absolute;
    overflow: hidden;
    width: 256px;
    height: 256px;
    left: 0px;
    top: 0px;
    z-index: 25;
    background-color: transparent;
}

.cntnpc {
    position: absolute;
    overflow: visible;
    left: 0px;
    top: 0px;
    z-index: 25;
    background-color: transparent;
    pointer-events: none;
}

.npcBalloonBack {
    font-family: 'CLCF-Bold';
    background-color: transparent;
    color: rgb(11, 33, 91);
    overflow: hidden;
    z-index: 26;
}

.npcBalloonText {
    font-family: 'CLCF-Bold';
    background-color: transparent;
    color: rgb(11, 33, 91);
    overflow: hidden;
    z-index: 27;
}


.uiMoleEditBack {
    background-color: transparent;
}

.uiMoleEditBackTitle {
    background-color: black;
}

.uiMoleEditBackNone {
    background-color: rgba(255, 255, 255, 0.1);
}

.uiMoleEditTitle {
    font-family: 'CLCF-Regular';
    color: white;
    overflow: visible;
    text-shadow: 0 0 1em skyblue, 0 0 0.2em skyblue;
}

.uiMoleEditTitle2 {
    font-family: 'CLCF-Regular';
    color: black;
    overflow: visible;
    text-shadow: 0 0 1em darkgray, 0 0 0.2em darkgray;
}

.uiMoleEditTitle3 {
    font-family: 'CLCF-Bold';
    color: rgba(29, 45, 66);
    overflow: visible;
    text-shadow: 0 0 1em darkgray, 0 0 0.1em darkgray;
}

.uiMoleEditTitleNum {
    font-family: 'CLCF-Bold';
    color: white;
    overflow: visible;
    text-shadow: 0 0 0.2em aquamarine, 0 0 0.2em skyblue;
}

.uiMoleEditDetail {
    font-family: 'CLCF-Regular';
    text-align: left;
    vertical-align: top;
    color: white;
    background-color: transparent;
    text-shadow: 0 0 1em skyblue, 0 0 0.2em skyblue;
}

.uiMoleEditMultiLineH150 {
    line-height: 150%;
}

.uiMoleEditMoleModel {
    background-color: transparent;
}

.uiMoleEditBtn1 {
    font-family: 'CLCF-Regular';
    background-color: transparent;
    background-image: url('./image/mole_btn_normal.png');
    background-size: 100% 100%;
}

.uiMoleEditBtn1:hover {
    background-image: url('./image/mole_btn_pushed.png');
}

.uiMoleEditBtn1:active {
    background-image: url('./image/mole_btn_pushed.png');
}

.uiMoleEditBtnText1 {
    color: white;
    text-shadow: 0 0 1em skyblue, 0 0 0.2em skyblue;
    text-align: center;
    background-color: transparent;
}

.uiMoleEditBtnHelp {
    background-image: url('./image/icon_help.png');
}

.uiMoleEditBtnHelp:hover {
    background-image: url('./image/icon_help.png');
}

.uiMoleEditBtnHelp:active {
    background-image: url('./image/icon_help.png');
}


.MoleInfoBox {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 200px;
    height: 64px;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    color: darkblue;
}

.BtnMoleOptimize {
    position: absolute;
    right: 100px;
    top: 100px;
    width: 64px;
    height: 64px;
    padding: 8px;
    text-align: center;
    background-color: orange;
    color: white;
    visibility: visible;
}


.uiMoleResultBack {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 17;
    background-color: rgba(255, 255, 255, 0.3);
}


.uiWaiterBack {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.3);
}

.uiMoleEditHelp {
    z-index: 36;
}