@font-face{
    font-family:"KPN Accent Light";
    src:url('../lib/webfonts/KPN Accent/woff/KPN Accent Light.woff');
}
@font-face{
    font-family:"KPN Accent Bold";
    src:url('../lib/webfonts/KPN Accent/woff/KPN Accent Bold.woff');
}
@font-face{
    font-family:"KPN Sans";
    src:url('../lib/webfonts/KPN Sans/KPNSans3_.woff');
}

/* Standaard style elementen
-------------------------------------------------- */
body {
    color: #333;
    font-family: "kpn sans";
    font-weight:lighter;
    font-size: 14px;
    background-color: #fff;
}
h0{
    font-family: "kpn accent light";
    font-size: 50px;
    line-height: 60px;
    display: block;
}
h1{
    font-family: "kpn accent light";
    font-size: 30px;
    line-height: 40px;
    color: #009900;
    
    width: 100%;
    text-align: left;
}
h2{
    font-family: "kpn accent light";
    font-size: 20px;
    line-height: 30px;
}
h3{
    font-family: "kpn sans";
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #009900;
}
h4{
    font-family: "kpn accent light";
    font-size: 40px;
    line-height: 50px;
    display: block;
    margin-top: 1.7rem;
    margin-bottom: 1.3rem;
}
h6 {
    font-size: 14px;
    font-family: 'KPN Sans';
    font-weight: bold;
}
p {
    word-break: keep-all;
}

a, .link{
    font-size:14px;
    color: #333;
  /*  text-decoration: underline; */
}
a:hover, .link:hover,
a:focus, .link:focus{
    color: #0099ff;
    text-decoration: underline;
}
.fa:hover, .fa-pwc:hover, .fa-pwc2:hover, .fa-pr:hover, .fa-pr2:hover {
    text-decoration: none;
}

.left{
    text-align: left;
}
.right{
    float: right;
}
.orange{
    color:#ff9900;
}

.content{ /* row */
}
.item{ /* col */
    margin-bottom: 30px;

}
.block{ /* opmaak van het item */
    padding: 30px 30px 30px 30px;
    border:1px solid #ccc;
    background-color: #fff;

    position: relative;
    height:320px;
}

.block-ghost{
    border:none;
    background-color: #fff;
}
.top-block {
    height: 80%;
}

/* form */
form{
    width: 100%;
}
.has-success .form-control:focus{
    border-color: #0099ff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.075) inset, 0px 0px 6px #0099ff;
}
.form-group{
    margin-bottom: 0;
    width: 100%;
}
.form-group input{
    background-color: #FFF;
    line-height: 20px;
    width: 100%;
}

.form-group input[type="text"],
.form-group input[type="password"]{
    width: 100%;
    margin-top: 3px;
    margin-bottom: 15px;
    color:#333;
    border: 1px solid #b3b3b3;
    padding: 10px;
    
    border-radius: 2px;
    border: 1px solid #CCC;
    height: 45px;
    
}
.fa-eye,
.fa-eye-slash{
    display: none;
    color: #B9B9B9;
    font-size: 30px;
    position: absolute;
    right: 40px;
  /*  top: 127px; */
    top: 132px;
    cursor:pointer;
}

.fa-eye-pwc:before {
 content:"\f06e"
}
.fa-eye-slash-pwc:before {
 content:"\f070"
}

.fa-eye-pwc,
.fa-eye-slash-pwc{
    display: none;
    color: #B9B9B9;
    font-size: 30px;
    position: relative;
    float:right;
    top: -55px;
    cursor: pointer;
    right: 10px;
}

.fa-eye-pwc2:before {
 content:"\f06e"
}
.fa-eye-slash-pwc2:before {
 content:"\f070"
}

.fa-eye-pwc2,
.fa-eye-slash-pwc2{
    display: none;
    color: #B9B9B9;
    font-size: 35px;
    position: relative;
    right: -510px;
    top: -55px;
    cursor: pointer;
}

.fa-eye-pr:before {
 content:"\f06e"
}
.fa-eye-slash-pr:before {
 content:"\f070"
}

.fa-eye-pr,
.fa-eye-slash-pr{
    color: #B9B9B9;
    font-size: 35px;
    position: relative;
    float: right;
    top: -55px;
    cursor: pointer;
    right: 10px;
}

