.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.webshopCheckoutSteps .step {
    background-color: #ececec;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    float: left;
    border: 1px solid #a2a2a2;
    height: 100%;
    margin-left: -3px;
    margin: 0 auto;
    margin-right: -3px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 25%;
}

.btn {
    border: 2px solid #000;
    color: #000;
    background-color: white;
    padding: 8px 20px !important;
    border-radius: 8px;
    margin: 10px 0px !important;
    font-size: 20px;
    font-weight: bold;
}

.btn:hover {
    text-decoration: underline;
    cursor: pointer;
}

.block {
    float: left;
    width: 50%;
}

.formMessages, #info_window {
    width: auto !important;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.filepond--drip {
    border: 2px dashed #000;
}

.filepond--drop-label label {
    width: 100% !important;
    font-size: 0.975em;
}

.multi-action-item {
    display: inline-block;
    margin-right: 20px;
}

.multi-action-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.files-table {
    width: 100%;
    background-color: #f1f0ef;
    border-radius: 8px;
    padding: 10px;
}

.files-table td, .files-table th {
    font-size: 13px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.files-table td.price-outer {
    font-weight: bold;
    font-size: 15px;
}

.webshopCheckoutSteps .step.active {
    background-color: #626262;
    color: #fff;
}
.webshopCheckoutSteps .step.complete {
    background-color: #dddddd;
    color: #424242;
}

.webshopCheckoutSteps .step a {
    color: #424242;
}


.innercontent {
    padding: 10px;
}

.discount {
    margin: 10px 0px;
    padding: 5px;
    border: 2px dashed #dcdbda;
}

.prijsTabel {
    display: block;
    float: right;
    background-color: #f1f0ef;
    border-radius: 8px;
    padding: 10px;
}

.bt_form {
    clear: both;
}

#couponcode {
    background-color: #fff;
    border: 1px solid #999;
}

#couponcheck {
    display: inline;
    vertical-align: middle;
    height: 100%;
}

.coupon-check-btn {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 3px;
}

.coupon-check-btn:hover {
    text-decoration: underline;
}