﻿@import 'https://fonts.googleapis.com/css?family=Lato:400|Open+Sans:300';

.clickable {
    cursor: pointer;
}

.grid .row {
    margin-top: 3px;
    margin-bottom: 4px;
}

/* - - - - - - - - - Tellen van rijen in een tabel - - - - - - - - - */
.table-count tbody {
    counter-reset: rowNumber;
}

    .table-count tbody tr {
        counter-increment: rowNumber;
    }

        .table-count tbody tr td:first-child::before {
            content: counter(rowNumber);
            min-width: 1em;
            margin-right: 0.5em;
        }

.container {
    min-height: 300px;
}

/* Het kleine logootje linksbovenin */

.navbar-brand {
    padding: 10px;
}

.logo {
    margin-top: 20px;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin-top: 60px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.agenda-box {
    border: 1px solid #ccc;
    min-height: 300px;
}

.has-inv-rows {
    border-left: 2px solid greenyellow;
}

td.true {
    background: url(/images/green.png) no-repeat right center;
}

td.false {
    background: url(/images/red.png) no-repeat right center;
}

#a-verwijder-datum-vanaf, #a-verwijder-datum-tm {
    position: absolute;
    right: 10px;
    top: 30%;
    font-size: 10px;
    color: black;
}

.relative {
    position: relative;
}

.lijst-item {
    border-bottom: 1px solid #ddd;
}

.lijst .lijst-item:first-of-type {
    border-top: 1px solid #ddd;
}

.lijst-item a {
    color: #222;
}

/* de h4 iconen met mail en envelop in klantenoverzicht mobiel */
h4.inline {
    display: inline-block;
    margin: 2px 7px 5px 0 !important;
}

    h4.inline a {
        color: #008cba;
    }

/* in die lijst de marges flink verkleinen */
.lijst-item h3, .lijst-item p, .lijst-item h4 {
    margin: 5px 0;
}

.lijst-item h3 {
    font-size: 19px;
}

/* de marge van de hr verkleinen */
hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Geen boxshadow in geen enkele input */
.form-control {
    box-shadow: none !important;
    color: #222;
}

.strong {
    font-weight: bold;
}

.logo {
    margin-top: 20px;
}

p small {
    color: #999;
}

/* deze waarde van 21 is afkomstig van de h1 */
.margin-top {
    margin-top: 21px;
}

/* deze marge heb ik nodig om een knop in een row > col te zetten waarvan de eerdere velden een label erboven hebben */
.margin-btn-top {
    margin-top: 26px;
}

.margin-onder {
    margin-bottom: 11px;
}

.navbar {
    margin-bottom: 0;
}

.filters td {
    width: 25%;
}

td.rood {
    background-color: #c9302c;
    color: #fff;
}

td.geel {
    background-color: #ff0;
}

td.groen {
    background-color: #449d44;
    color: #fff;
}

td.blauw {
    background-color: #008cba;
    color: #fff;
}

.edit {
    display: none;
}

td:hover .edit {
    float: right;
    color: #c9302c;
}

/* Deze kleurtjes gebruik ik voor de a.btn van envelop. facturen.aspx.  */
.red {
    color: #c9302c !important;
}

.green {
    color: #449d44 !important;
}

.grey {
    color: #efefef !important;
}

/* Deze kleurtjes gebruik ik voor de btn in de pagina Factuur.aspx  */
#btn-stuur-pdf.red,
#btn-stuur-herinnering.red,
#btn-stuur-tweede-herinnering.red,
#btn-stuur-laatste-herinnering.red {
    background-color: #c9302c !important;
    color: white !important;
}

#btn-stuur-pdf.green,
#btn-stuur-herinnering.green,
#btn-stuur-tweede-herinnering.green,
#btn-stuur-laatste-herinnering.green {
    background-color: #449d44 !important;
    color: white !important;
}

#btn-stuur-pdf.grey,
#btn-stuur-herinnering.grey,
#btn-stuur-tweede-herinnering.grey,
#btn-stuur-laatste-herinnering.grey {
    background-color: #efefef !important;
    color: white !important;
}

.row.details h3 {
    margin: 0 0 20px 0;
}

/* Als een factuur is verstuurd, dan een vinkje in de td met class: verstuurd */
td.verstuurd {
    background: url(/img/checkbox-groen.png) no-repeat right 11px;
    background-size: 12px;
}

td.factoring {
    background: url(/img/factoring.png) no-repeat right 11px;
    background-size: 12px;
}

/* Deze kleurtjes gebruik ik voor de btn in de pagina Factuur.aspx  */
#btn-stuur-pdf.red {
    background-color: #c9302c !important;
    color: white !important;
}

#btn-stuur-pdf.green {
    background-color: #449d44 !important;
    color: white !important;
}

#btn-stuur-pdf.grey {
    background-color: #efefef !important;
    color: white !important;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

@media only screen and (min-width:992px) {
    body {
        margin-top: 60px;
    }
}

@media only screen and (min-width:1600px) {
    .container {
        width: 1600px;
    }
}

@media only screen and (min-width:1500px) {
    .container {
        width: 1500px;
    }
}
