﻿/* Move down content because we have a fixed navbar that is 50px tall 2 regels = 100 3 150 */
body {
    padding-top: 60px;
    padding-bottom: 20px;
    margin: 0 auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.container{

    max-width: 2600px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.RouteBlad {
    page-break-after: always;
}

.HappinOrange {
    background-color: #ed9c28;
}

    .HappinOrange a {
        color: white;
    }

        /* Each state */

        .HappinOrange a:visited {
            text-decoration: none;
            color: white;
        }

        .HappinOrange a:hover {
            text-decoration: none;
            color: blue;
        }

        .HappinOrange a:focus {
            text-decoration: none;
            color: yellow;
        }

        .HappinOrange a:hover, a:active {
            text-decoration: none;
            color: black
            /* Hamburger wordt niet getoond*/
        }

.navbar-toggle {
    border-color: #fff;
}

th {
    background-color: #ed9c28;
}

input[type="file"] {
    display: inline;
}

.verberg {
    display: none;
}

.affix {
    top: 60px;
    z-index: 9999 !important;
}

.tbNotitie {
    min-width: 50px;
    min-height: 60px;
}

.nieuweklant {
    /*display: none;*/
}
/*.select2-selection {
    background-color: #ed9c28;
}*/

.myCHart {
    /*width: 400px;
    height: 400px;*/
}

.linkbutton{

    padding: .66em .9em;
    background-color: #8ca93e;
    border-radius: 50px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    max-width: 225px;
    font-size: 1.813em;
    margin-left: auto;
}
.toelichting {
    background-color: red;
    color: white;
    margin: 10px;
    padding-bottom: 10px;
    padding-top:10px;
}
.waarschuwing{
    font-weight: bold;
    padding-top:10px;
}

/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*end gridview */


@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1306px;
    }
}

@media (min-width: 1900px) {
    .container {
        width: 1800px;
    }
}

@media (min-width: 2560px) {
    .container {
        width: 2400px;
    }
}


.offerte {
    background-color: yellow;
}

