@import "core/plugins.css";
@import "core/reset.css";
@import "core/t-form.css";
@import "core/t-ui.css";
@import "core/ui.css";


/**
 * Fix current css
 */
.t-box .box-content {
	clear: both;
	margin: 0px;
	padding: 10px;
	background: #FFF;
}
.t-box  .box-title h1,
.t-box  .box-title h6 {
	float: left;
	padding: 5px 15px;
	background: #5bb244;
	color: #FFF;
	border-radius: 3px 3px 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

table.table-rate {
	background: #FFF;
}

.t-form input.t-input {
	height: 20px;
	box-sizing: content-box;
}
.form-item select{
	height: 25px;
}
.list-style li a {
    color: #777777;
    font-size: 13px !important;
}
/**
 * Card list
 */
.card_list .card_item {
	float: left;
	width: 285px;
	margin: 0 10px 20px 0;
}
.card_list .card_item .item_img {
	float: left;
	width: 123px;
	height: 77px;
	margin: 0 10px 0 0;
}
.card_list .card_item .item_content {
	float: left;
	width: 152px;
}
.card_list .card_item .item_content a {
	float: left;
	display: block;
	margin: 5px 0 0;
}

.list_bank2 .item {
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
}
.list_bank2 .item img {
    border: 1px solid #ccc;
    display: block;
    height: 40px;
    margin: 0 0 5px;
    width: 70px;
}
/**
 * List product
 */
.cardContainer {
	margin: auto;
	padding: 0px;
}
.boxCard {
	background-color:#fff;
	float:left;
	width:285px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #dadada;
	padding:0;
	margin-top:6px;
	margin-right:5px;
	margin-bottom:6px;
	margin-left:5px;
}
.boxCard h5 {
	font-size:13px;
	width:250px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	padding:0em;
	color:#333;
	height:19px;
	overflow:hidden;
	margin-top:7px;
	margin-right:auto;
	margin-bottom:auto;
	margin-left:auto;
	font-weight:bold;
	border-bottom:1px dotted #dadada;
}
.cardImage {
	width:227px;
	height:140px;
	margin:auto;
	padding-top:0.5em;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
}
.cardImage img {
	width: 100%;
	height: 100%;
}
.cardPrice {
	padding:0px;
	height:23px;
	width:227px;
	margin-top:6px;
	margin-right:auto;
	margin-bottom:auto;
	margin-left:auto;
	text-align: center;
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#dadada;
}
.cardControl {
	height:27px;
	width:227px;
	padding:0em;
	margin-top:5px;
	margin-right:auto;
	margin-bottom:1px;
	margin-left:auto;
}


/**
 * List news
 */
.list_news {
}
.list_news .item_news {
	clear: both;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list_news .item_news:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.list_news .item_news .item_left {
	float: left;
	display: inline;
	margin-right: 10px;
}
.list_news .item_news .item_left .item_img {
	width: 140px;
	height: 90px;
	border: 1px solid #dedede;
	padding: 3px;
}
.list_news .item_news .item_name {
}
.list_news .item_news .item_time {
	color: #888;
	margin: 5px 0;
}
.list_news .item_news .item_content {
}


/**
 * List payment
 */
.payment_list li {
	border-bottom: 1px solid #EBEBEB; 
	padding: 10px 0; 
	line-height: 20px;
	float: none;
}
.payment_list li:last-child {
	border-bottom: none;
}




.link a {
	color: #666;
	text-decoration: none;
}
.link a:hover {
	color: #D82B31;
	text-decoration: underline;
}
.link.blue a {
	color: #2B6893;
}
.link.blue a:hover {
	color: #2B6893;
}

.img_border {
	border: 1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius: 5px;
}
.editor_border {
	width: 250px;
	border: 1px solid #CDCDCD;
}
.user_form_action {
	min-height: 235px;
}
.timestamp {
	color: #888;
}

ul.user_panel_menu li a {
	font-size: 14px;
}
ul.user_panel_menu li a.active {
	font-weight: bold;
	color: #CA4333;
}

.menu_footer {
	line-height: 32px;
}
.menu_footer a {
	color: white;
	margin-right: 10px;
	text-decoration: none;
}
.menu_footer a:last-child {
	margin-right: 0px;
}
.menu_footer a:hover {
	color: #CA4333;
	text-decoration: none;
}

/**
 * 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 .image_thumb img {
	width: 70px;
	height: 50px;
}
table.myTable.border_top {
	border: 1px solid #cbcbcb;
}
table.myTable.border {
	border: 1px solid #e4e4e4;
}

table.myTable thead.filter td {
	background: #efefef;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	color: #666;
}
table.myTable thead.filter td table tr {
	background: none;
	border: 0px;
}
table.myTable thead.filter td table tr td {
	background: none;
	border: 0px;
	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;
}

/* ===== Static table ===== */
.sTable thead tr {background: #ECECEC}
.sTable thead th { height:30px; line-height: 30px}

.sTable thead td {text-align: center; border-bottom: 1px solid #cbcbcb; border-left: 1px solid #cbcbcb; background: #efefef url(../images/backgrounds/titleBg.png) repeat-x; color: #878787; font-size: 11px; color: #878787; font-weight: normal; padding: 3px 8px 2px 8px; }

.sTable .center { text-align: center; }

table thead td.sortCol > div { cursor: pointer; position: relative; }
table thead td span { background: url(../images/icons/sort.png) no-repeat 0; display: block; position: absolute; right: 3px; top: 2px; width: 16px; height: 16px; }
table thead td.headerSortUp span { background: url(../images/icons/sortUp.png) no-repeat 0; }
table thead td.headerSortDown span { background: url(../images/icons/sortDown.png) no-repeat 0; }

.sTable thead td a { color: #878787; }
.sTable thead td:first-child { border-left: none; }
.mTable tfoot tr { height: 50px; background: #efefef url(../images/backgrounds/titleBg.png) repeat-x; border-top: 1px solid #ddd; }

.fileInfo { font-size: 11px; text-align: center; }
.fileInfo span { display: block; }

.itemActions { float: left; margin: 12px; }
.itemActions label { float: left; margin: 4px 12px 0 4px; font-size: 11px; }
.itemActions .selector, .itemActions .selector span { width: 120px; }
.itemActions .selector select { width: 130px; }


.sTable .checker { margin: 0 auto; float: none; }

.sTable tbody tr { border-top: 1px solid #e4e4e4; }
.sTable tbody tr:nth-child(even) { background-color: #f6f6f6; }

.sTable tbody td { border-left: 1px solid #e4e4e4; padding: 8px 12px; vertical-align: middle; }
.sTable tbody td:first-child { border-left: none; }
.sTable tbody tr:first-child { border-top: none; }

.withCheck tbody tr td:first-child, .withCheck tbody tr th:first-child { padding: 11px; }
.withCheck thead tr td:first-child { vertical-align: middle; width: 37px!important; padding: 0; }



#main_content ul.list2 li {
    display: block;
    float: none;
    margin: 6px 0;
}

/**
 * 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.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: 16px;
	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;
}
ul.list2.valueC1 li {
	color: #000000;
}
ul.list2.valueC1 li span {
	color: #666666;
}


ul.list3 {
	margin: 10px;
	padding: 0px;
}
ul.list3 li.item {
	clear: both;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.list3 li.item:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/**
 * Verify action
 */
#verify_action {
	margin: 0px;
	min-width: 300px;
	max-width: 400px;
	min-height: 150px;
	position: relative;
}


/**
 * Status color
 */
.status .pending, .status .working {
	color: #4286ad;
}
.status .confirming, .status .verify {
	color: #0A58FD;
}
.status .completed, .status .active, .status .yes {
	color: #4D7F12;
}
.status .failed, .status .expiration {
	color: #C75510;
}
.status .cancel, .status .wait {
	color: #A73939;
}


/**
 * Main loader
 */
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url('img/overlay.png') repeat 0 0;
	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%;
	background: url('img/loaders/loader4.gif') no-repeat center rgba(255, 255, 255, 0.7);
	z-index: 1;
}
.block_load #loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('img/loaders/loader4.gif') no-repeat center;
	z-index: 1;
}
.tab_load #loader {
	width: 100%;
	height: 100%;
	min-width: 16px;
	min-height: 11px;
	background: url('img/loaders/loader.gif') no-repeat center;
}

/**
 * Jquery UI
 */
.ui-autocomplete-loading {
	background: white url('img/loaders/loader2.gif') right center no-repeat;
}

#frmPostForm .one {
    width:100% !important;
}