﻿a.text-dark {
    color: #4e4d4d !important;
}

.statistics-graph-table-head-row {
    border-top: 1px solid #E21717;
    border-bottom: 1px solid #E21717 !important;
}

.queryTypeSection {
    display: none;
}

.help-block {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #737373;
}

.help-block.with-errors {
    color: #E21717
}


.has-error .help-block {
    color: #a94442;
}

button.disabled, button[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.radio input {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    margin: 8px 0;
}

.detail__message-area_text-success {
    color: #4BB543;
}

.claim-btn {
    width: 340px;
    height: 28px;
    background: #e21717;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    margin: 17px 0px;
}

.smsCodeFormBtn {
    width: 150px;
    height: 28px;
    border: 1px solid #e21717;
    background: #FFFFFF;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    margin: 5px 0;
}

.claim-missing-doc-btn {
    background: #fff;
    color: #e21717;
    font-size: 14px;
    border: 1px solid #e21717;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    margin: 20px 0px;
    border-radius: 5px;
}

.detail__online-area_table-content table tbody tr td.bold-text {
    font-weight: 800;
    font-size: 15px;
}

.notification__modal.open {
    opacity: 1;
    pointer-events: all;
}

.btn-position-center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/** Notification Modal **/
.notification__modal-content__wrapper-area .js--notification_modal-close button {
    display: inline-block;
    border-radius: 10px;
    padding: 10px 0;
    max-width: 120px;
    width: 100%;
    background: #E21717;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

.notification__modal-content__wrapper {
    top: -10%;
}

.expire-help-text {
    font-size: 12px;
}

.agreement_text_link {
    padding-top: 15px;
    font-size: medium;
}

.agreement_text_link:hover {
    color: #E21717;
    text-decoration: underline;
}
