﻿
/* 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;
}
.modal.left .modal-body, .modal.right .modal-body{
	padding:0;
}
.nav-item-has-attendee{
	display: none !important;
}
#signInNavbar.has-attendee .nav-item-has-attendee{
	display: flex !important;
}
#signInNavbar #signInLi{
	display: flex;
}
#signInNavbar.has-attendee #signInLi{
	display:none;
}
.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;

}
.attendeeModal #profileWrapper {
	margin-top: 0;
}
/*#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: .5rem ;
	border-radius: .25rem;
}
#exLoginContainer{
	display: none;
}

.attCatsBox label.form-check-label {
	margin-top: .2rem;
}

.attendeeModal .ex-login-btn-group .btn, #btnUpdateAttendee {
	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 .ex-login-btn-group .btn:hover, #btnUpdateAttendee: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;
}
#profileModal .attendeeTopHalf{
	height: 125px;
	opacity:0;
}
#attendeeSignUpModal .attendeeTopHalf{
	height: 225px;
}
#attendeeSignUpHeader{
	padding-top: 15px;;
}
.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;
	transition: 0.25s;
	margin-right: 10px;
}

.attendeeProfileBtn:hover {
	transform: scale(1.2);
	cursor: pointer;
}
.attendeeNavName {
	white-space: nowrap;
}

.attendeeNavIcon {
	border-radius: 50%;
	border: 1px solid transparent;
	height: 45px;
    width: 45px;
	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: #999999;
	border-color: #999999;
    text-transform: uppercase;
    color: white;
}

.attendeeNavIcon span {
	font-size: 20px;
}

.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.row {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-right: 0;
    margin-left: 0;
}

.attendeeModal .login-links {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
#exLoginContainer {
	width: 100%;
}
.attendeeModal .ex-login-row {
	padding: 8px 2px;
}
.attendeeModal .ex-login-form {
	padding: 4px 12px;
}

.attendeeModal .ex-login-btn-group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.attendeeModal .ex-login-form button.btn {
	width: 35px;
	height: 35px;
	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: 59px;
	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;
}
#attendeeFormsContainer #profilePicture{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #999999;
	border-color: #999999;
    text-transform: uppercase;
    color: white;
}
.signupSection{
	margin-top:15px;
	margin-bottom: 14px;
}
#attendeeFormsContainer #profilePicture span{
	padding-top: calc(50% - 65px);
    font-size: 90px;
	text-align: center;
}
#attendeeFormsContainer .cropper-crop-box, 
#attendeeFormsContainer .cropper-view-box {
    border-radius: 50%;
}
#attendeeFormsContainer .cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}
#attendeeFormsContainer .upload-photo {
    max-width: 550px;
    margin: 0 auto;
}
.attendeeModal .modal-content{
	overflow-y: scroll;
}
.attendeeModal .edit-mode .edit-profile-group{
	background-color: white;
}
:not(.edit-mode) .edit-profile-group:hover,:not(.edit-mode) label:hover{
	cursor: pointer;
}
.attendeeModal .edit-mode .edit-profile-group input{
	border-top: 1px solid gainsboro;
	border-width: 1px;
	background-color: white !important;
	border-color: gainsboro;

}

div.companyType {
	visibility: hidden;
	height: 0px;
}
.login-options{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top:16px;
}
.login-remember{
	align-items: center;
	color:rgba(0, 0, 0, 0.5);
}
/* //sign in button  */
#signInBtn, #forgotPwBtn, #btnUpdateAttendee {
    background: #63afe2 !important;
    text-transform: initial;
    opacity: 1;
    font-size: 18px !important;
    border-radius: 10px !important;
    padding: 0px !important;
    height: 54px;
    margin-bottom: 6px;
    position: relative;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: white;
    transition: all 0.3s;
	margin-top:24px;
}
#signInBtn:hover, #forgotPwBtn:hover, #btnUpdateAttendee:hover{
    background-color: #5590be !important;
}
#signInBtn:hover i {
    transform: translateX(12px);
}
#signInBtn:focus, #forgotPwBtn:focus, #btnUpdateAttendee:focus {
    outline: 4px solid #2384e5 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
#signInBtn i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 20px;
    transition: all 0.3s;
}
.edit-profile-value-group {
	position: relative;
}
.edit-profile-name{
	position: relative;
}
.nav-edit-profile .required-company-field-marker{
position: absolute;
    top: 0px;
    left: -18px;
}
.nav-edit-profile .required-company-field-marker{
	display: none;
}
.nav-edit-profile.edit-mode .required-company-field-marker{
	display:inline-block;
	
}
.edit-profile-name .required-company-field-marker{
	left:5px;
	z-index: 100;
}
.nav-edit-profile .edit-profile-name-wrapper{
	min-height: 53px;
}
#signInNavbar{
	display:none;
	opacity:0;
	transition: all 0.4s ease-in-out;
}
#signInNavbar.showSignin{
	opacity:1;
}
.nav-advanced-inputs{
	display: flex;
    height: calc(100vh - 440px);
    flex-direction: column;
    justify-content: space-between;
}
#profileDeleteAccount{
	color:#f54747 !important;
	border: 2px solid #fb7d7d;
}
#profileDeleteAccount:hover {
	text-decoration: none;
	color:white !important;
	background-color: #fb7d7d;
}
#messageExhibitorBtnParent{
	bottom:18px;
	right:20px;
	position: absolute;
}
#messageExhibitorBtn{
	height:40px;
	width:40px;
	border-radius: 100%;
	border: 2px solid #e8e8e8 ;
	position:relative;
	transition: all 0.3s;
	background-color: #e8e8e8 ;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(39, 50, 56, 0.6);
}
#messageExhibitorBtn i{
	font-size: 20px;
}
#messageExhibitorBtn:hover{
	border-color: #2facff;
	cursor: pointer;
}
#messageExhibitorBtn:active{
	background-color: white;
}
#messageExhibitorBtn .hoverToolTip{
	top:115%;
}
#signUpLink{
	margin-right: 2px;
	float:right;
}#forgotPwWrapperBody p{
	margin-left:30px !important;
	margin-right:30px !important;
	margin-top:20px !important;
	width:100%;
}
#signUpAttendeeTab{
	padding-bottom: 50px;
}
#signInInputControls input,
#attendSignUpForm input:not(.btn, [type="checkbox"], [type="radio"]),
#forgotPwWrapperBody input:not(.btn, [type="checkbox"], [type="radio"]){
	background: none !important;
    padding: 15px;
    display: block;
    width: 100%;
	border: 2px solid #f0f0f0;
    border-radius: 10px !important;
    height: 54px;
    background-color: whitesmoke !important;
    font-size: 16px;
    margin: 0px;
    letter-spacing: 0.4px;
}
#signInInputControls input:focus,
#attendSignUpForm input:not(.btn, [type="checkbox"], [type="radio"]):focus,
#forgotPwWrapperBody input:not(.btn, [type="checkbox"], [type="radio"]):focus{
	border-color: #59acff;
    outline: none !important;
}
#signInInputControls input:last-child{
	margin-top:15px;
}