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

.clearborder {
	margin-bottom: 10px;
	border-bottom: 1px solid #414042;
	visibility: visible;
	width: auto;
}
.sticky {
    position: relative;
    affixed
}

/* 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;
}

.page-content-wrapper .headerWrapper {
}

/* 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;
    }
}

.item {
    padding: 2px;
    border-bottom: 1px solid #eee;
}

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

.item:after {
    clear: both;
}

.item .border {
    display: none;
}

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

#Tracks, #Days{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.column.date, .column.track {
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 20px;
    font-weight: bold;
    cursor: default;
    color: #999;
}

.column.active{
	color: #414042;
	font-weight: bold;
}
.column.date .affixedDay, .column.track .affixedTrack {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
}
.column.track .affixedTrack .number {
	font-size: 0.5em
}

.column.date .number, .column.track .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: 120px;
    padding-right: 1px;
    margin: 2px 10px 0 0;
    font-size: 13px;
    text-align: right;
    color: #52575f;
    line-height: 31px;
}

.item .column.time .start {
	line-height: 1.2em;
}
.item .column.time .end {
    color: #a6aaa8;
    line-height: 1.2em;
}

.item .column.info {
    position: relative;
    overflow: hidden;
    width: 925px;
    padding-left: 10px;
    border-left: 3px solid #414042;
}

.item .column.info:hover {
    background: #f4f6f9;
}

.item .column.info h3 {
    padding: 5px 0 0 !important;
    font-size: 13px;
    font-weight: 400;
    width: initial;
    color: #414042;
}

.item .column.info .track {
    font-weight: 400;
    text-align:left;
    color: #68A4D9;
}

.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: 200px;
    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;
}

/* 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.keynote .info {
    border-color: #A9358E;
}

.item.paper .info {
    border-color: #8181CB;
}

.item.panel .info {
    border-color: #FA7C21;
}

.item.tutorial .info {
    border-color: #8EC068;
}

.item.workshop .info {
    border-color: #49BC53;
}

.item.special .info {
    border-color: #03ABA6;
}

.item.roundtable .info {
    border-color: #D18D59;
}

.item.poster .info {
    border-color: #4268CD;
}

.item.exhibition .info {
    border-color: #414042;
}

.item.logistic .info {
    border-color: #BCBBBD;
}

.item.socialEvents .info {
    border-color: #FDCB24;
}

.item.coreMeeting .info {
    border-color: #E03C37;
}

.item.WG .info {
    border-color: #7C1110;
}

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

.item.lunch, .item.break {
    background-color: #E6E6E6;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 5%, transparent 5%, transparent 10%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.2) 15%, transparent 15%, transparent 20%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 30%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.2) 35%, transparent 35%, transparent 40%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 45%, transparent 45%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 55%, transparent 55%, transparent 60%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0.2) 65%, transparent 65%, transparent 70%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent 80%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0.2) 85%, transparent 85%, transparent 90%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0.2) 95%, transparent 95%, transparent 100%, rgba(255, 255, 255, 0.2) 100%, transparent);
}


.item.design .info {
    border-color: #39A8FA;
}

.item.app-frameworks .info {
    border-color: #3DC8C3;
}

.item.system-frameworks .info {
    border-color: #6CBC7A;
}

.item.developer-tools .info {
    border-color: #FF8C2F;
}

.item.graphics-and-games .info {
    border-color: #FFD233;
}

.item.media .info {
    border-color: #FF4D55;
}

.item.distribution .info {
    border-color: #B26CF4;
}

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

.item.design .track {
    color: #39A8FA;
}

.item.app-frameworks .track {
    color: #3DC8C3;
}

.item.system-frameworks .track {
    color: #6CBC7A;
}

.item.developer-tools .track {
    color: #FF8C2F;
}

.item.graphics-and-games .track {
    color: #FFD233;
}

.item.media .track {
    color: #FF4D55;
}

.item.distribution .track {
    color: #B26CF4;
}

/* 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 {
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}

.filterHeader .searchWrapper {
    padding: 10px 0;
    font-size: 19px;
    text-align: center;
}

.filterHeader input {
    width: 620px;
    height: 29px;
    padding: 5px;
    margin: 0 auto;
    font-size: 19px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    outline: none;
}

.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;*/
}

.filterHeader .platforms {
    width: 120px;
    float: left;
}

.filterHeader li {
    float: left;
    padding-right: 10px;
}

.filterHeader .checkbox {
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 7px;
    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: 17px;
    height: 17px;
    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;
}

/* track-specific filter checkbox borders */
.filterHeader li.keynote {
    width: 100px;
}

.filterHeader li.keynote .checkbox {
    border: 3px solid #A9358E;
}

