﻿body{
    margin:0;
    padding:0;
    background:#333;
    overflow-x:hidden;
    overflow-y:hidden;
    font-family:Arial;
}

input[type=text] {
    width: 100%;
    width: calc(100% - 6px);
    background: rgba(230,240,250, .7);
    border: none;
    padding: 3px 5px;
    margin: 3px 0;
    color: #000;
    border-bottom: #3B5998 2px solid;
}

input[type=text]:focus, input[type=text]:active {
    background: rgba(230,240,250, .9);
    border-bottom: #7e97cd 2px solid;
    box-shadow: 0px 2px 3px 0px rgba(126,151,205,.3);
}

.popUpHistory {
    margin-bottom: 3px;
    border-bottom: 1px solid #666;
}

input[type=text]:disabled{
    cursor:not-allowed;
    background: rgba(200,210,220, .7);
    border-bottom: #d9534f 2px solid;
}

.glob-bg {
    background: rgba(0, 0, 0, .4);
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #e75480 #000;
    scrollbar-width: thin;
}

.glob-bg hr{
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    height:5vh;
}

.glob-small{
    font-size:.8em;
    color:#666;
    text-shadow:none;
}

.text-center{
    width: 100%;
    text-align:center;
}

.room-main{
    position:relative;
}
.room-left{
    position:absolute;
    top:0;
    left:0;
    border-right:solid #000 2px;
    background:rgba(0,0,0,.7);
    z-index:3;
}

.rl-change {
    padding: 0;
    margin: 0;
    z-index: 999;
    border: none;
    background: none;
    position: fixed;
    cursor:pointer;
}

.rl-change:hover{
    filter: brightness(1.1);
}

.room-topper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.room-background img{
    width:100%;
}

.room-img{
    position:absolute;
}

.room-btn, .room-btnNoHover {
    position: absolute;
    cursor: pointer;
}

.room-btn-lips{
    position:absolute;
    cursor:url('../images/general/manLips.png'), auto;
}
.room-btn-tongue{
    position:absolute;
    cursor:url('../images/general/t.png'), auto;
}

.room-btn-hand {
    position: absolute;
    cursor: url('../images/general/h.png'), auto;
}

.room-btn-grab {
    position: absolute;
    cursor: url('../images/general/grab.png'), auto;
}

.room-btn-vib {
    position: absolute;
    cursor: url('../images/general/vib.png'), auto;
}

.room-btn-dick {
    position: absolute;
    cursor: url('../images/general/dick.png'), auto;
}

.room-btn-brush {
    position: absolute;
    cursor: url('../images/general/brush.png'), auto;
}

.room-btn:hover, .room-btn-lips:hover, .room-btn-tongue:hover, .room-btn-brush:hover{
    filter: brightness(1.2);
}

.room-btnflat:hover {
    filter: brightness(1);
}

.room-zindex{
    z-index: 2;
}

.pos-abs {
    position: absolute;
}

.btn {
    background: #8e0000;
    color: #fff;
    font-size: calc(2vh + 1rem);
    animation: borderDraw 1s;
    border-radius:5px;
}

@keyframes borderDraw{
    from {
        background: #f88;
    }
    to {
        background: #8e0000;
    }
}

.room-footer{
    width:100%;
    background:rgba(0, 0, 0, .1);
    height:3vw;
    position:absolute;
    bottom:0;
    left:0;
    z-index:3;
}
.room-changeRoomBtn{
    background:none;
    position:relative;
    width:6vw;
    height:1.5vw;
    text-align:center;
    margin-top:.2vw;
    margin-left:5vw;
    cursor:pointer;
    display:inline-block;
}
.room-changeRoomBtn:hover{
    filter: brightness(1.25);
}

.room-changeRoomBtn img{
    width:100%;
}
.room-changeRoomBtn span{
    display:block;
    width:100%;
    position:absolute;
    top:.5vw;
    font-size:.75vw;
    color:#fff;
    font-weight:500;
    text-shadow: 2px 2px 5px #000;
    font-family:Arial;
}

.room-chatOverlay{
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    z-index:97;
    background:rgba(0, 0, 0, .1);
}

.room-chatBox{
    width:100%;
    background:rgba(0, 0, 0, .2);
    position:fixed;
    bottom:0;
    left:0;
    color:#fff;
    text-shadow: 2px 2px 5px #000;
    z-index:98;
    overflow-y:auto;
    font-size:calc(1em + 1vh);
}

.room-speachGroup{
    width:100%;
    margin-top:5px;
}

