.ui-dialog-titlebar {
	font-size: 17px !important;
	background: #6DA8D0;
	color: #FFFFFF;
}

.ui-button {
	font-size: 16px !important;
	background: #EEFFFF;
	font-weight: bold;
	color: #006699;
}

.ui-button:hover {
	border: 1px solid #006699;
	background: #EBF4FD;
	font-weight: bold;
	color: #006699;
}

.waitMe_text {
	font-size: 17px !important;
}

#order-btn {
	font-size:16px;
}

#order-btn:disabled {
	color: #dcdcdc;
//	background: gray;
//	cursor: none;
}


button:hover {
  opacity:0.8;
  cursor:pointer;
}

/* table */

table {
	border-collapse: collapse;
	}


table th {
	border-collapse: collapse;
	}

table th.th_colspan_all {
	width:auto !important;
	}

table td {
	border-collapse: collapse;
	}

table td.td_colspan_all {
	width:auto !important;
	}
/* table */

table {
	border-collapse: collapse;
	}


table th {
	border-collapse: collapse;
	}

table th.th_colspan_all {
	width:auto !important;
	}

table td {
	border-collapse: collapse;
	}

table td.td_colspan_all {
	width:auto !important;
	}


table.tbl_normal {
	width:100%;
	border-collapse:collapse;
	margin:40px auto 10px;
	}

table.tbl_normal th {
	font-size:12px;
	background:#f2f2f2;
	padding:5px 10px;
	border:1px solid #ccc;
	vertical-align:middle;
	font-weight:normal;
	}

table.tbl_normal td {
	font-size:14px;
	padding:10px 5px;
	background:#fff;
	border:1px solid #ccc;
	vertical-align:middle;
	}

.modal-wrapper {
	z-index: 999999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 40px 10px;
	text-align: center;
	font-size:14px;
	display: none;
}

.modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: "";
}

.modal-wrapper {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	min-width: 40%;
	max-width: 70%;
	min-height: 40%;
	padding: 30px 15px 30px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
}

.modal-wrapper {
	max-height: 60vh;
	overflow-y: auto;
	text-align: left;
}

.modal-wrapper {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	color: #95979c !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

#modal-window {font-size:18px;}

.mcoin_tooltip{
	position:relative;
}

.tooltip {
	display: none;
	width:260px;
	padding:10px;
	font-size:12px;
	margin:-30px 0 0;
	background-color:#666;
	color:#fff;
	position:absolute;
	right: 60px;
	top: -45px	
}

.tooltip:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	/* content: " "; */
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(102, 102, 102, 0);
	border-right-color: #5e5e5e;
	border-width: 8px;
	margin-top: -8px;
}

