/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
body {
	background-color: #edeff5 !important;
	-webkit-font-smoothing: antialiased;
}

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

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

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

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

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

/** CSS FOR CALENDAR **/
.ext-cal-inner-ct {
	height: 100%;
	line-height: 14px;
	position: relative;
	background: #eee;
	white-space: nowrap;
}

.mainContainer {
	background: white;
	border: 5px solid lightblue;
	margin: 0 auto;
}

.drawarea-grid {
	background-image: url( images/drawingtool/grid.png) !important;
	background-repeat: repeat;
	margin: 0 auto;
	background: white;
}

.drawarea-nogrid {
	margin: 0 auto;
	background: white;
}

.my-icon-graph {
	background-image: url( images/16x16/apps/kchart.png) !important;
}

.ls-favoris-off {
	background-image: url( images/picto-fav-off.png) !important;
}

.ls-favoris-on {
	background-image: url( images/picto-fav-on.png) !important;
}

.ls-archive {
	background-image: url( images/16x16/apps/kchart.png) !important;
}

.ls-confidentiel {
	background-image: url( images/picto-lock.png) !important;
}

.ls-alertes {
	background-image: url( images/16x16/actions/messagebox_warning.png)
		!important;
}

.ls-documents {
	background-image: url( images/16x16/actions/attach.png) !important;
}

.ls-pdf {
	background-image: url( images/16x16/mimetypes/pdf.png) !important;
}

.ls-xls {
	background-image: url( images/16x16/mimetypes/spreadsheet_document.png)
		!important;
}

.ls-perso {
	background-image: url( images/16x16/mimetypes/templates.png) !important;
}

/*.ls-add {
	background-image: url( images/16x16/actions/edit_add.png) !important;
}*/

.ls-duplicate {
	background-image: url(images/16x16/actions/fileimport.png) !important;
}

.ls-delete {
	background-image: url( images/16x16/actions/delete_table.png) !important;
}

.colorwhite {
	color: white;
}

.footer-text {
	color: white !important;
	font-weight: bold;
}

.mblog-name {
	font-weight: bold;
}

.favoris-content {
	
}

.favoris-content {
	
}

.favoris-num {
	font-weight: bold;
}

.activity-img {
	float: left;
	margin: 3px;
	height: 100%;
}

.activity-wrap {
	margin: 1px;
	min-height: 31px;
	position: relative;
	border: 1px solid white;
	font: 11px tahoma, arial, helvetica;
}

.activity-heading {
	width: 100%;
	position: relative;
}

.activity-date {
	width: 50%;
	float: left;
}

.activity-user {
	width: 50%;
	float: right;
}

.activity-content {
	margin-left: 31px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.custom-x-login-background {
	background: url(images/x-background-login.png) #6b769f repeat-x
		!important;
}

.grid-row-background-red {
	background-color: #FA5858;
}

.background-red {
	background-color: red;
}

.background-green {
	background-color: green;
	color: black;
}

.background-lightgreen {
	background-color: #C5E3D9;
	color: black;
}

.row-background-red {
	background-color: red;
	color: black;
}

.background-headProject {
	background: transparent url(images/project.png) !important;
}

.template-tree-view-row {
	background-color: rgb(255, 255, 255);
}

#myls {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}

.fieldSelected {
	border: 1px red dotted !important;
}

.DnD {
	border: 1px solid red;
}

#shape-chooser-view .thumb {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 3px;
}

#shape-chooser-view .thumb img {
	height: 50px;
	width: 60px;
}

#shape-chooser-view .thumb-wrap {
	float: left;
	margin: 4px 0 4px 4px;
	padding: 5px;
}

#shape-chooser-view .thumb-wrap span {
	display: block;
	overflow: hidden;
	text-align: center;
}

.ux-start-menu {
	background: transparent none;
	border: 0px none;
	padding: 0;
}

.ux-start-menu-tl .x-window-header {
	color: #f1f1f1;
	font: bold 13px Arial, verdana, sans-serif;
	padding: 5px 0 4px 0;
}

.x-panel-tl .x-panel-icon, .ux-start-menu-tl .x-panel-icon {
	background-position: 0pt 4px;
	background-repeat: no-repeat;
	padding-left: 20px !important;
}

.ux-start-menu-tl {
	background: transparent
		url( images/taskbar/start-menu-left-corners.png ) no-repeat 0 0;
	padding-left: 6px;
	zoom: 1;
	z-index: 1;
	position: relative;
}

.ux-start-menu-tr {
	background: transparent
		url( images/taskbar/start-menu-right-corners.png ) no-repeat right 0;
	padding-right: 6px;
}

.ux-start-menu-tc {
	background: transparent url( images/taskbar/start-menu-top-bottom.png )
		repeat-x 0 0;
	overflow: hidden;
	zoom: 1;
}

.ux-start-menu-ml {
	background: transparent
		url( images/taskbar/black/start-menu-left-right.png ) repeat-y 0 0;
	padding-left: 6px;
	zoom: 1;
}

.ux-start-menu-bc {
	background: transparent url(images/taskbar/start-menu-top-bottom.png )
		repeat-x 0 bottom;
	zoom: 1;
}

.ux-start-menu-bc .x-window-footer {
	padding-bottom: 6px;
	zoom: 1;
	font-size: 0;
	line-height: 0;
}

.ux-start-menu-bl {
	background: transparent url(images/taskbar/start-menu-left-corners.png )
		no-repeat 0 bottom;
	padding-left: 6px;
	zoom: 1;
}

.ux-start-menu-br {
	background: transparent
		url( images/taskbar/start-menu-right-corners.png ) no-repeat right
		bottom;
	padding-right: 6px;
	zoom: 1;
}

.x-panel-nofooter .ux-start-menu-bc {
	height: 6px;
}

.ux-start-menu-splitbar-h {
	background-color: #d0d0d0;
}

.ux-start-menu-bwrap {
	background: transparent none;
	border: 0px none;
}

.ux-start-menu-body {
	background: transparent none;
	border: 0px none;
}

.ux-start-menu-apps-panel {
	background: #ffffff none;
	border: 1px solid #1e2124;
}

.ux-start-menu-tools-panel {
	border: 0px none;
	background: transparent url(images/taskbar/start-menu-right.png )
		repeat-y scroll right 0pt;
}

.ux-toolmenu-sep {
	background-color: #18191a;
	border-bottom: 1px solid #858789;
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin: 2px 3px;
}

.ux-start-menu-tools-panel ul.x-menu-list li.x-menu-list-item a.x-menu-item
	{
	color: #ffffff !important;
}

