<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.LastPanel3{background-color:#075D4D;width:60px;height:18px;display:inline-block;border-radius:0.5em;}
.LastPanel5{background-color:#007acc;width:60px;height:18px;display:inline-block;border-radius:0.5em;}
.LastPanel10{background-color:#8e218b;width:60px;height:18px;display:inline-block;border-radius:0.5em;}

th.SortAsc a  
{
	background-image:url(../Image/ArrowUp.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
th.SortDesc a 
{
	background-image:url(../Image/ArrowDown.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

th.SortAscBlue a  
{
	background-image:url(../Image/ArrowUpBlue.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
th.SortDescBlue a 
{
	background-image:url(../Image/ArrowDownBlue.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
.Edropdownlist{width:67px;font-size:9pt;margin-top:-8px;margin-left:6px; height:19px; border-radius:.5em}.Edropdownlist option{font-size:8pt;}
.TextBoxNoClear{margin-top:2px;outline:medium none;width:181px;height:24px;font-size:10pt;vertical-align:middle;line-height:26px\9;border-radius:.5em;padding:0px 1px 0px 1px;}
.TextBoxNew
{
	margin-top:2px;
	outline:medium none;
	width:181px;
	height:24px;
	font-size:10pt;
	vertical-align:middle;line-height:26px\9;/*Hacker for IE*/
    border-radius:0.5em; 
    padding:0px 1px 0px 1px;
}

.TextBoxSuperLong
{
	margin-top:2px;
	outline:medium none;
	width:calc(100% - 30px);
	height:405px;
	font-size:10pt;
	vertical-align:middle;line-height:26px\9;/*Hacker for IE*/
    border-radius:0.5em; 
    padding:6px;
}

.DivCssForText{
     text-align:left;float:left;width:199px;margin-top:10px;margin-left:10px;height:47px;font-weight: bold;font-size: 10pt;
}
.DivCssForMultiText{
     text-align:left;float:left;width:407px;margin-top:10px;margin-left:10px;height:104px;font-weight: bold;font-size: 10pt;
}

.DivCssForMiddle{
     margin-left:200px;
}
.DivCssForFile{
     text-align:left;float:left;width:407px;margin-top:10px;margin-left:10px;height:47px;font-size: 10pt;
}
.DivCssForMultiText textarea{
    height:78px; width:390px;padding:2px; border:1px solid darkgray;
}
.DivCssForHistory{
     text-align:left;float:left;width:407px;margin-top:12px;margin-left:10px;height:104px;font-weight: bold;font-size: 10pt;
}
.DivCssForComment{
     text-align:left;float:left;width:407px;margin-top:12px;margin-left:10px;height:416px;font-weight: bold;font-size: 10pt;
}
.DivCssForFlow{
     text-align:left;float:left;width:199px;margin-top:10px;margin-left:10px;height:47px;font-weight: bold;font-size: 10pt;
}
.field-item-value{
    color:blueviolet;
}
.field-old-value{
    text-decoration:line-through;color:gray;
}
.field-new-value{
    color:#9e0832;
    font-weight:bold;
}
.TextBoxArea{
    height:78px; width:386px;
    margin-top:2px;
    border-radius: 0.5em;
    padding:0px 2px 0px 2px;
}
.TextBoxAreaComment{
    height:48px; width:92%;
    margin-top:2px;
    border-radius: 0.5em;
    padding:0px 2px 0px 2px;
    float:left;
}
.GridViewButton{
    background-color:#daefe4;
    color:#4e14e1;
}
.GridViewButton:hover{background-color: #f2ff1f;}

.Print
{
	background-image:url(../Image/btn-print.png);
    background-size:100% 100%;
	width:30px;
	height:25px;
	float:right;
    cursor:pointer;
    margin-left:5px;
    border:0;
}
.Excel
{
	background-image:url(../Image/excel.JPG);
    background-size:100% 100%;
	width:25px;
	height:25px;
	float:right;
    cursor:pointer;
    margin-left:5px;
    margin-top:-1px;
}

.PrintEdit
{
	background-image:url(../Image/btn-print.png);
    background-size:100% 100%;
	width:30px;
	height:25px;
	float:right;
    cursor:pointer;
    margin-right:7px;
    margin-top:3px;
    border:0;
}

.PrintDetail
{
	background-image:url(../Image/btn-print.png);
    background-size:100% 100%;
	width:30px;
	height:25px;
	float:right;
    cursor:pointer;
    margin-right:5px;
    margin-top:1.5px;
    border:0;
}
.DropdownPage{
    width:50px;
    height:auto;
    margin-left:3px;
    margin-top:-3px;
}
.divMD *{
    margin:2px;
    /*padding:2px;*/
}

.divMD ol,.divMD ul {
    padding:2px 2px 2px 28px;
}
.divMD h1{text-align:center;}

.divMD pre{
    padding: 16px;
    overflow: auto;
    line-height: 1.45;
    background-color: #f6f8fa;
    border-radius: 3px;
}

.divMD code {
    padding: 0.2em 0.4em;
    background: rgba(27,31,35,0.05);
    border-radius: 3px;
}

.divMD pre code{
    background-color:transparent;
    padding: 0;
    margin: 0;
}

.divMD blockquote {
    padding:0 1em;
    margin-left:20px;
    color:#6a737d;
    border-left:0.25em solid #dfe2e5;
}

.DivCssForMap{
     text-align:left;float:left;width:407px;margin-top:10px;margin-left:10px;height:332px;font-size: 10pt;font-weight: bold;
}

.divMapControl{width:400px;}
.bMap{position: relative;width:100%;}
.bMap .map-warp{position: absolute;left:0;width:100%;height:282px;top:34px;display: none;}
.bMap input{width:99.8%;height:30px;line-height: 30px;border:1px solid #d7d7d7;}
.anchorBL{display:none;}
.WordBreak{word-break:break-all;}

.divChildOneLineItem {
    border:1px solid green;
    margin-top:20px;margin-left:-2px;
    width:100%;
    border-left:0px; border-right:0px;
    padding-bottom:10px;
}
.lblChildOneLineItem{
    float:left; margin-top:-15px; color:#68217a; margin-left:5px;font:bold;
}

.UserCode{font-size:medium;}

.UserCode a {color:blue;font-size:larger;margin-left:30px;}
.divFun {float:right; margin-right:10px; }
.divFunButton { float:right; margin-right:5px;}
</pre></body></html>