h2{
	margin-bottom:20px;
}
.content{
	line-height:inherit;
}
.years{
		margin:auto;
		margin-top:15vh;
		width:80%;
		text-align:center;
	margin-bottom: 5vh;
		
	}
.total-count{
  font-weight: 900;
  font-size: 11vh;
	    line-height: 5vh;
}
.year-container{
  display: inline-block;
  width:25%;
position: relative;
}
	
.increment-count{
	height: 5vh;
    position: absolute;
    top: -11vh;
    left: 0;
    right: 0;
    border: 1px solid yellow;
    border-radius: 5px;
   margin: 0.2vh;
    background: yellow;
    cursor: pointer;
}
.decrement-count{
	height: 5vh;
    position: absolute;
    bottom: -9vh;
    left: 0;
    right: 0;
    border: 1px solid yellow;
    border-radius: 5px;
    margin: 0.2vh;
    background: yellow;
    cursor: pointer;
}
.arrow {
    display: inline-block;
    width: 4vh;

    text-align: center;
}
.chevron::before {
	border-style: solid;
    border-width: 0.4vh 0.4vh 0 0;
    content: '';
    display: inline-block;
    height: 2vh;
    margin: auto;
    position: relative;
    top: 2vh;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 2vh;
    cursor: pointer;
    color: #777;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 1vh;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}



.error-message{
	margin: auto;
    text-align: center;
    font-size: 4vh;
    font-weight: 400;
    padding: 3%;
    line-height: 5vh;
}	
.error-message p{
	margin-bottom:5vh;
}
.error-message .bold{
	font-weight:600;
	
}
.glyphicon-exclamation-sign{
	    font-size: 10vh;
    margin: 3vh auto;
    display: block;
    text-align: center;
}

.check-success{
	background-color:rgb(0, 150, 57)!important;
	color: #FFF;
	text-align: center;
	    font-size: 2.8vh;
}

.box-disabled{
	background:#999!important;
	color: #000;
	max-width: 98%!important;
}

.select-option{
	display:none;
}

	.check-text{
		display:inline-block;
	}
	
	.hand{
		    
    background-size: cover;
    background-repeat: no-repeat;
        width: 6vh;
    height: 6vh;
    margin-bottom: -2.5vh;
	margin-left: 0.5vh;
    display: inline-block;
		
	}
	
.checkIn-button {
    background-color: yellow; /*#253849;*/
    font-size: 4vh;
    line-height: 6.0vh;
    padding: 0.7vh 0vw 0.7vh;
    margin: auto;
    border-radius: 1vh;
    color: black;
    display: block;
    margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	    z-index: 10000;
	overflow:hidden;
	text-wrap: nowrap;
}
	
.checkIn-button:hover {
	
	
	cursor: pointer;
}
	

.reset-fully{
	display: inline-block;
    margin-left: 10px;
	
}


  .animated-box {
  color: black;
  text-align: center;
  border-radius: 1vh;
   font-weight:900;
}

.animated-box h1 {
  font-weight: 200;
  font-size: 40px;
  text-transform: uppercase;
}

.animated-box p {
  font-weight: 200;
}

/* The animation starts here */
.animated-box:before {
  content: '';
  position: absolute;
  top: -0.2vh;
  left:-0.2vh;
  right: -0.2vh;
  bottom: -0.2vh;
  border-radius: 1vh;
	z-index:-1;
 /* background: linear-gradient(120deg, #00F260, #0575E6, #800080, #FF0000, #00F260); */
 background: linear-gradient(120deg, white, white, #fff8e8, yellow, black);
  background-size: 300% 300%;
  clip-path: polygon(0% 100%, 2vh 100%, 2vh 2vh, calc(100% - 2vh) 2vh, calc(100% - 2vh) calc(100% - 2vh), 2vh calc(100% - 2vh), 2vh 100%, 100% 100%, 100% 0%, 0% 0%);
}

.animated-box.in:before {
	z-index:-1;
  animation: frame-enter 1s forwards ease-in-out reverse, gradient-animation 4s ease-in-out infinite;
}

/* motion */
@keyframes gradient-animation {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 85% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}

@keyframes frame-enter {
  0% {
    clip-path: polygon(0% 100%, 2vh 100%, 2vh 2vh, calc(100% - 2vh) 2vh, calc(100% - 2vh) calc(100% - 2vh), 2vh calc(100% - 2vh), 2vh 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  25% {
    clip-path: polygon(0% 100%, 2vh 100%, 2vh 2vh, calc(100% - 2vh) 2vh, calc(100% - 2vh) calc(100% - 2vh), calc(100% - 2vh) calc(100% - 2vh), calc(100% - 2vh) 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 100%, 2vh 100%, 2vh 2vh, calc(100% - 2vh) 2vh, calc(100% - 2vh) 2vh, calc(100% - 2vh) 2vh, calc(100% - 2vh) 2vh, calc(100% - 2vh) 2vh, 100% 0%, 0% 0%);
  }
  75% {
    -webkit-clip-path: polygon(0% 100%, 2vh 100%, 2vh 2vh, 2vh 2vh, 2vh 2vh, 2vh 2vh, 2vh 2vh, 2vh 2vh, 2vh 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 2vh 100%, 2vh 100%, 2vh 100%, 2vh 100%, 2vh 100%, 2vh 100%, 2vh 100%, 2vh 100%, 0% 100%);
  }
}
	
	

	
	
	
/* Check-in Box */
.picker-container{
display:none;
box-shadow: 0 0.5vw 3vw -5px rgba(0, 0, 0, 0.5);
    border-radius: 1vh;
    border-top: 2rem solid white;
    border-bottom: 2rem solid white;
    text-align: center;
    background: white;
    width: 54vh;
    left: 0;
    position: absolute;
    bottom: 8vh;
    right: 0;
    margin-left: -12vh;
    z-index: 1000;
	min-height: 40vh;
	font-size:3vw;
	letter-spacing:0;
	}
	
	.picker-container h2{
		font-size:2.5vh;
		color:#000;
		font-family:inherit;
	font-weight: 300;
	}
	
.picker-window {
  position: absolute;
  border-top: 2px solid #d4d9d9;
  border-bottom: 2px solid #d4d9d9;
  height: 1.4em;
  left: 0;
  top: 50%;
  transform: translateY(-65%);
  width: 100%;
  pointer-events: none;
}

.triangle {
  content: "";
  background: white;
  height: 20px;
  width: 20px;
  position: absolute;
  display: block;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

	
	
.picker {
  display: inline-grid;
	grid-template-columns: repeat(4, fit-content(500px));	
  font-size: 2.8vh;
  position: relative;
  font-weight: 400;
	padding-left: 1rem;
  padding-right: 1rem;

}
.picker:before, .picker:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3.5em;
  pointer-events: none;
}
.picker:before {
  top: -0.2em;
  background: linear-gradient(white, rgba(255, 255, 255, 0.75));
}
.picker:after {
  bottom: -0.2em;
  height: 3.8em;
  background: linear-gradient(rgba(255, 255, 255, 0.75), white);
}
.picker ul {
  -ms-overflow-style: none;
		list-style:none;
  max-height: 0.5em;
  overflow-y: scroll;
  margin-right: 1em;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  padding-bottom: 3em;
  padding-top: 3em;
}
.picker ul::-webkit-scrollbar {
  display: none;
	list-style:none;
}
.picker li {
  scroll-snap-align: center;
  height: 1.4em;
  text-align: right;
  word-spacing: 0.2em;
}

.picker-day {
  padding-right: 0.5em;
}
.picker-day span {
  padding-left: 0.56em;
}

.button-container {
  text-align: center;
  padding-top: 3rem;
  width: 100%;
}

button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #3676e8;
  background: transparent;
  color: #3676e8;
  border-radius: 15px;
  font-weight: 500;
  padding: 1rem;
  font-size: 1.1rem;
  cursor: pointer;
  letter-spacing: 0.01em;
}


	
	
	.cancel{
	
    font-size: 3.5vh;
	}	
	
	.check-in-process {
		display:none;
	}
	
	.check-in-organisations{
		display: flex;
  	    flex-wrap: wrap;
		align-items: center;
		
	}
	
	
	.organisation-button, .select-month, .select-day, .select-letter {
   background-color: yellow;
    font-size: 2.5vh;
	padding: 1.1vh 3%;
    margin: auto;
    border-radius: 1vh;
    color: black;
    max-width: 40%;
    flex-basis: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 1vh auto;
	text-align: center;
    font-weight: 600;
		
		
	
	
	
}

.select-month, .select-letter{
		padding: 3.5vh 2%;
    font-size: 2.1vh !important;
	
}


.select-letter{
	padding: 1.5vh 1vh;
}
	
.organisation-button.bhover,  .select-month.bhover, .select-day.bhover, .select-letter.bhover {
	
	background: #CCCE2D; /*#2a4258;*/
	cursor: pointer;
}

.select-month, .select-day, .select-letter {
	max-width:100%;
	width: 88%;
	
}
	

.select-option{
	display:none;
	grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
	font-weight: 500;
	
}

.day-box, .initial-box{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	
}

@media (min-width: 600px) {
.initial-box{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
.organisation-button, .select-month, .select-day, .select-letter {
    font-size: 2.5vh!important;
}
}


	.select-dob{
	padding: 2vh 2vh;
       margin: 6vh auto 0vh;
	}
	
	.dob-datepicker__reset{
		max-width:100%;
	}
	
	
	
.row {
    background: #F6F6F6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin-top:5vh;
	position:relative;
}
.row > .column {
    flex: 1 1 50%; /*grow | shrink | basis */
   
}

.column {
  
}
	
.confirm {
	max-width:100%;
	line-height: 5vh;
}

	
	.page-3 .organisation-button{
		max-width:75%;
		padding: 3vh 2vh;
	}
	
	.appointment-text{
	font-weight: 600;
    text-align: left;
	font-size: 1.7vh;
	
	}
	.appointment-time{
		    font-size: 5vh;
		font-weight:600;
	
		margin-bottom:2vh;
	}
.appointment-clinician{
	    font-size: 1.6vh;
}

.check-in-process .row{
	margin:0;
	    padding: 3vh 1.8vh;
}

.check-in-process .glyphicon{
	margin-right: 5px;
}
	
	
.hand {
    -webkit-animation: action 5s infinite ease-in-out;
    animation: action 5s infinite ease-in-out;
}

@-webkit-keyframes action {

    85% { transform: translateY(0.5vh); }
    88% { transform: translateY(0vh); }
	97% { transform: translateY(0.5vh); }
    100% { transform: translateY(0vh); }

}
/*
@keyframes action {

    80% { transform: translateY(5px); }

 
}
	*/
	
	
	.dob-result{
		
		font-size:180%;
		font-weight:600;
	}