@charset "utf-8";
*::-moz-focus-inner {
    border: 0;
}
* {
    -webkit-text-size-adjust: none;
}
/*通用元件*/
.all_outside {
    position: relative;
    width: 100%;
    min-height: auto;
/*    min-height: 100%;
     -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; */
    flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 1;
}

.outside .ord_setting {
    display: none;
}

/*title*/
.tool_title48 {
    position: relative;
    height: 48px;
    background: #e2ddda;
    text-align: center;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.btn_tool_back {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
}
.btn_tool_back svg {
    fill: rgba(0, 0, 0, 0.64);
}
.btn_tool_back i {
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
}
.tool_title_txt {
    width: calc(100% - 96px);
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.minimouse_hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.minimouse_hover:before {
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 0;
    margin: auto;
}

/*status*/
input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.24);
    font-weight: normal;
}
input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.24);
    font-weight: normal;
}
input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.24);
    font-weight: normal;
}

/*word bg*/




.word12 {
    font-size: 12px;
}
.word14 {
    font-size: 14px;
}
.word_black {
    color: #000;
}
.word_lightred {
    color: #eb7f7f;
}
.word_red,
.word_fail {
    color: #ce3636;
}
.word_blue {
    color: #1e497d;
}
.word_lightgreen {
    color: #26c48d;
}
.word_green {
    color: #19805c;
}
.word_lightyellow {
    color: #debb69;
}
.word_yellow {
    color: #a78025;
}
.word_gray {
    color: rgba(0, 0, 0, 0.64);
}
.word_white {
    color: #fff;
}
.word_lightwhite {
    color: rgba(255, 255, 255, 0.64);
}
.word_delline {
    text-decoration: line-through;
}
.word_bold,
tr.word_bold * {
    font-weight: bold;
}

/*no hand*/
button:disabled {
    cursor: default;
}
/* PC hover effect */
@media (pointer: fine) and (max-resolution: 2dppx),
    screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
    (-moz-touch-enabled: 0),
    screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
    .btn_showmore:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }
}

/* All active effect */
.minimouse_hover:active:before {
    background-color: rgba(0, 0, 0, 0.08);
}
.btn_showmore:active {
    background-color: rgba(0, 0, 0, 0.08);
}