﻿/* -- General styles ------------------------------ */

/* commented backslash hack \*/
html, body, form
{
    height: 90%;
}
/* end hack */

html, body, form
{
    margin: 0;
    padding: 0;
}

body
{
    background-position: 0% 0%;
    background-attachment: scroll;
    background-color: #303030;
    background-repeat: repeat;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
}

.clr
{
    clear: both;
    float: none;
    overflow: hidden;
    height: 0;
    zoom: 1;
}

a, img
{
    padding: 0;
    margin: 0;
}

.content_box
{
    min-height: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #b0c4de;
    padding: 8px;
}

.content_box_other_dev
{
    min-height: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #FF9933;
    padding: 8px;
}

.content_box_other_test
{
    min-height: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #FFEC8B;
    padding: 8px;
}

.content_box_other_test_ECBH
{
    min-height: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #CCBC6F;
    padding: 8px;
}

.content_box_other_train
{
    min-height: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #9DB68C;
    padding: 8px;
}

.content_box_other_train_ECBH
{
    min-height: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #B7A963;
    padding: 8px;
}

.content_box_prod_test
{
    min-height: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #3300FF;
    padding: 8px;
}

.content_box_other_hotfix
{
    min-height: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #FF5355;
    padding: 8px;
}

img
{
    border: 0 none;
}

form
{
    margin: 0;
    padding: 0;
    clear: both;
}

select
{
    vertical-align:middle;
}
select option
{
    height: 14px;
}

hr
{
    text-align: center;
    border: 0;
    background-color: #7f9db9;
    color: #7f9db9;
    margin: 8px auto 8px auto;
    height: 2px;
}

.ajax__calendar,
.ajax__calendar_container,
.ajax__calendar_container div
{
    z-index:99999 !important;
}

a:link
{
    color: #0B55C4;
    text-decoration: underline;
}

a:visited
{
    color: #0B55C4;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

fieldset,
div.content_container
{
    margin: 0 0 1.5em 0;    
    border: 1px solid #666666;
    padding: 5px 10px 10px 10px;
    text-align: left;
    background-color: #f9f9f9;
    color: inherit;
}

div.content_container
{
    padding-bottom:30px;
}

legend
{
    margin-left: 1em;
    padding: 0;
    color: #0b55c4;
    font-weight: bolder;
    font-size: 1.2em;
}

table
{
    border: none;
    border-color: #cccccc;
    margin: 0;
    padding: 0;
}

label
{
    padding-right: 10px;
}

input[type=radio]
{
    border: 0px !important;
}

/* --------For <asp:Label> skin -------- */
.defaultLabel
{
    width: 120px;
    padding-right: 10px;
}

/* ------ For <asp:DataGrid> skin -------- */
.defaultGrid
{
    margin-top: 3px;
    border: solid 1px #cccccc;
}

    .defaultGrid  td
    {
        border: solid 1px #cccccc;
 
    }
    /*.defaultGrid  td
    {
        border: solid 1px #cccccc;
        text-align: left;
        justify-content: left;
    }*/
/* -- overall styles ---
 --------------------------- */

.defaultRadGrid {
    margin-top: 3px;
    border: solid 1px #cccccc;
}

.defaultRadGrid td {
    border: solid 1px #cccccc;
}

.defaultRadGrid tr.rgRow {
    border: solid 1px #cccccc;
    background-color: #ffffff;
}

.defaultRadGrid tr.rgAltRow {
    border: solid 1px #cccccc;
    background-color: #ffffcc;
}

.defaultRadGrid tr.rgHeader {
    background-color: #ffcc66;
}

#message-box {
    margin: auto;
    text-align: center;
}

.info, .success, .warning, .error, .validation
{
    border: 1px dashed;
    margin: 0 auto 5px auto;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 350px;
    text-align: left;
}
.errorAsterisk
{
    font-weight:bold;
    color:red;
    margin-left:10px;
}

.info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/toolbar/KnobInfo.png);
}

.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(../images/toolbar/KnobValidGreen.png);
}

.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../images/toolbar/KnobAttention.png);
}

.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/toolbar/KnobCancel.png);
}

.error-small {
    border: 1px dashed;
    padding: 10px 10px 8px 21px;
    background-repeat: no-repeat;
    text-align: left;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/toolbar/KnobCancel.png);
}

.validation
{
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(../images/toolbar/KnobMessage.png);
}

#fldset_outer
{
    background-color: #f9f9f9;
    border: solid 1px #666666;
}


    #border-top.h_blue div div
    {
        height: 30px;
        font-size: 12px;
    }



    #border-top.h_blue_m div div
    {
        height: 20px;
        font-size: 12px;
    }

