﻿@charset "UTF-8";
:root {
  --kendo-color-primary: #009dff;
  --kendo-font-size: 1.4rem;
  --kendo-color-primary-hover: #0060a0;
  --kendo-color-primary-active: #009dff;
  --kendo-color-primary-emphasis: #009dff;
  --kendo-color-primary-on-surface: #009dff;
  --kendo-spacing-4: 1.5rem; }

.k-input, k-picker {
  border: 1px solid #ccc !important;
  width: 20% !important;
  font-size: 12px !important; }

.k-picker + .k-textbox {
  width: 100% !important; }

.k-icon.k-svg-icon.k-svg-i-calendar.k-button-icon {
  color: #009dff; }

.k-state-hover {
  background-color: inherit !important; }

.layerTitle :hover {
  text-decoration: none !important;
  /*cursor:none;*/ }

.upload-button {
  background: #f0f0f0;
  border-radius: 100px;
  text-align: center;
  position: relative;
  width: 200px;
  height: 200px; }

.upload-button label {
  line-height: 200px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px; }

.upload-button input {
  opacity: 0;
  cursor: pointer;
  font-size: 200px;
  width: 200px;
  height: 200px; }

.width6 {
  width: 6%; }

.width7 {
  width: 7%; }

.width8 {
  width: 8%; }

.width9 {
  width: 9%; }

.width12 {
  width: 12%; }

.form-control, input {
  border-radius: 0 !important; }

/****************/
/* Search field */
/****************/
.search-field:before {
  position: absolute;
  content: "";
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 15px;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  -o-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(225deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 50%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  top: 14px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 0;
  background-color: #ebebeb;
  background-image: none;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: none;
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.or-choice {
  position: relative;
  margin: 3px 0px 3px 0;
  padding: 3px 0px 3px 2px;
  font-weight: bold; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  content: 's';
  position: relative;
  font-size: 14px;
  font-family: 'icomoon';
  top: 2px;
  left: -4px;
  color: #333; }

#divResultsAndSelection .searchclear.glyphicon.glyphicon-remove-circle:before {
  content: 's' !important;
  position: relative;
  font-size: 14px;
  position: relative;
  font-family: 'icomoon';
  top: 10px;
  left: 4px;
  color: #333; }

#divResultsAndSelection #filterDiv .searchclear.glyphicon.glyphicon-remove-circle {
  background-image: none;
  height: auto !important;
  width: auto !important; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 5px 24px 6px 6px;
  max-width: 90%; }

#roleattributionpartial {
  position: relative; }

#roleattributionpartial td.search-input {
  position: relative; }

#roleattributionpartial {
  margin: 10px 0; }

#parameterattributionpartial {
  position: relative; }

#parameterattributionpartial td.search-input {
  position: relative; }

#parameterattributionpartial {
  margin: 10px 0; }

/**********/
/* Slider */
/**********/
.slider-handle {
  background-color: #fff;
  background-image: none;
  width: 15px;
  height: 15px;
  border: 1px solid #b7b7b7;
  top: 2px; }

