@CHARSET "ISO-8859-1";
.df-form-body {
	margin-bottom: 10px;
}
@media (min-width:700px) {
	.gevme-login-box .control-group {
		display: block !important;
	}
}
@media (min-width: 700px) {
	.control-group {
		display: flex;
		margin: 10px;
		clear: both;
		padding: 10px 0;
		flex-wrap: wrap;
		width: 100%;
	}
}
@media (min-width: 700px) {
	.df-form-body .control-label {
			cursor: text !important;
			display: block !important;
			padding-right: 5px;
	}
}
.df-form-body .control-label {
	cursor: text;
	display: inline-block;
}
.df-form-body .control-group.error {
	background-color: #FFF0F3;
	color: #ECA5A3;
}
.help-block.help-text-error {
	color: #d9534f;
}
.df-form-body .control-group.error input[type=text], .df-form-body .control-group.error input[type=email], .df-form-body .control-group.error input[type=number], .df-form-body .control-group.error input[type=tel], 
		.df-form-body .control-group.error input[type=date], .df-form-body .control-group.error input[type=time], .df-form-body .control-group.error select, .df-form-body .control-group.error textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ECA5A3;
    box-shadow: none !important;
}
.df-form-body .control-group.error .help-block {
	margin-left: 25%;
}
.df-form-body .tab-content {
	overflow: visible;
}
.df-form-body input[type=text], .df-form-body input[type=search], .df-form-body select, .df-form-body input[type=password], .df-form-body input[type=email], .df-form-body input[type=number], .df-form-body input[type=tel], .df-form-body input[type=date], .df-form-body input[type=time], .df-form-body textarea {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #EBEBEB;
    box-shadow: none !important;
    margin-bottom: 0;
	padding: 4px 6px;
}
.attendees-view-container .df-form-body select,
.invitees-view-container .df-form-body select,
.order-buyer-form select
{
	background: none repeat scroll 0 0 #EBEBEB;
	border: 1px solid #EBEBEB;
	box-shadow: none !important;
	box-sizing: unset;
	padding: 0px 6px;
}
.attendees-view .select2-container-multi
{
	border: 1px solid #EBEBEB;
	box-shadow: none !important;
	box-sizing: unset;
	padding: 0;
	width: calc(100% + 13px) !important;
}
.invitees-view .select2-container,
.order-buyer-form .select2-container{
	width: calc(100% + 13px) !important;
}
#rsvp-form-app select {
	box-sizing: unset;
	padding: 0px 6px;
}
#rsvp-form-app .select2-container,
.invitees-view{
	width: calc(100% + 14px) !important;
}
.df-form-body .control-label {
	width: 25%;
	vertical-align: top;
}
.df-form-body .df-two-cols-layout .control-label, .df-form-body .df-two-cols-layout .controls
, .df-form-body .df-three-cols-layout .control-label, .df-form-body .df-three-cols-layout .controls
, .df-form-body .df-side-by-side-layout .control-label, .df-form-body .df-side-by-side-layout .controls {
	width: 100%;
}
.df-form-body .control-label.empty {
	width: 25%;
}
.df-form-body .control-label.compulsory:after {
	content: "*";
	margin-left: 4px;
	color: #DF0009;
	display: inline-block;
}
.df-form-body .controls {
	display: inline-block;
	width: 70%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */		
}
.df-form-body .empty .controls {
	width: 90%;
}
.df-form-body.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select2-search--dropdown .select2-search__field {
	height: 100%;
}
.select2-container--default.select2-container .select2-selection--multiple, .select2-container--default.select2-container .select2-selection--single, .select2-container--default.select2-container .select2-dropdown {
    border-color: #d1d1d1;
}
.select2-container .select2-selection--multiple {
	min-height: auto;
}
.df-form-body .df-single-control input[type=text], .df-form-body .df-single-control input[type=email], .df-form-body .df-single-control textarea {
	width: 100%;
}
.df-form-body .df-single-control input[type=number] {
    width: 25%;
}
.df-form-body .controls-item-label {
	margin-top: 5px;
	clear: left;
	font-weight: 600;
	width: 100%;
}
.df-form-body .controls-item {
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	padding-top: 2px;
	vertical-align: top;
}
.df-form-body .df-two-cols-layout .controls-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 49.9%;
}
.df-form-body .df-three-cols-layout .controls-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 33.33%;
}
.df-form-body .df-side-by-side-layout .controls-item {
	float: left;
	margin-right: 8px;
}
.df-form-body .controls-item .help-inline, .df-form-body .controls-item .help-block {
	vertical-align: top;
}

.df-form-body .phonenumber-country {
	margin-right: 40px;
}

.registration-home .gf-form .add-on {
	padding-top: 10px;
	height: 35px !important
}
.registration-home .phone-field {
	overflow: auto;
}
.registration-home .phonenumber-country .select2-selection--single {
	height: 35px;
}
.registration-home .phonenumber-country .select2-selection__rendered {
	padding-top: 3px;
}
.registration-home .phonenumber-country .select2-selection__arrow {
	height: 32px;
}

