html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	background-color: #87CEEB;
	font-family: 'Open Sans', sans-serif;
}

input[type="text"],
input[type="number"],
input[type="date"],
textarea,
select,
.form-control {
	font-size: 16px;
}

.container-fluid {
	margin-bottom: 80px !important;
}

.hidden { display: none; }

.intro {
	margin-top: 100px;
}

.navbar {
	background-color: #87CEEB;
}

.navbar-toggler {
	border-color: transparent !important;
	font-size: 1rem;
	padding: 4px 0;
}

#plane {
	position: fixed;
	top: 80px;
	left: 50px;
	transition: 2s;
	transition-timing-function: ease;
}

.list-group {
	height: 300px;
	overflow-y: auto;
}

#plane img {
	width: 300px;
	height: auto;
}

.infoBox {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	position: fixed;
	left: auto;
	right: auto;
	height: 200px;
	width: 200px;
	color: #fff;
	z-index: 9999;
	text-align: center;
	display: none;
}

.infoBox svg {
	color: #2ecc71;
	font-size: 150px;
	margin: 30px auto;
}

.infoBox span {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

#uploadingMessage svg { font-size: 120px; color: #3498db; }
#infoBoxUpgradedPremium svg { font-size: 110px; color: #1abc9c; }

#milestoneBanner { background-color: rgba(230, 126, 34, 0.95); }
#milestoneBanner svg { color: #fff; font-size: 90px; margin: 15px auto 5px; }
#milestoneBanner span { font-size: 1.15em; font-weight: bold; }

#milestoneHint {
	text-transform: none;
	font-size: 0.48em;
	font-weight: normal;
	opacity: 0.88;
	margin-top: 3px;
	line-height: 1.3;
	letter-spacing: 0;
}

/* Achievement bar */
#achievementBar {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	z-index: 100;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 10px 14px 10px 10px;
	gap: 11px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.3);
	color: #fff;
}

#achIcon {
	background: linear-gradient(135deg, #f7ca18 0%, #e67e22 100%);
	border-radius: 8px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#achIcon svg { font-size: 20px; color: #fff; }

#achBody { flex: 1; min-width: 0; }

#achTitle {
	font-weight: 700;
	font-size: 0.95em;
	color: #fff;
	line-height: 1.2;
}

#achSub {
	font-size: 0.72em;
	color: #94a3b8;
	margin: 2px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#achProgressTrack {
	height: 5px;
	background: rgba(255,255,255,0.12);
	border-radius: 3px;
	overflow: hidden;
}

#achProgressFill {
	height: 100%;
	background: linear-gradient(90deg, #f7ca18, #e67e22);
	border-radius: 3px;
	transition: width 0.9s ease;
}

#achMilestone {
	font-size: 0.8em;
	font-weight: 700;
	color: #f7ca18;
	flex-shrink: 0;
	text-align: right;
	line-height: 1.3;
	white-space: nowrap;
}
/* Achievement bar */

.bottom {
	position: fixed;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.bottom a, .bottom a:hover {
	color: #fff;
}

.userHeader {
	background-color: #86c6e0;
	margin-top: 56px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
}

.userHeader .profilepicture {
	display: inline-block;
	width: 70px;
	height: 70px;
}

.userHeader .profilepicture img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 2px solid #87CEEB;
}

.userHeader span.userName {
	display: block;
	padding-top: 10px;
	font-size: 20px;
	width: 50%;
	margin: auto;
	font-weight: 300;
}

.padding-top {
	padding-top: 20px;
}

#newJump, #saveJump {
	position: fixed;
	bottom: 80px;
	left: 10px;
	right: calc(20% + 5px);
	background-color: #2ecc71;
	cursor: pointer;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

#logSameAsLastJump {
	position: fixed;
	bottom: 80px;
	right: 10px;
	width: calc(20% - 5px);
	background-color: #27ae60;
	cursor: pointer;
	font-size: 1.4em;
	text-align: center;
	color: rgba(255,255,255,0.85);
	padding: 10px 0;
}

#options {
	position: fixed;
	bottom: 145px;
	left: 10px;
	right: 10px;
	padding: 0 15px;
	background-color: #fff;
}

#options .form-group {
	margin: 10px auto;
}

#options button {
	margin-bottom: 10px;
}

.option {
	padding: 15px;
	overflow: hidden;
}

.option.option-right {
	border-right: 1px solid #bdc3c7;
}

.option.option-bottom {
	border-bottom: 1px solid #bdc3c7;
}

.option .icon {
	float: left;
	display: block;
	height: 100%;
	width: 40px;
	padding-top: 5px;
}

.option .icon svg {
	color: #2980b9;
	font-size: 25px;
	vertical-align: -webkit-baseline-middle;
}

.option b, .option span {
	display: block;
	overflow-x: hidden;
}

.option span {
	font-size: 14px;
}

#panelGallery, #panelOverview, #panelProfile, #panelJumps, #inputOffset, #inputFormation, #inputHeight, #inputPlane, #inputDropzone, #inputGear, #inputDate, #inputConditions, #inputComment, #saveJump {
	display: none;
}

.condition-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 0;
}

