body {
    font-family: 'Exo', open-sans, sans-serif;
}

.grid {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 0em 1.5em ;
    font-size: 12px;
}

.hdrbox {
    background-color: rgb(54, 124, 256);
    color: #fff;
    border-radius: 5px;
    font-size: 180%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;

}


.whitebar {
    width:100%;
    padding:5px;
    background-color: white;
    position: sticky;
    top: 70px;
}

.gcol {
    padding: 5px;
    border-right: 1px solid #ddd;
    height:100%;
}

.plain {
    background-color: transparent;
}

.time {
    text-align: center;
    padding: 2px;
    margin: 15px 0 8px;
    background-color: #ddd;
    font-weight: 400;
    font-size: 1.2em;
    color: #222;
}
.content {
    padding: 1px;
    display: list-item;
    list-style-type: circle;
    margin-left:18px;
    font-size: .95em;
    margin-bottom: 5px;
}

.content a {
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.hdr h5 {
    text-align: center;
    margin-top: 3px;
}

.days {
    /*background-color: #f2f2f2;*/
}

.hdr-style {
    font-weight: 500;
    font-size: 1.2em;
}

.hours {
    /*display of hours inside an eventsession*/
    text-align: center;
    font-size: .9em;
    color: #666;
}

before {
    content: "&emdash;";
}


.expo {
    background-color: #f9d4a9;
}

.tutorial {
    /*background: rgba(186, 228, 237, 0.5);*/
    border-left: 8px solid rgb(113, 180, 194, .3);
    border-radius: 0;
    margin-right: 15px;
    padding-left: 5px !important;
}

.workshop {
    border-left: 8px solid #52ad0d;
    border-radius: 0;
    margin-right: 15px;
    padding-left: 5px !important;
}

.demonstration {
    border-left: 8px solid rgb(194, 190, 240);
}
.symposium {
    border-left: 8px solid #5fadef;
    border-radius: 0;
}
.oral {
    border-left: 8px solid #fdbb02;
    border-radius: 0;
}
.social {
    border-left: 8px solid #c1f197;
    border-radius:0;
}

.competition {
    border-left: 8px solid #c1f197;
    border-right: 0px;
    border-radius:0;
    border-image:
        linear-gradient(
          to top,
          lightseagreen,
          rgba(0, 0, 0, 0)
        ) 1 100%;
}
.spotlight {
    border-left: 8px solid rgba(253, 187, 2, 0.36);
    border-radius: 0;
}

.mentorship {
    border-left: 8px solid rgb(141, 140, 138);
    border-radius: 0;
}

.eventsession.break {
    border-left: 8px solid #d7d6d3;
    border-radius: 0;
}

.content.workshop {
    border:none;
}

.speaker-style {
    font-style: italic;
    font-size: 1.1em;
}
.content.demonstration {
    border:none;
    background:none;
}
.content.oral {
    border:none;
}
.content.spotlight {
    border:none;
}

.eventblock.oral {
    background:none;
}
.eventblock.demonstration {
    border:none;
    background:none;
}
.subevent-header, .eventblock-case {
    border:none;
    background:none;
    text-align:center;
}
.subevent-header {
    color: #666;
    padding: 3px 0px 3px 0px;
}



.town-hall {

    border-left: 8px solid rgba(155, 232, 181, 0.7);
}

.affinity-workshop,.affinity-event {
    border-left: 8px solid rgba(53, 147, 144, 0.3);
    border-radius: 0;
}

.affinity-poster-session {
    border-left: 8px solid rgba(154, 203, 119, .3);
    border-radius: 0;
}
.expo-workshop {
    /*background: rgba(250, 151, 72, 0.25);*/
    border-left: 8px solid rgba(250, 151, 72, .8);
    border-radius:0px;
}

.expo-demonstration {
    /*background: rgba(252, 175, 245, 0.25);*/
    border-left: 8px solid rgba(252, 175, 245, 1.0);
    border-radius:0px;

}

.expo-talk-panel {
    border-left: 8px solid rgb(200, 221, 231, 1.0);
    border-radius:0px;

}


.panel {
    border-left: 8px solid #0510ea;
    border-radius: 0;
}


.invited-talk {
    border-left: 8px solid #ef5f5f;
    border-radius: 0;
}

.expo_talk {
    /*background: rgb(143, 188, 143);*/
    border: 5px solid rgb(230, 50, 50, .2);
}

.expo_demonstration {
    /*background: rgb(143, 188, 143);*/
    border: 5px solid rgb(139, 0, 139, .2);
}

.expo_workshop {
    /*background: rgb(143, 188, 143);*/
    border: 5px solid rgb(143, 188, 143, .5);
}

.poster {

    border-left: 8px solid #c580fa;
    border-radius: 0;
}

.pad {
    margin: 5px;
    padding: 5px;
}

.column-break {

    margin: 25px 0;
}

.bump {
    padding-top: -1px;
}

.green {
    background-color: #c1ebd6;
}

.orange {
    background-color: #e9d191;
}

.pink {
    background-color: #ebc0e9;
}


.award {
    border-left: 8px solid gold;
}

.test-of-time {
    border: 8px solid gold;
}

.hidden {
    display:none;
}

.sessiontitle {
    /*text-align:center;*/
    font-weight: 600;
}
.eventsession {

    font-size: 110%;
    padding-left: 10px;
    margin-bottom: 10px !important;
}

.box {
    background-color: #f0f0f0;
    color: #222;
    border-radius: 5px;
    padding: 20px;
    font-size: 110%;
    min-height: 80px;
    margin-bottom: 5px;
}

.box {
    background-color: #999;
}

.sticky {
    position: sticky;
    top: 70px;
}

.buffer {
    background: #fff;
    max-width: 100%;
    padding: 2px 0;
}

.grid2 {
    display: grid; grid-gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
.marginset {
    max-width: 80%;
    margin: auto;
    text-align: center;
}
.filtertext{
    font-size: 1.3em;
    font-weight: bold;
    margin: 12px;
    text-align: center;
}
.daybox {
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 5px;
    background: rgb(197, 213, 193, .7);
    box-shadow: 2px 2px 10px 0 #ccc;
    font-weight: 600;
    font-size: 1.1em;
    color: #222;
}
.hrbuffer {
    margin: 30px 8%;
    color: #222;
}
.dayselect {
    margin: auto;
    max-width: 420px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 25px;
    font-size: 1.2em;
}
.dayselect input {
    margin:0 2px 0 10px;
}


.gray {
    color:gray;
}

.sessiontime {
    display:none;
}

.title-style {
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.remarks {
    border-left: 8px solid #6a6d6f;
    border-radius: 0;
}

.end-time {
    position:relative;
    left: -12px;
    color: #ccc;
}

#calendar-buttons-table {
    margin:2%;
}

.date-buttons.btn, .date-buttons.btn-primary {
    border-radius:0;
    border:1px solid #ccc;
}