.schedule-session {
    width: 32%;
    display: inline-block;
}

#speakers-session-overview {
    width: 100%;
}
#speakers-session-overview a {
    width: 50%;
    float: left;
    padding: 40px 0;
    text-align: center;
    background: #00aeed;
    color: #fff !important;
    text-transform: uppercase;
}
#speakers-session-overview a:hover {
    background: #00b7f7;
}
#speakers-session-overview a i {
    margin: 0 10px;
}
@media only screen and (max-width: 768px) {
    #speakers-session-overview a i {
        margin: 0 5px;
    }
}
#speakers-session-overview a:first-child {
    border-right: solid 1px white;
}

#appdevcon-schedule a.sold-out span {
    height: 80%;
}

#appdevcon-schedule span.sold-out {
    text-align: center;
    margin: 20px;
    display: block;
    text-transform: uppercase;
    background: #bdbdbd;
    padding: 20px;
    color: white;
    border-radius: 10px;
}
#appdevcon-schedule span.sold-out:after {
    content: none !important;
}
#appdevcon-schedule p, #appdevcon-schedule a, #appdevcon-schedule ul, #appdevcon-schedule li {
    color: #001621;
}
#appdevcon-schedule ul {
    margin: 0;
}
#appdevcon-schedule .session_content a {
    text-decoration: underline;
}
#appdevcon-schedule .slogan h1 {
    color: #fff;
}
#appdevcon-schedule .content-tags {
    text-align: center;
}
#appdevcon-schedule .content-tags h4 {
    font-weight: 300;
    margin: 30px 0 10px;
}
#appdevcon-schedule .content-tags .tag {
    color: #fff;
    width: auto;
    font-size: 10px;
    line-height: 10px;
    margin: 0 1px 3px 0;
    padding: 8px 12px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.1);
}
#appdevcon-schedule .content-tags .tag.ios {
    background: #d4d4d4;
    color: #333;
}
#appdevcon-schedule .content-tags .tag.tvos {
    background: #d4d4d4;
    color: #333;
}
#appdevcon-schedule .content-tags .tag.architecture {
    background: #868686;
    color: #333;
}
#appdevcon-schedule .content-tags .tag.tools {
    background: #ffc800;
    color: #333;
}
#appdevcon-schedule .content-tags .tag.swift {
    background: #e07c00;
}
#appdevcon-schedule .content-tags .tag.cross-platform, #appdevcon-schedule .content-tags .tag.web {
    background: #9a2737;
}
#appdevcon-schedule .content-tags .tag.security, #appdevcon-schedule .content-tags .tag.quality {
    background: #6f074f;
}
#appdevcon-schedule .content-tags .tag.iot {
    background: #3d8ed4;
}
#appdevcon-schedule .content-tags .tag.android {
    background: #81a212;
}
#appdevcon-schedule .content-tags .tag.best-practices {
    background: #00af86;
}
#appdevcon-schedule .content-tags .tag.vr {
    background: #3c3c3c;
}
#appdevcon-schedule .content-tags .tag.nativescript {
    background: #3d5afe;
}
#appdevcon-schedule .content-tags .tag.reactnative {
    background: #00a4d3;
}
#appdevcon-schedule .content-tags .tag.serverless {
    background: #f15953;
}
#appdevcon-schedule .content-tags .tag.voice {
    background: #3f81fa;
}
#appdevcon-schedule .content-tags .tag.interview, #appdevcon-schedule .content-tags .tag.lookback {
    background: #002736;
}
#appdevcon-schedule .content-tags .tag.google {
    color: #333;
    background: #fbbe2f;
}
#appdevcon-schedule .content-tags .tag.google-assistant {
    background: #34a855;
}
#appdevcon-schedule .content-tags .tag.kotlin {
    background: url("images/icon-background-kotlin.png") no-repeat 50% 50%;
    background-size: cover;
}
#appdevcon-schedule .content-tags .tag.flutter {
    background: url("images/icon-background-flutter.jpeg") no-repeat 50% 50%;
    background-size: cover;
}
#appdevcon-schedule .content-tags .tag.ai {
    background: url("images/icon-background-ai.jpg") no-repeat 50% 50%;
    background-size: cover;
}
#appdevcon-schedule .content-tags .tag.design {
    background: #7b4397;
    background: -webkit-linear-gradient(to right, #dc2430, #7b4397); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dc2430, #7b4397); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule .content-tags .tag.ux {
    background: #7b4397;
    background: -webkit-linear-gradient(to right, #dc2430, #7b4397); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dc2430, #7b4397); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule .content-tags .tag.blockchain {
    background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
    background: linear-gradient(to right, #eef2f3, #8e9eab);
    color: #000;
}
#appdevcon-schedule .content-tags .tag.inspiration, #appdevcon-schedule .content-tags .tag.communication {
    background: #fc4a1a;
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule .content-tags .tag.backend {
    background: #1d1d1d;
    background: -webkit-linear-gradient(to right, #3a3a3a, #1d1d1d);
    background: linear-gradient(to right, #3a3a3a, #1d1d1d);
}
#appdevcon-schedule .content-tags .tag.product-development {
    background: #667db6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule .content-tags .tag.i18n {
    background: #cb356b; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #bd3f32, #cb356b); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #bd3f32, #cb356b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule .content-tags .tag.testing {
    background: #f2994a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f2c94c, #f2994a); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f2c94c, #f2994a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule .content-tags .tag.home-automation {
    background: #aa005f;
}
#appdevcon-schedule .content-tags .tag.voice-control {
    background: #3100aa;
}
#appdevcon-schedule .content-tags .tag.keynote, #appdevcon-schedule .content-tags .tag.leadership {
    color: #fff;
    background: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
#appdevcon-schedule .content-tags .tag.reactive {
    background: rgb(0, 89, 107);
    background: radial-gradient(circle, rgb(0, 89, 107) 0%, rgb(9, 9, 121) 70%, rgb(2, 0, 36) 100%);
}
#appdevcon-schedule .no-tags .session-tags {
    display: none;
}
#appdevcon-schedule .sold-out:after {
    content: "Fully booked";
    text-transform: uppercase;
    bottom: 0;
    font-size: 10px;
    z-index: 99999999;
    line-height: 10px;
    font-weight: 800;
    border: #f96b47 solid 2px;
    width: 90%;
    text-align: center;
    left: 5%;
    padding: 5px 0;
    color: #f96b47;
    border-radius: 5px;
    position: relative;
    display: block;
    margin: 0 0 5px;
}
#appdevcon-schedule .other-location a:after {
    content: "DIFFERENT VENUE";
    text-transform: uppercase;
    position: absolute;
    padding: 0px 15px;
    bottom: 0px;
    font-size: 10px;
    z-index: 99999999;
    letter-spacing: 1px;
    color: #ffffff;
    width: 100%;
    background: rgba(39, 130, 175, 0.5882352941);
    left: 0;
    text-align: center;
}
#appdevcon-schedule .session-info {
    display: block;
    margin: 70px;
    vertical-align: top;
    border-top: 0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    background: #f3f3f3;
}
#appdevcon-schedule .session-info .content-tags {
    text-align: left;
}
#appdevcon-schedule .session-info .content-tags h4 {
    margin: 20px 0 3px;
    font-weight: bold;
    font-size: 14px;
}
@media only screen and (max-width: 813px) {
    #appdevcon-schedule .session-info {
        margin: 50px 0;
    }
}
#appdevcon-schedule .session-info .conference-location span {
    font-weight: 800;
    display: block;
    margin: 10px 0 0;
}
#appdevcon-schedule .session-info .speaker_list, #appdevcon-schedule .session-info .session-speaker-info {
    margin: 0;
    display: inline-block !important;
    width: 49%;
    vertical-align: middle;
    text-align: left;
}
#appdevcon-schedule .session-info .speaker_list img, #appdevcon-schedule .session-info .session-speaker-info img {
    display: block;
    border-radius: 10px !important;
    width: 200px !important;
    height: auto !important;
    margin: 0 15px 10px 0 !important;
}
#appdevcon-schedule .session-info .speaker_list {
    margin: 10px 0 0 0;
    display: block;
}
@media only screen and (max-width: 813px) {
    #appdevcon-schedule .session-info .speaker_list {
        text-align: center;
    }
    #appdevcon-schedule .session-info .speaker_list img {
        width: 100px !important;
        margin: 0 auto 20px !important;
    }
}
#appdevcon-schedule .session-info .speaker_list span {
    font-weight: 800;
    display: block;
    margin: 0 0 10px;
}
#appdevcon-schedule .session-info .speaker_list a {
    width: 100%;
    color: #001621;
    display: block;
    vertical-align: middle;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}
