/** 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 'Roboto', 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 {
	height: 23px;
	margin-left: 2px;
	margin-right: 2px;
	width: 48px;
}

.ls-notification .notification {
	display: block;
	float: right;
	padding-top: 3px;
	position: relative;
	width: 26px;
}

.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;
}

.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;
}

.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 Roboto, 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: 'Roboto', sans-serif;
	font-weight: normal;
	margin: 10px;
	border: 0px solid gray;
}

table.pager-view {
	margin: auto;
}

div.bullet {
	font: normal 40px 'Roboto', 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;
}

.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;
	rgb
	(110,
	110,
	110)
}

.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 {
	border-radius:5px;
	background:white;
	color:red;
	padding:6px;
	font-weight:600 !important;
	text-transform:uppercase;
}

.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-listProceedingsT .x-grid-group-hd .x-grid-group-div {
	color : white;
    background-color: rgba(187,22,60,1);
}



