/* enable smooth scrolling (for the register form) except if the user doesn't want it */
html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

#members-menu-tab {
	border-right: white solid 1px;
	border-left: white solid 1px;
}

#members-menu-tab-selected {
	background-color: #000;
	border-right: white solid 1px;
	border-left: white solid 1px;
}

.wac-members-nav {
	height: 75px;
	background-color: #222222;
	color: #fff;
}

#responsive-members-submenu {

	display: none;
}

#responsive-members-submenu ul {

	display: none;
}

.members-transition-menu {

	transition-property: all;
	transition-duration: .25s;
}

.member-burger-items {

	padding: 5px;
	border-bottom: 1px solid #151515;
}

#sub_nav_account {
	background-color:  #1779ba;
	height: 40px;
	margin-bottom: 30px;
}

.members-nested-menu {

	margin: 0!important;
}

.members-responsive-list-items {

	background-color: #2C3E50;
	font-size: 12px;
	border: black solid 0.1px;
}

.wac-members-nav a {
    line-height: 75px;
    background-color: #222;
    color: #fff;
	font-size: 18px;
}


.wac-members-nav div:hover {
    background-color: #000;
}

.content-wrap {
	background-color: #fff;
	box-shadow: 2px 2px 5px RGBA(0,0,0,0.25);
	min-height: 680px;
}

.members-submenu-item {
	text-align: center;
	height: 100%;
	border-left: white solid 0.2px;
	border-right: white solid 0.2px;
}

.members-submenu-item:hover {
	background-color: #0967BA;
}

#members-submenu-item-selected {
	background-color: #0967BA;
}

#members-alert {
	background-color: #cc4b37;
}

#members-alert-selected {
	background-color: #CC3538;
}

#members-alert:hover {
	background-color: #CC3538;
}

#sub_nav_account a {
	color: #fff;
	vertical-align: bottom;
	text-align: center;
	line-height: 2.2;
}

/*
Members Dashboard
 */

.remove-airport {
	margin: 0;
	text-align: center;
	padding: 0.5rem;
}

/**
Member details page
 */

.members-data-row {
	margin: 10px auto;
}

.members-form-input {
	width: 75%;
}

#change-password-input {
	width: 75%;
}

#members-area-submit {
	vertical-align: bottom;
	padding-left: 25px;
}

#toggle-vis-members-area {
	vertical-align: bottom;
}

#toggle-vis-members-area-span {
	height: 2.4rem;
}

/*
Subscriptions
 */

#payment-form .button {
	margin: 50px 0;
}

.StripeElement {
	padding: 0.5em;

	/* make it look like a regular input type=text */
	border: 1px solid #cacaca;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
}

.StripeElement--focus {
	border: 1px solid #929292;
	box-shadow: 0 0 5px #cacaca;
	transition-delay: 0s, 0s;
	transition-duration: 0.5s, 0.25s;
	transition-property: box-shadow, border-color;
	transition-timing-function: ease, ease-in-out;
}


#free-package-container {
	background-color: #00a000;
}

#aviation-dude-package-container {
	background-color: #0c3d5d;
}

/**
User Preferences Form
 */

.user-preferences-label {
	display: inline;
}

/**
Feedback Page Form
 */

#feedback-form {
	height: 80px;
}

#submit-feedback-success {
	text-align: center;
}

/*
Package Selection
 */

#package-selection-row {
	margin: 1em 1em 2em;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#package-selection-row > div {
	/* height: 550px; */
}

#package-selection-row > div > ul {
	list-style-type: none;
	margin: 0;
}

#package-selection-row > div > ul > li {
	margin: 0.5em 0;
}

#flightdesk-package {
	box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 10px;
	border: solid black 1px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 1em 0;
	cursor: pointer;
}

#flightdesk-package-sub-page {
	box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 5px;
	border: solid black 1px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 1em 0;
}

#flightdesk-package-sub-page > div > p {
	text-align: center;
}

#flightdesk-package-button {
	font-size: 1.1em;
}

#free-package-button {
	font-size: 1.1em;
}

#choose-package-message > div {
	display: inline-block;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 10px;
}

#adduser {
	display: none; /* hidden until the user selects a package */
}

#addusersub {
	font-size: 1.1em;
}

/*
Members upgrade page
 */

#product-description > div {
	margin-left: 0;
}

#product-description > div > div > ul {
	margin-left: 0;
}

