* , * :after, * :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: relative;
}


.fancybox-slide--iframe .fancybox-content {
    width: 90%;
    height: 90%;
    max-width: 90%;
    max-height: 90%;
    margin: 0;
    background: #FFFFFF;
}
.fancybox-slide{
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .fancybox-slide--iframe .fancybox-content {
      width: 100%;
      height: 100%;
      max-width: 100%;
    max-height: 100%;
      margin: 0;
      background: #FFFFFF;
  }
  
  .fancybox-content{
    height: 100%;
  }
  

}
  .fancybox-slide{
  padding: 0px;
}
.fancybox-content{
  padding: 0px;
}

.fancybox-content .content, .fancybox-content .body{
padding: 1rem 2rem;
}
#filterdiv .custom-menu .btn.btn-primary {
    background-color: #FFF;
    border-color: transparent;
    position: relative;
    color: var(--primary) !important;
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 0px;
}
#filterdiv .custom-menu {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 0;
    margin-left: -40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#filterdiv {
	top:120px;
	right:0;
    width: 330px;
    max-width: 85%;
    background: #FFFFFF;
    color: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    z-index:1050;
}
#filterdiv.active {
    margin-right: -330px;
}
@media only screen and (max-width: 377px) {
  #filterdiv.active {
      margin-right: -85%;
  }
}
.filterWrapper{
	padding:30px;
}

.listdays{
	display: flex;
	flex-direction: row;
	justify-content: center;
}


/* account dropdown */
.topbar {
    position: absolute;
    top: 14px !important;
    right: 0;
}

.topbar .section-title {
    font-size: 12px;
    color: #52575f;
    background: none !important;
}

.topbar .section-title:before,
.topbar .section-title:after {
    content: ' ';
    position: absolute;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
}

.topbar .section-title:before {
    border-top-color: #fff;
    top: 6px;
    z-index: 2;
}

.topbar .section-title:after {
    border-top-color: #52575f;
    top: 7px;
    z-index: 1;
}

.topbar:hover .section-title:before {
    border-top-color: #ebebeb;
}

.topbar .topbar-user a {
    margin-right: 43px;
    font-size: 12px;
    color: #52575f;
}

.topbar .topbar-user a:hover {
    color: #08c;
}

.page-content-wrapper {
    margin-top: 35px;
    border-top: 1px solid #e6e6e6;
}



/* main tabs */
.tabs {
    text-align: center;
    margin: 1em auto;
    font-size: 1em;
}

.tabs .column {
    margin-left: 0;
    display: inline-block;
}

.tabs .column:hover a {
    color: #333 
}

.tabs .column.active {
    color: #333;
    font-weight: 600;
}

.tabs .column.active a {
    color: #333;
}

.tabs .column a {
    padding: 1em 0.5em;
    display: block;
    color: #999;
}

.tabs .column a:hover {
    text-decoration: none;
}

/* session styles */
.items .noResults {
    margin: 80px 270px 200px;
    text-align: center;
}

.items .noResults .star {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    color: #ddd;
}

.items .noResults .star:before {
    content: "\2605";
    position: absolute;
}

@-moz-document url-prefix() {
    .items .noResults .star {
        font-size: 52px;
    }
}

.programlist .item {
    margin: 20px 0;
    position: relative;
    border-left: 10px solid #C2C2C2;
}

.item:before, .item:after {
    content: '';
    display: table;
}

.item:after {
    clear: both;
}

.item .border {
    display: none;
}

.item .column {
    float: left;
    padding: 3px;
    min-height: 50px;
    margin-left: 0;
}

