html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "PingFang TC", "Helvetica Neue", "Microsoft JhengHei", "微軟正黑體";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    /* list-style: none; */
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #86878b;
    font-weight: 400;
    /* background: #fff; */
    background: #1a1a1a url(../images/profile_website.png) no-repeat bottom center;
    background-size: cover;
    font-family: "微軟正黑體";
}

h2 {
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    color: #212121;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.line {
    width: 64px;
    height: 2px;
    background: #ff8b38;
    display: block;
    margin: 30px auto;
}

header {
    z-index: 9998;
    background: #000;
    width: 100%;
    padding: 20px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky {
    position: fixed;
    width: 100%;
    background: #000;
    box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
    padding: 15px 0px;
}

header a.logo img {
    display: block;
}

.logo {
    width: 30%;
    float: left;
}

nav {
    width: 70%;
    float: left;
    text-align: right;
}

nav ul li {
    display: inline-block;
    padding: 0px 0px 0px 48px;
}

nav ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    color: rgba(255, 255, 255, 0.70);
}

nav ul li a:hover {
    color: #ff8b38;
    transition: all 0.5s;
}

#banner img {
    display: block;
}

#banner .labor_date {
    padding: 40px 30px 50px;
    background-color: #00335f66;
    width: 58%;
    
    margin: 35px auto 20px;
    border-radius: 20px;
}


#banner .labor_date h2 {
    font-family:"Noto Sans TC"  !important;
    color: #000;
    text-align: left;
    /* margin-top: 25px; */

    text-align: center;
    font-size: 50px;
    color: #ffd000 !important;
    font-weight: 800;
}
#banner .labor_box h3 {
    margin-bottom: 15px;
}
#banner span.line {
    margin: 30px 0;
}

#banner p {
    color: #272b32;
    font-size: 18px;
    letter-spacing: 1px;
    /* text-align: right; */
    padding-right: 1%;
    margin-top: -5px;
}

#banner span.line {
    background: #fff;
}

#banner a.download {
    width: 135px;
    height: 42px;
    line-height: 40px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: block;
}

#banner a.download:hover {
    background: #fff;
    color: #232323;
    transition: all 0.5s;
}

#banner form {
    max-width: 360px;
    width: 100%;
    float: right;
    background: #002559;
    border-radius: 3px;
    text-align: center;
    padding: 30px 15px;
}

#banner form h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    background: #f5f5f5;
    padding: 20px 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#banner form h3 span {
    color: #ff9b51;
}

#banner form input {
    width: 85%;
    border: 0;
    /* margin-top: 30px; */
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #fbfbfb;
    border-right: 1px solid #fbfbfb;
    padding: 10px;
    outline: 0;
}

#banner form input:focus {
    border-bottom: 1px solid #ff8b38;
}

#banner form a {
    background: #f6b431;
    color: #fff;
    display: block;
    width: 85%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /* margin-top: 50px; */
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
    margin: 20px auto;
    margin-top: 30px;
}

#banner form a:hover {
    background: #000;
    transition: all 0.5s;
}

#social {
    padding: 20px 0;
    box-shadow: 0px 1px 0.3px 0px rgba(0, 0, 0, 0.38);
}

#social h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 5px;
}

.rightside {
    text-align: right;
}

#social a i {
    color: #cccccc;
    padding: 10px 0px 0 40px;
}

#social a i:hover {
    color: #ff9b51;
}

.tabs {
    width: 100%;
    display: inline-block;
}

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 5px;
    list-style: none;
}

.tab-links a {
    width: 112px;
    height: 112px;
    line-height: 112px;
    display: block;
    background: #333333;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: all linear 0.15s;
}

.tab-links a:hover {
    background: #ff8b38;
    text-decoration: none;
}

.tab-links li.active a,
.tab-links li.active a:hover {
    background: #ff8b38;
    color: #fff;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

#tabbingsec {
    background: #f5f5f5;
    padding: 145px 0 110px;
}

.width60 {
    width: 60%;
    float: left;
    padding-left: 50px;
}

.width40 {
    width: 40%;
    float: left;
    text-align: right;
}

#tabbingsec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 50px;
}

#tabbingsec p {
    padding-bottom: 45px;
}

