.item-container {
    position: relative;
}
.item-container , .menu-body {
    padding: 0 5px;
}
.item {
    border-radius: 5px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #e9eff4;
    padding: 10px;
    margin: 10px 0;
    position: relative;
    height: 96px;
    cursor: pointer
}

.item.active {
    box-shadow: none;
    height: 101.3px;
    background-color: white;
    border-width: 2px;
    border-color:  #006192  #006192 white  #006192;
    border-radius: 5px 5px 0 0;
}
.item.open-cases , .item.closed-cases {
    box-shadow: none;
    border : 0;
    border-radius: 0;
}
.item.closed-cases {
    padding-top: 20px;
}

.item-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.11px;
    color: #414141;
}

.nb-title {
    width: 40px;
    height: 22px;
    border-radius: 11px;
    background-color: #cfe9ee;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    font-weight: bold;
}

.item-pastille-container {
    display: flex;
    display: flex;
    position: absolute;
    bottom: 25px;
    left: 20px;

}
.pastille-outline {
    background-color: white;
    padding: 2px;
    min-width: 30px;
    height: 30px;
    border: solid 3px transparent;
    border-radius: 15px;
}
.pastille-outline.-active {
    border: solid 3px #006192;
} 


.item-pastille {
    min-width: 22px;
    height: 20px;
    padding: 4px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.item-pastille:hover::after {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    color: white;
    font-size: 16px;
    font-weight: normal;
    top: -18px;
    position: relative;
    padding: 2px;
}
.pastille-outline.-active .item-pastille:hover::after {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    color: white;
    font-size: 16px;
    font-weight: normal;
    top: -18px;
    position: relative;
    padding: 2px;
}

.item-pastille.green {
    background-color: #00a500;
}

.item-pastille.yellow {
    background-color: #f2d200;
}

.item-pastille.red {
    background-color: #e93356;
}

.item-pastille.gray {
    background-color: #c9c9c9;
}
.item-pastille.TO_WATCH {
    background-color: #00a500;
  }
  .item-pastille.RELANCE {
    background-color: #f2d200;
  }
  .item-pastille.ACTIVE {
    background-color: #e93356;
  }
  .item-pastille.PENDING {
    background-color: #c9c9c9;
  }
  

.item-pastille div {
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: 0.55px;
    text-align: center;
    color: #ffffff;
}
.item-pastille div.-all { color : transparent}
.item-pastille:hover div {
    color : transparent
}

  
.item-pastille .tooltiptext , .refresh-data .tooltiptext  {
    visibility: hidden; 
    width: 190px;
    background-color: #FFF;
    color: #414141;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 0;
    margin-left: -80px;
    opacity: 0; 
    transition: opacity 0.3s;
    box-shadow: 0 2px 4px 0 rgba(65, 65, 65, 0.11);
    border: solid 1px #d9d9d9;
}
  
.item-pastille .tooltiptext::after ,
 .profil-page .tooltiptext::after,
 .refresh-data .tooltiptext::after
  {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #d9d9d9 transparent transparent transparent;
}
  
.item-pastille:hover .tooltiptext,
.refresh-data:hover .tooltiptext
 {
    visibility: visible;
    opacity: 1;
}

.pastille-loader {
    position: absolute;
    top: -7px;
}
.milestone-loader {
    position: absolute;
    right : 0;
    top: 5px
}

.retailer-select-container {
    height: 25px;
    width: 200px;
    margin-top: 12px;
}
.filter-top {
    display: inline-block;
    width:50%
}

.small-label {
    font-size: 10px;
    font-weight: 300;
    color: rgba(65, 65, 65, 0.6);
    line-height: 2;
    margin-bottom: 6px;
}
.filter-top select {
    position: relative;
    top : -9px
}

.retailer-select {
    height: inherit;
    color: #323c47;
    border-radius: 3px;
    border: solid 0.8px #d4d4d4;
    background-color: #ffffff;
    padding: 5px;
}


.refresh-data .tooltiptext {
    bottom: 8px;
    left: -16px;
    width: 107px;
}

.retailers-dropdown {
    background-color: white;
    width: 240px;
    z-index: 2;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0 8px 24px 0 rgba(65, 65, 65, 0.35);
    color: rgb(65, 65, 65);
    position : inherit !important
}
.retailer-input-container {
    width :240px;
    position: relative;
}
.retailer-input-container input {
    padding: 10px !important;
    height : 34px !important
}
.retailer-input-container .arrow {
    position: absolute;
    right: 15px;
    top: 2px;
    padding: 3px !important
}
.no-selected-status {
    text-align: center;
    padding: 100px 0;
    color :  #c9c9c9;
}