/* =========================
   PROFILE MODALS DARK FIX
   ========================= */

#exampleModallast .modal-content,
#exampleModalgall .modal-content,
#exampleModalaward .modal-content {
    background-color: #0b0b0b;
    color: #eaeaea;
    border: 1px solid #1f1f1f;
}

/* Header + Footer */
#exampleModallast .modal-header,
#exampleModallast .modal-footer,
#exampleModalgall .modal-header,
#exampleModalgall .modal-footer,
#exampleModalaward .modal-header,
#exampleModalaward .modal-footer {
    background-color: #111;
    color: #eaeaea;
    border-color: #222;
}

/* Body */
#exampleModallast .modal-body,
#exampleModalgall .modal-body,
#exampleModalaward .modal-body {
    background-color: #0b0b0b;
    color: #eaeaea;
}

/* Close Button sichtbar machen */
#exampleModallast .btn-close,
#exampleModalgall .btn-close,
#exampleModalaward .btn-close {
    filter: invert(1) grayscale(100%);
}

/* Links */
#exampleModallast a,
#exampleModalgall a,
#exampleModalaward a {
    color: #4db8ff;
}

/* Tabellen */
#exampleModallast .table,
#exampleModalgall .table,
#exampleModalaward .table {
    color: #eaeaea;
    background-color: #0b0b0b;
}

#exampleModallast .table td,
#exampleModallast .table th,
#exampleModalgall .table td,
#exampleModalgall .table th,
#exampleModalaward .table td,
#exampleModalaward .table th {
    border-color: #222;
}

/* Panels / Cards */
#exampleModallast .panel,
#exampleModalgall .panel,
#exampleModalaward .panel,
#exampleModallast .panel-default,
#exampleModalgall .panel-default,
#exampleModalaward .panel-default,
#exampleModallast .card,
#exampleModalgall .card,
#exampleModalaward .card {
    background-color: #0b0b0b;
    color: #eaeaea;
    border-color: #222;
}

/* List Group */
#exampleModallast .list-group-item,
#exampleModalgall .list-group-item,
#exampleModalaward .list-group-item {
    background-color: #0b0b0b;
    color: #eaeaea;
    border-color: #222;
}
#exampleModallast .modal-header,
#exampleModalgall .modal-header,
#exampleModalaward .modal-header {
    color: #ffffff;
}

#exampleModallast .modal-title,
#exampleModalgall .modal-title,
#exampleModalaward .modal-title {
    color: #ffffff !important;
}

#calendar-tab,
#calendar,
#calendar h4,
#calendar h5 {
    color: #ffffff !important;
}