#flash-messages {
    position: fixed;
    bottom: 0.75rem;
    right: 0.75rem;
}
#flash-messages .toast-header,
#flash-messages .toast-header > div {
    display: flex;
    justify-content: space-between;
}
#flash-messages .toast-header > div.right {
    align-items: center;
}
#flash-messages .toast-header > div.right > small {
    margin-right: 0.5rem;
}
#flash-messages .toast-header > div > button {
    margin : 0 !important;
}
#flash-messages .toast-header svg {
    margin-right: 0.5rem;
}
#flash-messages .toast-header svg.warning {
    fill: orange;
}
#flash-messages .toast-header svg.danger {
    fill: red;
}
#flash-messages .toast-header svg.success {
    fill: green;
}
#flash-messages .toast-header strong.mr-auto {
    margin-right: 1rem !important;
}

.jumbotron h1 {
    display: flex;
    align-items: center;
}
.jumbotron h1 svg{
    margin-right: 20px;
}

ol.breadcrumb {
    margin: 1rem 0 0 0;
}
div.card-buttons {
    display: flex;
    justify-content: space-between;
}
div.card-buttons a {
    width: 49%;
}
div.fullwidth-card-buttons a {
    width:100%;
}

.lateral-card-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

table td,
table th{
    vertical-align: middle !important;
}
table thead th span {
    float: right;
}
table td a {
    width: 100%;
}
tr[location] {
    cursor: pointer;
}

/* Form */
.form-danger {
    color: red;
}

/* Pagination */
section.listActions .row {
    justify-content: space-between;
    align-items: baseline;
}

section.listActions .row select.form-control{
    display: inline;
    width: auto;
}

/* Show parts */

/* COmpte show */
#aside-infos {
    margin: 1rem 0;
}
#aside-infos .col {
    text-align: center;
    padding: 1rem;
}
#aside-infos #taches-count,
#aside-infos #articles-count {
    display: inline;
    background: #dee2e6;
    padding: 1rem;
    border-radius: 50%;
}

/* Role list */
a[href="/roles/stats"],
a[href="/taches/stats"]{
    margin-left: 1rem;
}
/* ROle details*/
h4.center {
    text-align: center;
}
hr.role-details {
    margin: 3rem 0 2rem 0;
}


.residences-section {
    padding: 1.25rem;
    margin-bottom: 1rem;
}
.residences-section select {
    margin-bottom: 1rem;
}
.role-section, .residences-section {
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.task-champs, .metier-domaines {
    height: auto;
}

th * {color: #212529 !important;}