
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #4c4c4c;
}

h4, h5, h6 {
    color: #01618b;
}

.bold {
    font-weight: bold;
}

.headDark {
    background-color: #01618b;
    color: white !important;
}

.headOpt {
    color: #01618b;
    font-weight: 800;
    margin-bottom: 1em;
    text-decoration: underline;
}

.tbIic thead th, .tbIic tfoot th {
    background-color: #01618b;
    color: white !important;
}

.card-header {
    background-color: #01618b;
    color: white !important;
    text-align: center;
}

.card-header a {
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
}

.flash-alert{
    background-color:#ffffff;
    z-index:999999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    border-bottom:2px solid #acacac;
    min-height:1px;
    text-align:center;
}
.flash-alert-wrapper{
    width:1000px;
    margin: 0 auto;
}

input.number {text-align: right;}

.tdPrix {
    border: 1px solid red;
    height: 300px;
    position: relative;
    display: flex;
}

.tdPrixTop {
    border: 2px solid red;
    position: absolute;
    top: 0;
}

.tdPrixBottom {
    border: 2px solid red;
    /*position: absolute;*/
    /*bottom: 0;*/
    align-self: flex-end;
}

.bg-body-tertiary {
    background-color: rgb(1 97 139 / 38%) !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(249 248 248);
}

.label-reglee {
    background-color: #01800e;
    border-color: #01800e;
}

.label-facturee, .label-acompteSolde {
    background-color: #1e40fd;
    border-color: #1e40fd;
}

.label-enregistree {
    background-color: #c2906f;
    border-color: #c2906f;
}

.label-enCours {
    background-color: #68707c;
    border-color: #68707c;
}