.item .column img {
	padding: 10px;
	height: 100px;
	border-radius: 50px !important;
}
@media only screen and (min-width: 768px) {
  .item .column img {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .item.Keynote-Plenary .column.info h3 {
    margin-right: 0px;
  }
}

.column.date {
    text-transform: uppercase;
    width: 90px;
    font-size: 18px;
    font-weight: bold;
    cursor: default;
    color: #999;
    text-align: center;
    padding: 5px;
}
.column.active{
	color: #414042;
	font-weight: bold;
}
.column.date .affixedDay {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
}

.column.filter {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
}

.column.date .number {
    font-weight: normal;
}

.column.star {
    width: 30px;
    margin-top: 12px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

@-moz-document url-prefix() {
    .item .column.star {
        font-size: 26px;
    }
}

.column.star:hover:before {
    content: "\2605";
    position: absolute;
}

.column.star.selected {
    opacity: 1;
}

.item .column.star.selected:before {
    content: "\2605";
    position: absolute;
}

.item:hover .column.star {
    opacity: 1;
}

.item .column.time {
    /*width: 61px;*/
    padding-right: 1px;
    margin: 2px 10px 0 0;
    font-size: 15px;
    text-align: right;
    color: #52575f;
    line-height: 31px;
}

.item .column.time .end {
    color: #a6aaa8;
    line-height: 16px;
}
.item .column.time .start {
	line-height: 16px;
	font-weight: 700;
}
.item .column.info {
    position: relative;
    overflow: hidden;
    width: calc(100% - 140px);
    padding-left: 10px;
}

.item:hover {
    background:#FFF;
}
.item .column.info:hover {
    cursor: pointer;
}
.item .column.proceedings:hover {
    background: #f4f6f9;
    cursor: default;
}
.item .column.info h3 {
    padding: 5px 0 0 !important;
    margin-right: 120px;
    font-size: 14px;
    font-weight: 700;
    width: initial;
    color: #414042;
    text-align: left;
}

.item .column.info .track {
    font-weight: 400;
    margin-right: 120px;
    text-align:left;
    color: #414042;
}
.item .column.info .track.authors {
    color: #2B6FAA;
}
.item.poster .column.info h3, .item.poster .column.info .track {
	margin-right: 0px;
}

.poster .column.info .day{
	color: #414042;
}
.item .column.info .details {
    overflow: hidden;
}

.item .column.info ul.links {
    padding-bottom: 13px;
}

.item .column.info ul.links li {
    background-position: 0 2px;
}

.item .column.info p {
    margin: 5px 230px 10px 0;
    word-spacing: .01em;
    color: #414042;
}

.item .column.info span.room {
    position: absolute;
    right: 0;
    width: 100px;
    margin-top: 6px;
    font-size: 13px;
    color: #414042;
    text-align:right;
}


.item:hover .column.info span.room {
    color: #08c;
}

.item .column.info .details .mobileLinks {
    display: none;
}

.item.firstItem.Tue .border,
.item.firstItem.Wed .border,
.item.firstItem.Thu .border,
.item.firstItem.Fri .border {
    display: block;
    border-top: 1px solid #eee;
    position: relative;
    top: -3px;
    left: -65px;
    width: 973px;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #fff 0%, #ccc 5%, #ccc 75%, #fff 100%);
    background-image: -moz-linear-gradient(left, #fff 0%, #ccc 50%, #fff 100%);
    background-image: -linear-gradient(left, #fff 0%, #ccc 50%, #fff 100%);
}

/* affixed date */
.items .column.date .affix {
    position: fixed;
    height: 38px;
    top: 0px;
    z-index: 10;
    background: #fff;
}

.items .column.date .affix span {
    position: relative;
    top: 20px;
}

.items .column.date .affix-bottom {
    position: absolute;
    bottom: 0;
}

.items.TueAffixed .item.Mon .affixedDay,
.items.WedAffixed .item.Tue .affixedDay,
.items.ThuAffixed .item.Wed .affixedDay,
.items.FriAffixed .item.Thu .affixedDay {
    opacity: 0;
}

.item .column.time.sametime, .item .column.time.sametime .end{
	color: #DDDDDD !important;
}

.item .column.time.sametime .iconconflr{
	color: #52575f !important;
}

/* lunch and special event customizations */
.item.lunch .column.info {
    border-left: 2px solid #dddee0;
}

.item.lunch .column.info:hover {
    background: #fff;
    cursor: default;
}

.item.lunch .column.info p,
.eventTab .item .column.info p {
    margin-top: -3px;
}

.item.lunch .column.info {
    padding-bottom: 15px;
}

.eventTab .item .column.info {
    padding-bottom: 24px;
}

.item.lunch .column.info a.room,
.eventTab .item .column.info a.room {
    margin-top: 4px;
}

.item.lunch .column.info h3,
.item.secret .column.info h3 {
    color: #a6aaa8;
}

.item.lunch .column.info .track,
.eventTab .item .column.info .track {
    display: none;
}

.item.lunch .column.star {
    visibility: hidden;
}

/* track-specific colored borders */
.item.featured .info {
    border-color: #8E8E93;
}

.item.lunch .info, .item.break .info {
	border-color: #F6AE44;
}

.item.FB, .item.Logistic, .item.lunch, .item.break {

    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.8) 5%, transparent 5%, transparent 10%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 15%, transparent 15%, transparent 20%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 25%, transparent 25%, transparent 30%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 35%, transparent 35%, transparent 40%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 45%, transparent 45%, transparent 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 55%, transparent 55%, transparent 60%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.8) 65%, transparent 65%, transparent 70%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 75%, transparent 75%, transparent 80%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.8) 85%, transparent 85%, transparent 90%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.8) 95%, transparent 95%, transparent 100%, rgba(255, 255, 255, 0.8) 100%, transparent);
}


