﻿@import url("https://fonts.googleapis.com/css2?family=Merriweather&family=Source+Sans+Pro&display=swap");
body {
  font-size: 90%;
  /*    font-family: 'Source Sans Pro', sans-serif;*/
}

a {
  color: #00549E;
  text-decoration: none;
}

a:not([href]) {
  color: #23527c;
}

a.anchor {
  display: block;
  position: relative;
  top: -250px;
}

.table {
  background-color: #fff;
}

.table td {
  border-left: 1px solid black;
  border-width: 1px !important;
}

.navbar {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.navbar.bg-secondary {
  background-color: #fff !important;
}

.ClearFix {
  clear: both;
}

.faded {
  opacity: 0.2;
}

.timeslot, .colHeader {
  background-color: #FFF;
  padding-left: 2px;
  font-size: 11px;
  border-left: 1px solid #EEE;
  border-top: 1px solid #EEE;
  position: absolute;
  valign: top;
  text-align: left;
}

.colHeader {
  font-size: 14px;
  font-weight: bold;
}

.collapsed .collapsed-icon {
  visibility: hidden;
}

.main-content-with-secondary-calendar {
  padding-top: 69px;
}

#calendar a.session-hidden, .session-hidden, .session-hidden .list-group-item {
  /*font-size:20px;*/
  color: #ccc !important; /* important required as it set in fcevent*/
  background-color: #eee;
  border-left: 10px solid #fefefe !important;
  /*opacity:0.5;*/
}

.badge {
  font-size: 10px;
}

.split {
  /*    display: flex;
      flex-direction: row;*/
}

.gutter {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==");
  cursor: col-resize;
}

/*.split, .gutter.gutter-horizontal {
    float: left;
}

.gutter.gutter-horizontal {
    cursor: ew-resize;
}

*/
.list-sticky-category:not(.collapsed) {
  position: -webkit-sticky; /* Required for Safari */
  position: sticky;
  z-index: 1000;
  /*    top: 89px;*/
}

@media (min-width: 576px) {
  .list-sticky-category:not(.collapsed) {
    /*      top: 139px;*/
  }
}
#PrimaryNavigation {
  z-index: 1030;
  position: sticky;
  top: 0px; /* running total */
}

/*.bio-stick {
    position: -webkit-sticky;*/ /* Required for Safari */
/*position: sticky;*/
/*height: 42px;*/
/*z-index: 1000;
}*/
.spinner {
  z-index: 3000;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  height: 500px;
  width: 100%;
  background-image: url(/images/spinner/spinner.gif);
  background-size: 50px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

#StrandSelector {
  font-size: 0.9em;
}

#StrandSelector .nav > li > a {
  padding: 5px 5px;
}

/*#endregion*/
/* modal override*/
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 95%;
  }
}
.theme-lite .bg-lite {
  background-color: #eee;
}

.theme-lite .nav-tabs .active {
  background-color: #eee;
}

.theme-sfe .bg-sfe {
  background-color: #29295F;
}

.theme-sfe .nav-tabs .active {
  background-color: #29295F;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle .btn:not(.collapsed),
.btn-type-show:not(.collapsed),
.btn-focus-show:not(.collapsed) {
  box-shadow: inset 1px 1px 1px 1px black;
  background-color: orange;
}

/*https://stackoverflow.com/questions/17233804/how-to-prevent-sticky-hover-effects-for-buttons-on-touch-devices*/
.btn-secondary:hover {
  background-color: #fff;
  color: #878787;
}

.fc .fc-btn-primary {
  background-color: #555 !important;
}

.btn-link {
  color: #00549E;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

/*.accordion-button{color: #fff !important;}*/
/*#region -- fullcalendar adjustments ------------------------------------------------------------- */
.fc .fc-header-toolbar {
  display: none !important;
}

@media (min-width: 576px) {
  .fc .fc-header-toolbar {
    display: flex !important;
  }
}
.fc .fc-event-hover {
  background-color: lime !important;
}

.fc-event, .fc-event-dot {
  /*border-radius: 0px;
                 border-top-left-radius: 0px;
                 border-top-right-radius: 0px;
                 border-bottom-right-radius: 0px;
                 border-bottom-left-radius: 0px;
                 border: 1px solid #fff;*/
  border-top-color: rgb(218, 218, 218);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgb(218, 218, 218);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(0, 0, 0);
  border-left-style: solid;
  border-left-width: 1px;
  opacity: 0.9;
  /*background-color: #fff;*/
  background: linear-gradient(#fefefe, #efefef) repeat scroll 0% 0% #fff;
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #555 !important;
}

.fc .fc-event-text-color {
  color: #555 !important;
}

:root {
  --fc-event-text-color: #555 !important;
}

.fc-event.fc-draggable {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.fc-event.fc-draggable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#calendar .fc-event {
  border-bottom-color: #ccc;
  color: #555;
}

#external-events .fc-event {
  color: #000;
}

#calendar .ses_Expert, #external-events .ses_Expert {
  background: none repeat scroll 0 0 #ECC3FD;
}

#calendar .ses_CateringSocial, #external-events .ses_CateringSocial {
  background: none repeat scroll 0 0 #E6AC8E;
}