.width60 a {
    width: 121px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #ff8b38;
    border-radius: 3px;
    font-size: 15px;
    display: block;
}

.width60 a:hover {
    background: #232323;
    color: #fff;
    transition: all 0.5s;
}

#sublevel1 {
    padding: 110px 0 120px;
}

#sublevel1 img,
#sublevel2 img {
    width: 100%;
    display: block;
}

#sublevel1 span.line,
#sublevel2 span.line {
    margin: 30px 0;
}

#sublevel1 p {
    padding-bottom: 35px;
}

#sublevel1 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #ff8b38;
    color: #ff8b38;
    text-align: center;
    font-size: 18px;
}

#sublevel1 h4 {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
}

#sublevel2 {
    background: #f5f5f5;
    padding: 80px 0;
}

#sublevel2 h3 {
    padding-top: 50px;
}

#awesome {
    text-align: center;
    padding: 100px 0;
}

p.bottom {
    padding-bottom: 70px;
}

#awesome i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: 2px solid #ff8b38;
    color: #ff8b38;
    text-align: center;
    font-size: 30px;
}

#awesome h3 {
    padding: 25px 0;
}

#pricing {
    background: #f5f5f5;
    padding: 100px 0;
    text-align: center;
}

#pricing p.bottom {
    padding-bottom: 110px;
}

#pricing article h3 {
    background: #333333;
    color: #fff;
    padding: 22px 0;
    border-bottom: 1px solid #fff;
}

#pricing article h1 {
    background: #333333;
    color: #fff;
    font-size: 92px;
    font-weight: 700;
    line-height: 100%;
    font-family: 'Raleway', sans-serif;
}

#pricing article h1 span {
    font-size: 35px;
}

#pricing article h4 {
    background: #333333;
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: italic;
    padding-bottom: 20px;
    border-bottom: 5px solid #ff8b38;
    font-weight: 400;
    line-height: 100%;
}

#pricing article h5 {
    background: #ff8b38;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600;
    line-height: 100%;
}

#pricing article p {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0;
    text-transform: uppercase;
}

#topmar {
    margin-top: -30px;
}

#customer {
    padding: 80px 0;
    text-align: center;
}

p.arrow_box {
    position: relative;
    background: #f5f5f5;
    padding: 15px;
    text-align: left;
    max-width: 282px;
}

p.arrow_box:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #f5f5f5;
    border-width: 15px;
    margin-left: -15px;
}

.mainhald {
    margin-top: 20px;
}

.hlfside {
    width: 30%;
    float: left;
}

.athrhalf {
    width: 70%;
    float: left;
    text-align: left;
}

.athrhalf h3 {
    padding-top: 15px;
    padding-bottom: 5px;
}

#design {
    background: url(../images/news.jpg) no-repeat center center;
    min-height: 320px;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
    text-align: center;
}

#design h2 {
    color: #fff;
}

#design a {
    width: 135px;
    height: 42px;
    line-height: 40px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 30px auto 0;
    display: block;
}

#design span.line {
    background: #fff;
}

#design a:hover {
    background: #fff;
    color: #232323;
    transition: all 0.5s;
}

#contact {
    padding: 100px 0 80px;
}

#contact p {
    text-align: center;
}

#contact input,
#contact textarea {
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding: 13px;
}

#contact textarea {
    height: 180px;
}

#contact a {
    width: 148px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #ff8b38;
    border-radius: 3px;
    font-size: 15px;
    display: block;
    margin: 20px auto 0;
}

#contact a:hover {
    background: #232323;
    color: #fff;
    transition: all 0.5s;
}

#contact input:focus,
#contact textarea:focus {
    border-bottom: 1px solid #ff8b38;
}



.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

.staggered-animation {
    opacity: 0;
}

.staggered-animation.animated {
    opacity: 1;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: #ff9b51;
}

.cssload-spinner {
    position: absolute;
    width: 33px;
    height: 33px;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
}

.cssload-spinner:after,
.cssload-spinner:before {
    position: absolute;
    content: "";
    border: 2px solid rgb(255, 255, 255);
    width: 31px;
    height: 31px;
}

