.modal-dialog_cust {
	max-width: 360px !important;
	margin-top: 100px !important;
	margin-left: auto !important;
	margin-right: auto !important;	
}

.modal-dialog_cust .modal-header {
	background: #3d3d3d !important;
	padding: 8px !important;
}

.modal-title {
	color: white;
    text-align: center;
	font-size: 18px;
	letter-spacing: 10px;
}

.close {
	color: white !important;
	opacity: 1 !important;
}

/* 登入modal輸入框 */
.inputcolumn {
    width: 80%;
	margin:0 auto;
	padding: 9px 8px;
}

.inputcolumn input {
	width: 100%;
    border: 1px solid #8C8C8C;
    height: 38px;
    padding: 0px 10px;
    box-shadow: inset 0px 1px 4px #999999;
	border-radius: 4px;
	vertical-align: middle;
}

.columnhint {
	color: gray;
	margin-top: 5px;
}


#LoginPasswd {
	width: 70%;
}

#LoginModal .warning {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* 忘記密碼按鈕 */
#forgetPasswordlink {
    width: 50px;
	height: 50px;
	background-color: #3db9ea;
	border-radius: 60px;
	float: right;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
    padding: 8px;
	margin-top: -3px;
	cursor: pointer;
}

#forgetPasswordlink:hover {
	width: 52px;
	height: 52px;
	/* box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);	 */
}

.btn_box {
    width: 75%;
	margin: 0 auto;
}

.btn_box div {
    width: 40%;
	height: 43px;
	margin-top: 5px;
	padding-top: 10px;
    background: #8e8e8e; /* Old browsers */
    background: -moz-linear-gradient(top,  #8e8e8e 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #8e8e8e 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #8e8e8e 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	display: inline-block;
	cursor: pointer;
}

.btn_box div:hover {
	box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
}


.btn_box .right{
    float: right;
}

.login_other {
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.login_other div {
    display: inline-block;
    width: 35px;
    height: 35px;
	cursor: pointer;
	background-size: contain;
}

#login_google_Btn {
	background-image	: url(../image/google.png);
	float: right;
}

#login_line_Btn {
	background-image	: url(../image/line.png);
	margin-left: 26%;
}
#login_fb_Btn {
    background-image	: url(../image/facebook.png);
}

.text_blue {
    color: blue;
}

.btnblue {
    background-color: #555;
    color: white;
    font-weight : bold !important;
    width :100%;
    margin: 10px 0px 10px 0px ;
}

.btnblue:hover {
	color: white;
	box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
}


.hx30 {
    height: 30px;
}

#OTPModalBody {
  text-align: center;
}

#OTP_phone {
    text-align: left;
}

#OTP_phone p {
    display: inline-block;
}

#SignUpSuccessModalBody {
    text-align: center;
}

#OTP_number {
    margin-top: 2jj0px;
}

.mt10 {
    margin-top: 10px;
}

#LoginSuccessModalBody {
    text-align: center;
}

#LoginSuccessModalBody img {
	width: 80px !important;
}

.warning {
	color: red;
}

.modalwording {
	text-align: center;
	padding: 10px;
}


#queueZoneModal .modal-content{
	text-align: center;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}

#queueZoneModal .modal-backdrop{
	background-color: white;
}

#queueZoneModal .clock{
	width: 200px;
}

#queueZoneModal .wording{
	margin-top: 20px;
	color: #146f96;
	font-weight: bold;
}

#cancelQueue {
	margin-top: 40px;
	height: 30px;
	padding-top: 5px;
}