﻿/* Below line is used for online Google font */
@import url(font.css);

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] {
    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: 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;
    }

.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;
    }
}
*/
