﻿
.buttonBoxFocusRedGroupReview {
    color: #fff;
    background-color: #e00;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    text-shadow: none !important;
    border: 1px solid transparent !important;
    width: auto;
    min-width: 100px;
    height: 40px;
}

    .buttonBoxFocusRedGroupReview:hover {
        opacity: 0.8;
    }

    .buttonBoxFocusRedGroupReview:disabled, .buttonBoxFocusRedGroupReview input[type=submit]:disabled, .buttonBoxFocusRedGroupReview input[type=submit][disabled=disabled], .buttonBoxFocusRedGroupReview button[disabled=disabled] {
        opacity: 0.2;
    }

    .buttonBoxFocusRedGroupReview:active {
        color: #fff;
        background-color: #b50909;
        border-color: #b50909;
        outline: .25rem solid #2491ff;
        outline-offset: 0.25rem;
    }
    .buttonBoxFocusRedGroupReview:focus {
        outline: .25rem solid #2491ff;
        outline-offset: 0.25rem;
    }

        .buttonBoxFocusRedGroupReview:active:focus, .buttonBoxFocusRedGroupReview.active:focus, .buttonBoxFocusRedGroupReview.active:hover, .buttonBoxFocusRedGroupReview:active.focus, .buttonBoxFocusRedGroupReview:active:focus, .buttonBoxFocusRedGroupReview:active:hover {
            color: #fff;
            background-color: #b50909;
            border-color: #b50909;
            outline: .25rem solid #2491ff;
            outline-offset: 0.25rem;
        }



.buttonBoxFocusGroupReview {
    color: #fff;
    background-color: #005ea2 !important;
    /* border-color: #eea236 !important; */
    /* background: none !important; */
    font-weight: bold;
    padding: 5px 10px;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    text-shadow: none !important;
    border: 1px solid transparent !important;
    width: auto;
    min-width: 100px;
    height: 40px;
}

.btnBox.btnBoxCenter .buttonBoxFocus {
    background-color: #005ea2 !important;
}
.ohio-field {
    margin-bottom: 0px !important;
}

.ohio-field-label, .ohio-select-label {
    font-size: 1.7rem !important;
    font-weight: 600 !important;
}

.form-control {
    border: 1px solid #757575 !important;
}

.form-control:focus {
    border: 2px solid #757575 !important;
    box-shadow:none;
}

.buttonBoxFocusGroupReview:hover {
    opacity: 0.8;
}

.buttonBoxFocusGroupReview:disabled, .buttonBoxFocusGroupReview input[type=submit]:disabled, .buttonBoxFocusGroupReview input[type=submit][disabled=disabled], .buttonBoxFocusGroupReview button[disabled=disabled] {
    opacity: 0.2;
}

.buttonBoxFocusGroupReview:active {
    color: #fff;
    background-color: #b50909;
    border-color: #b50909;
    outline: .25rem solid #2491ff;
    outline-offset: 0.25rem;
}

.buttonBoxFocusGroupReview:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0.25rem;
}

    .buttonBoxFocusGroupReview:active:focus, .buttonBoxFocusGroupReview.active:focus, .buttonBoxFocusGroupReview.active:hover, .buttonBoxFocusGroupReview:active.focus, .buttonBoxFocusGroupReview:active:focus, .buttonBoxFocusGroupReview:active:hover {
        color: #fff;
        background-color: #b50909;
        border-color: #b50909;
        outline: .25rem solid #2491ff;
        outline-offset: 0.25rem;
    }
.btnBoxCenterGroupReview {
    align-items: center;
    text-align: center;
    margin-top:20px;
}
button:not([disabled]):focus, input:not([disabled]):focus, {
    outline: .25rem solid #2491ff;
    outline-offset: 0;
}
