.btn-upload {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border: 1px solid #ccc;
    background: #eee;
    color: #999;
    text-decoration: none;
    position: relative;
    left: 0;
    top: 0
}

.btn-upload > span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.img-tip {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.btn-upload > img {
    display: block
}

.btn-upload:hover {
    background: #ccc;
    text-decoration: none;
    color: #fff
}

.required-star {
    color: #e02222;
    padding-left: 2px;
    font-family: 'simhei', sans-serif;
    font-size: 14px;
}

.img-del {
    position: relative;
    left: 97px;
    top: 5px;
    font-size: 16px;
    color: red;
    font-weight: bold;
    border: none;
    padding: 0;
    background-color: white;
}

.border-none {
    border: none;
}

.top-handle-btn {
    margin-bottom: 10px;
    margin-left: 10px;
}

.inputtime {
    float: left
}

.fist {
    float: left
}

/*.form_datetime{*/
/*!*margin-left:10px;*!*/
/*margin-right:10px;*/
/*display:inline-block;*/
/*}*/
/*.date-set{*/
/*padding:2px 4px !important*/
/*}*/
.form_datetime span {
    float: left
}

.radius6 {
    border-radius: 6px !important;
}

.icon-20 {
    font-size: 20px;
}

.icon-18 {
    font-size: 18px;
}

input, select {
    border-radius: 5px !important;
}

td, th {
    border-left: none !important;
    border-right: none !important;
}

#data-table th {
    background-color: #e1e1e1 !important;
    color: #666666 !important;
    height: 50px !important;
    vertical-align: middle
}

#data-table tr {
    border: 1px solid #797979 !important;
}

#data-table th, #data-table td {
    border-top: 1px solid #acacac !important;
    border-bottom: 1px solid #acacac !important;
    padding: 7px 0px 7px 20px !important;
}

.display-none {
    display: none;
}

.page-size {
    width: 80px !important;
}

.search {
    margin-bottom: 4px;
}

.mt-checkbox > span, .mt-radio > span {
    border: 1px solid #00000038 !important;
}