﻿/* Below line is used for online Google font */
@import url(font.css);

h2 {
    text-align: center;
    font-size: 24px;
}

hr {
    margin-bottom: 30px;
}

button {
    width: 100%;
    background: linear-gradient(#22abe9 5%, #36caf0 100%);
    border: 1px solid #0F799E;
    margin-top: .7em;
    padding: .5em;
    font-weight: bold;
    cursor: pointer;
    color: white;
    text-shadow: 0em .1em 0em #13506D;
    border-radius: .5em;
}

    button:hover {
        background: linear-gradient(#36caf0 5%, #22abe9 100%);
    }
.select-editable {
    position: relative;
    background-color: white;
    border: solid grey 1px;
    width: 120px;
    height: 18px;
}

    .select-editable select {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        border: none;
        width: 120px;
        margin: 0;
    }

    .select-editable input {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        padding: 1px;
        font-size: 12px;
        border: none;
    }

        .select-editable select:focus, .select-editable input:focus {
            outline: none;
        }
/* Table Container */
.table-container {
    max-width: 800px;
    margin: 0 auto;
    overflow-x: auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* Data Table */
.data-table {
    width: 100%;
    border-collapse: collapse;
    color: black;
}

    .data-table thead {
        background-color: #007BFF;
        background-image: linear-gradient(#1b1ab6, #22abe9);
        color: #fff;
        text-align: left;
    }

    .data-table th,
    .data-table td {
        padding: 12px 15px;
        border: 1px solid #ddd;
    }

    .data-table tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

    .data-table tbody tr:hover {
        background-color: #f1f1f1;
        cursor: pointer;
    }

    .data-table th {
        font-weight: bold;
        text-transform: uppercase;
    }
    /* Clickable Rows */
    .data-table tbody tr.clickable-row:hover {
        background-color: #d0ebff;
        cursor: pointer;
    }

    
    .input-group {
    margin: 20px 0;
    position: relative;
}

    .input-group label {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 15px;
        font-size: 16px;
        pointer-events: none;
        color: rgb(218,223,223);
        padding: 0 5px;
        transition: .5s;
    }

    .input-group input {
        width: 260px;
        height: 40px;
        color: #4f4f4f;
        font-size: 16px;
        padding: 0 15px;
        border: 1.2px solid rgb(220,223,223);
        box-shadow: 0 0 5px #00F5FF;
        background: transparent;
        outline: none;
        border-radius: 5px;
    }

        .input-group input:focus ~ label,
        .input-group input:valid ~ label {
            top: 0;
            background: #4f4f4f;
            font-size: 14px;
        }

        /* Autofill handling */
        .input-group input:-webkit-autofill {
            box-shadow: 0 0 5px #00F5FF, inset 0 0 0px 50px white;
            -webkit-text-fill-color: #4f4f4f;
            transition: background-color 5000s ease-in-out 0s;
        }

            .input-group input:-webkit-autofill ~ label {
                top: 0;
                background: #4f4f4f;
                font-size: 14px;
            }

        /* For non-WebKit browsers (fallback) */
        .input-group input:autofill ~ label {
            top: 0;
            background: #4f4f4f;
            font-size: 14px;
        }

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;
}*/

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: 0em .1em 0em #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;
    }

.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;
}

.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;
    }
}

.window_holder {
    max-width: 800px;
    margin: auto;
}