﻿



body {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
}

.righttable {
    background-color: #FFFFFF;
    border: 1px solid #666666;
}

.navtable {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    margin-left: 5px;
}

.navtable2 {
    background-color: #000099;
    border: 1px solid #666666;
    margin-left: 5px;
}

.navrow {
    background-color: #FFFFFF;
}

.centertable {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 13px;
    font-style: normal;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-top: 10px;
    background-color: #FFFFFF;
}

.td1 {
    font-weight: bold;
    width: 25%;
    border: 1px solid black;
    padding: 5px;
    background-color: #d3d3d3;
    text-align: right;
}

.input1 {
    font-weight: bold;
    width: 75%;
    border: 1px solid black;
    padding: 5px;
}

b {
    font-weight: bold;
}

.head1 {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    color: #000099;
}

.head2 {
    font-family: Times New Roman, Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: Bold;
    color: #000099;
}


.body1 {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    margin-left: 10px;
}


.body2 {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.body3 {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    margin-left: 10px;
    padding-left: 5px;
}


a.link {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000099;
    text-decoration: none;
    padding-left: 5pt;
}

    a.link:hover {
        font-family: Verdana, Arial, Sans Serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #FFCC00;
        text-decoration: none;
        padding-left: 5pt;
    }

a.link2 {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #000099;
    text-decoration: none;
}

    a.link2:hover {
        font-family: Verdana, Arial, Sans Serif;
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        color: #FFCC00;
        text-decoration: none;
    }

a.link3 {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    color: #000099;
    text-decoration: none;
}

    a.link3:hover {
        font-family: Verdana, Arial, Sans Serif;
        font-size: 17px;
        font-style: normal;
        font-weight: bold;
        color: #FFCC00;
        text-decoration: none;
    }

.copyright {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

a {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    color: red;
    text-decoration: none;
}

    a:hover {
        font-family: Verdana, Arial, Sans Serif;
        font-size: 20px;
        font-style: normal;
        font-weight: bold;
        color: #FFCC00;
        text-decoration: none;
    }



.tableHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #330099;
    background-color: #FFCC00;
    text-align: center;
    border: 1px solid #666666;
}

.tableBody {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    border: 1px solid #666666;
}

.tblhd01 {
    font-size: 12px;
    font-weight: bold;
    text-Align: center;
    border: 1px solid black;
    background-color: #df0101;
    padding: 0px;
    color: white;
}

.tblbd01 {
    font-size: 10px;
    font-weight: bold;
    text-Align: center;
    border: 1px solid black;
    font-family: Arial;
}

.tblhd02 {
    font-size: 16px;
    font-weight: bold;
    text-Align: center;
    border: 1px solid black;
    background-color: #FFCC00;
    padding: 0px;
    color: #000099;
}

.submit1 {
    font-size: 14px;
    font-weight: bold;
    text-Align: center;
    border: 1px solid black;
    font-family: Arial;
    background-color: #FFCC00;
    color: #000099;
    padding: 3px;
}

input:required {
    background: hsl(180, 50%, 90%);
    border: 1px solid #999;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

    li a, .dropbtn {
        display: inline-block;
        background-color: white;
        color: #DF0101;
        width: 90%;
        text-align: center;
        font-size: 15px;
        padding: 14px 16px;
        border: 1px solid black text-decoration: none;
    }

        li a:hover, .dropdown:hover .dropbtn {
            background-color: green;
            width: 90%;
            font-size: 15px;
            color: white;
        }

    li.dropdown {
        display: inline-block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 25%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        width: 100%;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #0fdb42
        }

.dropdown:hover .dropdown-content {
    display: block;
}

#wrapper {
    margin-top: 150px;
    width: 100%;
    height: 400px;
    overflow: auto;
    margin-left: 0px;
}


#constrainer2 {
    width: 400px;
    overflow-x: scroll;
}

    #constrainer2 table {
        overflow-y: scroll;
    }

    #constrainer2 tbody {
        overflow-x: scroll;
        display: block;
        height: 200px;
    }

    #constrainer2 thead {
        display: table-row;
    }

