label {
    margin-left: .5rem;
    font-weight: 500;
    font-size: 18px;
}



.multi-select-button {
    display: block;
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;

    /*display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 
    cursor: default; */
}

.multi-select-menuitem {
    font-weight: 300;
    font-size: 14px;

    /*display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 
    cursor: default; */
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  

  .iliko {
  border-radius: 6px;
  background: #eee;
  padding: 15px; 
  width: 100%;
  height : 140px;  
  margin-bottom: 15px;
}

.iliko .number {
    min-height: 30px;
    background-color: #fdc426;
    font-size: 22px;
    /*text-align: right;*/
    

}

.iliko .title {
    font-size: 22px;
    font-weight: 400;

    min-height: 30px;
    background-color: #cacaca;
    

}

.stay {
    position: static;

}

@media screen and (min-width: 768px) {
.stay {

    position: relative; 
    z-index:200;
}