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


html, body {
    background: url(https://webcast.openbriefing.com/moemar20/images/background.jpg) repeat-x top #E5EAEB;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #221D59;
    font-size: 15px;


}

#container {
    border: 0px;
    box-shadow: none;
    background: transparent;
    padding: 0;
    max-width: 1100px;
    width: 100%;
}




.registration_below {
    padding: 5px 0px 5px 0px;
    margin-left: 15px;
}
a:active {
    outline: 0;
}

/* HTML SIZE********************************************************** */
#header{
    display: none;
}
html {
height: initial;
 width:100%;
}

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

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

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

#banner img {
width: 255px;
}
#banner {
background-color: transparent;
    text-align: left;
    padding: 14px;
    padding-left: 0;
    z-index: 100000;
    width: 100%;
    left: 0;
    padding-top: 44px;
    padding-bottom: 0;
}

#MessagePanel{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dedede;
    box-shadow: -1px 1px 1px 1px #dcdcdc;
}
div#splash {
    margin-top: -14px;
    margin-left: -10px;
    padding-left: 12px;
}

div#splash img {
background-size:contain;
}

/* 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;
padding-left: 0;
}

.launch_above {
    padding: 16px;
    max-width: 1116px;
    margin: auto;
    margin-left: -9px;
    /*border-top: 5px solid #E8E6ED;*/
    margin-top: 1px;
}

.launch_below {
    padding: 10px;
    max-width: 1116px;
    margin: auto;
    background: #E8E6ED;

}

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

#content > div > div.preregistration_message{
padding: 0px 0px 100px 0px;
margin-top: 10px;
}

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


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

.bold {
font-weight: normal;
}
.title {
font-size: 18px;
font-weight: normal;
margin-top: 233px;
width: 101%;
}
#content > div > div.title > div:nth-child(2){
    margin-left: 0;
    font-size: 25px;
font-weight: bold;
color: #333333;
padding: 10px;
margin-top: 10px;
} 
.subtitle {
bold: none;
}
.speaker_title {
color: #000000;
}
.colour-bar {
color: #ffffff;
font-weight: normal;
    border-top: none;
    border-bottom: none;
}

.subtitle, .registration-title, .login-title {
color: #000000;
font-weight: bold;
font-size: 16px;
}



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

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

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

#player_container1946 > div{
color: #ffffff
}

#player_container1947 > div{
color: #ffffff
}
.player_button span {
    background-image: none;
    background-repeat: no-repeat;
    font-weight: bold;
    background-position: left center;
    /* display: inline-block; */
    padding: 0px 3px 0px 3px;
}

.player_button {
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 0px;
    box-shadow: none;
    display: inline-block;
    font-weight: normal;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    vertical-align: middle;
}
.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 10px;
margin-right: 0;
}

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

#branding {
    margin: auto;
    padding: 15px;
    text-align: right;
    max-width: 1096px;
    width: 100%;
    display: flex;
    padding-left: 45px;
    
}
.branding_date {
    margin-left: 4px;
}
.webcast_closed {
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    padding: 10px;
    max-width: 1116px;
    margin: auto;
    margin-left: -9px;
    /* background: #E8E6ED; */
}

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

#banner {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.title {
   display: none;
}

#content > div > div.title > div:nth-child(2) {
    padding-top: 0;
display: none!important;
}
#form_container {
    display: block!important;
    /*display: flex !important;*/
margin-top: 42px!important;
}
}



/* Custom styles for player page */

/* PLAYER SIZE & BACKGROUND**************************************************************** */

body{
float: none; 
margin: auto !important; 
width: 80%; 

position: relative !important;
-webkit-box-shadow: 0px 0px 4px #333;
box-shadow: 0px 0px 4px #333;
background-color: #ffffff !important; 
}

html {

}
div#SlideTop {
    border: 1px solid #eeeeeeee;
}
div#PresentationSpeakerHolder {
    padding: 1px;
    margin-bottom: 7px;
    border: 0;
    width: 100%;
}
#branding {
    display: none!important;
}

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

