.rouvenfo-crud-toolbar{
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

.rouvenfo-crud-toolbar-button{
    background: #194569;
    color: white;
    border: 0px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    width: 40px;
    padding: 0px;
    
    &:hover{
        background: lighten(#194569, 10%);
    }
    
    i{
        margin-right: 10px;
        width: 100%;
        
    }
}

.rouvenfo-toolbar-button{
    background: #194569;
    color: white;
    border: 0px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    
    &:hover{
        background: lighten(#194569, 10%);
    }
    
    i{
        margin-right: 10px;
    }
}

#rouvenfo-toolbar-search-container{
    float: right;
    
    #rouvenfo-toolbar-btn-search{
        margin-left: 10px;
    }
    
    input{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}