/*ul > li.resultLayers:hover {
    padding: 0px !important;
    background-color: #009dff;
}*/
.slider-selection, .slider-track {
  background-image: -webkit-linear-gradient(top, #b7b7b7 0, #b7b7b7 100%);
  background-image: -o-linear-gradient(top, #b7b7b7 0, #b7b7b7 100%);
  background-image: linear-gradient(to bottom, #b7b7b7 0, #b7b7b7 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.slider.slider-horizontal .slider-track {
  height: 4px;
  width: 100%;
  margin-top: -2px;
  top: 50%;
  left: 0; }

/***********************/
/* jquery ui overrides */
/***********************/
.ui-widget.ui-widget-content.ui-front {
  padding: 0;
  margin: 0; }

.ui-dialog-titlebar.ui-widget-header {
  border-radius: 0 !important;
  background-color: #f5f5f5;
  color: #fff;
  margin: 0;
  border: 0; }

/********/
/* Tabs */
/********/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 2px solid #009dff !important;
  font-weight: bold !important;
  padding-top: 11px !important; }

.nav > li > a {
  padding: 10px 0 !important;
  margin-left: 15px !important;
  margin-right: 4px !important; }

.nav-tabs > li > a {
  color: #333; }

.nav-tabs {
  border-bottom: none; }

/**********/
/* Icones */
/**********/
.esri-icon.esri-icon-home.esri-icon-globe {
  background-image: url("../images/geoindex-icons/Tracé 148.png");
  height: 15px;
  width: 15px; }
  .esri-icon.esri-icon-home.esri-icon-globe:before {
    content: ''; }

.esri-icon.esri-icon-home {
  background-image: url("../images/geoindex-icons/Groupe 87.png");
  height: 15px;
  width: 15px; }
  .esri-icon.esri-icon-home:before {
    content: ''; }

.chosen-container {
  font-size: 12px; }

.chosen-container .chosen-results li.highlighted {
  background-color: #ebebeb;
  background-image: none;
  color: #000; }

.selectForVisualisation img.hiddenTools {
  opacity: 0.3; }

selectForVisualisation2 img.hiddenTools {
  opacity: 0.3; }

/*CSS POUR GRILLE TELERIK*/
[id^='GridTemplate'] {
  margin-top: 1em; }

[id^='GridTemplate'] th input,
[id^='GridTemplate'] th span.k-icon {
  margin: 0 0 2px 10px;
  vertical-align: middle; }

[id^='GridTemplate'] input[type="checkbox"]:not(:disabled) {
  cursor: pointer; }

#GridSerie .k-table-td > a,
#GridParentSerie .k-table-td > a,
#GridGeoServiceJob .k-table-td > a,
#GridKnowledge .k-table-td > a,
#GridAiAgentConfig .k-table-td > a,
#GridMetaDataAllPhoto .k-table-td > a,
#GridMetaDataPhoto .k-table-td > a,
#GridImportPhoto .k-table-td > a,
#GridSession .k-table-td > a,
#GridExtraction .k-table-td > a,
#GridExtractionPhoto .k-table-td > a,
#GridExtractionZone .k-table-td > a,
#GridContact .k-table-td > a,
#GridInstitution .k-table-td > a,
#GridLicence .k-table-td > a,
#GridLicencePhoto .k-table-td > a,
[id^='GridTemplate'] .k-table-td > a,
#GridTemplate .k-table-td > a,
#GridMetaDataWorkflow .k-table-td > a,
#GridSharedLayer .k-table-td > a,
#GridMetaData .k-table-td > a,
#Grid_AssignRole .k-table-td > a,
#Grid_AssignParameter .k-table-td > a,
#GridNotification .k-table-td > a,
#GridMaintenance .k-table-td > a {
  color: #009dff !important; }

#GridSerie .k-pager-refresh,
#GridParentSerie .k-pager-refresh,
#GridGeoServiceJob .k-pager-refresh,
#GridKnowledge .k-pager-refresh,
#GridAiAgentConfig .k-pager-refresh,
#GridMetaDataAllPhoto .k-pager-refresh,
#GridMetaDataPhoto .k-pager-refresh,
#GridImportPhoto .k-pager-refresh,
#GridSession .k-pager-refresh,
#GridExtraction .k-pager-refresh,
#GridExtractionPhoto .k-pager-refresh,
#GridExtractionZone .k-pager-refresh,
#GridContact .k-pager-refresh,
#GridInstitution .k-pager-refresh,
#GridLicence .k-pager-refresh,
#GridLicencePhoto .k-pager-refresh,
[id^='GridTemplate'] .k-pager-refresh,
#GridTemplate .k-pager-refresh,
#GridMetaDataWorkflow .k-pager-refresh,
#GridSharedLayer .k-pager-refresh,
#GridMetaData .k-pager-refresh,
#Grid_AssignRole .k-pager-refresh,
#Grid_AssignParameter .k-pager-refresh,
#GridNotification .k-pager-refresh,
#GridMaintenance .k-pager-refresh {
  color: #009dff; }

#GridSerie .k-pager-numbers-wrap,
#GridParentSerie .k-pager-numbers-wrap,
#GridGeoServiceJob .k-pager-numbers-wrap,
#GridKnowledge .k-pager-numbers-wrap,
#GridAiAgentConfig .k-pager-numbers-wrap,
#GridMetaDataAllPhoto .k-pager-numbers-wrap,
#GridMetaDataPhoto .k-pager-numbers-wrap,
#GridImportPhoto .k-pager-numbers-wrap,
#GridSession .k-pager-numbers-wrap,
#GridExtraction .k-pager-numbers-wrap,
#GridExtractionPhoto .k-pager-numbers-wrap,
#GridExtractionZone .k-pager-numbers-wrap,
#GridContact .k-pager-numbers-wrap,
#GridInstitution .k-pager-numbers-wrap,
#GridLicence .k-pager-numbers-wrap,
#GridLicencePhoto .k-pager-numbers-wrap,
[id^='GridTemplate'] .k-pager-numbers-wrap,
#GridTemplate .k-pager-numbers-wrap,
#GridMetaDataWorkflow .k-pager-numbers-wrap,
#GridSharedLayer .k-pager-numbers-wrap,
#GridMetaData .k-pager-numbers-wrap,
#Grid_AssignRole .k-pager-numbers-wrap,
#Grid_AssignParameter .k-pager-numbers-wrap,
#GridNotification .k-pager-numbers-wrap,
#GridMaintenance .k-pager-numbers-wrap {
  color: #009dff !important;
  border-color: #009dff transparent transparent !important;
  border-radius: 0; }

#GridSerie .k-grid-norecords,
#GridParentSerie .k-grid-norecords,
#GridGeoServiceJob .k-grid-norecords,
#GridKnowledge .k-grid-norecords,
#GridAiAgentConfig .k-grid-norecords,
#GridMetaDataAllPhoto .k-grid-norecords,
#GridMetaDataPhoto .k-grid-norecords,
#GridImportPhoto .k-grid-norecords,
#GridSession .k-grid-norecords,
#GridExtraction .k-grid-norecords,
#GridExtractionPhoto .k-grid-norecords,
#GridExtractionZone .k-grid-norecords,
#GridContact .k-grid-norecords,
#GridInstitution .k-grid-norecords,
#GridLicence .k-grid-norecords,
#GridLicencePhoto .k-grid-norecords,
[id^='GridTemplate'] .k-grid-norecords,
#GridTemplate .k-grid-norecords,
#GridMetaDataWorkflow .k-grid-norecords,
#GridSharedLayer .k-grid-norecords,
#GridMetaData .k-grid-norecords,
#Grid_AssignRole .k-grid-norecords,
#Grid_AssignParameter .k-grid-norecords,
#GridNotification .k-grid-norecords,
#GridMaintenance .k-grid-norecords {
  display: inherit !important; }

#GridSerie .k-checkbox,
#GridParentSerie .k-checkbox,
#GridGeoServiceJob .k-checkbox,
#GridKnowledge .k-checkbox,
#GridAiAgentConfig .k-checkbox,
#GridMetaDataAllPhoto .k-checkbox,
#GridMetaDataPhoto .k-checkbox,
#GridImportPhoto .k-checkbox,
#GridSession .k-checkbox,
#GridExtraction .k-checkbox,
#GridExtractionPhoto .k-checkbox,
#GridExtractionZone .k-checkbox,
#GridContact .k-checkbox,
#GridInstitution .k-checkbox,
#GridLicence .k-checkbox,
#GridLicencePhoto .k-checkbox,
[id^='GridTemplate'] .k-checkbox,
#GridTemplate .k-checkbox,
#GridMetaDataWorkflow .k-checkbox,
#GridSharedLayer .k-checkbox,
#GridMetaData .k-checkbox,
#Grid_AssignRole .k-checkbox,
#Grid_AssignParameter .k-checkbox,
#GridNotification .k-checkbox,
#GridMaintenance .k-checkbox {
  border-color: black !important; }

/*FIN CSS POUR GRILLE TELERIK*/
#gridtabsMeta,
#templateContact,
#templateNotification,
#templateMaintenance,
#templateLicence,
#templateSerie,
#templateKnowledge,
#templateAiAgentConfig,
#templateParentSerie,
#templateScript,
#templateScriptPartial,
#preferenceTemplate,
#manageRoleRightTab,
#templateForm,
#gridtabs,
#tblRoleParameter,
#gridtabsInstitution {
  padding-left: 25px;
  padding-right: 25px; }
  #gridtabsMeta .lnkDisabled .glyphicon,
  #templateContact .lnkDisabled .glyphicon,
  #templateNotification .lnkDisabled .glyphicon,
  #templateMaintenance .lnkDisabled .glyphicon,
  #templateLicence .lnkDisabled .glyphicon,
  #templateSerie .lnkDisabled .glyphicon,
  #templateKnowledge .lnkDisabled .glyphicon,
  #templateAiAgentConfig .lnkDisabled .glyphicon,
  #templateParentSerie .lnkDisabled .glyphicon,
  #templateScript .lnkDisabled .glyphicon,
  #templateScriptPartial .lnkDisabled .glyphicon,
  #preferenceTemplate .lnkDisabled .glyphicon,
  #manageRoleRightTab .lnkDisabled .glyphicon,
  #templateForm .lnkDisabled .glyphicon,
  #gridtabs .lnkDisabled .glyphicon,
  #tblRoleParameter .lnkDisabled .glyphicon,
  #gridtabsInstitution .lnkDisabled .glyphicon {
    color: #333; }
  #gridtabsMeta .glyphicon, #gridtabsMeta .sortable .asc:after, #gridtabsMeta .sortable .desc:after, #gridtabsMeta .mvc-grid-filter, #gridtabsMeta .mvc-grid .asc:after, #gridtabsMeta .mvc-grid .desc:after,
  #templateContact .glyphicon,
  #templateContact .sortable .asc:after,
  #templateContact .sortable .desc:after,
  #templateContact .mvc-grid-filter,
  #templateContact .mvc-grid .asc:after,
  #templateContact .mvc-grid .desc:after,
  #templateNotification .glyphicon,
  #templateNotification .sortable .asc:after,
  #templateNotification .sortable .desc:after,
  #templateNotification .mvc-grid-filter,
  #templateNotification .mvc-grid .asc:after,
  #templateNotification .mvc-grid .desc:after,
  #templateMaintenance .glyphicon,
  #templateMaintenance .sortable .asc:after,
  #templateMaintenance .sortable .desc:after,
  #templateMaintenance .mvc-grid-filter,
  #templateMaintenance .mvc-grid .asc:after,
  #templateMaintenance .mvc-grid .desc:after,
  #templateLicence .glyphicon,
  #templateLicence .sortable .asc:after,
  #templateLicence .sortable .desc:after,
  #templateLicence .mvc-grid-filter,
  #templateLicence .mvc-grid .asc:after,
  #templateLicence .mvc-grid .desc:after,
  #templateSerie .glyphicon,
  #templateSerie .sortable .asc:after,
  #templateSerie .sortable .desc:after,
  #templateSerie .mvc-grid-filter,
  #templateSerie .mvc-grid .asc:after,
  #templateSerie .mvc-grid .desc:after,
  #templateKnowledge .glyphicon,
  #templateKnowledge .sortable .asc:after,
  #templateKnowledge .sortable .desc:after,
  #templateKnowledge .mvc-grid-filter,
  #templateKnowledge .mvc-grid .asc:after,
  #templateKnowledge .mvc-grid .desc:after,
  #templateAiAgentConfig .glyphicon,
  #templateAiAgentConfig .sortable .asc:after,
  #templateAiAgentConfig .sortable .desc:after,
  #templateAiAgentConfig .mvc-grid-filter,
  #templateAiAgentConfig .mvc-grid .asc:after,
  #templateAiAgentConfig .mvc-grid .desc:after,
  #templateParentSerie .glyphicon,
  #templateParentSerie .sortable .asc:after,
  #templateParentSerie .sortable .desc:after,
  #templateParentSerie .mvc-grid-filter,
  #templateParentSerie .mvc-grid .asc:after,
  #templateParentSerie .mvc-grid .desc:after,
  #templateScript .glyphicon,
  #templateScript .sortable .asc:after,
  #templateScript .sortable .desc:after,
  #templateScript .mvc-grid-filter,
  #templateScript .mvc-grid .asc:after,
  #templateScript .mvc-grid .desc:after,
  #templateScriptPartial .glyphicon,
  #templateScriptPartial .sortable .asc:after,
  #templateScriptPartial .sortable .desc:after,
  #templateScriptPartial .mvc-grid-filter,
  #templateScriptPartial .mvc-grid .asc:after,
  #templateScriptPartial .mvc-grid .desc:after,
  #preferenceTemplate .glyphicon,
  #preferenceTemplate .sortable .asc:after,
  #preferenceTemplate .sortable .desc:after,
  #preferenceTemplate .mvc-grid-filter,
  #preferenceTemplate .mvc-grid .asc:after,
  #preferenceTemplate .mvc-grid .desc:after,
  #manageRoleRightTab .glyphicon,
  #manageRoleRightTab .sortable .asc:after,
  #manageRoleRightTab .sortable .desc:after,
  #manageRoleRightTab .mvc-grid-filter,
  #manageRoleRightTab .mvc-grid .asc:after,
  #manageRoleRightTab .mvc-grid .desc:after,
  #templateForm .glyphicon,
  #templateForm .sortable .asc:after,
  #templateForm .sortable .desc:after,
  #templateForm .mvc-grid-filter,
  #templateForm .mvc-grid .asc:after,
  #templateForm .mvc-grid .desc:after,
  #gridtabs .glyphicon,
  #gridtabs .sortable .asc:after,
  #gridtabs .sortable .desc:after,
  #gridtabs .mvc-grid-filter,
  #gridtabs .mvc-grid .asc:after,
  #gridtabs .mvc-grid .desc:after,
  #tblRoleParameter .glyphicon,
  #tblRoleParameter .sortable .asc:after,
  #tblRoleParameter .sortable .desc:after,
  #tblRoleParameter .mvc-grid-filter,
  #tblRoleParameter .mvc-grid .asc:after,
  #tblRoleParameter .mvc-grid .desc:after,
  #gridtabsInstitution .glyphicon,
  #gridtabsInstitution .sortable .asc:after,
  #gridtabsInstitution .sortable .desc:after,
  #gridtabsInstitution .mvc-grid-filter,
  #gridtabsInstitution .mvc-grid .asc:after,
  #gridtabsInstitution .mvc-grid .desc:after {
    font-family: 'icomoon';
    color: #009dff;
    font-size: 15px; }
  #gridtabsMeta .glyphicon-edit:before,
  #templateContact .glyphicon-edit:before,
  #templateNotification .glyphicon-edit:before,
  #templateMaintenance .glyphicon-edit:before,
  #templateLicence .glyphicon-edit:before,
  #templateSerie .glyphicon-edit:before,
  #templateKnowledge .glyphicon-edit:before,
  #templateAiAgentConfig .glyphicon-edit:before,
  #templateParentSerie .glyphicon-edit:before,
  #templateScript .glyphicon-edit:before,
  #templateScriptPartial .glyphicon-edit:before,
  #preferenceTemplate .glyphicon-edit:before,
  #manageRoleRightTab .glyphicon-edit:before,
  #templateForm .glyphicon-edit:before,
  #gridtabs .glyphicon-edit:before,
  #tblRoleParameter .glyphicon-edit:before,
  #gridtabsInstitution .glyphicon-edit:before {
    content: 'm'; }
  #gridtabsMeta .glyphicon-copy:before,
  #templateContact .glyphicon-copy:before,
  #templateNotification .glyphicon-copy:before,
  #templateMaintenance .glyphicon-copy:before,
  #templateLicence .glyphicon-copy:before,
  #templateSerie .glyphicon-copy:before,
  #templateKnowledge .glyphicon-copy:before,
  #templateAiAgentConfig .glyphicon-copy:before,
  #templateParentSerie .glyphicon-copy:before,
  #templateScript .glyphicon-copy:before,
  #templateScriptPartial .glyphicon-copy:before,
  #preferenceTemplate .glyphicon-copy:before,
  #manageRoleRightTab .glyphicon-copy:before,
  #templateForm .glyphicon-copy:before,
  #gridtabs .glyphicon-copy:before,
  #tblRoleParameter .glyphicon-copy:before,
  #gridtabsInstitution .glyphicon-copy:before {
    content: "n"; }
  #gridtabsMeta .glyphicon-trash:before,
  #templateContact .glyphicon-trash:before,
  #templateNotification .glyphicon-trash:before,
  #templateMaintenance .glyphicon-trash:before,
  #templateLicence .glyphicon-trash:before,
  #templateSerie .glyphicon-trash:before,
  #templateKnowledge .glyphicon-trash:before,
  #templateAiAgentConfig .glyphicon-trash:before,
  #templateParentSerie .glyphicon-trash:before,
  #templateScript .glyphicon-trash:before,
  #templateScriptPartial .glyphicon-trash:before,
  #preferenceTemplate .glyphicon-trash:before,
  #manageRoleRightTab .glyphicon-trash:before,
  #templateForm .glyphicon-trash:before,
  #gridtabs .glyphicon-trash:before,
  #tblRoleParameter .glyphicon-trash:before,
  #gridtabsInstitution .glyphicon-trash:before {
    content: 'o'; }
  #gridtabsMeta .glyphicon-calendar:before,
  #templateContact .glyphicon-calendar:before,
  #templateNotification .glyphicon-calendar:before,
  #templateMaintenance .glyphicon-calendar:before,
  #templateLicence .glyphicon-calendar:before,
  #templateSerie .glyphicon-calendar:before,
  #templateKnowledge .glyphicon-calendar:before,
  #templateAiAgentConfig .glyphicon-calendar:before,
  #templateParentSerie .glyphicon-calendar:before,
  #templateScript .glyphicon-calendar:before,
  #templateScriptPartial .glyphicon-calendar:before,
  #preferenceTemplate .glyphicon-calendar:before,
  #manageRoleRightTab .glyphicon-calendar:before,
  #templateForm .glyphicon-calendar:before,
  #gridtabs .glyphicon-calendar:before,
  #tblRoleParameter .glyphicon-calendar:before,
  #gridtabsInstitution .glyphicon-calendar:before {
    content: 'u'; }
  #gridtabsMeta .glyphicon-new-window:before,
  #templateContact .glyphicon-new-window:before,
  #templateNotification .glyphicon-new-window:before,
  #templateMaintenance .glyphicon-new-window:before,
  #templateLicence .glyphicon-new-window:before,
  #templateSerie .glyphicon-new-window:before,
  #templateKnowledge .glyphicon-new-window:before,
  #templateAiAgentConfig .glyphicon-new-window:before,
  #templateParentSerie .glyphicon-new-window:before,
  #templateScript .glyphicon-new-window:before,
  #templateScriptPartial .glyphicon-new-window:before,
  #preferenceTemplate .glyphicon-new-window:before,
  #manageRoleRightTab .glyphicon-new-window:before,
  #templateForm .glyphicon-new-window:before,
  #gridtabs .glyphicon-new-window:before,
  #tblRoleParameter .glyphicon-new-window:before,
  #gridtabsInstitution .glyphicon-new-window:before {
    content: ""; }
  #gridtabsMeta .glyphicon.glyphicon-list-alt,
  #templateContact .glyphicon.glyphicon-list-alt,
  #templateNotification .glyphicon.glyphicon-list-alt,
  #templateMaintenance .glyphicon.glyphicon-list-alt,
  #templateLicence .glyphicon.glyphicon-list-alt,
  #templateSerie .glyphicon.glyphicon-list-alt,
  #templateKnowledge .glyphicon.glyphicon-list-alt,
  #templateAiAgentConfig .glyphicon.glyphicon-list-alt,
  #templateParentSerie .glyphicon.glyphicon-list-alt,
  #templateScript .glyphicon.glyphicon-list-alt,
  #templateScriptPartial .glyphicon.glyphicon-list-alt,
  #preferenceTemplate .glyphicon.glyphicon-list-alt,
  #manageRoleRightTab .glyphicon.glyphicon-list-alt,
  #templateForm .glyphicon.glyphicon-list-alt,
  #gridtabs .glyphicon.glyphicon-list-alt,
  #tblRoleParameter .glyphicon.glyphicon-list-alt,
  #gridtabsInstitution .glyphicon.glyphicon-list-alt {
    font-family: 'Glyphicons Halflings'; }
  #gridtabsMeta div:not(k-grid) .glyphicon-trash,
  #templateContact div:not(k-grid) .glyphicon-trash,
  #templateNotification div:not(k-grid) .glyphicon-trash,
  #templateMaintenance div:not(k-grid) .glyphicon-trash,
  #templateLicence div:not(k-grid) .glyphicon-trash,
  #templateSerie div:not(k-grid) .glyphicon-trash,
  #templateKnowledge div:not(k-grid) .glyphicon-trash,
  #templateAiAgentConfig div:not(k-grid) .glyphicon-trash,
  #templateParentSerie div:not(k-grid) .glyphicon-trash,
  #templateScript div:not(k-grid) .glyphicon-trash,
  #templateScriptPartial div:not(k-grid) .glyphicon-trash,
  #preferenceTemplate div:not(k-grid) .glyphicon-trash,
  #manageRoleRightTab div:not(k-grid) .glyphicon-trash,
  #templateForm div:not(k-grid) .glyphicon-trash,
  #gridtabs div:not(k-grid) .glyphicon-trash,
  #tblRoleParameter div:not(k-grid) .glyphicon-trash,
  #gridtabsInstitution div:not(k-grid) .glyphicon-trash {
    top: -4px; }
  #gridtabsMeta .glyphicon-plus,
  #templateContact .glyphicon-plus,
  #templateNotification .glyphicon-plus,
  #templateMaintenance .glyphicon-plus,
  #templateLicence .glyphicon-plus,
  #templateSerie .glyphicon-plus,
  #templateKnowledge .glyphicon-plus,
  #templateAiAgentConfig .glyphicon-plus,
  #templateParentSerie .glyphicon-plus,
  #templateScript .glyphicon-plus,
  #templateScriptPartial .glyphicon-plus,
  #preferenceTemplate .glyphicon-plus,
  #manageRoleRightTab .glyphicon-plus,
  #templateForm .glyphicon-plus,
  #gridtabs .glyphicon-plus,
  #tblRoleParameter .glyphicon-plus,
  #gridtabsInstitution .glyphicon-plus {
    font-weight: bold;
    font-size: 20px;
    top: -4px;
    display: inline-block;
    padding-left: 10px; }
  #gridtabsMeta .glyphicon-open:before,
  #templateContact .glyphicon-open:before,
  #templateNotification .glyphicon-open:before,
  #templateMaintenance .glyphicon-open:before,
  #templateLicence .glyphicon-open:before,
  #templateSerie .glyphicon-open:before,
  #templateKnowledge .glyphicon-open:before,
  #templateAiAgentConfig .glyphicon-open:before,
  #templateParentSerie .glyphicon-open:before,
  #templateScript .glyphicon-open:before,
  #templateScriptPartial .glyphicon-open:before,
  #preferenceTemplate .glyphicon-open:before,
  #manageRoleRightTab .glyphicon-open:before,
  #templateForm .glyphicon-open:before,
  #gridtabs .glyphicon-open:before,
  #tblRoleParameter .glyphicon-open:before,
  #gridtabsInstitution .glyphicon-open:before {
    content: 'r'; }
  #gridtabsMeta .glyphicon-download-alt:before,
  #templateContact .glyphicon-download-alt:before,
  #templateNotification .glyphicon-download-alt:before,
  #templateMaintenance .glyphicon-download-alt:before,
  #templateLicence .glyphicon-download-alt:before,
  #templateSerie .glyphicon-download-alt:before,
  #templateKnowledge .glyphicon-download-alt:before,
  #templateAiAgentConfig .glyphicon-download-alt:before,
  #templateParentSerie .glyphicon-download-alt:before,
  #templateScript .glyphicon-download-alt:before,
  #templateScriptPartial .glyphicon-download-alt:before,
  #preferenceTemplate .glyphicon-download-alt:before,
  #manageRoleRightTab .glyphicon-download-alt:before,
  #templateForm .glyphicon-download-alt:before,
  #gridtabs .glyphicon-download-alt:before,
  #tblRoleParameter .glyphicon-download-alt:before,
  #gridtabsInstitution .glyphicon-download-alt:before {
    content: 'h'; }
  #gridtabsMeta .glyphicon-eye-open:before,
  #templateContact .glyphicon-eye-open:before,
  #templateNotification .glyphicon-eye-open:before,
  #templateMaintenance .glyphicon-eye-open:before,
  #templateLicence .glyphicon-eye-open:before,
  #templateSerie .glyphicon-eye-open:before,
  #templateKnowledge .glyphicon-eye-open:before,
  #templateAiAgentConfig .glyphicon-eye-open:before,
  #templateParentSerie .glyphicon-eye-open:before,
  #templateScript .glyphicon-eye-open:before,
  #templateScriptPartial .glyphicon-eye-open:before,
  #preferenceTemplate .glyphicon-eye-open:before,
  #manageRoleRightTab .glyphicon-eye-open:before,
  #templateForm .glyphicon-eye-open:before,
  #gridtabs .glyphicon-eye-open:before,
  #tblRoleParameter .glyphicon-eye-open:before,
  #gridtabsInstitution .glyphicon-eye-open:before {
    content: 'c'; }
  #gridtabsMeta legend .glyphicon-plus,
  #templateContact legend .glyphicon-plus,
  #templateNotification legend .glyphicon-plus,
  #templateMaintenance legend .glyphicon-plus,
  #templateLicence legend .glyphicon-plus,
  #templateSerie legend .glyphicon-plus,
  #templateKnowledge legend .glyphicon-plus,
  #templateAiAgentConfig legend .glyphicon-plus,
  #templateParentSerie legend .glyphicon-plus,
  #templateScript legend .glyphicon-plus,
  #templateScriptPartial legend .glyphicon-plus,
  #preferenceTemplate legend .glyphicon-plus,
  #manageRoleRightTab legend .glyphicon-plus,
  #templateForm legend .glyphicon-plus,
  #gridtabs legend .glyphicon-plus,
  #tblRoleParameter legend .glyphicon-plus,
  #gridtabsInstitution legend .glyphicon-plus {
    top: 0; }
  #gridtabsMeta .glyphicon-remove-circle:before,
  #templateContact .glyphicon-remove-circle:before,
  #templateNotification .glyphicon-remove-circle:before,
  #templateMaintenance .glyphicon-remove-circle:before,
  #templateLicence .glyphicon-remove-circle:before,
  #templateSerie .glyphicon-remove-circle:before,
  #templateKnowledge .glyphicon-remove-circle:before,
  #templateAiAgentConfig .glyphicon-remove-circle:before,
  #templateParentSerie .glyphicon-remove-circle:before,
  #templateScript .glyphicon-remove-circle:before,
  #templateScriptPartial .glyphicon-remove-circle:before,
  #preferenceTemplate .glyphicon-remove-circle:before,
  #manageRoleRightTab .glyphicon-remove-circle:before,
  #templateForm .glyphicon-remove-circle:before,
  #gridtabs .glyphicon-remove-circle:before,
  #tblRoleParameter .glyphicon-remove-circle:before,
  #gridtabsInstitution .glyphicon-remove-circle:before {
    content: 's'; }
  #gridtabsMeta .glyphicon-search:before,
  #templateContact .glyphicon-search:before,
  #templateNotification .glyphicon-search:before,
  #templateMaintenance .glyphicon-search:before,
  #templateLicence .glyphicon-search:before,
  #templateSerie .glyphicon-search:before,
  #templateKnowledge .glyphicon-search:before,
  #templateAiAgentConfig .glyphicon-search:before,
  #templateParentSerie .glyphicon-search:before,
  #templateScript .glyphicon-search:before,
  #templateScriptPartial .glyphicon-search:before,
  #preferenceTemplate .glyphicon-search:before,
  #manageRoleRightTab .glyphicon-search:before,
  #templateForm .glyphicon-search:before,
  #gridtabs .glyphicon-search:before,
  #tblRoleParameter .glyphicon-search:before,
  #gridtabsInstitution .glyphicon-search:before {
    content: "a";
    color: #333; }
  #gridtabsMeta .sortable .asc:after,
  #templateContact .sortable .asc:after,
  #templateNotification .sortable .asc:after,
  #templateMaintenance .sortable .asc:after,
  #templateLicence .sortable .asc:after,
  #templateSerie .sortable .asc:after,
  #templateKnowledge .sortable .asc:after,
  #templateAiAgentConfig .sortable .asc:after,
  #templateParentSerie .sortable .asc:after,
  #templateScript .sortable .asc:after,
  #templateScriptPartial .sortable .asc:after,
  #preferenceTemplate .sortable .asc:after,
  #manageRoleRightTab .sortable .asc:after,
  #templateForm .sortable .asc:after,
  #gridtabs .sortable .asc:after,
  #tblRoleParameter .sortable .asc:after,
  #gridtabsInstitution .sortable .asc:after {
    content: 'r'; }
  #gridtabsMeta .sortable .desc:after,
  #templateContact .sortable .desc:after,
  #templateNotification .sortable .desc:after,
  #templateMaintenance .sortable .desc:after,
  #templateLicence .sortable .desc:after,
  #templateSerie .sortable .desc:after,
  #templateKnowledge .sortable .desc:after,
  #templateAiAgentConfig .sortable .desc:after,
  #templateParentSerie .sortable .desc:after,
  #templateScript .sortable .desc:after,
  #templateScriptPartial .sortable .desc:after,
  #preferenceTemplate .sortable .desc:after,
  #manageRoleRightTab .sortable .desc:after,
  #templateForm .sortable .desc:after,
  #gridtabs .sortable .desc:after,
  #tblRoleParameter .sortable .desc:after,
  #gridtabsInstitution .sortable .desc:after {
    content: 'q'; }
  #gridtabsMeta a:hover, #gridtabsMeta a:focus,
  #templateContact a:hover,
  #templateContact a:focus,
  #templateNotification a:hover,
  #templateNotification a:focus,
  #templateMaintenance a:hover,
  #templateMaintenance a:focus,
  #templateLicence a:hover,
  #templateLicence a:focus,
  #templateSerie a:hover,
  #templateSerie a:focus,
  #templateKnowledge a:hover,
  #templateKnowledge a:focus,
  #templateAiAgentConfig a:hover,
  #templateAiAgentConfig a:focus,
  #templateParentSerie a:hover,
  #templateParentSerie a:focus,
  #templateScript a:hover,
  #templateScript a:focus,
  #templateScriptPartial a:hover,
  #templateScriptPartial a:focus,
  #preferenceTemplate a:hover,
  #preferenceTemplate a:focus,
  #manageRoleRightTab a:hover,
  #manageRoleRightTab a:focus,
  #templateForm a:hover,
  #templateForm a:focus,
  #gridtabs a:hover,
  #gridtabs a:focus,
  #tblRoleParameter a:hover,
  #tblRoleParameter a:focus,
  #gridtabsInstitution a:hover,
  #gridtabsInstitution a:focus {
    text-decoration: none; }
  #gridtabsMeta textarea,
  #templateContact textarea,
  #templateNotification textarea,
  #templateMaintenance textarea,
  #templateLicence textarea,
  #templateSerie textarea,
  #templateKnowledge textarea,
  #templateAiAgentConfig textarea,
  #templateParentSerie textarea,
  #templateScript textarea,
  #templateScriptPartial textarea,
  #preferenceTemplate textarea,
  #manageRoleRightTab textarea,
  #templateForm textarea,
  #gridtabs textarea,
  #tblRoleParameter textarea,
  #gridtabsInstitution textarea {
    /*padding: 0;*/
    margin: 0 10px 10px 0; }