.cssload-spinner:after {
    animation: cssload-spinner1 2.88s linear infinite;
    -o-animation: cssload-spinner1 2.88s linear infinite;
    -ms-animation: cssload-spinner1 2.88s linear infinite;
    -webkit-animation: cssload-spinner1 2.88s linear infinite;
    -moz-animation: cssload-spinner1 2.88s linear infinite;
}

.cssload-spinner:before {
    width: 43px;
    height: 43px;
    margin-left: -6.5px;
    margin-top: -6.5px;
    animation: cssload-spinner2 2.88s linear infinite;
    -o-animation: cssload-spinner2 2.88s linear infinite;
    -ms-animation: cssload-spinner2 2.88s linear infinite;
    -webkit-animation: cssload-spinner2 2.88s linear infinite;
    -moz-animation: cssload-spinner2 2.88s linear infinite;
}


/* ken */

.logoimg {
    width: 100%;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
}

#banner form label {
    color: #fff;
    text-align: left;
    padding: 15px 10px 0px 25px;
    font-size: 16px;
}

.login_box .Process {
    cursor: pointer;
}

.login_box .Process.active {
    background-color: #f6b431;
    border: 5px solid #ffc500;
}

#banner .Process.active p.icon {
    color: #002559;
    font-weight: 700;
}

.login_box .Process {
    background-color: #bdbdbd;
    border-radius: 50%;
    height: 140px;
    border: 5px solid #ccc;
}

.login_box .Process img {
    width: 40%;
    margin: 0 auto;
    padding-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-50 {
    margin-bottom: 50px;
}

#banner .Process p.icon {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    padding-right: 0;
}

#banner.login_box .Process.active p.icon {
    color: #002559;
}

.login_box.date .Process {
    height: 160px;
    width: 60%;
    margin: 0 auto;
}

#banner .login_box.date p {
    font-size: 20px;
}

.grid-body {
    padding: 30px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #0080af;
}

.grid-body.ya {
    background-color: #f7f7f7;
    border: 5px solid #94e5ff;
}

.print_box span.t {
    text-align: left;
    font-size: 16px;
    padding-bottom: 5px;
    color: #333;
}

.print_box span.s {
    text-align: left;
    font-size: 17px;
    color: #00a3b9;
    line-height: 24px;
}

.text-cetner {
    text-align: center;
}

.uneditable-input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none !important;
    color: #282323;
    outline: 0;
    height: 16px;
    padding: 6px 11px !important;
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    min-height: 34px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form-control {
    width: 100%;
}

.form-row input,
.form-row select,
.form-row textarea,
.form-row select2 {
    margin-bottom: 10px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    line-height: 15px;
    font-size: 15px;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.form-row .form-control {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

select,
input[type="file"] {
    height: 34px !important;
    line-height: 34px !important;
    margin-bottom: 10px;
    padding-left: 5px;
}

.important-star {
    color: red;
}

#container {
    min-height: calc(100% - 122px);
    position: relative;
}


#id_wrapper {
    /* 設定高度最小為100%, 如果內容區塊很多, 可以長大 */
    min-height: 100%;
    /* 位置設為relative, 作為footer區塊位置的參考 */
    position: relative;
}

#id_header {
    /* 設定header的高度 */
    height: 40px;
    box-sizing: border-box;
}

#id_content {
    /* 留出header及footer區塊的空間 */
    padding-top: 40px;
    padding-bottom: 40px;
}

#id_footer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#id_footer.footer_box {
    position: relative;
}

.m-t-10 {
    margin-top: 10px;
}

.J-download-box {
    border: 1px solid #e0e0e0;
    padding: 15px;
    /* margin: 20px 0px; */
    background: #f5f5f5;
}

.Downloadfile-img {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 6px;
    margin-left: -4px;
    background-repeat: no-repeat;
}

.Downloadfile-img.Downloadfile-default {
    background: url(../images/file_icon/default.png);
}

.Downloadfile-img.Downloadfile-PDF {
    background: url(../images/file_icon/PDF.png);
}

.Downloadfile-img.Downloadfile-MP4 {
    background: url(../images/file_icon/MP4.png);
}

.Downloadfile-img.Downloadfile-PNG {
    background: url(../images/file_icon/PNG.png);
}

