.background-color-main {
    background: #007ae5;
}

.color-menu {
    color: #007ae5 !important;
}

.ui-state-disabled {
    background: #007ae5 !important;
}

.previous {
    background: none !important;
}

a:hover {
    color: #007ae5 !important;
}

#users-table tbody a:hover,
#user-commission-table tbody a:hover,
#admins-table tbody a:hover,
#supports-table tbody a:hover {
    color: #ffffff !important;
}

.next {
    background: none !important;
}

#admins-table_previous:hover,
#admins-table_next:hover,
#depositwithdraworders-table_next :hover,
#depositwithdraworders-table_previous:hover,
#users-table_next:hover,
#users-table_previous:hover,
#user-commission-table_next:hover,
#user-commission-table_previous:hover,
#partner-table_next:hover,
#partner-table_previous:hover,
#supports-table_next:hover,
#supports-table_previous:hover,
#mission-table_previous:hover,
#mission-table_next:hover {
    background: none !important;
    color: #007ae5 !important;
}

#logout-form a:hover {
    color: unset !important;
}

.not-hover:hover {
    color: #ffffff !important;
}

#users-table tbody a.invite-user:hover {
    color: #007ae5 !important;
}

.dataTables_paginate a.ui-state-disabled:hover {
    color: #ffffff !important;
}