.btn-success {
  color: #fff;
  background-color: #9d9d9d;
  border-color: #9d9d9d; }

.btn-danger {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e; }

.btn-success:hover {
  color: #333;
  background-color: #9d9d9d;
  border-color: #9d9d9d; }

.btn-danger:hover {
  color: #333;
  background-color: #6e6e6e;
  border-color: #6e6e6e; }

#divTabsMeta a:hover, #divTabsMeta a:focus {
  text-decoration: none; }

#divTabsInstitution a:hover, #divTabsInstitution a:focus {
  text-decoration: none; }

#divTabsExtraction a:hover, #divTabsExtraction a:focus {
  text-decoration: none; }

img.hiddenTools {
  opacity: 0.6; }

table td[class*="col-"], table th[class*="col-"] {
  display: table-cell;
  float: none; }

.with-note:after {
  content: '';
  height: 7px;
  width: 7px;
  background-color: red;
  border-radius: 50%;
  right: -1px;
  display: block;
  bottom: -1px;
  position: absolute; }

/*********/
/* Pager */
/*********/
#divResultsAndSelection .pager li > a,
#divResultsAndSelection .pager li > span,
#gridtabsMeta .pager li > a,
#gridtabsMeta .pager li > span,
#templateContact .pager li > a,
#templateContact .pager li > span,
#templateNotification .pager li > a,
#templateNotification .pager li > span,
#templateMaintenance .pager li > a,
#templateMaintenance .pager li > span,
#templateKnowledge .pager li > a,
#templateKnowledge .pager li > span,
#templateAiAgentConfig .pager li > a,
#templateAiAgentConfig .pager li > span,
#templateLicence .pager li > a,
#templateLicence .pager li > span,
#templateScript .pager li > a,
#templateScript .pager li > span,
#templateScriptPartial .pager li > a,
#templateScriptPartial .pager li > span,
#preferenceTemplate .pager li > a,
#preferenceTemplate .pager li > span,
#manageRoleRightTab .pager li > a,
#manageRoleRightTab .pager li > span,
#templateForm .pager li > a,
#templateForm .pager li > span,
#UserProfileRoleGrid .pager li > a,
#UserProfileRoleGrid .pager li > span,
#Grid_AssignRole .pager li > a,
#Grid_AssignRole .pager li > span,
#Grid_AssignParameter .pager li > a,
#Grid_AssignParameter .pager li > span,
#tblGlobalParameter .pager li > a,
#tblGlobalParameter .pager li > span,
#tblRoleRights .pager li > a,
#tblRoleRights .pager li > span,
#tblRoleParameter .pager li > a,
#tblRoleParameter .pager li > span,
#gridtabsInstitution .pager li > a,
#gridtabsInstitution .pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0; }