body {
    width: 100%;
}
}
#MediaPanel{
    overflow-x: hidden;

}
div#topbar {
    display: none;
}
div#SlideHolder {
    margin-left: 5px;
    width: 99%!important;
}
.video-js .vjs-progress-holder .vjs-play-progress, .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level  { /* LOADING BAR */
background: #231f20!important;
}

.video-js {
    background: transparent!important;
}
.player_agenda_holder {
    background: #F4F4F4;
    background-position-y: -23px;
}
.bar_background_image {background: #F4F4F4;}
.bar_background_image .button {
        color: #221D59;
}

.player_agenda_holder hr {
display: none;
} 

/* HTML BACKGROUND************************************************************************** */
html{ 
height:100%;
background: #ffffff;
    background-size: cover;
}

/* PLAYER BANNER************************************************************************** */
#top_banner_image {
width: 228px;
    padding: 13px;
    padding-bottom: 0;
}

<!-- PLAYER BODY BACKGROUND*************************************************************** */
#container{
width: 100%;
background-color: #ffffff;
}

#MediaPlayerHolder{
    padding: 4px !important;
    padding-bottom: 0!important;
}

#TDTopContainerBars{
  background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
}


/* SLIDE AREA STYLING BELOW ********************************************************************************************************** */

.contentleftrightedge {
border-style: solid; 
border-color: #ffffff; 
border-width: 0px 0px 0px 0px;
margin-top: 3px;
}

/*SPEAKER NAMES FORMAT******************************************************************** */

.player_presentation_header{
display:none;
}
.player_speaker_name{
text-align: center; 
margin-top: 2px; 
font-size: 14px;
font-weight: bold;
}
.player_presentation_name{
text-align: center; 
margin-top: 2px; 
font-size: 13px;
height: 23px;
}


#PlayerLogo{
padding-left: 4px;
}

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

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

/* BOTTOM BAR STYLING BELOW ***************************************************************************************************** */

/* #TRBottomBar {display:none;} */
.bar_styling_bottom {-webkit-box-shadow: 0px 0px 0px #666;
} 

/* TOP BAR FORMATTING*********************************************************************** */

#topbar > div:nth-child(1) > span > span > div:nth-child(2)
{
display: none;
}

#topbar > div:nth-child(1) > span > span > div:nth-child(1) > img{
display: none;
}
#TRTopBar > div{
height: 10px  !important;
}
#bottombar > div:nth-child(1) > span > a {
    display: none;
}

#TRTopBar{margin-bottom: 0px;
height: 10px  !important;
}
.bar_styling_top {
-webkit-box-shadow: 0px 0px 0px #666;
height: 10px  !important;
}


/* .colour-bar {color: #000000;} */

/* NOTEPAD FORMATING************************************************************************ */

#AskAQuestionMenuTopAll{
position: relative !important;
}

.QuestionTextArea {
    background-color: rgba(157, 157, 157, 0.46) !important;
}
#CloseQuestionButton{
display: none;
}

#QuestionText{
width: 500px;
resize: vertical; 
}
/* FOOTER STYLING BELOW *********************************************************************************************************** */

.footer-copyright {text-align: left;font-size: 12px;}
/*.social a {
display: none;
}  */
#FooterHTML > div > table > tbody > tr > td.social > a:nth-child(1){
padding-right: 10px;
padding-left: 10px;
}

#FooterHTML > div > table > tbody > tr > td.social > a:nth-child(2)
{
padding-right: 10px;
}


#FooterHTML > div > table > tbody > tr > td:nth-child(3) > a{
padding-right: 10px;
}


/* AGENDA TITLE********************************************************************************* */

#PresentationSpeakerHolder{
}
#ResourceLibraryMenu{
background-color: #ffffff;
}
#FeaturesHolder {
    padding: 4px !important;