.df-form-body .phonenumber-country .select2-container {
	max-width: 200px;
	margin-right: 5px;
	min-width: 100px;
	width: auto !important;
}
.df-form-body .phonenumber-country .select2-selection--single {
	background: none repeat scroll 0 0 #EBEBEB;
	border-radius: 0 4px 4px 0;
	border: 1px solid #EBEBEB;
	height: 35px;
}

@media(max-width:750px) {
	.df-form-body .phonenumber-country .select2-container {
		max-width: 150px;
	}
}

.gf-form .add-on {
	background-color: #FFFFFF;
	border-color: #EBEBEB;
}
.gf-form .add-on [class^="icon-"], .gf-form .add-on [class*="icon-"] {
	line-height: 20px;
}
.gf-phone-label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 2px;
}
.gf-phone-label input {
	margin-left: 2px;
	vertical-align: middle;
}
.gf-readonly-field {
	float: left;
	width: 46%;
	margin: 0.2% 0.2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	
	overflow: hidden;
}
.gf-readonly-field .content, .gf-readonly-field .content-label {
	float: left;
	margin: 0;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	
	padding: 10px;
	height: 100%;
	text-align: left;
	padding-left: 10px;
}
.gf-readonly-field .content-label {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-size: 10pt;
	width: 42%;
}
.gf-readonly-field .content {
	background-color: #E6E6E6;	
	width: 58%;
}
.gf-readonly-field span, .gf-readonly-field ul {
	width: 58%;
}
.gf-form-title {
	position: relative;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 5px;
}
.gf-title-edit-button {
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	font-size: 10pt;
	text-decoration: none;
}
.gf-title-edit-button:hover {
	text-decoration: none;
	color: #000;
}
.gf-title-edit-button i {
	margin-right: 3px;
}
.gf-pages-content {
	overflow: auto;
}
.gf-form {
	overflow: visible;
}
.gf-readonly-field {
	border: 1px solid #E6E6E6;
}
.gf-form .controls input[type=text], .gf-form .controls input[type=password] {
	margin-bottom: 0;
}
.alert {
	margin-bottom: 0;
}
.alert-heading {
	font-weight: normal;
	margin-bottom: 0;
}
.df-single-control .gf-input-others {
	margin-top: 5px;
}
@media(min-width: 450px) {
	.gf-section-break {
		margin-left: 0%;
	}
}
.gf-section-break {
	clear: both;	
	padding: 10px 0;
}
.gf-section-title {
	font-size: 11.5pt;
}
.gf-instruction {
	margin-top: 2px;
	font-size: 9pt;
	font-style: italic;
}
.df-form-loading {
	background-color: #ddd;
	width: 100%;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	
}
.btn-pick, .file-list-container {
	display: inline-block;
	margin: 0;
}
.file-list-container a {
	color: #000;
}
.btn-pick {
	margin-right: 10px;
	font-size: 9pt !important;
}
.file-list-container {
	list-style: none;
	vertical-align: middle;
}
.file-list-container .file-list-row {
	margin-top: 10px;
	position: relative;
	/*border: 1px solid #000;*/
	border-radius: 2px;
	/*background-color: #D1D1D1;*/
	padding: 3px 5px;
	font-size: 9pt;
	max-width: 200px;
	font-weight: 600;
	padding-right: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.file-list-container .file-list-row:first-child {
	margin-top: 0;
}
.file-list-row .preview-image {
	max-width: 75px;
	max-height: 75px;	
}
.file-list-row .file-list-row-actions {
	box-sizing: border-box;
	display: block;
	padding: 2px 3px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	margin: 0;
	list-style: none;
}
.file-list-row-actions .file-list-action-btn {
	cursor: pointer;
}
.file-list-row-actions .file-list-action-btn:hover {
	text-decoration: underline;
}
.dz-file-preview {
	margin-top: 5px;
}
.dz-file-preview.dz-complete .dz-progress {
	display: none;
}
.dz-file-preview.dz-processing .dz-progress .dz-upload {
	background-color: #0a6c99;
	height: 8px;
	display: block;
	border-radius: 5px;
}
.dz-file-preview .dz-error-message {
	color: #B94A48;
	font-weight: 600;
}
.jrac_viewport {
	border: none;
}
.jrac_viewport, .jrac_zoom_slider {
	margin: 0 auto;
}
.jrac_crop {
	border: 2px dashed;
}
.jrac_zoom_slider {
	margin-top: 10px;
	width: 150px;
}
.gf-image-editor .resize-helper {
	text-align: center;
}
.gf-image-editor .modal-body {
	max-height: 410px;
}
.gf-image-container {
	display: inline-block;
	position: relative;
	border: 1px solid #000;
	overflow: hidden;
}
.dz-error-message {
	color: #B94A48;
	font-size: 9pt;
	font-weight: 600;
}
@media (max-width: 720px) {
	.df-form-body .df-two-cols-layout .controls-item, .df-form-body .df-three-cols-layout .controls-item, .df-form-body .df-side-by-side-layout .controls-item {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 49.9%;
	}
}
@media (max-width: 500px) {
	.df-form-body .df-two-cols-layout .controls-item, .df-form-body .df-three-cols-layout .controls-item, .df-form-body .df-side-by-side-layout .controls-item {
		display: block;
		width: 100%;
	}
}

/* Merchandise UI*/
.has_merchandise {
	display: inline-block;
}

.has_merchandise > div{
	width: 100% !important;
}

.has_merchandise > label {
	font-size: 15px;
	font-weight: 600;
}
.has_merchandise .controls-item {
    border: solid 1px #E3E3E3;
	border-radius: 8px;
    padding: 20px 20px 20px 10px;
}

.has_merchandise .controls-item {
	margin-bottom: 10px;
}

.has_merchandise .checkbox, .has_merchandise .radio, .has_merchandise .number {
    display: flex;
    flex-direction: row-reverse;
	align-items: center;
	column-gap: 20px;
	height: 100%;
}

.has_merchandise .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	height: 35px;
	min-width: 100px !important;
	width: 100px !important;
	border: 1px solid;
	border-radius: 4px;
}