.room-chatSpeaker{
    display:inline-block;
    width:6%;
    margin-left:2%;
}

.room-chatSpeach{
    display:inline-block;
    width:75%;
    padding-left:10px;
    vertical-align:top;
    font-size:1.2em;
}

.room-chatSpeaker img{
    width:100%;
}

.room-chatBtn {
    display: inline-block;
    width: 31%;
    border-left: thin solid #ccc;
    border-right: thin solid #ccc;
    border-top:none;
    border-bottom:none;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    z-index: 99;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: calc(.8em + 1vh);
    vertical-align: top;
}

.room-chatBtn:hover{
    background:#000;
}

.wardrobe-quick-update{
    display:inline-block;
    vertical-align:top;
    width:17%;
    margin-right:2%;
}

.wardrobe-quickSelect{
    margin-top:40px;
    margin-left:20%;
}

.wardrobe-quickSelect button{
    background:none;
    border:none;
    color:#fff;
    font-size:1em;
    cursor:pointer;
    border:1px solid rgba(255, 255, 255, 0);
    padding:2px;
    width:49%;
}

.wardrobe-quickSelect button:hover {
    background: rgba(0, 0, 0, .1);
}

.wardrobe-line{
    margin-left:20%;
    margin-top:20px;
}

.wardrobe-icon{
    display:inline-block;
    width:6%;
    vertical-align:top;
    margin:0;
    background:none;
    border:none;
    cursor:pointer;
    border-radius:10px;
}

.wardrobe-icon-big{
    display:inline-block;
    width:15%;
    vertical-align:top;
    margin:0;
    background:none;
    border:none;
    cursor:pointer;
    border-radius:10px;
}

.wardrobe-icon-big h4{
    font-size:1.3em;
    color:#fff;
    font-weight:bold;
}

.wardrobe-icon:hover, .wardrobe-icon-big:hover{
    background:rgba(0, 0, 0, .1);
}

.wardrobe-icon img, .wardrobe-icon-big img{
    width:100%;
    display:inline-block;
    vertical-align:top;
}

#wardrobe_body{
    position:absolute;
}
.char-alert {
    position: fixed;
    width: 60%;
    left: 15%;
    top: 20vh;
    background: #e75480;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    display: none;
    border-radius: 5px;
    margin-left: 10px;
    z-index:999;
}

    .char-alert hr {
        color: #974960;
        background: #974960;
    }

.char-alert-bottom {
    position: fixed;
    width: 40%;
    right: 0;
    top: 90vh;
    background: #e75480;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding: 2px;
    display: none;
    border-radius: 5px;
    z-index: 999;
}

.room-close{
    font-family: 'Helvetica', 'Arial', sans-serif;
    position:absolute; 
    top:80px; 
    right:80px; 
    color:#8e0000;
    text-shadow: 2px 2px 5px #8e0000;
    font-size:2em;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border:#8e0000 thick solid;
    cursor:pointer;
}

.room-close:hover{
    color:#f00;
    border:#f00 thick solid;
}

#room-inv, #room-menu, #room-change, #room-time {
    z-index: 96;
}

#room-inv img {
    position: absolute;
}

.room-menu {
    position: absolute;
    cursor: pointer;
}

.room-menu img{
    width:100%;
    height:auto;
}

.room-menu:hover{
    filter: brightness(1.2);
}

.room-numbers{
    background:rgba(255, 255, 255, .5);
    border-bottom:solid 1px #000;
    z-index:10;
}
/*check for kill*/
.menu-center{
}
.menu-center ul{
    list-style:none;
    margin-left:-30px;
}
.menu-center ul li{
    border-bottom:1px solid #333;
}
.menu-save-line{
    display:inline-block;
    /*width:400px;*/
    padding-left:10px;
}
.menu-center ul button, .menu-blueButton{
    padding:5px 10px;
    background:#1c4d68;
    border:thin solid #1a3341;
    border-radius:5px;
    margin:2px;
    color:#fff;
    font-weight:500;
    cursor:pointer;
}

.menu-center ul button:disabled{
    background:#333;
    color:#aaa;
    cursor:default;
}

.room-204fail{
    border:solid 3px #600;
    filter: brightness(.5);
}

.menu-phoneBGRotate {
    animation: rotatePhone 800ms ease-in-out 0s forwards;
}
@keyframes rotatePhone{
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-90deg);
    }
}

#menu-tab-inv {
    margin-top: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#menu-tab-inv div{
    display:inline-block;
    width:10%;
    margin-left:5%;
}


