
div.role {
    padding: 2px;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin: 2px;
}
div.role.small { font-size: 0.75em;}
div.userlist:hover div.role, div.group:hover div.role { font-size: 1em;}
div.role a { text-decoration: none;color: inherit}
.removed1000 {
    animation: removed-item-animation 0.5s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
    transform-origin: 0% 100%;
}

@keyframes removed-item-animation {
    0% {
        opacity: 1;
        transform: rotateZ(0);
    }

    100% {
        opacity: 0;
        transform: translateY(600px) rotateZ(90deg);
    }
}
div.role5 {
    background-color: lightgreen;
}
div.role4, div.role3 {
    background-color: red;
}

.past.pas-soumis {
    background-color: red;
}
.past.soumis {
    background-color: green;
}
.future {
    background-color: #7FFF00;
}

div.role14 {
    background-color: #7FFF00;
}
div.role16 {
    background-color: #FF7F50;
}
div.role17 {
    background-color: lightblue;
}
div.role18 {
    background-color: lightgrey;
}

div.group,select.group,button.group {
    display: inline-block;
    margin: 2px;padding: 2px; border-radius: 2px; vertical-align: middle;
    background-color: orange;
}
button.group, select.group {
    background-color: rgba(255, 165, 0,0.5);
}
button.group:hover {
    cursor: pointer;
}
input.group { background-color: orange;border-radius: 2px; vertical-align: middle;}
span.groupname { font-weight: bold;}
div.groups,div.roles {
    display: flex;
    vertical-align: middle;
}


body {

}

a.btn {
    margin: 1px;
}

.link:hover {
    font-weight: 700;
}


/* Specifics selectors */
    .margin-left-17 {
        margin-left: 17px;
        margin-bottom: 0px;
    }

    .margin-side-20 {
        margin: 0 20px;
    }

    .fixed-btn-div {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 10px 0;
        box-shadow: 0 -.5rem 1rem rgba(0,0,0,.15);
    }

    #infos {
      position: fixed;
      left: 0;
    }


    .info {
      background-color: #ff0;
      width: 200px;
      height: 200px;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 30px 30px 30px 50px;
      box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
      margin-top: 50px;
      position: relative;
      left: -20px;
    }

    .info:hover {
      left: -10px;
    }


    .avancement-bar {
        width: 100%;
        height: 17px;
        border: 2px solid #000;
        border-radius: 7px;
        overflow: hidden;
    }

    .avancement-bar > div {
        height : 100%;
        background-color : #325d88;
    }


    .arrow > li {
        display: table-cell;
        text-align: center;
        border: 1px solid #325d88;
    }
    .arrow > li > a {
        position:relative;
        line-height: 30px; /* equal to the list item's height */
        display: block;
    }
    .arrow > li:hover {
        cursor: pointer;
        color: white;
    }
    .arrow {
        display: table;
        width: 70%;
        padding: 0px;
    }
    .arrow > li > a:after, .arrow > li > a:before {
        content:"";
        border-width: 16px;
        border-style: solid;
        left: 100%;
        top: -1px;
        position: absolute;
    }
    .arrow > li > a:before {
        border-width: 14px;
        z-index: 2;
        top:1px;
    }


/* Definie le style des collapsible*/
    /* Collapsible "button" */
    .collapsible {
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
    }

    /* Collapsible content. Note: hidden by default */
    .content {
      padding: 0 18px;
      display: none;
      overflow: hidden;
    }


/* Class outils */
    .hide {
      display: none;
    }

    .show {
      display: block;
    }

    .h-60 {
        height: 60px
    }

    .bold {
        font-weight: 700;
    }

    .overflow-x-hidden{
        overflow-x: hidden;
    }



/* Affichage mobile */
    #menu {
      width: 70px;
    }

    #menu > .dropdown-content {
      right: 0;
    }


/* Table style */
    .table {
        width: 100%
    }

    table {
        border-collapse: collapse;
    }

    .table thead th {
        border-bottom: 2px solid #dfd7ca;
    }

    .table td, .table th {
        padding: 0.75rem;
        border-top: 1px solid #dfd7ca;
    }

    .table-striped tbody tr:nth-of-type(2n+1) {
        background-color: rgba(0,0,0,0.05);
    }

    tr td:not(:first-child), tr th:not(:first-child) {
        text-align: center;
    }

    .full-table {
        width: 92%;
        margin-left: 4%;
    }




@media screen and (min-width: 540px) {}
@media screen and (min-width: 720px) {
  .md-hide {
    display: none;
  }

  .md-reveal {
    display: block;
  }
}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1140px) {}

.groupbox{
    display: inline-block;
    margin: 4px;
    border: 1px solid black;
    border-radius: 3px;
    padding: 2px;
}