#constrainer {
    width: 400px;
    height: 200px;
}

.scrolltable {
    overflow-x: scroll;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

    .scrolltable > .header {
        margin-top: 95px;
        width: 98%;
        width: -webkit-fit-content;
    }

    .scrolltable > .body {
        /*noinspection CssInvalidPropertyValue*/
        margin-top: 45px;
        width: -webkit-fit-content;
        overflow-y: scroll;
        flex: 1;
        -webkit-flex: 1;
    }

.tdtrk1 {
    font-weight: bold;
    width: 110px;
    font-size: 14px;
    border: 1px solid black;
    padding-left: 0px;
    background-color: #fe4d4d;
    text-align: center;
    color: black;
}

.tdtrk1a {
    font-weight: bold;
    width: 110px;
    font-size: 14px;
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fe4d4d;
    text-align: right;
    color: black;
}

.tdtrk2 {
    width: 200px;
    font-size: 14px;
    border: 1px solid black;
    padding: 0px;
    text-align: center;
}

.search1 {
    font-weight: bold;
    font-size: 16px;
    border: 1px solid black;
    padding-right: 5px;
    text-align: right;
    margin-left: 10px;
    color: black;
    background-color: #00FFFF;
}

.input1 {
    font-weight: bold;
    width: 75%;
    border: 1px solid black;
    padding: 5px;
}

.ui-widget {
    -ms-transform: translate(-15%,-15%) scale(0.7);
    //translate must be before scale -moz-transform: translate(-15%,-15%) scale(0.7);
    -webkit-transform: translate(-15%,-15%) scale(0.7);
    transform: translate(-15%,-15%) scale(0.7);
}

.clearfix:after {
    content: "";
    display: table;
}

.nav-wrapper {
    width: 100%;
    background: #999;
}

.nav-menu {
    position: relative;
    display: inline-block;
}

    .nav-menu li {
        display: inline;
        list-style-type: none;
    }

.sub-menu {
    position: absolute;
    display: none;
    background: #ccc;
}

.nav-menu ul li:hover > ul {
    display: inline-block;
}

.nav-menu > ul > li:after {
    content: "\25BC"; /*escaped unicode for the down arrow*/
    font-size: .5em;
    display: inline;
    position: relative;
}
/* Style the buttons inside the tab */
div.tab button {
    background-color: #006bb3;
    float: left;
    border: 1px double black;
    outline: none;
    cursor: pointer;
    padding: 5px 5px;
    transition: 0.3s;
    font-weight: bold;
    margin-left: 2px;
    color: White;
}

    /* Change background color of buttons on hover */
    div.tab button:hover {
        background-color: #ddd;
        color: black;
    }

    /* Create an active/current tablink class */
    div.tab button.active {
        background-color: #ccc;
    }


table.scroll {
    width: 100%; /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    position: fixed;
    margin-top: 90px;
    border: 1px solid black;
}

    table.scroll tbody,
    table.scroll thead {
        display: block;
    }

        table.scroll thead tr th {
            height: 30px;
            line-height: 30px;
            /*text-align: left;*/
        }

    table.scroll tbody {
        height: 450px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    table.scroll tbody {
        border-top: 2px solid black;
    }

        table.scroll tbody td, thead th {
            border-right: 1px solid black;
        }

            table.scroll tbody td:last-child, thead th:last-child {
                border-right: none;
            }

.tablescroll {
    font: 12px normal Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .tablescroll td,
    .tablescroll_wrapper,
    .tablescroll_head,
    .tablescroll_foot {
        border: 1px solid #ccc;
    }

    .tablescroll td {
        padding: 3px 5px;
        border-bottom: 0;
        border-right: 0;
    }

.tablescroll_wrapper {
    background-color: #fff;
    border-left: 0;
}

.tablescroll_head,
.tablescroll_foot {
    background-color: #eee;
    border-left: 0;
    border-top: 0;
    font-size: 11px;
    font-weight: bold;
}

.tablescroll_head {
    margin-bottom: 3px;
}

.tablescroll_foot {
    margin-top: 3px;
}

.tablescroll tbody tr.first td {
    border-top: 0;
