﻿#div_popover_error_outer > .popover {
	background-color: #FCF8E3;
	color: #C09853;
}

.popover.top .arrow:after {
	border-top-color: #FCF8E3;
}

#div_popover_error_outer > .popover > .arrow {
	display: none;
}

.err {
	background-color: #F8DBDB !important;
}

.err-overflow {
	background-color: #F8DBDB !important;
}

.err-ascii {
	background-color: #F8DBDB !important;
}

#alert_overflow, #alert_ascii {
	font-size: 90%;
	padding: 5px 10px 6px 12px;
	display: none;
}

.donation_template_outer_div {
	display: table;
	width: 100%;
}

.donation_template_div {
	float: left;
	/*width: 200px;*/
	width: 21%;
	/*margin-right: 24px;*/
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

	.donation_template_div img {
		margin-bottom: 10px;
		margin-top: 10px;
		/*border: 1px solid silver;*/
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.26);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.26);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.26);
	}

	.donation_template_div label {
		/*font-weight: bold !important;*/
		font-size: 16px;
	}

input[type="radio"], input[type="checkbox"] {
	margin-top: 0;
	margin-bottom: 3px;
}

.radio, .checkbox {
	padding-left: 0px;
}

.magnify {
	display: none;
}

.center_horisontally {
	position: absolute;
	left: 50%;
	top: 3%;
	transform: translate(-50%, 0%); /* Yep! */
	/*width: 48%;*/
	/*height: 100%;*/
}

.template_preview {
	z-index: 9999;
}

.magnify {
	position: absolute;
	left: 35%;
	top: 34%;
	opacity: 0.5;
}

.donation_template_div {
	position: relative;
}

	.donation_template_div > label.checkbox:hover {
		font-weight: bold !important;
	}

.donationamountcurrency {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #B2B2B2;
	/*float: left;*/
	/* width: 10%; */
	text-align: left;
	/* margin-left: 2%; */
}

.donation_textbox_greeting {
	resize: none;
}

.alert.hidden-desktop {
	font-size: 13px;
	line-height: 18px;
}

.subdescription-anonymous {
	color: silver;
	font-size: 12px;
}

.subdescription-identitynumber {
	color: silver;
	font-size: 12px;
	margin-top: -10px;
}

.no_calendar_text {
	font-size: 13px;
	line-height: normal;
}



@media (max-width: 767px) {
	.donation_template_div {
		float: left;
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}

		.donation_template_div label {
			font-weight: normal !important;
			font-size: 26px;
		}

		.donation_template_div input[type="radio"], input[type="checkbox"] {
			width: 25px;
			height: 25px;
		}

		.donation_template_div img {
			margin-bottom: 30px;
			margin-top: 30px;
			/* border: 1px solid silver; */
			-webkit-box-shadow: 8px 8px 30px 6px rgba(0,0,0,0.26);
			-moz-box-shadow: 8px 8px 30px 6px rgba(0,0,0,0.26);
			box-shadow: 8px 8px 30px 6px rgba(0,0,0,0.26);
		}
}

@media (min-width: 768px) {
	.donation_template_innerdiv:hover .magnify {
		display: block;
		cursor: pointer;
	}

	.donation_template_div img {
		cursor: pointer;
	}

		.donation_template_div img:hover {
			opacity: 1 !important;
		}
}



@media (min-width: 1200px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 940px;
	}
}

@media (min-width: 1400px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 940px;
	}
}

@media (min-width: 1600px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 940px;
	}
}
