.asn-serial-number-field,
.asn-submit-button {
    width: 100%;
}

.asn-serial-number-field {
    margin-bottom: 10px;
}

.asn-form-wrapper .form-error-message-text {
    color: #ff0000;
    display: inline-block;
}

.asn-submit-button.ast-button,
.asn-no-serial-button.ast-button {
    border: 2px solid;
    line-height: 1.6em;
    padding: 10px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.asn-submit-button.ast-button {
    border-color: #fdae4d;
    margin-top: 10px;
    white-space: normal;
}

.asn-submit-button.ast-button:disabled,
.asn-submit-button.ast-button:disabled:hover {
    /*background: #eeeeee;*/
    /*border-color: #eeeeee;*/
    /*color: #bbbbbb;*/
}

.asn-no-serial-button.ast-button {
    background: #ffffff;
    border-color: #fdae4d;
    color: #222222;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.asn-no-serial-button.ast-button:hover {
    background: #222222;
    border-color: #222222;
    color: #ffffff;
}

.asn-popup-wrapper .mfp-content {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 20px;
    margin: auto;
    max-width: 500px;
    padding: 40px;
}

/* Checkout readonly fields */
input[readonly='readonly'],
select[readonly='readonly'] + .select2 .select2-selection {
    pointer-events: none;
    background: #eeeeee !important;
    color: #aaaaaa;
}

select[readonly='readonly'] + .select2 .select2-selection .select2-selection__rendered {
    color: #aaaaaa;
}