﻿h1 {
    font-family: "Arial Black", Gadget, sans-serif;
    color: Black;
    font-weight: bold;
    font-style: normal;
    margin-left: 20px;
    text-align: center;
    text-decoration: underline;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

button {
    background-color: #3276b1; /* Green */
    border: none;
    color: white;
    padding: 12px 80px;
    text-align: center;
    text-decoration: none;
    /*display: block;*/
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    position: center;
}

    button:hover {
        background-color: #4CAF50; /* Green */
        color: white;
    }

.center {
    /*padding: 70px 0;*/
    text-align: center;
}

a {
    color: #3771d6;
    font-family: 'Segoe UI';
}

label {
    font-family: 'Segoe UI';
}

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

/* Style the input fields */
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

    .input-field:focus {
        border: 2px solid dodgerblue;
    }

/* Set a style for the submit button */


    

Fbutton {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    margin-bottom: 15px;
}
.copyright {
    font-family: sans-serif;
    font-size: 10px;
}

.dbSetting:hover {
    cursor: pointer;
}

.tableRequest {
    font-family: 'Segoe UI';
    font-size: 11px;
    width: 100%;
    /*position:absolute;
    z-index:0;*/
    color:black;
}

    .tableRequest th {
        font-weight: 600;
        font-family: 'Segoe UI';
        font-size: 11px;
        color: black;
        background-color: #99b4d1;
        outline: none;
        text-align: left;
    }

    .tableRequest thead td {
        font-weight: bold;
        font-family: 'Segoe UI';
        font-size: 12px;
        outline: none;
        text-align: left;
        background-color: #d3d3d3;
        position: sticky;
        top: -1px;
        /*//background-color: #78b4ed;*/
    }



    .tableRequest th:focus {
        outline: none;
    }


    .tableRequest tbody tr:hover {
        background-color: #f2f2f2;
    }



    .tableRequest th, .tableRequest tr {
        line-height: 1.0;
        padding: 4px 5px 4px 5px;
    }

    .tableRequest td {
        padding: 4px 5px 4px 5px;
    }

#btnLogout {
    color: white;
    background-color: #e74a3b;
    border: none;
    width: 100px;
    border-radius: 20px;
    height: 25px;
    margin-top: 5px;
}

    #btnLogout:focus {
        outline: none;
    }

    #btnLogout:hover {
        transform: scale(1.05);
        cursor: pointer;
    }