.DescartesModal .modal-header, .DescartesDialog .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.DescartesDialog .modal-header{
    cursor: move;
}

.DescartesDialog .modal-dialog {
/*     max-width: 550px; */
/*     width: 550px; */
    margin: 1.75rem auto; 
    position: absolute;
    left: 40vh;
}
.DescartesDialogResult .modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}
.DescartesDialogResult .modal-dialog {
    max-width: 80vh;
    width: 80vh;
    margin: 1.75rem auto;
	position: absolute;
	left: 40vh;
/* 	top: 20%; */
/* 	-webkit-transform: translate(-20%, 0%); */
	/* transform: translate(-20%, 0%); */
/* 	pointer-events: none; */
}
.DescartesDialogResult .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.2rem;
}

.DescartesDialogResult .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px;
    border-top: 1px solid #e9ecef;
}
.DescartesDialogResult .scrtabs-tab-container {
    height: 45px;
}
.DescartesDialog .modal-dialog .modal-header {
    overflow: hidden;
}

.DescartesDialog .modal-dialog .modal-footer {
    overflow: hidden;
}

.DescartesModalTitle {
    font-family:Arial;
    font-size: 18px;
}
/*.DescartesDialog .DescartesPanelContent {
    overflow: hidden;
}*/

.DescartesDialogContent{
    overflow: auto;
    height: 450px;
}

.DescartesDialog div.dataTables_wrapper div.dataTables_length select {
    width: 50%;
    display: inline-block;
}

.DescartesDialog th, .DescartesDialog td { white-space: nowrap; }

div.dataTables_wrapper {
    margin: 0 auto;
}

.DescartesDialog .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.DescartesDialog .scrtabs-tab-scroll-arrow.scrtabs-disable, .DescartesDialog .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
    color: #ddd;
    cursor: default;
}
.DescartesDialog .scrtabs-tab-scroll-arrow,.DescartesDialog .scrtabs-tab-scroll-arrow .scrtabs-click-target {
    cursor: pointer;
}

.DescartesDialog .scrtabs-tab-scroll-arrow {
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-top-style: solid;
        border-top-width: 1px;
    color: #428bca;
    display: none;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 20px;
}


.DescartesDialog .dataTables_wrapper .dataTables_length, .DescartesDialog .dataTables_wrapper .dataTables_filter, .DescartesDialog .dataTables_wrapper .dataTables_info, .DescartesDialog .dataTables_wrapper .dataTables_processing, .DescartesDialog .dataTables_wrapper .dataTables_paginate {
    color: #333;
}
.DescartesDialog .dataTables_wrapper .dataTables_length {
    float: left;
}

.DescartesDialog .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em;
}

.DescartesDialog div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 2001;
}

div.dt-button-info{
	position:fixed;
	top:50%;
	left:50%;
	width:400px;
	margin-top:-100px;
	margin-left:-200px;
	background-color:white;
	border:2px solid #111;
	box-shadow:3px 3px 8px rgba(0, 0, 0, 0.3);
	border-radius:3px;
	text-align:center;
	z-index:1221
}
div.dt-button-info h2{
	padding:.1em;
	margin:0;
	font-weight:normal;
	font-size:20px;
	border-bottom:1px solid #ddd;
	background-color:#f3f3f3
}

.DescartesDialog table.dataTable > thead .sorting::before, .DescartesDialog table.dataTable > thead .sorting::after, .DescartesDialog table.dataTable > thead .sorting_asc::before, .DescartesDialog table.dataTable > thead .sorting_asc::after, .DescartesDialog table.dataTable > thead .sorting_desc::before, .DescartesDialog table.dataTable > thead .sorting_desc::after, .DescartesDialog table.dataTable > thead .sorting_asc_disabled::before, .DescartesDialog table.dataTable > thead .sorting_asc_disabled::after, .DescartesDialog table.dataTable > thead .sorting_desc_disabled::before, .DescartesDialog table.dataTable > thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: 0;
    display: block;
}


.DescartesDialog table.dataTable tbody tr.selected, .DescartesDialog table.dataTable tbody th.selected, .DescartesDialog table.dataTable tbody td.selected {
    color: white;
}
.DescartesDialog table.dataTable tbody > tr.selected, .DescartesDialog table.dataTable tbody > tr > .selected {
    background-color: #0275d8;
}

.DescartesDialog .fixed-table-container tbody .selected td {
    background-color: #0275d8;
}.DescartesUIText {
    font-size: 14px;
}

.DescartesUITextGras {
    font-size: 14px;
    font-weight: bold;
}

.DescartesUITabbedTitle {
    font-size: 14px;
}

.DescartesUILabel{
    font-family:Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    vertical-align : bottom;
}

.DescartesUITitle {
    font-family:Arial;
    font-size: 16px;
    border-spacing:0px;
    padding: 1px;
    background-color: transparent;
    bottom:0px;
    color:black;
}

.DescartesUIInput {
    font-family:Arial;
    font-size: 14px;
    background-color: transparent;
    vertical-align : bottom;
}

