html {max-width:940px; /*height:100vh;*/ height:101% !important; margin:0px auto;}

body {
  height:101% !important;
  text-align:left;
  padding:0px;
  margin:0px auto;
  font-family: Arial,Helvetica,sans-serif;
  color: #555;
  background-color: white;
  font-size:14px;
  line-height:1.6;
}

.navitem_links {display:none !important;}

.has_contributions {
  border-bottom: solid #339682 2px !important;
  background-color: #fff !important; /*effbf7*/
   /*border-bottom: solid 1px #ccc !important;*/
}

/* Accordion for parallel sessions */
.parallel_accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.7s;
}
.active_session, .parallel_accordion:hover {
}
.parallel_session {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease-out;
  border-left: solid #fff 5px;
}
/* End - Accordion for parallel sessions */

.center {
  margin: auto;
  width: 50%;
}
.text_right {
  text-align: right;
  margin-right: 10px;
}
.highlight { background: #FFFF40; }


/* Page structure (width, height, color, margins, paddings) */
#pg0 {
  background-color: white;
  max-width:940px;
  /*   border:solid #4E90C3; border-width: 0 1px 0 1px; */
  height:101% !important;
  margin:0;
  padding:0;

}
#content0 {
  padding:0;
  margin:40px 0 0 0;
  background-color:white;
  height:101% !important;
  box-shadow: none;
}
/*  */
#content1 {
  padding:10px 10px;
  margin:0px;
  background-color:white;
box-shadow: none;
}
/*  */
#content2 {
  padding:20px 0;
  margin:0px;
}
.mobile_banner {width:100%; margin:10px; background-color:white; color:#4a9cd7;}
.search_section, .result_section, #search_results, .summary, .result_pagescount {
  background-color: white;
  max-width:940px;
  padding:0 20px;
  margin:20px 0 0 0;
}

#calendar {margin:20px 0;}
/* End of Page structure (width, height, color, margins, paddings)  */


/* Headings */
h1 {
  padding: 20px 0 0 0;
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.7em;
  font-variant: small-caps;
  color: #0390d5;
}

h1.filter_hdr {
  padding: 0px 0 10px 0;
  margin: 60px 0px 0px 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-size: 1.5em;
  font-variant: small-caps;
  color: #0390d5;font-weight:bold;
}
/* end of Headings */

.banner  {
  vertical-align:middle;
  /*   height:80px; */
  text-align:center;
  line-height:80px;
  /*  */
  display:none;
}

.banner image {
  margin:0 auto;
}

#footer {
  background-color: white;
  max-width:940px;
  margin:auto;
}

#coms_lang {}











