.card {
    border-top: solid 4px #6777ef;
}

.card .card-header {
    min-height: 50px;
    border-bottom-color: lightgray;
}
.table:not(.table-sm):not(.table-md):not(.dataTable) td, .table:not(.table-sm):not(.table-md):not(.dataTable) th {
    height: 45px;
}

h4 a.btnbox {
    font-size: small;
    margin-left: 10px;
}

 .btnbox {
     border: solid 2px;
     padding: 8px;
     border-radius:5px;
 }
.btnbox:hover {
    background-color: #6777ef;
    color: white;
    border: solid 2px #6777ef;
    padding: 8px;
}
