/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#tankbeer-form .row{
    display:flex;
    flex-wrap: wrap;
}
#tankbeer-form .col{
    flex:50%;
    margin-bottom:1rem;
}
#tankbeer-form .col-3{
    flex:33%;
}

datalist {
    position: absolute;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
}

datalist option {
    font-size: 1.5rem;
    padding: 0.3em 1em;
    background-color: var( --e-global-color-primary );
    color:#fff;
    cursor: pointer;
}

/* active option styling */
datalist option:hover, datalist option:focus {
    color: #fff;
    background-color: #036;
    outline: 0 none;
}



.subtitlecenter{
    text-align: center !important;
}

.formdivider{
    height: 35px !important;
}

.formhrdivider{
    margin: 40px 0px 30px 0px !important;
}

body {
    margin: 0;
    padding: 0;
}

.header-container {
    display: inline;
}

.header {
    background-color: #1a1a1a;
    height: 100px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.header img{
    position: absolute;
    left: 70%;
}

@media only screen and (max-width: 1800px) {
    .header img{
        left: 80%;
    }
}

@media only screen and (max-width: 750px) {
    .header img{
        display: none;
    }
}

.header h1 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #fbc000;
    height: 100px;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
}

.submitbtn{
    color: #333333!important;
    background-color: #fbc000 !important;
    border-color: #fbc000 !important;
    border-width: 2px;
    width: 250px;
}

.submitbtn:hover{
    color: #333333!important;
    background-color: #ffffff !important;
}

.resultsummarywrapper{
    display: inline-grid;
}

.resultsummary{
    display: inline-block;
    text-align: center;
    float: left;
    clear: both;
}

.resultsummary span{
    font-size: 40px;
    font-weight: bold;
}

.roiresult{
    text-align: right;
}

.disclaimer{
    font-style: italic;
    font-size: 13px;
}

.disclaimer .datetime{
    float: left;
}

.disclaimer .text{
    float: right;
}

.imageresultswrapper{
    display: flex;
    margin-top: 40px;
}

.imageresultswrapper .column{
    flex: 50%;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .imageresultswrapper{
        display: block !important;
    }

    .imageresultswrapper .co2reductionresult img{
        margin-top: 0px !important;
    }

    .imageresultswrapper .moneyresult .text{
        top: 59% !important;
        left: 50% !important;
    }

    .imageresultswrapper .co2reductionresult .text{
        top: 32% !important;
        left: 52% !important;
    }

    .resultsummarywrapper{
        width: 100% !important;
    }
}

@media only screen and (max-width: 577px) {
    .imageresultswrapper .co2reductionresult img{
        width: 100% !important;
    }

    .imageresultswrapper .column .text{
        font-size: 28px !important;
    }
}

.imageresultswrapper .co2reductionresult img{
    height: 540px;
    margin-top: -160px;
}

.imageresultswrapper .moneyresult .text{
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #212529;
}

.imageresultswrapper .co2reductionresult .text{
    position: absolute;
    top: 3%;
    left: 48%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.imageresultswrapper .column .text{
    font-size: 35px;
    font-weight: bold;
}

.chartrow:after {
    content: "";
    display: table;
    clear: both;
}

.chartcolumn {
    float: left;
    width: 45%;
}

.progress-bar{
    background:gray;
    width:80%;
    height:20px;
    border-radius:5px;

}
.progress-bar div{
    height:20px;
    border-radius:5px;
    width:0%;
    background-color:red;

}
.progress-bar div span{
    height:50px;
    width:50px;
    border-radius:50%;
    background:transparent;
    float:right;
    margin-top:-15px;
    margin-right:-20px;
    color:#ffffff;
    display:flex;
    align-items: center;
    justify-content:center;
    font-size:1.5rem;

}

.savings-per-year{
    background-color:#e91e63 !important;
    animation: savings-per-year 1s linear forwards;
}
.savings-per-year span{
    border:1px solid #e91e63 !important;
}

.co2_kg{
    background-color:green !important;
    animation: co2_kg 1s linear forwards;
}
.co2_kg span{
    border:1px solid green !important;
}




@media screen and (max-width: 980px) {
    .chartcolumn {
        width: 100%;
    }
}
/*
     FILE ARCHIVED ON 16:48:12 Sep 10, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:34:01 Feb 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.854
  exclusion.robots: 0.102
  exclusion.robots.policy: 0.089
  esindex: 0.011
  cdx.remote: 14.401
  LoadShardBlock: 1308.213 (3)
  PetaboxLoader3.datanode: 1235.484 (4)
  PetaboxLoader3.resolve: 75.724
  load_resource: 32.012
*/