#calendar .ses_Plenary, #external-events .ses_Plenary {
  background: none repeat scroll 0 0 #ABE5E4;
}

#calendar .ses_Oral, #external-events .ses_Oral {
  background: none repeat scroll 0 0 #F6E4C4;
}

#calendar .ses_Symposium, #external-events .ses_Symposium {
  background: none repeat scroll 0 0 #F7EBB5;
}

#calendar .ses_Debate, #external-events .ses_Debate {
  background: none repeat scroll 0 0 #F7EBB5;
}

#calendar .ses_Nurse, #external-events .ses_Nurse {
  background: none repeat scroll 0 0 #CECFF6;
}

#calendar .ses_Other, #external-events .ses_Other {
  background: none repeat scroll 0 0 #FDA5A5;
}

#calendar .ses_Workshop, #external-events .ses_Workshop {
  background: none repeat scroll 0 0 #D0DCB4;
}

#calendar .ses_None, #calendar .ses_ {
  background: none repeat scroll 0 0 #E6F9E5;
}

/*#endregion*/
.abstract.list-group {
  --bs-list-group-border-width:0;
  border: 0px !important;
  margin-bottom: 30px;
}

.abstract .list-group-item {
  border-top: 1px solid #eee;
}

.abstract-title {
  padding: 0;
  margin: 0;
  font-family: "Merriweather", serif;
}

#AbstractSummaryTitle.abstract-title {
  font-size: 1.8em;
}

/*
.abstract-title a {
    //color: #4000FF;
    color: #0000B2;
}*/
.abstract-title a:hover {
  text-decoration: underline;
}

.list-abstracts .list-group-item {
  border: 0;
}

.list-abstracts .list-group-item .abstract-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f15b";
  color: #ddd;
  position: relative;
  left: -5px;
}

.session-speaker-card .card {
  border-top: 0;
}

.session-speaker-card .card .card-header {
  border-bottom: 0;
}

.card-speaker .card-header .person-name .btn,
.card-speaker .person-name .btn a,
.card-speaker .person-name a {
  font-size: 1.9em !important;
}

.person-name .btn-link {
  padding: 0 !important;
}

/*#region -- session ------------------------------------------------------------- */
.session {
  /*    background: linear-gradient(#fefefe, #efefef) repeat scroll 0% 0% #fff;*/
  border-bottom: 0px;
}

.session-noabstracts .session-expander-wrapper:hover {
  cursor: initial !important;
}

.session .collapse.show .list-group-item {
  background-color: #f9f9f9;
}

/* .session-expander-wrapper .collapsed{
    background-color: lime;
}*/
.session .badge a {
  /*    color: #fff;*/
}

/*
.session-title a {
    color: #0000B2;
}*/
/*#endregion*/
/*#region -- session types  ------------------------------------------------------------- */
.ses_Expert {
  border-left: 10px solid #ECC3FD !important;
}

.ses_CateringSocial {
  border-left: 10px solid #E6AC8E !important;
}

.ses_Plenary {
  border-left: 10px solid #ABE5E4 !important;
}

.ses_Oral {
  border-left: 10px solid #F6E4C4 !important;
}

.ses_Symposium {
  border-left: 10px solid #F7EBB5 !important;
}

.ses_Debate {
  border-left: 10px solid #F7EBB5 !important;
}

.ses_Nurse {
  border-left: 10px solid #CECFF6 !important;
}

.ses_Other {
  border-left: 10px solid #FDA5A5 !important;
}

.ses_Workshop {
  border-left: 10px solid #D0DCB4 !important;
}

.ses_None, .ses_ {
  border-left: 10px solid #E6F9E5 !important;
}

/*#endregion*/
.session-speaker-card {
  border-left: 0 !important;
}

/*
.xsession-withabstracts:hover {
    transition: background-color 1s ease;
    transition-delay: 0.5s;
    background-color: #efefef;
}


.ses_Expert .badge.bg-primary,
.xsession-withabstracts.ses_Expert:hover {
    background-color: $ses_Expert;
}

.ses_CateringSocial .badge.bg-primary,
.xsession-withabstracts.ses_CateringSocial:hover {
    background-color: $ses_CateringSocial !important;
    color: #000;
}

.ses_Plenary .badge.bg-primary,
.xsession-withabstracts.ses_Plenary:hover {
    background-color: $ses_Plenary !important;
    color:#000;
}

.ses_Oral .badge.bg-primary,
.xsession-withabstracts.ses_Oral:hover {
    background-color: $ses_Oral !important;
    color: #000;
}

.ses_Symposium .badge.bg-primary,
.xsession-withabstracts.ses_Symposium:hover {
    background-color: $ses_Symposium !important;
    color: #000;
}


.ses_Debate .badge.bg-primary,
.xsession-withabstracts.ses_Debate:hover {
    background-color: $ses_Debate !important;
    color: #000;
}


.ses_Nurse .badge.bg-primary,
.xsession-withabstracts.ses_Nurse:hover {
    background-color: $ses_Nurse !important;
    color: #000;
}


.ses_Other .badge.bg-primary,
.xsession-withabstracts.ses_Other:hover {
    background-color: $ses_Other !important;
    color: #000;
}


.ses_Workshop .badge.bg-primary,
.xsession-withabstracts.ses_Workshop:hover {
    background-color: $ses_Workshop !important;
    color: #000;
}

.ses_None .badge.bg-primary,
.xsession-withabstracts.ses_None:hover,
.ses_ .badge.bg-primary,
.xsession-withabstracts.ses_:hover {
    background-color: $ses_Default !important;
    color: #000;
}
*/
/*#region -- days ------------------------------------------------------------- */
/*day-mon{background-color:#9e2064}
                day-tue{background-color:#e99aa1}
                day-wed{background-color:#fceff0}
                day-thu{background-color:#f4c9cd}
                day-fri{background-color:#e9939b}*/
