﻿
.field-validation-error {
    color: #ec1c2d;
}

.disabled-link {
    color: gray;
    cursor: not-allowed !important;
}

.disabled-a-link {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.btn-address-book {
    margin: 0 !important;
}

.doc-link {
    color: #666666;
    text-decoration: underline;
}

    .doc-link:hover {
        color: #df0002;
    }

.document-text {
    margin-bottom: 20px;
}

.credit-text p {
    line-height: 22px;
    margin: 0 0 15px 0;
    text-align: justify;
}

.credit-text-important {
    padding: 10px 10px 10px 10px !important;
    border: 2px solid #ec1c2d;
}