﻿html {
    font-size: 14px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

/** for share popup */
html, body {
    width: 100%;
    height: 100%;
}

.footer {
    margin-top: 50px;
    text-align: center;
}

.search-again {
    padding: 10px;
    text-align: center;
}

#search-again-results {
    padding: 10px;
    margin-top: 5px;
    text-align: center;
}


#overlay-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 5;
    display: none;
}

#overlay {
    position: absolute;
    top: 40px;
    left: 36%;
    width: 500px;
    height: 80px;
    border: 1px solid black;
    border-radius: 5px;
    z-index: 10;
    display: none;
    background-color: white;
}

#share-title {
    color: black;
    margin-bottom: 5px;
}

#share-text-link {
    display: none;
}

/** Social Button CSS **/
.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.1em 0.6em;
    outline: none;
    text-align: center;
    font-size: 0.9em;
    margin: 0 0.2em;
}

    .share-btn:focus,
    .share-btn:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .share-btn:active {
        color: #e2e2e2;
    }

    .share-btn.twitter {
        background: #000000;
    }

        .share-btn.twitter img {
            height: 18px;
        }

    .share-btn.google-plus {
        background: #dd4b39;
    }

    .share-btn.facebook {
        background: #3B5998;
    }

    .share-btn.stumbleupon {
        background: #EB4823;
    }

    .share-btn.reddit {
        background: #ff5700;
    }

    .share-btn.hackernews {
        background: #ff6600;
    }

    .share-btn.linkedin {
        background: #4875B4;
    }

    .share-btn.email {
        background: #444444;
    }


/** end of share popup stuff */



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Arial;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.navbar-light, .nav-link, .navbar-brand {
    color: white !important;
}

.navbar-brand {
    font-size: 22px;
}

nav {
    background-color: #26aa30 !important;
}

.header {
    background-color: #26aa30;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    width: 100%;
    min-height: 50px;
}

#header-inner {
    height: 100%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header div {
    width: 33%;
}

#header-left {
    padding-left: 10px;
}

#header-right {
    width: 33%;
    text-align: right
}

    #header-left a, #header-right a {
        color: white;
        font-size: 16pt;
    }

        #header-left a:hover, #header-right a:hover {
            color: #bcbcbc;
        }


#home-outer {
    position: relative;
    padding-top: 25px;
    height: 900px;
    width: 100%;
    text-align: center;
}

/*#home-outer-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/images/evr-back-1800.jpg') center center;
    opacity: .4;
    width: 100%;
    height: 100%;
}*/

    #home-outer::before {
        content: "";
        background-image: url('/images/evr-back-1800.jpg');
        background-repeat: repeat-x;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.4;
    }


/*.home-menu-box {
    background-color: #26aa30;
    color: white;
    border-radius: 7px;
    width: 250px;
    height: 185px;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

#need-api-key {
    position: relative;
    font-weight: bold;
    font-size: 13pt;
}

    #need-api-key a {
        color: black;
        text-decoration: underline;
    }

    #home-menu-outer {
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        position: relative;
        height: 700px;
    }

.home-menu-box {
    position: absolute;     /* had to make position absolute - otherwise it wasn't opaque (saw background)  */
    left: 0px;
    background-color: #26aa30;
    color: white;
    border-radius: 7px;
    width: 275px;   /* 250px working*/
    height: 185px;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .home-menu-box a, #beta-test-link-box a {
        color: white;
    }


#passenger-box {
    top: 0px;
}

#truck-box {
    top: 210px;
}

#charging-box {
    top: 420px;
}

#beta-test-link-box {
    position: absolute; /* had to make position absolute - otherwise it wasn't opaque (saw background)  */
    left: 0px;
    top: 630px;
    background-color: #26aa30;
    color: white;
    border-radius: 7px;
    width: 275px;
    height: 30px;
    margin: 20px auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#beta-test-signin-intro {
    width: 450px;
    text-align: center;
}

.home-menu-box span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.home-menu-box:hover, #beta-test-link-box:hover {
    background-color: #92b895;
    cursor: pointer;
}

hr {
    margin: 2px;
}

#choose-option h2 {
    color: black;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}


#results {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

a {
    text-decoration: none;
}

#results a {
    color: black;
}

.result {
    padding: 5px;
    font-weight: bold;
}

    .result:hover {
        background-color: #dedede;
    }

.submit {
    width: 100%;
    color: white;
    background-color: #26aa30;
    font-size: 14pt;
    padding: 7px;
    border: none;
}

#submit-box {
    margin: 100px auto 10px auto;
    width: 70%;
}

.submit:hover {
    background-color: #92b895;
}

.pulldown-label, .more-menu-item {
    font-weight: bold;
    text-align: center;
    width: 70%;
    background-color: #26aa30;
    color: white;
    margin: 10px auto 10px auto;
    padding: 5px;
    font-size: 14pt;
    text-transform: uppercase;
}

.more-menu-item {
    padding: 15px 5px 15px 5px;
    margin: 20px auto 20px auto;
}

