/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
/** Add css rules here for your application. */
.gwt-SuggestBoxPopup {
	z-index: 9999;
}

.auto_suggest {
	background-color: white;
	padding-left: 100px;
	width: 480px;
	height: 27px;
	overflow: auto;
}

.original-token-input {
	width: 450px;
	border: 1px solid #8496ba;
	font-size: 12px;
	padding-left: 8px;
}
.datapeche_chk {
	font-size: 12px;
}
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
	overflow: hidden;
	height: auto !important;
	height: 1%;
	width: 400px;
	border: 1px solid #8496ba;
	cursor: text;
	font-size: 12px;
	min-height: 1px;
	z-index: 100999;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

ul.token-input-list-facebook {
	list-style-type: none;
}

ul.token-input-list-facebook li input {
	border: 0;
	width: 100px;
	padding: 3px 8px;
	background-color: white;
	margin: 2px 0;
}

li.token-input-token-facebook {
	overflow: hidden;
	height: auto !important;
	height: 1%;
	margin: 3px;
	padding: 1px 3px;
	background-color: #eff2f7;
	color: #000;
	cursor: default;
	border: 1px solid #ccd5e4;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}

li.token-input-token-facebook p {
	display: inline;
	padding: 0;
	margin: 0;
}

li.token-input-token-facebook span {
	color: #a6b3cf;
	margin-left: 5px;
	font-weight: bold;
	cursor: pointer;
}

li.token-input-selected-token-facebook {
	background-color: #5670a6;
	border: 1px solid #3b5998;
	color: #fff;
}

li.token-input-input-token-facebook {
	float: left;
}

body {
/*	background-image: url("img/guilvinnec.jpg") !important;*/
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

.ack-row, .nack-row, .del-row, .cor-row, .new-row {
	color: white !important;
	font-weight: bold !important;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 48px !important;
}

.ack-row {
	background-color: green !important;
}

.nack-row {
	background-color: red !important;
}

.del-row {
	background-color: black !important;
}

.cor-row {
	background-color: grey !important;
}

.new-row {
	background-color: orange !important;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
}

#logo, #title {
	float: left;
}

.login {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.title {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.clear {
	clear: both;
}

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

/** Most GWT widgets already have a style name defined */
/*.gwt-DialogBox {
	width: 1400px;
	height: 800px;
}*/
.serverResponseLabelError {
	color: red;
}

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

.gwt-DecoratedStackPanel {
	border-bottom: 1px solid #bbbbbb;
}

.gwt-DecoratedStackPanel .gwt-StackPanelContent {
	border: 1px solid #bbbbbb;
	border-bottom: 0px;
	background: white;
	padding: 2px 2px 10px 5px;
}

.gwt-DecoratedStackPanel .gwt-StackPanelItem {
	cursor: pointer;
	cursor: hand;
}

.gwt-DecoratedStackPanel .stackItemTopLeft, .gwt-DecoratedStackPanel .stackItemTopRight
	{
	height: 6px;
	width: 6px;
	zoom: 1;
}

.gwt-DecoratedStackPanel .stackItemTopLeft {
	border-left: 1px solid #bbbbbb;
	background: #d3def6 url("images/corner.png") no-repeat 0px -49px;
	-background: #d3def6 url("images/corner_ie6.png") no-repeat 0px -49px;
}

.gwt-DecoratedStackPanel .stackItemTopRight {
	border-right: 1px solid #bbbbbb;
	background: #d3def6 url("images/corner.png") no-repeat -6px -49px;
	-background: #d3def6 url("images/corner_ie6.png") no-repeat -6px -49px;
}

.gwt-DecoratedStackPanel .stackItemTopLeftInner,
	.gwt-DecoratedStackPanel .stackItemTopRightInner {
	width: 1px;
	height: 1px;
}

.gwt-DecoratedStackPanel .stackItemTopCenter {
	background: url("images/hborder.png") 0px -21px repeat-x;
}

.gwt-DecoratedStackPanel .stackItemMiddleLeft {
	background: #d3def6 url("images/hborder.png") repeat-x 0px -989px;
	border-left: 1px solid #bbbbbb;
}

.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
	.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
	width: 1px;
	height: 1px;
}

.gwt-DecoratedStackPanel .stackItemMiddleRight {
	background: #d3def6 url("images/hborder.png") repeat-x 0px -989px;
	border-right: 1px solid #bbbbbb;
}

.gwt-DecoratedStackPanel .stackItemMiddleCenter {
	font-weight: bold;
	font-size: 1.3em;
	background: #d3def6 url("images/hborder.png") repeat-x 0px -989px;
}

.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
	.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
	border: 0px;
	background-color: white;
}

.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
	.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight
	{
	background-color: white;
}

html>body .gwt-DecoratedStackPanel {
	
}

* html .gwt-DecoratedStackPanel .stackItemTopLeftInner, * html .gwt-DecoratedStackPanel .stackItemTopRightInner
	{
	width: 6px;
	height: 6px;
	overflow: auto;
}

.cw-StackPanelHeader {
	padding-left: 7px;
	font-weight: bold;
	font-size: 1.4em;
}

.error-label {
	color: red;
}

.bluetext {
	color: blue;
}

.childrow {
	color: blue;
}

.tabletitle {
	font-weight: bolder;
	color: #000000;
	text-align: left;
}

.modifiedrow {
	background-color: red !important;
}

.normaltext {
	color: black;
}

#header {
	background-image: url("img/header_bg.jpg");
	/*padding-top: 40px;*/
	font-size: 30px;
	/*text-align: center;*/
}

#logo {
	height: 61px;
	color: white;
	float: right;
}

#sublogo {
	top: 0px;
	right: 0px;
	float: right;
}

#footer {
	background-image: url("img/header_bg.jpg");
}

.gwt-Label {
	display: none;
}

#header {
	height: 101px;
}

#atlwdg-trigger {
	z-index: 999999;
}

.suggestPopupContent {
	background-color: highlight;
	border: 1px black solid;
}

.suggestPopupContent strong {
	font-weight: bolder;
}

.vessel_status_new {
	background-color: aqua !important;
}

.weight {
	text-align: right;
}

.wrapped-header {
	white-space: normal !important;
}

.warningDiff {
	color: red;
}

.alerte_status_low {
	color: orange;
}


.alerte_status_high {
	color: red;
}