html,body{
	background-color: #161b22;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently*/
	max-width: 100%;
    overflow-x: hidden;
}

h1{
	margin: 0;
    position: relative;
    display: inline-block;
    /* left: 130px; */
    color: #fff;
    font-size: 35px;
    /* line-height: 70px; */
    /*width: 190px;*/
    /* text-align: cente*/
}

h2{
	margin:0;
}

h3{
	font-size:30px;
	margin:0;
}

h4{
	font-size:22px;
	margin:0;
}

h5{
	font-size:20px;
	margin:0;
}

h6{
	font-size:18px;
	margin:0;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1a86b9;
  box-shadow: 0 1px 0 0 #1a86b9;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1a86b9;
}

.input-field .prefix.active {
  color: #1a86b9;
}

.dropdown-content li > span {
  color: #1a86b9;	
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #1a86b9;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #1a86b9;
    left: 24px;
}

.relative{
	position:relative;
}

.verticalCenter{
	position: absolute;
	bottom:0;
	top:0;
	margin:auto;
	left: 0;
    right: 0;
}

.col{
	padding:0!important;
}

.button{
    background-color: #1a86b9;    font-size: 25px;    color: #fff;    max-width: 200px;    display: inline-block;    /* width: 200px; */    border: 0;    border-radius: 0.25em;    background: initial;    background-color: #3085d6;    color: #fff;    font-size: 16px!important;    margin: 0 .3125em;    padding: 0.625em 2em;    font-weight: 500;    box-shadow: none;    max-height: 43px;
}.button:hover{	cursor: pointer;	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));}.button:active {    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));}
.swal2-popup .swal2-styled:focus {    box-shadow: none!important;}
#container{
	margin: 0!important;
}

#subMenu{
	display:none;
}

.sideMenu{
	width:260px;
	height: 100%;
	display:inline-block;
	background-color: #232c38;
	text-align: center;
	position:fixed;
	left:-266px;
	z-index: 9;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.45);
	overflow-y:auto;
}

.sideMenu::-webkit-scrollbar { 
    display: none; 
}

.subMenuItem{
	padding-left: 20px!important;
	background-color: #3d444c;
}

.subMenuItem .icon{
	font-size: 25px!important;
}

.sideMenu .sideMenuItem{
	width: 100%;
    height: 60px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    text-align: left;
    padding: 5px;
	border-bottom: 1px solid #161b22;
}

.sideMenu .selected, .sideMenu .sideMenuItem:hover{
	background-color: #1a86b9;
}

.subMenuItem.selected,.subMenuItem:hover{
	background-color: #156a92!important;
}
	
.sideMenu .menuText{
	font-size: 20px;
    line-height: 50px;
    display: inline-block;
    margin-left: 10px;
	
}

.navBar{
	width:100%;
	background-color: #232c38;
	height:50px;
	position: fixed;
	z-index: 5;
	box-shadow: 5px 5px 40px #000;
}
.navLogo{
	height: 30px;
    display: inline-block;
    margin: 10px 0;
}

.navHeading span{
	vertical-align: top;
}

.sideMenu .icon, .navbar .icon{
	font-size: 35px;
    line-height: 50px;
    vertical-align: top;
}

.sideMenu .iconImage{
	width:35px;
	height:35px;
	line-height:50px;
	display:inline-block;
	background-size: contain;
    margin: 7.5px 0;
}

.sideMenuItem .clubs{
	background-image: url("../images/clubs.png");
        background-repeat: no-repeat;
        background-size: cover;
}