#divResultsAndSelection .pager li > a:hover,
#divResultsAndSelection .pager li > a:focus,
#gridtabsMeta .pager li > a:hover,
#gridtabsMeta .pager li > a:focus,
#templateContact .pager li > a:hover,
#templateContact .pager li > a:focus,
#templateNotification .pager li > a:hover,
#templateNotification .pager li > a:focus,
#templateMaintenance .pager li > a:hover,
#templateMaintenance .pager li > a:focus,
#templateKnowledge .pager li > a:hover,
#templateKnowledge .pager li > a:focus,
#templateAiAgentConfig .pager li > a:hover,
#templateAiAgentConfig .pager li > a:focus,
#templateLicence .pager li > a:hover,
#templateLicence .pager li > a:focus,
#templateScript .pager li > a:hover,
#templateScript .pager li > a:focus,
#templateScriptPartial .pager li > a:hover,
#templateScriptPartial .pager li > a:focus,
#preferenceTemplate .pager li > a:hover,
#preferenceTemplate .pager li > a:focus,
#manageRoleRightTab .pager li > a:hover,
#manageRoleRightTab .pager li > a:focus,
#templateForm .pager li > a:hover,
#templateForm .pager li > a:focus,
#UserProfileRoleGrid .pager li > a:hover,
#UserProfileRoleGrid .pager li > a:focus,
#Grid_AssignRole .pager li > a:hover,
#Grid_AssignRole .pager li > a:focus,
#Grid_AssignParameter .pager li > a:hover,
#Grid_AssignParameter .pager li > a:focus,
#tblGlobalParameter .pager li > a:hover,
#tblGlobalParameter .pager li > a:focus,
#tblRoleRights .pager li > a:hover,
#tblRoleRights .pager li > a:focus,
#tblRoleParameter .pager li > a:hover,
#tblRoleParameter .pager li > a:focus,
#gridtabsInstitution .pager li > a:hover,
#gridtabsInstitution .pager li > a:focus {
  background-color: #6c6c6c; }

#divResultsAndSelection .pager .disabled,
#gridtabsMeta .pager .disabled,
#templateContact .pager .disabled,
#templateNotification .pager .disabled,
#templateMaintenance .pager .disabled,
#templateKnowledge .pager .disabled,
#templateAiAgentConfig .pager .disabled,
#templateLicence .pager .disabled,
#templateScript .pager .disabled,
#templateScriptPartial .pager .disabled,
#preferenceTemplate .pager .disabled,
#manageRoleRightTab .pager .disabled,
#templateForm .pager .disabled,
#UserProfileRoleGrid .pager .disabled,
#Grid_AssignRole .pager .disabled,
#Grid_AssignParameter .pager .disabled,
#tblGlobalParameter .pager .disabled,
#tblRoleRights .pager .disabled,
#tblRoleParameter .pager .disabled,
#gridtabsInstitution .pager .disabled {
  opacity: 0.75; }
  #divResultsAndSelection .pager .disabled > a,
  #divResultsAndSelection .pager .disabled > a:hover,
  #divResultsAndSelection .pager .disabled > a:focus,
  #divResultsAndSelection .pager .disabled > span,
  #gridtabsMeta .pager .disabled > a,
  #gridtabsMeta .pager .disabled > a:hover,
  #gridtabsMeta .pager .disabled > a:focus,
  #gridtabsMeta .pager .disabled > span,
  #templateContact .pager .disabled > a,
  #templateContact .pager .disabled > a:hover,
  #templateContact .pager .disabled > a:focus,
  #templateContact .pager .disabled > span,
  #templateNotification .pager .disabled > a,
  #templateNotification .pager .disabled > a:hover,
  #templateNotification .pager .disabled > a:focus,
  #templateNotification .pager .disabled > span,
  #templateMaintenance .pager .disabled > a,
  #templateMaintenance .pager .disabled > a:hover,
  #templateMaintenance .pager .disabled > a:focus,
  #templateMaintenance .pager .disabled > span,
  #templateKnowledge .pager .disabled > a,
  #templateKnowledge .pager .disabled > a:hover,
  #templateKnowledge .pager .disabled > a:focus,
  #templateKnowledge .pager .disabled > span,
  #templateAiAgentConfig .pager .disabled > a,
  #templateAiAgentConfig .pager .disabled > a:hover,
  #templateAiAgentConfig .pager .disabled > a:focus,
  #templateAiAgentConfig .pager .disabled > span,
  #templateLicence .pager .disabled > a,
  #templateLicence .pager .disabled > a:hover,
  #templateLicence .pager .disabled > a:focus,
  #templateLicence .pager .disabled > span,
  #templateScript .pager .disabled > a,
  #templateScript .pager .disabled > a:hover,
  #templateScript .pager .disabled > a:focus,
  #templateScript .pager .disabled > span,
  #templateScriptPartial .pager .disabled > a,
  #templateScriptPartial .pager .disabled > a:hover,
  #templateScriptPartial .pager .disabled > a:focus,
  #templateScriptPartial .pager .disabled > span,
  #preferenceTemplate .pager .disabled > a,
  #preferenceTemplate .pager .disabled > a:hover,
  #preferenceTemplate .pager .disabled > a:focus,
  #preferenceTemplate .pager .disabled > span,
  #manageRoleRightTab .pager .disabled > a,
  #manageRoleRightTab .pager .disabled > a:hover,
  #manageRoleRightTab .pager .disabled > a:focus,
  #manageRoleRightTab .pager .disabled > span,
  #templateForm .pager .disabled > a,
  #templateForm .pager .disabled > a:hover,
  #templateForm .pager .disabled > a:focus,
  #templateForm .pager .disabled > span,
  #UserProfileRoleGrid .pager .disabled > a,
  #UserProfileRoleGrid .pager .disabled > a:hover,
  #UserProfileRoleGrid .pager .disabled > a:focus,
  #UserProfileRoleGrid .pager .disabled > span,
  #Grid_AssignRole .pager .disabled > a,
  #Grid_AssignRole .pager .disabled > a:hover,
  #Grid_AssignRole .pager .disabled > a:focus,
  #Grid_AssignRole .pager .disabled > span,
  #Grid_AssignParameter .pager .disabled > a,
  #Grid_AssignParameter .pager .disabled > a:hover,
  #Grid_AssignParameter .pager .disabled > a:focus,
  #Grid_AssignParameter .pager .disabled > span,
  #tblGlobalParameter .pager .disabled > a,
  #tblGlobalParameter .pager .disabled > a:hover,
  #tblGlobalParameter .pager .disabled > a:focus,
  #tblGlobalParameter .pager .disabled > span,
  #tblRoleRights .pager .disabled > a,
  #tblRoleRights .pager .disabled > a:hover,
  #tblRoleRights .pager .disabled > a:focus,
  #tblRoleRights .pager .disabled > span,
  #tblRoleParameter .pager .disabled > a,
  #tblRoleParameter .pager .disabled > a:hover,
  #tblRoleParameter .pager .disabled > a:focus,
  #tblRoleParameter .pager .disabled > span,
  #gridtabsInstitution .pager .disabled > a,
  #gridtabsInstitution .pager .disabled > a:hover,
  #gridtabsInstitution .pager .disabled > a:focus,
  #gridtabsInstitution .pager .disabled > span {
    color: #595959;
    opacity: 0.4;
    background-color: #fff; }

