h1, h2, h3, h4, h5, h6, div, p, input, label, textarea, span, ul, li {
    font-family: 'Noto Sans TC', sans-serif;
}

body.background {
    /* background: #aed2e8; */
    background: #deeaf6;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

nav.navbar {
    height: 10vh;
}

div.header {
    height: 10vh;
    margin-bottom: 5vh;
}

div.content-body {
    min-height: 58vh;
}

div.scroll-table {
    overflow-y: auto;
    overflow-x:hidden;
    margin-bottom: 4vh;
    height: 50vh;
}

textarea.custom-control {
    overflow-y:hidden;
    padding: 5px 0px;
}

nav .title {
    text-align: center;
}

h3 {
    text-align: center;
}

a.logo {
    width: 15vw;
}

a.logo img{
    height: 50px;
}


ol.breadcrumb {
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 0.5rem;
}

ul.list-group.list-group-striped li:nth-of-type(odd){
    background-color: rgba(0,0,0,.05);
}
ul.list-group.list-group-striped li:nth-of-type(even){
    background-color: rgba(0,0,0,0);
}

li.list-group-item {
    border: none;
}

.alert_messsage div.alert {
    margin-top: 18px;
}

.alert_messsage span {
    font-size:20px;
}

.alert_messsage {
    position: absolute;
    top: 9vh;
    z-index: 999;
    left:0;
    right:0;
  }

.report img {
    width: 100%;
}

.login-box{
    padding: 20px 0;
    color: #ecf0f1;/*可更改icon的顏色*/

    background: rgba(45, 52, 54, 0.8);
    filter: Alpha(opacity=80);
    border-radius: 20px;
    text-align: center;

    width: 40%;
    margin: 0 auto;
    margin-bottom: 9vh;
}

.textbox{
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    padding: 10px 0;
    margin: 25px 0;
}

.textbox i{
    position: relative;
    left: 10%;
    width: 26px;
    float: left;
    font-size: 30px;/*icon size*/
    line-height: 50px;
}

.textbox input[type="text"],.textbox input[type="password"] {
    border: 2px solid #c7ecee;
    border-radius: 24px;
    transition: 0.25s;
    outline: none;
    background: transparent;
    text-align: center;

    color: white;
    font-size: 23px;
    width: 50%;
    height: 50px;
    margin: 0 10px;

}

.textbox  input[type="text"]:focus,.textbox input[type="password"]:focus{
    width: 70%;
    border-color: #f1c40f;
}

.box input[type = "submit"]{
    border: 0;
    background: transparent;
    /* display: block; */
    margin: 20px auto;
    text-align: center;
    border: 2px solid #7bed9f;
    padding: 14px 50px;
    outline: none;
    color: white;
    font-size: 23px;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer;
}

.box input[type = "submit"]:hover{
    background: #7bed9f;
    color: black;
}

.pagination-container {
    min-height: 8vh;
}
