﻿:root {
    --color-input00: #cecece;
    --color-input01: #ffffff;
    --color-input02: #5497e5;
    --color-input03: #61c5a8;
    --color-input04: #1a9306;
    --color-input05: #fcd00b;
    --color-input06: #ffa405;
    --color-input07: #fb3e8d;
    --color-input08: #8b32f8;
}

body {
    font-family: Menomonia;
    background: #000000;
    color: #ffffff;
    margin: 0;
    overflow-y: hidden;
}

.icon {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    background-image: url(icons.webp);
    border: none;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

a {
    color: #ffd692;
    text-decoration: none;
}

#header a {
    opacity: 0.5;
    margin-right: 20px;
}

    #header a:hover {
        opacity: 1.0;
    }

#segrip {
    width: 10px;
    height: 10px;
    background-color: #808080;
    bottom: -16px;
    right: -16px;
    border-radius: 16px;
}

.status {
    margin-top: 7px;
    position: absolute;
    background: none;
    width: calc(100% - 42px);
    left: 42px;
    box-sizing: border-box;
    border: none;
    color: #b7b7b7;
    font-size: 11pt;
    font-family: Menomonia;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

    .status[data-color="0"] {
        color: var(--color-input00);
    }


    .status[data-color="1"] {
        color: var(--color-input01);
    }


    .status[data-color="2"] {
        color: var(--color-input02);
    }


    .status[data-color="3"] {
        color: var(--color-input03);
    }


    .status[data-color="4"] {
        color: var(--color-input04);
    }


    .status[data-color="5"] {
        color: var(--color-input05);
    }


    .status[data-color="6"] {
        color: var(--color-input06);
    }

    .status[data-color="7"] {
        color: var(--color-input07);
    }

    .status[data-color="8"] {
        color: var(--color-input08);
    }

label {
    opacity: 0.5;
    color: #ffd692;
}

    label:hover {
        opacity: 1;
    }

#maincontent {
    background-color: #000000;
    background-image: url('content/checkerboard.png');
    position: absolute;
    top: 40px;
    bottom: 0px;
    width: 100%;
    border-top: solid 1px #808080;
}

#header {
    padding: 0px;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

input {
    font-size: 11pt;
}

#tooltip {
    left: max(420px, 26%);
    top: 20px;
    width: 300px;
    overflow: visible;
    position: absolute;
    color: #ffffff;
    font-size: 11pt;
    transition: 0.1s ease-out 0s;
    font-size: 11pt;
    box-sizing: border-box;
}

    #tooltip[data-background="default"] {
        border: solid 1px #ffffff;
        background-image: url('content/default_background.webp');
    }

    #tooltip[data-background="default_black"] {
        border: solid 1px #000000;
        background-image: url('content/default_background.webp');
    }

    #tooltip[data-background="default_blue"] {
        border: solid 1px #5497e5;
        background-image: url('content/default_background.webp');
    }

    #tooltip[data-background="transparent"] {
        background: rgba(26, 26, 26, 0.00);
        border: none;
    }

    #tooltip[data-background="solid"] {
        background: #1a1a1a;
        border: solid 1px #c2c2c2;
    }


    #tooltip[data-background="solid_noborder"] {
        background: #1a1a1a;
        border: solid 1px #1a1a1a;
    }

    #tooltip .title {
        color: #ffd692;
        flex-grow: 1;
        background: none;
        border: none;
        margin-bottom: 6px;
        overflow-y: hidden;
        font-size: 11pt;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
        /*background: #1a1a1a !important;*/
    }

    #tooltip .description {
        font-size: 11pt;
        color: #ffffff;
        overflow-x: auto;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
        min-width: 280px;
        margin-bottom: 6px;
        font-family: Menomonia;
        width: 100%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }

    #tooltip .subtext {
        font-size: 11pt;
        color: #cecece;
        overflow-x: auto;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
        min-width: 280px;
        margin-bottom: 6px;
        font-family: Menomonia;
        width: 100%;
        background: none;
        border: none;
        font-family: Menomonia;
        width: 100%;
        resize: none;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }

    #tooltip textarea {
        background: none;
        border: none;
        font-family: Menomonia;
        margin-bottom: 3px;
        width: 100%;
        resize: none;
    }



#content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: visible;
    padding: 7px;
    font-size: 11pt;
    /*background: #1a1a1a !important;*/
}



.highlight {
    background-color: rgba(255, 255, 255, 0.2);
}

.newIcon {
    padding: 2px;
    height: 32px;
    display: inline-block;
    border: solid 1px #000000;
    border-radius: 4px;
    cursor: url('content/move.png') 16 16, move;
}


    .newIcon:hover {
        background: #000000;
        border: solid 1px #cecece;
        border-width: 1px;
    }

.entry {
    height: 32px;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Menomonia;
}

.ui-widget-overlay {
    background-color: black;
    background-image: none;
    opacity: 0.9;
    z-index: 1040;
}

@-moz-document url-prefix() {
    #titleRender {
        font-size: 12pt !important;
    }
}

#titleRender {
    display: none;
}

.titleHolder {
    display: flex;
    flex-direction: row;
}

#cooldowns {
    display: flex;
    flex-direction: row;
}

    #cooldowns > .hidden {
        display: none;
    }

    #cooldowns img {
        margin-right: 3px;
        height: 16px;
        vertical-align: bottom;
    }


#icons {
    min-width: 400px;
    width: 25%;
    left: 0px;
    float: left;
    height: calc(100% - 180px);
    overflow-x: hidden;
    overflow-y: scroll;
    background: #1a1a1a;
}

#advanced {
    min-width: 400px;
    width: 25%;
    left: 0px;
    float: left;
    bottom: 0px;
    background: #1a1a1a;
    position: absolute;
    border-top: solid 1px #808080;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 180px;
}

    #advanced input[type=text], #advanced select {
        box-sizing: border-box;
        width: calc(100% - 20px);
        background: #000000;
        border: solid 1px #808080;
        color: #ffffff;
        text-align: left;
        padding: 2px;
        font-size: 10pt;
    }

    #advanced img {
        height: 16px;
    }


#colors {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 6px;
}

    #colors.disabled {
        pointer-events: none;
        filter: grayscale(1);
        opacity: 0.1;
    }

.color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: solid 1px #000000;
    margin: 5px;
    cursor: pointer;
}

    .color.selected {
        box-shadow: 0 0 2px 2px #ffd692;
    }


#colors.disabled .color.selected {
    box-shadow: none;
}

.color[data-color="0"] {
    background: var(--color-input00);
}

.color[data-color="1"] {
    background: var(--color-input01);
}

.color[data-color="2"] {
    background: var(--color-input02);
}

.color[data-color="3"] {
    background: var(--color-input03);
}

.color[data-color="4"] {
    background: var(--color-input04);
}

.color[data-color="5"] {
    background: var(--color-input05);
}

.color[data-color="6"] {
    background: var(--color-input06);
}

.color[data-color="7"] {
    background: var(--color-input07);
}

.color[data-color="8"] {
    background: var(--color-input08);
}
