/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 mai 2022, 08:30:22
    Author     : manuel
*/
td .btn-sm {
    padding: 0.1rem 0.2rem;
    font-size: .8rem;
}

table.dataTable {
    font-size: small;
}

.dataTables_wrapper {
    font-size: small;
}

.form-control {
    font-size: small; 
    /*padding: 0.375rem 0.375rem; 0.75rem*/
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 3px;
}

.col-form-label {
    font-size: small; 
    padding: 0.375rem 0.375rem; /*0.75rem*/
}

.form-group {
    margin-bottom: 2px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: small;
}

h2 {
      font-size: x-large;
      font-weight: 100;
}

.row {
    align-items: center;
}

table.dataTable td {
    padding-top: 3px;
    padding-bottom: 3px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 55px;
}