﻿.PrintText
{
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
}
.PrintTextBold
{
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    font-weight: bold;
}
.PrintTextBold1
{
    font-family: Tahoma;
    font-size: 10pt;
    color: Red;
    font-weight: bold;
}
.PrintGridHeaderRight
{
   background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    padding-right: 5px;
}
.PrintTextBoldTop1
{
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    font-weight: bold;
}
.PrintTextHeading
{
    font-family: Tahoma;
    font-size: 20pt;
    color: Black;
    text-align: center;
}
.PrintTextBold1
{
    font-family: Tahoma;
    font-size: 10pt;
    color: Black;
    font-weight: bold;
}
.PrintTextBoldTop
{
    font-family: Tahoma;
    font-size: 9pt;
    color: Black;
    font-weight: bold;
}
.PrintTextBoldTop2
{
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    font-weight: bold;
}
.BodyStyle
{
    background-color: #C9C9C9;
    margin-top: 0;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
}
.CellGrey {
    background-color: #ffffff; /*#d3d3d3;*/ /*#808080;*/
}
.CellHeading
{
    background-color: #FF0000;
    height: 25px;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}

.CellHeadingForm
{
    background-color: #FF0000;
    height: 22px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    border-right: #99c4bc 2px solid;
    border-top: #99c4bc 2px solid;
    border-left: #99c4bc 2px solid;
    border-bottom: #99c4bc 2px solid;
}

.CellData
{
    background-color: #FFFFFF;
    height: 25px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
}
.CellDataForm {
    background-color: #eaeaea;
    height: 20px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
}
.CellDataFormLeft
{
    background-color: #F8F8F8;
    height: 10px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border-top: none 1px #CCCCCC;
    border-left: none 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding-left: 10px;
}
.CellDataFormRight
{
    background-color: #F8F8F8;
    height: 10px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border-top: none 1px #CCCCCC;
    border-left: none 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    border-right: none 1px #CCCCCC;
    padding-left: 10px;
}
.CellDataAlternative
{
    background-color: #EAEAEA;
    height: 25px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
}

.CellHeading1
{
    background: height:25px;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
}
.LoginText
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
}
.BodyText
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
}

.DefaultGroupStyle
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: Black;
    text-align: left;
}
.DefaultGroupButtonSelectedStyle
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    text-align: left;
    background-color: #348074;
    padding-bottom: 10;
}
.DefaultGroupButtonStyle
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    text-align: left;
    border: 1px;
    background-color: #70A39A;
    border-color: #808080;
}
.BodyTextWhite
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: Black;
}
.FooterStyle
{
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
}
.TextFieldStyle {
    height: 24px;
    font-family: Tahoma;
    font-size: 10pt;
    width: 140px;
    border: solid 1px #000000;
    background-color: #FFFFFF;
}
.DDLStyle
{
    font-family: Tahoma;
    font-size: 9pt;
    background-color: #FFFFFF;
    border: solid 1px #4A4A4A;
    padding: 1px;
}
.TitleClose
{
    height: 20;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
    width: 100px;
    border: 0px outset #99C4BC;
    background-color: Gray;
}
.ButtonDisabled
{
    height: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: white;
    width: 100px;
    border-left: 2px solid #99C4BC;
    border-top: 2px solid #99C4BC;
    border-right: 2px solid #99C4BC;
    border-bottom: 2px solid #99C4BC;
    background-color: #FF0000;
}
.ButtonDefault {
    height: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff; /*348074;*/
    width: 100px;
    border-left: 2px solid #000000; /*#99C4BC;*/
    border-top: 2px solid #000000; /*#99C4BC;*/
    border-right: 2px solid #000000; /*#99C4BC;*/
    border-bottom: 2px solid #000000; /*#99C4BC;*/
    background-color: #FF0000;
}

.ButtonDelete
{
    height: 20;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #348074;
    width: 75px;
    border: 1px solid #626262;
    background-color: #C9C9C9;
}

.AccordionButtonDefaultSelected
{
    width: 100%;
    height: 22px;
    border: 0;
    background-color: #348074;
    text-align: left;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: White;
    padding-left: 10px;
}
.AccordionButtonDefault
{
    width: 100%;
    height: 22px;
    border: 0;
    background-color: #70A39A;
    text-align: left;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: White;
    padding-left: 10px;
}

.AccordionStatusButton
{
    width: 100px;
    height: 22px;
    border: 0;
    background-color: #ffffcc;
    text-align: left;
    font-family: Tahoma;
    font-size: 7.8pt;
    font-weight: 900;
    color: #348074;
    text-align: center;
    border: 2px solid #99C4BC;
}