#divResultsAndSelection .pagination,
#gridtabsMeta .pagination,
#templateContact .pagination,
#templateNotification .pagination,
#templateMaintenance .pagination,
#templateKnowledge .pagination,
#templateAiAgentConfig .pagination,
#templateLicence .pagination,
#templateScript .pagination,
#templateScriptPartial .pagination,
#preferenceTemplate .pagination,
#manageRoleRightTab .pagination,
#templateForm .pagination,
#UserProfileRoleGrid .pagination,
#Grid_AssignRole .pagination,
#Grid_AssignParameter .pagination,
#tblGlobalParameter .pagination,
#tblRoleRights .pagination,
#tblRoleParameter .pagination,
#gridtabsInstitution .pagination {
  border-radius: 0; }
  #divResultsAndSelection .pagination > li > a,
  #divResultsAndSelection .pagination > li > span,
  #gridtabsMeta .pagination > li > a,
  #gridtabsMeta .pagination > li > span,
  #templateContact .pagination > li > a,
  #templateContact .pagination > li > span,
  #templateNotification .pagination > li > a,
  #templateNotification .pagination > li > span,
  #templateMaintenance .pagination > li > a,
  #templateMaintenance .pagination > li > span,
  #templateKnowledge .pagination > li > a,
  #templateKnowledge .pagination > li > span,
  #templateAiAgentConfig .pagination > li > a,
  #templateAiAgentConfig .pagination > li > span,
  #templateLicence .pagination > li > a,
  #templateLicence .pagination > li > span,
  #templateScript .pagination > li > a,
  #templateScript .pagination > li > span,
  #templateScriptPartial .pagination > li > a,
  #templateScriptPartial .pagination > li > span,
  #preferenceTemplate .pagination > li > a,
  #preferenceTemplate .pagination > li > span,
  #manageRoleRightTab .pagination > li > a,
  #manageRoleRightTab .pagination > li > span,
  #templateForm .pagination > li > a,
  #templateForm .pagination > li > span,
  #UserProfileRoleGrid .pagination > li > a,
  #UserProfileRoleGrid .pagination > li > span,
  #Grid_AssignRole .pagination > li > a,
  #Grid_AssignRole .pagination > li > span,
  #Grid_AssignParameter .pagination > li > a,
  #Grid_AssignParameter .pagination > li > span,
  #tblGlobalParameter .pagination > li > a,
  #tblGlobalParameter .pagination > li > span,
  #tblRoleRights .pagination > li > a,
  #tblRoleRights .pagination > li > span,
  #tblRoleParameter .pagination > li > a,
  #tblRoleParameter .pagination > li > span,
  #gridtabsInstitution .pagination > li > a,
  #gridtabsInstitution .pagination > li > span {
    color: #595959;
    background-color: #fff;
    border: 1px solid #ddd; }
  #divResultsAndSelection .pagination > li:first-child > a,
  #divResultsAndSelection .pagination > li:first-child > span,
  #gridtabsMeta .pagination > li:first-child > a,
  #gridtabsMeta .pagination > li:first-child > span,
  #templateContact .pagination > li:first-child > a,
  #templateContact .pagination > li:first-child > span,
  #templateNotification .pagination > li:first-child > a,
  #templateNotification .pagination > li:first-child > span,
  #templateMaintenance .pagination > li:first-child > a,
  #templateMaintenance .pagination > li:first-child > span,
  #templateKnowledge .pagination > li:first-child > a,
  #templateKnowledge .pagination > li:first-child > span,
  #templateAiAgentConfig .pagination > li:first-child > a,
  #templateAiAgentConfig .pagination > li:first-child > span,
  #templateLicence .pagination > li:first-child > a,
  #templateLicence .pagination > li:first-child > span,
  #templateScript .pagination > li:first-child > a,
  #templateScript .pagination > li:first-child > span,
  #templateScriptPartial .pagination > li:first-child > a,
  #templateScriptPartial .pagination > li:first-child > span,
  #preferenceTemplate .pagination > li:first-child > a,
  #preferenceTemplate .pagination > li:first-child > span,
  #manageRoleRightTab .pagination > li:first-child > a,
  #manageRoleRightTab .pagination > li:first-child > span,
  #templateForm .pagination > li:first-child > a,
  #templateForm .pagination > li:first-child > span,
  #UserProfileRoleGrid .pagination > li:first-child > a,
  #UserProfileRoleGrid .pagination > li:first-child > span,
  #Grid_AssignRole .pagination > li:first-child > a,
  #Grid_AssignRole .pagination > li:first-child > span,
  #Grid_AssignParameter .pagination > li:first-child > a,
  #Grid_AssignParameter .pagination > li:first-child > span,
  #tblGlobalParameter .pagination > li:first-child > a,
  #tblGlobalParameter .pagination > li:first-child > span,
  #tblRoleRights .pagination > li:first-child > a,
  #tblRoleRights .pagination > li:first-child > span,
  #tblRoleParameter .pagination > li:first-child > a,
  #tblRoleParameter .pagination > li:first-child > span,
  #gridtabsInstitution .pagination > li:first-child > a,
  #gridtabsInstitution .pagination > li:first-child > span {
    border: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  #divResultsAndSelection .pagination > li:last-child > a,
  #divResultsAndSelection .pagination > li:last-child > span,
  #gridtabsMeta .pagination > li:last-child > a,
  #gridtabsMeta .pagination > li:last-child > span,
  #templateContact .pagination > li:last-child > a,
  #templateContact .pagination > li:last-child > span,
  #templateNotification .pagination > li:last-child > a,
  #templateNotification .pagination > li:last-child > span,
  #templateMaintenance .pagination > li:last-child > a,
  #templateMaintenance .pagination > li:last-child > span,
  #templateKnowledge .pagination > li:last-child > a,
  #templateKnowledge .pagination > li:last-child > span,
  #templateAiAgentConfig .pagination > li:last-child > a,
  #templateAiAgentConfig .pagination > li:last-child > span,
  #templateLicence .pagination > li:last-child > a,
  #templateLicence .pagination > li:last-child > span,
  #templateScript .pagination > li:last-child > a,
  #templateScript .pagination > li:last-child > span,
  #templateScriptPartial .pagination > li:last-child > a,
  #templateScriptPartial .pagination > li:last-child > span,
  #preferenceTemplate .pagination > li:last-child > a,
  #preferenceTemplate .pagination > li:last-child > span,
  #manageRoleRightTab .pagination > li:last-child > a,
  #manageRoleRightTab .pagination > li:last-child > span,
  #templateForm .pagination > li:last-child > a,
  #templateForm .pagination > li:last-child > span,
  #UserProfileRoleGrid .pagination > li:last-child > a,
  #UserProfileRoleGrid .pagination > li:last-child > span,
  #Grid_AssignRole .pagination > li:last-child > a,
  #Grid_AssignRole .pagination > li:last-child > span,
  #Grid_AssignParameter .pagination > li:last-child > a,
  #Grid_AssignParameter .pagination > li:last-child > span,
  #tblGlobalParameter .pagination > li:last-child > a,
  #tblGlobalParameter .pagination > li:last-child > span,
  #tblRoleRights .pagination > li:last-child > a,
  #tblRoleRights .pagination > li:last-child > span,
  #tblRoleParameter .pagination > li:last-child > a,
  #tblRoleParameter .pagination > li:last-child > span,
  #gridtabsInstitution .pagination > li:last-child > a,
  #gridtabsInstitution .pagination > li:last-child > span {
    border: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  #divResultsAndSelection .pagination > li > a:hover, #divResultsAndSelection .pagination > li > a:focus,
  #divResultsAndSelection .pagination > li > span:hover,
  #divResultsAndSelection .pagination > li > span:focus,
  #gridtabsMeta .pagination > li > a:hover,
  #gridtabsMeta .pagination > li > a:focus,
  #gridtabsMeta .pagination > li > span:hover,
  #gridtabsMeta .pagination > li > span:focus,
  #templateContact .pagination > li > a:hover,
  #templateContact .pagination > li > a:focus,
  #templateContact .pagination > li > span:hover,
  #templateContact .pagination > li > span:focus,
  #templateNotification .pagination > li > a:hover,
  #templateNotification .pagination > li > a:focus,
  #templateNotification .pagination > li > span:hover,
  #templateNotification .pagination > li > span:focus,
  #templateMaintenance .pagination > li > a:hover,
  #templateMaintenance .pagination > li > a:focus,
  #templateMaintenance .pagination > li > span:hover,
  #templateMaintenance .pagination > li > span:focus,
  #templateKnowledge .pagination > li > a:hover,
  #templateKnowledge .pagination > li > a:focus,
  #templateKnowledge .pagination > li > span:hover,
  #templateKnowledge .pagination > li > span:focus,
  #templateAiAgentConfig .pagination > li > a:hover,
  #templateAiAgentConfig .pagination > li > a:focus,
  #templateAiAgentConfig .pagination > li > span:hover,
  #templateAiAgentConfig .pagination > li > span:focus,
  #templateLicence .pagination > li > a:hover,
  #templateLicence .pagination > li > a:focus,
  #templateLicence .pagination > li > span:hover,
  #templateLicence .pagination > li > span:focus,
  #templateScript .pagination > li > a:hover,
  #templateScript .pagination > li > a:focus,
  #templateScript .pagination > li > span:hover,
  #templateScript .pagination > li > span:focus,
  #templateScriptPartial .pagination > li > a:hover,
  #templateScriptPartial .pagination > li > a:focus,
  #templateScriptPartial .pagination > li > span:hover,
  #templateScriptPartial .pagination > li > span:focus,
  #preferenceTemplate .pagination > li > a:hover,
  #preferenceTemplate .pagination > li > a:focus,
  #preferenceTemplate .pagination > li > span:hover,
  #preferenceTemplate .pagination > li > span:focus,
  #manageRoleRightTab .pagination > li > a:hover,
  #manageRoleRightTab .pagination > li > a:focus,
  #manageRoleRightTab .pagination > li > span:hover,
  #manageRoleRightTab .pagination > li > span:focus,
  #templateForm .pagination > li > a:hover,
  #templateForm .pagination > li > a:focus,
  #templateForm .pagination > li > span:hover,
  #templateForm .pagination > li > span:focus,
  #UserProfileRoleGrid .pagination > li > a:hover,
  #UserProfileRoleGrid .pagination > li > a:focus,
  #UserProfileRoleGrid .pagination > li > span:hover,
  #UserProfileRoleGrid .pagination > li > span:focus,
  #Grid_AssignRole .pagination > li > a:hover,
  #Grid_AssignRole .pagination > li > a:focus,
  #Grid_AssignRole .pagination > li > span:hover,
  #Grid_AssignRole .pagination > li > span:focus,
  #Grid_AssignParameter .pagination > li > a:hover,
  #Grid_AssignParameter .pagination > li > a:focus,
  #Grid_AssignParameter .pagination > li > span:hover,
  #Grid_AssignParameter .pagination > li > span:focus,
  #tblGlobalParameter .pagination > li > a:hover,
  #tblGlobalParameter .pagination > li > a:focus,
  #tblGlobalParameter .pagination > li > span:hover,
  #tblGlobalParameter .pagination > li > span:focus,
  #tblRoleRights .pagination > li > a:hover,
  #tblRoleRights .pagination > li > a:focus,
  #tblRoleRights .pagination > li > span:hover,
  #tblRoleRights .pagination > li > span:focus,
  #tblRoleParameter .pagination > li > a:hover,
  #tblRoleParameter .pagination > li > a:focus,
  #tblRoleParameter .pagination > li > span:hover,
  #tblRoleParameter .pagination > li > span:focus,
  #gridtabsInstitution .pagination > li > a:hover,
  #gridtabsInstitution .pagination > li > a:focus,
  #gridtabsInstitution .pagination > li > span:hover,
  #gridtabsInstitution .pagination > li > span:focus {
    color: #fff;
    background-color: #6c6c6c;
    border: 1px solid #6c6c6c; }
  #divResultsAndSelection .pagination > .active > a, #divResultsAndSelection .pagination > .active > a:hover, #divResultsAndSelection .pagination > .active > a:focus,
  #divResultsAndSelection .pagination > .active > span,
  #divResultsAndSelection .pagination > .active > span:hover,
  #divResultsAndSelection .pagination > .active > span:focus,
  #gridtabsMeta .pagination > .active > a,
  #gridtabsMeta .pagination > .active > a:hover,
  #gridtabsMeta .pagination > .active > a:focus,
  #gridtabsMeta .pagination > .active > span,
  #gridtabsMeta .pagination > .active > span:hover,
  #gridtabsMeta .pagination > .active > span:focus,
  #templateContact .pagination > .active > a,
  #templateContact .pagination > .active > a:hover,
  #templateContact .pagination > .active > a:focus,
  #templateContact .pagination > .active > span,
  #templateContact .pagination > .active > span:hover,
  #templateContact .pagination > .active > span:focus,
  #templateNotification .pagination > .active > a,
  #templateNotification .pagination > .active > a:hover,
  #templateNotification .pagination > .active > a:focus,
  #templateNotification .pagination > .active > span,
  #templateNotification .pagination > .active > span:hover,
  #templateNotification .pagination > .active > span:focus,
  #templateMaintenance .pagination > .active > a,
  #templateMaintenance .pagination > .active > a:hover,
  #templateMaintenance .pagination > .active > a:focus,
  #templateMaintenance .pagination > .active > span,
  #templateMaintenance .pagination > .active > span:hover,
  #templateMaintenance .pagination > .active > span:focus,
  #templateKnowledge .pagination > .active > a,
  #templateKnowledge .pagination > .active > a:hover,
  #templateKnowledge .pagination > .active > a:focus,
  #templateKnowledge .pagination > .active > span,
  #templateKnowledge .pagination > .active > span:hover,
  #templateKnowledge .pagination > .active > span:focus,
  #templateAiAgentConfig .pagination > .active > a,
  #templateAiAgentConfig .pagination > .active > a:hover,
  #templateAiAgentConfig .pagination > .active > a:focus,
  #templateAiAgentConfig .pagination > .active > span,
  #templateAiAgentConfig .pagination > .active > span:hover,
  #templateAiAgentConfig .pagination > .active > span:focus,
  #templateLicence .pagination > .active > a,
  #templateLicence .pagination > .active > a:hover,
  #templateLicence .pagination > .active > a:focus,
  #templateLicence .pagination > .active > span,
  #templateLicence .pagination > .active > span:hover,
  #templateLicence .pagination > .active > span:focus,
  #templateScript .pagination > .active > a,
  #templateScript .pagination > .active > a:hover,
  #templateScript .pagination > .active > a:focus,
  #templateScript .pagination > .active > span,
  #templateScript .pagination > .active > span:hover,
  #templateScript .pagination > .active > span:focus,
  #templateScriptPartial .pagination > .active > a,
  #templateScriptPartial .pagination > .active > a:hover,
  #templateScriptPartial .pagination > .active > a:focus,
  #templateScriptPartial .pagination > .active > span,
  #templateScriptPartial .pagination > .active > span:hover,
  #templateScriptPartial .pagination > .active > span:focus,
  #preferenceTemplate .pagination > .active > a,
  #preferenceTemplate .pagination > .active > a:hover,
  #preferenceTemplate .pagination > .active > a:focus,
  #preferenceTemplate .pagination > .active > span,
  #preferenceTemplate .pagination > .active > span:hover,
  #preferenceTemplate .pagination > .active > span:focus,
  #manageRoleRightTab .pagination > .active > a,
  #manageRoleRightTab .pagination > .active > a:hover,
  #manageRoleRightTab .pagination > .active > a:focus,
  #manageRoleRightTab .pagination > .active > span,
  #manageRoleRightTab .pagination > .active > span:hover,
  #manageRoleRightTab .pagination > .active > span:focus,
  #templateForm .pagination > .active > a,
  #templateForm .pagination > .active > a:hover,
  #templateForm .pagination > .active > a:focus,
  #templateForm .pagination > .active > span,
  #templateForm .pagination > .active > span:hover,
  #templateForm .pagination > .active > span:focus,
  #UserProfileRoleGrid .pagination > .active > a,
  #UserProfileRoleGrid .pagination > .active > a:hover,
  #UserProfileRoleGrid .pagination > .active > a:focus,
  #UserProfileRoleGrid .pagination > .active > span,
  #UserProfileRoleGrid .pagination > .active > span:hover,
  #UserProfileRoleGrid .pagination > .active > span:focus,
  #Grid_AssignRole .pagination > .active > a,
  #Grid_AssignRole .pagination > .active > a:hover,
  #Grid_AssignRole .pagination > .active > a:focus,
  #Grid_AssignRole .pagination > .active > span,
  #Grid_AssignRole .pagination > .active > span:hover,
  #Grid_AssignRole .pagination > .active > span:focus,
  #Grid_AssignParameter .pagination > .active > a,
  #Grid_AssignParameter .pagination > .active > a:hover,
  #Grid_AssignParameter .pagination > .active > a:focus,
  #Grid_AssignParameter .pagination > .active > span,
  #Grid_AssignParameter .pagination > .active > span:hover,
  #Grid_AssignParameter .pagination > .active > span:focus,
  #tblGlobalParameter .pagination > .active > a,
  #tblGlobalParameter .pagination > .active > a:hover,
  #tblGlobalParameter .pagination > .active > a:focus,
  #tblGlobalParameter .pagination > .active > span,
  #tblGlobalParameter .pagination > .active > span:hover,
  #tblGlobalParameter .pagination > .active > span:focus,
  #tblRoleRights .pagination > .active > a,
  #tblRoleRights .pagination > .active > a:hover,
  #tblRoleRights .pagination > .active > a:focus,
  #tblRoleRights .pagination > .active > span,
  #tblRoleRights .pagination > .active > span:hover,
  #tblRoleRights .pagination > .active > span:focus,
  #tblRoleParameter .pagination > .active > a,
  #tblRoleParameter .pagination > .active > a:hover,
  #tblRoleParameter .pagination > .active > a:focus,
  #tblRoleParameter .pagination > .active > span,
  #tblRoleParameter .pagination > .active > span:hover,
  #tblRoleParameter .pagination > .active > span:focus,
  #gridtabsInstitution .pagination > .active > a,
  #gridtabsInstitution .pagination > .active > a:hover,
  #gridtabsInstitution .pagination > .active > a:focus,
  #gridtabsInstitution .pagination > .active > span,
  #gridtabsInstitution .pagination > .active > span:hover,
  #gridtabsInstitution .pagination > .active > span:focus {
    color: #fff;
    background-color: #6c6c6c;
    border: 1px solid #6c6c6c; }
  #divResultsAndSelection .pagination > .disabled,
  #gridtabsMeta .pagination > .disabled,
  #templateContact .pagination > .disabled,
  #templateNotification .pagination > .disabled,
  #templateMaintenance .pagination > .disabled,
  #templateKnowledge .pagination > .disabled,
  #templateAiAgentConfig .pagination > .disabled,
  #templateLicence .pagination > .disabled,
  #templateScript .pagination > .disabled,
  #templateScriptPartial .pagination > .disabled,
  #preferenceTemplate .pagination > .disabled,
  #manageRoleRightTab .pagination > .disabled,
  #templateForm .pagination > .disabled,
  #UserProfileRoleGrid .pagination > .disabled,
  #Grid_AssignRole .pagination > .disabled,
  #Grid_AssignParameter .pagination > .disabled,
  #tblGlobalParameter .pagination > .disabled,
  #tblRoleRights .pagination > .disabled,
  #tblRoleParameter .pagination > .disabled,
  #gridtabsInstitution .pagination > .disabled {
    opacity: 0.75; }
    #divResultsAndSelection .pagination > .disabled > span,
    #divResultsAndSelection .pagination > .disabled > span:hover,
    #divResultsAndSelection .pagination > .disabled > span:focus,
    #divResultsAndSelection .pagination > .disabled > a,
    #divResultsAndSelection .pagination > .disabled > a:hover,
    #divResultsAndSelection .pagination > .disabled > a:focus,
    #gridtabsMeta .pagination > .disabled > span,
    #gridtabsMeta .pagination > .disabled > span:hover,
    #gridtabsMeta .pagination > .disabled > span:focus,
    #gridtabsMeta .pagination > .disabled > a,
    #gridtabsMeta .pagination > .disabled > a:hover,
    #gridtabsMeta .pagination > .disabled > a:focus,
    #templateContact .pagination > .disabled > span,
    #templateContact .pagination > .disabled > span:hover,
    #templateContact .pagination > .disabled > span:focus,
    #templateContact .pagination > .disabled > a,
    #templateContact .pagination > .disabled > a:hover,
    #templateContact .pagination > .disabled > a:focus,
    #templateNotification .pagination > .disabled > span,
    #templateNotification .pagination > .disabled > span:hover,
    #templateNotification .pagination > .disabled > span:focus,
    #templateNotification .pagination > .disabled > a,
    #templateNotification .pagination > .disabled > a:hover,
    #templateNotification .pagination > .disabled > a:focus,
    #templateMaintenance .pagination > .disabled > span,
    #templateMaintenance .pagination > .disabled > span:hover,
    #templateMaintenance .pagination > .disabled > span:focus,
    #templateMaintenance .pagination > .disabled > a,
    #templateMaintenance .pagination > .disabled > a:hover,
    #templateMaintenance .pagination > .disabled > a:focus,
    #templateKnowledge .pagination > .disabled > span,
    #templateKnowledge .pagination > .disabled > span:hover,
    #templateKnowledge .pagination > .disabled > span:focus,
    #templateKnowledge .pagination > .disabled > a,
    #templateKnowledge .pagination > .disabled > a:hover,
    #templateKnowledge .pagination > .disabled > a:focus,
    #templateAiAgentConfig .pagination > .disabled > span,
    #templateAiAgentConfig .pagination > .disabled > span:hover,
    #templateAiAgentConfig .pagination > .disabled > span:focus,
    #templateAiAgentConfig .pagination > .disabled > a,
    #templateAiAgentConfig .pagination > .disabled > a:hover,
    #templateAiAgentConfig .pagination > .disabled > a:focus,
    #templateLicence .pagination > .disabled > span,
    #templateLicence .pagination > .disabled > span:hover,
    #templateLicence .pagination > .disabled > span:focus,
    #templateLicence .pagination > .disabled > a,
    #templateLicence .pagination > .disabled > a:hover,
    #templateLicence .pagination > .disabled > a:focus,
    #templateScript .pagination > .disabled > span,
    #templateScript .pagination > .disabled > span:hover,
    #templateScript .pagination > .disabled > span:focus,
    #templateScript .pagination > .disabled > a,
    #templateScript .pagination > .disabled > a:hover,
    #templateScript .pagination > .disabled > a:focus,
    #templateScriptPartial .pagination > .disabled > span,
    #templateScriptPartial .pagination > .disabled > span:hover,
    #templateScriptPartial .pagination > .disabled > span:focus,
    #templateScriptPartial .pagination > .disabled > a,
    #templateScriptPartial .pagination > .disabled > a:hover,
    #templateScriptPartial .pagination > .disabled > a:focus,
    #preferenceTemplate .pagination > .disabled > span,
    #preferenceTemplate .pagination > .disabled > span:hover,
    #preferenceTemplate .pagination > .disabled > span:focus,
    #preferenceTemplate .pagination > .disabled > a,
    #preferenceTemplate .pagination > .disabled > a:hover,
    #preferenceTemplate .pagination > .disabled > a:focus,
    #manageRoleRightTab .pagination > .disabled > span,
    #manageRoleRightTab .pagination > .disabled > span:hover,
    #manageRoleRightTab .pagination > .disabled > span:focus,
    #manageRoleRightTab .pagination > .disabled > a,
    #manageRoleRightTab .pagination > .disabled > a:hover,
    #manageRoleRightTab .pagination > .disabled > a:focus,
    #templateForm .pagination > .disabled > span,
    #templateForm .pagination > .disabled > span:hover,
    #templateForm .pagination > .disabled > span:focus,
    #templateForm .pagination > .disabled > a,
    #templateForm .pagination > .disabled > a:hover,
    #templateForm .pagination > .disabled > a:focus,
    #UserProfileRoleGrid .pagination > .disabled > span,
    #UserProfileRoleGrid .pagination > .disabled > span:hover,
    #UserProfileRoleGrid .pagination > .disabled > span:focus,
    #UserProfileRoleGrid .pagination > .disabled > a,
    #UserProfileRoleGrid .pagination > .disabled > a:hover,
    #UserProfileRoleGrid .pagination > .disabled > a:focus,
    #Grid_AssignRole .pagination > .disabled > span,
    #Grid_AssignRole .pagination > .disabled > span:hover,
    #Grid_AssignRole .pagination > .disabled > span:focus,
    #Grid_AssignRole .pagination > .disabled > a,
    #Grid_AssignRole .pagination > .disabled > a:hover,
    #Grid_AssignRole .pagination > .disabled > a:focus,
    #Grid_AssignParameter .pagination > .disabled > span,
    #Grid_AssignParameter .pagination > .disabled > span:hover,
    #Grid_AssignParameter .pagination > .disabled > span:focus,
    #Grid_AssignParameter .pagination > .disabled > a,
    #Grid_AssignParameter .pagination > .disabled > a:hover,
    #Grid_AssignParameter .pagination > .disabled > a:focus,
    #tblGlobalParameter .pagination > .disabled > span,
    #tblGlobalParameter .pagination > .disabled > span:hover,
    #tblGlobalParameter .pagination > .disabled > span:focus,
    #tblGlobalParameter .pagination > .disabled > a,
    #tblGlobalParameter .pagination > .disabled > a:hover,
    #tblGlobalParameter .pagination > .disabled > a:focus,
    #tblRoleRights .pagination > .disabled > span,
    #tblRoleRights .pagination > .disabled > span:hover,
    #tblRoleRights .pagination > .disabled > span:focus,
    #tblRoleRights .pagination > .disabled > a,
    #tblRoleRights .pagination > .disabled > a:hover,
    #tblRoleRights .pagination > .disabled > a:focus,
    #tblRoleParameter .pagination > .disabled > span,
    #tblRoleParameter .pagination > .disabled > span:hover,
    #tblRoleParameter .pagination > .disabled > span:focus,
    #tblRoleParameter .pagination > .disabled > a,
    #tblRoleParameter .pagination > .disabled > a:hover,
    #tblRoleParameter .pagination > .disabled > a:focus,
    #gridtabsInstitution .pagination > .disabled > span,
    #gridtabsInstitution .pagination > .disabled > span:hover,
    #gridtabsInstitution .pagination > .disabled > span:focus,
    #gridtabsInstitution .pagination > .disabled > a,
    #gridtabsInstitution .pagination > .disabled > a:hover,
    #gridtabsInstitution .pagination > .disabled > a:focus {
      color: #595959;
      background-color: #fff;
      border: 1px solid #ddd; }
  #divResultsAndSelection .pagination .laquo:before, #divResultsAndSelection .pagination .lsaquo:before, #divResultsAndSelection .pagination .rsaquo:before, #divResultsAndSelection .pagination .raquo:before,
  #gridtabsMeta .pagination .laquo:before,
  #gridtabsMeta .pagination .lsaquo:before,
  #gridtabsMeta .pagination .rsaquo:before,
  #gridtabsMeta .pagination .raquo:before,
  #templateContact .pagination .laquo:before,
  #templateContact .pagination .lsaquo:before,
  #templateContact .pagination .rsaquo:before,
  #templateContact .pagination .raquo:before,
  #templateNotification .pagination .laquo:before,
  #templateNotification .pagination .lsaquo:before,
  #templateNotification .pagination .rsaquo:before,
  #templateNotification .pagination .raquo:before,
  #templateMaintenance .pagination .laquo:before,
  #templateMaintenance .pagination .lsaquo:before,
  #templateMaintenance .pagination .rsaquo:before,
  #templateMaintenance .pagination .raquo:before,
  #templateKnowledge .pagination .laquo:before,
  #templateKnowledge .pagination .lsaquo:before,
  #templateKnowledge .pagination .rsaquo:before,
  #templateKnowledge .pagination .raquo:before,
  #templateAiAgentConfig .pagination .laquo:before,
  #templateAiAgentConfig .pagination .lsaquo:before,
  #templateAiAgentConfig .pagination .rsaquo:before,
  #templateAiAgentConfig .pagination .raquo:before,
  #templateLicence .pagination .laquo:before,
  #templateLicence .pagination .lsaquo:before,
  #templateLicence .pagination .rsaquo:before,
  #templateLicence .pagination .raquo:before,
  #templateScript .pagination .laquo:before,
  #templateScript .pagination .lsaquo:before,
  #templateScript .pagination .rsaquo:before,
  #templateScript .pagination .raquo:before,
  #templateScriptPartial .pagination .laquo:before,
  #templateScriptPartial .pagination .lsaquo:before,
  #templateScriptPartial .pagination .rsaquo:before,
  #templateScriptPartial .pagination .raquo:before,
  #preferenceTemplate .pagination .laquo:before,
  #preferenceTemplate .pagination .lsaquo:before,
  #preferenceTemplate .pagination .rsaquo:before,
  #preferenceTemplate .pagination .raquo:before,
  #manageRoleRightTab .pagination .laquo:before,
  #manageRoleRightTab .pagination .lsaquo:before,
  #manageRoleRightTab .pagination .rsaquo:before,
  #manageRoleRightTab .pagination .raquo:before,
  #templateForm .pagination .laquo:before,
  #templateForm .pagination .lsaquo:before,
  #templateForm .pagination .rsaquo:before,
  #templateForm .pagination .raquo:before,
  #UserProfileRoleGrid .pagination .laquo:before,
  #UserProfileRoleGrid .pagination .lsaquo:before,
  #UserProfileRoleGrid .pagination .rsaquo:before,
  #UserProfileRoleGrid .pagination .raquo:before,
  #Grid_AssignRole .pagination .laquo:before,
  #Grid_AssignRole .pagination .lsaquo:before,
  #Grid_AssignRole .pagination .rsaquo:before,
  #Grid_AssignRole .pagination .raquo:before,
  #Grid_AssignParameter .pagination .laquo:before,
  #Grid_AssignParameter .pagination .lsaquo:before,
  #Grid_AssignParameter .pagination .rsaquo:before,
  #Grid_AssignParameter .pagination .raquo:before,
  #tblGlobalParameter .pagination .laquo:before,
  #tblGlobalParameter .pagination .lsaquo:before,
  #tblGlobalParameter .pagination .rsaquo:before,
  #tblGlobalParameter .pagination .raquo:before,
  #tblRoleRights .pagination .laquo:before,
  #tblRoleRights .pagination .lsaquo:before,
  #tblRoleRights .pagination .rsaquo:before,
  #tblRoleRights .pagination .raquo:before,
  #tblRoleParameter .pagination .laquo:before,
  #tblRoleParameter .pagination .lsaquo:before,
  #tblRoleParameter .pagination .rsaquo:before,
  #tblRoleParameter .pagination .raquo:before,
  #gridtabsInstitution .pagination .laquo:before,
  #gridtabsInstitution .pagination .lsaquo:before,
  #gridtabsInstitution .pagination .rsaquo:before,
  #gridtabsInstitution .pagination .raquo:before {
    font-family: 'icomoon' !important;
    font-size: 14px;
    color: #b3b3b3; }
  #divResultsAndSelection .pagination .laquo:before,
  #gridtabsMeta .pagination .laquo:before,
  #templateContact .pagination .laquo:before,
  #templateNotification .pagination .laquo:before,
  #templateMaintenance .pagination .laquo:before,
  #templateKnowledge .pagination .laquo:before,
  #templateAiAgentConfig .pagination .laquo:before,
  #templateLicence .pagination .laquo:before,
  #templateScript .pagination .laquo:before,
  #templateScriptPartial .pagination .laquo:before,
  #preferenceTemplate .pagination .laquo:before,
  #manageRoleRightTab .pagination .laquo:before,
  #templateForm .pagination .laquo:before,
  #UserProfileRoleGrid .pagination .laquo:before,
  #Grid_AssignRole .pagination .laquo:before,
  #Grid_AssignParameter .pagination .laquo:before,
  #tblGlobalParameter .pagination .laquo:before,
  #tblRoleRights .pagination .laquo:before,
  #tblRoleParameter .pagination .laquo:before,
  #gridtabsInstitution .pagination .laquo:before {
    content: '\0032'; }
  #divResultsAndSelection .pagination .lsaquo:before,
  #gridtabsMeta .pagination .lsaquo:before,
  #templateContact .pagination .lsaquo:before,
  #templateNotification .pagination .lsaquo:before,
  #templateMaintenance .pagination .lsaquo:before,
  #templateKnowledge .pagination .lsaquo:before,
  #templateAiAgentConfig .pagination .lsaquo:before,
  #templateLicence .pagination .lsaquo:before,
  #templateScript .pagination .lsaquo:before,
  #templateScriptPartial .pagination .lsaquo:before,
  #preferenceTemplate .pagination .lsaquo:before,
  #manageRoleRightTab .pagination .lsaquo:before,
  #templateForm .pagination .lsaquo:before,
  #UserProfileRoleGrid .pagination .lsaquo:before,
  #Grid_AssignRole .pagination .lsaquo:before,
  #Grid_AssignParameter .pagination .lsaquo:before,
  #tblGlobalParameter .pagination .lsaquo:before,
  #tblRoleRights .pagination .lsaquo:before,
  #tblRoleParameter .pagination .lsaquo:before,
  #gridtabsInstitution .pagination .lsaquo:before {
    content: '\0033'; }
  #divResultsAndSelection .pagination .rsaquo:before,
  #gridtabsMeta .pagination .rsaquo:before,
  #templateContact .pagination .rsaquo:before,
  #templateNotification .pagination .rsaquo:before,
  #templateMaintenance .pagination .rsaquo:before,
  #templateKnowledge .pagination .rsaquo:before,
  #templateAiAgentConfig .pagination .rsaquo:before,
  #templateLicence .pagination .rsaquo:before,
  #templateScript .pagination .rsaquo:before,
  #templateScriptPartial .pagination .rsaquo:before,
  #preferenceTemplate .pagination .rsaquo:before,
  #manageRoleRightTab .pagination .rsaquo:before,
  #templateForm .pagination .rsaquo:before,
  #UserProfileRoleGrid .pagination .rsaquo:before,
  #Grid_AssignRole .pagination .rsaquo:before,
  #Grid_AssignParameter .pagination .rsaquo:before,
  #tblGlobalParameter .pagination .rsaquo:before,
  #tblRoleRights .pagination .rsaquo:before,
  #tblRoleParameter .pagination .rsaquo:before,
  #gridtabsInstitution .pagination .rsaquo:before {
    content: '\0034'; }
  #divResultsAndSelection .pagination .raquo:before,
  #gridtabsMeta .pagination .raquo:before,
  #templateContact .pagination .raquo:before,
  #templateNotification .pagination .raquo:before,
  #templateMaintenance .pagination .raquo:before,
  #templateKnowledge .pagination .raquo:before,
  #templateAiAgentConfig .pagination .raquo:before,
  #templateLicence .pagination .raquo:before,
  #templateScript .pagination .raquo:before,
  #templateScriptPartial .pagination .raquo:before,
  #preferenceTemplate .pagination .raquo:before,
  #manageRoleRightTab .pagination .raquo:before,
  #templateForm .pagination .raquo:before,
  #UserProfileRoleGrid .pagination .raquo:before,
  #Grid_AssignRole .pagination .raquo:before,
  #Grid_AssignParameter .pagination .raquo:before,
  #tblGlobalParameter .pagination .raquo:before,
  #tblRoleRights .pagination .raquo:before,
  #tblRoleParameter .pagination .raquo:before,
  #gridtabsInstitution .pagination .raquo:before {
    content: '\0035'; }