/* Buttons and form controls */
radio,  checkbox{
    cursor: pointer;
}
.cb-inline {
   display:flex;
   flex-wrap:nowrap;
   align-items: center;
}
.btn-primary {
  color: #fff !important;
  background-color:#38848c !important;
  border-color:#38848c !important;
  font-size:1.1em;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
    margin: 0;
        margin-bottom: 0px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-control {
    display: inline-block;
    width: auto;
    padding: 6px 12px;
    line-height: 1.42857143;
    margin: 0 0 20px 0;
    background-color: #f5f5f5 !important;
    box-shadow: none;
    border: 2px solid #bbb;
    border-radius: 2px;
    box-shadow: none;
}
.form-control:focus {
  outline: 0;
}
input.zoom_searchbox {
  width: 30em !important;
  padding-left: 0.25em;
  margin: 0px 20px 10px 0;
  background-color: #f5f5f5;
    border: 2px solid #bbb;
    border-radius: 2px;
    box-shadow: none;
}
.zoom_metaform_text {
  width: 30em;
}


/* End of Buttons and form controls */





/* Search results */
.result_block, .result_altblock {
  margin: 15px 0px 35px 0px;
  padding: 20px;
  clear: left;
}
.bg-success {background-color:#DDEFFC;}
.bg-warning {background-color:#F5F1EE;}
.meta_section {margin-left:0em; }
.result_meta_val {white-space:normal; }
.result_metaname {font-weight:bold; }
.hrbkm {
  margin: 9px 0;
  border: 0;
  height: 1px;
  background-color: white;
}
.description {
  display: none;
}
/* End of Search results */

.back_link {
  padding: 0px 0 0px 10px;
}
#content {
  padding: 0px;
  text-align: left;
  background-color: white;
}


.save-to-cal-checkbox {margin:0 10px;}
.save-to-cal-checkbox .cb {
    padding: 20px 0px ;
    display: flex;
    align-self: center;
}
.save-to-cal-checkbox .cb-label {padding:3px 10px 0px 10px; }
.cb-label1 {padding:3px 10px 0px 10px; }

.btn-file {  position: relative;  overflow: hidden;}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.result_custommeta {display:flex; }
.result_meta_val {margin-left: 5px;}.spk {text-align:center; width:150px; padding:0px 20px;  margin:30px; display: flex; flex-direction:column; justify-content:center;}
.spk_img {align-self:center; width:120px; height:120px; display:flex; flex-direction:column; justify-content:flex-start; align-items:center;}
.spk_affil {margin:10px 0; line-height:1.35;}
.b {font-weight:bold;}

.room-nav {display:flex; flex-wrap:wrap; justify-content:space-around; background-color: #F0F8FF;  margin:0; padding: 16px 0px;  border-bottom:1px #337ab7 solid;}
.room-nav li {display:inline-block; list-style-type: none;    margin: 3px 20px;  padding: 0;}
.room-nav a {}
.room-pill a {text-decoration:none !important; padding:3px 1px;}
.room-active a { border-bottom:3px #337ab7 solid;}
        /* Works on Firefox  #4a9cd7 */
        * {
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;

        }

        /* Works on Chrome, Edge, and Safari */
        *::-webkit-scrollbar {
        width: 10px !important;
        }

        *::-webkit-scrollbar-track {
        background: transparent;
        }

        *::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 20px;
        border: 5px solid transparent;
        }

        body::-webkit-scrollbar {
        width: 10px !important;               /* width of the entire scrollbar */
        }

        body::-webkit-scrollbar-track {
        background: transparent;        /* color of the tracking area */
        }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
        background: #ccc;
        }
.presentation a:link {              background-color: #007c63;              color: #effbf7 !important;           padding: 5px 12px;          border-radius:3px;            }     .zoom_link  a:link {color: #007c63 !important;  }                        .session_listing {display:flex; flex-wrap:nowrap; }                        .flex_row {display:flex; flex-wrap:nowrap;}                        .session_times {padding:9px 7px 0 0; text-align:right; color: #555; font-weight:normal; }                        .session_desc {width:100%; padding:9px 7px 0 0 !important;}                        .div_border_left {}                                                .org_tz {display:inline;  color:#999; font-size:0.9em;}                        .org_tz div {display:inline;}                        .loc_tz {display:inline; margin-left:10px;}                        .session_times .org_tz {display:block;}                        .session_times .org_tz div {display:block;}                        .session_times .loc_tz {display:block; margin-left:0px;}                                                                     .checkbox-inline {                          display: flex;                          align-items: center;                     }                        @media (max-width: 768px)  {                                               .nav {   margin-top: 25px;}                        .session_listing {display: block;  }                                      .session_times {                            width: 100%;        display:flex; justify-content:space-between; align-items: flex-start;                        }                                      .navitem {                       /*height: 21px;                       line-height: 21px;*/                       margin: 0 7px !important;                   }                                           .flex_row {display:flex; flex-wrap:wrap;}                                           .session_times {padding:0px 7px !important; text-align:left; }                        .session_desc {padding:10px 7px !important;}                                            }a {color:#555t;}        .session_listing {border-bottom: solid #339682 2px !important;}       .session_header0 {margin:0px 0 10px 0; padding:0px 0; color:#555; }       .session_header0 {background-color:#Fff;padding:10px 0; }       .session_header1 {background-color:#fff; margin:0 0 10px 0 !important; padding:10px 0 !important;}       .session_header2 {background-color:#eeeeee !important;}       .session_header3  {background-color: #fff ; color:#222;  } .session_header3 .right-arrow {display:none;} .session_header4  {background-color: #fff !important;   padding: 0 20px 20px 0;} .session_header4   .session_times {   white-space: nowrap !important;   width: auto !important;   min-width: auto !important; }              /* ----------------------------------------------------- */       .room-nav {display:flex; flex-wrap:wrap; justify-content:space-between; background-color: #443787;  margin:0; padding: 10px 20px;  border-bottom:1px #443787 solid;}       .room-nav li {display:inline-block; list-style-type: none; margin: 5px 20px;  padding: 0;}       .room-nav a {color: #fff !important;}       .room-pill a {text-decoration:none !important; padding:4px 10px;}       .room-active a { border-bottom:0px #443787 solid; background-color: #fff; color:#443787 !important; border-radius:4px;}.parallel_accordion { background-color:#fff; color:#555;  /*#d7ede4*/ border-left: 5px solid #005761;}   .parallel_accordion .session_times {background-color:#d7ede4; color:#555; }  .parallel_accordion_title { font-size:1.0em; font-weight:bold;  line-height:1; padding-left:10px; background-color:transparent !important; align-self:center; display:flex; justify-content:space-between; align-items:center; width:100%; } .session_txt1 {display:none !important;}  .session_header0 .session_txt1 {display:none !important; }  .session_header3 .session_txt1 {display:none !important; padding: 0 15px 10px 0;} .keywords {font-style: italic; margin:10px  0 ;}         .session_ref {font-weight: 600;}                      .join_link  {                color:#339682 !important;                display: inline;                                font-weight: 600;                white-space: nowrap;                font-size:1.1em;                }                .join_link > a:link {               /*  background-color: #eff7f4; border-radius: 3px;*/                 color: #339682 !important;                 padding: 7px 0px;                 text-decoration: underline;                }                                .join_link  > a:hover, .join_link > a:focus {                    background-color: #fff !important;                    color: #c94e4a !important;                    padding: 7px 0px;                   text-decoration: none !important;                }.pres_row {margin-bottom:0px; border-bottom: 1px #dadada solid; padding-bottom: 12px; }.free_slot {    border-left: 0px solid #fcd48f;     background-color: #fff;/*#fcf8ee;*/    /*border-bottom: solid 1px #ccc;*/  }.session_header1 {border-bottom: 1px #4a9cd7 solid;}.pres_cell {   padding: 9px 7px 0 0;   margin: 0px;   flex-grow: 1; }.authors u {background-color:#9bb1c5 !important  ; border-radius: 3px; color:white !important; display:inline; padding:2px 7px; text-decoration: none; font-weight:bold; white-space:nowrap; margin: 11px 0; line-height:2;}    .authors u a:link {color:white !important; }  .authors .presenter {background-color:#9bb1c5 !important  ; border-radius: 3px; color:white !important; display:inline; padding:2px 7px; text-decoration: none; font-weight:bold; white-space:nowrap; margin: 11px 0; line-height:2;}    .authors .presenter a:link {color:white !important; }  .paper_id {margin:1px 0; font-weight:500; ;}.x_abstract a:link {text-decoration: underline !important;} .presentation_summary {margin:20px 0px 30px 0px; }   .presentation_details{padding: 0px 10px 10px 0px;}   .presentation_summary {padding: 0px 0px 20px 0px;}   .presentation_type {}   .presentation_section {margin:20px 0px;    padding:10px;    background-color: #eee; display:none; }     /* .presentation {     display: flex;     justify-content: center;     width: auto;     max-width: 100%; }*/   .poster_link {padding:0px; margin:0px; }   .session {margin:auto; clear:both;}   .summary_label {font-weight:bold; text-align:left; margin-bottom:3px; padding-right:6px; float:left;}   .summary_value {padding-left:0px; float:left;}      .abstract {background-color: transparent;}   .abstract {padding: 0px 10px 0px 10px; line-height: 1.65em;}   .abstract .abstracttitle {margin-bottom:10px; font-weight:bold; font-size:1.2em; padding-bottom:3px;}   .abstract .abstracttext {margin-top:0px; text-align:justify;}   .abstract .authors-affiliations {margin-bottom:10px;   padding: 0;}   .abstract .authors {margin-bottom:10px;}   .abstract .affiliations {margin-bottom:10px; font-style: italic;  margin:0; padding:0; }      .authors u {       background-color: #9bb1c5;       border-radius: 3px;       color: white;       display: inline;       padding: 2px 7px;       text-decoration: none;       font-weight: bold;       white-space: nowrap;       margin: 11px 0;       line-height: 2;   }      .horiz_separator {color: #99bfe8; background-color: #99bfe8; height: 1px; border: 0; clear: both;}   .notes ul { margin: 0px; padding: 0px; display: inline; }   .notes li {  margin-left: 15px;  }.presentation_entry {          display:flex;                     align-items:flex-start;           justify-content: space-between;           width:100%;      }            .uploaded_presentation {          width:240px;           display:flex;           flex-wrap:wrap;           align-items:flex-start;          justify-content: flex-end !important; display:none;      }               .glyphicon {         display: inline-block !important;     }        .fc-event-container a:link, .fc-event-container a:visited, .fc-event-container a:hover, .fc-event-container a:active {        text-decoration: none;    }        .fc-state-default {         background-color: transparent !important;         padding:4px 8px !important;        background-image: none !important;        box-shadow: none !important;        border: none !important;        text-shadow: none !important;        text-decoration:underline !important;        font-weight:bold !important;        color:#777 !important;    }        .fc-state-down, .fc-state-active {         background-color: transparent !important;         padding:4px 8px !important;        background-image: none !important;        box-shadow: none !important;        border: none !important;        text-shadow: none !important;    }      .fc-state-active {color:black !important;}    .fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {       }/* fixed navigation bar at the top */                   #top_nav_fixed {                                    position: fixed;                     top: 0;                     width:100%;                     max-width: 940px;                     margin: auto;                     height: 40px;                     color: #555 !important;                     background-color: white !important;                     z-index: 1000;                     border-bottom: 0px #555 solid;                     box-shadow: 0 4px 6px -6px #555;                   }                   #top_nav_fixed a {color:#555 !important;}                   #navitems {                         display:flex;                         flex-wrap: nowrap;                         flex-direction:row;                         align-items:center !important;                         justify-content:space-between;                         height: 40px;                        padding: 0 5px;                     }                   .navitem {                       padding: 0;                       margin: 0 10px;                       font-weight: normal;                       font-size: 1.0em;                   }             .navitem_links {                         display:flex;                         flex-wrap: nowrap;                         flex-direction:row;                         align-items:center !important;                         justify-content:flex-end !important;                         width: 100%;                        white-space: nowrap;             }             .logo {                         display:flex;                         flex-wrap: nowrap;                         flex-direction:row;                         align-items:center !important;                         justify-content:flex-start !important;                         margin-right:auto;             }             .logo a {                        display:inline;                        overflow: hidden;                        text-overflow: ellipsis;            }                               .nav li {list-style:none;}                   .navitem a {text-decoration:none !important;}                   .nav_logo {                        font-weight:bold;                         font-size:1.3em;                         margin-right: auto;                        display:inline;                        white-space: nowrap;                        overflow: hidden;                        text-overflow: ellipsis;               }                   .nav-txt {font-weight:bold;}                   /*  end of fixed navigation bar at the top */                                      @media (max-width: 500px)  {                     .zoom-desc {display:none;}                     .nav_logo {                        font-size: 1.0em;                        margin-right: auto;                        white-space: nowrap;                        overflow: hidden;                        text-overflow: ellipsis;                        max-width: 150px;                        display: block;                     }                  }/* Navigation pills (daily overviews) */ .nav {   border-bottom: 4px #007c63 solid;   margin-top:5px; padding: 0px 0px 0px 0;   display:flex;   flex-wrap:wrap;   justify-content:space-between;   background-color: #fff !important; } .nav li {list-style: none;} .nav-pills > li > a {   color: #007c63;   font-weight:bold;   border-width: 0px 0px 0px 0px !important;   border: transparent solid;   display:inline-block;   float:left;   margin:0px;   padding:4px 12px;   border-radius:0; } .nav-pills > li.active > a {   border: transparent solid;   color: #fbf6ff !important;   background-color:#007c63 !important;   text-decoration: none !important; } .nav-pills > li > a:hover, .nav-pills > li > a:focus {   background-color: #effbf7 !important;   color: #007c63 !important; } .last_tab {   margin-right: 0;   border-right: 0 !important; }  #day_btns {  display:flex;  flex-direction:row;   justify-content:center;   align-items:center;   flex-wrap:wrap;  }   /* End of Navigation pills (daily overviews) */.hdr_frame {margin-top:0px;}               .session_header0 {             padding: 0;             margin:0 0 13px 0;             font-weight: normal;             padding-bottom: 12px;           }                                 .session_times {             width:15em;             min-width:15em;             /*white-space: nowrap;*/           }           .session_desc {             padding:0px;             margin:0;             font-size:1.0em;           }           .session_header0  .session_desc a:link {  text-decoration: none; color: #555;}           .session_header0  .session_desc a:visited,           .session_header0  .session_desc a:hover,           .session_header0  .session_desc a:active           {   text-decoration: underline !important;}           .session_desc  a {font-weight: bold; }           .session_desc  a:link {}                                            /* Links */                      a:link {             color: #4a9cd7;             text-decoration: underline;             font-weight: bold;           }           a:visited, a:hover, a:active {             color: #4a9cd7;             text-decoration: underline;             font-weight: bold;           }           .body_css a:link {             color: #005761;             text-decoration: none;             font-weight: bold;           }           .body_css a:visited, .body_css a:hover, .body_css a:active {             color: #005761;             text-decoration: underline;           }           .abstracttitle a:link {             color: #007c63;             text-decoration: none !important;             font-weight: bold;           }           .abstracttitle a:visited, .abstracttitle a:hover, .session_desc a:active{             color: #c94e4a;             text-decoration: underline !important;             font-weight: bold;           }                    .fc-right .fc-button {border:2px white solid !important; background-color:white !important;}          thead.fc-head {position:sticky; top:40px; background-color:white; z-index:10; }           .fc-event-container a:link, .fc-event-container a:visited, .fc-event-container a:hover, .fc-event-container a:active {             font-weight: normal !important;           }              .fc-event-container a:link, .fc-event-container a:visited, .fc-event-container a:hover, .fc-event-container a:active {              text-decoration: none;          }                    .fc-state-default {               background-color: transparent !important;               padding:4px 8px !important;              background-image: none !important;              box-shadow: none !important;              border: none !important;              text-shadow: none !important;              text-decoration:underline !important;              font-weight:bold !important;              color:#777 !important;          }                    .fc-state-down, .fc-state-active {               background-color: transparent !important;               padding:4px 8px !important;              background-image: none !important;              box-shadow: none !important;              border: none !important;              text-shadow: none !important;          }                  .fc-state-active {color:black !important;}          .fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {                   }           /* Link to the abstract on the search page */           .result_title a:link {             color: #262525;             text-decoration: underline !important;             font-weight: bold;           }           /* end of Links */.hdr_frame {margin-top:0px;}    .time_cell {   width:15em;   min-width:15em; margin-top:2px;  /* white-space: nowrap;*/ }  /*#xport1 {display:none;}*/

@media (max-width: 768px)  {
    #side-menu-container {display:none !important;}
    #side-menu {display:none;}
}
@media (min-width: 769px)  {
    #left_menu_agenda {display:none;}
    #ham {display:none;}
    #side-menu {display:block;}
}

/*  Sliding left menu  */
.hamburger {
  font-size: max(1.1em, 18px);
  cursor: pointer;
  background-color:<banner_bgcolor_mobile>;
  color:<banner_color_mobile>;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  padding:0;
  margin:0;
}
#ham a:link {
  color:<banner_color_mobile>;
  text-decoration:none;
}

.drawer {
  display: none;
}
.drawer_agenda_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #000;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.drawer_agenda_header {
  /* Optional */
  /* padding: 1.5rem; */
  padding: 0.25rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.drawer_agenda_close {
  /* Optional */
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  flex-shrink: 0;
  margin-left: 1rem;
  font-weight:bold;
  font-size:1.3em;
  color:#555;
}

.drawer_agenda_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height:100%;
  width: 100%;
  max-width: 300px;
  z-index: 9999;
  overflow: auto;

  transition: transform 0.3s;
  will-change: transform;
  background-color: #fff;

  display: flex;
  flex-direction: column;

  -webkit-transform: translate3d(103%, 0, 0);
  transform: translate3d(103%, 0, 0); /* extra 3% because of box-shadow */

  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */

  /* Optional */
  box-shadow: 0 2px 6px #777;
}

.drawer_agenda_content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height:100%;
  flex-grow: 1;
  /* padding: 1.5rem; */
  padding: 0rem 1.5rem 0rem 0rem;
  margin: 0 1rem 0 -0.75rem;
}

