.breadcrumb { list-style: none; }
.breadcrumb > li { display: inline-block; }
.breadcrumb > li > a { color: #08c; }
.breadcrumb > li > .divider { padding: 0 5px; color: #999; }
.breadcrumb > li > a:hover { color: #333; }
.breadcrumb > .active { color: #327e04; font-size: 1.2em; }
.breadcrumb > .link { color: #08c; }

.cs-tabs { margin-top: 30px; padding: 0 10px; border-bottom: #7db0d9 3px solid; letter-spacing: -0.32em; }
.cs-tabs dd { width: 150px; margin: 0 5px; font-size: 1.25em; font-family: "微軟正黑體", "Microsoft Jhenghei", "Heiti TC", "LiHei Pro", sans-serif; text-align: center; letter-spacing: normal; display: inline-block; }
.cs-tabs dd a { color: #9aa9b3; padding: 5px 10px; background: #f3f8fc; border: #d4dbdf 1px solid; border-bottom: none; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; display: block; }
.cs-tabs dd a:hover { color: #666; background: #d4dbdf; }
.cs-tabs dd a.active { color: #fff; background: #7db0d9; border-color: #7db0d9; }

.cs-content { padding: 20px 30px; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f8fc), color-stop(100%, #ffffff)); background-image: -webkit-linear-gradient(#f3f8fc, #ffffff); background-image: -moz-linear-gradient(#f3f8fc, #ffffff); background-image: -o-linear-gradient(#f3f8fc, #ffffff); background-image: linear-gradient(#f3f8fc, #ffffff); position: relative; background: none; }

.cs-button { margin-top: 35px; text-align: center; }
.cs-button button { font-size: 1.25em; margin: 0 5px; padding: 8px 30px; vertical-align: middle; }
.cs-button button.btn-save-only, .cs-button button.btn-cancel { background: #9aa9b3; }
.cs-button button.btn-save-only:hover, .cs-button button.btn-cancel:hover { background: #7d919d; }
.cs-button button.btn-submit { background: #ee0000; }
.cs-button button.btn-submit:hover { background: #bb0000; }
.cs-button button.btn-create { background: #4d9900; }
.cs-button button.btn-create:hover { background: #336600; }

.cs-function { padding: 0; text-align: left; }
.cs-function button { font-size: 1.1em; margin: 2px 0; padding: 5px 15px; }

.form-element { padding: 20px 0; position: relative; overflow: hidden; }
.form-element input, .form-element textarea { margin: 0 3px; padding: 3px 5px; }
.form-element select { margin: 0 3px; padding: 2px; }
.form-element .input-address, .form-element .input-large { width: 250px; }
.form-element .input-datepicker { width: 110px; }
.form-element .comment { width: 70%; margin: 0; padding: 5px 0 5px 25%; color: #cf8900; clear: both; }
.form-element .comment i { margin-right: 5px; }
.form-element .comment a { color: #cf8900; }
.form-element .form-element-infr { width: 70%; padding-left: 25%; }
.form-element .form-element-infr img { border: #ddd 1px solid; }

.search-filter { margin: 20px 0; padding: 10px; background: #eaefe5; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.search-filter .label-search { margin: 5px 0 5px 20px; display: inline-block; }
.search-filter .input-search, .search-filter .select-search { margin: 3px; }
.search-filter .btn-submit, .search-filter .btn-cancel { font-size: 1em; margin: 5px 0; padding: 3px 10px; background: #ee0000; }
.search-filter .btn-submit:hover, .search-filter .btn-cancel:hover { background: #bb0000; }
.search-filter .btn-cancel { background: #9aa9b3; }
.search-filter .btn-cancel:hover { background: #7d919d; }
.search-filter .error-msg { margin-left: 10px; color: #f00; }
.search-filter .error-msg i { margin-right: 3px; }
.search-filter .related-searches { width: 150px; padding: 5px; background: #fff; border: #ccc 1px solid; border-top: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px; -moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px; box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px; position: absolute; z-index: 99; display: none; }
.search-filter .related-searches dd { padding: 5px; cursor: pointer; }
.search-filter .related-searches dd:hover { background: #d4dbdf; }

.pages { margin: 10px; text-align: center; }
.pages a, .pages span { margin: 3px; padding: 1px 5px; }
.pages a { color: #333; border: #ccc 1px solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; vertical-align: middle; }
.pages a.prev-page:before { content: "\00ab"; margin-right: 3px; }
.pages a.next-page:after { content: "\00bb"; margin-left: 3px; }
.pages a:hover { color: #fff; background: #999; border-color: #999; }
.pages a.disable { color: #ccc; background: none; border-color: #ccc; }

.orders-content { width: 100%; overflow-x: auto; overflow-y: visible; }

.orders-table { min-width: 100%; margin: 20px 0; border-collapse: collapse; }
.orders-table caption { color: #999; text-align: left; margin: 5px 0; }
.orders-table th, .orders-table td { height: 25px; padding: 5px 10px; color: #333; text-align: center; vertical-align: middle; white-space: nowrap; background: #fff; border-bottom: #d4dbdf 1px solid; border-right: #fff 1px solid; }
.orders-table th.txt, .orders-table td.txt { text-align: left; }
.orders-table th.num, .orders-table td.num { text-align: right; }
.orders-table th.summary-name, .orders-table td.summary-name { text-align: right; }
.orders-table th { background: #b2deee; border-bottom-color: #7a98a2; border-right-color: rgba(255, 255, 255, 0.2); }
.orders-table th.th-colspan { border-bottom-color: #fff; border-bottom-color: rgba(255, 255, 255, 0.2); }
.orders-table > tbody > tr:nth-child(4n+3) td { background: #f1f3f5; }
.orders-table tr.summary td { font-weight: bold; background: #d6e0cc !important; border-bottom-color: #adb7a3; }
.orders-table .order-detail > td { padding: 20px; border-left: #9ea399 5px solid; background: #f4f7f2 !important; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 3px inset; -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 3px inset; box-shadow: rgba(0, 0, 0, 0.1) 0 5px 3px inset; }
.orders-table input[type="text"], .orders-table textarea { margin: 0 3px; padding: 3px 5px; }
.orders-table select { padding: 2px 5px; }
.orders-table button { font-size: 0.9em; padding: 5px 10px; }
.orders-table .input-price { width: 50px; }
.orders-table .btn-edit, .orders-table .btn-detail, .orders-table .btn-delete { margin: 0 3px; padding: 2px 0 2px 5px; background: #84a366; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }
.orders-table .btn-edit:hover, .orders-table .btn-detail:hover, .orders-table .btn-delete:hover { background: #6b8650; }
.orders-table .btn-detail { padding: 3px 0 3px 5px; background: #7fb3da; }
.orders-table .btn-detail:hover { background: #579ccf; }
.orders-table .btn-detail.active { background: #ee0000; }
.orders-table .btn-detail.active:hover { background: #bb0000; }
.orders-table .btn-delete { background: #9aa9b3; }
.orders-table .btn-delete:hover { background: #7d919d; }
.orders-table .btn-add-remark, .orders-table .btn-edit-certificate { padding: 3px 10px; background: #adc199; }
.orders-table .btn-add-remark:hover, .orders-table .btn-edit-certificate:hover { background: #94ae79; }
.orders-table .btn-edit-certificate { padding: 3px 10px; background: #f89999; }
.orders-table .btn-edit-certificate:hover { background: #f56969; }
.orders-table .btn-print-invoice { margin-left: 5px; padding: 3px 7px; background: #f89999; }
.orders-table .btn-print-invoice:hover { background: #f56969; }
.orders-table .btn-tiny { color: #999; font-size: 1em; margin-left: 5px; padding: 1px 0 1px 5px; border: #ccc 1px solid; background: #fff; }
.orders-table .btn-tiny:hover { color: #fff; background: #999; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.orders-table .table-sort { color: #fff; margin: 0 3px; padding: 0; vertical-align: middle; text-shadow: rgba(0, 0, 0, 0.3) 0 1px; }
.orders-table .table-sort.active { color: #477383; text-shadow: rgba(255, 255, 255, 0.7) 0 1px; }
.orders-table:hover > tbody > tr:hover > td { background: #eaefe5; }

.order-detail-tabs { padding: 0 10px; text-align: left; letter-spacing: -0.32em; }
.order-detail-tabs dd { margin: 0 2px; padding: 5px 10px; color: #929c88; font-family: "微軟正黑體", "Microsoft Jhenghei", "Heiti TC", "LiHei Pro", sans-serif; letter-spacing: normal; background: #eaefe5; border: #c4c6c1 1px solid; border-bottom: none; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; cursor: pointer; display: inline-block; }
.order-detail-tabs dd:hover { color: #666; background: #d6e0cc; }
.order-detail-tabs dd.active { color: #fff; background: #99b27f; border-color: #99b27f; }

.order-detail-content { width: 100%; margin-bottom: 20px; }

.order-hd { float: left; }

.order-body { overflow: auto; float: left; }

.order-table { width: 97%; }
.order-table th { color: #fff; background: #99b27f; }
.order-table tr:nth-child(even) td { background: #f1f3f5; }
.order-table a:after { content: "\f0da"; color: #b7c2c9; font-size: 1em; line-height: 1em; font-family: FontAwesome; left: -0; margin-top: 2px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; vertical-align: middle; display: inline-block; position: absolute; content: "\f08e"; margin-left: 5px; position: static; }

.cs-popup-content { padding: 20px 30px; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f8fc), color-stop(100%, #ffffff)); background-image: -webkit-linear-gradient(#f3f8fc, #ffffff); background-image: -moz-linear-gradient(#f3f8fc, #ffffff); background-image: -o-linear-gradient(#f3f8fc, #ffffff); background-image: linear-gradient(#f3f8fc, #ffffff); }
.cs-popup-content .cs-button { margin: 20px 0 0; }
.cs-popup-content .cs-button button { font-size: 1.1em; margin: 0; padding: 5px 15px; }
.cs-popup-content .orders-table { width: 100%; }
.cs-popup-content .orders-table > tbody > tr td { background: #fff; }
.cs-popup-content .orders-table tr:nth-child(even) td { background: #f1f3f5; }
.cs-popup-content .orders-table tr.summary td { font-weight: bold; background: #fbcccc !important; border-right-color: #fbcccc; border-bottom-color: #d2a3a3; }
.cs-popup-content .orders-table .pcs { float: right; }

.cs-dialog-content { padding: 20px; }
.cs-dialog-content .title { font-size: 1.2em; }
.cs-dialog-content p { margin: 20px 30px; text-align: center; }
.cs-dialog-content p.align-left { text-align: left; }
.cs-dialog-content .cs-button { margin-top: 30px; }

.purchaser-infr, .remarks-infr { margin: 20px 0; }
.purchaser-infr dt, .remarks-infr dt { width: 25%; margin: 5px 0; text-align: right; vertical-align: top; display: inline-block; }
.purchaser-infr dd, .remarks-infr dd { width: 75%; margin: 5px 0; display: inline-block; }

.go-back { margin-top: -10px; cursor: pointer; float: right; }
.go-back .fa { margin-right: 5px; }

.return-form { margin: 20px 0; padding: 15px 20px; background: #ebeef0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.return-form .title { color: #7d919d; font-size: 1.25em; margin-bottom: 10px; }
.return-form dd { margin: 5px 0; padding-right: 30px; display: inline-block; }

.recipient-form dd { margin: 5px 0; padding-right: 30px; display: inline-block; }

.invoive-preview { text-align: center; }
.invoive-preview .comment { margin: 30px 0 10px; }

.add-remarks-form .textarea-add-remarks { width: 96%; height: 100px; }

.order-function-form dd { margin-bottom: 5px; }
.order-function-form label { width: 20%; text-align: right; display: inline-block; }
.order-function-form label.label-content-title { vertical-align: top; }
.order-function-form .select-order-function { width: 75%; }
.order-function-form .input-order-function { width: 72%; }
.order-function-form .textarea-order-function { width: 72%; height: 100px; }
.order-function-form .sms-caculate { padding-left: 170px; }
.order-function-form .sms-caculate .txt-length { color: #ee0000; margin: 0 5px; }

.invoice-form.check-group { margin-left: 70px; }
.invoice-form dd { margin: 10px 0; }
.invoice-form .input-date { width: 30px; }
.invoice-form .select-date { width: 50px; }
