﻿body, html {
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction:column;
}

.VersionNewBadge {
    display: none;
    background-color: red;
    border-radius: 5px;
    vertical-align: top;
    margin: 2px;
    font-size: 9px;
    color: white;
    padding: 0px 5px;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;

    -ms-user-select: none;
    user-select: none;
}

input:required {
    padding-right: 35px !important;
}

/*Select 2*/
span.select2-selection {
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

.form-group .selection span.select2-selection__arrow {
    height: 100%;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #004072;
    position: absolute;
    z-index: 21;
    top: 85px;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pace-activity {
    background-color: white;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
}

::-webkit-scrollbar {
    width: 9px;
    height:9px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to top,#004092,#008FFF);
    border-radius: 0px;
    outline: 1px solid slategrey;
}

label {
    font-size: 16px;
}

span.timer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 30px 0 0 -55px;
    text-align: center;
}

.modal-body {
    min-height: 120px;
}

legend {
    border-bottom: 1px solid #004092;
    box-shadow: 0 1px 0 0 #004092;
    font-weight: 500;
    font-size: 30px;
    color: #004092!important;
    margin-bottom: 10px!important;
    padding: 10px!important;
}

    legend .btn {
        margin-bottom: 0px;
    }

.cstlegend {
    border-bottom: 1px solid #004092;
    font-weight: 500;
    font-size: 30px;
    color: #004092;
    margin-bottom: 20px;
    padding-top: 20px;
    display: flex;
}

.subHeader {
    width: 100%;
    border-bottom: solid 1px darkgray;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #ACD0FF;
    color: #004092;
}

.Accordion:hover {
    cursor: pointer;
    box-shadow: 0 10px 10px #EEE;
}

.Accordion:not(.AccCollapsed) .AccExpandIcon {
    display: none;
}

.Accordion.AccCollapsed .AccCollapseIcon {
    display: none;
}

.ui-autocomplete {
    max-height: 215px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.btnHeaderAction {
    font-size:16px;
    margin-right: 10px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: aliceblue;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    color: #004092;
}


    .btnHeaderAction::after {
        content: '';
        border: solid 2px #004092;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 0;
        transition: transform 0.3s;
    }

    .btnHeaderAction:hover::after{
        opacity: 1;
        transform: scale(1.5);
    }

    .btnHeaderAction:hover {
        background-color: #004092;
        color: white;
    }

    .btnHeaderAction i {
        margin: auto;
    }

@media (max-width:578px) {
    legend {
        font-size: 20px;
    }

        legend .btn {
            font-size: 14px;
        }
}

.cstModalTitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: #004092;
    border-bottom: 1px solid #004092;
}

.btn {
    min-height: 30px;
    border: solid 2px white;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 500;
    border: solid 2px #004092;
    /*background-color:#004092;*/
    background: linear-gradient(#004092, 25%,#7189d6);
    padding: 6px 20px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

    .btn:active {
        transform: scale3d(0.95,0.95,0.95)!important;
    }

.btnEthoz {
    min-height: 30px;
    border: solid 2px white;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    border: solid 2px #004092;
    background: linear-gradient(#004092, 25%,#7189d6);
    padding: 6px 20px;
    transition: all 0.3s;
}

.btnEthoz:disabled{
    background:gray;
    cursor:not-allowed;
}

    .btnEthoz.btn-danger {
        background: linear-gradient(#FF675D, 25%,#FFAFAA);
    }

    .btn2 {
        border: solid 2px #004092;
        background: transparent;
        color: #004092;
    }

    .btn2:not(:disabled):hover {
        background: linear-gradient(#004092, 25%,#7189d6);
        color: white;
    }

    .btn2:focus {
        outline: none;
    }

.btn.btn-danger {
    background: linear-gradient(#FF675D, 25%,#FFAFAA);
}

.btn:hover {
    color: black;
    border-color: black;
    cursor: pointer;
}

.iconInputlg i.fas {
    margin: 12px;
    position: absolute;
}

.iconInputlg input {
    padding-left: 35px;
}

.NoWidth {
    font-weight: 600;
    font-size: 18px;
    white-space: pre-wrap;
}

    .NoWidth.w33 {
        min-width: 33.33%;
    }

.cstMandatory{
    color:red;
}

.cstTitle {
    border-bottom: 1px solid #004092;
    font-weight: 500;
    font-size: 25px;
    color: #004092;
    margin: 10px 0;
    line-height: 26px;
    position: relative;
    padding-bottom:5px;
}

.cstInputWrapper{
    margin-bottom:10px;
}

.cstInputWrapper label{
    font-size:13px;
}

    .cstInputWrapper input,
    .cstInputWrapper select,
    .cstInputWrapper span.select2-selection {
        width: 100%;
        border: none;
        border-bottom: solid 2px #004092;
        border-radius: 0px;
        outline: none;
        padding: 5px;
        background-color: aliceblue;
    }
        .cstInputWrapper input[type=radio],
        .cstInputWrapper input[type=checkbox] {
            width: auto;
        }

    .cstInputWrapper textarea {
        width: 100%;
        border: none;
        border: solid 2px #004092;
        border-radius: 5px;
        outline: none;
        padding: 5px;
        background-color: aliceblue;
    }

    .cstInputWrapper :disabled {
        background-color: lightgray;
        cursor:not-allowed;
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input.cstInput,
select.cstInput {
    width: 100%;
    border: none;
    border-bottom: solid 2px #004092;
    border-radius: 0px;
    outline: none;
    padding: 5px;
    background-color: aliceblue;
}

.contentWrapper {
    /*height: calc(100% - 105px);*/
    overflow:hidden;
    width: 100%;
    display: flex;
    flex-grow:1;
/*    flex-1;*/
    transition: 0.5s filter linear;
}

.main-content {
    width: 100%;
    min-height: 100%;
    overflow: auto;
    flex:1;
}

div.tab-pane {
    position: relative;
}

.blur {
    filter: blur(3px);
    min-height: 700px;
}

.AccessLogContent {
    transition: filter 1s;
}

/*SWITCH*/
.switch::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 15px;
    margin-left: 4px;
    margin-top: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 15px;
}

.switch.active::before {
    transform: translateX(18px);
}

.switch {
    width: 40px;
    height: 21px;
    background: lightgray;
    border-radius: 15px;
}

    .switch.active {
        background-color: #9B95E4;
    }


/***********************   Side Bar   *******************************/
.sidebar {
    width: 230px;
    /*border-right: solid 1px #aaa;*/
    background-color: white;
    overflow-y: hidden; /* Hide scrollbars by default */
    overflow-x: hidden;
    z-index: 10;
    /*transition: all 0.3s ease-in-out;*/
    box-shadow:0 0 10px darkgray;
}

    .sidebar:hover, .sidebar.MobileSidebar {
        overflow-y: auto; /* Show scrollbars when hovered */
    }

    .sidebar::-webkit-scrollbar-thumb {
        border-radius: 4px;
    }

        .sidebar::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.5); /* Darker on hover */
        }

    .sidebar.HasTransition {
        transition: all 0.3s ease-in-out;
    }

    .sidebar.min {
        width: 70px;
    }

    .sidebar .nav-link {
        padding: 3px 5px 3px 10px;
        white-space: nowrap;
        border-radius: 5px;
        border: solid 2px transparent;
        margin: 2px 5px;
    }

    .sidebar.min .nav-link {
        padding:0px;
        margin: 2px 5px;
        text-align: center;
    }
        .sidebar .subMenu {
            padding-left: 20px;
        }
        .sidebar.min .subMenu {
            text-align:left;
        }

        .sidebar .nav-link:hover {
            background-color: aliceblue;
            box-shadow:0 0 10px #004092;
        }

    .sidebar .nav-link.active {
        background-color: aliceblue;
        border-color: #004092;
    }

    .sidebar .moduleIconWrapper {
        color: #004092;
        font-size: 18px;
        background-color: transparent;
        padding: 1px;
        height: 26px;
        width: 26px;
        text-align: center;
        display: inline-block;
        border-radius: 6px;
    }
    .sidebar.min .iconSmallView {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: center;
    }

    .sidebar .sidebarBtn {
        cursor: pointer;
        margin-top: 10px;
        width: 50px;
        float: right;
        font-size: 18px;
        color: white;
        background-color: #004092;
        height: 30px;
        border-radius: 30px 0px 0px 30px;
        display:flex;
    }
    .sidebar .sidebarBtn i {
        margin:auto;
    }

.selfDesc {
    padding: 20px;
    font-size: 14px;
    transition: display;
    height: 100px;
    overflow: hidden;
    /*white-space:nowrap;
    display:none;*/
}

.sidebar .linkText {
    padding-left: 10px;
    font-weight: 500;
    /*transition-delay: 1s;*/
    color: #004092;
}

.sidebar.min .linkText {
    /*display: none;*/
    /*padding: 0px;
    font-weight: 400;
    font-size: 10px;
    border: none;*/
    padding-left: 4px;
    font-weight: 400;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar.min .subMenu {
    padding-left: 0px;
}

.sidebar .moduleArrow {
    color: #004092;
    padding-right:5px;
}

.sidebar .subMenuLinkText {
    font-size: 14px;
    font-weight: 400;
    border-left: solid 2px #004092;
}

.sidebar.min .subMenuLinkText{
    margin:2px;
}
/***********************   Loader   *******************************/
/*@keyframes bounce {
    0% {
        top: 240px;
        left:10px;
        animation-timing-function: ease-out;
    }

    50% {
        top: 280px;
        animation-timing-function: ease-in;
    }

    100% {
        top: 240px;
    }
}

.bounceBall {
    height: 12px;
    width: 12px;
    border-radius: 15px;
    background-color: #76B3FF;
    left: 70px;
    top:250px;
    animation: bounce 1s linear infinite;
    position:absolute;
}*/
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.spinner,
.spinner-small {
    height: 40px;
    width: 40px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border: 2px solid #fff;
    border-top: 2px solid #007aff;
    border-radius: 100%;
}

.fade.in .spinner {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}

/***********************   Sweet Alert  *******************************/
.swal-footer {
    text-align: center;
}

.btnSWYes {
    color: white;
    background-color: #45AF45;
    border: solid 1px transparent;
}

.swal-button--Cancel.btnSWYes:hover {
    color: #45AF45;
    background-color: white;
    border: solid 2px #45AF45;
}

.swal-button--Cancel.btnSWYes:active {
    background-color: lightgreen;
}

.btnSWNo {
    color: white;
    background-color: #FF3B3B;
    border: solid 2px transparent;
}

.swal-button--Yes.btnSWNo:hover {
    color: #FF3B3B;
    background-color: white;
    border: solid 2px #FF3B3B;
}

.swal-button--Yes.btnSWNo:active {
    background-color: lightcoral;
}
/***********************   Jquery Validation *******************************/
.cstError input, .cstError select, .cstError span.select2-selection {
    border-color: #FE6E6E;
}

.cstError .cstIcon {
    color: #FE6E6E;
}

.cstIcon {
    position: absolute;
    right: 30px;
    font-size: 20px;
    top: 40px;
    color: transparent;
}

.cstValid input, .cstValid select, .cstValid span.select2-selection {
    border-color: #6EFE74;
}

.cstValid .cstIcon {
    color: #6EFE74;
}

label input[type=checkbox] {
    margin-right: 10px;
}

.ethozNav .nav.nav-tabs {
    background-color: #76B3FF;
    height: 50px;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

    .ethozNav .nav.nav-tabs:hover {
        overflow-x: auto;
    }

.ethozNav a.nav-link {
    min-width: 100px;
    text-align: center;
    color: white;
    margin: 2px 5px;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: 15px;
}

.ethozNav .nav.nav-tabs a.nav-link:hover {
    color: #004092;
    /*border:solid 2px;*/
    box-shadow:0px 0px 10px;
    background-color: #b8d7ff;
}

.ethozNav .nav.nav-tabs .nav-link.active {
    color: #004092;
    font-weight: 600;
    border: solid 2px;
    font-size: 16px;
    background-color: aliceblue;
}


/***********************  Table  *******************************/
.ethozTable {
    min-width: 100%;
}

.ethozTable.LargeTable {
    min-width:1300px!important;
    table-layout:fixed;
}

    .ethozTable th {
        background-color: #004092;
        color: white;
        /*text-align: center;*/
    }
    .ethozTable tfoot {
        background-color: #004092;
        color: white;
        /*text-align: center;*/
    }

    .ethozTable td {
        /*white-space:pre-wrap;*/
    }

    .ethozTable .filterRow {
        background-color: #76B3FF;
    }

        .ethozTable .filterRow input {
            width: 100%;
            padding-right: 0px !important;
        }

    .ethozTable .SingleLineText {
        height: 24px;
        text-overflow: ellipsis;
        white-space: pre;
        overflow: hidden;
    }
.btnTbHeaderlAction {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    color: white;
    display: inline-flex;
}

    .btnTbHeaderlAction::after {
        content: '';
        border: solid 2px white;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 0;
        transition: transform 0.3s;
    }

    .btnTbHeaderlAction:hover {
        background-color: white;
        color: #004092;
    }

.btnTblAction {
    margin-right: 10px;
    display: inline-flex;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background-color: aliceblue;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    color: #004092;
}

    .btnTblAction::after {
        content: '';
        border: solid 2px #004092;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 0;
        transition: transform 0.3s;
    }

    .btnTblAction:hover::after,
    .btnTbHeaderlAction:hover::after {
        opacity: 1;
        transform: scale(1.5);
    }

    .btnTblAction:hover {
        background-color: #004092;
        color: white;
    }

    .btnTblAction i,
    .btnTbHeaderlAction i {
        margin: auto;
    }

.tbl2RowLimit{
    overflow:hidden;
    height:48px;
}

.tblEntityFont {
    color: #004092;
    font-weight: 600;
}

.tblProposedFont {
    color: #838383;
}

/***********************  CP Status  *******************************/
.RN,.R {
    color: red;
}

.P {
    color: orange;
}

.A{
    color: green;
}

.D {
    color: #FFB0B0;
}

.T {
    color: #555;
}

.editIcon {
    color: gray;
    cursor: pointer;
}

    .editIcon:hover {
        color: #004092;
    }

/***************************** Custom Modal **************************/
.modalCloseIcon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #010101;
    color: white;
    cursor: pointer;
    text-align: center;
    padding: 3px;
}

/***************************** Custom Textbox **************************/
.mentionWrapper {
    background-color: #DDD;
    min-height: 150px;
    overflow-y: auto;
    box-shadow: -5px -5px 5px darkgrey;
}

.mentionAvatar {
    height: 30px;
    border: solid 2px #333;
    color: #333;
    border-radius: 15px;
    width: 30px;
    padding: 7px;
    margin-right: 20px;
}

.mentionName {
    padding: 5px 20px;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
}

    .mentionName:hover {
        background-color: #CCC;
    }


.typeBoxWrapper {
    max-height: 142px;
    background-color: #EEE;
    padding: 5px 0px 5px 5px;
    flex: none;
    display: flex;
    box-shadow: -5px -5px 5px darkgrey;
    z-index:1;
}

.btnSendMessage, .btnSendMessageComment {
    font-size: 25px;
    margin-top: auto;
    padding: 5px 20px 0px 5px;
    color: #004092;
    transform: rotate(50deg);
    cursor: pointer;
}

.cstTextBox {
    background-color: white;
    border: solid 1px darkgray;
    border-radius: 25px;
    padding: 10px;
    width: 100%;
}

.cstPlaceHolder {
    position: absolute;
    color: darkgray;
}

.txtType,.txtTypeComment {
    outline: none;
    overflow-y: auto;
    max-height: 100px;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 400;
    word-wrap: break-word;
    white-space: pre-wrap;
    line-height: 20px;
}

.mentionInText {
    color: darkgray;
}

/***************************** CKEditor CSS **************************/

.document-editor {
    width: 850px;
    border: 1px solid var(--ck-color-base-border);
    border-radius: var(--ck-border-radius);
    /* Set vertical boundaries for the document editor. */
    max-height: 700px;
    /* This element is a flex container for easier rendering. */
    display: flex;
    flex-flow: column nowrap;
}

    .document-editor.ProposalEditor {
        width:100%;
    }

    .document-editor__toolbar {
        /* Make sure the toolbar container is always above the editable. */
        z-index: 1;
        /* Create the illusion of the toolbar floating over the editable. */
        box-shadow: 0 0 5px hsla( 0,0%,0%,.2 );
        /* Use the CKEditor CSS variables to keep the UI consistent. */
        border-bottom: 1px solid var(--ck-color-toolbar-border);
    }

    /* Adjust the look of the toolbar inside the container. */
    .document-editor__toolbar .ck-toolbar {
        border: 0;
        border-radius: 0;
    }

.document-editor__editable-container {
    padding: 10px;
    background: var(--ck-color-base-foreground);
    /* Make it possible to scroll the "page" of the edited content. */
    overflow-y: scroll;
}

    .document-editor__editable-container .ck-editor__editable {
        /* Set the dimensions of the "page". */
        width: 21cm;
        min-height: 29.7cm;
        /* Keep the "page" off the boundaries of the container. */
        padding: 10px;
        border: 1px hsl( 0,0%,82.7% ) solid;
        border-radius: var(--ck-border-radius);
        background: white;
        /* The "page" should cast a slight shadow (3D illusion). */
        box-shadow: 0 0 5px hsla( 0,0%,0%,.1 );
        /* Center the "page". */
        margin: 0 auto;
    }

/* Set the default font for the "page" of the content. */
.document-editor .ck-content,
.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
    font: 16px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Adjust the headings dropdown to host some larger heading styles. */
.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
    line-height: calc( 1.7 * var(--ck-line-height-base) * var(--ck-font-size-base) );
    min-width: 6em;
}

/* Scale down all heading previews because they are way too big to be presented in the UI.
Preserve the relative scale, though. */
.document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
    transform: scale(0.8);
    transform-origin: left;
}

/* Set the styles for "Heading 1". */
.document-editor .ck-content h2,
.document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
    font-size: 2.18em;
    font-weight: normal;
}

.document-editor .ck-content h2 {
    line-height: 1.37em;
    padding-top: .342em;
    margin-bottom: .142em;
}

/* Set the styles for "Heading 2". */
.document-editor .ck-content h3,
.document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
    font-size: 1.75em;
    font-weight: normal;
    color: hsl( 203, 100%, 50% );
}

.document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
    color: var(--ck-color-list-button-on-text);
}

/* Set the styles for "Heading 2". */
.document-editor .ck-content h3 {
    line-height: 1.86em;
    padding-top: .171em;
    margin-bottom: .357em;
}

/* Set the styles for "Heading 3". */
.document-editor .ck-content h4,
.document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
    font-size: 1.31em;
    font-weight: bold;
}