.has_merchandise input[type="checkbox"], .has_merchandise input[type="radio"] {
	display: none;
}

.has_merchandise img {
	border: solid 1px #D0D5DD;
	border-radius: 4px;
}

.has_merchandise .merchandise-title {
	font-size: 16px;
	font-weight: 600;
}

.has_merchandise .merchandise-description {
	font-size: 13px;
}

.has_merchandise .merchandise-action-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
	margin-left: auto;
}

.has_merchandise .merchandise-price {
	font-size: 16px;
}

.has_merchandise .preview-image {
	height: 88px;
	width: 160px;
	min-width: 160px;
	object-fit: cover;
}

.has_merchandise .product input[type=number] {
    width: 40px !important;
	text-align: center;
	background-color: white;
	border: none;
	font-size: 18px;
	-moz-appearance: textfield;
}

.has_merchandise .donation input[type=number] {
    width: 75px !important;
	text-align: right;
	background-color: white;
	font-size: 14px;
	border: 1px solid #E3E3E3;
	border-radius: 0 4px 4px 0;
	height: 36px !important;
}

.has_merchandise .donation-currency {
    width: 25px !important;
	text-align: center;
	background-color: white;
	font-size: 14px;
	height: 36px !important;
	border: 1px solid #E3E3E3;
	border-right: none;
	color: #667085;
	padding-top: 10px;
}

.has_merchandise input::-webkit-outer-spin-button,
.has_merchandise input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.has_merchandise .merchandise-product-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
}

.has_merchandise .btn-increment, .has_merchandise .btn-decrement {
	min-width: 30px !important;
	width: 30px !important;
	font-size: 14px;
	border-radius: 4px;
	background-color: white;
	min-height: 30px !important;
	height: 30px !important;
}

.has_merchandise .merchandise-choice-container {
	width: 100%;
}

.has_merchandise .unavailable {
	white-space: balance;
}

/* Form layouts for merch UI*/
.has_merchandise.df-two-cols-layout .controls,
.has_merchandise.df-three-cols-layout .controls {
	display: flex;
	flex-wrap: wrap;
}

.has_merchandise.df-three-cols-layout .controls-item {
	flex: 0 0 33.333333%;
}

.has_merchandise.df-three-cols-layout .checkbox,
.has_merchandise.df-three-cols-layout .radio {
	justify-content: center;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	text-align: center;
	row-gap: 20px;
}

.has_merchandise.df-three-cols-layout .merchandise-action-container {
	margin-right: auto;
	margin-top: auto;
}

.has_merchandise.df-side-by-side-layout .controls-item {
	float: unset;
}

/* Two columned choice layout to make it mobile view for merch UI */
@media (max-width: 1700px) {
	.has_merchandise.df-two-cols-layout .checkbox, 
	.has_merchandise.df-two-cols-layout .radio, 
	.has_merchandise.df-two-cols-layout .number {
		flex-direction: column-reverse;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.has_merchandise.df-two-cols-layout .merchandise-action-container {
		margin-right: auto;
		margin-top: auto;
	}
	.has_merchandise.df-two-cols-layout .merchandise-choice-container {
		text-align: center;
	}
}

/* General mobile view for merch UI */
@media (max-width: 1100px) {
	.has_merchandise .checkbox, .has_merchandise .radio, .has_merchandise .number {
		flex-direction: column-reverse;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.has_merchandise .merchandise-choice-container {
		text-align: center;
	}

	.has_merchandise .merchandise-title {
		margin-bottom: 20px;
	}

	.has_merchandise .merchandise-action-container {
		margin-right: auto;
		margin-top: auto;
	}

	@media (max-width: 700px) {
		.has_merchandise {
			display: block !important;
		}
		.has_merchandise .controls-item.number {
			display: inline-flex !important;
		}
	}

	@media (max-width: 500px) {
		.has_merchandise.df-three-cols-layout .controls-item {
			flex: unset;
		}
	}
}