/* IMPORT MASTER CFG FILE */
/* VARIABLES */
/* Color Set */
/* --------------------------------------------------------- */
/* CONFERENCE SECTION GLOBALS */
#sessionlinks {
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 0 15px 0 15px;
}
#sessionlinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
}
#sessionlinks ul li,
#sessionlinks ul li * {
  font-size: 10pt!important;
}
#sessionlinks ul li {
  display: block;
  text-align: left;
  padding: 6px 10px;
  margin-bottom: 2px;
  background-color: white;
  border: 1px solid #ccccff;
  line-height: 110%;
}
#sessionlinks ul li a {
  font-weight: bold;
  text-decoration: none;
}
#sessionlinks ul li br {
  display: none;
}
#sessionlinks ul li.hi {
  background-color: #ffffcc;
  border-color: #000066;
  color: #000066;
}
/* Shell for session content */
.sessionContent-shell {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sessionContent-shell {
    width: 90%;
  }
  #sessionlinks ul li {
    display: inline-block;
    margin: 2px;
  }
  #sessionlinks ul li br {
    display: block;
  }
}
@media (min-width: 992px) {
  .sessionContent-shell {
    width: 80%;
    max-width: 1200px;
  }
}
/* --------------------------------------------------------- */
/* SESSION GRID PAGE */
.grid {
  border: 1px solid #ccc;
  background-color: white;
  padding: 1px;
  margin: 15px auto;
}
.grid ul {
  clear: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.grid ul li {
  font-size: 11px;
  text-align: center;
  padding: 5px;
}
.grid td {
  padding: 10px;
  min-width: 100px;
  max-width: 200px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 10pt;
}
.grid td a {
  font-weight: bold;
}
.grid td,
.grid td * {
  font-size: 10pt!important;
}
.grid td.hd {
  background-color: #AF7010;
  padding: 7px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}
.grid td.time {
  background-color: #eee;
  border-bottom-color: #ddd;
  text-align: center;
  white-space: nowrap;
}
.grid td.track {
  background-color: #eee;
  font-weight: bold;
  text-align: center;
  min-width: auto;
  max-width: auto;
}
.grid td.other {
  text-align: left;
  min-width: auto;
  max-width: auto;
}
.grid td.session {
  text-align: center;
}
.grid td.session > div {
  font-size: inherit;
  text-align: inherit;
  padding: 10px;
  border-bottom: 1px dotted #ddd;
}
.grid td.session > div:last-child {
  border-bottom: 0;
}
/* --------------------------------------------------------- */
/* SESSIONS BY DAY PAGE */
#sessions-byday .day_bar {
  background-color: #AF7010;
  padding: 5px;
  border: 0;
  margin: 15px 0px 1px 0px;
  font-size: 15pt;
  font-weight: bold;
  color: white;
}
#sessions-byday .timebar {
  background-color: #ddd;
  padding: 5px;
  margin-top: 12px;
  margin-bottom: 1px;
  border: 0;
}
#sessions-byday .timebar h6 {
  font-size: 12pt;
  font-weight: bold;
  margin: 0px;
  border: 0;
}
#sessions-byday .sessShell {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
#sessions-byday .sessShell * a,
#sessions-byday .sessShell * b,
#sessions-byday .sessShell * span {
  font-size: inherit!important;
}
#sessions-byday .sessShell .sess_hd {
  margin: 0;
  font-size: 10pt;
  font-weight: bold;
  color: #000;
}
#sessions-byday .sessShell .sess_time {
  font-size: 10pt;
}
#sessions-byday .sessShell h3,
#sessions-byday .sessShell h3 a {
  font-size: 20pt!important;
}
#sessions-byday .sessShell h3 {
  margin: 10px 0;
  font-family: ralewayregular, sans-serif;
}
#sessions-byday .sessShell .sess_focusicons {
  float: right;
}
#sessions-byday .sessShell .sess_addtoplanner {
  float: right;
  margin-top: 5px;
}
#sessions-byday .sessShell .sess_logo {
  float: right;
  margin-top: 5px;
}
#sessions-byday .sessShell .sess_title {
  font-size: 15pt;
  font-weight: bold;
  margin: 10px 0px 5px 0;
}
#sessions-byday .sessShell .sess_desc {
  margin-top: 10px;
}
#sessions-byday .sessShell .sess_desc .sess_desc_hd {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 5px;
  margin: 10px 0;
  font-size: 10pt;
  font-weight: Bold;
  line-height: 100%;
  color: #666;
}
/* -----------------------------------------------------------*/
/* Inline Speakers */
div.speakers {
  width: 100%;
  margin: 15px 0;
}
div.speakers div.spkr-hd {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 5px;
  margin: 10px 0;
  font-size: 10pt;
  font-weight: Bold;
  line-height: 100%;
  color: #666;
}
div.speakers div.spkr-row {
  clear: left;
  margin-bottom: 15px;
  font-size: 10pt!important;
}
div.speakers div.spkr-row:last-child {
  margin-bottom: 0;
}
div.speakers .spkr-photo {
  float: left;
  margin: -5px 10px 0 0;
  width: 60px;
  height: 70px;
  overflow: hidden;
  box-shadow: 3px 3px 5px #888;
  border-radius: 3px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.speakers .spkr-name {
  font-weight: bold;
}
@media (min-width: 768px) {
  .sessionContent-shell {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .sessionContent-shell {
    width: 80%;
  }
  div.speakers {
    float: right;
    width: 350px;
    margin: 0 0 10px 15px;
    border-left: 1px solid #ddd;
    padding: 0 0 10px 15px;
  }
  * .sess_desc_hd {
    display: none;
  }
}
.opentoall {
  margin: 0;
  font-weight: bold;
  color: #090;
}
.confattendeesonly {
  margin: 0;
  font-weight: bold;
  color: #f00;
}
/* --------------------------------------------------------- */
/* SESSIONS BY TRACK PAGE 
These styles applied to by Track screen, as well as the individual screens showing 
session track content.
*/
#otheritem {
  margin-top: 15px;
}
#otheritem .otheritemShell {
  padding: 10px;
  background: #eee;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
#otheritem .otheritemhd {
  font-weight: bold;
  color: #666;
}
#otheritem p {
  margin: 0;
}
#otheritem h3,
#otheritem h3 a {
  font-size: 20pt!important;
}
#otheritem h3 {
  margin: 0;
}
#track-sessions .trackbar {
  background-color: #3A9273;
  padding: 7px;
  border: 0;
  margin: 15px 0 1px 0;
  font-size: 16pt;
  font-weight: bold;
  color: white;
}
#track-sessions .track_desc {
  background-color: #eee;
  padding: 7px;
  border-bottom: 0;
  margin-bottom: 1px;
}
#track-sessions .daybar {
  background-color: #ddd;
  padding: 7px;
  border: 0;
  margin-bottom: 1px;
  font-size: 14pt;
  font-weight: bold;
  color: #333;
}
#track-sessions .timebar {
  background-color: #eee;
  padding: 7px;
  margin: 5px 0;
  border: 0;
  font-size: 12pt;
  font-weight: bold;
  color: #333;
}
#track-sessions .session-shell {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 0;
}
#track-sessions .session-shell * a,
#track-sessions .session-shell * b,
#track-sessions .session-shell * span {
  font-size: inherit!important;
}
#track-sessions .session-shell h3,
#track-sessions .session-shell h3 a {
  font-size: 20pt!important;
}
#track-sessions .session-shell .sess_time {
  padding: 7px 0;
  white-space: nowrap;
  font-size: 12pt;
  font-weight: bold;
  color: #333;
}
#track-sessions .session-shell .sess_info h3 {
  margin: 0;
  padding: 0;
  font-family: ralewayregular, sans-serif;
}
#track-sessions .session-shell .sess_info .sess_addtoplanner {
  float: right;
  margin: 10px;
}
#track-sessions .session-shell .sess_info .sess_logo {
  float: right;
  margin: 10px;
}
#track-sessions .session-shell .sess_info .sess_desc {
  padding: 0;
}
#track-sessions .session-shell .sess_info .sess_desc .sess_desc_hd {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 5px;
  margin: 10px 0;
  font-size: 10pt;
  font-weight: Bold;
  line-height: 100%;
  color: #666;
}
@media (min-width: 768px) {
  #track-sessions .session-shell .sess_time {
    float: left;
    width: 185px;
    margin-top: 10px;
  }
  #track-sessions .session-shell .sess_info {
    padding-left: 200px;
    margin-top: 10px;
  }
  #track-sessions .session-shell .sess_info .sess_desc {
    padding-top: 15px;
  }
}
/* --------------------------------------------------------- */
/* SESSION DETAIL PAGE */
.session-detail .focus-icons {
  float: right;
  margin: 0;
}
.session-detail .sess-trackdate {
  margin: 0;
  font-size: 14pt;
  font-weight: Bold;
}
.session-detail .sess-restriction-opentoall {
  margin: 0;
  font-size: 14pt;
  font-weight: bold;
  color: #090;
}
.session-detail .sess-restriction-confattendeesonly {
  margin: 0;
  font-size: 14pt;
  font-weight: bold;
  color: #f00;
}
/* --------------------------------------------------------- */
/* FOCUS ICON LEGEND */
#focus-legend {
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 11px;
  color: #666;
}
#focus-legend img {
  height: 20px;
  margin: 0 5px;
  vertical-align: middle;
  border: 0;
}

/*# sourceMappingURL=conference.css.map */