/* 活動頁 樣式 註解 */
html,body {
	padding: 0px;
	margin: 0px;
}

.nav-tabs {
	border-bottom: none;
	margin-top: 15px;
}
.nav-tabs>li>a {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 2px;
	text-shadow: 0px 0px 5px rgba(62,62,62,0.8);
}

.nav-tabs>li>a:hover {
	background-color: rgba(255,255,255,0.6);	
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #e640ff;
	background-color: rgba(255,255,255,0.6);
}

.ui-dialog {
	border-top-color: #e640ff;
}

.ui-dialog .ui-dialog-buttonpane button {
	background-color: #e640ff;
}

.ui-dialog .ui-dialog-buttonpane button:active, .ui-dialog .ui-dialog-buttonpane button:focus {
	border-color: #e640ff;
	color: #e640ff;
}

.navbar.navbar-fixed-top {	
	/* background-color: #a939f7; */
	background-color: #662d91;
	box-shadow : 0px 0px 5px 2px rgba(0,0,0, 0.6); 
	
	border: none;
	
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";	
	filter: alpha(opacity=75);	
	-moz-opacity:0.75;	
	-khtml-opacity: 0.75;    
	opacity: 0.75;
}

.navbar.navbar-fixed-top .navbar-brand {	
	display: inline-block;
	float: none;
	margin: 7px 15px;
	background: url(//img.eprice.com.tw/img/tw/event/20171219/menu_logo.png) 50% 50% no-repeat;
	background-size: contain;
	width: 180px;
	height: 36px;
	position: relative;
	z-index: 4;
}

.navbar-fixed-top .btn-menu {
    position: relative;
    z-index: 5;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 25px;
    font-size: 10px;
	margin: 12px;
}

.navbar-fixed-top .btn-menu:hover, .navbar-fixed-top .btn-menu:focus, .navbar-fixed-top .btn-menu:active {
	text-decoration: none;
}

.main-page-image {
	position: relative;
	width: 100%;
	min-height: 1080px;
	
	padding: 50px 250px 0px 250px;
	background: url(//img.eprice.com.tw/img/tw/event/20171219/vote_king_bg.jpg) 50% 50% no-repeat;
	background-size: cover;		
	text-align: center;
}

.main-page-image > .header {
	position: relative;
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 15px 150px;
	background: url(//img.eprice.com.tw/img/tw/event/20171219/vote_header_result.png) 50% 50% no-repeat;
	background-size: contain;
}

.main-page-image > .header > .title {
	display: inline-block;
	position: relative;
	z-index: 3;
	margin: 10px auto 0px auto;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}


.vote-page-image {	
	width: 100%;
	padding-top: 25px;
	position: relative;
}
/*
.vote-page-image > .header {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 15px 150px;
}

.vote-page-image > .header > .title, .vote-page-image > .header > .progressbar {
	display: inline-block;
	position: relative;
	z-index: 3;
	margin: 10px auto 0px auto;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}
*/
.vote-page-image .panel {
	position: relative;
	width: 100%;
	padding: 15px 50px;
	margin: 0px;
	background-color: transparent;
	text-align: center;
}

.vote-page-image .panel::after {
	position: absolute;
	width: 100%;
	min-height: 560px;
	content: "";
	left: 0px;
	top: -25px;
	z-index: 2;
	background-color: #fff;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;

	opacity: 0.55;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";	
	filter: alpha(opacity=55);
	-moz-opacity:0.55;	
	-khtml-opacity: 0.55;    
	opacity: 0.55;	
}

.vote-page-image.brand .panel {
	padding: 15px 0px;
}

.vote-page-image .panel-body > .image {
	display: inline-block !important;
}

.vote-page-image .panel .panel-heading {
	color : #D624E8;
	font-size : 20px;
	font-family : 'Microsoft Yahei';
	position: relative;
	z-index: 4;
	display: inline-block;
	
	border: 3px solid #FFFF00;
	box-shadow : 0px 0px 10px 10px rgba(214,36,232,0.4);
	background-color : #FFFFFF;
	display: inline-block;
	padding: 5px 75px;	
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.vote-page-image .panel .panel-body {
	padding: 25px 15px;
	position: relative;
	z-index: 3;
}



.vote-page-image .panel .panel-body > .row {
	padding: 0px 200px;
	position: relative;
	z-index: 3;	
}

.vote-page-image.king .panel .panel-body > .row {	
	padding: 0px 80px;
}

.vote-page-image.brand .panel .panel-body > .row {	
	padding: 0px 20px;
}


.vote-page-image .col-lg-1h {
	width: 12.5%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;	
	float: left;
}

.vote-page-image .col-lg-2h {
	width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;	
	float: left;
}

.vote-page-image .vote-item {
	padding: 15px 48px;
	background-color: #fff;
	margin-bottom: 15px;
	
	border: 1px solid #1369b6;
	border-top: none;
	border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;

	border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}


.vote-page-image.brand .vote-item {
	padding: 15px 25px;
}



.panel-body .vote-item img {
	margin-top: -28px;
	display: inline-block !important;
}

.vote-page-image.tech .panel-body .vote-item img {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.vote-page-image.brand .panel-body .vote-item img {
	margin-top: -20px;
}

.panel-body .candidate .img-block {
	min-height: 100px;
	padding: 0px 25px;
}

.panel-body .candidate img {	
	display: inline-block !important;
	max-width: 88%;
}

.panel-body .candidate[data-idx="1"] img {
	max-width: 60%;
}

.panel-body .candidate label {
	display: inline-block !important;
	font-size: 15px;
	font-weight: bold;
	color: #e640ff;
	margin: 15px -15px 0px -15px;
	max-width: none;
}

.panel-body .candidate[data-idx="1"] label {
	font-size: 17px;
	margin-bottom: 15px;
}


.panel-body .vote-title {
	min-height: 35px;
	width: 100%;
	margin: 0px;
	display: inline-block;
	color: #fff;
	padding: 10px 5px 20px 5px;
	font-size: 15px;
	font-weight: bold;

	border: 1px solid #1369b6;
	border-bottom: none;
	
	border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;	

	border-top-right-radius: 12px;
	-moz-border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;	
	
	background: -webkit-linear-gradient(#B339FF, #3D4BDA);
	background: -o-linear-gradient(#B339FF, #3D4BDA);
	background: linear-gradient(#B339FF, #3D4BDA);
}

.vote-page-image.brand .panel-body .vote-title {
	padding-bottom: 10px;
}

.panel-body .vote-item .btn.btn-vote {	

	border-radius: 8.5px;
	-moz-border-radius: 8.5px;
	-webkit-border-radius: 8.5px;
	
	background-color: #3D4BDA;
	color: #fff;
	font-size : 15px;
	font-family : 'Microsoft Yahei';
	letter-spacing : 3px;
	margin: 10px -15px 0px -15px;
}

.panel-body .vote-item .btn.btn-vote.selected {
	background-color: #e640ff;
	border-color: #b319bf;
}

.brand .panel-body .vote-item .btn.btn-vote {
	margin-top: 0px;
}

/*footer_all*/
.navbar.navbar-fixed-bottom {	
	bottom: -1px;
}

.navbar.navbar-fixed-bottom .navbar-brand {
	margin-top: -45px;
	display: inline-block;
	float: none;
	background: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/logo.png) 50% 50% no-repeat;
	background-size: contain;
	width: 64px;
	height: 90px;
}

.navbar-footer {
	padding: 0px 5px;
	text-align: center;
}
.navbar-footer  .icon {
	display: inline-block;
	width: 65px;
	height: 45px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.navbar-footer  .icon.brand-1 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/01.png);
}

.navbar-footer  .icon.brand-2 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/02.png);
}

.navbar-footer  .icon.brand-3 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/03.png);
}

.navbar-footer  .icon.brand-4 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/04.png);
}

