#glance {
  font-family: "Open Sans", "Helvetica Neue", Arial, san-serif !important;
  /* GLANCE PREVIEW */
  /* GLANCE TOOLTIP */
}
#glance .glance-container {
  background-color: #fff;
}
#glance #glance-timeline {
  margin: 0 auto;
}
#glance .dx-widget {
  font-family: "Open Sans", "Helvetica Neue", Arial, san-serif !important;
}
#glance .dx-toolbar-after .dx-button-content {
  display: none;
}
#glance div.dx-tooltip {
  pointer-events: unset !important;
}
#glance .dx-button {
  text-align: left;
}
#glance .dx-button-content .dx-icon {
  color: #61207A;
}
#glance .dx-scheduler-header {
  display: none;
}
#glance .dx-scheduler-header-panel-container {
  border-top: 1px solid rgba(221, 221, 221, 0.6);
}
#glance .dx-scheduler-header-panel-container .dx-scheduler-header-tables-container .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content .dx-scheduler-header-panel {
  margin-top: 0;
}
#glance .dx-button .dx-button-content {
  padding-right: 0px;
  margin-left: 1.8em;
}
#glance .dx-scheduler-group-header {
  background-color: #5A4373;
  color: #fff;
  font-weight: 500;
}
#glance .dx-scheduler-group-header-content {
  margin: auto;
  text-align: center;
}
#glance .dx-scheduler-cell-sizes-vertical {
  height: 100px;
}
#glance .dx-scheduler-cell-sizes-horizontal {
  width: 180px;
}
#glance .dx-scheduler-appointment {
  background: #f5f5f5;
  color: #000 !important;
}
#glance .dx-list-item {
  cursor: initial !important;
  width: 100% !important;
}
#glance .dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
  padding: 20px;
}
#glance .dx-scheduler-timeline .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
  border-bottom: 2px solid #E02145;
}
#glance .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
  color: #5A4373;
}
#glance .dx-scheduler-date-time-indicator::before {
  color: #E02145;
}
#glance .dx-scheduler-date-time-indicator {
  background-color: #E02145;
}
#glance .dx-scheduler-timeline .dx-scheduler-date-time-shader::before {
  background-color: rgba(206, 179, 229, 0.08);
}
#glance .dx-scheduler-date-table-cell.dx-state-hover {
  background-color: transparent;
}
#glance .dx-scheduler-appointment-tooltip-wrapper .dx-popup-normal {
  max-height: 400px !important;
  width: 500px !important;
}
#glance .dx-scheduler-date-table-cell.dx-state-focused {
  background: none;
}
#glance .dx-scheduler-date-table-cell.dx-scheduler-focused-cell {
  box-shadow: none;
}
#glance .dx-scheduler-date-table-cell.dx-state-active {
  background: none;
}
#glance .dx-scheduler-date-table-cell.dx-state-hover {
  background: none;
  color: transparent;
}
#glance .dx-item-content:active,
#glance .dx-list-item-content:active {
  /*background: #fff;*/
}
#glance .dx-item-content {
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#glance .icons {
  display: flex;
  min-height: 10px;
}
#glance .topicIcon {
  width: 30%;
  display: flex;
}
#glance .glance-preview {
  font-size: 11px;
  white-space: normal;
  text-align: center;
}
#glance .glance-preview .tagImg {
  display: inline-block;
  width: 70%;
  text-align: right;
}
#glance .glance-preview .tagImg img {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
#glance .glance-preview .sessionTitle {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#glance .glance-preview .sponsor {
  font-style: italic;
}
#glance .dx-popup-content {
  text-align: left;
  max-height: 350px !important;
  width: 450px !important;
}
#glance .dx-popup-content .dx-item-content {
  background: #fff;
}
#glance .dx-popup-content .dx-item-content:hover {
  background-color: #fff !important;
}
#glance .dx-popup-content .tagImg {
  display: inline-block;
  width: 40%;
  text-align: right;
}
#glance .dx-popup-content .tagImg img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
#glance .dx-popup-content .dx-button-content {
  padding-left: 0;
  /*margin-left: 0;*/
}
#glance .dx-popup-content .tooltip_head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#glance .dx-popup-content .tooltip_head .left {
  width: 60%;
}
#glance .dx-popup-content .sessionInfo {
  margin-top: 0.5em;
}
#glance .dx-popup-content .sessionTitle {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  white-space: normal !important;
  margin: 0.5em 0 0.8em;
}
#glance .dx-popup-content .sessionRoom {
  display: inline-block;
  margin-top: 0.5em;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 5px 10px;
  font-weight: 600 !important;
  margin-right: 0.5em;
}
#glance .dx-popup-content .sessionRoom::before {
  font-family: "Font awesome 6 Pro" !important;
  content: "\f685";
  margin-right: 0.4em;
}
#glance .dx-popup-content .sessionTime {
  display: inline-block;
  /*margin-left: 1em;*/
  /*font-size: 0.9em;*/
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 5px 10px;
  font-weight: 600 !important;
}
#glance .dx-popup-content .sessionTime::before {
  font-family: "Font awesome 6 Pro" !important;
  content: "\f017";
  margin-right: 0.4em;
  font-weight: 400;
}
#glance .dx-popup-content .vignette {
  margin-top: 0.5em;
  white-space: normal;
}
#glance .dx-popup-content .vignette .sessionType,
#glance .dx-popup-content .vignette .focus,
#glance .dx-popup-content .vignette .topic,
#glance .dx-popup-content .vignette .tag {
  background-color: #f3f3f3;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 0.3em;
  font-size: 0.9em;
}
#glance .dx-popup-content .supportedSentence {
  font-style: italic;
  font-size: 0.9em;
  display: block;
  margin: 1em 0;
  white-space: normal;
}
#glance .dx-popup-content .sponsorLogo {
  margin: 1em 0 2em;
}
#glance .dx-popup-content .sponsorLogo img {
  max-width: 150px;
  max-height: 80px;
  margin-right: 2em;
}
#glance .dx-popup-content .description {
  font-size: 0.95em;
  white-space: normal;
}
#glance .dx-popup-content .moderator {
  font-size: 0.9em;
  display: block;
  margin-top: 1em;
  white-space: normal;
  font-weight: 600;
  color: #000;
}
#glance .dx-popup-content .moderator .name {
  color: #8c8c8c;
}
#glance .dx-popup-content .objective {
  font-size: 0.9em;
  white-space: normal !important;
  margin-top: 1em;
  background: #f3f3f3;
  padding: 0.8em 1em 0.2em;
}
#glance .dx-popup-content .objective p.objectiveSentence {
  margin-bottom: 0.2em;
  font-weight: bold;
  font-size: 1.05em;
}
#glance .dx-popup-content .objective p {
  font-weight: normal;
  font-size: 1em;
}
#glance .dx-popup-content .objective ul {
  margin-top: 0.5em;
  padding-left: 1em;
}
#glance .dx-popup-content .objective ul li {
  list-style-type: disc;
  margin-left: 1em;
}
#glance .dx-popup-content .interventions {
  margin-top: 1em;
  padding-left: 0 !important;
  border-left: none !important;
}
#glance .dx-popup-content .interventions .intervention {
  /*margin: 0.3em 0;*/
  /*margin-left: -2.1em;*/
  /*padding: 0.2em 0.8em;*/
  white-space: normal;
  position: relative;
  padding: 0.3em 1em;
  margin-bottom: 0.5em;
  border-left: 4px solid #ccc;
}
#glance .dx-popup-content .interventions .intervention .interventionTime {
  font-size: 0.85em;
  font-weight: normal;
  color: #7e82aa;
}
#glance .dx-popup-content .interventions .intervention .interventionTime::before {
  font-family: "Font awesome 6 Pro" !important;
  content: "\f017";
  font-size: 0.9em;
  font-weight: 400;
  margin-right: 0.3em;
}
#glance .dx-popup-content .interventions .intervention .interventionTitle {
  font-size: 0.9em;
  font-weight: 500;
  margin: 0.3em 0;
}
#glance .dx-popup-content .interventions .intervention .interventionTitle::before {
  content: "";
  padding-top: 0;
}
#glance .dx-popup-content .interventions .intervention .speaker {
  font-size: 0.85em;
  /*margin-left: 1em;*/
  color: #7e82aa;
  font-weight: 500;
}
#glance .dx-popup-content .interventions .intervention .speaker::before {
  font-family: "Font awesome 6 Pro" !important;
  content: "\f007";
  font-size: 0.9em;
  font-weight: 700;
  margin-right: 0.5em;
}
#glance .dx-popup-content .interventions .intervention .speaker .invitationStatus {
  font-weight: normal;
  font-style: italic;
}
#glance .dx-popup-content .myProg {
  color: #61207A;
  font-weight: 600;
  font-size: 0.95em;
}
#glance .dx-popup-content .myProg:hover {
  cursor: pointer;
}
#glance .dx-popup-content .replay {
  display: inline-block;
  background-color: #f98b64;
  padding: 5px 10px;
  border-radius: 5px;
  float: right;
}
#glance .dx-popup-content .replay a {
  color: #fff;
  text-decoration: none;
}
#glance .dx-popup-content .replay a::after {
  position: relative;
  margin-left: 10px;
  opacity: 0.8;
  font-family: "Font awesome 6 Pro";
  content: "\f054";
  font-size: 1.2rem;
  font-weight: 400;
}
#glance .square {
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
#glance #glance-legend {
  margin: 1em 5em 5em;
  font-size: 0.95em;
}
#glance #glance-legend .speciality > div,
#glance #glance-legend .topic > div,
#glance #glance-legend .type > div,
#glance #glance-legend .picto > div {
  display: inline-flex;
  margin: 0.5em;
}
#glance #glance-legend .speciality .square,
#glance #glance-legend .type .square,
#glance #glance-legend .topic .square {
  margin: auto;
  margin-right: 0.2em;
}
#glance #glance-legend .picto img {
  width: 15px;
  height: 15px;
  margin: auto;
  margin-right: 0.2em;
}
#glance .btnScroll {
  position: fixed;
  width: 40px;
  height: 300px;
  text-align: center;
  font-size: 2em;
  background-color: #E02145;
  z-index: 100;
  transition: transform 0.2s ease;
  cursor: pointer;
  display: none;
  color: #fff;
  margin-top: 7em;
}
#glance .btnScroll i {
  position: relative;
  top: 125px;
}
#glance #btnScrollLeft {
  border-radius: 0 10px 10px 0;
  margin-left: -15px;
}
#glance #btnScrollLeft:hover {
  cursor: pointer;
}
#glance #btnScrollLeft.disabled:hover {
  cursor: default;
}
#glance #btnScrollLeft.disabled i {
  opacity: 0.5 !important;
}
#glance #btnScrollRight {
  border-radius: 10px 0 0 10px;
  display: block;
  float: right;
  right: 0;
}
#glance #btnScrollRight:hover {
  cursor: pointer;
}
#glance #btnScrollRight.disabled:hover {
  cursor: default;
}
#glance #btnScrollRight.disabled i {
  opacity: 0.5 !important;
}
#glance .note {
  margin-top: 2em;
  margin-left: 3em;
  font-weight: 400;
}
#glance .note span {
  font-weight: bold;
}
#glance .info-result {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em;
  margin-left: 3em;
  margin-bottom: 1em;
}
#glance #glance-cntSession {
  width: 30%;
  padding-left: 1em;
}
#glance #result-firstday {
  width: 40%;
  font-style: italic;
  text-align: right;
  margin-right: 4em;
}
#glance .isHidden {
  visibility: hidden;
  display: inline-block;
}
#glance .isVisible {
  visibility: visible;
  display: inline-block;
}
#glance .dx-scheduler-appointment-collector.dx-button {
  background-color: #5A4373;
}

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