/* CSS Document */

/*ALGEMENE CSS */


html {
    font-family: Garamond,"Open Sans",sans-serif;
    color: #000;
}

body {
    background-color: #C5DA30;
    font-family: Garamond,"Open Sans",sans-serif;
    color: #000;
    margin: 0;
}

input {
    font-family: inherit;
    height: 25px;
    font-size: 17px;
    /*width: 250px;*/
}

.no-top-bottom-padding {
    padding-top : 0;
    padding-bottom : 0;
}
input.ng-invalid {
    /*background-color: #FDCDCD;*/
    border: 2px solid #ff000059
}

textarea {
    font-family: inherit;
    font-size: 17px;
}

select {
    font-family: inherit;
}

.btn-grey {
    margin: 13px 0 0 20px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    background-color: #E5E5E5;
    text-decoration: none;
    display: inline-block;
}

a {
    text-decoration: none;
    cursor: pointer;
}


.needs_save {
    color: green;
    font-weight: bold;
}

.can_save {
    color: orange;
    font-weight: bold;
}

.agenda-beschikbaar {
    color: green;
    font-weight: bold;
}

h3 {
    margin-left: 20px;
}

pre {
    font-family: inherit;
    overflow: auto;
    width: inherit;
}

select {
    font-family: inherit;
}
/* HEADER */
#header-wrapper, .footer-wrapper {
    width: 100%;
    background-color: #FFF;
    height: 70px;
}

#header-home {
    width: 34%;
    display: inline-block;
    float: left;
}

#header-logo-Ok {
    text-align: center;
    width: 32%;
    margin: 0px auto;
    display: inline-block;
}

#header-logo-NOk {
    text-align: center;
    width: 32%;
    margin: 0px auto;
}

    #header-logo-Ok img, #header-logo-NOk img {
        height: 70px;
    }

#header-user {
    width: 34%;
    display: inline-block;
    float: right;
    text-align: right;
}

    #header-user span {
        display: inline-block;
    }

    #header-user .btn-grey {
        margin-right: 23px;
    }

/* LOGIN */
#login-container {
    width: 400px;
    height: 250px;
    background-color: rgb(255, 255, 255);
    margin: 150px auto;
}

    #login-container h1 {
        text-align: center;
    }

    #login-container .btn-grey {
        float: right;
        margin-right: 72px;
        margin-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #login-container label {
        min-width: 150px;
        display: inline-block;
        padding-bottom: 3px;
    }

    #login-container input[type="text"], #login-container input[type="password"] {
        line-height: 30px;
        width: 250px;
        margin: 7px auto;
        box-shadow: none;
        display: block;
    }

    #login-container input[type="checkbox"] {
        margin-left: 72px;
    }

/* BODY */
#content-wrapper {
    /*width: 900px;*/
    margin: 0 auto;
    /*min-height: 628px;*/
}
.color-green {
    color: green;
    font-weight: bold;
}
.color-blue {
    color:blue;
    font-weight: bold;
}

#home-menu {
    margin: 0px auto;
    width: 900px;
    text-align: center;
}

    #home-menu img {
        margin: 40px;
        text-align: center;
    }

.data-box {
    background-color: #FFF;
    width: 100%;
    margin: 20px 0;
    padding-right: 15px;
}

    .data-box h2 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.selector {
    margin-left: 20px;
    /*width: 254px;*/
    height: 32px;
}

.type-selector {
    /*margin-left: 10px;*/
    width: 100%;
    font-size: 17px;
}
.row-hover:hover {
    background-color: rgba(197, 218, 48, 0.60);
    cursor: pointer;
}
#klant-select-letters {
    margin-left: 20px;
}

    #klant-select-letters ul {
        list-style: outside none none;
        font-weight: 700;
    }

        #klant-select-letters ul li {
            float: left;
            text-decoration: underline;
            padding: 9px;
            display: inline-block;
            list-style: none;
        }

    #klant-select-letters .active {
        color: rgb(197, 218, 48);
    }

    #klant-select-letters .disabled {
        color: #C8C8C8;
        text-decoration: none;
    }

.select-algemeen, .artikel-select, .klant-select, .boom-select, .boom-advies-select, .verantwoordelijke-select, .btwcode-select, .memmotext-select {
    /*font-size: 17px;
    height: 34px;*/
}


.memmotext-select {
}

.artikel-select {
}

.boom-select {
}

.klant-select, .boom-select, .artikel-select, .boom-soort, .boom-advies-select, .verantwoordelijke-select {
    /*margin-left: 20px;
    width: 254px;
    height: 32px;*/
}

#klant-info input {
    /*width: 250px;*/
    margin-bottom: 3px;
}

#klant-info label {
    /*display: inline-block;*/
    /*margin-left: 10px;*/
    text-align:left;
    font-size: 18px;
    /*width: 130px;*/
    vertical-align: top;
}


.optional {
    background-color: #CFDEE9;
}

.required:required[data-readonly] {
    /*background-color: #FDCDCD;*/
    border: 2px solid #ff000059
}