.ux-start-menu-tools-panel ul.x-menu-list li.x-menu-list-item .x-menu-item-active a.x-menu-item
	{
	color: #000000 !important;
}

.ux-start-menu-tools-panel .x-menu-item-active {
	background: #525456 url( images/taskbar/black/item-over.gif ) repeat-x
		left bottom;
	border: 1px solid #000000;
	padding: 0;
}

#ux-taskbar .x-splitbar-h {
	background: #000000 url( images/taskbar/black/taskbar-split-h.gif )
		no-repeat 0 0;
	width: 8px;
}

.separator-text-style {
	text-align: left !important;
	text-indent: 10px !important;
	color: grey !important;
	font-style: italic;
}

.picto-mail {
	background-image: url(images/picto-mail.png) !important;
	width: 20px;
	height: 20px;
}

.picto-folder {
	background-image: url(images/picto-folder.png) !important;
	width: 20px;
	height: 20px;
}

.picto-checked {
	background-image: url( images/picto-checked.png) !important;
	width: 20px;
	height: 20px;
}

.picto-bell {
	background-image: url(images/picto-bell.png) !important;
	width: 20px;
	height: 20px;
}

.top-toolbar {
	
}

.ls-file-save {
	background-image: url(images/16x16/actions/save_all.png) !important;
}

.ls-default-icon {
	background-image: url(images/16x16/actions/default_icon.png) !important;
}

.file-cancel {
	background-image: url(images/16x16/actions/cancel.png) !important;
}

.ls-file-action {
	background-image:
		url(gxt/themes/legalsuite/images/legalsuite/pictos/actions.png)
		!important;
}

.file-print {
	background-image: url(images/16x16/devices/printer1.png) !important;
}

.file-archive {
	background-image: url(images/16x16/apps/kchart.png) !important;
}

.file-favoris {
	background-image: url(images/16x16/actions/knewstuff.png) !important;
}

.file-confidentiel {
	background-image: url(images/16x16/actions/locked.png) !important;
}

.file-document {
	background-image: url(images/16x16/actions/attach.png) !important;
}

.file-alarm {
	background-image: url(images/16x16/actions/messagebox_warning.png)
		!important;
}

.file-tps {
	background-image: url(images/16x16/actions/yahoo_idle.png) !important;
}

.file-history {
	background-image: url(images/16x16/actions/timemachine.png) !important;
}

.dir-img {
	float: left;
	margin: 3px;
	height: 100%;
	min-height: 100%;
	width: 56px;
	min-width: 56px;
}

.dir-wrap {
	width: 200px;
	float: left;
	margin: 1px;
	min-height: 60px;
	position: relative;
	border: 1px solid black;
}

.dir-content {
	margin-left: 63px;
	margin-right: 2px;
}

.dir-name {
	font-weight: bold;
}

.filenav-container {
	color: #fff;
	font: 500 13px/normal 'Inter', sans-serif;
	outline: none;
	/*min-width: 223px;*/
}

.filenav-container a {
	color: #fff;
	text-decoration: none
}

.filenav-container  .nav, .filenav-container  .nav ul {
	margin: 0;
	padding: 0;
	outline: none;
}

.filenav-container  .nav li {
	direction: ltr;
	display: flex;
	display: -ms-flexbox;
	list-style: none outside none;
	padding: 0;
	/* For the icon which appears sometimes, and is absolutely positioned */
	position: relative;
}

.x-theme-legalsuite .filenav-container .nav li .tab-end {
	width: 11px;
}

.filenav-container  .nav a {
	display: -ms-flexbox;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: auto 0;
	padding: 8px 20px;
}

/* .filenav-container  .nav a:hover {
	background: #6291b3
}

/* .filenav-container  .nav a.active {
	background: url(images/bg-sidebar-nav-on.png) no-repeat 100% 0;
	border: none;
	color: #155588;
} */
.filenav-container  .nav ul {
	font-size: 11px
}

.filenav-container  .nav ul a {
	padding: 12px 20px
}

.filenav-container  .nav ul ul a {
	padding-left: 30px
}

.ls-notification .notification .notif-left {
	background: url("images/header-bg-number-arrow.png") no-repeat scroll 0
		0 transparent;
	float: left;
	height: 20px;
	margin-top: 3px;
	width: 3px;
}

.ls-notification .notification .notif-num {
	background: url("images/header-bg-number-gradient.png") repeat-x scroll
		0 0 transparent;
	color: white;
	float: right;
	font-weight: bold;
	height: 20px;
	line-height: 15px;
	margin-bottom: 3px;
	padding-left: 3px;
	width: 20px;
}

.x-menu-list {
	background: none repeat scroll 0 0 white;
	border: 0 none;
	overflow: hidden;
	padding: 2px;
	border-radius: 8px;
}

.ux-start-menu-tools-panel .x-menu-list {
	background: none repeat scroll 0 0 #5c5f66;
	border: 0 none;
	overflow: hidden;
	padding: 2px;
}

.x-menu-list-item {
	font: 500 15px/normal Arial, Helvetica, sans-serif;
}

.x-menu-item-active {
	background: #eeeeef;
	border: 1px solid #c2c5cc;
	padding: 0;
	color: white;
}

.ux-start-menu-tools-panel .x-menu-list .x-menu-item-active {
	background: #6d7076;
	border: 1px solid #c2c5cc;
	padding: 0;
	color: white;
}

.x-menu-item-arrow {
	background-image: url("images/menu/menu-parent.gif");
}

.icon-alarm {
	background: url("images/picto-bell.png") no-repeat scroll 0 0
		transparent;
	float: left;
	height: 18px;
	padding-top: 3px;
	width: 18px;
	background-size: 18px;
	background-position: 0 2px;
}
.ls-center-input{
	margin-left: 160px !important;
	display:inline-block;
}
.icon-message {
	padding-top: 3px;
	background: url(images/picto-mail.png) no-repeat;
	float: left;
	height: 18px;
	padding-top: 3px;
	width: 18px;
	background-size: 18px;
	background-position: 0 2px;
}

.icon-task {
	padding-top: 3px;
	background: url(images/picto-checked.png) no-repeat;
	background-position: 0 2px;
	float: left;
	height: 18px;
	padding-top: 3px;
	width: 18px;
	background-size: 18px;
}

li.x-tab-strip-closable {
	padding-right: 10px;
}

/* Popup */
.x-window {
	box-shadow: 0 2px 3px black;
}

.x-window-tl, .x-window-tc, .x-window-tr, .x-window-ml, .x-window-mr,
	.x-window-bl, .x-window-bc, .x-window-br {
	background: #5c5f66;
}

