body.body-admin {
    font-size: .875rem;
}



.toast-success {
    background-image: none !important;
}


table.fixed {
    table-layout: fixed;
}

h1 .btn-group { display: inline-block; }



.pagination {
    margin-bottom: 0;
}

.row-actions {
    color: #ddd;
    font-size: 12px;
    position: relative;
    display: block;
    visibility: hidden;
    padding: 2px 0 0 0;
}
table tr:hover td .row-actions {
    visibility: visible;
}


table a:hover {
    color: #0abaee;
    text-decoration: none;
}

.table thead th {
    font-weight: normal;
}

.row-actions .delete a {
    color: #a00;
}

.fixed .column-checkbox {
    width: 40px;
    padding-top: 0.9rem;
}
.table thead th.column-checkbox {
    vertical-align: middle;
}

.fixed .column-name {
    width: 200px;
}
table tbody .column-name >a {
    font-weight: 500;
}

.fixed .column-actions {
    width: 220px;
}
.fixed .column-actions i.fas {
    width: 16px;
    height: 16px;
}
.fixed .column-contact {
    width: 180px;
}
.fixed .column-date {
    width: 130px;
}
.fixed .column-date-sm {
    width: 110px;
}
.fixed .column-id {
    width: 10%;
}
.fixed .column-visuals {
    width: 150px;
}
.fixed .column-place {
    width: 150px;
}
.fixed .column-location {
    width: 100px;
}
.fixed .column-genres {
    width: 150px;
}
.fixed .column-organisation {
    width: 130px;
}
.fixed .column-status {
    width: 160px;
    padding-top: 0.65rem;
}

.fixed .column-approved {
    width: 60px;
}

.approved-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ffc107;
}
.approved-circle.green {
    background: #28a745;
}

.fixed .approved-circle {
    margin-top: 5px;
}


.fixed .column-year {
    width: 150px;
}
.fixed .column-active {
    width: 150px;
}


@media (max-width: 991px) {
    .fixed .column-contact,
    .fixed .column-date {
        display: none;
    }

    .row-actions {
        visibility: visible;
    }
}

.table-valign-middle td {
    vertical-align: middle;
}

th.sortable a, th.sorted a {
    display: block;
    overflow: hidden;
}

th.sortable a span, th.sorted a span {
    float: left;
    cursor: pointer;
}


.sorting-indicator {
    display: block;
    visibility: hidden;
    width: 10px;
    height: 4px;
    margin-top: 8px;
    margin-left: 7px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.sorting-indicator:before {
    content: "\f0d8";
    speak: none;
    display: inline-block;
    padding: 0;
    top: -2px;
    left: -8px;
    line-height: 10px;
    width: 20px;
    text-align: center;
    position: relative;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
    color: #444;
}
th.asc a:focus span.sorting-indicator:before, th.asc:hover span.sorting-indicator:before, th.sorted.desc .sorting-indicator:before {
    content: "\f0d7";
}
th.desc a:focus span.sorting-indicator:before, th.desc:hover span.sorting-indicator:before, th.sorted.asc .sorting-indicator:before {
    content: "\f0d8";
}
th.asc a:focus span.sorting-indicator, th.asc:hover span.sorting-indicator, th.desc a:focus span.sorting-indicator, th.desc:hover span.sorting-indicator, th.sorted .sorting-indicator {
    visibility: visible;
}

.nav-masthead .nav-link {
    padding: .3rem 0;
    font-weight: 700;
    color: rgba(0, 0, 0, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
    text-transform: uppercase;
    font-size: .75rem;
}
.nav-masthead .nav-link:hover {
    border-bottom-color: rgba(0, 0, 0, .25);
}
.nav-masthead li + li {
    margin-left: 1rem;
}
.nav-masthead .active,
.nav-masthead .active:hover {
    color: #000;
    border-bottom-color: #0abaee;
}



#main-container {
    padding: 20px 15px 30px 15px;
}

.toggle-sidebar-btn {
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.toggle-sidebar-btn,
.close-sidebar-btn {
    display: none;
}
@media screen and (max-width: 991px) {
    .toggle-sidebar-btn,
    .close-sidebar-btn {
        display: block;
    }
}

.side-header {
    background: #0abaee;
    padding: 0 1rem;
}

.side-header .sidebar-logo {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-right: auto !important;
}


#sidebar .nav-link {
    font-weight: 500;
    color: #aaa;
}
#sidebar .nav-link i {
    margin-right: 4px;
    color: #999;
    width: 16px;
    height: 16px;
}
#sidebar .nav-link:hover i,
#sidebar .nav-link.active i {
    color: #fff;
}
#sidebar .nav-link:hover {
    background: rgba(255,255,255,0.05);
}
#sidebar .nav-link.active {
    color: #fff;
}
#sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255,255,255,0.25);
}

.nav-vertical {
    display: block;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1d70b7;
}
/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }


.filter-row th {
    background: #dee2e6;
}

.change-request {
    background: #eee;
    position: relative;
    margin-top: 25px;
    border: 1px solid #ffc107;
    padding: 0.375rem 0.75rem;
    padding-right: 20px;
}
.change-request:before {
    content: 'Change request';
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: -1px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;

    background: #ffc107;
    color: #fff;
    padding: 0 5px;
}
.delete-change-request-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}