h3.timeslot {
	display: block;
	width: 100%;
    font-size: 1.3em;
    margin-bottom: 20px;
}

.conference-box{	
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-between;
    /*align-items: flex-start;*/
}

.track-card{
    width: calc(50% - 10px);
    background: #af1c1c;
    color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    border: 5px solid #af1c1c;
    box-sizing: border-box;
}

.highlighted-content .track-card {
    background: #2e2e28;
    border-color: #2e2e28;
}

.track-card.featured{
    width: 100%;
    text-align: center;
}

.track-title {
    padding: 5px 10px 10px;
}

.track-card h4 {
    color: #ffffff;
    font-weight: 400;
    border: 1px solid #af1c1c;
}

.highlighted-content .track-card h4 {
    border-color: #2e2e28;   
}

.track-content {
    flex-grow: 1;
}

.track-button {
    text-align: center;
    padding: 10px;
}

.track-button .button {
    text-align: center;
    display: inline-block;  
}

.highlighted-content .track-button .button {
    box-shadow: 5px 5px 0 0 #102229;
}

.session {
    color: #2e2e28;
    background: #ffffff;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    border: 1px solid #af1c1c;
    position: relative;
    overflow: hidden;
}

.session.exceptional {
    padding: 10px 30px 22px 10px;
}

.hidden {
    display: none !important;
}

.highlighted-content .session{
    border-color: #2e2e28;
    color: #2e2e28;
}

.session h4 {
    color: #2e2e28;
    padding: 0;
    border: none;
}

.session .star{
    position: absolute; 
    top: 5px;
    right: 5px;
    font-size: 20px;
    z-index: 99;
}

.session.selected {
    /*background: #31a2d4;*/
    background: #6abfe5;
    color: #2e2e28;
}

.session.selected h4{
    /*font-weight: bold; */
    color: #2e2e28;    
}
.session.selected h5{
    color: #2e2e28;
}

.session .star:hover {
    cursor: pointer;
}

.session .star i.far.fa-star{
    position: absolute;
    color: #2e2e28;
    top: 0;
    left: 0;
}

.session .star i.fas.fa-star{
    color: white;
    top: 0;
    left: 0;
}

.session .star:hover i.fas.fa-star{
    color: #fcae12;
}

.session.selected .star i.fas.fa-star{
    color: #fcae12;
}

.session-abstract {
    display: none;
}

.highlighted-content .session .session-abstract p {
    color: #2e2e28;
}

.session-abstract.open {
    display: block;
}

.session-abstract p {
    padding: 0;
    font-size: 0.8em;
    text-align: justify;
    margin-bottom: 0;
    line-height: 1.5em;
}

.session-abstract ul {
    font-size: 0.8em;
}

.session-abstract.open p {
    margin-top: 5px;
}

.exceptional .session-abstract p {
    margin-bottom: 20px;
}

.workshop-author {
    font-size: 0.9em;
    display: inline-block;
}

.workshop-author.space-under {
    margin-bottom: 8px;
}

.session.selected .abstract-button{
    color: #af1c1c;
}

.abstract-button {
    color: #31a2d4;
    font-weight: 600;
    font-size: 0.8em;
}

.abstract-button:hover{
    color: #fcae12;
}

.session.selected .abstract-button:hover {
    color: #e16c00;
}

.abstract-button:hover, .session-abstract:hover {
    cursor: pointer;
}

#myPick:hover {
    cursor: pointer;
}

.content-container.myPicks .session {
    display: none;
}

.content-container.myPicks .session.selected {
    display: block;
}

.content-container.myPicks .track-card {
    display: none;
}

.content-container.myPicks .track-card.selected {
    display: flex;
}

.content-container.filtered .track-card {
    display: none;
}

.content-container.filtered .track-card.filtered {
    display: flex;
}

.content-container.myPicks.filtered .track-card.filtered,
.content-container.myPicks.filtered .track-card {
    display: none;
}

.content-container.myPicks.filtered .track-card.selected.filtered {
    display: flex;
}

p.tags,
p.extra-tags {
    text-align: left;
}

