@charset "UTF-8";
/* CSS Document */

.leftcol {
	width: -moz-calc(100% - 150px);width: -webkit-calc(100% - 150px);width: -o-calc(100% - 150px);width: calc(100% - 150px); 
	margin-left:75px;
	margin-right:75px;
	padding-bottom:35px;
	height: 100%;
	display:block;
	float:left;
}

.rightcol {
	width:338px;
	height: 100%;
	display:block;
	background:#f1f3f2;
	float:right;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	overflow-y: auto;
}

.searchcont {
	width:auto;
	height:43px;
	display:block;
	float:right;
	position:relative;
	top:-120px;
	margin-bottom:-43px;
}
.floatcountry {
	width:350px;
	float:right;
	margin-right:10px;
}
.floatcourse {
	width:350px;
	float:right;
}

.leftcol h1,
.rightcol h1 {
	color:#878787;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:20px;
	text-align:left;
	border-bottom:1px solid #dee2e5;
	width:100%;
	padding-bottom:26px;
	float:left;
	margin-top:49px;
	margin-bottom:50px;
}
.rightcol h1 {
	width: -moz-calc(100% - 90px);width: -webkit-calc(100% - 90px);width: -o-calc(100% - 90px);width: calc(100% - 90px);
	margin-left:45px;
	margin-right:45px;
	margin-top:49px;
}

.leftcol h4 {
	color:#cc322a;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:45px;
	line-height:45px;
	text-align:center;
	margin-bottom:12px;
}
.leftcol h5 {
	color:#cc322a;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-size:16px;
	line-height:22px;
	text-align:center;
}
.leftcol h6 {
	color:#878787;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-size:12px;
	line-height:18px;
	text-align:center;
}

.rightcol h5 {
	color:#949494;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:18px;
	text-align:left;
	padding-right:45px;
	text-decoration:none;
}
.rightcol h6 {
	color:#535353;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:18px;
	text-align:left;
	padding-right:45px;
	text-decoration:none;
}

a .activity {
	height:110px; width:77px; display:block; background:url(../../images/activity.png) left no-repeat; float:left;
}
a .activityInfo {
	height:70px; padding-bottom:20px; padding-top:20px; width:-moz-calc(100% - 77px);width:-webkit-calc(100% - 77px);width:-o-calc(100% - 77px);width:calc(100% - 77px);display:block;float:left;background:none;
}
a:hover .activity {
	height:110px; width:77px; display:block; background:url(../../images/activity_hover.png) left no-repeat #cc322a; float:left;
}
a:hover .activityInfo {
	background:#cc322a;
}
.rightcol a:hover h5,
.rightcol a:hover h6 {
	color:#fff;
}

.log {
	height:110px; width:77px; display:block; background:url(../../images/activity.png) left no-repeat; float:left;
}
.logInfo {
	height:70px; padding-bottom:20px; padding-top:20px; width:-moz-calc(100% - 77px);width:-webkit-calc(100% - 77px);width:-o-calc(100% - 77px);width:calc(100% - 77px);display:block;float:left;background:none;
}

.ava_numbers { 
	width: -moz-calc(100% - 16px);width: -webkit-calc(100% - 16px);width: -o-calc(100% - 16px);width: calc(100% - 16px);
	height:22px;
	display:block;
	padding-left:8px;
	padding-right:8px;
	background:#92c538;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:12px;
	text-decoration:none;
	line-height:22px;
	text-align:center;
}

.ava_numbers_error { 
	width: -moz-calc(100% - 16px);width: -webkit-calc(100% - 16px);width: -o-calc(100% - 16px);width: calc(100% - 16px);
	height:22px;
	display:block;
	padding-left:8px;
	padding-right:8px;
	background:#cc322a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:12px;
	text-decoration:none;
	line-height:22px;
	text-align:center;
}

.ava_numbers_groeps { 
	width: -moz-calc(100% - 16px);width: -webkit-calc(100% - 16px);width: -o-calc(100% - 16px);width: calc(100% - 16px);
	height:22px;
	display:block;
	padding-left:8px;
	padding-right:8px;
	background:#e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:12px;
	text-decoration:none;
	line-height:22px;
	text-align:center;
}

.odd_2 {
	width:100%;
	background:#f5f5f5;	
}
.even_2 {
	width:100%;
	background:none;
}

.odd_2 tr:hover, .even_2 tr:hover {
	background:#f5eeed;
}

.odd_2 tr td {
	border-bottom:dashed 1px #ccc;
}
.even_2 tr td {
	border-bottom:dashed 1px #ddd;
}

.tds_dash {
	min-height:32px;
	border-right:1px solid #dee2e5;
	padding:15px;
	position:relative;
	z-index:0;
}

@media (max-width: 1778px) {
.leftcol {
	width: -moz-calc(100% - 150px);width: -webkit-calc(100% - 150px);width: -o-calc(100% - 150px);width: calc(100% - 150px); 
	margin-left:75px;
	margin-right:75px;
	padding-bottom:35px;
	height: 100%;
	display:block;
	float:left;
}

.rightcol {
	display:none;
}
}