*{	
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	color:#000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
html {
	height: 100%;
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 12px;
	line-height: 1.231;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	/* [disabled]position: relative; */
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
img:not([src*="/"]){display:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th, td, caption {
	vertical-align: middle;
}
textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0;
}
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
li {
	list-style: none;
}

/**********************************common**********************************/
.white {
	color: #fff;
}
.gray {
	color: #aaa;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ofh {
	overflow: hidden;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.vertical_top {
	vertical-align: top;
}
.vertical_middle {
	vertical-align: middle;
}
.vertical_bottom {
	vertical-align: bottom;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.hidden {
	display: none;
}
.hidden.on {
	display: block;
}
.vhidden {
	visibility: hidden;
}
.vhidden.on {
	visibility: visible;
}
.empty:empty {
	display: none;
}
.block {
	display: block;
}
.inlineBlock {
	display: inline-block;
}
.ml_10 {
	margin-left: 10px;
}
.mr_10 {
	margin-right: 10px;
}
.mt_10 {
	margin-top: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.m_10 {
	margin: 10px;
}
.m_auto {
	margin: auto;
}
.ml_5 {
	margin-left: 5px;
}
.mr_5 {
	margin-right: 5px;
}
.mt_5 {
	margin-top: 5px;
}
.mb_5 {
	margin-bottom: 5px;
}
.m_5 {
	margin: 5px;
}
.m_auto {
	margin: auto;
}
.pl_10 {
	padding-left: 10px;
}
.pr_10 {
	padding-right: 10px;
}
.pt_10 {
	padding-top: 10px;
}
.pb_10 {
	padding-bottom: 10px;
}
.p_10 {
	padding: 10px;
}
.pl_5 {
	padding-left: 5px;
}
.pr_5 {
	padding-right: 5px;
}
.pt_5 {
	padding-top: 5px;
}
.pb_5 {
	padding-bottom: 5px;
}
.p_5 {
	padding: 5px;
}
.bold {
	font-weight: bold;
}
.bolder {
	font-weight: bolder;
}

/*********************************************/
html,body,.container{
	min-height:100%;
}
.container{
	font-size:12px;
	max-width:640px;
	min-width:320px;
	margin:auto;
	position:relative;
	/*background: url(../images/1.jpg) no-repeat center 0;
	background-size:100% 100%;*/
}
.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box > * {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

/***********************************************/
body>div{
	width:100%;
	min-width: 320px;
	overflow: hidden;
}
.animate{
	-webkit-transition:-webkit-transform .3s ease-in;
}
/************************/
.gbuy_grid{
	background:#e8e8e8;
}
.gbuy_grid .nav_list_uls{
	/* [disabled]margin-bottom:10px; */
}
.gbuy_grid .nav_list_uls li{
	height:5px;
	background:transparent;
	border-radius:3px;
}
.gbuy_grid .nav_list_uls li.on{
	background: #fff;
}
.gbuy_grid .list_section{
	width:320px;
	width:100%;
	margin:0 auto;
	overflow:visible;
}
.gbuy_list_grid{}
.gbuy_list_grid .wps{
	display: block;
	width: 320px;
	width: 100%;
	margin:0 auto;
}

.gbuy_list_grid figure span.span_img{
	display: block;
	position:relative;
}
.gbuy_list_grid figure span img{
	width: 100%;
	/* [disabled]max-height: 180px; */
}
.gbuy_list_grid .card_cm{ margin:0 10px 20px 10px; min-width:300px; overflow:hidden;}
.gbuy_list_grid .card_cm .card_mod{ display:block; background:#fff; border-radius:0 0 3px 3px; -moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; border:1px solid #ddd; border-top:0; min-width:220px; padding:25px 39px; overflow:hidden; position:relative;}
.gbuy_list_grid .card_cm .card_mod i{ display:block; position:absolute; right:0px; bottom:0px; width:30px; height:30px; background:url(../Images/ewm_tip.png) no-repeat; background-size:30px 30px;}
.gbuy_list_grid .card_cm .card_mod img{width:100%; border:0;}
.gbuy_list_grid .card_cm ul{}
.gbuy_list_grid .card_cm ul li{ display:block; position:relative; min-width:278px; border:1px solid #ddd; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; height:30px; line-height:30px; background:#fff; margin-top:10px; vertical-align:top; padding:10px; font-size:14px; color:#333;}
.gbuy_list_grid .card_cm ul li i{ width:8px; height:14px; display:block; position:absolute; top:18px; right:10px; background:url(../Images/card-cm-right.png) no-repeat; background-size:8px 14px;}

.gbuy_list_grid .card_cm ul li em{display:inline-block; float:left; width:30px; height:30px; font-style:normal; font-size:18px; line-height:30px; text-align:center; color:#fff; background:#539608; margin-right:5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.gbuy_list_grid .card_cm ul li em.rmb{display:inline-block; float:left; width:30px; height:30px; background:#539608 url(../Images/ico-rmb.png) no-repeat center center; background-size:12px; margin-right:5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.gbuy_list_grid .card_cm ul li em.message{display:inline-block; float:left; width:30px; height:30px; background:#539608 url(../Images/ico-message.png) no-repeat center center; background-size:20px; margin-right:5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.gbuy_list_grid figure span.card_img{
	display: block;
	position:relative;
	min-width:320px;
	width:100%;
	background:url(../Images/card_bg.png) no-repeat;
	background-size:cover;
}

.gbuy_list_grid .tab_btn{
	font-size: 10px;
	color: #555;
	height:20px;
	padding:0 10px;
	text-align:center;
	line-height:20px;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 10px;
	right: 10px;
	text-shadow:0 0px 3px #ddd;
}
.gbuy_list_grid .brand{
	width:200px;
	height:118px;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-100px;
	margin-top:-59px;
}
.gbuy_list_grid .brand i{ display:block; width:200px; height:118px;}
.gbuy_list_grid .brand i.brand_01{background:url(../Images/brand_01.png) no-repeat; background-size:200px 118px;}
.gbuy_list_grid .brand i.brand_02{background:url(../Images/brand_02.png) no-repeat; background-size:200px 118px;}
.gbuy_list_grid .brand i.brand_03{background:url(../Images/brand_03.png) no-repeat; background-size:200px 118px;}
.gbuy_list_grid .price{
	font-size: 14px;
	color: #fff;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/* [disabled]width: 100%; */	/*background:rgba(255, 255, 255, 0.5)!important;
	filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;*/
}
.gbuy_list_grid .ar_btn_left{
	width:15px;
	height:27px;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top:-14px;
	background:url(../Images/ar-left.png) no-repeat;
	background-size:15px 27px;
}
.gbuy_list_grid .ar_btn_left02{
	width:25px;
	height:25px;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 15px;
	left: 20px;
	background:url(../Images/ar-left02.png) no-repeat;
	background-size:25px 25px;
}
.gbuy_list_grid .ar_btn_right{
	width:15px;
	height:27px;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top:-14px;
	background:url(../Images/ar-right.png) no-repeat;
	background-size:15px 27px;
}
.gbuy_list_grid .logo_u01{
	width:108px;
	height:20px;
	-webkit-box-sizing: border-box;
	position: absolute;
	top:20px;
	right: 20px;
	background:url(../Images/logo_u01.png) no-repeat;
	background-size:108px 20px;
}
.gbuy_list_grid .logo_u02{
	width:108px;
	height:20px;
	-webkit-box-sizing: border-box;
	position: absolute;
	bottom:20px;
	right: 20px;
	background:url(../Images/logo_u01.png) no-repeat;
	background-size:108px 20px;
}
.gbuy_list_grid .price h3{
	font-size:14px;}
.gbuy_list_grid .price h3 span{
	font-size:12px;
	color:#878787;
	margin-left:5px;
}

.gbuy_list_grid article h4{
	color:#333333;
	background:#f8f8f8;
	font-size:17px;
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-box-sizing:border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	width: 100%;
}
.gbuy_list_grid article h4 label{
      display: block;
        width: 200px;
        text-overflow: ellipsis;
        overflow: hiden;
        overflow: hidden;
    }
.gbuy_list_grid article p{
	font-size: 13px;
	line-height: 20px;
	color: #585858;
	padding: 5px;
	overflow: hidden;
	white-space: normal;
	padding: 10px 20px;
	height: 94px;
	overflow: hidden;
	border-bottom: 20px solid #ffffff;
}

@media screen and (min-height: 400px){
	.gbuy_list_grid article p{
		height:110px;
	}
}

.card_ewm{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	/* [disabled]background: rgba(0, 0, 0, 0.5) !important; *//* IE无效，FF有效 */
	/* [disabled]filter: alpha(opacity=50); */
	background:#000;
	color: #fff;
	overflow-x: hidden;
	min-width: 320px;
	}
.card_ewm b{ font-style:normal; display:block; margin:20px 30px; min-width:260px; line-height:25px; font-size:14px; color:#fff; text-align:center;}
.card_ewm .cewmbody{ display:block; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#fff; padding:10px; margin:5px 10px; min-width:280px; overflow:hidden;}
.card_ewm .cewmbody span{display:block; min-width:260px; margin:10px; overflow:hidden;}
.card_ewm .cewmbody span.top img{display:block; width:100%; min-width:260px;}
.card_ewm .cewmbody span.bottom img{display:block; width:70%; margin:10px auto;}
.card_ewm .cewmbody .cewmm{display: block;
height: 10px;
border-bottom: 1px dashed #000;
margin-bottom: 5px;
position: relative;
margin-top: 10px;}
.card_ewm .cewmbody .cewmm:after{content: "";
display: block;
height: 20px;
width: 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background: #000;
position: absolute;
left: -20px;
top: 0;}
.card_ewm .cewmbody .cewmm:before{content: "";
display: block;
height: 20px;
width: 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background: #000;
position: absolute;
right: -20px;
top: 0;}
/****top nav start*****/
#top_nav{ min-width:320px; width:100%; overflow:hidden; color:#333; background:#fff; box-shadow:#ddd 0 2px 5px; position:fixed; top:0; left:inherit; right:inherit; z-index:9998;}
#top_nav label{display:block; height:30px; min-width:300px; position:relative; line-height:30px; padding:7px 10px;}
#top_nav label span{display:inline-block; line-height:30px; height:30px;}
#top_nav label span.left{
	padding-left: 15px;
	background: url(../Images/nav-left.png) no-repeat 0 6px;
	background-size: 10px 18px;
	padding-right: 20px;
	font-size: 16px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#top_nav label span.right{font-size:14px; position:absolute; right:10px; top:7px; vertical-align:top;}
#top_nav label span em{display:inline-block; width:30px; float:right; height:30px; font-size:18px; color:#fff; font-style:normal; text-align:center; background:#539608; margin-left:5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
#top_nav label span em.add{display:inline-block; width:30px; float:right; height:30px; background:#539608 url(../Images/ico-add.png) no-repeat center center; background-size:15px; margin-left:5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

/****top nav end*****/

/****CardUser start******/
.carduser{min-width:320px; overflow:hidden; margin-top:45px; background:#fff;}
.carduser .face_w{display:block; height:60px; padding:10px 40px 10px 90px;; min-width:180px; overflow:hidden; position:relative;}
.carduser .face_w em{ display:block; position:absolute; left:15px; top:8px; width:60px; height:60px; border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; border:2px solid #ddd; background:url(../Images/face-cm.png) no-repeat; background-size:60px 60px;}
.carduser .face_w i{ display:block; position:absolute; right:20px; bottom:28px; width:25px; height:25px; background:url(../Images/ewm_small.png) no-repeat; background-size:25px 25px;}
.carduser .face_w b{ display:block; height:20px; padding-top:10px; line-height:20px; color:#333; min-width:180px; overflow:hidden; font-size:14px;}
.carduser .face_w label{ display:block; height:20px; line-height:20px; padding-bottom:10px; color:#777; min-width:180px; overflow:hidden; font-size:12px;}
.carduser .card_w{display:block; min-width:320px; position:relative;}
.carduser .card_w span{display:block; position:absolute; padding:10px 15px;width:100px;height:25px; font-size:14px; line-height:25px;color:#333; text-align:center; background:#fff; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; right:10px; bottom:10px;}
.carduser .card_w img{display:block; width:100%; min-width:320px;}
.carduser .text_w{display:block; min-width:300px; padding:10px; overflow:hidden;}
.carduser .text_w b{ display:block; height:20px; line-height:20px; color:#333; overflow:hidden; font-size:14px; font-weight:bold;}
.carduser .text_w ul{}
.carduser .text_w ul li{display:block; min-width:270px; padding:5px 15px 0 15px; background:url(../Images/ico-r.png) no-repeat 5px 13px; background-size:5px 5px; line-height:20px; font-size:12px; color:#777; overflow:hidden;}
.carduser .pay_w{display:block; min-width:300px; padding:10px; margin-top:20px; border-top:1px solid #ddd; overflow:hidden;}
.carduser .pay_w span{display:block; min-width:240px; margin:0 30px; text-align:center; color:#fff; border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; background:#539608; font-size:14px; height:40px; line-height:40px; position:relative; overflow:hidden;}
.carduser .pay_w span.red{background:#ee634d;}
.carduser .pay_w span.blue{background:#0b7ad4;}
.carduser .pay_w span.yellow{background:#fdf106;}
.carduser .pay_w span i{width:20px; height:20px; display:block; position:absolute; top:10px; right:10px; background:url(../Images/card-r-right.png) no-repeat; background-size:20px 20px;}

.carduser .cardadd{padding:10px 20px; margin-top:20px; min-width:280px; overflow:hidden;}
.carduser .cardadd b{ display:block; height:20px; line-height:20px; color:#333; overflow:hidden; font-size:14px; font-weight:bold; padding-top:10px; border-top:1px solid #ddd;}
.carduser .cardadd  button{display:block; min-width:240px;width:100%; margin:10px 0 20px 0; text-align:center; color:#fff; background:#539608; font-size:16px; height:40px; line-height:40px; position:relative;cursor:pointer; overflow:hidden; border:1px solid #539608}

.carduser .cardadd .newadd{display:block; border:2px dashed #bbb; height:40px; line-height:40px; text-align:center; color:#999; font-size:14px; min-width:276px; margin:10px 0;}

.carduser .cardadd label{
	border:1px solid #539608;
	border-top:0;
	padding:0 10px;
	height:30px;
	margin-top:10px;
	margin-bottom:5px;
	display:block;
	min-width:258px;
	position:relative;}
.carduser .cardadd label:after{content: ""; position:absolute; left:-1px; top:0; height:22px; width:2px; background:#fff; display:block;}
.carduser .cardadd label:before{content: ""; position:absolute; right:-1px; top:0; height:22px; width:2px; background:#fff; display:block;}
.carduser .cardadd label input{
	width:100%;
	height:28px;
	display:block;
	border:0;
	line-height:28px;
	min-width:258px;
	font-size:14px;
	font-weight:bold;
	color:#777;
	position:relative;}
.carduser .cardadd label input:focus{
	outline: none;
	border:0;
	background: #FFF;
}

.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.
/****CardUser end******/
.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}