html, body {
	margin:0px;
	overflow-y:hidden;
	font-family: Arial;
	font-size:13px;
}

a {
	color:#366E96;
	text-decoration:none;
}      /* unvisited link */
a:visited {color:#366E96;}  /* visited link */
a:hover {color:#366E96;}  /* mouse over link */
a:active {color:#366E96;}  /* selected link */

input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.CompletePage {
	float:left;
	height:100%;
	width:100%;
	overflow:hidden !important;
	background-color:#ffffff;
}

.Header{
	float:left;
	height:67px;
	width:100%;
	top:0px;
}

.Footer{
float: left;
height: 35px;
width: 100%;
position: fixed;
bottom: 0px;
background-color: #333;
}

.FooterContent {
	text-align: center;
	color: white;
	font-size:11px;
	margin-top:3px;
}
.FooterCentralContent{
	float:left;
	margin-left:30%;
	width:40%;
}

.FooterRightContent{
	float:right;
	padding-right:20px;
}

.CenterBody {
	float:left;
	margin-top:0%;
	width:100%;
/*	overflow-y:auto;
	overflow-x:hidden;*/
}

.panelOnTop{
	float:right;
	padding:10px;
}

.formDemarkation{
	color: gray;
	opacity: 0.15;
}

.ppulogo{
	height:60px;
	width:180px;
	margin-top:10px;
}
/*.GlobalInfoSection{
	display:none;
	float:right;
    position: fixed;    
/*	padding:10px;
    position: fixed;    Take it out of the flow of the document 
    left: 0;            Left edge at left for now 
    right: 0;          /* Right edge at right for now, so full width  
    top: 5%;         /* Move it down from top of window 
    width: 200px;      /* Give it the desired width  
    height: 50px;      /* Give it the desired width  
    z-index: 100;    /* Whatever needed to force to front (1 might do) 	
	background-color:#CCC;
	border-radius:5px;
	padding:5px;
}
*/

.GlobalInfoSection{
	display:none;
  /*  left: 0;            Left edge at left for now */
    right: 20px;          /* Right edge at right for now, so full width */ 
    position: fixed;    
/*	padding:10px;
    position: fixed;    Take it out of the flow of the document 
    left: 0;            Left edge at left for now */
    top: 15px;         /* Move it down from top of window */
/*    width: 30%;       Give it the desired width */ 
    height: auto;      /* Give it the desired width */ 
    z-index: 100;    /* Whatever needed to force to front (1 might do) */	
	border-radius:5px;
	padding:5px;
	margin:auto;
/*	border:1px solid #E4E5E5;*/
	border-top:none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	font-family: Arial;
	font-size: 12px;
}

.GlobalProfileInfo{
	display:none;
	float:right;
    right: 2.7%;          /* Right edge at right for now, so full width */ 
    position: fixed;    
/*	padding:10px;
    position: fixed;    Take it out of the flow of the document 
    left: 0;            Left edge at left for now */
    top: 0.5%;         /* Move it down from top of window */
    z-index: 100;    /* Whatever needed to force to front (1 might do) */	
	padding:5px;
	font-family: Arial;
	font-size: 14px;
}

.CentralizeDiv {
	display:none;
	float:right;
    position: fixed;    
	padding:10px;
    left: 0;
    right: 0;
    top: 5%;
    width: 200px;
    height: 50px;
    z-index: 100;
	border-radius:5px;
	padding:5px;
}

.GlobalProfileInfoItems {
	float:left;
	margin-left:5px;	
}

.GridBorders {
	border:1px solid #E4E5E5;
	padding:10px;
	border-radius:3px;
}

.usersTableRows td{
	border-bottom: 1px solid #E4E5E5;
}
.usersTableHeadings th{
	border-right: 1px solid #e1e1e5;
}
.usersTableHeadings{
	background-color: #eee;
	font-family: Arial;
	font-size: 14px;
	height: 35px;
}

.browseFrame {  
	position: absolute;
	display: none;
	background-color: #EEEEEE;
	width:400px; 
	border:1px solid #6891CC;
	cursor:move;
}

.tabDiv{
	position: relative;
	width: 100%;
}

.AnimateMessagesBar{
	position:fixed;
	bottom:0;
	width:40%;
	max-width:60%;
	align:center;
	margin:auto;
	left:0;
	right:0;
	height:auto;
	max-height:100px;
	background-color:#E3FFA7;
	color: black;
	margin-bottom: 50px;
	opacity:0.8;
	display:none;
	border-radius: 3px;
}
.ScrollMessagesContent{
	width:90%;
	max-width:90%;
	height:auto;
	min-height:30px;
	max-height:90px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:2% 3% 2% 3%;
/*	padding-top:5px;*/
	float:left;
	/*text-align:center;*/
	overflow:hidden;
	overflow-y:auto;
    word-wrap: break-word;
	opacity:1.0;
}

.rightAlign{
	text-align: right;
}

.table_borders{
    border: 2px solid #eee;
}

.table_borders td{
	border-bottom: 1px solid #E4E5E5;
}
.table_borders a{
	font-size: 14px;
}
.set_font_12{
	font-size: 12px;
}

.vertical_Center{
	vertical-align: middle;
}

.buttonsPPU{
	font-size:12px;
	cursor:pointer;
	font-family:Arial;
}

.minimumMargins {
	margin-top:8px;
	margin-bottom:5px;
	vertical-align:middle;
}

button{
	font-weight:bold;
	font-family:Arial;
	cursor:pointer;
}

.smallButton {
	height:20px !important;
	width:80px !important;
}

.mediumButton {
	height:25px !important;
	width:80px !important;
}

.largeButton {
	height:30px !important;
	width:80px !important;
}

.xxlargeButton {
	height:30px !important;
	width:175px !important;
}

.miniInputBox {
	height:20px !important;
	width:100px !important;
}

.smallInputBox {
	height:20px;
	width:150px;
}

.mediumInputBox {
	height:25px !important;
	width:175px !important;
}

.largeInputBox {
	height:30px !important;
	width:200px !important;
}

.xxlargeInputBox {
	height:30px !important;
	width:300px !important;
}

.textAreaBox {
	height:120px;
	width:170px;
}

.largeTextAreaBox {
	height:200px !important;
	width:600px !important;
}

.input200x20 {
	height:20px !important;
	width:200px !important;
}

.input600x20 {
	height:20px !important;
	width:600px !important;
}

.imagebutton {
	cursor:pointer;
}

/*This class shall not be used in js for any operation*/
.dimension_175x25 {
	height:25px;
	width:175px;
}

.dimension_170x20 {
	height:20px;
	width:170px;
}
.jqx-button-custom{
font-style: normal !important;
font-size: 13px !important;
}

img.hoverEffect:hover{
	background:darkgray;
}
#gs_Username{
	height:25px	/* filter select box usage report*/
}
#NoticeAbtFeatures{
	text-align: left;
    margin-top: 4px;
    font-weight: 500;
}

.Display_None_Important{
	display: none !important;
}
#UnlimitedUserUL{
	min-height: 182px;
}
.WrapInNextLines{
	white-space: pre-wrap;
    word-break: break-all;
}
.InternalNotesContent{
	display: inline-block;
	width: 90%;
}