.x-window-tl .x-window-header {
	font: 500 15px/normal Arial, Helvetica, sans-serif;
	color: white;
}

.x-window-mc {
	background: white;
	border: 0;
}

.x-window-tc .x-tool-close {
	background: url(images/panel/btn-close.png) no-repeat #910e0e;
	height: 20px;
	margin: 2px;
	width: 20px;
}

.x-window-tc .x-tool-close:hover {
	background-color: #c84040;
}

.x-panel-btns .x-btn-over .x-btn-tl, .x-panel-btns .x-btn-over .x-btn-tc,
	.x-panel-btns .x-btn-over .x-btn-tr, .x-panel-btns .x-btn-over .x-btn-ml,
	.x-panel-btns .x-btn-over .x-btn-mr, .x-panel-btns .x-btn-over .x-btn-bl,
	.x-panel-btns .x-btn-over .x-btn-bc, .x-panel-btns .x-btn-over .x-btn-br
	{
	background: none;
	display: none;
}
/*
.x-panel-btns .x-btn-over .x-btn-mc {
	background: none;
}
*/
.x-panel-btns .x-btn-tl, .x-panel-btns .x-btn-tc, .x-panel-btns .x-btn-tr,
	.x-panel-btns .x-btn-ml, .x-panel-btns .x-btn-mr, .x-panel-btns .x-btn-bl,
	.x-panel-btns .x-btn-bc, .x-panel-btns .x-btn-br {
	background: none;
	display: none;
	/*	background-position: 0; */
}

/*
.x-panel-btns .x-btn-mc {
	background: none;
}
*/
.x-btn-noicon .x-btn-small .x-btn-text {
	height: auto;
	padding: 3px 5px;
	box-shadow: 0 0 0 1px #888888;
}

.x-window .x-btn button {
	/*	background: #c3c7ce url(images/panel/bg-x-tab.sp2.png) repeat-x 0 -210px;*/
	
}

.x-window .x-btn button:hover {
	/*	background: #c3c7ce url(images/panel/bg-x-tab.sp2.png) repeat-x 0 -70px; */
	
}

.x-window .x-btn .x-btn-text {
	font: 500 15px/normal Inter, sans-serif;
}

.x-modal {
	background: black;
	opacity: 0.7;
}

.ls-mainpanel {
	width: 1275px;
}

.ls-login {
	width: 480px;
	height: 240px;
}

.ls-mini-toolbar {
	padding: 0 5px 0 0 !important;
}

.x-toolbar .ls-mini-toolbar .x-toolbar-cell {
	padding: 0 5px 0 0 !important;
}

.ls-mini-toolbar .x-tool {
	height: 20px;
	width: 20px;
}

div.pager {
	width: 700px;
	height: 145px;
	overflow-x: auto;
	overflow-y: hidden;
	font-size: 12px;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	margin: 10px;
	border: 0px solid gray;
}

table.pager-view {
	margin: auto;
}

div.bullet {
	font: normal 40px 'Inter', sans-serif;
	color: #5c5f66;
	text-align: center;
	width: 140px;
	z-index: 0;
	line-height: 10px;
}

div.tip {
	background: transparent;
}

div.tipbullet {
	border-style: solid;
	border-width: 5px;
	border-color: #0d3f6f transparent transparent transparent;
	background-color: transparent;
	width: 0;
	margin: 0 auto -2px;
	z-index: 2;
}

div.tiplabel {
	background: none repeat scroll 0 0 #276e9c;
	background: -moz-linear-gradient(top, #276e9c 0%, #0d3f6f 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #276e9c),
		color-stop(50%, #0d3f6f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #276e9c 0%, #0d3f6f 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #276e9c 0%, #0d3f6f 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #276e9c 0%, #0d3f6f 50%);
	/* IE10+ */
	background: linear-gradient(to bottom, #276e9c 0%, #0d3f6f 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276e9c',
		endColorstr='#0d3f6f', GradientType=0); /* IE6-9 */
	width: 130px;
	padding: 4px;
	color: #FFFFFF;
	margin: auto;
	height: 45px;
	overflow-x: hidden;
	overflow-y: hidden;
	box-shadow: 0 0 2px #5c5f66;
	z-index: 2;
	font-size: 14px;
}

div.tipdate {
	height: 12px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #4c4c4C;
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
}

div.alertbullet {
	border-color: transparent transparent #f4892a transparent;
	z-index: 2;
	margin: -2px auto 0;
}

div.alertlabel {
	background: #f4892a; /* Old browsers */
	background: -moz-linear-gradient(top, #f4892a 0%, #dc6514 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4892a),
		color-stop(100%, #dc6514)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4892a 0%, #dc6514 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4892a 0%, #dc6514 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4892a 0%, #dc6514 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f4892a 0%, #dc6514 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4892a',
		endColorstr='#dc6514', GradientType=0); /* IE6-9 */
	height: 12px;
	box-shadow: 0 1px 2px #5c5f66;
	border-color: white;
	border-style: solid;
	border-width: 0;
	width: 125px;
	z-index: 2;
	font-size: 12px;
}

div.empty {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
}

div.emph {
	color: #dc6514;
}

.ls-combo-list-group {
	font-weight: bold;
}

.ls-combo-list-item {
	margin-left: 10px;
	white-space: nowrap;
}

.ls-combo-list-item-wrap {
	margin-left: 10px;
	white-space: wrap;
}

.ls-empty-list .ls-combo-list-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 10;
	background-color: white;
}

.dropzone {
	height: 40px;
}

.file-dropzone {
	border: 1px solid black;
}


.custom-dropzone {
    width: 99%; /* Make the drop zone cover the entire width of the page */
    height: 20vh; /* Make the drop zone cover the entire height of the viewport */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content at the top */
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5); /* Transparent background */
    color: #3498db;
    border: none; /* Dashed border for visual cue */
    transition: background-color 0.3s ease-in-out;
    padding: 15px; /* Add padding to create space around the content */
    line-height: 1; /* Adjust line height for easier readability */
    text-align: center; /* Center the text */
}

.custom-dropzone img {
    width: 90px; 
    height: 90px; 
}

/* Style to highlight the drop zone when hovering */
.custom-dropzone:hover {
    background-color: rgba(52, 152, 219, 0.1); 
    color: #3498db; 
    border: 2px dashed #3498db; 
}

.custom-dropzone p {
    margin-bottom: 10px; 
}

.custom-flow-panel{
	    margin-bottom: 10px;
		    margin-top: 10px; 
	
}

.custom-fieldset {
    border: 1px solid #ccc; 
    border-radius: 5px; 
    padding: 5px; 
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); 
    min-width: auto;
    margin-right : 1px !important;
}
.custom-label {

  font: 14px Inter,sans-serif;
  margin-top: 15px; 
  
}


