/* Id: 7.555453.1435268270
 * Generated: Jun 29, 2015 6:16:13 PM
 */
    section.event.sponsors {
display: none;
}
div.sponsorBottom {
  clear: both;
  margin-top: .5em;
}
.sponsorBottom img {
  max-width: 200px;
  margin-left: 15em;
}
.sponsorRules img {
  max-height: 190px;
}
div.sponsorRules {
 border-bottom: 1px solid #000;
}

/* to show function dates/times but not activity dates/times
body header .indexMetadata {
  display: block;
  border-left: 1px solid #bbb;
}*/

.bioRelated .Activity {
    display: none;
}
.activityTitle.loading:after {
    display: none;
}
/* Left Sidebar */
    /*
    div#not-sidebar {
      -webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;
    }
    div#sidebar {
      -webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;
    }*/
    
    /* Right Sidebar */
    #search-result-form #content {
      -webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;
    }
    #searchFacetContainer {
      -webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;
    }


/* base color scheme */
    #nav {
      background:#ddd;
    }
    
    /*div#banner {
      background: #ce431c;
    }*/
    

    #directoryAZ h4, .results h4,.bio-content .bioRelated>div>h4,#sidebar>div>h3, #sidebar .utility .loggedin h3,.event h1,.scheduleTab h1, .indexDateTitle,.event h2,.event h1,
    #searchFacetContainer h3,.help-div h2.title, .userProfile .ui-tabs-panel div>h1, .userItineraryResearch .ui-tabs-panel div>h2,#sidebar .tabGroup .ui-tabs h3,
    #not-sidebar>.track.content>header h2 {
      background: #464646;                     /* BASE */
      color:#fff;                              /* #fff if background is dark, #333 if background is light -- user your best judgement */
    }
    div#footer,html {
      background:#eee;
    }
    #returnToTop>span {
      background:#464646;                      /* BASE */
      border:1px solid #464646;                /* BASE */
      box-shadow:inset 0px 0px 0px 1px #fff,   /* Leave as is */
      inset 0px 0px 10px #000;              /* color match B - darker then A*/ 
    }

/* custom colors for  index */
    .event h1,.scheduleTab h1, .event .indexDateTitle,.scheduleTab .indexDateTitle, .slot .event h2, .slot .event h1, .slot .scheduleTab h1 {
      border-color: #d2214d;                   /* color match B - darker then A */
    }
    
    .indexDateTitle:hover, .trackContainer>header>h2:hover {
      background-color: #231d1d;               /* color match A - darker then BASE */
    } 
    
    .slot .event h2 .arrowIcon,.event h3 .arrowIcon,.scheduleTab h3 .arrowIcon,.arrowIcon {
      background-color: #4a4a4a;               /* color match A - darker then BASE */
      border-color: #d2214d;                   /* color match B - darker then A*/
    }
    div.trackContainer>div, div.trackContainer>header,div.trackContainer:after,.indexActivityGroup, .trackContent {
      border-color: #d2214d;                   /* color match B - darker then A*/
    }
    .trackContainer .description {
      border-bottom-color:#d2214d;             /* color match B - darker then A*/
    }
    .indexDateTitle:hover>.arrowIcon,#not-sidebar #tracksTab h2.title:hover .arrowIcon {
      background-color: #231d1d;               /* color match B - darker then A*/
    }

/* function options for track index */
    /* NO DATE or TIME */                                    /*  .function>header .indexMetadata {display: none;}               */
    /* NO DATE */                                            /*  .function>header .indexMetadata .indexDates {display: none;}   */
    /* NO TIME */                                            /*  .function>header .indexMetadata .indexTimes {display: none;}   */
    /* FOR IE - Function without Times, date or room */          html[data-useragent*='MSIE 8.0'] .function>header>div.indexTitle, 
                                                                 html[data-useragent*='MSIE 9.0'] .function>header>div.indexTitle { border-right:0!important;width:100%!important; }

/* TEASER MODE */
    /* div.activity.index.inner {cursor: text;} */

/* TO INCLUDE BIO IMAGES, COMMENT THE CSS BELOW - DEFAULT IS NO IMAGE */
   
    li .bioGroup.noImage:before,.bioGroup.hasImage>img {display:none;}
    li .bioGroup.hasImage>div, li .bioGroup.noImage>div {margin-left: 1em;}
    

/* hide track border on track index */
    body div.trackContainer {
      border-width: 0;
    }
    body div.trackContainer:after {
      display:none;
    }


/* hide article sidebar and dateline items */
    .article .dateLine, .article .sideBar {
      display: none;
    }

/* Fix spacing of schedule index hover when paper authors is not shown */
/*
.scheduleTab.hasTimes .index.paper.container:last-child>p a:hover:before {
bottom: 0;
top: initial;
}*/

/*no hover color change for activities sans paper*/
#wrapper .noPaper .inner:hover {
  background: transparent!important;
}

#wrapper .noPaper, #wrapper .noPaper .inner,#wrapper .noPaper .inner>div,#wrapper .noPaper a {
    cursor: text!important;
}
#wrapper .noPaper .indexActivityToggle {
  visibility: hidden;
}

#wrapper .noPaper .activityContent,#wrapper .noPaper .activityContent.loading {
  display: none!important;
  height:0!important;
}

/*greys out all info for the activity*/
.noPaper a, .noPaper span {
  opacity: .8;
}

/*fixes 50% max-width on date header box*/
div#tracksTab>header .dates, #tracksTab>header .location {
max-width: 100%;
}

      