#menu-tab-inv div img{
    width:100%;
}

.hl{
    color:#80ff80;
}

.hl-red{
    color:#e18e8e;
}

.hl-pink {
    color: #d43fb6;
}

.hl-blue {
    color: #adc7ff;
}

.menu-fileSave{
    margin-top:100px;
    width:100%;
    text-align:center;
}

.menu-fileSave button{
    padding:5px 10px;
    background:#1c4d68;
    border:thin solid #1a3341;
    border-radius:5px;
    margin:2px;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}

.menu-popup {
    position: absolute;
    background: rgba(160, 130, 130, .7);
    border: #000 solid 2px;
    box-shadow: -2px 2px 5px 0px rgba(120,120,120,0.5);
}

.menu-popup img, .menu-popup div{
    width:100%;
    height:auto;
    position:absolute;
    font-weight:bold;
    cursor:pointer;
}

.menu-popup div {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.menu-popup:hover{
    background:rgba(190, 100, 100, .8);
}

.menu-display {
    position: absolute;
    background: rgba(255, 255, 255, .95);
    border: #000 solid 2px;
    box-shadow: -2px 2px 5px 0px rgba(120,120,120,0.5);
}

.menu-line{
    color:#000;
    width:100%;
    text-align:center;
    font-weight:bold;
}

.menu-line-desc{
    color:#333;
    width:100%;
    text-align:center;
}

.menu-lineB{
    border:none;
    background:#8e0000;
    color:#fff;
    font-weight:bold;
    margin-left:5px;
    margin-right:5px;
}

.menu-action {
    width: 100%;
    background: #8e0000;
    color: #fff;
    border: solid thin #000;
    border-radius: 5px;
    cursor: pointer;
}
#menu_displayIcon {
    background: rgba(160, 130, 130, .8);
    border:solid thin #000;
}
#menu_displayIcon img {
    width: 100%;
}

.menu-action:hover {
    background: #974960;
}

.menu-button:hover, .hover-noevent:hover {
    cursor: pointer;
    filter: brightness(1.1);
}

.inv-backpackChange, .inv-phoneChange {
    cursor: pointer;
}

.inv-backpackChange:hover, .inv-phoneChange:hover{
    filter: brightness(1.2);
}

#room_chatSpeaker {
    text-align: center;
}

.intro-wrapper{
    position:fixed;
    top:10vh;
    width:80%;
    margin-left:10%;
}
.intro-wrapper-sub:nth-child(1) {
    overflow-y: auto;
    overflow-x: hidden;
    padding:0 1%;
}
.intro-wrapper-sub {
    position: static;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-left: 2%;
}

.intro-wrapper img {
    width: 100%;
}
.intro-wrapper input {
    font-size: calc(1vh + 1rem);
}
.intro-wrapper-full {
    width: 100%;
    padding-bottom: 5px;
    margin-top: 10px;
    border-bottom: #ccc solid 1px;
}

.intro-wrapper-left, .intro-wrapper-right{
    display:inline-block;
    color:#fff;
    font-size:calc(1vh + 1rem);
    vertical-align:middle;
}

.intro-wrapper-left{
    width:15%;
}

.intro-wrapper-right{
    width:70%;
    margin-left:5px;
}

.intro-wrapper button, .intro-button {
    width: 100%;
    background: #3B5998;
    color: #fff;
    font-size: calc(2vh + 1rem);
    margin-top: 15px;
    border-radius: 5px;
    padding: 5px;
    border: solid #000 2px;
    cursor: pointer;
}

.intro-difficulty {
    width:100%;
    display:inline-block;
}
.intro-difficulty button{
    width: calc(2vh + 2rem);
}
.float-right{
    float:right;
}
#intro_diff{
    display:inline-block;
    text-align:center;
    width:calc(90% - 5vh - 2rem);
    color:#fff;
    font-size:calc(2vh + 1rem);
}
.intro-hide {
    display: none;
}

.intro-body{
    width:60%;
    margin-top:100px;
    color:#fff;
    margin-left:auto;
    margin-right:auto;
    font-size:1.1rem;
}

.intro-top, .intro-bottom {
    font-weight: bold;
    text-align: center;
}

.intro-top{
    font-size:1.3rem;
     
}

.intro-bottom{
    font-size:1.1rem;
    margin-bottom:30px;
}

.button-red {
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    background: #CC3333;
    color: #fff;
    font-size: 1.1rem;
}

.quest-eventIcon{
    position:absolute;
    position:absolute;
}

