﻿/* Below line is used for online Google font */
@import url(font.css);
.ui-selectmenu-menu {
    z-index: 9999 !important;
}
/* base button look for input[type="button"] */
.btn-input {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: 14px;
    line-height: 1;
    padding: 10px 18px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    text-align: center;
    color: white;
    box-shadow: 0 4px 0 rgba(0,0,0,0.18), 0 1px 8px rgba(0,0,0,0.08);
    transition: transform 0.06s ease, box-shadow 0.06s ease, filter 0.08s ease;
    user-select: none;
}

select {
    border-radius: 2px;
    border: 1px solid #AAA;
    color: black;
    transition: transform 0.06s ease, box-shadow 0.06s ease, filter 0.08s ease;
    user-select: none;
    height: 2em;
    background-color: ButtonFace;
}
    select:focus {
        outline: none;
    }
/* OK (green) shaded */
.btn-ok {
    width:7em;
    background: linear-gradient(180deg, #61c46a 0%, #4fb85a 40%, #3f9f47 100%);
    border-bottom: 3px solid rgba(0,0,0,0.18);
}

    .btn-ok:hover {
        filter: brightness(1.03);
        transform: translateY(-1px);
    }

    .btn-ok:active {
        transform: translateY(2px);
        box-shadow: 0 2px 0 rgba(0,0,0,0.18);
    }

/* Cancel (red) shaded */
.btn-cancel {
    width: 7em;
    background: linear-gradient(180deg, #ff7b78 0%, #ff5e5a 40%, #e84541 100%);
    border-bottom: 3px solid rgba(0,0,0,0.18);
}

    .btn-cancel:hover {
        filter: brightness(1.03);
        transform: translateY(-1px);
    }

    .btn-cancel:active {
        transform: translateY(2px);
        box-shadow: 0 2px 0 rgba(0,0,0,0.18);
    }

/* small subtle focus ring for keyboard users */
.btn-input:focus {
    outline: none;
    box-shadow: 0 4px 0 rgba(0,0,0,0.18), 0 0 0 4px rgba(66,153,225,0.16);
}

/* disabled look */
.btn-input[disabled] {
    filter: grayscale(60%) opacity(0.7);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.btn-standard {
    background: linear-gradient(180deg, #6da5ff 0%, #4f8df5 40%, #3f77d9 100%);
    border-bottom: 3px solid rgba(0,0,0,0.18);
}

    .btn-standard:hover {
        filter: brightness(1.03);
        transform: translateY(-1px);
    }

    .btn-standard:active {
        transform: translateY(2px);
        box-shadow: 0 2px 0 rgba(0,0,0,0.18);
    }

h2 {
    text-align: center;
    font-size: 24px;
}

hr {
    margin-bottom: 30px;
}

div.container {
    width: 960px;
    height: 610px;
    margin: 50px auto;
    font-family: 'Droid Serif', serif;
    position: relative;
}

div.main {
    width: 320px;
    padding: 10px 55px 40px;
    background-color: rgba(187, 255, 184, 0.65);
    border: 15px solid white;
    border-radius: 2px;
    font-size: 13px;
}

input[type=text], [type=password], [type=number], [type=url] {
    width: 97.7%;
    height: 34px;
    padding-left: 5px;
    margin-bottom: 20px;
    margin-top: 8px;
    box-shadow: 0 0 5px #00F5FF;
    border: 2px solid #00F5FF;
    color: #4f4f4f;
    font-size: 16px;
}

input[type=button] {

}

label {
    color: #464646;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    font-weight: bold;
}

#login {
    width: 100%;
    background: linear-gradient(#22abe9 5%, #36caf0 100%);
    border: 1px solid #0F799E;
    font-size: 20px;
    margin-top: 15px;
    padding: 8px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    text-shadow: 0px 1px 0px #13506D;
}

    #login:hover {
        background: linear-gradient(#36caf0 5%, #22abe9 100%);
    }

.TableStyle {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.window_user_account_Text {
    width: 80px;
    white-space: nowrap;
}

.window_user_account_InputLength {
    width: 200px;
}

.Money {
    text-align: right;
}

.Edit_Buttons {
    width: 100%;
    border-style: none;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
}

.Edit_Links {
    width: 100%;
    height: 100%;
    border-style: none;
    text-align: left;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    display: block;
}

.AcceessLeft {
    width: 145px;
}

.MenuFont {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.DisableItem {
    color: #630;
}

.LinkFill {
    width: 100%;
    height: 100%;
    display: block;
}

table.iosnumbertable {
    font-size: 18px;
    width: 100%;
    height: 240px;
    border-width: 0;
    border-collapse: collapse;
}

    table.iosnumbertable th {
        border-width: 0;
        padding: 8px;
        border-style: none;
        text-align: left;
    }

    table.iosnumbertable td {
        border-width: 0;
        padding: 8px;
        border-style: none;
    }

table.tftable {
    font-size: 12px;
    color: #333333;
    width: 100%;
    border: 1px solid #729ea5;
    border-collapse: collapse;
}

    table.tftable th {
        font-size: 12px;
        background-color: #acc8cc;
        padding: 8px;
        border: 1px solid #729ea5;
        text-align: left;
    }

    table.tftable tr {
        background-color: #d4e3e5;
    }

    table.tftable td {
        font-size: 12px;
        padding: 8px;
        border: 1px solid #729ea5;
    }

table.tftable2 {
    font-size: 12px;
    color: #333333;
    width: 100%;
    border: 1px solid #729ea5;
    border-collapse: collapse;
}

    table.tftable2 th {
        font-size: 12px;
        background-color: #acc8cc;
        padding: 8px;
        border: 1px solid #729ea5;
        text-align: left;
    }

    table.tftable2 tr {
        background-color: #ffffff;
    }

    table.tftable2 td {
        font-size: 12px;
        padding: 8px;
        border: 1px solid #729ea5;
    }

.ui-dialog-shadow {
    box-shadow: 5px 5px 5px #CCCCCC;
}

.TopBar {
}

.Point {
    cursor: pointer;
}

/* Tool Tip */
.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
.windowscreen{
    
}
.hidden {
    display: none;
}
.windowformat table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    table-layout: fixed;
}

.windowformat td {
    vertical-align: central;
}

.windowformat input[type="text"], [type="url"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.windowformat select {
    max-width: 100%;
}
.windowformat input[type="checkbox"] {
    display: inline-block;
    float: left;
    margin-right: 0;
}

.windowformat select {
    width: 100%;
    max-width: 100%;
}
.qmark {
    width: 16px; /* Width of new image */
    height: 16px; /* Height of new image */
    display: block;
}

.qmarklight {
    width: 16px; /* Width of new image */
    height: 16px; /* Height of new image */
    display: block;
}

.qmarkdark {
    width: 16px; /* Width of new image */
    height: 16px; /* Height of new image */
    display: none;
}

.lightmode {
    display: inline;
    filter: invert(1);
}

.darkmode {
    display: none;
}
/*/* Dark mode */
@media (prefers-color-scheme: dark) {
    body {
        background-color: #000;
        color: white;
    }

    .TopBar {
        background-color: lightgray;
        color: black;
    }

    .lightmode {
        display: none;
    }

    .darkmode {
        display: inline;
    }

    .qmarklight {
        display: none;
    }

    .qmarkdark {
        display: block;
    }
}
*/
