/* Custom styles used for all pages */
html {
    background-color: white;
}
body {
    background-color: white;
    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;
}
img[alt="Webcast Logo"] {
    display: none;
}
.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: 20px;
}
.title {
    color: #000;
}
.subtitle {
    margin-bottom: 40px;
    color: #000;
}
#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 {
    display: none;
    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;
}
#banner {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #42B4D6;
}
@media screen and (max-width: 1800px) {
    #banner {
        min-height: 450px;
    }
}
@media screen and (max-width: 1600px) {
    #banner {
        min-height: 400px;
    }
}
@media screen and (max-width: 1400px) {
    #banner {
        min-height: 350px;
    }
}
@media screen and (max-width: 1200px) {
    #banner {
        min-height: 300px;
    }
}
@media screen and (max-width: 1091px) {
    #footer-right, #footer-left {
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 1000px) {
    #banner {
        min-height: 250px;
    }
}
@media screen and (max-width: 800px) {
    #banner {
        min-height: 200px;
    }
}
@media screen and (max-width: 700px) {
    #banner {
        min-height: 175px;
    }
}
@media screen and (max-width: 600px) {
    #banner {
        min-height: 150px;
    }
}
@media screen and (max-width: 400px) {
    #banner {
        min-height: 100px;
    }
}

.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;
}
.colour-bar {
        display: none;
}

/* Custom styles for register page */
.content_container {
    padding: 30px;
}
@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: rgb(102, 102, 102);
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
}
.registration_above {
    padding-left: 90px;
}
#form_container {
	border-radius: 8px;
	background-color: #0076be;
	margin-top: 0px;
	/*margin-bottom: 513px; */
	max-width: 450px;
        margin-left: auto;
	margin-right: 100px; 
	max-height: 1275px;
}
@media (max-width: 769px) {
	#form_container {
		max-height: unset;
		margin-right: auto;
	}
}
@media (min-width: 992px) and (max-width: 1000px) {
    .title_label {
        margin-right: -30%
        margin-top: -20px;
    }
    .subtitle {
        margin-right: -4%;
    }
}
#form_container_inner {
    background-color: #959aa3;
    padding: 20px;
}
@media (max-width: 991px) {
    #form_container {
        margin-top: 0;
    }
    #form_container_inner {
        margin-top: 15px;
    }
}
.field_label {
    color: #fff;
}
input[type="text"] {
    width: 100%;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
}
.registration-title, .login-title {
    color: #fff;
}
input[type="submit"] {
    margin-top: 15px;
    background-color: white;
    width: 100%;
    border-radius: 4px;
    padding: 15px 0;
    border: none;
    background-image: none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: blue;
    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}

/*
@media (min-width: 992px) and (max-width: 1178px) {
    .col-lg-5, .col-lg-7 {
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 30px;
    }
}
*/
.title {
	text-align: center;
display: none;
}
@media (max-width: 400px) {
	#content {
		padding-left: 0;
		padding-right: 0;
	}
}
.required {
color: white;
font-size: 20px;
}


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