.breadcrumb{
    padding: 15px 15px !important;
    background-color: transparent !important;
    margin-bottom: 0px !important;
}

.borderless td, .borderless th {
    border-top: none !important;
}

#navigation{
    background-color: white;
    margin-bottom: 0px;
}

.btn-grey{
    background-color: #757575 !important;
    border-color: #424242 !important;
}

.btn-lime{
    background-color: #cddc39 !important;
    border-color: #afb42b !important;
}

.btn-yellow{
    background-color: #fdd835 !important;
    border-color: #fbc02d !important;
}

.btn-black{
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.pagination-link ul{
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
}

.scroll-horizontal{
    display: block;
    width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
}

li.big{
    font-size: 14px;
    background: #f4f4f5;
}

.breadcrumb > li + li:before {
    content: none;
}

.select2-selection__choice {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    padding: 1px 10px !important;
    color: #fff !important;
}

.sticky{
    position: fixed;
    z-index: 999;
    top: 10vh; 
    left: 78vw; 
}

.sticky-flash-note{
    opacity: 0.8 !important;
    max-width: 20vw;
    min-width: 20vw;
    min-height: 10vh;
    height: auto !important;
    /* float: right; */
}