#resultListPagination > li > span {
  height: 34px;
  width: 34px;
  text-align: center;
  padding-top: 8px; }

/***********/
/* Buttons */
/***********/
#divResultsAndSelection .btn-default:hover, #divResultsAndSelection .btn-default:active:hover, #divResultsAndSelection .btn-default.active:hover, #divResultsAndSelection .open > .dropdown-toggle.btn-default:hover, #divResultsAndSelection .btn-default:active:focus, #divResultsAndSelection .btn-default.active:focus, #divResultsAndSelection .open > .dropdown-toggle.btn-default:focus, #divResultsAndSelection .btn-default:active.focus, #divResultsAndSelection .btn-default.active.focus, #divResultsAndSelection .open > .dropdown-toggle.btn-default.focus {
  background-color: #6c6c6c;
  border-color: #6c6c6c;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

#divResultsAndSelection .btn-default {
  color: #333;
  background-color: transparent; }

#divResultsAndSelection .btn {
  border-radius: 0;
  border-color: #6c6c6c;
  padding: 4px 10px 7px 10px; }

#divResultsAndSelection #inventaireDoubleButtonDiv, #divResultsAndSelection #exemplaireDoubleButtonDiv {
  float: left;
  width: 75px; }

#divResultsAndSelection #detailPhotoDiv {
  margin-left: 10px;
  float: left; }