/* Style pour l'icône */
.custom-icon img {
    width: 16px; /* Ajustez la taille de l'icône */
    height: 16px;
    margin-top: 15px; /* Descend légèrement l'icône */
    
    vertical-align: middle; /* Aligne l'icône avec le texte */
    cursor: pointer; /* Indique que l'icône n'est pas cliquable */
}
.custom-label-date {
  /*font-weight: bold;
  font-size: 12px;
  color: #333;  Adjust the text color */
  font: 14px Inter,sans-serif;
   margin-top: 20px; 
  
}

/* Adjust the text field style */
.custom-text-field, custom-double-field {
  width: 100%;
  font-size: 13px;
  font-weight: bold;

}

.softlaw-fieldsets-container .custom-text-field-container,
.softlaw-fieldsets-container .custom-double-field-container,
.custom-text-field-container, .custom-text-double-container {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: visible;
}

.softlaw-fieldsets-container .custom-text-field-container,
.softlaw-fieldsets-container .custom-double-field-container {
  display: flex !important;
  width: 100% !important;
  align-items: center;
}

.softlaw-fieldsets-container .custom-text-field-container .custom-text-field,
.softlaw-fieldsets-container .custom-double-field-container .custom-double-field,
.custom-text-field-container .custom-text-field,
.custom-double-field-container .custom-double-field {
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
}

.softlaw-fieldsets-container .custom-text-field-container .custom-text-field input[type="text"],
.softlaw-fieldsets-container .custom-text-field-container .custom-text-field .x-form-field,
.softlaw-fieldsets-container .custom-double-field-container .custom-double-field input[type="text"],
.softlaw-fieldsets-container .custom-double-field-container .custom-double-field .x-form-field,
.custom-text-field-container .custom-text-field input[type="text"],
.custom-text-field-container .custom-text-field .x-form-field,
.custom-double-field-container .custom-double-field input[type="text"],
.custom-double-field-container .custom-double-field .x-form-field {
  width: 100% !important;
  box-sizing: border-box;
  padding: 4px;
  height: 32px;
  line-height: 1;
  border: 1px solid #cfcfcf;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background: #fff;
  outline: none;
  min-width: 0;
}

.softlaw-fieldsets-container .custom-text-field-container .ls-clear-text-field,
.softlaw-fieldsets-container .custom-double-field-container .ls-clear-text-field,
.custom-text-field-container .ls-clear-text-field,
.custom-double-field-container .ls-clear-text-field {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 100%;
  min-width: 16px;
  padding: 0;
  margin: 0;
  border: 1px solid #cfcfcf;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-image: url('gxt/themes/legalsuite/images/legalsuite/panel/close-gray.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

/* agrandissement de la zone cliquable sans changer l'apparence */
.softlaw-fieldsets-container .custom-text-field-container .ls-clear-text-field::before,
.softlaw-fieldsets-container .custom-double-field-container .ls-clear-text-field::before,
.custom-text-field-container .ls-clear-text-field::before,
.custom-double-field-container .ls-clear-text-field::before {
  content: "";
  position: absolute;
  top: -6px; left: -6px; right: -6px; bottom: -6px;
}

/* état hover / focus */
.softlaw-fieldsets-container .custom-text-field-container .ls-clear-text-field:hover,
.softlaw-fieldsets-container .custom-double-field-container .ls-clear-text-field:hover,
.custom-text-field-container .ls-clear-text-field:focus,
.custom-double-field-container .ls-clear-text-field:focus {
  background-color: #b5b8c8;
  border-color: #9ea1b0;
  outline: none;
}

/* =========================
   Option : limiter largeur max si tu veux éviter que le champ devienne énorme
   ========================= */
.softlaw-fieldsets-container .custom-text-field-container {
  max-width: 900px;
}

.softlaw-fieldsets-container .custom-double-field-container {
  max-width: 70%;
}

.softlaw-fieldsets-container .custom-text-field-container table,
.softlaw-fieldsets-container .custom-double-field-container table {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse;
}

.softlaw-fieldsets-container .custom-text-field-container table tr td:last-child,
.softlaw-fieldsets-container .custom-double-field-container table tr td:last-child {
  width: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

/*===================================
Styles clauses clés
===================================*/
.x-panel-body form.x-form-label-left,
.x-panel-body form[style] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px;
}

.x-form-field-wrap.extract-textarea,
.x-form-field-wrap.extract-textarea .x-form-field.x-form-textarea,
.extract-textarea,
.extract-textarea textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 8px !important;
  min-height: 250px;
  border: none;
}

.x-panel.obligation-container,
.x-panel.obligation-container .x-panel-body,
.x-panel.obligation-container .x-panel-bwrap {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
}

.x-grid3-body td.x-grid3-cell.x-grid3-td-checker,
.x-grid3-body td.x-grid3-cell.x-grid3-td-checker .x-grid3-cell-inner {
  padding: 0 !important;
  box-sizing: border-box;
  vertical-align: middle;
}

