﻿body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-size: 15pt;
    background-color: #f9f9f9;
}

h1 {
    margin: 0px;
    font-size: 16pt;
    color: #008490;
}

h2 {
    font-size: 18pt;
    margin: 0px;
    font-weight: normal;
}

img {
    border: 0;
}

.pre {
    white-space: nowrap;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.container-fluid, .container {
    padding: 0px;
}

input, .check {
    font-family: 'Open Sans', sans-serif;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #008490;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    input:focus, textarea:focus {
        border-color: #008490;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    input[type=button], input[type=submit] {
        cursor: pointer;
        cursor: hand;
        -webkit-appearance: none;
        width: auto;
        height: 38px;
        display: inline-block;
        background-color: #008490;
        color: white;
    }

        input[type=button]:hover, input[type=submit]:hover {
            background-color: rgba(0,0,0,0.075);
            color: #333;
        }

    input[type=text], input[type=password] {
        height: 24px;
        width: calc(100% - 26px);
        -webkit-appearance: none;
    }

    input[type=image] {
        background-color: #008490;
    }

    input[type=text]:disabled, select:disabled {
        background-color: #eee;
        color: #555;
        cursor: not-allowed;
    }

    input[type=submit]:disabled, input[type=button]:disabled {
        background-color: #999 !important;
        color: #ccc !important;
        border-color: gray !important;
    }

select {
    height: 38px;
    -webkit-appearance: none;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 10px 8px 10px;
    background-color: white;
    border: solid 1px #008490;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background-image: url(/images/arrow.png);
    background-position: right;
    background-repeat: no-repeat;
}

textarea {
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #008490;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.check {
    width: calc(100% - 15px);
    height: 26px;
    padding: 5px 6px 5px 7px;
}

    .check input[type=checkbox] {
        display: inline;
        width: auto;
        height: 18px;
        box-shadow: none;
        margin-top: 1px !important;
        float: left;
        margin-right: 10px;
        margin-top: 5px !important;
    }

    .check label {
        display: inline-block;
        margin-top: 3px;
        float: left;
    }

.plain {
    font-weight: normal;
    text-decoration: none;
    font-size: 11pt;
    margin-bottom: 10px;
}

.middle {
    text-align: center;
}

    .middle img {
        display: inline-block;
    }

.contentbox {
    background-color: white;
    border: solid 2px #999;
    padding: 20px;
}

    .contentbox h1 {
        margin-bottom: 20px;
    }

label {
    font-weight: normal;
}

/* Inloggen */

.logo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.inlogbox {
    width: 40%;
    margin-left: 30%;
    font-size: 12pt;
    color: #999;
    position: relative;
    z-index: 200;
}

@media (max-width: 767px) {
    .inlogbox {
        width: 60%;
        margin-left: 20%;
    }
}

@media (max-width: 500px) {
    .inlogbox {
        width: 80%;
        margin-left: 10%;
    }
}

.inlogbox input {
    margin-bottom: 10px;
}

    .inlogbox input[type=submit] {
        margin-top: 20px;
    }

/* Einde inloggen */

.header {
    border-bottom: solid 5px #008490;
    background-color: #eee;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
}

.dash_logo {
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 13000;
    padding: 14px;
}

    .dash_logo img {
        width: 80px;
        cursor: pointer;
        cursor: hand;
    }

.menucontainer {
    float: left;
    width: 215px;
    position: relative;
}

.menu {
    background-color: white;
    border: solid 2px #999;
    margin-left: 20px;
    margin-top: 20px;
}

    .menu:first-of-type {
        margin-top: 63px;
    }

    .menu:last-of-type {
        margin-bottom: 20px;
    }

    .menu a {
        position: relative;
        display: block;
        font-size: 11pt;
        color: #555;
        text-decoration: none;
    }

        .menu a:hover {
            background-color: #ddd;
            text-decoration: none;
        }

        .menu a.active {
            background-color: #ddd;
        }

        .menu a img {
            width: 25px;
            margin: 10px;
            margin-right: 15px;
            margin-bottom: 8px;
        }

        .menu a span {
            margin-right: 15px;
            position: relative;
            top: -15px;
        }

        .menu a .badge {
            position: absolute;
            top: 13px;
            right: 10px;
            width: 20px;
            height: 20px;
            border-radius: 50px;
            background-color: red;
            color: white;
            text-align: center;
            font-size: 8pt;
            padding-top: 3px;
            font-weight: bold;
        }

            .menu a .badge span {
                margin-right: 0px;
                position: initial;
                top: 0px;
            }

.content {
    float: left;
    width: calc(100% - 215px);
    position: relative;
    top: 70px;
}

.manip {
    background-color: white;
    border: solid 2px #999;
    margin: 20px;
    padding: 20px;
    width: calc(100% - 40px);
}

    .manip:after {
        content: "";
        display: block;
        clear: both;
    }

.overview {
    background-color: white;
    border: solid 2px #999;
    padding: 20px;
    overflow: auto;
    width: calc(100% - 40px);
    margin: 20px;
}

table {
    width: 100%;
    font-size: 10pt;
}

table {
    border-width: 0px;
}

    table th {
        border-bottom: solid 2px black;
        padding: 7px;
        border-left: solid 0px #ddd;
        border-right: solid 0px #ddd;
        text-align: left;
    }

    table td {
        border-bottom: solid 1px #ddd;
        padding: 7px;
        border-left: solid 0px #ddd;
        border-right: solid 0px #ddd;
    }

.overview_grid tbody tr:not(:first-child):hover {
    background-color: #ddd;
    cursor: pointer;
    cursor: hand;
}

.overview_grid tbody tr:first-of-type, .overview_grid_nohover tbody tr:first-of-type {
    border-top: solid 0px white;
}

.overview_grid td:nth-of-type(2), .overview_grid th:nth-of-type(2), .overview_grid_nohover td:nth-of-type(2), .overview_grid_nohover th:nth-of-type(2) {
    padding-left: 11px;
}

.overview_grid td:last-of-type, .overview_grid th:last-of-type, .overview_grid_nohover td:last-of-type, .overview_grid_nohover th:last-of-type {
    padding-right: 10px;
}

.no_hover:hover {
    background-color: #fff;
    cursor: pointer;
    cursor: hand;
}

.alert a {
    margin-left: 10px;
}

.dropping {
    width: calc(100% - 14px);
    background-color: #ededed;
    text-align: center;
    padding: 30px;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 20px;
    margin-left: 7px;
    margin-top: 7px;
    font-size: 10pt;
    border: solid 1px #ededed;
    border-radius: 4px;
}

.werknemer {
    margin: 0px;
    width: calc(100% + 3px);
    padding: 10px;
}

.facturatielogo .dropping {
    margin: 0px;
    float: left;
    width: auto;
    width: 50%;
}

.facturatielogo img {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.custom-modal-body hr {
    margin: 0px auto;
    color: #ddd;
    border-width: 0px;
    background-color: #ddd;
    height: 1px;
    width: calc(100% - 4px);
}

.status_block {
    width: 100px;
    text-align: center;
    padding: 3px;
}

.header_right {
    text-align: center;
}

.factuur_pres {
    float: left;
    width: calc(55% - 30px);
    margin: 20px;
    margin-right: 10px;
    background-color: #fff;
    border: solid 2px #999;
}

.betaalbestand_pres {
    float: left;
    width: calc(65% - 30px);
    margin: 20px;
    margin-right: 10px;
    background-color: #fff;
    border: solid 2px #999;
}

.factuur_info {
    float: right;
    width: calc(45% - 30px);
    margin: 20px;
    margin-left: 10px;
    background-color: #fff;
    border: solid 2px #999;
    font-size: 11pt;
    font-weight: bold;
}

.betaalbestand_info {
    float: right;
    width: calc(35% - 30px);
    margin: 20px;
    margin-left: 10px;
    background-color: #fff;
    border: solid 2px #999;
    font-size: 11pt;
    font-weight: bold;
}

    .factuur_info .meta, .betaalbestand_info .meta {
        background-color: #ededed;
        padding: 15px;
        font-size: 10pt;
        font-weight: normal;
        border-bottom: dotted 1px #008490;
    }

        .factuur_info .meta input[type=image], .betaalbestand_info .meta input[type=image] {
            margin-left: 5px;
            float: right;
            padding: 4px 4px;
        }

    .factuur_info .edit input[type=text], .betaalbestand_info .edit input[type=text] {
        margin-bottom: 10px;
        margin-top: 1px;
    }

    .factuur_info h1, .betaalbestand_info h1 {
        margin-bottom: 4px;
    }

    .factuur_info .edit, .betaalbestand_info .edit {
        padding: 15px;
    }

.factuur_pres img, .betaalbestand_pres img {
    width: 100%;
    margin-bottom: 10px;
    vertical-align: bottom;
}

    .factuur_pres img:last-of-type, .betaalbestand_pres img:last-of-type {
        margin-bottom: 0px;
    }

@media all and (max-width: 1150px) {
    .factuur_pres, .betaalbestand_pres {
        width: calc(100% - 40px);
    }

    .factuur_info, .betaalbestand_info {
        width: calc(100% - 40px);
        margin-top: 0px;
    }

    .betaalbestand_info {
        margin-top: 20px;
    }

    .betaalbestand_pres {
        margin-top: 0px;
    }
}

.factuurregels, .transactieregels, .factuurmakenregels, .declaratieregels {
    border-bottom: dotted 1px #008490;
    margin-bottom: 0px;
}

.factuurregel, .transactieregel, .factuurmakenregel, .declaratieregel, .memoriaalregel {
    border-top: dotted 1px #008490;
    padding: 10px 10px 5px 10px;
    background-color: #f9f9f9;
}

    .factuurregel .omschrijving {
        width: calc(100% - 278px) !important;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .transactieregel .omschrijving {
        width: calc(100% - 240px) !important;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .memoriaalregel .omschrijving {
        width: calc(100% - 440px) !important;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .factuurregel .bedrag {
        width: 60px !important;
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .transactieregel .bedrag, .memoriaalregel .bedrag {
        width: 60px !important;
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .factuurregel .tarief {
        width: 75px !important;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 3px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .factuurregel .btw {
        width: 60px !important;
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-bottom: 4px;
    }

    .factuurregel .grootboek {
        width: calc(50% - 4px) !important;
        padding-left: 10px;
        margin-bottom: 4px;
    }

    .transactieregel .grootboek {
        float: left;
        width: calc(50% - 25px) !important;
        padding-left: 10px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .memoriaalregel .grootboek {
        float: left;
        width: 200px !important;
        padding-left: 10px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .transactieregel .kostenplaats {
        float: left;
        width: calc(50% - 25px) !important;
        padding-left: 10px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .factuurregel .kostenplaats {
        width: calc(50% - 5px) !important;
        padding-left: 10px;
        margin-bottom: 4px;
    }


    /* FMR */

    .factuurmakenregel .btw {
        width: 100px !important;
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-bottom: 4px;
    }

    .factuurmakenregel .tarief {
        width: 75px !important;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 3px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .factuurmakenregel .bedrag {
        width: 100px !important;
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .factuurmakenregel .omschrijving {
        width: calc(100% - 455px) !important;
        height: 66px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .factuurmakenregel .aantal {
        width: 70px !important;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .factuurmakenregel .grootboek {
        float: left;
        width: 210px !important;
        padding-left: 10px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .factuurmakenregel .kostenplaats {
        float: left;
        width: 210px !important;
        padding-left: 10px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

@media all and (max-width: 1200px) {
    .factuurmakenregel .grootboek, .factuurmakenregel .kostenplaats {
        width: calc(50% - 5px) !important;
    }

    .factuurmakenregel .omschrijving {
        width: calc(100% - 28px) !important;
    }

    .factuurmakenregel .aantal, .factuurmakenregel .btw, .factuurmakenregel .bedrag, .factuurmakenregel .tarief {
        width: calc(25% - 21px) !important;
    }
}

/* Einde FMR */

::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

.fr_number {
    float: left;
    width: 15px;
    margin-right: 8px;
    height: 100%;
    text-align: right;
    margin-top: 8px;
    font-size: 12pt;
}

.fr_meta, .fmr_meta {
    float: left;
    width: calc(100% - 60px);
}

.fr_delete {
    float: right;
    width: 37px;
    height: 100%;
    text-align: left;
}

.status {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #008490;
    color: white;
    padding: 5px 10px;
    font-size: 12pt;
    white-space: nowrap;
}

.totals tr, .totals th, .totals td {
    border: solid 0px white;
    padding: 0px;
    padding-top: 10px;
    font-size: 12pt;
    text-align: right;
}

.totals td {
    font-weight: normal;
    width: 120px;
    padding-right: 55px;
}

.totals_trans {
    padding-right: 40px;
}

.totals_memoriaal {
    padding-right: 58px;
}

    .totals_trans tr, .totals_trans th, .totals_trans td, .totals_memoriaal tr, .totals_memoriaal th, .totals_memoriaal td {
        border: solid 0px white;
        padding: 0px;
        padding-top: 10px;
        font-size: 11pt;
        text-align: right;
    }

    .totals_trans td, .totals_memoriaal td {
        font-weight: normal;
        width: 85px;
    }

.winstverlies {
    text-align: center;
}

.gray {
    background-color: #999;
}

.saldo {
    text-align: center;
    display: inline-block;
    padding: 20px 30px;
    margin: 20px auto;
    white-space: nowrap;
    width: 250px;
}

.inkomsten {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px;
    width: calc(50% - 30px);
}

.kosten {
    float: right;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 20px;
    width: calc(50% - 30px);
}

.winstverlies table, .balans table {
    border-collapse: collapse;
}

    .winstverlies table tr td, .balans table tr td {
        text-align: right;
        border-color: #fff;
    }

    .winstverlies table tr th, .balans table tr th {
        border-color: #fff;
    }

    .winstverlies table tr:nth-last-of-type(2) th, .winstverlies table tr:nth-last-of-type(2) td,
    .balans table tr:nth-last-of-type(2) th, .balans table tr:nth-last-of-type(2) td {
        border-bottom: solid 1px #999;
    }

    .winstverlies table tr:last-of-type td, .balans table tr:last-of-type td {
        font-weight: bold;
    }

.clickable:hover > td, .clickable:hover > th {
    cursor: pointer;
    cursor: hand;
    background-color: #ddd;
}

@media all and (max-width: 1060px) {
    .inkomsten, .kosten {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }

    tr.spacer th, tr.spacer td {
        font-size: 0pt;
        height: 0px;
        padding: 0px;
        border-bottom: solid 0px #fff;
    }
}

@media all and (max-width: 450px) {
    .saldo {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
}

.dash {
    min-width: 270px;
}

    .dash h1 {
        margin-bottom: 10px;
    }

    .dash a:link, .dash a:visited, .dash a:active, .dash a:hover {
        text-decoration: none;
        color: #333;
    }

    .dash a:hover {
        background-color: #f9f9f9;
        color: #333;
    }

    .dash h2 {
        text-align: right;
    }

.dash_right {
    width: calc(100% - 300px);
    float: right;
}

.dash_left {
    width: 260px;
    float: left;
    margin-bottom: 20px;
}

    .dash_left img {
        width: 25px;
    }

.dash_wv, .dash_inkoop, .dash_bank, .dash_verkoop {
    float: left;
    width: calc(100% - 44px);
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
    height: 72px;
}

    .dash_inkoop img, .dash_verkoop img {
        margin-top: 3px;
        margin-right: 15px;
        float: left;
    }

    .dash_bank img {
        margin-top: 2px;
        margin-right: 15px;
        float: left;
    }

    .dash_wv img {
        margin-top: 5px;
        margin-right: 15px;
        float: left;
    }

.dash_todo, .dash_roadmap {
    width: calc(100% - 20px);
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 115px;
}

.dash_graph {
    width: calc(100% - 20px);
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .dash_graph h1 {
        float: left;
    }

    .dash_graph select {
        float: right;
        width: 100px;
    }

.graph {
    clear: both;
    position: relative;
    width: 100%;
}

.cover {
    height: 170px;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    position: relative;
    z-index: 100;
}

.coverover {
    height: 40px;
    width: 200px;
    background-color: white;
    margin-top: -95px;
    position: relative;
    z-index: 200;
    margin: -105px auto;
    border: solid 2px #008490;
    padding: 5px 10px;
}

@media all and (max-width: 930px) {
    .dash_left, .dash_right {
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 0px;
    }

    .dash_wv, .dash_inkoop {
        float: left;
        width: calc(50% - 74px);
        margin-right: 10px;
        margin-left: 20px;
        margin-top: 20px;
    }

    .dash_bank, .dash_verkoop {
        float: right;
        width: calc(50% - 74px);
        margin-right: 20px;
        margin-left: 10px;
        margin-top: 20px;
    }

    .dash_todo, .dash_roadmap, .dash_graph {
        width: calc(100% - 40px);
        margin-left: 20px;
        min-height: 0px;
    }
}

@media all and (max-width: 600px) {
    .dash_wv, .dash_inkoop, .dash_bank, .dash_verkoop {
        float: left;
        width: calc(100% - 84px);
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }
}

@media all and (max-width: 705px) {
    .menu a span {
        display: none;
    }

    .menu a img {
        margin-right: 10px;
    }

    .menu a .badge span {
        display: inline;
    }

    .menucontainer {
        width: 70px;
    }

    .content {
        width: calc(100% - 70px);
    }
}


.gb_btn {
    width: 180px;
    float: left;
}

.gb_tb {
    width: calc(100% - 205px) !important;
    float: right;
}

.rel_btn {
    width: 140px;
    float: left;
}

.rel_tb {
    width: calc(100% - 31px) !important;
    max-width: 280px;
    float: left;
    margin-right: 5px;
    height: 26px !important;
}

.fact_btn {
    float: left;
    margin-right: 10px;
}

.fact_ib {
    float: left;
    margin-right: 5px;
    padding: 8px;
    height: 22px;
    background-color: #eee !important;
    border-color: #008490;
}

.bb_img {
    padding: 3px;
    height: 15px;
    background-color: #eee !important;
    border-color: #008490;
}

    .bb_img img {
        width: 10px;
    }

.fact_knop {
    padding: 8px !important;
    height: 22px !important;
    width: 22px !important;
    background-color: #eee !important;
    border-color: #008490;
}

.fact_tb {
    width: calc(100% - 210px) !important;
    max-width: 280px;
    float: left;
    margin-right: 5px;
    height: 26px !important;
}

.verkoop .fact_tb {
    width: calc(100% - 345px) !important;
}

.inkoop .fact_tb {
    width: calc(100% - 256px) !important;
}


.fact_ddl {
    float: right;
    width: 134px !important;
    height: 40px !important;
}

.mem_tb_adm {
    width: calc(100% - 221px) !important;
    margin-right: 10px;
    float: left;
}

.bank_tb_adm {
    width: calc(100% - 356px) !important;
    margin-right: 10px;
    float: left;
}

.bank_tb {
    width: calc(100% - 116px) !important;
    max-width: 310px;
    margin-right: 0px;
    float: left;
    height: 26px !important;
}

.bank_btn {
    float: left;
    width: 165px;
    margin-right: 0px !important;
}

@media all and (max-width: 618px) {
    .bank_btn {
        width: calc(100% - 0px) !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media all and (max-width: 1199px) {
    table.gebruikers td:nth-child(5), table.gebruikers th:nth-child(5), table.gebruikers td:nth-child(8), table.gebruikers th:nth-child(8) {
        display: none;
    }

    table.facturen td:nth-child(2), table.facturen th:nth-child(2), table.facturen td:nth-child(4), table.facturen th:nth-child(4), table.facturen td:nth-child(7), table.facturen th:nth-child(7) {
        display: none;
    }

    table.verkoopfacturen td:nth-child(5), table.verkoopfacturen th:nth-child(5) {
        display: none;
    }

    table.werknemers td:nth-child(7), table.werknemers th:nth-child(7), table.werknemers td:nth-child(6), table.werknemers th:nth-child(6) {
        display: none;
    }
}

@media all and (max-width: 991px) {
    table.gebruikers td:nth-child(6), table.gebruikers th:nth-child(6), table.gebruikers td:nth-child(3), table.gebruikers th:nth-child(3) {
        display: none;
    }

    table.relaties td:nth-child(4), table.relaties th:nth-child(4), table.relaties td:nth-child(3), table.relaties th:nth-child(3) {
        display: none;
    }

    table.facturen td:nth-child(8), table.facturen th:nth-child(8) {
        display: none;
    }

    table.verkoopfacturen td:nth-child(3), table.verkoopfacturen th:nth-child(3), table.verkoopfacturen td:nth-child(6), table.verkoopfacturen th:nth-child(6) {
        display: none;
    }

    table.werknemers td:nth-child(5), table.werknemers th:nth-child(5) {
        display: none;
    }

    table.betalingen td:nth-child(4), table.betalingen th:nth-child(4) {
        display: none;
    }

    .bank_tb {
        width: calc(100% - 26px) !important;
        max-width: 100%;
    }
}

@media all and (max-width: 767px) {
    table.facturen td:nth-child(3), table.facturen th:nth-child(3) {
        display: none;
    }

    table.verkoopfacturen td:nth-child(4), table.verkoopfacturen th:nth-child(4) {
        display: none;
    }

    table.aangiftes td:nth-child(6), table.aangiftes th:nth-child(6) {
        display: none;
    }

    table.gebruikers td:nth-child(4), table.gebruikers th:nth-child(4) {
        display: none;
    }

    table.betaalbestanden td:nth-child(5), table.betaalbestanden th:nth-child(5) {
        display: none;
    }

    table.betaalbestand td, table.betaalbestand th {
        font-size: 8pt;
    }
}

@media all and (max-width: 530px) {
    table.facturen td:nth-child(6), table.facturen th:nth-child(6) {
        display: none;
    }

    table.grootb td:nth-child(4), table.grootb th:nth-child(4) {
        display: none;
    }

    table.betaalbestanden td:nth-child(2), table.betaalbestanden th:nth-child(2) {
        display: none;
    }

    .fact_tb, .verkoop .fact_tb, .inkoop .fact_tb {
        max-width: 100%;
        width: calc(100% - 26px) !important;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .rel_tb {
        width: calc(100% - 26px) !important;
        max-width: 100%;
        margin-top: 10px;
    }

    select.fact_ddl, .gebr_btn, .fb_btn {
        width: 100% !important;
    }

    .fact_btn {
        width: 100% !important;
        margin: 0px;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 460px) {
    table.relaties td:nth-child(5), table.relaties th:nth-child(5) {
        display: none;
    }

    table.betaalbestanden td, table.betaalbestanden th {
        font-size: 8pt;
    }

    .gb_tb {
        width: calc(100% - 26px) !important;
        margin-top: 10px;
    }

    .gb_btn {
        width: 100% !important;
    }
}

@media all and (max-width: 430px) {
    table.gebruikers td:nth-child(2), table.gebruikers th:nth-child(2) {
        display: none;
    }

    table.grootb td:nth-child(5), table.grootb th:nth-child(5) {
        display: none;
    }
}


@media all and (max-width: 570px) {
    .factuurregel .omschrijving {
        width: calc(50% - 24px) !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .factuurregel .bedrag {
        width: calc(50% - 25px) !important;
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
    }

    .factuurregel .tarief {
        width: calc(50% - 2px) !important;
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 3px;
    }

    .factuurregel .btw {
        width: calc(50% - 25px) !important;
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
    }

    .factuurregel .grootboek {
        width: calc(50% - 2px) !important;
    }

    .factuurregel .kostenplaats {
        width: calc(50% - 3px) !important;
    }

    .totals td {
        width: 100px;
    }

    .fr_meta {
        float: left;
        width: calc(100% - 35px);
    }
}

.disabled, .disabled:hover {
    background-color: #999 !important;
    color: #ccc !important;
    border-color: gray !important;
}

.admin_adm {
    float: right;
    background-color: #008490;
    color: white;
    padding: 6px 10px;
    margin-top: 13px;
    margin-right: 15px;
    margin-left: 110px;
    border: solid 2px #999;
    font-size: 12pt;
    display: block;
    cursor: pointer;
    cursor: hand;
}

    .admin_adm span {
        font-weight: bold;
    }

.admin_info {
    float: right;
    background-color: #008490;
    color: white;
    padding: 6px 10px;
    margin-top: 13px;
    margin-right: 15px;
    border: solid 2px #999;
    font-size: 12pt;
    display: block;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 2px;
}

    .admin_info img {
        float: left;
        width: 12px;
        margin-right: 12px;
        margin-top: 5px;
        display: inline;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.admin_menu {
    background-color: #fff;
    border: solid 2px #008490;
    position: fixed;
    right: 15px;
    top: 55px;
    z-index: 15000;
    visibility: hidden;
}

    .admin_menu hr {
        margin: 0px auto;
        color: #008490;
        border-width: 0px;
        background-color: #008490;
        height: 1px;
    }

    .admin_menu a {
        display: block;
        color: #008490;
        padding: 6px 15px 8px 15px;
        text-decoration: none;
        font-size: 10pt;
        background-color: #fff;
    }

        .admin_menu a:hover {
            color: #008490;
            text-decoration: none;
            background-color: #eee;
        }

.transacties {
    float: left;
    width: calc(100% - 460px);
    margin: 20px;
    margin-right: 0px;
    margin-top: 0px;
}

.transacties_adm {
    float: left;
    width: 40%;
    margin: 20px;
    margin-right: 0px;
    margin-top: 0px;
}

.transactie_edit_adm {
    float: left;
    position: fixed;
    right: 20px;
    width: calc(60% - 190px);
    margin-left: 20px;
    max-height: calc(100% - 210px);
    overflow: auto;
}

.bank {
    float: right;
    width: 400px;
    margin: 20px;
    margin-top: 0px;
}

.rekening {
    display: block;
    padding-top: 25px;
    margin-bottom: 25px;
    border-top: solid 1px #ddd;
}

    .rekening:last-of-type {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .rekening:after {
        content: "";
        display: block;
        clear: both;
    }

.rek_info {
    float: left;
    width: 200px;
    font-size: 10pt;
}

    .rek_info h3 {
        font-size: 10pt;
        margin: 0px;
    }

.rek_saldo {
    float: right;
    width: 150px;
    text-align: right;
}

    .rek_saldo h4 {
        margin: 0px;
        margin-top: 3px;
        color: #008490;
        font-weight: normal;
    }

.transactie {
    width: 70%;
    background-color: #eee;
    margin-bottom: 20px;
    padding: 10px;
}

.transactie_adm {
    width: 100%;
    background-color: #eee;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 10pt;
    padding-top: 6px;
}

    .transactie:last-of-type, .transactie_adm:last-of-type {
        margin-bottom: 0px;
    }

.debet {
    float: left;
    border: solid 1px #008490;
}

.credit {
    float: right;
    border: solid 1px red;
}

.transacties_adm div.debet {
    float: left;
    border: solid 2px #008490;
}

.transacties_adm div.credit {
    float: right;
    border: solid 2px red;
}

@media all and (max-width: 1050px) {
    .transacties, .bank {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
}

.trans_status {
    float: left;
    margin-bottom: 5px;
}

.trans_bedrag {
    float: right;
    margin-top: 10px;
}

.transactie_edit_adm div.trans_status {
    width: calc(50% - 40px);
}

.transactie_edit_adm div.trans_bedrag {
    margin-top: 0px;
    float: left;
    width: 80px;
    text-align: center;
}

.trans_desc {
    clear: both;
    font-size: 10pt;
    border-top: solid 1px #ccc;
    padding-top: 5px;
}

.trans_datum {
    float: right;
    margin-bottom: 5px;
}

.trans_status_adm {
    float: left;
    width: 92px;
    margin-top: 5px;
}

.trans_bedrag_adm {
    float: left;
    width: 75px;
    text-align: right;
    margin-top: 5px;
}

.trans_desc_adm {
    float: left;
    width: calc(100% - 282px);
}

    .trans_desc_adm input {
        height: 20px;
        font-size: 10pt;
        padding: 3px;
        padding-right: 5px;
        margin-right: 0px;
        width: calc(100% - 18px);
    }

.trans_datum_adm {
    float: left;
    width: 75px;
    margin-top: 5px;
}

.transacties_adm div.trans_btn {
    float: left;
    width: 35px;
    text-align: right;
}

.trans_btn input {
    height: 27px;
    font-size: 10pt;
    padding: 3px 7px;
}

.transacties hr {
    color: #ddd;
    border-width: 0px;
    background-color: #ddd;
    height: 1px;
    margin-bottom: 20px;
}

.transacties h1 {
    float: left;
    margin-top: 1px;
    margin-bottom: 0px;
}

.trans_button_adm {
    float: right;
    padding: 7px 10px 8px 10px;
    margin-left: 10px;
    width: 155px !important;
}

.trans_button {
    float: right;
    margin-bottom: 10px;
    padding: 7px 10px 8px 10px;
    margin-left: 10px;
    width: 155px !important;
}

.export_button {
    float: right;
    margin-bottom: 10px;
    padding: 7px 10px 8px 10px;
    margin-left: 10px;
    width: 105px !important;
}

.mem_button_adm {
    float: right;
    padding: 7px 10px 8px 10px;
    margin-left: 10px;
    width: 175px !important;
}

.trans_ddl {
    float: right;
    width: 155px !important;
}

.trans_ddl_adm {
    float: right;
    width: 155px !important;
}

@media all and (max-width: 1300px) {
    .trans_button {
        margin-top: 10px;
        width: calc(50% - 5px) !important;
        float: left;
    }

    .export_button {
        margin-top: 10px;
        width: calc(50% - 5px) !important;
        float: left;
        clear: both;
        margin-left: 0px;
    }

    .trans_ddl {
        width: 100% !important;
        clear: both;
    }
}

.explan {
    font-size: 12pt;
    margin-bottom: 20px;
}

.feedback, .feedback_place {
    margin: 20px;
    font-size: 12pt;
}

    .feedback h1 {
        float: left;
        margin-bottom: 5px;
        font-size: 14pt;
    }

    .feedback hr {
        clear: both;
        color: #ddd;
        border-width: 0px;
        background-color: #ddd;
        height: 1px;
        margin-bottom: 20px;
    }

.feedback_datum {
    float: right;
    margin-top: 4px;
}

.reactie {
    margin-top: 20px;
    float: left;
    color: #008490;
    font-size: 11pt;
}

    .reactie h2 {
        text-decoration: underline;
        font-size: 11pt;
        color: #008490;
    }

@media all and (max-width: 430px) {
    table.overview_grid_nohover {
        font-size: 9pt;
    }

    .status_block {
        width: 80px;
        text-align: center;
        padding: 2px;
        font-size: 9pt;
    }
}

.fact_regels {
    border: solid 1px #008490;
    border-radius: 4px;
    margin-top: 1px;
    font-size: 10pt;
}

    .fact_regels table tr td {
        font-weight: normal;
    }

    .fact_regels table tr:last-of-type td {
        border-bottom: solid 0px white;
    }

    .fact_regels table th {
        border-bottom: solid 1px #008490;
        border-top: solid 0px white;
    }

@media all and (max-width: 430px) {
    .fact_regels th, .fact_regels td {
        padding: 4px;
        font-size: 6pt;
    }
}

.administr_left {
    float: left;
    width: calc(50% - 0px);
}

.administr_right {
    float: right;
    width: calc(50% - 0px);
}

.bedrijf {
    margin: 20px;
    font-weight: bold;
    font-size: 12pt;
    margin-right: 0px;
}

.bedrijven {
    margin: 20px;
    font-size: 12pt;
    margin-right: 0px;
    margin-top: 0px;
}

.documenten {
    font-size: 12pt;
}

    .documenten h1 {
        margin-bottom: 20px;
    }

.box_regular {
    margin: 20px;
    font-size: 12pt;
}

.incasso {
    margin: 20px;
    font-weight: bold;
    font-size: 12pt;
    margin-right: 0px;
}

.facturatielogo {
    margin: 20px;
    font-weight: normal;
    font-size: 12pt;
}

.administratie {
    margin: 20px;
    font-weight: bold;
    font-size: 12pt;
}

.factuurbedrijf {
    margin: 20px;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 0px;
}

.administratie select, .bedrijf select {
    margin-bottom: 10px;
    width: 100%;
}

.administratie input[type=text], .bedrijf input[type=text], .administratie input[type=password], .factuurbedrijf input[type=text] {
    margin-bottom: 10px;
}

@media all and (max-width: 930px) {
    .administr_left, .administr_right {
        float: left;
        width: calc(100% - 20px);
    }

    .administratie {
        margin-top: 0px;
    }

    .facturatielogo, .administratie, .factuurbedrijf {
        margin-right: 0px;
    }
}

.admin {
    background-color: #00eaff;
}

.kvk_search {
    text-align: center;
    padding: 10px 6px;
}

    .kvk_search input[type=text] {
        width: calc(100% - 140px) !important;
        float: left;
    }

    .kvk_search input[type=button] {
        width: 120px !important;
        float: right;
        height: 36px;
    }

    .kvk_search table {
        border: solid 1px #008490;
        border-radius: 4px;
        margin-top: 10px;
    }

    .kvk_search td {
        text-align: left;
        font-size: 9pt;
        padding: 5px;
    }

    .kvk_search table tr:last-of-type td {
        border-bottom: solid 0px #008490;
    }

.admin_bedrijven {
    width: calc(100% - 20px);
    margin: 10px;
}

.sel {
    background-color: #ccc;
}

.mail_box {
    width: calc(100% - 30px);
}

.mail_edit {
    float: left;
    width: calc(100% - 660px);
}

.mail_preview {
    float: right;
    width: 640px;
    background-color: #f9f9f9;
    padding: 20px;
    min-height: 620px;
}

    .mail_preview table {
        max-width: 600px;
    }

        .mail_preview table td {
            border-bottom-width: 0px;
        }

.nobank {
    margin: 20px;
    text-align: center;
}

.adminfacturen {
    float: left;
    width: 500px;
    margin: 20px;
}

.koppelfacturen .active {
    background-color: #ddd !important;
}

.koppel {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    min-width: 100px;
    border: solid 3px #ddd;
    font-size: 10pt;
}

.tabbtn {
    border-radius: 0px;
    border-width: 0px;
    color: black !important;
    background-color: white !important;
}

.small {
    font-size: 8pt;
}

.acties {
    margin: 20px;
}

.factuurmaken_info {
    margin: 20px;
}

.factuurmaken_regels {
    margin: 20px;
}

.info_left {
    float: left;
    width: calc(50% - 10px);
    font-weight: bold;
    font-size: 12pt;
}

.info_right {
    float: right;
    width: calc(50% - 10px);
    font-weight: bold;
    font-size: 12pt;
}

.info_bottom {
    clear: both;
    font-weight: bold;
    font-size: 12pt;
}

.info_left select, .info_right select {
    width: 100%;
}

.info_left textarea {
    width: calc(100% - 26px);
    height: 130px;
}

.info_right textarea {
    width: calc(100% - 26px);
    height: 199px;
}

.info_bottom textarea {
    width: calc(100% - 26px);
    height: 80px;
}

.info_right input, .info_left input, .info_right select, .info_left select, .info_left textarea, .info_right textarea, .info_bottom textarea {
    margin-bottom: 10px;
}

.facturen {
    padding: 0px;
}

.verkoopfactuur {
    max-width: 800px;
}

    .verkoopfactuur img {
        width: 100%;
        margin: 0px;
        display: block;
        border-bottom: solid 1px #999;
    }

        .verkoopfactuur img:last-of-type {
            border-bottom: solid 0px #999;
        }

    .verkoopfactuur h1 {
        float: left;
    }

    .verkoopfactuur input {
        float: right;
        margin-left: 5px;
        margin-top: 10px;
    }

@media all and (max-width: 991px) {
    .verkoopfactuur input {
    }

        .verkoopfactuur input[type=image] {
            clear: both;
        }
}

.sendfactuur {
    width: 645px !important;
    min-width: 645px !important;
    max-width: 645px !important;
}

.emailbericht {
    font-size: 10pt;
    color: #333;
    border-top: solid 1px #008490;
    padding-top: 10px;
    padding-bottom: 20px;
}

.peildatum, .peildata, .grootboek {
    margin-bottom: 0px;
    text-align: left;
}

    .peildatum span, .peildata span, .grootboekspan {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 9px;
        height: 29px;
        background-color: #008490;
        color: white;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        float: left;
        margin-top: 0px;
        font-size: 14px;
    }

.grootboekspan_bank {
    height: 30px !important;
    width: 100px;
    padding-top: 10px;
}

.ddl_first {
    float: left;
    width: 100px;
    border-radius: 0px;
}

.ddl_last {
    float: left;
    width: 150px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -1px;
}

.bank_datum {
    float: left;
    width: 100px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -1px;
    height: 26px !important;
}

@media all and (max-width: 570px) {
    .peildatum span {
        width: calc(100% - 20px);
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0px;
    }

    .peildatum .ddl_first {
        width: 40%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .peildatum .ddl_last {
        width: calc(60% + 1px);
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 4px;
    }
}

.begindatum {
    float: left;
}

.einddatum, .einddatum_gb, .einddatum_balans, .weergave_wv {
    float: right;
}

.begindatum_gb, .begindatum_bank {
    margin-right: 10px;
}

.grootboekrekening .ddl_last, .kostenplaatsholder .ddl_last, .kostenplaatsholder_balans .ddl_last, .kostenplaatsholder_wv .ddl_last {
    width: 215px;
}

.gb_kostenplaats .ddl_last, .gb_relatie .ddl_last {
    width: 230px;
}

.grootboekrekening, .begindatum_gb, .einddatum_gb, .kostenplaatsholder {
    width: calc(33% - 7px);
    float: left;
    margin-right: 13px;
}

.begindatum_bank, .einddatum_bank {
    float: left;
    margin-left: 13px;
    margin-right: 0px;
    height: 26px !important;
}

.kostenplaatsholder_balans, .einddatum_balans, .kostenplaatsholder_wv, .begindatum_wv, .einddatum_wv, .weergave_wv {
    width: calc(50% - 8px);
    float: left;
    margin-right: 13px;
}

.begindatum_wv, .einddatum_wv {
    margin-top: 10px;
}

.gb_kostenplaats, .gb_relatie {
    width: calc(50% - 6px);
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.einddatum_gb, .gb_relatie, .einddatum_balans, .weergave_wv, .einddatum_wv {
    margin-right: 0px;
    float: right;
}

.grootboek span {
    width: 60px;
}

.grootboek .ddl_first {
    width: 90px;
}

.grootboek .ddl_last {
    width: calc(100% - 170px);
}

.einddatum_balans .ddl_last {
    width: calc(100% - 250px);
}

.grootboekrekening span {
    width: 80px;
}

.grootboekrekening .ddl_last {
    width: calc(100% - 100px);
}

.kostenplaatsholder span, .kostenplaatsholder_balans span, .kostenplaatsholder_wv span, .weergave_wv span {
    width: 100px;
}

.einddatum_balans span {
    width: 140px;
}

.kostenplaatsholder .ddl_last, .kostenplaatsholder_balans .ddl_last, .kostenplaatsholder_wv .ddl_last, .weergave_wv .ddl_last {
    width: calc(100% - 120px);
}

.gb_kostenplaats span, .gb_relatie span {
    width: 120px;
}

.gb_kostenplaats .ddl_last, .gb_relatie .ddl_last {
    width: calc(100% - 140px);
}

.gb_total {
    float: right;
    width: 80px;
    font-size: 10pt;
    margin-left: 4px;
    margin-top: 6px;
    font-weight: bold;
}


@media all and (max-width: 1320px) {
    .bank_tb {
        max-width: 100%;
        width: calc(100% - 161px) !important;
    }

    .begindatum_bank {
        width: calc(50% - 5px);
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .einddatum_bank {
        width: calc(50% - 5px);
        margin-top: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .bank_datum {
        width: calc(100% - 145px) !important;
    }
}

@media all and (max-width: 800px) {
    .begindatum_bank, .einddatum_bank {
        width: calc(100%);
        margin-top: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 1220px) {
    .grootboek span {
        width: calc(100% - 20px);
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0px;
    }

    .grootboek .ddl_first {
        width: 40%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .grootboek .ddl_last {
        width: calc(60% + 1px);
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 4px;
    }

    .grootboekrekening .ddl_last, .gb_kostenplaats .ddl_last, .gb_relatie .ddl_last, .kostenplaatsholder .ddl_last, .kostenplaatsholder_balans .ddl_last, .kostenplaatsholder_wv .ddl_last, .weergave_wv .ddl_last {
        width: calc(100%);
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 4px;
        margin-left: 0px;
    }

    .grootboekrekening, .begindatum_gb, .kostenplaatsholder, .kostenplaatsholder_balans, .kostenplaatsholder_wv, .begindatum_wv {
        margin-right: 12px;
    }
}

@media all and (max-width: 960px) {
    .grootboekrekening, .gb_kostenplaats, .gb_relatie, .kostenplaatsholder, .kostenplaatsholder_balans, .kostenplaatsholder_wv {
        width: 100%;
    }

    .begindatum_gb, .einddatum_gb, .einddatum_balans, .begindatum_wv, .einddatum_wv, .weergave_wv {
        width: 100%;
        margin-top: 10px;
    }

    table.grootboek td:nth-child(1), table.grootboek th:nth-child(1), table.grootboek td:nth-child(2), table.grootboek th:nth-child(2), table.grootboek td:nth-child(3), table.grootboek th:nth-child(3) {
        display: none;
    }
}

@media all and (max-width: 1160px) {
    .begindatum {
        width: 300px;
    }

    .einddatum {
        width: 300px;
    }

    .peildata span {
        width: calc(100% - 20px);
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0px;
    }

    .peildata .ddl_first {
        width: 40%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .peildata .ddl_last {
        width: calc(60% + 1px);
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 4px;
    }
}

@media all and (max-width: 920px) {
    .begindatum {
        width: 200px;
    }

    .einddatum {
        width: 200px;
    }
}

@media all and (max-width: 560px) {
    .begindatum {
        width: 100%;
    }

    .einddatum {
        width: 100%;
        margin-top: 10px;
    }
}

.factuur_relatie_ddl {
    width: calc(100% - 166px);
}

.factuur_relatie_btn {
    width: 160px !important;
}

.factuur_factuurbedrijf_ddl {
    width: 100%;
}

.pager {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

    .pager input {
        margin-right: 3px;
        margin-bottom: 8px;
    }

.pager_selected {
    background-color: rgba(0,0,0,0.075) !important;
    color: #333 !important;
}

.aangifte tr td {
    height: 20px;
}

    .aangifte tr td:nth-of-type(1) {
        width: 30px;
    }

    .aangifte tr td:nth-of-type(3), .aangifte tr td:nth-of-type(4) {
        width: 100px;
    }

.aangifte input[type=text] {
    width: 100px;
    height: 18px;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    text-align: right;
}

.omzetbelasting input[type=text] {
    float: left;
}

.omzetbelasting input[type=submit], .aangifte input[type=submit], .aangifte input[type=image] {
    float: right;
    margin-left: 5px;
}

.omzetbelasting span {
    float: right;
    font-size: 12pt;
    margin-top: 6px;
}

@media all and (max-width: 800px) {
    .aangifte input[type=text] {
        width: 50px;
    }

    .aangifte table tr td:nth-child(3), .aangifte table tr td:nth-child(4) {
        width: 50px;
    }

    .aangifte input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }
}

@media all and (max-width: 580px) {
    .aangifte input[type=text] {
        width: calc(100% - 10px);
    }

    .aangifte table tr td:nth-child(3), .aangifte table tr td:nth-child(4) {
        width: 100px;
    }

    .aangifte table tr td:nth-child(2) {
        display: none;
    }
}

.factuurverwerken_factuur {
    float: left;
    width: 50%;
    border: solid 1px #008490;
}

.factuurverwerken_info {
    float: right;
    width: 50%;
    padding-left: 20px;
}


@media all and (max-width: 1200px) {
    .factuurverwerken_info .omschrijving {
        width: calc(100% - 25px) !important;
    }

    .factuurverwerken_info .bedrag, .factuurverwerken_info .btw {
        width: calc(50% - 62px) !important;
    }

    .factuurverwerken_info .tarief {
        width: 70px !important;
    }

    .trans_desc_adm, .trans_status_adm {
        display: none;
    }

    .transacties_adm div.trans_btn {
        float: right !important;
    }

    .transactie_edit_adm .omschrijving {
        width: calc(50% - 30px) !important;
        margin-top: 5px;
        clear: both;
    }

    .transactie_edit_adm .bedrag {
        width: 15% !important;
        margin-top: 5px;
    }
}

.bb_koppel {
    margin-top: 10px;
    margin-left: 5px;
}

.bb_facturen {
    padding: 10px;
    margin-left: 5px;
    width: calc(100% - 10px);
}

    .bb_facturen table {
        background-color: #fff;
    }

    .bb_facturen input[type=checkbox] {
        height: 13px;
    }
/* DR */

.declaratieregels {
    margin-top: 20px;
}

    .declaratieregels .totals td {
        padding-right: 20px;
        width: 90px;
    }

.declaratieregel .bedrag {
    width: 80px !important;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: right;
}

.declaratieregel .opmerking {
    width: calc(100% - 460px) !important;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    max-width: none !important;
}

.declaratieregel .aantal {
    width: 80px !important;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.declaratieregel .soort {
    float: left;
    width: 150px !important;
    padding-left: 10px;
    margin-bottom: 4px;
    margin-right: 4px;
}

@media all and (max-width: 800px) {
    .declaratieregel .bon {
        clear: both;
    }

    .declaratieregel .soort {
        width: calc(100% - 244px) !important;
    }

    .declaratieregel .opmerking {
        margin-left: 23px;
        width: calc(100% - 96px) !important;
    }
}

/* Einde DR */

.bonnen {
    background-color: #eee;
    width: 100%;
    min-height: 168px;
    padding: 10px;
}

.toegevoegd {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    padding: 5px;
}

    .toegevoegd span {
        float: left;
    }

.bon_delete {
    float: left;
    background-color: #fff !important;
    border-color: #fff !important;
    padding: 0px;
    display: inline-block;
    margin-top: 1px;
    margin-right: 10px;
}

.decl_drop {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.decl_toev {
    float: left;
    width: calc(100% - 220px);
}


@media all and (max-width: 600px) {
    .decl_drop {
        width: 100%;
        float: none;
    }

    .decl_toev {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .bonnen {
        min-height: 0px;
    }
}

@media all and (max-width: 500px) {

    .declaratieregel .soort {
        width: calc(100% - 164px) !important;
    }

    .declaratieregel .aantal, .declaratieregel .bedrag {
        width: 40px !important;
    }
}

.decl_edit {
    font-size: 11pt;
}

    .decl_edit input[type=text] {
        margin-bottom: 5px;
        max-width: 400px;
    }

    .decl_edit div.bonnen {
        min-height: 0px;
    }

    .decl_edit div.decl_toev {
        width: 100% !important;
    }

    .decl_edit div.toegevoegd {
        background-color: #eee;
        padding: 0px;
        float: left;
    }

    .decl_edit textarea {
        width: calc(100% - 26px);
    }

    .decl_edit .bon_delete {
        margin: 0px;
        background-color: #eee !important;
        border-color: #eee !important;
        margin-top: 10px;
    }

.bon_thumb {
    padding: 0px;
    border: solid 1px #008490 !important;
    border-radius: 0px;
    float: left;
    margin-right: 20px;
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bon_detail {
    display: inline;
    width: 100%;
}

.lowerbuttons {
    padding-bottom: 15px;
}

    .lowerbuttons input[type=submit] {
        margin-bottom: 5px;
    }

.instellingen tr th {
    padding-top: 20px;
    padding-bottom: 20px;
    color: gray;
    font-weight: normal;
    border-bottom: solid 1px #ededed;
}

    .instellingen tr th h3 {
        margin: 0px;
        color: black;
        font-weight: bold;
    }

.instellingen tr {
}

    .instellingen tr td {
        padding-top: 20px;
        width: 120px;
        text-align: right;
        vertical-align: top;
        border-bottom: solid 1px #ededed;
    }

        .instellingen tr td input {
            display: inline-block;
        }


        .instellingen tr td:first-of-type {
            color: #008490;
            padding-top: 30px;
        }


    .instellingen tr:first-of-type th, .instellingen tr:first-of-type td {
        border-top: solid 1px #ddd;
    }

.instellingen {
    margin-bottom: 20px;
}

    .instellingen input[type=text] {
        text-align: center;
    }

.adminbutton {
    background-color: #008490 !important;
    border-color: #000;
    color: white;
}

.teksten textarea {
    width: calc(100% - 26px);
    height: 300px;
}

.teksten select {
    padding-right: 20px;
}

.memoriaal_template input[type=text] {
    width: 200px;
    float: left;
    margin-right: 10px;
}