#product-description > div > div > ul > li {
	list-style-type: none;
}

#order-summary {
	border: solid grey 1px;
	display: flex;
	flex-direction: column;
}

#order-summary > div {
	margin: 0.5em 0;
	padding: 0 1em;
}

#order-description {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

#order-payment {
	padding: 1em 5em;
}

.upgrade-hr {
	margin: 0 0 1em 0;
}

.form-row {
	text-align: center;
}

#order-coupon {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

#coupon {
	margin-right: 1em;
}

#coupon-total {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

#validate-discount {
	display: flex;
}

#order-total {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

#order-total > h3 {
	padding: 0 0.5em 0 0;
}

#spinner {
	display: none;
	border: 8px solid #f3f3f3; /* Light grey */
	border-top: 8px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/*
members packages page
 */
#flightdesk-package > ul {
	list-style-type: none;
	text-align: center;
}

#flightdesk-package, #free-package > ul > li {
	font-size: 20px;
}

#free-package {
	box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 10px;
	border: solid black 1px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 1em 0;
	cursor: pointer;

	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*
	Login/Register form
*/
.wac-signin-nav {
	display: block;
	background-color: #000;
}

.wac-signin-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.wac-signin-nav ul li {
	position: relative;
    display: inline-block;
    width: 100%;
}

.wac-signin-nav ul li a {

    display: block;
    line-height: 40px;
    border-right: #000 solid 1px;
    border-left: #444 solid 1px;
    background-color: #000;
    color: #ccc;
    text-align: center;
}

.wac-signin-nav ul li a:hover {

    background-color: #000;
    color: #fff;
}

.wac-carat-div {
	display: none;
	position:absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 7px solid #fff;
}

.wac-signin-nav ul .active-tab {

    background-color: #000;
    color: #fff;
}

.wac-show-carat {
	display: block;
}


.wac-signin-form-div, .wac-signin-form-div-forgot-pword {
	display: none;
	padding: 5px;
}


.wac-show-form-div {
	display: block;
}

#email {
	width: 100%;
	display: inline-block;
}

#password {
	margin: 0;
	width: calc(100% - 44px); /* leave room for the eye icon */
	display: inline-block;
}

.form-password {
	margin: 0;
}

#wp-submit {
	text-align: center;
	width: 100%;
}

#addusersub {
	width: 35%;
	display: inline-block;
}

p.form-submit {
	text-align: center;
	margin: 20px 0 0;
}

p.login-submit {
	text-align: center;
	margin: 0;
}

#forgot-pword-submit {
	width: 100%;
}

#reset-pword-submit {
	width: 100%;
}

.register-toggle {
	padding: 6px 16px 9px 16px;
	margin: -10px;
}

.toggle-vis {
	cursor: pointer;
	background-color: #cacaca;
}

/*
Change Password
 */

#new_password {
	margin-bottom: 0;
}

/*
 User Preferences & Account Details
 */

#global-units-form {
	margin-bottom: 0;
	background-image: none;
}

.account-page,.privacy-page {
	background: #fff;
}

#user-details-table tr {
	background-color: #fff;
}

/*
 Member Privacy Options
 */

.email-preferences {
	margin-bottom: 0.5rem;
}


/*
Error Messages
 */
.members-error {
	margin-bottom: 0;
}


/*<div style="background-color: #000; color: #fff; padding:10px;">*/

ul.the_champ_login_ul li {
width: 100% !important;
margin-right: 0.5% !important;
}

.theChampLogin {
	width: 100%;
}

ul.the_champ_login_ul li ss{
	background-position: center !important;
}

.primary-sidebar > div {
	text-align: center;
}

/* Load the media queries last so that the original css can be overwritten without the use of a messy !important. */
@media screen and (max-width: 639px) {

	#wac-members-nav {

		display: none;
	}

	#responsive-members-submenu ul {

		display: inline-block;
		width: 100%;
		background-color: #222222;
		color: #fff;
	}

	#responsive-members-submenu ul li {

		display: block;
	}

	#responsive-members-submenu ul li a {

		color: #fff;
	}

	#sub_nav_account {

		display: none;
	}

	#change-password-input {
		width: 100%;
		display: inline-block;
	}

	.members-form-input {
		width: 100%;
		display: inline-block;
	}

	#members-area-submit {
		vertical-align: bottom;
		padding-top: 15px;
		padding-left: 0;
		text-align: -webkit-center;
	}
}
