@charset "utf-8";

/* Basic Styles */
body {
    font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei";
    margin: 0;
}

html {
    font-size: 16px 1rem;
    height: 100%;
    line-height: 1.25;
}

header {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

/* button, input, select, textarea {
 background-color: transparent;
 border:none;
 padding:0;
 font-family:inherit;
} */

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

html,
body,
div,
p,
span,
footer,
header,
nav {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

a {
    text-decoration: none;
}

/* ===================
    首頁
   =================== */
.banner {
    background: #f2f2f2 url(../images/banner.jpg) no-repeat top center;
    height: 200px;
    text-align: center;
    border-bottom: 1px solid #666;
}
.banner h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3.5em;
    font-weight: 700;
    letter-spacing: 10px;
    line-height: 1;
    margin: 0;
    padding-top: 45px;
}
.banner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 6px;
    line-height: 1;
}

#homewrap {
    background: #f2f2f2;
    margin: 0 auto;
    padding: 35px 0;
    width: 100%;
}

#homewrap02 {
    background: #fff;
    margin: 0 auto;
    padding: 35px 0;
    width: 100%;
}

.thumball {
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.spectext {
    display: block;
    color: #3c3c3c;
    font-size: 2.5em;
    font-weight: 800;
    margin: 0;
    padding: 25px 0 8px 0;
    position: relative;
    text-align: center;
    margin-bottom: 0.5em;
    letter-spacing: 3px;
}

.spectext:after {
    position: absolute;
    width: 130px;
    height: 4px;
    margin-left: 0;
    left: 46%;
    background: #dddbdb;
    content: "";
    bottom: 0;
}

.thumb {
    background: #fff;
    width: 250px;
    height: 100%;
    display: inline-block;
    margin: 10px 19px;
    vertical-align: top;
}

.thumb .pic {
    width: 250px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
}
.thumb .pic span {
    height: 250px;
    display: inline-block;
}
.thumb .pic * {
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.thumb .title a:link,
.thumb .title a:visited {
    color: #363636;
    font-size: 1.125em;
    font-weight: 600;
    display: block;
    padding: 7px 5px;
    text-align: left;
}
.thumb .pic:hover img {
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -o-transform: scale(1.02, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
}
.thumb p {
    text-align: left;
    padding: 7px 5px;
}

#crumbs {
    text-align: center;
}

#crumbs ul {
    list-style: none;
    display: inline-table;
}

#crumbs ul li {
    display: inline;
}

#crumbs ul li a {
    display: block;
    float: left;
    height: 50px;
    background: #2b579a;
    text-align: center;
    padding: 30px 50px 50px 100px;
    position: relative;
    margin: 0 12px 0 0;
    font-size: 1.5em;
    text-decoration: none;
    color: #fff;
}

#crumbs ul li a:after {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #2b579a;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 1;
}

#crumbs ul li a:before {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

#crumbs ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#crumbs ul li:first-child a:before {
    display: none;
}

#crumbs ul li:last-child a {
    padding-right: 80px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#crumbs ul li:last-child a:after {
    display: none;
}

#crumbs ul li a:hover {
    background: #113976;
    transition: all 0.2s ease;
}

#crumbs ul li a:hover:after {
    border-left-color: #113976;
    transition: all 0.2s ease;
}

.form-style {
    width: 50%;
    padding: 30px 60px;
    background: #ffffff;
    margin: 15px auto 35px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
}
.form-style h2 {
    background: #999;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 20px;
    margin: -30px -60px 30px -60px;
}

.form-style input[type="text"],
.form-style input[type="name"],
.form-style input[type="tel"],
.form-style input[type="email"],
.form-style input[type="number"],
.form-style input[type="cellphone"],
.form-style input[type="address"],
.form-style textarea,
.form-style select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    font-size: 0.9375em;
    border: 1px solid #ddd;
    background: transparent;
    margin-bottom: 25px;
    height: 35px;
}

