﻿body {
    font: 11px var(--favorite_font);
    color: var(--text_color);
    background-color: var(--background_color);
     /* ReSharper disable once CssNotResolved */
    scrollbar-color: var(--favorite_color) var(--favorite_color_dim);
    padding: 3px;
}

form {
    margin: 0;
    padding: 0;
}

h1 {
    background-color: transparent;
    color: var(--favorite_color);
    text-decoration: none;
    text-align: left;
    font: bolder 18px var(--favorite_font);
    padding-left: 6px;
}

    h1 > a:hover {
        border-bottom: 3px solid var(--favorite_color);
    }

h2 {
    background-color: transparent;
    color: navy;
    text-decoration: none;
    text-align: left;
    font: bolder 12px var(--favorite_font);
    padding-left: 6px;
}

a:link {
    color: var(--favorite_color);
    text-decoration: none;
}

a:visited {
    color: var(--favorite_color);
    text-decoration: none;
}

a:hover {
    color: var(--favorite_color);
    text-decoration: none;
    cursor: pointer;
}

a:active {
    color: var(--favorite_color);
    text-decoration: none;
}


.MERX_UI_LazyLoad {
    text-decoration: none;
}

.MERX_UI_Title {
    background-color: transparent;
    color: var(--favorite_color);
    text-decoration: none;
    text-align: left;
    font: bolder 18px var(--favorite_font);
    padding-left: 6px;
    opacity: 0.9;
}

    .MERX_UI_Title:hover {
        opacity: 1;
    }

.MERX_UI_Inner_Title {
    width: 99%;
    display: block;
    padding: 6px;
    color: var(--favorite_contrast_color);
    background-color: var(--favorite_color);
    opacity: 0.7;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: bolder 12px var(--favorite_font);
    user-select: none;
}

.MERX_UI_Inner_Subtitle {
    width: 99%;
    display: block;
    padding: 6px;
    color: var(--favorite_contrast_color);
    background-color: var(--favorite_color);
    /* background: linear-gradient(to right, var(--favorite_color), var(--background_color)); */
    background-clip: padding-box;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: bolder 12px var(--favorite_font);
    user-select: none;
    opacity: 0.9;
}

    .MERX_UI_Inner_Subtitle:hover {
        opacity: 1;
    }

.MERX_UI_Input_Label {
    min-width: 250px;
    width: 250px;
}

.MERX_UI_Input_Integer {
    width: 150px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    border: 1px solid var(--favorite_color);
    border-radius: 0;
}

    .MERX_UI_Input_Integer::placeholder {
        color: var(--favorite_color);
        font-size: 0.8em;
        font-style: normal;
    }

    .MERX_UI_Input_Integer:disabled {
        opacity: 0.5;
    }

    .MERX_UI_Input_Integer:focus {
        color: var(--favorite_contrast_color);
        background-color: var(--favorite_color);
    }

.MERX_UI_Input_Integer_Small {
    width: 75px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    border: 1px solid var(--favorite_color);
    border-radius: 0;
}

    .MERX_UI_Input_Integer_Small::placeholder {
        color: var(--favorite_color);
        font-size: 0.8em;
        font-style: normal;
    }

    .MERX_UI_Input_Integer_Small:disabled {
        opacity: 0.5;
    }

    .MERX_UI_Input_Integer_Small:focus {
        color: var(--favorite_contrast_color);
        background-color: var(--favorite_color);
    }

.MERX_UI_Input_CSV {
    width: 150px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    border: 1px solid var(--favorite_color);
    border-radius: 0;
}

    .MERX_UI_Input_CSV::placeholder {
        color: var(--favorite_color);
        font-size: 0.8em;
        font-style: normal;
    }

    .MERX_UI_Input_CSV:disabled {
        opacity: 0.5;
    }

    .MERX_UI_Input_CSV:focus {
        color: var(--favorite_contrast_color);
        background-color: var(--favorite_color);
    }

.MERX_UI_Input_DropDown {
    width: 250px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    border: 1px solid var(--favorite_color);
    border-radius: 0;
}

    .MERX_UI_Input_DropDown:disabled {
        opacity: 0.5;
    }

    .MERX_UI_Input_DropDown:focus {
        color: var(--favorite_contrast_color);
        background-color: var(--favorite_color);
    }

