.dash-nav {
    width: 238px;
}

@media (min-width: 992px) {
    .dash-app {
        width: calc(100vw - 238px);
    }
}

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

.dataTables_wrapper .row {
    margin: 0;
}

.action {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    align-items: flex-end;
}

.action > a:not(:last-of-type),
.action > button:not(:last-of-type) {
    display: flex;
    flex-grow: 0 !important;
    flex-shrink: 1;
    margin-right: -4px;
}

.action > a:not(:last-of-type) > span,
.action > button:not(:last-of-type) > span {
    color: black;
    margin-right: 15px;
    display: flex;
    margin-top: 4px;
}

.action > a:not(:last-of-type) > i.fas,
.action > button:not(:last-of-type) > i.fas {
    background-color: white;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    font-size: 20px;
    box-shadow: gray 0 0 10px
}

.action > a:last-of-type,
.action > button:last-of-type {
    margin-top: 10px;
    color: white !important;
    font-size: 30px;
    border-radius: 50%;
    transition: .3s;
    border: none;
}

.action > a {
    padding: 12px 20px;
}

.action > button {
    padding: 12px 22px;
}

.action > a:hover {
    text-decoration: none;
}

.tooltip.left {
    margin-left: -10px;
}

.form-group > label {
    font-weight: bold;
    margin: 0;
}

.sort-area .card:hover {
    cursor: pointer;
}

.card-header.grab {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.uploads .upload.current {
    border: 3px solid orange;
}

.uploads .upload {
    height: 125px;
    width: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}

table.dataTable thead {
    background-color: #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 !important;
    padding: 0 !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 1.5em !important;
}

.page-item.active .page-link {
    background-color: #749d43;
    border-color: #749d43;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
    background-color: transparent !important;
    background: none !important;
}

.page-link, .page-link:hover {
    color: #749d43;
}

.dataTables_paginate.paging_simple_numbers .pagination {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

#table td.last {
    border-left: 0;
    height: 100%;
    vertical-align: top;
    display: table-cell;
}

#table tr td.last {
    white-space: nowrap;
    text-align: right;
}

.bg-green {
    background-color: #99cc53 !important;
}

.bg-gray {
    background-color: #f1f1f1 !important;
}

.btn-success {
    background-color: #99cc53;
    color: white;
    transition: .3s;
    border-color: #99cc53;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:hover {
    background-color: #749d43;
    color: white;
    border-color: #749d43;
}

.btn-primary {
    background-color: #194485;
    border-color: #194485;
    color: white;
    transition: .3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background-color: #112448;
    border-color: #112448;
    color: white;
}

.card-green, .card-green > .card-header {
    border: none;
}

.dash-nav.dash-nav-dark a {
    color: #333;
    transition: .3s;
}

.dash-nav.dash-nav-dark a.bg-danger {
    color: white;
}

.dash-nav.dash-nav-dark a:hover {
    background-color: #dedede;
}

.tools span {
    color: white;
}

.menu-toggle,
.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle:hover {
    color: white;
}

.dash-toolbar {
    min-height: 70px;
}

.dash-app {
    margin-top: 70px;
}

.dash-nav header .spur-logo {
    padding-right: 0;
}

.autofill {
    display: flex;
    flex-grow: 1;
}

footer.credits {
    bottom: 0;
    background-color: #194485;
    color: white;
    width: 100%;
}

footer.credits p {
    position: relative;
    font-size: 12px;
}

.table-bordered,
.table-bordered th, .table-bordered td {
    border-left: none;
    border-right: none;
    border-top: none;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_info {
    font-style: italic;
    font-size: 14px;
}

.spur-card .card-header {
    min-height: auto;
    background-color: #dee2e6;
    padding: 10px 18px;
    font-weight: bold;
}

.dash-nav-dark .dash-nav-dropdown-toggle:after {
    border-top-color: #194485;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 0;
}

.row.dash-row {
    cursor: pointer;
}