left: 0px !important;

}
.player_presentation_info_holder, .player_presentation_info_holder_center {
    text-align: left;
    padding: 5px 3px 0px 3px;
}

#PlayerAgendaContainer {
display: block;
   background-color: #E8E6ED;;

}      /* Hides/shows Agenga list - change value to none/block to hide/show*/
.player_agenda_header {
font-size: 14px;
}
#PlayerAgenda {
margin-left: 15px;
margin-right: 15px;
    font-size: 14px;
}
#PlayerAgendaHeader{
display: none
}
.player_agenda_item_selected {
    color: #ffffff;
    background: #48c7eb!important;
}

#AskAQuestionMenuAll{
    padding: 44px !important;
    background: transparent;
    padding-top: 10px!important;
    width: 500px!important;
}
div#AskAQuestionMenuWrap {
width: 91%!important;
}
.QuestionFieldLabel {
display: none;
}

.player_borders {
     border: none;
}

.player_background {
   background-color: #ffffff;
   box-shadow: none;
   /* border-bottom: 1px solid #E8E6ED; */
}

/* THUMBNAILS */
div#SlideThumbnailsHolder {
    background: #ffffff;
    opacity: 0.9;
}
img.player_background.player_borders.slide_thumbnail_image {
    border: 1px solid #E8E6ED;
}
div#PlayerAgendaContainer {
    width: 100%!important;
}
@media screen and (max-width: 490px)  {

td.social {
    display: none;
 
}

#SlideTop {
overflow:  inherit;
}
}



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

        div#SlideHolder {
      height: auto!important;  
    }

#FeaturesHolder {
    display: none;

}
#FooterHTML > div > table {
    display: none;
}

#SlideTop {
overflow: inherit!important;
    position: initial!important;
}

#div#MediaPanel {
position: relative !important;
}

span#Thumbnails.button {
display:none;
}


#bottombar > div.buttonsholder_right.bar_background_image > img:nth-child(5) {
display:none;
}

#MediaPanel {
    top:315px;
position: relative !important;
}


div#SlideTabPanel {
float: left!important;
    left: 0!important;
    position: absolute!important;
    bottom: 0!important;
    height: 100%;
    width: 100%!important;

}

div#ContentHolder {
    width: 100%!important;

}
.contentleftrightedge {
    width: 100%!important;

}
div#SlideTop {
    display: block!important;
    width: 88%!important;
    margin-left: 13px;
    margin-top: 7px;
    height: 88%!important;
    border: 0;
}
#MediaPanel {

    position: relative;
    bottom: 0!important;
    height: auto!important;
    z-index: 20!important;
    display: block!important;
}
div#MediaPanel {

    margin: auto;
    display: block!important;
    margin-left: 9px;
height: auto!important;
width: 92%!important;
    margin-right: 20px;
    margin-bottom: 5px;
}
img#PlayerLogo {
    width: 100%!important;
    height: auto!important;
    position: initial;
    padding-left: 0!important;
}
div#PlayerAndLogoHolder {
    width: 100%!important;
}
#MediaPlayerHolder {
    padding: 0!important;
    width: 100%!important;
}
div#JSPlayer {
    margin: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}

td.social {
    display: none;
 
}
.footer-copyright {
    text-align: center;
    font-size: 10px;
    width: 100%!important;

}
} 

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

    div#SlideHolder {
      height: auto!important;  
    }

#FeaturesHolder {
    display: none;

}

#FooterHTML > div > table {
    display: none;

}

div#TRTopBar {
    display: none;
}

#div#MediaPanel {
position: relative !important;
}

#SlideTop {
overflow: inherit!important;
    position: initial!important;
}

#MediaPanel {
    top:270px;
position: relative !important;
}


div#SlideTabPanel {
float: left!important;
    left: 0!important;
    position: absolute!important;
    bottom: 0!important;
    height: 100%;
    width: 100%!important;

}

