.datatable-block table.dataTable .activeLink {
    color: #073656;
    cursor: pointer;
}

table.dataTable tbody tr.active {
    background-color: rgba(117, 173, 143, 0.4)
    /*background-color: #cbe6f5;*/
}

#tblViewableAccount .validcheck {
    cursor: pointer;
}

#example-select-all {
    cursor: pointer;
    margin-left: 16px;
}

.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 150px;
}

.datatable-block .dt-buttons {
    float: right;
}

    .datatable-block .dt-buttons > button {
        border: 0;
        padding: 2px 0;
        background: none;
        font-size: 25px;
        margin-left: 15px;
        cursor: pointer;
    }

        .datatable-block .dt-buttons > button:focus, .datatable-block .dt-buttons > button:hover, .datatable-block .dt-buttons > button:active {
            outline: none;
            color: #75ad8f;
        }

@media (max-width:640px) {
    .datatable-block .dt-buttons {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
}

#tblStatementlist .validcheck {
    cursor: pointer;
}

.toolPointer {
    cursor: pointer;
}

.reason-link {
    padding-bottom: 0;
    border-bottom: 1px rgba(9, 54, 86, 0.42) solid;
    display: inline-block;
    line-height: 16px;
    margin: 0 5px;
}

.custom-padding {
    margin-top: 7px;
}

@media (max-width:767px) {

    .custom-view-button {
        margin-top: 10px;
    }
}

.custom-activePointer {
    color: #073656 !important;
    cursor: pointer;
}

.custom-search-validation {
    border-color: #d82d2a !important;
}

/* iframe */

.custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.report-iframe {
    width: 80%;
    height: 90%;
    position: relative;
    background: rgb(82, 86, 89);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.35);
}

    .report-iframe iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.custom-popup .btn-close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #083656;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.custom-percentage {
    top: 55%;
    left: 0;
    position: absolute;
    color: #093656;
    font-weight: 500;
    font-size: 20px;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.tooltip {
    pointer-events: none;
}

table.fixedHeader-floating {
    top: 70px !important
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #a6c4b4;
    color: #083656 !important;
}