/****************** JQUERY MOBILE MOD ******************/
tr {
	border-bottom: 1px solid #d6d6d6;
}

.ui-content {
	padding-top: 0;
}

.ui-listview>.ui-li-static, .ui-listview>.ui-li-divider, .ui-listview>li>a.ui-btn {
	border-width: 1px 1px 1px 1px !important;
}

.ui-listview>.ui-li-static {
	padding: 0 !important;
	border-style: none !important;
}

.ui-corner-all, .ui-btn-corner-all, .ui-btn.ui-corner-all, .ui-slider-track.ui-corner-all, .ui-flipswitch.ui-corner-all, .ui-li-count {
	 -webkit-border-radius: 0 !important;
	 border-radius: 0 !important;
}

.ui-shadow-inset, .ui-shadow {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.ui-checkbox, .ui-radio {
	margin: 0 0 0 0 !important;
}

.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn {
	border-bottom-width: 1px !important;
}

.ui-select .ui-btn {
	text-align: left;
}

/****************** COMMON ******************/
.red-text {
	color: red;
}

.red-text-bold {
	color: red;
	font-weight: bold;
}

.blue-text {
	color: #1a5971;
}

.yellow-text {
	color: yellow;
}

.header-bar {
	text-align: center;
	margin-bottom: 1px;
}

.div-button-bar {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 10;
}

.div-tool-bar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 60px;
	z-index: 11;
	text-align: right;
}

.div-top-spacing {
	height: 50px;
}

.div-bottom-spacing {
	height: 200px;
	clear: both;
}

.normal-btn {
	min-width: 80px !important;
	background: #1a5971 !important;
	color: white !important;
	text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000 !important;
}

.normal-btn-inline {
	background: #1a5971 !important;
	color: white !important;
	text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000 !important;
}

.grey-btn {
	max-width: 120px;
	background: #1a5971 !important;
	text-overflow: unset;
	color: white !important;
	text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000 !important;
}

.field-contain-container {
	margin-bottom: 5px;
	overflow: hidden;
}

.field-contain-container .ui-btn {
	border: none;
}

.field-contain-col {
	float: left;
	background-color: #f6f6f6;
	padding-bottom: 100%;
	margin-bottom: -100%;
	margin-right: 5px;
}

.field-contain-small>label~[class*=ui-] {
	width: 30%;
}

.field-contain-medium>label~[class*=ui-] {
	width: 38.5%;
}

.field-contain-medium-extra>label~[class*=ui-] {
	width: 78%;
}

.field-contain-medium-extra .ui-controlgroup-controls {
	width: 100%;
}

.field-contain-medium-extra .field-contain-base-col {
	width: 38.5%;
	display: inline-block;
	vertical-align: middle;
}

.field-contain-medium-extra .field-contain-extra-col {
	display: inline-block;
	vertical-align: middle;
}

.field-contain-extra-col .ui-btn-icon-notext {
	height: 1.25em !important;
}

.field-contain-medium-extra .ui-btn {
	text-align: left !important;
}

.field-contain-inline-base-col {
	max-width: 50% !important;
	display: inline-block;
	vertical-align: middle;
}

.field-contain-inline-extra-col {
	max-width: 50% !important;
	display: inline-block;
	vertical-align: middle;
}

.field-contain-inline-extra-col .ui-btn-icon-notext {
	border-style: none !important;
}

.field-contain-ui-btn-icon-inline {
	background-color: #ffffff !important;
	border-color: #ddd !important;
	color: #ffffff !important;
	text-shadow: none !important;
	border-width: 1px 1px 1px 1px !important;
}

#accountContent {
	margin-bottom: 250px;
}

#accountInfoContainer {
	margin: auto;
}

/****************** NEWS ******************/
#guideContent iframe {
	width: 100%;
	height: 2500px;
}

/****************** SETTINGS ******************/
.setting-navbar-tab {
	width: 33.333% !important;
	clear: none !important;
}

#playerInfoListTable {
	text-shadow: none;
	font-weight: bold;
	color: #323232;
}

.setting-player-list-expire-row .setting-player-list-expire-text {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}