.DescartesUIButton {
    font-family:Arial;
    font-size: 14px;
}
.DescartesUIButtonSubmit {
    font-family:Arial;
    font-size: 14px;
}
.DescartesUISelect {
    font-family:Arial;
    font-size: 14px;
}

.DescartesUIPanelTitle {
    font-family:Arial;
    font-size: 16px;
}

.DescartesUIRequestTitle {
    font-family:Arial;
    font-size: 18px;
}

/*Bootstrap 3*/
.DescartesPanel .panel-heading .Descartes-accordion-toggle::after {
    font-family: 'Glyphicons Halflings';
    content: "\E114";
    float: right;
    color: grey;
}

/*Bootstrap 3*/
.DescartesPanel .panel-heading .Descartes-accordion-toggle.collapsed::after {
    content: "\E080";
}

/*Bootstrap 4*/
.DescartesPanel .card-header .Descartes-accordion-toggle::after {
    font-family: 'FontAwesome';
    content: "\F078";
    float: right;
    color: grey;
}

/*Bootstrap 4*/
.DescartesPanel .card-header .Descartes-accordion-toggle.collapsed::after {
    content: "\F054";
}

/*Bootstrap 4*/
.DescartesPanel .card-body {
    overflow: auto;
}

/*Bootstrap 4*/
.DescartesTable .DescartesUISelect {
	width: 100px;
}

.Descartes-overflow-auto {
    overflow: auto;
}

.DescartesOl-full-screen {
    right: 1px;
    top: 25px;
}

.DescartesOl-rotate {
    top: 49px;
    right: 1px;
    transition: opacity .25s linear,visibility 0s linear;
}

.DescartesOl-mouse-position {
    top: 8px;
    right: 30px;
    position: absolute;
}

.DescartesOl-scale-line {
    background: rgba(0,60,136,.3);
    border-radius: 4px;
    bottom: 8px;
    left: 38px;
    padding: 2px;
    position: absolute;
}

.DescartesOl-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}

.DescartesPanelExportCsvButton {
    cursor: pointer;
}

.DescartesDataGridLocalizeHeader {
     width: 10px; 
}
.DescartesDataGridEvenLocalizeCell {
    cursor: pointer;
     width: 10px;
}
.DescartesNavTabs.nav-tabs .nav-item.show .nav-link,.DescartesNavTabs.nav-tabs .nav-link.active {
    color: #337ab7;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.DescartesNavTabs.nav-tabs .nav-link {
	color: #495057;
	background-color: #f5f5f5;
    border-color: #e9ecef #e9ecef #dee2e6;
}
.DescartesPanelContent{
    overflow: auto;
}

.DescartesUIResults .fixed-table-container {
    position: relative;
    clear: both;
    border: 0px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.DescartesUIResults div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    padding-right: 1px;
}
.DescartesUIResults .DescartesUIResultsMsgError {
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding-right: 1px;
    color: red;
}

.DescartesUIResults .DescartesUIResultsMsgErrorTechnique {
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    padding-right: 1px;
    color: grey;
}

.DescartesUIResults .bootstrap-table .table:not(.table-condensed),.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > tbody > tr > th,.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > thead > tr > td,.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > tbody > tr > td,.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 1px;
}

.DescartesUIResults .bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
    background-color: #dddddd;
}
/*.DescartesUIResults table.dataTable > thead > tr > th:not(.sorting_disabled),.DescartesUIResults table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 0px;
}*/

.DescartesUIResults div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: 150px;
}
.DescartesUIResults table tfoot input {
    width: 80px;
}

.DescartesUIResults button.dt-button,.DescartesUIResults div.dt-button,.DescartesUIResults a.dt-button,.DescartesUIResults input.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0.2em;
    padding: 0.2em 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
}

 .DescartesDialogResult .modal-dialog .modal-footer{
     overflow: visible; 
 } 

.DescartesPanelContent .bootstrap-table {
    height:50vh;
}

.DescartesUIResultsViewAvanced .DescartesPanelContent .bootstrap-table {
    height:unset;
}

.DescartesPanelContent .bootstrap-table .fixed-table-body{
    overflow: inherit;
}
.DescartesPanelResultLayerExportButton {
    background: url(../img/icon_export_resultlayer.gif) no-repeat center;
    float:left;
    display: block;
	width: 24px;
	height: 24px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}
.DescartesUIListResultLayers {
	height: 150px;
	overflow: auto;
	border-bottom: solid;
	border-bottom-color: #dee2e6;
	border-bottom-width: 1px;
}
.DescartesUIListResultLayers .DescartesUIListLink {
	padding-left: 10px;
	display: block;
}
.DescartesUIListResultLayers .DescartesUIListLink.active {
    color: #337ab7;
}
.DescartesUIListResultLayers .DescartesUIListLink {
	color: #495057;
}
.DescartesUIListResultLayers a:hover {
	cursor:pointer;
	color: #337ab7;
	text-decoration: none;
}/*
##########################################################################################
        Styles des bookmarks
##########################################################################################
*/

