﻿html {
    scroll-behavior: smooth;
}



#scrollarealeft {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 100;
    padding-left: 12px;
}

#scrollarearight {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    padding-right: 12px;
}

.scrollarea {
}

    .scrollarea a {
        display: inline-block;
        width: 48px;
        height: 48px;
        outline: none;
        opacity: 0.5;
        color: black;
        font-size: 2em;
        transition: all ease-in-out .2s;
    }

        .scrollarea a:hover {
            opacity: 0.5;
            color: white;
            text-shadow: 0px 0px 12px #000000;
        }

#lblProgramHeadline {
    display: none;
}

@media only screen and (min-width: 1080px) {
    #lblProgramHeadline {
        display: inline;
        float: left;
        font-size: 18px;
        overflow: hidden;
        top: 4px;
        position: relative;
        padding-right: 8px;
    }
}

#schedule {
    top: 120px;
    position: absolute;
}

#headerTimes {
    position: fixed;
    left: 0;
    top: 160px;
    font-size: 14px;
    font-family: Roboto;
    text-align: center;
    display: block;
    width: 100px;
    background-color: rgba(255,255,255,0.9);
    z-index: 8;
    overflow: visible;
    cursor: default;
}

.times {
    position: absolute;
    display: inline;
    text-align: center;
}

    .times .line {
        position: absolute;
        display: block;
        height: 1px;
        background-color: rgba(0,0,0,0.05);
        z-index: 1;
    }




#header {
    position: fixed;
    width: auto;
    top: 1px;
    height: 48px;
    border-bottom: solid 2px #ddd;
    background-color: #eee;
    z-index: 10;
}

#headerbg {
    position: fixed;
    width: 100%;
    top: 1px;
    height: 48px;
    border-bottom: solid 2px #ddd;
    background-color: #eee;
    z-index: 10;
}

    #header #formSearch {
        padding-left: 8px;
        padding-top: 6px;
    }

    #header #searchString {
        width: 300px;
        float: left;
        margin-right: 8px;
    }

    #header #lblFeedback {
        padding-left: 16px;
        display: none;
    }

#legend {
   
    display: none;
    overflow: scroll;
    scrollbar-width: none;
}

.iconBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33.6667px;
}


@media only screen and (min-width: 1080px) {

    #legend {
        position: fixed;
        display: block;
        top: 55px;
        /* left: 500px; */
        width: 250px;
        max-height: 34px;
        background-color: rgba(255,255,255,0.9);
        color: #001;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin: 2px;
        z-index: 90;
        padding: 8px;
        transition: all ease-out 0.4s;
        cursor: default;
        float: right;
        right: 5px;
    }

        #legend:hover {
            max-height: 600px;
        }

    .legendheadline {
        font-family: RobotoBold;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .legendcolor {
        display: inline-block;
        height: 14px;
        width: 14px;
        top: 2px;
        border: solid 2px #444;
        padding-top: 2px;
        border-radius: 2px;
    }

    #legendheader {
        position: relative;
        top: -3px;
        width: 98%;
        color: #000;
    }

        #legendheader .fa {
            margin-top: 3px;
        }
}

/* Hide Scrollbar in Chrome */
::-webkit-scrollbar {
    display: none;
}

#legend {
    -ms-overflow-style: none;
}

#Days {
    text-align: left;
    position: fixed;
    top: 49px;
    padding-top: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    color: black;
    width: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.9);
}

    #Days .dayButton {
        color: black;
        text-align: left;
        background: none;
        border: solid 2px #bbb;
        border-radius: 8px;
        margin: 2px;
        font-family: RobotoLight;
        font-size: 12px !important;
        text-decoration: none;
        display: inline-flex;
        padding-left: 6px;
        padding-right: 6px;
    }

        #Days .dayButton:hover {
            background-color: rgba(0,0,0,0.05);
        }


        #Days .dayButton i {
            display: none;
        }



@media only screen and (min-width: 1080px) {

    #Days .dayButton i {
        display: inline;
        padding-right: 4px;
    }
}

.activeDay {
    background-color: rgba(0,0,0,0.1) !important;
    border-radius: 4px;
}

.highlight {
    padding: 4px;
    display: inline-block;
    float: left;
}


#headerRooms {
    position: fixed;
    top: 97px;
    display: table;
    left: 100px;
    float: left;
    font-size: 14px;
    font-family: Roboto;
    pointer-events: none;
    z-index: 4;
}

    #headerRooms .rooms:nth-child(even) {
        background: none !important;
    }

    #headerRooms .rooms:nth-child(odd) {
        background: none !important;
    }

