/* 多語系 */
.shopname {
    /*position:absolute; left:200px;*/
    font-size: 17px;
    font-weight: 600;
}

.shopname button {
    background-color: transparent;
}

.shopname .open>.dropdown-toggle.btn-default,
.shopname button:hover {
    background-color: #225f97;
}

/*隱藏連結虛線*/
a {
    hidefocus: expression(this.onFocus=this.blur());
    outline: none;
}

/*共用佈局*/
.clear {
    clear: both;
}

.IB {
    display: inline-block;
}

.hide {
    display: none;
}

.FL {
    float: left;
}

.fontsize0 {
    font-size: 0px;
}

ul,
li,
a {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
}

.link_color {
    color: #4e2f13;
    font-size: 11px;
}

.link_color a,
.link_color a:link,
.link_color a:active,
.link_color a:visited {
    color: #666;
}

.link_color a:hover {
    color: #F60;
}

.shadow {
    box-shadow: #ccc 0px 0px 8px;
    -webkit-box-shadow: #ccc 0px 0px 8px;
    -moz-box-shadow: #ccc 0px 0px 8px;
}

.shadow2 {
    box-shadow: #bbb 0px 1px 2px;
    -webkit-box-shadow: #bbb 0px 1px 2px;
    -moz-box-shadow: #bbb 0px 1px 2px;
}

.radius {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

/*解決文字排版自動斷行對不齊問題*/
.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    word-wrap: break-word;
    word-break: normal;
}

/*文字顏色*/
.red {
    color: #F33;
}

.orange {
    color: #F60;
}

.yellow {
    color: #FF6;
}

/*分隔線樣式*/
.hr {
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 5px auto;
}

.solid {
    border-bottom: solid 1px #666;
}

.dashed {
    border-bottom: dashed 1px #fff;
}

.dotted {
    border-bottom: dotted 1px #fff;
}

/*換頁樣式*/
.msdn {
    padding: 4px 6px 4px 0px;
    color: #666;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    text-align: center;
}

.msdn a,
.msdn a:link,
.msdn a:visited {
    padding: 5px 6px 4px 5px;
    margin: 0px 3px;
    color: #666;
    text-decoration: none;
}

.msdn a:hover {
    color: #F90;
}

.pagination a:active {
    color: #0066a7;
    background-color: #d2eaf6;
}

.msdn span.current {
    padding: 5px 6px 4px 5px;
    font-weight: bold;
    margin: 0px 3px;
    color: #444444;
}

.msdn span.disabled {
    display: none;
}

/*半透明背景*/
/*.translucent{background-color:#ffffff; background-color:rgba(0,0,0,0.1); filter:alpha(opacity=40); *background:#ffffff; *filter:alpha(opacity=40);}*/
/*:root .rgba{filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#44333333', EndColorStr='#22333333');}
.rgba{background:rgba(0, 0, 0, 0.4); filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#66333333', EndColorStr='#66333333');}
*/
/*滑鼠移入移出效果*/
.mouseover {
    cursor: pointer;
    /* background-color:#d5f8fb; color:#21959e; */
}

.mouseout {
    cursor: auto;
}

/*輸入欄位樣式*/
input[type=text],
input[type=email],
input[type=date],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=time],
input[type=url],
input[type=week],
textarea {
    padding: 4px 5px;
    border: #ccc 1px solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input[type=submit],
input[type=button],
input[type=reset] {
    font-size: 12px;
    height: 30px;
}

select {
    padding: 4px;
    line-height: 20px;
    border: #ccc 1px solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

html,
body {
    margin: 0 auto;
    padding: 0px;
    border: none;
    min-height: 700px;
}

body div {
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
}

/*頁首*/
#logo {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 180px;
    height: 100px;
    background: url(../images/layout/logo.png) no-repeat 10px center;
}

#welcome a,
#welcome a:link,
#welcome a:active,
#welcome a:visited {
    color: #30a7d7;
    text-decoration: underline;
}

#welcome a:hover {
    color: #09C;
    text-decoration: none;
}

#go2see {
    position: absolute;
    right: -4px;
    top: 40px;
    display: block;
    width: 205px;
    height: 55px;
    background: url(../images/layout/FrontPage.png) no-repeat 0 0;
    text-align: left;
    text-indent: -9999px;
}

#go2see:hover {
    background: url(../images/layout/FrontPage.png) no-repeat 0 -55px;
}


/*背景圖*/
.bg_img {
    width: 100%;
    height: 681px;
}

