label.error {
    color: #FF0000;
}

input.error {
    background-color: #fcf8e3;
    border: 1px dottet #f2dede;
}

.palletPaymentInfo {
    font-style: italic;
}

label.special_error {
    display: block !important;
}

strong,
.text {
    color: #000;
    transition: color .3s ease;
}

span.otherParent {
    font-size: 16px;
    line-height: 25px;
}

span.totalPriceParent {
    font-size: 24px;
    line-height: 50px;
}

strong.updated,
.text.updated {
    color: #5cb85c;
    transition: color .3s ease;
}

table.table {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
}

span.table-header {
    display: block;
    margin-bottom: 5px;
}

.returpalle_form {
    padding: 15px;
    margin: 15px 0;
    border: 2px solid transparent;
}

.returpalle_form.error {
    border: 2px solid red;
    animation-name: checkboxError;
    animation-duration: .5s;
}

@keyframes checkboxError {
    from {
        border: 2px solid transparent;
    }
    to {
        border: 2px solid red;
    }
}

.returpalle_form>input {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.3);
    /* IE */
    -moz-transform: scale(1.3);
    /* FF */
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera */
    padding: 3px;
}

.returpalle_form>label {
    display: inline-block;
    font-size: 14px;
    padding-left: 5px;
}