.InternalNotesEditBtnDiv{
	display: inline-block;
	float: right;
}
.TextOverflowHidden{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.InternalNoteCss{
	resize:none;
	width:375px;
	height: 208px;
}
.ManadatoryFieldCss{
	color:red;
	font-size: 15px;
}
#TransRepTable_Invoice{
	text-align: center;
}

.popUpBorder{
	border: 2px solid #bfbfbf !important;
}

.NotesDebitCss{
	resize:none;
	width:280px;
	height:165px;
}

.mediumInputBox.DebitNoteAmountCss{
	width:280px !important;
	height: 25px !important;
}
#DemoCreditAmount{
	height: 25px !important;
    width: 65px !important;
    margin-left: 8px;
}
.Style_Display_Inline_Block{
	display: inline-block;
}

/* // ---------------------------------------------Multi Select Combo list CSS  Start----------------------- */
ol.multiSelectComboList { list-style-type: none; margin: 0; padding: 0; width:auto; margin-bottom: 5px }
ol.multiSelectComboList li { margin: 3px; padding: 0.4em; font-size: 0.8em; display:inline-block; border-radius: 3px; cursor:pointer; text-align:center; border-color:#aaaaaa; background-color:#ffffff}
ol.multiSelectComboList li.ui-selecting { background: #AAA; }
ol.multiSelectComboList li.ui-selected { background: #555; color: white; }

/* // ---------------------------------------------Multi Select Combo list CSS  End-----------------------  */