
/*常用样式*/

.btn-line{ background: none !important;  }
.btn-primary-line{ color:#ff6633 !important;border: 1px solid #ff6633; }
.btn-default-line{ color:#999 !important;border: 1px solid #999;}
.btn-warning-line{color:#f8ac59 !important;border: 1px solid #f8ac59;}
/*������ʽ*/
.text-center{ text-align:center}
.pl-10 {padding-left:10px;}
.pr-10 {padding-right:10px;}
.pl-30 {padding-left:30px;}
.pr-30 {padding-right:30px;}
.mt-5 { margin-top:5px; }
.mt-10 { margin-top:10px; }
.ml-10 { margin-left:10px; }
.ml-30 { margin-left:30px; }
.mb-10 { margin-bottom:10px !important; }
.fl { float:left;}
.fr { float:right;} 
.color-white { color:#fff; }
.color-grey {color:#bcbfcd; }
.color-primay {color: #ff6633;}
.clear { clear:both; }
.lineheight30 { line-height:30px; }
.btn-line{ background: none !important; }
.btn-primary-line{ color:#ff6633 !important}
.btn-default-line{ color:#999 !important;}
.btn-warning-line{color:#f8ac59 !important;}
.font-size-30 {font-size:25px !important;}
.font-size-20 {font-size:20px !important;}

/*��� user agent style������style.min.css����ʽ����*/
.table-bordered>tbody>tr>td,.table-bordered>thead>tr>th { font-size:13px; }
/*��д��ť��ʽ*/
.btn-primary { background-color: #ff6633 !important;  border-color: #ff6633 !important;}
/*��дlightbox��ʽ*/
.lb-outerContainer {background-color: transparent !important; }
.lb-image  { border:none !important; }

.text-center { text-align:center; }
/*���˵�*/
.nav-second-level li a { color:#000000 !important; font-weight:normal; }
.nav a .iconfont { font-weight:normal !important;}
/*��ҳͷ��*/
.img_pic_set{ display: block; margin: 0 auto;width:66px; height: 66px; overflow: hidden; border-radius: 50%; border: 3px solid #f7f7f7;}
.img-circle{ width: 60px;}
.img-head-circle{ border:3px solid #f7f7f7; border-radius: 63px; height: 63px; width: 63px; overflow: hidden}
	 
/*��д�?��ʽ*/
.ibox .ibox-content2 { background-color:#fff; float: left; width: 100%;}
.ibox .ibox-title2 { padding: 5px 15px 5px;}
.hr-line-dashed2 { border-top: 1px dashed #e7eaec; color: #fff;  background-color: #fff; height: 1px; margin: 0px 0px;}
.hr-line-dashed3 { border-top: 1px dashed #e7eaec; color: #fff;  background-color: #fff; height: 1px; margin: 10px 0px;}
.hr-line-solid2 { border-top: 1px solid #e7eaec; color: #fff;  background-color: #fff; height: 1px; margin: 0px 0px;}
.ibox .ibox-title2 .b1{margin-top: 7px; float: left; margin-left: -15px;}
.ibox .form-products .form-control {display:inline;}

.ibox .form-group .icon-plus1 { font-size:40px; color:#ff6633; }
.ibox .form-group .file-item { float:left; margin-right:10px; border: solid 1px #eee;  padding: 5px;}
.ibox .form-group .file-item img { max-height:150px; }
.ibox .form-group .file-item a {}
.ibox .form-group .tmplate-item { color:#000; float:left; text-align:center; margin-right:20px; border: solid 1px #eee;padding: 5px;}
.ibox .form-group .tmplate-item .tmplate-name {margin-top:5px;}

/*设置界面*/
.ibox-set form { background-color: #fff;     line-height: 28px; }

.wrapper-desktop { margin:0px;}
/*�ؼ�group�������*/
.input-keyword { float:left; margin-right:15px; width:200px;}
/*����*/
.shortcut-menu {background-color: #fff; border-bottom: solid 10px #f3f3f4;}

.chosen-select {width:auto !important}


.target_div{
	font-size:14px;
	height:32px;
	line-height:32px;
	display:inline;
	border:1px solid #CCCCCC;
	border-radius:5px;
	display:table-cell;
	vertical-align:middle;
	width:200px;
	margin-left:5px;
}
.target_div:hover{
	font-size:14px;
	height:32px;
	line-height:32px;
	display:inline;
	border:1px solid #66CDAA;
	border-radius:5px;
	display:table-cell;
	vertical-align:middle;
	width:200px;
	margin:10px 5px 15px 20px;
}

.close_icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:right;font-size:24px;color:#333;}
.close_icon:hover{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:right;font-size:24px;color:#333;cursor:pointer;}
.alert-table{
	width:100%;
	font-size:14px;
}
.alert-table td{
	padding:3px 20px;
}