.hkp-box {
    color: #ed4b78;
    border-right: 1px solid #fff;
    background: #fcdee7;
    padding: 30px 30px 15px;
    font-size: 16px;
    min-width: 700px;
}

.hkp-box-mobile {
    min-width: 300px !important;
}

.hkp-box .text-line-height {
    line-height: 1.1;
}

.hkp-box .numbers {
    font-size: 14px;
}

.hkp-box .text-label {
    font-weight: bold;
    font-size: 14px;
}

.hkp-box input {
    background: rgb(254, 239, 243);
    height: 28px;
    padding: 4px 4px !important;
    font-size: 15px;
    font-weight: 600;
    border: none;
    margin: 0 2px 2px 0;
    color: #2b2c2f;
}

.hkp-box input.zahn {
    width: 100%;
    text-align: center;
}

.zahn:focus {
    background: #FFF;
}

.width-6 {
    display: inline-block;
    width: 4%;
}

.width-11 {
    display: inline-block;
    width: 11%;
}

.ui-autocomplete li {
    color: #3ea9f5;
    font-weight: bold;
}

.ui-autocomplete li .ui-state-active {
    font-weight: bold;
}

div.radio-multiline {
    display: table-row;
    line-height: 1.1;
}

div.radio-multiline span.cell {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

div.radio-multiline label.cell {
    display: table-cell;
    vertical-align: middle;
}

.hkp-box .select2-container--bootstrap .select2-selection--single {
    height: 25px;
    line-height: 25px;
    padding-left: 7px;
    padding-right: 20px;
}

.hkp-box .select2-container--bootstrap .select2-selection {
    border-radius: 0px;
    background-color: rgb(254, 239, 243);
}

.hkp-box .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    right: 4px;
}

.hkp-box .radio-multiline .select2 {
    display: inline-block;
    width: auto !important;
    min-width: 50px;
}

label.single-line {
    display: block;
    margin-bottom: 0px;
}

.hkp-box .zahn-wert-background {
    background-color: #fff;
    min-width: 23px;
}

.hkp-box .festzuschuss_euro_amount, .hkp-box .festzuschuss_cent_amount {
    color: #2b2c2f;
}

.hkp-box select {
    background-color: rgb(254, 239, 243);
    width:100%;
}

.hkp-box .has-error input,.hkp-box .has-error select {
    border: 1px solid #ff1c00 !important;
    box-shadow: none;
}

.hkp-box .has-error {
    color: #ff1c00;
    font-weight: bold;
}

.hkp-box .border-top {
    border-top: 1px solid #ed4b78 !important;
    padding-top: 5px;
}

/* private hkp */
.hkp-box.phkp {
    color: #3ea9f5;
    background: #dcf0fd;
}

.hkp-box.phkp input {
    background: rgba(255,255,255,0.5);
    border-color: #dcf0fd;
}

.hkp-box.phkp .border-top {
    border-top: 1px solid #3ea9f5 !important;
}

.hkp-box.phkp select {
    background: rgba(255,255,255,0.5);
    border-color: #dcf0fd;
}

.zahn-reihe {
    white-space: nowrap;
}

.scrollhinweis {
    display: none;
}

@media screen and (max-width: 990px) {
    .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .table-responsive::-webkit-scrollbar:vertical {
        width: 12px;
    }

    .table-responsive::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    .table-responsive::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    tr.scrollhinweis {
        display: table-row;
    }
    div.scrollhinweis {
        display: block;
    }
}

.hkp-box.phkp .besonderheiten_box input {
    background: #dcf0fd;
}