#appdevcon-schedule .session-info .speaker_list a:hover {
    text-decoration: underline;
}
#appdevcon-schedule .session-info .speaker_list a img {
    margin: 0 15px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: middle;
}
#appdevcon-schedule .session_content {
    width: 90%;
    margin: 0 auto;
    vertical-align: top;
    display: block;
}
@media only screen and (max-width: 768px) {
    #appdevcon-schedule .session-info, #appdevcon-schedule .session_content {
        width: 100%;
    }
}
#appdevcon-schedule .cycle-gallery .tab {
    overflow-x: auto;
}
#appdevcon-schedule .cycle-gallery .tabset li a {
    padding: 50px 10px;
    font: 15px/15px "Montserrat", Arial, Helvetica, sans-serif;
}
#appdevcon-schedule .cycle-gallery .tabset li a span {
    font-weight: 900;
    margin: 0 10px 0 0;
}
#appdevcon-schedule .cycle-gallery .tab-opener {
    color: #fff;
    font-weight: 500;
}
#appdevcon-schedule .cycle-gallery .tab-opener span {
    font-weight: 900;
    margin: 0 10px 0 0;
}
#appdevcon-schedule .cycle-gallery .tab-slide {
    text-align: center;
}
#appdevcon-schedule .cycle-gallery .tab-slide h2 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 30px;
}
#appdevcon-schedule .cycle-gallery .tab-slide h2 span {
    font-weight: 900;
    margin: 0 10px;
}
#appdevcon-schedule .cycle-gallery .tab-slide .tab-post-alt {
    max-width: none;
    padding: 60px 0 50px;
}
@media screen and (max-width: 1340px) {
    #appdevcon-schedule .cycle-gallery .tab-slide .tab-post-alt {
        overflow: scroll !important;
    }
}
#appdevcon-schedule .cycle-gallery .tab-slide .tab-post-alt .btn-more {
    border: 0;
    margin: 0 10px 20px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    border-radius: 3px;
    padding: 15px 35px;
    background: #e78d00;
}
#appdevcon-schedule .cycle-gallery .tab-slide .legenda p {
    color: #fff;
    font-size: 14px;
    margin: 0 20px 40px 0;
    display: inline-block;
}
#appdevcon-schedule .cycle-gallery .tab-slide .legenda p span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
#appdevcon-schedule .cycle-gallery .tab-slide .legenda p span.android {
    background: red;
}
@media only screen and (max-width: 1023px) {
    #appdevcon-schedule .tabs-gallery .slideset .slide {
        max-width: 100%;
    }
}
#appdevcon-schedule .tba span {
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: solid 1px #015b86;
}
#appdevcon-schedule .fullwidth {
    text-align: center;
}
#appdevcon-schedule .fullwidth span {
    padding: 1.5em 10px 1.5em;
}
#appdevcon-schedule .schedule-day-header .venue-link {
    color: #e78d00 !important;
    text-decoration: none !important;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
}
#appdevcon-schedule .tab .venue-link {
    color: #e78d00 !important;
    text-decoration: none !important;
    margin: 8px auto 0;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    width: 100px;
    text-align: center;
    line-height: 12px;
}
#appdevcon-schedule table {
    height: 100%;
    margin: 0 auto;
    color: #efefef;
    max-width: 1400px;
    border-bottom: 20px solid #001f2f;
}
#appdevcon-schedule table tr {
    border: 0;
}
#appdevcon-schedule table tr td:nth-child(odd) {
    background: #004c6f;
}
#appdevcon-schedule table th {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 10px !important;
}
#appdevcon-schedule table th, #appdevcon-schedule table td {
    border: 0;
    height: 100%;
    width: 25%;
    min-width: 200px;
}
#appdevcon-schedule table td {
    position: relative;
}
#appdevcon-schedule table td b {
    color: rgba(255, 255, 255, 0.4509803922);
    text-transform: uppercase;
    font-weight: 100;
    right: 10px;
    font-size: 13px;
    border: solid 1px rgba(255, 255, 255, 0.4509803922);
    padding: 3px 3px;
    position: absolute;
    border-radius: 100px;
    bottom: 10px;
    line-height: 0;
}
@media screen and (max-width: 1340px) {
    #appdevcon-schedule table td b {
        font-size: 8px;
    }
}
#appdevcon-schedule table td b i {
    margin: 0 0 0 2px;
    font-size: 8px !important;
}
#appdevcon-schedule table td span {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 18px;
    padding: 1.5em 10px;
    position: relative;
}
#appdevcon-schedule table td span small {
    display: block;
}
#appdevcon-schedule table td .session-tags {
    bottom: 0;
    position: relative;
    margin-top: 15px;
}
#appdevcon-schedule table td .tag {
    width: auto;
    font-size: 8px;
    line-height: 10px;
    margin: 0 1px 3px 0;
    padding: 6px 10px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.1019607843);
}
#appdevcon-schedule table td .tag.ios {
    background: #d4d4d4;
    color: #333;
}
#appdevcon-schedule table td .tag.tvos {
    background: #d4d4d4;
    color: #333;
}
#appdevcon-schedule table td .tag.architecture {
    background: #868686;
    color: #333;
}
#appdevcon-schedule table td .tag.tools {
    background: #ffc800;
    color: #333;
}
#appdevcon-schedule table td .tag.swift {
    background: #e07c00;
}
#appdevcon-schedule table td .tag.cross-platform, #appdevcon-schedule table td .tag.web {
    background: #9a2737;
}
#appdevcon-schedule table td .tag.security, #appdevcon-schedule table td .tag.quality {
    background: #6f074f;
}
#appdevcon-schedule table td .tag.iot {
    background: #3d8ed4;
}
#appdevcon-schedule table td .tag.android {
    background: #81a212;
}
#appdevcon-schedule table td .tag.best-practices {
    background: #00af86;
}
#appdevcon-schedule table td .tag.vr {
    background: #3c3c3c;
}
#appdevcon-schedule table td .tag.nativescript {
    background: #3d5afe;
}
#appdevcon-schedule table td .tag.reactnative {
    background: #00a4d3;
}
#appdevcon-schedule table td .tag.serverless {
    background: #f15953;
}
#appdevcon-schedule table td .tag.voice {
    background: #3f81fa;
}
#appdevcon-schedule table td .tag.interview, #appdevcon-schedule table td .tag.lookback {
    background: #002736;
}
#appdevcon-schedule table td .tag.google {
    color: #333;
    background: #fbbe2f;
}
#appdevcon-schedule table td .tag.google-assistant {
    background: #34a855;
}
#appdevcon-schedule table td .tag.kotlin {
    background: url("images/icon-background-kotlin.png") no-repeat 50% 50%;
    background-size: cover;
}
#appdevcon-schedule table td .tag.flutter {
    background: url("images/icon-background-flutter.jpeg") no-repeat 50% 50%;
    background-size: cover;
}
#appdevcon-schedule table td .tag.ai {
    background: url("images/icon-background-ai.jpg") no-repeat 50% 50%;
    background-size: cover;
}
#appdevcon-schedule table td .tag.design {
    background: #7b4397;
    background: -webkit-linear-gradient(to right, #dc2430, #7b4397); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dc2430, #7b4397); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule table td .tag.ux {
    background: #7b4397;
    background: -webkit-linear-gradient(to right, #dc2430, #7b4397); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dc2430, #7b4397); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule table td .tag.blockchain {
    background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
    background: linear-gradient(to right, #eef2f3, #8e9eab);
    color: #000;
}
#appdevcon-schedule table td .tag.inspiration, #appdevcon-schedule table td .tag.communication {
    background: #fc4a1a;
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule table td .tag.backend {
    background: #1d1d1d;
    background: -webkit-linear-gradient(to right, #3a3a3a, #1d1d1d);
    background: linear-gradient(to right, #3a3a3a, #1d1d1d);
}
#appdevcon-schedule table td .tag.product-development {
    background: #667db6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule table td .tag.i18n {
    background: #cb356b; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #bd3f32, #cb356b); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #bd3f32, #cb356b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule table td .tag.testing {
    background: #f2994a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f2c94c, #f2994a); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f2c94c, #f2994a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#appdevcon-schedule table td .tag.home-automation {
    background: #aa005f;
}
#appdevcon-schedule table td .tag.voice-control {
    background: #3100aa;
}
#appdevcon-schedule table td .tag.keynote, #appdevcon-schedule table td .tag.leadership {
    color: #fff;
    background: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
#appdevcon-schedule table td .tag.reactive {
    background: rgb(0, 89, 107);
    background: radial-gradient(circle, rgb(0, 89, 107) 0%, rgb(9, 9, 121) 70%, rgb(2, 0, 36) 100%);
}
#appdevcon-schedule table td a {
    width: 100%;
    display: block;
    cursor: pointer;
    height: 100%;
    text-decoration: none !important;
}
#appdevcon-schedule table td a:hover {
    background: rgba(243, 243, 243, 0.2);
}
#appdevcon-schedule table td a.session-appril {
    background-color: rgb(225, 24, 76);
}
#appdevcon-schedule table td a.session-appril:hover {
    background-color: rgb(167, 11, 91);
}
#appdevcon-schedule table td a.session-endpoint {
    background-color: rgb(56, 157, 182);
}
#appdevcon-schedule table td a.session-endpoint:hover {
    background-color: rgb(118, 194, 213);
}
#appdevcon-schedule table td a.session-appdevcon-endpoint {
    background: rgb(0, 65, 96);
    background: linear-gradient(135deg, rgba(0, 65, 96, 0) 40%, rgb(56, 157, 182) 100%);
}
#appdevcon-schedule table td a.session-appdevcon-endpoint:hover {
    background: rgb(58, 101, 125);
    background: linear-gradient(135deg, rgb(58, 101, 125) 40%, rgb(118, 194, 213) 100%);
}
#appdevcon-schedule table td a.session-appdevcon-appril {
    background: rgb(0, 65, 96);
    background: linear-gradient(135deg, rgba(0, 65, 96, 0) 40%, rgb(225, 24, 76) 100%);
}
#appdevcon-schedule table td a.session-appdevcon-appril:hover {
    background: rgb(58, 101, 125);
    background: linear-gradient(135deg, rgb(58, 101, 125) 40%, rgb(167, 11, 91) 100%);
}
#appdevcon-schedule table td.lightning a {
    height: 50%;
    border: solid 1px rgba(255, 255, 255, 0.0588235294);
    position: relative;
}
#appdevcon-schedule table td.lightning a:first-of-type {
    margin: 0 0 2px;
}
#appdevcon-schedule table td.lightning a span {
    font-size: 12px;
}
#appdevcon-schedule table td.lightning a span.tag {
    font-size: 8px;
}
@media only screen and (max-width: 768px) {
    #appdevcon-schedule table td {
        font-size: 12px;
    }
    #appdevcon-schedule table td b {
        display: none;
    }
}
#appdevcon-schedule table th:first-of-type, #appdevcon-schedule table th:last-of-type,
#appdevcon-schedule table td:first-of-type, #appdevcon-schedule table td:last-of-type {
    width: 100%;
    min-width: 30px;
    vertical-align: top;
    font-size: 12px;
    color: #ccc;
    display: inline-block;
}
#appdevcon-schedule table th:first-of-type .lightning-time, #appdevcon-schedule table th:last-of-type .lightning-time,
#appdevcon-schedule table td:first-of-type .lightning-time, #appdevcon-schedule table td:last-of-type .lightning-time {
    margin-top: 95px;
    padding-right: 0;
    color: #ccc;
}
#appdevcon-schedule table th:first-of-type, #appdevcon-schedule table td:first-of-type {
    text-align: right;
    padding: 0 10px;
}
#appdevcon-schedule table th:last-of-type, #appdevcon-schedule table td:last-of-type {
    text-align: left;
    padding: 0 10px;
}
#appdevcon-schedule .days {
    text-align: center;
    background: #001f2f;
}
#appdevcon-schedule .days span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}
#appdevcon-schedule .time {
    font-size: 14px;
    padding: 20px 0 20px 20px;
    text-align: left;
    background: #001f2f !important;
}
#appdevcon-schedule .dark {
    background: #012d42;
}
#appdevcon-schedule .light {
    background: #00415f;
}
#appdevcon-schedule .roomswitch span {
    padding: 5px;
    font-size: 11px;
}
#appdevcon-schedule .transparent {
    background: transparent;
}
#appdevcon-schedule .tabs-wrapper {
    background: #004160;
    text-align: center;
}
#appdevcon-schedule .tab-body-wrapper, #appdevcon-schedule .panel-body {
    background: #005881;
    border-top: 7px solid #005881;
}
#appdevcon-schedule .tab-body-wrapper h2, #appdevcon-schedule .panel-body h2 {
    color: #fff !important;
}
#appdevcon-schedule .tab-body-wrapper h2 span, #appdevcon-schedule .panel-body h2 span {
    display: block;
    margin: 5px 0 0 0;
    font-weight: 100;
    font-size: 16px;
}
#appdevcon-schedule .four-tabs .nav-tabs {
    margin: 0;
}
#appdevcon-schedule .four-tabs .nav-tabs li {
    width: 20%;
    display: inline-block;
}
#appdevcon-schedule .four-tabs .nav-tabs li.next-year {
    display: inline-block;
    vertical-align: top;
}
#appdevcon-schedule .four-tabs .nav-tabs li.next-year a {
    padding: 55px 0;
}
@media only screen and (max-width: 768px) {
    #appdevcon-schedule .four-tabs .nav-tabs li.next-year a {
        padding: 30px 0;
    }
}
@media screen and (max-width: 900px) {
    #appdevcon-schedule .four-tabs .nav-tabs li.next-year a {
        padding: 30px 0;
    }
}
@media screen and (max-width: 1340px) {
    #appdevcon-schedule .four-tabs .nav-tabs li.next-year a {
        padding: 30px 0;
    }
}
#appdevcon-schedule .four-tabs .nav-tabs li:after {
    content: none;
}
#appdevcon-schedule .four-tabs .nav-tabs li.active a {
    color: #e78d00 !important;
    background: #001f2f;
}
#appdevcon-schedule .four-tabs .nav-tabs li.active a:hover {
    color: #e78d00 !important;
    background: #001f2f;
}
#appdevcon-schedule .four-tabs .nav-tabs li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #005881 transparent;
}
#appdevcon-schedule .four-tabs .nav-tabs li:hover a {
    background: #025279;
}
#appdevcon-schedule .four-tabs .nav-tabs li a {
    color: #fff !important;
    text-decoration: none !important;
    transition: background 0.4s ease-in-out, height 0.2s linear;
    cursor: pointer;
    padding: 30px 0;
    background: #004161;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
