
td.details-control {
    background: url('../lib/datatables-1.10.20/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../lib/datatables-1.10.20/images/details_close.png') no-repeat center center;
}

th {
    color: #4e73df !important
}

.date-error-message {
    color: red;
    font-size: .8rem;
    margin-top: .8rem;
    font-weight: bolder;
}

table {
    border-radius: 5px;
}

table.dataTable thead th {
    border-top: 0;
}

.add-five {
    width: 2rem;
    margin-top: 2rem;
}

.login-logo {
    padding-bottom: 25px;
}

#margin-button {
  margin-left: 20px;
  margin-right: 20px;
}
