﻿html, body {
    border: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    touch-action: none;
}

body {
    font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    line-height: 1.1;
    position: relative;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    color: #fff;
    background-image: url('images/metro-background.png');
    background-size: cover;
    box-sizing: border-box;
}

.no-cursor {
    cursor: none !important;
}

    .no-cursor a, .no-cursor button {
        cursor: none !important;
    }

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.5);*/
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(255,255,255,0.6);
    /*-webkit-box-shadow: inset 0 0 6px */
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.view-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.view-header {
    position: relative;
    height: 8vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    font-family: 'SourceSansPro-Light';
    font-size: 3vh;
    line-height: 7vh;
}

    .view-header .action {
        float: left;
    }

        .view-header .action i {
            font-size: 5vh;
        }

.list-item {
    box-sizing: border-box;
    background-color: rgba(34, 34, 34, .7);
    color: white;
    font-family: 'SourceSansPro-Light';
    font-size: 20px;
    line-height: 1.1;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 3vh;
}

    .list-item .details {
        padding-top: 5px;
        font-size: 14px;
        color: rgba(255,255,255,.5);
    }

.blackout, .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.overlay {
    background-color: rgba(255, 255, 255, .5);
}

.blackout {
    background-color: rgba(0, 0, 0, 1);
}

    .blackout.ng-enter, .overlay.ng-enter {
        transition: 0.5s linear all;
        opacity: 0;
    }

        .blackout.ng-enter.ng-enter-active, .overlay.ng-enter.ng-enter-active {
            opacity: 1;
        }

    .blackout.ng-leave, .overlay.ng-leave {
        transition: 0.5s linear all;
        opacity: 1;
    }

        .blackout.ng-leave.ng-leave-active, .overlay.ng-leave.ng-leave-active {
            opacity: 0;
        }

input, button {
    font-family: sans-serif;
    font-size: 2vw;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.uppercase {
    text-transform: uppercase;
}

.cellcast-screen-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cellcast-division-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cellcast-division {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cellcast-scene-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cellcast-scene {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cellcast-section-wrapper {
    position: absolute;
    box-sizing: border-box;
    line-height: 1.1;
    overflow: hidden;
}

.cellcast-section {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .cellcast-section.section-table {
        display: table;
        table-layout: fixed;
    }

    .cellcast-section .section-text {
        width: 100%;
        height: 100%;
        display: table-cell;
    }

    .cellcast-section .section-icon {
        text-align: center;
        line-height: 1.1;
        width: 100%;
        height: 100%;
    }

    .cellcast-section .section-image {
        position: relative;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
    }

    .cellcast-section .section-pdf {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .cellcast-section .section-pdf .section-pdf-page-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .cellcast-section .section-pdf .section-pdf-page {
            position: relative;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
        }

    .cellcast-section .section-video {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .cellcast-section .section-video video {
            object-fit: fill;
            width: 100%;
            height: 100%;
        }

    .cellcast-section .section-data-table {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .cellcast-section .section-rss {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

.cellcast-table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
   
    .cellcast-table td, .cellcast-table th {
        box-sizing: border-box;
        text-align: left;
        word-wrap: break-word;
        padding: 6.4px 8px;
    }

    .cellcast-table th {
        font-weight: normal;
    }

    .cellcast-table td {
        border:1px solid transparent;
    }

/*.cellcast-table-row {
    position: relative;
    display:flex;
    width: 100%;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
}

    .cellcast-table-row.cellcast-table-row-header {
        color: #fff;
        background-color: #000;
    }

.cellcast-table-column {
    position: relative;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    border-right: 1px solid transparent;
    word-wrap: break-word;
    overflow: hidden;
    box-sizing: border-box;
}

    .cellcast-table-column .table-column-container {
        height: 100%;
        word-wrap: break-word;
        margin: 8px 10px;
        box-sizing: border-box;
    }*/

.marquee-wrapper {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    padding-right: 50px;
}

/*.marquee {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee linear infinite;
    opacity:0;
}

    .marquee .item {
        display: inline-block;
        padding-right: 50px;
    }

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}*/

.transition-fade.ng-leave {
    transition: 1s linear all;
    opacity: 1;
    z-index: 100;
}

    .transition-fade.ng-leave.ng-leave-active {
        opacity: 0;
        z-index: 100;
    }

.transition-slide-up.ng-leave, .transition-slide-down.ng-leave, .transition-slide-left.ng-leave, .transition-slide-right.ng-leave {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    top: 0;
    left: 0;
    z-index: 100;
}

    .transition-slide-up.ng-leave.ng-leave-active {
        top: -100%;
        z-index: 100;
    }

    .transition-slide-down.ng-leave.ng-leave-active {
        top: 100%;
        z-index: 100;
    }

    .transition-slide-left.ng-leave.ng-leave-active {
        left: -100%;
        z-index: 100;
    }

    .transition-slide-right.ng-leave.ng-leave-active {
        left: 100%;
        z-index: 100;
    }

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.connection-offline {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 8vmin solid red;
    border-right: 8vmin solid transparent;
}

.connection-status {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 7vmin;
    padding-right: 7vmin;
    font-size: 3vh;
    line-height: 8vmin;
    border-top-right-radius: 2vh;
    background-color: rgba(255, 0, 0, .3);
    box-shadow: 0 0 1vmin #000;
}

    .connection-status.ng-enter {
        transition: 0.5s linear all;
        opacity: 0;
    }

        .connection-status.ng-enter.ng-enter-active {
            opacity: 1;
        }

    .connection-status.ng-leave {
        transition: 0.5s linear all;
        opacity: 1;
    }

        .connection-status.ng-leave.ng-leave-active {
            opacity: 0;
        }

.speed-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
}

.speed-select {
    margin-bottom:10px;
    margin-right:10px;
    padding:20px;
    background-color:transparent;
    color:transparent;
    font-size:10vh;
}

.speed-select:hover {
    background-color: rgba(0,0,0,.4);
    color: white;
}

.status-message-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 2vh;
    line-height: 3vh;
    color: white;
}

.status-message {
    position: relative;
    padding-left: 1vw;
    padding-right: 1vw;
    color: white;
    background-color: rgba(0,0,0,.4);
    margin-bottom: 1vh;
    box-shadow: 0 0 1vmin #000;
    border-top-left-radius: .5vmin;
    border-bottom-left-radius: .5vmin;
}

    .status-message.ng-enter {
        transition: 0.5s linear all;
        opacity: 0;
    }

.status-message.ng-enter.ng-enter-active {
    opacity: 1;
}

.status-message.ng-leave {
    transition: 0.5s linear all;
    opacity: 1;
}

.status-message.ng-leave.ng-leave-active {
    opacity: 0;
}

.weather-date-container {
    position: relative;
    height: 10vh;
    width: 21vw;
}

    .weather-date-container .date-time {
        float: left;
        margin-right: 1vw;
        margin-left: .5vw;
    }

    .weather-date-container .date {
        font-size: 5vh;
        line-height: 5vh;
    }

    .weather-date-container .time {
        font-size: 3vh;
        line-height: 4vh;
    }

    .weather-date-container .temp {
        font-size: 5vh;
        line-height: 9vh;
        float: right;
    }


.weather-icon {
    width: 3vw;
    height: 9vh;
    margin-right: 1vw;
    float: right;
    font-size: 5vh;
    line-height: 9vh;
}

.weather-icon .wi {
    line-height: 9vh;
}