.img_1 {
    background: #d9d0bf no-repeat center center url(../images/album/bg.jpg);
    width: 100%;
    height: 681px;
}

/*面包屑*/
#crumbs {
    float: left;
    padding-top: 10px;
    height: 1em;
}

#crumbs li {
    float: left;
    line-height: 2em;
    padding-left: .75em;
    color: #777;
    background: url(../images/layout/crumbs.gif) no-repeat right center;
    padding-right: 1.2em;
}

#crumbs li:last-child {
    background: none;
}

#crumbs li a {
    display: block;
}

#crumbs li a:link,
#crumbs li a:visited {
    text-decoration: none;
    color: #777;
}

#crumbs li a:hover,
#crumbs li a:focus {
    color: #f60;
}

/*主內容區*/
.main_area {
    background: #fff;
    position: relative;
}

#titleBar {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    vertical-align: bottom;
}

#pgTitle {
    float: left;
    padding-right: 10px;
    line-height: 1em;
    font-size: 2.7em;
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體", "新細明體", "新細明體-ExtB";
    letter-spacing: 1px;
    color: #39C;
}

.feature_list {
    position: absolute;
    right: 0px;
    bottom: 10px;
    font-size: 13px;
}

.feature_list a {
    float: left;
    margin: 0 6px;
    display: block;
    line-height: 20px;
    border: #fff 2px solid;
    outline: #ddd 1px solid;
    background: #f6f6f6;
    text-align: center;
    color: #39C;
    padding: 0 10px;
}

.feature_list a:hover {
    color: #F60;
    outline: #ccc 1px solid;
    background: #eee;
}

.search_title {
    line-height: 24px;
    font-size: 13px;
    color: #666;
}

.search_form {
    width: 100%;
    font-size: 11px;
    line-height: 11px;
}

.search_form th {
    text-align: center;
    letter-spacing: 3px;
    font-weight: 100;
}

.search_form th,
.search_form td {
    padding: 5px 10px;
    background: #f6f6f6;
    color: #666;
    border: #fff 1px solid;
    line-height: 22px;
    vertical-align: middle;
}

.search_form .input_01 {
    width: 200px;
}

/*滑鼠移入移出效果*/
.mouseover {
    cursor: pointer;
    background-color: #eee;
}

.mouseout {
    cursor: auto;
}

/*各欄位寬度*/
#task {
    margin: 5px 1px;
}

/*內頁次標選單*/
.sub_list {
    padding: 5px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體", "新細明體", "新細明體-ExtB";
}

.sub_list a,
.sub_list a:link,
.sub_list a:active,
.sub_list a:visited {
    color: #FFF;
}

.sub_list a:hover {
    color: #F60;
}

/*次標題、次標選單*/
.sub_title {
    color: #fff;
    letter-spacing: 3px;
    font-size: 15px;
}

.sub_menu {
    position: absolute;
    right: 25px;
    top: 18px;
    background: url(../images/layout/submenu_bg.png) no-repeat left top;
    padding-left: 110px;
}

.sub_menu div {
    height: 20px;
    line-height: 20px;
    background: #FFF;
    padding: 0 10px;
    color: #39C;
    letter-spacing: 1px;
}

.sub_menu a,
.sub_menu a:link,
.sub_menu a:active,
.sub_menu a:visited {
    color: #39C;
}

.sub_menu a:hover {
    color: #F60;
}

.cnew:before {
    content: 'NEW';
    color: #f00;
    font-size: 12px;
}


#Creator {
    position: absolute;
    right: 0px;
    top: 35px;
}

.btn1 {
    letter-spacing: 3px;
    height: 25px;
    padding: 0 20px;
}

.tr_separate td,
.tr_separate td:hover {
    background-color: #FFFFFF;
}

.list_ul ul,
li {
    margin: 0;
    padding: 0;
}

.list_ul ul {
    margin-left: 1.5em;
}

/*其它*/
#search {
    display: none;
    margin-bottom: 5px;
}

label.error {
    color: #F00;
    padding-left: 5px;
}