.drawer--left .drawer_agenda_wrapper {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.drawer.is-active {
  display: block;
}

.drawer.is-visible .drawer_agenda_wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.drawer.is-visible .drawer_agenda_overlay {
  opacity: 0.5;
}

.drawer_agenda_content details > summary {
  list-style-type: none;
}
.drawer_agenda_content details > summary::-webkit-details-marker {
  display: none;
}
.drawer_agenda_content details.accordion > summary {
  list-style-type: none;
  display:flex;
}
.drawer_agenda_content details.accordion > summary::-webkit-details-marker {
  display: none;
}
.drawer_agenda_content details > summary:first-of-type {
    list-style-type: none;
}
.drawer_agenda_content details > summary {
    border-bottom: #777 solid 2px;
}
.drawer_agenda_content .tab_is_selected {background-color:transparent !important;}
.drawer_agenda_content .menu_hdr0 {border:none;}
/* End: Sliding left menu  */


/*  Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src:
    url("https://conference-service.com/fonts/material-design-icons/font//coms.woff2") format('woff2'),
    url("https://conference-service.com/fonts/material-design-icons/font//font/coms.woff") format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
.box {
    width:640px; 
    max-height: 360px;
    background-color: #000;
    position: relative;
}
.container {
  background-color: #000;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin:0px 0;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding:0; 
  margin:0;
  overflow: hidden;
}

.innerBox-container {
    position:absolute;
    top:0;left:0;
    display:flex;
    flex-direction:column;
    height:100%;
    width:100%;
    align-items:flex-start;
    justify-content:space-between;
    cursor: pointer;
}
#div-top {width:100%; }
#div-bottom {width:100%;}

/*
.center_hv {
    display:flex; 
    flex-direction:row; 
    justify-content:center;
    align-items:center; 
    display:block;
}


.outerBox {
    width:100%;
    height: 0;
    background: #000;
    padding-bottom: 56.25%;
    border:0;
    cursor: pointer; 
    position: relative;
}


.innerBox {
    background: transparent;
    padding: 0px;
    font-size: 20px;
    border:0;
    position: absolute;
    width:100%;
    height: 100%;left:0;
}

.start-button {
    font-size:5vh;
    z-index: 99;
    color: white;
    background: transparent;
}
*/

@media (max-width: 768px)  {@media (max-width:768px)  {
body {background-color: white !important;

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

  .flex_row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
.pres_cell {
  padding: 9px 7px 0 9px;
  margin: 0px;
  flex-grow: 1;
}

 .big-start-btn .start-button {display:none;}
#content0 {
  padding: 0;
  margin: 40px 0 0 0;
  background-color: white;
  height: 101% !important;
  box-shadow: none;
}
#content1 {
  padding: 0px 0px;
  margin: 0px;
  background-color: white;
  box-shadow: none;
}
#content2 {padding:10px;}
.page_bottom {
  margin:0 20px;
}
.mobile_banner {width:100%; margin:10px; background-color:white; color:#4a9cd7; margin-top:20px;display: none;}
.mobile_banner_srch {}

#srch_frm {margin: 0 10px;}
.search_section, .result_section, #search_results, .summary {
  padding: 10px;
  margin: 0px;
}
.searchheading  h1 {    padding: 20px 0 0 10px;}

.results {
  padding: 0 0px;
  margin: 0 10px;
}
.zoom_metaform_text {
  max-width: 20em;
}
input.zoom_searchbox {
  max-width: 20em;
}
.result_custommeta {display:inline-block; }
.result_metaname {
    font-weight: bold;
    word-break: keep-all;
}

.pres_row {padding-top:10px;    border-bottom: 2px  #dadada solid;}

.presentation_entry {
         display:flex; 
         flex-direction:column;
         align-items:flex-start; 
         justify-content: space-between; 
         width:100%;
     }

.pic {margin:0; display:block; float:none; width:100%; height:auto;}

#xport1 {margin-left: 20px;}

  .back_link {
    padding: 0 !important; 
    display:none !important;
  }
.text_right {
  text-align: left !important;
  margin-left:0px  !important;
width:100%  !important;
}

.session_times {display:flex; width:auto; padding:7px 0;}
.session_desc .text_right {
  text-align: left  !important;
  margin-left:0px  !important;
width:100%  !important;
padding-top: 12px;
padding-right: 16px;
}

h1.filter_hdr {
  margin: 0;
}

  .back_link {
    width: 100% !important;
display: none !important;
  }


.abstract {
  padding: 0px 6px;
}
.abstracttext {text-align:left !important;}
.abstracttext a:link {text-decoration:underline !important;}
.back_link {
  padding: 0px 0 0px 10px;
}
.back_link a {text-decoration: none !important;}
.save-to-cal-checkbox {
  margin: 0 6px;
}

#calendar {
  padding: 10px 16px;
}
.fc-agendaAllDays-button {display:none;}
.embedded_link {
    width:300px !important; 
    height:200px !important;
}

}}