﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 1040px;
}

.tealcircle {
    display: inline-block; /* Zorgt ervoor dat het een blokachtig element wordt, zodat breedte en hoogte werken */
    width: 15px;
    height: 15px;
    background-color: #549ca7;
    border-radius: 50%; /* Maakt het element rond */
}

.transparentcircle {
    display: inline-block; /* Zorgt ervoor dat het een blokachtig element wordt, zodat breedte en hoogte werken */
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 50%; /* Maakt het element rond */
}

.pinkcircle {
    display: inline-block; /* Zorgt ervoor dat het een blokachtig element wordt, zodat breedte en hoogte werken */
    width: 15px;
    height: 15px;
    background-color: #f862da;
    border-radius: 50%; /* Maakt het element rond */
}

.greencircle {
    display: inline-block; /* Zorgt ervoor dat het een blokachtig element wordt, zodat breedte en hoogte werken */
    width: 15px;
    height: 15px;
    background-color: #2fca9c;
    border-radius: 50%; /* Maakt het element rond */
}
.browncircle {
    display: inline-block; /* Zorgt ervoor dat het een blokachtig element wordt, zodat breedte en hoogte werken */
    width: 15px;
    height: 15px;
    background-color: #9e7962;
    border-radius: 50%; /* Maakt het element rond */
}
.orangecircle {
    display: inline-block; /* Zorgt ervoor dat het een blokachtig element wordt, zodat breedte en hoogte werken */
    width: 15px;
    height: 15px;
    background-color: #fcb34b;
    border-radius: 50%; /* Maakt het element rond */
}
.redcircle {
    display: inline-block; /* Zorgt ervoor dat het een blokachtig element wordt, zodat breedte en hoogte werken */
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%; /* Maakt het element rond */
}
.bluecircle {
    display: inline-block; /* Zorgt ervoor dat het een blokachtig element wordt, zodat breedte en hoogte werken */
    width: 15px;
    height: 15px;
    background-color: #2020bf;
    border-radius: 50%; /* Maakt het element rond */
}

.rounded-square {
    display: inline-block;width: 25px;height: 25px; border-radius: 5px; /* Geeft een lichte afronding aan de hoeken */
}

/* Maak de zoekvelden compacter */
#FlexoSearchTable thead input {
    width: 100%; /* Pas dit aan naar wens */
    max-width: 100px; /* Beperkt de breedte */
    font-size: 12px; /* Kleinere tekst */
    padding: 2px; /* Minder ruimte binnen de input */
}

.th-example {
    text-align: left;
    font-size: 13px;
}

.table-cell-example {
    text-align: left;
    padding-top: 16px;
    font-size: 13px;
}

.table-cell-example-width {
    text-align: left;
    padding-top: 16px;
    font-size: 13px;
    width: 300px !important; /* Pas de breedte aan naar wens */
    white-space: normal !important; /* Zorg ervoor dat de tekst wrapt */
    word-wrap: break-word;
}

.th-example-send,
.th-example-status,
.th-example-report {
    text-align: left;
    font-size: 13px;
    width: 80px !important; /* Kleinere breedte */
    text-align: center;
}


div.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
}

div.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.clear {
    clear: both;
}

/* Optioneel voor betere styling */
.dataTables_length,
.dataTables_filter,
.dataTables_paginate {
    display: flex;
    align-items: center;
}

status-akkoord {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.status-akkoord i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00FF00;
    text-shadow: 0px 0px 2px black;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    pointer-events: none;
}
.rounded-square {
    display: inline-flex;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle; /* Zorgt voor gelijke uitlijning */
    text-align: center;
    box-sizing: border-box; /* Voorkomt dat extra padding/marges de uitlijning beïnvloeden */
}

/* Zorg dat de hele Select2 container zich als een Bootstrap form-control gedraagt */
/* De selectie zelf (het “inputveld”) */
    .select2-container--default .select2-selection--single {
        height: 38px !important; /* hoogte van Bootstrap 4 input */
        border: 1px solid #ced4da !important;
        border-radius: 4px !important;
        padding: 6px 12px !important;
        display: flex !important;
        align-items: center !important;
        background-color: #fff !important;
    }

    /* Tekst in het dropdown veld */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 24px;
        padding-left: 0;
        color: #495057; /* tekstkleur zoals input */
    }

        /* Het pijltje rechts */
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 38px !important;
            top: 00px !important;
            right: 15px !important;
        }

    /* Laat Select2 container 100% breed worden zoals input */
    .select2-container {
        width: 100% !important;
    }


   
.chk-big {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #007bff; /* blauwe kleur in Bootstrap-stijl */
    transform: scale(1.3); /* maakt hem ± 30% groter */
    margin: 0;
    padding: 0;
}

.chk-cell {
    text-align: center;
    vertical-align: middle !important;
}
/*EINDE CHECKBOX*/

.wms-warning {
    color: #ff8c00;
    font-weight: 600;
}