#playerInfoListTable .setting-player-list-even-row {
	background-color: #dddddd;
	border-style: none;
}

#playerInfoListTable .setting-player-list-odd-row {
	border-style: none;
}

#playerInfoListTable td {
	vertical-align: middle;
}

#playerInfoListTable .setting-player-list-first-row {
	border-style: none;
}

#playerInfoListTable .setting-player-list-first-row td {
	vertical-align: top;
	padding-top: 20px;
}

#playerInfoListTable .setting-player-list-last-col {
	width: 15%;
}

#playerInfoListTable .setting-player-list-header {
	display: none;
}

#playerSettingCheckAllContainer {
	display: none;
}

#settingsMenu {
	position: relative;
	margin-left: 1.5%;
	margin-right: 1%;
}

.setting-category-btn {
	float: left;
	margin-left: 1.4% !important;
	margin-right: 1.4% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 30% !important;
	background: #1a5971 !important;
	color: white !important;
	text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000 !important;
}

.setting-selected-category  {
	background: #1a5971 !important;
	color: white !important;
	text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000 !important;
}

.setting-support-browser-table {
	width: 100%;
}
.setting-support-browser-table tr {
	width: 100%;
}

.setting-support-browser-table td {
	width: 45%;
	padding: 0 5% 0 0;
	vertical-align: top;
}

.setting-support-browser-table img {
	max-width: 100%;
}

.setting-time-table input {
	width: 50px;
}

.setting-unit-table input {
	width: 75px;
}

.setting-unit-table-control {
	padding-left: 15px;
}

#pkSkillListContainer table {
	width: 38.5%;
}

#pkSkillListContainer td {
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
}

#pkSkillListContainer td:first-child {
	padding-left: 0;
	padding-right: 10px;
}

.auction-list-table {
	text-shadow: none;
	font-weight: bold;
	color: #323232;
}

.auction-list-table .auction-list-even-row {
	background-color: #dddddd;
	border-style: none;
}

.auction-list-table .auction-list-odd-row {
	border-style: none;
}

.auction-list-table td {
	vertical-align: middle;
}

.auction-list-table .auction-list-first-row {
	border-style: none;
}

.auction-list-table .auction-list-first-row td {
	vertical-align: top;
	padding-top: 20px;
}

.auction-list-table .auction-list-hidden {
	display: none !important;
}

.auction-list-table .auction-list-header {
	display: none;
}

.auction-list-input {
	width: 100px;
}

.auction-list-table .ui-btn {
	text-align: center !important;
}

.auction-list-disable-row {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}

#bangLicPlayerListTable th {
	vertical-align: top;
}

#bangLicPlayerListTable td {
	vertical-align: middle;
}

#btnBangLicSelectAll {
	margin: 16px 0 16px 0;
}

.bang-lic-player-list-checkbox {
	width: 25px;
	height: 25px;
}

.bang-group-setting-customize label {
	display: inline-block;
	white-space: nowrap;
}

.bang-group-setting-customize input {
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.bang-group-setting-customize label span {
	vertical-align: middle;
	padding-left: 5px;
}

.bang-group-setting-label-customize {
	color: #333;
}

.bang-group-setting-label-default {
	color: #bbbbbb;
}

/****************** ACCOUNT ******************/
.account-div {
	position: relative;
}

.account-div-title {
	color: blue;
	font-weight: bold;
	margin: 10px 0px;
}

.account-input {
	width: 46%;
	margin: 0px 2% 10px 2%;
	float: left;
}

.account-input label {
	font-weight: bold;
}

#accountInputBanner {
	margin: auto;
	text-align: center;
}

#accountInputBanner img {
	max-width: 100%;
	max-height: 100px;
	border-radius: 8px;
}

/****************** LICENSE ******************/
.license-navbar-tab {
	width: 16.666% !important;
	clear: none !important;
}

#playerLicenseList {
	text-shadow: none;
	font-weight: bold;
	color: #323232;
	font-size: 1em;
	margin-top: 10px;
}

.license-player-list-row {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #bbbbbb;
	margin-bottom: 25px;
}

.license-player-list-row-header {
	background-color: #c5c5c5;
	position: relative;
}