.fa-eye-pr2:before {
 content:"\f06e"
}
.fa-eye-slash-pr2:before {
 content:"\f070"
}

.fa-eye-pr2,
.fa-eye-slash-pr2{
    display: none;
    color: #B9B9B9;
    font-size: 35px;
    position: relative;
    float: right;
    top: -55px;
    cursor: pointer;
    right: 10px;
}

input[type="checkbox"]{
    margin-right: 10px;
    width: auto;
}

/* buttons */
.link{
    background-color: transparent;
    border: none;
    height: 20px;
    width: 100%;
    text-align: left;
}
    .link input {
        background-color: transparent;
        border: none;
        font-family: 'KPN Sans'
    }

a span.fa,
label span.fa,
a span.fa-pwc,
label span.fa-pwc,
a span.fa-pwc2,
label span.fa-pwc2,
a span.fa-pr,
label span.fa-pr,
a span.fa-pr2,
label span.fa-pr2{
    margin: 0 5px;
}
.btn{
    background-color: #0099ff;
    font-family: "kpn accent light";
    font-size: 16px;
    height: 40px;
    border-radius: 3px;
    color: #fff;

    text-align: center;
    text-decoration: none;
}
.btn.disabled{
    background-color: #ccc;
}
.btn.pss {
	width: 160px;
}

.medium{
    width: 100%;
}
.ghost{
    font-family: "kpn accent light";
    font-size: 16px;
    height: 40px;
    border-radius: 3px;
    color: #0099ff;
    background-color:#fff;
    border: 1px solid #0099ff;
    
    width: 100%;
    text-align: center;
    text-decoration: none;
    
}
.btn:hover,
.btn.ghost:hover{
    background-color: #0d76bc;
    box-shadow: 0px 0px 7px #abd5f3;
    color: #fff;
    text-decoration: none;
}
.btn-medium.ghost{
    background-color: #fff;
    color: #0099ff;
    border: 1px solid #0099ff;
}

.bottom{
    align-self: flex-end;
}

