/*
CSS結構：
	ui-dialog: 對話視窗的外框
		ui-dialog-titlebar: 對話視窗的標題列外框
			ui-dialog-title: 標題列文字
			ui-dialog-titlebar-close: 標題列關閉按鈕
		ui-dialog-content: 對話視窗內容的外框
		ui-dialog-buttonpane: 對話視窗下方按鈕的外框
			ui-dialog-buttonset: 對話視窗下方按鈕
*/
.ui-widget-overlay{
	background-image: none;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
#alertModal .modal-dialog,.ui-dialog{
	font-family: "微軟正黑體";
}
.myDialog .sumbitBtnSection{
	float: right;
}

.sumbitBtnSection .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn.disabled, .btn:disabled {
    opacity: .35;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
	border-color: #6c757d;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
	border-color: #6c757d;
}

/*-- 內文字體大小 --*/
.myDialog{
	font-size: 1rem;
}

/*-- title樣式 --*/
.ui-widget-header{
	background-image: none;
	background-color: #619B12;
	border: #4C7C0B;
}

/*-- title文字 --*/
.ui-dialog .ui-dialog-title{
	font-weight: 800;
	color: #fff;
	font-size: 1.2rem;
}

/*-- 按鈕 --*/
.ui-widget input.submitBtn{
	font-family: "微軟正黑體", "新細明體";
}

/*--------------
會員帳號身分驗證
--------------*/
#myDialog01 .sumbitBtnSection01 .disableNum{
	margin-right: 5px;
	font-size: 0.8rem;
	color: #C10003;
}
.questionNote{
	font-size: 0.8rem;
}
.ui-widget-content .questionNoteLink{
	color: #2886CB;
}

/*--------------
隱私權政策
--------------*/
#myDialog01,#myDialog02{
	padding-bottom:20px;
}
.GDPR_agreement{
	width: 90%;
	height: 200px;
	overflow: auto;	/* 讓它有捲軸 */
	border: 1px solid #ccc;
	margin: auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	font-size: 0.8rem;
}
.GDPR_agreement .agreementTitle{
	font-size: 0.8rem;
	font-weight: 800;
}

/*--提醒文字--*/
#myDialog02 .note{
	font-size: 0.8rem;
	color: #C10003;
	
}

/*.agree:hover,.disagree:hover{
	border:none;
}*/
.pop-font{margin: 8px auto 15px;  font-size:13px; width: 90%;}
.pop-font{margin: 8px auto 15px;  font-size:13px; width: 90%;}

/*--------------
    蓋版樣式
--------------*/
.gdprmodal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

#membership_confirm{
	position: absolute;
	height: auto;
	width: 350px;
	top: 10px;
	display: block;

}

#gdpr2{
	position: absolute;
	height: auto;
	width: 550px;
	top: 10px;
	display: block;
}

@media (max-width: 600px){
	#membership_confirm,#gdpr2{
		width: 85%;
		top: 10px;
	}
}