﻿/* # NoahWeb CSS Library 1.8.1.8
   # Company Owner: Forecasting and Planning Technologies Inc.
   # Developer : Angelo Carlo A. Gonzales
                : Alvin Benedicto		
   # Date Created : March 2014
   # Date Modified : April 08,2021 02:04 PM  // Before 04/06/2021


   
   For  NoahWeb Application used only. 
*/

body
{
	background-color:#F5F5F5;
	height:100%;
	overflow:hidden;
	font-family:Verdana,arial; font-size:11px;
}
body, table
{
      font-family:Verdana,arial; font-size:11px;
    moz-user-select: -moz-none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      user-select: none;  /**/
}

button
{
	cursor: pointer;
}

.noah-webui-container
{
      padding-top: 1px;
      overflow-y:hidden;  
     
}
.noah-webui-container.ui-resizable
{
	 padding-bottom: 2px;    
}

.noah-webui-container .noah-webui-containerRow:nth-child-last{
    margin-bottom: 15px;
}



.noah-webui-container:nth-child(1) {
    padding-top: 10px;
}


body
{
      /*font-family:Verdana;*/
      font-family:Tahoma;
      font-size:12px;
}

body.nwbodMaximize
{
	overflow:hidden !important;
}

input,textarea
{
-moz-user-select: -moz-auto;
-khtml-user-select: auto;
-webkit-user-select: auto;
-o-user-select: auto;
user-select: auto;
}
input {
    border-radius: 2px;
}


div,td,p,tr,table,span,pre,li,ul,ol,a
{
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}

.nwSelectable,.nwSelectable *
,*[contenteditable="true"]
{
-moz-user-select: text !important;
-khtml-user-select: text !important;
-webkit-user-select: text !important;
-o-user-select: text !important;
user-select: text !important;
}
/**/



select,input,input[type="text"]{background-color:#FFFFFF; border:1px solid skyblue; padding:2px; border-raduis:2px; font-size:12px;}
input[disabled][type="text"]{background-color:#E7E7E7;}
input[type="checkbox"]{width:14px;}


.noah-webui-disabled,.noah-webui-disabled-P
,.noah-webui-hidden
{-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
/*opacity: 0.8;*/
/*background-color: #f1f1f1;*/
}

.noah-webui-Toolbox .noah-webui-disabled,.noah-webui-Toolbox .noah-webui-disabled-P
,.noah-webui-Toolbox .noah-webui-hidden
{
	/*opacity: 0.8;*/
}
.noah-webui-Toolbox .noah-webui-disabled
{
	opacity: 0.3;
}

.noah-webui-Toolbox-Item.noah-webui-hidden
{ opacity: 0.3; }


.noah-webui-hidden,body .noah-webui-hidden{display:none !important;}
div.nwerror
{
	padding:4px; border:1px orange solid; background-color:#EDEDED; 
color:red; border-radius:4px; font-family:verdana;font-size:0.75em;
}


.nwHide
{
	display:none;
	/*visibility:hidden;*/
}
.nwHideImportant
{
	display:none !important;
	visibility:hidden !important;
}
.nwHideSide {
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0;
}

#nwInputDisableR
{
    max-height:0px !important;max-width:0px !important;display:none;
}


#nwExportContainerMain{
    width:80%;height:80%;min-width: 300px;min-height: 300px;
}
#btnnwExport,#btnnwExportCSV,#btnnwExportCSV
{
    padding:2px;
}
#nwExportContainer{
    margin-top: 10px;
}
#nwExportContainerMainBut{
    min-width:285px;min-height:110px;
}
.nwExportContainerMainButSub{
    padding: 10px;padding-right: 0px;
}
#btnnwExportBut,#btnnwExportCSVBut,#btnnwExportPrintBut{
    padding:12px;
}

#nwSearch{
    min-width:250px;min-height:100px;
}
#nwgRemarksCon{
    width:60%;height:60%;
}
#btnnwgRemarks{
    padding:2px;
}
#txtnwgRemarks{
    margin-top: 10px; margin-bottom: 10px;font-family:Tahoma;font-size:12px;min-height:86%;min-width:99%; height:88%; width:99%;max-height:89%;max-width:99%;
}
#cmsnwgRemarks{
    min-height:86%;min-width:99%; height:88%; width:99%;max-height:89%;max-width:99%;margin-top: 10px;
}
#nwErrorHandlerCon{
    min-width:80%;min-height:80%;
}

#nwErrorHandler
{
    display:none;visibility:hidden;
}
#nwPrintPreviewCon{
    border: none; width: 80%; min-width: 40%; min-height: 70%; height: 80%
}
#nwPrintPreviewBrowser{
    width:0%;height:100%;display:inline-block;float:left;border: none;
}
#nwPrintPreview{
    border: none;width:100%; height:100%;display:inline-block;float:right
}
#nwLoadingContainer{
    position: fixed;top: 0px;z-index: 3000;
}
#pop_loader{
    text-align:center;margin: 10% auto;
}
.modalLoading{
    display: inline-block;
}
#dimMessageBox{
    word-wrap: break-word; display:none;
}
.message_buttonsSpan{
    min-width: 100px;height: 40px;display: block;float: right;
}
.message_buttonsSpan .message_buttonsitems{
    float:left;
}
.BoxResize.nwlookupResize{
    font-size: 12px;line-height: 9px;background: none;background-color: white;box-shadow: none;color: #DADADA;
}
.BoxResize1{
    margin-left: -2px; margin-top: 3px;text-shadow: 0px 0px 1px black;
}
.BoxResize2{
    position: absolute;margin-left: -9px;margin-top: 3px;text-shadow: 0px 0px 1px black;
}

.lookup_loading.azie{
    height: 100%;width: 100%;position: absolute;text-align: center;background-color: rgba(0, 0, 0, 0.43);padding-top: 200px;color: white;z-index: 1;font-size: 15px;top: 0;
}

#menuCreatorContainer{
    display: block;padding-bottom: 20px; margin: 0 auto ; width: 30%; display:none; min-height:480px
}

.ContainerContent .searchDiv{
    margin-top:10px;
}
.searchDivSub{
    margin-bottom: 2px;
}
.searchDivSub2{
    min-width: 80px;width: 80px;display: inline-block;
}
#lookupColumn{
    width:259px;
}

.lookupColumnSub{
    marigin:0px; padding:0; width:100%;
}
.lookupColumnSub2{
    display:inline-block; float:left;
}
.lookupColumnSub3{
    min-width: 80px;width: 80px;display: inline-block;
}
#txtlookupsearch{
    height:20px; padding:1px; width:230px;
}
.LookUpRefresh{
    padding: 2px;
}
.LookuptableHeader{
    overflow:hidden; padding-right:18px;
}
.tablecontainter{
    overflow-y:scroll;margin-top:-1px !important; border: 1px solid gray;
}
#menuCreatorContainerLoading{
    position: absolute;left: 0px;right: 0px;top: 80px;text-align: center;width: 100%;background: rgba(254, 251, 251, 0.34);color: rgb(25, 60, 118);font-size: 16px;text-shadow: rgb(0, 0, 0) 1px 1px 1px;padding-top: 130px;padding-bottom: 30px;height: 100%;z-index: 100;background-image: url('../../materials/images/logo.png');background-size: 170px;background-repeat: no-repeat;background-position: 49% 5%;
}
.pop-loaderCon{
    text-align:center;
}
span.pop-loaderSpan{
    display: inline-block;
}
.tablecontainterSub{
    text-align:center;vertical-align:middle;
}
.tablecontainterSubSpan{
    display: inline-block;
}

.lookupth{
    min-width:18px;
}
.lookupth2{
    min-width:18px;
}
.nwWindowBox{
    min-width:400px;min-height:400px;
}
.nwmenuFrame{
    width:100%;height:100%;
}

.BoxResize.box2{
    font-size: 12px;line-height: 9px;background: none;background-color: white;box-shadow: none;color: #DADADA;
}
.BoxResize.box2 .box2Sub{
    margin-left: -2px; margin-top: 3px;text-shadow: 0px 0px 1px black;
}
.BoxResize.box2 .box2Sub2{
    position: absolute;margin-left: -9px;margin-top: 3px;text-shadow: 0px 0px 1px black;
}
#nwUploadGridLibCon{
    width: 350px; height: 250px;
}
#nwUploadGridLibCon .nwUploadGridLibConSub{
    width: 80%; vertical-align: middle; margin: 0% auto; padding-top: 22px
}
#nwUploadGridLibBtn{
    display: block;
}
#nwUploadGridLibCon .bar{
    width: 0%;
}
#nwUploadGridLibCon .status{
    height: 20px;
}
#nwlog_Con{
    min-width:400px;min-height:400px
}
.nwGridCopy{
    padding:0;opacity:0;max-width:0px;width:0px;max-height:0;height:0;position:fixed;
}
.ParentIAAG{
    z-index: 1000;width:0px;height:0px; border:0px solid #323232; position:relative;
}
.nwGridBorderLine.line1{
    height: 1px; width: 159px;display:block;top: 49px; left: 0px;
}
.nwGridBorderLine.line2{
    height: 110px; width: 1px; display: block; top: 49px; left: 0px;
}
.nwGridBorderLine.line3{
    height: 110px; width: 1px; display: block; top: 49px; left: 159px;
}
.nwGridBorderLine.line4{
    height: 1px; width: 159px; display: block; top: 159px; left: 0px;
}
.nwGridBorderBG{
    height: 0px; width: 0px; display: block; top: 0px; left: 0px;
}
#xaggpromptus8dataremove{
    text-align:center;font-family:Tahoma ,Verdana; font-size:16px;
}
ul.nwPrintSelector{
    list-style-type: square; line-height: 22px;color:white;list-style-image:url(../../../forms_standards/pdfviewer/images/toolbarButton-sidebarToggle.png); cursor:pointer;
}
ul.nwPrintSelector li.nwSelected{ background-color:orange; }ul.nwPrintSelector li input{display:none;}

#nwsecJS{
    display:none!important;visibility:hidden;
}
#nwsecJSCustom{
    display:none !important;visibility:hidden;
}
#nwRemarksCon > .btnnwRemarks{
    min-width:100px; padding:3px;
}

