﻿/**** Genereal ****/
@font-face {
	font-family: 'simple-line-icons';
	src: url(../fonts/Simple-Line-Icons.eot?v=2.4.0);
	src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url(../fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(../fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(../fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
	font-weight: 400;
	font-style: normal
}


body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.sh-heading span.sh-heading-content {
	font-family: "Roboto";
	color: #363636;
	font-weight: 700;
}

body {
	background-image: url('../Images/Ambulance/back03.jpg') !important;
	background-repeat: no-repeat !important;
	background-size: contain;
	font-family: "Montserrat";
	color: #363636;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
}

textarea:focus,
input:focus,
select:focus {
	outline: none;
}

a,
a:hover {
	text-decoration: none;
}

.link {
	cursor: pointer;
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
	transition: all 5000s ease-in-out 0s;
	transition-property: background-color, color;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #333;
	font-weight: 400 !important;
}

/**** Default ****/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

* {
	box-sizing: border-box;
}

body {
	--h: 212deg;
	--l: 43%;
	--brandColor: hsl(var(--h), 71%, var(--l));
	font-family: Montserrat, sans-serif;
	margin: 0;
}

p {
	margin: 0;
	line-height: 1.6;
}

ol.ambulanceListElement {
	list-style: none;
	counter-reset: list;
	padding: 0 1rem;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding-top:20px;
}

.ambulanceListElement li {
	/*--stop: calc(100% / var(--length) * var(--i));*/
	--stop: 100%;
	--l2: 88%;
	--h: calc((var(--i) - 1) * (180 / var(--length)));
	--c1: hsl(var(--h), 71%, var(--l));
	--c2: hsl(var(--h), 71%, var(--l2));
	position: relative;
	counter-increment: list;
	max-width: 45rem;
	margin:0 auto 1rem auto;
	padding: 2rem 1rem 1rem;
	box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;
	overflow: hidden;
	background-color: white;
}

.ambulanceListElement li::before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}

.ambulanceListElement h3 {
	display: flex;
	align-items: baseline;
	margin: 0 0 1rem;
	color: rgb(70 70 70);
}

	.ambulanceListElement h3::before {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 auto;
		margin-right: 1rem;
		width: 3rem;
		height: 3rem;
		/*content: counter(list);*/
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		content: "\f0f1";
		padding: 1rem;
		border-radius: 50%;
		background-color: var(--c1);
		color: white;
	}

.ambulanceListElement.mod h3::before {
	content: "\f0f0";
}

.rz-button.btn-primary,
.btn-primary.rz-paginator-element {
	font-size: 14px;
	border-radius: 45px;
	background-color: #ff913f;
	color: #fff;
	padding: 14px 31px;
	height: auto;
}

.logoMainBottom {
	display:none;
}

.w-xxpx {
	width: 200px!important;
}

/**** Header ****/
.display-flex {
	display: flex;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(250, 250, 250, 0.8);
	-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);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.sticky+#wrapper {
	padding-top: 130px;
}

.sh-header-main-logo h1 {
	margin: 5px 0 !important;
}

.header-main-content-right {
	flex: 1;
}

.header-main-navigation {
	display: table;
	margin-left: auto;
}

.header-main-navigation a {
	padding: 0em 1.2em;
	font-size: 15px;
	color: #363636 !important;
	font-weight: 400 !important;
	font-family: "Montserrat";
	min-height: 90px;
	line-height: 90px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.8);
}

.sticky .header-main-navigation a {
	padding: 15px;
	background: rgba(255, 255, 255, 0);
}

.header-main-navigation a:hover {
	color: #0078aa !important;
	text-decoration: none;
}

.buttonicons span:before {
	content: "";
	background-color: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0%;
	left: -10px;
}

/**** Content ****/
#wrapper {
	position: relative;
	/*padding-bottom: 100px;*/
}

.headline-box .headline {
	margin-top: 100px;
	font-size: 48px;
	line-height: 48px !important;
	font-weight: 700 !important;
	font-family: "Roboto";
	color: #363636;
	max-width: 600px;
}

.headline-box .headline-subtitle {
	font-size: 14px;
}

