@CHARSET "UTF-8";

/**------左侧菜单高亮 -----------------*/

.second-menu a.menu-active {
	background: #FDFDFE !important;
	color: #2fa5ff !important;
	border-left: 3px solid #2EA4FE !important;
	padding: 5px 20px 5px 40px !important;
	height: 30px;
}


/**------bootbox底部按钮居中 -----------------*/

.bootbox .modal-footer {
	text-align: center;
}


/**-----无线框表格-----------------*/

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
	border: none;
}


/**-----自定义分页-----------------*/

.table-pager {
	margin-left: 20px;
	overflow-x: auto;
	width: 950px;
	margin-top: 20px;
}


/**-------通用--------------*/

.padding-lr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.padding-lr0 {
	padding-left: 0px;
	padding-right: 0px;
}

.help-block-inline {
	display: inline-block;
}

.inlineerror-hint {
	width: auto;
	max-width: 10%;
}

.right-top-title {
	position: absolute;
	right: 12px;
	top: 12px;
}


/**-----必填提示（*）-----------------*/

.hint-required {
	width: 30px !important;
}

.col-padding-xsm {
	width: 185px !important;
	padding: 0px;
}

.input-xsm {
	border: 1px solid #d7d7d7;
	height: 32px;
	width: 185px !important;
}

.btn-default-gray {
	background-color: #cccccc;
	color: #fff;
}


/*信息选择面板*/

.info-box-full-default {
	margin-top: 20px;
	color: #333;
	height: 150px;
	width: 300px;
	border: 1px solid #ccc;
	padding-left: 15px;
}

.info-box-full-default:hover {
	margin-top: 20px;
	color: #333;
	height: 150px;
	width: 300px;
	border: 1px solid #30a5ff;
}

.inner {
	padding: 10px;
}

.icon-full-default {
	margin-top: 20px;
	font-size: 30px;
	color: #FFFFFF;
}


/*作者：王燕燕
 * 时间：2017-05-11
 * 描述：图标字体大小 
 * */

.wy-icon1 {
	margin-top: 30px;
	background: #67d3e0;
	color: #fff;
	width: 60px;
	height: 60px;
	padding-top: 15px;
	border-radius: 50%;
}

.wy-icon1 .icon-group {
	font-size: 30px;
	color: #fff;
}

.wy-icon2 {
	margin-top: 30px;
	background: #97ca00;
	color: #fff;
	width: 60px;
	height: 60px;
	padding-top: 15px;
	border-radius: 50%;
}

.wy-icon2 .icon-cogs {
	font-size: 30px;
	color: #fff;
}

.wy-icon3 {
	margin-top: 30px;
	background: #fa9359;
	color: #fff;
	width: 60px;
	height: 60px;
	padding-top: 15px;
	border-radius: 50%;
}

.wy-icon3 .icon-briefcase {
	font-size: 30px;
	color: #fff;
}


/*作者：王燕燕
 * 时间：2017-05-15
 * 描述：微信支付宝绑定页
 * */

.bind-list img {
	margin-right: 15px;
	border-radius: 6px;
	width: 37px;
	height: 37px;
}

.bind-list .panel {
	border:0;
	border-radius: 4px;
	box-shadow: none;
	padding: 0px;
	margin: 10px;
}

.bind-list .panel-body {
	font-size: 18px;
	line-height: 34px;
	color: #fff;
}

.bind-list .wx-bg{
	background: #1da442;
	display: block;
}

.bind-list .wx-bg img{
	width: 37px;
	height: 37px;
	border-radius: 4px;
	margin-right: 13px;
}

.bind-list a.wx-bg:hover {
	background: #0c892f;
	cursor: pointer;	
}

.bind-list .zfb-bg img{
	width: 37px;
	height: 37px;
	border-radius: 4px;
	margin-right: 13px;
}

.bind-list .zfb-bg,
.bind-list .zfb-bg:hover {
	background: #00a0e9;
}

.bind-list .panel-body .bind-edited {
	background: #fff;
	border-radius: 4px;
	color: #666;
	font-size: 15px;
	padding: 0px 10px;
	width: 350px;
	border: none;
	display: block;
	height: 34px;
	padding: 5px;
	display: none;
}


/*作者：王燕燕
 * 时间：2017-05-16
 * 描述：商户会员卡页面
 * */

.wy-clubcard {
	padding: 25px;
	height: 100%;
	overflow: hidden;
}

.wy-clubcard-left {
	background: #fff;
	border: 1px solid #ccc;
	padding-left: 0px;
	padding-right: 0px;
}

.wy-clubcard-img {
	margin: 10px 20px 15px 20px;	
	height: 170px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	overflow: hidden;
}

.wy-clubcard-img img {
	
	width: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	
	
}

.wy-clubcard-list {
	margin: 0px;
	border: 0px;
	border-radius: 0;
	margin-bottom: 40px;
}

.wy-clubcard-list .list-group-item{
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #ddd;
}

.wy-clubcard-list .list-group-item:first-child{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.wy-clubcard-list .list-group-item:last-child{
	border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.wy-clubcard-list span {
	color: #a7a6a6;
}

.wy-clubcard .text-right{ text-align: right;}

.wy-clubcard  .form-table { line-height: 25px; margin-bottom: 15px;}

.wy-clubcard  .form-table label {padding-top:0;}

.wy-clubcard .hint {
    margin-top: 10px;
    width: 82%;
    float: right;
    color: #8d8d8d;
    text-align: left;
	margin-left: 15px;
}