td.x-grid3-cell.x-grid3-td-lbObservations,
td.x-grid3-cell.x-grid3-td-lbObservations > .x-grid3-cell-inner.x-grid3-col-lbObservations {
  width: auto !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.softlaw-fieldsets-container .ls-sf-resultgrid .x-grid3,
.softlaw-fieldsets-container .ls-sf-resultgrid .x-grid3 .x-grid3-scroller,
.softlaw-fieldsets-container .ls-sf-resultgrid .x-grid3 .x-grid3-scroller .x-grid3-body .x-grid3-row {
	width: 100% !important;
}
/*===================================
Style Cocontractant
===================================*/
.softlaw-fieldsets-container .ls-sf-resultgrid .x-grid3-td-refParty .ls-card {
	background-color: var(--secondary-blue-septeo);
 }
/*===================================
Style Cocontractant
===================================*/

/* ia assistance .css */



@media screen and (max-width: 768px) {
    .message {
        max-width: 85%; /* Meilleur ajustement sur mobile */
        font-size: 14px; /* Réduction légère */
    }
}





/* Style du titre avec image */
.ia-header-title {
    display: flex;
    align-items: center;
    gap: 10px; /* Espace entre l'image et le texte */
}

/* Icône dans le header */
.header-icon {
    width: 24px;
    height: 24px;
     margin-right: 10px; /* Ajoute un espace de 10px entre l'image et le texte */
    
}
.ia-assistant-query-button{
	width: 10px !important;
	padding-top: 50%;
}

.ia-assistant-header {
	background-color: #003366;
	color: #fff;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	width: 95% !important;
	min-width: 600px;
	max-width: 95% !important;
}

.menu-buttons-brain-active{
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 50%;
}
.ia-assistant-area {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow-y: auto;
    height: 600px !important;
    flex-grow: 1;
    width: 95% !important;
}
.ia-assistant-message-input {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f9f9f9;
    position: sticky;
    bottom: 0;
    width: 95%;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}

.ia-assistant-message-field {
    flex-grow: 1;
    min-height: 40px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* chat.css */
.content-panel .chat-area {
    height: 700px; /* Utilisation d'un sélecteur plus spécifique */
}
.chat-container {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}

.chat-header {
    background-color: rgb(52, 84, 125);
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px; /* Arrondir tous les coins */
    width: 90% !important;
        
}

.chat-header .close-button {
    cursor: pointer;
    font-size: 5px;
    border: none;
    background: none;
    color: #fff;
    font-weight: bold;
}

.chat-area {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow-y: auto;
    height: 550px !important;
    flex-grow: 1;
    width: 90% !important;
}
.send-button{
	width: 10px !important;
}

.voice-button{
	width: 10px !important;
}

/* Conteneur pour les questions */
.horizontal-panel {
    display: flex;
    align-items: center;
    margin: 5px 0; /* Espacement entre les questions */
    padding: 1px;
    background-color: white; /* Fond blanc pour chaque question */
    border: 1px solid #ddd; /* Légère bordure pour distinguer le bouton */
    border-radius: 12px; /* Coins arrondis */
    max-width: 65%;
}

/* Icône à l'intérieur du bouton */
.icon {
    width: 16px;
    height: 16px;
    margin-right: 5px; /* Espacement entre l'icône et le texte */
    vertical-align: middle; /* Aligner verticalement avec le texte */
    padding:0;
}

/* Bouton de question */
.question-button {
    color: rgb(0, 51, 102) !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: none !important;
    text-align: left;
    cursor: pointer; word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-width: 65%;
    display: block;
    width:600px;
    
}

/* Effet au survol du bouton */
.question-button:hover {
    background-color: #f5f5f5; /* Légère variation au survol */
}

/* Effet sur l'icône et le texte lors du survol */
.horizontal-panel:hover .icon {
    filter: brightness(1.1); /* Légère luminosité accrue au survol */
}



.text-field-active {
    color: black !important;
    font-weight: bold !important;
}

.message {
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    max-width: 600px;
     word-wrap: break-word;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify !important;
}

.message.user {
    background-color: #e1f5fe; 
    text-align: right;
/*     color: #0277bd; */
    align-self: flex-end;
    float: right;
    
    
}
.selected-menu-item {
    font-weight: bold;
    background-color: #e0e0e0;
    color: #000;
}
.gwt-PopupPanel {
    z-index: 999999999999; /* Assurez-vous que le menu est au-dessus des autres éléments */
    background-color: #ffffff; /* Assurez-vous que le fond est visible */
    border: 1px solid #cccccc; /* Ajoutez une bordure pour mieux voir le menu */
}
.icon-button {
    background: none; /* Pas de fond */
    border: none; /* Pas de bordure */
    cursor: pointer; /* Curseur en forme de main */
    padding: 0; /* Retirer l'espacement interne */
    margin: 2px; /* Réduire l'espacement externe entre les boutons */
    display: inline-flex; /* Affichage en ligne flexible */
    align-items: center; /* Alignement vertical centré */
    justify-content: center; /* Alignement horizontal centré */
}

.icon-button .icon {
    width: 16px;
    height: 16px;
}



/* Style du bouton lorsqu'il est cliqué */
.icon-button.clicked {
    background-color: #d3d3d3; /* Couleur de fond pour indiquer que le bouton a été cliqué */
    border: 2px solid #4CAF50; /* Bordure verte pour indiquer l'état actif */
    border-radius: 4px; /* Bord arrondi */
    transition: background-color 0.3s, border 0.3s; /* Transition douce pour la couleur de fond et la bordure */
}

/* Optionnel : Style pour le bouton lors du survol (hover) */
.icon-button:hover {
    background-color: #f0f0f0; /* Couleur de fond légèrement différente au survol */
    border: 2px solid #ccc; /* Bordure légèrement différente au survol */
}

.icon-button i {
    font-size: 16px;
    color: #333;
}

.message.bot {
/*     background-color: #e8f5e9; */
    text-align: left;
/*     color: #2e7d32; */
    align-self: flex-start;
    float: left;
    width: 490px !important;
    
}

.message.iaassistant {
/*     background-color: #e8f5e9; */
    text-align: left;
/*     color: #2e7d32; */
    align-self: flex-start;
    float: left;
    width: 650px !important;
    
}

.message-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    width: 90%;
    margin: 5px;
}

.message-field {
    flex-grow: 1;
    margin-right: 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 500px !important;
}

.send-button {
   background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #0277bd;
    outline: none;
    width: 50px !important;
}




.custom-header {
  font-size: bold;
  color: #003366;
  position: relative;
  margin-top:20px;
  margin-bottom: 20px;
  
}
.custom-header.litigation {
  color: rgb(187, 22, 60);

}

.softlaw-title-button {
    background-color: #e0e0e0;
    border: none;
    cursor: pointer;
     float: right; 
     flex: 0 0 auto; 
    max-width: 18%; 
    overflow: hidden;
}

.softlaw-title-button .icon {
    width: 80px;
     overflow: hidden; /* Prevent the button from overflowing */
    
}
.softlaw-button {
    background-color: #e0e0e0;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    float: right;
}

.softlaw-button .icon {
    width: 20px;
    height: 20px; 
    vertical-align: middle;
    margin-right: 5px;
}



/* .tooltip { */
/*     visibility: hidden; */
/*     background-color: #333; */
/*     color: #fff; */
/*     text-align: center; */
/*     border-radius: 4px; */
/*     padding: 5px; */
/*     position: absolute; */
/*     z-index: 1; */
/*     bottom: 100%; */
/*     left: 50%; */
/*     transform: translateX(-50%); */
/*     opacity: 0; */
/*     transition: opacity 0.3s; */
/* } */

/* .softlaw-button:hover .tooltip { */
/*     visibility: visible; */
/*     opacity: 1; */
/*       right: auto; */
/* } */

.softlaw-container {
    background-color: white;
    width: 100%;
    
}

.softlaw-scrollable-component {
    overflow: auto;
    width: 100% !important;
}

.softlaw-scrollable-component  textarea{
    width: 100% !important;
    min-height: 120px;
    line-height: 1.5 !important;
    max-height: 300px;
}

.ls-sl-result-elmt .ls-combo-refParty {
	width: 70% !important;
}

.softlaw-textarea-resizable {
    resize: both !important;
}

/* Conteneur principal de chaque obligation */
.softlaw-button-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 5px; 
    justify-content: flex-start; 
    max-width: 60%; 
}