.rz-button.btn-primary,
.btn-primary.rz-paginator-element,
.rz-button.btn-secondary,
.btn-secondary.rz-paginator-element {
	background: rgba(61, 191, 100, 1) !important;
	background: -moz-linear-gradient(top, rgba(61, 191, 100, 1) 0%, rgba(45, 138, 72, 1) 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61, 191, 100, 1)), color-stop(100%, rgba(45, 138, 72, 1))) !important;
	background: -webkit-linear-gradient(top, rgba(61, 191, 100, 1) 0%, rgba(45, 138, 72, 1) 100%) !important;
	background: -o-linear-gradient(top, rgba(61, 191, 100, 1) 0%, rgba(45, 138, 72, 1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(61, 191, 100, 1) 0%, rgba(45, 138, 72, 1) 100%) !important;
	background: linear-gradient(to bottom, rgba(61, 191, 100, 1) 0%, rgba(45, 138, 72, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3dbf64', endColorstr='#2d8a48', GradientType=0) !important;
	border-radius: 0;
	line-height: inherit;
	height: auto;
	padding: 0.5rem 2rem;
	transition: 0.3s;
	font-size: initial;
	overflow:hidden;
}

.rz-button.btn-secondary,
.btn-secondary.rz-paginator-element {
	background: rgba(170, 170, 170, 1) !important;
	background: -moz-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(170, 170, 170, 1)), color-stop(100%, rgba(125, 125, 125, 1))) !important;
	background: -webkit-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	background: -o-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	background: linear-gradient(to bottom, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#7d7d7d', GradientType=0) !important;
}

.rz-button.btn-primary span,
.rz-button.btn-secondary span {
	font-family: Montserrat-Medium, Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
	font-weight: normal !important;
	font-size: 0.8rem;
	top: 1px;
	margin-left: 5px;
	position: relative;
}

.rz-button.btn-primary.JustIconButton {
	background: transparent !important;
	color: #3d5a80;
}

.rz-button.btn-primary:focus,
.rz-button.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.buttonicons {
	margin-right: 5px;
}

.buttonicons span,
.buttonicons .icon {
	height: 100%;
	text-align: center;
	display: inline;
	top: 0;
	position: relative;
}

.buttonicons .icon.nospan {
	display: contents;
}

.buttonicons span {
	line-height: inherit;
	font-size: 22px;
	text-transform: uppercase;
	left: 0;
	margin-right: 5px;
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.buttonicons span >span:before {
	content: "";
	background-color: #367899;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0%;
	left: -10px;
}

.rz-button.btn-primary.CancelButton,
.rz-switch .rz-switch-circle {
	background: rgba(170, 170, 170, 1) !important;
	background: -moz-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(170, 170, 170, 1)), color-stop(100%, rgba(125, 125, 125, 1))) !important;
	background: -webkit-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	background: -o-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	background: linear-gradient(to bottom, rgba(170, 170, 170, 1) 0%, rgba(125, 125, 125, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#7d7d7d', GradientType=0) !important;
}

.rz-button.btn-primary.DeleteButton {
	background: rgba(216, 25, 38, 1) !important;
	background: -moz-linear-gradient(top, rgba(216, 25, 38, 1) 0%, rgba(143, 21, 31, 1) 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216, 25, 38, 1)), color-stop(100%, rgba(143, 21, 31, 1))) !important;
	background: -webkit-linear-gradient(top, rgba(216, 25, 38, 1) 0%, rgba(143, 21, 31, 1) 100%) !important;
	background: -o-linear-gradient(top, rgba(216, 25, 38, 1) 0%, rgba(143, 21, 31, 1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(216, 25, 38, 1) 0%, rgba(143, 21, 31, 1) 100%) !important;
	background: linear-gradient(to bottom, rgba(216, 25, 38, 1) 0%, rgba(143, 21, 31, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81926', endColorstr='#8f151f', GradientType=0) !important;
}

.buttonicons span >span:before {
	background-color: #fff;
}

.buttonicons .icon {
	width: 28%;
	right: 13px;
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.buttonicons .icon i {
	vertical-align: middle;
}

.buttonicons .icon .fa {
	font-size: 1.0625rem;
	vertical-align: middle;
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
	height: 12%;
}

.buttonicons:before {
	position: relative;
	width: 28%;
	right: 13px;
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.buttonicons:hover:before {
	right: -40%;
}

.buttonicons.loading .icon .fa,
.buttonicons:hover .icon .fa {
	font-size: 1.0625rem;
}

.buttonicons.loading span,
.buttonicons:hover span {
	left: 72%;
	opacity: 0;
}

.headline-box .headline-subtitle select {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.headline-box .headline-subtitle .selectric-wrapper {
	display: inline-block;
	min-width: 300px;
}

.row.wrapper {
	width: 100%;
	max-width: 1640px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.boxShadow {
	-webkit-box-shadow: 10px 10px 15px -9px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 10px 10px 15px -9px rgba(0, 0, 0, 0.16);
	box-shadow: 10px 10px 15px -9px rgba(0, 0, 0, 0.16);
}

.rz-steps .rz-steps-item:not(:last-child):after {
	display: 'block';
	content: '';
	flex: auto;
	height: 1px;
	margin-right: 16px;
	background-color: var(--rz-base-300);
}

#AmbulanceSelector {
	background-color: rgba(255,255,255,0.7);
}

.ambulanceSelector li {
	transition: all .2s ease-in-out;
}

.ambulanceSelector  li:hover {
	padding-left: 2rem;
}

.nav-tabs .nav-link {
	border-color: rgba(222, 226, 230, 1);
	background: #c0dded;
	color: rgba(0,0,0,1);
}

	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		background: rgba(71, 157, 200, 1);
		font-weight:600;
	}


	.row.wrapper.ambulance-information {
		padding-right: 50px !important;
		/*padding-bottom: 100px !important;*/
		padding-left: 50px !important;
		/*background-color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 5px 20px rgba(0,0,0,0.05);*/
	}

	#ambulance-information {
		padding-top: 1px !important;
		padding-bottom: 100px !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		margin-top: 50px;
		background: #dfeef6;
	}

	#ambulanceDetails.row.wrapper {
		margin-top: 0;
		margin-bottom: 150px;
	}

	#ambulanceDetails.row.wrapper .col-md-4 {
		margin-top: 50px;
		background: #dfeef6;
		margin-left: 10px;
		margin-right: 10px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05);
	}

	#ambulanceDetails.row.wrapper .col-md-2 {
		text-align: center;
		margin-top: 50px;
		background: #fff;
		margin-left: 10px;
		margin-right: 10px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05);
	}

	#ambulanceDetails.row.wrapper .col-md-6 {
		margin-top: 50px;
		background: #fff;
		margin-left: 10px;
		margin-right: 10px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05);
	}

	.row.wrapper .col-1,
	.row.wrapper .col-2,
	.row.wrapper .col-3 {
		padding-top: 80px !important;
		padding-right: 40px !important;
		padding-bottom: 60px !important;
		padding-left: 40px !important;
		border-radius: 10px !important;
	}

	.ambulance-information.row.wrapper .col-1,
	.ambulance-information.row.wrapper .col-3 {
		background-color: #fff !important;
		margin: 0 10px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05);
	}

	.ambulance-information.row.wrapper .col-2 {
		background-color: #fff !important;
		margin: 0 10px;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05);
	}

	.row.wrapper h2 {
		font-family: "Montserrat";
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600;
	}

	.row.wrapper i {
		font-size: 36px;
		color: #0078aa;
	}

	#ambulanceDetails.row.wrapper .col-md-6 #attendanceSheet h2 {
		margin-top: 0;
	}

	#attendanceSheet input {
		border-width: 0px !important;
		border-bottom-width: 1px !important;
		border-radius: 0px;
		line-height: 62px !important;
		min-height: 62px;
		padding: 0 26px;
		font-size: 14px;
		width: 100%;
	}

	#attendanceSheet input:focus {
		border-bottom-color: #47c9e5;
	}

	#attendanceSheet label {
		display: block;
		font-weight: normal;
		position: relative;
		padding: 20px 26px 10px 40px;
	}

	#attendanceSheet label #dataProtection {
		width: auto;
	}

	#attendanceSheet label input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

	.checkmark {
		position: absolute;
		left: 0;
		top: 16px;
		height: 25px;
		width: 25px;
		margin-left: 10px;
		border: 1px solid #e3e3e3;
		cursor: pointer;
	}

	#attendanceSheet label:hover input~.checkmark {
		border-color: #ccc;
	}

	#attendanceSheet label input:checked~.checkmark {
		background-color: white;
	}

	.checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	#attendanceSheet label input:checked~.checkmark:after {
		display: block;
	}

	#attendanceSheet label .checkmark:after {
		left: 9px;
		top: 5px;
		width: 5px;
		height: 10px;
		border: solid #ccc;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	a.button {
		font-size: 14px;
		border-radius: 45px;
		background-color: #ff913f;
		color: #fff;
		border: 2px solid transparent;
		padding: 14px 31px;
		display: inline-block;
		text-align: center;
		background-position: 50% 50%;
		background-size: cover;
		cursor: pointer;
		position: relative;
		text-decoration: none;
		margin-top: 15px;
	}

	a.button:hover {
		background-color: rgba(0, 0, 0, 0.01);
		color: #363636;
		border: 2px solid #ff913f;
	}

	.ambulance-details-days label {
		width: 120px;
	}

	.ambulance-details-days span {
		display: inline-block;
		/*width: 42px;*/
		text-align: end;
	}

	footer {
		padding-top: 20px !important;
		padding-right: 50px !important;
		padding-bottom: 0 !important;
		padding-left: 50px !important;
		background-color: #363636 !important;
		font-size: 14px;
		color: #f4f4f4;
		/*position:fixed;*/
		bottom: 0;
		width: 100%;
	}

	.animation-element {
		opacity: 0;
		-moz-transition: all 500ms;
		-webkit-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		transition: all 500ms linear;
		/* -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);*/
	}

	.animation-element.in-view {
		opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}

	.animation-element.in-view.col-2 {
		transition-delay: 0.7s;
	}

	.animation-element.in-view.col-3 {
		transition-delay: 0.9s;
	}

	#attendanceList div.pickAttendanceOption {
		margin-top: 5px;
		/*background: rgba(64, 198, 103, 1);*/
		background:#b8d8be;
		cursor: pointer;
		width: 48%;
		display: inline-block;
		margin-right: 3px;
		text-align: center;
		color: #000;
	}

	#attendanceList div.pickAttendanceOption:hover {
		background: #ff913f
	}

	#attendanceList div.pickAttendanceOption.selectedOption {
		background: #ff913f;
	}

	#attendanceList div.pickAttendanceOption.reserved {
		background: rgba(128, 128, 128, 0.6);
		cursor: text;
	}

	#attendanceList div.pickAttendanceOption.chosen {
		background: rgba(255, 145, 63, 1)
	}

	#attendanceList div.pickAttendanceOption a,
	#attendanceList div.notAvailableOption a {
		padding: 5px 10px;
		text-align: center;
		color: #fff;
		display: flex;
	}

	#attendanceList div.pickAttendanceOption a span,
	#attendanceList div.notAvailableOption a span {
		margin: 0 auto;
	}

	#attendanceList div.notAvailableOption {
		margin-top: 5px;
		background: rgba(0, 0, 0, 0.6);
		cursor: text;
		width: 48%;
		display: inline-block;
	}

	#attendanceList div.notAvailableOption a {
		cursor: text;
	}

	.selectedOptions {
		padding: 5px 10px;
		background: #ff913f;
		color: #fff;
		font-weight: bold;
	}

	.containerHr {
		position: relative;
	}

	.containerHr:before {
		content: "";
		position: absolute;
		width: 300px;
		height: 1px;
		bottom: -10px;
		left: 0%;
		border-bottom: 1px solid #e5e5e5;
	}

	.AmbulanceSheetLeft {
		width: 60%;
		float: left;
	}

	.AmbulanceSheetRight {
		width: 40%;
		float: left;
		padding-top: 18px;
	}


	#AmbulanceSelector>div,
	#AmbulanceSelectorFullWidth>div {
		width: 100%;
	}

	#calendar {
		width: 400px;
		border: 1px solid #dfeef6;
		margin-top: 50px;
		-webkit-box-shadow: 0px 0px 41px -4px rgba(0, 0, 0, 0.19);
		-moz-box-shadow: 0px 0px 41px -4px rgba(0, 0, 0, 0.19);
		box-shadow: 0px 0px 41px -4px rgba(0, 0, 0, 0.19);
	}

	#calendar #navigationBar td:hover {
		font-weight: bold;

	}

	#calendar td {
		height: 48px;
		text-align: center;
		vertical-align: middle;
		border-right: 1px solid #dfeef6;
		border-top: 1px solid #dfeef6;
		width: 14.28571429%;
	}

	#calendar .activeDay {
		display: block;
		line-height: 45px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background-color: rgba(61, 191, 99, 0.3);
	}

	#calendar .activeDay:hover {
		color: #fff !important;
		font-size: 16px;
		background: #3dbf63
	}

	#AttendanceForm {
		background-color: rgba(255, 255, 255, 0.9);
	}

	#AttendanceForm .rz-colorpicker,
	#AttendanceForm .rz-lookup-search input,
	#AttendanceForm .rz-spinner,
	#AttendanceForm .rz-calendar .rz-inputtext,
	#AttendanceForm .rz-multiselect,
	#AttendanceForm .rz-dropdown,
	.mask,
	#AttendanceForm .rz-textarea,
	.rz-textbox {
		width: 100%;
		/*border: none;*/
		border-bottom: 1px solid #dadfe2;
		-webkit-box-shadow: none;
		box-shadow: none;
		/*border-radius: 0;*/
		padding: 25px 10px;
	}

	.ambulanceFormQuestions .rz-textbox{
		padding:0 10px;
	}