/* track-specific text colors */
.item.featured .track {
    color: #8E8E93;
}


/* track-specific star colors */
.item.events .column.star.selected,
.item.events:hover .column.star {
    color: #8e8e93;
}

.item.events .column.star.selected:hover:before {
    color: #7e7e83;
}

.item.frameworks .column.star.selected,
.item.frameworks:hover .column.star {
    color: #35aadc;
}

.item.frameworks .column.star.selected:hover:before {
    color: #259acc;
}

.item.services .column.star.selected,
.item.services:hover .column.star {
    color: #4dd965;
}

.item.services .column.star.selected:hover:before {
    color: #3dc955;
}

.item.graphics .column.star.selected,
.item.graphics:hover .column.star {
    color: #fc0;
}

.item.graphics .column.star.selected:hover:before {
    color: #eb0;
}

.item.media .column.star.selected,
.item.media:hover .column.star {
    color: #ff2d55;
}

.item.media .column.star.selected:hover:before {
    color: #ef1d45;
}

.item.core .column.star.selected,
.item.core:hover .column.star {
    color: #5856d6;
}

.item.core .column.star.selected:hover:before {
    color: #4846c6;
}

.item.tools .column.star.selected,
.item.tools:hover .column.star {
    color: #ff9500;
}

.item.tools .column.star.selected:hover:before {
    color: #ef8500;
}

/* search and filter sections */
.searchHeader {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}