.form-style input[type="button"],
.form-style input[type="submit"] {
    display: block;
    background: #f3f3f3;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
    background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
    border: solid 1px #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
    width: 20%;
    margin-top: 25px;
    margin-bottom: 10px;
    min-width: 120px;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 2em;
    margin-right: 2px;
    line-height: 2em;
}

footer p {
    color: #666;
    font-size: 0.75rem;
    padding: 20px 0;
    text-align: center;
}

/* 報表 */
.navbar-custom {
    overflow: hidden;
    background-color: #fff;
    margin: 0;
    border-top: 1px solid #ddd;
}

.navbar-custom a {
    float: left;
    font-size: 16px;
    color: #363636;
    border-top: 4px solid #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #363636;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    border-top: 4px solid #fff;
}

.navbar-custom a:hover,
.subnav:hover .subnavbtn,
.navbar-custom a.focus {
    border-top: 4px solid #f63;
    cursor: pointer;
}

.navbar-custom a:hover,
.subnav:hover .subnavbtn {
    border-top: 4px solid #f63;
    cursor: pointer;
}

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    border-top: 1px solid #ddd;
    width: 97.5%;
    margin: 0 1.25%;
    z-index: 1000;
}

.subnav-content a {
    float: left;
    color: #363636;
    text-decoration: none;
}

.subnav-content a:hover {
    border-top: 4px solid #f63;
    color: #363636;
    cursor: pointer;
}

.subnav:hover .subnav-content {
    display: block;
}

/* ===================
    登入頁
   =================== */

#logonbox {
    background: #f2f2f2;
    box-shadow: 0 0 8px rgb(0, 0, 0);
    margin: 0 auto;
    width: 480px;
}

.header-container {
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 30px 18px;
    height: 80px;
}

.compname {
    color: #666;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 45px 0 0 100px;
    text-shadow: 1px 1px 1px #999;
}

.mainbox {
    border-top: 1px solid #999;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ddd;
    background-color: #fff;
    display: block;
    font-size: 0.875rem;
    margin: 0 18px;
    padding: 30px 12px 10px 12px;
}

.maintitle {
    color: #555;
    font-size: 1.25rem;
    text-align: center;
}

.login1 {
    background: url(../images/ic_cloud.png);
    background-repeat: no-repeat;
    background-position: 4px 9px;
    width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 36px;
    line-height: 34px;
    margin-bottom: 12px;
}

.login2 {
    background: url(../images/ic_account.png);
    background-repeat: no-repeat;
    background-position: 4px 9px;
    width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 36px;
    line-height: 34px;
    margin-bottom: 12px;
}

.login3 {
    background: url(../images/ic_lock.png);
    background-repeat: no-repeat;
    background-position: 4px 9px;
    width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 36px;
    line-height: 34px;
    margin-bottom: 12px;
}

.login4 {
    background: url(../images/ic_captcha.png);
    background-repeat: no-repeat;
    background-position: 4px 9px;
    width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 36px;
    line-height: 34px;
    margin-bottom: 12px;
}

.login4 .nempic {
    vertical-align: middle;
}

.login4 .renewpic {
    padding-bottom: 30px;
    text-align: right;
}

.login1 i,
.login2 i,
.login3 i,
.login4 i {
    margin-right: 18px;
}

.login1 input,
.login2 input,
.login3 input,
.login4 input {
    border: none;
    width: 90%;
    height: 34px;
    line-height: 36px;
}