/* Conteneur principal */
.obligation-container {
    border: 1px solid #ddd; 
    padding: 10px;
    margin-bottom: 20px; 
    background-color: #f9f9f9; 
    border-radius: 5px; 
}

/* Titre de la clause */
.obligation-clause-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Champ texte pour l'extrait */
.extract-textarea {
    overflow: hidden; 
    padding: 8px; 
    border: 1px solid #ccc; 
    border-radius: 3px; 
    background-color: #fff; 
    box-sizing: border-box; 
    min-height: 150px; 
    width: 96% !important; 
    resize: none;     
}
.extract-textarea textarea {
    border: none; 
    width: 100% !important; 
    overflow: auto; 
    box-shadow: none; 
    outline: none;
    line-height: 1.5 !important;
    white-space: pre-wrap;
	word-break: break-word;
}


/* Conteneur des boutons pour les valeurs alternatives */
.alternatives-panel {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    margin-top: 10px;
}


/* Champ texte redimensionnable et scrollable */
.resizable-scrollable-textarea {
    resize: both;
    overflow: auto;
    padding: 5px;
    border: 1px solid #ccc; /* Bordure du textarea */
    border-radius: 3px; /* Coins arrondis */
    background-color: #fff; /* Fond blanc pour le texte */
    min-height: 120px;
    max-height: 300px; /* Hauteur maximale pour limiter l'espace */
}

/* Panel pour les boutons de valeurs alternatives */
.alternatives-panel {
    display: flex;
    flex-wrap: wrap; /* Permet d'organiser les boutons sur plusieurs lignes */
    gap: 10px; /* Espacement entre les boutons */
    margin-top: 10px;
}

/* Boutons pour les valeurs alternatives */
.alternatives-panel button {
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.alternatives-panel button:hover {
    background-color: #e0e0e0;
}

/* Ligne de séparation entre les sections (facultatif) */
.obligation-container hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

/* Style for the toolbar title */
.toolbar-title {
    font-weight: bold; /* Bold text */
      font-size: 16px;
        color: white; 
}
.icon {
    width: 24px; 
    height: 24px;
    vertical-align: middle;
    margin-right: 100px; 
}

.icon-softlawtitle {
    height: 20px; 
    vertical-align: left;
    margin-right: 1px;
}

.softlaw-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}

.menu-buttons {
  display: flex;
  flex-wrap: wrap;
}

.softlaw-menu-button {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.softlaw-menu-button > button {
	border-radius: 0px !important;
	background-color: var(--semantique-neutral-neutral-00) !important;
}

.softlaw-menu-button > button span.lib {
	color: var(--bluesepteo-700);
	font-family: "Popins", Helvetica;
	font-size: 14px;
}

.softlaw-menu-button.active > button {
	color: var(--primary-blue) !important;
}

.softlaw-menu-button.active > button span.lib {
	color: var(--bluesepteo-900);
	font-family: "Popins-SemiBold", Helvetica;
	font-size: 14px;
}

.softlaw-fieldsets-container .ls-reference-field {
	width: 100% !important;
	max-width: 70% !important;
}

.softlaw-fieldsets-container .ls-reference-field input {
	width: 100% !important;
}

.softlaw-fieldsets-container .softlaw-fieldsets-combo {
	max-width: 70%;
}

.softlaw-menu-button.active > button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--primary-blue);
    width: 100%;
}

.softlaw-ltg-toolbar {
	position: fixed;
	background-color: rgb(187, 22, 60);
	display: flex;
	align-items: center;
	justify-content: flex-end; 
	z-index: 999;
	padding: 4px;
	top: 6%;
	right: 2%;
	width: 46.7% !important;
	text-align: right; 
}

@media (max-width: 768px) {
    .softlaw-toolbar {
       top: 10px;
        right: 5%;
        width: auto;
    }
}



.softlaw-fieldsets-container {
    padding: 5px 1px 1px 1px; 
}


.amendment-fieldsets-container {
    padding: 5px 1px 1px 1px; 
}

.amendment-fieldsets-container .ls-reference-field {
	width: 100% !important;
	max-width: 70% !important;
}

.amendment-fieldsets-container .ls-reference-field input {
	width: 100% !important;
}

.amendment-fieldsets-container .amendment-ref-field {
	max-width: 70%;
}

.highlighted-message {
    background-color: #FF9999; 
    position: relative; 
}
.blueBackground {
    background-color: #0074cc; /* Adjust the color code as needed */
}


.editable-text-field {
  background-color: white;
  border: none;
}

.non-editable-text-field {
  color: #333; 
  font-style: italic;
  border: none;
}

.softlaw-button-wrap {
    white-space: normal; 
    word-wrap: break-word; 
    text-align: center; 
    overflow: hidden; 
    padding: 5px; 
    width: auto; 
    max-width: 300px; 
    }
    
.x-theme-legalsuite .softlaw-button-deselected {
    background-color: #3399FF; 
    color: white; 
    border: 1px solid #9a9996; 
    border-radius: 5px; 
    cursor: pointer;
    margin: 10px;
    }


.x-theme-legalsuite .softlaw-button-deselected-principal {
   background-color: #c0bfbc;
    color: white;
    border: 1px solid #1a5fb4; /* Darker border color matching the background */
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}


/* Hover effect */
.x-theme-legalsuite .softlaw-button-selected:hover,
.x-theme-legalsuite .softlaw-button-deselected:hover,
.x-theme-legalsuite .softlaw-button-deselected-principal:hover {
    background-color:rgb(52, 84, 125) ; /* Slightly darker on hover */
    transition: background-color 0.3s ease;
}

