@import "core/reset.css";
@import "core/t-form.css";
/**
 * Fix css of admin
 */

body {
	min-width: 200px;
}

#left_content {
	float: left;
}

@media screen and (max-width: 992px) and (min-width: 320px) {
	#left_content {
		display: none;
	}
}

.nNote {
	margin: 0px;
	padding: 10px 10px 10px 50px;
}

.nNote p {
	padding: 0px;
}

.form label {
	cursor: pointer;
}

.tPagination ul li {
	margin-left: 4px;
}

.tPagination ul li a {
	padding: 4px 8px;
}

.tPagination ul li.cur {
	padding: 1px 8px;
	background: url(../crown/images/backgrounds/sideGradient.png) repeat-x;
	color: white;
	font-weight: bold;
	border-color: #424852;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.ui-spinner {
	width: 100%;
}

select {
	color: #595959;
	background: #fff;
	border: 1px solid #ccc;
	outline: none;
	padding: 4px 3px;
	border: 1px solid #bbb;
	border-radius: 3px;
	box-shadow: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

table thead td span {
	right: -5px;
}

.formRow .checker, .formRow .radio {
	margin-right: 8px;
}

.form input[type="text"], .form input[type="password"], .form textarea {
	font-size: 12px;
}

.formRow label.formLeft {
	display: inline;
	width: 23%;
	margin: 0px !important;
	padding-left: 20px;
	float: left;
}

.formRow .formRight {
	display: inline;
	width: 73%;
	float: right;
}

.taskWidget td.taskActive {
	font-weight: bold;
	background-image: url(../crown/images/icons/taskDone.png);
}

.title .title_right {
	float: right;
	margin: 7px 14px 0 0;
}

/**
 * Main css
 */

.menu_action {
	padding: 0px;
	margin: 30px 0px;
	float: right;
}

.horControlB.menu_action ul li {
	margin: 0 5px;
}

.notice_msg {
	display: none;
	font-size: 11px;
	color: #565656;
}

.error {
	color: #A73939;
	font-size: 11px;
	display: block;
}

.error p {
	padding-top: 5px;
}

.editor_border {
	border: 1px solid #CDCDCD;
}

.border {
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}

.option {
	text-align: center;
}

.option a {
	margin-right: 5px;
}

.option a:last-child {
	margin-right: 0;
}

.option a:hover {
	text-decoration: none!important;
}

.option4 {
	text-align: center;
}

.option4 a {
	margin-right: 4px;
}

.option4 a:last-child {
	margin-right: 0;
}

/**
 * Icons
 */

.iIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.iStar {
	background: url(img/unstar.png) no-repeat;
}

.iStar.on {
	background-image: url(img/star.png);
}

.iFeature {
	background: url(img/option/nb1.png) no-repeat;
}

.iFeature.on {
	background-image: url(img/option/nb2.png);
}

.iHot {
	background: url(img/option/hot1.png) no-repeat;
}

.iHot.on {
	background-image: url(img/option/hot2.png);
}

.iVip {
	background: url(img/option/vip1.png) no-repeat;
}

.iVip.on {
	background-image: url(img/option/vip2.png);
}

.iVerify {
	background: url(img/option/veri1.png) no-repeat;
}

.iVerify.on {
	background-image: url(img/option/veri2.png);
}

.iHide {
	background: url("img/option/hide1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.iHide.on {
	background-image: url("img/option/hide2.png");
}

/**
 * Link
 */

.link a {
	color: #5F5F5F;
	text-decoration: none;
}

.link a:hover {
	color: #3E76AF;
	text-decoration: underline;
}

.link.blue a {
	color: #2B6893;
}

.link.blue a:hover {
	color: #2B6893;
}

.link.red a {
	color: #A73939;
}

.link.red a:hover {
	color: #A73939;
}

.link1 a {
	color: #595959;
	text-decoration: none;
}

.link1.red a {
	color: #A73939;
}

.link1.blue a {
	color: #4286ad;
}

.link1 a:hover {
	color: #1D68B9;
	text-decoration: underline;
}

.link2 a, .link2 a:hover {
	color: #595959;
	text-decoration: none;
}

/**
 * List
 */

ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list li {
	display: inline-block;
	margin-right: 8px;
	padding: 0px 0px 0px 7px;
	border: 0px;
	background: url('img/arrow/2.png') left center no-repeat;
}

ul.list.valueB li {
	font-weight: bold;
}

ul.list.valueB li span {
	font-weight: normal;
}

ul.list2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list2 li {
	margin: 5px 0px;
	background: url('img/arrow/7.png') left center no-repeat;
	padding: 0 0 0 10px;
	line-height: 15px;
	border: 0px;
}

ul.list2 li span {
	float: left;
	width: 100px;
}

ul.list2.valueB li {
	font-weight: bold;
}

ul.list2.valueB li span {
	font-weight: normal;
}

ul.list2.arrowT li {
	background-position: left 5px;
}

/**
 * Menu icon
 */

.nav li.home a span {
	background-image: url(../images/icons/light/home.png);
}

.nav li.system a span {
	background-image: url(../images/icons/light/fullscreen.png);
}

.nav li.site a span {
	background-image: url(../images/icons/light/frames.png);
}

.nav li.account a span {
	background-image: url(../images/icons/light/users.png);
}

.nav li.product a span {
	background-image: url(../images/icons/light/blocks.png);
}

.nav li.tran a span {
	background-image: url(../images/icons/light/transfer.png);
}

.nav li.card_api a span {
	background-image: url(../images/icons/light/blocks.png);
}

.nav li.content a span {
	background-image: url(../images/icons/light/blocks.png);
}

.nav li.card_game a span {
	background-image: url(../images/icons/light/blocks.png);
}

.nav li.extension a span {
	background-image: url(../images/icons/light/frames.png);
}

.nav li.music a span {
	background-image: url(../images/icons/light/fullscreen.png);
}

.nav li.support a span {
	background-image: url(../images/icons/light/frames.png);
}

.nav li.ads a span {
	background-image: url(../images/icons/light/blocks.png);
}

.nav li.entertainment a span {
	background-image: url(../images/icons/light/fullscreen.png);
}

/**
 * Status color
 */

.status .pending, .status .working, .status .on {
	color: #4286ad;
}

.status .completed, .status .active, .status .yes {
	color: #599414;
}

.status .failed, .status .expiration {
	color: #C75510;
}

.status .cancel, .status .off, .status .wait {
	color: #A73939;
}

/**
 * Cart info
 */

.cart_info {
	width: 100%;
}

.cart_info .cart_item {
	padding-bottom: 3px;
}

.cart_info .item_param {
	text-align: left;
}

.cart_info .item_value {
	text-align: right;
}

.cart_info .cart_item select {
	min-width: 65px;
}

/**
 * MyTable handle
 */

table.myTable tbody tr:hover {
	background: #ECF4FB;
}

table.myTable tbody tr.active {
	background: #DEEEFA;
}

table.myTable a {
	color: #595959;
}

table.myTable a:hover {
	color: #595959;
	text-decoration: underline;
}

table.myTable .image_thumb {
	float: left;
	margin-right: 8px;
	text-align: center;
}

table.myTable .image_thumb img {
	width: 70px;
	height: 50px;
}

table.myTable.border_top {
	border-top: 1px solid #cbcbcb;
}

table.myTable.border {
	border: 1px solid #cbcbcb;
}

table.myTable tbody tr:hover {
	background: none repeat scroll 0 0 #ECF4FB;
}

table.myTable tbody tr.active {
	background: none repeat scroll 0 0 #DEEEFA;
}

table.myTable a {
	color: #595959;
}

table.myTable a:hover {
	color: #595959;
	text-decoration: underline;
}

table.myTable .image_thumb {
	float: left;
	margin-right: 8px;
	text-align: center;
}

table.myTable .image_thumb img {
	height: 50px;
	width: 70px;
}

table.myTable .image_thumb img {
	height: 50px;
	width: 70px;
}

table.myTable.border_top {
	border-top: 1px solid #CBCBCB;
}

table.myTable.border {
	border: 1px solid #E4E4E4;
}

table.myTable thead.filter td {
	background: none repeat scroll 0 0 #EFEFEF;
	color: #666666;
	font-size: 12px;
	padding: 5px;
	text-align: left;
}

table.myTable thead.filter td table tr {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
}

table.myTable thead.filter td table tr td {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	padding: 5px;
}

table.myTable thead.filter td table tr td.label {
	text-align: right;
}

table.myTable thead.filter td table tr td.item {
	width: 10px;
}

table.myTable thead.filter td table tr td.item input[type="text"] {
	width: 94px;
}

table.myTable thead.filter td table tr td.item select {
	width: 100px;
}

/**
 * Verify action
 */

#verify_action {
	margin: 0px;
	min-width: 300px;
	max-width: 400px;
	min-height: 150px;
	position: relative;
}

/**
 * Autocheck
 */

.autocheck {
	float: left;
	margin-left: 15px;
}

.autocheck div {
	float: left;
	height: 30px;
	width: 30px;
}

.autocheck div#loader {
	background: url("img/loader.gif") center no-repeat;
}

