.navbar-dark .navbar-toggler {
    border-width: 0 !important;
}

.text-sm .brand-image-xl {
    margin-top: 0 !important;
    margin-left: 0.225rem !important;
}

.text-sm .brand-image-xs {
    margin-top: 0 !important;
    margin-left: 0.225rem !important;
    max-height: 31px !important;
    left: 16px !important;
    top: 8px !important;
}

.text-sm .nav-icon {
    font-size: 0.875rem !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.1rem;
}

table > thead > tr > th.text-right {
	width: 1% !important;
}

table.dataTable {
    margin-top: 0 !important;
}

.dataTable .no-border-top th {
    border-top: 0 !important;
}

.dataTable thead>tr>th:first-of-type,
.dataTable tbody>tr>td:first-of-type {
    padding-left: 1.2rem !important;
}

.dataTable thead>tr>th:last-of-type,
.dataTable tbody>tr>td:last-of-type {
    padding-right: 1.2rem !important;
}

.dataTables_wrapper>div.row:first-of-type,
.dataTables_wrapper>div.row:last-of-type {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
}

.scrollable {
    max-height: 200px;
    overflow-y: scroll;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-color: transparent !important;
}

.fa-lg {
    vertical-align: text-top;
}
