body{
	position: relative;
    font-family: 微軟正黑體, sans-serif;
    font-weight: bold;
}
a, a:hover {
	text-decoration: none;
}
a {
    color: #122851;
    font-size: 17px;
}
a:hover {
    color: #3D83E8;
}

h3{
    position: relative;
    text-align: center;
    order: -1;
    width: 95%;
    margin-bottom: 15px;
    padding: 0 5px 5px 0;
}
h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(38, 78, 142, 0.5);
    bottom: 0;
    left: 0;
}
h3:after {
    position: absolute;
    content: url("../images/title_bg.png");
    bottom: 0;
    right: 0;
    transform: translateX(95%);
}
h5 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0;
}
ul,li{
    list-style: none;
    padding: 0;
}
strong{
    font-size: 16px;
}
input:-webkit-autofill { 
    box-shadow: 0 0 0px 1000px white inset !important;
}
.table-hover tbody tr:hover {
    background-color: rgba(207,228,249,.5);
}
.bgMenu{
    position: relative;
}
/* .container{
    margin-top: 30px;
} */
.bgCover{
    width: 100%;
    background: #122851;
    text-align: center;
}
.header .menu .active>.nav-link, .header .menu .nav-link.active, .header .menu .nav-link.show, .header .menu .show>.nav-link {
    color: #FFDC35;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.form-control{
    height: 45px !important;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #B2C8DF;
}
#basic-addon1{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #B2C8DF;
}
.header{
    width: 100%;
    position: absolute;
    top: 38%;
}
.navbar-brand{
    margin-left: 21%;
}
.menu {
    /*隱藏選單開始*/
    max-height: 0px;
    overflow: hidden;
    /*隱藏選單結束*/
    transition: max-height 2.3s;
    margin-top: 1px;
    /*絕對定位疊在網頁上*/
    position: absolute;
    z-index: 100;
    /*header 80px+1px boder 線條*/
    top: 40px;
    left: 0;
    right: 0;
    background: #122851;
    padding-left: 0px;
    width: 100%;
}
.header ul{
    padding: 10px 20px;
}
.menu li{
    float: none;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.menu li a{
    font-weight: 500;
    display: block;
    color: #fff;
    padding: 17px 12px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 15px;
}
.menu li a:hover{
    color: #fff;
}
.showmenu {
    display: block;
    float: right;
    padding: 1em 15px;
    font-size: 14px;
}
/*jQ點擊後動態在 body 加上 class */
.menu-show .menu{
    max-height: 800px;
}
.btn-blue{
    background: rgba(38, 78, 142, 0.8);
    color: #fff;
}
.btn-blue:hover{
    background: rgba(38, 78, 142, 0.9);
    color: #fff;
}
.btn-red{
    background: #e63946;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.btn-red:hover{
    background: #da1e37;
    color: #fff;
}
.imgTop {
    position: fixed;
    right: 2%;
    bottom: 5%;
}
.top a {
    background: rgba(38, 78, 142, 0.8);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
}

section{
    padding: 5% 0 0;
}
.month_label{
    display: flex;
    padding: 0;
}
.title_li, section li a {
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}
.title_li {
    background: #D6E4E5;
    font-weight: bold;
    color: #3E6583;
    border: 1px solid #D6E4E5;
}

.table-gray{
    background: #edf2f4;
    text-align: center;
}

/* passwd.php */
.passwdMargin{
    margin-bottom: 20px;
}
.svg-inline--fa.fa-w-18 {
    width: 14px;
    color: #8E8E8E;
    margin: 10px 0px 10px 0px;
}
.svg-inline--fa.fa-w-20 {
    width: 14px;
    color: #8E8E8E;
    margin: 10px 0px 10px 0px;
    display: none;
}
.organization{
	padding: 10px 0px 0px 0px;
	background:#edf2f4;
}
.e_cash{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.e_cash .form-inline{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    margin-top: 20px;
}
.e_cash .form-group{
    display: flex;
    align-items: center;
    width: 100%;
}
.e_cash label{
    width: 23%;
}
.e_cash #mb_no{
    border-radius: 5px;
    border: 1px solid #B0D0F7;
    width: 75%;
}
.e_cash .btn-blue{
    padding: 8px 10px;
    width: 100%;
    margin-top: 10px;
}
@media(min-width: 400px) and (max-width: 500px){
    .header{
        position: absolute;
        top: 40%;
    }
    .menu{
        top: 50px;
    }
}
@media(min-width: 500px) and (max-width: 768px){
    .container{
		padding: 0px 20px;
	}
    .header{
        top: 45%;
    }
    .menu{
        top: 60px;
    }
}
@media(min-width: 768px) and (max-width: 1024px){
    h3 {
        font-size: 25px;
    }
    h5{
        font-size: 17.5px;
    }
    label{
        font-size: 17px;
    }
    strong{
        font-size: 17px;
    }
    .table td{
        padding: 10px 0px;
        height: 40px;
    }
    .table thead td{
        padding: 20px 0px;
        height: 60px;
    }
    .navbar-brand {
        margin-left: 36%;
    }
    .header{
        top: 45%;
    }
    .menu{
        top: 80px;
    }
    .header .menu .active>.nav-link, .header .menu .nav-link.active, .header .menu .nav-link.show, .header .menu .show>.nav-link {
        color: #FBF205;
    }
    .header li + li {
        margin-left: 0px;
    }
    .header ul{
        padding: 10px 30px;
    }
    .showmenu {
        float: right;
        margin: 20px;
    }

    .month_label{
        justify-content: end;
        flex-direction: column;
    }

    /* passwd.php */
    .passwdMargin{
        margin-bottom: 25px;
    }
    
    /* e_cash.php */
    .e_cash{
        flex-direction: row;
        justify-content: space-around;
    }
    .e_cash .form-inline{
        flex-direction: row;
        align-items: center;
        justify-content: end;
        width: 60%;
        margin-top: 0;
    }
    .e_cash .form-group{
        width: 85%;
        justify-content: end;
    }
    .e_cash label{
        width: 30%;
    }
    .e_cash #mb_no{
        width: 45%;
        margin-right: 15px;
    }
    .e_cash .btn-blue{
        width: 15%;
        margin-top: 0;
    }
}
@media(min-width:1024px){
    section{
        padding: 30px 0 0;
    }
    h5{
        font-size: 19px;
    }
    h3{
        font-size: 35px;
    }
    label{
        font-size: 17px;
    }
    strong{
        font-size: 18px;
    }
    .svg-inline--fa.fa-w-18 {
        font-size: 20px;
    }
    .form-control {
        height: 40px !important;
    }
    .bgCover{
        height: 350px;
    }
    .header{
        top: 270px;   
        left: 50%;
        display: flex;
        justify-content: center;
        text-align: center;
        transform: translateX(-50%);
    }
    .navbar-brand{
        margin-left: 50px;
    }
    .header .menu .active>.nav-link, .header .menu .nav-link.active, .header .menu .nav-link.show, .header .menu .show>.nav-link {
        color: #FBF205;
    }
    .menu{
        float: right;
        overflow: visible;
        position: static;
        margin-top: 10px;
        margin-right: 20px;
        display: flex;
        justify-content: center;
    }
    .menu li{
        float: left;
        border: none;
    }
    /* .header li + li{
        margin-left: 25px;
    } */
    .header li + li {
        margin-left: 9px;
    }
    .menu li a{
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }
    .menu li a:hover{
        color: #FBF205;
    }
    .showmenu{
        display: none;
    }
    .month_label{
        justify-content: end;
    }
}
@media(min-width: 1200px){
    .header{
        top: 72%;   
        left: 50%;
        display: flex;
        justify-content: center;
        text-align: center;
        transform: translateX(-50%);
    }
    .bgCover{
        height: 300px;
    }

    /* e_cash.php */
    .e_cash{
        flex-direction: row;
        justify-content: space-around;
    }
    .e_cash .form-inline{
        flex-direction: row;
        align-items: center;
        justify-content: end;
        width: 45%;
        margin-top: 0;
    }
    .e_cash .form-group{
        width: 85%;
        justify-content: end;
    }
    .e_cash label{
        width: 30%;
    }
    .e_cash #mb_no{
        width: 45%;
        margin-right: 15px;
    }
    .e_cash .btn-blue{
        width: 15%;
        margin-top: 0;
    }
}