#exclusion-modal .lg-modal__wrapper {
    position: fixed;
}

#exclusion-modal .pmub-playlist-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#exclusion-modal .pmubs-field {
    position: relative;
    /*flex: 1;*/
    padding-right: 0.7em;
}

#exclusion-modal .pmub-playlist-search-wrap::before {
    content: "\f002"; /** fa-search **/
    width: 1em;
    height: 1.2em;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "FontAwesome";
    font-size: 1.25em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.8em;
}

#exclusion-modal .pmubs-field .lgfe-input-text {
    max-width: 25em;
    padding: 0.6em 0.8em 0.6em 3.25em;
    font-size: 1em;
}

.exclusion-table-wrapper {
    max-height: 350px;
    overflow-y: auto;
}

.exclusion-table-wrapper table {
    width: 100%;
}

.exclusion-table-wrapper #exclusion-table {
    width: 100%;
}

.et-row {
    height: 26px;
    position: relative;
}

.et-row label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.et-row .exclusion-table-player-name {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.et-row:nth-child(odd) {
    background-color: #e9eee9;
}

.et-row .exclusion-table-first-row {
    /*    background-color:#fff;*/
    position: relative;
}

.et-row input[type="checkbox"].checkbox + span:before {
    background-color: #fff;
}

.et-row input[type="checkbox"].checkbox:checked + span:before {
    background: #2196f3;
}

.exclusion-table-first-row {
    width: 65px;
    text-align: center;
}

.exclusion-table-second-row {
    text-align: left;
    padding: 0.7em 0.5em 0.7em 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#exclusion-modal .lg-modal__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#exclusion-modal .pdwurt-status {
    font-size: 18px;
}

.exclusion-table-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.exclusion-table-icon-wrapper .exclusion-table-status-dot {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    position: absolute;
    bottom: -10px;
    font-style: italic;
}

.et-no-results {
    padding: 0.8em 0.5em 0.5em 8px;
}

@media (max-width: 41.875em) {
}

#exclusion-modal .search-result-number {
    position: absolute;
    right: 0;
    padding-top: 2px;
}