#headerRoomsbg {
    position: relative;
    top: 40px;
    display: table;
    left: 100px;
    float: left;
    font-size: 14px;
    font-family: Roboto;
    pointer-events: none;
}


.rooms {
    display: block;
    width: 160px;
    height: 910px;
    text-align: center;
    vertical-align: middle;
    float: left;
    font-family: RobotoLight;
    font-size: 0.9em;
    position: absolute;
}

#headerRooms .roomName {
    width: 160px;
    height: 40px;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.98);
}




.tablecell {
    display: table-cell;
}

#PosterContainer {
    position: fixed;
    display: block;
    width: 80px;
    height: 910px;
    text-align: center;
    vertical-align: middle;
    float: left;
    right: 0px;
    border: solid 2px #aaa;
    z-index: 4;
}

    #PosterContainer #content {
        display: block;
        height: 100%;
        width: 100%;
        background-color: #66aadd;
        color: #000;
        font-size: 16px;
        text-align: center;
        padding-top: 8px;
    }

        #PosterContainer #content:hover {
            text-decoration: none;
        }

        #PosterContainer #content a {
            color: #000;
        }

            #PosterContainer #content a:hover {
                color: #000;
                text-decoration: none;
            }


#sessionsContainer {
    position: absolute;
    display: block;
    top: 40px;
    left: 101px;
    width: 100%;
    z-index: 2;
}



.session {
    position: absolute;
    width: 154px;
    height: 60px;
    display: block;
    font-family: Roboto;
    background-color: #66aadd;
    border-radius: 1px;
    padding-top: 0px;
    border: 1px solid rgba(0,0,0,0);
    margin: 2px;
     
    opacity: 1;
    z-index: 4;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    border-radius: 6px;
}

    .session a {
        display: block;
        height: 100%;
        width: 100%;
        color: rgba(0,0,0,0.9);
    }

    .session:hover {
        cursor: pointer;
        color: rgba(255,255,255,1);
        border: 1px solid rgba(0,0,0,0.5);
        opacity: 1;
        z-index: 4;
        transition: all ease-out 0.2s;
        
    }

    .session .number {
  
    }

    .session .short {
         
    }

    .session .icons {
        position: relative;
        top: 0;
        left: 0;
        height: 16px;
        width: 100%;
        background-color: rgba(255,255,255,1);
        float: left;
        clear: both;
        font-size: 10px;
    }

        .session .icons .information {
            position: absolute;
            right: 18px;
            bottom: 1px;
        }

            .session .icons .information .viewnumber {
                font-size: 8px;
            }


        .session .icons .downloads {
            position: absolute;
            right: 4px;
            bottom: 3px;
        }

div.session {
    overflow: hidden;
}

.session .name {
    float: left;
    position: relative;
    width: 148px;
    top: 0px;
    left: 2px;
    font-family: Roboto;
    font-size: 11px;
    z-index: 4;
    
    /* https://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css/13924997#13924997 */ 
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 1.5em; /* fallback */
    max-height: 3em; /* fallback */
}

 


.session .namefooter {
}

.sessiongroups {
    position: absolute;
    bottom: 2px;
    left: 2px;
    
    font-size: 9px;
     
}

.session .groupicon {
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    padding: 2px;
}

.session a:hover {
    text-decoration: none;
}

.session .fader {
    height: 42px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.session .footer {
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    height: 14px;
    z-index: 5;
    padding: 4px;
    font-size: 10px;
    font-family: RobotoBold;
}

    .session .footer i {
        padding: 0px 0px 0px 2px;
        display: inline;
    }



    .session .footer span {
        padding: 2px;
    }

.session .personal {
}

.session .icons a {
    width: unset !important;
}

.session .personalprogramstar {
    position: absolute;
    top: 1px;
    left: 68px;
    z-index: 5;
    color: rgba(0, 0, 0, 0.8);
}

    .session .personalprogramstar i {
        font-size: 13px;
    }

    .session .personalprogramstar .star-o {
        color: rgba(255, 255, 0, 0.4);
    }


.popover {
    z-index: 12;
}

.popovercontent {
    min-width: 220px;
}

    .popovercontent table td {
        padding: 2px;
        vertical-align: top;
    }

    .popovercontent .sessiontypecolor {
        display: inline-block;
        height: 14px;
        width: 14px;
        border: solid 2px #444;
        padding-top: 2px;
        border-radius: 2px;
    }


#nav {
    padding: 4px;
    position: relative;
    right: 20px;
    text-align: right;
    top: -20px;
    width: 100%;
}