.login5,
.login6 {
    width: 320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btncenter {
    text-align: center;
}

.orange-btn {
    color: #6e6e6e;
    -webkit-transition: border-color 0.218s;
    -moz-transition: border 0.218s;
    -o-transition: border-color 0.218s;
    transition: border-color 0.218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#feb20d), to(#fbbd30));
    background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#feb20d), to(#fbbd30));
    border: solid 1px #876500;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.orange-btn a:link,
.orange-btn a:visited {
    color: #333;
}

.orange-btn:hover {
    border-color: #614900;
    -moz-box-shadow: 0 0 8px 2px #ccc;
    -webkit-box-shadow: 0 0 8px 2px #ccc;
    box-shadow: 0 0 8px 2px #ccc;
}

.grey-btn {
    color: #6e6e6e;
    -webkit-transition: border-color 0.218s;
    -moz-transition: border 0.218s;
    -o-transition: border-color 0.218s;
    transition: border-color 0.218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
    background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
    border: solid 1px #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.grey-btn02 {
    color: #676767;
    font-weight: bold;
    -webkit-transition: border-color 0.218s;
    -moz-transition: border 0.218s;
    -o-transition: border-color 0.218s;
    transition: border-color 0.218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
    background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
    border: solid 1px #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.grey-btn:hover,
.grey-btn02:hover {
    border-color: #999;
    -moz-box-shadow: 0 0 8px 2px #ccc;
    -webkit-box-shadow: 0 0 8px 2px #ccc;
    box-shadow: 0 0 8px 2px #ccc;
}

.coffee-btn {
    color: #fff;
    background: -webkit-gradient(linear, 0% 30%, 0% 90%, from(#911d00), to(#550b00));
    background: -moz-linear-gradient(linear, 0% 30%, 0% 90%, from(#911d00), to(#550b00));
    border: solid 1px #550b00;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.coffee-btn:hover {
    background: -webkit-gradient(linear, 0% 30%, 0% 90%, from(#550b00), to(#911d00));
    background: -moz-linear-gradient(linear, 0% 30%, 0% 90%, from(#550b00), to(#911d00));
    color: #fff;
}

.blue-btn {
    color: #fff;
    background: -webkit-gradient(linear, 0% 30%, 0% 90%, from(#034582), to(#337ab7));
    background: -moz-linear-gradient(linear, 0% 30%, 0% 90%, from(#034582), to(#337ab7));
    border: solid 1px #033360;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.blue-btn:hover {
    background: -webkit-gradient(linear, 0% 30%, 0% 90%, from(#337ab7), to(#034582));
    background: -moz-linear-gradient(linear, 0% 30%, 0% 90%, from(#337ab7), to(#034582));
    color: #fff;
}

.loginbtn {
    width: 135px;
    margin: 15px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.loginbtn02 {
    width: 135px;
    margin: 15px 0;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.loginbtn03 {
    width: 180px;
    margin: 15px 0;
    padding-top: 35px;
    height: 180px;
    text-align: center;
}

.loginbtn04 {
    color: #454545;
    font-size: 0.9375em;
    width: auto;
    height: auto;
    padding: 3px 4px;
    text-align: center;
}

.loginbtn05 {
    color: #363636;
    font-size: 1em;
    width: auto;
    height: auto;
    padding: 10px 20px;
    text-align: center;
}

.loginbtn06 {
    color: #363636;
    font-size: 1em;
    width: 200px;
    height: auto;
    margin: 1em 1.35em 1.5em 1.35em;
    padding: 30px 0;
    text-align: center;
}

/* ===================
     子帳號
   =================== */
.pageheader {
    height: 80px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    background-size: 100%;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.logo {
    border-right: 1px dotted #ddd;
    display: inline-block;
    height: 80px;
    padding-top: 15px;
    text-align: center;
    width: 230px;
}

.banner02 {
    display: inline-block;
    height: 80px;
    text-align: center;
    width: -moz-calc(100% - 560px);
    width: -webkit-calc(100% -560px);
    width: calc(100% - 560px);
}

.member {
    float: right;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    padding: 15px 10px 0 10px;
    text-align: center;
    vertical-align: top;
    width: 300px;
}

.member ul li {
    display: inline-block;
    border-left: 1px dotted #d0d0d0;
    float: left;
}
.member ul li a.out {
    padding: 1em 0;
}
.member ul li a.out {
    background: url(../images/ic_out.png) 20px 2px no-repeat;
    display: block;
    height: 30px;
    width: 70px;
}
.member ul li a.duty {
    padding: 1em 0;
}
.member ul li a.duty {
    background: url(../images/ic_duty.png) 20px 0 no-repeat;
    display: block;
    height: 30px;
    width: 70px;
}
.member ul li a.message {
    padding: 1em 0;
    position: relative;
}
.member ul li a.message {
    background: url(../images/ic_message.png) 16px 1px no-repeat;
    display: block;
    height: 30px;
    width: 70px;
}
.member ul li a.message span {
    width: 20px;
    height: 20px;
    border-radius: 25px;
    position: absolute;
    top: -10%;
    left: 60%;
    background: #ff4000;
    font-size: 0.9375em;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}

.member ul li:hover {
    opacity: 0.85;
}

.clred {
    color: #f00;
}

.trititle {
    font-weight: bold;
    font-size: 1.125em;
    margin: 1.5em auto 0.2em auto;
    padding-left: 5px;
    width: 90%;
}

.tridown {
    margin: 0 auto 2em auto;
    padding: 0.5em;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #999;
    background: #f2f2f2;
    width: 90%;
}

.thumball03 {
    height: auto;
    margin: 0 auto;
    width: 90%;
}

.thumball03 ul {
    list-style-type: decimal;
    padding-left: 20px;
}

.thumball03 ul li {
    display: inline-block;
    margin: 0 1em;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src:
        url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),
        url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
        url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
        url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-eye-open:before {
    content: "\e105";
}
/* 報表 */
.navbar-custom {
    overflow: hidden;
    background-color: #fff;
    margin: 0;
    border-top: 1px solid #ddd;
}

.navbar-custom a {
    float: left;
    font-size: 16px;
    color: #363636;
    border-top: 4px solid #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #363636;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    border-top: 4px solid #fff;
}

.navbar-custom a:hover,
.subnav:hover .subnavbtn,
.navbar-custom a.focus {
    border-top: 4px solid #f63;
    cursor: pointer;
}

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    border-top: 1px solid #ddd;
    width: 97.5%;
    margin: 0 1.25%;
    z-index: 1000;
}

.subnav-content a {
    float: left;
    color: #363636;
    text-decoration: none;
}

.subnav-content a:hover {
    border-top: 4px solid #f63;
    color: #363636;
    cursor: pointer;
}

.subnav:hover .subnav-content {
    display: block;
}

.reportbox {
    padding: 3em 3em;
    text-align: center;
}

.report {
    border-radius: 5px 5px 1px 1px;
}

.reporticon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -25px;
    left: 0%;
}

.morebox {
    box-shadow: inset 0 -50px 0 0 rgba(255, 255, 255, 0.2);
    display: block;
    padding: 0.35em;
    text-decoration: none;
}

.report01,
.reporticon01 {
    background-color: #b9eabb;
}

.report02,
.reporticon02 {
    background-color: #9ad9fc;
}

.report03,
.reporticon03 {
    background-color: #ffb878;
}

.report04,
.reporticon04 {
    background-color: #94e0de;
}

.report05,
.reporticon05 {
    background-color: #e4c7ff;
}

.report06,
.reporticon06 {
    background-color: #f4c1cb;
}

.report07,
.reporticon07 {
    background-color: #ffcc56;
}

.report08,
.reporticon08 {
    background-color: #fc95ae;
}

.report09,
.reporticon09 {
    background-color: #d0d8f7;
}

.report00,
.reporticon00 {
    background-color: #eee;
}

.reporticon i {
    font-size: 1.5em;
    color: #fff;
    padding-top: 0.75em;
}

.reporttext {
    font-size: 1.125em;
    color: #333;
    padding: 0 0.5em;
    font-weight: 600;
    height: 60px;
}

.report01 a,
.report02 a,
.report03 a,
.report04 a,
.report05 a,
.report06 a,
.report07 a,
.report08 a,
.report09 a {
    font-size: 1em;
    color: #363636;
    text-decoration: none;
}

.report00 a {
    font-size: 1em;
    color: #666;
    text-decoration: none;
}

.report00 .reporttext {
    font-size: 1.125em;
    color: #999;
    padding: 0 0.5em;
    font-weight: 600;
    height: 60px;
}

.loadingoverlay_text {
    position: fixed;
    top: 61%;
}

.navbar02 {
    overflow: hidden;
    background-color: #fff;
    margin: 0;
    border-top: 1px solid #ddd;
}

/* 滑動選單 */
.scrollmenu01 {
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.scrollmenu01 a {
    display: inline-block;
    color: #363636;
    text-align: center;
    padding: 1rem 1rem 1.5rem 1rem;
    text-decoration: none;
    font-size: 16px;
}

.scrollmenu01 a:link,
.scrollmenu01 a:visited {
    border-top: 4px solid #fff;
    color: #8d8d8d;
}

.scrollmenu01 a:hover {
    border-top: 4px solid #f63;
    text-decoration: none;
    background: #fff;
    color: #363636;
}
.scrollmenu01 a.focus {
    border-top: 4px solid #f63;
    cursor: pointer;
}

.recognition {
    height: 25px;
    display: inline-flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

/* 顏色識別小圓點*/
.colorRecognition {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
    cursor: pointer;
}

.colorRecognitionSearchBlock > .checked:before,
.colorRecognitionChangeBlock > .checked:before {
    position: relative;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 22px;
    color: black;
    right: 0px;
    bottom: 3px;
}

.colorRecognitionBoundary {
    position: absolute;
    display: inline-block;
}

.colorRecognitionToggle {
    position: relative;
    background-color: black;
    display: none;
    height: 25px;
    align-items: center;
}

.colorRecognitionToggle > .colorRecognition,
.colorRecognitionSearchBlock > .colorRecognition,
.colorRecognitionChangeBlock > .colorRecognition {
    margin-left: 5px;
}

.colorRecognitionSearchBlock,
.colorRecognitionChangeBlock {
    position: relative;
    align-items: center;
}

.iconDetailEdit {
    width: 20px;
    height: 20px;
    padding-left: 20px;
    background: url(../images/icon-detail-edit.png) no-repeat;
}

.iconRecognition {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.iconRecognitionShipments {
    background: url(../images/icon-recognition-shipments.png) no-repeat;
}

.iconRecognitionConsignment {
    background: url(../images/icon-recognition-consignment.png) no-repeat;
}

.iconRecognitionPicking {
    background: url(../images/icon-recognition-picking.png) no-repeat;
}

.iconRecognitionInvoice {
    background: url(../images/icon-recognition-invoice.png) no-repeat;
}

.iconRecognitionInvoiceUpload {
    background: url(../images/icon-recognition-invoice-upload.png) no-repeat;
}

.iconRecognitionInspectionComplete {
    background: url(../images/icon-recognition-inspection-complete.png) no-repeat;
}

.intermediary-toolbar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intermediary-btn {
    display: inline-block;
    padding: 0 4px;
}

.intermediary-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    opacity: 0.4;
    font-size: 1px;
    overflow: hidden;
    background: black;
    z-index: 9000;
}

#inspectionDialog > div {
    padding-top: 20px;
    display: flex;
}

.inspectionDialog-intercase {
    width: 100%;
}

.inspectionDialog-table {
    color: #333;
    border-collapse: separate;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.inspectionDialog-table th,
.inspectionDialog-table td {
    border: 0.8px solid #ccc;
    line-height: 18px;
    margin: 0;
    padding: 0 4px;
    font-size: 16px;
}

.inspectionDialog-table th {
    background-color: #cfe2ff;
}

.inspectionDialog-table button {
    margin: 2px 0;
}

.inspectionDialog-table .scan-complete {
    background-color: #79ff79;
}

.inspection_operate {
    display: flex;
    gap: 15px;
}

.inspection_operate button {
    flex: 1;
}

/*文字顏色*/
.text-red {
    color: red;
}

.text-green {
    color: green;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
