/* Custom styles used for all pages */
/*  PAGE BODY SIZE & BACKGROUND AND TEXT FORMATTING************************** */



html, body {
    background-color: #FFFFFF;
    color: #262837;
    font-family: arial,sans-serif;
    font-size: 18px;
    font-weight: 300;

}

#container {
    border: 0px;
    box-shadow: none;
    background: #FFFFFF;
    /* max-width: 1120px; */
    width: 100%;
    padding: 0;
}

a:active {
    outline: 0;
}

/* HTML SIZE********************************************************** */
#header{
    display: none;
}


/* Preregistration********************************************************** */

.preregistration_message {
    margin: 10px 0px 10px 50px;
}

/* BANNER SIZE ON ALL PAGES*************************************************************** */

#banner img {
    padding: 20px;
    width: 170px;
}
#banner {
    background: #fffff;
    text-align: left;
    z-index: 100000;
    height: auto;
    width: 100%;
    position: fixed;
    left: 0;
    padding-left: 0%;
}

#MessagePanel{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dedede;
    box-shadow: -1px 1px 1px 1px #dcdcdc;
}
div#splash {
    background-image: url(https://webcast.openbriefing.com/adnoc-drilling21/images/Hero-Desert-Rig.jpg);
    height: 525px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    margin-top: 70px;
    margin-bottom: -290px;
    margin-left: auto;
    margin-right: auto;
    background-position-x: center;
}

/* BORDER FOR CONTAINER************************************************************** */

#content > div > div.title > img{
border: 0px;
}

#content{
border: 0px;
}

#container { 
border: 0px;
}

/* SPACE FORMATTING ********************************************************* */

#content > div > div.title > div:nth-child(2){
padding: 10px;
}



#content > div.content_container > div.title > img{ width: 100%;
padding: 0px 0px 10px 0px;
}

#content > div > div.preregistration_message{
padding: 0px 0px 100px 0px;
}


#content > div > div.title > div:nth-child(1) > img{
width:100%; 
margin:-10px -10px 0px -10px;
margin-top: -94px;
}


/* TEXT FORMATTING************************************************************* */

.bold {
font-weight: normal;
}
.title {
font-size: 19px;
    font-weight: normal;
    font-family: 'Roboto Slab';
    color: #676A6E;
    padding-left: 0px;
}
#content > div > div.title > div:nth-child(2) {
    color: #ffffff;
    margin-top: -20px;
    margin-bottom: 150px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1009px;
    letter-spacing: -1px;
    font-size: 46px;
    line-height: 52px;
    font-family: arial, sans-serif;
    font-weight: 600;
} 
.subtitle {
bold: none;
}
.speaker_title {
color: #000000;
}
.colour-bar {
color: #ffffff;
font-weight: normal;
    border-top: none;
    border-bottom: none;
}




/* SPEAKER THUMBNAIL FORMAT***************************************************** */

.speaker_image {
border: none;
-webkit-box-shadow: 0px 0px 9px #333;
}

/* LAUNCH BUTTONS****************************************************************** */

#player_container1946 > div{
color: #484848
}

#player_container1947 > div{
color: #484848
}

.launch_newwindow{
display: none;
}

/* BARS FORMATTING****************************************************************** */

.bar_background_image {
background-image: none;
}

#footer {
background-image: none;
box-shadow: none;
    line-height: 10px;
    min-height: 10px;
}
div#footer {
    background: transparent;
    min-height: 4px!important;
}
.chevron {
padding: 0px 0px 0px 0px;
    vertical-align: middle;
    visibility: hidden;
}
#header {
    background-image: none;
    box-shadow: none;
    line-height: 25px;
    min-height: 25px;
    padding: 3px;
    padding-left: 17px;
    margin-top: 1px;
    background: #FFFFFFF;
    color: #000000;
}


/* IMG FORMATTING****************************************************************** */

.content_container {
padding: 10px 0px 10px 0px;
margin-right: 0;
}

/* FOOTER************************************************************************** */

#branding {
    margin: auto;
    padding: 15px;
    text-align: right;
    width: 100%;
    display: flex;
    font-size: 14px;
    padding-left: 10%;
}
.branding_date {
    margin-left: 4px;
}
.webcast_closed {
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    padding: 10px;
    max-width: 1116px;
    margin: auto;
    background: #F5F5F5;
}






@media screen and (max-width: 680px)  {

#content > div > div.title > div:nth-child(2) {
    font-size: 30px;
    text-align: left;
    margin-top: 110px;
    margin-bottom: 100px;
}
#register_form {
    margin-left: 0px;
}
#form_container {
    display: block!important;
    margin-top: auto;
    width: fit-content;
}

.registration_above {
    margin-top: -75px;
    width: 90%;
}
.registration_below {
    width: 90%;
}
div#splash {
    height: 300px;
}
#form_container{
    padding-left: 3%;
}
}
.input_item {
    padding-top: 5px;
    width: 270px;
    font-weight:bold;
}

div#gdpr {
display: inline;
font-size: 11px;
}
div#demo {
display: inline;
}




/* Custom styles for register page */

.form_seperator {
    height: 0px;
}
#form_container{
    display: flex !important;
    background: #002E6D;
    margin-bottom: 11px;
    margin-top: 80px;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
    margin: auto;
}

#login_form {
    padding: 27px;
    height: fit-content;
}
#register_form{
    margin-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 0,0 100%;
    margin-bottom: 10px;
    padding: 27px;
    padding-top: 30px;
    padding-bottom: 26px;

}
input[type="submit"] {
    color: #000;
    border: 1px solid #ffcd00;
    margin-top: 4px;
    position: relative;
    padding: 5px 24px 6px 26px;
    height: 38px;
    background: #ffcd00;
    font-size: 18px;
    border-radius: 0px;
    line-height: 1;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: bold;
}
input[type="submit"]:hover {
    cursor: pointer;
     background: #EAB227;
}
.registration_above {
    margin: auto;
    width: 80%;
    margin-bottom: 45px;
    margin-top: 10px;

}
.registration_below {
    margin: auto;
    width: 80%;
    font-size: 16px;
    margin-top: 45px;
}

span.field_label {
    font-size: 14px;
    color: #fff;
    float: left;
    font-weight: 200;
}
.subtitle, .registration-title, .login-title {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    width: 270px!important;
    padding-bottom: 10px;
}

.registration-title {
    width: 235px;
}
.login-title {
        width: 235px;
}
#container {
     width: 100%;   

}
input[type="text"] {
    width: 213px;
    height: 29px;
    display: inline;
    border: none;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid hsla(0,0%,100%,.2);
    background: #1E427C;
}

#\33 8763 {
    display: none;
}

label {
    color: white;
    font-size: 14px;
}



@media screen and (max-width: 680px)  {


#register_form {
    margin-left: 0px;
}
#form_container {
    display: block!important;
    margin-top: auto;
    width: fit-content;
}

.registration_above {
    margin-top: -75px;
    width: 90%;
}
.registration_below {
    width: 90%;
}
div#splash {
    height: 300px;
}
#form_container{
    padding-left: 3%;
}
}
.input_item {
    padding-top: 5px;
    width: 270px;
    font-weight:bold;
    color: #fff;
}

div#gdpr {
display: inline;
font-size: 11px;
}
div#demo {
display: inline;
}




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