/** Add css rules here for your application. */
.efsp-header-omniBox td {
	padding: 0;
}

.efsp-header-omniBox {
	float: right;
}

.efsp-header-omniBox input {
	width: 300px !important;
	background: #FFF !important;
	color: black !important;
	padding-left: 1px !important;
	padding-right: 1px !important;
	font-size: 1.25rem !important;
	margin-bottom: 0px !important;
}

.efsp-header-omniBox button {
	line-height: normal !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.efsp-header-omniBox img {
	display: none;
}

/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.efsp-search-result-title {
	margin-top: 0px !important;
}

.efsp-case-search-results-row {
	margin-left: 270px !important;
	margin-top: 70px;
}

.gwt-DecoratorPanel .middleLeft,
.gwt-DecoratorPanel .topCenter,
.gwt-DecoratorPanel .topRight,
.gwt-DecoratorPanel .bottomCenter,
.gwt-DecoratorPanel .middleLeft,
.gwt-DecoratorPanel .middleRight,
.gwt-DecoratorPanel .bottomLeft,
.gwt-DecoratorPanel .bottomRight,
.gwt-DecoratorPanel .topLeft,
.gwt-DecoratorPanel .topRight
.gwt-DecoratorPanel .dialogMiddleLeft,
.gwt-DialogBox .dialogMiddleLeft,
.gwt-DialogBox .dialogMiddleRight,
.gwt-DialogBox .dialogBottomLeft,
.gwt-DialogBox .dialogBottomRight,
.gwt-DialogBox .dialogTopLeft,
.gwt-DialogBox .dialogTopRight
.gwt-DialogBox .dialogBottomCenter,
.dialogBottom,
.dialogTop
{
	display: none !important;
}
.gwt-DecoratorPanel
{
	/*border: 5px solid #2196F3;*/
	z-index:100;
}
.gwt-DialogBox
{
	z-index: 110;
	margin-top: 80px;
}
.gwt-DialogBox input[type="text"],.gwt-DialogBox input[type="password"],.gwt-DialogBox input[type="email"],.gwt-DecoratorPanel input[type="text"],.gwt-DecoratorPanel input[type="password"],.gwt-DecoratorPanel input[type="email"],.dialogContent input[type="text"],.dialogContent input[type="password"],.dialogContent input[type="email"]
	{
	margin: 0px
}

.12345 {
	display: none;
}

.headerClass {
	height: 20px;
	padding: 4px;
	background-color: #d1d9e8;
	color: WindowText;
	font-size: 110%;
	font-weight: bold;
}

.rowClass1 {
	background-color: silver;
}

.rowClass2 {
	background-color: white;
}
nav .input-field {
	height: 65% !important;
}

.card-action
{
    padding: 5px 3px!important;
    display: flex;
}

.headerClassGray {
	background-color: #CCCCCC;
	color: WindowText;
	border-width: 1px;
	border-style: solid;
	border-color: ThreeDShadow;
	margin: 0px;
	padding: 0px;
	font-weight: 800;
	text-align: center;
	font-size: medium;
	overflow: -moz-scrollbars-n.one;
}

header nav .select2-selection__placeholder{
	color:#fff!important
}

.header-position{
	    position: initial !important;
}

