﻿html, body {
    font-family: 'IPAmj明朝', 'ＭＳ　明朝', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #EEEEEE;
    position: relative;
}

button,
select,
textarea,
input {
    font-family: 'IPAmj明朝', 'ＭＳ　明朝', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    outline: none;
}

button:focus,
select:focus,
textarea:focus,
input:focus {
    outline: none;
}


div.spinner_box {
    width: 100%;
    margin-top: calc(100vh / 2 - 16px);
    text-align: center;
}

div.spinner_body {
    width: 32px;
    height: 32px;
    margin: auto;
    border: 4px #ddd solid;
    border-top: 4px orangered solid;
    border-radius: 50%;
    animation: sp-anime 1.0s infinite linear;
}

div.spinner_message {
    text-align: center;
    margin: auto;
    font-size: 15px;
    color: black;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    0%,100% {
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }
}
/* */
div.toolbar {
    width: 100vw;
    height: 60px;
    position: sticky;
    top: 0px;
    left: 0px;
    background-color: #303030;
    color: white;
    font-size: 21px;
    line-height: 30px;
    z-index: 10000;
    overflow: hidden;
}

button.toolbar_btn_left {
    height: 54px;
    width: 70px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 3px 5px;
    font-size: 15px;
    outline: none;
    padding: 1px;
    float: left;
    background-color: #303030;
    border: none;
    color: white;
}

button.toolbar_btn_right {
    height: 54px;
    width: 70px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 3px 5px;
    font-size: 15px;
    outline: none;
    padding: 1px;
    float: left;
}

button.toolbar_btn_left:hover,
button.toolbar_btn_left:focus,
button.toolbar_btn_rigth:hover,
button.toolbar_btn_rigth:focus {
    box-shadow: 0px 0px 10px 2px rgb(255 255 255 / 50%);
}


img.toolbar_btn_icon {
    display: block;
    margin: auto auto 15px auto;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border: none;
}

span.toolbar_btn_title {
    display: inline-block;
    position: fixed;
    transform: translateX(-50%);
    padding: 2px 0px;
    white-space: nowrap;
    font-size: 10px;
    line-height: 12px;
    top: 43px;
    width: max-content;
}

div.toolbar_box {
    float: left;
    margin: 5px 10px 5px 10px;
    height: 50px;
    font-size: 42px;
    color: white;
}

div.toolbar_box_title {
    margin: 2px 0px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
}

div.toolbar_box_user {
    margin: 2px 0px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
}



#zoomback {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
}


#zoomimg {
    border: solid 5px #fff;
}


/*//////////////////////////////////
//メニューバー関係
//////////////////////////////////*/

div.menubar {
    /*background-color    : lightgray;*/
    background-color: #303030;
    margin: 0px;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    /*border-bottom       : 2px solid darkgray;*/
    padding: 0px;
    overflow: hidden;
    z-index: 999999;
}

button.menubar-menu-disabled {
    height: 54px;
    width: 70px;
    box-sizing: border-box;
    border: 0px none;
    border-radius: 10px;
    margin: 3px 5px;
    font-family: 'IPAmj明朝', 'ＭＳ　明朝', "ＭＳ Ｐゴシック";
    font-size: 15px;
    /*background-color    : lightgray;*/
    background-color: #303030;
    outline: none;
    padding: 1px 0px;
    color: gray;
}

div.menubar-box {
    float: left;
    margin: 5px 10px 5px 10px;
    height: 50px;
    font-size: 42px;
    color: white;
}

div.menubar-box-title {
    margin: 2px 0px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
}

div.menubar-box-user {
    margin: 2px 0px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

button.menubar-menu {
    height: 54px;
    width: 70px;
    box-sizing: border-box;
    border: 0px none;
    border-radius: 10px;
    margin: 3px 5px;
    font-family: 'IPAmj明朝', 'ＭＳ　明朝', "ＭＳ Ｐゴシック";
    font-size: 15px;
    /*background-color    : lightgray;*/
    background-color: #303030;
    outline: none;
    padding: 1px 0px;
    color: white;
}

    button.menubar-menu:hover {
        box-shadow: 0px 0px 10px 2px rgb(255 255 255 / 50%);
    }

    button.menubar-menu:active {
        box-shadow: 0px 0px 10px 2px rgb(135 206 250 / 50%);
        color: lightskyblue;
    }

.menubar-text {
    position: fixed;
    /*transform           : translateX(-100%);*/
    transform: translateX(-50%);
    display: inline-block;
    padding: 2px 0px;
    white-space: nowrap;
    line-height: 1.3;
    font-size: 10px;
    top: 43px;
    /*color               : #000;*/
    border-radius: 3px;
    transition: 0.3s ease-in;
    /*width: 70px;*/
    width: max-content;
}

button.menubar-menu:hover .menubar-text-text {
    opacity: 1;
    visibility: visible;
}

.menubar-icon {
    display: block;
    font-size: 2.7em !important;
    margin-bottom: 15px;
    width: 70px;
}

li.ssc-dropdown-item:hover {
    background-color: lightblue;
    color: black;
}

div.ssc-checkbox-on::before {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    content: '';
    display: block;
    height: 11px;
    margin-top: -1px;
    margin-left: 3px;
    position: absolute;
    width: 7px;
    transform: rotate(45deg);
}

div.ssc-checkbox-on-focus::before {
    border-right: 2px solid yellow;
    border-bottom: 2px solid yellow;
    content: '';
    display: block;
    height: 11px;
    margin-top: -1px;
    margin-left: 3px;
    position: absolute;
    width: 7px;
    transform: rotate(45deg);
}

@media (min-width: 1701px) {
    .rz-dropdown-item {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