#border-top .name
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-align: left;
    display: block;
    float: right;
    padding-right: 20px;
    padding-left: 20px;
 }

#border-top .nameleft 
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-align: left;
    display: block;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}


#border-bottom
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #b0c4de;
}

#footer
{
    margin: 20px 0 0 0;
    border: 1px solid #ccc;
    background: #fff;
}

    #footer.logo {
        background-repeat: no-repeat;
        background-position: right 40px bottom 5px;
        height: 45px;
        text-align: right;
        padding-right: 190px;
        padding-top: 10px;
        line-height: 45px;
        margin-right: 0;
    }

    #footer .feedback
    {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        font-style: normal;
        line-height: 20px;
        text-align: right;
        display: block;
        float: right;
        padding: 6px 20px;
    }

    #footer .tagline
    {
        font-size: 10px;
        font-weight: bold;
        color: #666;
        font-style: italic;
        line-height: 32px;
    }

#breadcrumb-box
{
    margin-bottom: 10px;
    border: 1px solid #dedede;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
    font-weight: bold;
}

.breadcrumbs
{
    margin: 10px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bolder;
}

#header-box
{
    border: 1px solid #ccc;
    background: #f9f9f9;
}

#content-box
{
    min-height: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #b0c4de;
    padding: 8px;
}

/** toolbar **/

div.toolbar
{
    float: right;
    text-align: right;
    padding: 0;
}