.license-player-list-row-header-col-1 {
	width: 20px;
}

.license-player-list-header-button {
	background-color: #c5c5c5 !important;
	border-style: none;
	white-space: normal;
	overflow: unset;
	text-align: left;
	text-shadow: none !important;
}

.license-player-list-header-inline-button a,
.license-player-list-header-inline-button a:link,
.license-player-list-header-inline-button a:visited {
	background-color: #1a5971;
	color: white;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	width: 70px;
	padding: 5px 10px;
	margin: 0 5px;
}

.license-player-list-expire-row .license-player-list-expire-text,
.license-player-list-expire-row .license-player-list-base-col .ui-btn
{
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	overflow: unset;
}

.license-player-list-base-col {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
}

.license-player-list-extra-col {
	min-width: 150px;
	display: inline-block;
	vertical-align: middle;
}

.license-player-list-copy-col {
	min-width: 120px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.license-player-list-table .license-player-list-even-row {
	border-style: none;
	position: relative;
}

.license-player-list-table .license-player-list-odd-row {
	background-color: #e9e9e9;
	border-style: none;
	position: relative;
}

.license-player-list-table .license-player-list-id-col {
	width: 33%;
	display: inline-block;
	vertical-align: middle;
}

.license-player-list-table .license-player-list-name-col {
	width: 67%;
	display: inline-block;
	vertical-align: middle;
}

.license-player-list-table .license-player-list-last-col {
	width: 20%;
}

.license-player-list-table .license-player-list-header {
	display: none;
}

#licenseEditForm {
	text-align: center;
}

#purchaseVIPNote h3 {
	list-style-type: square;
	margin: 10px 0 0 0;
	font-size: 16px;
}

#purchaseVIPNote ul {
	list-style-type: square;
	padding: 10px 0 0 20px;
	margin: 0;
	font-size: 14px;
}

#purchaseVIPNote li {
	padding: 0 0 5px 0;
	margin: 0;
}

#purchaseProgramDiv .ui-controlgroup-controls {
	width: 100%;
}

#transactionType .ui-controlgroup-controls {
	width: 100%;
}

#bankPaymentPanel iframe {
	width: 100%;
	height: 2500px;
}

#bankPaymentGuideLink {
	background: #1a5971 !important;
	color: white !important;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000 !important;
}

#popupPackageCompare .ui-btn {
	border-style: none;
}

#transactionsNavbar .ui-radio{
	width: 20%;
}

#transactionsNavbar .ui-btn, #transactionsNavbar label.ui-btn {
	text-align: center;
	font-size: 12px;
	height: 14px;
}

.transaction-list-table {
	color: #323232;
}

.transaction-list-table th {
	background-color: #f9f9f9;
	border-style: none;
}

.transaction-list-table tr:nth-child(even) {
	border-style: none;
}

.transaction-list-table tr:nth-child(odd) {
	background-color: #dddddd;
	border-style: none;
}

.transaction-list-table .transaction-list-header {
	display: none;
}

