@charset "utf-8";
/* 你自己的样式 */
.file-item {margin: 0px 20px 0px 0px !important}
.hasup-images .file-item{position:relative;}
.hasup-images .file-item .file-panel{position:absolute; height:0; filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000',endColorstr='#80000000')\0; background:rgba(0,0,0,0.5); width:100%; top:0; left:0; overflow:hidden; z-index:300;}
.hasup-images .file-item .file-panel span{width:24px; height:24px; display:inline; float:right; text-indent:-9999px; cursor:pointer; overflow:hidden; background:url(../images/icons.png) no-repeat; margin:5px 1px 1px;}
.hasup-images .file-item .file-panel span.cancel{background-position: -48px -24px;}
.hasup-images .file-item .file-panel span.cancel:hover{background-position: -48px 0;}

.uploader-list-container .placeholder{min-height: 142px !important; padding-top: 88px !important; background-position-y: 28px !important;}

.input-readonly {background:rgb(235, 235, 228)}

.skin-minimal label {position: relative; top: 2px;}

.order-field {}
.order-label {position: relative; display: inline-block; }
.order-handle {position: absolute; width: 12px; height: 13px; left:100%; top: 4px; cursor: pointer;}
.order-handle .asc {position: absolute; top: 0; border-bottom: 6px solid #ccc; border-left: 4px solid transparent; border-right: 4px solid transparent;}
.order-handle .asc.active {border-bottom-color: #5eb95e;}
.order-handle .desc {position: absolute; bottom: 0; border-top: 6px solid #ccc; border-left: 4px solid transparent; border-right: 4px solid transparent;}
.order-handle .desc.active {border-top-color: #5eb95e;}

.stat-control span {display: inline-block;cursor: pointer;}
.stat-control span i {font-size: 20px;}

.edit-input span { color: #06c; cursor: pointer; }

.tooltip {position: absolute;z-index: 1070;display: block;font-size: 12px;line-height: 1.4;visibility: visible;filter: alpha(opacity=0);opacity: 0}
.tooltip.in {filter: alpha(opacity=90);opacity: .9}
.tooltip.top {padding: 5px 0;margin-top: -3px}
.tooltip.right {padding: 0 5px;margin-left: 3px}
.tooltip.bottom {padding: 5px 0;margin-top: 3px}
.tooltip.left {padding: 0 5px;margin-left: -3px}
.tooltip-inner {max-width: 200px;padding: 3px 8px;color: #fff;text-align: center;text-decoration: none;background-color: #000;border-radius: 4px}
.tooltip-arrow {position: absolute;width: 0;height: 0;border-color: transparent;border-style: solid}
.tooltip.top .tooltip-arrow {bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: #000}
.tooltip.top-left .tooltip-arrow {bottom: 0;left: 5px;border-width: 5px 5px 0;border-top-color: #000}
.tooltip.top-right .tooltip-arrow {right: 5px;bottom: 0;border-width: 5px 5px 0;border-top-color: #000}
.tooltip.right .tooltip-arrow {top: 50%;left: 0;margin-top: -5px;border-width: 5px 5px 5px 0;border-right-color: #000}
.tooltip.left .tooltip-arrow {top: 50%;right: 0;margin-top: -5px;border-width: 5px 0 5px 5px;border-left-color: #000}
.tooltip.bottom .tooltip-arrow {top: 0;left: 50%;margin-left: -5px;border-width: 0 5px 5px;border-bottom-color: #000}
.tooltip.bottom-left .tooltip-arrow {top: 0;left: 5px;border-width: 0 5px 5px;border-bottom-color: #000}
.tooltip.bottom-right .tooltip-arrow {top: 0;right: 5px;border-width: 0 5px 5px;border-bottom-color: #000}