.headblackbar{
    height: auto;
    min-width: 1200px;
    background-image: url('../../images/product/compare_list_headbar.png');
}/*設定上方黑橫條背景*/

.headblackbar_text{
    font-size: 26px;
    color: #ffffff;
    line-height: 150px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    position: relative;
}/*設定上方黑橫條內文字*/

.headblackbar_text_right{
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	color: #888888;
	font-size: 14px;
	padding-right: 15px;
}/*設定上方黑橫條內麵包屑*/

.container {
    min-width: 1200px;
    padding-left: 0;
    padding-right: 0;
}

/* 20211115_Ivan 2021階段性改版 加入會員專屬功能提醒 */

.login-needed-alert {
	margin-top: 50px;
	padding: 16px 35px;
	max-width: 1200px;
	width: 100%;
	height: auto;
	border: 1px solid #FF5500;
	border-left-width: 5px;
}

.login-needed-alert-title {
	font-size: 20px;
	line-height: 28px;
	color: #FF5500CC;
}

.login-needed-alert-info {
	margin-top: 5px;
	font-size: 22px;
	line-height: 30px;
	color: #231815;
}

@media (max-width: 800px) {
	.login-needed-alert.container {
		margin: 20px 15px 10px;
		padding: 13px 25px;
		width: calc(100% - 30px);
		min-width: auto;
	}

	.login-needed-alert-title {
		font-size: 14px;
		line-height: 20px;
	}
	
	.login-needed-alert-info {
		font-size: 18px;
		line-height: 25px;
	}
}

/* 20211115_Ivan 2021階段性改版 加入會員專屬功能提醒 */

.gray_part{
	width: 1200px;
	height: auto;
	min-height: 830px;
	padding-bottom: 70px;
	margin:auto; 
	background-color: #f5f5f5;
	font-size: 0;
	margin-top: 40px;
	margin-bottom: 50px;
	position: relative;
}/*中間淺灰色區塊設定*/

.logo_part{
	position: absolute;
	font-size: 0;
	bottom: 0;
	left: 0;
}/*淺灰色區塊內logo設定*/

.login_part{
	padding: 40px 35px;
	width: 570px;
	display: inline-block;
}/*淺灰色區塊內 login區塊設定*/

.title{
	font-size: 18px;
	color: #212121;
}/*淺灰色區塊內title設定*/

.title i{
	margin-right: 5px;
}/*淺灰色區塊內title i 設定*/

.small_title{
	font-size: 14px;
	color: #888888;
	margin: 20px 0;
}/*淺灰色區塊內title下方字設定*/

.login_table{
	width: 100%;
}/*淺灰色區塊內login表格設定*/

.login_table td{
	padding-left: 20px;
}

.login_table tr td:first-child{
	text-align: right;
	padding-left: 0;
	vertical-align: top;
	padding-top: 19.5px;
}/*login表格左側黑字設定*/

.input_object{
	font-size: 14px;
	color: #212121;
}/*login表格左側黑字設定*/

.input_object input{
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	margin: 10px 10px 10px 0px;
	border: 1px solid #d4d2d2;;
	width: 240px;
}/*login表格input設定*/

.registration_table input{
	height: 15px;
	width: 15px;
	vertical-align: top;
	border: 1px solid #d4d2d2;
}/*淺灰色區塊內 member registration表格內input設定*/

.checkcode_part input{
	width: 125px;
	height: 40px;
	margin-bottom: 10px;
    /*margin-right: 10px;*/
    margin-right: 5px;
}/*淺灰色區塊內 checkcode_part input設定*/

.checkcode_part div{
	display: inline-block;
	width: 150px;
	/*height: 30px;*/
	vertical-align: middle;
	padding-bottom: 3px;
}

.registration_table .checkcode_part td{
	padding-bottom: 0;
}

.simple_link{
	color: #ff5500;
	font-size:14px;
	text-decoration: none; 
}/*淺灰色區塊內橘字連結設定*/

/*.submit_btn,
.reset_btn{
	display: inline-block;
	height: 50px;
	width: 150px;
	text-align: center;
	padding: 15px;
	font-size: 14px;
	color:#ffffff;
	opacity: 0.5;
	margin-top: 30px;
	margin-bottom: 10px;
	border-radius: 0px;
}*//*左側認證 重置按鈕設定*/

/*.submit_btn{
	background-color: #ff5500;
	margin-left: 20px;
	border-radius: 0px;
}*//*右側認證 重置按鈕設定*/

/*.reset_btn{
	background-color: #212121;
	margin-left: 10px;
	border-radius: 0px;
}*//*右側認證 重置按鈕設定*/

/*.submit_btn:hover,
.reset_btn:hover,
.submit_btn:visited,
.reset_btn:visited,
.submit_btn:focus,
.reset_btn:focus{
	opacity: 1;
	color: #ffffff;
	border-radius: 0px;
}*//*認證 重置按鈕 hover設定*/

.btn_line .simple_link{
	display: block;
	margin-left: 20px;
}/*左側 checkcode 的橘字連結*/


.registration_part{
	display: inline-block;
	width: 630px;
	color: #888888;
	font-size: 14px;
	vertical-align: top;
}/*淺灰色區塊內右側member registration區塊設定*/

.registration_part .title{
	padding-top: 40px;
	padding-left: 35px;
}/*淺灰色區塊內右側member registration區塊title設定*/

.registration_table td{
	padding-bottom: 20px;
}/*淺灰色區塊內右側registration表格td設定*/

