﻿
h5 {
    font-weight: bold;
}

.svgBody {
    fill: white;
}

.svgCheck {
    fill: white;
}

.svgCheckSelected {
    fill: black;
}
/* The header of EV Calc contains sliders*/
.top-grid {
    color: #726f6f;
    padding-top: 10px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
}

.ev-slider {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}


/* Body of the EV calc*/
.content-EV {
    color: black;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75em;
}

/* Upper part of the body */
.content-EV-main {
    font-size: 0.75em;
    padding-bottom: -10px;
}

.carouselimage {
    max-height: 80px;
    margin: auto;
    display: block;
}

/* Name of the car underneath the drag and drop box*/
#car-name {
    text-transform: uppercase;
    text-shadow: 0px 4px 6px DarkGray;
    font-weight: bold;
    color: #fff;
    font-size: large;
    text-align: center;
}


/* LIst of the cars coming from knockout.js*/
.car-list {
    color: Black;
    text-align: center;
    float: left;
    padding-top: 5px;
    position: relative;
}

/* Item in the list of cars */
.item-car {
    background: #fff;
    float: right;
    padding: 5px;
    margin: 5px;
    cursor: move;
    height: 60%;
    width: 10%;
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}

/* Restyling the twitter table*/
.table-hover {
    color: #726f6f;
}

    .table-hover tr:hover {
        color: Black;
    }

.table {
    font-size: 1em;
    font-weight: bold;
}

.table-number {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

/*result section top padding*/
.results {
    padding-top: 2px;
}

/*Text note for the warning about charging for the car*/
.note-text {
    color: #f00;
    font-size: 0.75em;
    font-weight: bold;
    font-family: Arial;
}

.top-note {
    height: 20px;
}

/* The container of the car, holds big image of the car */
#car-container {
    overflow: hidden;
    border: 8px solid #666;
    -webkit-border-radius: 0 .5em 0 0;
    -moz-border-radius: 0 .5em 0 0;
    border-radius: 0 .5em 0 0;
    background: #fff;
    /*text*/
    text-transform: uppercase;
    /*text-shadow: 0px 4px 6px DarkGray;*/
    font-weight: bold;
    color: #787878;
    font-size: large;
    text-align: center;
}

/* Big numbers highlighted*/
.number-show {
    font-family: sans-serif;
    text-align: center;
    display: inline-block;
    width: 65px;
    font-size: 1.5em;
    font-weight: bold;
    background-color: white;
    color: black;
    padding: 3px 7px 3px 7px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px black;
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px black;
    margin: 0px 4px 0px 4px;
}

/* Toggle button color*/
.btn.btn-small.active {
    background: #AAE9AA;
}

/*Back ground image for bottom sliders*/
#offPeakSlider.ui-slider-horizontal .ui-state-default {
    background: white url(images/EVCalc/Plug.png) no-repeat scroll 35% 35%;
    padding: 2px 2px 4px 2px;
}

.hMpgSlider.ui-slider-horizontal .ui-state-default {
    background: white url(images/EVCalc/hybridMiles.png) no-repeat scroll 35% 35%;
    padding: 2px 2px 4px 2px;
}

.costPerGallonSlider.ui-slider-horizontal .ui-state-default {
    background: white url(images/EVCalc/gascan.png) no-repeat scroll 35% 35%;
    padding: 2px 2px 4px 2px;
}

.mpgSlider.ui-slider-horizontal .ui-state-default {
    background: white url(images/EVCalc/milesPerGal.png) no-repeat scroll 35% 35%;
    padding: 2px 2px 4px 2px;
}

.mpdSlider.ui-slider-horizontal .ui-state-default {
    background: white url(images/EVCalc/MilesPerDay.png) no-repeat scroll 35% 35%;
    padding: 2px 2px 4px 2px;
}

.ui-slider-range.ui-widget-header.ui-slider-range-min {
    background: #AAE9AA;
}

/* Size of the Jquery ui-slider*/
.ui-slider {
    font-size: x-large;
}

/* style of the Jquery ui spinner*/
.ui-spinner {
    background: #4e4c4c;
    border-color: #4e4c4c;
    font-size: 1.5em;
}

