@import url('https://fonts.googleapis.com/css?family=Pacifico|Ubuntu');

.adminNav {
    display: none;
}

body, html, .mainContentWrapper {
    max-width: 100vw;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    background-color: rgb(255, 255, 255);
    background-image: url('../images/webimages/Background.jpg');
    background-position: center;
    background-size: 30vh;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
}

* {
    font-family: 'Ubuntu', sans-serif;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    color: rgb(255, 255, 255);
    z-index: 999;
}

    footer > div {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.80);
        width: 100%;
    }

    footer.row {
        margin: 0;
    }

    footer .progressbar {
        width: 0;
        background-color: #00ff21;
        height: 3px;
        position: absolute;
        z-index: 99999;
        padding-bottom: 0;
    }

.appTitle {
    display: inline-block;
    float: left;
    font-size: 20px;
}

    .appTitle span {
        font-family: 'Pacifico', cursive;
    }
h1, .h1 {
    font-size: 20px;
}
footer .getDateTime {
    font-size: 21px;
    line-height: 30.6px;
    margin-top: 11px;
    margin-bottom: 10px;
    text-align: right;
}

.burgerMenu {
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.bar1, .bar2, .bar3 {
width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.categoryMenu {
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 51px;
    width: 100%;
    -webkit-transition: height 2s; /* Safari */
    transition: height 2s;
    z-index: 9999;
}

    .categoryMenu.change {
        height: auto;
    }

    .categoryMenu li {
        list-style: none;
        text-align: right;
        width: 85%;
        background-color: rgba(0, 0, 0, 0.80);
        border-bottom: solid 2px rgba(255, 255, 255, 0.80);
    }

        .categoryMenu li a {
            color: rgb(255, 255, 255);
            display: block;
            padding: 10px;
            width: 100%;
        }

            .categoryMenu li a:hover {
                text-decoration: none;
            }

        .categoryMenu li:hover {
            background-color: rgba(255, 255, 255, 0.80);
            border-bottom: solid 2px rgba(0, 0, 0, 0.80);
        }

            .categoryMenu li:hover a {
                color: #000000;
            }

.sign-in-form {
    width: 400px;
    margin: auto;
    margin-top: 70px;
    padding: 30px;
    background-color: rgb(255, 255, 255);
    border: solid 1px rgba(0, 0, 0, 1);
}

.sign-in-btn {
    margin-bottom: 30px;
}

#mainPanelView {
    width: 100%;
    height: calc(100% - 69px);
    overflow: hidden;
}

.pdfViewer {
    width: 100%;
    min-height: 100%;
    overflow: visible;
}

#mainPanelView.signinPanel {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
}

.galleryViewer {
    position: relative;
    width: 100%;
    height: 100%;
}

.galleryViewer2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
}

.galleryViewerDesc {
    padding: 20px 80px;
    background-color: rgba(255, 255, 255, 0.65);
    overflow: auto;
    z-index: 9;
    max-width: 80%;
    margin: auto;
    text-align: center;
}

.sliderList {
    width: 100% !important;
    position: relative;
    height: 100%;
}

    .sliderList ul {
        width: 100%;
        position: relative;
        height: 100%;
        list-style: none;
    }

    .sliderList li {
        width: 100vw;
        min-height: calc(100vh - 50px);
        background-size: contain;
        background-position: center;
        float: left;
        background-repeat: no-repeat;
    }

.videoPanel {
    width: 100%;
    height: calc(100% - 58px);
    border: none;
}

.PDF2View {
    width: 100%;
}

.PDF2ViewDiv {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: rgb(82, 86, 89);
    align-self: center;
}

.PDF3ViewDiv {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: rgb(82, 86, 89);
    align-self: center;
}

    .PDF3ViewDiv .PDF2View {
        width: auto;
        margin: auto;
    }

.pdfMode {
    background-color: rgb(82, 86, 89);
}

.PDF1View {
    width: 100%;
}

.PDF3View {
    width: 33.333333%;
}

.busbaywrapper {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    height: 100% !important;
}
    .busbaywrapper.frame{
        width: 75% !important;
        float: left;
    }
        .busbaywrapper.frame iframe{
            width: 100%;
            height: 100%;
        }

        .busbay {
            width: 100%;
            height: 100%;
            padding: 10px;
            display: flex;
            align-content: center;
            align-items: center;
            align-self: center;
        }

            .busbay:nth-child(1), .busbay:nth-child(2) {
                background-color: #3d5931;
                color: rgb(255, 255, 255);
            }

    .busbay:nth-child(3) {
        background-color: #e2d2b0;
    }

    .busbay:nth-child(4) {
        background-color: #83161a;
        color: rgb(255, 255, 255);
    }

    .busbay > div > h2:first-child {
        text-align: right;
        
    }

    .busbay > div {
        display: inline;
        width: 33%;
        text-align: center;
    }

.gates {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
}

    .gates div {
        display: block;
        width: 100%;
        flex-direction: column;
    }

.readyroute {
    padding: 10px 0;
    width: 25%;
    height: 100% !important;
    float: right;
}
.readyroute > div{
    height: calc(100% - 20px);
    overflow: hidden;
}
    .readyroute .readySentBus {
        padding: 3px;
        width: 100%;
        overflow: hidden;
        background-color: #83161a;
    }
        .readyroute .readySentBus:nth-child(2n+1) {
            background-color: #e2d2b0;
           color: #000 !important;
        }
        .readyroute .readySentBus h2 {
            font-size: 14pt;
            text-align: center;
            color: #fff;
            padding: 6px;
        }
        .readyroute .readySentBus:nth-child(2n+1) h2 {
            background-color: #e2d2b0;
            color: #000 !important;
        }
        .readyroute .readySentBus h2:first-child {
            font-weight: bold;
        }
            .readyroute p {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
    }