.condition-grid .condition-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(33.33% - 7px);
	padding: 14px 8px;
	border-radius: 12px;
	border: 2px solid #e0e0e0;
	background: #fff;
	color: #555;
	font-size: 13px;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.condition-grid .condition-option i {
	font-size: 1.8em;
	margin-bottom: 6px;
	color: #16a085;
}

.condition-grid .condition-option:hover {
	border-color: #16a085;
	background: #f0faf8;
}

.condition-grid .condition-option.active {
	border-color: #16a085;
	background: #16a085;
	color: #fff;
}

.condition-grid .condition-option.active i {
	color: #fff;
}

#panelGallery {
	-webkit-column-count:5; /* split it into 5 columns */
	-webkit-column-gap:5px; /* give it a 5px gap between columns */
	-moz-column-count:5;
	-moz-column-gap:5px;
	column-count:5;
	column-gap:5px;
	line-height: 0;
}

#panelGallery .image {
	display: inline-block;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	position: relative;
}

#panelGallery .imagedesc {
	width: 100%;
	background: #fff;
	padding: 10px 15px;
	margin-bottom:5px; /* to match column gap */
	line-height: 1;
}

#panelGallery img {
   width: 100% !important;
   height: auto !important;
}

@media (max-width: 1200px) {
   #panelGallery {
    -moz-column-count:    4;
    -webkit-column-count: 4;
    column-count:         4;
   }
}

@media (max-width: 1000px) {
   #panelGallery {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
   }
}

@media (max-width: 800px) {
   #panelGallery {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}

@media (max-width: 400px) {
   #panelGallery {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
   }
}

.bgwhite {
	background-color: #fff;
}

.clear { clear: both; }

.fbLikeFloat {
	position: absolute;
    top: -30px;
    text-align: center;
    left: 0;
    right: 0;
}

.progbar {
	padding: 5px 10px;
	background-color: rgb(135, 206, 235);
	color: #333;
	position: relative;
	height: 26.5px;
	margin-bottom: 1px;
	font-size: 11px;
	
}

.progbar .float-left {
	position: absolute;
	left: 0%;
	padding-left: 5px;
	font-size: 14px;
	height: 26.5px;
    top: 0;
    line-height: 26.5px;
	width: max-content;
}

/* Upgrade Premium panel */
#panelUpgradePremium {
	margin-top: 100px;
}


#panelUpgradePremium h1 {
	color: #fff;
}

#panelUpgradePremium h1 b {
	color: #16a085;
}

#panelUpgradePremium h3 {
	margin-top: 30px;
	color: #1abc9c;
	font-weight: bold;
	font-size: 1.1em;
}

#panelUpgradePremium .dms {
	margin-top: 10px;
	display: block;
	text-align: center;
	color: #b2e1f4;
	font-size: 0.8em;
}

#panelUpgradePremium .btn.btn-subscription {
	width: 100%;
	border-radius: 20px;
	background-color: #16a085;
	color: #dfdfdf;
	font-size: 0.8em;
	margin-bottom: 20px;
	text-align: left;
	padding: 15px 25px 21px 25px;
}

#panelUpgradePremium .btn.btn-subscription h3 {
	color: #fff;
	font-size: 1.6em;
	margin-top: 5px;
}

#panelUpgradePremium .btn.btn-subscription b {
	color: #fff;
	font-size: 2em;
}

#panelUpgradePremium .features {
	color: #fff;
	font-size: 0.9em;
	height: 150px;
}

#panelUpgradePremium .features .feature {
	display: none;
}

#panelUpgradePremium .features .feature svg {
	display: inline-block;
	border-radius: 100%;
	background-color: #1abc9c;
	padding: 20px;
	font-size: 3.5em;
	color: #fff;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
	margin-top: 10px;
}
/* Upgrade Premium panel */

/* Jump Modifer */
.jumpmodifierStyle {
	width: 100%;
	background-color: #fff;
	border: 2px solid #1abc9c;
	border-radius: 5px;
}

.jumpmodifierStyle.active {
	background-color: #1abc9c;
	color: #fff;
}

#jumpmodifierCoach, #jumpmodifierOrganizing {
	display: none;
}

.jumpmodifierCoach {
	width: 100%;
	background-color: #fff;
	border: 2px solid #9b59b6;
	border-radius: 5px;
}

.jumpmodifierCoach.active {
	background-color: #9b59b6;
	color: #fff;
}

.jumpmodifierOrganizing {
	width: 100%;
	background-color: #fff;
	border: 2px solid #e67e22;
	border-radius: 5px;
}

.jumpmodifierOrganizing.active {
	background-color: #e67e22;
	color: #fff;
}
/* Jump Modifer */

/* Footer */
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 1.5em;
	box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.2);
	height: 65px;
}

.footer a {
	width: 20%;
	float: left;
	text-align: center;
	cursor: pointer;
	display: block;
	color: #333;
	text-decoration: none;
}

.footer a.active, .footer a:hover, .footer a:focus {
	color: #1abc9c;
	text-decoration: none;
	outline: none;
}

.footer a span {
	font-size: 0.4em;
	display: block;
}
/* Footer */
