@font-face {
    font-family: "Ma police";
    src: url("police.ttf");
}
* {
    font-family: "Ma police";
}

.sb-sidenav-dark .sb-sidenav-footer {
    background-color: #4b3a33;
}

.sb-sidenav-dark {
    background-color: #4b3a33;
}

.bg-archi {
    background-color: #4b3a33;
}

.btn-primary {
    color: white;
    background-color: #8da9d9;
    border-color: #8da9d9;
}

input,
textarea {
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
}

.nbHour {
    width: 50px;
    height: 40px;
    text-align: right;
}

table {
    margin: auto;
}

.tableITSM {
    font-size: 1.05em;
    border: 0;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 0;
    border-spacing: 0;
    background-color: transparent;
}
.tableITSM > tbody > tr:nth-child(even) {
    background-color: #f7f7f7;
}
.tableITSM > thead > tr {
    border-bottom: 1px solid white;
    background-color: #ededed;
}

.tableITSM > thead > tr > th {
    height: 35px;
    padding: 0.7em;
    vertical-align: middle;
    border-right: 1px dashed white;
    font-weight: 300;
    text-align: left;
}

.tableITSM > td {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid transparent;
    border-left: 0;
    border-top: 0;
    line-height: 2rem;
    overflow: visible;
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

.dragClass {
    background-color: black;
}

.orange {
    background-color: orange;
}

.inputSurface {
    width: 100px;
}

.error {
    color: red;
    font-weight: normal;
}

.succes {
    color: green;
}

/* gestion alertes */

#dropdownAlert {
    border-radius: 0 0 5px 5px;
    background-color: #4b3a33;
    color: aliceblue;
}

.btn_pagination {
    border-radius: 5px;
    background-color: #4b3a33;
    color: aliceblue;
    margin-left: -2px;
}
.btn_pagination:hover {
    color: aliceblue;
}

#containerAlert {
    background-color: #e6dedb;
    border-width: 0 5px 5px 5px;
    padding-bottom: 10px;
    border-color: #4b3a33;
    border-style: solid;
    position: absolute;
    top: 0;
    visibility: hidden;
}
