.navbar {
    margin-bottom: 10px;
}

.card {
    margin-bottom: 20px;
}

.card-header {
    padding: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.card-header a {
    display: block;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md-clickable.active {
    background: #e4e4e4;
}

md-checkbox.md-default-theme.md-checked .md-icon,
md-checkbox.md-checked .md-icon {
    background-color: darkgreen;
}

.color-gray {
    color: rgb(146, 146, 146);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.loading {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.card-body .table tr > td:first-child {
    border-left: 0;
}

.card-body .table tr > td:last-child {
    border-right: 0;
}

.table-border {
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.vertical-align-middle {
    vertical-align: middle !important;
}