#divResultsAndSelection #exemplaireDoubleButtonDiv {
  margin-left: 5px; }

#divResultsAndSelection #extractionButtonDiv, #divResultsAndSelection #extractionTripleButtonDiv {
  float: left;
  width: 135px; }

#divResultsAndSelection #extractionButtonDiv {
  margin-left: 15px; }

#divResultsAndSelection #validateExtract:before {
  content: 'h';
  position: relative;
  font-size: 14px;
  font-family: 'icomoon';
  top: 2px;
  left: -5px;
  color: #333; }

#divResultsAndSelection .secondaryLeftButton, #divResultsAndSelection .secondaryRightButton, #divResultsAndSelection .secondaryRightText, #divResultsAndSelection .secondaryRightTextEng {
  display: none;
  height: 34px;
  width: 34px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  border: none; }

#divResultsAndSelection .selectionRemove, #divResultsAndSelection .selectionAdd {
  display: block;
  height: 34px;
  width: 34px;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  border: none; }

#divResultsAndSelection .primaryButton.btn {
  padding: 7px 10px; }

#divResultsAndSelection #validateExtract {
  padding: 5px 10px 6px; }

#divResultsAndSelection .secondaryLeftButton {
  background-image: url("../images/zone1.png"); }

#divResultsAndSelection .secondaryLeftButton.clicked {
  background-image: url("../images/zone1-inv-2.png"); }

#divResultsAndSelection .selectionRemove {
  background-image: url("../images/Poly_moins_neutre_42x42.png");
  margin-right: 10px; }

#divResultsAndSelection .selectionRemove.clicked {
  background-image: url("../images/Poly_moins_select_42x42.png");
  margin-right: 10px; }

#divResultsAndSelection .selectionAdd {
  background-image: url("../images/Poly_plus_neutre_42x42.png");
  margin-right: 10px; }

#divResultsAndSelection .selectionAdd.clicked {
  background-image: url("../images/Poly_plus_select_42x42.png");
  margin-right: 10px; }

#divResultsAndSelection .secondaryLeftButton:after {
  background-image: none; }

#divResultsAndSelection #exemplairePlus.secondaryRightButton, #divResultsAndSelection #inventairePlus.secondaryRightButton {
  background-image: url("../images/zone_plus.png"); }

#divResultsAndSelection #exemplairePlus.secondaryRightButton.clicked, #divResultsAndSelection #inventairePlus.secondaryRightButton.clicked {
  opacity: 0.4; }

#divResultsAndSelection #exemplaireMoins.secondaryLeftButton, #divResultsAndSelection #inventaireMoins.secondaryLeftButton {
  background-image: url("../images/zone_moins.png"); }

#divResultsAndSelection .secondaryRightButton {
  background-image: url("../images/zone2.png"); }

#divResultsAndSelection .secondaryRightButton.clicked {
  background-image: url("../images/zone2-inv-2.png"); }

#divResultsAndSelection .secondaryRightButton:after {
  background-image: none; }

#divResultsAndSelection .secondaryRightText {
  background-image: url("../images/zone3.png");
  width: 67px;
  border: none !important;
  border-color: transparent !important;
  background-color: transparent !important; }

#divResultsAndSelection .secondaryRightText.clicked {
  background-image: url("../images/zone3-inv-2.png"); }

#divResultsAndSelection .secondaryRightText:after {
  background-image: none; }

#divResultsAndSelection .secondaryRightTextEng {
  background-image: url("../images/zone3_eng.png");
  width: 67px;
  border: none !important;
  border-color: transparent !important;
  background-color: transparent !important; }

#divResultsAndSelection .secondaryRightTextEng.clicked {
  background-image: url("../images/zone3-inv-2.png"); }

#divResultsAndSelection .secondaryRightTextEng:after {
  background-image: none; }

button, .btn-default, .btn, .ui-button-icon, .ui-icon-closethick, .btn-sm {
  outline: none; }

.btn-sm, .btn-group-sm > .btn {
  border-radius: 0; }

.bootstrap-dialog-message img {
  max-width: 15px; }

#bnt_basemap_gallery {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  background-color: #fff;
  color: #6e6e6e;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  transition: background-color 125ms ease-in-out;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  #bnt_basemap_gallery:before {
    content: 'k';
    position: relative;
    font-size: 14px;
    font-family: 'icomoon';
    top: 1px;
    left: 0;
    color: #333; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0; }

.ui-button {
  border-radius: 0;
  border-color: #6c6c6c;
  padding: 4px 10px 7px 10px; }

/*****************************************/
/* Modal windows bootstrap and jquery-ui */
/*****************************************/
.ui-dialog-titlebar.ui-widget-header {
  border-radius: 0 !important;
  background-color: #f5f5f5;
  color: #434343;
  margin: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-content {
  background-color: #fff !important;
  border-radius: 0 !important; }

.bootstrap-dialog .modal-header {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.bootstrap-dialog .bootstrap-dialog-title {
  color: #434343;
  display: inline-block;
  font-size: 16px; }

.modal-header {
  border-bottom: none !important; }

.modal-footer {
  border-top: none !important; }

.bootstrap-dialog.type-primary .modal-header {
  background-color: #f5f5f5 !important; }

button.close {
  -webkit-appearance: none !important;
  padding: 0 !important;
  background: #595959 !important;
  border-bottom: 0 !important;
  opacity: 1 !important;
  color: #fff !important;
  width: 22px !important;
  height: 22px !important;
  -webkit-border-radius: 22px !important;
  -moz-border-radius: 22px !important;
  border-radius: 22px !important;
  line-height: 0 !important; }

.close {
  font-size: 24px;
  font-weight: 500;
  text-shadow: none; }

button.ui-dialog-titlebar-close {
  -webkit-appearance: none !important;
  padding: 0 !important;
  background: transparent !important;
  border-bottom: 0 !important;
  opacity: 1 !important;
  color: #009dff !important;
  width: 20px !important;
  height: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 0px !important;
  line-height: 0 !important;
  border: 0 !important;
  right: 1em !important;
  border-color: transparent; }

span.ui-button-icon.ui-icon.ui-icon-closethick {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 7px;
  left: 3px;
  background-image: url(../images/close.png);
  background-size: cover;
  overflow: hidden;
  background-position: inherit; }

span.ui-button-icon.ui-icon.ui-icon-closethick:hover {
  background-image: url(../images/close_hover.png); }

span.ui-button-icon-space {
  display: none; }

.modal-header .close {
  margin-top: 0; }

#MetaModal table {
  margin-bottom: 0; }

#MetaModal .nav-tabs {
  border-bottom: none; }

#MetaModal .table-responsive.tableMeta {
  margin-top: 0 !important;
  margin-bottom: 15px !important; }

.col-sm-4.actionTool.wms img {
  width: 32px;
  padding-right: 10px; }

