/* Fenster */
.PDSwindow {
    max-width: 500px;
}

/* Artikelauswahl */
.PDSartikel {
    text-align: left;
}

/* Farbauswahl */
.PDSfarben-wrapper, .PDSsprache-wrapper {
    padding-top: 13px;
    text-align: left;
}

.PDSfarben-wrapper.PDSone-color {
    visibility: hidden;
}

.PDSfarben-wrapper .placeholder.second {
    left: 55%;
}

#ms-PDSfarben {
    width: 100%;
    text-align: left;
}

input[type="text"].ms-search {
    width: calc(100% - 18px);
    margin-top: 1px;
    font-size: 13px;
    box-shadow: none;
}

.ms-container {
    background-position-y: 100px;
}

.ms-container .ms-list.ms-focus {
    border-color: #1A243E;
    outline: 0;
    box-shadow: none;
}

.ms-container .ms-list {
    padding-top: 5px;
}

input[type="button"].PDSall, input[type="button"].PDSnone {
    background: #5f9ea0
}

/* Block-Auswahl */
#PDSoptions {
    border: 1px solid #ced4da;
    border-radius: 3px;
    min-height: calc(1.875em + 0.25rem);
    margin-top: 15px;
    text-align: left;
}

#PDSoptions .dropdown-toggle {
    padding-right: 23px;
}

#PDSoptions .placeholder {
    margin-top: -17px;
}

.PDSoptionmenu {
    float: right;
    padding-top: 25px;
    padding-right: 10px;
}

/* Buttons */
.PDSblocked-status  {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
}

/* Sprach-Auswahl */
.selectize-dropdown.PDSsprache {
    bottom: 36px;
    top: auto !important;
}

/**** mobile ****/
@media only screen and (max-height: 700px) {
    body.PDSactive #dialog {
        overflow-y: auto;
    }
    
    body.PDSactive #dialog .inner {
        top: 0;
        transform: none;
    }
}