﻿@import url("root.css");

.todayHeader_timezone {
    /*text-transform: uppercase;*/
    /*font-weight: 700;*/
    /*font-size: 1.75em;*/
    letter-spacing: .04em;
    text-align: center;
    margin: 0 0px;
}

.todayHeader_timezoneDDL {
    margin: 1rem;
    max-width: 100%;
    color: black;
}

.tag--liveL {
    background: var(--red) url('../img/icon-live.svg') 4px center no-repeat;
    padding-left: 24px;
    color: #fff;
    font-weight: 700;
}

.submit_comment {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    background-color: var(--black-shade2);
    color: var(--white-shade1);
    padding: .5em 1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: var(--letter-spacing);
    border-radius: 2rem;
    -webkit-transition: background 150ms ease, color 150ms ease;
    -o-transition: background 150ms ease, color 150ms ease;
    transition: background 150ms ease, color 150ms ease;
}

    .submit_comment:hover,
    .submit_comment:focus {
        color: var(--white);
        background-color: var(--black-shade4);
    }


.parentcomment {
    border-radius: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 1rem;
    resize: none;
    color: black;
}

.comment_label {
    border: 1px solid #ccc;
}

.exh_poster {
    height: 0;
    padding-top: 35%;
    position: relative;
    overflow: hidden;
}

    .exh_poster img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        -webkit-transition: -webkit-transform 600ms ease;
        transition: -webkit-transform 600ms ease;
        -o-transition: transform 600ms ease;
        transition: transform 600ms ease;
        transition: transform 600ms ease, -webkit-transform 600ms ease;
    }