.MERX_UI_Input_DropDown_Small {
    width: 100px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    border: 1px solid var(--favorite_color);
    border-radius: 0;
}

    .MERX_UI_Input_DropDown_Small:disabled {
        opacity: 0.5;
    }

    .MERX_UI_Input_DropDown_Small:focus {
        color: var(--favorite_contrast_color);
        background-color: var(--favorite_color);
    }

.MERX_UI_Input_Text {
    width: 350px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    border: 1px solid var(--favorite_color);
    border-radius: 0;
}

    .MERX_UI_Input_Text::placeholder {
        color: var(--favorite_color);
        font-size: 0.8em;
        font-style: normal;
    }

    .MERX_UI_Input_Text:disabled {
        opacity: 0.5;
    }

    .MERX_UI_Input_Text:focus {
        color: var(--favorite_contrast_color);
        background-color: var(--favorite_color);
    }

.MERX_UI_Input_Text_Long {
    width: 350px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    border: 1px solid var(--favorite_color);
    border-radius: 0;
}

    .MERX_UI_Input_Text_Long::placeholder {
        color: var(--favorite_color);
        font-size: 0.8em;
        font-style: normal;
    }

    .MERX_UI_Input_Text_Long:disabled {
        opacity: 0.5;
    }

    .MERX_UI_Input_Text_Long:focus {
        color: var(--favorite_contrast_color);
        background-color: var(--favorite_color);
    }

