@CHARSET "UTF-8";

/*溢出隐藏*/
.text-overflow-ellipsis{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}

.default-form-control-height {
    height: 34px;
    line-height: 34px;
}

.condition-area{
    border: 2px solid #00AEEE;
    border-radius: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.font-weight-700 {
    font-weight: 700;
}

.width-full {
    padding-left: 0px;
    padding-right: 0px;
}

.icon_loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -64px;
}