.InputButton
{
    font-family: Tahoma;
    font-size: 8pt;
    height: 22px;
    background-color: #348074;
    color: #FFFFFF;
    font-weight: bolder;
    width: 100px;
}
.InputButtonBlank
{
    font-family: Tahoma;
    font-size: 8pt;
    height: 25px;
    font-weight: bolder;
    width: 80px;
}

.ItemDateChanged
{
    background-color: #ffffcc;
    font-family: Tahoma;
    font-size: 8pt;
}



.PrintGridItem
{
    height: 23px;
    font-family: Tahoma;
    background-color: #FFFFFF;
    font-size: 8pt;
    color: Black;
    padding-left: 5px;
}

.cellLeft
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border-top: 1px none #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.cellPrintTable
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border-top: 1px none #000000;
    border-left: 1px none #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/*Defined for the first cell of the table*/
.cellPrintTableFirstCell
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border-top: 1px none #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.cellRight
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border-top: 1px none #000000;
    border-left: 1px none #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 10px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.LinkStyle
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.SelectedItem
{
    background-color: #70A39A;
    height: 25px;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
}


/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    font-family: tahoma,arial;
    font-size: 9pt;
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.ModelButton
{
    height: 20;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
    width: 100px;
    border: 0px outset Gray;
    background-color: Gray;
}
.GridHeader
{
    border: 2px solid #99C4BC;
    background-color: #FF0000;
    height: 22px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}
.PrintGridHeaderLeft
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 5px;
}

/*Defined for the first cell of the header of the table*/

.PrintGridHeaderTable
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid #000000;
    border-left: 1px none #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 5px;
}

.PrintGridHeaderTableFirstCell
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 5px;
}

.PrintGridHeaderLeftReprint
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 5px;
    padding-right: 5px;
}


.PrintGridHeaderLeftReprintTable
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid #000000;
    border-left: 1px none #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.PrintGridHeaderLeftReprintTableFirst
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.PrintTopSingleCell
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 10pt;
    color: #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 5px;
}

.PrintBottomSingleCell
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 10pt;
    color: #000000;
    border-top: 1px none #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-left: 5px;
}

.PrintGridHeaderCenter
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}

.PrintGridHeaderRight
{
    background-color: #FFFFFF;
    height: 20px;
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}

.GridHeaderLeft
{
    background-color: #FF0000;
    color: #ffffff; /*348074;*/
    height: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    border-left: 2px solid #99C4BC;
    border-right: 2px none #99C4BC;
    border-top: 2px solid #99C4BC;
    border-bottom: 2px solid #99C4BC;
    text-align: left;
    padding-left: 5px;
}

.GridHeaderCenter
{
    background-color: #FF0000;
    height: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff; /*348074;*/
    border-left: 2px none #99C4BC;
    border-right: 2px none #99C4BC;
    border-top: 2px solid #99C4BC;
    border-bottom: 2px solid #99C4BC;
    text-align: left;
}
.GridHeaderCenterNew
{
    text-align: center;
    background-color: #FF0000;
    height: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    border-top: 2px solid #99C4BC;
    border-bottom: 2px solid #99C4BC;
}
.AlternateItemNew
{
    background-color: #ffffff;
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    height: 23px;
    border-left: 0px none #ffffff;
    border-right: 0px none #ffffff;
    border-top: 0px none #ffffff;
    border-bottom: 0px none #ffffff;
    padding-right: 5px;
}
.GridHeaderRightNew
{
    background-color: #FF0000;
    height: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    border-top: 2px solid #99C4BC;
    border-bottom: 2px solid #99C4BC;
    text-align: right;
}
.GridHeaderRight
{
    background-color: #FF0000;
    height: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff; /*348074;*/
    border-left: 2px none #99C4BC;
    border-right: 2px solid #99C4BC;
    border-top: 2px solid #99C4BC;
    border-bottom: 2px solid #99C4BC;
    text-align: left;
}
.GridRight
{
    background-color: #FFFFD9;
    height: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #348074;
    border-left: 2px none #99C4BC;
    border-right: 2px solid #99C4BC;
    border-top: 2px solid #99C4BC;
    border-bottom: 2px solid #99C4BC;
    text-align: Right;
}