.exh_info {
    padding: .25rem;
    background-color: var(--black-shade1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.exh:hover .exh_info,
.exh:focus .exh_info {
    background-color: var(--black-shade4);
}

.film_info > * + * {
    margin-top: .25rem;
}

.exhDetail {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    background: var(--black-shade1);
}

@media only screen and (min-width: 768px) {
    .exhViewer--wide {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (min-width: 1140px) {
    .exhViewer--wide {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(3,1fr);
    }
}

@media only screen and (min-width: 1440px) {
    .exhViewer--wide {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(4,1fr);
    }
}

@media only screen and (min-width: 600px) {
    .filmsViewer {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
    }
}

@media only screen and (min-width: 1024px) {
    .filmsViewer {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr);
    }
}

@media only screen and (min-width: 768px) {
    .filmsViewer--wide {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr);
    }
}

@media only screen and (min-width: 1140px) {
    .filmsViewer--wide {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
    }
}

@media only screen and (min-width: 1440px) {
    .filmsViewer--wide {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6,1fr);
    }
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

.exhibitorNav a {
    color: white;
    text-decoration: none;
}

div.exhibitorDetail_main a:link {
    color: blue;
    text-decoration: underline;
}

div.exhibitorDetail_sidebar a:link {
    color: blue;
    text-decoration: underline;
}

.todayNav_banner {
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: var(--letter-spacing);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    align-items:center;
    max-height: 500px;
    max-width: 2000px;
    margin-top: 4.5rem;
}

    .todayNav_banner img {
        margin: 0 0;
        align-items:center;
        width: 100%;
    }

    .todayNav_banner a {
        color: inherit;
        padding-bottom: .15em;
        border-bottom: solid 1px rgba(255,255,255,0);
    }

        .todayNav_banner a:hover {
            border-color: #fff;
        }

.daysNav_day {
    background-color: rgba(0,0,0,.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 6px;
    margin: 0 2px;
    font-weight: 700;
    text-decoration: none;
    color: rgba(255,255,255,.7);
    line-height: 1.2;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

    .daysNav_day:hover {
        color: #fff;
        background-color: rgba(0,0,0,.3);
    }

.clearFormat {
    clear:both;
}

.FilterBox {
    float: left;
    max-width: 75%;
    color: #420027;
    background-color: white;
    font-size: 0.8em;
}

.FilterBox-active {
    float: left;
    max-width: 25%;
    color: white;
    background-color: #db3137;
    font-size: 0.8em;
}

.FilterButton {
    float: left;
    width: 20px;
    margin: 5px;
}

.ClearFilterX {
    float: left;
    width: 20px;
    margin: 5px;
}

.SortButtons {
    max-width: 150px;
    margin: 25px;
}

.sortdiv {
    width: 350px;
}

.modalclose {
    color: white;
    float: right;
    /*width:40px;*/
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (min-width: 1280px) {
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 60%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    .FilterButton {
        float: left;
        width: 20px;
        max-width: 20px;
        margin: 5px;
    }

    .ClearFilterX {
        float: left;
        width: 20px;
        max-width: 20px;
        margin: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 60%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
}

@media only screen and (max-width: 600px) {

    .FilterBox {
        float: left;
        max-width: 25%;
        width: auto;
    }

    .FilterButton {
        float: left;
        width: 20px;
    }

    .ClearFilterX {
        float: left;
        width: 20px;
        clear: right;
    }

    .sortdiv {
        display: block;
        width: 100%;
    }

    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 85%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
}




.modal-header {
    padding: 2px 16px;
    color: white;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, var(--clr_primary_light)), color-stop(56.36%, var(--clr_primary_light)), to(var(--clr_primary)));
    background: -o-linear-gradient(right, var(--clr_primary_light) 0.01%, var(--clr_primary_light) 56.36%, var(--clr_primary) 100%);
    background: linear-gradient(270deg, var(--clr_primary_light) 0.01%, var(--clr_primary_light) 56.36%, var(--clr_primary) 100%);
    /*position: -webkit-sticky;
	position: sticky;*/
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    z-index: 1000;
    /*background-color: rgba(0, 0, 0, 0.4); 
  background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #7D004A), color-stop(56.36%, #7D004A), to(#DB3137));
  background: -o-linear-gradient(right, #7D004A 0.01%, #7D004A 56.36%, #DB3137 100%);
  background: linear-gradient(270deg, #7D004A 0.01%, #7D004A 56.36%, #DB3137 100%);*/
}

.modal-body {
    padding: 2px 16px;
    display: inline-block;
}

.modal-footer {
    padding: 2px 16px;
    color: white;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, var(--clr_primary_light)), color-stop(56.36%, var(--clr_primary_light)), to(var(--clr_primary)));
    background: -o-linear-gradient(right, var(--clr_primary_light) 0.01%, var(--clr_primary_light) 56.36%, var(--clr_primary) 100%);
    background: linear-gradient(270deg, var(--clr_primary_light) 0.01%, var(--clr_primary_light) 56.36%, var(--clr_primary) 100%);
    /*position: -webkit-sticky;
	        position: sticky;*/
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    margin-top: 60px;
    z-index: 1000;
}


.SortAndFilter {
    margin-bottom: 25px;
    padding: 10px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body modalOpen {
    overflow-y: hidden;
}

body modalClosed {
    overflow-y: auto;
}

.tag--pdf {
    background: transparent url('images/PDF_32.png') 4px center no-repeat;
    padding-left: 40px;
    color: #420027;
    font-weight: 700;
    height: 36px;
}

    .tag--pdf a {
        text-decoration: none;
        padding-bottom: -6px;
        vertical-align: -moz-middle-with-baseline;
    }

.modal-header-text {
    font-size: 1.6rem;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 0px 2px 0px #666;
}

.modal-footer-text {
    font-size: 1.2em;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 0px 2px 0px #666;
    /*font-size: 1.2em;
            color: black;
            margin-top: 15px;
            margin-bottom: 15px;
            text-shadow: 0px 1px 0px #666;*/
}

.ddl {
    /*color: #420027;*/
    /*font-weight: 700;*/
    max-width: 25%;
    color: black;
    font-size: 0.8em;
}

.offscreen {
    position: absolute;
    left: -999em;
}

.spacebelow {
    margin-bottom: 25px;
}

.trackbg {
    /*border:1px solid red;*/
    padding: 5px;
    font-weight: bolder;
    line-height: 2.1em;
}

.modal {
    /*display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Make link to webinar look like a button */
.zoomlink a:link, .zoomlink a:visited {
    /*background-color: purple;*/
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*border: 1px solid #7c074a;*/
    border: 1px solid #000;
    margin-top: 0px;
    margin-bottom: 20px;
    opacity: 1;
    transition: 0.3s;
}

.addcalendarlink a:link, .addcalendarlink a:visited {
    /*background-color: purple;*/
    border-radius: 5px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*border: 1px solid #7c074a;*/
    border: 1px solid #000;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
    transition: 0.3s;
}

.zoomlinkside a:link, .zoomlinkside a:visited {
    /*background-color: purple;*/
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
    opacity: 1;
    transition: 0.3s;
    color: white;
}

.live a:hover {
    opacity: 0.8;
}

.notlive a:hover {
    opacity: 1;
}
/* Make link to webinar look like a button */
.live a:hover, .live a:active, .live a:link, .live a:visited {
    background-color: white;
    /*color: #db3137;*/
    color: #000;
}

.notlive a:hover, .notlive a:active, .notlive a:link, .notlive a:visited {
    background-color: white;
    /*color: #7c074a;*/
    color: #000;
}

.sessiondetails {
    background-color: #7c074a;
    color: white;
    width: auto;
    border-bottom: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-color: white;
    box-sizing: border-box;
    font-family: normal normal 300 .85em/1.4 "Montserrat", sans-serif;
    font-size: 12.8px;
    font-weight: 700;
    line-height: 19.2px;
    margin-bottom: 5px;
    margin-top: 25px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
}

    .sessiondetails:hover {
        background-color: white;
        color: #7c074a;
    }

/*.btn, .form-control, .link, .reset {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}*/


.validationarea {
    background-color: red;
    color: white !important;
}

.sessionTitle {
    display: block;
    font-weight: 700;
    font-size: large;
    margin-bottom: 15px;
}

.timelabel {
    display: block;
    margin-top: 15px;
}

.FilterBox {
    float: left;
    max-width: 75%;
    color: #420027;
    background-color: white;
    font-size: 0.8em;
}

.FilterBox-active {
    float: left;
    max-width: 75%;
    color: white;
    background-color: #db3137;
    font-size: 0.8em;
}

.FilterButton {
    float: left;
    width: 20px;
    margin: 5px;
}

.ClearFilterX {
    float: left;
    width: 20px;
    margin: 5px;
}

.SortButtons {
    max-width: 150px;
    margin: 25px;
}

.sortdiv {
    width: 350px;
}

.modalclose {
    color: white;
    float: right;
    /*width:40px;*/
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.purpletext {
    color:black;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (min-width: 1280px) {
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 60%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    .FilterButton {
        float: left;
        width: 20px;
        max-width: 20px;
        margin: 5px;
    }

    .ClearFilterX {
        float: left;
        width: 20px;
        max-width: 20px;
        margin: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 60%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
}

@media only screen and (max-width: 600px) {

    .FilterBox {
        float: left;
        max-width: 25%;
        width: auto;
    }

    .FilterButton {
        float: left;
        width: 20px;
    }

    .ClearFilterX {
        float: left;
        width: 20px;
        clear: right;
    }

    .sortdiv {
        display: block;
        width: 100%;
    }

    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 85%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
}




.modal-header {
    padding: 2px 16px;
    color: white;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, var(--clr_primary)), color-stop(56.36%, var(--clr_primary)), to(var(--clr_primary)));
    background: -o-linear-gradient(right, var(--clr_primary) 0.01%, var(--clr_primary) 56.36%, var(--clr_primary) 100%);
    background: linear-gradient(270deg, var(--clr_primary) 0.01%, var(--clr_primary) 56.36%, var(--clr_primary) 100%);
    /*position: -webkit-sticky;
	position: sticky;*/
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    z-index: 1000;
    /*background-color: rgba(0, 0, 0, 0.4); 
  background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #7D004A), color-stop(56.36%, #7D004A), to(#DB3137));
  background: -o-linear-gradient(right, #7D004A 0.01%, #7D004A 56.36%, #DB3137 100%);
  background: linear-gradient(270deg, #7D004A 0.01%, #7D004A 56.36%, #DB3137 100%);*/
}

.modal-body {
    padding: 2px 16px;
    display: inline-block;
}

.modal-footer {
    padding: 2px 16px;
    color: white;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, var(--clr_primary)), color-stop(56.36%, var(--clr_primary)), to(var(--clr_primary)));
    background: -o-linear-gradient(right, var(--clr_primary) 0.01%, var(--clr_primary) 56.36%, var(--clr_primary) 100%);
    background: linear-gradient(270deg, var(--clr_primary) 0.01%, var(--clr_primary) 56.36%, var(--clr_primary) 100%);
    /*position: -webkit-sticky;
	        position: sticky;*/
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    margin-top: 60px;
    z-index: 1000;
}


.SortAndFilter {
    margin-bottom: 25px;
    padding: 10px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_tags_calendar {
    display: flex;
    gap: 0.35rem;
}