.document-editor .ck-content h4 {
    line-height: 1.24em;
    padding-top: .286em;
    margin-bottom: .952em;
}

/* Set the styles for "Paragraph". */
.document-editor .ck-content p {
    font-size: 1em;
    line-height: 1.1em;
    /*padding-top: .5em;
        margin-bottom: 1.13em;*/
}


/***************************** Global CSS **************************/

.cstbreadcrumb {
    /*display: flex;*/
    width: 100%;
    /*white-space: pre-wrap;*/
    height: 30px;
    margin-top: -10px;
}

.mainBGColor {
    background-color: #004092
}

.mainFontColor {
    color: #004092
}

.txtSecond {
    font-size: 14px;
    color: #545454;
}

.EthozFont {
    color: #004072;
}

.advanceSearchIcon {
    margin-bottom: 10px;
}

.advanceSearchDiv {
    display: none;
}


td.money {
    text-align: right;
}

.Money {
    padding-left: 30px;
    text-align: right;
}

/*.MoneyDollarSign {
    position: absolute;
    margin-top: 8px;
    margin-right: 85px;
}*/

.MoneyDollarSign {
    position: absolute;
    top: 6px;
    left: 17px;
}
/*
.RequiredStatementWrapper a{
    color:red;
}*/
/*.MoneyDollarSign {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 10%;
    pointer-events: none;
    padding-right: 87px;
    padding-top: 5px;
    text-align: center;
    font-style: normal;
}*/
.EmptyRecordTD{
text-align:center;
}

.popover {
    box-shadow: 0 0 10px #76B3FF;
}

.popover-header {
    color: #004092;
}

.popover-body {
    /*background-color:aliceblue;*/
}

/* Dashboard Loader */
.loaderWrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(183 218 255 / 70%);
}

.loaderRing {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .loaderRing div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #004092;
        border-radius: 50%;
        animation: loaderRing 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #004092 transparent transparent transparent;
    }

.loaderRing div:nth-child(1) {
    animation-delay: -0.45s;
}

    .loaderRing div:nth-child(2) {
        animation-delay: -0.3s;
    }

    .loaderRing div:nth-child(3) {
        animation-delay: -0.15s;
    }

@keyframes loaderRing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


