/** Add css rules here for your application. */

.test{
	background-color: red;
	font-family: tahoma, arial;
	font-size: xx-small;
	text-align: right;
}
 
.test2{
	background-color: blue;
	font-family: arial, tahoma;
	font-size: x-small;
	text-align: left;
}

.h100{
	height: 100%;
}

.w100{
	width: 100%;
}

.noPadding{	
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.noDisplay, .noDisplayRTL{
	display : none !important;
}

.noOverflow{
	overflow: hidden;
}

.noOverflowX{
	overflow-x: hidden !important;
}

.ltrd{
	direction: ltr;
}

.rtld{
	direction: rtl;
}

.calign
{
	text-align: center;
}

.ralign{
	text-align: right;
}

.lalign{
	text-align: left;
}

.talign{
	vertical-align: top;
}

.balign{
	vertical-align: bottom;
}

.boldText,.boldTextRTL{
	font-weight: bold;	
}

.redText,.redTextRTL{
	font-color: red;
	color: red;	
}

.greenText,.greenTextRTL{
	font-color: green;	
	color: green;
}

.blueText,.blueTextRTL{
	font-color: blue;	
	color: blue;
}

.yellowText,.yellowTextRTL{
	font-color: yellow;	
	color: yellow;
}

.orangeText,.orangeTextRTL{
	font-color: orange;	
	color: orange;
}

.invisible{
	visibility: hidden;	
}

.loadingPanelMessage_Enterprise_RTL{
	background-color: #EAEAEA;
	color: black;
	font-size: 10;
	font-weight: bold;
}
.loadingPanelMessage_EnterpriseBlue_RTL{
	background-color: #E6F1FF;
	color: navy;
	font-size: 10;
	font-weight: bold;
}
.loadingPanelMessage_Graphite_RTL{
	background-color: #8F9DAE;
	color: white;
	font-size: 10;
	font-weight: bold;
}
.loadingPanelMessage_TreeFrog_RTL{
	background-color: #E1ECEE;
	color: #00CCCC;
	font-size: 10;
	font-weight: bold;
}
.loadingPanelMessage_SilverWave_RTL{
	background-color: #C2D7E2;
	color: Black;
	font-size: 10;
	font-weight: bold;
}

.serviceCallErrorMessage{
	color: red;
	font-size: 20;
	font-weight: bold;
}
.invalidLoginMessage{
	color: gray;
	font-size: 16;
	font-weight: bold;
}
.accessDeniedMessage{
	color: red;
	font-size: 18;
	font-weight: bold;
}
.handCursor{
	cursor: pointer !important;
	cursor: hand !important;
}
.handCursor > div > img{
	cursor: pointer !important;
	cursor: hand !important;
}
.minZIndex{
	z-index: -900000;
}
.maxZIndex{
	z-index: 900000;
}
.listGridFilterOperator,
.listGridFilterOperatorFocused{
	font-size: 7px !important;
	font-color: blue;
	color: blue;
}
.listGridFilterOperatorOver,
.listGridFilterOperatorFocusedOver{
	font-size: 7px !important;
	font-color: black;
	color: black;
}
.listGridFilterOperatorDown,
.listGridFilterOperatorFocusedDown{
	font-size: 7px !important;
	font-color: navy;
	color: navy;
}
.listGridFilterOperatorDisabled{
	font-size: 7px !important;
	font-color: grey;
	color: grey;
}

.holiMultiSelectListItemBody table{
  border: 1px #E1E3E5 solid !important;
  border-top: non;
}