


#toasts {
    z-index: 2000;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
}
.toast {
    background-color: #fff;
}

.toast-header {
    background-color: #fff;
}


.controlhead {
	background-color: #FDE1E1;
	padding: 0.25rem;
	color: #212529;
}



.heroimage{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.heroimage .container{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.heroimage .container h1{
	text-align:center;
	font-size:3.5rem;
	padding-left:6rem;
	padding-right:6rem;
	margin-bottom: 1rem;
}


.heroimage .container h2{
	text-align:center;
	padding-left:6rem;
	padding-right:6rem;
	margin-bottom: 0;
}

.heroimage .container h3{
	margin-top: 7rem;
	margin-bottom: 7rem;
	padding:0.6rem;
}

#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#ffffff;
	height:5.4rem;
	z-index: 99;
}


@media (min-width: 992px){
	#pagename{
		display:none;
	}
}



.modal-dialog{
	z-index: 999;
}

.timeline-data{
	border-radius: 6px;
	box-shadow: 0 2px 8px -2px rgb(0 0 0 / 30%);
	padding:0.85rem;
}

.timeline-clock{
	display: block;
	width: 48px;
	height: 48px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 50%;
	text-align: center;
	line-height: 0;
	font-size: 0;
	float: left;
	padding: 0;
}



.timeline-clock i{
	padding-top: 5px;
	line-height: 38px;
	font-size: 22px;
	color:#ffffff;
}


.timeline-center{
	width:4px;
	background-color:#D6D6D6;
	height:100%;
}

.angleslider{
	width:200px;
}

.hide{
	display:none;
}


