/* Standaard style elementen
-------------------------------------------------- */
body {
    color: #333333;
    font-family: Calibri;
    font-weight: lighter;
    font-size: 14px;
    background-color: #fff;
}

h0 {
    font-size: 50px;
    line-height: 60px;
    display: block;
}

h1 {
    font-size: 30px;
    line-height: 40px;
    color: #9B1614;
    width: 100%;
    text-align: left;
    margin-top:10px;
}

h2 {
    font-size: 20px;
    line-height: 30px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #9B1614;
}

h4 {
    font-size: 40px;
    line-height: 50px;
    display: block;
}

.h4reconi {
    margin-top: 10px;
    margin-bottom: 10px;
}


h6 {
    font-size: 14px;
    font-weight: bold;
}

p {
    word-break: keep-all;
}

a, .link {
    font-size: 14px;
    color: #333;
}

a {
	text-decoration: underline;
}

    a:hover, .link:hover,
    a:focus, .link:focus {
        color: #9B1614;
        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: 350px;
}

.block-big {
    padding: 30px 30px 30px 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    height: 400px;
}

.block-ghost {
    border: none;
    padding: 30px 30px 30px 30px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.block-error {
    border: none;
    padding: 30px 0px;
    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;
}

.input-captcha{
	width:30%;
}

.form-group {
    
    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: relative;
    float:right;
    top: -55px;
    cursor: pointer;
    right: 10px;
}

.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: 30px;
    position: relative;
    float:right;
    top: -55px;
    cursor: pointer;
    right: 10px;
}

.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;
    text-align: left;
}

    .link input {
        background-color: transparent;
        border: none;
		font-family: Calibri;
    }

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: #9B1614;
    font-size: 16px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.btn.pss{
    width: 100%;
}

.btn.disabled {
    background-color: #ccc;
}

.medium {
    width: 100%;
}

/*.ghost {
    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: #9B1614;
    box-shadow: 0px 0px 7px #f3abab;
    color: #fff;
    text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color:#fff;
}

.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: #9B1614;
    color: #fff;
    text-align: left;
    padding: 10px;
    min-width: 250px;
}

.tooltip.right > .tooltip-arrow {
    border-right: 5px #9B1614 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;
    box-shadow: none;
}

.header .navbar {
    background:none !important;
    background-color:white;
}

 .navbar {
    margin-bottom:0px;
}
    .header .container .row div {
    /*    padding-top:10px;
        padding-bottom:10px; */
    }
    .header .container .row div img.pull-right{
        margin-top:13px;
    }

.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%;*/
}

/*---- NAV ----*/

.navbar-rec {
  position: relative;
  align-items: center;
  justify-content: space-between;
  border : 1px solid transparent;
  border-color: #e7e7e7;
}

.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-size: 16px;
    background-color:transparent;
}

    .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: #9B1614;
        text-decoration: none;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        padding-right: 0;
        padding-left: 0;
        text-decoration: none;
    }

        .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: #9B1614;
    margin-top:50px;
}

    /*.footBlock p {
        margin-left:10px;
        display:flex; 
        align-items: center;
        text-align: center;
        margin:0 auto;
    }
    .footBlock p:first-child {
        text-align: center;
    }

    
        .footBlock p div a {
            color: #fff;
            height: 20px;
        }

            .footBlock p a:hover,
            .footBlock p a:active,
            .footBlock p a:focus {
                text-decoration: none;
            }

            .footBlock p a::after {
                margin: 0 10px;
                content: "|";
            }

            .footBlock p a:last-child::after {
                content: "";
            }

    .footer .row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
*/
.footBlock {
    min-height: 100px;
    color:#ffffff;
}

    .footBlock:first-child img {
        margin: 25px 0;
    }

    .footBlock:last-child img {
        margin: 10px 0;
        float: right;
    }

    .footBlock a:hover {
        
    }

.subfooter {
    display:flex; 
    align-items: center;
}
.footerlinks {
    margin-left:5px;
    text-align:center;
}
    .footerlinks a {
        color: white;
		text-decoration:none;
    }

        .footerlinks a:first-child {
            margin-left:10px;
        }
        
        .footerlinks a:hover,
        .footerlinks a:active,
        .footerlinks a:focus {
            text-decoration: none;
			
        }

        .footerlinks a::after {
            margin: 0 10px;
            content: "|";
        }

    .footerlinks a:last-child::after {
        content: "";
    }


/*---- CONTENT ----*/
#eherkenning,
#idensys {
    display: block;
    float: right;
    width: 300px;
}

#username {
}

#password {
}

.main {
    padding-top:10px;
}


.SmartCard {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    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;
}

.alert-info{
	color: #31708f !important;
	border-color: #bce8f1 !important;
	padding:15px;
}

.alert-info a{
	color: #31708f !important;
}

.no-text-decoration {
	text-decoration: none;
}

.displayblock {
	display: block;
}

.captcha-reload {
	font-size: 40px;
	cursor: pointer;
}

/*----- MOBILE -----*/
/* SM */
@media screen and (min-width: 768px) and (max-widht: 991px) {
}
/* XS */
@media screen and (max-width: 768px) {
    .navbar-default {
        /*background: #9B1614;
        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: #96303A;
            }

            .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;
    }

    
    .footer p:first-child {
        margin-top:20px;
    }
}
