@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html, body, div, a, input{
    font-family: 'Source Sans Pro';
    font-size: 100%;
}
h1{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #1E5051;
}
h3{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1E5051;
}
h4{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1E5051;
}

.LV_validation_message{
    margin-left: 10px;
    color: red;
    font-weight: bold;
}

td.dienstLabel{
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1E5051;
    height: 60px;
}

select {
  padding: 9px;
  width: 238px;
  margin-bottom: 10px;
  width: 100%;
}
textarea{
    border: 1px solid #bababa;
    border-radius: 7px;
}
input[type="number"],
input[type="email"], 
input[type="text"], 
input[type="date"], 
input[type="password"]{
    background: #FFFFFF;
    border: 1px solid #bababa;
    border-radius: 7px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #1E5051;
    padding:10px;
    margin: 0 0 10px 0;
    width: 100%;
}
input[type="submit"]{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100.56%;
    background: #1E5051;
    border-radius: 40px;
    border: 0;
    text-align: center;
    color: #FFFFFF;
    padding:10px 30px;
    cursor: pointer;
}

.buttons-steps button{
    margin-right: 2px;
}

.form-center, .text-center{
    text-align: center;
}
.orange{
    color: #F9A03A;
}
.blue{
    color: #1E5051;
}
.p1{
    padding: 1px;
}
.p2{
    padding: 2px;
}
.p3{
    padding: 3px;
}
.p4{
    padding: 4px;
}
.p5{
    padding: 5px;
}
.p6{
    padding: 6px;
}

.box{
    box-sizing: border-box;
    border: 1px solid #82E650;
    border-radius: 15px;
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    cursor: pointer;
}

.flexbox{
    box-sizing: border-box;
    border: 1px solid #82E650;
    border-radius: 15px;
    height: auto;
    text-align: center;
    font-size: 24px;
    cursor: normal;
}
.flexbox h3{
    font-size: 24px;
}

.box-icon{
    float: left;
    margin-top: 12px;
    margin-left: 20px;
}

.box-text{
    float: left;
    margin-top: 20px;
    margin-left:12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1E5051;
}

