html,
body {
    height: 100%;
}

.background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.modal {
    position: absolute;
    top: 10%;
    left: 15%;
    background-color: white;
    border-radius: 10px;
    width: 70%;
    height: auto;
}

.fa-times {
    position: absolute;
    top: 12px;
    right: 12px;
    color: rgba(128, 128, 128, 0.46);
    cursor: pointer;
}

.area {
    position: absolute;
    top: 10px;
    left: 910px;
    width: 500px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    visibility: hidden;
}

#Leia_window {
    z-index: 10000;
    visibility: hidden;
    border: 1px solid black;
    position: absolute;
    background-color: white;
}

#Leia_bar {
    font-size: 20px;
    font-weight: bold;
    background-color: lightgray;
    border: 1px solid black;
    width: 100%;
    height: 32px;
    pointer-events: none;
}

#Leia_1 {
    pointer-events: auto;
}

#Leia_2 {
    pointer-events: auto;
}

#mossbox_window {
    z-index: 10000;
    visibility: hidden;
    border: 1px solid black;
    position: absolute;
    background-color: white;
    height: 520px;
}

#mossbox_bar {
    font-size: 20px;
    font-weight: bold;
    background-color: lightgray;
    border: 1px solid black;
    width: 100%;
    height: 32px;
    pointer-events: none;
}

#mossbox_1 {
    pointer-events: auto;
}

#sukkiri_window {
    z-index: 10000;
    visibility: hidden;
    border: 1px solid black;
    position: absolute;
    background-color: white;
    height: 520px;
}

#sukkiri_bar {
    font-size: 20px;
    font-weight: bold;
    background-color: lightgray;
    border: 1px solid black;
    width: 100%;
    height: 32px;
    pointer-events: none;
}

#sukkiri_1 {
    pointer-events: auto;
}

#chot_window {
    z-index: 50;
    visibility: hidden;
    border: 1px solid black;
    position: absolute;
    background-color: white;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    max-height: 700px;
}

#chot_bar {
    font-size: 20px;
    font-weight: bold;
    background-color: lightgray;
    border: 1px solid black;
    width: 100%;
    height: 32px;
    pointer-events: none;
}

#chot_1 {
    pointer-events: auto;
}


/* :root {
  --base-width: 0px;
} */

#qr_window {
    z-index: 100000;
    visibility: hidden;
    border: 1px solid black;
    /* position: absolute; */
    background-color: white;
    padding: 20px;
    width: 185px;
    height: 185px;
    top: 15px;
}



#globalDebugView {
    visibility: visible;
}

#localDebugView {
    visibility: visible;
}

#canvases {
    position: absolute;
    left: 510px;
}

#tripcode_window {
    border: 1px solid black;
    background-color: white;
    overflow: scroll;
}

#tripcode_bar {
    font-size: 20px;
    font-weight: bold;
    background-color: lightgray;
    border: 1px solid black;
    width: 100%;
    height: 32px;
    pointer-events: none;
}

.tripcode_button {
    pointer-events: auto;
}

#changep {
    pointer-events: auto;
}

#plotly {
    width: 100%;
    height: 90%;
    background-color: white;
    pointer-events: auto;
}

canvas {
    border: 1px solid #999;
    position: absolute;

}


textarea {}

textarea#result {}

textarea#ast {
    left: 340px;
}

textarea#console {}



header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    height: 30px;
    background-color: #2c3e50;
}

nav {
    top: 30px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #2c3e50;
    color: #95a5a6;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    overflow: hidden;
}

nav div {
    display: inline;
}

#slidebarb {
    border-style: none;
    background-color: #8e44ad;
    color: #95a5a6;
    font-size: 1.2em;
}

#leftb {
    top: 64px;
    /* 40px; + header*/
    position: absolute;
}

#examples {
    padding-bottom: 40px;
}

#sb-site {
    top: 70px;
    /* overflow: scroll; */
    min-height: calc(100% - 70px);
    height: calc(100% - 70px);
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #95a5a6;

}

ul li {
    margin: 4px;
}

ul li ul li {
    padding: 3px;
    border-bottom: 1px solid #84b2e0;
}

ul li ul li:hover {
    background-color: #2c3e50;
    font-weight: bold;
}

input[type="range"] {
    -webkit-appearance: none;
    background-color: #bdc3c7;
    height: 5px;
    border-radius: 5px;
    margin: 0 8px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #e74c3c;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: .3s ease-in-out;
}

input[type="range"].turtleSlider::-webkit-slider-thumb {
    background-color: #090;
}

input[type="range"]:disabled {
    opacity: 0.5;
}

h1 {
    font-size: 2em;
    margin: 0;
    padding: 2px;
}

p {
    margin: 10px;
}

table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav div button img {
    height: 18px;
}

.btn {
    border: none;
    cursor: pointer;
}

.btn:disabled {
    cursor: not-allowed;
}

.btn-sidebar {
    background-color: transparent;
    flex: none;
    width: 36px;
    height: 36px;
    display: inline-block;
}

.btn-sidebar:hover {
    background-color: #cccccc;
}

.icon {
    display: block;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

ul li.file {
    padding-left: 20px;
    background: url("/img/icon/ol-file.svg") left 0px top 3px no-repeat;
    background-size: 15px auto;
}

ul li.project {
    padding-left: 20px;
    background: url("/img/icon/ol-folder.svg") left 0px top 3px no-repeat;
    background-size: 15px auto;
}

ul li.project.open {
    padding-left: 20px;
    background: url("/img/icon/ol-opened-folder.svg") left 0px top 3px no-repeat;
    background-size: 15px auto;
}

.file {
    cursor: pointer;
}

.project {
    cursor: pointer;
}