.bottom-ghost{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-half {
    padding: 0 5px 5px 0;
}

/* table */
table{
    width: 100%;
}
tbody {
    display: table;
    width:100%;
}
tr{
    border-bottom: 1px solid #ccc;
    height: 40px;
    width: 100%;
}
table.radio tr{
    border-top: 1px solid #ccc;
}

th label{
    font-weight: bold;
    padding-left: 10px;
}
td {
    padding-left: 10px;
}
label {
    font-weight: normal;
    width: 100%;
}



/* tooltip */
h1 .fa,
h1 .fa-pwc,
h1 .fa-pwc2,
h1 .fa-pr,
h1 .fa-pr2 {
    font-size: 18px;
    vertical-align: top;
}
.tooltip > .tooltip-inner {
    background-color: #009900;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-family: 'KPN Sans';
    min-width: 250px;
}
.tooltip.right > .tooltip-arrow{
    border-right: 5px #009900 solid;
}

/* figure */
figcaption{
    margin-top: 5px;
}

/* alert */
.alert{
    border-color: #ff3333!important;
    color: #ff3333!important;
    padding: 6px 12px;
}
.alert  p {
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    width: 93%;
}
    .alert p a {
        text-decoration: underline;
        float:right;
        cursor: pointer;
    }

    .alert .fa, .alert .fa-pwc, .alert .fa-pwc2, .alert .fa-pr, .alert .fa-pr2 {
        font-size: 30px;
        margin-right: 10px;
    }
    .alert .fa.right, .alert .fa-pwc.right, .alert .fa-pwc2.right, .alert .fa-pr.right, .alert .fa-pr2.right {
        cursor: pointer;
        margin-right: 0;
        margin-left: 10px;
    }

.alert-danger{
    color: #fff!important;
    background-color: #ff3333;
    border-color: #ff3333;
    margin-top: 20px;
    display: none;
}
.alert-message{
    background-color: RGBA(255,0,0,0.2);
    margin-top: -20px;
    padding: 25px;
    display: none;
}
.alert-message a{
    text-decoration: underline;
    color: #ff3333;
}
.alert-message h2{
    margin-top: 0;
}
.alert-message p{
    line-height: 20px;
    margin-bottom: 20px;
}
.btn-alert-ghost{
    border: 1px solid #ff3333;
    background-color: #fff;
    color: #ff3333;
    text-decoration: none!important;
}
.btn-alert-ghost:hover,
.btn-alert-ghost:focus{
    border: 1px solid #ff3333;
    background-color: transparent;
    color: #ff3333;
    box-shadow: 0px 0px 7px #ff3333;
    
}
#error1, #error2 {
    display:  none;
    
    background-color: #ff3333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

/*---- HEADER ----*/
.header{
    width: 100%;
    background-color: #fff;
}
.navbar-brand{
    background-image: url('../assets/bg_header.png');
    background-size:auto 100%;
    background-position:top right;
    background-repeat: no-repeat;
    height: 90px;
    width: 100%;
    padding-top: 15px;
}

/*---- 1.14.7 release start----*/
.nav-item-left{
padding-right: 15px;
}
.brand-logo-right{
    margin: 0 0 1rem;
    padding-top: 20px;
}
.company-logo-top-left{
    vertical-align: middle;
    border-style: none;
    padding-top: 10px;
}
.navbar-expand-sm{
    background:transparent linear-gradient(to bottom, #fff 14%, #fafafa 100%) repeat scroll 0% 0%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: "kpn accent light";
    font-size: 16px;
    padding-right: 185px;
}

/*---- NAV ----*/
.navbar-default{
    background:transparent linear-gradient(to bottom, #fff 14%, #fafafa 100%) repeat scroll 0% 0%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    
    font-family: "kpn accent light";
    font-size: 16px;
    
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:active{
    color: #009900;
    text-decoration: none;
    background-color: transparent;
    font-family: "kpn accent";
}

.navbar-default .navbar-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    text-decoration: none;
    font-family: "kpn accent";
}
.navbar-default .navbar-nav > li > a > span{
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-default .navbar-nav > li:first-child > a > span{
    border-right: 1px solid #e7e7e7;
}

/*---- FOOTER ----*/
.footer {
  width: 100%;
  background-color: RGBA(0,0,0,0.7);
    margin-top: 50px;
}
.footer p{
    text-align: center;
    line-height: 100px;
}
.footer p a{
    color: #fff;
}
.footer p a:hover,
.footer p a:active,
.footer p a:focus{
    text-decoration: none;
}
.footer p a::after{
    margin: 0 10px;
    content:"|";
}
.footer p a:last-child::after{
    content:"";
}
.footer .row{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footBlock{
    height: 100px;
}
.footBlock:first-child img{
    margin: 25px 0;
}
.footBlock:last-child img{
    margin: 25px 0;
    float: right;
}

/*---- CONTENT ----*/
#eherkenning,
#idensys{
    display: block;
    float: right;
    width: 300px;
}
#username{}
#password{}


.SmartCard{
    width: 140px;
    height: 140px;
    border-radius: 70px;
    border: 1px solid #333;
    text-align: center;
    margin: 0 auto;
}
.SmartCard img{
    width: 80%;
    margin: 25% 0;
}
.QR{
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}
.QR img{
    width: 100%;
}
.QRcode{
    color: #ff9900;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.default-input-handler {
  display:none;
}

.displayblock {
	display: block;
}

.captcha-reload {
	font-size: 40px;
	cursor: pointer;
}

/*----- MOBILE -----*/
/* SM */
@media screen and (min-width: 768px) and (max-width: 991px) {
    
}
/* XS */
@media screen and (max-width: 768px){
    .navbar-default{
        background: #009900;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        border-bottom: none;
    }
    .navbar-default .navbar-toggle{
        border-color: #fff;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        background-color: #007700;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color:#fff;
    }
    .navbar-toggle{
        float: left;
        margin-left: 15px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .active > a{
        color: #fff;
        margin-left: 15px;
    }
    .navbar-default .navbar-nav > li:first-child > a > span{
        border: none;
    }
    .navbar-default .navbar-nav > li > a > span{
        padding: 0 0 5px 0;
    }
    .navbar-default .navbar-nav > li > a:hover > span,
    .navbar-default .navbar-nav > li > a:focus > span,
    .navbar-default .navbar-nav > li > a:active > span,
    .navbar-default .navbar-nav > .active > a > span,
    .navbar-default .navbar-nav > .active > a:hover > span,
    .navbar-default .navbar-nav > .active > a:focus > span
    .navbar-default .navbar-nav > .active > a:active > span{
        color: #fff;
        border-bottom: 2px solid #fff;
    }
}
