body {
    font-family: Arial, Tahoma, Verdana;
    font-size: 0.8rem;
    line-height: 1.5; /* Keep 1.5rem  to fit checkboxes aligned with text. */
    /* margin-bottom: 25vh; */
}

body .background {
    background: url(/images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.03;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

footer {
    position: fixed;
    bottom: 0;
    right: 10px;
    font-size: 11px;
}

.modal-title i {
    margin-right: 5px;
}
.modal-body {
    padding: 1rem 1.5rem; /* padding: 1rem; Make bigger gap from left and right edges */
}

.table-striped tbody tr {
    border-top: 1px solid white;
}


/* Size of the small button in cgrid table has to be smaller then standard bootstrap*/
table.table-sm .btn-sm {
    padding: .20rem .4rem;
    line-height: 1.2;
}

table th.cell-money,
table td.cell-money {
    white-space: nowrap;
    text-align: right;
    width: 1px;
}

table th.cell-date,
table td.cell-date {
    white-space: nowrap;
    text-align: left;
    width: 1px;
}
table th.cell-date-range,
table td.cell-date-range {
    white-space: nowrap;
    text-align: left;
    width: 185px;
}

table th.cell-btn,
table td.cell-btn {
    white-space: nowrap;
    text-align: center;
    width: 1px;
}

table th.cell-text {
    white-space: nowrap;
    text-align: left;
}
table td.cell-text {
    text-align: left;
}

.page_title {
    display: flex;
    align-items: center;
}

h1, h2, h3, h4, h5 {
    /* display: inline-block; /* This allows you to add display: flex inside a div class="col" and keeps same distance at the bottom */
    display: contents; /* This allows you to add display: flex inside a div class="col" and keeps same distance at the bottom */
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Overriding styles delivered by Yii for CGridView tables */
/* .grid-view {
    padding: 0;
} */

.grid-view {
    padding: 0;
}