.filterHeader .searchWrapper {
    padding: 10px;
    font-size: 19px;
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.filterHeader input {
    max-width: 100%;
    height: 40px;
    padding: 5px 10px;
    margin: 0 20px;
    font-size: 19px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    outline: none;
    width:400px;
}

.filterHeader input:focus {}

.searchHeader h3 {
    font-size: 19px;
    font-weight: 600;
}

.filterHeader {
    width: 100%;
    /*border-top: 1px solid #e6e6e6;*/
    overflow: hidden;
}

.filterHeader .filterWrapper {
    padding: 10px 0;
    margin: 0 auto;
    font-size: 13px;
    clear: both;
}

.filterHeader .filterWrapper:after {
    content: '';
    display: table;
    clear: both;
}

.filterHeader li {
    margin-bottom: 10px;
    list-style: none;
}

.filterHeader {
   /* padding-left: 25px;*/
   /*float: left;*/
   text-align: center;
}

.filterHeader ul > li {
    float: none;
    padding-right: 10px;
    display: block;
    text-indent: 0em;
    text-align:left;
}

.filterHeader ul > li::before{
	content:"";
	
}

.filterHeader .checkbox {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
    border-radius: 5px;
    border: 3px solid #ceced3;
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

.filterHeader .checkbox:before {
    display: block;
    width: 14px;
    height: 14px;
    padding-left: 3px;
    line-height: 17px;
    content: '';
    color: transparent;
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

.filterHeader .selected .checkbox:before {
    background: #ceced3;
    color: #fff;
}

.filterHeader li:hover .checkbox:before {
    background: #eee;
    border-radius: 5px;
}

.filterHeader li:hover span {
    color: #666;
}

.filterHeader li.selected:hover .checkbox:before {
    background: #ceced3;
    border-radius: 3px;
}

.filterHeader h3 {
    padding-bottom: 11px !important;
    font-size: 19px;
    font-weight: 600;
}

.filterHeader li .titlefilter {
    font-weight: 600;
}


#filter {
  position: fixed;
right: 0px;
width: 500px;
top: 200px;
background: #FFF;
border-top-left-radius: 24px;
box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
bottom: 0;
z-index: 5000;
}

#filter h4, #filter ul {
  width: 500px;
}
#filter ul {
  padding: 0px 40px;
}
#filterClose {
  position: absolute;
  right: 20px;
  font-weight: 700;
  font-size: 1.3em;
  cursor: pointer;
}
#filterHeader {
  width: 500px;
  background: #FF0000;
}
#filter .col {
	float:left;
	width: 250px;
	padding: 0px;
}