.actionTool1 {
  width: 32px;
  padding-right: 10px; }

#ShortMetaDisplay {
  border: none;
  opacity: 1;
  /*padding: 20px 25px 30px 20px;*/
  /*margin-left: 52px;*/
  /*margin-top: 7px;*/
  /*
        tr {
            border-top: 10px solid transparent;
        }

        td:not(:first-child) {
            padding-left: 20px;
        }
        */ }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 16px; }

#divTabsMeta .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent; }

#divTabsMeta .nav > li > a:hover, #divTabsMeta .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff; }

#divTabsMeta a:hover, #divTabsMeta a:focus {
  color: #333;
  text-decoration: underline;
  font-weight: bold; }

#divTabsInstitution .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent; }

#divTabsInstitution .nav > li > a:hover, #divTabsInstitution .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff; }

#divTabsInstitution a:hover, #divTabsInstitution a:focus {
  color: #333;
  text-decoration: underline;
  font-weight: bold; }

#divTabsExtraction .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent; }

#divTabsExtraction .nav > li > a:hover, #divTabsExtraction .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff; }

#divTabsExtraction a:hover, #divTabsExtraction a:focus {
  color: #333;
  text-decoration: underline;
  font-weight: bold; }

.modal.in .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%; }

/**********/
/* Tables */
/**********/
#gridtabsMeta .table > thead > tr > th, #gridtabsMeta .table > thead > tr > td,
#templateContact .table > thead > tr > th,
#templateContact .table > thead > tr > td,
#templateNotification .table > thead > tr > th,
#templateNotification .table > thead > tr > td,
#templateMaintenance .table > thead > tr > th,
#templateMaintenance .table > thead > tr > td,
#templateKnowledge .table > thead > tr > th,
#templateKnowledge .table > thead > tr > td,
#templateAiAgentConfig .table > thead > tr > th,
#templateAiAgentConfig .table > thead > tr > td,
#templateLicence .table > thead > tr > th,
#templateLicence .table > thead > tr > td,
#templateScript .table > thead > tr > th,
#templateScript .table > thead > tr > td,
#templateScriptPartial .table > thead > tr > th,
#templateScriptPartial .table > thead > tr > td,
#preferenceTemplate .table > thead > tr > th,
#preferenceTemplate .table > thead > tr > td,
#manageRoleRightTab .table > thead > tr > th,
#manageRoleRightTab .table > thead > tr > td,
#templateForm .table > thead > tr > th,
#templateForm .table > thead > tr > td,
#tblRoleParameter .table > thead > tr > th,
#tblRoleParameter .table > thead > tr > td,
#gridtabsInstitution .table > thead > tr > th,
#gridtabsInstitution .table > thead > tr > td {
  border-bottom: none; }

#gridtabsMeta .table > thead > tr:last-child > td,
#templateContact .table > thead > tr:last-child > td,
#templateNotification .table > thead > tr:last-child > td,
#templateMaintenance .table > thead > tr:last-child > td,
#templateKnowledge .table > thead > tr:last-child > td,
#templateAiAgentConfig .table > thead > tr:last-child > td,
#templateLicence .table > thead > tr:last-child > td,
#templateScript .table > thead > tr:last-child > td,
#templateScriptPartial .table > thead > tr:last-child > td,
#preferenceTemplate .table > thead > tr:last-child > td,
#manageRoleRightTab .table > thead > tr:last-child > td,
#templateForm .table > thead > tr:last-child > td,
#tblRoleParameter .table > thead > tr:last-child > td,
#gridtabsInstitution .table > thead > tr:last-child > td {
  border-bottom: none; }

#gridtabsMeta .table > tbody > tr > td,
#templateContact .table > tbody > tr > td,
#templateNotification .table > tbody > tr > td,
#templateMaintenance .table > tbody > tr > td,
#templateKnowledge .table > tbody > tr > td,
#templateAiAgentConfig .table > tbody > tr > td,
#templateLicence .table > tbody > tr > td,
#templateScript .table > tbody > tr > td,
#templateScriptPartial .table > tbody > tr > td,
#preferenceTemplate .table > tbody > tr > td,
#manageRoleRightTab .table > tbody > tr > td,
#templateForm .table > tbody > tr > td,
#tblRoleParameter .table > tbody > tr > td,
#gridtabsInstitution .table > tbody > tr > td {
  border-top: 0; }

#gridtabsMeta,
#tableContact,
#tableNotification,
#tableMaintenance,
#templateLicence,
#templateScript,
#templateScriptPartial,
#tableLicence,
#tableLicencePhoto,
#preferenceTemplate,
#templateForm,
#gridtabsInstitution {
  margin-top: 10px; }

#divTabsMeta .table > thead > tr > th, #divTabsMeta .table > tbody > tr > th, #divTabsMeta .table > tfoot > tr > th, #divTabsMeta .table > thead > tr > td, #divTabsMeta .table > tbody > tr > td, #divTabsMeta .table > tfoot > tr > td {
  border-top: none; }

#divTabsMeta .nav-tabs {
  border-bottom: none; }

#divTabsMeta #parentInformation, #divTabsMeta #gridtabsMeta {
  margin: 0 15px; }

#divTabsInstitution .table > thead > tr > th, #divTabsInstitution .table > tbody > tr > th, #divTabsInstitution .table > tfoot > tr > th, #divTabsInstitution .table > thead > tr > td, #divTabsInstitution .table > tbody > tr > td, #divTabsInstitution .table > tfoot > tr > td {
  border-top: none; }

#divTabsInstitution .nav-tabs {
  border-bottom: none; }

#divTabsInstitution #parentInformation, #divTabsInstitution #gridtabsInstitution {
  margin: 0 15px; }

#divTabsExtraction .table > thead > tr > th, #divTabsExtraction .table > tbody > tr > th, #divTabsExtraction .table > tfoot > tr > th, #divTabsExtraction .table > thead > tr > td, #divTabsExtraction .table > tbody > tr > td, #divTabsExtraction .table > tfoot > tr > td {
  border-top: none; }

#divTabsExtraction .nav-tabs {
  border-bottom: none; }

#divTabsExtraction #parentInformation, #divTabsExtraction #contentTabsExtraction {
  margin: 0 15px; }

#preferenceTemplate, #templateForm {
  padding-top: 10px;
  padding-bottom: 10px; }

#roleattributionpartial {
  margin-top: 15px; }
  #roleattributionpartial label {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 0; }
  #roleattributionpartial button {
    margin-left: 10px; }

#parameterattributionpartial {
  margin-top: 15px; }
  #parameterattributionpartial label {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 0; }
  #parameterattributionpartial button {
    margin-left: 10px; }

#Grid_AssignRole tbody tr td:first-child {
  padding-left: 17px;
  text-overflow: clip;
  /* ou ellipsis selon vos besoins */ }

#Grid_AssignParameter tbody tr td:first-child {
  padding-left: 17px;
  text-overflow: clip;
  /* ou ellipsis selon vos besoins */ }

/*#Grid_AssignParameter tbody tr td:first-child {
        padding-left: 32px;
    }*/
.rTable {
  display: table;
  width: 100%; }

.rTableRow {
  display: table-row; }

.rTableCell, .rTableHead {
  display: table-cell;
  padding: 3px 10px;
  /*border: 1px solid #999999;*/ }

#contactList table, #contactList tbody {
  overflow-x: scroll; }

#contactList th:nth-child(1) {
  min-width: 76px; }

#contactList th.filterable.sortable.col-md-1:nth-child(2) {
  min-width: 184px; }

#contactList th.filterable.sortable.col-md-1:nth-child(3) {
  min-width: 145px; }

#contactList th.filterable.sortable.col-md-1:nth-child(4) {
  min-width: 145px; }

#contactList th.filterable.sortable.col-md-1:nth-child(7) {
  min-width: 145px; }

#contactList th.filterable.sortable.col-md-1:nth-child(8) {
  min-width: 145px; }

#contactList th.filterable.sortable.col-md-1:nth-child(9) {
  min-width: 145px; }

#contactList th.filterable.sortable.col-md-1:nth-child(10) {
  min-width: 170px; }

#GridMetaDataWorkflow th:nth-child(1) {
  min-width: 76px; }

#GridMetaDataWorkflow th.filterable.sortable.col-md-1:nth-child(4) {
  min-width: 77px; }

#GridMetaDataWorkflow th.filterable.sortable.col-md-1:nth-child(5) {
  min-width: 146px; }

#GridMetaDataWorkflow th.filterable.sortable.col-md-1:nth-child(6) {
  min-width: 161px; }

#GridMetaDataWorkflow th.filterable.sortable.col-md-1:nth-child(7) {
  min-width: 113px; }

#GridMetaDataWorkflow th.filterable.sortable.col-md-1:nth-child(8) {
  min-width: 170px; }

#GridMetaData th:nth-child(1) {
  min-width: 76px; }

#GridMetaData th.filterable.sortable.col-md-1:nth-child(4) {
  min-width: 158px; }

#GridMetaData th.filterable.sortable.col-md-1:nth-child(5) {
  min-width: 77px; }

#GridMetaData th.filterable.sortable.col-md-1:nth-child(6) {
  min-width: 161px; }

#GridMetaData th.filterable.sortable.col-md-1:nth-child(7) {
  min-width: 161px; }

#GridMetaData th.filterable.sortable.col-md-1:nth-child(8) {
  min-width: 170px; }

#GridMetaData th.filterable.sortable.col-md-1:nth-child(9) {
  min-width: 112px; }

#GridMetaData th.filterable.sortable.col-md-1:nth-child(10) {
  min-width: 170px; }

#licenceList th.filterable.sortable.col-md-1:nth-child(4) {
  min-width: 146px; }

#licenceList th.filterable.sortable.col-md-1:nth-child(5) {
  min-width: 169px; }

/*        #contactList,
        #UserProfileRoleGrid,
        #Grid_AssignRole,
        #Grid_AssignParameter,
        #tblGlobalParameter,
        #tblRoleRights,
        #tblRoleParameter,
        #geoServiceJobList,
        #institutionList {
            table tr:nth-child(odd) {
                background-color: #f5f5f5;
            }

            table th {
                background-color: #fff;
            }
        }

        #tblRoleRights {
            tr:nth-child(odd) {
                background-color: #f5f5f5;
            }

            th {
                background-color: #fff;
            }
        }

        #tblRoleParameter {
            tr:nth-child(odd) {
                background-color: #f5f5f5;
            }

            th {
                background-color: #fff;
            }
        }

        #tblGlobalParameter {
            tr:nth-child(odd) {
                background-color: #f5f5f5;
            }

            th {
                background-color: #fff;
            }
        }*/
/**********/
/* Toggle */
/**********/
.texte_application_geo, .texte_application_photo, .texte_application_geo_selected, .texte_application_photo_selected {
  max-width: 25%;
  margin-bottom: 0;
  text-align: center;
  float: left; }

.texte_application_geo_selected {
  font-weight: 600;
  color: #333; }

.texte_application_geo {
  font-weight: 500;
  color: #333; }

.texte_application_photo {
  font-weight: 500;
  color: #606060; }

.texte_application_photo_selected {
  font-weight: 600;
  color: #606060; }

.application_image_toggle_geo {
  float: left;
  padding: 4px 15px 0 10px; }

.application_image_toggle_photo {
  float: left;
  padding: 0px 10px 4px 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(180deg); }

.after-application {
  clear: both; }

.inactiveLink {
  pointer-events: none;
  cursor: default; }

.application_image_toggle_nopriority {
  float: left;
  padding: 4px 15px 0 10px; }

.application_image_toggle_priority {
  float: left;
  padding: 0px 10px 4px 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(180deg); }

.texte_application_gestion_selected {
  font-weight: 600;
  color: #333;
  float: left;
  margin-top: 8px; }

.texte_application_gestion {
  font-weight: 500;
  color: #333;
  float: left;
  margin-top: 8px; }

.texte_application_priority {
  font-weight: 500;
  color: #606060;
  float: left;
  margin-top: 8px; }

.texte_application_priority_selected {
  font-weight: 600;
  color: #606060;
  float: left;
  margin-top: 8px; }

.glyphicon-calendar {
  color: #009dff !important; }

.selectedLayerListDiv {
  margin-left: 0.2vw;
  max-height: 27vh;
  overflow-y: auto;
  margin-bottom: 2vh; }

/*
    Kendo Window for GeoIndex
*/
.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
  box-sizing: inherit !important; }

.k-window {
  border: 1px solid #c5c5c5 !important; }

.k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-state-highlight {
  background-color: #f5f5f5 !important;
  color: black !important; }

.k-window-titlebar .k-window-action {
  top: 5px !important; }

.k-window-geoactions {
  float: right; }

/*****************/
/* Administration */
/*****************/
#formNotificationContainer,
#formMaintenanceContainer,
#notificationList,
#maintenanceList {
  height: 100%; }
