@font-face {
    font-family: "Century Gothic";
    src: local("Century Gothic"),
    url("../Fonts/GOTHIC.TTF")format("trueType");
}

*{
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", sans-serif;
}

#BgImg{
    background: url(../img/GW.png);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 15px;
}

#BgImg .Login{
    position: absolute;
    background-color: white;
    width: 310px;
    height: 310px;
    top: 130px;
    right: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15%;
    box-sizing: border-box;
}

#BgImg form{
    width: 280px;
    height: 280px;
}

#BgImg .LOGO{
    margin: 25px auto;
}

#BgImg .LOGO img{
    width: 100%;
    height: 100%;
}

#BgImg input{
    display: block;
    border: 1px solid #06B;
    box-sizing: border-box;
    line-height: 45px;
    padding-left: 5px;
    font-weight: bold;
    width: 258px;
    margin: 15px auto;
    color: gray;
    height: 45px;
}

#BgImg button{
    font-weight: bold;
    display: block;
    width: 258px;
    height: 45px;
    margin: 15px auto;
    background-color: #06B;
    border: none;
    color: white;
    cursor: pointer;
}

#BgImg input[type="radio"]{
    display: inline-block;
    vertical-align:middle;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    margin-right: 13px;
}

#BgImg input[type="radio"]:checked+label{
    color: #000;
}

#BgImg label{
    display: inline-block;
    font-weight: bold;
    width: 200px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #06B;
    box-sizing: border-box;
    text-align: center;
    color: gray;
}

.GW{
    width: 100%;
    height: 100%;
    padding-top: 96px;
    font-size: 15px;
    font-weight: bold;
}

.Brooks{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background-color: #06B;
}

.GWLOGO{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 96px;
}

.GWLOGO img{
    height: 48px;
}

.Menu{
    position: absolute;
    width: 70%;
    height: 96px;
    top: 0;
    right: 0;
}

.Menu>ul{
    position: absolute;
    width: 90%;
    height: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.Menu>ul>li{
    position: relative;
    display: block;
    float: left;
    line-height: 45px;
}

.Menu>ul>li>p{
    padding: 0 30px;
    color: #FFF;
    cursor: pointer;
}

.Menu>ul>li>p:hover{
    color: #06B;
    background-color: #FFF;
    cursor: pointer;
}

#Nav{
    display: none;
    width: 250px;
    font-weight: normal;
    position: absolute;
    right: 0;
    background-color:#FFF;
    color: #06B;
    border-top: none;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-sizing: border-box;
}

.Menu>ul>li>p:hover+#Nav{
    display: block;
}

#Nav:hover{
    display: block;
}

#Nav ol,
#Nav ul{
    margin: 15px auto;
    list-style: none;
    text-align: center;
    background-color: #FFF;
}

#Nav a{
    display: block;
    color: #06B;
    line-height: 45px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix{
    content: '';
    clear: both;
    display: block;
}

#Nav>ol>li{
    position: relative;
    cursor: pointer;
}

#Nav .List{
    display: none;
    width: 250px;
    font-weight: normal;
    position: absolute;
    left: 250px;
    top: 0;
    border-left: none;
    background-color:#FFF;
    color: #06B;
    box-shadow: 0 1px 6px rgba(0,0,0,.175);
    box-sizing: border-box;
}

#Nav .ListX{
    display: none;
    width: 250px;
    font-weight: normal;
    position: absolute;
    right: 250px;
    top: 0;
    border-left: none;
    background-color:#FFF;
    color: #06B;
    box-shadow: 0 1px 6px rgba(0,0,0,.175);
    box-sizing: border-box;
}

#Nav .List:hover,
#Nav .ListX:hover{
    display: block;
}

#Nav>ol>li>p:hover+.List,
#Nav>ol>li>p:hover+.ListX{
    display: block;
}

.myTable .TB{
    margin: 31px auto;
    width: 80%;
    border-collapse: collapse;
    color: #333;
    font-size: 13px;
}

th,td{
    border: 1px solid #333;
    text-align: center;
}

caption{
    font-size: 15px;
}

.myTable .TB caption,tr{
    width: 100%;
    height: 39px;
    line-height: 39px;
}

.myTable .TB th{
    width: 10%;
}

.TB thead tr{
    background-color: lightblue;
}

.TB tbody tr:first-child{
    background-color: gainsboro;
}

.PDF iframe{
    position: fixed;
    width: 100%;
    height: 100%;
}

.ICP{
    background-color: #06B;
    line-height: 21px;
    font-size: 11px;
    position: fixed;
    bottom: 0;
    color: white;
    text-align: center;
    width: 100%;
}

.ICP a{
    color:white;
    text-decoration: none;
}

.index{
    text-align: center;
}

.index img{
    width: 250px;
    height: 250px;
    margin-top: 69px;
}

pre{
    display: block;
    margin-top: 96px;
}