
.dropdown-notification {
    overflow-y: scroll;
    height: 500px;
    width: 340px;
    padding: 10px;
}
.required label::after {
    content:"*";
    color:red;
}
.form-control:disabled, .form-control[readonly] {
    opacity: 0.8;
}
.pastille {
    color: #f6c343;
}
.barre-action {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background:#212121;
    padding:10px;
    border-top:1px solid #121212;
    z-index:333;
}

::-webkit-scrollbar {
    width: 5px;
    height:5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #fff200;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

input[type=file].form-control {
    background:transparent;
}

.datatable {
    white-space: nowrap;
    width:100% !important;
}