.registration_table tr td:first-child{
	width: 145px;
	text-align: right;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 9.5px;
}/*registration表格黑字td設定*/

.registration_table tr td:first-child span.error{
	margin-right: 5px;
}

.registration_table tr:first-child > td:first-child{
	vertical-align: top;
}/*registration表格Interest Product td設定*/

.left_line{
	width: 100%;
	padding: 20px 35px 0 35px;
	border-left: 1px solid #DADADA; 
}/*用來顯現中間垂直線的div設定*/

.registration_table{
	width: 570px;
}/*registration表格設定*/

.registration_table label{
	font-size: 14px;
	color: #888888;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	max-width: 380px;
}/*registration表格內label設定*/

/*設定registration表格內select start*/
.selectionbar{
	width: auto;
	/*padding-left:10px; */
	/*margin-bottom: 10px;*/
	display: inline-block;
}

.selectionbar select{
	padding-left: 10px;
	font-size: 14px;
	color: #888888;
	height: 40px;
    width: 245px;
    -webkit-appearance:none;/*chrome*/
    -moz-appearance: none;/*firefox*/
    text-indent: 0.01px;
    text-overflow: ' '; 
    appearance:none;
    background-image: url('../../images/product/gw_product_layer_downbtn.png');
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #d4d2d2;
}/*設定registration表格內select隱藏箭頭符號+橘色箭頭背景*/

.selectionbar select.work_select{
	width: 300px;
}

.selectionbar select::-ms-expand{ /*IE*/
	display: none;
}/*設定registration表格內select隱藏箭頭符號*/

/*設定registration表格內select end*/


.country_select{
	margin-left: 15px;
}/*registration表格內country的第二個select設定*/

.text_input input{
	height: 40px;
	width: 300px;
	font-size: 14px;
    color: #888888;
	padding-left: 10px;
}/*registration表格內username password confirmpassword的input設定*/

.left_line .submit_btn,
.btn_line .submit_btn{
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
}/*右側區塊下方留白設定*/

.registration_table .checkcode_part div{
	margin-left: 0;
	/*margin-top: 5px;*/
}

.registration_table tr:last-child td:last-child{
	padding-bottom: 10px;
}/*右側區塊下方留白設定*/

.registration_table input,
.login_table input{
	padding-left: 10px;
}

.text_input textarea{
	width: 300px;
	height: 140px;
	resize: none;
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #d4d2d2;
}

.text_input .add_info{
	display: none;
}

@media (min-width: 1320px){
	.container {
     	width: auto;
	}
}

@media (min-width: 1050px){
	.container {
     	width: auto;
	}
}

@media (max-width: 800px) {
	.headblackbar{
		width: 100%;
		min-width: auto;
	}

	.headblackbar_text{
		line-height: 80px;
	}

	.headblackbar_text_right{
		display: none;
	}

	.container {
		max-width: 100%;
    	min-width: 100%;
    	width: 100%;
	}
	.gray_part{
		height: auto;
		width: 100%;
		margin: 0;
		background-color: #ffffff;
	}

	.logo_part{
		display: none;
	}

	.login_part{
		padding: 0;
		width: 100%;
		display: block;
		padding: 20px 15px;
	}

	.small_title{
		margin:20px 0 0 0;
	}

	.login_table{
		width: 100%;
	}

	.login_table tr td:first-child{
		text-align: left;
		width: 100%;
		padding-bottom: 5px;
		margin-top: 15px;
	}

	.login_table td{
		display: block;
		width: 100%;
		padding:0; 
		/*padding-left: 0px;*/
	}

	.input_object input{
		margin: 0;
		margin-right: 5px;
		width: 100%;
	}

	.checkcode_part input {
    	margin-bottom: 15px;
	}

	.checkcode_part div {
	    display: inline-block;
	    margin-left: 0;
	}

	.simple_link{
		display: block;
		margin-left: 0;
		margin-bottom: 0;
	}

	.submit_btn{
		margin-left: 0;
	}

	.submit_btn,
	.reset_btn{
		margin-top: 10px;
		margin-bottom: 10px;
		width: 142px;
	}

	.btn_line .simple_link{
		display: block;
		margin-left: 0;
	}

	.registration_part .title{
		padding-top: 20px;
		padding-left: 15px;
	}

	.left_line{
		width: 100%;
		padding: 0px 15px 30px 15px;
		border: none;
	}
	
	.registration_part{
		width: 100%;
		border-top: 1px solid #DADADA;
	}

	.registration_table{
		width: 100%;
	}

	.registration_table td{
		display: block;
		padding-bottom: 0;
	}

	.registration_table tr> td:first-child{
		padding-right: 0;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 5px;
		text-align: left;
	}

	.registration_table label{
		margin-right: 15px;
		margin-left: 15px;
		max-width: 100%;
	}

	.selectionbar{
		padding-left: 0;
		padding-bottom: 0;
		display: block;
	}

	.country_select{
		margin-left: 0;
		margin-top: 5px;
	}

	.registration_table tr:nth-child(3) td:first-child{
		padding-top: 0;
	}

	.text_input input,
	.text_input textarea,
	.selectionbar select.work_select{
		width: 100%;
	}

	.checkcode_part input{
		width: 100%;
	}

	.registration_table .checkcode_part div{
		margin-top: 0;
	}

	.registration_table tr:nth-child(7) td:nth-child(2) label{
		width: 270px;
		margin: 0;
	}

	.reset_btn{
		margin-left: 0;
	}

	/*.modal-dialog{
		max-width: 500px;
		width: 95%;
		margin: 20px auto;
	}*/
}
