.EvClear
{
    clear: both;
}

.EvHr
{
    border-top: 1px solid #D5D5D5;
    margin-bottom: 10px !important;
    margin-top: 35px !important;
}

.EnergieVergelijkerLoader, .EnergieVergelijkerLoader2
{
    height: 100%;
    text-align: center;
    width: 100%;
}

.EnergieVergelijkerLoader
{
    display: none;
}

.EnergieVergelijkerLoader img, .EnergieVergelijkerLoader2 img
{
    animation: load-animation 3s infinite;
    height: 100px;
}

.EnergieVergelijkerLoader i, .EnergieVergelijkerLoader2 i
{
    animation-name: load-animation-rotate;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    color: #87C232;
}

@keyframes load-animation
{
    0%
    {
        filter: grayscale(0%);
    }
    50%
    {
        filter: grayscale(100%);
    }
    100%
    {
        filter: grayscale(0%);
    }
}

@keyframes load-animation-rotate
{
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.EvStepIndicatorContainer
{
    background-color: #F8F8F8 !important;
    padding: 15px 0 15px 0;
    text-align: center;
    width: 100%;
}

.EvStepIndicatorBlock
{
    display: inline-block;
    width: 120px;
}

.EvStepIndicatorCircle
{
    background-color: #1E2329 !important;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10pt;
    font-weight: 500;
    height: 37px;
    line-height: 37px;
    margin: 0;
    width: 37px;
}

.EvCurrentStep .EvStepIndicatorCircle
{
    background-color: #87C232 !important;
    color: #FFFFFF;
}

.EvStepIndicatorText
{
    font-size: 9pt;
    padding-top: 10px;
    width: 100%;
}

.EvCurrentStep .EvStepIndicatorText
{
    color: #87C232;
}

.EvStepIndicatorConnector
{
    background-color: #1E2329 !important;
    display: inline-block;
    height: 2px;
    margin: 0px -82px 45px -46px;
    width: 152px;
}

.EvStepIndicatorConnector.EvCurrentStep
{
    background-color: #87C232 !important;
}

#EvContainerLeft
{
    float: left;
    height: 100%;
    margin: 0 5% 0 0;
    width: 50%;
}

#EvContainerRight
{
    background-color: #F8F9FA !important;
    float: right;
    height: 100%;
    margin: 50px 0 0 0;
    width: 45%;
}

#EnergieVergelijkerContainer
{
    float: left;
    width: 100%;
    padding: 25px 0 25px 0;
}

#EnergieVergelijkerOfferContainer
{
    background-color: #FFFFFF !important;
    display: none;
    width: 100%;
}

#EnergieVergelijkerOfferContainer .EvOfferPanel
{
    background-color: #F8F8F8 !important;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 40px 40px 40px 40px;
    width: 100%;
}

.EvPriceStructurePanelOverlay
{
    background-color: #000000 !important;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199;
}

.ButtonCloseEvPriceStructurePanel
{
    cursor: pointer;
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
}

.EvPriceStructurePanel
{
    background-color: #FFF !important;
    display: none;
    height: 50vh;
    left: calc((100% - 600px)/2);
    max-height: calc(100vh - 100px);
    max-width: 90%;
    overflow-y: scroll;
    padding: 10px;
    position: fixed;
    top: 25vh;
    width: 600px;
    z-index: 200;
}

.EvGreyPanel
{
    background-color: #F8F8F8 !important;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    margin-bottom: 50px;
    text-align: left;
    padding: 50px 50px 50px 50px;
    width: 100%;
}

.EvGreyPanel h3
{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.EvAvgCostsMonth
{
    clear: both;
    color: #87C232;
    font-size: 1.2em;
    font-weight: bold;
}

.EvAvgCostsMonth span
{
    float: right;
}

.EvAvgCostsYear
{
    clear: both;
    font-weight: bold;
}

.EvAvgCostsYear span
{
    float: right;
}

.ButtonOpenPriceStructure
{
    background-color: transparent;
    border: 1px solid #87C232;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: 25px 0 25px 0;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    
}

.ButtonOpenPriceStructure:hover, .ButtonOpenPriceStructure:active
{
    color: #000000 !important;
}

#EnergieVergelijkerContainer #ErrorBox
{
    background-color: #FF4400 !important;
    border: 1px solid #FF4400;
    color: #FFFFFF;
    display: none;
    margin: 30px 0 10px 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}

#EnergieVergelijkerContainer .inputError
{
    border: 1px solid #FF4400;
    color: #FF4400;
}

#EnergieVergelijkerContainer .inputLabelError
{
    color: #FF4400;
}

#EnergieVergelijkerContainer .inputTitleError
{
    color: #FF4400;
}

.SelectedOption
{
    background-color: #00FF00 !important;
    color: #FFFFFF;
}

.ResultCalculationSheet
{
    display: none;
}

.EvStepContainer
{
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.EvStepContainer h2
{
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 30px;
}

.EvStepContainer h3
{
    clear: both;
    font-size: 1.1rem;
    padding-bottom: 0;
}

.EvStepContainer h4, .EvStepContainer .h4
{
    font-size: 14px;
    font-weight: bold;
}

.EvStepContainer h4
{
    clear: both;
    margin: 0;
    padding: 10px 0 7px 0;
}

#EvStep1Container
{
}

#EvStep2Container
{
}

#EvStep3Container
{
}

#EvStep4Container
{
}

#EvStep1Container
{
    max-width: 1200px;
}

.EvButton
{
    background-color: #87C232 !important;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

.EvNextStepIntro
{
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.EvNextStepIntro span
{
    color: #87C232;
    margin: 0 10px 0 10px;
    text-transform: uppercase;
}

.EvNavButtonContainer
{
    clear: both;
    padding-top: 30px;
    width: 100%;
}

.EvNextButton
{
    background-color: #87C232 !important;
    border: 1px solid #87C232 !important;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
    text-transform: uppercase;
}

.EvBackButton
{
    background-color: #FFFFFF !important;
    border: 1px solid #87C232;
    color: #87C232;
    font-weight: bold;
    margin: 25px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.EvSelectButton
{
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-right: 5px;
}

.EvSelectButton2Container
{
    margin: 0;
}

.EvSelectButton2
{
    background-color: #F1F1F1 !important;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    color: #000000;
    float: left;
    font-size: 80%;
    margin-bottom: 15px;
    margin-right: 15px;
    min-width: 90px;
    max-width: 200px;
    padding: 10px 0 10px 0;
    position: relative;
    text-align: center;
    width: calc((100% - 45px) / 3);
}

.EvSelectButton2.EvBtn2
{
    max-width: 190px;
    width: calc((100% - 45px) / 2);
}

.EvSelectButton2.EvBtn3
{
    max-width: 170px;
    width: calc((100% - 45px) / 3);
}

.EvSelectButton2.EvBtn4
{
    max-width: 150px;
    width: calc((100% - 45px) / 4);
}

.EvSelectButton2.EvBtn5
{
    max-width: 150px;
    width: calc((100% - 45px) / 5);
}

#EvContainerResponsiveOfferToggle
{
    display: none;
}

.AdditionalInfoBox
{
    background-color: #FFF8E8 !important;
    border: 1px solid #7A7A7A;
    clear: both;
    display: none;
    font-size: 90%;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}

.AdditionalInfoBox p
{
    margin-bottom: 0;
}

.OfferTextBlock
{
    /*border: 1px solid #1E2329;*/
    clear: both;
    /*padding: 10px;*/
    margin-top: 20px;
    margin-bottom: 10px;
}

.OfferTextBlock p
{
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px)
{
    #EvContainerLeft
    {
        width: 100%;
    }

    #EvContainerRight
    {
        width: 100%;
    }

    #EvContainerResponsiveOfferToggle
    {
        background-color: #F8F8F8 !important;
        bottom: 0;
        display: block;
        height: 100px;
        left: 0;
        padding: 25px;
        position: fixed;
        text-align: center;
        width: 100%;
    }

    .ButtonToggleResponsiveOffer
    {
        background-color: #FFFFFF !important;
        border: 1px solid #87C232;
        color: #87C232;
        font-weight: bold;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .ButtonToggleResponsiveOffer:hover, .ButtonToggleResponsiveOffer:active
    {
        color: #000000;
    }
}

@media only screen and (max-width: 479px)
{
    .EvSelectButton2.EvBtn3
    {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .EvSelectButton2.EvBtn3
    {
        max-width: 102px;
        width: calc((100% - 45px) / 2);
    }

    .EvSelectButton2.EvBtn4
    {
        max-width: 102px;
        width: calc((100% - 45px) / 2);
    }

    .EvSelectButton2.EvBtn5
    {
        max-width: 102px;
        width: calc((100% - 45px) / 2);
    }

    .EvStepIndicatorConnector
    {
        width: 106px;
    }

    #EnergieVergelijkerOfferContainer .EvOfferPanel
    {
        padding: 15px;
    }

    #EnergieVergelijkerOfferContainer .EvOfferPanel h4
    {
        font-size: 14px !important;
        font-weight: bold;
    }

    .EvDark img
    {
        margin-top: 16px;
    }

    .EvDark span
    {
        text-align: center;
        width: 100%;
    }

    .EvGreyPanel
    {
        padding: 15px;
    }
    
    .ButtonToggleResponsiveOffer
    {
        font-size: 90%;
    }
}

.EvSelectButton2 .Caption
{
    display: block;
    float: left;
    font-size: 95%;
    height: 50px;
    line-height: 50px;
    padding-left: 5px;
}

@media only screen and (max-width: 559px)
{
    .EvSelectButton2 .ImgContainer
    {
        float: initial !important;
        margin: 0 auto !important;
    }
    .EvSelectButton2 .Caption
    {
        height: 25px;
        line-height: 25px;
        padding-left: 0;
        padding-top: 5px;
        text-align: center;
        width: 100%;
    }
}

.EvSelectButton2 .CaptionLarge
{
    display: block;
    font-size: 13px;
    line-height: 20px;
    min-height: 20px;
    min-width: 50px;
    width: 100%;
}

.EvSelectButton2:hover, .EvSelectButton2:active, .EvSelectButton2.SelectedOption
{
    background-color: #1E2329 !important;
    border-color: #1E2329;
    color: #FFFFFF;
}    

.EvSelectButton2 .ImgContainer
{
    background-color: #FFFFFF !important;
    border-radius: 50%;
    display: block;
    float: left;
    height: 50px;
    margin: 0 0 0 5px;
    width: 50px;
}

.EvSelectButton2 .ImgContainer img
{
    border-radius: 50%;
    height: 50px;
}

.EvSelectButton2 .GreenLight, .SelectableProductTile .GreenLight
{
    background-color: #87C232 !important;
    border-radius: 50%;
    display: none;
    height: 10px;
    right: 10px;
    position: absolute;
    top: 10px;
    width: 10px;
}

.EvSelectButton2.SelectedOption .GreenLight, .SelectableProductTile.SelectedProduct .GreenLight
{
    display: block;
}

.EvSelectButton3
{
    background-color: #87C232 !important;
    border-radius: 5px;
    color: #FFFFFF;
    margin-top: 20px;
    width: 100%;
}

.EvSelectButton3:hover, .EvSelectButton3:active, .EvSelectButton3.SelectedOption
{
    background-color: #1E2329 !important;
    border-color: #1E2329;
    color: #FFFFFF;
}    

.FormEvStep
{
}

.FormEvStep label
{
    display: inline-block;
    font-size: 90%;
    margin-top: 10px;
    width: 100%;
}

.FormEvStep select, .FormEvStep input
{
    color: #000000;
    display: inline-block;
    width: 100%;
}

.FormEvStep input:read-only
{
    background: #C1C0C0;
    color: #000000;
}

.FormEvStep select.half, .FormEvStep input.half
{
    margin-left: 0;
    margin-right: 0;
    width: 49%;
}

.FormEvStep div.half
{
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 49%;
}

.FormEvStep div.half:first-child
{
    margin-right: 2%;
}

.FormEvStep select.third, .FormEvStep input.third
{
    margin-left: 0;
    margin-right: 1%;
    width: 32%;
}

.FormEvStep div.third
{
    float: left;
    margin-left: 0;
    margin-right: 1%;
    width: 32%;
}

.FormEvStep div.third:last-child
{
    margin-right: 2%;
}

.FormEvStep label.EvCheckboxlabel
{
    cursor: pointer;
    margin-top: -5px;  
}

.EvInputSuffix
{
    position: relative;
    width: 150px;
}

.EvInputSuffix:after
{
    position: absolute;
    padding-top: 0.5em;
    right: .5em;
    top: 5px;
    transition: all .05s ease-in-out;
}

.EvInputSuffixKwh:after
{
    content: 'kWh';
}

.EvInputSuffixKva:after
{
    content: 'kVA';
}

.EvInputSuffixM3:after
{
    content: 'm3';
}

.EvResultTile
{
    background-color: #F3F9EB !important;
    border: 1px solid #333333;
    border-radius: 10px;
    display: block;
    float: left;
    height: 600px;
    padding: 20px;
    position: relative;
    margin: 10px 10px 10px 10px;
    width: calc((100% / 3) - 20px);
}

@media only screen and (min-width: 560px) and (max-width: 991px)
{
    .EvResultTile
    {
        width: calc((100% / 2) - 20px);
    }
}

@media only screen and (max-width: 559px)
{
    .EvResultTile
    {
        width: calc(100% - 20px);
    }
}

#EvOffer
{
    color: #1E2329;
}

#EvOffer h3
{
    color: #1E2329;
    font-size: 1.33em;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

#EvOffer .OfferPointContainer
{
    clear: both;
    min-height: 40px;
}

#EvOffer .OfferPointContainer img
{
}

#EvOffer .OfferPointContainer .EvSmallIcon
{
    float: left;
}

#EvOffer .OfferPointContainer span
{
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 85%;
}

.EvStepContainer table
{
    border: none;
}

.EvStepContainer table tr td
{
    border: none;
    padding: 0;
}

.EvStepContainer table tr td:nth-child(even)
{
    color: #000000;
}

.EvDark
{
    background-color: #1E2329 !important;
    border: 1px solid #1E2329;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 35px;
    text-align: center;
    width: 100%;
}

.EvDark img
{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -20px;
}

.EvDark span
{
    display: inline-block;
    max-width: 300px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 80%;
}

.EvOfferTable
{
    font-size: 80%;
}

.EvOfferTable thead tr th
{
}

.EvOfferTable tbody tr td
{
}

.EvSelectProduct
{
    border: 1px solid #000000;
    color: #000000;
    font-weight: bold;
    width: 100%;
}

.EvResultTile h4
{
    color: #2D3A1B;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}

.EvResultTile ul
{
    margin-left: 0;
}

.EvResultTile ul li
{
    list-style: none;
}

.EvResultTile ul li:before
{
    color: #87C232;
    content: "\f058";
    display: inline-block;
    padding-right: 6px;
    font-family: "Font Awesome 6 Free";
    font-size: 15pt;
    font-weight: 900;
}

.EvResultTile .Total
{
    padding-top: 20px;
    text-align: center;
}

.EvResultTile .ButtonStep1_ShowResultCalculations
{
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}

.EvResultTile .ButtonStep1_SelectResult
{
    bottom: 20px;
    display: block;
    left: calc((100% - 200px) / 2);
    margin: 0 auto;
    position: absolute;
    width: 200px;        
}

#EvResultCalculationSheetOverlay
{
    background-color: rgba(0,0,0,0.7) !important;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999998;
}

.EvResultCalculationSheet
{
    background: #FFFFFF;
    border: 1px solid #888888;
    border-radius: 10px;
    display: none;
    margin: 0 auto;
    max-width: 900px;
    min-width: 340px;
    padding: 20px;
    position: relative;
}

.EvResultCalculationSheet .ResultCalculationsElectricity
{
    float: left;
    margin-right: 12%;
    width: 44%;
}

.EvResultCalculationSheet .ResultCalculationsGas
{
    float: left;
    width: 44%;
}

.EvResultCalculationSheet .ResultCalculationsTotal
{
    clear: both;
    padding-top: 30px;
    width: 100%;
}

.EvResultCalculationSheet .DataPoint
{
    clear: both;
    width: 100%;
}

.EvResultCalculationSheet .DataPoint .DataPointDescription
{
    float: left;
}

.EvResultCalculationSheet .DataPoint .DataPointValue
{
    float: right;
    text-align: right;
    width: 125px;
}

@media only screen and (max-width: 398px)
{
    .EvDark img
    {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px)
{
}

@media only screen and (max-width: 648px)
{
    .EvPriceStructurePanel
    {
        height: 80vh;
        left: 5px;
        max-height: 80vh;
        max-width: inherit;
        top: 10vh;
        width: calc(100% - 10px);
    }
}

.EvCheckboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 10px;
  margin-top: 20px;
  user-select: none;
    width: 100%;
}

/* Hide the browser's default checkbox */
.EvCheckboxContainer input[type="radio"], .EvCheckboxContainer input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF !important;
  border: 1px solid #1E2329;
  border-radius: 5px;
}

.checkmarkRound {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.EvCheckboxContainer:hover input[type="radio"] ~ .checkmark, .EvCheckboxContainer:hover input[type="checkbox"] ~ .checkmark  {
  /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.EvCheckboxContainer input[type="radio"]:checked ~ .checkmark, .EvCheckboxContainer input[type="checkbox"]:checked ~ .checkmark  {
    background-color: #1E2329 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.EvCheckboxContainer input[type="radio"]:checked ~ .EvCheckboxlabel, .EvCheckboxContainer input[type="checkbox"]:checked ~ .EvCheckboxlabel {
}

/* Show the checkmark when checked */
.EvCheckboxContainer input[type="radio"]:checked ~ .checkmark:after, .EvCheckboxContainer input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.EvCheckboxContainer .checkmark:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 16px;
  border: solid #87C232;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.EvLargeIcon
{
    font-size: 32pt;
    line-height: 32pt;
    color: #87C232;
}

.EvSmallIcon
{
    font-size: 16pt;
    line-height: 16pt;
    color: #87C232;
}

.SmallText
{
    font-size: 90%;
}

#LoaderSubmitEvStep1
{
    display: none;
}

#EvElectricityConnectionTypeContainer, #EvGasConnectionTypeContainer
{
    clear: both;
    display: none;
}

#EvElectricityConnectionTypeContainer select, #EvGasConnectionTypeContainer select
{
    width: 150px;
}

#EvElectricityConnectionTypeDisplay, #EvGasConnectionTypeDisplay
{
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 40px;
    width: 100%;
}

#EvElectricityConnectionTypeDisplay:hover, #EvGasConnectionTypeDisplay:hover
{
    text-decoration: underline;
}

#EvOffer .SelectableProductTile
{
    background-color: #1E2329 !important;
    border: 1px solid #1E2329;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 80%;
    margin-bottom: 5px;
    padding: 10px 10px 10px 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

#EvOffer .SelectableProductTile .OfferPointContainer
{
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    min-height: 0 !important;
    text-align: left;
    text-transform: none;
}

#EvOffer .SelectableProductTile h3
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 31px;
    text-align: left;
    text-transform: none;
    width: 90%;
}

#EvOffer .SelectableProductTile .OfferPointContainer .EvSmallIcon
{
    font-size: 12pt;
    line-height: 12pt;
}

.SelectableProductTile.ButtonOpenPriceStructure:hover, .SelectableProductTile.ButtonOpenPriceStructure:active
{
    color: #FFFFFF !important;
}

#EvOffer .SelectableProductTile.SelectedProduct
{
    border: 3px solid #87C232 !important;
}

@media only screen and (max-width: 479px)
{
    .SelectableProductTile
    {
    }
}

.HiddenForNoSmartMeter
{
    display: none !important;
}