/**
****************************************************************************
**
**   This material is the confidential, proprietary, unpublished property
**   of Fair Isaac Corporation.  Receipt or possession of this material
**   does not convey rights to divulge, reproduce, use, or allow others
**   to use it without the specific written authorization of Fair Isaac
**   Corporation and use must conform strictly to the license agreement.
**
**   Copyright (c) 2021 Fair Isaac Corporation.  All rights reserved.
**
****************************************************************************
**/

.default-cursor {
    cursor: default !important;
}
table.dataTable thead .sorting{
    position: relative;
    padding-right: 20px
}
table.dataTable thead .sorting_desc{
    position: relative;
    padding-right: 20px
}
table.dataTable thead .sorting_asc{
    position: relative;
    padding-right: 20px
}
#visual_diff_target1_div{
    overflow: auto;
}
#visual_diff_target2_div{
    overflow: auto;
}
.overflow-auto {
      overflow-x: auto !important;
}
