/****************************************************************************************************/


/* subpage < schedule sessions agenda < LIST styles */


/****************************************************************************************************/


.sessioncanceled {
    opacity:.7;
    cursor:none;
    
}
.sessioncanceled h3{
    color:#777777;
}
.sessioncanceled .session-title{
    color:#777777;    
    cursor:none;  
}
.sessioncanceled span{color:#777777;}






.list_grid_toggle {
    float: right;
}

.list_grid_toggle li {
    display: inline-block;
    font-size: 2.5em;
    color: #ccc;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.list_grid_toggle li.active_list_grid {
    color: #000;
}

.session_date_selector {
    float: right;
}

.session_date_selector_lock {
    background: #DBDBDB;
}
.session_date_selector li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px;
    font-size: 0.9em;
    cursor: pointer;
    font-weight: 700;
    
    border-radius: 22px;
}

.session_date_selector li.session_date_show {
    border-top: solid 1px #1B334C;
    border-right: solid 1px #1B334C;
    border-left: solid 1px #1B334C;
    background: #1B334C;
    color: #fff;
}

.session_filter_label {
    float: right;
    clear: right;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-top: solid 1px #eee;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
    border-radius: 50px;
}

.session_filter_label span {
    font-size: 1.0em;
    font-weight: 700;
}

.session_filter_label:after {
    font-family: FontAwesome;
    content: "\f0b0";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
}

.session_filter {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 30px;
    width: 350px;
    top: 0;
    right: 0;
    box-shadow: 29px 25px 4px #999;
    border-radius: 50px;
}

.session_filter_type {
    font-size: 1.3em;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: solid 1px #999;
    color: #999;
}

.session_filter li {
    display: block;
    cursor: pointer;
    font-size: 1.0em;
}

.session_filter li:before {
    font-family: FontAwesome;
    content: "\f10c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.session_filter li.session_selected:before {
    content: "\f058";
}

.session_filter_clear {
    display: block;
    cursor: pointer;
    font-size: 1.2em;
    color: #999;
    float: right;
}

