﻿/** 上传控件 **/
.upload_dd {
    padding-left: 90px;
}
.upload-single .upload-file-area {
    background: #fff;
    min-height: 100px;
    border: 2px dashed #ccc;
}
.upload-single .upload-pick:hover .webuploader-pick,
.upload-single .webuploader-pick-hover {
    background: #077BD4
}
.upload-single .webuploader-pick {
    background: #aaa;
}
.upload-multi {
    width: 400px;
}
.upload-multi .upload-file-area {
    background: #fff;
    min-height: 100px;
    border: 2px dashed #ccc;
}
.upload-multi .webuploader-pick {
    width: 50%;
    background: #aaa;
    height: 30px;
    line-height: 30px;
}
/** 单选按钮 **/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
dd label.radio {
    float: left;
    display: inline;
    margin-right: 15px;
}
dd label.radio input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
/**地址控件**/
.tree-multiple-cascad-select > .tree-multiple-cascad-select-ul > .dropdown > .btn {
    width: auto;
    height: 34px;
}
.tree-multiple-cascad-select > input {
    display: none;
}