/* global css classes (should be small and style few values so that they can be reused often) */
/* Bootstrap calls classes like these 'utilities'. */

body {
    font-size: 0.85rem;
}

a {
    color: #650000;
}

/* MENU */
.mega-menu .dropdown-menu {
    width: 700px;
}

.layout-horizontal-bar .header-topnav .topnav a {
    padding: 13px 10px;
    font-size: 0.85rem;
}


.color-brand-blue {
    background-color: rgb(0, 93, 178);
}

td.details-control {
    /*background: url('/images/details_open.png') no-repeat center center;*/
    cursor: pointer;
}
tr.shown td.details-control svg {
    /*background: url('/images/details_close.png') no-repeat center center;*/
    /*color: grey;*/
}

.hover-bg-gray:hover {
    background-color: #f8f9fa!important;
}

/* ICONS */
.fad  {
    color: #650000;
}


.table-icon svg.svg-inline--fa {
    color: #c1a144;
}

/* DATATABLE */
.nowrap {
    white-space: nowrap;
}
