html,
/* body {
    height: 100%;
}
 */
html {
    font-family: sans-serif;
    line-height: 1;
    font-size: 1em;
    color: #4d4d4d;
}

body {
    /*  width: 100%;
    height: 100%; */
    /*  background: rgba(246, 197, 85, 0.5) url(../images/loginBg.png); */
    background: rgba(248, 193, 214, 0.5) url(../images/bg2.jpg);
    line-height: 1.5;
    font-family: "標楷體", "微軟正黑體", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #0F0F0F;
    cursor: pointer;
    /* color: #333333;
   background: #f8d7da url(../images/footer_bg.jpg);*/
}

button {
    cursor: pointer;
}

.top {
    width: 100%;
    height: 50px;
    background: #f8d7da url(../images/footer_bg.jpg);
    font-size: 1em;
    box-shadow: 0 2px 3px rgba(153, 138, 138, 0.5);
    -webkit-box-shadow: 0 2px 3px rgba(153, 138, 138, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(153, 138, 138, 0.5);
    position: fixed;
    z-index: 2;
    top: 0;
}

.top a {
    color: #6a4028;
    /*background: #f8d7da url(../images/footer_bg.jpg);*/
}

.top a:hover {
    color: #f7c242;
    background-color: #e77faf;
    border: 1px solid #f8d7da;
    border-radius: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e77faf;
}

h1 {
    width: 500px;
    margin: 0 0 0 20px;
    float: left;
    font-size: 2em;
    line-height: 80px;
}

h1 a {
    height: 70px;
    overflow: hidden;
    display: block;
}

h1 img {
    height: 65px;
    float: left;
}

h1 span {
    height: 60px;
    float: left;
    display: block;
}

input:disabled,
input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control-sm,
input {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .2rem;
}


/*.link { margin: 15px 20px 0 0; float: right; }
.link li { float: left; display: block; padding: 3px; }
.link li.language { padding: 7px; }
.link a { display: block; font-size: 1.2em; }
.link select { border: none; color: #d19826; font-size: 1.2em; }
.link select, .link option { background: rgba(0, 0, 0, 0); }
.link .order { background: #d19826; color: white; border-radius: 5px; }
.link .order a:hover { color: black; }*/

.main {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 60px 4px 0px 4px;
    position: relative;
    margin: 0 auto;
    min-height: 600px;
    min-width: 900px;
    /* overflow: auto; */
    /*-webkitbox-shadow: 0 -1px 3px rgba(160, 128, 128, 0.7); -moz-box-shadow: 0 -1px 3px rgba(160, 128, 128, 0.7); box-shadow: 0 -1px 3px rgba(160, 128, 128, 0.7);*/
}

.content {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
}

.required {
    border-color: tomato;
    /*  text-transform: uppercase; */
}

.sel {
    background-color: #fcc4c4;
    border: 1px solid #ff8888;
}

.start {
    position: relative;
    top: 3px;
    font-size: 8pt;
    color: #d9534f;
}


/*.content { min-height: 450px; }
.content h2 { font-size: 1.6em; background: rgba(202, 122, 44, 0.8) url(../images/bg.png); color: white; text-align: center; border-radius: 10px 10px 0 0; padding: 0 0 0 7px; line-height: 2; border-bottom: 2px solid #d19826; font-weight: bold; }
.content li { width: 31%; float: left; margin: 0 3% 0 0; background: rgba(255, 255, 255, 0.7); border-radius: 10px; padding-bottom: 10px; box-shadow: 1px 1px 3px #74673e; }
.content li:nth-child(3) { margin-right: 0; }
.content li ul li { width: 90%; background: none; line-height: 1.1; list-style-type: square; margin-left: 30px; box-shadow: none; padding: 8px 10px; }
.content li ul li a:hover { color: #ca7a2c; }*/

ul li {
    list-style-type: none;
}

.more {
    text-align: right;
}

.more a {
    padding: 10px;
}

.more a:hover {
    color: #f05e1c;
}

.articleGroup {
    padding: 5px 0 5px 0;
}

.artT {
    /*margin: 5px 0;*/
    margin-bottom: 2px;
    color: #6a4028;
    font-size: 1.6em;
    border-bottom: 2px solid #d19826;
}

.artical p {
    margin: 10px 0 0 0;
}

.articleGroup table {
    width: 100%;
    border: 1px solid #74673e
}

table {
    width: 100%;
}

table th {
    /*   border: 1px solid #74673e; */
    background: #f3edc9;
}


/* .articleGroup table tr {
    background: #fcfaeb;
}
*/

.articleGroup table td {
    /* border: 1px solid #74673e; */
    border: 1px solid #cecece;
}

.pagelist {
    text-align: center;
    margin: 20px 0;
}

.pagelist li {
    display: inline-block;
}

.pagelist li a {
    padding: 3px 5px 5px 5px;
    border-radius: 5px;
    background: #c7802d;
    color: white;
}

.pagelist li a:hover {
    background: #86551c;
}

.footer {
    width: 100%;
    background: #62370d url(../images/footer_bg.jpg);
    padding: 15px 0;
    text-align: center;
    color: #ca7a2c;
    font-size: 0.8125em;
    position: fixed;
    bottom: 0;
}

.login {
    width: 350px;
    height: 200px;
    margin: 100px auto;
    background: #fcfaeb;
    box-shadow: 1px 0 3px #666666;
    border-radius: 15px;
}

.login h2 {
    font-size: 1.5em;
    border-bottom: 2px solid #e77faf;
    text-align: center;
    background: #e77faf;
    color: white;
    border-radius: 15px 15px 0 0;
}

.login ul {
    width: 80%;
    margin: 20px auto;
}

.login ul li {
    margin: 10px 0;
    text-align: center;
    display: block;
}

.login ul button {
    margin: 0 10px 0 0;
    background: #e77faf;
    border: 1px solid #e77faf;
    padding: 5px 10px;
    border-radius: 5px;
}

.login ul button:hover {
    color: aliceblue;
    background: #ca7a2c;
    border: 1px solid #ca7a2c;
    padding: 5px 10px;
}

.usr-icon:after {
    position: relative;
    color: #333;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    padding: .25rem .5rem;
    line-height: 1;
    border-radius: .2rem;
}

.usr-icon-left-single-arrow:after {
    /* < content: "\02329";
    */
    content: "\0003C";
    font-weight: bold;
}

.usr-icon-right-single-arrow:after {
    /* >   content: "\0232A"; */
    content: "\0003E";
    font-weight: bold;
}

.usr-icon-temp-c:after {
    /* 溫度 .C */
    content: "\02103";
    font-weight: bold;
}

.usr-icon-temp-f:after {
    /* 溫度 .f */
    content: "\02109";
    font-weight: bold;
}

.td-title th {
    /* background-image: linear-gradient(to bottom, #FFB0B0 20%, #FF7878 80%); 
    box-shadow: inset -1px -2px 1px 0px rgba(131, 117, 122, 0.27);*/
    background-color: rgb(252, 248, 244);
    border-radius: 10px;
    font-weight: 200;
    text-align: center;
    vertical-align: middle;
}

#sch_table td {
    word-wrap: break-word;
    table-layout: fixed;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}