.row.attandanceTypes {
	margin-top:10px!important;
}

.rz-calendar .rz-inputtext:hover:not(:focus),
.rz-textarea:hover:not(:focus),
.rz-textbox:hover:not(:focus) {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #47c9e5;
}

	#AttendanceForm input:focus {
		border-bottom-color: #47c9e5;
	}

	.rz-messages-error {
		width: 200px;
	}

	.rz-message-popup {
		right: 40px;
	}

	.rz-message-popup:before {
		content: none;
	}


	.rz-notification {
		position: fixed !important;
		top: 0 !important;
		right: 10px !important;
	}

	.rz-notification-message.rz-growl {
		top: 20px !important;
		right: 20px !important;
		left: inherit !important;
	}

	.w-220px {
		width: 220px;
	}

	.rz-steps ul {
		text-align: center;
		font-weight: bold;
	}

	.rz-steps-buttons {
		font-weight: bold;
	}


	.rz-steps .rz-widget-content {
		background-color: rgb(255 255 255 / 70%) !important;
		overflow: visible;
	}

	.rz-fieldset-legend-text {
		vertical-align: middle;
		font-weight: bold;
	}

.CalCal {
	margin: 0;
}

.containers {
	width: 550px;
	height: 350px;
	perspective: 1032;
	-webkit-perspective: 1032;
	margin: 2rem auto;
	position: relative;
}

