﻿

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.otp-form {
	display: none;
}

.centre {
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
}

.country-code {
	border-bottom: 0px !important;
	background: #c6c9cd !important;
	height: 38px !important;
	border-radius: 3px 0px 0px 3px !important;
	padding-left: 5px !important;
}

.btns-spinner {
	display: none;
}

#appCapsule {
	padding-top: 112px !important;
	overflow: hidden;
	margin-bottom: 25px;
}

.profile-card {
	margin-top: 15px;
	background: #e1e1e1;
}


.waiver-logo-row {
}

.waiver-logo-col {
}

.waiver-ski-logo-col {
	text-align: right;
}

.waiver-logo {
	width: 150px;
}

.waiver-title-row {
}

.waiver-title {
	color: #00c1f2;
	float: right;
}

.waiver-tnc {
	color: #038fc6;
	float: right;
}

.waiver-longtitle {
	color: #1a4397;
	text-align: center;
	margin-top: 5px;
	/* text-decoration: underline; */
	font-size: 15px;
}


#signature {
	width: 100%;
	height: 200px;
	/*  border: 1px solid black;*/
}

.sign-row {
	display: none;
	margin-bottom: 30px;
}

.sign-preview-row {
	margin-bottom: 30px;
}

.waiver-basic-info {
}

.waiver-group-title {
	color: #1a4397;
	margin-top: 20px;
}

.waiver-dob {
	padding-left: 0;
}

.waiver-expertise-info {
	/* margin-left: 15px;*/
}

.waiver-sign-info {
}

.waiver-terms-info {
}

#sign_prev {
	display: none;
}

#sign-here {
	width: 100px;
}

.terms-box {
	height: 200px;
	overflow-y: auto;
	border: solid 1px #c5c5c6;
	padding: 5px;
}

.custom-file-upload label {
	z-index: 0;
}

#parentSign {
	display: none;
	border-top: solid 5px #1a43a4;
	margin-top: 70px;
	padding-top: 20px;
}

#psignature {
	width: 100%;
	height: 200px;
	/*  border: 1px solid black;*/
}

.psign-row {
	display: none;
	margin-bottom: 30px;
}

.psign-preview-row {
	margin-bottom: 30px;
}

#psign_prev, #psign_previflyle {
	display: none;
}

#psign-here, #psign-hereiflyle {
	width: 100px;
}

/*desktop*/
@media only screen and (min-width: 768px) {
	.desktop-centre {
		width: 80% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.btn-primary {
		width: 100%;
	}

	.mobile-only {
		display: none;
	}
}



/*mobile*/
@media only screen and (max-width: 767px) {
}

.datepicker-years {
	display: block !important;
}

ul.roundbullet {
margin-left:-34px;
}

ul.roundbullet li {
	font-size: 16px;
	margin-bottom: 1em;
	list-style-type: none;
	padding: .25em 0 0 2.5em;
	position: relative;
}

	ul.roundbullet li:before {
		content: " ";
		display: block;
		border: solid .8em orange;
		border-radius: .8em;
		height: 0;
		width: 0;
		position: absolute;
		left: .5em;
		top: 40%;
		margin-top: -.5em;
	}

	ul.roundbullet li:after {
		content: " ";
		display: block;
		width: .5em;
		height: .8em;
		border: solid #fff;
		border-width: 0 .2em .2em 0;
		position: absolute;
		left: 1em;
		top: 40%;
		margin-top: -.2em;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}


.lableGreen {
	border: 1px solid lightgreen;
	padding: 10px;
	width: 200px;
	border-radius: 50px;
	text-align: center !important;
	font-weight: bold !important;
	color: black !important;
}

.lableRed {
	border: 1px solid #FF7F7F;
	padding: 10px;
	width: 200px;
	border-radius: 50px;
	text-align: center !important;
	font-weight: bold !important;
	color: black !important;
}

.error {
	color: red;
	font-size: 12px;
}

.otperror {
	padding: 5px;
	background-color: orangered;
	color: white;
	border-radius: 5px;
	margin-top: 10px;
}

