input.depotsChoices-red[type=radio] {
    display: none;
}

label.depotsChoices-red:before {
    border-radius: 8px;
}

label.depotsChoices-red {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #CCC;
    cursor: pointer;
    position: relative;
    padding: 2px;
    padding-right: 5px;
    padding-left: 25px;
    width: 100%;
    background: #F0F0F0;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 3px;
}

label.depotsChoices-red:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    left: 3px;
    top: 4px;
}

label.depotsChoices-red:before {
    background: #eb9789;
    border: 2px solid #b64041;
}

input.depotsChoices-red[type=radio]:checked + label.depotsChoices-red:before {
    content: "\2022";
    color: #b64041;
    font-size: 34px;
    text-align: center;
    line-height: 8px;
    font-weight: 700;
    left: 3px;
    top: 4px;
}

input.depotsChoices-green[type=radio] {
    display: none;
}

label.depotsChoices-green:before {
    border-radius: 8px;
}

label.depotsChoices-green {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #CCC;
    position: relative;
    padding: 2px;
    padding-right: 5px;
    padding-left: 25px;
    width: 100%;
    background: #F0F0F0;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 3px;
}

label.depotsChoices-green:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    left: 3px;
    top: 4px;
}

label.depotsChoices-green:before {
    background: #9eebac;
    border: 2px solid #0da30d;
}

input.depotsChoices-green[type=radio]:checked + label.depotsChoices-green:before {
    content: "\2022";
    color: #0da30d;
    font-size: 34px;
    text-align: center;
    line-height: 8px;
    font-weight: 700;
    left: 3px;
    top: 4px;
}

.productThumb{
    height: 515px;
}

.product-wrapper {
    background: #FFF;
    height: 515px;
}

.unpaid-invoices > tbody > tr > td{
    padding: 5px 4px !important;
}