.filterHeader li.keynote.selected .checkbox:before {
    background: #A9358E;
}

.filterHeader li.keynote .titlefilter {
    /*color: #C4C4C4;*/
}

.filterHeader li.paper {
    width: 100px;
}

.filterHeader li.paper .checkbox {
    border: 3px solid #8181CB;
}

.filterHeader li.paper.selected .checkbox:before {
    background: #8181CB;
}

.filterHeader li.paper .titlefilter {
    /*color: #8181CB;*/
}

.filterHeader li.panel {
    width: 100px;
}

.filterHeader li.panel .checkbox {
    border: 3px solid #FA7C21;
}

.filterHeader li.panel.selected .checkbox:before {
    background: #FA7C21;
}

.filterHeader li.panel .titlefilter {
    /*color: #FA7C21;*/
}

.filterHeader li.tutorial {
    width: 100px;
}

.filterHeader li.tutorial .checkbox {
    border: 3px solid #8EC068;
}

.filterHeader li.tutorial.selected .checkbox:before {
    background: #8EC068;
}

.filterHeader li.tutorial .titlefilter {
    /*color: #8EC068;*/
}

.filterHeader li.special {
    width: 100px;
}

.filterHeader li.special .checkbox {
    border: 3px solid #03ABA6;
}

.filterHeader li.special.selected .checkbox:before {
    background: #03ABA6;
}

.filterHeader li.special .titlefilter {
    /*color: #03ABA6;*/
}

.filterHeader li.roundtable {
    width: 120px;
}

.filterHeader li.roundtable .checkbox {
    border: 3px solid #D18D59;
}

.filterHeader li.roundtable.selected .checkbox:before {
    background: #D18D59;
}

.filterHeader li.roundtable .titlefilter {
    /*color: #D18D59;*/
}

.filterHeader li.poster {
    width: 100px;
}

.filterHeader li.poster .checkbox {
    border: 3px solid #4268CD;
}

.filterHeader li.poster.selected .checkbox:before {
    background: #4268CD;
}

.filterHeader li.poster .titlefilter {
    /*color: #4268CD;*/
}

.filterHeader li.workshop {
    width: 110px;
}

.filterHeader li.workshop .checkbox {
    border: 3px solid #49BC53;
}

.filterHeader li.workshop.selected .checkbox:before {
    background: #49BC53;
}

.filterHeader li.workshop .titlefilter {
    /*color: #49BC53;*/
}

.filterHeader li.exhibition {
    width: 110px;
}

.filterHeader li.exhibition .checkbox {
    border: 3px solid #414042;
}

.filterHeader li.exhibition.selected .checkbox:before {
    background: #414042;
}

.filterHeader li.exhibition .titlefilter {
    /*color: #414042;*/
}

.filterHeader li.logistic {
    width: 110px;
}

.filterHeader li.logistic .checkbox {
    border: 3px solid #BCBBBD;
}

.filterHeader li.logistic.selected .checkbox:before {
    background: #BCBBBD;
}

.filterHeader li.logistic .titlefilter {
    /*color: #BCBBBD;*/
}

.filterHeader li.socialEvents {
    width: 110px;
}

.filterHeader li.socialEvents .checkbox {
    border: 3px solid #FDCB24;
}

.filterHeader li.socialEvents.selected .checkbox:before {
    background: #FDCB24;
}

.filterHeader li.socialEvents .titlefilter {
    /*color: #FDCB24;*/
}

.filterHeader li.coreMeeting {
    width: 110px;
}

.filterHeader li.coreMeeting .checkbox {
    border: 3px solid #E03C37;
}

.filterHeader li.coreMeeting.selected .checkbox:before {
    background: #E03C37;
}

.filterHeader li.coreMeeting .titlefilter {
    /*color: #E03C37;*/
}

.filterHeader li.WG {
    width: 110px;
}

.filterHeader li.WG .checkbox {
    border: 3px solid #7C1110;
}

.filterHeader li.WG.selected .checkbox:before {
    background: #7C1110;
}

.filterHeader li.WG .titlefilter {
    /*color: #7C1110;*/
}


/* 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;
}

/* mobile customizations */
@media all and (min-device-width: 768px) and (max-width: 1023px) {
    .item {
        width: 798px;
    }

    .item .column.info {
        width: 622px;
    }

   /* .filterHeader {
        width: 630px;
        padding-left: 0;
    }*/
}

@media only screen and (max-width: 767px) {
    #wwdc-header {
        width: 762px !important;
    }

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

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

    #content {
        width: 760px !important;
    }

    /*#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: 78%;
    }

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

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

    .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;
	}
}


