﻿.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; }
}

.basic-btn {
	cursor: pointer;
	outline: none !important;
	width: 360px;
	display: block;
	color: #ffffff !important;
	text-align: center;
	padding: 10px;
		text-decoration: none !important;

	background: #c21802;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.basic-btn:hover {
	outline: none !important;
	color: #ffffff !important;
	background: #9d1200;
		text-decoration: none;

}
.basic-btn:visited {
		color: #ffffff !important;
	text-decoration: none !important;
}
.basic2-btn, .basic3-btn {
	width:100% !important;
}
.basic2-btn {
	background: #0f2554;
}
.basic2-btn:hover {
	background: #003399;
}
.modal-footer {
	background: #f2f2f2;
	display: block;
	justify-content: center;
}


#ar-warning {
	cursor: default;
	position: relative;
	padding: 10px 10px 5px 0;
	font-size: 13px;
}
#ar-warning-xs {
	display: none;
	text-align: center;
}
#isrecurring {
	font-size: 14px;
}

.nav-link input[type="radio"] {
	position: absolute;
	left: -10000px;
}

#modalProcessing {
	width: 100%;
	display: none;
}

#no-paypal-text {
	margin-top: -0.6em;
	display: none;
}

.btn-select-pay.disabled {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#creditCardSelect.disabled > label {
	cursor: default;
}