body{
	margin:0;
	padding:0;
	background:#f0f0f0;
	color: #535353;
	font-family: "Roboto", sans-serif;
	font-size: 0.87rem;
	line-height: 1.6;

}

a{
	text-decoration: none;
	color: #444444;
}

a:hover{
	color: #000000;
}
sup{
	color: red;
}
h1{
	font-family: "Roboto", sans-serif;
	color: #404041;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
.headerrow a{text-decoration: none;}

footer {
	display: block;
	width: 100%;
	background-color: #d0d8da;
	margin-top: 0px;
	/*position: fixed;*/
	bottom: 0;
	height: 110px;
	color:#173b47;
	padding-top: 30px;
	z-index: 99;
}

img{
	max-width: 100%;
}
.btn-warning{
	background-color: #F0B323;
	border-color: #F0B323;
}
.btn-success{
	
	background-color: #4EA26D;
	border-color: #4EA26D;
}
.fr-image{
	top:50%;
	left: 50%;
	transform: translate(-50%, 10%);
	position: relative;
	max-width: 300px;
}

.fr-image2{
	max-width: 170px;
}

.frontwelcome{
	text-align: center;
	top: 55vh;
	width: 100%;
	position: absolute;
	left: 0;
}
.frontwelcome span{
	text-align: center;
}

.fr-image-on{
	position: relative;
	max-width: 93px;
	display: inline-block;
}
.headerrow{
	position: relative;
	height: auto;
	border-bottom: 1px solid #dedede;
}
.headerlogo{
	display: block;
	height: 78px;
	position: relative;
	text-align: center;
}
.headertext{
	display: inline-block;
	height: 118px;
position: relative;
width: 210px;
}
.htt{position: absolute;
bottom: 8px;
left: 10px;
/* float: left; */
width: 200px;
height: 50px;
}

.profile{
	display: block;
right: 0;
float: right;
position: absolute;
height: 118px;
top: 0;
}
.profile ul{
position: absolute;
bottom: 0;
width: 300px;
right: 0;
}
.profile ul li{
	list-style-type: none;
}
.profile i{font-size: 30px;font-weight: 100;top: -2px;position: relative;}

.profile a div{
	margin-right: 10px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}
.profile a div span{
	font-size: 12px;
	text-transform: none;
	font-style: italic;
}

.menurow{
	display: block;
	bottom: 0;
	position: relative;
	height: auto;
vertical-align: middle;
}
.menu{margin-bottom: 0;padding-left: 0;max-height: 60px}
ul.menu:not(.sub-menu) > li span.menu-item-wrapper {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

ul.menu > li a.active{
	color: #fff !important;
}

ul.menu > li {
	display: inline-block;
	border-right: 1px solid #dedede;
	position: relative;
	height: 60px;
	margin: 0;
	margin-left: -4px;
}
.menu a{
	border:none;
	cursor: pointer;
}

ul.menu li.menu-item.current-menu-item a {
text-decoration: none;
color: #404041;
background-color: #e4ddd2;
cursor: pointer;
}

ul.menu li.menu-item a {
text-decoration: none;
background-color: transparent;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

ul.menu > li span.menu-item-wrapper a {
font-family: "Roboto", sans-serif;
font-size: 0.9375em;
line-height: 60px;
line-height: 60px;
padding: 0 15px;
top: 0;
display: block;
background-color: transparent;
color: #404041;
position: relative;
z-index: 3;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

ul.menu > li span.menu-item-wrapper a:hover {
text-decoration: none;
color: #fff;
background-color: #183c48;
}

ul.menu > li span.menu-item-wrapper a:after {
background-color: #183c48;
}

ul.menu > li span.menu-item-wrapper a:after {
content: attr(data-content);
z-index: -1;
width: 100%;
height: 100%;
display: block;
position: absolute;
bottom: -100%;
left: 0;
text-align: center;
color: white;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.contentdiv{
	margin-top: 10px;
	margin-bottom: 120px;
	min-height: 600px;
}

.modulbox{
	background:#fff;
	border:1px solid #C7C7C7;
	border-radius: 5px;
	margin-bottom: 8px;
}

.modulheader{
	padding: 10px;
	border-radius: 5px;
	margin-right: 0 !important;
	margin-left: 0 !important;
	overflow: hidden;
	position: relative;
}
/*.modulheader.active, .modulheader:hover{
	background:#f8f8f8;
}*/

.btnbox:hover{
	background:#f8f8f8;
}

.modultitle{
	font-weight: 700;
	font-size: 18px;
}
.modulbrief{
	display: none;
	padding: 10px;
	border-radius: 5px;
}
.availableplace{
	float: right;
	padding-top: 5px;
}
.modulappointment span{
	float: right;
	font-weight: 100;
	background:rgb(206, 225, 177);
	border-radius: 5px;
	padding: 4px 12px;
	color: #000;
	margin-left: 8px;
	position: relative;
	top:-5px;
	width: 100%;
text-align: center;
margin-top: 4px;
max-height: 30px;
}
.modulappointment{padding-left: 15px;}
.btnbox{z-index: 3;}
.regbtn{ margin-right: 4px; margin-bottom:4px;background-color: rgba(255,228,196,1);border-color: rgba(255,228,196,1);cursor: pointer;z-index: 4;max-height: 30px; }
.noreg{ margin-right: 4px; margin-bottom:4px;background-color: rgba(0,0,0,0.5);border-color: rgba(0,0,0,0.5);cursor: pointer;z-index: 4;max-height: 30px; color:#fff; }
.noreg:hover{background-color: rgba(0,0,0,0.5);border-color: rgba(0,0,0,0.5);}
.moduldetails{
	background:rgba(0,0,0,0.6);
	color: #fff;
	border-radius: 5px;
	padding: 3px 7px;
	width: 100px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 7px;
}

.modulregistration{display:none;text-align: center;}
@media screen and (max-width: 991px){
	.username{
		display: none;
	}
	.profile{height: auto;}
	.profile ul{
		width: 70px;
	}
	.menu{padding-left: 0;}
	.menurow{display: contents;}
	.headerrow{height: auto;}
}





.wrapper{
	
}

.container2{
	width: 80vw;
	height: 100%;
	margin: 0 auto;
	max-width: 1000px;
}




.cta_button {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 16.15px 0.85px rgba(0, 0, 0, 0.5);
	z-index: 13;
	text-transform: uppercase;
	color: #c5281c;
	width: 80%;
	height: 80px;
	line-height: 80px;
	margin: 10px auto 10px;
	font-size: 2vw;
	cursor: pointer;
}

.cta_button2 {
	background: rgba(133,23,20,0.8);
	box-shadow: 0px 10px 16.15px 0.85px rgba(0, 0, 0, 0.5);
	z-index: 13;
	text-transform: uppercase;
	color: #fff;
	width: 60%;
	height: 60px;
	line-height: 60px;
	margin: 10px auto 10px;
	font-size: 20px;
	cursor: pointer;
	padding: 15px 30px 0;
}

@media screen and (max-width: 1024px){
	.cta_button2{
		font-size: 16px;
		line-height: 16px;
	}
}

@media screen and (max-width: 600px){
	.cta_button2{
		font-size: 12px;
		line-height: 12px;
	}
	.left, .right{
		width: 80% !important;
	}
}
@media screen and (max-width: 320px){
	.cta_button2{
		font-size: 10px;
		line-height: 10px;
	}
}
.cta_button2:disabled{
	cursor: not-allowed;
}
.cta_button2:disabled:hover{
	background: rgba(133,23,20,0.8) !important;
	color: #fff !important;
	cursor: not-allowed;
}

.cta_button2:hover{
	background-color: rgb(255, 255, 255);
	color: #c5281c;
	
}

.regform{
	width: 80%;
	margin: 30px auto 0;
	color:rgba(133,23,20,0.8);
	
}
.left{
	width: calc(49% - 60px);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-weight: 700;
}
.right {
	width: calc(49% - 60px);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-weight: 700;
}
/*.form-control {
    width: 80%;
    height: 32px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
}*/

.cta_hl{
	font-size: 38px;	
	color:rgba(133,23,20,0.8);
	margin-bottom: 40px;
}
.cta_sec_hl{
	color:#555;
	font-size: 25px;
}



.thankyou{
	background: rgba(168,27,56,0.85);
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-family: "helvetica_ce_35_thinregular", Arial, sans-serif;
	font-weight: 300;
	padding: 40px 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80vw;
	max-width: 1000px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.error {
	border:1px solid #fff;
	background:red;
}
.extra{display: none;position: absolute;
color: #fff;
background: red;
padding: 1px 20px;transform: rotate(-45deg);
left: -20px;transform: rotate(-45deg);
left: -22px;
top: 6px;
overflow: hidden;font-size: 11px;}

.dl-box{
	padding: 10px;
margin-bottom: 20px;
}
.dl-box .row{
	background: #f8f8f8;
border-radius: 5px;
margin-bottom: 4px;padding: 10px 20px;border: 1px solid #dedede;
}



/* ADMIN */
.adminmenu{
	list-style-type: none;
	margin-top: 40px;
	padding-left: 0;
}
.adminmenu li{
	display: inline-block;
margin-right: 10px;
}

.profilelogoutrow{display:none;background: white;
position: absolute;
right: 60px;
margin-top: -60px;
padding: 10px 20px;
width: 200px;
text-align: center;}



.activemenu{
	text-decoration: none;
	color: #fff;
	background-color: #183c48;
}

.activemenu input{
	color:#fff !important;
}

.modulregistration{
	position: fixed;
	z-index: 9;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9);
}
.modulregistration .col-md-6{
	top: 50%;
}

.dontreg{
	width: fit-content;
	padding-top: 6px;
	background: grey;
	border: 1px solid grey;
}