#appdevcon-schedule .four-tabs .nav-tabs li span {
    font-weight: 900;
    margin: 0 0 0 10px;
    display: inline-block;
}
@media screen and (min-width: 1080px) {
    #appdevcon-schedule .four-tabs .nav-tabs li span {
        display: block;
    }
}
#appdevcon-schedule .four-tabs .nav-tabs li span.day-title {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    display: block;
    text-transform: initial;
}
@media screen and (max-width: 1340px) {
    #appdevcon-schedule .four-tabs .nav-tabs li span {
        display: block;
    }
    #appdevcon-schedule .four-tabs .nav-tabs li span.day-title {
        display: none !important;
    }
}
#appdevcon-schedule .four-tabs .nav-tabs.year-2020 .next-year {
    display: none;
}
@media only screen and (max-width: 768px) {
    #appdevcon-schedule .four-tabs .nav-tabs li {
        font-size: 11px;
    }
}
@media screen and (min-width: 900px) {
    #appdevcon-schedule .body-class-page-template-template-cr3ativconference-2017 .four-tabs .nav-tabs li {
        width: 49.7%;
    }
}
@media screen and (max-width: 900px) {
    #appdevcon-schedule .body-class-page-template-template-cr3ativconference-2017 .four-tabs .nav-tabs li {
        width: 49.7%;
    }
}
@media screen and (max-width: 600px) {
    #appdevcon-schedule .body-class-page-template-template-cr3ativconference-2017 .four-tabs .nav-tabs li {
        width: 49.7%;
        display: inline-block;
        border-radius: 0;
    }
}
@media screen and (min-width: 900px) {
    #appdevcon-schedule .four-tabs .nav-tabs li {
        width: 32.9%;
    }
}
@media screen and (max-width: 900px) {
    #appdevcon-schedule .four-tabs .nav-tabs li {
        width: 32.8%;
    }
}
@media screen and (max-width: 600px) {
    #appdevcon-schedule .four-tabs .nav-tabs li {
        width: 32.5%;
        display: inline-block;
        border-radius: 0;
    }
}
@media screen and (min-width: 900px) {
    #appdevcon-schedule .four-tabs .nav-tabs li {
        width: 18.4%;
    }
}
@media screen and (min-width: 1080px) {
    #appdevcon-schedule .four-tabs .nav-tabs li {
        width: 18.4%;
    }
}
@media screen and (max-width: 900px) {
    #appdevcon-schedule .four-tabs .nav-tabs li {
        width: 18.4%;
    }
}
@media screen and (max-width: 600px) {
    #appdevcon-schedule .four-tabs .nav-tabs li {
        width: 49%;
        display: inline-block;
        border-radius: 0;
    }
}
@media screen and (max-width: 600px) {
    #appdevcon-schedule .tabs-wrapper {
        margin: 0;
    }
}
#appdevcon-schedule .tab-body {
    position: absolute;
    top: -9999px;
}
#appdevcon-schedule .tab-body-wrapper, #appdevcon-schedule .panel-body {
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: show;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    -moz-animation-duration: 1.5s;
    -moz-animation-name: show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.2s;
    -o-animation-duration: 1.5s;
    -o-animation-name: show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.2s;
    animation-duration: 1.5s;
    animation-name: show;
    animation-fill-mode: forwards;
    padding: 0 0 40px;
}
@media screen and (max-width: 600px) {
    #appdevcon-schedule .tab-body-wrapper, #appdevcon-schedule .panel-body {
        border: none;
        border-radius: 0;
    }
}
#appdevcon-schedule .slogan .holder .frame a {
    background: #004062;
    border-radius: 25px;
}
#appdevcon-schedule .schedule-from {
    padding: 0 0 40px;
    margin: 20px 0 0 0;
}
#appdevcon-schedule .schedule-from p {
    color: #fff !important;
    font-size: 15px;
    margin: 30px 10px 0 0;
    display: inline-block;
}
#appdevcon-schedule .schedule-from a {
    width: 100px;
    font-size: 13px;
    font-weight: 200;
    text-decoration: none !important;
    text-align: center;
    color: #ffffff !important;
    outline: none;
    display: inline-block;
    padding: 15px;
    transition: background 0.5s;
    line-height: 13px;
    background: #004062;
    border-radius: 25px;
    margin: 0 2px;
}
@media only screen and (max-width: 768px) {
    #appdevcon-schedule .schedule-from p {
        display: block;
        margin: 0 0 20px 0;
    }
}
#appdevcon-schedule .tab-content > .tab-pane, #appdevcon-schedule .pill-content > .pill-pane {
    display: none;
}
#appdevcon-schedule .tab-content > .active, #appdevcon-schedule .pill-content > .active {
    display: block;
}
#appdevcon-schedule .body-class-page-template-template-cr3ativconference .schedule-from a,
#appdevcon-schedule .body-class-page-template-template-workflow .schedule-from a {
    background: #1877a6;
}
#appdevcon-schedule .online-conference .panel-body {
    border: 0;
    background: #002030;
}
#appdevcon-schedule .online-conference .tab-content {
    background: #002030;
}
#appdevcon-schedule .online-conference .tab {
    width: 90%;
    margin: 40px auto 100px;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
}
#appdevcon-schedule .online-conference .session-block {
    width: 31%;
    margin: 5px;
    display: flex;
    border-radius: 10px;
    position: relative;
    background: #00415e;
}
#appdevcon-schedule .online-conference .session-block:hover {
    opacity: 0.9;
}
#appdevcon-schedule .online-conference .session-block a {
    width: 100%;
    padding: 30px;
}
#appdevcon-schedule .online-conference .session-block:nth-child(odd) {
    background: #025881;
}
#appdevcon-schedule .online-conference .session-block h6 {
    margin: 0;
}
#appdevcon-schedule .online-conference .session-block * {
    color: white;
    text-align: left;
    text-decoration: none !important;
}
#appdevcon-schedule .online-conference .session-block p {
    margin: 0;
    color: white !important;
}
#appdevcon-schedule .online-conference .session-block b {
    color: rgba(255, 255, 255, 0.4509803922);
    text-transform: uppercase;
    font-weight: 100;
    right: 10px;
    font-size: 13px;
    border: solid 1px rgba(255, 255, 255, 0.4509803922);
    padding: 3px 3px;
    position: absolute;
    border-radius: 100px;
    bottom: 10px;
    line-height: 0;
}
@media screen and (max-width: 1340px) {
    #appdevcon-schedule .online-conference .session-block b {
        font-size: 8px;
    }
}
#appdevcon-schedule .online-conference .session-block b i {
    margin: 0 0 0 2px;
    font-size: 8px !important;
}
#appdevcon-schedule .online-conference .session-block.external-session {
    background-color: #d43250;
}
#appdevcon-schedule .online-conference .session-block.external-session .time {
    color: #fff !important;
}
#appdevcon-schedule .online-conference .time {
    padding: 0;
    background: transparent !important;
    text-transform: uppercase;
    font-size: 12px;
    color: #e78d00 !important;
    font-weight: 300;
}
#appdevcon-schedule .online-conference span.paid-session {
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
    font-size: 10px;
}
#appdevcon-schedule .appdevcon-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
#appdevcon-schedule .appdevcon-legend .legend-block {
    width: 32px;
    height: 24px;
    border: 2px solid #fff;
    margin: 0px 10px 0px 20px;
}
#appdevcon-schedule .appdevcon-legend span {
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#appdevcon-schedule .appdevcon-legend .legend-block.session-appdevcon-appril {
    background: linear-gradient(135deg, rgba(0, 65, 96, 0) 40%, rgb(225, 24, 76) 100%);
}
#appdevcon-schedule .appdevcon-legend .legend-block.session-appdevcon-endpoint {
    background: linear-gradient(135deg, rgba(0, 65, 96, 0) 40%, rgb(56, 157, 182) 100%);
}
#appdevcon-schedule .appdevcon-legend .legend-block.session-appril {
    background-color: rgb(225, 24, 76);
}
#appdevcon-schedule .appdevcon-legend .legend-block.session-endpoint {
    background-color: rgb(56, 157, 182);
}
#appdevcon-schedule .legenda {
    display: block;
    margin: 30px 0 40px;
}
#appdevcon-schedule .legenda p {
    color: #fff !important;
    margin: 0 30px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#appdevcon-schedule .legenda p i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border-radius: 3px;
}
#appdevcon-schedule .legenda p.legenda-appril i {
    background-color: #d43250;
}
#appdevcon-schedule .legenda p.legenda-appdevcon i {
    background: linear-gradient(90deg, rgb(2, 88, 129) 50%, rgb(0, 65, 93) 50%);
}
@media screen and (max-width: 1024px) {
    #appdevcon-schedule .online-conference div.session-block {
        width: 100%;
    }
    #appdevcon-schedule .online-conference .tab-post-alt {
        background: transparent;
    }
}