table.toolbar
{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

    table.toolbar td
    {
        padding: 1px 1px 1px 4px;
        text-align: center;
        color: #666;
        height: 48px;
    }

    table.toolbar span
    {
        float: none;
        width: 32px;
        height: 32px;
        margin: 0 auto;
        display: block;
    }

    table.toolbar a
    {
        display: block;
        float: left;
        white-space: nowrap;
        border: 1px solid #fbfbfb;
        padding: 1px 5px;
        cursor: pointer;
    }

        table.toolbar a:hover
        {
            border-left: 1px solid #eee;
            border-top: 1px solid #eee;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            text-decoration: none;
            color: #0B55C4;
        }

/* standard form style table */
table.dataform
{
    background-color: #f9f9f9;
    border: solid 1px #000;
    border-collapse: collapse;
    margin: 8px 0 15px 0;
}

    table.dataform .nospace
    {
        margin-bottom: 0;
    }

    table.dataform th
    {
        font-size: 11px;
        padding: 6px 2px 4px 4px;
        text-align: left;
        height: 25px;
        color: #000;
        background-repeat: repeat;
    }

    table.dataform td
    {
        padding: 3px;
        text-align: left;
    }

    table.dataform input
    {
        width: 90%;
    }

    table.dataform span
    {
        display: inline;
    }

    table.dataform label
    {
        width: 100%;
    }

fieldset.dataform
{
    border: 1px solid #000;
    margin: 0 10px 10px 10px;
}


/* System Standard Messages */
#message-notice
{
    color: #ffff00;
    background: #b0c4de;
}

/* System Error Messages */
#message-error
{
    color: #666;
    background: #b0c4de;
}


div#component, div#toolbar-box, div#submenu-box, div.section-box
{
    border: 2px solid #000;
}

div.m
{
    border: 0;
    padding: 0 8px;
}

#toolbar-box
{
    background: #fbfbfb;
    height: 55px;
}

div#toolbar-box div.m
{
    background: #fff;
}

div#element-box div.m
{
    padding: 5px 10px;
}

/* ---- Basic menu styles ------------------- */

.menu-top
{
    padding-left: 10px;
    font-weight: bold;
}

    .menu-top, .menu-top a, .menu-top a:hover
    {
        margin: 0 1px 0 1px;
        color: #000000;
        line-height: 1.6em;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
    }

.menu-items, .menu-items a, .menu-items a:hover
{
    padding: 0.35em 0 0.35em 0;
    margin: 0 1px 0 1px;
    color: #333333;
    line-height: 1.6em;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

.dynMenu
{
    z-index: 1000;
    border-bottom: solid 2px #002dd6;
    border-top: solid 2px #002dd6;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .dynMenu a
    {
        padding-left: 10px;
        padding-right: 5px;
        border-left: solid 3px #0079e2;
    }

.vAlignMiddle
{
    vertical-align: middle;
}

/* ---- Basic control styles ------------------- */

table .gridviews
{
    width: 960px;
    border: solid 1px #7F9DB9;
}

    table .gridviews td
    {
        border: solid 1px #7F9DB9;
    }

    table .gridviews th
    {
        border: solid 1px #7F9DB9;
        background: #a9a9a9;
    }

input, select
{    margin-left: 0px;
}

textarea
{
    border: 1px solid #7F9DB9;
}

input.disabled
{
    background-color: #f9f9f9;
}

input.button
{
    cursor: pointer;
}


input:focus, select:focus, textarea:focus
{
    border: solid 1px #000;
}

/*-- for IE using jquery --*/
.curFocus
{
    border: solid 1px #000;
}

/* ---- User Controls ------------------- */
#tbl_encounter_data .heading
{
    color: #ffffff;
    background-color: #006699;
}

    #tbl_encounter_data .heading a
    {
        color: #ffffff;
        background-color: #006699;
    }


.pseaudoTab
{
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
}

.pseaudoTabSel
{
    font-weight: bold;
    text-decoration: underline;
}

.scrollGridArea
{
    clear: both;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 200px;
    border: solid 1px #e0e0e0;
    margin: 0;
}



table.auth_dtl_max
{
    color: #000000;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    text-align: center;
}

    table.auth_dtl_max th
    {
        border-width: 1px;
        padding: 6px 4px 6px 4px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffdead;
    }

    table.auth_dtl_max td
    {
        border-width: 1px;
        padding: 6px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }



/****** Icon Classes ********/
.edit-icon-active
{
    margin: 0;
    padding: 0;
    background: transparent url(../images/toolbar/icon-32-edit.png) 0 0 no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.edit-icon-inactive
{
    margin: 0;
    padding: 0;
    background: transparent url(../images/toolbar/icon-32-edit.png) -32 0 no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.lock-icon-active
{
    margin: 0;
    padding: 0;
    background: transparent url(../images/toolbar/icon-32-lock.png) 0 0 no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.lock-icon-inactive
{
    margin: 0;
    padding: 0;
    background: transparent url(../images/toolbar/icon-32-lock.png) -32 0 no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.trash-icon-active
{
    margin: 0;
    padding: 0;
    background: transparent url(../images/toolbar/icon-32-trash.png) 0 0 no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.trash-icon-inactive
{
    margin: 0;
    padding: 0;
    background: transparent url(../images/toolbar/icon-32-trash.png) -32 0 no-repeat;
    height: 32px;
    width: 32px;
    cursor: pointer;
}






.ci_base_form_tbl
{
    text-align: left;
}

    .ci_base_form_tbl td
    {
        white-space: nowrap;
    }

    .ci_base_form_tbl input
    {
        margin-right: 35px;
    }

.radio input
{
    margin: 3px;
    vertical-align: middle;
}

.ci_base_form_tbl select
{
    margin-right: 35px;
}


.ButtonSaveFontSize
{
    font-size: 22px;
}

.btnSaveAcceptSubmit
{
    font-size: 22px;
    border: 1px solid #000000;
    cursor: pointer;
}

#LinkButtonUnderline, a, a:visited, a:hover
{
    color: #0B55C4;
    text-decoration: underline;
}

.ub4_font
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.FormLabel
{
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-family: arial;
    font-size: 8pt;
    border-color: #FFFFFF;
    padding-left: 2;
    background-image: url(../../../Images/blue_haze.gif);
}

.small_text
{
    font-size: xx-small;
    font-family: Arial;
}

.validator_text
{
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial;
}


/* -=-= TextBox oriented =-=-=- */
.TBWide
{
    width: 100%;
}

    .TBWide#txtPertinentInfo
    {
        height: 100px;
    }

.nameField75
{
    width: 75px;
}

.nameField250
{
    width: 250px;
}

.nameField450
{
    width: 450px;
}

.nameField350
{
    width: 350px;
}

.nameFieldFull
{
    width: 100%;
}

.calWidth
{
    width: 140px;
}

.tblCI
{
    width: 100%;
    padding: 1px 1px 1px 1px;
}

    .tblCI#tblControls td
    {
        text-align: center;
    }

    .tblCI#tblDisabilities
    {
        width: 100%;
        padding: 1px 1px 1px 1px;
    }

        .tblCI#tblDisabilities td
        {
            width: 300px;
        }

    .tblCI#tblFilter td
    {
        width: 100px;
    }

.tblHalf
{
    width: 50%;
    padding: 1px 1px 1px 1px;
}

.tdInt
{
    /*width: 400px;*/
}

.tblRE
{
    border: solid 1px #7F9DB9;
    width: 100%;
}

    .tblRE td
    {
        border: solid 1px #7F9DB9;
        font-size: 11px;
    }

.rdTD
{
    width: 675px;
}

.tblRE th
{
    border: solid 1px #7F9DB9;
    background: #a9a9a9;
}

#RETableHeader
{
    text-align: left;
}

table.dataform#tblHdr
{
    width: 100%;
    border-color: Gray;
}

    table.dataform#tblHdr td
    {
        width: 33%;
    }

.tblREKey
{
    width: 100%;
    text-align: center;
}

.tblCDCS
{
    width: 100%;
    border-width: thin;
    border-color: Black;
}

fieldset#fs1
{
    margin: 10px 10px 10px 10px;
    border-color: Gray;
    width: 940px;
}

.sisQuestions
{
    font-size: xx-small;
}

.DataGridFixedHeader
{
    position: relative;
    top: expression(this.offsetParent.scrollTop);
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.Popup
{
    min-width: 200px;
    min-height: 150px;
    background: white;
}
/*a:visited
{
    color: #0B55C4;
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
    background-color: White;

}
*/
.std_cc_tbl
{
    background-color: #ece9d8;
}



div.Section,
div.SectionDivider,
div.SectionCentered
{
    position: relative;
    text-align: left;
    margin: 0px;
    margin-bottom: 40px;
    padding: 0px;
    clear: both;
    float: none;
}

div.SectionDivider
{
    border-top: 2px groove;
}

div.SectionCentered
{
    text-align: center;
    margin-bottom: 0px;
}

    div.SectionCentered div.CenteredContent
    {
        display: inline-block;
        *display: inline;
        zoom: 1;
        text-align:left;
    }

    div.Section div.Row,
    div.SectionCentered div.Row
    {
        position: relative;
        margin: 10px 0px;
        padding: 0px;
        clear: both;
        float: none;
        text-align: left;
    }

        div.Section div.Row div.Inline,
        div.SectionCentered div.Row div.Inline
        {

            display: inline-block;
            *display: inline;
            zoom: 1;
            margin: auto;
            padding: 0px;
            text-align:left;
        }

        div.Section div.Row span.Label,
        div.SectionCentered div.Row span.Label
        {
            margin-left: 20px;
            margin-right: 6px;
            /*padding-bottom: 5px;*/

        }

        div.Section div.Row span.LeftMostLabel,
        div.SectionCentered div.Row span.LeftMostLabel
        {
            margin-left: 0px;
            margin-right: 6px;
        }

        div.Section div.Row div.SpanQuarter,
        div.SectionCentered div.Row div.SpanQuarter
        {
            width: 24%;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        div.Section div.Row div.SpanThird,
        div.SectionCentered div.Row div.SpanThird
        {
            width: 33%;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        div.Section div.Row div.SpanHalf,
        div.SectionCentered div.Row div.SpanHalf
        {
            width: 49%;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        div.Section div.Row div.SpanTwoThirds,
        div.SectionCentered div.Row div.SpanTwoThirds
        {
            width: 66%;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        div.Section div.Row div.SpanThreeQuarters,
        div.SectionCentered div.Row div.SpanThreeQuarters
        {
            width: 74%;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

div.UnderliningContainer
{
    border-bottom:1px solid #000000;
    padding-left:8px !important;
    padding-bottom:0px;
}

.underline
{
    text-decoration: underline;
}

.aspNetDisabled label {
    color: gray;
}

input.autoNumber
{
    text-align: right;
    padding: 2px;
}

.watermarked
{
    font-style: italic;
    color: gray;
}

/* Styles for Slot Management Begin*/


.BottomAlign {
    padding-top: 10px;
    vertical-align: bottom;
}

.RightCorner {
    text-align: right;
}

.NoUnderline{
    text-decoration: none;
}

.PaddingLeft {
    padding-left: 5px;
}
.PaddingRight {
    padding-right: 0px;
}
.LeftCorner {
    text-align: left;
}

.FullWidth {
    width: 100%;
}
.BottomSeparator {
    height: 50px;
    vertical-align: bottom;
}

/*input{
    border:solid;
}*/

.FunctionalButtons {
    text-align:right;
}

.SaveButtons {
    text-align:center;
}

.SaveAcceptSubmitCancel {
    font-size: 22px;
    border: 1px solid #000000;
    cursor: pointer;
}

/* Styles for Slot Management Ends*/

.HiddenDisplay {
    display: none;
}

.MessageOverlay {
    display: none;
    position: fixed;
    width: 300px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-left: -255px;
    margin-top: -150px;
    border: 10px solid #9cc3f7;
    background-color: White;
    padding: 10px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.ItemTemplate tr td.chkbx {
    text-align: center;
}

/* Tooltip css from W3 schools*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Styles Used In Claim Search and Batch Readjudication */
.u-loading {
    width: 12em;
    height: 12em;
    display: block;
    margin: 1em;
}

.u-loading__symbol {
    background-color: #f93;
    padding: .9999em;
    animation: loading 3s infinite;
    border-radius: 1em;
}

.u-loading__symbol img {
    display: block;
    max-width: 100%;
    animation: loading-icon 3s infinite;
}

@keyframes loading {
    0% {
        transform: perspective(15.625em) rotateX(0deg) rotateY(0deg);
    }

    15% {
        background-color: #f93;
    }

    16% {
        background-color: #fff;
    }

    50% {
        transform: perspective(15.625em) rotateX(180deg) rotateY(0deg);
        background-color: #fff;
    }

    65% {
        background-color: #fff;
    }

    66% {
        background-color: #f93;
    }

    100% {
        transform: perspective(15.625em) rotateX(180deg) rotateY(-180deg);
    }
}

@keyframes loading-icon {
    0% {
        transform: perspective(15.625em) rotateX(0deg) rotateY(0deg);
    }

    15% {
        transform: perspective(15.625em) rotateX(0deg) rotateY(0deg);
    }

    16% {
        transform: perspective(15.625em) rotateX(180deg) rotateY(0deg);
    }

    50% {
        transform: perspective(15.625em) rotateX(180deg) rotateY(0deg);
    }

    65% {
        transform: perspective(15.625em) rotateX(180deg) rotateY(0deg);
    }

    66% {
        transform: perspective(15.625em) rotateX(180deg) rotateY(180deg);
    }

    100% {
        transform: perspective(15.625em) rotateX(180deg) rotateY(180deg);
    }
}


/* Basic styling for the popup overlay */
#loadingPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

/* Center the loading content */
#loadingPopupContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

@keyframes spinloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinlogo {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.tooltip_fin {
height: 1em;
width: 1em;
display: inline-block;
position: relative;
border-bottom: .1em dotted #666;
text-align: center;
box-shadow: 0 0 5em -1em rgba(0, 0, 0, 0.2);
padding: 0.3em;
background: deepskyblue;
border-radius: 1em;
color: black;
}

    .tooltip_fin h3 {
        margin: 1em 0;
    }

    .tooltip_fin .right {
        min-width: 34em;
        max-width: 34em;
        top: -35%;
        left: 100%;
        margin-left: 1em;
        transform: translate(0, -50%);
        padding: 0;
        color: #EEEEEE;
        background-color: #444444;
        font-weight: normal;
        font-size: 1em;
        border-radius: 1em;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1em 1em rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s;
    }

    .tooltip_fin:hover .right {
        visibility: visible;
        opacity: 1;
    }

    .tooltip_fin .right img {
        width: 1em;
        border-radius: 1em 1em 0 0;
    }

    .tooltip_fin .text-content {
        padding: 1em 1em;
        text-align: left;
    }

    .tooltip_fin .right i {
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: 1em;
        width: 1em;
        height: 1em;
        overflow: hidden;
    }

        .tooltip_fin .right i::after {
            content: '';
            position: absolute;
            width: 1em;
            height: 1em;
            left: 0;
            top: 50%;
            transform: translate(50%,-50%) rotate(-45deg);
            background-color: #444444;
            box-shadow: 0 1em 1em rgba(0,0,0,0.5);
        }

.dialogBox {
    position: fixed;
    z-index: 9001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25.75em;
    width: 50em;
    background-color: white;
    border: .3em solid black;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dialogMessage {
    width: 60%;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 1.1em;
    color: red;
    font-weight: bold;
}

.collapsed-row {
    display: none;
    padding: 0em;
    margin: 0em;
}

.expanded-row {
    display: table-row;
    padding: 0em;
    margin: 0em;
}

.readonly-checkbox input[type="checkbox"]:disabled {
    opacity: 1; /* Removes faded look */
    cursor: not-allowed; /* Shows a "not allowed" cursor */
}

.plus-button {
    background-image: url('../../../images/plus.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em; /* Adjust as needed */
    height: 1em; /* Adjust as needed */
    border: none; /* Optional: remove border */
    cursor: pointer;
    text-indent: -10em; /* Hide text if necessary */
}

.minus-button {
    background-image: url('../../../images/minus.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em; /* Adjust as needed */
    height: 1em; /* Adjust as needed */
    border: none; /* Optional: remove border */
    cursor: pointer;
    text-indent: -10em; /* Hide text if necessary */
}
/* Basic styling for the popup overlay */
#loadingPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

/* Center the loading content */
#loadingPopupContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.GridPager a, .GridPager span {
    display: inline-table;
    height: 1em;
    width: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 0.1em solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 0.1em solid #3AC0F2;
}
/* End Tooltip css from W3 schools*/