.Calcard {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transition: transform 1s ease;
	cursor: pointer;
}

.back, .front {
	border-radius: 6px;
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.contentfront {
	width: 100%;
	height: 100%;
	float: left;
	transform: translatez(60px);
	-webkit-transform: translatez(60px);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.contentback {
	width: 100%;
	height: 100%;
	float: left;
	transform: translatez(60px);
	-webkit-transform: translatez(60px);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}


.Calcard.flipped .back {
	opacity: 1;
	transition: opacity 1s ease-in-out;
}

.Calcard .back {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.back {
	transform: rotateY(180deg);
	border: 1px solid rgba(125, 125, 125, 1);
	background: #f5f5f5;
	-webkit-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.68);
	box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.68);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	min-height: 100%;
}
#today {
	color: #fff;
	float: right;
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index:1
}

#today i{
	font-size:40px;
}

.front {
	text-transform: uppercase;
	border: 1px solid rgba(125, 125, 125, 1);
	background: #f5f5f5;
	-webkit-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.68);
	box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.68);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.date {
	height: 100%;
	width: 140px;
	float: left;
	background-color: #E76642;
	border-radius: 0 6px 6px 0;
	text-align: right;
	padding: 10px 30px;
	box-sizing: border-box;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.datecont {
	height: 100%;

}
#attendanceList, #attendanceList h5 {
	font-family: 'Montserrat', sans-serif;
	color: #232227;
}
#date {
	font-size: 50px;
	color: #ECECE7;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	float: right;
}

