﻿.am-btn-red {
    color: #fff !important;
    background-color: #e91b2f !important;
    border-color: #e91b2f !important;
}

.am-btn-circle {
    border-radius: 50px;
}
.am-btn-red:hover {
    background-color: #d71526 !important;
    border-color: #d71526 !important;
}
.am-btn {
    padding: 0.6rem 2.14rem;
}
.am-btn-blue-1 {
    background-color: #007dc3 !important;
    border-color: #007dc3 !important;
}
.am-btn-blue-1:hover {
    background-color: #004990 !important;
    border-color: #004990 !important;
}

.am-btn-blue-2 {
    background-color: #004990 !important;
    border-color: #004990 !important;
}

    .am-btn-blue-2:hover {
        background-color: #007dc3 !important;
        border-color: #007dc3 !important;
    }

.modal-footer .bootbox-accept:hover {
    background-color: #004990 !important;
    border-color: #004990 !important;
}
.modal-footer .bootbox-accept {
    background-color: #007dc3 !important;
    border-color: #007dc3 !important;
    border-radius: 50px;
    color: #fff !important;
    padding: 0.6rem 2.14rem;
}