.Downloadfile-img.Downloadfile-DOC {
    background: url(../images/file_icon/DOC.png);
}

.Downloadfile-img.Downloadfile-PHP {
    background: url(../images/file_icon/PHP.png);
}

.Downloadfile-img.Downloadfile-JPG {
    background: url(../images/file_icon/JPG.png);
}

.Downloadfile-img.Downloadfile-RB {
    background: url(../images/file_icon/RB.png);
}

.Downloadfile-img.Downloadfile-RAR {
    background: url(../images/file_icon/RAR.png);
}

.Downloadfile-img.Downloadfile-TXT {
    background: url(../images/file_icon/TXT.png);
}

.Downloadfile-img.Downloadfile-FILE {
    background: url(../images/file_icon/file.png);
}

.Downloadfile-img.Downloadfile-GIF {
    background: url(../images/file_icon/GIF.png);
}

.Downloadfile-img.Downloadfile-FLA {
    background: url(../images/file_icon/FLA.png);
}

.Downloadfile-img.Downloadfile-PPT {
    background: url(../images/file_icon/PPT.png);
}

.Downloadfile-img.Downloadfile-PSD {
    background: url(../images/file_icon/PSD.png);
}

.Downloadfile-img.Downloadfile-ZIP {
    background: url(../images/file_icon/ZIP.png);
}

.Downloadfile-img.Downloadfile-TIF {
    background: url(../images/file_icon/TIF.png);
}

.Downloadfile-img.Downloadfile-ODS {
    background: url(../images/file_icon/ODS.png);
}

.Downloadfile-img.Downloadfile-XLS {
    background: url(../images/file_icon/XLS.png);
}

.Downloadfile-img.Downloadfile-C1 {
    background: url(../images/file_icon/C++.png);
}

.Downloadfile-img.Downloadfile-HTML {
    background: url(../images/file_icon/HTML.png);
}

.Downloadfile-img.Downloadfile-C2 {
    background: url(../images/file_icon/Csharp.png);
}

.Downloadfile-img.Downloadfile-JAVA {
    background: url(../images/file_icon/JAVA.png);
}

.Downloadfile-img.Downloadfile-MUSIC {
    background: url(../images/file_icon/music.png);
}

.Download-span {
    height: 35px;
    line-height: 35px;
    text-decoration: underline;
    color: #989898;
    font-size: 16px;
}

.hover-Blue700:hover {
    color: #1976d2 !important;
}

.btn {
    display: inline-block;
    padding: 9px 12px;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #dce0e8;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
    font: 14px/20px;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:focus,
.btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: #989d9f;
}

.dropzonespan {
    font-weight: 700;
}

.btn-success {
    color: #ffffff;
    background-color: #1976d2;
}

.btn-cons {
    margin-right: 5px;
    min-width: 120px;
    margin-bottom: 8px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #4473a1;
}

.text-center {
    text-align: center;
}

.m-t-30 {
    margin-top: 30px;
}

.f-w-700 {
    font-weight: 700;
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    background-color: #e3fff1;
    /* border-color: #1abbec; */
    border: 1px solid #005d2e;
    color: #017139;
}

#banner .login_box.date .alert .alert_p {
    font-size: 16px;
    /* margin-bottom: 10px; */
    text-align: left;
    color: #007ba2;
}

table.table.table-color {
    background-color: #dfffef;
}

table.table.table-color th {
    background-color: #0b8e4d;
    text-align: center;
    border: 1px solid #ffffff;
    line-height: 1.7;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
}

table.table.table-color tr:nth-child(odd) {
    background-color: #ffffff;
}

table.table.table-color td {
    text-align: center;
}

table.table.table-color td.time {
    /* font-size: 18px; */
    font-weight: 700;
    color: #015f30;
}

table.table.table-color .label {
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 2px;
    display: block;
    padding: 6px 10px;
    color: #ffffff;
    border-radius: .25em;
    font-size: 11px;
    text-shadow: none;
    background-color: #dce0e8;
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
    display: inline;
}

.tab-content.transparent {
    background-color: transparent;
}

.nav>.disabled>a {
    color: #999999;
}

.nav .tools {
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
}