p.tags span,
p.extra-tags span {
    margin: 5px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.tag.filtered,
.extra-tag.filtered,
.tag-reset.filtered {
    background: #ffffff;
    color: #af1c1c;
}

.tag:hover,
.extra-tag:hover,
.tag-reset:hover{
    cursor: pointer;
}

.type {
    font-weight: bold;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.type-label {
    position: relative;
    overflow: hidden;
    display: block;
    width: 35px;
    height: 35px;
    z-index: 10;
}

.type-label div {
    background: #af1c1c;
    transform: rotateZ(-45deg);
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: -8px;
    right: -19px;
    box-sizing: border-box;
}

.exceptional .type-label div {
    border-top: 2px solid #ffffff;
}

.exceptional .type-label div span {
    margin-top: -1px;
}

.highlighted-content .type-label div {
    background: #2e2e28;
}

.type-label div span {
    transform: rotateZ(45deg);
    display: block;
}

.type:hover {
    cursor: pointer;
}

.type-tooltip {
    color: #ffffff;
    background: #2e2e28;
    width: 70px;
    height: 10px;
    font-weight: normal;
    padding: 5px;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 3px;
    font-size: 12px;
    right: 21px;
    top: 12px;
    z-index: 99999;
    border-right: 1px solid #102229;
    border-bottom: 1px solid #102229;
}

.highlighted-content .type-tooltip {
    /*background: #ffffff;*/
    /*color: #2e2e28;*/
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.type-tooltip:before {
    display: block;
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #2e2e28;
    right: -5px;
}

.highlighted-content .type-tooltip:before {
    border-left: 5px solid #102229;
}

.type:hover .type-tooltip {
    display: flex;
}

#autoTime {
    margin-right: 10px;
}

#myPick {
    margin-top: 10px;
}

.exceptional-paper-tag {
    background: #af1c1c;
    color: white;
    padding: 5px 35px 5px 10px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 35px;
    box-sizing: border-box;
    z-index: 0;
    font-size: 0.7em;
    display: flex;
    justify-content: left;
    align-items: center;
    min-width: 160px;
}

.session.selected h5.exceptional-paper-tag{
    color: #ffffff;
}

.force-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.force-column-inner {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

@media(max-width: 1000px) {
    .track-card {
        width: 100%;
    }

    .force-column-inner {
        width: 100%;
    }

}

@media (max-width: 890px) {
    #autoTime{
        margin: 0 20px 20px 0;
    }

    .timeZones {
        margin-bottom: 20px;
    }
}


/*OLD ==================================================================*/

.conference-card{    
    width: calc(25% - 20px);
    min-width: 200px;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    margin-right: 20px;
}

.main-content .conference-card{
	border: 2px solid #af1c1c;
}

.highlighted-content .conference-card{
	border: 2px solid #ffffff;
}

.main-content .conference-card.selected,
.highlighted-content .conference-card.selected {
    box-shadow: 5px 5px 0 0 #2e2e28;
    border-color: #31a2d4;
}

.conference-box .conference-card:last-of-type{
	margin-right: 0;
}

.conference-card.featured{
	min-width: 100%;
}

.conference-card .star{
    position: absolute;	
    top: -13px;
    right: -13px;
    font-size: 20px;
    z-index: 99;
}

.conference-card .star:hover {
	cursor: pointer;
}

.conference-card .star i.far.fa-star{
	position: absolute;
	color: #2e2e28;
    top: 0;
    left: 0;
}

.conference-card .star i.fas.fa-star{
	color: white;
    top: 0;
    left: 0;
}

.conference-card .star:hover i.fas.fa-star{
	color: #fcae12;
}

.conference-card.selected .star i.fas.fa-star{
	color: #fcae12;
}

.conference-card-main:hover{
	cursor: pointer;
}

.conference-card-main h3{
	background: #af1c1c;
    color: #ffff;
    padding: 5px 10px;
}

.conference-card.selected .conference-card-main h3 {
    background: #31a2d4;
}

.conference-card-main h4{
    padding: 5px 10px;
    text-align: right;
    color: #af1c1c;
    background: #ffffff;
}

.conference-card-main h5{
    background: #af1c1c;
    color: #ffffff;
    padding: 5px 10px;
}

.conference-card.featured .conference-card-main h3,
.conference-card.featured .conference-card-main h4,
.conference-card.featured .conference-card-main h5 {
	text-align: center;
}

.conference-card-abstract {
	display: none;
}

.conference-card-abstract.open {
	display: block;
}

.conference-card-abstract:hover,
.conference-card-abstract p:hover {
	cursor: pointer;
}

.conference-card-abstract p {
	padding: 10px;
	margin: 0;
	text-align: left;
	background: #ffffff;
	color: #2e2e28;
}

.conference-card-button {
	background: #af1c1c;
	text-align: center;
	padding: 10px;
}

.conference-card-button .button {
	text-align: center;
	display: inline-block;	
}

#myPick:hover {
	cursor: pointer;
}

.content-container.myPicks .conference-card {
	display: none;
}

.content-container.myPicks .conference-card.selected {
	display: block;
}