.date-mth {
  color: #fff;
}

.day-mon {
  background-color: #20aae2 !important;
}

.day-fri {
  background-color: #682865 !important;
}

.day-tue {
  background-color: #9e1f61 !important;
}

.day-wed {
  background-color: #2a3c90 !important;
}

.day-sat {
  background-color: #b81449 !important;
}

.day-thu {
  background-color: #1475ba !important;
}

.day-sun {
  background-color: #29295f !important;
}

.day-mon-border {
  border-left: solid 6px #20aae2;
}

.day-tue-border {
  border-left: solid 6px #9e1f61;
}

.day-wed-border {
  border-left: solid 6px #2a3c90;
}

.day-thu-border {
  border-left: solid 6px #1475ba;
}

.day-fri-border {
  border-left: solid 6px #682865;
}

.day-sat-border {
  border-left: solid 6px #b81449;
}

.day-sun-border {
  border-left: solid 6px #29295f;
}

/*#endregion*/
/* -- toolbar */
/*// Small devices (landscape phones, 576px and up)*/
/* -- icons */
.fa-toolbutton {
  font-size: 14px;
  color: #333;
}

.fc-toolbar {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.navbar.bg-light {
  background-color: #ddd !important;
}

.nav-tabs {
  background-color: transparent;
  border-bottom: 0;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border: 0;
  color: #555;
}

.nav-tabs .nav-link.active {
  background-color: #fff;
}

.nav-tabs .nav-link {
  margin-bottom: calc(-5 * var(--bs-nav-tabs-border-width));
}

.toolbar-primary .navbar {
  padding: 0px;
}

.toolbar-primary .navbar-collapse.collapsing .nav-item,
.toolbar-primary .navbar-collapse.collapse.show .nav-item {
  padding: 15px 2px 15px 10px;
}

/*/ / ---------------------------------------- .toolbar-day { //small device
        top: 0px; // no primary navigation on mobile so move to top
        height: 42px;
    }

    @media (min-width: $smallMediumDevice) {
        .toolbar-day {
            top: 50px; // push it down when the primary navigation is visible
        }
    }

    */
/*.toolbar-functions { //small device
   // height: 47px;
    top: 42px; // height of day selector 
}
@media (min-width: $smallMediumDevice) {
    .toolbar-functions {
       // height:47px;
        top: 92px;
    }
}
@media (min-width: $mediumDevice) {
    .toolbar-functions {
       // height: 47px;
        top: 92px; 
    }
}
*/
/*.toolbar-filters { //small device
    top: 42px;*/ /* height of day selector */
/*}

@media (min-width: $smallMediumDevice) {
    .toolbar-filters {
        top: 92px;
    }
}*/
.toolbar-dayseparator {
  z-index: 999;
  top: 92px;
}

/*
// ------------------------------------------------
.toolbar-functions .input-group > .form-control {
    width: 120px;
}

@media (min-width: $smallMediumDevice) {
    .toolbar-functions.input-group > .form-control {
        width: 1%;
    }
}
*/
.highlighted {
  background: linear-gradient(#FEFAD4, #FEFAD4) repeat scroll 0% 0% #fff;
  box-shadow: 0 0 0 2px #FF4081;
  -webkit-animation: highlightBg 1s linear;
  -o-animation: highlightBg 1s linear;
  animation: highlightBg 1s linear;
  -webkit-animation-iteration-count: 2;
  -o-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

@-o-keyframes highlightBg {
  0% {
    background: #fff;
  }
  50% {
    background: #FEFAD4;
  }
  to {
    background: #fff;
  }
}
@-webkit-keyframes highlightBg {
  0% {
    background: #fff;
  }
  50% {
    background: #FEFAD4;
  }
  to {
    background: #fff;
  }
}
@keyframes highlightBg {
  0% {
    background: #fff;
  }
  50% {
    background: #FEFAD4;
  }
  to {
    background: #fff;
  }
}
.sortable-list .handle:hover {
  background-color: #eee;
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.sortable-list .handle .grabber {
  display: inline;
}