#room-menuButtons {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

#menu_scList{
    overflow-x:auto;
    width:100%;
}

#menu_scList img{
    display:inline-block;
}

.phone-text {
    text-align: center;
    position: absolute;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.evaSpin {
    animation: evaSpin 3s forwards;
}

.lolaSpin {
    animation: lolaSpin 3s forwards;
}

.meSpin {
    animation: meSpin 3s forwards;
}

#room_export{
    width:100%;
    height:100vh;
    background:#333;
    position:absolute;
    top:0;
    left:0;

    z-index:999999;
}

#room_export_data{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:12px;
    height:75vh;
}

#room_export{
    color:#fff;
}

.room-export-buttons {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    text-align: center;
}

.room-export-buttons button{
    width: 49%;
    margin-left: auto;
    margin-right:auto;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
    display:inline-block;
}

.rl-selectButton button {
    border:none;
    background:none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    cursor:pointer;
    position:relative;
    z-index:999;
}

.rl-selectButton-active {
    color: #e3008d !important;
}

#room_export_load,
#room_export_load_file,
#room_export_file {
    background: #3B5998;
}

#room_export_hide {
    background: #dc0000;
}

#room_export_load:hover,
#room_export_load_file:hover,
#room_export_file:hover {
    background: #1c4d68;
}

#room_export_hide:hover {
    background:#8e0000;
}

.hover-display:hover {
    cursor: pointer;
    filter: brightness(1.2);
}

.map-box {
    display: inline-block;
    background: #404040;
    padding: 0;
    margin: 0;
}

.map-tile-m {
    background: #efac70;
}
.map-tile-s {
    background: #dd1111;
}
.map-tile-b {
    background: #FF0000;
}
.map-tile-e {
    background: #660000;
}
.map-tile-q {
    animation-name: tile-q;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}
.map-tile-g{
    background:#ffff00;
}
.map-tile-x {
    background: #000;
}
.map-tile-i, .map-tile-j, .map-tile-k, .map-tile-c, .map-tile-h, .map-tile-s, .map-tile-r {
    background: #ce2281;
}
.switch-group {
    background: linear-gradient(90deg, rgba(28,77,104,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(28,77,104,1) 100%);
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    color:#fff;
    font-weight:bold;
}
.switch-field {
    margin-top: 15px;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: #ccc;
        color: #000;
        font-weight:normal;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #1c4d68;
        color:#fff;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }
.cursor-hover:hover{
    background:rgba(255, 255, 255, .2);
    cursor:pointer;
}

.left-graph-char{
    margin-top:10px;
}

.left-graph-char img{
    position:absolute;
    top:100px;
    left:0px;
}

.left-graph-char-bar {
    width: 90%;
    background: #333333;
    border-radius: 20px;
    border: solid 1px #000000;
    border-top:none;
}

.sissy-btn {
    border: solid thin #e3008d;
    background: #33001f;
    color: #e3008d;
    width: 100%;
}

.click-thru {
    pointer-events: none;
}

.char-12{
    font-size:12px;
}

.char-20{
    font-size:20px;
}

.char-30{
    font-size:30px;
}

.bold{
    font-weight:700;
}

.light-grey{
    color:#ccc;
}

.menu-box {
    /*background: #4f004a;
    border-radius:5px;
    padding: 10px 0;*/
}

#room_left_walk_sub {
    overflow-y: scroll;
    width: 100%;
    height: 800px;
    top: 100px;
    background: rgba(0,0,0,.7);
    color: #fff;
}

.mt-adjust{
    border-top: solid thin #e75480;
    padding-top:3px;
}

.menu-popup {
    z-index: 3;
}

hr {
    border: none;
}

#hideThisNoJavascript{
    display:none;
}

@keyframes lolaSpin {
    0% { transform:rotate(0deg);}
    100% { transform:rotate(2160deg);}
}

@keyframes tile-q {
    0% { background: #66ff66; }
    50% { background: #003300; }
    100% { background: #66ff66; }
}

@keyframes evaSpin{
    0% { transform:rotate(0deg);}
    100% { transform:rotate(2050deg);}
}

@keyframes meSpin{
    0% { transform:rotate(0deg);}
    100% { transform:rotate(2300deg);}
}

@media only screen and (max-width: 1000px) {
    .intro-wrapper{
        width:100%;
        margin-left:0;
    }
    .intro-body{
        width:90%;
        font-size:.7rem;
    }
    .intro-bottom, .intro-top{
        font-size:1rem;
        margin-bottom:5px;
    }
}