﻿@import 'https://fonts.googleapis.com/css?family=Lato:400|Open+Sans:300';

/* In het beheer het logo */
.img-logo {
    max-width: 250px;
}

.clickable {
    cursor: pointer;
}

.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;
}

.btn {
    border-radius: 0;
    padding: 8px 12px;
}

.form-control {
    padding: 8px 12px;
    height: 38px;
    border-radius: 0;
    box-shadow: none !important;
    color: #222;
}

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;
}

.strong {
    font-weight: bold;
}

p small {
    color: #999;
}

/* deze waarde van 21 is afkomstig van de h1 */
.margin-top {
    margin-top: 21px;
}

.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 {
    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;
}
