

h1 {
	color: #435E8C;
}

.ephead div.row.eprow2 {
	margin-top: 30px;
}

/* Wrapper and artefact globals */
.epwrap {
	font-family: 'Raleway', sans-serif;
	overflow: auto;
	width :100%;
}

	.epwrap h2 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
		padding: 0px;
		border: 0px;  
	}

.ep_ov {
	overflow: auto;
	margin-bottom: 20px;
}

/* Fluid grids (stripped from bootstrap) */
.epwrap .row-fluid {
  width: 100%;
  *zoom: 1;
}
.epwrap .row-fluid:before,
.epwrap .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.epwrap .row-fluid:after {
  clear: both;
}
.epwrap .row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.epwrap .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.epwrap .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.epwrap .row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.epwrap .row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.epwrap .row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.epwrap .row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.epwrap .row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.epwrap .row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.epwrap .row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.epwrap .row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.epwrap .row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.epwrap .row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.epwrap .row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/** points*/
.eps_block {
}

	.eps_block p {
		padding: 23px 20px;
		margin: 0px 0px 30px 0px;
		font-size: 68px;
		font-weight: bold;
		line-height: 56px;
		color: #fff;
		background-color: #435E8C;
	}

		.eps_block p span {
			display: block;
			margin-bottom: 10px;
			font-size: 18px;
			font-weight: normal;
			line-height: 18px;
			color: #ddd;
		}

		.eps_block p span.ep_sub_txt {
			display: inline;
			margin: 0px 0px 0px 10px;
			font-size: 24px;
			line-height: 18px;
			color: #ddd;
		}


/** points*/
.ep_points {
	width:100%;
	cursor:help;
}
	.ep_points p {
		
		padding: 24px 20px 43px 20px;
		margin: 0px 0px 0px 0px;
		font-size: 52px;
		font-weight: bold;
		line-height: 56px;
		color: #fff;
		background-color: #435E8C;
	}

		.ep_points p span {
			display: block;
			margin-bottom: 10px;
			font-size: 18px;
			font-weight: normal;
			line-height: 18px;
			color: #ddd;
		}

		.ep_points p span.ep_sub_txt {
			display: block;
			margin: 0px 0px 0px 10px;
			font-size: 24px;
			line-height: 18px;
			color: #ddd;
		}


.ep_points_tooltip {
	display:none;
	position:absolute;
	width: 400px;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
}