.nwCMSBgColorButBgColor{
    background-color:yellow; font-size:9px;
}
.span.azie001{
    background-color:yellow;
}
.azie002{
    color:darkblue;
}
.nwCMSContent{
    overflow: auto;
}
#aagLanguageEditor{
    box-shadow: 2px 2px 5px #b9b9b9;width:460px;min-height: 490px;max-height: 400px;position: fixed;overflow: hidden;z-index: 100000;background-color: rgba(255, 255, 255, 0.85);
}
.azie003{
    padding:5px;padding-top:0px;
}
div#aagLanguageEditor{font-family: Verdana;font-size: 12px;}
.langContent{overflow: auto; max-height: 438px;margin-top: 36px;}
.langHeader{min-height:25px;background-color:#AEAEAE;position: fixed; width: inherit;}
.LangitemObject div.SubText{font-size: 9px;}
.LangitemObject span{font-weight: bold; color: #3b4667;}
.langHeaderContent {padding: 6px;}
.Langitem{margin:3px;border:1px solid gray;padding: 5px; border-radius: 4px;}
.LangitemGroup{ margin: 5px; border: 1px solid #d8d8d8;}
.LangitemOrginalText{padding:3px;min-height: 16px;background-color: #f6f6f6;padding-left:88px;}
.LangitemOrginalText:before{margin-left: -85px;width: 85px; content: 'full text';font-size: 12px;font-weight: bold;color: #005003;display: inline-block;}
.LangitemOrginalText{-webkit-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;}
.LangitemOrginal{padding:3px;min-height: 16px;background-color: #ffffbf;padding-left:88px;}
.LangitemOrginal:before{margin-left: -85px;width: 85px; content: 'text';font-size: 12px;font-weight: bold;color: #01388a;display: inline-block;}
.LangitemConvert{padding:3px;min-height: 16px;padding-left:88px;background-color: #ffffff;}
.LangitemConvert:before{margin-left: -85px;width: 85px; content: 'converted';font-size: 12px;font-weight: bold;color: #880000;display: inline-block;}
.LangSubTitle{font-size:16px ;font-weight: bold;background-color: #005400; color: white; padding: 10px;}
.LangSubCon{margin-top:15px;}

.azie004{
    display: inline-block;
}











.nwfont-family-Arial{font-family:Arial;}
.nwfont-family-Algerian{font-family:Algerian;}
.nwfont-family-Calibri{font-family:Calibri;}
.nwfont-family-ComicSansMS{font-family:-Comic Sans MS;}
.nwfont-family-MonotypeCorsiva{font-family:Monotype Corsiva;}
.nwfont-family-Tahoma{font-family:Tahoma;}
.nwfont-family-Verdana{font-family:Verdana;}

#noahwebInitialLoading
{
	display:none;
}
.message_buttonsSpan .message_buttonsitems {
    float: left !important;
}

.nwLoading {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1000000000000000;
}


.nwLoading .nwLoadingMid
{
	
	margin: 0 auto;
	  width: 80%;
	  display: table;
	  margin: 0 auto;
	  vertical-align: middle;
	  margin-top: 10%;
	  color:White;
	  font-size:12px;
}

.nwLoading .nwLoadingMid .nwLoadingInfo
{
	 font-size:14px;  
}

#noah-webui-Footer,
.noah-webui-Toolbox
, .nwToolHeader
{
	min-height:22px;
	height:23px;width:100%;
	border-bottom:1px solid #A7A7A7;
	border-top:1px solid #A7A7A7;
	border-radius:1px;
	font-family:Verdana;  line-height:23px;
	overflow:hidden;margin-left: -2px; padding-left: 3px;
}
.nwToolHeader
{
	background-color:DarkBlue;
	margin-bottom:10px;
}
.nwToolHeaderTitle
{
	color:White;
	padding-left:10px;
}


#noah-webui-Footer
{
	bottom:0px;
	left:0px;
	position: fixed;
}

#noah-webui-Footer .noah-webui-FooterRowItem
{
	
	display:inline-block; float:left;
	font-weight:bold;position: relative;
	margin-left:5px;
}
.noah-webui-Footer-SubRec,
.noah-webui-Footer-SubMod
{ 
	min-width:49%;
}
.noah-webui-Footer-SubRec
{
	margin-left:1%;
}
#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(2){min-width:10%;}
#noah-webui-Footer .noah-webui-FooterRowItem.Split{min-width:2%;}

#noah-webui-Footer #nwtxt_RecUser,#noah-webui-Footer #nwtxt_ModUser{text-align:right;}
/*
#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(1){min-width:100px;width:5%; margin-left:1%;}
#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(2){min-width:19%;width:19%;}

#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(3){min-width:5px;width:5px;}
#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(4){min-width:5%;width:5%;}
#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(5){min-width:19%;width:19%;}

#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(6){min-width:5px;width:5px;}
#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(7){min-width:100px;width:5%;}
#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(8){min-width:19%;width:19%;}

#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(9){min-width:5px;width:5px;}
#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(10){min-width:5%;width:5%;}
#noah-webui-Footer .noah-webui-FooterRowItem:nth-child(11){min-width:19%;width:19%;}
*/

.noah-webui-Toolbox-Item , .noah-webui-Toolbox-start
,.BN-record 
{float:left; display:inline-block;}
 .noah-webui-Toolbox-start{min-width: 2px;
vertical-align: middle;
margin: 2px;
width: 1px;
border-left: 2px dotted #8A8A8A;
height: 80%;
box-shadow: 1px 1px 1px #CECECE;}

.noah-webui-Toolbox-BindingNavigator
{
	border-right:1px solid #919191;height: 20px; display:inline-block; float:left; margin-top:1px;
}
.noah-webui-Toolbox-BindingNavigator{dispaly:inline-block;float:left;}

.noah-webui-Toolbox-BindingNavigator-button
{
	width:15px;
}

#main-container
{
	top:-2px; left:0; right:0; bottom:0;position: fixed;
	top: 0px;
}

.noah-webui-Toolbox-Item {min-width:60px;border: 1px solid rgba(255, 213, 131, 0); border-radius:2px;}

.noah-webui-Toolbox-Item-Icon,.BN-button div
{
	width: 15px;
	height: 17px;
	margin: 3px;
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
}
.BN-button
{
	margin: 1px;
	border: 1px solid rgba(255, 213, 131, 0.0);
	margin-top: 0px;width: 20px;height: 19px;
}
.BN-button,.noah-webui-Toolbox-Item-Icon{float:left; display:inline-block;}
.BN-record 
{
	height:inherit;
	 border-left:1px solid #919191;
	 border-right:1px solid #919191;
	 padding-left:6px; padding-right:9px;
}

.BN-record input,.BN-record span
{
	min-width:30px; border:none;  
	padding-top: 0;padding-bottom: 0;
}
.BN-record input{max-width:40px; height:18px; background-color:#929292;background-color: #ffffff;
    border: #b3b3b3 1px solid;}

.noah-webui-Toolbox-Item-Title
{
	float:left; display:inline-block;
	 height:20px;
}

.noah-webui-Toolbox-Item:hover , 
.BN-button:hover
{
	cursor:default;
	border: 1px solid rgba(255, 213, 131, 0.79);
	box-shadow: inset 0px 0x 4px #FFFFFF;
	background-color: rgba(255, 213, 131, 0.79);
	
	
	background-image: -moz-linear-gradient(top, #FFEFD1, rgba(255, 213, 131, 0.79), #FFF0D3);
	background-image: -ms-linear-gradient(top,  #FFEFD1, rgba(255, 213, 131, 0.79), #FFF0D3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#FFEFD1), to(rgba(255, 213, 131, 0.79)));
	background-image: -webkit-linear-gradient(top, #FFEFD1, rgba(255, 213, 131, 0.79), #FFF0D3);
	background-image: -o-linear-gradient(top, #FFEFD1, rgba(255, 213, 131, 0.79), #FFF0D3);
	background-image: linear-gradient(top,  #FFEFD1, rgba(255, 213, 131, 0.79), #FFF0D3);
	background-repeat: repeat-x;
}





#noah-webui-default-New .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/icon_new.png);background-size:160%;}
#noah-webui-default-Save .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/icon_save.png);}
#noah-webui-default-Process .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/icon_process.png);background-size:160%;}
#noah-webui-default-Delete .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/ico_delete.png);margin-top: 1px;}
#noah-webui-default-Refresh .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/icon_refresh.png);background-size:160%;}
#noah-webui-default-Inquire .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/icon_Inquire.png);background-size:160%;}
#noah-webui-default-Import .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/icon_export.png);background-size: 140% 145%;margin-top: 3px;background-position: 0;}
#noah-webui-default-Export .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/icon_export.png);background-size: 140% 145%;margin-top: 3px;background-position: 0;}
#noah-webui-default-Print .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/icon_print.png);background-size:160%;}
#noah-webui-default-Search .noah-webui-Toolbox-Item-Icon {background-image:url(../icons/icon_search.png);background-size:140% 145%;}

#noah-webui-default-first.noah-webui-Toolbox-Item-Icon div {background-image:url(../icons/icon_left_next.png);background-size:120%;margin-top: 1px;}
#noah-webui-default-previous.noah-webui-Toolbox-Item-Icon div {background-image:url(../icons/icon_left.png);background-size:120%;margin-top: 1px;}
#noah-webui-default-next.noah-webui-Toolbox-Item-Icon div {background-image:url(../icons/icon_right.png);background-size:120%;margin-top: 1px;}
#noah-webui-default-last.noah-webui-Toolbox-Item-Icon div {background-image:url(../icons/icon_right_next.png);background-size:120%;margin-top: -0px;}

#nwSearchText{width:185px;}
#nwSearchBut{margin-top:10px; float:right;}

.ui-spinner-input{
    margin: 0;
    border-radius: 5px;
    padding-right: 20px !important;
}
.ui-button-text .ui-icon
{
	text-indent:inherit;
}

.noah-webui-default-Content_Container
{
	margin:0 auto;
	width:100%;
	height:98%;overflow-y: auto;
	 max-height: 99%;
}

.noah-webui-container
{
	border:1px solid #D8D8D8;
	border-radius:2px;
	width:99%;margin:0 auto;
	min-height:10px; overflow:auto;
	margin-top:1px;
}

.grid1content .noah-webui-container:parent
{
	overflow:hidden;
}

.noah-webui-containerRow
{
	/*display:table;*/
	 padding:2px;
	/* display:inline-block;*/
}

.noah-webui-containerRowItem , .noah-webui-containerRowItem div
{
	/*display:table-cell;*/
    vertical-align:middle;
}
.noah-webui-Standard .noah-webui-containerRowItem ,.noah-webui-Standard  .noah-webui-containerRowItem>div
{
	display:table-cell;
}

.noah-webui-PanelAbs
{
	  position: absolute;
	margin-top: -10px;
}

display: table-cell;

.noah-webui-containerRowItem input[type="text"],
.noah-webui-containerRowItem input[type="password"]{width:200px;}
.noah-webui-containerRowItem>div{display:inline-block;}





.noah-webui-Color-blueGray
{
	background-color: #AEAEEF;
	background-repeat: repeat-x;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	background-color: rgba(230, 230, 230, 1);
	background-image: -moz-linear-gradient(top, rgba(230, 230, 230, 1), rgba(205,205, 216, 1));
	background-image: -ms-linear-gradient(top, rgba(230, 230, 230, 1), rgba(205,205, 216, 1));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, fromrgba(230, 230, 230, 1)), to(rgba(151, 151, 201, 1)));
	background-image: -webkit-linear-gradient(top, rgba(230, 230, 230, 1), rgba(205,205, 216, 1));
	background-image: -o-linear-gradient(top, rgba(230, 230, 230, 1),rgba(205,205, 216, 1));
	background-image: linear-gradient(top, rgba(230, 230, 230, 1), rgba(205,205, 216, 1));
	background-repeat: repeat-x;
}

.noah-webui-Color-Gray
{
	background-repeat: repeat-x;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	background-color: rgba(240, 240, 240, 1);
	background-image: -moz-linear-gradient(top,#FFFFFF, #DBDBDB);
	background-image: -ms-linear-gradient(top, #FFFFFF, #DBDBDB);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#FFFFFF), to(#DBDBDB));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #DBDBDB);
	background-image: -o-linear-gradient(top, #FFFFFF,#DBDBDB);
	background-image: linear-gradient(top, #FFFFFF, #DBDBDB);
	background-repeat: repeat-x;
}

.noah-webui-Color-ThemeBlue {
    background-repeat: repeat-x;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    background-color: #afd2ff;
    background-image: -moz-linear-gradient(top,#FFFFFF, #afd2ff);
    background-image: -ms-linear-gradient(top, #FFFFFF, #afd2ff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#FFFFFF), to(#afd2ff));
    background-image: -webkit-linear-gradient(top, #e3efff, #afd2ff);
    background-image: -o-linear-gradient(top, #e3efff,#afd2ff);
    background-image: linear-gradient(top, #e3efff, #afd2ff);
    background-repeat: repeat-x;
    
	color : #004e8b;
    font-weight: bold;
    border-bottom: 1px solid #86bfe8;
    border-top: 1px solid #b2d3ff;
}

.noah-webui-Color-ThemeBlue .noah-webui-Toolbox-start {
    border-left: 2px dotted #3c7aae;
}



td.isnumber {text-align:right;} div.nwGrid td div {max-height:11pt; overflow:hidden;}
div.nwGrid td:hover{background-color:#6b8cbe; color:#FFFFFF;cursor:default;}
th{overflow:hidden; text-overflow: ellipsis;}

div.nwGrid tr td{
vertical-align: middle;
}

/*Look UP*/

#menuCreatorContainer .tablecontainter tr 
{
	min-height: 15px;
	height: 15px;
}
#menuCreatorContainer #LookUpAddtoList{padding:2px; border:1px solid #323232; border-radius:4px;
   text-align:center; width:100px; margin-top:10px;
    background-color: #DF1010;
	background-image: -moz-linear-gradient(bottom,#000D4E, #003079);
	background-image: -ms-linear-gradient(bottom, #000D4E, #003079);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#000D4E), to(#003079));
	background-image: -webkit-linear-gradient(bottom, #000D4E, #003079);
	background-image: -o-linear-gradient(bottom, #000D4E,#003079);
	background-image: linear-gradient(bottom, #000D4E, #003079);
	background-repeat: repeat-x; color:White; cursor:default;}
#menuCreatorContainer #LookUpAddtoList:hover
{
	border:1px solid orange;
}
#menuCreatorContainer 
{
	min-width:382px !important;
}

#menuCreatorContainer.single #LookUpAddtoList{display:none;}
#menuCreatorContainer.single .tablecontainter {height: 270px;}
.tablecontainter {
margin-top: 10px !important;}

.nwGrid td.gridhide
{
	display:none; visibility:hidden; opacity:0;
}
.nwGrid tr.nwGridFreezeRow td.gridhide.gridhideTR
{
 display: table-cell;visibility:hidden; opacity:0;
}



.nwGrid .nwGrid_Delete
{
 height:100%; width:100%; 
 background-color:transparent !important;
 /*background-image:url(../materials/icons/ico_delete.png);*/
 background-position:center; background-repeat:no-repeat;
}
.nwGrid .nwgrid_AddNew
{
	border-radius:5px;
	text-align:center; margin-bottom:2px !important; box-shadow:1px 1px #DEDEDE; font-size:11px;
}

.tblGridBody input
{
    Border:0px; background:none; height:100%;
}
 

 
 .tblGridBody textarea
 {
     width:100%; height:100%; height: 20px; Border:0px; 
     background:none;  font-size:12px !important;}
  .tblGridBody *
  {overflow:hidden;
  }
 
  .tblGridBody tr
 {
     height:25px;
 }
 
 
   .tblGridBody .nwGrid_Delete
   {
       background-image:url(../icons/ico_delete.png);
       width:20px; height:20px; border:0px; background-repeat:no-repeat;background-position:center;
       
   }
   
    .tblGridHeader th div
    {
        text-align:center !important;
        font-size:10px !important;
    }
 
 .isNumber
 {
     text-align:right !important;
 }


.nwRemarks button,
.nwGrid button,.P8Spread button
{
	min-height:100% !important;
	min-height: 20px !important; border: 0px;

	width:100%;  height:100%;max-height:100% !important; padding:0;  vertical-align:middle;
	background-color:#73BF44;
	background-image: -moz-linear-gradient(top , #FFFFFF, #C0C0C0);
	background-image: -ms-linear-gradient(top, #FFFFFF, #C0C0C0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#FFFFFF), to(#C0C0C0));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #C0C0C0);
	background-image: -o-linear-gradient(top, #FFFFFF, #C0C0C0);
	background-image: linear-gradient(top, #FFFFFF, #C0C0C0);
	color:#313131;
	
	border: 1px solid rgba(128, 128, 128, 0.55);
    padding: 2px;
    background-color: white;
    font-size: 11px;

}

.nwGridDataLoading
{
	background-color: rgba(0, 0, 0, 0.52);
    height: 350px;
    width: 100%;
    position: absolute;
    z-index: 100000;
}
.nwGridDataLoading .nwGridLabel
{
		color:White;	
		text-align: center;
       margin-top : 10%;
}



.lookups
{
	padding-right: 24px;
	max-height: 24px;
	line-height: 1em;
	margin: 0;
}

.LookUp
{
    margin: 0px;
    margin-top:1px;
    padding: 0px;
    width: 18px;
    height: 17px;
    border: 1px solid #515151;
    background-position: center center;
    
    
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
   
	
}

.LookUp:hover
{
    background-color: #E3E6E8;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    -khtml-border-shadow: 2px 2px 2px #888;
    -ms-border-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
}

div.LookUp , button.LookUp {
cursor: pointer;
margin: 0px;
padding: 0px;
width: 20px;
height: 20px;
border: 1px solid #515151;
background-position: center center;
background-color: silver;
background-image: url('../icons/SEARCH2 16X16.png');
background-repeat: no-repeat;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
}
div.lookups div.conval input.idval
{
	min-width: 36%;max-width:40%;width:100%; float:left; display:inline-block !important;
	background-color:#FFFFFF ;
	display:inline-flex !important;
}
div.lookups div.conval input.descval
{
	min-width: 55%;max-width:60%;width:100%;float:left;display:inline-block !important;
	background-color:#EEEEEE;
	display:inline-flex !important;
}
div.lookups  div.conval
{
	width:100%;
	float: left;
	display:inline-flex !important;
}
 div.LookUp, button.LookUp{
float: right;
position: absolute;
position: relative;
margin-right: -24px;
}
 button.LookUp{padding:10px;}
 
  
 div.adisabled
 {
 	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
 }
/*Look UP end*/


#menuCreatorContainer , #dimMessageBox {

min-width: 150px;
max-width: 800px;
min-height: 130px;
max-height: 500px;
position: fixed;
z-index: 9000;
background-color: white;
border-radius: 3px;
border: 2px solid #005D5E;
border-color:white;
margin: 0 auto;
box-shadow: 0px 3px 13px rgba(50,50,50,0.4);
overflow: hidden;


border-radius: 15px 0 15px 0;
display: none; color:#212121;
}
#menuCreatorContainerHolder , .dimMessageBoxHeader {
width: 100%;
height: 20px;
cursor: move;
background-color: #73BF44;
	background-image: -moz-linear-gradient(top,#0D90CC, #005D5E);
	background-image: -ms-linear-gradient(top, #0D90CC, #005D5E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#0D90CC), to(#005D5E));
	background-image: -webkit-linear-gradient(top, #0D90CC, #005D5E);
	background-image: -o-linear-gradient(top, #0D90CC,#005D5E);
	background-image: linear-gradient(top, #0D90CC, #005D5E);
background-repeat: repeat-x;
padding-top: 5px;
padding-bottom: 3px;
margin-left: -2px;
margin-top: -3px;
padding-right: 2px;
-webkit-box-shadow: inset 3px -1px 6px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 3px -1px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow: inset 3px -1px 6px 0px rgba(0, 0, 0, 0.3);
border-radius: 15px 0 0 0;

position: absolute;
z-index: 10000;
}
.BoxTitle {
float: left;
Margin: 10px;
margin-top: 1px;
color: white;
text-shadow: inset 0px 1px 1px #323232;
font-size: 14px;
font-family: Franklin Gothic Medium,tahoma,verdana;
position:absolute;
}
.BoxClose ,.BoxResize 
{
Margin: 2px;
color: white;
text-shadow: 1px 2px 6px #323232;
text-align: center;
width: 12px;
height: 12px;
float: right;
font-size: 13px;
line-height: 12px;
border-radius: 2px;
margin-top: 0px;
border: 1px solid rgba(5,5,5,0.6);
cursor: pointer;
background-image: -moz-linear-gradient(top, #DF1010, #AB1010);
background-image: -ms-linear-gradient(top, #DF1010, #AB1010);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DF1010), to(#AB1010));
background-image: -webkit-linear-gradient(top, #DF1010, #AB1010);
background-image: -o-linear-gradient(top, #DF1010, #AB1010);
background-image: linear-gradient(top, #DF1010, #AB1010);
font-weight: bold;
background-repeat: repeat-x;
padding: 3px;
-webkit-box-shadow: inset 3px -1px 6px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 3px -1px 6px 0px rgba(0, 0, 0, 0.3);
box-shadow: inset 3px -1px 6px 0px rgba(0, 0, 0, 0.3);
position:absolute;
right:2px;
}
.BoxResize 
{
	margin-right:23px;
}
.searchDiv {
width: 90%;
height: 90%;
margin: 5%;
}
.tablecontainter {
margin-top: 30px;
width: 100%;
border: 1 solid gray;
height: 91%; height: 250px; overflow-y:auto; 
}
.LookUpRefresh {
width: 18px;
height: 18px;
background-image:  url('../icons/icon_refresh.png');
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #A6a6a6;
cursor: pointer;
background-color: #Dadada;
border-radius: 2px;
display: inline-block;
top: 10px;
}
.search{border:1px solid skyblue;}
#menuCreatorContainer table {

width: 100%; font-size: 11px;
}

#menuCreatorContainer tr:nth-child(odd) {
background:#EEEEEE; 
}
#menuCreatorContainer th {
text-align: center;
color: #FFF;
background: #087b9f;
}
#menuCreatorContainer tr:nth-child(even) {
background: #FFF;
}
#menuCreatorContainer tr:hover {
background-color: #878787;
color: #FFF;
cursor: default;
}
.LookupID{display:none;}
.ContainerContent{
margin-top: 35px;
}


.nwButton,div.nwButton,button.nwButton
{
	background-image: -moz-linear-gradient(top, #DF1010, #AB1010);
	background-image: -ms-linear-gradient(top, #DF1010, #AB1010);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DF1010), to(#AB1010));
	background-image: -webkit-linear-gradient(top, #DF1010, #AB1010);
	background-image: -o-linear-gradient(top, #DF1010, #AB1010);
	background-image: linear-gradient(top, #DF1010, #AB1010);
	font-weight: bold;
	background-repeat: repeat-x;
	color:white;
	padding:4px; width:100px; 
	height: 19px;
    /* border: 1px solid #FFFFFF; */
    box-shadow: 0px 1px 2px #323232;
    text-align: center;
    vertical-align: middle;
    line-height: 19px;
       cursor: default;
	
}
.nwButton:hover,div.nwButton:hover,button.nwButton:hover
{ 
	box-shadow: inset 1px 1px 12px #E2E2E2; 
    /**/
}

button.nwButtonDes
{
	min-width:150px;
	min-height:40px;
	border-radius: 5px;
    border: 1px solid #9d9d9d;
    background-image: -moz-linear-gradient(top, #f7f7f7, #dddddd);
    background-image: -ms-linear-gradient(top, #f7f7f7, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #dddddd);
    background-image: -o-linear-gradient(top, #f7f7f7, #dddddd);
    background-image: linear-gradient(top, #f7f7f7, #dddddd);
}

body .nwGreen
{
	background-image: -moz-linear-gradient(top, #35DF10, #1AA903);
	background-image: -ms-linear-gradient(top, #35DF10, #1AA903);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35DF10), to(#1AA903));
	background-image: -webkit-linear-gradient(top, #35DF10, #1AA903);
	background-image: -o-linear-gradient(top, #35DF10, #1AA903);
	background-image: linear-gradient(top, #35DF10, #1AA903);
	color:White;
}
body .nwOrange
{
	background-image: -moz-linear-gradient(top,#FFAC00, #D36400);
	background-image: -ms-linear-gradient(top,#FFAC00, #D36400);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFAC00), to(#D36400));
	background-image: -webkit-linear-gradient(top, #FFAC00, #D36400);
	background-image: -o-linear-gradient(top, #FFAC00, #D36400);
	background-image: linear-gradient(top, #FFAC00, #D36400);
	color:White;
}

body .nwDarkOrange
{
	background-image: -moz-linear-gradient(top, #E48A19, #DB6800);
	background-image: -ms-linear-gradient(top, #E48A19, #DB6800);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E48A19), to(#DB6800));
	background-image: -webkit-linear-gradient(top, #E48A19, #DB6800);
	background-image: -o-linear-gradient(top, #E48A19, #DB6800);
	background-image: linear-gradient(top, #E48A19, #DB6800);
	color:White;
}

body .nwSkyBlue
{
	background-image: -moz-linear-gradient(top, #1EC5EA, #0091DC);
	background-image: -ms-linear-gradient(top, #1EC5EA, #0091DC);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1EC5EA), to(#0091DC));
	background-image: -webkit-linear-gradient(top, #1EC5EA, #0091DC);
	background-image: -o-linear-gradient(top, #1EC5EA, #0091DC);
	background-image: linear-gradient(top, #1EC5EA, #0091DC);
	color:White;
}

body .nwGray
{
	background-image: -moz-linear-gradient(top,#C7C7C7, #9E9E9E);
	background-image: -ms-linear-gradient(top, #C7C7C7, #9E9E9E);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C7C7C7), to(#9E9E9E));
	background-image: -webkit-linear-gradient(top, #C7C7C7, #9E9E9E);
	background-image: -o-linear-gradient(top, #C7C7C7, #9E9E9E);
	background-image: linear-gradient(top, #C7C7C7, #9E9E9E);
	color:White;
}



#dimMessageBox
{
	min-width:160px;
	max-width:550px;
	min-height:130px;
	max-height:400px;
	display: block;
	margin:auto 0;
	position:fixed;
	    padding-right: 35px;
	display:inline-block;
	/*background-image:url(../default_icons/Information.png);*/
	background-image:none !important;
	background-position: left;
	background-repeat:no-repeat;
	background-size:100px;
	    z-index: 100000000000000;
}
#dimMessageBox .BoxTitle {
	margin-top: 3px;
	position:absolute;
}
#dimMessageBox .message_content
{
	max-height:100px;
	margin-bottom:50px; display:block;
	max-height: 120px;
	overflow-y: auto;
	float: left;width: 100%;
	text-indent: 15px;
	font-weight: 100;
	font-family: verdana;
	text-indent: 0px;
	padding-left: 60px;
	font-size: 13px;width: 83%;
	padding-right: 30px;
	
	margin-top: 35px;
}

#dimMessageBox .message_buttons
{
	height:40px;display:block; bottom:0; position:absolute;
	width:100%; border-top:solid 1px #636363;border-top:solid 1px rgba(0,0,0,0.2);
	float:left; display:inline-block;
	display: block;
}
#dimMessageBox .message_icon
{
	float:left; display:inline-block;width: 60px;
	background-image:url(../default_icons/Information.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:30px;
	min-height: 30px;
	float: left;
	position: absolute;
	left: 0;
	/*height: 60px;*/
	
	 margin:auto 0; 

}

div#dimMessageBox.question
{
	min-width:250px;	min-width: 350px;
	}

#dimMessageBox.info .message_icon
{
	background-image:url(../icons/nw_ico_Information.png);
	margin-top: 35px;
}
#dimMessageBox.error .message_icon
{
	background-image:url(../icons/nw_ico_Error.png);
	margin-top: 35px;
}
#dimMessageBox.question .message_icon
{
	background-image:url(../icons/nw_ico_Question.png);
	margin-top: 35px;
}
#dimMessageBox.infoquestion .message_icon
{
	background-image:url(../icons/nw_ico_Question.png);
	margin-top: 35px;
}

#dimMessageBox.warning .message_icon
{
	background-image:url(../icons/nw_ico_Warning.png);
	margin-top: 35px;
}


#dimMessageBox .message_buttons div,
#dimMessageBox .message_buttons button
{
	display:inline-block; width:80px; height:10px; 
	border:1px solid #818181; border-radius:4px; margin-top:5px;
	float:right; padding:8px; margin-right:4px; vertical-align:middle;
	cursor:pointer; text-align:center; line-height:10px; display:none;
	height: 28px;
	background-color: #2C7400;
	background-image: -moz-linear-gradient(top,#4ECE00, #2C7400);
	background-image: -ms-linear-gradient(top, #4ECE00, #2C7400);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#4ECE00), to(#2C7400));
	background-image: -webkit-linear-gradient(top, #4ECE00, #2C7400);
	background-image: -o-linear-gradient(top, #4ECE00,#2C7400);
	background-image: linear-gradient(top, #4ECE00, #2C7400);
	background-repeat: repeat-x; color:White;
}

#dimMessageBox .message_buttons button:focus
{
	border: 3px solid orange;
}

#dimMessageBox.info  .message_buttons .message_OK
,#dimMessageBox.warning  .message_buttons .message_OK
,#dimMessageBox.error .message_buttons .message_OK
,#dimMessageBox.infoquestion .message_buttons .message_OK
{
	display:block ;
}

#dimMessageBox.question .message_Yes,
#dimMessageBox.question .message_No,
#dimMessageBox.question .message_Cancel
{
	display:block;
}

#dimMessageBox .message_Yes
{
	
	background-color: #2C7400;
	background-image: -moz-linear-gradient(top,#4ECE00, #2C7400);
	background-image: -ms-linear-gradient(top, #4ECE00, #2C7400);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#4ECE00), to(#2C7400));
	background-image: -webkit-linear-gradient(top, #4ECE00, #2C7400);
	background-image: -o-linear-gradient(top, #4ECE00,#2C7400);
	background-image: linear-gradient(top, #4ECE00, #2C7400);
	background-repeat: repeat-x; color:White;
}
#dimMessageBox.question .message_No
{
	
background-color: #DF1010;
	background-image: -moz-linear-gradient(bottom,#640000, #DF1010);
	background-image: -ms-linear-gradient(bottom, #640000, #DF1010);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#640000), to(#DF1010));
	background-image: -webkit-linear-gradient(bottom, #640000, #DF1010);
	background-image: -o-linear-gradient(bottom, #640000,#DF1010);
	background-image: linear-gradient(bottom, #640000, #DF1010);
	background-repeat: repeat-x; color:White;
}
#dimMessageBox.question .message_Cancel
{
	
	background-color: #DF1010;
	background-image: -moz-linear-gradient(bottom,#000D4E, #003079);
	background-image: -ms-linear-gradient(bottom, #000D4E, #003079);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#000D4E), to(#003079));
	background-image: -webkit-linear-gradient(bottom, #000D4E, #003079);
	background-image: -o-linear-gradient(bottom, #000D4E,#003079);
	background-image: linear-gradient(bottom, #000D4E, #003079);
	background-repeat: repeat-x; color:White;
}


#dimMessageApp
{
	line-height: inherit;
    width: 100%;
    display: block;
    padding-top: 50px;
    float: inherit;
    margin: :30px;

}
#dimMessageApp span.title
{
	font-weight: bold; width: 150px;
}
#dimMessageApp span
{
	float:left;
}

#dimbg.openn , #dimbgLoading.openn
.nwLoading
,div.dimbg.openn 
{
width: 200%;
height: 200%;
left: -50%;

opacity: 0.9;
background-color: rgba(236,236,236,0.3);
z-index: 1599;
float: left;
position: fixed;
top: 0px;
}



#dimMessageBox.questiont .message_Cancel
{
	display:none;
}

#noah-webui-Toolbox-Grid{display:none;}




.nwprintScreenBod 
{
width:100%; height:100%; overflow:hidden;

}
.nwprintScreenBod  .nwGrid.nwprintScreenC
{
height: inherit !important;

}


.nwprintScreenBod:not(.nwprintScreenC) 
{
	position:fixed; height:0; overflow:hidden;
	top:-100%;
}

body div.nwprintScreen
{
	position: fixed !important;
top: 0 !important; left:0 !important;
background: white !important;
margin: 0 auto !important;
min-width: 980px !important;
width: 101% !important;
min-height: 100% !important;
border:0px solid #FFFFFF !important;
box-shadow:none !important;
padding-right:10px;
display:block !important;
}

body.nwprintScreenBod div.nwprintScreen div
{
	display:inherit;
}

body div.nwprintScreen div.nwGridData
,body div.nwprintScreen div.tblGrid_Panel1
{
	height:inherit !important;
}

body div.nwprintScreen
{
	height:0%;    max-height: 1000% !important;
	    min-height: 1000% !important;
}
body div.nwprintScreen div
{
	overflow: visible;
}
    

.noah-webui-Window  .message_content
{
	background-color:White;
	min-height: inherit;
}

.noah-webui-Window 
{
	z-index: 2500;
	min-height:50px;
	overflow:hidden;
	border-radius: 6px 0 0 0 ;
	box-shadow:0px 1px 6px #323232;
	box-shadow:0px 1px 6px rgba(0,0,0,0.8);
}

#nwGridRows
{
      display:none !important;
      visibility:hidden;
}

 

.noah-webui-Window .message_content
{
      padding:10px;
      bottom: 0;
		top: 24px;
		left: 0;
		right: 0;
		position: absolute;
		overflow-y: auto;
		 min-height: 1px;
}



.ui-widget {
font-family: Segoe UI,Arial,sans-serif;
font-size: 12px;
}

.ui-tabs .ui-tabs-nav li a {
padding: .3em .3em;
}

.noah-webui-containerRowItem .nwGrid div {
vertical-align: top;
}

.noah-webui-container.nwGridOneGrid > .ui-resizable-s{
    top:initial !important;
}

.noah-webui-container > .ui-resizable-s {

        bottom: 0px !important;
        border-bottom: 1px dotted #cecece;
        border-bottom-style: inset;
        z-index: 999999;
        border-color: transparent;
}

div#dimbgNW.openn {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    
}

 .nwStatus
        {
        	min-width: 10px !important;
        	max-width: 10px !important;
            min-height: 10px !important;
            max-height: 10px !important;
            display: block !important;
            position: relative;
			margin:0 auto;
            border-radius: 10px;
        }
        
 .nwStatus1
        {
            background-color: green;
            border: 1px solid rgb(230,230,230);

        }
.nwStatus0
        {
            background-color: #AEAEAE;
            border: 1px solid rgb(230,230,230);

        }

 
/*Grid
td.nwgridSelected
{
	border:1px solid orange !important;
}


*/



.ui-widget {
font-family: Segoe UI,Arial,sans-serif;
font-size: 12px;
}

.ui-tabs .ui-tabs-nav li a {
    padding: .3em .3em !important;
}


.ui-widget-header 
{
	margin: 0;
padding: .1em .1em 0;
padding-left: 0.05em;
border-radius: 3;

border: 1px solid rgba(73, 72, 72, 0.5);
background-color: #727272;
	background-image: -moz-linear-gradient(bottom,#CCCCCC, #EBEBEB);
	background-image: -ms-linear-gradient(bottom, #CCCCCC, #EBEBEB);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#CCCCCC), to(#EBEBEB));
	background-image: -webkit-linear-gradient(bottom, #CCCCCC, #EBEBEB);
	background-image: -o-linear-gradient(bottom, #CCCCCC,#EBEBEB);
	background-image: linear-gradient(bottom, #CCCCCC, #EBEBEB);
	background-repeat: repeat-x;

}



.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active 
{
	
	background-color: #727272;
	border: 1px solid #727272;
	background-image: -moz-linear-gradient(bottom,#727272, #A0A0A0);
	background-image: -ms-linear-gradient(bottom, #727272, #A0A0A0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#727272), to(#A0A0A0));
	background-image: -webkit-linear-gradient(bottom, #727272, #A0A0A0);
	background-image: -o-linear-gradient(bottom, #727272,#A0A0A0);
	background-image: linear-gradient(bottom, #727272, #A0A0A0));
	background-repeat: repeat-x;
}

.ui-state-default, .ui-widget-content .ui-state-default
, .ui-widget-header .ui-state-default 
{
	background-color: #727272;
	font-family:Verdana;
	font-size: 11px;
	font-weight: normal;
	border-top-right-radius: 0px;
	border: 1px solid #B4B4B4;
	background-color: #727272;
	background-image: -moz-linear-gradient(bottom,#E6E6E6, #FAFAFA);
	background-image: -ms-linear-gradient(bottom, #E6E6E6, #FAFAFA);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#E6E6E6), to(#FAFAFA));
	background-image: -webkit-linear-gradient(bottom, #E6E6E6, #FAFAFA);
	background-image: -o-linear-gradient(bottom, #E6E6E6,#FAFAFA);
	background-image: linear-gradient(bottom, #E6E6E6, #FAFAFA));
	background-repeat: repeat-x;
}


body .ui-tabs .ui-tabs-active.ui-state-active,
.ui-tabs .ui-tabs-active.ui-state-active
{
	background-color:#616161;
	background-image: -moz-linear-gradient(bottom,#616161 #CFCFCF);
	background-image: -ms-linear-gradient(bottom, #616161, #CFCFCF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#616161), to(#CFCFCF));
	background-image: -webkit-linear-gradient(bottom, #616161, #CFCFCF);
	background-image: -o-linear-gradient(bottom, #616161,#CFCFCF);
	background-image: linear-gradient(bottom, #616161, #CFCFCF));
	background-repeat: repeat-x;
	cursor:default;
}
body .ui-tabs .ui-tabs-active.ui-state-active .ui-tabs-anchor
{
		color:#FFFFFF;cursor:default;
		background-color: #808080;
}

body .ui-tabs .ui-tabs-anchor
{
	color:#082775;cursor:default;
}

body .ui-tabs
{
	min-width: 99%;
	min-height:98%;
	margin:0 auto;
	padding:0.05em;
	border:1 solid #4F608B;
}
body .ui-tabs .ui-tabs-nav li.ui-tabs-active {
 margin-bottom: 0px;
}

div.ui-dialog .ui-widget-content, .ui-widget-content {
color: inherit;
}


.noah-webui-dialog-title
{text-shadow: 1px 1px 1px #323232;
 max-width: 60%;
min-width: 10%;
width: inherit;
float: left;
white-space: nowrap;
text-overflow: ellipsis;
position: absolute;
z-index: 0;
overflow: hidden;
height: inherit;
padding: 3px;
}

.noah-webui-Window.nwMaximize
{
	min-height:100% !important;
	min-width:100% !important;
	top:0px !important;
	left:0px !important;
	bottom:0px !important;
	right:0px !important;
	position:fixed;
}

#menuCreatorContainer.nwMaximize
{
	min-height:100% !important;
	min-height:97% !important;
	min-width:100% !important;
	top:0px !important;
	left:0px !important;
	bottom:0px !important;
	right:0px !important;
	position:fixed;
}

#menuCreatorContainer.nwMaximize .tablecontainter {
    height: 450px !important;
      max-height: 80% !important;
}
#menuCreatorContainer table tr.LKselected {
    background-color: gray;
    color: white;
}

#menuCreatorContainer.single table tbody tr td, #menuCreatorContainer.single table tbody tr th {
     min-width: 100px ;
    width: 20%;
    padding:3px;
    
        
}
#menuCreatorContainer.list table tbody tr td, #menuCreatorContainer.list table tbody tr th {
     min-width: 100px ;
   
    padding:3px;
  
}
#menuCreatorContainer.list table tbody tr td:nth-child(1), #menuCreatorContainer.list table tbody tr th:nth-child(1) {
     min-width: 25px ;
    width: 0%;
    padding:3px;
  
}

#menuCreatorContainer.nwMaximize table tbody tr td, #menuCreatorContainer.nwMaximize table tbody tr th {
    min-width: inherit ;
    min-width: 100px ;
    width: inherit; 
    padding-left:0px;padding-right:0px;
}


#menuCreatorContainer.list table tbody tr td:nth-child(1),#menuCreatorContainer.list table tbody tr th:nth-child(1) {
	  min-width: 25px !important;
      max-width: 25px !important;
      width: 25px !important;
      text-align: center;
}
#menuCreatorContainer table tbody tr th:last-child {
    max-width: 12px !important;
    min-width: 12px !important;
    width: 12px !important;
    padding: 0px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
color: #02467C;
}
 .ui-widget
 {
 	background:#FDFDFD;
 }



.ui-state-highlight, .ui-widget-content .ui-state-highlight
{
background-color: #11435F !important;
background-image: none !important;
color: #FFFFFF;
}



.ui-datepicker .ui-datepicker-title
{
color: #0064B3;
}



/* Loader */

div.nwLoading
{
	
}

.barlittle {
    background-color: #2187e7;
    background-image: -moz-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    background-image: -webkit-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5px;
    opacity: 0.1;
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
}

#block_1 {
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
}

#block_2 {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

#block_3 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

#block_4 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

#block_5 {
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

@-moz-keyframes move {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1;
    };
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    };
}

.nwError{
	color:Red;

	padding:2px;
}
input.nwError
{
	color:inherit;
	background-color: #FAFFB3;
    border-color: red;
}

.lookups.nwError  input
{
	color:inherit;
    border-color: red;

}

.lookups.nwError 
{
	color:inherit;
	font-size:inherit;
	font-family:inherit;
	padding:0px;
	border:0px;
	background-color:inherit;
}


.nwGrid table tr td input
{
	font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-stretch: inherit;
}

.ui-autocomplete span.hl_results {background-color: #ffff66;}
.ui-autocomplete-loading {} //the object while it's loading (in the event of Ajax, in this case would not need this one
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.ui-autocomplete li {font-size: 16px;}
html .ui-autocomplete {
    height: 250px;
}

.lookup_up
{
	background-image: url(../default_icons/ico_arrow_top.png) !important;
    background-size: 20px !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}
.lookup_down
{
	background-image: url(../default_icons/ico_arrow_bottom.png);
    background-size: 20px;
    background-position: right center;
    background-repeat: no-repeat;
}


.lookupcrindex {
    width: 40px;
}
.lookup_buttons {
    font-weight: bold;
    cursor: pointer;
    color: #043B90;
    font-size: 18px;
    font-family: monospace;
    display: inline-block;
    width: inherit;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 1px;
    padding-bottom: 1px;
    height: 18px;
    border-radius: 3px;
    width: 16px;
     margin-right:3px;
    margin-left: 3px;
}


.lookup_buttonsCon{
    text-align: center;
    background-color: #E6E6E6;
    border: 1px solid gray;
    padding: 2px;
    line-height: 100%;
    border-radius: 3px;
    bottom: 30px;
    min-width: 89%;
    width: 89%;
    max-width: inherit;
    margin: 0 auto;
    position: absolute;
        height: 20px;
}
.tablecontainter.nwPager{
margin-bottom: 20px;
}
.LookuptableHeader {
    border: 1px solid;
    border-bottom: 1px rgba(93, 93, 93, 0) !important;
    padding-right: 0px !important;
    width: 100%;
}


.nwLoadingInfo, .nwLoadingImage {
    display: inline-block;
}

.nwLoadingImage
{
	 background-image: url(../images/noah_logo_mirror.png);
}

.nwLoadingImage {
    width: 200px;
    height: 260px;
   
     background-image: url(../images/logo.png);
     background-repeat: no-repeat;
    background-size: 100%;
        margin-left: -100px;
}

.loadingball {
    border-radius: 50%;
    background: #ffac00;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-animation: loading 1.2s linear infinite;
    animation: loading 1.2s linear infinite;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.loadingball:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.loadingball:nth-of-type(3) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.nwLoadingMid .loading{
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    text-indent: -9999em;
    
    
        display: inline-block;
    vertical-align: top;
    /*margin-left: -180px;*/
    margin-top: 100px;
    position: absolute;
}
.nwLoadingInfo {
    position: absolute;
    margin-top: 70px;
    margin-left: 10px;
}
#nwLoadingContainer {
    z-index: 1000000000 !important;
}



 @-webkit-keyframes loading {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
}
 20% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 40% {
 -webkit-transform: translate3d(33px, 0, 0);
 transform: translate3d(33px, 0, 0);
}
 60% {
 -webkit-transform: translate3d(66px, 0, 0);
 transform: translate3d(66px, 0, 0);
}
 80% {
 -webkit-transform: translate3d(99px, 0, 0);
 transform: translate3d(99px, 0, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
 transform: translate3d(99px, 0, 0) scale(0.5);
 opacity: 0;
}
}
 @keyframes loading {
 0% {
 opacity: 0;
-webkit-transform: scale(0.5);
 transform: scale(0.5); 
}
 20% {
 opacity: 1; 
 -webkit-transform: scale(1);
transform: scale(1); 
}
 40% {
-webkit-transform: translate3d(33px, 0, 0);
 transform: translate3d(33px, 0, 0); 
}
 60% {
 -webkit-transform: translate3d(66px, 0, 0);
 transform: translate3d(66px, 0, 0);
}
 80% {
 -webkit-transform: translate3d(99px, 0, 0);
 transform: translate3d(99px, 0, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
 transform: translate3d(99px, 0, 0) scale(0.5);
 opacity: 0;
}
}

.noah-webui-container
{
      padding-top: 1px;
      overflow-y:hidden;  
      overflow-y: auto;
     
}
.noah-webui-container.ui-resizable
{
	 padding-bottom: 6px;    
}

.noah-webui-container .noah-webui-containerRow:nth-child-last{
    
}
.noah-webui-container .noah-webui-containerRow .nwGrid{
    margin-bottom: 15px !important;
}

.nwGridData.nwDefault
{
    border: 1px solid #313131;
    background-color: #727272;
}
.noah-webui-containerRow > fieldset{
  margin-top: 10px;
    padding-bottom: 30px;
    min-width: 98.2%;
}
.nwGrid div.nwGridData {
    background-color: gray;
}

body div.nwGrid .nwGridDataSub table.tblGridBody.gvStyle {
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;
    border-left: 1px solid #111111;
}

body #nwResourceLoading
{
	background-color:rgba(0,0,0,0.3);
	position:fixed;
	top:0;left:0px;right:0px;bottom:0px;
	color:White;
	z-index:999999999999999;
	vertical-align:middle;
	text-align:center;
	padding:21%;
}
body #nwResourceLoading:after
{
	content:"Loading Resources....";
	vertical-align:middle;
	text-align:center;
	
}


.nwGrid input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.nwPrintPreviewBrowser {
        overflow: auto;
}

/*special image and background*/
.p8bg-Glass::before {
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
/*special image and background*/



.nwAlignRight{text-align:right !important;}
.nwAlignLeft{text-align:left !important;}
.nwRequiredField{color:Red;}

/* Loader */

/* Loader */
.nwNoPadding
{
	padding:0px !important; 
}
.nwNoOverflow {
    overflow: hidden !important; 
}


.nwGridList-first div{
 background-image: url(../icons/icon_left_next.png);
    margin-top: 1px;
}
.nwGridList-previous div{
 background-image: url(../icons/icon_left.png);
    margin-top: 1px;
}
.nwGridList-next div{
 background-image: url(../icons/icon_right.png);
    margin-top: 1px;
}
.nwGridList-last div{
 background-image: url(../icons/icon_right_next.png);
    margin-top: 1px;
}




ul.p8-TreeView
{
    padding: 2px;
}

li.p8-TreeItem,li.p8-TreeList {
    list-style: none;
}

li.p8Tree-Main
{
	padding: 0px;
	margin: 0px;
	padding-left:15px;
	overflow-y:hidden;/**/
	overflow-x: hidden;height: 16px;
}
ul.p8Tree-Main
{
	padding: 0px;
	margin: 0px;
	margin-top:3px;
	overflow-y:hidden;/**/
	overflow-x: visible; 
	min-width:120px;
}


div.p8Tree-title{display: inline-block;display: inline-flex;vertical-align: middle;
white-space: nowrap; cursor:default;width: 100%; min-width: 100%; }
div.p8Tree-title div
{
	display:inline-block;display: inline-flex; float:left;  overflow:hidden; 
}
div.p8Tree-MainDiv
{
	display: block;
	/*height: 0.01em;*/
}
ul.p8Tree-Main
{
	display:block;float:none; overflow-y: visible;
}

.p8Tree-buttonCollapse ,.p8Tree-buttonCollapseH
{
	background-color:#FFFFFF; color:#121212;
	border:1px solid #535353; padding:0; min-width:8px; width:8px; height:2px; margin-top:1px; cursor:default;font-family: verdana;
	text-indent:0px; font-size:0.75em; font-weight:bold; text-align:center; padding-bottom:8px;padding-left:1px;padding-right:1px;
}
.p8Tree-buttonCollapseH {border:1px solid Transparent;background-color:transparent;}
.p8Tree-open{ text-indent:3px;}
.p8Tree-icons , .p8Tree-icons2
{
	min-width: 16px;
	
	width:16px; height:16px; 
	/**/
	background-image:url(../default_icons/ico_forms.png);
	
	background-repeat:no-repeat; background-position:center;
	margin-left:3px; background-size:100% 100%;
	margin-top: -2px;
}
 .p8Tree-icons2
{
	background-image:url(../icons/folder.ico);
}

.p8Tree-menuItem
{
	
}
.p8Tree-icons2.xmalls
{

	background-image:url(../default_icons/artwork-source.png);

}

.p8Tree-icons2.malls
{
  margin-left :20px;
	background-image:url(../default_icons/sidebarx.png);
	background-color:Gray;
	}
.p8Tree-info{display:none;}

.p8Tree-activeIcon
{
	min-width: 20px;
	width:20px; height:20px; background-image:url(../materials/default_icons/icon_check.png);
	background-repeat:no-repeat; background-position:center;
	background-size:100% 100%; margin:3px; float:left; display:inline-block;
}
.p8Tree-activeRow
{
	border:1px solid rgba(255,255,255,0);
	display:block; overflow:hidden;
	height:26px;
}

.p8Tree-activeRow.nwSelected
{
	cursor:default;
	border: 1px solid rgba(255, 213, 131, 0.79);
	box-shadow: inset 0px 0x 4px #FFFFFF;
	background-color: rgba(255, 213, 131, 0.79);
	
	background-image: -moz-linear-gradient(top, #FFECC9, rgba(255, 186, 48, 0.79), #FFE7B7);
	background-image: -ms-linear-gradient(top,  #FFECC9, rgba(255, 186, 48, 0.79), #FFE7B7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#FFECC9), to(rgba(255, 186, 48, 0.79)));
	background-image: -webkit-linear-gradient(top, #FFECC9, rgba(255, 186, 48, 0.79), #FFE7B7);
	background-image: -o-linear-gradient(top, #FFECC9, rgba(255, 186, 48, 0.79), #FFE7B7);
	background-image: linear-gradient(top,  #FFECC9, rgba(255, 186, 48, 0.9), #FFE7B7);
	background-repeat: repeat-x;
}


.p8Tree-activeRowName
{
	float:left; display:inline-block;
	white-space:nowrap; line-height:26px;
	text-overflow: ellipsis; font-size:0.92em;
	width:80%;
}


.p8Tree-Plusbtn {
    background-image: url(../icons/plus18.png);
    background-size: 10px;
    background-position: 50% 50%;
}

.p8Tree-Minusbtn {
    background-image: url(../icons/minus18.png);
    background-size: 10px;
    background-position: 50% 50%;
}


     .progress {
            margin-top: 2px;
            position: relative;
            width: 100%;
            border: 1px solid #ddd;
            padding: 1px;
            border-radius: 3px;
        }

       .progress .bar {
            background-color: #0FC20F;
            width: 0%;
            height: 20px;
            border-radius: 3px;
        }

      .progress  .percent {
            position: absolute;
            display: inline-block;
            top: 3px;
            left: 48%;
            text-shadow: 0px 0px 3px #DEDEDE;
        }



#nwSnackbar {
    visibility: hidden;
    min-width: 350px;
    max-width: 350px;
    margin-left: -191px;
    background-color: #333;
    background-color: #333333DA;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}


#nwSnackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s;/*, fadeout 0.5s 2.5s;*/
  animation: fadein 0.5s;/*, fadeout 0.5s 2.5s;*/
}
#nwSnackbar.hide {
  -webkit-animation: fadeout 0.5s 2.5s;
  animation:fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;visibility: hidden;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
#nwSnackbar.top {
     bottom: initial;
     top: 30px;
}
#nwSnackbar.top.show {
  visibility: visible;
  -webkit-animation: fadeintop 0.5s;/*, fadeout 0.5s 2.5s;*/
  animation: fadeintop 0.5s;/*, fadeout 0.5s 2.5s;*/
}
#nwSnackbar.top.hide {
  -webkit-animation: fadeouttop 0.5s 2.5s;
  animation:fadeouttop 0.5s 2.5s;
}

@-webkit-keyframes fadeintop {
  from {top: 0; opacity: 0;} 
  to {top: 30px; opacity: 1;}
}

@keyframes fadeintop {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeouttop {
  from {top: 30px; opacity: 1;} 
  to {top: 0; opacity: 0;visibility: hidden;}
}

@keyframes fadeouttop {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

.nwCenter{
    text-align:center;
}
.nwRight{
    text-align:right;
}
.nwLeft{
    text-align:right;
}

/* Default Class  */

.nwHide
,.nwUpper,.nwLower,.nwError,.nwNoSpace,.isNumber,.numC
,.nwDatePick, .nwRequiredField
, .nwCode
, .numC
, .isNumber
,.nwCenter,.nwRight,.nwLeft
{
	
}



/*---MEDIA SCREEN---*/
@media only screen and (max-width: 800px){
	.noah-webui-Toolbox-start {
		display: none !important;
	}
	#noah-webui-Toolbox {
		/*height: auto;*/
		margin-top: 1px;
	}
	.noah-webui-containerRow {
	    padding: 3px 4% !important;
	    display: block;
	}
	.noah-webui-containerRowItem {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
       margin-top: 8px;
	}

    .noah-webui-containerRowItem:first-child {
       margin-top: 1px;
	}

	.noah-webui-containerRow input[type="text"],
	.noah-webui-containerRow input[type="password"] {
		width: 100%;
		display: block;
		margin: 1px 0;
	}
	#noah-webui-Toolbox {
		/*white-space: nowrap;
    	width: 200%;*/
	}
	#noah-webui-Footer {
		left: 0px;
	    position: fixed;
	    height: 14px;
	    min-height: 14px;
	    padding-top: 0;
	    font-size: 10px;
	    color: #222222;
	    font-family: 'Century Gothic';
	    line-height: 1.5;
	    text-transform: uppercase;
	    /*bottom: 28px !important;*/
	    font-weight: normal;
	}
	/*11-26-2018*/
/*	.noah-webui-containerRowItem > button {
		margin: 8px 0 6px 0;
	}
	div.lookups div.conval input.idval,
	div.lookups div.conval input.descval {
		position: relative;
		width: 90% !important;
	    max-width: unset;
	    min-width: unset;
	    display: block !important;
	    float: none !important;
	}
	div.lookups div.conval input.descval {
		width: 90% !important;
		top: 58px;
	}
	.noah-webui-container {
		height: 270px !important;
	}
	.noah-webui-containerRow {
		height: 125px !important;
		position: relative;
	}
	div.LookUp, button.LookUp {
		position: absolute;
	    top: 94px;
	    width: 80px;
	}*/

    /*--- 12-04-2018 ---*/
    #noah-webui-Toolbox {
        height: 38px;
        /*margin-top: 27px !important;*/
        background: #fcfcfc;
        box-shadow: 0 2px 3px rgba(0,0,0,.26);
        border-bottom: 1px solid rgba(66, 96, 111, 0.7);
    }
    #noah-webui-Toolbox-BindingNavigator {
        padding: 7px 0;
        border-right: none;
    }
    div#noah-webui-default-New,
    div#noah-webui-default-Save,
    div#noah-webui-default-Delete,
    div#noah-webui-default-Refresh,
    div#noah-webui-default-Inquire,
    div#noah-webui-default-Process,
    div#noah-webui-default-Import,
    div#noah-webui-default-Export,
    div#noah-webui-default-Print {
        display: block;
        width: 100%;
        padding: 7px 0;
        text-align: center;
        text-indent: 0;
        background-color: #fcfcfc;
    }
    div#noah-webui-default-New:hover > .noah-webui-Toolbox-Item-Title,
    div#noah-webui-default-Save:hover > .noah-webui-Toolbox-Item-Title,
    div#noah-webui-default-Delete:hover > .noah-webui-Toolbox-Item-Title,
    div#noah-webui-default-Refresh:hover > .noah-webui-Toolbox-Item-Title,
    div#noah-webui-default-Inquire:hover > .noah-webui-Toolbox-Item-Title,
    div#noah-webui-default-Process:hover > .noah-webui-Toolbox-Item-Title,
    div#noah-webui-default-Import:hover > .noah-webui-Toolbox-Item-Title,
    div#noah-webui-default-Export:hover > .noah-webui-Toolbox-Item-Title,
    div#noah-webui-default-Print:hover > .noah-webui-Toolbox-Item-Title {
        color: #ffffff;
    }
    div#noah-webui-Toolbox-BindingNavigator > div {
        padding: 0 5px;
    }
    div#noah-webui-Toolbox-BindingNavigator > div.BN-record {
        padding: 0 8px;
    }
    .noah-webui-Toolbox-Item > .noah-webui-Toolbox-Item-Icon {
        margin-left: 10%;
    }    
    .noah-webui-Toolbox-Item > .noah-webui-Toolbox-Item-Title {
        margin-left: 10px;
        font-weight: normal;
        color: /*#42606f*/ #48555c;
        text-transform: capitalize;
        font-size: 13px;
    }
    div#noah-webui-default-Refresh {
        position: absolute;
        background-color: initial;
        width: auto;
        /* float: left; */
        margin-left: 217px;
        padding-right: 4px;
    }
    div#noah-webui-default-Refresh > .noah-webui-Toolbox-Item-Icon,
    div#noah-webui-default-Refresh > .noah-webui-Toolbox-Item-Title {
        margin-left: initial;
    }
    div#noah-webui-Toolbox-BindingNavigator > div.BN-button,
    div#noah-webui-Toolbox-BindingNavigator > div.BN-record {
        margin: 0;
        margin-top: -7px;
        height: 36px;
        border-color: transparent;
    }
    div#noah-webui-Toolbox-BindingNavigator > div.BN-record {
        padding: 0;
    }
    div#noah-webui-Toolbox-BindingNavigator > div.BN-button > div {
        margin-top: 10px;
    }
    div#noah-webui-Toolbox-BindingNavigator > #noah-webui-default-last > div {
        margin-top: 9px;
    }
    div#noah-webui-Toolbox-BindingNavigator > div.BN-button > div.BN-record > span {
        margin-top: 9px;
    }
    div#noah-webui-Toolbox-BindingNavigator > div.BN-record > inPut {
        height: 24px;
        margin-top: 8px;
    }
    #noah-webui-Toolbox.show {
        height: auto;
    }
    #expandToolbar {
        height: 30px;
        position: absolute;
        right: 1%;
        width: 30px;
        top: 4px;
        text-align: center;
        vertical-align: middle;
        /*background-color: rgba(0,0,0,.08);*/
        border-radius: 50%;
        cursor: pointer;
        display: block;
        overflow: hidden;
        transition: .3s ease-out all;
    }
    /*--- 12-05-2018 ---*/
    #expandToolbar > span {
        position: absolute;
        width: 6px;
        height: 2px;
        background-color: #42606f;
        border-radius: 3px;
        top: 16px;
    }
    #expandToolbar > span:first-of-type {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 11px;
    }
    #expandToolbar > span:nth-of-type(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 14px;
    }
    #expandToolbar > span:nth-of-type(3) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px;
        left: 11px;
    }
    #expandToolbar > span:nth-of-type(4) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12px;
        left: 14px;
    }
    #expandToolbar.show {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }





	
}



/*---Animations---*/

@keyframes pulse-out {
  	0% {
    	-webkit-box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 1)*/ #009688;
    	-moz-box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 1)*/ #009688;
    	-ms-box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 1)*/ #009688;
    	box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 1)*/ #009688;
  	}
  	66% {
      	-webkit-box-shadow: 0 0 0 5px /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
      	-moz-box-shadow: 0 0 0 5px /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
      	-ms-box-shadow: 0 0 0 5px /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
      	box-shadow: 0 0 0 5px /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
  	}
  	96% {
      	-webkit-box-shadow: 0 0 2px 0px /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
      	-moz-box-shadow: 0 0 2px 0px /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
      	-ms-box-shadow: 0 0 2px 0px /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
      	box-shadow: 0 0 2px 0px /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
  	}
 	100%{
		-webkit-box-shadow: 0 0 .4px .4px /*rgba(0, 150, 136, 1)*/ #009688;
		-moz-box-shadow: 0 0 .4px .4px /*rgba(0, 150, 136, 1)*/ #009688;
		-ms-box-shadow: 0 0 .4px .4px /*rgba(0, 150, 136, 1)*/ #009688;
		box-shadow: 0 0 .4px .4px /*rgba(0, 150, 136, 1)*/ #009688;
  	}
}
@keyframes pulse-in {
  	0% {
    	-webkit-box-shadow: 0 0 2px 2px /*rgba(0, 150, 136, 1)*/ #009688;
    	-moz-box-shadow: 0 0 2px 2px /*rgba(0, 150, 136, 1)*/ #009688;
    	-ms-box-shadow: 0 0 2px 2px /*rgba(0, 150, 136, 1)*/ #009688;
    	box-shadow: 0 0 2px 2px /*rgba(0, 150, 136, 1)*/ #009688;
  	}
  	66% {
      	-webkit-box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
      	-moz-box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
      	-ms-box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
      	box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 0)*/ rgba(0,150,136,0);
  	}
 	100%{
		-webkit-box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 0)*/ #009688;
		-moz-box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 0)*/ #009688;
		-ms-box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 0)*/ #009688;
		box-shadow: 0 0 0 0 /*rgba(0, 150, 136, 0)*/ #009688;
  	}
}






/* width */
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #bfbebe;
    border-radius: 2px;
    background-color: whitesmoke;
}

::-webkit-scrollbar-button {
    background: #83b8d3;
    border: 1px solid #607c8b;
    box-shadow: inset 0px 0px 5px #e5e5e5;
    height: 13px;
    width: 13px;
   
}
::-webkit-scrollbar-button:hover
{
	background: #0D90CC; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    /*background: darkblue; */
    background: #83bbd8;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #83bbd8, #80a6b9);
    background-image  : -moz-linear-gradient(top, #83bbd8, #80a6b9);
	background-image: -ms-linear-gradient(top,  #83bbd8, #80a6b9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#83bbd8), to(#80a6b9));
	background-image: -webkit-linear-gradient(top, #83bbd8, #80a6b9);
	background-image: -o-linear-gradient(top, #83bbd8, #80a6b9);
	background-image: linear-gradient(top, #83bbd8, #80a6b9);
	box-shadow: inset 1px 1px 5px #a9e6ff;
	border: 1px solid #32323259;
	
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0D90CC; 
}


/*spread*/
.scroll-container {

    margin: 1rem 0 1rem;
    overflow: hidden;
    display: grid !important;
}
/*spread*/

 .backgroundblur {
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
                            
/*-webkit-filter: grayscale(100%);
filter:  grayscale(100%);
-moz-filter:  grayscale(100%);
 -o-filter:  grayscale(100%);
-ms-filter:  grayscale(100%);
-webkit-transition: all .6s ease;
-webkit-transition-delay:2s;*/
}

.nwOptionalField {color:blue;}
.nwRequiredField{color:Red;}

@media only screen and (max-width: 800px) {
 body  #menuCreatorContainer
 , body .noah-webui-Window
  {
        min-height: 100% !important;
        min-height: 97% !important;
        min-width: 100% !important;
        top: 0px !important;
        left: 0px !important;
        bottom: 0px !important;
        right: 0px !important;
        position: fixed;
    }
 body .BoxResize {
        display: none;
    }


}

/*spread*/
        .P8Spread_ScrollUp {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAClJREFUKFNjGEmgvLz8P5RJHABpgGGoEH6ArIEojdg0wDBUyShAAAYGAHSXJkH1wN/VAAAAAElFTkSuQmCC);
        background-position: center;
        }
        .P8Spread_ScrollBot {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAACRJREFUKFNjGAVYQHl5+X9cGKoEOyBZAwyQrAEGSNYwpAEDAwBvhSZBmzrLGgAAAABJRU5ErkJggg==);
            background-position: center;
        }

        .P8Spread_ScrollLeft {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAADBJREFUKFNjGMKgvLz8P5RJHABpIEkTTAPRmpA1EK0JBMjSBAJkaQIBsjQNNGBgAABe7iZBxoz5vwAAAABJRU5ErkJggg==);
            background-position: center;
       }
        .P8Spread_ScrollRight {
            background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAC5JREFUKFNjGIKgvLz8P5RJPABpIlkjTBNJGpE1Ea2RZA0gQLIGECBZw2ACDAwAhS4mQZAuqGcAAAAASUVORK5CYII=) ;
            background-position: center;
        }

        .P8Spread .nwgrid_buttons {margin-top: 0px;display:inline-block;width:inherit; padding-left:4px;padding-right:4px; margin-bottom:1px; padding-bottom:1px; height:18px;border-radius: 3px;border-bottom: 1px #828282 solid; font-size: 11px;}
        .P8Spread .nwgrid_buttonsCon {display: inline-block;float: left;margin-right: 3px;}

/*responsive*/

@media only screen and (max-width: 800px) {
   
    body .nwSpacer  {
    	width:0px !important;
        display: none;
    }	
}

@media only screen and (max-width: 800px) {
    .nwGrid.AutoLayout .tblGridBody td {
        min-width: 100%;
        display: block;
        text-align: right;
        padding: 5px;
        padding-right: 5px;
        border: 1px solid transparent !important;
        min-height: 13px;

        padding-left: 5px !important;
        padding-right: 5px !important;


        position: relative;
        padding-left: 41% !important;
        text-align: left;
        min-height: 22px;
        min-width: 60%;
        max-width: 60%;
        width: 60%;

 
    }



    .nwGrid.AutoLayout .tblGridBody td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;

        max-width: 40%;
        text-align: left;
        position: absolute;
        width: 40%;
        left: 0;
      }

    
   .nwGrid.AutoLayout .tblGridBody tr td.nwGridRownum {
        width: 100%;
        padding-left: 5px !important;
        border: 1px solid #bcc5ce !important;
    }

    .nwGrid.AutoLayout .tblGridBody tr {
        min-width: 100%;
        display: block;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
            width: 99%;
        min-width: 99%;
        max-width: 99%;
            height: initial;
    }

    .nwGrid.AutoLayout table.tblGridHeader {
        display: none;
    }

    .nwGrid.AutoLayout .tblGrid_Panel1 {
        padding-right: 20px;
    }

    .nwGrid.AutoLayout div.nwGridData {
        background-color: white !important;
        overflow-x: hidden !important;

        min-height: 300px !important;
        height: inherit !important;

    }
    .nwGrid.AutoLayout .tblGridBody  {
        width: inherit !important;
        overflow: visible !important;
    }
    .nwGrid.AutoLayout .tblGrid_Panel1{
        padding-bottom: 65px;
       
    }
    .nwGrid.AutoLayout .nwGridDataSub {
        max-width: 96%;
    }
     .nwGrid.AutoLayout .tblGrid_Panel1,.nwGrid.AutoLayout .nwGridDataSub{
          width:inherit !important;
          min-height: 230px !important;
     }
     .nwGrid.AutoLayout .tblGridBody tr td:nth-child(1) {
    height: initial !important;
    width: 100%;
    max-width: 99% !important;
    font-weight: bold !important;
    }

    .nwGrid.AutoLayout tr td button,.nwGrid.AutoLayout tr td select,.nwGrid.AutoLayout tr td textarea,.nwGrid.AutoLayout tr td input{
        width:70%;
     }

    .nwGrid.AutoLayout colgroup.colgroup col:nth-child(1) {
        max-width: 750px !important;
        min-width: 750px !important;
        width: 750px !important;
    }

    body  .nwGrid.AutoLayout tr.nwGridFreezeRow,body div.nwGridSplitter ,body  .nwGrid.AutoLayout .nwgrid_HeaderShowHide {
        display: none !important;
    }
}


@media only screen and (max-width: 600px) {
     .nwGrid.AutoLayout colgroup.colgroup col:nth-child(1) {
        max-width: 550px !important;
        min-width: 550px !important;
        width: 550px !important;
    }
}
@media only screen and (max-width: 500px) {
     .nwGrid.AutoLayout colgroup.colgroup col:nth-child(1) {
        max-width: 450px !important;
        min-width: 450px !important;
        width: 450px !important;
    }
}
@media only screen and (max-width: 400px) {
      .nwGrid.AutoLayout colgroup.colgroup col:nth-child(1) {
        max-width: 350px !important;
        min-width: 350px !important;
        width: 350px !important;
    }
}


.nwLabel {
    width: 200px;
}


#noahwebInitialLoading{
    width:100%; min-height:100%; position:fixed; top:0; left:0;color:black; text-align:center; line-height:100%; font-size: 16px; padding-top:25%;font-family:verdana;
}

.nwuploadmsg{
    padding-top:3px;text-shadow:0px 0px 2px #DEDEDE; color:green;
}
.nwuploaderrormsg{padding-top:3px;text-shadow:0px 0px 2px #DEDEDE;color:red;textdecoration:underline;}


div.nwCMS {
    border: 1px solid #424242;
    max-width:700px;
}
div.nwCMS  [contenteditable]:focus {
    outline: 0px solid transparent;
}
.nwCMSContent {
    padding: 10px;
    border-top: 1px solid #424242;
    min-width: 300px;
    min-height: 120px;
    font-family: Arial;
    font-size:12px;
}

.nwCMSButton {
    padding: 4px;
    background-color: gray;
    background-image: -moz-linear-gradient(top, #dedede,  rgb(197, 197, 197), #dedede);
    background-image: -ms-linear-gradient(top, #dedede,  rgb(197, 197, 197), #dedede);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from (#dedede), to(rgb(197, 197, 197)));
    background-image: -webkit-linear-gradient(top, #dedede, rgb(197, 197, 197), #dedede);
    background-image: -o-linear-gradient(top, #dedede, rgb(197, 197, 197), #dedede);
    background-image: linear-gradient(top,#dedede, rgb(197, 197, 197), #dedede);
    background-repeat: repeat-x;
    font-family: times new roman;
    font-size:11px;
}

button.nwCMSBold {
    font-weight: bolder !important;
}
button.nwCMSItalic {
    font-style: italic;
}
button.nwCMSUnderline {
    text-decoration: underline;
   
}
.nwCMSButtonGrp {
    margin-left: 4px;
    width: inherit;
    display: inline-block;
    vertical-align: middle;
}


.nwCMSButtonGrp > button,.nwCMSButtonGrp > div {
    margin: 0px;
    margin-left: -3px;
    font-size: 12px;
    min-width: 22px;
     font-family: times new roman;
     font-weight:lighter;
}
.nwCMSButtonGrp > button:hover,.nwCMSButtonGrp > div:hover {
    border-color:orange;
    cursor:pointer;
}

.nwCMSButtonGrp > div {
    display: inline-block;
    border: 1px solid #b4b4b4;
    text-align: center;
    min-width: 18px;
    background-color:#EFEFEF;
    padding: 1px;
        min-height: 17px;
            vertical-align: middle;
}
.nwCMSBgColor, .nwCMSTextColor
{
    display:none;
}

.nwCMSBgColorBut > .span,.nwCMSTextColorBut > .span {
    background-color: red;
    font-size: 3px;
    height: 3px;
}
.nwCMSButtonLeft hr:first-child , .nwCMSButtonCenter hr:first-child, .nwCMSButtonRight hr:first-child {
       margin-top: 3px;
}
.nwCMSButtonLeft hr , .nwCMSButtonCenter hr, .nwCMSButtonRight hr{

    background-color:black;border:0px;
    margin:1px;
    margin-top:1px;
    display:block;
    height: 1px;
}
.nwCMSButtonLeft hr:nth-child(even), .nwCMSButtonCenter hr:nth-child(even), .nwCMSButtonRight hr:nth-child(even){
     max-width:12px;
       
}
.nwCMSButtonCenter hr:nth-child(even){
    text-align:center;
    margin:  auto;
    margin-top:1px;
}
.nwCMSButtonRight hr{
    text-align:right;
    margin-top:1px;
 
}
.nwCMSButtonRight{
      -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
}



@media only screen and (max-width: 600px) {
    .nwGrid tr td{

    }
}

@media only screen and (max-width: 800px) {
    #noah-webui-Toolbox {
        height: 34px;
    }
    #noah-webui-Toolbox-BindingNavigator {
        padding-top: 3px;
        height: 23px;
    }
    div#noah-webui-default-Refresh {
        height: 18px;
        line-height: 16px;
    }
    div#noah-webui-default-Refresh > .noah-webui-Toolbox-Item-Icon {
        margin-top: 0px;
    }
    div#expandToolbar {
        height: 34px;
        top: 0;
        width: 38px;
        right: 0;
    }
    #expandToolbar > span {
        top: 18px;
    }
    #expandToolbar > span:first-of-type {
        left: 14px;
    }
    #expandToolbar > span:nth-of-type(2) {
        left: 17px;
    }
    #expandToolbar > span:nth-of-type(3) {
        top: 14px;
        left: 14px;
    }
    #expandToolbar > span:nth-of-type(4) {
        top: 14px;
        left: 17px;
    }
}


.btnOrange {
    background: linear-gradient(to bottom, #efc93a, #ef7f11) !important;
     color : white !important;
}

.btnGreen {
    background: linear-gradient(to bottom, #73bf52, #239456) !important;
     color : white !important;
}

.btnGray {
    /*background: linear-gradient(to bottom, #dddfe4, #a1a0a7) !important;*/
    background: linear-gradient(to bottom, #9f9f9f, #3b3b3b) !important;
    color: white !important;
    border: 1px solid #bfbfbf;
}
.btnBlue {
    background: linear-gradient(to bottom, #67b9e6, #1130c7) !important;
    color : white !important;
}

.btnYellow {
    background: linear-gradient(to bottom, #ffff99, #d5d556) !important;
    color: black !important;
    border: 1px solid #d5d556;
}

.btnRed {
    background: linear-gradient(to bottom, #f0a8a8, #d72d2d) !important;
    color: white !important;
    border: 1px solid #d72d2d;
}



/*01-29-2020*/
@media only screen and (max-width: 800px) {
    #noah-webui-Toolbox {
        height: 34px;
    }
    #noah-webui-Toolbox-BindingNavigator {
        padding-top: 3px;
        height: 23px;
    }
    div#noah-webui-default-Refresh {
        height: 18px;
        line-height: 16px;
    }
    div#noah-webui-default-Refresh > .noah-webui-Toolbox-Item-Icon {
        margin-top: 0px;
    }
    div#expandToolbar {
        height: 34px;
        top: 0;
        width: 38px;
        right: 0;
    }
    #expandToolbar > span {
        top: 18px;
    }
    #expandToolbar > span:first-of-type {
        left: 14px;
    }
    #expandToolbar > span:nth-of-type(2) {
        left: 17px;
    }
    #expandToolbar > span:nth-of-type(3) {
        top: 14px;
        left: 14px;
    }
    #expandToolbar > span:nth-of-type(4) {
        top: 14px;
        left: 17px;
    }
}



.noah-webui-Toolbox-Item-Icon {
    background-size: 100% !important;
}

.noah-webui-Toolbox-Item {
	min-width: 56px;
    border: 1px solid transparent;
    height: 22px;
    padding-right: 6px;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    color: #000000;
    transition: none;
    font-size: 13px;
}

input[disabled][type="text"] {
    background-color: #E7E7E7;
    border: 1px solid;
    border-color: skyblue !important;
    -webkit-filter: initial;
    -moz-filter: initial;
    -o-filter: initial;
    -ms-filter: initial;
    filter: initial;
    opacity: 1;
}


 div.lookups.adisabled
 {
 	-webkit-filter: initial;
	-moz-filter: initial;
	-o-filter: initial;
	-ms-filter: initial;
	filter: initial;
	/*opacity: 0.8;*/
 }
div.lookups.adisabled input.idval 
,div.lookups.adisabled input.descval 
{
     background-color: #eeeeee !important;
}

div.lookups.adisabled button.LookUp {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
input, textarea {
    border-color: skyblue;
}
nwCMSContent {
    border-top: 1px solid skyblue;
}
div.nwCMS {
    border: 1px solid skyblue;
}


@media only screen and (max-width: 800px) {
    #noah-webui-Toolbox-BindingNavigator.nwHide ~ #noah-webui-default-Refresh {
        display: block !important;
        width: 100% !important;
        padding: 7px 0 !important;
        text-align: center !important;
        text-indent: 0 !important;
        background-color: #fcfcfc !important;
        position: initial !important;
        margin-left: 0 !important;
    }

        #noah-webui-Toolbox-BindingNavigator.nwHide ~ #noah-webui-default-Refresh > .noah-webui-Toolbox-Item-Icon {
            margin-left: 10% !important;
        }

        #noah-webui-Toolbox-BindingNavigator.nwHide ~ #noah-webui-default-Refresh > .noah-webui-Toolbox-Item-Title {
            margin-left: 10px !important;
        }
}



.P8Spread .nwGridDataBatchLoading {
    background-color: rgba(255, 255, 255, 0.20);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}
.P8Spread .loadr {
    width: 80%;
    height: 80px;
    position: relative;
    text-align: center;
    margin: 10%;
    padding: 10px;
    background: rgba(51, 51, 51, 0.3);
    border-radius: 15px;
}

.P8Spread .loadCon {
    min-height: 10px;
    border: 2px solid #ffffff;
    background-color: #dedede;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.50);
}
.P8Spread .loadrLine {
    background-color: green;
    width: 0%;
    height: 100%;
    border-radius: 5px;
        min-height: inherit;
}
.P8Spread .loadrText {
    color: #3c3c3c;
    text-shadow: 1px 1px 1px white;
}
.P8Spread span.loadPerc {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    display: block;
}

*, input, select, textarea, option, button {
    outline: none!important;
}

::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;
    cursor: default !important;
}
::-webkit-scrollbar-thumb {
    cursor: default !important;
    background: #bcc5ce !important;
    border-radius: 20px !important;
    border: 2px solid #eaeaea !important;
    box-shadow: none !important;
    -webkit-transition: .14s ease-in-out all !important;
    -moz-transition: .14s ease-in-out all !important;
    transition: .14s ease-in-out all !important;
}
::-webkit-scrollbar-thumb:hover {
    background: #929ca7 !important;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
    display: none !important;
    background-color: #ececec !important;
}
::-webkit-scrollbar-track {
    box-shadow: none !important;
    border-radius: 0px !important;
    background-color: #ececec !important;

}



.nwRemarks textarea.txtnwRemarks {
    display: none;
}

div.nwUploadCon{
    width: 350px; height: 250px
}

div.nwUploadCon div.nwUploadConSub{
    width: 80%; vertical-align: middle; margin: 0% auto; padding-top: 22px;
}

.lookup_buttonsCon{
    padding-right: 4px;
     padding-right: 0.7%;
}
.lookup_pageCount {
    padding-right: 4px !important;
    padding-right: 0.65% !important;
}
div.nwUploadCon{
    width: 350px; height: 250px
}
div.nwUploadCon div.nwUploadConSub{
    width: 80%; vertical-align: middle; margin: 0% auto; padding-top: 22px;
}

div.nwUploadCon .bar{
    width: 0%;
}
div.nwUploadCon #status,.noah-webui-Window #status{
    height: 35px;
}
div.nwUploadCon .btnSubmitBut {
    display: block;
}


.btnSmall {
  background: linear-gradient(rgba(242,234,242,1), rgba(194,186,194,1));
  color: black;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  font-size: 11px;
  font-family: Tahoma;
  height: 18px;
}

.btnMedium {
  background: linear-gradient(rgba(242,234,242,1), rgba(194,186,194,1));
  color: black;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  font-size: 13px;
  font-family: Tahoma;
  height: 25px;
}

.btnLarge {
  background: linear-gradient(rgba(242,234,242,1), rgba(194,186,194,1));
  color: black;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  font-size: 15px;
  font-family: Tahoma;
  height: 32px;
}


body{
    background:#F5F5F5;
    background: #fefefe;
}
#main-container{
    background:#FEFEFE;
}
#dimMessageBox{
    display:none;
}

.lookup_searchTH{
    width:25px;
}

.lookup_pageCount{
    text-align: center;background-color: #E6E6E6;border: 1px solid gray;padding: 3px;line-height: 100%; border-radius: 3px; bottom: 10px;min-width:89%;width: 89%;max-width: inherit;margin: 0 auto;position: absolute;
}
#menuCreatorContainer .LookuptableHeader{
    margin-top: 5px;
}
#menuCreatorContainer .tablecontainter{
    margin-top: 0px !IMPORTANT;
}
#menuCreatorContainer .lookupcolSearch.azie{
   width: inherit;margin-left: 1px; display: block; 
}
#nwErrorSeeDetails{
    text-decoration:underline;cursor:pointer;color:red;font-size: 11px;
}

.tblGridBody.gvStyle{
     border-collapse: separate;border-spacing: 0;overflow: hidden;
}

div.nwGridDefInputCon{
  opacity: 0; height: 0px; max-height: 0px; overflow: hidden;position;fixed;opacity:0;max-height:0;max-width:0;
}

.nwGrid .nwgridButtonsShow{
    height:20px;
}
.nwGridErrorMSG{
    color:red;font-size:10px;font-style:italic;
}

body .nwGrid .tblGrid_Panel1,body .nwGrid .nwGridDataSub_Subs{
    overflow-y: scroll !important;
    overflow-x: hidden;
}
body .nwGrid .tblGrid_Panel1 {
    width: max-content !important;
    overflow-y: scroll !important;
}

#menuCreatorContainer {
    min-height: 430px;
}
#menuCreatorContainer.single .tablecontainter {
    min-height: 270px;
}

.nwGrid .nwGridFreezeScroll {
    /*max-height: 326.188px;*/
    min-width: 14px;
    overflow: auto;
        z-index: 10000;
    margin-left: -11px;
    right:0px;
        position: absolute;
}
.nwGrid .tblGrid_Panel1 {
     
    /*float: right;*/
        /*position: absolute;*/
}

.nwGrid .tblGrid_Panel1::-webkit-scrollbar-track {
    background-color: transparent!IMPORTANT;
}
.nwGrid .nwGridDataSub_Subs::-webkit-scrollbar-track {
    background-color: transparent!IMPORTANT;
}
.nwGrid .tblGrid_Panel1::-webkit-scrollbar-thumb {
    background-color: transparent!IMPORTANT;
    border: none !important;
}
.nwGrid .nwGridDataSub_Subs::-webkit-scrollbar-thumb {
    background-color: transparent!IMPORTANT;
   border: none !important;
}

.nwGrid .nwGridSplitter {
    width: 1px;
}

/*.nwGridFreezeRow {position: absolute; z-index: 999;  width: 100%;}*/


.nwLibDocAttachment{
    display:none;width: 590px; height: 400px; vertical-align: middle;
}

.nwLibDocAttachmentC{
{
    width: 100%; vertical-align: middle; margin: 0% auto;
}
.nwLibDocAttachment #nwGridAttCon {
    width: 100%; margin-left: -6px;
}
