@charset "utf-8";
/* CSS Document */

a.sr-only {
  padding: .5rem;
  background: #2b358c;
  color: #fff;
  position: absolute;
  top: -2.5rem;
  left: 0;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.top-menu-bar {
	background: #3a5b73;
	padding: 0 15px;
	text-align: end;
	font-size: 1.5rem;
}

.top-menu-bar ul,
.top-menu-bar li {
	display: inline-block;
}

#AU[accesskey] {
  color: #3a5b73;
}

.top-menu-bar a {
	display: inline-block;
	padding: 8px;
	color: #fff;
}

.top-menu-bar a:hover,
.top-menu-bar a:focus {
	background: #70b6eb;
	color: #000;
	text-decoration: none;
}

.normal-fontsize {
	font-size: 1.5rem;
}

ol.sitemap {
	list-style: decimal;
	padding-left: 20px;
}

ol.sitemap li {
	margin-bottom: 10px;
}

.accesskey-span {
	display: block;
	text-align: center;
}

.accesskey-span a {
	padding: 2px 6px;
    color: #f3f3f3;
    font-size: 1.375rem;
}

.accesskey-span a:hover,
.accesskey-span a:focus {
	background: #70b6eb;
	color: #000;
}

.banner {
	background-image:url(../images/banner.jpg);
	width:1140px;
	height:250px;	
}
.banner h3 {
	text-align:center;
	color:#001c58;
	margin-top: 0;
	padding-top:60px;
	font-size:2.75rem;	
}
.panel-heading {
  font-size:1.6375rem;
}
.equal-height [class*="col-md-"] .panel {
	min-height: 530px;
}

.card-group.equal-height .panel {
	min-height: 530px;
}

.equal-height .panel {
	position: relative;
	padding-bottom: 30px;
}
.equal-height .panel-body { min-height: auto; }

.equal-height .panel-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.equal-height .panel-footer .btn { font-size: 1.375rem; }

.equal-height .panel-body p {
	font-size: 1.5rem;
}

.navbar.navbar-home {
	background: #fff;
	font-size: 1.75rem;
	min-height: auto;
}

.navbar.navbar-home .navbar-collapse {
	padding: 0;
}

.navbar-home .navbar-nav > li > a {
	padding: 2.5rem 2rem;
	color: #337ab7;
}

.navbar-home .navbar-nav > li > a:hover,
.navbar-home .navbar-nav > li > a:focus {
	background: #e5f3ff;
	color: #000;
}