#day {
	float: right;
	font-size: 14px;
	color: #232227;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

#month {
	float: right;
	color: #232227;
	font-family: 'Montserrat', sans-serif;
}

.date i {
	color: #ECECE7;
	display:inline;
}

	.date i:hover {
		color: #232227;
		transition: .3s ease;
	}

.month {
	height: 100%;
	width: 405px;
	float: left;
	padding: 20px 30px;
	box-sizing: border-box;
}

	.month table {
		width: 100%;
	}

.orangeTr {
	color: #E76642;
}

.whiteTr {
	color: #ECECE7;
}

	.whiteTr th:hover {
		color: #E76642;
		transition: .3s ease;
	}

	.whiteTr th:hover .today {
		color: #fff;

	}

.month tr {
	height: 39px;
}

.month th {
	width: 14%;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#000;
}

.month th span{
	padding: 4px 8px ;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.month th .today{
	background:#E76642;
}



	.month th .activeDay {
		background: #b8d8be;
	}

.flipped {
	transform: rotateY(-180deg);
	/*height:400px;
  width:200px;
  left:calc(50% - 100px);
  top:calc(50vh - 200px);*/
}

.backcontainer {
	transform-style: preserve-3d;
	width: calc(100% - 30px);
	min-height: calc(100% - 20px);
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom:10px;
	/*transform:translatez(60px) scale();*/

	background-color: #E76642;
	border-radius: 6px;
	padding: 10px 30px;
	box-sizing: border-box;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
.font-weight-bold {
	font-weight: 600!important;
}

#previous:hover, #next:hover {
	color: #E76642;
}
.row {
	margin: 0 !important
}

.rz-card i {
	font-size: 5rem;
	color: #d5bd08;
	display: flex;
	align-items: center;
}

.mb-2 {
	margin-bottom:1rem!important;
}

#backfront {
	color:#fff;
}