.banner120_navy {
    background-color: navy;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    width: 120px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.banner120_grey {
    background-color: grey;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    width: 120px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.banner120_green {
    background-color: green;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    width: 120px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.banner120_orange {
    background-color: orange;
    color: black;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    width: 120px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.banner120_red {
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    width: 120px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_SKU_Box {
    display: inline-flex;
    padding-bottom: 10px;
    padding-right: 10px;
    vertical-align: top;
}

    .MERX_UI_SKU_Box > div {
        overflow-y: hidden;
        overflow-x: hidden;
        border: var(--favorite_color_dim);
        border-style: solid;
        border-width: 2px;
        display: block;
        border-radius: 3px;
        width: 240px;
        user-select: none;
        padding: 9px;
    }

        .MERX_UI_SKU_Box > div:hover {
            border: var(--favorite_color);
        }

.MERX_UI_Thread {
    display: inline-flex;
    padding-right: 5px;
    padding-bottom: 5px;
}

    .MERX_UI_Thread > div {
        overflow-y: hidden;
        overflow-x: hidden;
        border: var(--favorite_color_dim);
        border-style: solid;
        border-width: 5px;
        display: block;
        border-radius: 3px;
        height: 120px;
        width: 240px;
        user-select: none;
        padding: 9px;
    }

        .MERX_UI_Thread > div:hover {
            border: var(--favorite_color);
        }

        .MERX_UI_Thread > div > a {
            text-decoration: none;
            text-wrap: normal;
            height: 100px;
        }

.MERX_UI_Dashboard_Number {
    padding-right: 10px;
    padding-bottom: 10px;
}

    .MERX_UI_Dashboard_Number > div {
        overflow-y: hidden;
        overflow-x: hidden;
        border: var(--favorite_color_dim);
        border-style: solid;
        border-width: 5px;
        display: block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 120px;
        width: 180px;
        user-select: none;
    }

        .MERX_UI_Dashboard_Number > div:hover {
            overflow-y: hidden;
            overflow-x: hidden;
            border: var(--favorite_color);
            border-style: solid;
            border-width: 5px;
            display: block;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            height: 120px;
            width: 180px;
            user-select: none;
        }

.MERX_UI_Dashboard_Number_Title {
    font-size: 18px;
    text-align: left;
    opacity: 0.6;
}

.MERX_UI_Dashboard_Number_Number {
    font-size: 48px;
    text-align: center;
}

.MERX_UI_Workgoup_Folder {
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    opacity: 0.8;
}

    .MERX_UI_Workgoup_Folder:hover {
        border: 2px solid var(--favorite_color_dim);
        opacity: 1;
    }

.MERX_UI_Window_Popup {
    height: 600px;
    width: 1100px;
    padding: 3px;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: var(--regular_border_width) solid var(--text_color);
    background: var(--background_color);
    -webkit-box-shadow: var(--favorite_color_dim) 8px 8px 8px;
    -moz-box-shadow: var(--favorite_color_dim) 8px 8px 8px;
    box-shadow: var(--favorite_color_dim) 8px 8px 8px;
    z-index: 100;
    overflow-y: hidden;
}

i.MERX_UI_Highlight {
    opacity: 0.7;
    background-color: transparent;
}

i:hover.MERX_UI_Highlight {
    opacity: 1;
    background-color: transparent;
}

p:hover.MERX_UI_Highlight {
    opacity: 1;
    background-color: transparent;
}

div.MERX_UI_Domain_Banner {
    position: fixed;
    left: 3px;
    bottom: 3px;
}

span.MERX_UI_Domain_Banner {
    user-select: none;
    font-size: larger;
    font-weight: bold;
    opacity: 0.5;
    color: var(--favorite_color);
}

span:hover.MERX_UI_Domain_Banner {
    opacity: 1;
}

div.MERX_UI_Shortcut {
    z-index: 500;
    position: fixed;
    top: 5px;
    right: 5px;
    background: transparent;
    opacity: 0.5;
    border: 3px solid var(--favorite_color);
    padding: 10px;
}

div:hover.MERX_UI_Shortcut {
    z-index: 500;
    position: fixed;
    top: 5px;
    right: 5px;
    background: transparent;
    opacity: 1;
    border: 3px solid var(--favorite_color);
    padding: 10px;
}

div.MERX_UI_Notice_Add {
    display: block;
    z-index: 50;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background: transparent;
    opacity: 0.5;
    border: 3px solid var(--favorite_color);
    padding: 10px;
}

div:hover.MERX_UI_Notice_Add {
    display: block;
    z-index: 50;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background: transparent;
    opacity: 1;
    border: 3px solid var(--favorite_color);
    padding: 10px;
}

div.MERX_UI_Notice_Box_Grid {
    padding: 5px;
    height: 70px;
    width: 300px;
    background-color: var(--favorite_color);
    opacity: 0.7;
    color: white;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid var(--favorite_color);
}

div:hover.MERX_UI_Notice_Box_Grid {
    background-color: var(--favorite_color);
    opacity: 1;
    color: white;
    font-weight: bold;
}

.MERX_UI_Query_Box {
    width: 300px;
    height: 50px;
    border: var(--regular_border_width) solid var(--favorite_color);
    padding: 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 1;
    color: var(--favorite_color);
    background-color: var(--background_color);
}

    .MERX_UI_Query_Box:hover {
        border: var(--regular_border_width) solid var(--favorite_color);
        color: var(--favorite_color);
        opacity: 0.6;
        color: var(--background_color);
        background-color: var(--favorite_color);
    }

.MERX_UI_Nest_Level1 {
    background-color: var(--favorite_color);
    opacity: 1;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Nest_Level2 {
    background-color: var(--favorite_color);
    opacity: 0.7;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Nest_Level3 {
    background-color: var(--favorite_color);
    opacity: 0.5;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Nest_Level4 {
    background-color: var(--favorite_color);
    opacity: 0.3;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Nest_Level5 {
    background-color: var(--favorite_color);
    opacity: 0.3;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Nest_Level6 {
    background-color: var(--favorite_color);
    opacity: 0.3;
    color: white;
    font-weight: bold;
    font-size: smaller;
    align-content: center;
    text-align: center;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Post_Title {
    width: 99%;
    height: 15px;
    padding: 5px;
    border: 1px solid grey;
    border: none;
    background-color: lavender;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div#MERX_Menu ul {
    width: 100px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 14px;
    font-size: 7px;
}

    div#MERX_Menu ul li {
        width: 100px;
        display: block;
        height: 14px;
        padding-right: 0;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        div#MERX_Menu ul li a {
            width: 100px;
            display: block;
            height: 14px;
            color: var(--text_color);
            text-decoration: none;
            font-size: 10px;
        }

            div#MERX_Menu ul li a a:link {
                width: 100px;
                display: block;
                height: 12px;
                color: var(--text_color);
                text-decoration: none;
                font-size: 10px;
            }

            div#MERX_Menu ul li a a:active {
                width: 100px;
                color: var(--text_color);
                text-decoration: none;
                display: block;
                height: 14px;
                font-size: 10px;
            }

            div#MERX_Menu ul li a a:visited {
                width: 100px;
                color: var(--text_color);
                text-decoration: none;
                display: block;
                height: 14px;
                font-size: 10px;
            }

            div#MERX_Menu ul li a:hover {
                width: 100px;
                color: var(--favorite_contrast_color);
                background-color: var(--favorite_color);
                opacity: 0.9;
                text-decoration: none;
                display: block;
                height: 14px;
                font-size: 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

.MERX_UI_Warning_Wide {
    text-align: center;
    margin: 50px;
    padding: 50px;
    border: 2px solid red;
    border-radius: 3px;
}

.MERX_UI_Message_Wide {
    text-align: center;
    margin: 10px;
    padding: var(--basic_pad);
    border: 2px solid var(--favorite_color);
    border-radius: 3px;
}

.MERX_UI_Blinking {
    animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
    0% {
        opacity: 1;
    }

    69% {
        opacity: 1;
    }

    90% {
        opacity: 0.3;
    }

    99% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.MERX_UI_NA {
    display: inline;
    color: var(--favorite_color_dim);
    font-weight: bold;
}

.MERX_UI_span50 {
    display: block;
    text-overflow: ellipsis;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span60 {
    display: block;
    text-overflow: ellipsis;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span75 {
    display: block;
    text-overflow: ellipsis;
    width: 75px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span80 {
    display: block;
    text-overflow: ellipsis;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span100 {
    display: block;
    text-overflow: ellipsis;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span125 {
    display: block;
    text-overflow: ellipsis;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span150 {
    display: block;
    text-overflow: ellipsis;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span200 {
    display: block;
    text-overflow: ellipsis;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span250 {
    display: block;
    text-overflow: ellipsis;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span300 {
    display: block;
    text-overflow: ellipsis;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_span450 {
    display: block;
    text-overflow: ellipsis;
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
}

.MERX_UI_SideMenu {
    height: 100%;
    width: 0;
    position: fixed;
    user-select: none;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: var(--menu_background_color);
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 20px;
}

    .MERX_UI_SideMenu a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 12px;
        color: var(--favorite_contrast_color);
        display: block;
        transition: 0.2s;
    }

        .MERX_UI_SideMenu a:hover {
            color: #f1f1f1;
        }

    .MERX_UI_SideMenu .MERX_UI_SideMenu_Close {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
    }

.MERX_UI_Icon_Width {
    width: 18px;
}


.MERX_UI_Dashed {
    overflow-y: auto;
    border: var(--favorite_color_dim);
    border-style: solid;
    padding: 10px;
    display: inline-block;
}

.MERX_Menu_Button {
    padding: 3px;
    position: fixed;
    left: 0;
    top: 0;
    width: 113px;
    height: auto;
    vertical-align: middle;
    background-color: var(--favorite_color);
    z-index: 100;
    color: var(--favorite_contrast_color);
    text-align: center;
    cursor: pointer;
}

.MERX_UI_Blue_Banner_Big {
    background-color: navy;
    color: white;
    font-weight: bold;
    font-size: large;
    align-content: center;
    text-align: center;
    width: 150px;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Orange_Banner_Big {
    padding: 5px 15px 5px 15px;
    background-color: orange;
    color: black;
    font-weight: bold;
    font-size: large;
    align-content: center;
    text-align: center;
    width: 150px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Red_Banner_Big {
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: large;
    align-content: center;
    text-align: center;
    width: 150px;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Grey_Banner_Big {
    background-color: grey;
    color: white;
    font-weight: bold;
    font-size: large;
    align-content: center;
    text-align: center;
    width: 150px;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Blue_Banner_Big_mini {
    background-color: navy;
    color: white;
    font-weight: bold;
    font-size: small;
    align-content: center;
    text-align: center;
    width: 100px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Orange_Banner_Big_mini {
    background-color: orange;
    color: black;
    font-weight: bold;
    font-size: small;
    align-content: center;
    text-align: center;
    width: 100px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Grey_Banner_Big_mini {
    background-color: grey;
    color: white;
    font-weight: bold;
    font-size: small;
    align-content: center;
    text-align: center;
    width: 100px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

td:hover.MERX_UI_TD_Hover {
    background-color: var(--favorite_color);
}

div:hover.MERX_UI_Div_Hover {
    background-color: var(--favorite_color);
}

.MERX_UI_Title_Annotation {
    background: inherit;
}

.MERX_UI_Comment {
    background: inherit;
}

.MERX_UI_TR_Annotation {
    background: inherit;
}

.MERX_UI_Annotation_Div {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 5px 5px 5px 5px;
    min-width: 150px;
    border: 3px LightGrey solid;
    opacity: 0.7;
    background-color: LemonChiffon;
    user-select: none;
}

div:hover.MERX_UI_Annotation_Div {
    border: 3px solid var(--favorite_color);
}

.MERX_UI_Menu_Frame {
    min-height: 470px;
    max-height: 470px;
    height: 470px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.MERX_UI_POP_Frame {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 1280px;
    max-width: 1280px;
    min-height: 800px;
    max-height: 800px;
    border: 4px dashed var(--favorite_color);
    padding: 5px;
    user-select: none;
}

.MERX_UI_POP_Box {
    width: 200px;
    height: 30px;
    border: 3px solid var(--favorite_color);
    text-align: center;
    background-color: var(--background_color);
    padding: 5px;
    margin: 5px;
    font-size: x-large;
    vertical-align: middle;
}

div:hover.MERX_UI_POP_Box {
    box-shadow: 3px 3px var(--favorite_color);
}

@keyframes MERX_UI_SlideIn {

    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.MERX_UI_POP_Menu_Place {
    width: 246px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 5px;
    float: left;
}

.MERX_UI_POP_Button {
    font-size: large;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 240px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    text-decoration: none;
    border: 4px dashed var(--favorite_color);
    filter: brightness(75%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    animation-duration: 0.5s;
    animation-name: MERX_UI_SlideIn;
}

a.MERX_UI_POP_Button {
    font-size: large;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 240px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    text-decoration: none;
    border: 4px solid var(--favorite_color);
    filter: brightness(75%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

a:hover.MERX_UI_POP_Button {
    font-size: large;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    width: 236px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    text-decoration: none;
    border: 6px solid var(--favorite_color);
    filter: brightness(100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.MERX_UI_BreakDiv {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.MERX_UI_POP_Subprocess {
    background-color: navy;
    color: white;
    padding: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 100px;
    min-height: 130px;
}

    .MERX_UI_POP_Subprocess:hover {
        background-color: red;
    }

.MERX_UI_Button, a.MERX_UI_Button, button.MERX_UI_Button, span.MERX_UI_Button, a:visited.MERX_UI_Button {
    padding: 0.8em;
    min-width: 12em;
    color: var(--favorite_color);
    border: var(--regular_border_width) solid var(--favorite_color);
    background-color: var(--background_color);
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    user-select: none;
    display: inline-block;
}

    a:hover.MERX_UI_Button, button:hover.MERX_UI_Button, .MERX_UI_Button:hover, button.MERX_UI_Button:hover {
        color: var(--favorite_contrast_color);
        border: var(--regular_border_width) solid var(--favorite_color);
        background: var(--favorite_color);
        animation-duration: 0.2s;
        animation-name: MERX_UI_SlideIn;
    }

.MERX_UI_Button_Pop, a.MERX_UI_Button_Pop, button.MERX_UI_Button_Pop, span.MERX_UI_Button_Pop, a:visited.MERX_UI_Button_Pop {
    padding: 0.8em;
    min-width: 12em;
    color: var(--favorite_color);
    border: var(--regular_border_width) solid var(--favorite_color);
    background-color: var(--background_color);
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    user-select: none;
    display: inline-block;
}

    a:hover.MERX_UI_Button_Pop, button:hover.MERX_UI_Button_Pop, .MERX_UI_Button_Pop:hover, button.MERX_UI_Button_Pop:hover {
        color: var(--favorite_contrast_color);
        border: var(--regular_border_width) solid var(--favorite_color);
        background: var(--favorite_color);
        animation-duration: 0.2s;
        animation-name: MERX_UI_SlideIn;
    }

.MERX_UI_Button_Mini_Pop, a.MERX_UI_Button_Mini_Pop, span.MERX_UI_Button_Mini_Pop, a:visited.MERX_UI_Button_Mini_Pop {
    padding: 3px 6px 3px 6px;
    color: var(--favorite_color);
    border: var(--regular_border_width) solid var(--favorite_color);
    background-color: var(--background_color);
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-size: x-small;
    user-select: none;
}

a:hover.MERX_UI_Button_Mini_Pop {
    padding: 3px 6px 3px 6px;
    color: var(--favorite_contrast_color);
    border: var(--regular_border_width) solid var(--favorite_color);
    background: var(--favorite_color);
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-size: x-small;
    user-select: none;
}



.MERX_UI_Button_Mini, a.MERX_UI_Button_Mini, span.MERX_UI_Button_Mini, a:visited.MERX_UI_Button_Mini {
    padding: 3px 6px 3px 6px;
    color: var(--favorite_color);
    border: var(--regular_border_width) solid var(--favorite_color);
    background-color: var(--background_color);
    text-align: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-size: x-small;
    font-weight: bold;
    user-select: none;
}

a:hover.MERX_UI_Button_Mini {
    padding: 3px 6px 3px 6px;
    color: var(--favorite_contrast_color);
    border: var(--regular_border_width) solid var(--favorite_color);
    background: var(--favorite_color);
    text-align: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-size: x-small;
    font-weight: bold;
    user-select: none;
}

.MERX_UI_Search_Button, a.MERX_UI_Search_Button, span.MERX_UI_Search_Button, a:visited.MERX_UI_Search_Button {
    padding: 3px 6px 3px 6px;
    color: var(--favorite_color);
    border: var(--regular_border_width) solid var(--favorite_color);
    background-color: var(--background_color);
    text-align: left;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: x-small;
    text-decoration: none;
}

a:hover.MERX_UI_Search_Button {
    padding: 3px 6px 3px 6px;
    color: var(--favorite_contrast_color);
    border: var(--regular_border_width) solid var(--favorite_color);
    background: var(--favorite_color);
}

.MERX_UI_Menu_Footer {
    position: absolute;
    left: 4px;
    bottom: 30px;
    text-align: left;
}

.MERX_UI_POP_Table {
    background-color: transparent;
    color: navy;
    text-decoration: none;
    text-align: left;
    font: bolder 16px var(--favorite_font);
    padding-left: 6px;
}

.MERX_UI_Table {
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
    padding: 5px;
    color: var(--favorite_color);
}

    .MERX_UI_Table tbody:before {
        content: ".";
        display: block;
        line-height: 10px;
        text-indent: -99999px;
    }

    .MERX_UI_Table tfoot:before {
        content: ".";
        display: block;
        line-height: 10px;
        text-indent: -99999px;
    }

    .MERX_UI_Table thead {
        border: 1px solid var(--favorite_color);
        border-radius: 3px;
        color: var(--favorite_color);
        background-color: var(--favorite_color_dim);
    }

        .MERX_UI_Table thead tr {
            height: 30px;
            font-weight: bolder;
            padding: 5px 5px 5px 5px;
        }

            .MERX_UI_Table thead tr th {
                text-align: left;
                cursor: pointer;
                font-weight: bolder;
                padding: 5px;
                user-select: none;
            }

                .MERX_UI_Table thead tr th:hover {
                    text-align: left;
                    cursor: pointer;
                    font-weight: bolder;
                    padding: 5px;
                    background-color: var(--favorite_color);
                    color: var(--favorite_color_dim);
                    animation-duration: 2s;
                    animation-name: MERX_UI_SlideIn;
                }

            .MERX_UI_Table thead tr td {
                text-align: left;
            }

    .MERX_UI_Table tbody tr th {
        text-align: left;
        font-weight: normal;
        padding: 5px;
        min-width: 150px;
    }

    .MERX_UI_Table tbody tr td {
        padding: 5px;
    }

        .MERX_UI_Table tbody tr td input::placeholder {
            opacity: 0.4;
        }

    .MERX_UI_Table tfoot tr td {
        text-align: left;
        font-weight: bold;
        padding: 5px;
    }

.MERX_UI_Row {
    height: 30px;
    border: 2px solid transparent;
    margin: 2px;
    padding: 2px;
}

    .MERX_UI_Row:Hover {
        border: 2px solid var(--favorite_border_focus_color);
    }

        .MERX_UI_Row:Hover th {
            border-top: 2px solid var(--favorite_border_focus_color);
        }

        .MERX_UI_Row:Hover td {
            border-top: 2px solid var(--favorite_border_focus_color);
        }

        .MERX_UI_Row:Hover input {
            background-color: lightcyan;
        }

        .MERX_UI_Row:Hover select {
            background-color: lightcyan;
            color: var(--favorite_color);
        }

.MERX_UI_Table_Data_Cell {
    font-weight: bold;
    white-space: nowrap;
}

.MERX_UI_Table_Data_Cell_Highlight {
    user-select: none;
    font-weight: bold;
    white-space: nowrap;
    margin: 2px;
    padding: 3px 7px 3px 7px;
    background-color: var(--favorite_color);
    color: var(--favorite_contrast_color);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Table_Total_Cells {
    cursor: pointer;
    border: 3px solid var(--favorite_color);
    padding: 5px;
    font-weight: bold;
}

    .MERX_UI_Table_Total_Cells:hover {
        background-color: var(--favorite_color);
        color: var(--favorite_color_dim);
        animation-duration: 2s;
        animation-name: MERX_UI_SlideIn;
    }

.MERX_Menu_Row2 {
    position: fixed;
    left: 16px;
    top: 30px;
    text-align: left;
    z-index: 100;
}

.MERX_UI_Menu_Row1 {
    position: fixed;
    left: 120px;
    top: 0;
    z-index: 100;
    text-align: left;
}

.MERX_UI_Menu_Row1_Chosen {
    width: 100px;
    background-color: var(--favorite_color_dim);
    text-decoration: none;
    font-size: 10px;
    display: block;
    height: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_Menu_Item_Chosen {
    width: 100px;
    background-color: var(--favorite_color_dim);
    text-decoration: none;
    font-size: 10px;
    display: block;
    height: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.MERX_Menu_Item span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 15px;
    margin-left: -85px;
    width: 240px;
    line-height: 16px;
}

a.MERX_Menu_Item:hover span {
    display: inline;
    position: absolute;
    color: var(--favorite_color);
    text-align: left;
    border: 1px solid var(--favorite_color);
    background: var(--background_color);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.MERX_Menu_Item_CloseClick {
    z-index: 10;
    padding: 5px 5px;
    margin-top: -27px;
    font-size: larger;
    margin-right: -90px;
    opacity: 0.5;
}

    div.MERX_Menu_Item_CloseClick:hover {
        opacity: 1;
    }

.MERX_UI_Highlight_Row {
    height: 20px;
    white-space: nowrap;
    background-color: var(--favorite_color);
    color: var(--favorite_contrast_color);
    font-weight: bold;
}

    .MERX_UI_Highlight_Row:Hover {
        height: 20px;
        white-space: nowrap;
        background-color: var(--favorite_contrast_color);
        color: var(--favorite_color);
        font-weight: bold;
        opacity: 0.8;
    }

.MERX_UI_InformativeText {
    font-size: small;
    font-style: italic;
}

.MERX_UI_Thread_Box {
    padding: 5px;
    height: 80px;
    width: 210px;
    border: 1px solid navy;
    background-color: white;
    opacity: 0.7;
    color: grey;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div:hover.MERX_UI_Thread_Box {
    padding: 5px;
    height: 80px;
    width: 210px;
    border: 1px solid navy;
    background-color: white;
    opacity: 0.9;
    color: black;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.MERX_UI_Thread_Pager, .MERX_UI_Box_Master_Pager {
    padding: 5px;
    height: 70px;
    width: 250px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    bottom: 35px;
    right: 20px;
    background-color: var(--favorite_color);
    opacity: 0.6;
    color: var(--favorite_contrast_color);
    cursor: pointer;
}

div:hover.MERX_UI_Thread_Pager, div:hover.MERX_UI_Thread_Pager {
    padding: 5px;
    height: 70px;
    width: 250px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    bottom: 35px;
    right: 20px;
    background-color: var(--favorite_color);
    opacity: 1;
    color: var(--favorite_contrast_color);
}

.MERX_UI_Sequence_Pager {
    padding: 5px;
    height: 70px;
    width: 250px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    bottom: 135px;
    right: 20px;
    background-color: var(--favorite_color);
    opacity: 0.6;
    color: var(--favorite_contrast_color);
    cursor: pointer;
}

div:hover.MERX_UI_Sequence_Pager {
    padding: 5px;
    height: 70px;
    width: 250px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    bottom: 135px;
    right: 20px;
    background-color: var(--favorite_color);
    opacity: 1;
    color: var(--favorite_contrast_color);
}

.MERX_UI_Post_Pager_Add_Post, a.MERX_UI_Post_Pager_Add_Post, a:hover.MERX_UI_Post_Pager_Add_Post, a:visited.MERX_UI_Post_Pager_Add_Post {
    color: var(--favorite_contrast_color);
    background-color: var(--favorite_color);
    text-decoration: none;
}

a:hover.MERX_UI_Post_Pager_Add_Post {
    color: silver;
}

.MERX_UI_Image_FadeIn {
    animation-duration: 1s;
    animation-name: MERX_UI_SlideIn;
}

.MERX_UI_Lock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .45);
    user-select: none;
    animation-duration: 0.5s;
    animation-name: MERX_UI_SlideIn;
    backdrop-filter: grayscale(100%) blur(3px);
}

.MERX_UI_Lock_Text {
    position: absolute;
    top: 50px;
    left: 40px;
    z-index: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
    background-color: var(--favorite_contrast_color);
    color: var(--favorite_color);
    display: none;
    animation-duration: 0.5s;
    animation-name: MERX_UI_SlideIn;
}

.MERX_UI_Table_Alert {
    padding: 12px;
    background-color: navy;
    border: 1px solid navy;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    z-index: 200;
}

.MERX_UI_Animation {
    display: block;
    width: 100px;
    height: 100px;
    border: 20px solid var(--favorite_contrast_color);
    border-radius: 50%;
    border-top-color: var(--favorite_color);
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.MERX_UI_DataQuery_Box {
    font-size: large;
    padding: 5px;
    height: 120px;
    width: 300px;
    border: 3px solid lightgrey;
    background-color: white;
    opacity: 0.8;
    color: darkgray;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    user-select: none;
}

div:hover.MERX_UI_DataQuery_Box {
    font-size: large;
    padding: 5px;
    height: 120px;
    width: 300px;
    border: 3px solid var(--favorite_color);
    background-color: white;
    opacity: 1;
    color: var(--favorite_color);
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.easy-numpad-advanced-item-grey {
    padding: 10px;
    background-color: grey;
    margin: 5px;
    color: white;
    font-weight: bolder;
    font-size: x-large;
    cursor: pointer;
}

.easy-numpad-advanced-item-navy {
    padding: 10px;
    background-color: var(--favorite_color);
    margin: 5px;
    color: var(--favorite_contrast_color);
    font-weight: bolder;
    font-size: x-large;
    cursor: pointer;
}

.easy-numpad-frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #000000;
    background: rgba(0, 0, 0, .25);
    user-select: none;
}

.easy-numpad-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    -webkit-box-shadow: 0 0 5px 0 #000000;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 #000000;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    padding: 10px;
    background: #ffffff;
    background: rgba(255, 255, 255, .80);
    user-select: none;
}

a#easy-numpad-close {
    position: absolute;
    right: -54px;
    top: -56px;
    background-color: #f44336;
    color: #fff;
    line-height: 1;
    padding: 20px 21px;
}

.easy-numpad-output-container {
    position: relative;
    width: 100%;
}

.easy-numpad-output {
    width: 100%;
    border: 1px solid #666;
    background-color: var(--favorite_contrast_color);
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    min-height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bolder;
    color: var(--favorite_color);
}

.easy-numpad-caption {
    width: 100%;
    margin: 0;
    text-align: center;
    min-height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    color: black;
}

.easy-numpad-number-container > table {
    width: calc(100% + 6px);
    position: relative;
    left: -3px;
    margin-top: 10px;
}

    .easy-numpad-number-container > table a {
        display: block;
        padding: 16px 8px;
        background-color: var(--favorite_color);
        color: var(--favorite_contrast_color);
        text-align: center;
        text-decoration: none;
        font-weight: bolder;
        font-size: 16px;
    }

        .easy-numpad-number-container > table a:hover {
            color: var(--favorite_color);
            background-color: var(--favorite_contrast_color);
        }

.easy-numpad-number-container .cancel {
    background-color: #ef5350;
}

.easy-numpad-number-container .done {
    background-color: #388E3C;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    a#easy-numpad-close {
        right: 0
    }
}
