/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
* {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

body {
	vertical-align: middle;
	font-size: 14px;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.element.style {
	vertical-align: middle !important;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

/* Moje style */
#personalPanel {
	margin: 0 auto; 0 auto;
	width: 70%;
}

.leftPanel {
	margin-left: 24px;
}

.rightPanel {
	margin-left: 24px;
}

.fullWidth {
	margin-left: 50px;
	width: 70%;
}

.colonSign {
	text-align: left;
}

.gwt-Button {
	margin: 0;
	padding: 5px 7px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-size: small;
	background: url("images/hborder.png") repeat-x 0px -2077px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #a0a0a0;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.gwt-Button:active {
	border: 1px inset #ccc;
}

.gwt-Button:hover {
	border-color: #939393;
}

.gwt-Button[disabled] {
	cursor: default;
	color: #888;
}

.gwt-Button[disabled]:hover {
	border: 1px outset #ccc;
}

.gwt-TextBox {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #999999 #CCCCCC #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: small;
	height: 14px;
	padding: 0px !important;
	text-transform: uppercase;
}

.customTextArea {
	padding: 4px;
	border: 1px solid #ccc;
	border-top: 1px solid #666;
	font-size: 100%;
	font-family: Arial Unicode MS, Arial, sans-serif;
	height: 64px;
	text-transform: uppercase;
}

.gwt-DialogBox .Caption {
	background: #F1F1F1;
	padding: 4px 8px 4px 4px;
	cursor: default;
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #D2D2D2;
}

.gwt-DialogBox .dialogContent {
	
}

.gwt-DialogBox .dialogMiddleCenter {
	padding: 3px;
	background: white;
}

.gwt-DialogBox .dialogBottomCenter {
	background: url(images/hborder.png) repeat-x 0px -2945px;
	-background: url(images/hborder_ie6.png) repeat-x 0px -2144px;
}

.gwt-DialogBox .dialogMiddleLeft {
	background: url(images/vborder.png) repeat-y -31px 0px;
}

.gwt-DialogBox .dialogMiddleRight {
	background: url(images/vborder.png) repeat-y -32px 0px;
	-background: url(images/vborder_ie6.png) repeat-y -32px 0px;
}

.gwt-DialogBox .dialogTopLeftInner {
	width: 10px;
	height: 8px;
	zoom: 1;
}

.gwt-DialogBox .dialogTopRightInner {
	width: 12px;
	zoom: 1;
}

.gwt-DialogBox .dialogBottomLeftInner {
	width: 10px;
	height: 12px;
	zoom: 1;
}

.gwt-DialogBox .dialogBottomRightInner {
	width: 12px;
	height: 12px;
	zoom: 1;
}

.gwt-DialogBox .dialogTopLeft {
	background: url(images/circles.png) no-repeat -20px 0px;
	-background: url(images/circles_ie6.png) no-repeat -20px 0px;
}

.gwt-DialogBox .dialogTopRight {
	background: url(images/circles.png) no-repeat -28px 0px;
	-background: url(images/circles_ie6.png) no-repeat -28px 0px;
}

.gwt-DialogBox .dialogBottomLeft {
	background: url(images/circles.png) no-repeat 0px -36px;
	-background: url(images/circles_ie6.png) no-repeat 0px -36px;
}

.gwt-DialogBox .dialogBottomRight {
	background: url(images/circles.png) no-repeat -8px -36px;
	-background: url(images/circles_ie6.png) no-repeat -8px -36px;
}

* html .gwt-DialogBox .dialogTopLeftInner {
	width: 10px;
	overflow: hidden;
}

* html .gwt-DialogBox .dialogTopRightInner {
	width: 12px;
	overflow: hidden;
}

* html .gwt-DialogBox .dialogBottomLeftInner {
	width: 10px;
	height: 12px;
	overflow: hidden;
}

* html .gwt-DialogBox .dialogBottomRightInner {
	width: 12px;
	height: 12px;
	overflow: hidden;
}

.gwt-ListBox {
	width: 100px;
}

.secondWidget {
	width: 200px;
	text-align: left;
}

input.secondWidget {
	width: 198px;
	height: 18px;
}

.labelWithWidget {
	margin-top: 2px;
}

.mediumLabel {
	padding-right: 16px;
	padding-left: 16px;
}

.gwt-Label {
	text-align: right;
	width: 200px;
	margin-right: 12px;
}

.elementHeader {
	text-align: center;
	font-weight: bold;
	display: block;
}

.shortElementHeader {
	text-align: center;
	font-weight: bold;
	width: 36px;
}

.noElement {
	text-align: right;
	padding-right: 4px;
}

.shortTextBox {
	width: 36px !important;
}

.monthListBox,.dayListBox,.yearListBox,.gwt-ListBox,.languageListBox {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BBBBBB;
	color: #2B2B2B;
	font: 14px Arial, sans-serif;
	height: 22px;
}

.documentName {
	width: 160px;
	text-align: left;
	display: block;
	margin-left: 4px;
}

.currencyName {
	text-align: right;
/* 	width: 120px; */
	display: block;
	padding-right: 4px;
}

.datePanel {
/* 	width: 200px; */
	margin-left: 6px;
}

.datePanel select {
	margin-left: 4px;
}

.dateLabel {
	width: 44px;
}

.onlyYearPanel {
	
}

.generalTable .elementHeader {
	width: 100px;
}

.generalTable .elementHeader {
	width: 100px;
}

.languageTable {
	margin-left: 36px;
}

.languageTable .genericWidget,.addButton {
	
}

td.languageTable {
	padding: 4px;
}

.documentTable tr {
	
}

.documentTable .gwt-ListBox {
	width: 100px;
	margin-right: 4px;
}

.documentTable .formTextBox {
	width: 100px;
	margin-right: 4px;
}

.certificateTable .formTextBox {
	width: 154px;
	margin-right: 4px;
}

.certificateTable .gwt-ListBox {
	width: 100px;
	margin-right: 4px;
}

.endorsementTable .formTextBox {
	width: 105px;
	margin-right: 4px;
}

.endorsementTable .gwt-ListBox {
	width: 100px;
	margin-right: 4px;
}

.endorsementTable .elementHeader {
	width: 100px;
}

.generalTable .gwt-ListBox {
	width: 100px;
	margin-right: 4px;
}

.generalTable .formTextBox {
	width: 90px;
	margin-right: 2px;
}

.generalTable .shortTextBox {
	margin-right: 2px;
}

.referenceTable .formTextBox {
	margin-right: 4px;
}

.educationTable,.documentTable,.generalTable,.referenceTable,.certificateTable,.endorsementTable
	{
	margin-left: 4px;
}

.educationTable .yearListBox {
	width: 100px;
	margin-right: 16px;
}

.educationTable .formTextBox {
	margin-right: 16px;
}

.educationTable .elementHeader {
	margin-right: 16px;
}

.bankTable .formTextBox {
	margin-right: 4px;
	width: 150px;
}

.sectionHeader {
	width: 90%;
	background: none repeat scroll 0 0 #e3e4fd;
}

.sectionHeader h3 {
	font-size: 1.4em;
	color: #20212f;
	text-align: left;
}

.sectionIcon {
	padding-left: 24px;
	width: 10%;
	background: none repeat scroll 0 0 #e3e4fd;
	padding-top: 2px;
	padding-bottom: 2px;
}

.submitButton {
	text-align: center;
	background: url("images/send.png") no-repeat scroll left center #C9DCFF;
	font-size: 1.4em;
	height: 64px;
	padding-left: 42px;
	width: 140px;
}

.submitButton:hover { /* 	text-align: center; */
	/* 	background: url("images/send.png") no-repeat scroll left center #C9DCFF; */
	/* 	font-size: 1.4em; */ /* 	height: 64px; */
	/* 	padding-left: 42px; */ /* 	width: 140px; */
	color: #c40808;
}

#submit-button-id[disabled] {
	color: black;
	background-color: gray;
}

.addButton {
	margin-top: 16px;
	background: url("images/add.png") no-repeat scroll left center #C9DCFF;
	width: 150px;
	padding-left: 24px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: 16px;
	margin-left: 24px;
}

.addButton:HOVER {
	color: #c40808
}

.genericWidget {
	height: 24px;
	vertical-align: middle;
}

.formTextBox {
	height: 20px;
	text-transform: uppercase;
}

.headRow {
	border-bottom: 1px solid #cddae8;
}

#submitContainer {
	text-align: center;
	padding-top: 48px;
	padding-bottom: 32px;
	background: none repeat scroll 0 0 #F4F4F4;
}

.container {
	border-top: 1px solid #c9c9c9;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	background: none repeat scroll 0 0 #F4F4F4;
	padding-bottom: 24px;
	padding-top: 8px;
}

#mainTable {
	width: 100%;
}

.validationError {
	border: 1px solid red;
}

#errorLabelContainer {
	background: none repeat scroll 0 0 #F4F4F4;
	height: 48px;
}

#errorLabelContainer .gwt-Label {
	text-align: center;
	font-size: 1.3em;
	width: 100%;
}

#agreeContainer {
	background-color: #F4F4F4;
}

#agreeCheck{
	text-align: right;
	background-color: #F4F4F4;
	padding-right: 16px;
}

#agreeContainer .gwt-Label {
	margin-left: 6px;
	text-align: left;
	font-style: italic;
	padding-bottom: 6px;
	width: 90%;
	font-size: 12px;
}
/* #mainTable { */
/* 	display: block; */
/* } */