/* CSS Document */

body {
	height: 100%;
    margin: 0;
	background-image:url(../../../assets/theme/img/login_art.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #767676;
	font-size: 0.9em;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #697684;
}
.topbar {
	box-shadow: 2px 4px 4px rgba(0,0,0,0.13);
}
.card {
	border: solid 1px #DEE1E7;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.30);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.30);
}
.card-nested-noshadow {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.card .card-title.asHero {
	background-color: #F9F9F9;
	min-height: 3em;
}
.card .card-title.asHero p {
	margin-bottom: 1px;
	font-weight: 500;
}
.card .card-title.asHero h4, .card .card-title.asHero p {
	text-align: center;
}
.callout-ux1 {
	background-color: #F9F9F9;
}
.callout-ux1 h5 {
	font-weight: 400;
}
.callout-ux1 p {
	font-weight: 500;
}
.media-clickable {
	cursor: pointer;
}

.registration-options {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	.registration-options li.option {
		background-color: #F5F5F5;
		padding: 1em;
		margin-bottom: 0.8em;
		cursor: pointer;
		-webkit-transition-property: background-color; /* Safari */
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-property: background-color;
		transition-duration: 0.4s;
	}
	.registration-options li.option:hover {
		background-color: #0277BD;
		color: #fff;
		-webkit-transition-property: background-color; /* Safari */
		-webkit-transition-duration: 0.6s; /* Safari */
		transition-property: background-color;
		transition-duration: 0.6s;
	}
	.registration-options li.option:hover h3 {
		color: #fff !important
	}
	.registration-options li h3 {
		font-size: 1em;
		font-size: 1.3em;
		font-weight: 500;
	}
		.registration-options li ul.option-points {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		.registration-options li ul.option-points li {

		}