.DescartesBookmarks {
    margin-bottom: 10px;
}
.DescartesBookmarksLabel {
    font-family:Arial;
    font-size: 15px;
    font-weight: normal;
    text-align: right;
    vertical-align : middle;
    margin-right: 10px;
    max-width: 100px;
}
.DescartesBookmarksText {
    font-family:Arial;
    font-size: 15px;
    border-spacing:0px;
    padding: 1px;
    background-color: transparent;
    bottom:0px;
}
.DescartesBookmarksButton {
    display: block;
    clear: both;
}
.DescartesBookmarksLoad {
    width: 22px;
    height:22px;
    background: url(../img/load_vue.gif);
}
.DescartesBookmarksOpen {
    width: 22px;
    height:22px;
    background: url(../img/open_vue.gif);
    float: left;
}
.DescartesBookmarksRemove {
    width: 22px;
    height:22px;
    background: url(../img/remove_vue.gif);
    float: left;
}
.Descartes-jstree, .Descartes-jstree-vuesimple {
   /* overflow: auto;*/
}


.Descartes-jstree a.jstree-anchor .slider.slider-horizontal, .Descartes-jstree-vuesimple a.jstree-anchor .slider.slider-horizontal {
    width:20px;
}

.Descartes-jstree .slider.slider-horizontal .slider-tick, .Descartes-jstree .slider.slider-horizontal .slider-handle, .Descartes-jstree-vuesimple .slider.slider-horizontal .slider-tick, .Descartes-jstree-vuesimple .slider.slider-horizontal .slider-handle {
    margin-left: -5px;
}

.Descartes-jstree .slider-handle, .Descartes-jstree-vuesimple .slider-handle {
    top:5px;
    width: 10px;
    height: 10px;
}

.Descartes-jstree span.indent, .Descartes-jstree-vuesimple span.indent {
    margin-left: 10px;
    margin-right: 10px;
}
.Descartes-jstree span.indent-2, .Descartes-jstree-vuesimple span.indent-2 {
    margin-left: 2px;
    margin-right: 2px;
}
.Descartes-jstree span.indent-5, .Descartes-jstree-vuesimple span.indent-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.Descartes-jstree span.indent-7, .Descartes-jstree-vuesimple span.indent-7 {
    margin-left: 7px;
    margin-right: 7px;
}
.Descartes-jstree span.indent-10, .Descartes-jstree-vuesimple span.indent-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.Descartes-jstree .loader, .Descartes-jstree-vuesimple .loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin 2s linear infinite;
    display: inline-block;
}

.Descartes-jstree .DescartesLayersTreeHref, .Descartes-jstree-vuesimple .DescartesLayersTreeHref {
	color: black;
}

.Descartes-jstree-vuesimple .jstree-disabled .DescartesLayersTreeIconEnable{
  background: transparent;
  color: black;
}

.Descartes-jstree [aria-expanded="true"] .fa-chevron-down {
    display: inline;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.DescartesLayersTreeIconColor{
    color: #337ab7;
}

.DescartesLayersTreeIconColorForbidden {
    color: grey;
}

.Descartes-visible-stack {
    position: relative;
}

.DescartesLayersTreeText {
    font-family:Verdana;
    font-size:10px;
}

span.DescartesLayersTreeText:hover {
    cursor:pointer;
}

/*Bootstrap 3*/
.DescartesLayersTreeLayerZoomOut {
    right: 13px;
    color: blue;
    font-size: 8px;
    position: absolute;
    top: -1px;
}

/*Bootstrap 3*/
.DescartesLayersTreeLayerZoomIn {
    right: 1px;
    color: red;
    font-size: 8px;
    position: absolute;
    top: -1px
}

/*Bootstrap 4*/
.DescartesLayersTreeBt4LayerZoomOut {
    right: 15px;
    color: blue;
    font-size: 8px;
    position: absolute;
    top: 4px;
}

/*Bootstrap 4*/
.DescartesLayersTreeBt4LayerZoomIn {
    right: 3px;
    color: red;
    font-size: 8px;
    position: absolute;
    top: 4px
}

.DescartesLayersTreeLayerSupportOn {
    display:inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/support_layer_enabled.png) no-repeat;
    cursor:pointer;
}

.DescartesLayersTreeLayerSupportOff {
    display:inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/support_layer_disabled.png) no-repeat;
    cursor:pointer;
}

.DescartesLayersTreeLayerSupportUnavailable {
    display:inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/support_layer_unavailable.png) no-repeat;
}

.DescartesLayersTreeLegendImage {
}