input.sort_num {
    text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.cuscol {
    text-align: left;
    outline: 1px solid #ccc;
    padding: 5px 15px;
    display: block;
    float: left;
    box-sizing: border-box;
}

/*.cuscol.col12{width:calc(99% - 36px);}
.cuscol.col11{width:calc((99% / 12 * 11) - (36px));}
.cuscol.col10{width:calc((99% / 12 * 10) - (36px));}
.cuscol.col9{width:calc((99% / 12 * 9) - (36px));}
.cuscol.col8{width:calc((99% / 12 * 8) - (36px));}
.cuscol.col7{width:calc((99% / 12 * 7) - (36px));}
.cuscol.col6{width:calc((99% / 12 * 6) - (36px));}
.cuscol.col5{width:calc((99% / 12 * 5) - (36px));}
.cuscol.col4{width:calc((99% / 12 * 4) - (36px));}
.cuscol.col3{width:calc((99% / 12 * 3) - (36px));}
.cuscol.col2{width:calc((99% / 12 * 2) - (36px));}
.cuscol.col1{width:calc((99% / 12 * 1) - (36px));}*/
.cuscol.col12 {
    width: 100%;
}

.cuscol.col11 {
    width: 91.6667;
}

.cuscol.col10 {
    width: 83.3333%;
}

.cuscol.col9 {
    width: 75%;
}

.cuscol.col8 {
    width: 66.6667%;
}

.cuscol.col7 {
    width: 58.3333%;
}

.cuscol.col6 {
    width: 50%;
}

.cuscol.col5 {
    width: 41.6667%;
}

.cuscol.col4 {
    width: 33.3333%;
}

.cuscol.col3 {
    width: 25%;
}

.cuscol.col2 {
    width: 16.6667%;
}

.cuscol.col1 {
    width: 8.3333%;
}

/*group option*/
.funcList {}

.funcList>ul {}

.funcList>ul>li {}

.funcList>ul>li>ul {
    overflow: hidden;
}

.funcList>ul>li>ul>li {
    padding-left: 2em;
    position: relative;
    z-index: 1;
}

.funcList>ul>li>ul>li:before {
    content: '└';
    font-size: 49px;
    position: absolute;
    left: -5px;
    z-index: 0;
}

.funcList li {
    line-height: 32px;
    font-size: 15px;
    padding-left: 1em;
    position: relative;
    z-index: 1;
}

.funcList a {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.funcList.sp li span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 5px;
    margin: 0 5px 0 5px;
    height: 23px;
    vertical-align: middle;
    line-height: 23px;
    background-color: #ccc;
    cursor: move;
}

.funcList.sp li span b.del:before {
    content: '\2716';
    margin: 0 10px 0 0;
    font-size: 17px;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.funcList.sp li span b.del:hover:before {
    color: #f00;
    cursor: pointer;
}

.funcList.sp li span b.isUsed:before {
    content: '\2610';
    font-size: 17px;
    margin: 0 0 0 10px;
    width: 17px;
    height: 17px;
    display: inline-block;
}

.funcList.sp li span b.isUsed:hover:before {
    color: #f00;
    cursor: pointer;
}

.funcList.sp li span b.isUsed.checked:before {
    content: '\2611';
}

.funcList.sp li span:after {
    content: '';
}

.funcList.sp li span:hover {
    content: '';
}

.funcList.sp li label {
    display: inline-block;
    background-color: #ccc;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    padding: 0 5px;
    position: relative;
}

.funcList.sp li label input[type=checkbox] {
    position: relative;
    width: 16px;
    height: 25px;
}

.funcList .ui-sortable {
    display: inline-block;
}

.tooltip {
    border: 0px !important;
    padding: 20px !important;
    opacity: 1;
}

.tooltip>.ui-tooltip-content {
    text-align: left;
}

/*標籤管理*/
.tagList {
    padding: 10px;
    font-family: "Arial Rounded MT Bold", Ubuntu, sans-serif, "Arial Unicode MS", "Zapf Dingbats", "Segoe UI Emoji", "Segoe UI Symbol", NotoColorEmoji, EmojiSymbols, Symbola, Noto, "Android Emoji", AndroidEmoji, "lucida grande", tahoma, verdana, arial, AppleColorEmoji, "Apple Color Emoji" !important;
}

.tagList a {
    cursor: default;
}

.tagList ul,
.tagList li {
    line-height: 27px;
}

.tagList>li {
    position: relative;
    margin: 0 0 2px 0;
    border-top: 4px dashed #fff;
    padding-top: 3px;
}

.tagList>li:hover {
    border-top: 4px dashed #ccc;
    cursor: move;
}

.tagList>li>a {
    color: #487E44;
    font-size: 19px;
    position: relative;
}

.tagList>li>a>b.addSub:before {
    content: "\271A";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    border: 1px solid;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    right: -197px;
    z-index: 10;
    top: -3px;
}

.tagList>li>a>b.editTag:before {
    content: "\270E";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    border: 1px solid;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    top: -1px;
    left: 0px;
    background-color: #fff;
    color: #f00;
}

.tagList>li>.tagTitle {
    position: relative;
    left: 4px;
    top: -5px;
    width: 151px;
}

.tagList>li>ul {
    margin-left: 3em;
    padding: 0 0 28px 0;
    position: relative;
}

.tagList>li>ul>li {
    background-color: #ddd;
    padding: 0 30px 0 10px;
    margin: 5px 3px;
    top: 0 !important;
    display: block;
    float: left;
}

.tagList>li>ul:after {
    content: "";
    clear: both;
    display: block;
}

.tagList>li>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
}

.tagList>li>ul>li>a>b {
    display: block;
    position: relative;
    top: 0;
    right: 0;
}

.tagList>li>ul>li>a>b.delSub:before {
    content: "\2612";
    position: absolute;
    right: -29px;
    display: block;
    width: 22px;
    height: 22px;
    top: -25px;
    text-align: center;
    line-height: 22px;
    font-size: 29px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.tagList>li>ul>li>a>b.editTag:before {
    content: "\270E";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    border: 1px solid;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    top: -23px;
    left: -8px;
    background-color: #fff;
    color: #f00;
}

.tagList>li>.delMain {
    position: absolute;
    top: 4px;
    right: 0px;
}

.tagList>li>.delMain:before {
    content: "\2613";
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #487E44;
    font-size: 18px;
    border: 1px solid;
    line-height: 22px;
    height: 22px;
    width: 22px;
    display: inline-block;
    font-weight: bold;
}

.tagListB {
    text-align: left;
}

.tagListB a {}

.tagListB ul,
.tagListB li {
    line-height: 21px;
}

.tagListB>li {
    ;
}

.tagListB>li>a {
    font-weight: bold;
}

.tagListB>li>ul {}

.tagListB>li>ul>li {
    float: left;
    display: block;
    padding: 0 25px 0 10px;
    margin: 3px;
    background-color: #A64A4A;
    position: relative;
    height: 22px;
}

.tagListB>li>ul:after {
    content: "";
    clear: both;
    display: block;
}

.tagListB>li>ul>li>a {
    color: #fff;
    cursor: default;
    position: relative;
    display: block;
}

.tagListB>li>ul>li>a b {
    position: absolute;
    right: -23px;
    top: 1px;
    display: block;
    width: 20px;
    height: 20px;
    font-family: "新細明體";
}

.tagListB>li>ul>li>a b.chk:before {
    content: "\2610";
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
}

.tagListB>li>ul>li.actived>a b.chk:before {
    content: "\2611";
}

.tagListB>li>ul>li.actived {
    background-color: #405D91;
}

.tagsTxt span {
    display: inline-block;
    padding: 8px 10px;
    background-color: #BCC1C8;
    margin: 3px;
}

#dialog-form {
    display: none;
}

/*tab樣式*/
.ui-tabs.ui-widget-content {
    border-radius: 0px;
    padding: 0;
    border: 0;
}

.ui-tabs .ui-tabs-nav {
    border: 0px;
    background: none;
    border-radius: 0;
    padding: 0;
}

.ui-widget-header {}

.ui-tabs .ui-tabs-nav li {
    border-radius: 0px;
    border-color: #ccc;
}

.ui-tabs .ui-tabs-panel {
    border: 1px solid #ccc;
}

.fileList {}

.fileList:after {
    content: '';
    display: block;
    clear: both;
}

.fileList>div {
    float: left;
    margin: 5px;
    height: 100px;
    width: 100px;
    position: relative;
    cursor: move;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.fileList>div>b.del:after,
.fileList>div>b.modify:after,
#adv-object-list b.remove:after {
    content: '';
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    font-size: 20px;
    border: 1px solid #f00;
    background-color: #fff;
    color: #f00;
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
    text-indent: -1px;
    line-height: 12px;
}

.fileList>div>b.del:after,
#adv-object-list b.remove:after {
    content: '\2716';
    right: 0;
}

#adv-object-list b.remove:after {
    display: block;
    margin-right: 15px;
}

.fileList>div>b.modify:after {
    content: '\270E';
    left: 0;
}

.fileList>div:hover>b.del:after,
.fileList>div:hover>b.modify:after {
    display: block;
}

.fileList>div>img {
    max-width: 95%;
    max-height: 95%;
    background-color: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error.active {
    display: block !important;
}

.float-right {
    float: right !important;
}