select {
    width: 100%;
}

select, .pulldown-field {
    height: 30px;
    color: black;
    margin: 0px auto 35px auto;
}

.pulldown-field {
    width: 70%;
    margin: 0px auto 35px auto;
}

#truck-select-option {
    margin-top: 25px;
    margin-bottom: 25px;
}

.truck-search-button {
    text-align: center;
    width: 70%;
    background-color: #26aa30;
    color: white;
    margin: 15px auto 15px auto;
    padding: 5px;
    font-size: 16pt;
}

    .truck-search-button:hover {
        background-color: #92b895;
        cursor: pointer;
    }

#submitTruckSearch {
    display: none;
}

#disclosure {
    font-size: 9pt;
    width: 70%;
    margin: 15px auto 15px auto;
}

#iframe-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 700px;
}

#pdf-viewer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 700px;
}

#pdf-viewer-ios {
    display: none;
}

#coming-soon {
    position: fixed;
    top: 100px;
    left: 50%;
    width: 300px;
    margin-left: -150px; /* Half of the width */
    border: 1px solid black;
    background-color: #fefefe;
    text-align: center;
    padding: 15px;
    display: none;
}

#coming-soon-btn {
    background-color: #26aa30;
    color: white;
}

#beta-test-signin {
    margin: 5px auto 20px auto;
    width: 203px;
}

#userid {
    width: 203px;
}

#form-msg {
    margin-left: auto;
    margin-right: auto;
    color: red;
}

#beta-signin-cmd-outer {
    text-align: center;
    margin-top: 18px;
}

#beta-signin-cmd {
    
}

#energy-options {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#energy-options-inner {
    width: 100%;
}

#license-plate-outer {
    text-align: center;
}

#license-plate {
    width: 250px;
}

    #license-plate img {
        width: 250px;
    }

#up-arrow {
    color: red;
    font-size: 22pt;
    padding-top: 0px;
    margin-bottom: 10px;
    margin-left: 170px;
    height: 22px;
    line-height: 22px;
}

#license-plate-sticker-text {
    width: 190px;
    text-align: center;
    font-size: 9pt;
    padding-top: 0px;
    font-weight: bold;
}


#energy-options-middle {
    display: inline-block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#energy-options-left, #energy-options-right {
    width: 47px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.energy-options-left-item, .energy-options-right-item {   
    height: 35px;
    text-align: left;
    margin-top: 15px;
}

.energy-options-left-item {
    width: 40px;
}

.energy-options-right-item {
    width: 47px;
}

.energy-options-left-item img, .energy-options-right-item img {
        height: 35px;
    }

.diesel-icon {
    background-color: #949494;
    border: 1px solid black;
}

#gas-left {
    background-color: #bf2126;
}

#natural-gas-left {
    background-color: #548235;
    border: 1px solid black;
}

#high-voltage-left {
    background-color: #f2af1d;
}


.energy-button {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    font-size: 12pt;
    text-align: center;
    margin-top: 15px;
}

    .energy-button:hover {
        background: conic-gradient(#232323 0deg 360deg) !important;
        color: white !important;
        cursor: pointer;
    }

    #diesel-btn {
        color: white;
        background-color: #949494;
        border: 1px solid #949494;
    }
#gas-btn {
    color: white;
    background-color: #a30000;
    border: 1px solid #a30000;
}

#natural-gas-btn {
    color: white;
    background-color: #548235;
    border: 1px solid #548235;
}

#hybrid-btn {
    color: white;
    background: conic-gradient(#d9a300 0deg 180deg, #a30000 180deg 360deg);
    border: 1px solid black;
}

#high-voltage-btn {
    color: white;
    background-color: #d9a300;
    border: 1px solid #d9a300;
}

#hydrogen-btn {
    color: white;
    background-color: #0096cc;
    border: 1px solid #0096cc;
}


    #diesel-right {
        transform: rotate(45deg);
        height: 25px;
        width: 25px;
        margin-top: 20px;
        margin-left: 13px;
    }

#gas-right {
    margin-top: 20px;
}

#natural-gas-right {
    background-color: #548235;
}

    .back-to-guides {
        color: white;
        background-color: #70ad47;
        border: 1px solid #70ad47;
        width: 210px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

#userid-required-msg {
    display: none;
    color: red;
}

#white-paper-outer {
    border: 1px solid black;
    margin-top: 30px;
    width: 350px;
    padding: 5px;
    position: relative;
}

#white-paper-outer-top {
    text-align: center;
}

#sample-text {
    transform: rotate(-35deg);
    color: black;
    font-size: 54pt;
    position: absolute;
    top: 250px;
    left: 35px; /*37%;*/
    font-family: 'Arialic Hollow';
    font-weight: bold;
    opacity: 50%;
}

#home-icon {
    height: 25px;
    margin-right: 10px;
}

.imageUrl {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: 'Arialic Hollow';
    src: url('/fonts/ArialicHollow.woff2') format('woff2'), url('/fonts/ArialicHollow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