.box-arrow{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.big-box{
    box-sizing: border-box;
    border: 1px solid #F9A03A;
    border-radius: 15px;
    width: 100%;
    min-height: 196px;
    margin-top: 20px;
}
.big-box-icon{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    background: #F9A03A;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 15px;
    text-align: center;
    position: relative;
    float: left;
}
.big-box-icon-text{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}
.big-box-text{
    margin-left: 10px;
    margin-top: 30px;
    color: #F9A03A;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    
}

.big-box ul{margin-left: -14px}

.big-box-button{
    clear: both;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.big-box-button a{
    
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100.56%;
    background: #1E5051;
    border-radius: 40px;
    border: 0;
    text-align: center;
    color: #FFFFFF;
    padding:10px 60px;
    cursor: pointer;
}
.big-box-button.inactive a{
    background: #C4C4C4;
}

.big-box ul li{
    list-style-type: none;
    font-size: 15px;
    line-height: 150%;
    color: #1E5051;
}
/*
.info-box{
    display: inline-block;
    width:100%;
    background: #EBFDE4;
    border-radius: 15px;
    padding: 12px;
    margin-top: 8px;
    min-height: 60px;
}
*/
.page-header{
    margin-bottom: 20px;
}
.page-header img{
    margin-right:10px;
}
.page-header span{
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1E5051;
}

.diensten-switch{
    margin-top: 20px;
}
.diensten-switch img{
    float: right;
    margin-right:20px;
    margin-top: 6px;
}

.diensten-switch label{
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1E5051;
    
}

/* SWITCHES */
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #82E650;
}

input:focus + .slider {
  box-shadow: 0 0 1px #82E650;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

.navbar{
    padding: .5rem 0 !important;
}
#navbarMijnVLB{
    background-color:#1e5051;
    position: absolute;
    top: 0;
    left: -15px;
    width: 105%;
    height: 105vh;
    z-index: 1000;
}

.nav-link{
    color:#fff !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}
.nav-item{
    text-align: left;
}

.footer{
    background-color: #1E5051;
    text-align: center;
    color: #fff;
    padding: 40px;
    margin-top: 40px;
}
.footer div{
    margin: 30px;
}
.contact-icons img{
    margin: 10px;
}

.btn-light-green{
    padding: 5px 12px;
    color: #1e5051;
    background: #82E650;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    box-sizing: content-box;
}
.btn-green:hover{
    color: #ffffff;
}
.btn-green{
    padding:6px 20px;
    color: #ffffff;
    background: #1e5051;
    border-radius: 40px;
    font-weight: 700;
    font-size: 20px;
    border: 0;
    height: 32px;
    box-sizing: content-box;
}
.btn-red:hover{
    color: #ffffff;
}
.btn-red{
    padding:6px 20px;
    color: #ffffff;
    background: #ce2f32 !important;
    border-radius: 40px;
    font-weight: 700;
    font-size: 20px;
    border: 0;
    height: 32px;
    box-sizing: content-box;
}
.btn-compact{
    padding: 8px 20px;
    font-size: 14px;
}
.nav-group{
    clear: both;
}
.nav-pill.active{
    border: 1px solid #82E650;
    font-weight: bold;
    color: #1E5051;
}
.nav-pill.active{
    border: 1px solid #82E650;
    font-weight: bold;
    color: #1E5051;
}

.nav-pill-left a{
    color: #C4C4C4;
}
.nav-pill-right a{
    color: #C4C4C4;
}
.nav-pill a{
    color: #1E5051;
    
}
.nav-pill{
    border: 1px solid #C4C4C4;
    width: 120px;
    height: 32px;
    float:left;
    
    padding-top: 2px;
}
.nav-pill-left{
    
    border-radius: 25px 0px 0px 25px;
    
}

.nav-pill-right{

    border-radius: 0px 25px 25px 0px;

}
a[href="#nav-back"],
.mijnvlb-nav-back{
  float: right;
  position: relative;
  top: -38px;
  border-radius: 50px;
  background: #EFEFEF; 
  padding: 4px 10px;
  color: #1E5051; 
  text-decoration: none;
  font-weight: bold;
}
.mijnvlb-nav-back:hover{
    text-decoration: none;
    color: #1E5051;
}
    .info-box {
        display: inline-block;
        width: 100%;
        background: #EBFDE4;
        border-radius: 15px;
        padding: 12px;
        margin-top: 0px;
        min-height: 60px;
    }
    .bi-usb-plug-fill::before { content: "\F6DB"; }
    .product-widget{
        background: #FFF;
        min-height: 100px;
        margin-bottom: 10px;
    }
    .product-name{
        text-align: center;
        font-weight: bold;
        color: #1e5051;
        padding-top: 10px;
        margin-left: 20px;
    }
    .product-order{
        width: 80%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .product-icon{
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 10px;
        
    }
    .product-icon.verzekeringen-icon{
        background-image: url('/images/cdn/mijnvlb/icon-verzekeringen.png');
    }
    .product-icon.energie-icon{
        background-image: url('/images/cdn/mijnvlb/icon-energie.png');
    }
    .product-icon.itvb-icon{
        background-image: url('/images/cdn/mijnvlb/icon-itvb.png');
    }
    .product-btn > a{
        padding: 10px;
        border-radius: 20px;
        color: #FFF;
        font-weight: bold;
        width: 180px;
        display: inline-block;
        text-align: center;
    }
    .product-btn > a:hover{ 
        color: #FFF;
        text-decoration: none;
    }
    .btn-blue{
        background-color: #597fbd;
    }
    .blue{
        color: #597fbd;
    }
    .btn-groen{
        background-color: #82e650;
    }
    .green{
        color: #82e650;
    }
    .btn-orange{
        background-color: #f9a03a;
    }
    .orange{
        color: #f9a03a;
    }
    .product-cost{
        font-size: 140%;
        font-weight: bold;
        width: 68%;
        float: left;
    }
    .product-arrow{
        float: left;
        width: 20px;
        padding-top: 8px;
    }
    .vertical-line-blue{
        border-left:3px solid #597fbd;
    }
    .vertical-line-green{
        border-left:3px solid #82e650;
    }
    .vertical-line-orange{
        border-left:3px solid #f9a03a;
    }
    .info-block{
        color: #919191;
    }
    .btn-green-border{
        border-radius: 20px;
        border: 2px solid #82e650;
        padding: 10px;
        margin-top: 10px;
        color: #235455;
        font-weight: bold;
    }
    .btn-nav-back{
        border-radius: 20px;
        background-color: #efefef;
        padding: 3px 16px;
        float: right;
        color: #235455;
    }
    .btn-nav-back:hover{ 
        color: #235455;
        text-decoration: none;
    }
    
    .sparky-active {
        color: #8ee861;
        margin-top: 20px;
        font-weight: bold;
    }
    
    .sparky-inactive {
        color: #bababa;
        margin-top: 20px;
        font-weight: bold;
    }
    
    .per-maand-label{
        font-size: 60%;
    }
    .price-label{
        font-size: 130%;
    }
    a.more-info{
        text-decoration: none;
        font-weight: bold;
    }
    a.more-info.blue{
        color: #597fbd;
    }
    .table td{
        border-top: 0;
    }


 /* Customize the label (the container) */
label.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
label.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

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

/* Show the indicator (dot/circle) when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
label.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 


.new-dienst-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(235, 253, 228, 0.98);
    width: 100%;
    height: 100vh;
    padding: 40px;
    display: none;
}

.new-dienst-overlay > div.closer{
    float:right;
    margin-right: 30px;
    
}
.new-dienst-overlay > div.closer > a{
    font-size: 3rem;
    color: #1E5051;
}


.vlb-form--kenteken input{
    margin-left: 50px;
    background-color: #fae467;
    border:0;
    text-align: center;
    font-size: 20px;
}
.vlb-form--kenteken{
    background-color: #fae467;
    padding-top:4px;
    width:330px;
}
.vlb-form--kenteken::before {

    content: "NL";
    background-color: #01244a;
    display: block;
    color: white;
    width: 49px;
    position: absolute;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    border-radius: 7px;
    margin-top: -4px;
}

[data-role="navbar"]{
    margin-top:20px;
    position: relative;
}
[data-role="navbar"] ul{
    list-style-type: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
[data-role="navbar"] ul li{
    width: 33.3%;
    float: left;
    text-align: center;
    border: 1px solid #82E650;
    padding: 4px;
    cursor: pointer;
}
[data-role="navbar"] ul li.active{
    background-color: #82E650;
}
[data-role="navbar"] ul li a{
    color: #82E650;
    font-weight: bold;
}
[data-role="navbar"] ul li.active a{
    color: white;
    font-weight: bold;
}

.usage-nav-buttons{
  border-radius: 50%;
  background: #d9d9d9;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 2px;
  font-size: 120%;
}
.usage-nav-buttons a {
    color: #1E5051;
}
.usage-nav-buttons a:hover{
    color: #1E5051;
    text-decoration: none;
}
#season-display,
#year-display,
#opgegeven-verbruik{
    font-size: 160%;
    font-weight: bold;
}

.voorspelling{
    font-weight: bold;
    width: 90%;
    text-align: center;
    margin: auto;
}

.situatie{
    font-size: 14px;
    border-radius: 36px;
    padding: 6px;
    margin-bottom:50px;
}

.situatie-ok{
    background: #ebfde4; 
}
.situatie-error{
    background:#ffecbb !important;
}

.check-images{
    width: 50px;
    float: right;
    top: 20px;
    position: relative;
}

.switches{
    margin-top:30px;
    margin-bottom:30px;
}
.switches span.active{
    border-radius: 32px !important;
}
.switches span.stroom{
    padding: 10px;
    border-radius: 50%;
    background-color: #82e650;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    min-width: 44px;
}

.switches span.stroom:before{
    content: '⚡';
    color: rgba(100%, 0%, 0%, 0);
    text-shadow: 0 0 0 white;
}

.switches span.gas{
    padding:10px;
    border-radius: 50%;
    background-color: #5BBDEE;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    min-width: 44px;
    display: inline-block;
}

.switches span.gas:before{
    content: '🔥';
    color: rgba(100%, 0%, 0%, 0);
    text-shadow: 0 0 0 #ffffff;
}

.switches span.kosten{
    padding:10px;
    border-radius: 50%;
    background-color: #597FBD;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    min-width: 44px;
    display: inline-block;
}

.switches span.kosten:before{
    content: '€';
    color: rgba(100%, 0%, 0%, 0);
    text-shadow: 0 0 0 #ffffff;
}

.vlb-green{
    color: #82e650;
    font-weight: bold;
}
.border-box{
    border: 1px solid #82e650;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    width: 330px;
    color: #265657;
    margin-bottom: 30px;
}

.border-box div:first-child{
    font-size: 200%;
    font-weight: bold;
}

.border-box div:last-child{
    font-weight: bold;
    width: 80%;
    margin: auto;
}

.doghnut.orange{
  background: #e5e5e5;
  
  background-image: conic-gradient(
    #e5e5e5 0turn,
    /* repeating values between color stops to get discrete colors rather than gradients */
    #e5e5e5 var(--gauge-value),
    #f9a03a var(--gauge-value),
    /* also, `turn` units are really useful, especially for raw data that's decimal or percents based */
    #f9a03a 1turn
  );
}
.doghnut.blue{
  background: #e5e5e5;
  
  background-image: conic-gradient(
    #597fbd 0turn,
    /* repeating values between color stops to get discrete colors rather than gradients */
    #597fbd var(--gauge-value),
    #e5e5e5 var(--gauge-value),
    /* also, `turn` units are really useful, especially for raw data that's decimal or percents based */
    #e5e5e5 1turn
  );
}
.doghnut.lightblue{
  background: #e5e5e5;
  
  background-image: conic-gradient(
    #5BBDEE 0turn,
    /* repeating values between color stops to get discrete colors rather than gradients */
    #5BBDEE var(--gauge-value),
    #e5e5e5 var(--gauge-value),
    /* also, `turn` units are really useful, especially for raw data that's decimal or percents based */
    #e5e5e5 1turn
  );
}
.doghnut.green{
  background: #e5e5e5;
  
  background-image: conic-gradient(
    #82e650 0turn,
    /* repeating values between color stops to get discrete colors rather than gradients */
    #82e650 var(--gauge-value),
    #e5e5e5 var(--gauge-value),
    /* also, `turn` units are really useful, especially for raw data that's decimal or percents based */
    #e5e5e5 1turn
  );
}
.doghnut {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  margin-left: 30px;
  font-weight: bold;
  
}

.doghnut.bg {
    background-image: conic-gradient(var(--gauge-gradient));
}

.doghnut span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 35%;
  font-size: 120%;
}

/* "Doughnut" is just a pie that's partially covered 😉 */
.doghnut::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: white;
  transition: all 0.2s ease;
}

.doghnut:hover::before {
  width: 65%;
  height: 65%;
}

figure {
  margin-block-end: 2em;
}

.btn-bottom{
    padding: 14px 40px;
    font-size: 20px;
    background: #1d4e4f;
    border-radius: 36px;
    color: #FFFFFF;
}
.btn-bottom:hover{
    color: #FFFFFF;
}
.doghnut > span:nth-child(1) > sup:nth-child(1){
    left: -10px !important; 
}

@media only screen and (min-width: 999px) {

    .sidebar{
        height: 300px;
        background-color:#1E5051;
        border-radius: 15px;
    }
    
    .buttons-steps button{
        margin-right: 10px;
    }
}

@media only screen and (max-width: 999px){
    #navbarMijnVLB{
        top: -20px;
        width: 108%;

    }
}

@media only screen and (max-width: 400px){
    .nav-pill{
        font-size: 75%;
    }
}