div.dt-buttons {
    float: right !important;
}

#top_button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    padding: 15px;
}

.is-invalid, .has-error
{
    border-color: #dc3545;
}

.invalid-feedback
{
    color: #dc3545;
}

.error-help-block
{
    color: #dc3545 !important;
}

.swal-overlay--show-modal, .swal-modal {
    animation: none !important;
}

.swal-overlay{
    transition: none !important;
}

.swal-icon{
    margin-bottom: 10px;
}

.swal-title{
    font-size: 10pt !important;
}

.swal-button{
    font-size: 10pt !important;
    background-color: #343A40 !important;
}

.delete_icon
{
    cursor: pointer !important;
}

.delete_icon:hover
{
    color: #6c757d !important;
}

.has-error-tab
{
    color: red !important;
}

.activate_user_button
{
    cursor: pointer !important;
}

/* legördölőből kiválasztott kulcsszó szövegének színe (nem látszódott a felirat) */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #333;
    margin-bottom: 4px;
}

.datatable .controller_cell
{
    min-width: 80px !important;
}
