/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}


#actionBarView-menubar table{
	width:100%;
}

#actionBarButton_exportXLS, #actionBarButton_importXLS{
	float: right;
}

#datepickerHeader{
	z-index:1;
	left: 100px;
}

#loginView-logoWrapper div{
	background: #ffffff;
}

#loginView-logoWrapper div img{
	background: #ffffff url(/WerkstattPortal/images/SPN_4_Logo_RGB.jpg) no-repeat center center;
    display: block;
    box-sizing: border-box;
    width: 131px;
    height: 40px;
    padding-left: 131px;
	margin-left: auto;
	margin-right: auto;
}


/*
 * X4APPS-743
* */
#tabManagerView-panel .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTabInner .gwt-Label{
	max-width: 500px;
	white-space: nowrap;
	overflow: hidden;
}

/*
 * X4APPS-728
 * X4APPS-711
 * */
div.gwt-DialogBox.iFrame-dialog{
	border: 0px;
	box-shadow: none;
}

div.gwt-DialogBox.iFrame-dialog > div > table{
	border: 1px solid #DCDEE1;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
	background-color: #FFFFFF;

}

/*
 * X4APPS-750
* */
#loginView-cantAccessDiv{
	display:none;
}