.session_filter_clear:before {
    font-family: FontAwesome;
    content: "\f2d3";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.sessions_wrapper {
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    clear: both;
}

.session_time {
    float: left;
    width: 100px;
    flex: 0 0 120px;
    text-align: left;
    font-size: 0.9em;
    /*padding: 15px;*/
    padding-top: 33px;
    border-top: solid 1px #eee;
}

.session {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_keynote {
    /* margin: 0px; */
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_reception {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_roundtable {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_strategy {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_break {
    margin: 0 0 0 100px;
    font-size: 1.3em;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: 30px;
}

.session_title a {
    font-size: 1.7em;
    /*color: #870c0d;*/
    color: #1B334C;
    margin: 15px 0 0 0;
    display: block;
    pointer-events: none;
}

.session_title span {
    font-size: 1.0em;
    color: #1B334C;
    /*color: #870c0d;*/
    margin: 15px 0 0 0;
    display: block;
    cursor: default;
}

.session_title a:hover {
    color: #ccc;
}

.session_tag {
    display: inline-block;
    padding: 3px;
    margin: 10px 0 0 0;
    color: #fff;
    font-weight: 700;
}

.session_track {
    font-size: 1.2em;
    display: block;
    margin: 0;
}

.session_location {
    border: none;
    margin: 0;
}

.session_location,
.session_length,
.session_speaker,
.session_description {
    font-size: 0.8em;
    display: block;
    color: #666;
    font-weight: 400;
    padding: 0 0 3px 0;
}

.session_location span,
.session_length span,
.session_description span {
    color: #000;
    font-size: 1.1em;
}

.session_speaker span {
    /*color: #870c0d;*/
    color: #1B334C;
}

.session_speaker {
    /*margin: 10px 0;*/
    margin: 0;
    flex: 1;
}


/* added last-child on 3/12/18 from Mike E */

.session:last-child {
    border-right: solid 1px #eee;
}

.session_break:last-child {
    border-right: solid 1px #eee;
}

.session_reception:last-child {
    border-right: solid 1px #eee;
}

.session_roundtable:last-child {
    border-right: solid 1px #eee;
}

.session_strategy:last-child {
    border-right: solid 1px #eee;
}

.session_keynote:last-child {
    border-right: solid 1px #eee;
}

.session_speaker a {
    
    color: #1B334C;
}

.session_speaker a:hover {
    color: #ccc;
}


/****************************************************************************************************/


/* subpage < schedule sessions agenda < GRID styles */


/****************************************************************************************************/


.sessionstrategy {
    
    display: none;
}

.display_list_grid {
    border-bottom: solid 1px #eee;
    display: inline-block;
    width: 100%;
}

.display_show_grid .session_track,
.display_show_grid .session_speaker,
.display_show_grid .session_description,
.display_show_grid .session_tag,
.display_show_grid .session_location {
    display: none;
}

.display_show_grid .session_time_block {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
    background: #fafafa;
}

.display_show_grid .session .session_title {
    cursor: pointer;
}

.display_show_grid .session_keynote .session_title {
    cursor: pointer;
}

.display_show_grid .session_reception .session_title {
    cursor: pointer;
}

.display_show_grid .session_roundtable .session_title {
    cursor: pointer;
}

.display_show_grid .session_strategy .session_title {
    cursor: pointer;
}

.display_show_grid .session_kenote_block {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
}


/* old before 3/12/18 
.display_show_grid .session {
    margin: 0;
     width: 21%;
    float: left;
    
    
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
}
*/

.display_show_grid .session {
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
    width: 100%; /* width should be 20% */
}

.display_show_grid .session_keynote {
    /*margin-left: -8px;
    width: 80.6%;
    margin-right:65.5px;
    float: left;
    flex:1;
    */
    width: 100%;
    margin: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_reception {
    margin: 0;
    /*
    width: 107%;
    float: left;
    */
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_roundtable {
    margin: 0;
    width: 42.5%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}


.display_show_grid .session_strategy {
    margin: 0;
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
	visibility:hidden;
}


.display_show_grid .session_break {
    margin: 0;
    /*
    width: 107%;
    float: left;
    flex:1;
    */
    width: 100%;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    padding: 15px 30px;
    background: #fff;
}

.display_show_grid .session_break .session_title a {
    pointer-events: none;
    cursor: none;
}

.display_show_grid .session_title span {
    font-size: 1.0em;
    cursor: pointer;
}

.display_show_grid .session_title a {
    font-size: 1.0em;
    cursor: pointer;
    pointer-events: all;
}

.display_show_grid .session_title a:hover+.display_show_grid .session_description {
    display: block;
}


/****************************************************************************************************/


/* grid label overrides */


/****************************************************************************************************/


/*
.grid_labels {
    display: none;
    --deletemax-width: 1540px; 
    width: 100%;
    --deletefloat: left;
}
 */

.grid_labels {
    display: none;
    max-width: 1540px;
    width: 100%;
}

.grid_labels .session_time {
    border: none;
    padding: 0 15px;
}

.grid_labels .session {
    padding: 0;
    /* border: none; */
}

.grid_labels .session_track {
    padding: 7px 15px;
    display: block;
    height: 80px;
    font-size: 0.8rem;
}


/*
.grid_label_lock {
    position: fixed;
    z-index: 10001;
    top: 120px;
    left: 0;
    padding: 0 30px;
}
*/

.grid_label_lock {
    position: fixed;
    z-index: 1001;
    top: 120px;
    left: auto
}

.session_date_selector_lock {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    float: right;
    background: url(/Conferences/images/east2020/bg_poly.jpg) center center;
    margin-left: 53%;
    background: #DBDBDB;
    border-radius: 50px;
}

.display_show_grid .monday_jun_1 .session {
    width: 100%;
    
}
/*.display_show_grid .monday_nov_12 .session_track {
   color:rgb(133, 17, 143);
   
}*/



.session_description .unorderedlist ul {
    font-size:inherit;
}
@media screen and (max-width: 1440px) {
    /*.grid_label_lock {
        max-width: 1380px; 
    }*/
    .session_track {
        font-size: 1.0em;
    }
    /*.display_show_grid .session_keynote {
         width:86.6%; 
    }*/
    .display_show_grid .session_break {
        margin-left: -06.px;
    }
    .session_location, .session_length, .session_speaker, .session_description {
        font-size: 0.8em;
        display: block;
        color: #666;
        font-weight: 400;
        padding: 0 0 3px 0;
    }
    .display_show_grid .session_title span {
        font-size: 0.8em;
        cursor: pointer;
    }
    .session_location span, .session_length span, .session_description span {
        color: #000;
        font-size: 0.8em;
    }



}

@media screen and (max-width: 1024px) {
    /* .grid_label_lock {
        max-width: 963px; 
    }
    */
    .session_track {
        font-size: 0.9em;
    }
}

@media screen and (max-width:1600px) {
    .grid_label_lock {
        left: 0;
        padding: 0 30px;
    }
    .grid_labels {
        max-width: none;
    }
}

@media screen and (max-width: 960px) {
    .session_date_selector_lock {
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        z-index: 1001;
        font-weight: 0;
    }
    .session_date_selector {
        margin: 0;
        padding: 5px;
        font-size: 1.1em;
        text-align: center;
    }
    .session_title {
        font-size: 0.8em;
    }
    .session_description span,
    .session_description span p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 667px) {
.session_time{
    font-size: 1.0em;
}

.session_title {
    font-size: 0.5em;
}
.session {
    margin: 0 0 0 100px;
    font-size: unset; 
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: unset; 
}
.session_location, .session_length, .session_speaker, .session_description {
    font-size: 0.7em;
    display: block;
    color: #666;
    font-weight: 400;
    padding: 0 0 3px 0;
}
.session_date_selector {
    margin: 0;
     padding: unset; 
    font-size: 0.8em;
    /* text-align: center; */
}
.session_date_selector li {
    margin: 0 7.7px 0 0;
    padding: 0.3rem;
    font-size: 0.6em;
    cursor: pointer;
    /* font-weight: 700; 
    display: table-cell;*/
}
.unorderedlist{
    font-size: 0.8em;
}
.list_grid_toggle {
 display:none;
}
}
