.tro-color-selectlist {
    position: relative;
    white-space: nowrap;
}

.tro-color-toggle-box {
    border: 1px solid #ccc;
    background: #ffffff;
    font-size: 16px;
    height: 42px;
    padding: 0 0 0 20px;
}

.tro-color-individual-box {
    display: block;
    float: left;
    width: 80%;
    height: 40px;
}

.tro-color-individual-box input {
    cursor: pointer;
    border: 0px none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.tro-color-selected {
    cursor: pointer;
    display: none;
    float: left;
    width: 80%;
    height: 40px;
    padding: 8px 0 8px 0;
    overflow: hidden;
}

.tro-color-toggle-icon {
    float: right;
    width: 20%;
    height: 40px;
    cursor: pointer;
}

.tro-color-dropdown {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    z-index: 999;
    top: 41px; 
    left: 0;
    background: #ffffff;
    padding: 5px 0 5px 0px;
    overflow: auto;
    width: 100%;
    height: 200px;
}

.tro-color-dropdown-row {
    padding: 8px 0px 8px 20px;
    cursor: pointer;
}

.tro-color-box {
    display: inline-block;
    width: 31px;
    height: 24px;
    margin-right: 10px;
    line-height: 24px;
    border: 1px solid #76889a;
    background-size: cover;
}

.tro-color-text {
    display: inline-block;
    height: 24px;    
    line-height: 26px;
}

textarea.w-input, textarea.w-select {
    resize: vertical;
}

.angaben_eigene_textilien ._50 {
    width: 48%;
}

.fright {
    float: right;
}

.tro-color-selectlist-small-for-deletebutton {
    width: 92%;
    float: left;
}
.deleteColor {
    width: 8%;
    float: left;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}

.w-col .w-col.tro-col-6-left {
    padding-right: 5px;
}
.w-col .w-col.tro-col-6-right {
    padding-left: 5px;
}

/* Fehler */

.text-danger .tro-dropdown,
.tro-invalid .tro-dropdown,
.text-danger .tro-color-toggle-box,
.tro-invalid .tro-color-toggle-box,
.text-danger input,
.tro-invalid input,
.text-danger select,
.tro-invalid select,
.text-danger textarea,
.tro-invalid textarea {
    border: 1px solid #ff0000;
}

.text-danger {
    color: inherit;
}

.help-block .text-danger {
    color: #ff0000;
}

.tro-invalid input.not-mandatory,
.tro-invalid select.not-mandatory {
    border: 1px solid #cccccc;
}

.tro-error-message {
    display: none;
    color: #ff0000;
    clear: both;
    margin: 15px 0 10px 0;
}
.tro-invalid .tro-error-message {
    display: block;
}

.tro-invalid .tro-color-toggle-box input {
    border: 0px none;
}
