/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 19 2024 | 13:34:25 */
.dataTables_scrollBody {
    font-family: tahoma;
    font-size: 14px;
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
	max-height:400px;
}
.dataTables_scrollBody tbody > tr > td  {
	height: 35px;
	padding: 8px 10px;
}

tr { height: 10px; }	
	
.xml p {
	display:inline
}
.xml {
	width:750px;
}

.list-group{
    /* max-height: 200px;*/
    margin-bottom: 10px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
	line-height: initial;
}
.list-group-item {
	text-decoration:none;		
}
.zone_graphe {
    max-height: 500px;
    margin-bottom: 10px;
    /* overflow:scroll; */
    /* -webkit-overflow-scrolling: touch;	*/
}
.page-content p {
		margin-bottom:-10px;
}
	
.row {
	margin-left:0px;
	margin-right:0px;	
}

.resizable {
    position: relative;
}
table, table th, table td {
	font-size:14px;
	border: 1px;
	padding : 0px 0px 0px 0px;
}	
.list-group{
    /* max-height: 200px;*/
    margin-bottom: 10px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
	line-height: initial;
}
.list-group-item {
	text-decoration:none;		
}
.fen_arrondie {
  border-bottom: 1px solid #ddd;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-radius-topleft: 10px;
  border-top-left-radius: 10px;   
	
  -webkit-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;	
	
  -webkit-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;	
	
  -webkit-border-bottom-left-radius: 10px;
  -ms-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;			
}	
	
#mydivComments {
  position: fixed;
  top: 150px;
  left: 200px;
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align:left;
}

#mydivCommentsheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  font-size:16px;
  background-color: #130b8c;
  color: #fff;
}			
	
.exploi_graphe{
		display: flex;
		width:100%;
	height: 480px;
		font-family: Georgia, serif;
		background-color:#00709e;
		overflow: auto;
		margin: 0 auto;
		white-space: nowrap
}
.exploi_graphe .col-main {
		background: gold;
		flex: 1 1 100%;
		/* width: 0; */
}