button {
    background: none;
    border: none;
    font-size: 16px;
}




#posterschedule {
}

#posterbody {
    top: 48px;
    display: block;
    width: 100%;
    position: absolute;
}

#posterheadline {
    position: relative;
    top: 2px;
    display: block;
    width: 100%;
    background-color: #ddd;
    text-align: center;
    padding: 4px;
    font-size: 16px;
    -webkit-box-shadow: 0px 6px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 16px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 16px -10px rgba(0,0,0,0.75);
}

#headerPosterRooms {
    position: absolute;
    display: table;
    left: 12px;
    float: left;
    font-size: 14px;
    font-family: Roboto;
}


#postersContainer {
    position: absolute;
    display: block;
    left: 12px;
    top: 48px;
    width: 90%;
    z-index: 1;
}

.poster {
    position: relative;
    display: inline-grid;
    width: 154px;
    height: 184px;
    font-family: Roboto;
    background-color: #66aadd;
    border-radius: 1px;
    padding: 8px;
    border: 1px solid rgba(0,0,0,0);
    margin: 4px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    border-radius: 4px;
}


    .poster a {
        display: block;
        height: 100%;
        width: 100%;
        color: rgba(0,0,0,0.9);
    }

    .poster:hover {
        cursor: pointer;
        color: rgba(255,255,255,1);
        border: 1px solid rgba(0,0,0,0.5);
    }

    .poster .number {
        display: block;
        font-family: RobotoBold;
        font-size: 11px;
    }

    .poster .name {
        font-family: RobotoLight;
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
         
    
    }

    .poster a:hover {
        text-decoration: none;
    }



    .poster .fader {
        height: 42px;
        width: 100%;
        position: absolute;
        left: 0px;
        margin-left: 4px;
        font-family: RobotoBold;
        bottom: 0px;
        z-index: 1;
    }

    .poster .footer {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 18px;
        z-index: 1;
        padding: 4px;
        font-size: 10px;
        font-family: RobotoBold;
    }

        .poster .footer i {
            padding: 0px 0px 0px 2px;
            display: inline;
        }

        .poster .footer .information {
            position: absolute;
            left: 4px;
            top: 2px;
        }

        .poster .footer .downloads {
            position: absolute;
            right: 4px;
            top: 2px;
        }

            .poster .footer .downloads a:hover {
                color: #fff;
            }

        .poster .footer span {
            padding: 2px;
        }

    .poster .personalprogramstar {
        position: absolute;
        top: -4px;
        left: 68px;
        z-index: 8;
        width: 32px;
        color: rgba(0, 0, 0, 0.8);
    }

        .poster .personalprogramstar i {
            font-size: 20px;
        }

        .poster .personalprogramstar .star-o {
            color: rgba(255, 255, 0, 0.4);
        }

    .poster .posterroom {
        position: absolute;
        bottom: 24px;
        float: left;
        left: 4px;
        font-size: 10px;
        font-family: RobotoBold;
    }


#loading {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255,255,255,0.9);
    display: none;
}

body.loading #loading {
    display: block;
}

#loading > i {
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}




#divLoginError {
    display: none;
}
/* LOGIN */
#divLoginForm {
    width: 320px;
    margin: 0 auto;
}

#divLogin input[type=email], input[type=password] {
    width: 98%;
}


#divLoginArea {
    position: fixed;
    top: 8px;
    right: 6px;
    z-index: 11;
}



#divPersonalProgram {
    position: fixed;
    top: 8px;
    right: 48px;
    z-index: 11;
}

.groupstable td {
    padding-bottom: 4px;
}

.groupicon {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: RobotoBold;
    font-weight: 500;
    src: url(fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: RobotoLight;
    font-weight: 100;
    src: url(fonts/Roboto-Light.ttf);
}

body {
    font-family: Roboto;
    font-size: 14px;
}

.favoriteHide {
    display: none;
}

.marginFix a {
    margin-right: -2px;
}

.type-active {
    position: relative;
}

    .type-active:before {
        top: -2px;
        left: -2px;
        position: absolute;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f00c";
    }
