﻿
/* attendee profile form styles shared between 3e Directory and FX */

#attendeeFormsContainer input[type=checkbox] {
	display:block; /* fx hides checkboxes */
}
#attendeeFormsContainer input[type=checkbox] + label {
	width: initial; /* fx makes labels 100% wide */
}
#attendeeFormsContainer .modal p{
	font-size:14px;
}
/*::-webkit-scrollbar {
	width: 15px;
}
::-webkit-scrollbar-track {
	background: red;*/ /*#e4eaec;*/
/*}
::-webkit-scrollbar-thumb {
	background: #888;
}
::-webkit-scrollbar-thumb:hover {
	background:#555;
}*/
.attSpinnerContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	top: 25%;
	left: 0;
	z-index: 1000;
}
.attendeeFormBody {
	background: white;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 15px;
	color: grey;
	text-align: center;
	/*font-weight: 300;*/
}
.attendeeModal .modal-body[id$=WrapperBody] {
	padding: 0;
	position: relative;

}
#profileWrapper {
	margin-top: 0px;
}
/*#profileHeader h2:nth-of-type(2) {
	margin-top: -10px;
}*/
/*#profileMyTitle {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1px;
	margin-bottom: 8px;
}*/

/*#profileRoles {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.4px;
}*/

/*#profileHeader h2 {
	font-weight: 400;
	font-size: 40px;
	color: grey;
}*/
.attendeeModal button.close {
	top: 0;
	position: absolute;
	z-index: 9;
	color: white;
	opacity: 1;
	padding: 10px;
	right: 0;
}
.attCatsBox {
	min-height: 3rem;
	max-height: 15rem;
	overflow-y: scroll;
	border: 1px solid silver;
	padding: .25em;
}

.attCatsBox label.form-check-label {
	margin-top: .2rem;
}

.attendeeModal .btn {
	margin: 0 auto 10px auto;
	border-radius: 10px;
	padding: 5px 35px;
	color: white;
	font-size: 16px;
	border: none;
	font-weight: bold;
	transition: all 0.3s;
	background-color:#4cadff;
}
.attendeeModal .btn:hover {
	background-color: #3a8bcf;
}

.profileSettings {
	margin: 0px 5px 20px;
	padding: 10px 10px 0;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	width: 270px;
	cursor: pointer;
	background-color: white;
	box-shadow: 0px 0px 25px 1px rgba(50, 50, 50, 0.1);
}

.profileSettings a {
	display: block;
	font-weight: 500;
	color: grey;
	opacity: 0.7;
	padding: 5px 0;
}

.profileSettings a:hover {
	opacity: 1;
}

.profileSettings i {
	font-size: 17.5px;
	padding: 0 10px;
}

.attendeeTopHalf {
	background: linear-gradient(to bottom, rgba(247, 62, 62, 0.4), rgba(227, 11, 11, 0.4)), url(/images/loginBG2.png);
	background-size: cover;
	background-position: center;
	height: 225px;
	border-bottom: 2px solid #263238;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: end;
	padding-top: 2.5em;
}

.attendeeTopHalf .attendeeHeaderLabel {
	color: white;
	display: block;
	margin-bottom: 0;
}

.attendeeTopHalf .attendeeHeaderLabel:nth-child(1) {
	font-size: 2em !important;
	font-weight: 500;
}

.profileIcon {
	padding: 10px;
	font-size: 25px;
}

#attendeeSignInTrigger.invertBtn {
	border: none !important;
	border-bottom-left-radius: 25px !important;
	border-top-left-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	border-top-right-radius: 25px !important;
	margin: 0;
	box-shadow: none !important;
	font-size: 14px !important;
	background-color: #dedede !important;
}

