@charset "utf-8";
*{
    font-family:"Helvetica Neue",Helvetica,Arial,"Heiti TC","LiHei Pro","微軟正黑體","Microsoft JhengHei",sans-serif;
}
/**/
.page{
    /*border-top: 5px #29619F solid;*/
    padding-top: 150px;
}
input[disabled],input[readonly],select[readonly]{
    cursor: not-allowed!important;
    background-color: #eee;
    border: 1px solid #a9a9a9;
}
.wrapperHeader{
    padding-top: 20px;
    background-color: rgb(236, 236, 236);
    padding-bottom: 20px;
    border-top: 5px #29619F solid;
}
/*最上方menu*/
.TopMenu{
    margin-top: -20px;
    background-color: #29619F;
    position:relative;
}
.TopMenu::after{
    border-style: solid;
    border-width:26px 0 0 26px;
    border-color:#29619F transparent transparent transparent ;
    bottom:0px;
    content:"";
    display:inline-block;
    height:8px;
    left:0;
    margin-left: -25px;
    position:absolute;
    right:10px;
    top:0;
    width:8px;

}
.TopMenu  .open>a, .TopMenu  .open>a:focus, .TopMenu  .open>a:hover{
    background-color: #084B96; 
}
.TopMenu>li>a:focus, .TopMenu>li>a:hover{
    background-color: #084B96; 
}
.TopMenu li.TopMenu-list-item:not(:last-child){
    border-right:1px solid #ccc;
}
.TopMenu > li> a {
    color:#fff;
}
@media (min-width: 768px){
    .TopMenu>li>a {
        padding-top: 0px; 
        padding-bottom: 5px; 
    } 
    .MainMenu>li>a {
        padding-top: 8px; 
        padding-bottom: 8px; 
    } 
}
.wrapper{min-height: 550px;padding-bottom: 20px;}
.wrapper,.TabWrapper2 ,.BreadcrumbWrapper,.BreadcrumbWrapper ol.breadcrumb{ background-color: #ECECEC;}
.wrapper .container{background-color: #fff;    min-height: 550px;}
.BreadcrumbWrapper{    padding-top: 20px;}
/*主要menu*/
.MainMenuWrapper{
    position: fixed;
    z-index: 101;
    width: 100%;
    top: 112px;
    background-color: #4A4A4A;
}
.MainMenuWrapper  ul.MainMenu li a {
    color:#fff;
}
.MainMenuWrapper  ul.Mainmenu-dropdown li a:focus,.MainMenuWrapper  ul.Mainmenu-dropdown li a:hover{
    background-color: #27292B; 
    color:#187CE0;
}
.MainMenu li.MainMenu-list-item{
    border-left:1px solid #382C2C;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-top:1px solid #382C2C;
}
.MainMenu  .open>a, .MainMenu  .open>a:focus, .MainMenu  .open>a:hover{
    background-color: #0279B5; 
}
.MainMenuWrapper .MainMenu>li>a:focus{
    background-color: #0279B5;
}
.MainMenuWrapper .MainMenu>li>a:hover{
    background-color: #27292B; 
    color:#187CE0;
}
ul.Mainmenu-dropdown{
    background-color: #4A4A4A;
}
li.Mainmenu-dropdown-list-item:not(:last-child),.dropdown-submenu>.dropdown-menu li:not(:last-child){
    border-bottom:1px solid #382C2C;
}
li.Mainmenu-dropdown-list-item>a{
    padding: 6px 20px;
}
.tab_content{
    display: none;
}
.dropdown-submenu{
    position:relative;
}
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 4px 4px 4px;
    -moz-border-radius:0 4px 4px 4px;
    border-radius:0 4px 4px 4px;
    background-color: #4A4A4A;
}
.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
    border-left-color:#555;
}
.dropdown-submenu.pull-left{
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}






/**/

