
/**湘财昊天命名空间下css**/
.required {
    color: #f00;
}

.help-block2 {
    position: absolute;
    margin: 2px 0 2px 0;
    color: #dd4b39;
    line-height: 12px;
    font-size: 12px;
    font-family: "宋体";
    max-width: 300px;
    background: #fff;

}
.checkbox-inline .help-block2 ,
.radio-inline .help-block2 {
    top: 20px;
}

.modal-title>.fa{
    font-size: 16px;
}

.label-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    line-height: 13px;
    text-indent: -9999em;
    border-radius: 5px;
}

.label-dot.label-danger {
    background-color: #ea4a36;
}
.label-dot.label-warning {
    background-color: #f89406;
}
.label-dot.label-success {
    background-color: #22cd6e;
}
.label-dot.label-info {
    background-color: #2597dd;
}
.label-dot.label-inverse {
    background-color: #333333;
}
.label-dot.label-disable {
    background-color:  #bbb;;
}