.ep_ov_dets {
	float: right;
	width: 65%;
}

	/** welcome button*/
	.ep_welcome, 
	.ep_certificate {
		display: block;
		background-color: #435E8C;
		padding: 15px 20px;
		min-height: 64px;
	}

	.ep_certificate {
		margin: 10px 0px 0px 0px;
		background-color: #55AD55;
	}


		.ep_welcome .ep_welcome_wrap, 
		.ep_certificate .ep_certificate_wrap {
			position: relative;
			display: block;
			padding-left: 50px;
			font-weight: bold;
			font-size: 18px;
			line-height: 30px;
			border: 2px;
			color: #fff;
		}

		.ep_welcome .ep_welcome_wrap {
			font-size: 15px;
			line-height: 33px;
		}

			.ep_welcome .ep_welcome_wrap .welcome_qm_icon,
			.ep_certificate .ep_certificate_wrap .certificate_qm_icon{
				position: absolute;
				left: 0px;
				top: -4px;
				display: block;
				padding: 8px;
				height: 36px;
				width: 36px;
				font-size: 29px;
				font-weight: normal;
				text-align: center;
				/*font-family: Arial;*/
				line-height: 19px;
				border: 2px solid #fff;
				-webkit-border-radius: 80px;
				-moz-border-radius: 80px;
				border-radius: 80px;
			}

			.ep_welcome .ep_welcome_wrap .welcome_qm_icon {
				top: -2px;
			}

	.ep_welcome:hover,
	.ep_certificate:hover {
		text-decoration: none;
		background-color: #33476A;
	}

	.ep_certificate:hover {
		background-color: #478F47;
	}

	/** get more points button*/
	.ep_get_more_points {
		display: block;
		background-color: #435E8C;
		padding: 15px 20px;
	}

		.ep_get_more_points .ep_get_more_points_wrap {
			position: relative;
			display: block;
			padding-left: 50px;
			font-weight: bold;
			font-size: 15px;
			line-height: 34px;
			border: 2px;
			color: #fff;
		}

			.ep_get_more_points .ep_get_more_points_wrap .welcome_qm_icon {
				position: absolute;
				left: 0px;
				top: -2px;
				display: block;
				padding: 8px;
				height: 36px;
				width: 36px;
				font-size: 29px;
				font-weight: normal;
				text-align: center;
				/*font-family: Arial;*/
				line-height: 19px;
				border: 2px solid #fff;
				-webkit-border-radius: 80px;
				-moz-border-radius: 80px;
				border-radius: 80px;
			}

	.ep_get_more_points:hover {
		text-decoration: none;
		background-color: #33476A;
	}

	/** add button */
	.ep_add_activity {
		display: block;
		background-color: #55AD55;
		padding: 15px 20px;
	}

	/** add button */
	.ep_delete_users {
		display: block;
		background-color: #A94442;
		padding: 15px 20px;
	}

	.ep_add_activity:active .ep_add_activity_wrap,
	.ep_add_activity:visited .ep_add_activity_wrap,
	.ep_add_activity:link .ep_add_activity_wrap,
	.ep_delete_users:active .ep_delete_users_wrap,
	.ep_delete_users:visited .ep_delete_users_wrap,
	.ep_delete_users:link .ep_delete_users_wrap {
		position: relative;
		display: block;
		padding-left: 50px;
		font-weight: bold;
		font-size: 18px;
		line-height: 45px;
		border: 2px;
		color: #fff;
		
		
	}

		.ep_add_activity .ep_add_activity_wrap .add_plus_icon,
		.ep_delete_users .ep_delete_users_wrap .add_minus_icon {
			position: absolute;
			left: 0px;
			top: 5px;
			display: block;
			padding: 8px;
			height: 36px;
			width: 36px;
			font-size: 29px;
			font-weight: normal;
			/*font-family: Arial;*/
			line-height: 14px;
			border: 2px solid #fff;
			-webkit-border-radius: 80px;
			-moz-border-radius: 80px;
			border-radius: 80px;
			text-align: center;
		}

		.ep_add_activity:hover{
			text-decoration: none;
			background-color: #478F47;
		}

		.ep_delete_users:hover{
			text-decoration: none;
			background-color: #A93331;
		}

.ep_progress {
	overflow: auto;
	padding: 20px 30px 10px 30px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
}

	.ep_progress h2 {
		margin-bottom: 0px;
		font-size: 35px;
		font-weight: bold;
		line-height: 35px;
		text-transform: uppercase;
		color: #b3b3b3
	}

	.ep_prog_bg {
		position: relative;
		width: 100%;
		height: 4px;
		margin-bottom: 50px;
		background-color: #ccc;
	}

		.ep_prog_bar {
			height: 4px;
			background-color: #435E8C;
		}

		.marker {
			position: absolute;
			height: 10px;
			width: 2px;
			background: #55AD55;
		}

			.marker_link {
				display: inline-block;
				padding: 3px 2px;
				margin-left: -9px;
				margin-top: 10px;
				cursor: pointer;
				color: #fff;
				border-bottom: 2px solid #478F47;
				background: #55AD55;
			}

			.marker_link:hover {
				text-decoration: none;
				color: #fff;
				background-color: #478F47;
			}

		.marker.met {
			background: #CC5E5E;
		}

			.met .marker_link {
				border-bottom: 2px solid #9F4949;
				background: #CC5E5E;
			}

			.met .marker_link:hover {
				background-color: #9F4949;
			}

	.ep_prog_info ul {
		margin: 0px;
		list-style: none;
	}

		.ep_prog_info ul li {
			margin: 0px 0px 10px 0px;
			font-size: 14px;
			line-height: 22px;
		}

			.ep_prog_info ul li strong {
				color: #435E8C;
			}

	.ep_prog_close {
		float: right;
		/*margin-bottom: 10px;*/
		cursor: pointer;
	}

	.ep_prog_close span {
		display: inline-block;
		margin-left: 3px;
		line-height: 10px;
		font-size: 20px;
		font-weight: bold;
		color: #435E8C;
	}



/** activities table wrapper*/
.ep_act {
	margin-bottom: 40px;
}

	.ep_act > h2 {
		padding: 5px 10px;
		margin-bottom: 5px;
		background-color: #F1F1F1;
		/*border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;*/
	}

	.ep_out_act > h2 { color: orange; }

	.ep_ver_act > h2 { color: green; }

	.ep_trans_act > h2 { color: gray;}

