@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
    font-family: 'Noto Sans TC', sans-serif;
    color: #323232;
}

body {
    padding: 0;
}

hr {
    margin: 0;
    border: 1px solid #979797;
}

input {
    height: 40px;
}

footer {
    padding: 0;
    background-color: #40362d;
}

ul,
ol {
    margin: 0;
    padding: 0 15px;
    list-style: none
}

ul li {
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid red;
    margin: 10px 0 0;
}

a,
a:hover {
    color: #3287ff;
    text-decoration: none;
}

.general-href,
.general-href :hover {
    color: #ffffff !important;
    text-decoration: none;
}


.navbar {
    height: 110px;
    padding: 0;
    background-color: #40362d;
}

.navHeader,
.mainContent,
.footerContent {
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: relative;
    color: #ffffff;
}

.notice {
    color: red;
}

#year {
    color: #ffffff;
}

#myTable .tableTr {
    background-color: lightgray !important;
    color: #323232 !important;
}

.tooltip-inner {
    max-width: 325px !important;
}


#activeList li {
    padding: 0 !important;
    border-bottom: none;
    margin: 0;
}

#activeList .box {
    border: 1px solid #6c757d;
    border-radius: 20px;
    /* width: 100%; */
    /* height: 150px; */
    margin: 10px;
    padding: 5px;
    line-height: 140px;
    text-align: center;
    font-size: 20px;
}

#activeList .box span {
    text-align: left;
    display: inline-block;
}

#activeList a>.box>span,
#activeList span>.box>span {
    color: #3287ff;
}

#activeList li:last-child .box:hover {
    background-image: url('/content/images/laugh.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#activeList li:last-child .box:hover span::after {
    content: "但要自己寫喔 XD";
    /* color: gray; */
}

.loginDiv {
    background: #ffc0cb;
    padding: 20px 15px;
    width: 450px;
    height: 218px;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    margin: 150px 0 0 -225px;
    z-index: 9999;
    border-radius: 10px;
}

#gotop {
    cursor: pointer;
    font-size: 3rem;
    position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 9999;
    display: none;
}

/* #gotop:hover {
    background: url('../images/scroll_up.png') center no-repeat;
} */

.alertBtn {
    float: right;
    width: 100px;
    margin: 0 10px 0;
}