/*Hiding the spinner arrows*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.components {
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}

.rateOfChoice {
    color: #808080;
}

.rate-comboBox {
    background-color: #DDCCCC;
    border: 3px solid #cccccc;
    font-size: 1.1em;
}

.car-img-center {
    margin-left: auto;
    margin-right: auto;
}

.ui-slider .ui-slider-handle {
    z-index: 2;
    width: 1.5em;
    height: 1.5em;
}


.peakSliderSingle .slider-track-high {
    background: indianred;
}


.peakSliderMultiple .slider-track-low {
    background: #8dc63f;
}

.peakSliderMultiple .slider-selection {
    background: darkorange;
}

.peakSliderMultiple .slider-track-high {
    background: indianred;
}

.peakSliderMultiple .min-slider-handle {
    background-image: linear-gradient(to right,lightgreen,green 100%) !important;
    z-index: 2;
}

.peakSliderMultiple .max-slider-handle {
    background-image: linear-gradient(to right,indianred,indianred 100%) !important;
    z-index: 1;
}

.peakSliderMultiple > .slider-horizontal > .tooltip.top {
    padding-top: 8px;
}

.peakSliderMultiple > .slider-horizontal > .tooltip-main {
    display: none !important;
}

.peakSliderMultiple > .slider-horizontal > .tooltip-min {
    display: none !important;
}


.peakSliderMultiple > .slider-horizontal > .tooltip-max {
    display: none !important;
}

.peakSliderMultiple > .slider-horizontal > .tooltip-min > .tooltip-inner {
    color: green;
    background-color: white;
    font-weight: bolder
}

.peakSliderMultiple > .slider-horizontal > .tooltip-max > .tooltip-inner {
    color: #a41f1f;
    background-color: white;
    font-weight: bolder
}


.peakSliderMultiple > .slider-horizontal > .tooltip-min > .tooltip-arrow, .peakSliderMultiple > .slider-horizontal > .tooltip-max > .tooltip-arrow {
    display: none !important;
}



.peakSliderMultiple > .slider-horizontal > .slider-track > .overlap {
    border: 4px;
    border-style: solid;
    border-color: #3978fa !important;
}



.ev-content-header {
    text-align: center;
    font-size: 1.35em;
    font-weight: normal;
    padding: 4px 0 3px 0;
    color: black;
    border-bottom: none
}

.section-border {
    border: solid;
    border-color: #dbdbdb;
    border-radius: 5px;
    border-width: 2px;
}

.border-margin {
    margin-right: 25px;
}

.content-background {
/*    background-color: #f2f2f2;*/
    padding: 30px;
}

.border-margin-bottom {
    margin-bottom: 25px;
}

.car-card {
    background-color: #ffffff;
    cursor: pointer;
    margin: 10px;
}

.selected-ev {
    border-color: red;
}

.slider-label {
    color: black;
    font-size: 1.35em;
    font-weight: normal;
    text-transform: none;
}

.peakSliderSingle .min-slider-handle {
    background-image: linear-gradient(to right,lightgreen,green 100%) !important;
    z-index: 2;
}

.peakSliderSingle .slider-selection {
    background: #8dc63f;
}

.drate-calc-box-header {
    font-size: 1.05em;
    min-height: 2em;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #007f7a;
    color: white;
}

.drate-calc-box {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
    transition: box-shadow 0.3s;
    transition-property: box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    background: white;
}

.drate-calc-box-body {
    font-size: 1.25em;
    min-height: 4.2em;
}

.car-box-text {
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .nav-section {
        display: none;
    }


    .section-border {
        border-radius: 0;
        border-width: 0;
    }

    .icon {
        font-size: 50px;
    }

    .current-select {
        background-color: #ffffff !important;
        color: #1F2C33 !important;
    }
}

@media screen and (max-width: 445px) {
    .car-box-text {
        font-size: 10px;
    }

    .ev-calc-button {
        border-radius: 1rem;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
    }
}

@media screen and (max-width: 395px) {
    .ev-calc-button {
        border-radius: 1rem;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        font-weight: bold;
    }
}

.mobile-selector {
    max-width: 85px;
    background-color: rgba(253, 126, 20, 0.8);
    color: white;
}

.results-nav {
    display: none;
}

    .reset-button button {
        border-color: white;
        color: white;
    }



/*@media screen and (min-width: 992px) {
    .nav-section-mobile {
        display: none;
    }

    .current-select {
        background-color: #ffffff;
        border-top: 2px solid !important;
        border-bottom: 2px solid !important;
        border-top-color: #8cd3ff !important;
        border-bottom-color: #8cd3ff !important;
        color: #1F2C33;
       
    }
}*/

.icon {
    font-size: 75px;
}


.nav-section {
    background-color: rgba(253, 126, 20, 0.8);
    color: white;
}
.nav-section-mobile {
    background-color: rgba(253, 126, 20, 0.8);
    color: white;
}
.flex-item {
    flex: 1 1 0
}

.setting-pointer {
    cursor: pointer;
}

.arrow-class {
    position: absolute;
    right: 0;
    top: 45%;
    font-size: 25px;
}

.border-top {
    border-top: 1px solid;
    border-color: #f2f2f2;
}

.border-bottom {
    border-bottom: 1px solid;
    border-color: #f2f2f2;
}

.nav-section-item {
    padding: 15px;
}

.inline-display {
    display: inline-block;
}

.img-font {
    font-size: 16px;
}



.ev-calc-button {
    border-radius: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;

}

.center-content {
    margin-right: auto;
    margin-left: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(140, 211, 255, 0.4);
    border-radius: 5px;
    border-width: 2px;
}


.overlay-text {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 25px;
    padding: 10px;
}

.tableFade {
    opacity: 0.1;
}

.image-center {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.tco-disclaimer {
    font-size: .75rem;
}

.close-window {
    font-size: 1.5rem;
    color: #16556E;
}

.station-name {
    font-size: 16px;
}

.station-address {
    font-size: 14px;
}

.station-border {
    border-bottom: 1px solid rgba(253, 126, 20, 0.8);
}

.map-toggle-text {
    font-size: 20px;
    color: rgba(140, 211, 255);
}

.results-row {
    padding-top: 1em;
    font-size: 1.0em;
    color: #C04E00;
}

.spc-content {
    padding-top:1.0em;
}