/*alle css uit de paginas hier verzamelen */

.h1large{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
 .group-image {
    width: 100%;
    height: auto;
    position: relative;
}

 .group-image img {
    width: 201px;
    height: 165px;
    display: block;
    margin: 2px;
	max-width: 98%;
}



.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    content: "";
    display: table;
    clear: both;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px
}

.breadcrumb li {
    float: left;
    margin: 0 5px 0 0
}

.breadcrumb li .fa {
    color: #F58220
}

.breadcrumb li a {
    display: inline-block;
    margin-right: 5px;
    color: #444;
    text-decoration: none
}

.breadcrumb li a.current {
    text-decoration: underline
}

.breadcrumb li a:hover {
    text-decoration: underline
}

.breadcrumb li:last-child .fa {
    display: none
}



.bg_lichtgoen{border:1px solid #00b900;background-color:#e5f8e5;}
.navy-ruler{border-top: 1px solid navy;}




.login-register{
   float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
	 -moz-box-shadow: 0 0 5px #d2d2d2;
    -webkit-box-shadow: 0 0 5px #d2d2d2;
    box-shadow: 0 0 5px #d2d2d2;
    margin-bottom: 20px !important;
    float: left;
    border-collapse: collapse;
	border-radius: 5px;
	background-color:#fff;
	}
	
.login_row{
	 margin-bottom: 20px;
    width: 100%;
    float: left;
	}
	
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 20px;
}


.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child,
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child,
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px
}

/* uit inloggenphp*/

/* einde uit inloggenphp*/