@charset "utf-8";
/* 你自己的样式 */
a,*{
    text-decoration:none
}
.text-radio{
	margin-left: 12px;
}
.fl{
    float: left !important;
}
.fr{
    float: right !important;
}
.w50{
    width:50px !important;
}
.w100{
    width:100px !important;
}
.w150{
    width:150px !important;
}
.w200{
    width:200px !important;
}
.w250{
    width:250px !important;
}
.w300{
    width:300px !important;
}
.red{
	color: #f50101;
}

.pagination li{
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    color: #666;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    margin: 0 0 6px 6px;
    font-size: 14px;
}
.pagination li a,.pagination li span{
    border: 1px solid #ccc;
	display:block;
    padding: 0 10px;
}
.pagination li:hover a,.pagination li.active a,.pagination li span{
    background: #5a98de;
    border: 1px solid #5a98de;
    color: #fff;
}
.pagination li.disabled span{
    background: #bbb;
    border: 1px solid #bbb;
    color: #666;
}
/*.form-horizontal .form-label{
    width:200px;
}*/
.green,.green:hover{
    background:#6eff00;
}
.grey,.grey:hover{
    background:#666;
    color:#fff;
}
.dataTables_paginate{
    margin-top: 24px;
}
.label.radius{
    margin-left:5px;
}
.uploader-list-container .filelist li{
    height:175px !important;
}
.uploader-list-container .filelist li p{
    line-height:26px;
    display: flex;
    justify-content: space-around;
}
.uploader-list-container .filelist li input{
    width:94%;
    border:1px solid #666;
    height:24px;
    margin-top:5px;
    padding: 0 1%;
}
.uploader-list-container .filelist li .success{
    bottom:64px !important;
}

.info .col-sm-2{
    width:150px;
}
