﻿
.modalPasswordVerifying {
    background-image: url('../Images/spin.gif');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position-x: right;
}

.lblChangeLog_Text {
    width: 100%;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll
}


.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

.w-5 {
    width: 5% !important;
}

.w-15 {
    width: 15% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-85 {
    width: 85% !important;
}

.w-95 {
    width: 95% !important;
}

ul {
    padding-left: 15px;
}


.IntegrationsPanel {
    white-space: nowrap;
}


.SingleRow {
    white-space: nowrap;
}

.admin_MainTable .headerRow th {
    vertical-align: middle;
    text-align: center;
}

/* Table with FIXED Header and Scrollable BODY */

.ISGScrollable {
    overflow-y: auto;
    height: 450px;
}

    .ISGScrollable table {
        border-collapse: collapse;
    }


    .ISGScrollable th {
        top: 0;
        position: sticky;
        background: #cccccc;
        z-index: 100;
        border-top: 0px solid black;
        padding-top: 4px;
        margin-top: 0px;
    }

    .ISGScrollable tbody {
        z-index: 1;
    }



.displayReportWrapper {
    max-height: 25em;
    min-height: 25em;
    scroll-behavior: auto;
    overflow-x: hidden;
    overflow-y: scroll
}

.FontXl {
    font-size: larger;
    font-weight: normal;
}

.FontS {
    font-size: small;
    font-weight: normal;
}

.alertHealthCheck {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    min-width: 150px;
}


.indexPageToolBar {
    text-align: center;
}

.indexPageToolBar_Column {
    white-space: nowrap;
    text-align: right;
}

.indexPagePrimaryNav {
    max-width: 24px;
    max-height: 24px;
}