div#ContentHolder {
    width: 100%!important;


}
.contentleftrightedge {
    width: 100%!important;


}
div#SlideTop {
    display: block!important;
    width: 88%!important;
    margin-left: 13px;
    margin-top: 7px;
    height: 88%!important;

}
#MediaPanel {

    bottom: 0!important;
    height: auto!important;
    z-index: 20!important;
    display: block!important;
}
div#MediaPanel {

    position: relative;
    margin: auto;
    display: block!important;
height: auto!important;
width: 100%!important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}
img#PlayerLogo {
    width: 100%!important;

    height: auto!important;
    position: initial;
    padding-left: 0!important;
}
div#PlayerAndLogoHolder {
    width: 100%!important;
}
#MediaPlayerHolder {
    padding: 0!important;
    width: 100%!important;
}
div#JSPlayer {
    margin: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}

td.social {
    display: none;
 
}

.hr2 {
    display: none!important;
}

.footer-copyright {
    text-align: center;
    font-size: 10px;
    width: 100%!important;

}
} 


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

#FeaturesHolder {
    display: none;

}

#top_banner_image {
    width: 90%;
    padding: 14px;
display: none;
}

#SlideTop {
overflow: inherit!important;
    position: initial!important;
}



#FooterHTML > div > table {
    display: none;


}

div#TRTopBar {
    display: none;
}
#div#MediaPanel {
position: relative !important;
    height: auto !important;

       margin-right: 20px;
}



#MediaPanel {
    top:225px;
position: relative !important;
}


div#SlideTabPanel {
float: left!important;
    left: 0!important;
    position: absolute!important;
    bottom: 0!important;
    height: 100%;
    width: 100%!important;

}

div#ContentHolder {
    width: 100%!important;


}
.contentleftrightedge {
    width: 100%!important;


}
div#SlideTop {
    display: block!important;
    width: 88%!important;
    margin-left: 13px;
    margin-top: 7px;
    height: 88%!important;

}
#MediaPanel {

    bottom: 0!important;
    height: auto!important;
    z-index: 20!important;
    display: block!important;
}
div#MediaPanel {
    width: 100%!important;
    margin: auto;
    display: block!important;
    margin-left: 0px;
    margin-right: 0;
    margin-bottom: 5px;
}
img#PlayerLogo {
    width: 100%!important;

    height: auto!important;
    position: initial;
    padding-left: 0!important;
}
div#PlayerAndLogoHolder {
    width: 100%!important;
}
#MediaPlayerHolder {
    padding: 0!important;
    width: 100%!important;
}
div#JSPlayer {
    margin: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}

td.social {
    display: none;
 
}
.footer-copyright {
    text-align: center;
    font-size: 10px;
    width: 100%!important;

}
} 
@media  screen and  (max-height: 425px)  { /* mobile landscape */
   @media  screen and  (max-width: 770px)  {
  
  div#FooterHTML {
    display: none;
}
div#TRBottomBar {
    display: none;
}
#top_banner_image {
display: none;
}
#MediaPlayerHolder {
    margin-top: 50px;
}
#PlayerAgenda {
    display: none;
}
#MediaPanel {
    /*overflow: scroll;*/
    height: 100%;

}
div#FeaturesHolder {
    display: none;
}
.video-js .vjs-tech {
margin-top: -45px!important;
}


* STYLES USED FOR OB & OBL PLAYER BELOW ******************************************************************************************** */

.player_presentation_header_center {display:block} /* Hides/shows the word Speaker on "center" players - change value to none to hide for OBL's - */

#StreamMenuButtonHolder {display:block;} /* Hides/shows Quality button - change value to none to hide for OBL's - */

.player_speaker_name_center {text-align: left;} /* Aligns the speaker name to the left on "center" players - change value to none to hide for OBL's - */

.player_presentation_name_center {text-align: left;} /* Aligns the speaker title to the left on "center" players - change value to none to hide for OBL's - */

#PlayerAgendaContainerCenter {display: block;}  /* Hides/shows the Agenda on "center" players - change value to none to hide for OBL's - */


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