.attendeeProfileLi {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.attendeeProfileBtn {
	color: #999999;
	margin-left: .25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.attendeeProfileBtn:hover {
	/*transform: scale(1.2);*/
	color: #000;
	font-weight:600;
}
.attendeeNavName {
	white-space: nowrap;
}

.attendeeNavIcon {
	border-radius: 50%;
	border: 1px solid transparent;
	height: 35px;
	width: 35px;
	cursor: pointer;
	transition: all 0.3s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: .5rem;
	margin-right: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* for the span */
	background-color: #e8e8e8;
	
	text-transform: uppercase;
}
.attendeeNavIcon:hover {
	border: 1px solid black;
}

.attendeeNavIcon span {
	font-size: 14px;
}

.attSpinnerContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	top: 25%;
	left: 0;
	z-index: 1000;
}
/*.attendeeModal .container {
	font-weight: 400;
}*/

.attendeeModal form {
	display: flex;
	justify-content: center;
	width: 100%;
}

.attendeeModal .login-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#exLoginContainer {
	width: 100%;
}
.attendeeModal .ex-login-row {
	padding: 8px 2px;
}
.attendeeModal .ex-login-form {
	padding: 4px;
}

.attendeeModal .ex-login-btn-group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.attendeeModal .ex-login-form button.btn {
	width: 35px;
	height: 35px;
	margin: 0 12px 0 0;
	border-radius: 50%;
	padding: 8px;
	font-size: 12px;
}
/* override fx modal settings for attendee identity forms */
/* the following rules duplicate rules in site.css to avoid adding all of site.css to FX */
#attendeeFormsContainer {
	font-size:12px;
}
#attendeeFormsContainer .attendeeModal {
	padding-top: 0;
	margin: auto;
	z-index: 1050;
}
#attendeeFormsContainer .attendeeModal .modal-dialog {
	z-index: 1050;
	position:fixed;
	right:0;
	width: 320px;
}
#attendeeFormsContainer .attendeeModal .modal-content {
	height:100vh;
	width:100%;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
	border-radius:0;
	text-align:center;
}
#attendeeFormsContainer .btnProfileUpload,
#attendeeFormsContainer #profileAvatar {
	background: #273238;
	color: white !important;
	border: none;
	width: 201px;
	margin-top: -75px;
	border-radius: 100%;
	height: 201px;
	transition: 0.5s;
	text-align: center;
	padding: 0.84rem 0.84rem 0.84rem !important;
	font-size: 0.61rem !important;
	opacity: 0.8;
	text-transform: uppercase;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

#attendeeFormsContainer .invalidMsg {
	display: none;
	color: #ff4336;
}

#attLoginButtonContainer .dropdown-menu .dropdown-item {
	text-transform: initial;
	padding: 0px 0px 0px 16px !important;
	height: 54px;
	display: flex;
	align-items: center;
	font-size: 16px;
	letter-spacing: 1px;
	word-spacing: 1px;
	transition: all 0.3s;
	margin: 0px 4px;
	width: initial;
	border-radius: 10px;
	border: 1px solid transparent;
	user-select: none;
	color: #737373;
	column-gap: 12px;
}

#attLoginButtonContainer .dropdown-menu .dropdown-item:hover {
	border-color: #2facff !important;
	padding-left: 22px !important;
}

#attLoginButtonContainer .dropdown-menu .dropdown-item i {
	padding: 0px;
	font-size: 16px;
	min-width: 20px;
	color: #919191 !important;
	margin-top: -2px;
}

#attLoginButtonContainer .dropdown-menu .dropdown-item i:hover {
	transform: initial;
}

#attendeeFormsContainer #profilePicture {
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid #263238;
	margin: -125px auto 0;
	height: 200px;
	width: 200px;
	background: white;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
}

#attendeeFormsContainer #profileImageUpload {
	border-radius: 100%;
	margin-top: -125px;
	left: 62px;
	height: 201px;
	width: 201px;
	position: absolute;
	opacity: 0;
	transition: 0.3s;
	cursor: pointer;
	z-index: 10;
}
#attendeeFormsContainer .upload-btn-wrapper input[type=file] {
	/*font-size: 100px;*/
	position: absolute;
	left: 0;
	/*cursor: pointer;*/
	/*top: 0;*/
	opacity: 0;
}

#attendeeFormsContainer #profileEditForm {
	width: 100%;
}

#attendeeFormsContainer #profileImageUpload:hover {
	transition: 0.3s;
	opacity: 1;
}

#attendeeFormsContainer #profileImageUpload .upload-btn-wrapper {
	margin-top: 75px;
	border-radius: 100%;
}

#attendeeFormsContainer #profileImageUpload:hover + .btn-expoSecAlt {
	opacity: 1;
}

#attendeeFormsContainer #profileAvatar {
	border-radius: 100% !important;
	opacity: 0 !important;
}
