/*------------------------------GLYPHICONS-------------------------------------------*/
/* Customized CSS for glyphicons in order to have the same CSS as bootstrap's icons */

.customized .glyphicons:before {
	color: inherit;
	font-size: inherit;
}

.customized .glyphicons {
	display: inline;
	padding-left: 20px;
	color: inherit;
}

/*------------------------------END OF GLYPHICONS---------------------------------*/

.container {
	/* max-width: 640px; */
}

@media (min-width: 768px) {
	.page-content {
		/* padding: 0 30px 15px 30px; */
		/* margin-top: 30px; */
		margin-bottom: 15px;
		border: 1px solid #d3d3d3;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#continue-button {
		max-width: 180px;
	}
}

.row.custom {
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	color: #3545EE;
	text-align: center;
	/* font-size: large; */
	font-size: 2.3rem;
	margin: 15px 0px;
}

.note {
	font-size: 85%;
	color: #808080;
	text-align: justify;
	text-justify: inter-word;
}

.frp-info {
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (min-width: 768px) {
	.frp-info {
		padding-top: 15px;
	}
}

@media (max-width: 767px) {
	.frp-info .charity-name {
		font-size: 85%;
	}
}

@media (min-width: 768px) {
	.frp-name {
		line-height: 30px;
	}
	.frp-name strong {
		font-size: 1.8rem;
		font-weight: 600;
	}
	.frp-name div:nth-child(2) {
		font-size: 1.8rem;
		font-weight: 500;
	}
}

#progress-bar-lg {
	color: #333;
	margin-top: 25px;
	margin-bottom: 2rem;
}

#progress-bar-lg .step-label {
	margin-right: 10px;
	font-size: 1.5rem;
	font-weight: 500;
}
#progress-bar-lg .steps-current .step-label {
	position: relative;
	font-weight: bold;
}
#progress-bar-lg .steps-current .step-label:after {
	content: "";
	height: 2px;
	background-color: black;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}

#progress-bar-lg .separator {
	display: none;
	margin: 0 13px;
}

#progress-bar-lg .steps-past .step-label,
#progress-bar-lg .steps-past .separator {
	color: #ccc;
}

#progress-bar {
	background-color: #f8f8f8;
	color: #3545EE;
	margin-bottom: 2rem;
}

#progress-bar > .steps {
	padding: 10px 5px;
	text-align: center;
	background-color: #ebeded;
}

#progress-bar .badge {
	background-color: #ffffff;
	font-size: 1.5rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#progress-bar .steps-past {
	color: #808080;
}

#progress-bar .steps-past .badge {
	color: #808080;
}

#progress-bar .steps-future .badge {
	color: #3545EE;
}

#progress-bar .steps-current .badge {
	background-color: #3545EE;
}

body #progress-bar .steps-past,
body #progress-bar .steps-past .badge,
body #progress-bar .steps-future .badge {
	color: #cbd0d3;
	margin: 0 5px;
}
body #progress-bar .steps-current .badge {
	background-color: white;
	color: black;
}

.section-title {
	color: #3545EE;
	text-align: center;
}

.section-subtitle {
	text-align: center;
	font-size: 85%;
	color: #808080;
	margin-top: 5px;
}

.btn {
	background-color: #f8f8f8;
	border: 1px solid #808080;
	margin-top: 10px;
	border-radius: 2rem;
}
.form-control {
	border: none;
}
textarea {
	resize: none;
}

.form-group .btn.active,
.form-group .btn:active {
	color: #ffffff;
	font-weight: bold;
}

#continue-button {
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0.3rem 3rem;
	line-height: 40px;
	border: none;
	/* width: 70%; */
	min-width: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	border-radius: 2.4rem;
}

.main-button-container {
	/* text-align: center; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

.picture-container {
	overflow: hidden; /* This is required by the 'squared-image' Angular directive */
	border-radius: 6px; /* Emulate the img-rounded on resized pictures */
}

.note {
	font-size: 100%;
	color: #333;
}

.picture-container img {
/*	width: 100% !important; */
	min-height: 160px !important;
	max-height: 260px !important;
	object-fit: cover;
}

.picture-container img[squared-image] {
	position: relative; /* This is required by the 'squared-image' Angular directive */
	border-radius: 6px;
}

.alvarum-secure {
	background-color: #A6ADB4;
	color: white;
	padding: 1rem;
	/* border-top-left-radius: 10px;
	 border-top-right-radius: 10px; */
	border-radius: 5px;
	font-size: 1.2rem;
	margin-bottom: 2rem;
	margin-top: 1rem;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.alvarum-secure .lock {
	margin-bottom: 1rem;
}
.alvarum-secure .text {
	margin-bottom: 2rem;
}
@media (max-width: 767px) {
	.b-right,
	.b-left {
		border: none !important;
	}
}