.errorIcon {
	position:absolute;
	top:25px;
	right:10px;
	color:red;
}

.rz-fieldset-content{
	padding-top:0
}

.closedDay {
	width:80px;
	text-align:center!important;
}

#AmbulanceSelector .nav-item {
	cursor: no-drop;
}

#AmbulanceSelector .nav-item.clickable{
	cursor:pointer
}

#AmbulanceSelector .nav-item.clickable:hover .nav-link {
	background: rgba(71, 157, 200, 1);

}

.rz-switch.rz-switch-checked .rz-switch-circle {
	background: linear-gradient(to bottom, rgba(71, 157, 200, 1) 0%, rgba(61, 90, 128, 1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479dc8', endColorstr='#3d5a80', GradientType=0) !important;
}

.attendanceTypeLabel label{
	overflow: initial;
	margin-top:-10px
}
.attendanceTypeLabel {
	padding:0 10px !important;
	height:50px;
	line-height:50px;
}

.w-90 {
	width: 90% !important;
}

.viewSwitch {
	overflow: hidden;
}



.viewSwitch>span {
	margin-top: 0.25rem;
}
 

/**** Response ****/


@media (max-width: 992px) {
	ol.ambulanceListElement {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	.nav-tabs .nav-link {
		font-size: 0.6rem;
	}
}

@media (max-width: 768px) {

	.nav-tabs .nav-link {
		font-size:0.8rem;

	}
	.nav-item {
		width:100%;
	}

	.ambulance-details-days .col-7 {
		width:100%;
	}

	.containers {
		width:420px;
	}
	.month {
		width:270px;
	}

	.resFull,
	.ambulanceFormQuestions .col-6 {
		width: 100% !important;
	}

	.ambulanceFormQuestions label {
		font-weight:bold;
	}

}

@media (max-width: 400px) {
	.containers {
		width: 330px;
	}

	.month {
		width: 180px;
		padding:20px 5px 20px 15px;
	}
	.month th {
		font-size: 10px;
	}

	.month th span {
		width: 20px;
		height: 30px;
	}

	.month th span {
		padding: 7px 5px;
		width: 20px;
		height: 30px;

	}
}


@media (min-width: 40em) {
	

	.ambulanceListElement h3 {
		font-size: 1.25rem;
		margin: 0;
	}

		.ambulanceListElement h3::before {
			margin-right: 1.5rem;
		}
}