.tab-post-alt {
    padding: 60px 10px 50px;
    overflow: auto;
    max-width: 100%;
    margin: 0 auto;
}
.tab-post-alt h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 54px;
}
.tab-post-alt .text-holder {
    overflow: hidden;
    margin: 0 0 4px;
}
.tab-post-alt h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #00aeed;
    position: relative;
    padding: 0 0 14px;
    margin: 0 0 11px;
}
.tab-post-alt h2 + .text-holder h3 {
    margin-bottom: 27px;
}
.tab-post-alt h3:before {
    content: "";
    width: 16px;
    height: 2px;
    background: #00aeed;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -8px;
}
.tab-post-alt .btn-top {
    display: block;
    text-align: center;
    padding: 50px 0 20px;
}
.tab-post-alt .btn-top a {
    display: inline-block;
    vertical-align: top;
    color: #008dc0;
    text-decoration: none;
    text-transform: uppercase;
    font: 12px/15px "Montserrat", Arial, Helvetica, sans-serif;
}
.tab-post-alt .btn-top a i {
    font-size: 10px;
    padding: 0 0 0 8px;
}
.tab-post-alt .btn-top a:hover {
    color: #28b4e7;
}

@media only screen and (max-width: 1023px) {
    .tab-post {
        padding: 64px 25px 38px;
    }
    .tab-post .img-holder {
        float: none;
        margin: 0 auto;
    }
    .tab-post .img-holder .cell {
        padding: 0 0 28px;
    }
    .tab-post h2, .info-list h2 {
        text-align: center;
        font-weight: normal;
        font-size: 17px;
        line-height: 21px;
        margin: 0 0 9px;
    }
    .tab-post h2:before, .info-list h2:before {
        left: 50%;
        margin: 0 0 0 -8px;
    }
    .tab-post-alt {
        max-width: none;
        padding: 60px 64px 100px;
        background: #005881;
    }
    .tab-post-alt h3, .tab-post-alt h2 + .text-holder h3 {
        text-align: left;
        margin: 0 0 8px;
        font-weight: normal;
    }
    .tab-post-alt h3:before {
        left: 0;
        margin: 0;
    }
    .tab-post-alt p {
        margin: 0 0 24px;
    }
    .tab-post-alt .btn-top {
        display: none;
    }
    .tab-post-alt .text-holder {
        margin: 0 0 30px;
    }
}
@media only screen and (max-width: 768px) {
    .tab-post-alt {
        padding: 60px 24px 70px;
        line-height: 19px;
        overflow: scroll;
    }
    .tab-post-alt .text-holder {
        padding: 0;
    }
}