.InActiveMenuStyle
{
    background-color: #FF0000;
    border-left: 0px solid #83c9be;
    border-right: 0px solid #83c9be;
    border-top: 0px solid #B83c9be;
    border-bottom: 0px solid #83c9be;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ActiveMenuStyle
{
    background-color: #82c8bd;
    border-left: 1px solid #83c9be;
    border-right: 1px solid #83c9be;
    border-top: 1px solid #B83c9be;
    border-bottom: 1px solid #83c9be;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.SubMenuStyleInActive
{
    /*background-color: #808080;*/
    border-left: 0px solid #c9c9c9;
    border-right: 0px solid #c9c9c9;
    border-top: 0px solid #c9c9c9;
    border-bottom: 0px solid #c9c9c9;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: white;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 2px;
}

.SubMenuStyleActive
{
    background-color: #808080;
    border-left: 0px solid #c9c9c9;
    border-right: 0px solid #c9c9c9;
    border-top: 0px solid #c9c9c9;
    border-bottom: 0px solid #c9c9c9;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 2px;
}

.HoverMenuStyle
{
    border-left: 1px solid #83c9be;
    border-right: 1px solid #83c9be;
    border-top: 1px solid #B83c9be;
    border-bottom: 1px solid #83c9be;
    height: 15px;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tlShadow
{
    background-image: url( '../images/top_left_shadow.jpg' );
}
.tShadow
{
    background-image: url( '../images/top_shadow.jpg' );
}
.trShadow
{
    background-image: url( '../images/top_right_shadow.jpg' );
}
.lShadow
{
    background-image: url( '../images/left_shadow.jpg' );
}
.rShadow
{
    background-image: url( '../images/right_shadow.jpg' );
}
.gGap
{
    background-image: url( '../images/gap.jpg' );
}
.blShadow
{
    background-image: url( '../images/bottom_left_shadow.jpg' );
}
.bShadow
{
    background-image: url( '../images/bottom_shadow.jpg' );
}
.brShadow
{
    background-image: url( '../images/bottom_right_shadow.jpg' );
}

.dvPager
{
    text-align: right;
}

/**/
.AlternateItem
{
    background-color: #ffffff;
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    height: 23px;
    padding-left: 5px;
    border-left: 0px none #ffffff;
    border-right: 0px none #ffffff;
    border-top: 0px none #ffffff;
    border-bottom: 0px none #ffffff;
}

.GridItem
{
    /*background-color: #EAEAEA;*/
    height: 23px;
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    border-left: 0px none #EAEAEA;
    border-right: 0px none #EAEAEA;
    border-top: 0px none #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
    padding-left: 5px;
}
.GridItemNew
{
    /*background-color: #EAEAEA;*/
    height: 23px;
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    border-left: 0px none #EAEAEA;
    border-right: 0px none #EAEAEA;
    border-top: 0px none #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
    padding-right: 5px;
}
.GridText
{
    height: 23px;
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    border-left: 0px none #EAEAEA;
    border-right: 0px none #EAEAEA;
    border-top: 0px none #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
    padding-left: 5px;
}
.GridTemplate
{
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    padding-left: 5px;
    text-align: left;
}
.AlternateItemA
{
    background-color: #EAEAEA;
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    height: 23px;
    border-left: 0px none #ffffff;
    border-right: 0px none #ffffff;
    border-top: 0px none #ffffff;
    border-bottom: 0px none #ffffff;
    border-collapse: inherit;
}
/**/

.PrintGridItemLeft
{
    background-color: #FFFFFF;
    height: 23px;
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    padding-left: 5px;
    border-left: 1px solid Black;
    border-right: 1px solid Black;
    border-top: 0px none Black;
    border-bottom: 1px solid Black;
}
.PrintGridItemRight
{
    background-color: #FFFFFF;
    height: 23px;
    font-family: Tahoma;
    font-size: 8pt;
    color: Black;
    padding-left: 5px;
    border-left: 0px none Black;
    border-right: 1px solid Black;
    border-top: 0px none Black;
    border-bottom: 1px solid Black;
}

.PrintGridItems tr td
{
    height: 20px;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
}
.TrForGridHeader
{
    background-color: #FF0000;
    height: 25px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    border-left: 2px solid #99C4BC;
    border-right: 2px solid #99C4BC;
    border-top: 2px solid #99C4BC;
    border-bottom: 2px solid #99C4BC;
    padding-left: 2px;
    text-decoration: underline;
}
img
{
    border: 0px none transparent;
}

.ajax__htmleditor_editor_bottomtoolbar
{
    display: none;
}

.PrintTextForComments
{
    font-family: Tahoma;
    font-size: 9pt;
    color: Black;
}
.backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /*  hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}
.popupDiv
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    background: #ffffff;
    width: 420px;
    height: 472px;
    border: 5px solid Gray;
    z-index: 2;
    font-size: 13px;
    color: #000000;
    padding: 10px 10px 10px 10px;
}
.searchword
{
    background-color: Yellow;
    font-weight: bold;
}
.form
{
    display: flex;
    gap: 1em;
    align-items: center;
}

.input[type="file"]::file-selector-button
{
    border: 2px solid #000000;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color: #FF0000;
    transition: 1s;
    color: #ffffff;
    font-family: Tahoma;
}

.input[type="file"]::file-selector-button:hover
{
    background-color: #FFFFFF;
    border: 2px solid #000000;
    color: #000000;
    font-family: Tahoma;
}