.navBar .sideMenuAction{
	display: inline-block;
    left: 0;
    width: 80px;
    color: #fff;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}

.navBar .navHeading{
	display: inline-block;
    line-height: 50px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.sideMenu .sideMenuProfile .userImg{
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(../images/user.jpg);
    background-position: 50% 50%;
    border-radius: 50%;
    margin: 10px auto;
    background-size: contain;
}

.header{
	background-image: url(../images/loginBg.jpeg);
	background-size: cover;
	
	height:250px;
	width:100%;
	text-align: center;
	line-height: 250px;
	color: #fff;
	margin-top:50px;
	position: relative;
}

.headerIcon{
	font-size: 75px;
    display: inline-block;
    color: #fff;
    /* margin-left: 0; */
    left: 0;
    /* padding-right: 40px; */
    width: 100%;
    position: absolute;
    /* line-height: 250px; */
    height: 74px;
    /* margin-top: 90px; */
    /* margin-right: 20px; */
    bottom: 0;
    left: 0;
    right: 0;
    top: 75px;
    margin: auto;
}

.headerIconImage img{
   height: 50px;
}

.headerIconImage{
	font-size: 50px;
    display: inline-block;
    color: #fff;
    /* margin-left: 0; */
    left: 0;
    /* padding-right: 40px; */
    width: 80px;
    position: absolute;
    padding: 5px;
    /* line-height: 250px; */
    border-radius: 50%;
    height: 80px;
    /* margin-top: 90px; */
    /* margin-right: 20px; */
    bottom: 0;
    left: 0;
    right: 0;
    top: -75px;
    margin: auto;
    border: 1px solid #ffffff38;
    padding: 13px;
    background-color: #ffffff38;
}
.loader{
	position:fixed;
	height:100%;
	width:100%;
	background-color:#444;
	display: none;
	top:0;
	text-align: center;
	z-index: 10;
}

.outer {
    position: fixed;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}
.leaderboard{
	text-align: center;
	padding:5px!important;
	font-size:20px;
	line-height: 50px;
	text-align: center;
}

.leaderboard .user{
	height: 50px;
	/*margin-top:5px;
	margin-bottom:5px;*/
	background-color: #232c38;
	/*box-shadow: 0 5px 40px #000;*/
    border: 1px solid #3d444c;
	border-top:0;
	color:#1a86b9;

}

.leaderboard .user:first-child{
    background-color: #1a4d67;
    border: 1px solid #246d92;
    color: #fff;

}

.leaderboard .user:first-child i{
	line-height: 50px;
	font-size: 40px;
	color: rgb(247, 189, 53);

}

.leaderboard .user:nth-child(2) i{
	line-height: 50px;
	font-size: 40px;
	color: rgb(206, 206, 206);

}

.leaderboard .user:nth-child(3) i{
	line-height: 50px;
	font-size: 40px;
	color: rgb(177, 110, 40);

}
	
.leaderboard .user .ranking{
	font-weight: bold;
    color: #fff;
}

.leaderboard .userIcon span{
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #1a86b9;
		background-image: url('../images/user.jpg');
	background-position: 50% 50%;
	background-size: contain;
}

.leaderboard .userName{
	display: inline-block;
	float:left;
	line-height: 50px;
	color: #fff;
}

.leaderboard .leaderHeading{
	background-color: #3d444c;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 5px 40px #000;
}
.leaderboard .leaderHeading h4{
	line-height:50px;
	margin:0;
	color: #fff;
}

.sessionCards .sessionCard {
	padding:5px!important;
}

.sessionCards .sessionCard .cardcontent{
	background-color:#232c38;
	box-shadow: 5px 5px 40px #000;
    border: 1px solid #3d444c;
	text-align: center;
	color:#fff;
	padding: 0 0 10px 0;
}

.sessionCards .sessionCard .cardheading{
	height:50px;
	background-color: #3d444c;
	color:#fff;
}

.sessionCards .sessionCard .date{
	height: 35px;
}

.sessionCards .sessionCard .details{
	padding: 10px 0 !important;
}

.sessionCards .sessionCard .details .value{
	color:#1a86b9;
}

.userDetails{
	color:#fff;
	position:relative;
	padding:5px!important;
}

.userDetails .userContent{
	box-shadow: 5px 5px 40px #000;
    border: 1px solid #3d444c;
	background-color:#232c38;
}

.userDetails .userIcon{
	display: inline-block;
    width: 230px;
    height: 230px;
    background-color: #fff;
    border-radius: 50%;
    margin: 10px;
	background-image: url('../images/user.jpg');
	background-position: 50% 50%;
	background-size: contain;
}

.userDetails .userCourse{
	height:250px;
}

.userDetails .userHeadings{
	height: 120px;
}

.userDetails .stats{
	background-color: #3d444c;
	height:250px;
}

.userDetails .stats .relative{
	height: 125px;
}

.userDetails .stat{
	height: 75px;
	text-align: center;
}

.userDetails .stat .value{
	color: #1a86b9;
}

.value{
	color: #1a86b9;
}

.upload{
	color:#fff;
	position:relative;
	padding:5px!important;
	font-size: 20px;
}

.uploadContent{
	box-shadow: 5px 5px 40px #000;
    border: 1px solid #3d444c;
	background-color:#232c38;
	text-align: center;
	padding:0 0 10px 0!important;
}

.uploadButton{
	margin-top: 15px;
    padding: 15px!important;
}

.uploadField{
	padding: 15px!important;
}

.uploadContainer{
		margin-top: 28px;
}

.success{
	text-align: left;
    padding: 5px 10px;
    background-color: #289434;
    margin-top: -10px;
}

.error{
	text-align: left;
    padding: 5px 10px;
    background-color: #FF2A2A;
    margin-top: -10px;
}


.success i, .error i{
	margin-right: 10px;
}

.userActivity{
	color:#fff;
	position:relative;
	padding:5px!important;
}

.userActivity .userActivityContent{
	box-shadow: 5px 5px 40px #000;
    border: 1px solid #3d444c;
	background-color:#232c38;
	text-align: center;
	padding:0 0 10px 0!important;
}

.contentHeading{
	background-color: #3d444c;
	padding:5px!important;
	margin-bottom:10px;
	text-align:left;
}

.userActivity .activity .circle{
	width:30px;
	height:30px;
	display: inline-block;
	border-radius: 50%;
	background-color: #1a86b9;
	vertical-align:top;
}
.userActivity .activity .duration{
	width: 120px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 30px;
	padding: 0 5px!important; 
}
.userActivity .activity .date{
	width: 120px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    line-height: 30px;
	padding: 0 5px!important; 
}

.userActivity .activityBinder span{
	width:2px;
	height:50px;
	display: inline-block;
	background-color: #1a86b9;
}

.clubDetails{
	color:#fff;
	position:relative;
	padding:5px!important;
}
.clubDetails .clubContent{
	box-shadow: 5px 5px 40px #000;
    border: 1px solid #3d444c;
	background-color:#232c38;
	text-align:center;
	margin-bottom: 5px;
}

.clubDetails .clubContent .club,.clubDetails .clubContent .club .relative{
	height:60px;
}

.clubDetails .clubContent .club .clubValue{
	height: 60px;
	padding: 6px;
}

.clubDetails .clubContent .club .clubName{
	height: 35px;
	padding: 5px;
}

.clubDetails .clubContent .club .clubHeading{
	background-color: #3d444c;
	height:60px;
}

.shotNav{
	position: fixed;
    top: 50px;
	left:0;
	width:100%;
	background-color: #3d444c;
    height: 50px;
    z-index: 6;
    box-shadow: 5px 5px 40px #000;
	text-align: center;
}
.arrow{
	background-color: #1a86b9;
	color:#fff;
	height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
	position: absolute;
}

.arrow i{
	font-size:20px;
	line-height:50px;
}

.arrow.next{
	right:0;
}

.arrow.prev{
	left:0;
}

.shotNav .clubHeading{
	display: inline-block;
	line-height:50px;
}

.shotNav .shotCount{
	display: inline-block;
	line-height:50px;
	position:absolute;
	right: 70px;
}

.loginImgCont{
	position: relative;
    height: 100%;
    background-image: url("../images/loginBg.jpeg");
    background-size:cover;
    background-repeat: no-repeat;
}

#loginLogo{
    width: 90%;
    margin: auto auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.smallLogo{
	width:50px;
	height:50px;
	display: inline-block;
}

.smallLogo img{
	width:100%;
}

.loginPanel{
    width: 480px;
    height: 400px;
    display: inline-block;
    margin: auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
	color:#fff;
	background-color:rgba(255,255,255,0.2);
}


.loginPanel h5{
	color:#fff;
}
.input-field label{
    color:#fff!important;
}

.clubFilter{
	position:absolute;
	left:0;
}

.clubFilter img{
	margin-left: 65px;
	position: absolute;
	left: 0;
	height: 35px;
	margin-top:7.5px;
}

.clubFilter .clubFilterMenu{
	position:absolute;
	background-color:#232c38;
	margin-left:50px;
	top:50px;
    box-shadow: 0px 5px 20px #000;
	display:none;
	width: 200px; 
	font-size: 18px;
}

.clubFilter .clubFilterMenuItem{
	padding: 10px;
}

.clubFilter .clubFilterMenuItem:hover{
	background-color: rgb(26, 134, 185);
}

.clubFilter .clubFilterMenuItem.active{
	background-color: rgb(26, 134, 185);
}

@media screen and (max-width: 993px) 
{
	.userDetails .stats{
		height:125px;
	}
}

@media screen and (max-width: 600px) 
{
	.userDetails .userHeadings{
		text-align: center;
		margin-top:5px;
	}
	.userDetails .userCourse{
		height:150px;
	}
	.userDetails .stats{
		height:250px;
	}
	.clubDetails .clubContent .club .clubHeading{
		background-color: #3d444c;
		height:50px;
	}	
}

@media screen and (max-width: 480px) {
	.loginPanel{
		width:100%!important;
		padding:5px!important;
	}
}
.shotDetails{
	color:#fff;
	position:relative;
	padding:5px!important;
	z-index:1;
}
.shotDetails .shotContent{
	box-shadow: 5px 5px 40px #000;
    border: 1px solid #3d444c;
	background-color:#232c38;
	margin-bottom: 5px;
	margin-top: 100px;
	
}

			.ballFlight{
				display: inline-block;
				float:right;
				text-align:center;
			}
			.shotData{
				display: inline-block;
				vertical-align:top;
				text-align: center;
			}
			.textData{
				display:inline-block;
				position: relative;
			    padding: 0 31px;
				vertical-align: top;
				text-align: center;
			}
			.textData h3{
				font-size:25px;
			}
			.textData h2{
				font-size:30px;
			}
			.gaugeContainer{
				height:281px;
			}
			.chartData{
				display: inline-block;
				vertical-align: top;
				/* height: 100%; */
				margin-top: 60px;
				text-align: center;
				width:170px;
			}
			.chartData .heading{
				font-size:20px;
			}
			.data{
				font-size:32px;
				color: #1a86b9;
			}
			.gauge{
				display: inline-block;
				width: 40px;
				background-color: #1a86b9;
				position: absolute;
				bottom: 0;
				margin: 0 auto;
				left: 0;
				right: 0;
				z-index: 0;
			}
			.circleGauge{
				margin:0px;
				float:none!important;
				display: inline-block;
			}
			.shotDetails .icon{
				width:75px;
			}
			.topStrip{
				height:60px;
				background-color:#0083a7;
				padding:5px;
			}
			.topStrip img{
				height: 60px;
				float: left;
			}
			@media screen and (max-width: 640px) {
				.ballFlight{
					float:none!important;
					display:block;
					padding:0!important;
				}
				.navHeading span{
					display: none!important;
				}
			}	
			
			@media screen and (max-width: 460px) {
				.chartData{
					width:100%!important;
				}
			}