.nav .tools a {
    position: relative;
    background: url('../img/icon/portlet-tray.png') no-repeat;
    transition: all 0.1s linear 0s;
}

.nav>.disabled>a:hover,
.nav>.disabled>a:focus {
    background-color: rgba(0, 0, 0, 0);
    cursor: default;
    text-decoration: none;
}

.nav-tabs {
    margin-bottom: 0px;
    /* background-color: #d1dade; */
    padding: 0;
}

.nav-tabs>li {
    margin-bottom: -3px;
    padding-left: 0;
}

.nav-tabs>li>a {
    border-radius: 0;
    border: 0px;
    padding: 15px 20px;
    color: #8e9aa2;
    min-width: 70px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-width: 0px;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    border: 0px;
    color: #505458;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
    color: #505458;
}

.nav .tools>a.remove,
.nav .tools>a.remove {
    background-position: -66px -38px;
    width: 10px;
    height: 10px;
}

.nav .tools>a.config,
.nav.tools>a.config {
    background-position: -3px -32px;
    width: 22px;
    height: 22px;
}

.nav .tools>a.reload,
.nav .tools>a.reload {
    background-position: -37px -38px;
    width: 12px;
    height: 10px;
}

.nav .tools>a.expand,
.nav .tools>a.expand {
    background-position: -123px -40px;
    width: 10px;
    height: 6px;
}

.nav .tools>a.collapse,
.nav.tools>a.collapse {
    background-position: -95px -40px;
    width: 9px;
    height: 7px;
}

.nav-pills {
    margin-bottom: 10px;
}

.nav-pills>li>a {
    padding: 8px 12px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #0090d9;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    margin-right: 0px;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover,
.nav>li.dropdown.open.active>a:focus {
    background-color: #C1CACE;
}

.p-r-5 {
    padding-right: 5px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.input-append .add-on,
.input-prepend .add-on {
    position: absolute;
    background-color: #dce0e8;
    color: #5E5E5E;
    text-shadow: none;
    border: #dce0e8;
    border-radius: 0 2px 2px 0;
    height: 34px;
    min-width: 34px;
    /* padding-right: 10px; */
    /* padding-left: 10px; */
    /* padding-top: 14px; */
    line-height: 34px;
    text-align: center;
}

.search_div input[type="text"] {
    font-size: 16px;
    border-radius: 20px;
}

.search_div .success input {
    box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.1);
}

.search_div .form-control {
    height: 50px;
    line-height: 50px;
}

.input-append .form-control {
    display: inline-block;
}

.JdataPicker .add-on {
    right: 16px;
    top: 5px;
}

.input-append.success .add-on,
.input-prepend .add-on {
    background-color: #1976d2;
    color: #ffffff;
    display: inline-block;
    float: left;
}

.search_div .input-append .add-on,
.search_div .input-prepend .add-on {
    height: 50px;
    min-width: 40px;
    padding-top: 14px;
    padding-left: 11px;
    border-radius: 4px 20px 20px 4px;
}

.search_div .input-append .add-on .arrow {
    top: 6px;
}

div.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #cccccc;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: -6.5%;
}

div.triangle.t1 {
    right: -11%;
}

div.triangle.t2 {
    right: -3.5%;
}

div.triangle.t3 {
    right: 4%;
}

div.triangle.active {
    border-color: transparent transparent transparent #f6b431;
}

.tab-pane label {
    display: block;
}

#banner form .nav-tabs a {
    background: transparent;
    color: #fff;
    display: block;
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /* margin-top: 50px; */
    padding: 10px 9px;
    font-size: 15px;
    font-weight: 600;
    margin: 20px auto -1px;
    margin-top: 0px;
}

#banner form .nav-tabs li.active a {
    background-color: #002559;
}

.nav-tabs>li>a:hover {
    margin-bottom: 0px !important;
}

@keyframes cssload-spinner1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spinner1 {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spinner1 {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spinner1 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spinner1 {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes cssload-spinner2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@-o-keyframes cssload-spinner2 {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(-360deg);
    }
}

@-ms-keyframes cssload-spinner2 {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(-360deg);
    }
}

@-webkit-keyframes cssload-spinner2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes cssload-spinner2 {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(-360deg);
    }
}