.btn {
    --bs-btn-padding-x: 0.45rem;
    --bs-btn-padding-y: 0.2rem;
}
th.table-actions-1{
    width: 50px;
}
th.table-actions-2{
    width: 100px;
}
th.table-actions-3{
    width: 150px;
}
th.table-date{
    width: 100px;
}
th.table-datetime{
    width: 185px;
}
th.table-th-100{
    width: 100px;
}
th.table-th-150{
    width: 150px;
}
th.table-th-200{
    width: 200px;
}
div.card.selectionnable .card-body{
    padding: 0;
}
div.card.selectionnable table{
    margin: 0;
}
div.card.selectionnable .form-group{
    margin: 0;
}
.badge{
    color: #C61D1C;
    background-color: #DDD;
}
.blink_me {
    background-color:#8B0000;
    color: #FFFFFF;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
table.sformset, table.sform{
    width: 100%;
}
#panneau-2 .card-body{
    padding-top: 20px;
    min-height: 420px;
    height: 420px;
    overflow-y: auto;
}
#suggestions .card-body{
    min-height: 150px;
    height: 150px;
    overflow-y: auto;
}
#sidebar .sidebar-header{
    color: #181824;!important;
    background-color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
}
#sidebar .sidebar-header a{
    color: #181824;
}
.sidebar-wrapper .menu .sidebar-title a{
    color: #FFF;
}
.sidebar-wrapper .menu .sidebar-title .text-subtitle{
    color: #9c9fa6;
}
.titre {
  height: 90px;
  background-color: #ffa600;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 10px;
  font-size: 35px;
  margin-bottom: 10px;
}
th.orderable:hover{
    cursor: pointer;
}
.btn.disabled{
    color: #FFFFFF;
    background-color: #9c9fa6;
}
input[required], select[required], textarea[required]{
    border-left: 5px solid red;
}
table.mform{
    width: 100%;
    border-bottom: 3px solid #ffa600;
}
table.sform{
    width: 100%;
    border: 2px solid #181824;
    margin-bottom: 10px;
}
table.sformset{
    width: 100%;
    border: 2px solid #ffa600;
    margin-bottom: 5px;
}
table.mform td, table.sform td, table.sformset td{
    padding-top: 2px;
}
.filtrage .form-group{
    margin:0;
    padding:0;
}
.filtrage .card-body{
    margin:0;
    padding:5px;
}
input.form-check-input{
   border: 2px solid #ffa600;
    width: 1.5em;
    height: 1.5em;
}
.orderable:before{
    content: "\f0dc";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 12px;
    padding-right: 3px;
}
.modal-content {
    color: #000;
}