/* messages */

.ep_messages p {
	font-size: 14px;
	margin: 10px 15px 0 15px;
}

/* activities tables*/
.ep_act_table {
	width: 100%;
	/*margin: 0px 10px 10px 10px;*/
	border-bottom: 1px solid #D3D3D3;
}

	.ep_act_table thead th {
		padding: 5px;
		border: 0px;
		font-size: 14px;
		font-family: 'Raleway', sans-serif;
		color: #797979;
		border-bottom: 1px solid #D3D3D3;
	}

	.ep_act_table tbody td {
		padding: 10px 5px 0px 5px;
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
		color: #6f6f6f;
	}

	.ep_act_table tbody tr:last-child td{
		padding-bottom: 10px
	}

	.ep_act_table .act_rw {
		background-color: #fff;
	}

	.ep_act_table .act_rw_alt {
		background-color: #fff;
	}

	.ep_act_table .ep_act_title { width: 30%; }
	.ep_act_table .ep_act_cat { width: 30%; }
	.ep_act_table .ep_act_actions { width: 20%; text-align: right; }
	.ep_act_table .ep_act_mod { width: 10%; }
	.ep_act_table .ep_act_points { width: 10%; }
	.ep_act_table .ep_trans_type { width: 20%; }
	.ep_act_table .ep_trans_date { width: 20%; }
	.ep_act_table .ep_trans_notes { width: 50%; }
	.ep_act_table .ep_trans_points { width: 10%; }

	.ep_act_actions a {
		display: inline-block;
		padding: 10px 15px;
		margin: 0px 10px;
		color: #fff;
		background-color: #dadada;
	}

		.ep_act_actions a:hover {
			text-decoration: none;
		}

	.ep_act_actions .ep_act_edit {
		background-color: #435E8C;
	}
		.ep_act_actions .ep_act_edit:hover {
			background-color: #33476A;
		}

	.ep_act_actions .ep_act_delete {
		background-color: #CC5E5E;
	}
		.ep_act_actions .ep_act_delete:hover {
			background-color: #9F4949;
		}

	.ep_act_actions .ep_act_view {
		background-color: #55AD55;
	}
		.ep_act_actions .ep_act_view:hover {
			background-color: #478F47;
		}

.epnotifications{
	float: right;
	width: 200px;
	background: #ccc;
	padding: 10px;
}

.epwrap .no_activities{
	color: #C3131F;
	font-size: 14px;
	margin-bottom: 20px;
}

/* help linnk */
.ep_help_section {
	margin-top: 17px;
}

	/* help buttons */
	.ep_help {
		display: block;
		margin: 0;
		background-color: #435E8C;
		padding: 15px 20px;
	}

	.ep_help.action {
		background-color: #55AD55;
	}

		.ep_help .ep_help_wrap {
			position: relative;
			display: block;
			padding-left: 50px;
			font-weight: bold;
			font-size: 18px;
			line-height: 30px;
			border: 2px;
			color: #fff;
		}

			.ep_help .ep_help_wrap .ep_help_icon {
				position: absolute;
				left: 0px;
				top: -4px;
				display: block;
				padding: 8px;
				height: 36px;
				width: 36px;
				font-size: 29px;
				font-weight: normal;
				text-align: center;
				/*font-family: Arial;*/
				line-height: 19px;
				border: 2px solid #fff;
				-webkit-border-radius: 80px;
				-moz-border-radius: 80px;
				border-radius: 80px;
			}

			.ep_help .ep_help_wrap .ep_help_icon {
				top: -2px;
			}

	.ep_help:hover {
		text-decoration: none;
		background-color: #33476A;
	}

	.ep_help.action:hover {
		background-color: #478F47;
	}

/* Responsive stuff */


@media screen and (max-width: 1200px) {
	.ephead div.row > div {
		margin-bottom: 10px;
	}

	.ephead div.row.eprow2 {
		margin-top: 0px
	}
}

@media screen and (max-width: 992px) {
	.ephead div.row > div {
		margin-bottom: 10px;
	}

	.ep_welcome .ep_welcome_wrap, .ep_add_activity:active .ep_add_activity_wrap, .ep_add_activity:visited .ep_add_activity_wrap, .ep_add_activity:link .ep_add_activity_wrap, .ep_help .ep_help_wrap, .ep_certificate .ep_certificate_wrap {
		font-size: 14px;
	}
}
