@charset "utf-8";
/* 你自己的样式 */

.clear { clear:both; }
.pointer { cursor:pointer; }

/* 初始化datatable行居中显示 */
.table-sort tr th,.table-sort tr td { text-align:center; }

/* 筛选 */
.fillter-box { text-align:center; border-bottom:0px solid #eee; box-sizing:border-box; }
.fillter-box a { display:inline-block; padding:5px 10px; text-decoration:none; background:#f5f5f5; border:1px solid #ccc; margin: 2px 0px;}
.fillter-box a.current { background:#333; color:#fff; }
.fillter-box input[type='text'] { height:28px; border:1px solid #d5d5d5; text-indent:5px; font-size:12px; box-sizing:border-box; }
.fillter-box button[type='submit'] { background:#333; height:28px; line-height:28px; border:none; color:#fff; padding:0 10px; cursor:pointer; }
.fillter-box select { border:1px solid #d5d5d5; height:28px; box-sizing:border-box; }


.fillter-box2 { display:none; text-align:center; border:1px solid #eee; box-sizing:border-box; padding:20px; }
.fillter-box2 input[type='text'] { height:28px; border:1px solid #d5d5d5; text-indent:5px; box-sizing:border-box; }
.fillter-box2 button[type='submit'] { background:#333; height:28px; line-height:28px; border:none; color:#fff; padding:0 10px; font-size:12px; cursor:pointer; }
.fillter-box2 select { border:1px solid #d5d5d5; height:28px; box-sizing:border-box; }

.fillter-box3 .l a { display:block; float:left; padding:5px 20px; text-decoration:none; background:#f5f5f5; }
.fillter-box3 .l a.current { background:#333; color:#fff; }


.dt-buttons { padding-top:5px; padding-left:5px; }
.dt-buttons .dt-button { }


/* 多图片上传 */
#imagesGallery .imagesbox,#imagesGallery1 .imagesbox { height:60px; padding:8px; border:1px solid #D5D5D5; float:left; margin-right:5px; margin-bottom:2px; position:relative; cursor:move; }
#imagesGallery .imagesbox img,#imagesGallery1 .imagesbox img { height:60px; cursor:move; }
#imagesGallery .imagesbox .remove,#imagesGallery1 .imagesbox .remove { position:absolute; top:2px; right:2px; width:8px; height:8px; background:url(../images/remove.gif) no-repeat; cursor:pointer; }
.placeHolder { float:left; }

.multiimages { border: none; border-radius: 0px; display: inline-block; padding: 5px 10px;min-width:60px; margin: 0; background: #3A4A5A; color:#fff; margin-top: 5px; cursor: pointer; }