.navbar-footer  .icon.brand-5 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/05.png);
}

.navbar-footer  .icon.brand-6 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/06.png);
}

.navbar-footer  .icon.brand-7 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/07.png);
}
.navbar-footer  .icon.brand-8 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/08.png);
}

.navbar-footer  .icon.brand-9 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/09.png);
}

.navbar-footer  .icon.brand-10 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/10.png);
}

.navbar-footer  .icon.brand-11 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/11.png);
}

.navbar-footer  .icon.brand-12 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/12.png);
}

.navbar-footer  .icon.brand-13 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/13.png);
}

.navbar-footer  .icon.brand-14 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/14.png);
}

.navbar-footer  .icon.brand-15 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/15.png);
}

.navbar-footer  .icon.brand-16 {
	background-image: url(//img.eprice.com.tw/img/tw/event/20171219/vote/footer/16.png);
}

.copyright {
	background-color: #662D91;	
	font-size: 9pt;
	color: #fff;
	font-family: 'Microsoft Yahei';
	padding: 6px 0px;
	margin-top: -15px;
}

.vote-item .result {
	font-size: 15px;
	color: #662D91;
	display: inline-block;
	margin: 15px -25px 0px -25px;
}

.vote-item .result .count {
	font-size: 21px;
	font-weight: bold;
	color: #B339FF;
}


@media screen and (max-width: 1370px) {
	.main-page-image {
		min-height: 800px;
		padding: 50px 130px;
	}
	
	.row[data-type][data-idx="1"] {
		margin: 0px -40px;
	}
	.row[data-type][data-idx="7"] {
		margin: 0px -70px;
	}
	
	
	.vote-page-image .panel .panel-body > .row {
		padding: 0px 80px;
	}
	.vote-page-image.king .panel .panel-body > .row {
		padding: 0px;
	}
	
	.vote-page-image .panel::after {
		min-height: 525px;
	}	
	.vote-page-image.brand .panel::after {
		min-height: 460px;
	}
	
	.vote-page-image.brand .panel-body .vote-item img {
		margin-top: -10px;
	}
	.vote-page-image.brand .vote-item .result {
		margin-top: 5px;
	}

}

@media screen and (max-width:480px) {
	
	.navbar.navbar-fixed-top {
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
		filter: alpha(opacity=100);
		-moz-opacity: 1;	
		-khtml-opacity: 1;    
		opacity: 1;
	}
	.navbar.navbar-fixed-top .navbar-collapse {
		background-color: #ccc;
		margin: 0px -15px;
	}
	
	.navbar.navbar-fixed-top .visible-xs .navbar-nav {
		margin: 0px -14px;
	}
	.navbar.navbar-fixed-top .visible-xs .navbar-nav>li {
		margin-top: 1px;
		background-color: #efefef;
	}
	
	.navbar-fixed-bottom {
		min-height: auto;
	}
	
	.main-page-image {
		padding: 50px 5px;
	}
	.main-page-image > .header {
		width: 100%;
		max-width: 100%;
		padding: 15px 0px;
	}
	
	.mini-submenu{
		color : #D624E8;
		font-family : 'Microsoft Yahei';
		position: relative;
		z-index: 4;
		display: inline-block;
	
		border: 3px solid #FFFF00;
		box-shadow : 0px 0px 10px 10px rgba(214,36,232,0.4);
		background-color : #FFFFFF;
		display: inline-block;
		padding: 6px 15px;		
		margin: 25px 30px 0px 30px;
	
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;		
	}
	
	.mini-submenu > .dropdown-toggle {		
		font-size: 17px;		
		display: block;
		color: #D624E8;
		text-decoration: none;
	}
	
	.mini-submenu .dropdown-toggle .glyphicon {
		color: #d624e8;
		font-size: 15px;
		float: right;
		top: 6px;
	}
	
	.mini-submenu .dropdown-menu {
		width: 100%;
		background-color: #d624e8;
	}
	
	.mini-submenu .dropdown-menu > li {
		padding: 5px 0px;
		background-color: #fff;
		margin-top: 1px;
	}
	
	.mini-submenu .dropdown-menu > li > a {
		font-size: 15px;
	}
	
	.row[data-type][data-idx] {
		margin: 0px;
	}
	
	.vote-page-image {
		padding-top: 0px;
		z-index: 2;
	}
	
	.vote-page-image .panel {
		padding: 15px 0px;
	}
	
	.vote-page-image .panel::after {
		min-height: 950px;
	}
	
	.vote-page-image.king .panel::after {
		min-height: 1160px;
	}
	
	.vote-page-image.brand .panel::after {
		min-height: 1770px;
	}
	
	.vote-page-image .panel .panel-heading {
		margin: 0px 30px;
		padding: 0px;
		font-size: 15px;
		text-align: left;
		z-index: 6;
		background-color: transparent;
		border: none;
		box-shadow: none;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 2px 2px 5px rgba(23,23,23,0.6);
	}
	/*
	.vote-page-image.cp .panel .panel-body {
		padding: 25px 10px;
	}
	*/
		
	.vote-page-image .panel .panel-body.shadow::after {
		display: none;
		/*
		position: absolute;
		
		width: calc(100% + 30px);
		width: -moz-calc(100% + 30px);		
		width: -webkit-calc(100% + 30px);
		
		min-height: 850px;
		content: "";
		left: 0px;
		top: -100px;
		z-index: 2;
		background-color: #fff;
	
		border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;

		opacity: 0.55;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";	
		filter: alpha(opacity=55);
		-moz-opacity:0.55;	
		-khtml-opacity: 0.55;
		opacity: 0.55;	
		*/
	}
	
	.vote-page-image .panel .panel-body > .row {
		padding: 0px 5px;
	}
	.vote-page-image.king .panel .panel-body > .row {
		padding: 0px 5px;
	}	
		
	.vote-page-image.king .panel .panel-body.shadow::after {
		min-height: 1030px;
	}
	
	.vote-page-image.brand .panel .panel-body.shadow::after {
		min-height: 1580px;
	}
	
	.vote-page-image.cp .panel .panel-body.shadow::after {
		min-height: 890px;
		width: calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		width: -webkit-calc(100% + 20px);
	}
	
	.vote-page-image.acc .panel .panel-body.shadow::after {
		min-height: 890px;
	}	
	
	.vote-page-image .col-xs-6 {
		padding: 0px 10px;
		width: 50%;
	}
	
	.vote-page-image.acc .vote-item {
		min-height: 120px;
	}
	
	.vote-page-image .panel-body .vote-title {
		font-size: 14px;
	}
	
}