.x4-button{
	border: 1px solid #B0B2B6 !important;
	border-radius: 0px !important;
	background-color: #00008F !important;
	color: yellow!important;
	font-size: 11px !important;
	line-height: 11px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	height: 24px !important;
	cursor: pointer !important;
}

.x4-button:hover{
	background-color: #484a4f !important;
}

#headerPanelView-applicationsBox {
    padding-left: 150px;
}

#loginView-loginUsername{
	background-color: white !important;
}
#loginView-loginPassword{
	background-color: white !important;
}
#loginView-logoWrapper div{
	background-color: white !important;
}

#headerPanelView-logoBox{
	background-color: #484a4f !important;
}

#headerPanelView-logoBox img{
	max-height: 40px !important;
}

.x4p-input.default{
	background-color: white !important;
}

.dialogTopCenterInner .Caption{
	color: white !important;
}

.gwt-TabLayoutPanelContentContainer {
    -ms-user-select: initial !important;
    -webkit-user-select: initial !important;
    -moz-user-select: initial !important;
    user-select: initial !important;	
}

.gwt-TabLayoutPanelContentContainer ::selection {
    background: #326CD0 !important;
    color: white !important; 
}
.gwt-TabLayoutPanelContentContainer ::-moz-selection {
    background: #326CD0 !important;
    color: white !important;
}

.gwt-TabLayoutPanelTab + .gwt-TabLayoutPanelTab-selected{
	background-color: #00008f !important;
	color: white !important;
	
}

.gwt-MenuBar.gwt-MenuBar-horizontal table{
	width: 100%;
}

.gwt-MenuBar.gwt-MenuBar-horizontal #actionBarButton_export{
	float: right;
}

.gwt-MenuBar.gwt-MenuBar-vertical .gwt-MenuItem{
	white-space: nowrap;
}


#globalSearchView-searchBox{
	width: 100px;

}

#headerPanelView-searchBox{
	position:absolute;
	left: 170px;
	top:10px;

}

#headerPanelView-logoBox{
	padding-right:40px;
}
