﻿

.field-validation-error{
    color:red;
    font-size:15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background:none;
    border:none;
}
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info{
    margin-top:0!important;
}
.paginate_button.next {
    padding-right: 0 !important;
}


#role-permissions .entity-name, .action-name {
    cursor: pointer;
}
.action-buttons-holder{
    margin-top:50px;
    margin-bottom:50px;
}
.action-buttons-holder > * {
    margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    background-color:white;
    color:var(--primary);
}
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color:var(--primary);
    color:white;
}

table.dataTable th{
    vertical-align:top !important;
}