.tag {
	font-style: italic;
	font-size: 0.9em;
	color: #414042;
	font-weight: normal;
	text-align: left;
	margin-top:5px;
}
.tag span {
	padding: 3px 10px;
	background: #ADC9E9;
	border-radius: 0px;
	display: inline-block;
}
.hashtag {
	border-radius: 20px;
	padding: 1px 10px;
	background: #D6E4F4;
	display: inline-block;
}
/* transitions for the search header section */
.animate-search {
    margin-top: 0;
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

.animate-search.ng-hide {
    margin-top: -60px;
}

.animate-search.ng-hide-add,
.animate-search.ng-hide-remove {
    display: block !important;
}

/* transitions for the filters header section */
.animate-filters {
    margin-top: 0;
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

.animate-filters.ng-hide {
    margin-top: -193px;
}

.animate-filters.ng-hide-add,
.animate-filters.ng-hide-remove {
    display: block !important;
}

/* transitions for a session */
.animate-session {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

.animate-session.ng-leave {
    opacity: 1;
}

.animate-session.ng-leave-active {
    opacity: 0;
    display: block !important;
}

.animate-session.ng-enter {
    opacity: 0;
}

.animate-session.ng-enter-active {
    opacity: 1;
    display: block !important;
}

/* transitions for the row details */
.animate-fade-row {
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

.animate-fade-row.ng-hide {
    opacity: 0;
    margin-top: -100px;
}

.animate-fade-row.ng-hide-add,
.animate-fade-row.ng-hide-remove {
    display: block !important;
}




.item.SocialEvent { border-color: #a58eef; }
	    .filterHeader li.SocialEvent .checkbox{ border: 3px solid #a58eef; }
	    .filterHeader li.SocialEvent.selected .checkbox:before { background: #a58eef; }
	    .item.FB { border-color: #a58eef; }
	    .filterHeader li.FB .checkbox{ border: 3px solid #a58eef; }
	    .filterHeader li.FB.selected .checkbox:before { background: #a58eef; }
	    .item.Keynote-Plenary { border-color: #7A4F7F; }
	    .filterHeader li.Keynote-Plenary .checkbox{ border: 3px solid #7A4F7F; }
	    .filterHeader li.Keynote-Plenary.selected .checkbox:before { background: #7A4F7F; }
	    .item.Paper { border-color: #2B6FAA; }
	    .filterHeader li.Paper .checkbox{ border: 3px solid #2B6FAA; }
	    .filterHeader li.Paper.selected .checkbox:before { background: #2B6FAA; }
	    .item.Poster { border-color: #FFC90E; }
	    .filterHeader li.Poster .checkbox{ border: 3px solid #FFC90E; }
	    .filterHeader li.Poster.selected .checkbox:before { background: #FFC90E; }
	    .item.SpecialSession { border-color: #427F65; }
	    .filterHeader li.SpecialSession .checkbox{ border: 3px solid #427F65; }
	    .filterHeader li.SpecialSession.selected .checkbox:before { background: #427F65; }
	    .item.Seanet { border-color: #48457E; }
	    .filterHeader li.Seanet .checkbox{ border: 3px solid #48457E; }
	    .filterHeader li.Seanet.selected .checkbox:before { background: #48457E; }
	    



.iconlive  h3.title:after,.event-name.iconlive:after{
    padding: 2px 5px;
    margin: 2px 0px;
    display: flex;
    font-size: 0.8em;
  height: 4px;
  width: 150px;
  overflow: hidden;
  justify-content: center;
}


#gridsschedule .plenarykeynote .iconlive:after, .events-group.li1 .iconlive:after{
    margin: 2px auto;
    text-align: center;
}

.iconlive h3.title:hover:after,.event-name.iconlive:hover:after{
  height: inherit;
  width: 250px;
}
.details_title .iconlive h3.title:after{
  height: inherit;
  width: inherit;
  display: inline;
  margin: 2px 5px;
  font-size: 1em;
}
.iconlive.liveonly h3.title:after,.event-name.iconlive.liveonly:after {
    background-color: #E2E2E2;
    color: #414042;
    content:  "Hybrid session";    
}
.iconlive.liverecorded h3.title:after,.event-name.iconlive.liverecorded:after {
    background-color: #9F4996;
    color: #FFF;
    content:  "Hybrid session and available for replay";
}
.iconlive.inperson h3.title:after,.event-name.iconlive.inperson:after {
    background-color: #E30613;
    color: #FFF;
    content:  "In person session";
}
.iconlive.prerecorded h3.title:after,.event-name.iconlive.prerecorded:after {
    background-color: #F07D19;
    color: #FFF;
    content:  "Pre-recorded session";
}
.iconlive.virtual h3.title:after,.event-name.iconlive.virtual:after {
    background-color: #F07D19;
    color: #FFF;
    content:  "Virtual session";
}
.iconlive.virtual.recorded h3.title:after,.event-name.iconlive.virtual.recorded:after {
    background-color: #F07D19;
    color: #FFF;
    content:  "Virtual session and available for replay";
}

.iconlive.cancelled h3.title:after,.event-name.iconlive.cancelled:after {
    background-color: #414042;
    color: #FFF;
    content:  "Cancelled";
}

.title.cancelled:after {
    background-color: #E30613;
    color: #FFF;
    padding: 3px 7px;
    content:  " Cancelled ";
}


.iconlive.tutorial h3.title:after,.event-name.iconlive.tutorial:after {
    background-color: #567F42;
    color: #FFF;
    content:  "Tutorial";
}




@media only screen and (max-width: 767px) {
  .filterHeader .searchWrapper { padding: 10px 0; }
	.column.date{
		float: left;
	}
	.listdays, .searchHeader{
		/*display:inline;*/
	}
    #wwdc-header {
        width: 762px !important;
    }

    #wwdc-header ul {
        right: 5px;
    }

    #wwdc-header ul li {
        margin-right: 20px;
    }



    /*#globalfooter { width:760px !important; }*/
    #breadory {
        width: 758px !important;
    }

    header img {
        width: 760px;
        height: 52px;
    }

    .headerWrapper .navIcon {
        display: none;
    }

    .item {
        width: 100%;
        padding-right: 0;
        margin-left: 0;
    }

    .item .column.time {
        /*width: 22%;*/
        padding: 4px 4px 0;
        margin: 0px !important;
    }
	
    .item .column.info {
    	width: calc(100% - 70px);
    }
    /*span.room {
	    float: right !important;
	    position: inherit !important;
	}*/

    .item .column.info h3 {
        margin-right: 30%;
        padding-top: 0 !important;
        font-size: 16px !important;
        line-height: 1.3em;
    }

    .item .column.info .track {
        font-size: 16px !important;
		margin-right: 0px;
    }

    .item .column.info p {
        margin-right: 30px;
        font-size: 18px;
        line-height: 1.3em;
    }

    .item .column.info a.room {
        display: none;
    }

    .item .column.info .details .mobileLinks {
        display: block;
        height: 69px;
        margin-top: 44px;
    }

    .item .column.info .details .mobileLinks a {
        height: 35px;
        margin-right: 44px;
        padding: 0 14px;
        background: none;
        border-radius: 5px;
        border-color: #bbb;
        color: #0088cc
    }

    .item .column.info .details .mobileLinks a span {
        font-weight: normal;
    }

    .item .column.info .details ul.links {
        display: none;
    }

    .item .border {
        left: 0px;
        width: 683px !important;
    }

    .item .column.date {
        margin-top: 18px;
        margin-left: -75px;
    }

    .item .column.star {
        display: none !important;
        margin-top: 18px;
        opacity: 1;
    }

    .item.events .column.star {
        color: #8e8e93;
    }

    .item.frameworks .column.star {
        color: #35aadc;
    }

    .item.services .column.star {
        color: #4dd965;
    }

    .item.graphics .column.star {
        color: #fc0;
    }

    .item.media .column.star {
        color: #ff2d55;
    }

    .item.core .column.star {
        color: #5856d6;
    }

    .item.tools .column.star {
        color: #ff9500;
    }

    .items .column.date .affixedDay {
        width: 760px;
        height: 49px;
        padding-top: 15px;
        padding-left: 20px;
        margin-top: -73px;
        margin-left: 70px;
        border-bottom: 1px solid #eee;
        background: #f6f7f7;
        -webkit-transition: all linear 0.0s;
    }

    .items .column.date .affix {
        top: -10px;
        padding-top: 0;
        margin-top: 0;
        opacity: .8;
        border-bottom: 1px solid #eee;
    }

    .items .column.date .affix span {
        opacity: 1 !important;
    }

    .item.firstItem {
       /* margin-top: 50px;*/
    }

    .animate-fade-row {
        -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    }
    
    .filterHeader, .item{
		/*width: auto;*/
	}
	.item .column.info, .filterHeader input {
		/*width: auto;*/
	}
	.item .column.info span.room{
		display: none;
	}
	.item .column.info .tag{
		display: none;
	}
}



.switchtextgrids{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
}
.switchgrids {
	margin: 0px 10px;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

.switchgrids input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switchgrids .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary);
  -webkit-transition: .4s;
  transition: .4s;
}

.switchgrids .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchgrids input:checked + .slider {
  background-color: var(--primary);
}

.switchgrids input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switchgrids input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.switchgrids .slider.round {
  border-radius: 15px;
}

.switchgrids .slider.round:before {
  border-radius: 50%;
}

#gridsschedule{
	position: relative;
	margin-bottom: 50px;
	height: 70vh;
	/*overflow: hidden*/
	
}
.arrowsgrids{
	color: white;
	position: absolute;
	height: 350px;
	background: var(--primary);
	top: 100px;
	padding: 150px 2px;
	z-index: 200;
    cursor: pointer;
}
.arrowsgrids.fixed{
	position : fixed;
	top: 260px;	
}
.arrowsgrids.iconconflr-arrow-circle-right{
	right: -10px;
}
.arrowsgrids.fixed.iconconflr-arrow-circle-right{
	right: 40px;
}
.arrowsgrids.iconconflr-arrow-circle-left{
  /*left: -10px;*/
}
.item .live{
	background:none;
}