body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: 'Roboto', sans-serif;
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  	background-image: linear-gradient(top, #f2f2f2, #e6e6e6);
}

#content {
	flex-grow: 1;
}

body.bodyLoginPage #content {
	display: flex;
	justify-content: center;
	align-items: center;
}


.jconfirm-content {
	font-size: 18px;
}

#divEmulateStrap{
	background-color:rgba(255, 166, 0, 0.6);
	padding:20px;
	color:black;
	position:fixed;
	z-index:10;
	width:100%;
	bottom:0px;
	box-shadow: #0E2E69 0px  0px  10px;
	font-size: 16px;
}


#divEmulateStrap a{
	color:blue;

}



h1 {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 2em;
}


.center {
	text-align: center;
}

div.loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 16, 16, 0.5);
	z-index: 9999;
  }
  
  @-webkit-keyframes uil-ring-anim {
	0% {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-webkit-keyframes uil-ring-anim {
	0% {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-moz-keyframes uil-ring-anim {
	0% {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-ms-keyframes uil-ring-anim {
	0% {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-moz-keyframes uil-ring-anim {
	0% {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-webkit-keyframes uil-ring-anim {
	0% {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-o-keyframes uil-ring-anim {
	0% {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes uil-ring-anim {
	0% {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  .spinningRing {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 200px;
  }
  .spinningRing > div {
	position: absolute;
	display: block;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 80px;
	box-shadow: 0 6px 0 0 #ffffff;
	-ms-animation: uil-ring-anim 1s linear infinite;
	-moz-animation: uil-ring-anim 1s linear infinite;
	-webkit-animation: uil-ring-anim 1s linear infinite;
	-o-animation: uil-ring-anim 1s linear infinite;
	animation: uil-ring-anim 1s linear infinite;
  }


/**
* Header
*/

header {
	color: black;

	background-color: white;

	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

header img {
	height: 42px;
}

nav {
	display: flex;
	padding: 1rem;
}

.nav-links {
	flex-grow:1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.nav-links a {
	font-size: 16px;
	margin: 0 8px;
	text-decoration: none;
	color: black;
}

.nav-links a:hover {
	text-decoration: underline;
}

/**
* Login Page
*/

.confirmContainer {
	background-color: white;
	box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
	margin: 16px;
	padding: 32px;
	min-width: 250px;
}

.loginContainer {
	position: relative;
	max-width: 40rem;
	margin: 5rem auto;
	background: #fff;
	width: 100%;
	padding: 3rem 5rem 0;
	border-radius: 1px;
  }
  .loginContainer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0.98);
			transform: scale(0.98);
	-webkit-transition: -webkit-transform 0.28s ease-in-out;
	transition: -webkit-transform 0.28s ease-in-out;
	transition: transform 0.28s ease-in-out;
	transition: transform 0.28s ease-in-out, -webkit-transform 0.28s ease-in-out;
	z-index: -1;
  }
  .loginContainer:hover::before {
	-webkit-transform: scale(1);
			transform: scale(1);
  }


.container680 {
	max-width: 680px;
	margin: 16px auto;
	width: 100%;
}

.listContainer {
	background-color: white;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	border-radius: 4px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.listTitle {
	font-size: 14px;
	font-weight: 400px;
	margin: 21px 0 12px 0;
	padding: 8px 0 4px 0;
}

.listTitle a {
	font-size: 18px;
	color: black;
}

.listContainer .listItemLink:not(:last-child) .listItem {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.listItemLink {
	color: rgb(95, 99, 104);
	text-decoration: none;
}

.listItemLink.disabled {
	cursor: not-allowed;
}

.listItem {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	box-sizing: border-box;
}

.listItem:hover {
	background-color: rgba(32, 33, 36, 0.1)
}

.listImage, .noListImage {
	height: 25px;
	width: 25px;
}

.listDesc {
	flex-grow: 1;
}

.rightArrow {
	width: 0; 
  	height: 0; 
  	border-top: 6px solid transparent;
  	border-bottom: 6px solid transparent;
  	border-left: 6px solid rgb(95, 99, 104);
}


.listDesc {
	padding: 0 20px;
}

.listDesc > * {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400 !important;
}

.listSubtitle {
	color: rgb(32, 33, 36);
}

.listSubDescription {
	font-size: 13px;
}

/**

	Calendar

*/

.calendarDate  {
	text-align: center;
}

.calendarPageContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}

.calendarContainer {
	background-color: white;
	box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
	width: 308px;
	margin: 16px;
}

.calendarCurrentMonth {
	text-align: center;
}
.calendarCurrentMonth h2 {
	margin: 0;
	font-size: 20px;
}

.calendarCell {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 4px;
}

.calendarWeekdays {
	background: rgba(158,158,158,0.32);
    color: rgba(0,0,0,0.87);
}

.calendarWeekdays, .calendarDays {
	display: flex;
	flex-wrap: wrap;
}

.calendarDay {
	text-decoration: none;
	color: rgba(0,0,0,0.87);
    border-radius: 50%;
	background-color: white;
	transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pastCell {
	cursor: not-allowed;
	color: rgba(0,0,0,0.25);
}

.calendarDay:not(.activeCell):not(.pastCell):hover {
	background-color: rgba(158,158,158,0.32);
	text-decoration: underline;
	color: rgba(0,0,0,0.87);
}

.hasEnoughAppointments {
	background-color: #50C878;
	color: rgba(0,0,0,0.87);
}

.hasEnoughAppointments:not(.activeCell):hover {
	background-color: #50C878 !important;
}

.activeCell {
	background-color: rgb(63,81,181);
    color: rgba(255,255,255,0.87);
}

.calendarMonthSwitcher {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.calendarMonthSwitcherItem {
	padding: 16px;
}

.calendarMonthSwitcherItem a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	width: 54px;
	color: rgba(0,0,0,0.87);
}

.calendarMonthSwitcherItem a:hover {
	text-decoration: underline;
}

.calendarMonthSwitcherItem .calendarArrow {
	height: 30px;
}

.calendarMonthSwitcherItem .calendarRightArrow {
	transform: rotate(180deg);
}

.calendarKey {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}

.calendarKeyDesc {
	font-size: 16px;
	font-weight: 500;
}

.appointmentSlot {
	margin: 8px 0;
	display: flex;
	justify-content: center;
}

.radio {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	font-size: 16px;
	/* margin: 15px; */
}

.radio .label {
	position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.radio .label::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #225CFF;
	transform: scale(0);
	transition: all .2s ease;
	opacity: .08;
	pointer-events: none;
}

.radio:hover .label::after {
	transform: scale(3.6);
}

.appointmentCheckbox {
	display: none;
}

.appointmentCheckbox:checked + .label {
    border-color: #225cff;
}

.appointmentCheckbox:checked + .label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

.materialButton {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	color: rgba(255,255,255,0.87);
	background-color: rgb(63,81,181);
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.materialButton::-moz-focus-inner {
    border: none;
}

/* Overlay */
.materialButton::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(63,81,181);
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.materialButton::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(63,81,181);
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.materialButton:hover,
.materialButton:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.materialButton:hover::before {
    opacity: 0.08;
}

.materialButton:focus::before {
    opacity: 0.24;
}

.materialButton:hover:focus::before {
    opacity: 0.3;
}

/* Active */
.materialButton:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.materialButton:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.materialButton:disabled {
    color: rgba(255,255,255,0.87);
    background-color: rgb(63,81,181);
    box-shadow: none;
    cursor: initial;
}

.materialButton:disabled::before {
    opacity: 0;
}

.materialButton:disabled::after {
    opacity: 0;
}

.noSlots {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-decoration: underline;
}

.appointmentContainer {
	margin: 16px;
	padding: 16px;
	background-color: white;
	box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
	width: 308px;
	display: flex;
    flex-direction: column;
}

.appointmentContainer form {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.appointmentCount {
	font-size: 20px;
	text-align: center;
	margin-bottom: 16px;
}
.appointmentSubmit {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}

.repContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 16px;
}

.repSelectTitle, .currentlyBooking {
	font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}

  
.repSelect select, #method {
background-color: rgb(63,81,181);
color: white;
padding: 12px;
width: 250px;
border: none;
font-size: 20px;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
-webkit-appearance: button;
appearance: button;
outline: none;
}

.repSelect select option {
padding: 30px;
}

.methodSelect {
	display: flex;
	flex-direction: column;
	align-items: center;

}

#method {
	padding: 8px;
	font-size: 16px;
}

#method select option {
	padding: 16px;
}

.methodSelectTitle {
	padding: 16px 32px;
	text-align: center;
	font-size: 18px;
	display: block;

}
  



.niceTable {
    max-width: 1142px;
    margin: 0 auto 25px auto;
    border-collapse: collapse;
    box-sizing: border-box;
    font-size: 1.2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);   
}

.niceTable thead tr {
    background-color: rgb(63,81,181);
    color: #ffffff;
    text-align: left;
}

.niceTable th, .niceTable td {
    padding: 12px 15px;
}

.niceTable tbody tr {
    border-bottom: 1px solid #dddddd;
}

.niceTable tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.niceTable tbody tr:last-of-type {
    border-bottom: 2px solid rgb(63,81,181);
}

.niceTable tbody tr:hover {
    /* color: white; */
    /* background-color: #B70E0C; */

}

.cancelContainer {
	margin: 16px auto;
	padding: 32px;
	background-color: white;
	box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
	max-width: 870px;
}

.cancelContainer h1 {
	color: red;
	text-decoration: underline;
	margin: 0;
}

.cancelContainer h2 {
	font-size: 20px;
}

.addWaitingListContainer {
	margin: 16px auto;
	max-width: 400px;
	display: flex;
	justify-content: center;
}