.DescartesLayersTreeMoreInfos {
	color: black;
	font-size: 12px;
}
/* jsTree descartes theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
  height: auto !important;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-leaf {
    height: auto;
}
.jstree-leaf a{
    height: auto !important;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
  font-size: 10px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-descartes a { 
  white-space:normal !important; height: auto; 
}
.jstree-descartes li > ins { 
	vertical-align:top; 
}
.jstree-descartes .jstree-node,
.jstree-descartes .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-descartes .jstree-anchor,
.jstree-descartes .jstree-animated,
.jstree-descartes .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-descartes .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-descartes .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-descartes .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-descartes .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-descartes .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-descartes .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-descartes .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-descartes .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-descartes .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-descartes .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-descartes.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-descartes.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-descartes.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-descartes.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-descartes > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-descartes > .jstree-wholerow-ul .jstree-hovered,
.jstree-descartes > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-descartes .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-descartes .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-descartes .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-descartes .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-descartes .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-descartes .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-descartes .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-descartes.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-descartes .jstree-wholerow {
  height: 24px;
}
.jstree-descartes .jstree-node,
.jstree-descartes .jstree-icon {
  background-image: url(../img/32px.png);
}
.jstree-descartes .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-descartes .jstree-last {
  background: transparent;
}
.jstree-descartes .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-descartes .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-descartes .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-descartes .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-descartes > .jstree-no-dots .jstree-node,
.jstree-descartes > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-descartes > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-descartes > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-descartes .jstree-disabled {
  background: transparent;
}
.jstree-descartes .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-descartes .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-descartes .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-descartes .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-descartes.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-descartes .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-descartes.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-descartes .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-descartes .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-descartes .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-descartes .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-descartes > .jstree-striped {
  background-size: auto 48px;
}
.jstree-descartes.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-descartes.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-descartes.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-descartes.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-descartes.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-descartes.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-descartes.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-descartes.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-descartes.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-descartes .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-descartes > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../img/throbber.gif) center center no-repeat;
}
.jstree-descartes .jstree-file {
  background: url(../img/32px.png) -100px -68px no-repeat;
}
.jstree-descartes .jstree-folder {
  background: url(../img/32px.png) -260px -4px no-repeat;
}
.jstree-descartes > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-descartes {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-descartes .jstree-ok,
#jstree-dnd.jstree-descartes .jstree-er {
  background-image: url(../img/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-descartes i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-descartes .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-descartes .jstree-er {
  background-position: -36px -68px;
}
.jstree-descartes .jstree-ellipsis {
  overflow: hidden;
}
.jstree-descartes .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-descartes .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.jstree-descartes.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-descartes.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-descartes-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-descartes-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-descartes-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-descartes-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-descartes-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-descartes-small .jstree-wholerow {
  height: 18px;
}
.jstree-descartes-small .jstree-node,
.jstree-descartes-small .jstree-icon {
  background-image: url(../img/32px.png);
}
.jstree-descartes-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-descartes-small .jstree-last {
  background: transparent;
}
.jstree-descartes-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-descartes-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-descartes-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-descartes-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-descartes-small > .jstree-no-dots .jstree-node,
.jstree-descartes-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-descartes-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-descartes-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-descartes-small .jstree-disabled {
  background: transparent;
}
.jstree-descartes-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-descartes-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-descartes-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-descartes-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-descartes-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-descartes-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-descartes-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-descartes-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-descartes-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-descartes-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-descartes-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-descartes-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-descartes-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-descartes-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-descartes-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-descartes-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-descartes-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-descartes-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-descartes-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-descartes-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-descartes-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-descartes-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-descartes-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../img/throbber.gif) center center no-repeat;
}
.jstree-descartes-small .jstree-file {
  background: url(../img/32px.png) -103px -71px no-repeat;
}
.jstree-descartes-small .jstree-folder {
  background: url(../img/32px.png) -263px -7px no-repeat;
}
.jstree-descartes-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-descartes-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-descartes-small .jstree-ok,
#jstree-dnd.jstree-descartes-small .jstree-er {
  background-image: url(../img/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-descartes-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-descartes-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-descartes-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-descartes-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-descartes-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-descartes-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.jstree-descartes-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-descartes-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-descartes-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-descartes-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-descartes-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-descartes-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-descartes-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-descartes-large .jstree-wholerow {
  height: 32px;
}
.jstree-descartes-large .jstree-node,
.jstree-descartes-large .jstree-icon {
  background-image: url(../img/32px.png);
}
.jstree-descartes-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-descartes-large .jstree-last {
  background: transparent;
}
.jstree-descartes-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-descartes-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-descartes-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-descartes-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-descartes-large > .jstree-no-dots .jstree-node,
.jstree-descartes-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-descartes-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-descartes-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-descartes-large .jstree-disabled {
  background: transparent;
}
.jstree-descartes-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-descartes-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-descartes-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-descartes-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-descartes-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-descartes-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-descartes-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-descartes-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-descartes-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-descartes-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-descartes-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-descartes-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-descartes-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-descartes-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-descartes-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-descartes-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-descartes-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-descartes-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-descartes-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-descartes-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-descartes-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-descartes-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-descartes-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../img/throbber.gif) center center no-repeat;
}
.jstree-descartes-large .jstree-file {
  background: url(../img/32px.png) -96px -64px no-repeat;
}
.jstree-descartes-large .jstree-folder {
  background: url(../img/32px.png) -256px 0px no-repeat;
}
.jstree-descartes-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-descartes-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-descartes-large .jstree-ok,
#jstree-dnd.jstree-descartes-large .jstree-er {
  background-image: url(../img/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-descartes-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-descartes-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-descartes-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-descartes-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-descartes-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-descartes-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px);
}
.jstree-descartes-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-descartes-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(../img/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(../img/40px.png);
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-descartes-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-descartes-responsive .jstree-icon {
    background-image: url(../img/40px.png);
  }
  .jstree-descartes-responsive .jstree-node,
  .jstree-descartes-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-descartes-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-descartes-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-descartes-responsive .jstree-icon,
  .jstree-descartes-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-descartes-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-descartes-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-descartes-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-descartes-responsive .jstree-ocl,
  .jstree-descartes-responsive .jstree-themeicon,
  .jstree-descartes-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-descartes-responsive .jstree-leaf > .jstree-ocl,
  .jstree-descartes-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-descartes-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important;
  }
  .jstree-descartes-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-descartes-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important;
  }
  .jstree-descartes-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-descartes-responsive .jstree-checkbox,
  .jstree-descartes-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-descartes-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-descartes-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-descartes-responsive .jstree-checked > .jstree-checkbox,
  .jstree-descartes-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-descartes-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-descartes-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-descartes-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-descartes-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-descartes-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-descartes-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-descartes-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-descartes-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-descartes-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-descartes-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-descartes-responsive .jstree-node,
  .jstree-descartes-responsive .jstree-icon,
  .jstree-descartes-responsive .jstree-node > .jstree-ocl,
  .jstree-descartes-responsive .jstree-themeicon,
  .jstree-descartes-responsive .jstree-checkbox {
    background-image: url(../img/40px.png);
    background-size: 120px 240px;
  }
  .jstree-descartes-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-descartes-responsive .jstree-last {
    background: transparent;
  }
  .jstree-descartes-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-descartes-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-descartes-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-descartes-responsive .jstree-file {
    background: url(../img/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-descartes-responsive .jstree-folder {
    background: url(../img/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-descartes-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
 
}
/*! =======================================================
                      VERSION  9.8.0              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.DescartesToolBar .DescartesButtonContentTaskAddGroupItemInactive {
    background: url(../img/add_group_disabled.gif) no-repeat center;
    float:left;
}
.DescartesToolBar .DescartesButtonContentTaskAddGroupItemActive {
    background: url(../img/add_group_enabled.gif) no-repeat center;
    float:left;
}
.vakata-context .DescartesButtonContentTaskAddGroupContextMenu {
    background: url(../img/add_group_enabled.gif) no-repeat center;
}/*	Modification de groupe	*/
.DescartesToolBar .DescartesButtonContentTaskAlterGroupItemInactive {
    background: url(../img/alter_group_disabled.gif) no-repeat center;
    float:left;
}
.DescartesToolBar .DescartesButtonContentTaskAlterGroupItemActive {
    background: url(../img/alter_group_enabled.gif) no-repeat center;
    float:left;
}
.vakata-context .DescartesButtonContentTaskAlterGroupContextMenu {
    background: url(../img/alter_group_enabled.gif) no-repeat center;
}/*	Suppression de groupe	*/
.DescartesToolBar .DescartesButtonContentTaskRemoveGroupItemInactive {
    background: url(../img/delete_group_disabled.gif) no-repeat center;
    float:left;
}
.DescartesToolBar .DescartesButtonContentTaskRemoveGroupItemActive {
    background: url(../img/delete_group_enabled.gif) no-repeat center;
    float:left;
}
.vakata-context .DescartesButtonContentTaskRemoveGroupContextMenu {
    background: url(../img/delete_group_enabled.gif) no-repeat center;
}
.DescartesRemoveGroupWarning {
    color: red;
}.DescartesToolBar .DescartesButtonContentTaskAddLayerItemInactive {
    background: url(../img/add_layer_disabled.gif) no-repeat center;
    float:left;
}
.DescartesToolBar .DescartesButtonContentTaskAddLayerItemActive {
    background: url(../img/add_layer_enabled.gif) no-repeat center;
    float:left;
}
.vakata-context .DescartesButtonContentTaskAddLayerContextMenu {
    background: url(../img/add_layer_enabled.gif) no-repeat center;
}/*	Modification de couche	*/
.DescartesToolBar .DescartesButtonContentTaskAlterLayerItemInactive {
    background: url(../img/alter_layer_disabled.gif) no-repeat center;
    float:left;
}
.DescartesToolBar .DescartesButtonContentTaskAlterLayerItemActive {
    background: url(../img/alter_layer_enabled.gif) no-repeat center;
    float:left;
}
.vakata-context .DescartesButtonContentTaskAlterLayerContextMenu {
    background: url(../img/alter_layer_enabled.gif) no-repeat center;
}/*	Suppression de couche	*/
.DescartesToolBar .DescartesButtonContentTaskRemoveLayerItemInactive {
    background: url(../img/delete_layer_disabled.gif) no-repeat center;
    float:left;
}
.DescartesToolBar .DescartesButtonContentTaskRemoveLayerItemActive {
    background: url(../img/delete_layer_enabled.gif) no-repeat center;
    float:left;
}
.vakata-context .DescartesButtonContentTaskRemoveLayerContextMenu {
    background: url(../img/delete_layer_enabled.gif) no-repeat center;
}/*	Choix de couches WMS decouvertes	*/
.DescartesToolBar .DescartesButtonContentTaskChooseWmsLayersItemInactive {
    background: url(../img/icon_add_layer_disabled.png) no-repeat center;
    float:left;
}
.DescartesToolBar .DescartesButtonContentTaskChooseWmsLayersItemActive {
    background: url(../img/icon_add_layer_enabled.png) no-repeat center;
    float:left;
}
.vakata-context .DescartesButtonContentTaskChooseWmsLayersContextMenu {
    background: url(../img/icon_add_layer_enabled.png) no-repeat center;
}/*	Choix de couches WMS decouvertes	*/
.DescartesToolBar .DescartesButtonContentTaskExportVectorLayerItemInactive {
    background: url(../img/icon_export_vectorlayer_disabled.gif) no-repeat center;
    float:left;
}
.DescartesToolBar .DescartesButtonContentTaskExportVectorLayerItemActive {
    background: url(../img/icon_export_vectorlayer_enabled.gif) no-repeat center;
    float:left;
}
.vakata-context .DescartesButtonContentTaskExportVectorLayerContextMenu {
    background: url(../img/icon_export_vectorlayer_enabled.gif) no-repeat center;
}.Descartes-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.Descartes-popup:after, .Descartes-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.Descartes-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.Descartes-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.Descartes-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.Descartes-popup-closer:after {
    content: "\2716";
}
.DescartesButtonCenterToCoordinatesItemActive {
    background: url(../img/icon_zoombounds.png) no-repeat center;
    float:left;
}.DescartesButtonDirectionalPanPanel {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.DescartesButtonDirectionalPanPanel div {
    cursor:pointer;
    height:9px;
    position:absolute;
    width:9px;
}
.DescartesButtonDirectionalPanPanel .DescartesButtonDirectionalPanNorthItemInactive {
    left: 50%;
    margin-left: -4px;
    top: 0;
    background: url(../img/Pan_Nord_OFF.png) no-repeat;
    z-index: auto;
}
.DescartesButtonDirectionalPanPanel .DescartesButtonDirectionalPanSouthItemInactive {
    left: 50%;
    margin-left: -4px;
    top: auto;
    bottom: 0;
    background: url(../img/Pan_Sud_OFF.png) no-repeat;
    z-index: auto;
}
.DescartesButtonDirectionalPanPanel .DescartesButtonDirectionalPanWestItemInactive {
    top: 50%;
    margin-top: -4px;
    left: 0;
    background: url(../img/Pan_Ouest_OFF.png) no-repeat;
    z-index: auto;
}
.DescartesButtonDirectionalPanPanel .DescartesButtonDirectionalPanEastItemInactive {
    top: 50%;
    margin-top: -4px;
    left: auto;
    right: 0;
    background: url(../img/Pan_Est_OFF.png) no-repeat;
    z-index: auto;
}
.DescartesButtonDirectionalPanPanel .DescartesButtonDirectionalPanNorthWestItemInactive {
    left: 0;
    top: 0;
    background: url(../img/Pan_NordOuest_OFF.png) no-repeat;
    z-index: auto;
}
.DescartesButtonDirectionalPanPanel .DescartesButtonDirectionalPanSouthWestItemInactive {
    left: 0;
    bottom: 0;
    background: url(../img/Pan_SudOuest_OFF.png) no-repeat;
    z-index: auto;
}
.DescartesButtonDirectionalPanPanel .DescartesButtonDirectionalPanNorthEastItemInactive {
    top: 0;
    right:0;
    background: url(../img/Pan_NordEst_OFF.png) no-repeat;
    z-index: auto;
}
.DescartesButtonDirectionalPanPanel .DescartesButtonDirectionalPanSouthEastItemInactive {
    top: auto;
    bottom: 0;
    right: 0;
    background: url(../img/Pan_SudEst_OFF.png) no-repeat;
    z-index: auto;
}
.DescartesToolBar .DescartesButtonExportPDFItemActive {
    background-image: url(../img/icon_pdf.png);
    float:left;
}
.DescartesToolBar .DescartesButtonExportPNGItemActive {
    background-image: url(../img/icon_save.png);
}
.DescartesToolBar .DescartesButtonShareLinkMapItemActive {
    background-image: url(../img/icon_link.png);
    float:left;
}

.DescartesUIShareLinkInputUrl {
    font-family:Arial;
    font-size: 14px;
    background-color: transparent;
    vertical-align : bottom;
    height: 35px;
    width: 105%;
}
.DescartesToolBar .DescartesButtonDisplayLayersTreeSimpleItemActive {
    background: url(../img/icon_display_layerstree_simple.png) no-repeat center;
    float:left;
}
.DescartesToolBar .selectionsOpenerButtonItemActive,.DescartesToolBar .selectionsOpenerButtonItemActive {
    background-image: url(../img/QueryDisable.png);
}

.DescartesToolBar .defaultOpenerButtonItemActive {
    background: url(../img/opener_button.gif) no-repeat center;
}

.DescartesToolBar .mapContentOpenerButtonItemActive {
    background: url(../img/icon_add_layer_enabled.png) no-repeat center;
}


.DescartesToolBar button:not(:hover):not(:active):not(.active) {
    background: #fff !important;
}

.DescartesToolBar .btn.disabled {
    opacity:1;
}

.DescartesToolBar div {
    display:block;
    width:  24px;
    height: 24px;
    margin-left: 2px;
    margin-right: 2px;
}



.DescartesToolBarTitle {
    font-family:Arial;
    font-size:14px;
}

.DescartesToolBarNoTitle {
    font-size:4px;
}

.DescartesToolBarDraggable {
    z-index: 1000;
    overflow: hidden;
    display: inline-block;
}

.DescartesToolBarDraggable>div.panel {
    margin-bottom: 0px;
}

.DescartesToolBarDraggable>div.card {
    margin-bottom: 0px;
}
.DescartesInfos {
    font-family:Arial;
    font-size: 11px;
    border-spacing:0px;
    padding: 1px;
    background-color: transparent;
    bottom:0px;
}.DescartesAttribution {
}

.DescartesAttribution img{
    border-width:0px;
}

.DescartesAttribution.ol-attribution ul {
    font-size: .7em;
    line-height: 1.375em;
    color: #000;
    text-shadow: 0 0 2px #fff;
}

.DescartesAttributionInDiv.ol-attribution {
    text-align: left;
    bottom: .5em;
    right: .5em;
    max-width: calc(100% - 1.3em);
}
.DescartesAttributionInDiv.ol-control {
    position: unset;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px;
}

.DescartesGraphicScale {
    font-family:Arial;
    font-size: 11px;
    border-spacing:0px;
    padding: 1px;
    background-color: #FFFFFF;
    bottom:0px;
}

.DescartesGraphicScale>div {
    display: inline-block;
}

.DescartesOddScaleBar {
    background-color:#FFFFFF;
    border:1px solid #000000;
}

.DescartesEvenScaleBar {
    background-color:#000000;
    border:1px solid #000000;
}
.DescartesToolTip {
    background-color:#6c757d;
    border-radius:10px;
    border: 1px solid #FFFFFF;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
}

.DescartesToolTip .DescartesToolTipTitle {
    display:block;
    font-weight:bold;
    text-align:center;
    font-family:Arial;
    font-size:12px;
    color:#FFFFFF;
    padding:0px 10px 0px 10px;
}

.DescartesToolTip .DescartesToolTipText {
    font-family:Arial;
    font-size: 11px;
    color:#FFFFFF;
    padding:0px 5px 0px 5px;
}

.DescartesToolTip .DescartesToolTipLien {
    color:#FFFFFF;
    font-weight:normal;
    text-decoration:blink;
}
/*	Recentrage par clic	*/
.DescartesToolBar .DescartesToolCenterMapItemInactive,.DescartesToolBar .DescartesToolCenterMapItemActive {
    background: url(../img/icon_recenter.png) no-repeat center;
}
.DescartesMiniMap {
    border: none;
}

.DescartesMiniMap .ol-overviewmap-box {
    border: 2px dotted red;
}

.DescartesMiniMap.ol-overviewmap {
    bottom: auto;
    left: auto;
    right: 1px;
    top: 1px;
}

.DescartesMiniMap.ol-overviewmap:not(.ol-collapsed) button {
    top: 1px;
    right: 1px;
    position: absolute;
    left:auto;
}
/*	Zoom vers l'etendue initiale	*/
.DescartesToolBar .DescartesToolZoomToInitialExtentItemActive {
    background: url(../img/icon_update.png) no-repeat center;
}

/*	Zoom vers l'etendue maximale	*/
.DescartesToolBar .DescartesToolZoomToInitialExtentItemInactive {
    background-image: url(../img/ResetExtentDisable.png);
}

/*	Zoom vers l'etendue initiale	*/
.DescartesToolBar .DescartesToolZoomToMaximalExtentItemActive {
    background: url(../img/ResetExtentDisable.png) no-repeat center;
}

/*	Zoom vers l'etendue maximale	*/
.DescartesToolBar .DescartesToolZoomToMaximalExtentItemInactive {
    background-image: url(../img/ResetExtentDisable.png);
}

.DescartesToolZoomInItemInactive,.DescartesToolZoomInItemActive {
    background-image: url(../img/ZoomInDisable.png);
}
.DescartesToolBar .DescartesToolZoomOutItemInactive,.DescartesToolBar .DescartesToolZoomOutItemActive {
    background-image: url(../img/ZoomOutDisable.png);
}
.DescartesToolBar .DescartesToolDragPanItemInactive,.DescartesToolBar .DescartesToolDragPanItemActive {
    background-image: url(../img/PanDisable.png);
}.DescartesToolBar .DescartesToolGeolocationSimpleItemInactive,.DescartesToolBar .DescartesToolGeolocationSimpleItemActive {
    background: url(../img/geolocation_simple.png) no-repeat center;
}

.DescartesDialog .geolocationdialog {
	left:2vh;
}

.Descartes-popup-geolocationsimple {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.Descartes-popup-geolocationsimple:after, .Descartes-popup-geolocationsimple:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.Descartes-popup-geolocationsimple:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.Descartes-popup-geolocationsimple:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.Descartes-popup-geolocationsimple-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.Descartes-popup-geolocationsimple-closer:after {
    content: "\2716";
}.DescartesToolBar .DescartesToolGeolocationTrackingItemInactive,.DescartesToolBar .DescartesToolGeolocationTrackingItemActive {
    background: url(../img/geolocation_tracking.png) no-repeat center;
}/*	Zoom precedent	*/
.DescartesToolBar .DescartesToolNavigationHistoryPreviousItemInactive {
    background: url(../img/button_zoomback_3.png) no-repeat center;
}
.DescartesToolBar .DescartesToolNavigationHistoryPreviousItemActive {
    background: url(../img/icon_zoomback.png) no-repeat center;
}

/*	Zoom suivant	*/
.DescartesToolBar .DescartesToolNavigationHistoryNextItemInactive {
    background: url(../img/button_zoomforward_3.png) no-repeat center;
}
.DescartesToolBar .DescartesToolNavigationHistoryNextItemActive {
    background: url(../img/icon_zoomforward.png) no-repeat center;
}.DescartesToolBar .DescartesToolMeasureMeasureDistanceItemInactive,.DescartesToolBar .DescartesToolMeasureMeasureDistanceItemActive {
    background-image: url(../img/measure_length_off.png);
    float:left;
}

.DescartesToolBar .DescartesToolMeasureMeasureAreaItemInactive,.DescartesToolBar .DescartesToolMeasureMeasureAreaItemActive {
    background-image: url(../img/measure_area_off.png);
    float:left;
}

.Descartes-overlay-tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}
.Descartes-tooltip-measure {
    opacity: 1;
    font-weight: bold;
}
.Descartes-tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}
.Descartes-tooltip-measure:before,
.Descartes-tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.6);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.Descartes-tooltip-static:before {
    border-top-color: #ffcc33;
}

