@import "core/plugins.css";@import "core/reset.css";@import "core/t-form.css";@import "core/ui.css";/** * Fix current css */.main_container {	min-height: 500px;}label, legend {	margin-bottom: 0px;}input[type="text"], input[type="password"], input[type="email"], textarea, select {	margin-bottom: 0px;}.container {	}.message-box {	font-size: 13px;}.message-box p {	margin: 0px;	padding: 0px;}.post p {	margin: 0px;}#message-box {	 margin-bottom: 20px;}table.my-table {	margin: 0px;	line-height: 20px;}table.my-table th {	padding: 5px 12px;	font-size: 11px;	font-weight: normal;	text-align: center;}table.my-table td {	padding: 10px 12px;	vertical-align: middle;}.error{color:maroon}/** * 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 product */.cardContainer {	margin: auto;	padding: 0px;}.boxCard {	background-color:#fff;	float:left;	width:197px;	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 {	width:180px;	text-align:left;	font-family:Arial,Helvetica,sans-serif;	padding:0em;	color:#333;	height:22px;	margin-top:7px;	margin-right:auto;	margin-bottom:auto;	margin-left:auto;}.cardImage {	width:180px;	height:100px;	border-top-width:1px;	border-top-style:dotted;	border-top-color:#dadada;	border-bottom-width:1px;	border-bottom-style:dotted;	border-bottom-color:#dadada;	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:180px;	margin-top:6px;	margin-right:auto;	margin-bottom:auto;	margin-left:auto;	text-align:left;	color:#333;	font-family:Arial,Helvetica,sans-serif;	font-size:15px;	border-bottom-width:1px;	border-bottom-style:dotted;	border-bottom-color:#dadada;}.cardControl {	height:27px;	width:180px;	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;	list-style: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;}/** * 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 {	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;}#verifyActionLogin,#verifyActionDeposit{	margin:0px;}.mws-button.green, .ui-button {    background-color: #96C742;    background-image: linear-gradient(#ADDF58, #96C742);    border: 1px solid #507E0C;    color: #FFFFFF;}.ui-button {    color: #FFFFFF !important;}.mws-button.blue {    background-color: #4386BC;    background-image: linear-gradient(#5D9ED2, #4386BC);    border: 1px solid #416B8B;    color: #FFFFFF;}.mws-button.red {    background-color: #BC4343;    background-image: linear-gradient(#CA4E4E, #BC4343);    border: 1px solid #762929;    color: #FFFFFF;}.mws-button.orange {    background-color: #DE7616;    background-image: linear-gradient(#E7852B, #DE7616);    border: 1px solid #9F570A;    color: #FFFFFF;}.mws-button.black {    background-color: #464646;    background-image: linear-gradient(#5A5858, #464646);    border: 1px solid #000000;    color: #FFFFFF;}.mws-button.gray {    background-color: #E0E0E0;    background-image: linear-gradient(#E8E5E5, #E0E0E0);    border: 1px solid #ABABAB;    color: #666666;    text-shadow: none;}.mws-button, .ui-button {    border: 0 none;    border-radius: 3px 3px 3px 3px;    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.15);    cursor: pointer;    font-family: 'PTSansRegular',Arial,Helvetica,sans-serif;    min-width: 75px;    outline: medium none;    padding: 6px 9px;    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);}.widget .title h3 {    float: left;    font-size: 12px;    font-weight: bold;    padding: 4px 12px 8px;}.home-section .list-group-item {	background:none !important;}