body {
    font-family: "Microsoft JhengHei", "微軟正黑體", 'Open Sans', sans-serif, "Microsoft JhengHei UI";
    color: #5C5957;
    background: #F4F3E9;
}

h1,h2,h3,h4 {
    font-weight: bold;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.4rem;
}

a:hover {
    text-decoration: none;
}

.text-tips {
    color: #3CC172;
    font-size: 0.9rem;
}

.text-noti p,
.text-noti {
    color: #EA5522;
}

input::placeholder {
    color: rgb(213, 209, 209) !important;
    font-size: 0.9rem;
}

/* navbar */
#navbar {
    height: 45px;
    box-shadow: 0px 0px 10px #969090a1;
    padding: 0px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
}

a.navbar-brand img {
    width: 80px;
}

/* main */
#wrap {
    background: url("../images/bg.png") no-repeat bottom;
    background-size: 100%;
}

#main {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
}

.notification {
    background: #FFF6C5;
    border-radius: 10px;
}

.notification ol li {
    font-size: 0.9rem;
}

/*form*/
.eventoptions {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 0px;
}

.eventoptions span {
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}

span.event-online {
    background: #FF7242;
    line-height: 17px;
    height: 18px;
    margin-top: 3px;
}

span.event-offline {
    background: #3CC172;
    line-height: 17px;
    height: 18px;
    margin-top: 3px;
}

span.eventdate,
span.eventname {
    color: #5C5957;
}

#form-check-last {
    z-index: 10000;
}

.readall_box {
    position: relative;
    z-index: 9999;
    top: -30px;
}

#mask-container {
    height: 30px;
    display: block;
}

#readmoremask {
    position: relative;
    height: 30px;
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));
}

#btnexpand:hover {
    cursor: pointer;
}

.form-group select {
    height: 24px !important;
    width: 70px;
    padding: 0 5px;
    margin: 0 5px;
}

.form-check-inline {
    margin-bottom: 3px;
}

.form-group {
    margin-bottom: 0.1rem;
}

/* btn */
button.editprofile-btn {
    border-radius: 5px;
    background: #FF9900;
    border: none;
    color: #fff;
    font-size: 0.8rem;
    height: 25px;
    position: relative;
    top: -8px;
}
button.editprofile-btn:hover {
    opacity: 0.7;
}

button.submit-btn {
    border-radius: 10px;
    background: #FF9900;
    border: none;
    color: #fff;
}

button.submit-btn:hover,

/* footer */
footer {
    background: #E8BB9C;
    color: #fff;
}

footer h5 {
    font-size: 1rem;
}