.gwt-DisclosurePanel .header img {
	border: none;
}

.img {
	
}

.center {
	text-align: center;
}

.centered {
	margin: auto;
}

.loadingPopUpPanel
{
	background-color       :    #FFFFFF;
    border                 :    2px solid #000000;
}

.odd {
	background-color: #F3F6F9;
}

.even {
	background-color: white;
}

.clickable {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

#container {
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 20px 20px;
	position:relative;
}

.main {
	width: 100%;
}

.poweredBy{
	
	font: bold 9px Arial;
	color: #OOOOOO;
	text-align: right;
	width: 800px;
}

.noWidthPoweredBy{
	font: bold 9px Arial;
	color: #OOOOOO;
	text-align: right;
}

.infoGreen{
	color: #618910;
}

.h1Green{
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	position: none;
	top: 0;
	right: 0;
	font: bold 15px Arial;
	color: #618910;
	border-bottom: 2px solid #618910;
}


.link {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.link:hover {
	color: #ff0000;
	text-decoration: underline;
	cursor: pointer;
}

.defaultTable {
	border-spacing: 0px;
	border-collapse: collapse;
}

.defaultTable > thead > tr > td {
	background-color: #CFDCE6;
	border: 1px solid grey;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 3px;
}

.defaultTable > tbody > tr > td {
	background-color: white;
	border: 1px solid grey;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}

.defaultTable > tbody > tr.odd > td {
	background-color: #F3F6F9;
}
.borderedDisclosurePanel .header,
.borderedDisclosurePanel .header a,
.borderedDisclosurePanel .header td {
	color: black; 
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	text-decoration: none; /* Remove underline from header */
}
.borderedDisclosurePanel .content {
	border: 3px solid #DDD;
	padding: 4px 0px 4px 8px;
	margin-left: 6px;
}

.tessContainer {
	/*margin-top: 50px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: white;
	border: solid 1px black;
	font-family: arial;
}

.sortTable  {
	border-collapse:collapse;
	border: 1px solid grey;
	text-align: center;
	cursor: pointer;
}

.sortTableHeader{
	background-color: #CFDCE6;
	border: 1px solid grey;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	cursor:pointer;cursor:hand;
	padding: 1px;
}

.tableHeader{
	background-color: #CFDCE6;
	border: 1px solid grey;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 1px;
}

.sortTableDirectPaiementRow{
	background-color: #FFA000;
}

.sortTable > tbody > tr > td {
	padding: 3px;
	
}

.sortTable > tbody > tr.odd {
	background-color: #F3F6F9;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}

.sortTable > tbody > tr.even {
	background-color: white;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}

.sortTable > tbody >  tr:hover {
	background-color: #ECE9D8;
}

.odd{background:#F3F6F9;}
.even{background:white;}


.captionLegendGreen > legend {
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	position: none;
	top: 0;
	right: 0;
	font: bold 15px Arial;
	color: #2F574D;
	cursor: pointer;
}

.linkH1Green{
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	position: none;
	top: 0;
	right: 0;
	font: bold 15px Arial;
	color: #2F574D;
	cursor: pointer;
}

.linkH1Blue{
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	position: none;
	top: 0;
	right: 0;
	font: bold 15px Arial;
	color: #4C767A;
	
}


.linkH1Grey{
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	position: none;
	top: 0;
	right: 0;
	font: bold 15px Arial;
	color: #729179;
	cursor: pointer;
}

.linkH1Darkkhaki{
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	position: none;
	top: 0;
	right: 0;
	font: bold 15px Arial;
	color: #667882;
	cursor: pointer;
}


.linkH1Purple{
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	position: none;
	top: 0;
	right: 0;
	font: bold 15px Arial;
	color: #797290;
	cursor: pointer;
}


.DynaTable {
	border-spacing: 0;
}

/* Chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.DynaTable {
		border-collapse: collapse;
	} 
}

.DynaTable td.import {
	text-align:center;
}

.columnCenterText {
	text-align:center;
}

.DynaTable > thead > tr > td {
	text-align: center;
	font-weight: bold;
	background-color: #CFDCE6;
}

.DynaTable > thead > tr > td, .DynaTable > tbody > tr > td {
	vertical-align: top;
	border: 1px solid grey;
	text-align: center;
	padding: 3px;
}

.DynaTable > tbody {
	height: 400px;
	overflow-y: scroll;
	overflow-x: auto;
}

/* Chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.DynaTable > thead > tr {
		display:block;
	}
	.DynaTable > tbody {
		display: block;
	}	
}


.DynaTable > tbody > tr.odd {
	background-color: #F3F6F9;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}

.DynaTable > tbody > tr.even {
	background-color: white;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}

.DynaTable > tbody >  tr:hover {
	background-color: #ECE9D8;
}


.DynaTable-DayFilterWidget {
	margin: 3em 1em 1em 0;
	width: 10em;
	padding: 0px 8px 0px 8px;
	border: 1px solid #ACA899;
}

.DynaTable-DayFilterWidget button {
	width: 4em;
	margin: 8px 4px 8px 4px;
}

.DynaTable-ErrorDialog {
  border: 2px outset;
  background-color: white;
  width: 50%;
}

.DynaTable-ErrorDialog .Caption {
  background-color: #C3D9FF;
  padding: 3px;
  margin: 2px;
  font-weight: bold;
  cursor: default;
}


#mainLogo {
	position: absolute;
	z-index: 1000;
	top: 0px; 
	right: 0px;	
}

#tessLogo {
    position: absolute;
    z-index: 1000; 
    top: 15px; 
    left: 21px;
}

@media print {
    .gwt-DialogBox {
        position: absolute !important;
        width: 100% !important;
        top: 0px !important;
        left: 0px !important;
    }
}

.cashflowPanel {
	display: inline-block;
	width: 375px;
	margin: 2.5em;
}

.cashflowPanel img {
	margin: 16px;
	width: 48px;
	height: 48px;
}

.cashflowPanel > table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	font-weight: bolder;
}

/* HEADER TABLE */

.cashflowPanel table.header tr {
	padding: 0.5em;
}

.cashflowPanel table.header td {
	background-color: #BCF;
	border: 1px solid black;
	padding: 0.5em;
}

.cashflowPanel table.header tr:first-child td {
	font-size: 1.5em;
}

.cashflowPanel table.header tr:first-child td:first-child {
	background-color: #FFF;
	border: 0px solid black;
}

/* DATA TABLE */

.cashflowPanel table.data tr {
	padding: 0.25em;
}

.cashflowPanel table.data td {
	border: 1px solid black;
}

.cashflowPanel table.data td:first-child {
	background-color: #BCF;
}

.cashflowPanel input.gwt-TextBox {
	width: 90%;
}

.accountingImportDetailsLabels {
	font-weight: bold;
	padding: 0.25em;
}

.ribCommentsHistory {
	width:100%;
	height:50px;
}
.bankOrderNotesHistory {
	width:100%;
	height:50px;
}
.bankOrderRejectCommentsHistory {
	width:100%;
	height:50px;
}
.TooltipPopup{
	background-color:#d0e4f6;
	box-shadow:black 0 0 2px;
	color:black;
	font-size:10px;
	padding:5px;
	width:150px;
	border-radius: 8px;
}
.embracedNote{
	color:grey;
	font-style:italic;
}

div.pdfLinks > a {
	float: left;
}


.tableauResume {
	border-collapse: collapse;
	position: relative;
	rigth :-20px;
}

.titreTableauResume {
	font-weight: bold;
	background-color: #CFDCE6;
}

.tableauResume > tbody > tr > td {
	border: 1px solid grey;
	vertical-align: middle;
	text-align: center;
	padding: 3px;	
}

.ligneTableauResume{
	background-color: white;
}

.tableauResumeBorder { {
	border: 5px solid black;
}

.disclorurePanale{
	 margin-left : 25%;
}

.titreFactureMontant{
	margin-right : 25%;
}