.policy-link { font-size: 1.5rem; }
/* btn-yell */
.btn-yell {
	color: #fff;
	border: solid 1px #f39800;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #0d72c4; /* Old browsers */
background: -moz-linear-gradient(top,  #fbbc05 0%, #f39800 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbbc05), color-stop(100%,#f39800)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fbbc05 0%,#f39800 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fbbc05 0%,#f39800 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fbbc05 0%,#f39800 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fc832d 0%,#eb6100 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbc05', endColorstr='#f39800',GradientType=0 ); /* IE6-9 */

	
	-moz-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	-webkit-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
}
.btn-yell:hover {
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbc05', endColorstr='#e38d00');
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fbbc05), to(#e38d00));
	background-image: -webkit-linear-gradient(top, #fbbc05, #e38d00);
	background-image: -moz-linear-gradient(top, #fbbc05, #e38d00);
	background-image: -o-linear-gradient(top, #fbbc05, #e38d00);
	background-image: -ms-linear-gradient(top, #fbbc05, #e38d00);
	background-image: linear-gradient(to bottom, #eb6100, #eb6100);
	color: #fff;
}
.btn-yell:active {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #0d72c4; /* Old browsers */
background: -moz-linear-gradient(top,  #fbbc05 0%, #f39800 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbbc05), color-stop(100%,#f39800)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fbbc05 0%,#f39800 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fbbc05 0%,#f39800 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fbbc05 0%,#f39800 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fbbc05 0%,#f39800 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbc05', endColorstr='#f39800',GradientType=0 ); /* IE6-9 */

}
.btn-green {
	color: #fff;
	border: solid 1px #3aa77e;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #5db40f; /* Old browsers */
background: -moz-linear-gradient(top,  #4abd92 0%, #3aa77e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abd92), color-stop(100%,#3aa77e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4abd92 0%,#3aa77e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4abd92 0%,#3aa77e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4abd92 0%,#3aa77e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #48c268 0%,#34a853 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abd92', endColorstr='#3aa77e',GradientType=0 ); /* IE6-9 */

	
	-moz-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	-webkit-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
}
.btn-green:hover {
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4abd92', endColorstr='#2a946c');
	background-image: -webkit-gradient(linear, center top, center bottom, from(#4abd92), to(#2a946c));
	background-image: -webkit-linear-gradient(top, #4abd92, #2a946c);
	background-image: -moz-linear-gradient(top, #4abd92, #2a946c);
	background-image: -o-linear-gradient(top, #4abd92, #2a946c);
	background-image: -ms-linear-gradient(top, #4abd92, #2a946c);
	background-image: linear-gradient(to bottom, #34a853, #34a853);
	color:#fff;
}
.btn-green:active {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #5db40f; /* Old browsers */
background: -moz-linear-gradient(top,  #5db40f 0%, #53a50a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5db40f), color-stop(100%,#53a50a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5db40f 0%,#53a50a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5db40f 0%,#53a50a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5db40f 0%,#53a50a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5db40f 0%,#53a50a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db40f', endColorstr='#53a50a',GradientType=0 ); /* IE6-9 */

}

.btn-blue {
	color: #fff;
	border: solid 1px #2dbed4;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #0d72c4; /* Old browsers */
background: -moz-linear-gradient(top,  #2dbed4 0%, #17adc4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dbed4), color-stop(100%,#17adc4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2dbed4 0%,#17adc4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2dbed4 0%,#17adc4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2dbed4 0%,#17adc4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3899c8 0%,#2479a2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbed4', endColorstr='#17adc4',GradientType=0 ); /* IE6-9 */

	
	-moz-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	-webkit-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
}
.btn-blue:hover {
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dbed4', endColorstr='#0f94a8');
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2dbed4), to(#0f94a8));
	background-image: -webkit-linear-gradient(top, #2dbed4, #0f94a8);
	background-image: -moz-linear-gradient(top, #2dbed4, #0f94a8);
	background-image: -o-linear-gradient(top, #2dbed4, #0f94a8);
	background-image: -ms-linear-gradient(top, #2dbed4, #0f94a8);
	background-image: linear-gradient(to bottom, #2479a2, #2479a2);
	color: #fff;
}
.btn-blue:active {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #0d72c4; /* Old browsers */
background: -moz-linear-gradient(top,  #2dbed4 0%, #17adc4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dbed4), color-stop(100%,#17adc4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2dbed4 0%,#17adc4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2dbed4 0%,#17adc4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2dbed4 0%,#17adc4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2dbed4 0%,#17adc4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbed4', endColorstr='#17adc4',GradientType=0 ); /* IE6-9 */

}

.btn-purple {
	color: #fff;
	border: solid 1px #a93eb4;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #b341b8; /* Old browsers */
background: -moz-linear-gradient(top,  #bb44b8 0%, #a93eb4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb44b8), color-stop(100%,#a93eb4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bb44b8 0%,#a93eb4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bb44b8 0%,#a93eb4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bb44b8 0%,#a93eb4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a754cc 0%,#8b3cae 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb44b8', endColorstr='#a93eb4',GradientType=0 ); /* IE6-9 */

	
	-moz-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	-webkit-box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
	box-shadow:inset 0px 4px 0px -3px rgba(255,255,255,0.4);
}
.btn-purple:hover {
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb44b8', endColorstr='#9738a1');
	background-image: -webkit-gradient(linear, center top, center bottom, from(#bb44b8), to(#9738a1));
	background-image: -webkit-linear-gradient(top, #bb44b8, #9738a1);
	background-image: -moz-linear-gradient(top, #bb44b8, #9738a1);
	background-image: -o-linear-gradient(top, #bb44b8, #9738a1);
	background-image: -ms-linear-gradient(top, #bb44b8, #9738a1);
	background-image: linear-gradient(to bottom, #8b3cae, #8b3cae);
	color: #fff;
}
.btn-purple:active {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff953f+0,ff7400+100 */
background: #b341b8; /* Old browsers */
background: -moz-linear-gradient(top,  #bb44b8 0%, #a93eb4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb44b8), color-stop(100%,#a93eb4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bb44b8 0%,#a93eb4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bb44b8 0%,#a93eb4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bb44b8 0%,#a93eb4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bb44b8 0%,#a93eb4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb44b8', endColorstr='#a93eb4',GradientType=0 ); /* IE6-9 */

}

.btn-gold {
    color: #fff;
    border: solid 1px #daa520;
    background: #daa520;
    background: linear-gradient(to bottom, #daa520 0%, #cd853f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#daa520', endColorstr='#cd853f', GradientType=0);
    box-shadow: inset 0px 4px 0px -3px rgba(255, 255, 255, 0.4);
}
.btn-gold:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#daa520', endColorstr='#bb7939');
    background-image: linear-gradient(to bottom, #daa520, #bb7939);
    color: #fff;
}

.panel-blue {
  border-color: #2479a2;
  background-color:#e8f8fb;
  background-color:#fff;
}
.panel-blue > .panel-heading {
  color: #fff;
  background-color: #2479a2;
  border-color: #2479a2;
}

.panel-yell {
  border-color: #eb6100;
  background-color:#fefded;
  background-color:#fff;
}
.panel-yell > .panel-heading {
  color: #fff;
  background-color: #eb6100;
  border-color: #eb6100;
}

.panel-green {
  border-color: #34a853;
  background-color:#edfef2;
  background-color:#fff;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #34a853;
  border-color: #34a853;
}

.panel-purple {
  border-color: #8b3cae;
  background-color:#f9f1f7;
  background-color:#fff;
}
.panel-purple > .panel-heading {
  color: #fff;
  background-color: #8b3cae;
  border-color: #8b3cae;
}
.panel-footer {
  padding: 10px 15px;
  background-color:transparent;
  border-top:0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*固定欄位寬度為*/
.col-fixed, .row-fixed { float: left; margin-left: 0; margin-right: 0; } /*固定欄位寬度300像素*/ 
.col-fixed { background: #CCC; width: 300px; }  
.row-fixed { background: #EEE; width:calc(100% - 300px); } 

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position:relative;
}
/*標題中線效果*/

h2.title-row {
	margin:30px 0 40px;
    text-align: center;
    position: relative;
	color:#535353;
}
h2.title-row span {
	background-color:#f3f3f3;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}
h2.title-row:after {
	content: "";
    display: block;
    height: 1px;
    background: #535353;
    position: absolute;
    top: 20px;
    width: 100%;
}

.icon-wrap {
	width:128px;
	height:128px;
	margin:0 auto;	
}
.icon-wrap + h4 {
	text-align:center;
}
.icon-wrap + h4 + p {
	text-align:center;
}
.dropdown-message {
	min-width:350px;
	background-color:#F93;	
}
.dropdown-message h4 {
	padding:5px 8px;
	margin:0;
}
.dropdown-message .message-update {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;	
}

/*對話框*/
.mwt_border{
	width:250px;
	height:90px;
	text-align:center;
	background:#fff;
	position:relative;
	border: solid 1px #333;
	margin:0px;
	padding:15px;
}
/*箭頭右*/
.mwt_border .arrow_r_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent transparent #333;
	position:absolute;
	top:20%;
	right:-30px;
}
/*箭頭右-邊框*/
.mwt_border .arrow_r_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent transparent #fff;
	position:absolute;
	top:20%;
	right:-29px;
}
 
/*箭頭左*/
.mwt_border .arrow_l_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent #333 transparent  transparent ;
	position:absolute;
	top:20%;
	left:-30px;
}
/*箭頭左-邊框*/
.mwt_border .arrow_l_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent #fff transparent transparent ;
	position:absolute;
	top:20%;
	left:-29px;
}
 
/*箭頭上*/
.mwt_border .arrow_t_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent #333 transparent ;
	position:absolute;
	top:-30px;
	left:40px;
}
/*箭頭上-邊框*/
.mwt_border .arrow_t_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent #fff transparent ;
	position:absolute;
	top:-29px;
	left:40px;
}
 
/*箭頭下*/
.mwt_border .arrow_b_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:#333 transparent transparent transparent ;
	position:absolute;
	bottom:-30px;
	right:50px;
}
/*箭頭下-邊框*/
.mwt_border .arrow_b_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:#fff transparent transparent transparent ;
	position:absolute;
	bottom:-29px;
	right:50px;
}

/*垂直時間軸*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
.fileUpload-btn-style {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.fileUpload-btn-style input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*上傳檔案*/
.fileUpload {
	position: relative;
	overflow: hidden;
	background-color: #f7f7f9;
	border:1px solid #eeeeee;
	height: 150px;
	width: 150px;
	text-align: center;
	border-radius:5px;
}
.fileUpload:hover {
	background-color: #eeeeee;
}
.fileUpload i {
	color:#393939;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	text-align: center;
}
.custom-span{font-size: 6.25rem; color: #FE57A1}
#uploadFile{border: none;margin-left: 10px; width: 200px;}
.custom-para{font-size: 1.125rem; color:#585858;}

/*評價*/
.starrr { display: inline-block; }

.starrr i {
	font-size: 1.5rem;
	padding: 0 1px;
	cursor: pointer;
	color: #ffd119;
}

.tag-col span a:link {
	padding:5px 8px;
	background-color:#CCC;
	margin-right:5px;
	border-radius:3px;
}
.row-header {
	position:relative;
	background-color:#03F;	
}
.left-btn-slider {
	position:absolute;
	z-index:3;
	top:85px;
	left:0px;
	background-color:#F00;	
}
.right-btn-slider {
	position:absolute;
	z-index:3;
	top:85px;
	right:0px;
	background-color:#F00;	
}
.btn-slider {
	position:absolute;
	z-index:3;
	top:0px;
	right:0px;
	background-color:#F00;	
}

.btn-slider ul {
	clear:both;
	overflow:hidden;
}

.btn-slider ul li {
	float:right;
}

ul, ol {
  margin-top: 0;
  margin-bottom:0px;
  padding:0;
  list-style: none;
}
.topbar {
	background-color:#4b494f;
	padding:5px 0;
	color:#999;
}
.topbar-accounts-links li {
	float:left;
	list-style:none;
	color:#f1f1f1;
}
.topbar-accounts-links a:link, .topbar-accounts-links li a:visited, .topbar-accounts-links li a:active {
	color:#999;
	text-decoration:none;
	padding:0 0px 0 10px;
}
.topbar-accounts-links li a:hover {
	color:#f1f1f1;
	text-decoration:none;
}

.topbar-channel-links li {
	float:left;
	list-style:none;
	color:#f1f1f1;
}
.topbar-channel-links li a:link, .topbar-channel-links li a:visited, .topbar-channel-links li a:active {
	color:#999;
	text-decoration:none;
	padding:0 15px 0 0px;
}
.topbar-channel-links li a:hover {
	color:#f1f1f1;
	text-decoration:none;
}
.navbar {
	margin-bottom:0px;	
}

.ad-link ul li {
	margin:5px 0;
}
.ad-link ul li a:link,.ad-link ul li a:visited,.ad-link ul li a:active {
	display:block;
	background:  url(../images/arr_1.gif) left center no-repeat; 
	padding:0 0 0 15px;
}

.product_info {
	clear:both;
	overflow:hidden;
}
.product_info ul li {
	padding:13px 0 0 0;
	clear:both;
	overflow:hidden;
}
.product_info ul li .title {
	float:left;
	width:70px;
	height:16px;
}
.product_info ul li .content {
	float:left;
	margin:0 0 0 0px;
}
.product_info ul li .product_size {
	float:left;
	width:570px;
	margin:0 0 0 0px;
}
.product_info ul li .product_size ul {
	clear:both;
}
.product_info ul li .product_size ul li {
	display:inline-block;
	overflow:hidden;
	height:27px;
	padding:0;
	margin:0 0px 0 0;
}
.product_info ul li .product_size ul li a {
	display:block;
	padding:5px;
	margin:0 0 5px 0;
	text-align:center;
	line-height:15px;
	border:1px solid #dcdcdc;
	text-decoration:none;
}
.product_info ul li .product_size ul li a:hover {
	border:1px solid #999; 
}
.product_info ul li .product_size ul li.selected a:link,
.product_info ul li .product_size ul li.selected a:visited {
	border:1px solid #F00;
	background-color:#F00;
	color:#fff;
}
.product_info ul li .product_meda {
	float:left;
}
.product_info ul li .product_meda ul li {
	display:inline-block;
	padding:0;
	margin:0 5px 0 0;
}

.product_info ul li .product_color {
	float:left;
	
}
.product_info ul li .product_color ul li {
	display:inline-block;
	padding:0;
	margin:0 5px 0 0;
}
.product_info ul li .product_color ul li img {
	width:36px;
	height:36px;
	vertical-align:middle;
	padding:5px;
}
.product_info ul li .product_color ul li a {
	display:inline-block;
	background-color:#fff;
	border:1px solid #dcdcdc;
}
.product_info ul li .product_color ul li a:hover {
	border:1px solid #999;
}
.product_info ul li .product_color ul li.selected a:link,
.product_info ul li .product_color ul li.selected a:visited {
	border:1px solid #F00;
}
/*layout*/
/*footer置底時*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#f3f3f3;
}
/*網站外框*/
#wrapper {
	min-height:100%;
	position:relative;
}

/*表頭*/
header {
	position:relative;
	height:70px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	background-image:url(../images/debut_dark.png);
	padding-top:14px;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.navbar-default {
  background-color:transparent;
  border-color:transparent;
  font-size:1.375rem;
  color:#f3f3f3;
}

/*內容*/
#body_content {
	padding:0px;
	padding-bottom:40px;	/* Height of the footer */
}
.panel-body {
	min-height: 375px;
}

.panel-body p {
	line-height:1.8;
	font-size:1.25rem;
}

/*置底*/
footer {
	position:absolute;
	width:100%;
	padding:40px 0;
	border-top:1px solid #dcdbdb;
	font-size: 1.5rem;
	color:#535353;
}

footer p { margin-bottom: 0; }

/*選單設定*/

.menu-ver-style1 {
	position:relative;
	width:236px;
	padding:0px;
	margin:0;
	min-height:600px;
}
.menu-ver-style1 ul {
	position:absolute;
	z-index:8;
	top:0;
	left:0;
	width:235px;
	padding:0 1px 0 0;
	margin:0 0 0 0;
	border-right:1px solid #1c1c1c;
	background-color:#3b3b3b;
	min-height:600px;

}
.menu-ver-style1 ul li {
	width:235px;
	background-color:#272727;
	border-top:1px solid #1c1c1c;
	border-left:1px solid #1c1c1c;
	border-right:none;
	margin:0 0 0 0;
}
.menu-ver-style1 ul li:last-child {
	border-bottom:1px solid #1c1c1c;
}
.menu-ver-style1 ul li a:link,.menu-ver-style1 ul li a:visited {
	display:block;
	color:#f8f8f8;
	text-decoration:none;
	padding:8px 0 8px 5px;
	background-color:#272727;
	border-right:1px solid #1c1c1c;
}

.menu-ver-style1 ul li.selected a:link,
.menu-ver-style1 ul li.selected a:visited {
	background-color:#fff;
	color:#000;
	border-right:1px solid #fff;
}
.menu-ver-style1 ul li a:hover {
	background-color:#eaeaea;
	color:#000;
}

/*mouse:hover下拉選單*/
#navbar-down {
	position:relative;
	height:30px;
	clear:both;
	background-color:#666;
}

#nav {
	margin:0px auto 0 auto;
	padding:0px 0px 0 20px;
	height:30px;
	background: #219ff7;
	font-size:100%;
	}
#nav li {
	float: left;
	position: relative;
	list-style: none outside none;
}

#nav li.open, #nav li:hover {
  background: #fff;
  }
#nav li:hover > a {
  background: #fff;
  color:#219ff7;
}

#nav li a {
	display: block;
	padding: 5px 15px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	
	}
#nav li ul {
  display: none;
  position: absolute;
  z-index:5;
  top: 30px;
  left: 0;
  width: auto; 
  min-width: 130px;
  *width: 130px;
  white-space: nowrap;
  padding:0 0px 5px 0px;
  background: #fff;
  border-width: 0 1px 1px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  }
#nav li:hover ul {
  display: block;
  }
#nav li ul li {
  float: none;
  list-style: none outside none;
}
#nav li ul li a {
  padding: 8px 8px 8px 13px;
  display: inline-block;
  color:#219ff7;
  }
#nav li ul li a {display: block;}
#nav li ul li a:hover {
	color: #fff;
	background-color:#1589d9;
}

#navbar-topnav {
	position:relative;
	height:82px;
	clear:both;
	overflow:hidden;
}

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width:100%;
	list-style: none;
	position: relative;
	background-color:#000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding:8px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background-color:#1376c9;}
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:31px;
	display: none;
	width: 100%;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block;}
ul#topnav li span a { display: inline;}
ul#topnav li span a:hover {text-decoration: underline;}


/*水平導覽選單_內容效果區塊*/
.menu-hor-style1 {
	clear:both;
	overflow:hidden;
	padding:0 0 25px 0 ;
}
.menu-hor-style1 ul {
	clear:both;
	margin:0;
	padding:0 0 0 0em;
}
.menu-hor-style1 li {
	list-style:none;
	float:left;
	
}

.menu-hor-style1 li a:link,.menu-hor-style1 li a:visited {
	margin:0em 10px 0 0;
	margin:0px 10px 0 0\0/IE8+9;/*IE8 + 9 + IE10*/
	display:block;
	color:#6e6e6e;
	text-decoration:none;
	padding:10px 15px;
	line-height:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*behavior: url(ie-css3.htc);*/
	background-color:#f2f2f2;
	border:1px solid #d9d9d9;
	/*behavior: url(css/ie-css3.htc);*/
}
.menu-hor-style1 li a:hover {
	color:#333;
	-moz-box-shadow:1px 1px 5px #e5e5e5;
	-webkit-box-shadow:1px 1px 5px #e5e5e5;
	box-shadow:1px 1px 5px #e5e5e5;
	border:1px solid #c6c6c6;
}

.menu-hor-style1 ul li.selected a:link,
.menu-hor-style1 ul li.selected a:visited {
	background-color:#fff;
	color:#000;
	cursor:default;
}


/*水平導覽選單_內容效果區塊*/
.menu-hor-style2 {
	background-color:#ebebeb;
	padding:0px;
}
.menu-hor-style2 ul {
	padding:0 0 34px 0.7em;
	padding:0 0 34px 0.7em\0/IE8+9;/*IE8 + 9 + IE10*/
	margin:0;
	border-bottom:1px solid #d9d9d9;
	
}
.menu-hor-style2 li {
	float:left;
	border:1px solid #d9d9d9;
	border-bottom:none;
	list-style:none;
	margin:0 0.3em 0 0;
	background-color:#f2f2f2;
}
.menu-hor-style2 li:last-child {
	border-right:1px solid #d9d9d9;
}
.menu-hor-style2 li a:link,.menu-hor-style2 li a:visited {
	display:block;
	color:#6e6e6e;
	text-decoration:none;
	padding:0.5em 1.5em 6px 1.5em;
	border-bottom:1px solid #d9d9d9;
}
.menu-hor-style2 ul li.selected a:link,
.menu-hor-style2 ul li.selected a:visited {
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #FFF;
	cursor:default;
}

.menu-hor-style2 ul li a:hover {
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #FFF;
}

/*水平導覽選單_內容效果區塊*/
.menu-hor-style3 {
	padding:0px;
}
.menu-hor-style3 ul {
	padding:0 0 34px 0.7em;
	padding:0 0 34px 0.7em\0/IE8+9;/*IE8 + 9 + IE10*/
	margin:0;
	border-bottom:1px solid #ddd;
	
}
.menu-hor-style3 li {
	float:left;
	list-style:none;
	margin:0 0.3em 0 0;
}
.menu-hor-style3 li a:link,.menu-hor-style3 li a:visited {
	display:block;
	color:#6e6e6e;
	text-decoration:none;
	padding:0.5em 1.5em 6px 1.5em;
}
.menu-hor-style3 ul li.selected a:link,
.menu-hor-style3 ul li.selected a:visited {
	color:#333;
	background-color:#fff;
	border-bottom:2px solid #333333;
	cursor:default;
}

.menu-hor-style3 ul li a:hover {
	color:#959595;
	border-bottom:2px solid #959595;
}
/*表單設定*/
.form_style1 {
	background-color:#FFF;
	color:#F00;
}

.form-row {
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #CCC;
}

.form_style1 .form-row .label-row {
	float:left;
	width:150px;
	height:60px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
	color:#690;
}
.form_style1 .form-row .label-row-pa {
	float:left;
	display:block;
	width:150px;
	height:60px;
	overflow:hidden;
	line-height:70px;
	text-align:right;
	color:#690;
}
.form_style1 .form-row .form-content .content-row {
	float:left;
	display:block;
	padding:7px 0 0 10px;
}
.form-content {
	float:left;
	padding:15px 5px;
	width:970px;
}
input[type="text"],input[type="email"],input[type="date"],input[type="time"],input[type="tel"],input[type="password"]{ 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
}
input[type="radio"],input[type="checkbox"] {
	margin:0 3px 0 0;
}
input[type="text"]:hover,input[type="email"]:hover,input[type="date"]:hover,input[type="time"]:hover,input[type="tel"]:hover,input[type="password"]:hover,input[type="file"]:hover { 
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;
}


input[type="file"]{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
	padding:3px 2px 5px 2px;
}


select {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
	line-height:22px;
	margin:0 0.5em 0 0;
	/*behavior: url(css/ie-css3.htc);*/
}
select:hover {
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;

}
textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
	padding: 6px 12px;
	font-size: 0.875rem;
	line-height: 1.42857143;
	color: #555;
}
textarea:hover {
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;

}

.form-size-default {
  height: 34px;
  padding: 6px 12px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-size-default:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.note {color: #F00; padding: 0 4px; font-weight: bold;}
.inline-note {display:inline; padding: 0; color: #999; margin:0;}
.block-note {display:block; padding: 0; color: #999; margin:5px 0 0 0;}

.btn_submit {
	width:100%;
	clear:both;
	overflow:hidden;
	text-align:center;
}
.btn_submit ul {
	width:100%;
    display: inline-block;	
	margin:0;
	padding:15px 0 0px 0;
}
.btn_submit ul li {
	margin:0 10px 0 0;
	display:inline-block;
}

.form_style4 {
	background-color:#fff;
}

.form_style4 input[type=checkbox].css-checkbox {
	display:none;
}

.form_style4 input[type=checkbox].css-checkbox + label.css-label {
	padding:6px 0 1px 21px;
	margin:0 10px 0 0px;	
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 7px;
	font-size:1rem;
	vertical-align:middle;
	cursor:pointer;
}

.form_style4 input[type=checkbox].css-checkbox:checked + label.css-label {
	padding:0px 0 1px 21px;
	margin:6px 10px 0 0px;	
	background-position:0 -16px;
}
.form_style4 label.css-label {
	background-image:url(../images/check-icon.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form_style4 input[type=radio].css-radio {
	display:none;
}
.form_style4 input[type=radio].css-radio + label.css-label1 {
	padding:0px 0 0 21px;	
	margin:6px 10px 0 0px;	
	height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:1rem;
	vertical-align:middle;
	cursor:pointer;
}
.form_style4 input[type=radio].css-radio:checked + label.css-label1 {
	background-position:0 -16px;
}
.form_style4 label.css-label1 {
	background-image:url(../images/radio-icon.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form_style4 .form-row .label-row {
	float:left;
	display:block;
	width:150px;
	height:60px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
}
.form_style4 .form-row .form-content .content-row {
	float:left;
	display:block;
	padding:7px 0 0 10px;
}

.form_style6 .form-row .label-row {
	float:left;
	display:block;
	width:150px;
	height:60px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
}

.form_style6 input[type="checkbox"] {
    display:none;
}


/*背景色*/
.form_style6 input[type="checkbox"] + label {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
	background-color:#CCC;
    cursor:pointer;
	padding:5px 8px;
	border-radius:3px;
}

.form_style6 input[type="checkbox"]:checked + label {
	background-color:#F00;
}
.form_style6 input[type="checkbox"] + label:hover  {
	background-color:#FC0;
}

/*圖片樣式
.form_style6 input[type="checkbox"] + label span {
	display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/radio-icon.png) left top no-repeat;
    cursor:pointer;
}
.form_style6 input[type="checkbox"]:checked + label span{
    background:url(../images/radio-icon.png) -19px top no-repeat;
}
*/

.form_style6 input[type="radio"] {
    display:none;
}

/*背景色*/
.form_style6 input[type="radio"] + label {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
	background-color:#CCC;
    cursor:pointer;
	padding:5px 8px;
	border-radius:3px;
}

.form_style6 input[type="radio"]:checked + label {
	background-color:#F00;
}
.form_style6 input[type="radio"] + label:hover  {
	background-color:#FC0;
}

/*表格1*/
.table_style1 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	width:100%;
}
.table_style1 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style1 td {
	border:1px solid #cdcdcd;
	padding:0.5em;
}
.table_style1 th {
	border:1px solid #cdcdcd;
	background-color:#2f3842;
	color:#FFF;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style1 tr:nth-child(even) {
	background-color:#eeeeee;
}
.table_style1 tr:hover {
	background-color:#e1f5fe;
	color:#333;
}
/*表格2*/
.table_style2 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	color:#515967;
	width:100%;
}
.table_style2 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style2 td {
	border:1px solid #cdcdcd;
	padding:0.5em;
}
.table_style2 th {
	border:1px solid #cdcdcd;
	background-color:#f5f5f6;
	color:#515967;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style2 tr:nth-child(even) {
	background-color:#ffffff;
}
.table_style2 tr:nth-child(odd) {
	background-color:#f9f9f9;
}

.table_style2 tr:hover {
	background-color:#e1f5fe;
	color:#333;
}
.table_style3 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	color:#515967;
	-moz-box-shadow: 3px 3px 10px #e6e6e6;
	-webkit-box-shadow: 3px 3px 10px #e6e6e6;
	box-shadow: 3px 3px 10px #e6e6e6;
	width:100%;
}
.table_style3 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style3 td {
	border:1px solid #cdcdcd;
	padding:0.5em;
	text-align:right;
}
.table_style3 th {
	border:1px solid #cdcdcd;
	background-color:#FFF;
	color:#515967;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.table_style3 tr:hover {
	background-color:#7ea700;
	color:#FFF;
}
table.table_style3 thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.table_style3 thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

table.table_style3 thead tr .headerSortDown, table.table_style3 thead tr .headerSortUp {
background-color:#CCC;
color:#FFF;
}
.table_style4 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	color:#515967;
	width:100%;
}
.table_style4 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 0px 0px;
}
.table_style4 td {
	border:1px solid #cdcdcd;
	padding:0em;
}
.table_style4 th {
	border:1px solid #cdcdcd;
	background-color:#f5f5f6;
	color:#515967;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}

.form_style4_table input[type="text"] {
	border:0px;
	width:100%;
	margin:0px;
	border-radius:0px;
}

.form_style4_table input[type="text"]:hover {
	background-color:#e1f5fe;
}

.form_style4_table select {
	border:0px;
	width:100%;
	margin:0px;
}
.form_style4_table select:hover {
	background-color:#e1f5fe;
}


/*登入*/
.form_style3 {
	width:245px;
	padding:15px;
}


.form_style3 label {
	display:inline-block;
	width:80px;
	margin:0;
	color:#707070;
	font-weight:100;
}
.form_style3 label + a {
	display:inline-block;
	width:100px;
}
.form_style3 input[type="checkbox"] {
	margin:0px 5px 0 0;
}
.form_style3 span {
	display:block;
	color:#c80515;
}

/*內距和邊界設定*/
.mt0 {margin-top: 0;}
.mt3  {margin-top: 3px;}
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mr3  {margin-right: 3px;}
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mb0  {margin-bottom: 0;}
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.m0505 {margin:0px 5px;}
.m0405005 {margin:4px 5px 0 5px;}

.pt0  {padding-top: 0;}
.pt3  {padding-top: 3px;}
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pr0  {padding-right: 0px;}
.pr5  {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}
.pr45 {padding-right: 45px;}
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pl0  {padding-left: 0px;}
.pl5  {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}
.pl45 {padding-left: 45px;}
.p1020 {padding:10px 20px;}
.p0515 {padding:5px 15px;}
.p1015 {padding:10px 15px;}
.pa0 {padding:0;}
.p-change-l15 {
	padding:0 15px 0 0px;	
}

.ba1 {	border:1px solid #d9d9d9;}
.bt1 {  border-top:1px solid #d9d9d9;}
.bb1 {  border-bottom:1px solid #d9d9d9;}

.b-t-lr5 {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;	
}
.w30 {width: 30px;}
.w50 {width: 50px;}
.w60 {width: 50px;}
.w70 {width: 70px;}
.w85 {width: 85px;}
.w100 {width: 100px;}
.w125 {width: 125px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w215 {width: 215px;}
.w240 {width: 240px;}
.w250 {width: 250px;}
.w258 {width: 258px;}
.w300 {width: 300px;}
.w400 {width: 400px;}
.w500 {width: 500px;}

/*icon*/
.fb-like {
	background-image:url(../images/icon2.png);
	background-repeat:no-repeat;
	background-position:0;
}
.fb-message {
	background-image:url(../images/icon1.png);
	background-repeat:no-repeat;
	background-position:0;
}



@media (min-width: 320px) and (max-width: 768px) {
	.p-change-l15 {
		padding:0 15px 0 15px;	
	}
}

.nav-style-1-tabs {
	width:100%;
}
.nav-style-1-tabs > li:first-child {
}

.nav-style-1-tabs > li {
  float: left;
  margin-bottom: -1px;
  border-bottom:none;
  border-right:none;
}
/*.nav-style-1-tabs > li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.nav-style-1-tabs > li:last-child {
    border-right:1px solid #dfdfe1;
}*/
.nav-style-1-tabs > li > a {
  line-height: 1.42857143;
  color:#393939;
  /*margin-right: 2px;
  border: 1px solid transparent;
  border-radius:4px;*/
  /*padding-left:35px;*/
}
.nav-style-1-tabs > li > a:hover {
  /*border-color: #eee #eee #ddd;*/
  background-color:#f2f2f;
  color:#313131;
}
.nav-style-1-tabs > li.active > a,
.nav-style-1-tabs > li.active > a:hover,
.nav-style-1-tabs > li.active > a:focus {
	cursor: default;
	color:#393939;
	font-weight:bold;
	background-color: #fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
}

.nav-style-2-tabs {
	width:100%;
}
.nav-style-2-tabs > li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav-style-2-tabs > li {
  float: left;
  margin-bottom: -1px;
  border:1px solid #ddd;
  border-right:none;
}
.nav-style-2-tabs > li:last-child {
    border-right:1px solid #dfdfe1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}

.nav-style-2-tabs > li > a {
  line-height: 1.42857143;
  color:#393939;
  /*margin-right: 2px;
  border: 1px solid transparent;
  border-radius:4px;*/
  /*padding-left:35px;*/
}
.nav-style-2-tabs > li > a:hover {
  /*border-color: #eee #eee #ddd;*/
  background-color:#f2f2f2;
  color:#313131;
}
.nav-style-2-tabs > li.active > a,
.nav-style-2-tabs > li.active > a:hover,
.nav-style-2-tabs > li.active > a:focus {
	cursor: default;
	color:#393939;
	font-weight:bold;
	background-color:#f2f2f2;
}


.tab-content {
	background-color:#FFF;
	border:1px solid #ddd;
	padding:15px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 0.875rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*箭頭上*/
.dropdown-menu .arrow_t_int{
	width:0px;
	height:0px;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent #c1c1c1 transparent ;
	position:absolute;
	top:-20px;
	right:10px;
}
/*箭頭上-邊框*/
.dropdown-menu .arrow_t_out{
	width:0px;
	height:0px;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent #fff transparent ;
	position:absolute;
	top:-19px;
	right:10px;
}

.card-group {
	display: flex;
	justify-content: space-between;
}

.card-group .scholarship-card {
	width: 23%;
}

.panel-gold {
    border-color: #daa520;
    background-color: #faf7f1;
}

.panel-gold > .panel-heading {
    color: #fff;
    background-color: #daa520;
    border-color: #daa520;
}

@media (max-width: 1199px) {
    .banner {
        background-size: cover;
        width: 100%;
        height: 200px;
    }
	.card-group {
		display: block;
	}
	.card-group .scholarship-card { width: 100%; }
    .card-group.equal-height .panel {
        min-height: auto;
    }

}

@media (max-width: 991px) {
	.banner {
		background-size: cover;
		width: 100%;
		height: 160px;
	}
	.banner h3 { font-size: 1.75rem; }
	.equal-height [class*="col-md-"] .panel {
		min-height: auto;
	}
}

@media (min-width: 768px) {
	.col-1-12-prl0 {
		padding-left:0;
		padding-right:0;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
	  border-color:transparent;
	}/*隱藏選單最上方的線*/
	.navbar.navbar-home .navbar-collapse {
        padding-left: 15px;
		padding-right: 15px;
    }
	.navbar-home .navbar-nav > li > a {
		padding: 1.5rem 2rem;
	}
}