.required:valid {
    /*background-color: #FFF;*/
    border: 1px solid #ccc
    
}
.bbvtheader .bbvtrow {
    background-color: #c5da30b0;
    border: 1px solid #c5da30b0;
}
.bbvtbody {
    /*border: 1px solid #C5DA30;*/
}
    .bbvtbody .bbvtrow {
        line-height: 31px;
        border-bottom: 1px solid #c5da30b0;
        border-left: 1px solid #c5da30b0;
        border-right: 1px solid #c5da30b0;
    }
.bbvtbody .bbvtcell {
    border: 1px solid #c5da30b0;
}
.bbvtbody .bbvtcell input{
    border: none;
}
.bbvtable div {
    border: 1px solid green;
}

tbody tr td {
    padding: 0px !important;
}

table .w-10{
    width: 10% !important;
}
table .w-20 {
    width: 20% !important;
}
table .w-25 {
    width: 25% !important;
}
table .w-30 {
    width: 30% !important;
}
table .w-40 {
    width: 40% !important;
}
table .w-50 {
    width: 50% !important;
}

table .w-60 {
    width: 60% !important;
}
table .w-70 {
    width: 70% !important;
}
table .w-75 {
    width: 70% !important;
}

table .w-80 {
    width: 80% !important;
}

table .w-90 {
    width: 90% !important;
}

#klant-info select {
    /*width: 254px;
    height: 31px;*/
    margin-bottom: 3px;
    /*margin-left: -0.03em;*/
    border-color: darkgray;
}

#klant-info #postnr {
    /*width: 60px;*/
}

#klant-info #gemeente {
    /*width: 167px;*/
}

#klant-info .memmotext-select {
    /*margin-bottom: 3px;*/
    /*width: 707px;*/
}

#klant-info textarea {
    /*width: 700px;*/
    /*height: 88px;*/
    /*resize: none;*/
}
legend {
    color: #C5DA30;
    border-bottom: 1px solid #C5DA30;
}

.ml-15{
    margin-left:15px;
}

