@charset "UTF-8";

.ibox-content {
    padding: 10px 20px 20px 20px;
}

.hr-line-dashed{
    margin: 10px 0;
}

.form-group {
    margin-bottom: 10px;
}

.form-group .prompt{
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #737373;
}

.table-btn{
    display: inline-block;
    margin-right: 5px;
}

.form-group .radio label:first-child{
    padding-left: 0;
}

.form-group .btn-upload {
    border: 1px dashed #888888;
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.form-group .btn-upload i {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 40px;
    margin: 0px 6px 10px 4px;
    font-style: normal;
}

.form-group .btn-upload input[type="file"] {
    display: none;
}

.form-group .i-checks label:first-child{
    padding-left: 0;
}

.form-group .image-content{
    width: 320px;
    height: 180px;
    line-height: 130px;
    font-size: 20px;
    text-align: center;
    border: dashed 1px #e5e6e7;
}

.form-group .img-content{
    width: 180px;
    height: 180px;
}

.form-group .image-content + p{
    margin: 10px 0;
}

.form-group .image-content img{
    width: 100%;
    height: 100%;
    display: block;
}
.help-block{
    color: red;
}