﻿.nra-error
{
    padding: 10px;
    font-weight: bold;
    font-size: 14.5px;
    font-family: "Open Sans", sans-serif;
}

.nra-space-bottom
{
    margin-bottom: 20px;
}

#Option-other
{
    display: none;
}
#belowMin {
	margin-top: 15px;
	text-align: center;
	display: none;
}

#aboveMax {
	margin-top: 15px;
	text-align: center;
	display: none;
}

.section-recaptcha {
    margin-bottom: 20px;
}

.nra-input-group-append-btn {
    padding: 0px 10px;
    border: 1px solid #cccccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nra-siteseal img {
	opacity: 0.5;
	transition: opacity 0.3s;
}
.nra-siteseal img:hover {
	opacity: 1;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.1em; }
    70% { top: 0.1em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.1em; }
    70% { top: 0.1em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.1em; }
    70% { top: 0.1em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.1em; }
    70% { top: 0.1em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.1em; }
    70% { top: 0.1em; }
    100% { top: 0; }
}

#isrecurring {
	display: none;
}

#modalProcessing {
    width: 100%;
    display: none;
}

.nra-btn-confirm {
    background: #c21802;
    width: 40% !important;
}

.nra-btn-confirm:hover {
    background: #9d1200;
}

.nra-btn-edit {
    background: #0f2554;
    width: 40% !important;
}

.nra-btn-edit:hover {
    background: #003399;
}

.nav-link input[type="radio"] {
    position: absolute;
    left: -10000px;
}

.payment-method-paypal {
    display: none;
}

.nra-payment-select {
    cursor: pointer;
}

.nra-payment-select.disabled {
    cursor: none;
}