
/* Eform fields */

.ef-Contents table td {
	padding:3px;	
}

.ep-Error {
	padding:3px;
	margin-top:3px;
	border:2px solid #FC390D;
	background: #FFC1B3;
	display:none;
	white-space: pre-wrap;
}

.ep-Warning {
	padding:3px;
	margin-top:3px;
	border:2px solid #FFB812;
	background: #FFE4A6;
	display:none;
}

.ep-Contents input[type='text'] {
	background:white;
	border:1px solid gray;
}

.ep-Contents .gwt-SuggestBox {
	min-width: 100%;
}

.ep-Contents textarea:focus {
	border:1px solid #dfa1b2;
	background:#FCF9E6;
}

.ep-Contents input:focus {
	border:1px solid #dfa1b2;
	background:#FCF9E6;
}

.disabled .ep-Contents input{
	background:#E6E6E6!important;
	border:1px solid #DEDEDE;
}

.disabled .Validity input {
	background:#FFFBE8!important;
	color:black!important;
}

/* Lock widget */


/* Validity widget */

.dlgValidity-Message {
	width: 600px;
}
.dlgValidity-Error {
	width: 600px;
	color: #b3268a;
}
.dlgValidity-Update {
	color: #0000ff;
}
.dlgValidity-Overwrite {
	color: #ff0000;
}

/* Library explorer */

.libex-Splitter {
	min-height: 700px;
}

.libex-Header {
	border-top: 1px solid #444;
	padding: 5px;
}

.libex-Title {
	display: inline-block;
	width: 120px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3262BA;
}

.libex-Buttons {
	float: right;
}

.libexLeftPanel-Tree .gwt-InlineLabel {
	background: url("images/formFolder.png") no-repeat;
	padding: 4px 10px 4px 29px;
	margin: 0;
}

/* FormInfoPage */

.formInfoPage-Forms {
	width: 1200px;
	min-height: 400px;
	padding: 10px 0 0 10px;
}

/* FormInfoPanel */

DIV.formInfo-Panel {
	display: inline-block;
	position: relative;
	padding: 10px;
	margin: 0 10px 10px 0;
	border: 1px solid #444;
	width: 170px;
	height: 220px;
	box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
	background-color: #eee;
}

.formInfo-Title {
	font-size: 12px;
	font-weight: bold;
	height: 80px;

	display: block;
	display: -webkit-box;
	max-width: 400px;
	margin: 0 auto;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.formInfo-Status {
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	text-align: center;
}

.formInfo-Small {
	font-size: 12px;
	height: 20px;
}

.formInfo-Buttons {
	position: absolute;
	bottom: 10px;
}

.formInfo-Icon {
	width: 24px;
	height: 24px;
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

.formFillIcon {
	background-image: url("images/formFill.png");
}

.formViewIcon {
	background-image: url("images/formView.png");
}

.formDataIcon {
	background-image: url("images/formData.png");
}

.formDataIconWarning {
	background-image: url("images/formDataMod.png");
}

.formGuideIcon {
	background-image: url("images/formGuide.png");
}

/* FormSettings */

table.FormSettings-Frame {
	width: 100%;
}

.FormSettings-Frame .Title {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #aaa;
}

.TimeWithUnitWidget .Value {
	width: 40px;
	margin-right: 5px;
}

.label-bold {
	font-weight: bold;
}

.gwt-MenuBarPopup {
	z-index: 101;
}

.radioAdditionalValue {
	margin-left: 20px;
	margin-top: 10px;
	width: 200px;
	padding: 5px 4px;
}

.radioAdditionalValue-readonly {
	background-color:#efefef;
	opacity: 0.5;
}

.suggestPopupContent{
	max-height: 150px;
	overflow-y: scroll;
}

.gwt-DialogBox {
	z-index: 500;
}

.messagesPanel {
	width: 100%;
}
.messagesPanel .messagePanel {
	width: 90%;
	padding: 5px 5px;
}
.messagesPanel .messagePanel .contentPanel {
	width: 100%;
	table-layout: fixed;
	padding-left: 10px;
	padding-right: 10px;
}
.messagesPanel .messagePanel .contentPanel textarea {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	white-space: pre-wrap;
}

.messagesPanel .messagePanel .contentPanel td {
	width: 22px;
}

.messagesPanel .messagePanel .contentPanel td:first-child {
	width: auto;
}

.messagesHeader {
	padding: 12px;
	margin: 0 auto;
	width: 100px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.messagesAddPanel {
	margin: 10px;
	width: 100%;
	height: 100%;
}

.messagesAddPanel .gwt-TextArea {
	width: 90%;
	height: 100px;
	box-sizing: border-box;
	resize: none;
	margin-left: 15px;
	white-space: pre-wrap;
	word-break: normal;
}

.messagesAddPanel .gwt-Button {
	margin-left: 15px;
}

.messagesPanel .editIcon {
	margin-right: 10px;
}

.messageBox.messageBox.messageBox {
	display: inline-block;
	border: 1px solid black;
	padding: 5px;
	margin: 5px 10px;
	word-wrap: normal;
	white-space: pre-wrap;
	font: inherit;
}

textarea.messageBox {
	resize: none;
}

.messageBoxOwn {
	background-color: #749C3E;
}

.messageBoxOther {
	background-color: lightgray;
}

.messageBoxMetaOwn {
	font-size: 10px;
	padding-left: 10px;
	text-align: left;
}

.messageBoxMetaOther {
	font-size: 10px;
	padding-right: 10px;
	text-align: right;
}

div.dialogMiddleCenterInner table {
	margin: 0 auto;
}

div.ef-Contents > table {
	margin: 0 auto;
}
