﻿.tvtStatus-page-grid-mobile {
    -ms-grid-rows: 84px calc(100% - 255px);
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-rows: auto calc(100% - 255px);
    grid-template-columns: 1fr;
    height: 100%;
    width: 100%;
    position: fixed;
    -moz-align-content: flex-start;
    -o-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

    .tvtStatus-page-grid-mobile.closed {
        width: 0;
    }

.tvtStatus-page-grid-header-mobile {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    width: 100%;
    padding: 5px;
    padding-top: 8px;
}

.tvtStatus-page-grid-body-mobile {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.tvtStatus-page-container-mobile {
    -webkit-transition: ease-in 250ms;
    -moz-transition: ease-in 250ms;
    -ms-transition: ease-in 250ms;
    -o-transition: ease-in 250ms;
    transition: ease-in 250ms;
    width: 100%;
    background-color: whitesmoke;
    height: 100%;
    overflow-y: auto;
}

.tvtStatus-roadway-list-container-mobile {
    -webkit-transition: ease-in 250ms;
    -moz-transition: ease-in 250ms;
    -ms-transition: ease-in 250ms;
    -o-transition: ease-in 250ms;
    transition: ease-in 250ms;
    width: 100%;
    background: white;
    height: 100%;
    overflow-y: auto;
}

.tvtStatus-list-select-mobile {
    width: 100%;
}

    .tvtStatus-list-select-mobile.closed {
        display: none;
    }

.tvtStatus-list-mobile {
    -webkit-transition: ease-in 250ms;
    -moz-transition: ease-in 250ms;
    -ms-transition: ease-in 250ms;
    -o-transition: ease-in 250ms;
    transition: ease-in 250ms;
    position: relative;
    overflow-y: auto;
    height: 93%;
    width: 100%;
    padding: 8px;
}

.tvtStatus-list-item-mobile {
    background: white;
    margin-bottom: 20px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 0 1px #000000,0 2px 4px 0 #000000;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 2px 4px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: 0 0 0 1px #000000,0 2px 4px 0 #000000;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 2px 4px 0 rgba(0,0,0,.14);
    box-shadow: 0 0 0 1px #000000, 0 2px 4px 0 #000000;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 2px 4px 0 rgba(0, 0, 0, .14);
}

    .tvtStatus-list-item-mobile.selected {
        border: 2px orange solid;
        border: 2px rgba(255,165,0,1) solid;
    }

.selected-tvtStatus-mobile {
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #fff;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 0 1px #000000,0 2px 4px 0 #000000;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 2px 4px 0 rgba(0,0,0,.14);
    -webkit-box-shadow: 0 0 0 1px #000000,0 2px 4px 0 #000000;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 2px 4px 0 rgba(0,0,0,.14);
    box-shadow: 0 0 0 1px #000000, 0 2px 4px 0 #000000;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 2px 4px 0 rgba(0, 0, 0, .14);
    text-align: center;
}

.tvtStatus-roadway-list-mobile {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tvtStatus-roadway-item-mobile.selected {
    text-decoration: none !important;
    color: inherit;
    background-color: orange;
    background-color: rgba(255,165,0,.25);
    font-weight: bold;
}

.tvtStatus-roadway-item-link-mobile {
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    -webkit-user-drag: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    height: 25px;
    color: inherit;
    text-decoration: none !important;
}

a.tvtStatus-roadway-item-link-mobile:hover {
    text-decoration: none !important;
    color: inherit;
    background-color: orange;
    background-color: rgba(255,165,0,.15);
}

a.tvtStatus-roadway-item-link-mobile.selected {
    text-decoration: none !important;
    color: inherit;
    background-color: orange;
    background-color: rgba(255,165,0,.25);
}

.tvtStatus-roadway-icon-mobile {
    -webkit-flex: 0 0 18px;
    -ms-flex: 0 0 18px;
    -o-flex: 0 0 18px;
    flex: 0 0 18px;
    height: 18px;
    padding-left: 15px
}

    .tvtStatus-roadway-icon-mobile img, .tvtStatus-roadway-icon-mobile svg {
        height: 18px;
        width: 18px
    }

.tvtStatus-roadway-label-mobile {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 6px;
    height: 18px;
}
