/* Popups */


/* POPUP GENERAL */

.inline {
	display: inline !important;
}

.popup {
	font-family: Helvetica, Arial, sans-serif;
}

.popup a:hover {
	border: none !important;
}

.popup p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.popup .container_12 {
	padding: 0;
	width: 100%;
}

.popup .border-center {
	background: url(../images/border-grey.png) repeat-y top center;
}

.popup h1 {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 14px;
}


.popup-header {
	padding: 20px;
	margin: 0 0 20px;
	background-color: #efefef;
}

.popup-header p {
	margin: 0;
}

.popup-header-large {
	margin: 0 0 20px;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
}

.popup-header-large h1 {
	font-size: 32px;
	line-height: 36px;
}


.popup-content {
	display: inline;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0;
}

.popup-form-footer {
	
	
}

.popup-footer {
	margin: 20px 0 0 0;
	padding: 10px 0 0;
	clear: both;
	height: 32px;
	background-color: #efefef;
	text-align: center;
}

.popup-extra {
	margin-top:5px;
	margin-left:20px;
	padding: 10px 0 0;
	clear: both;
	height: 70px;
	background-color: #ffffff;
	text-align: left;
	font-size:12px;
}
	
#popup-contact {
	width: 480px;
}

#popup-login {
	width: 232px !important;
}

#popup-login .popup-content {
	padding: 0;
}


#popup-register {
	width: 480px;
}

.popup-register-1 {
	
}

.popup-register-1 input.field {
	width: 190px;
}


/* DONATE POPUP */

#popup-donate {
	width: 680px;
}

.voluneer-list {
	margin: 0 0 20px 0;
	height: 210px;
	overflow: auto;
}

.voluneer-list a:hiver {
	background-color: #111111;
}

.popup-donate-1 .popup-content {
	width: 680px;
}

.popup-donate-1 .donation-type {
	width: 675px;
	margin: 50px auto;
	text-align: center;
}

.popup-donate-1 .donation-type a {
	background-color: #111;
	padding: 10px 20px;
	margin: 0 20px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.popup-donate-1 .donation-type .buttons {
	margin: 20px 0 0 0;
}

.donation-volunteer {
	width: 200px;
	height: 44px;
	float: left;
	margin: 0 20px 10px 0;
	padding: 5px;
}

.donation-volunteer .profile-image {
	float: left;
}

.donation-volunteer img {
	width: 37px;
	height: 37px;
	border: 5px solid #ffffff;
	float: left;
}

.donation-volunteer-inline {
	display: inline;
}

.donation-volunteer-inline img {
	width: 37px;
	height: 37px;
	border: 5px solid #ffffff;
}

.donation-volunteer .info {
	float: left;
	margin: 0 0 0 10px;
}

.donation-volunteer .name {
	font-size: 12px;
	padding: 0;
	line-height: 12px;
}

.donation-volunteer .state {
	font-size: 11px;
	padding: 0;
	line-height: 12px;
}

.donation-volunteer:hover {
	background-color: #111111;
	color: #fff;
}

.volunteer-search {
	width: 300px !important;
}


/* DONATION AMOUNT */

.donation-amount {
	text-align: center;
	margin: 10px 0;
}

.donation-amount a {
	padding: 10px;
	color: #111;
	font-size: 32px;
	font-weight: bold;
	border-right: 1px solid #d7d7d7;
}

.donation-amount a:hover,
.donation-amount a.da-active {
	background-color: #111;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.other-amount {
	margin:30px 0 20px 0;
	text-align: center;
}

.other-amount input {
	width: 100px;
}

/* DONATION TO */
.donating-to {
	text-align: center;
}

.donating-to span.number {
	font-size: 32px;
	font-weight: bold;
}

.donating-to span.to {
	font-size: 32px;
	font-weight: bold;
	padding: 0 20px;
}

.grid_6 span.number{
	display: block;
	width: 170px;
	float: left;
	padding-top: 10px;
	text-align: right;
}

.grid_6 span.to{
	display: block;
	width: 50px;
	float: left;
	padding-top: 10px;
}

.donating-to .donation-volunteer {
	float: none !important;
	display: inline;
}

.donating-to .donation-volunteer:hover {
	color: #111;
}

.payment-type {
	text-align: center;
	margin: 0;
}



/* SHARING */
.popup .share-options {
	height: auto;
	margin: 0 0 10px 0;
}

/* FORMS */

.popup span.label {
	display: block;
	float: none;
	width: 100%;
}

.popup input.field {
	width: 200px;
}



.popup form input.field,
.popup form input.field-zip,
.popup input.field-style {
	border: 1px solid #d7d7d7;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.popup form textarea,
.popup textarea {
	width: 450px;
	border: 1px solid #d7d7d7;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


form.grid_3 {
	padding-bottom: 50px;
}


.field-zip {
	width: 50px;
}

.creditcards {
	margin: 0 0 10px 0;
}

.creditcards a {
	opacity: .2;
	filter: alpha(opacity=20); /* IE lt 8 */
	-ms-filter: "alpha(opacity=20)"; /* IE 8 */
}

.creditcards a:hover,
.creditcards a.cc-active {
	opacity: 1;
	filter: alpha(opacity=1); /* IE lt 8 */
	-ms-filter: "alpha(opacity=1)"; /* IE 8 */
}

.form-item-small {
	float: left;
	margin: 0 20px 0 0;
}

.form-item-small input.field {
	width: 50px;
}

/* FORM NAV */

.formsteps {
	width: 420px;
	margin: 0 auto;
}

.formsteps .prev,
.formsteps .next {
	float: left;
}

.form-progress-bg {
	width: 274px;
	height: 23px;
	float: left;
	background-color: #fff;
	position: relative;
}

.form-progress-bg .step {
	position: relative;
	z-index: 3;
	font-size: 11px;
}

.form-progress-bg .progress {
	height: 23px;
	background-color: #77cbeb;
	position: absolute;
}

.form-progress-bg .progress-1of5 { width: 20%; }
.form-progress-bg .progress-2of5 { width: 40%; }
.form-progress-bg .progress-3of5 { width: 60%; }
.form-progress-bg .progress-4of5 { width: 80%; }
.form-progress-bg .progress-5of5 { width: 100%; }


.form-progress-bg .progress-1of9 { width: 11%; }
.form-progress-bg .progress-2of9 { width: 21%; }
.form-progress-bg .progress-3of9 { width: 31%; }
.form-progress-bg .progress-4of9 { width: 41%; }
.form-progress-bg .progress-5of9 { width: 51%; }
.form-progress-bg .progress-6of9 { width: 61%; }
.form-progress-bg .progress-7of9 { width: 71%; }
.form-progress-bg .progress-8of9 { width: 81%; }
.form-progress-bg .progress-9of9 { width: 100%; }
//.form-progress-bg .progress-10of10 { width: 100%; }

