/** Add css rules here for your application. */
/** 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;
	z-index: 100;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.gwt-ProgressBar-shell {
	border: 1px solid #2554C7;
	border-right: 1px solid #2554C7;
	border-bottom: 1px solid #2554C7;
	background-color: white;
	height: 14pt;
	width: 50%;
}

.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
	background-color: #2B60DE;
}

.gwt-ProgressBar-shell .gwt-ProgressBar-text {
	padding: 0px;
	margin: 0px;
	color: white;
}

.gwt-ProgressBar-shell .gwt-ProgressBar-text-firstHalf {
	color: black;
}

.gwt-ProgressBar-shell .gwt-ProgressBar-text-secondHalf {
	color: white;
}

.gwt-DecoratorPanel {
	/*border: 8px solid #2196F3; */
	border-radius: 10px;
	margin-top: 30px;
	padding: 10px;
}

label:not (.active ){
	padding-bottom: 5px
}

label {
	padding-bottom: 0px
}

.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
	{
	display: none !important;
}

.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-top: 10px;
	margin-bottom: 10px;
}

.middleCenterInner {
	padding: 20px 3px;
}

.gwt-DialogBox .dialogContent {
	margin-top: -30px;
}

.card-action {
	padding: 5px 3px !important;
	font-weight: bold;
	display: flex;
}

.gwt-DialogBox .dialogTop {
    display: none!important;
}

.gwt-DialogBox .middleCenterInner{
	padding: 0px 3px!important
}

.headerClass {
	height: 20px;
	padding: 4px;
	background-color: #d1d9e8;
	color: WindowText;
	font-size: 110%;
	font-weight: bold;
}

.rowClass1 {
	background-color: silver;
}

.rowClass2 {
	background-color: white;
}
