.table-manage th {
    background: #202020 !important;
    border: 0px !important;
}

.table-manage td {
    background: white !important;
    color: black !important;
    border-bottom: 1px solid #DCDCDC;
    vertical-align: middle;
    padding-left: 20px !important;
}

.table-manage .controls .control {
    text-decoration: none;
    height: 22px;
    width: 22px;
    min-width: 22px;
    display: inline-block;
    padding: 0;
}

.table-manage .controls {
    width: 90px !important;
    max-width: 90px !important;
    min-width: 90px !important;
}

/*.star-heavy {
    width: 15px !important;
    height: 15px !important;
    background-image: url(../images/icon-star-heavy.svg);
    background-repeat: no-repeat;
    background-size: contain;
}*/

/*.star-light {
    width: 15px !important;
    height: 15px !important;
    background-image: url(../images/icon-star-light.svg);
    background-repeat: no-repeat;
    background-size: contain;
}*/

    .table-manage .controls .control.edit {
        background-image: url(../images/icon-edit.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .table-manage .controls .control.delete {
        background-image: url(../images/icon-delete.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .table-manage .controls .control:hover {
        filter: brightness(.5)
    }

td.warning {
    background-color: #dc3545 !important;
    color: white !important;
}

tr.warning * {
    background-color: #dc3545 !important;
    color: white !important;
}

.table-manage .subheader-1 td {
    background: #202020 !important;
    color: white !important;
    border: 0px;
}

.table-manage th {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 20px !important;
}

.table-manage .subheader-1 td {
    text-transform: uppercase;
    text-align: center;
}

.table-manage .subheader-2 td {
    background: #848484 !important;
    color: black !important;
    font-weight: 600;
    border: 0px;
    text-align: center;
}

form {
    max-width: 600px !important;
    min-width: 200px !important!;
}
.table-manage .list-group-item {
    background: #F5F5F5;
    color: black;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    padding: 1px 15px;
    border-color: lightgray !important;
    position: static;
}

.form-group.row.options-group {
    margin: 1px;
    padding: 2px;
    background: #212529;
    border: 1px solid #495057;
    border-radius: 5px;
}

.container.manage-xs {
    width: 100%;
    max-width: 600px;
}

.accordion-button {
    background: #202020 ;
}

.accordion-button {
    background: #202020;
    color: white !important;
    font-weight: 600;
    text-transform: uppercase;
}

label {
    display: inline;
}

