#table-users  td{
    PADDING: 12PX 4px;
    FONT-SIZE: 1.1em;
}
#table-users_wrapper div:nth-child(2) div {
    padding: 0% !important;
}
#table-missions  td{
    PADDING: 12PX 4px;
    FONT-SIZE: 1.1em;
}
#table-missions_wrapper div:nth-child(2) div {
    padding: 0% !important;
}

#table-conventions  td{
    PADDING: 12PX 4px;
    FONT-SIZE: 1.1em;
}
#table-conventions_wrapper div:nth-child(2) div {
    padding: 0% !important;
}
#table-mes-demandes  td{
    PADDING: 12PX 4px;
    FONT-SIZE: 1.1em;
}
#table-mes-demandes_wrapper div:nth-child(2) div {
    padding: 0% !important;
}
#table-forfais  td{
    PADDING: 12PX 4px;
    FONT-SIZE: 1.1em;
}
#table-forfais_wrapper div:nth-child(2) div {
    padding: 0% !important;
}
#table-post-demandes  td{
    PADDING: 12PX 4px;
    FONT-SIZE: 1.1em;
}
#table-post-demandes_wrapper div:nth-child(2) div {
    padding: 0% !important;
}
#table-demandes  td{
    PADDING: 12PX 4px;
    FONT-SIZE: 1.1em;
}
#table-demandes_wrapper div:nth-child(2) div {
    padding: 0% !important;
}
#table-organisations  td{
    PADDING: 12PX 4px;
    FONT-SIZE: 1.1em;
}
#table-organisations_wrapper div:nth-child(2) div {
    padding: 0% !important;
}
#table-initiateurs  td{
    PADDING: 12PX 4px;
    FONT-SIZE: 1.1em;
}
#table-initiateurs_wrapper div:nth-child(2) div {
    padding: 0% !important;
}

.situation-pan{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
}
.situation-pan > li {
   /* margin:1%;*/
}
.ng-dirty{
    width: 100%;
}


.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {

    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;

    font-size: 1.7em !important;
    border: solid #e4e4e4;
    PADDING-TOP: 4%;


}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}


/* The container must be positioned relative: */
.etat-select {
    position: relative;
    font-family: Arial;
}


.select-selected {
    background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */


.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