.boom {
    margin-left: 20px;
    display: block;
    /*border: 1px solid #C5DA30;
    margin-right: 20px;*/
    margin-bottom: 5px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

    .boom input {
        /*height: 26px;*/
        /*width: 268px;*/
        margin-bottom: 3px;
        font-size: 17px;
    }

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-boom-add {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    padding: 10px;
    background-color: #E5E5E5;
    text-decoration: none;
    display: inline-block;
    /*width: 843px;*/
    text-align: center;
}

.materiaal {
}

.btn-materiaal-add {
    margin: 0 20px 20px;
    font-size: 20px;
    color: #000;
    padding: 3px 10px 3px 10px;
    background-color: #E5E5E5;
    text-decoration: none;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.typeahead-demo {
    
    font-size: 17px;
}

.boom .boom-soort {
    margin-left: 20px;
    /*width: 180px;*/
    font-size: 17px;
}

.boom .boom-loc-nr {
    /*width: 100px;*/
    display: inline-block;
}

.boom .boom-loc-omsch {
    /*width: 680px;*/
    display: inline-block;
}


.boom .boom-KU {
    /*width: 69px;*/
}

.boom-werk-groep {
    margin-left: 20px;
}

.boom .boom-GU {
    /*width: 69px;*/
}

.boom .boom-advies-select {
    /*margin-left: 20px;
    font-size: 17px;*/
}

.boom .boom-advies-code {
    /*width: 40px;*/
}

.boom .boom-Opm {
    /*width: 339px;*/
}

.boom .boom-Prijs {
    /*width: 70px;*/
    text-align: right;
    padding-right: 20px;
}

.boom .plus {
    display: inline-block;
    vertical-align: bottom;
}

.boom-wu {
    margin-bottom: 5px;
}

    .boom-wu img {
        height: 33px;
    }

.group-lvl1, .group-lvl2, .group-lvl3 {
    width: 100%;
    border-bottom: 1px solid #C5DA30;
}

    .group-lvl1 a, .group-lvl2 a, .group-lvl3 a {
        margin-bottom: 13px;
    }

    .group-lvl1 .active, .group-lvl2 .active, .group-lvl3 .active {
        font-weight: 700;
    }

    .group-lvl1 .disabled, .group-lvl2 .disabled, .group-lvl3 .disabled {
        color: rgba(94,91,91,1.00);
        display: inline-block;
    }

.group-detail {
    margin-top: 13px;
    margin-bottom: 17px;
}

.group-detail-select {
    display: inline;
}

.group-detail .aantal {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
}

.group-detail .aantal-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    height: 32px;
}

.group-detail .submit, .group-detail .delete {
    display: inline-block;
    vertical-align: middle;
/*    height: 33px;*/
    background-color: #E5E5E5;
}

.group-overview {
    /*margin: 20px auto;
    width: 600px;*/
    border: 1px solid #C5DA30;
}


    .group-overview .header, .header-sum, .header2 {
        font-weight: 700;
        display: block;
        border-bottom: 1px solid #C5DA30;
        border-top: 1px solid #C5DA30;
    }

    .group-overview .row {
        display: block;
    }

    .group-overview .header .aantal {
    }

    .group-overview .row .aantal input {
        /*width: 30px;
        height: 18px;*/
    }

    .group-overview .row input {
        /*width: 65px;*/
        /*height: 25px;*/
        font-size: 17px;
    }

    .group-overview .row img {
        height: 33px;
    }

    .group-overview .detail {
        /*width: 350px;
        display: inline-block;
        padding-left: 10px;*/
        text-align: left;
    }

.werkuren .group-overview .header .aantal {
    /*width: 40px;*/
}

.werkuren .group-overview .row .aantal {
    width: 40px;
}

.group-overview .header .aantal {
    /*width: 70px;*/
    /*display: inline-block;*/
    text-align: center;
}

.group-overview .header .prijs {
    text-align: right;
}

.group-overview .header .detail, .group-overview .header .aantal, .group-overview .header .prijs {
    display: inline-block;
}

.group-overview .row .aantal {
    /*width: 80px;
    display: inline-block;*/
    text-align: center;
}

.werkuren .group-overview .row .tijd input {
    width: 70px;
}

.group-overview .tijd {
    text-align: center;
    width: 100px;
    display: inline-block;
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.group-overview .naam {
    /*width: 130px;*/
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}

.offerte-list {
    text-align: left;
}
.offerte-list .text-left {
    text-align:left;
}
    .offerte-list .naam {
        text-align: left;
    }

.group-overview .row .aantal input {
    text-align: center;
}

.group-detail .aantal-input {
/*    width: 69px;
    display: inline-block;*/
}

.group-overview .header-sum .detail, .group-overview .header-sum .aantal, .group-overview .header-sum .prijs {
    display: inline-block;
}

    .group-overview .header-sum .prijs::before {
        text-align: right;
        content: "€ ";
    }

.group-overview .header-sum .aantal {
    width: 70px;
}

.group-overview .prijsinput input {
    text-align: right;
}

.group-overview .prijs, .group-overview .prijsinput {
    /*width: 100px;
    display: inline-block;*/
    text-align: right;
}

    .group-overview .prijs::before {
        content: "€ ";
    }


.group-overview .delete {
    display: inline-block;
    vertical-align: middle;
}

.summary-klant, .summary-algemeen {
    margin-left: 20px;
}


/* OFFERTE OVERZICHT */

.overzicht {
    margin: 20px auto;
    /*display: block;
    width: 693px;*/
    /*border-top: 1px solid #C5DA30;
    border-left: 1px solid #C5DA30;*/
}

    .overzicht .header {
        font-weight: 700;
        /*display: block;*/
        border-bottom: 1px solid #C5DA30;
    }

    .overzicht .row {
        /*display: block;*/
        border-bottom: 1px solid #C5DA30;
        line-height: 31px;
    }
    .colored-header
    {
        background-color:#C5DA30;
        font-size:15pt;
        font-weight: 700;
    }
    .overzicht .naam {
        /*display: inline-block;*/
        /*width: 160px;*/
        /*border-right: 1px solid #C5DA30;
        padding: 2px;*/
    }

.glyphicon-xxs {
    font-size:xx-small;
}
    .overzicht .datum {
        /*display: inline-block;*/
        /*width: 100px;*/
        /*border-right: 1px solid #C5DA30;*/
        padding: 2px;
    }

    .overzicht .referentie {
        /*display: inline-block;*/
        /*width: 250px;*/
        /*border-right: 1px solid #C5DA30;*/
        padding: 2px;
    }

    .overzicht .eigenaar {
        /*display: inline-block;*/
        /*width: 150px;*/
        /*border-right: 1px solid #C5DA30;*/
        padding: 2px;
    }



/* AGENDA */
.agenda-date {
    width: 80%;
    margin: 0px auto;
    font-size: 16px;
    padding-bottom: 10px;
}

    .agenda-date h3 {
        margin: 0 0 0 10px;
    }

.agenda-item {
    width: 90%;
    margin: 5px auto;
    box-shadow: 6px 6px 5px #888;
    border: 1px solid #888;
    padding: 8px;
}

    .agenda-item h3 {
        margin: 0;
        font-size: 16px;
    }

    .agenda-item .disabled {
        height: 50px;
        background-color: #888;
        opacity: 0.2;
        margin: -8px;
    }

.v-container {
    border-top: 1px solid rgb(197, 218, 48);
    padding: 10px;
    width: 90%;
    margin: 0px auto;
    display: inline-block;
}

.v-left {
    display: inline-block;
    float: left;
    clear: left;
}

.v-right {
    display: inline-block;
    float: right;
    clear: right;
    width: 50%;
    text-align: left;
}

.v-container label {
    width: 130px;
    display: inline-block;
}
/* AGENDA */



/* FOOTER */

.footer-actie {
    float: right;
    margin-right: 20px;
}

.pr-0{
    padding-right:0px;
}
.glyphicon{
    top:0px;
}
.bomenbbv table thead {
    background: #c5da30b0;
}
.bomenbbv table tbody td {
    border: 1px solid #c5da30b0;
}
.bomenbbv table tbody td input{
    border: none;
}
    .bomenbbv table tbody td .input-group-addon {
        border: 1px solid #ccc;
    }

.month-selected {
    background-color: #c5da30b0;

}