/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/*This displays the main text in vetmed colors (as of 08.2020)
.fruity .text-primary {
 color:#9a1335
}*/

/* This solves the issue that in matrices the hover effect overlays the table grid, which looked ugly. */
.fruity .table-hover > tbody > tr:hover > td {
    background-color: transparent;
}

.form-horizontal .control-label {text-align:left} 