body {
    font-family: 'Ubuntu', sans-serif !important;
}

ul.column-toggles {
    list-style: none;
}

ul.column-toggles li {
    float: left;
    display: inline-block;
    margin: 5px;
}

.content .pagination {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.error-pill {
    width: 100%;
    padding: 5px;
    background-color: rgba(204, 12, 0, 0.67);
    border-radius: 10px;
    text-align: center;
    color: white;
    margin: 0;
}

.message-pill {
    width: 100%;
    padding: 5px;
    background-color: rgba(49, 103, 173, 0.74);
    border-radius: 10px;
    text-align: center;
    color: white;
    margin: 0;
}

.error {
    width: 100%;
    padding: 5px;
    background-color: rgba(204, 12, 0, 0.67);
    border-radius: 10px;
    text-align: center;
    color: white;
    margin: 0;
}

.date-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-form .date-input {
    width: 110px;
    margin-right: 15px;
}

table.dataTable {
    width: 100% !important;
}

table.datatable tbody tr:hover {
    transition: 300ms all linear;
}

table.datatable tbody tr:hover {
    background-color: #F2F2F2;
}

table td.align-right {
    text-align: right;
}

table td.debit {
    color: red;
}

td.icon-td {
    display: flex;
    justify-content: space-around;
}

.instruction {
    font-style: italic;
    font-size: 12px;
    color: crimson;
}

.featherlight-target {
    display: none;
}

.featherlight .featherlight-target {
    display: block;
}

.file-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.color-block {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 3px;
    border: 2px dotted #333333;
}