/*alle css uit de paginas hier verzamelen */
.padding40 {
    padding: 40px;
}

.oranje {
    color: #FF8c00;
}

.navy {
    color: navy;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

img {
    vertical-align: middle;
}

.img-thumbnail {
    padding: 5px;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
    -moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
    box-shadow: 0px 0px 5px 1px #c9c9c9;
    .transition(all .2s ease-in-out);
    .img-responsive(inline-block);
}

.img-circle {
    border-radius: 50%;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer40 {
    height: 40px;
}

ul.bt_meer_over {
    background: #f8f8f8;
    margin: 0 0 15px 0;
    padding: 5px;
    border-style: solid;
    border-color: #FF8c00;
    border-width: 1px;
    list-style-type: none;
}

.bt_meer_over {
    margin: 20px 0 10px 0;
}

span.bt_meer_over {
    display: block;
    margin: 8px 0 0 5px;
    text-transform: uppercase;
    color: #FF8c00;
    font-weight: bold;
}

.bt_meer_over li {
    margin: 5px 10px 5px 0;
    padding: 5px;
}

.bt_meer_over li a {
    background: #fafafa;
    background: -moz-linear-gradient(center top, #fafafa, #d8d8d8);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d8d8d8));
    background: -webkit-linear-gradient(#fafafa, #d8d8d8);
    background: -ms-linear-gradient(#fafafa, #d8d8d8);
    background: linear-gradient(#fafafa, #d8d8d8);
    border: 1px solid #d0d0d0;
    -moz-box-shadow: 0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    padding: 2px 9px 4px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    font-family: "Ubuntu", Arial, sans-serif;
    height: 15px;
}

.bt_meer_over li a:hover {
    background: #d8d8d8;
    background: -moz-linear-gradient(center top, #d8d8d8, #fafafa);
    background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#fafafa));
    background: -webkit-linear-gradient(#d8d8d8, #fafafa);
    background: -ms-linear-gradient(#d8d8d8, #fafafa);
    background: linear-gradient(#d8d8d8, #fafafa);
    border: 1px solid #d0d0d0;
    -moz-box-shadow: 0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px #fff, 0 0 7px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #eee;
    cursor: pointer;
    padding: 2px 9px 4px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    font-family: "Ubuntu", Arial, sans-serif;
    height: 15px;
}

.taglist ul li {
    display: inline;
}

/* buttons in het oranje */
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #F60;
    background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
    border: 1px solid #CC5200;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    color: #FFF !important;
    display: inline-block;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    border: 1px solid white;
    -webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
    -moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
    box-shadow: 0px 0px 5px 1px #c9c9c9;
}

/* Bootstrap werkt van klein naar groot */
/*ipad mini staand*/
@media (max-width: 480px) {
    .button {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-color: #F60;
        background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: linear-gradient(to top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        border: 1px solid #CC5200;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        color: #FFF !important;
        display: inline-block;
        font-family: 'Ubuntu', Arial, sans-serif;
        /*height:32px;
        line-height:30px;*/
        margin: 0;
        padding: 0 12px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        width: auto;
        border: 1px solid white;
        -webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
        -moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
        box-shadow: 0px 0px 5px 1px #c9c9c9;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
    .button {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-color: #F60;
        background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        border: 1px solid #CC5200;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        color: #FFF !important;
        display: inline-block;
        font-family: 'Ubuntu', Arial, sans-serif;
        height: 32px;
        line-height: 30px;
        margin: 0;
        padding: 0 5px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        width: auto;
        border: 1px solid white;
        -webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
        -moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
        box-shadow: 0px 0px 5px 1px #c9c9c9;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {
    .button {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-color: #F60;
        background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        border: 1px solid #CC5200;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        color: #FFF !important;
        display: inline-block;
        font-family: 'Ubuntu', Arial, sans-serif;
        height: 32px;
        line-height: 30px;
        margin: 0;
        padding: 0 12px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        width: auto;
        border: 1px solid white;
        -webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
        -moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
        box-shadow: 0px 0px 5px 1px #c9c9c9;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {
    .button {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-color: #F60;
        background-image: -webkit-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -moz-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -ms-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: -o-linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        background-image: linear-gradient(top, rgba(255, 126, 0, 1) 0%, rgba(255, 126, 0, 0) 100%);
        border: 1px solid #CC5200;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        color: #FFF !important;
        display: inline-block;
        font-family: 'Ubuntu', Arial, sans-serif;
        height: 32px;
        line-height: 30px;
        margin: 0;
        padding: 0 12px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        width: auto;
        border: 1px solid white;
        -webkit-box-shadow: 0px 0px 5px 1px #c9c9c9;
        -moz-box-shadow: 0px 0px 5px 1px #c9c9c9;
        box-shadow: 0px 0px 5px 1px #c9c9c9;
    }
}

.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%;
}

.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;
}