/*
    Created on : 19 juil. 2017, 11:31:43
    Author     : marqu
*/

.DescartesToolBar .DescartesToolSelectionPointSelectionItemInactive,.DescartesToolBar .DescartesToolSelectionPointSelectionItemActive {
    background-image: url(../img/QueryDisable.png);
}/*
    Created on : 19 juil. 2017, 11:31:43
    Author     : marqu
*/
.DescartesToolBar .DescartesToolSelectionPointRadiusSelectionItemInactive,.DescartesToolBar .DescartesToolSelectionPointRadiusSelectionItemActive {
    background: url(../img/icon_roi_radius.png) no-repeat center;
}.DescartesToolBar .DescartesToolSelectionCircleSelectionItemInactive,.DescartesToolBar .DescartesToolSelectionCircleSelectionItemActive {
    background: url(../img/icon_roi_ellipse.png) no-repeat center;
}

.Descartes-tooltip-selection {
    opacity: 1;
    font-weight: bold;
}
.Descartes-tooltip-selection:before {
    border-top: 6px solid rgba(0, 0, 0, 0.6);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.DescartesToolBar .DescartesToolSelectionPolygonSelectionItemInactive,.DescartesToolBar .DescartesToolSelectionPolygonSelectionItemActive {
    background: url(../img/icon_roi_polygon.png) no-repeat center;
}
.DescartesToolBar .DescartesToolSelectionPolygonBufferHaloSelectionItemInactive,.DescartesToolBar .DescartesToolSelectionPolygonBufferHaloSelectionItemActive {
    background: url(../img/icon_polygon_buffer.png) no-repeat center;
}
.DescartesToolBar .DescartesToolSelectionLineBufferHaloSelectionItemInactive,.DescartesToolBar .DescartesToolSelectionLineBufferHaloSelectionItemActive {
    background: url(../img/icon_line_buffer.png) no-repeat center;
}
.DescartesBufferExportButton {
    background: url(../img/icon_export_buffer.gif) no-repeat center;
    float:left;
    display: block;
	width: 24px;
	height: 24px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}
.DescartesToolBar .DescartesToolSelectionRectangleSelectionItemInactive,.DescartesToolBar .DescartesToolSelectionRectangleSelectionItemActive {
    background: url(../img/icon_roi_rectangle.png) no-repeat center;
}

/*# sourceMappingURL=d-map.css.map*/