.navbar-toggle{
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.navbar-toggle .icon-bar{
    background: #fff;
}

/*newsslide*/
.newsSlidWrapper{
    /*background-color:#F7F7F7;*/
}
.newsSlide{
    padding: 0px 5px 5px 10px;
    margin:20px auto 0px auto;
    border:2px solid #ccc;
    border-radius:5px;
    background-color: #EAEAEA;
}
.more{
    text-decoration: underline;
    z-index: 99;
    position: absolute;
    right: 60px;
    font-size: 14px!important;
}

/**/
.newsBottom{text-align: center;}
.newsBottom h2 a{
    font-size:0.7em;
}
.newsBottom h2 p{
    font-size:0.5em;
}

.TMmark{
    margin: 10px 0px;
}
/*domain*/
.MainWrapper .HomeIndex{
    margin-top: 20px;
}
.MainWrapper .HomeIndex ul li{
    list-style-type:none;

}
/*Footer*/
.FooterWrapper{

    background-color: #4D4D4D;
    color:#FFF;
}
.FooterWrapper .copy{
    background-color: #333 ;
}
.FooterWrapper .copy p{
    line-height: 1.6;
    margin:7px 0;
}
.FooterWrapper .col-md-3:not(:nth-child(3)) ul li {
    list-style-type:none;
}
.FooterWrapper ul li a{
    color:#fff;
}
.FooterWrapper h4{
    color:#ccc;
    font-weight: bold;
}
.btn {
    margin-left:5px;
    padding:4px 6px 2px;
    /*padding:2px 3px;*/
    font-size:18px; 
    color:#fff;
}
.btn:hover,.btn:focus{
    color: #fff;
}
.btnCenter{
    margin-top: 20px;
}
.searchBtn,.resetBtn,.btnAuth{padding:2px 3px; font-size: 14px;}
.bg-color-deepblue{background-color: #003042;}
.bg-color-deepblue i{font-size: 20px;margin-right:5px;}
.bg-color-deepgreen{background-color:#00A062;}
.bg-color-deepblue2{background-color: #2B71BF;}
.bg-color-deepblue2:hover{background-color: #1961B1;}
.bg-color-deepGray{background-color:#555;}
.bg-color-Orange{background-color:#FC6215;}
.bg-color-orange{background-color:#FF7744;}
.bg-color-Orange2 {    background-image: linear-gradient(to bottom right, #EF742F 66%, #EC9D70 99%);}
.bg-color-Orange2:hover { background-image: linear-gradient(to bottom right, #FB8441 66%, #EC9D70 99%);}
.bg-color-Red{background-color: #ED4760;}
.bg-color-White{background-color:#fff;border:1px solid #000;color:#000;}
.bg-color-White:hover{color:#ccc;}
.colorRed{color: #ED4760;}
.colorGreen{color:#059358;}
.colorOrange{color:#FF3C00;}
.addCart,.cancelCart{
    padding:1px 6px;
    font-size: 14px;

}
.querybtn{padding:2px 24px;}

.colorGreen{color:#059358;}
.font-bold{
   font-weight: bold;
}
.color-e46c0a{
    color:#e46c0a!important;
}
.load:before{
    content:'';
}
.load { display: inline-block;  background-repeat: no-repeat;}
.load.squares{
    width:50px;
    height:11px;
    background-image: url("/nc/images/loading.gif");
}

.load.ok{
    width:17px;
    height:11px;
    background-image: url("/nc/images/ok.png");
}
.load.note{
    width:18px;
    height:18px;
    background-image: url("/nc/images/note.png");
}


/*新聞*/
.bjqs-wrapper li h2,.bjqs-wrapper p{  font-family:Microsoft JhengHei,PMingLiU;  font-weight:bold;}
.bjqs-wrapper li a{ display: inline-block; font-size:20px; color:#005587; line-height:25px; margin-bottom:7px;}
.bjqs-wrapper li a:hover{color:#f7831e;}
.bjqs-wrapper li p{    width:90%;    font-size:14px;    line-height:23px;    color:#333;}
ol.bjqs-markers{ margin-left:10px;}
ol.bjqs-markers li a{   display:inline-block;line-height:18px;    width:18px;text-align:center;  border:1px #bfbfbf solid;font-size:13px;margin-right:7px; color:#666;}
ol.bjqs-markers li a:hover{background-color:#dedede;}
ol.bjqs-markers .active-marker a{ background-color:#ff8e00; border:1px #ff8e00 solid; color:#fff;}
ol.bjqs-markers .active-marker a:hover{background-color:#ff8e00;}
ol.bjqs-markers.h-centered{text-align:left!important;}

.fltL li {float:left;}
.algL {float:right;}


/*images*/
.ics {display:inline-block;width:20px;height:20px;background-image:url(/nc/images/icons.png);margin:0 10px -5px 0;}
.ic_mail {background-position:0 0;}
.ic_skype {background-position: 0 -20px;}
.ic_phone {background-position:0 -40px;}
.ic_arw {background-position:0 -60px;margin-right:2px;}
.ic_tooltip {background-image:0 -80px;}
.ic_q {background-position:0 -100px;margin-right:0;}
.ic_check {background-position:0 -120px;margin-right:0;}
.ic_del {background-position:0 -180px; margin-right:0;}
.ic_about{background-position:0 -200px;}
.ics_empty { display:inline-block;    width:20px;    height:20px;    margin:0 10px -5px 0;}
.icm {display:inline-block;width:25px;height:25px;background-image:url(/nc/images/iconm.png);margin:0 3px;}
.ic_f {background-position:0 0;}
.ic_t {background-position:0 -30px;}
.ic_g {background-position:0 -60px;}
.ic_shop {background-position:0 -90px; float:left;}

/*首頁*/

/*tld input*/
.domainProduct {
    font-size:14px;
    color:#FFFFFF;
    vertical-align:middle;
    padding-top:10px;
}
.domainProduct>table{
    width:100%;
}
.domainProduct>table>tbody>tr{
    white-space:nowrap;
}
.domainProduct>table>tbody>tr>td>div.checktld>table{
    margin-bottom:10px;
}
.domainProduct>table>tbody>tr>td>div.checktld>table tr{
    height:25px;
}
.domainProduct>table>tbody>tr>td>div.checktld>table tr td{
    width:140px;
}
.wrapperResult{
    display:none;
}
.clL, .clR {float:left; width:580px;}
.clR {margin-left:15px;}
.bgred { background-color: pink;}

/*域名總覽 後綴*/
.tabWrapper {    padding:26px 0;    background-repeat: no-repeat;    background-position:left bottom;}
/*域名大分類*/
ul.tabs {    
    display: inline-block;    
    overflow:hidden;    
    margin-left:0px;
    margin-bottom:-2px;
    padding:0px;
    border:0px;
    border-bottom:0px;  
    border-radius:2px;    
    width:100%;
}
ul.tabs li a {
    border:1px #0095ED solid;
    background: #50AEFF; /* Old browsers */
    background: #50AEFF; /* Old browsers */
    background: -moz-linear-gradient(top, #50AEFF 0%, #0089FF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50AEFF), color-stop(100%, #0089FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #50AEFF 0%, #0089FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #50AEFF 0%, #0089FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #50AEFF 0%, #0089FF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0077F0 0%, #06121F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50AEFF', endColorstr='#0089FF', GradientType=0 ); /* IE6-9 */
    display:block;
    color:#fff;
    font-size:18px;
    text-align:center;
    line-height:37px;
    min-width:126px;
    width:100%;
    padding:0px 3px;
    border-right:1px #212938 solid;
}
ul.tabs li.last a { border-right:none;}
ul.tabs li.active > a {     background: linear-gradient(to top, #29619f 0%, #004E9F 100%);}
/*分類內容*/
.tab_container {    border:1px #1B82A1 solid;    border-radius:2px;    border-top:1px #1B82A1 solid;    margin-top:-3px;    background: linear-gradient(to bottom, #29619f 0%, #0B83FF 100%); overflow:hidden;}
tab_container>.tab_content>div {float:left;}
.tab_content .clL {    border-right:1px #29BDEA solid;    width:220px;    min-height:130px;    padding-top:15px;}
.tab_content .subTab{    width:200px;}
.tab_content .subTab ul{padding:0;}
/*域名子分類*/
.subTab li a {    color:#fff;    font-weight:bold;    display:block;    line-height:25px;    padding-left:3px;    font-size:14px;cursor: pointer;}
.subTab li a:hover { background-color:#1968AF;}
.subTab li a.active {    background-color:#14579E;    color:#FBC43B;    padding-left:0;}

.searchResault {
    overflow:hidden;
    margin:15px 0;
    padding:15px 0;
    background-color:#EBEBEB;
}
.searchResault li {
    border-bottom:1px #fff solid;
    line-height:30px;
    width: 47.6%;
    font-size:13px;
    margin:0 10px;
    display: inline-block;
}
.searchResault div ul#tldResault li span.fqdn-data{ float: right; text-align: right;}
.resaultTT {font-size:23px;font-family: 'Montserrat', sans-serif;font-weight:400;color:#333;}

.hl_o {  /*深紫*/  color: #300F85;    font-weight: bold;}
.domainSearch {
    background-color:#efefef;
    border:1px #B8B8B8 solid;
    border-radius:2px;
    height:35px;
    /*width:380px;*/
    margin-top:-8px;
    font-size:20px;
    font-weight:bold;
    padding-left:10px;
    color:#333;
    vertical-align:middle;
}


.bg_overlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    background:#000;
    z-index:1041;
    opacity:0.7;
    width:100%;
    height:100%;
}
.login {
    display: none;
    position: fixed;
    margin: 0 auto ;
    padding:5px 10px 20px 10px;
    left: 25%;
        right: 25%;
    border-top: 3px #29B0D1 solid;
    border-bottom: 3px #29B0D1 solid;
    z-index: 1042;
    width: 550px;
}
.login h2{
    font-weight: bold;
    color: #29619F;
    font-size: 24px;
}

.contentTT{
    color:#29619F;
    font-weight: bold;
    display: inline-block;
}
.contentTT span{border-bottom: 4px solid #29619F;}

table.tb.borderBottom tr td{
    padding:10px;
}
table.tb.borderBottom tr:not(:last-child){
    border-bottom: 1px solid #ccc;
}
table.tb{ margin: 0 auto; margin-top: 20px;font-size: 14px;}
table.tb .tb-th{color: white;padding: 5px 0px;background-color: #0092C7;/*border-bottom: 2px solid #00514D;*/}
table.tb .tb-th th{line-height: 38px;font-size:14px;text-align: center!important;}
table.tb .tb-th th:first-child{border-left:none;}
.tb.border{border:1px solid #BEBABF; }
.tb.border tr th{   border-right: 1px dashed #fff;}
.tb.border tr td{padding:5px;text-align:center;border-right: 1px dashed #BEBABF;border-bottom: 1px dashed #BEBABF;}
.tb tr td select.tCode{width: 100px;    height: 30px;}
/*搜尋列*/
#dataSearchBox{
    vertical-align: super;
    display: inline-block;
    position: relative;
}
.search-content{
    position:absolute;
    z-index:4;
    top:14px;
    left:21px;
    width:230px;
    height:auto;
    border-radius:5px;
    padding-top:20px;
    background-color:#fff;
    border:1px solid #ccc;
}
.search-content table{width:100%;}
.search-content table tr td{ padding:5px 1px 10px 1px;border-bottom :1px solid #ccc;}
.search-content table tr td input,.search-content table tr td select{height: 25px;border: 1px solid #BEBABF; border-radius: 2px;width:90%; }
.search-content table tr td:first-child{width:50px;text-align: right;}
.search-content table tr td.text-center{text-align: center;}
.search-content table tr td button{margin-left: 3px;}
.search-content table tr:last-child td{border-bottom :none;}
.search-toggle{
    color: #fff;
    font-size: 17px;
    background-color: #0092C7;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px 6px 2px;
    margin-left: 7px;
    position: relative;
    z-index: 5;
}
.search-toggle:hover{text-decoration: underline;}
.search-toggle i{
    margin-right:3px;
    position: relative;
    top: -1px;
}
.search-content table tr td input.form-datetime.period {
     width: 45%; 
}
/*子menu*/
.wrapperTab{
    width:1170px;
    margin: 20px auto 0px auto;
    min-height: auto;
} 
.nav {        background-repeat:repeat-x;    padding-bottom:2px;}
.navInner {width:1170px; margin:0 auto; height:38px;}
.navInner li a {background-color: #29619F;display:inline-block;line-height:36px; padding:5px 12px;border-right: 2px solid #185080;}
.navInner li a.last {border-right:none;}
li.mactive> a{ background-color:#29619F;  color:#fff;font-weight: bold; margin-top: -9px;line-height: 45px;}
li.mactive-red> a{ background-color:#ED4760;  color:#fff;font-weight: bold; }
.slideMenu {    position:absolute;    overflow:hidden;    z-index:99;    display:none;}
.slideMenu li {    float:none;    width:100%;}
.slideMenu li:first-child{     padding-top: 9px;}
.slideMenu ul{margin-top:-9px;}
.slideMenu li a {
    text-align: center;
    width: 100%;
    padding: 0px;
    background-color: #666;
    border-bottom: 1px #999 solid;
    border-left: none;
    border-right: none;
    line-height: 40px;
    font-size: 18px;
    font-weight: 100;
}
.tabWrapper2 {    background-image:none;}
.tabs2 {    margin-left:0;    border:none;}
.tabs2 li a {
    /*width:175px;*/
    background-image:none;
    background: #ffffff; /* Old browsers */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 39%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #ffffff), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 39%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 39%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 39%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 39%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
    border:1px #E6E6E6 solid;
    padding:5px 0;
    color:#432E2E;
}
.tabs2 li.active> a {
    font-weight: bold;
    border:1px #0095ED solid;
    background: #50AEFF; /* Old browsers */
    background: #50AEFF; /* Old browsers */
    background: -moz-linear-gradient(top, #50AEFF 0%, #0089FF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50AEFF), color-stop(100%, #0089FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #50AEFF 0%, #0089FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #50AEFF 0%, #0089FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #50AEFF 0%, #0089FF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #50AEFF 0%, #0089FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50AEFF', endColorstr='#0089FF', GradientType=0 ); /* IE6-9 */
    color:#fff;
}
.tab_container2 {    border-top:3px #0269A5 solid;    margin-top:-4px;}
.tab_container2 .tab_content { padding:20px 0;}
.innnerSub {    overflow:hidden;    background-color:#ccc;    margin-bottom:20px;}
.innnerSub a {    color:#4D4D4D;    display:inline-block;    padding:0 10px;    line-height:35px;    border-right:1px #aaa solid;}
.innnerSub li.active a {    background-color:#29ABCF;    color:#fff;    font-weight:bold;}
.innnerSub li.active a:hover {    background-color:#00A3D1;  }
.wrapperTab ul {
    list-style-type:none;
    padding: 0px;
}
.wrapperTab .navInner  a{color:#fff;}


/*靜態頁*/
.title-font{font-weight: bold;}
.leftmenu ul{list-style-type:none;}
.leftmenu h2 {
    font-weight:bold;
    border-bottom:1px #ccc solid;
    font-size: 24px;
    color: #29619F;
    padding: 15px 10px;

}
.leftmenu a {
    display:block;
    color:#fff;
    line-height:40px;
    border-bottom:1px #2973b8 solid;
    padding-left:10px;
    background-color:#005587;
}
.leftmenu a:hover {
    color:#ddd;
    background-color:#006aa2;
}
.leftmenu a.act {
    color:#fbb03b;
    font-weight:bold;
}
.esub{
    font-size:13px;
}
.textContent .contentTT {
    padding:7px 0;
}
.textContent {
    border-top:3px #29619F solid;
    background-color:#fff;
    padding:20px 40px;
    margin-bottom:80px;
    box-shadow:0px 0px 5px rgba(20%, 20%, 20%, 0.5);
}
.textContent em{
    color:#ff0000;
    font-style: initial;
}
.hidett h3{
    cursor:pointer;
}
.ttmg{
    margin:20px 0 10px 0;
    font-weight: bold;
    color: #29619F;
    font-size: 16px;
}
.importtt{
    font-size:18px;
    color:#f15a24;
}
.sep h3.importtt{
    border-top: 1px #ccc dashed;
    padding-top: 30px;
}
.dlbtn{
    line-height:24px;
    display:inline-block;
    margin-left:7px;
    background-color:#8cb13f;
    border-radius:3px;
    padding:0 15px;
    font-size:13px;
    color:#fff;
    margin-top:15px;
}
.dlbtn:hover{
    background-color:#a3c63f;
}
.gblock{
    display:block;
    margin:30px 10px;
    padding:20px 20px;
    background-color:#efefef;
    border-radius:2px;
    font-weight:bold;
    color:#333;
    cursor:pointer;
}

.gblock:hover{
    background-color:#dfdfdf;
    text-decoration:underline;

}
.newsDate{
    float:right;
    font-size:14px;
    color:#999;
}
.newscontent{
    font-size:13px;
    line-height:22px;
    margin:15px 30px;
    display:none;
}

/*購物車步驟*/
.step {    overflow:hidden;    padding:20px 0px!important;}
.step>div {
    float:left;
    display:block;
    line-height:35px;
    background-color:#FAFAFA;
    border:1px #E6E6E6 solid;
    color:#808080;
    padding:0 6px
}
.step>div a{    color:#808080;}
.step .stepNow {    background-color:#EF6B60; font-weight: bold;   color:#fff;}
.step .stepNow a{color:#fff;}
.step .stepIcon {
    background-color:#FF5345;
    width:35px;
    padding:3px 0 2px 0;
    line-height:35px;
}


.CartWrapper table tr td.tb-title,.CartWrapper table tr th.tb-title,.tb-title {
    text-align: left;
    min-height: 30px;
    border-top:none;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.CartWrapper table td, .CartWrapper table tr th {
    vertical-align: middle;
    line-height: 22px;
    padding: 3px;
    text-align: center;
    border-top:none;
}
.CartWrapper .row:last-child{margin-bottom: 20px;}
.tb .out-tr td.text-right{
    text-align: right;
}

.cartButtonWrapper div.hr,.MsgDataWrapper div.hr{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
table#price tr td.bor-top{border-top:2px solid #ccc;}
.tb-titleWrapper{padding-top: 20px;}
/*下一步遮罩*/
.nextLoad-overlay {
    display: none;
    background: rgba(0,0,0,0.95);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1042;
}
/*聯絡人遮罩*/
.ct-box{
    width:75%;    height:95%;    margin:0px auto;    top:10px;    position:relative;    background-color:#fff;    color:#7F7F7F;    padding:20px;    border:2px solid #ccc; z-index:1042;}
.ct-close{    position:absolute;    top:0px;    right:0px;    cursor:pointer;}
.ct-overlay,.nextLoad-overlay{display:none;background:rgba(0,0,0,0.95);  position:fixed; top:0px;    bottom:0px;    left:0px;    right:0px;    z-index:1041;}
/*聯絡人*/

#copyBtn{font-size: 14px;    padding :3px 6px;}
.tb_ctdata_input{ width: 800px; margin: auto;padding:0px;}
.tb_ctdata_input tr th,.other-th{ font-weight: bold; width: 180px;  font-size:16px; padding: 0px 5px; background-color: #FFF;  color:#000;  text-align: right;    }
.tb_ctdata_input tr td {text-align: left;}
.tb_ctdata_input tr td input[type='text']{  width:550px; text-align: left; }
.tb_ctdata_input tr td input[type='text'].input-1{width: 415px;}
.tb_ctdata_input tr td input[type='text'].input-2{width: 280px;}
.tb_ctdata_input tr td input[type='text'].input-3{width: 250px; }
.tb_ctdata_input tr td input[type='text'].input-4{width: 215px; }
.tb_ctdata_input tr td input[type='text'].input-5{width: 200px; }
.tb_ctdata_input tr td input[type='text'].input-6{width: 100px; }
table.tb_ctdata_input >tbody>tr>td, .table.tb_ctdata_input>tbody>tr>th{border-top :none;}
.text-right{text-align: right!important;}
.select{font-size: 16px;width:130px;color:#000;}
.select option{font-size: 16px;}
.needTip,.formTip,.error{color:#ff0000;}
/*時間倒數*/
#timer-wrapper{color:#fff;padding:0px 3px;}
.btnTimes{    background-color: #FF0019;border: 1px solid #04111F;border-radius: 2px;}

/*confirm & alert*/
.dialog_overlay{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.1);
    z-index:1041;
    top:0;
    left:0;
}
.dialog_dialog{
    border: 1px #ccc solid;
    background-color: #fff;
    min-height: 220px;
    position:fixed;
    width:550px;
    left:0;
    right: 0;
    top: 40px;
    margin:0 auto;
    display:none;
    z-index:10000;
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.dialog_header{
    border-bottom: 1px solid #ccc;
    padding:5px;
}
.dialog_body{
    height:60%;
    padding: 10px 5px;
}
.dialog_content{
    height:100%;
    width:100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    min-height: 110px;
}

.dialog_footer{
    padding-right: 5px;
    text-align: right;
}

.dialog_title{
    line-height: 25px;
}
.dialog_btn{
    font-weight: bold;
    width:80px;
    padding:2px 0px;
    margin-left: 5px;
    cursor:pointer;
    border-radius: 2px;
}
.alert_dialog{
    border: 1px #ccc solid;
    background-color: #fff;
    /*height: 120px;*/
    position:fixed;
    width:250px;
    left:0;
    right: 0;
    top: 40px;
    margin:0 auto;
    display:none;
    z-index:10000;
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.alert_body{
    height:60%;
    padding: 10px 5px;
}
.alert_content{
    height:100%;
    width:100%;
    text-align: center;
        word-wrap: break-word
    /*word-break: break-all;*/
}
.alert_footer{
    padding-right: 5px;
    text-align: center;
}

.block_dialog{
    border: 1px #ccc solid;
    background-color: #fff;
    position:fixed;
    width: 750px;
    left:0;
    right: 0;
    top: 40px;
    margin:0 auto;
    display:none;
    z-index:9999;
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.block_body{
    height:60%;
    padding: 10px 5px;
}
.block_content{
    height:100%;
    min-height: 200px;
    width:100%;
    text-align: center;
    word-break: break-all;
}
.block_footer{
    padding-right: 5px;
    text-align: center;
}

.tbw{
    background-color: #fff;
    border:1px solid #ccc;
    color:#4e5665;
}
.btg{
    background-color: #0092C7;
    border:1px solid #ccc;
    color:#fff;
}
/*分頁*/
.pager li>a, .pager li>span {
    border: 0px solid;
}
.pager li>button{
    background-color: #0092C7;
    color: #fff;
    border:1px solid;
    border-radius: 2px;
} 


.ErrDiv{
    text-align: center;
    font-size: 20px;
    color: red;
}
/*排序*/
.Sort-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.Sort-inner{
    cursor: pointer; 
    position: relative;
}
.Sort{
    position: absolute;
    top: 12px;
    /*right: -8px;*/
    background-image: url("/nc/images/bootstrap-black-unsorted.png"); 
    height: 13px;
    width: 11px;
    display: inline-block;
}
.SortUp{
    background-position:0 0;
    height: 7px;
}
.SortDown{
    background-position:0 -7px;
    height: 7px;
    top: 18px;
}
.SortAct{
    background-color: #0083B3;
}
.double-Sort{
    display: inline-block;
    width: 100%;
}
.double-Sort .Sort-left{
    top: 1px;
    right: 1px;
}
.double-Sort .Sort-right{
    top: 1px;
    left: 1px;
}
.LoadTPL{
    position: fixed;
    left:0;
    right:0;
    margin: 0 auto;
    min-height:100px; 
    width: 20%;
    text-align: center;
    background-color: white;
    z-index:99999;
}
.LoadTPL >img{
    width:20%;
}

.LoadTPL >p{
    margin-bottom: 20px;    
    font-weight: bold;    
    font-size: 20px;
}

/*異動域名下載文件*/
.DNRN-Appliction-Wrapper{
    width: 80%;
    margin: 0 auto;
}
.DNRN-Appliction-Header{
    font-size:30px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #000;
    padding-top: 5px;
}
.DNRN-Appliction-Content{
    font-size:18px;
    font-weight: bold;
    padding-top: 5px;

}
.Desc-Title{
    font-size:18px;
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    text-align: center;
}
.Desc-Content{
    padding-top:5px;
}
.DNRN-Appliction-Footer{
    border-top: 1px dashed #000;
    padding-top:5px;
}

.Hover-Message{
    position: static;
    color: #ff8e00;
    cursor: pointer; 
}
.Hover-div{
    border: 3px solid #8d8d8d;
    padding:10px;
    display: none;
    width:426px;
    height:406px;
    position: absolute;
    z-index:99;
    background-color: #ffffff;

    color:#000000;
}
.Hover-div>.Hover-Content{

    width:400px;
    height:350px;
    text-align:left;
    overflow-y: auto;
    background-color: #ffffff;
    table-layout: fixed;
    word-break: break-all;
    white-space:normal
}

.Hover-close{
    margin-top:5px;
}

/*下拉選單+input*/
.selector-wrapper {
    width: 200px;
    height: 30px;
    background-color: #0092c7;
    position: relative;
    outline: 1px solid gray;
}

.selector-selector {
    width: 30px;    
    height: 30px;
    background-color: #0092c7;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.selector-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.selector-content {
    width: 200px;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 31px;
    left: -1px;
    overflow-y: auto;
    display: none;
    border:1px solid #ccc;
    z-index: 2;
}

.selector-wrapper input {
    width: 170px;
    height: 30px;
    border: none;
    font-size: 16px;
}

.selector-wrapper input:focus {
    outline: none;
}

.selector-content ul li{
    text-align: left;
    background: #fff;
    list-style-type: none;
    display: block!important;
    font-size: 16px;
    min-height:20px;
    line-height: 20px;
    cursor: pointer;
    padding:2px;
    letter-spacing: 1px;
    border-top: 1px solid #ccc;
}
#RED-form ul li{
    display: inline-flex;
}
/*分頁*/

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border-top: 4px solid #DDDDDD;
}

/*會員聯絡人*/
.pencil-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.13), 0px 2px 6px rgba(0, 0, 0, 0.5), 0 1px 0px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.pencil-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: block;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.05), 0 2px 5px rgba(255, 255, 255, 0.1);
    background: linear-gradient(#aaaaaa, #555555);
}

.pencil-inner .fa-pencil {
    position: absolute;
    background: white;
    background: linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -9px;
    color: #fff;
    font-size: 22px;
}

.pencil-inner .pencil-box {
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: inherit;
    display: block;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
}

.pencil-inner .pencil-box:hover {
    background: linear-gradient(#555555, #aaaaaa);
}

.pencil-inner .pencil-box:hover .fa-pencil {
    background: #ffffff;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.invoice-question{
    position: relative;
}
.invoice-question i{
    position: absolute;
    right: 3px;
    bottom: 3px;
    color: #ff8e00;
    cursor: pointer;
}

/*tooltip*/
.tooltip-custom-arrow:after {
     background: black;
}
.tooltip-custom-arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.tooltip-custom-arrow.top {
  top: -16px;
  bottom: auto;
}
.tooltip-custom-arrow.left {
  left: 20%;
}
.tooltip-custom-arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tooltip-custom-arrow.top:after {
  bottom: -20px;
  top: auto;
}
.ui-tooltip {
     position: absolute;
}
/*登入*/
.loginForm-hrefgroup{
    width: 250px;
    margin: 0 auto;
    text-align: justify;
    text-align-last: justify;
}
.loginForm-hrefgroup.EN{
    width: 400px;
}
.loginForm-hrefgroup:after {
  content: "";
  display: inline-block;
  width: 100%;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.loginForm-hrefgroup a{
    text-decoration: underline;
}
/*付款方式的發票CSS*/


.pay-type-invoice-table.show-data tr td input.tel-code{
    width:10%;
}
.pay-type-invoice-table.show-data tr td input.tel-number{
    width:35%;
}
.pay-type-invoice-table.show-data tr td input.tel-ext{
    width:9%;
}
.pay-type-invoice-table #tel_ext_name label{
    border-left: 1px solid #ccc;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-left: 5px;
}

/*帳戶間移轉  列表*/

#DnNameTransferMemAccount-table input[type=checkbox]{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0px auto;
}
#DnNameTransferMemAccount-table .func-div{
    text-align: left;
}
#DnNameTransferMemAccount-table .func-div button,.func-div button{
    padding: 2px 6px;
    font-size: 14px;
}

#DnNameTransferMemAccount-text>div{
    min-height: 50px;
    margin-top: 15px;
}
#DnNameTransferMemAccount-text i{
    color:#FC6215;
}
#DnNameTransferMemAccount-text p{
    color:#008800;
    line-height: 25px;
    /*text-decoration: underline;*/
}
#DnNameTransferMemAccount-text>div>div{
    display: inline-block;
    position: absolute;
}
#DnNameTransferMemAccount-text div.text-img{
}
#DnNameTransferMemAccount-text div.text-p{
    left: 50px;
}

/*帳戶間移轉 指定移轉帳戶*/
#DNTRMemAccountSet-div{
    margin-top: 20px;
}
#DNTRMemAccountSet-table tr td ,#DNTRMemAccountSet-table tr {
    border:0px;
}
#DNTRMemAccountSet-table #fqdn-tr p{
    border-bottom: 1px solid #ddd;
}
#DNTRMemAccountSet-table #msg-tr{
    display: none;
}

/*InvoiceContact-table 發票管理*/
#InvoiceContact-table button{
    padding: 2px 6px;
    font-size: 14px;
}
.InvoiceContact-search table tr td:first-child{
    width:80px;
}
#InvoiceContactSet-table{
    
}
#InvoiceContactSet-table.edit tr,#InvoiceContactSet-table.edit tr td{
    border:0px;
}
#InvoiceContactSet-table .popover{
    min-width: 300px; 
}
#InvoiceContactSet-table span[id*='span-Invoice'],#InvoiceContactSet-table input[id*='input-Invoice']{
    display: none;
}

#InvoiceContactSet-table input[id*='input-Invoice']{
    height: 28px;
    width:100%;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #BEBABF;
    border-radius: 2px;
    vertical-align: middle;
    color: black;
    padding-left: 10px;
    
}
#InvoiceContactSet-table #input-InvoiceContactTelCode{
    width:20%;
}
#InvoiceContactSet-table #input-InvoiceContactTel{
    width:60%;
}
#InvoiceContactSet-table .btn-reset,#InvoiceContactSet-table .btn-confirm{
    display: none;
}

#DNNameRecordUrl-div{
    text-align: left;
    margin-top: 10px;
    
}
#DNNameRecordUrl-div i {
    color: #FC6215;
    margin-right:5px;
    font-size: 1.5em;
}
#DNNameRecordUrl-div a{
    color:#008800;
    text-decoration: underline;
}
/*域名總覽*/
#dn-list-table .dn-service-div{
    margin-top: -15px;
    text-align: right;
    margin-bottom: -5px;
    margin-right: -5px;
    height:20px;
}
#dn-list-table .dn-service-div div{
    display: inline-block;
    margin-left: 5px;
    margin-top: 7px;
    line-height: 7px;
}
#dn-list-table .dn-service-div .EZ-div.ez-bind a{
    color:#059358;
}
#dn-list-table .dn-service-div .EZ-div.ez-nobind a{
    color:#919191;
}

#dn-list-table .dn-service-div .SSL-div img{
    width:15px;
}