﻿/* custom Facturavi CSS */

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.MsoNormal {
    all: unset;
}

.checkbox-large {
    width: 20px;
    height: 20px;
}

.form-switch {
    padding-top: 6px;
}

.tabs-container.facturavi .tabs-left > .nav-tabs > li > a {
    padding: 6px 16px 4px 6px;
    margin-bottom: 0px;
}

hr.hr-line-dashed {
    margin: 4px 0;
}

.tabs-container.facturavi .tabs-left > .nav-tabs {
    width: 14%;
}

.tabs-container.facturavi .tabs-left .panel-body {
    width: 86%;
    margin-left: 14%;
}

.form-control {
    padding: 3px 7px;
    line-height: 1.3em;
    font-size: 0.85rem;
    height: calc(2rem + 2px);
}

.form-control-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.tabs-container .panel-body {
    padding: 18px;
}

.ibox-title {
    padding: 15px 15px 8px 15px;
}

.card-facturavi {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .card-facturavi .card-header {
        align-items: center;
        font-size: larger;
        font-weight: 600;
    }

        .card-facturavi .card-header .row {
            align-items: center;
        }

        .card-facturavi .card-header .btn {
            font-size: small;
        }

.panel-body .table {
    margin-bottom: 0;
}

.col-form-label {
    user-select: none;
    font-weight: 600;
}

#vennootschapToggles .col-form-label {
    cursor: pointer;
}

.nav.nav-tabs:not(.facturavi-tabs) li a.nav-link {
    padding: 10px 20px 10px 25px;
}

    .nav.nav-tabs:not(.facturavi-tabs) li a.nav-link.active {
        background-color: whitesmoke !important;
    }

.facturavi-tabs li > a {
    border-radius: 2px 0 0 2px;
}

    .facturavi-tabs li > a:nth-child(odd) {
        background-color: #f9f9f9;
    }

.facturavi-tabs li > .nav-link.active {
    background-color: #e7eaec !important;
    color: #2f4050;
    border-color: none;
}

:: -webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.success {
    color: #1ab394 !important;
}

.danger {
    color: #ed5666 !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #e7eaec;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 26px;
    left: 50%;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
}

table.dataTable thead, th {
    background-color: #EFEFEF;
}


table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -11px;
    margin-left: -6px;
    font-size: 18px;
    text-align: center;
    text-shadow: none;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #989898;
    border-radius: 3px;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.actionButton {
    background-color: #ebe8e8;
    color: #425664;
}

    .actionButton:hover {
        background-color: #AA7979;
        color: whitesmoke;
    }

.page-heading {
    padding-right: 25px;
}

/* center data & header in datatables.NET*/
th.dt-center, td.dt-center {
    text-align: center;
}

th.dtTitle {
    font-style: normal;
    font-weight: 800;
}

.dtTitle {
    font-weight: 600;
    font-style: initial;
}

th {
    text-transform: lowercase;
}

.highlighted-day {
    background-color: #eeffde !important;
}

.highlighted-weekend {
    background-color: #F0F0F0 !important;
}

.highlighted-checked {
    background-color: lightgreen !important;
    border-width: 1px;
    border-style: solid;
}

/* Make sure tables remain inside the modal */
.fitTable {
    display: table; /* This is important */
}

.intracommunautair {
    background-color: #f7cfd3 !important;
}

.statusBadge {
    min-width: 50px;
    color: white;
    font-weight: bold;
}

.padright-15 {
    padding-right: 15px;
}

.timeline-bordered {
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    background: #f8f8f8;
    width: 30px;
    padding: 5px;
    font-weight: 500;
    text-align: center;
    max-height: 25px;
}

.max-scroll {
    max-height: 250px;
    overflow-y: scroll;
    min-width: 100%;
}

.saveOnTop {
    margin-top: 17px;
    background-color: white !important;
    padding-bottom: 15px;
    height: 49px;
    margin-left: 100px;
    padding-right: 30px !important;
}