/* Custom styles used for all pages */
.player_button, .player_button span {
background-color: #0076be!important;                         /*button colour*/

color: 0076be!important;                                                        /*button text colour*/
}
#banner, #header { 
display: all;                                                          /*Change this to "display: none;" if banner isn't needed*/
}
html {
	background-color: transparent!important;
}
body {
        background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container {
	border-left: unset;
	border-right: unset;
	box-shadow: unset;
	width: 100%;
	font-weight: bold;
}
.registration_above {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.registration_above_register {
	display: none;
}
.password_above {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.title_label {
	margin: 40px 0;
	font-size: 30px;
}
.title {
	color: #000;
	text-align: center;
        font-weight: normal;
}
.subtitle {
	margin-bottom: 40px;
	color: #000;
        font-weight: normal;
}
#branding {
	background-color: #363636;
	width: 100%;
	padding: 0;
	font-weight: bold;
}
.colour-bar {
	border: none;
}
#header {
	background-image: none;
	box-shadow: none;
}
#content-under {
	min-height: 50px;
}
#footer {
	background-image: none;
	box-shadow: none;
	background-color: #363636;
	padding: 15px;
}
#footer-right {
	float: right;
}
#footer-left {
	font-weight: bold;
	float: left;
	margin-top: 12px;
}
#footer a {
	color: #007bff;
}
@media screen and (max-width: 1091px) {
	#footer-right, #footer-left {
		float: none;
		text-align: center;
	}
}
.enter_button {
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
}
.player_button {
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
}
.player_button span {
	background-image:none;
	padding-left: 15px;
	padding-right: 15px;
}
.bar_styling_top {
	-webkit-box-shadow: none;
}
.bar_styling_bottom {
	-webkit-box-shadow: none;
}
.requirements {
	display:none;
}
.mini-cal {
	box-shadow: none;
	background-image: none;
}
.presenter-row {
	margin-bottom: 15px;
}
.presenter-titles {
	margin-bottom: 10px;
}
.presenter-names {
	color: #a32035;
}
.webcast_closed {
	    padding: 5px 15px;
}
#banner {
	margin-right: 0;
}
#banner > div {
	padding-right: 0;
	text-align: center;
}

/* Custom styles for register page */
#form_container {
	background-color: #0076be;                    /*This changes the colour of registration form*/
}
.field_label, .radio_container, .registration-title, .login-title, .required { 
	color: white;                                                 /* change this to black if registration form is too light */
}
.title{
display:none;
}
.required {                                       
font-size: 20px;
font-weight: bold;
}
.content_container {
	padding: 0px;
}
@media screen and (max-width: 425px) {
	.content_container {
		padding: 15px;
	}
	.container-fluid {
		width: 100%;
	}
}
.presenter-row > div > img {
	float: left;
	width: 200px;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
	margin-right: 15px;
}
@media (max-width: 675px) {
	.presenter-row > div > img {
		margin: 0;
	}
}
.registration_above_register {
	display: block;
	color: #666666;
	font-family: DIN, sans-serif;
	font-size: 18px;
	margin-bottom: 40px;
}
#form_container {
	max-width: 450px;
	padding: unset;
	padding-top: 20px;
        }
#form_container > form {
	margin: 0 20px;
}
@media (min-width: 992px) and (max-width: 1000px) {
	.title_label {
		margin-right: -30%
		margin-top: -20px;
	}
	.subtitle {
		margin-right: -4%;
	}
}
.subtitle{
display:none;
}
@media (max-width: 991px) {
	#form_container {
		margin-top: 0;
	}
	#form_container_inner {
		margin-top: 15px;
	}
}
input[type="text"] {
	width: 100%;
	height: 30px;
	padding: 5px;
	border-radius: 5px;

}
input[type="submit"] {
	margin-top: 15px;
	width: 100%;
	border-radius: 4px;
	padding: 15px 0;
	border: none;
	background-image: none;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform .3s;
}
input[type="submit"]:hover {
	transform: translateY(.25em);
}
.presenter-row {
	margin-bottom: 15px;
}
.presenter-titles {
	margin-bottom: 10px;
}
.form_container {
	padding: 20px
}
/*single item checkbox group style*/
#registration_field_container15563 br {
	display: none;
}
.checkbox_container {
	padding-left:5px;
}
.checkbox_container label {
	display:none;
}
.title {
	text-align: center;
}
@media (max-width: 400px) {
	#content {
		padding-left: 0;
		padding-right: 0;
	}
}
#form_container_inner {
	background-color: #d1cecb;  /*Form button colour I believe specific to this page*/
	padding: 20px;
}
#container {
	background: unset;
}
#footer {
	display: none;
}
#login_form {
	margin-bottom: 25px;
}
.registration_below {
	max-width: 450px;
	padding: unset;
	text-align: center
}


/*recreated - not from cache - process time 0.039018154144287 */
