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

.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; }

.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: 10px;
	background-color: #2ecc71;
	cursor: pointer;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	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, #inputComment, #saveJump {
	display: none;
}

#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 */
