.reklamation-component .reklamation-form {
    padding: 20px;
}
.reklamation-component .tab-content {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    height: auto;
}
.reklamation-component #desc-input, .reklamation-component #fiz-desc-input {
    height: 90px;
    max-height: 90px;
}
.reklamation-component .alert {
    display: none;
}
.reklamation-component .alert-danger {
    margin-top: 20px;
}
.reklamation-component .alert-success {
    max-width: 200px;
    background-color: #ea3d3d;
    border: 0;
}
.art-input-wrapper input.art-input {
    width: calc(100% - 110px);
    float: left;
}
.art-input-wrapper .art-count-wrapper {
    width: 100px;
    float: left;
    margin-left: 10px;
}
.art-input-wrapper .art-count-wrapper .art-count-btn {
    float: left;
    display: block;
    width: 20px;
    font-size: 33px;
    text-align: center;
    cursor: pointer;
    line-height: 37px;
}
.art-input-wrapper .art-count-wrapper .art-count-btn:hover {
    color: #ea3d3d;
    transition: color 0.3s ease;
}
.art-input-wrapper .art-count-wrapper .art-count-input {
    width: 60px;
    float: left;
    text-align: center;
}
.art-input-wrapper .add-art-btn {
    cursor: pointer;
    border-bottom: 1px dotted;
    font-size: 13px;
}
.art-input-wrapper .add-art-btn:hover {
    border-bottom: 0;
}
.art-input-wrapper .art-group {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
