﻿/* Customize the label (the container) */
.rb-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default radio button */
	.rb-container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom radio button */
.rb-indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rb-container:hover input ~ .rb-indicator {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rb-container input:checked ~ .rb-indicator {
	background-color: #ff8800;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rb-indicator:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.rb-container input:checked ~ .rb-indicator:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.rb-container .rb-indicator:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* Customize the label (the container) */
.cb-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.cb-container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.cb-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .cb-checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .cb-checkmark {
	background-color: #ff8800;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .cb-checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.cb-container .cb-checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.respond-box {
	border: solid 1px #eee;
	border-radius: 0.5rem;
	width: calc(100% - 1rem);
	padding: 0.5rem;
}

.form-element {
	margin-bottom: 0.25rem;

}

.little-image {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-size: cover;
	margin-right: 0.25rem;
	margin-top: -0.1rem;
}


.outerArrowContainer {
	position: relative;
	display: flex; 
	flex-wrap: wrap;
	justify-content: center;
	background-color: #eee;
	border-radius: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;

}

.arrowContainer {
	padding: 1rem;
	border-radius: 0.5rem;
	margin: 0;
	cursor: pointer;
	transition: all ease-in-out 0.1s;
	position: relative;
	z-index: 2;
}


	.arrowContainer:hover {
		transform: scale(1.05);

	}




.arrowContainerCurrent {
	color: #fff;
	background-color: #de771c;
	font-weight: bold;

}
.arrowContainerPast {
/*	color: #eee;
	background-color: #3d3d3d;
	font-weight: normal;*/
}

.arrow-indicator {
	border: solid black;
	border-width: 0 3px 3px 0;
	width: 1rem;
	height: 1rem;
	margin: auto 0;
	margin-left: -0.25rem;
	transform: rotate(-45deg) skew(-30deg, -30deg);
	position: relative;
	z-index: 1;
	opacity: 0.08;
}



.arrowContainerText {
	font-weight: bold;
	font-size: 1.2rem;
}

@media only screen and (max-width: 1000px) {
	.arrowContainerText{
		font-size: 0.6rem;
	}



	.arrowContainer {
		padding: 0.75rem 0.5rem;
		margin: 0 0.25rem;
	}

	.arrow-indicator {

		width: 0.5rem;
		height: 0.5rem;
		transform: rotate(-45deg) skew(-30deg, -30deg);

		
	}
}

.ufFormStart {
	scroll-margin-top: 10rem;
}





.respond-for-bar {
	display: flex;
	position: sticky;
	top: 4rem;
	background-color: #fff;
	padding-bottom: 0.5rem;
	padding-top: 0.7rem;
	opacity: 0.9;
	box-shadow: 0px 0px 5px #fff;
}





.esign-widget {
	width: 100%;
	height: 50vh;
	border: solid 1px #000;
	border-radius: 0.8rem;
}

.ql-toolbar {
	border-radius: 0.3rem 0.3rem 0 0;
	border-top-color: #3d3d3d !important;
	border-left-color: #3d3d3d !important;
	border-right-color: #3d3d3d !important;
}

.component-container {
	width: 100%;

	margin-bottom: 1rem;
}

.select{
	width: min(30%, 15rem);

}

.image-banner {
	width: 100%; 
	height: 50%;
	background-position: center;
	background-size: cover;
}

.image-banner-mobile{
	display: none;
}

.form-title{
	margin-bottom: 1rem;
}

.uf-description{
	margin-top: 1rem;
	
}

@media only screen and (max-width: 1000px) {
	.select {
		width: 100%;
	}

	.image-banner{
		display: none;
	}

	.image-banner-mobile {
		display: flex;
		flex: 1;
		width: 0;
		border-radius: 0.5rem;
		
	}

	.form-title{
		font-size: 1.3rem;
		line-height: 1.4rem;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		border-left: solid 2px #eee;
		padding-left: 0.5rem;
		margin-right: 1rem;
	}
	.uf-description{
		margin-top: 1rem;
		font-size: 0.8rem;
		margin-left: 0.5rem;
	}
}

.validation-error-existing-border{
	background-color: #f2dede!important;
	border-color: #f88!important;
}

.similar-signup-dialog{
	width: 100%;
	min-width: 70vw;
	display: flex;
	flex-direction: column;
}

.identify-directions {
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 1000px) {
	.similar-signup-dialog {
		/*width: 100%;*/
		/*height: 90vh;*/
	}
}

	.similar-card-layout {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		overflow: auto;
		height: 0;
		max-height: calc(70vh - 10rem);
		flex: 1;
	}


	.similar-card {
		display: flex;
		flex-direction: column;
		cursor: pointer;
		border: solid 1px #3d3d3d;
		border-radius: 0.8rem;
		width: min(15rem, 95vw);
		margin: 0.5rem;
	}


	.similar-card-top {
		height: 8rem;
		background-position: center;
		background-size: cover;
		border-top-left-radius: 0.7rem;
		border-top-right-radius: 0.7rem;
		user-select: none;
	}

	.similar-card-title {
		font-weight: bold;
		font-size: 1.3rem;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		margin-left: 1rem;
		margin-right: 1rem;
		user-select: none;
	}

	.similar-card-description {
		margin: 1rem;
		user-select: none;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}


.image-bubble {
	width: 5rem;
	height: 5rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EEE;
	transition: color 0.25s;
	position: relative;
	vertical-align: middle;
	border-radius: 100%;
	box-shadow: none;
	margin: 0.5rem auto;
}

.form-label-element{
	font-weight: bold;
}

.ql-editor p{
	color: black !important;
	text-align: left !important;
	font-family: sans-serif !important;
}

.ql-editor strong {
	font-weight: 700 !important;
}

.ql-editor em {
	font-style: italic !important;
}