.x-theme-legalsuite .softlaw-button-ltg-selected {
    background-color: rgb(187, 22, 60) ; /* Slightly darker on hover */
    border: 1px solid rgb(187, 22, 60); /* Border color matches background */
     color: #FFF;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}

.x-theme-legalsuite .softlaw-button-ltg-deselected {
    background-color: rgb(220, 118, 118); /* Lighter color for deselected */
    color: white; /* Text color matches the selected button */
    border: 1px solid #9a9996; /* Border color for deselected */
    border-radius: 5px; 
    cursor: pointer;
    margin: 10px;
}

.x-theme-legalsuite .softlaw-button-ltg-deselected:hover,
.x-theme-legalsuite .softlaw-button-ltg-selected:hover {
    background-color:rgb(187, 22, 60) ; /* Slightly darker on hover */
    transition: background-color 0.3s ease;
}
.x-theme-legalsuite .softlaw-btn-open-file {
  background-color: #c0bfbc;
    color: white;
    border: 1px solid #c0bfbc; 
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}
.x-theme-legalsuite .softlaw-btn-next{
    background-color: #74D0F1; 
    color: white; 
    border: 1px solid #74D0F1; 
    border-radius: 5px; 
    cursor: pointer;
margin: 10px;}



/* Style for non-selected values */
.x-theme-legalsuite  .softlaw-button-small {
    /* Your default button style */
    	border: 1px solid red !important;
    	    background-color: #333; 
    	width:100px;
    
}
.viewer-frame-background {
    background-color: white; 
}
.file-over {
	border: 1px solid red !important;
}

.decimal-label {
	font-weight: bold;
	font-size: 20px;
}

.conso-grid {
	text-align: center;
	padding: 6px;
	min-height: 100px;
	max-height: 350px;
	overflow-y: auto;
}

.header-line-conso {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid rgb(242, 242, 242) !important;
}

.line-conso {
	border-bottom: 1px solid rgb(242, 242, 242) !important;
}

.column-conso {
	font-size: 14px;
	color: rgb(44, 44, 44);
	display: inline-block;
	text-align: left;
	width: 30%;
}

.column-conso-num {
	font-size: 14px;
	color: rgb(44, 44, 44);
	display: inline-block;
	text-align: right;
	width: 30%;
}

.view-kpi-report-panel {
	min-height: 100px;
	min-width: 300px;
}

.gridsheet-table {
	border-collapse: collapse;
	width: 95%;
	height: auto;
	margin: 2px auto;
	font-size: 10px;
}

.gridsheet-table-tr {
	font-weight: normal;
}

.gridsheet-table-td-header-agg {
	font-weight: normal;
	font-family: inherit;
	text-align: center;
	font-size: 9px;
	color: white;
	border: 1px solid rgb(242, 242, 242);
	padding: 3px;
	background: none repeat scroll 0% 0% rgb(58, 80, 154);
}

.gridsheet-table-td-header-group {
	font-weight: normal;
	text-align: center;
	font-size: 9px;
	font-family: inherit;
	color: white;
	border: 1px solid rgb(242, 242, 242);
	padding: 3px;
	background: none repeat scroll 0% 0% rgb(51, 110, 154);
}

.gridsheet-table-td-value {
	text-align: center;
	font-size: 9px;
	font-family: inherit;
	border: 1px solid rgb(242, 242, 242);
	padding: 3px;
}

.gridsheet-table-td-value.paire {
	background: #F2F2F2;
}

.list-item-group {
	font-size: 12px;
	font-family: inherit;
	margin-left: 10px;
}

.list-item-img-data {
	width: 50px;
	margin-left: 5px;
	margin-right: 10px;
	cursor: default;
}

.list-item-title-data {
	color: rgb(44, 44, 44);
	margin-left: 5px;
}

.list-item-value {
	color: #2E2E2E;
	font-size: 11px;
}

.list-item-label {
	font-size: 9px;
}

.list-item-content-kpi {
	max-width: 95%;
	padding-left: 6px;
	cursor: default;
}

.x-theme-legalsuite .reporting-preview-button {
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	border-radius: 20px;
	padding: 5px;
	color: rgb(51, 51, 51);
	background-color: rgb(237, 239, 245);
}

.pdf-anchor {
	font-size: 18px;
	padding: 5px;
}

.x-theme-legalsuite .guideline-reporting {
	line-height: 20px;
	padding: 3px !important;
	color: #336E9A !important;
	font-size: 12px;
	font-style: italic;
	font-family: Roboto, sans-serif;
	padding: 2px;
	vertical-align: top;
}

.x-theme-legalsuite .guideline-reporting:before {
	content: "U";
	font-family: ls3g-t;
	font-size: 15px;
	font-style: normal;
	padding: 0 2px 0 0;
}

.reporting-bloc-title {
	width: 100%;
	border-bottom: 3px double #585858;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.reporting-sort-title {
	width: 100%;
	border-bottom: 3px double #585858;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.reporting-filter-title {
	width: 100%;
	border-bottom: 3px double #585858;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.reporting-sharing-title {
	width: 100%;
	border-bottom: 3px double #585858;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.reporting-consoline-title {
	width: 100%;
	border-bottom: 3px double #585858;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.reporting-conso-title:before {
	content:
		url(gxt/themes/legalsuite/images/legalsuite/icons/sigmalight.png);
	padding: 0 4px 0 0;
}

.reporting-bloc-title:before {
	content:
		url(gxt/themes/legalsuite/images/legalsuite/icons/icocolonnes.png);
	padding: 0 4px 0 0;
}

.reporting-consoline-title:before {
	content: url(gxt/themes/legalsuite/images/legalsuite/icons/icolines.png);
	padding: 0 4px 0 0;
}

.reporting-sharing-title:before {
	content: url(gxt/themes/legalsuite/images/legalsuite/icons/sharing.png);
	padding: 0 4px 0 0;
}

.reporting-filter-title:before {
	content:
		url(gxt/themes/legalsuite/images/legalsuite/icons/filterlight.png);
	padding: 0 4px 0 0;
}

.reporting-sort-title:before {
	content:
		url(gxt/themes/legalsuite/images/legalsuite/icons/sortlight.png);
	padding: 0 4px 0 0;
}

.report-creation-designer-left  .ls-search-keywords:after {
	content: " ";
	width: 18px;
	display: block;
	margin-right: 2px;
	background: url("../images/legalsuite/rech-loupe-gris.png") no-repeat
		scroll 0px 0px transparent;
}

.x-theme-legalsuite .export-tabpanel .x-tab-panel-header ul.x-tab-strip li
	{
	font-size: 10px !important;
	padding: 0 4px 0 0 !important;
	margin: 0px;
	color: rgb(102, 102, 102);
	text-transform: none !important;
	font-weight: 100;
	border-right: 1px solid rgb(205, 205, 205);
	border-left: none;
}

.x-theme-legalsuite .export-tabpanel .x-tab-panel-header ul.x-tab-strip li.x-tab-strip-add
	{
	border-right: none;
	padding : 0px;
}

.x-theme-legalsuite .export-tabpanel .x-tab-panel-header .x-tab-strip-wrap .x-tab-strip span.x-tab-strip-text
	{
	font-weight: 450 !important;
	font-size: 12px;
}

.x-theme-legalsuite .export-tabpanel .x-tab-strip-top  .x-tab-right {
	background: none repeat scroll 0% 0% #F2F2F2;
}

.x-theme-legalsuite .export-tabpanel .x-tab-strip-top .x-tab-strip-active .x-tab-right
	{
	background: none repeat scroll 0% 0% white;
}

.x-theme-legalsuite .export-tabpanel .x-tab-strip-top .x-tab-strip-add .x-tab-right
	{
	background: none repeat scroll 0% 0% white;
	border-right : 0px solid red;
	
	
}

.x-theme-legalsuite .export-tabpanel .x-tab-strip-top .x-tab-strip-over .x-tab-right
	{
	background: white;
}

.x-theme-legalsuite .export-tabpanel .x-tab-strip .x-tab-strip-closable.x-tab-strip-active a.x-tab-strip-close
	{
	top: 0px !important;
	right: 0px !important;
}

.x-theme-legalsuite .export-tabpanel .x-tab-strip .x-tab-strip-closable:hover a.x-tab-strip-close
	{
	top: 0px !important;
	right: 0px !important;
}

.x-theme-legalsuite .ls-search-keywords .x-form-text {
	height: 30px !important;
	width: 100% !important;
}

.export-tabitem {
	
}

.export-tabpanel {
	
}

div.forceuppercase input {
	text-transform: uppercase !important;
}

.close-formula {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-left: 15px;
}

.inlineblock-top{
	display:inline-block;
	vertical-align:top;
}


.simulation-activated {
	text-align:center;
	border-radius:5px;
	background:white;
	color:red;
	padding:6px;
	font-weight:600 !important;
	text-transform:uppercase;
	background:antiquewhite;
}

.label-xml-red {
	color : red !important;
	font-weight : 600;
}


.x-theme-legalsuite .ls-grid-listFeeT .x-grid-group-hd .x-grid-group-div,
.x-theme-legalsuite .ls-grid-listAdvIssuesT .x-grid-group-hd .x-grid-group-div,
.x-theme-legalsuite .ls-grid-listOurIssuesT .x-grid-group-hd .x-grid-group-div,
.x-theme-legalsuite .ls-grid-listRetainerT .x-grid-group-hd .x-grid-group-div,  
.x-theme-legalsuite .ls-grid-listProceedingsT .x-grid-group-hd .x-grid-group-div {
	color : white;
    background-color: rgba(187,22,60,1);
}


.obligation-container label{
	width: 150px !important;
}

/* ===============================
   Boutons de bascule pour les panneaux du résultat analyse IA
   =============================== */

/* Container gauche */
.ls-soft-left-content {
    width: 48%;
    height: 100%;
    flex: 0 0 auto;
    min-width: 0;
    position: relative !important;
}

/* Container droit */
.ls-soft-right-content {
    height: 100%;
    flex: 1;
    min-width: 0;
    width: 48%;
    position: relative !important;
}

/* Panels internes (gauche / droite) */
.ls-soft-left-content .softlaw-left-panel,
.ls-soft-right-content .softlaw-right-panel {
    flex: 1;
    min-width: 0;
}

/* Boutons toggle (gauche / droite) */
.ls-soft-left-content .softlaw-toggle-btn-panels,
.ls-soft-right-content .softlaw-toggle-btn-panels {
    flex: 0 0 16px;
    width: 16px;
}

.ls-soft-left-content .softlaw-toggle-btn-panels:hover,
.ls-soft-right-content .softlaw-toggle-btn-panels:hover {
    background-color: rgb(185, 199, 251);
}

/* Boutons toggle internes */
.ls-soft-left-content .softlaw-toggle-pannel-button button,
.ls-soft-right-content .softlaw-toggle-pannel-button button {
    padding: 0 !important;
}

/* Panel de droite : gestion du scroll (réserve 5%) */
.ls-soft-right-content div.x-panel {
    width: 95%; /* réserve de 5% pour le scroll */
    overflow-y: auto;
}

/* Ajustements internes du panneau gauche */
.ls-soft-left-content .softlaw-left-panel .x-panel-bwrap,
.ls-soft-left-content .softlaw-left-panel .x-panel-bwrap .x-panel-body.x-panel-body-noheader {
    height: 100%;
}

/* Disposition globale */
.ls-softlaw-result .x-window-body.x-border-layout-ct {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.softlaw-inpi-button {
  font-size: 12px;
  padding: 0px 12px 0px 12px;
  background-color: var(--semantique-neutral-neutral-00);
  border: 1px solid var(--blue-septeo);
  border-radius: 8px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.softlaw-inpi-button button {
 	height: 20px;
	color: var(--blue-septeo) !important;
 	background-color: var(--semantique-neutral-neutral-00) !important;
 	padding: 2px 0px !important;
}

.softlaw-inpi-button button span {
 	font-size: 14px !important;
}

.signatory-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}

.signatory-button-container {
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
    width: 100%;
}

.signatory-button-container button {
    height: 24px;
    min-width: 80px;
    max-width: 250px;
    text-align: center;
    background-color: var(--blue-septeo) !important;
    padding: 2px 12px;
    border-radius: 16px !important;
    font-size: 14px;
}

.party-type-button-container {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  gap: 4px;
}
 
.party-type-button-container button {
	height: 35px;
	min-width: 80px;
	max-width: 250px;
	text-align: center;
	background-color: var(--blue-septeo) !important;
  	padding: 2px 12px;
	border-radius: 16px !important;
 	font-size: 14px;
	margin: 0px !important;
}

.party-type-button-container .softlaw-button-selected,
/*TODO Voir si c'est util de rajouter .signatory-button-container .softlaw-button-selected*/
.signatory-button-container .softlaw-button-selected {
	background-color: var(--variable-collection-brain-orange) !important;
	border: none;
	margin: 0px !important;
}

.softlaw-container .ls-sf-resultgrid .x-grid3-td-refParty {
    width: 100% !important;
}

.am-update-replace-label, .am-add-party-replace-label {
	padding : 2px 2px 4px 0px;
}

.ls-soft-right-content  .x-panel-body , .ls-soft-left-content .x-panel-body{
  height: 100% !important;
}