/****************** DIALOG ******************/
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-magenta {
	background: #1a5971 !important;
	color: #FFF;
	margin-right: 10px;
	border-radius: 0;
	-webkit-transition: background .2s;
	transition: background .2s;
	min-width: 120px;
	height: 40px;
	font-size: 16px;
	font-weight: 600;
	text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000 !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-magenta:hover {
	background: #1a5971 !important;
	color: #FFF;
}

.jconfirm-content {
	line-height: 2em;
}

.jconfirm-content .ui-input-text {
	border-color: #ddd;
}

.jconfirm .jconfirm-box {
	border-radius: 0 !important;
}

/****************** PORTRAIT ******************/
@media only screen and (max-width: 640px) {
	#playerInfoListTable {
		border-collapse: collapse;
		border-spacing: 0 20px;
	}

	.setting-player-list-even-row td:first-child,
	.license-player-list-odd-row td:first-child {
		margin-top: 20px;
	}

	.setting-player-list-even-row td:last-child,
	.setting-player-list-odd-row td:last-child {
		margin-bottom: 20px;
	}

	#playerSettingCheckAllContainer {
		margin-bottom: 20px;
	}

	#playerInfoListTable .setting-player-list-last-col {
		width: 100% !important;
		text-align: left !important;
	}

	#playerInfoListTable .setting-player-list-first-row {
		display: none;
	}

	#playerInfoListTable .setting-player-list-header {
		display: inline-block;
		font-weight: normal;
	}

	#playerSettingCheckAllContainer {
		display: block;
	}

	.auction-list-table {
		border-collapse: collapse;
		border-spacing: 0 20px;
	}

	.auction-list-even-row td:first-child,
	.auction-list-odd-row td:first-child {
		margin-top: 20px;
	}

	.auction-list-even-row td:last-child,
	.auction-list-odd-row td:last-child {
		margin-bottom: 20px;
	}

	.auction-list-table .auction-list-first-row {
		display: none;
	}

	.auction-list-table .auction-list-header {
		display: inline-block;
		font-weight: normal;
	}

	.license-player-list-even-row td:first-child,
	.license-player-list-odd-row td:first-child {
		margin-top: 20px;
	}

	.license-player-list-table .license-player-list-header {
		display: inline-block;
		font-weight: normal;
	}

	.license-player-list-base-col {
		width: 55%;
		display: inline-block;
		vertical-align: middle;
		padding: 5px 10px;
	}

	.license-player-list-extra-col {
		min-width: 120px;
		display: inline-block;
		vertical-align: middle;
	}

	.license-player-list-copy-col {
		position: static;
		transform: none;
		width: 100%;
		display: block;
	}

	.license-player-list-header-inline-button a,
	.license-player-list-header-inline-button a:link,
	.license-player-list-header-inline-button a:visited {
		margin: 5px 5px;
	}

	#playerLicenseList,
	#playerLicenseList .ui-btn,
	.license-player-list-expire-row .license-player-list-expire-text,
	.license-player-list-expire-row .license-player-list-base-col .ui-btn
	{
		font-size: 12px !important;
	}

	.license-player-list-base-col .ui-btn
	{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.license-player-list-base-col {
		padding-left: 5px !important;
		padding-right: 10px !important;
	}

	.license-player-list-table .license-player-list-id-col {
		width: 100% !important;
		text-align: left !important;
	}

	.license-player-list-table .license-player-list-name-col {
		width: 100% !important;
		text-align: left !important;
	}

	#transactionsNavbar .ui-btn, #transactionsNavbar label.ui-btn {
		text-align: center;
		height: 30px;
	}

	.transaction-list-table {
		font-weight: bold;
	}

	.transaction-list-table .transaction-list-header {
		display: inline-block;
		font-weight: normal;
	}

	.transaction-list-table td:first-child {
		margin-top: 20px;
	}

	.transaction-list-table td:last-child {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
	.ui-collapsible-content {
		padding: 0.5em 0.25em 0.5em 0.5em !important;
	}

	#mainNavbar .ui-btn {
		height: 25px;
		white-space: normal;
		text-overflow: unset;
		text-align: center;
	}

	#mainNavbar .ui-btn-icon-notext:after, #mainNavbar .ui-btn-icon-left:after, #mainNavbar .ui-btn-icon-right:after {
		margin-top: -15px;
	}

	.grey-btn {
		max-width: 100%;
	}

	.field-contain-small>label~[class*=ui-] {
		width: 78%;
	}

	.field-contain-medium>label~[class*=ui-] {
		width: 78%;
	}

	.field-contain-medium-extra>label~[class*=ui-] {
		width: 100%;
	}

	.field-contain-medium-extra .ui-controlgroup-controls {
		width: 100%;
	}

	.field-contain-medium-extra .field-contain-base-col {
		width: 78%;
	}

	.account-input {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: left;
	}

	.normal-btn {
		width: 97.5% !important;
		margin-left: 1% !important;
		margin-right: 1.5% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.setting-category-btn {
		width: 90% !important;
		margin-left: 4.5% !important;
		margin-right: 5.5% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#pkSkillListContainer table {
		width: 78%;
	}

	#licenseNavbar .ui-btn {
		height: 40px;
		white-space: normal;
		text-overflow: unset;
	}
}
