@import "../rt.variables.less";

.rt-form-item{
    /*overflow: hidden;*/
    line-height: 3rem;

    &[data-hidden=true]{
        display: none !important;
        width: 0px;
        height: 0px;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
    }

    &>*{
        height: 100%;
    }

    &>.fi-label{
        float: left;
        width: 10rem;
    }
    &>.rt-input, &>.fi-input{
        float: left;
    }
    &>.fi-tip{
        color: #EA2626;
        display: inline-block;
        line-height: 1.4rem;
        margin-top: 0.8rem;
    }

    &.hidden{
        display: none !important;
        height: 0px;
        width: 0px;
    }

}
