html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px; /* footer hoogte + 20px */
}

.navbar-inverse {
    background-color: #005797 !important;
}

    .navbar-inverse .navbar-nav > li:hover > a {
        background: #086AB2!important;
    }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* footer hoogte */
  background-color: #f5f5f5;
}

#footer p {
    line-height: 60px;
    margin: 0!important;
}

.navbar-static-top {
    margin-bottom:0px;
}

i {
    font-size:16px;
}

.nav > li > a {
    color:#787878;
}

input.valid {
    border: 2px solid #4cae4c;
}

input.error {
    border: 2px solid #d43f3a;
}

footer {
    margin-top:20px;
    padding-top:20px;
    padding-bottom:20px;
    background-color:#efefef;
}

/* count indicator near icons */
.nav>li .count {
    position: absolute;
    bottom: 12px;
    right: 6px;
    font-size: 10px;
    font-weight: normal;
    background: rgba(51,200,51,0.55);
    color: rgba(255,255,255,0.9);
    line-height: 1em;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

/* indent 2nd level */
.list-unstyled li > ul > li {
    margin-left:10px;
    padding:8px;
}

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.nav-pills > li > a, .nav-pills>li.active>a {
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

span.required-asterisk {
    color: #d9534f;
}

div.form-group.active input,
div.form-group.active select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: 1px solid #428bca;
    box-shadow: 0 0 5px #428bca;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  margin-top: 20px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-content
{
    width:320px;
    background: #fff;
    padding: 15px;
    padding-bottom:0px;
}
.navbar-content:before, .navbar-content:after
{
    display: table;
    content: "";
    line-height: 0;
}
.navbar-nav.navbar-right:last-child {
margin-right: 15px !important;
}
.navbar-footer
{
    background-color:#DDD;
}
.navbar-footer-content { padding:15px 15px 15px 15px; }
.dropdown-menu {
padding: 0px;
overflow: hidden;
}

.nav-tabs {
    margin-bottom: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.hon-form-block {
    padding-left: 15px;
    display: block!important;
    margin-bottom: 0 !important;
}

.bootstrap-file {
}

.border-left {
    border-left: 1px solid #ddd;
}

.main > .alert {
    margin-top: 20px;
}

.alert+h1 {
    margin-top: 0!important;
}

table.documents tr td {

    line-height: 25px;
}

.nav-groepen li a {
    font-size: 14px;
}

.nav-groepen .fa {
    margin-top: 3px;
    color: rgb(60, 154, 95);
}

.nav-groepen li.active .fa {
    color: #fff;
}

.groepen-wrapper ul li.active a {
    background: #5bc0de;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .groepen-wrapper.stick {
        position: fixed;
        top: 0;
        width: 213px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .groepen-wrapper.stick {
        position: fixed;
        top: 0;
        width: 263px;
    }
}

#csrf-label, #csrf-element {
    display: none;
}

ul.nav-groepen a.disabled {
    color: #ccc;
}

.pwrow {
    padding-top: 15px;
}

.margin-top {
    margin-top: 10%;
}

.border-radius-left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.border-radius-right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.border-radius {
    border-radius: 5px;
}

.border-radius-2 {
    border-radius: 8px;
}

.card-styling.panel-default {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 30px;
}

.card-styling > .panel-heading {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.login-class {
    margin-right: 35px;
    border-radius: 8px; !important;
    height: 50px;
    width: 90px;
}

.register-class {
    margin-left: 35px;
    border-radius: 8px; !important;
    height: 50px;
    width: 90px;
}
.form-control-login {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.application-label {
    font-size: .9em;
    margin-bottom: 3px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.input-group-addon {
    border-radius: 5px;
}
