
.logo-lg { font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, "microsoft yahei" !important; }
/*tr.highlight { background-color: #f00 !important; color: #fff !important; }*/
.xdebug-var-dump { margin-left: 230px; padding-top: 50px; padding-bottom: 10px; }
/*多图上传样式*/
.multi-img-details{margin-top:.5em;}
.multi-img-details .multi-item{height: 150px; max-width: 150px; position:relative; float: left; margin-right: 18px;}
.multi-img-details .multi-item img{max-width: 150px; max-height: 150px;}
.multi-img-details .multi-item em{position:absolute; top: 0; right: -14px;}

/*modal按钮颜色*/
#modal-webuploader .nav > li.active > a,
#modal-webuploader .nav > li.active > a:active,
#modal-webuploader .uploader .placeholder .webuploader-pick { background: #3c8dbc; border: none; }
#modal-webuploader .btn-primary:hover,
#modal-webuploader .btn-info:active { background: #3c8dbc; }
#modal-webuploader .btn-info:active { border-color: #3c8dbc; }
#modal-webuploader .nav > li.active { border: none; background: none }
#modal-webuploader .history-content { height: auto; overflow: hidden; }
/*自定义组件内容区样式*/
.history .img-list { margin: 4px; display: block; clear: both; list-style: outside none none; padding: 0; }
.history .img-list .img-item { float: left; padding: 1px; cursor: pointer; position: relative; }
.history .img-list .img-item .img-container { position: relative; width: 75px; height: 75px; text-align: center; background-color: #eee; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }
.history .img-list .img-item .img-container:hover .img-meta { display: none; }
.history .img-list .img-item .img-container .img-meta { width: 100%; position: absolute; bottom: 0; z-index: 1; background: rgba(0, 0, 0, 0.5); color: #eee; }
.history .img-list .img-item .img-container .select-status { display: inline-block; width: 50px; height: 50px; position: absolute; bottom: 0; right: 0; z-index: 2; }
.history .img-list .img-item-selected .img-container .select-status { display: inline-block; width: 50px; height: 50px; position: absolute; bottom: 0; right: 0; background: url('/resource/dist/img/success-small.png') no-repeat right bottom; z-index: 2; }
.history .img-list .img-item-selected .img-container .img-meta { display: none; }
.history .img-list .img-item .btnClose { text-align: right; position: absolute; top: -10px; right: -5px; display: none; z-index: 10; }
.history .img-list .img-item:hover .btnClose { display: block; }
.history .img-list .img-item .btnClose a { display: inline-block; width: 20px; height: 20px; text-align: center; line-height: 20px; color: #fff; background: rgba(0, 0, 0, .3); border-radius: 50%; }
.history .img-list .img-item .btnClose a i.fa-times { font-size: 14px; padding: 3px; margin-top: 0; }
.history .img-list .img-item .btnClose a:hover { background: rgba(0, 0, 0, 1); }
.pagination { margin: 0; }