.autocheck div#accept {
	background: url("img/accept.png") center no-repeat;
}

.autocheck div#error {
	background: url("img/error.png") center no-repeat;
}

/**
 * Main loader
 */

#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=0.4);
	z-index: 100000;
}

#preloader {
	background: url("img/preloader.gif") no-repeat 12px 10px #000000;
	color: white;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -45px;
	padding: 10px;
	position: fixed;
	text-align: left;
	text-indent: 36px;
	top: 50%;
	width: 90px;
	z-index: 100001;
	opacity: 0.8;
	filter: alpha(opacity=0.8);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.form_load #loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 32px;
	min-height: 32px;
	background: url("../images/loaders/loader4.gif") no-repeat center rgba(255, 255, 255, 0.7);
	z-index: 1;
}

.tab_load #loader {
	width: 100%;
	height: 100%;
	min-width: 16px;
	min-height: 11px;
	background: url("../images/loaders/loader.gif") no-repeat center;
}

/**
 * Jquery UI
 */

.ui-autocomplete-loading {
	background: white url('img/loader.gif') right center no-repeat;
}

.pagination {
	display: block;
	padding: 5px 10px;
	float: right;
}

.pagination a {
	background: #f3f3f3;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	/* box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #ffffff inset; */
	color: #717171;
	display: inline-block;
	float: left;
	font-weight: 700;
	line-height: 25px;
	margin-right: 4px;
	min-height: 25px;
	padding: 0 10px;
	text-decoration: none;
}

.pagination strong {
	background: #f3f3f3;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	/* box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #ffffff inset; */
	color: maroon;
	display: inline-block;
	float: left;
	font-weight: 700;
	line-height: 25px;
	margin-right: 4px;
	min-height: 25px;
	padding: 0 10px;
	text-decoration: none;
}