:root {
  --bs-primary-rgb: 13, 101, 174;
  --bs-secondary-rgb: 233, 75, 75;
  --color-text: rgba(0, 0, 0, .87);
  --color-divider: rgba(0, 0, 0, 0.12);
  --bg-color: #f3f5f6;
  --bs-error-rgb: 240, 50, 50;
  --bs-warning-rgb: 255, 127, 0;
  --bs-success-rgb: 76, 175, 80;
}

html {
  font-size: 100%;
  color: var(--color-text);
}

body {
  background-color: var(--bg-color);
  /*font-size: .9em;*/
}

html,
body,
input,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

a {
  color: rgb(var(--bs-primary-rgb));
}

.gap-1 {
  gap: 2px;
}

.gap-2 {
  gap: 4px;
}

.gap-3 {
  gap: 8px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 24px;
}

.gap-6 {
  gap: 32px;
}

.d-none {
  display: none;
}

.col-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.alert {
  padding: .25rem .5rem;
  border-radius: 4px;
}

.alert-danger {
  background-color: rgba(var(--bs-error-rgb), .05);
  color: rgb(var(--bs-error-rgb));
}

.btn,
.btn-light {
  text-transform: uppercase;
  color: inherit;
  box-shadow: none;
  height: 48px;
  line-height: 24px;
  padding: 12px 16px;
  border-radius: 0;
  font-size: .78rem;
  font-weight: bold;
}

.btn-light {
  color: rgb(var(--bs-primary-rgb));
  background-color: transparent;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  background-color: rgb(var(--bs-primary-rgb), .05);
  box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #ffffff;
  background-color: rgb(var(--bs-primary-rgb));
}

table.dataTable td > .material-icons {
  display: block;
}

table.dataTable .material-icons {
  font-size: 1.5em;
}

table.dataTable .data-deleteAction .material-icons {
  color: rgb(var(--bs-error-rgb));
}

.icon-svg {
  width: 1.3rem;
  height: 1.3rem;
}

table.dataTable:not(.tree) .arbo > .icon-svg {
  display: none;
}

table.dataTable .arbo-level-3 {
  margin-left: 24px;
}

.subtable-title i,
.subtable-title a {
  cursor: pointer;
  color: rgb(var(--bs-primary-rgb));
}

.pincode {
  -webkit-text-security: disc;
  -moz-text-security: disc;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 16px;
  line-height: 24px;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
}

table.dataTable.display tbody tr.odd {
  background-color: #ffffff;
}

table.dataTable.display tbody tr.odd2 {
  background-color: #ffffff !important;
}

table.dataTable.display tbody tr.even {
  /*background-color: transparent;*/
  background-color: rgb(var(--bs-primary-rgb), .03);
}

table.dataTable.display tbody tr.even2 {
  /*background-color: transparent !important;*/
  background-color: rgb(var(--bs-primary-rgb), .03);
}

.data-table-wrapper {
  font-size: .9rem;
}

table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable td .summary * {
  font-size: .9rem;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

table.dataTable td .details {
  width: 100%;
  text-align: center;
  /*max-width: 720px;*/
  /*margin-top: 8px;*/
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #333;
  padding: 16px 24px;
  white-space: initial;
  font-size: 13px;
  line-height: 20px;
  box-sizing: border-box;
}

table.dataTable td .details,
table.dataTable td .details * {
  color: #ffffffee;
}

table.dataTable td .summary:hover + .details {
  display: block;
}

.brand-sidebar {
  height: 91px;
  background-color: transparent;
  box-shadow: none;
}

.brand-sidebar .brand-logo {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;  
}

.brand-sidebar .brand-logo img {
  display: block;
  height: 42px;
}

.brand-sidebar .brand-logo img.logo-white {
  height: 30px;
  margin-left: 128px;
}

.navbar-fixed {
  height: 90px;
}

.navbar .navbar-main {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 293px;
}

.navbar .navbar-main .nav-wrapper {
  flex-grow: 1;
}

.form-list-filter [type="checkbox"] + span:not(.lever) {
  line-height: 20px;
  height: 20px;
}

nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
  height: 90px;
}

.navbar .navbar-dark {
  background-color: rgb(var(--bs-primary-rgb));
}

.navbar .navbar-dark::before {    
  content: "";
  background-image: var(--background-img-gtc);
  background-size: cover;
  position: absolute;
  top: -170px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.1;
}

/*.navbar .sideNav-lock .header-search-wrapper {
  width: 23%;
  margin: 28px auto 0 270px;
  float: left;
}*/

.navbar .card-panel {
  float: left;
  background-color: rgb(var(--bs-primary-rgb));
  padding: 0px;
  box-shadow: none;
}
.fixed-action-btn {
  position: absolute;
  z-index: 997;
  right: 11px;
  top: 9px;
  margin-bottom: 0;
  padding: 0 0 15px 0;
}
ul#btn-filter {
  background-color: var(--bs-primary-rgb) !important;
 
}
.nav-wrapper .add-btn {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 999;
}
nav .nav-wrapper .add-btn i {
  line-height: 36px;
  height: 20px;
}
.navbar .navbar-dark ul#btn-filter a {
  color:#FFF;
}

.sidenav.sidenav-fixed,
.navbar-border-top {
  border-top: 1px solid var(--color-divider);
}

.sidenav .divider {
  margin: 12px 0;
}

.sidenav-active-square .sidenav li > a:hover {
  border-radius: 0;
}

.sidenav li a i {
  font-size: 1.3rem;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: rgb(47, 153, 240);
}
.dropdown-content li > a:hover, .dropdown-content li > a.active, .dropdown-content li > span:hover, .dropdown-content li > span.active {
  background-color: rgb(47, 153, 240);
}
ul#dropdown123 {
  background-color: var(--bs-primary-rgb) !important;
}
.ul.btn-list-add {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
ul.btn-list-add {
  top: 40px;
  position: relative;
  right: 17px;
}
nav ul a {
  font-size: 1rem;
  display: block;
  padding: 0 1px;
}

.page-topbar .button-add { 
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.page-topbar .button-add,
.page-topbar .button-add:hover {
  background-color: #ffffff20;
}

.breadcrumbs-title {
  color: rgba(255, 255, 255, .85);
  display: inline-flex;
  align-items: center;
  /*gap: 8px;*/
}

#breadcrumbs-wrapper .breadcrumbs > li.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-item .chip {
  color: #ffffff;
  background-color: #ffffff20;
  overflow: hidden;
}

.sidenav {
  top: 90px;
  padding: 12px 0;
  background-color: transparent;
  box-shadow: none;
  border-right: 1px solid var(--color-divider);
}

.btn-icon-menu.btn-floating {
  z-index: 1000;
  display: none;
}

.sidenav-main .btn-floating i,
.btn-icon-menu.btn-floating i {
  font-size: 24px;
}

body.asideOpened .btn-icon-menu.btn-floating i {
  color: rgba(0, 0, 0, .54);
}

.sidenav-main .btn-floating,
.btn-icon-menu.btn-floating {
  position: fixed;
  top: 25px;
  left: 12px;
  background-color: transparent;
  box-shadow: none;
}

@media screen and (min-width: 993px) {
  .btn-icon-menu.btn-floating {
    display: block;
  }

  .sidenav-main .btn-floating {
    display: none;
  }

  .sidenav-main {
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
  }
  
  body:not(.asideOpened) .sidenav-main {
    -webkit-transform: -webkit-translate3d(-100%, 0, 0);
    -moz-transform: -moz-translate3d(-100%, 0, 0);
    -o-transform: -o-translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  #breadcrumbs-wrapper .breadcrumbs {
    -webkit-transition: margin-left .3s;
    -moz-transition: margin-left .3s;
    -o-transition: margin-left .3s;
    transition: margin-left .3s;
  }

  body:not(.asideOpened) #breadcrumbs-wrapper .breadcrumbs {
    margin-left: 56px;
  }

  body:not(.asideOpened) #main {
    padding-left: 0;
  }

  ul#slide-out.sidenav {
    height: calc(100% - 90px) !important;
  }
}

.sidenav-active-square .sidenav li a.collapsible-header,
.sidenav-active-square .sidenav li > a {
  padding-right: 12px !important;
  margin-right: 0;
}

.sidenav-main {
  z-index: 1000;
}

.sidenav-main,
.sidenav-main ul {
  background-color: var(--bg-color);
}

.sidenav-main li.active {
  background-color: rgba(var(--bs-secondary-rgb), .067);
  border-right: 4px solid rgb(var(--bs-secondary-rgb));
}

.sidenav-main li.active,
.sidenav-main li.active a,
.sidenav li.active > a > i.material-icons {
  color: rgb(var(--bs-secondary-rgb));
}

.link-dark {
  color: #212529!important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;
}
.embed-refresh-v2 .post .avatar {
  margin-right: 10px;
}
.avatar .user {
  display: block;
  position: relative;
  z-index: 100;
  background: #dbdfe4;
  border-radius: 3px;
  padding: 0;
}
.avatar .user--refresh {
  background-color: rgb(13,101,174) !important;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}
.embed-refresh-v2 .avatar .user--refresh {
  width: 52px;
  height: 52px;
  border-radius: 26px;
}
.embed-refresh-v2 .light-anchor .avatar .user--refresh {
  color: #4e4e4e;
}
li.user {
  padding: 0 12px;
}
.avatar .user--refresh {
  float: left;
  margin-right: 16px; 
}
.full-username {
  
  font-weight: 600;
  height: 50px;
  padding-top: 0px;
}
.full-username, .full-username a {
  color: rgb(13,101,174)!important;
}
.list {
  padding-left: 31px;
  padding-top: 10px;
}
/*input[type=search]:not(.browser-default) {
  height: 1rem;
}*/
.hidden {
  display: none;
}

/*
[type='checkbox'].filled-in:checked + span:not(.lever):after {
  border: 2px solid #FFFFFF;
  background-color: white;
}

[type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
  z-index: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #5a5a5a;
  background-color: #FFF;
}

[type='checkbox'].filled-in:checked + span:not(.lever):before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
*/

.navbar-main [type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
  border-color: #ffffff;
}

input.select-dropdown.dropdown-trigger {
  color: #FFF;
  /* width: 253px; */
}
.select-wrapper .caret {
  fill: white;
}

.input-field.col label {
  left: 1rem;
}

.input-field > label:not(.label-icon) {
  -webkit-transform: translateY(-14px) scale(.8);
  -ms-transform: translateY(-14px) scale(.8);
  transform: translateY(-14px) scale(.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.btn-icon-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 20px;
}

.btn-icon-right * {
  color: var(--color-text);
}

.input-field.link * {
  pointer-events: none;
}

.input-field.link > i.material-icons {
  position: absolute;
  top: 12px;
  right: 0;
}

.input-field.link,
.input-field.link label,
.input-field.link select,
.input-field.link .select2-container--default.select2-container--disabled .select2-selection--single,
.input-field.link .select2-container--default .select2-selection--single .select2-selection__rendered,
.input-field.link input[type=text]:not(.browser-default):disabled + label {
  cursor: pointer;
  color: rgb(var(--bs-primary-rgb));
}

.input-field.link .select2-container--default .select2-selection--multiple,
.input-field.link .select2-container--default .select2-selection--single,
.input-field.link .select2-container--default.select2-container--focus .select2-selection--multiple,
.input-field.link input[type=text]:not(.browser-default):disabled {
  border-bottom: 1px solid rgb(var(--bs-primary-rgb));
}

.input-field > input[type]:focus:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(.8);
  transform: translateY(-14px) scale(.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-field > .label-fixe {
  color: #9e9e9e;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Mode view */

.view [type="radio"]:checked + span,
.view [type="radio"]:not(:checked) + span,
.view [type="checkbox"] + span:not(.lever) {
  cursor: default;
}

.view .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: inherit;
}

.view .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.view .select2-container--default .select2-selection--multiple,
.view .select2-container--default .select2-selection--single,
.view .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-bottom: 1px dotted rgba(0, 0, 0, .42);
}

.view input[type="text"]:not(.browser-default):disabled {
  color: inherit;
  /*border-bottom: none;*/
}

/* LOGIN */

.login-bg {
  position: relative; 
  height: 100vh;
  width: 100%;
  background-image:none;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--bs-primary-rgb));
}  

.login-bg::before {    
    content: "";
    background-image: var(--background-img-gtc);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
}

#login-page {
  position: relative;
}

#login-page .card-panel {
  min-width: 480px;
  padding: 32px;
}

#login-page h3,
#login-page h4 {
  margin: 0;
  text-align: center;
  color: rgb(var(--bs-primary-rgb));
}

#login-page h3 {
  margin-top: 1rem;
  font-size: 32px;
}

#login-page h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#login-page .input-field {
  margin: 2rem 0;
}

#login-page .input-field .prefix {
  top: 0;
}

/*#data-table {
  top: -42px;
  position: relative;
}*/

.data-table.dataTable.display tbody tr.odd > .sorting_1,
.data-table.dataTable.display tbody tr.even > .sorting_1,
.data-table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
.data-table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent;
}

.dataTable .column-grow-1 {
  padding: 0;
  width: 100%;
}

.dataTable p {
  margin: 0;
}

.dataTable th:not(.column-grow-1),
.dataTable td:not(.column-grow-1) {
  white-space: nowrap;
}

.dataTable .th-width-small > div {
  justify-content: center;
  width: 80px;
}

/*.data-table-wrapper {
  position: relative;
}*/

table.dataTable-list tbody tr {
  border: none;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: rgba(var(--bs-primary-rgb), .1) !important;
  /*cursor: pointer;*/
}

table.dataTable-list {
border: transparent;
}
table.dataTable-list thead th {
  line-height: 35px;
}
table.dataTable-list tbody td {
padding: 10px 10px;
}

table.dataTable tr.materiel-parent,
table.dataTable tr.materiel-parent td {
  /*border-bottom: 1px solid rgba(0, 0, 0, .12);*/
}

table.dataTable thead th {
  border-bottom: 1px solid rgb(213,215,216);
}

table.dataTable thead th:not(.text-center) {
  text-align: left;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: none;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable thead .order-icons {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: -16px;
}

table.dataTable thead .order-icons i {
  font-size: 1rem;
  line-height: 6px;
}

table.dataTable thead .sorting_asc .order-icons i:last-child,
table.dataTable thead .sorting_desc .order-icons i:first-child {
  display: none;
}

table.dataTable td.text-center > .d-flex {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

table.dataTable td.text-center > .d-flex  > i.material-icons {
  width: 21.6px;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.align-items-center {
  align-items: center;
}

table.dataTable .sort-by { 
	padding-right: 18px;
	position: relative;
}
table.dataTable .sort-by:before,
table.dataTable .sort-by:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
}
table.dataTable .sort-by:before {
	border-bottom-color: #666;
	margin-top: -9px;
}
table.dataTable .sort-by:after {
	border-top-color: #666;
	margin-top: 1px;
}
td.data-radie span {
  padding-left: 34px;
}
.list-filter {
  position: absolute;
  top: -60px;
  z-index: 9999;
  width: 76%;
  left: 149px;
}
.list-filter .card-panel{
  margin: 0;
    padding: 15px;
}
.list-filter .input-field {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.filter-client,
.filter-licence {
  display: none;
}

.container {
  padding: 0 2rem;
}

.card {
  margin: 0;
}

.card.data-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
}

.container:has(.list-filter) {
  position: relative;
}
div#page-length-option_length {
  display: none;
}

/*.dataTables_length {
  display: none;
}*/

table.dataTable a[href] {
  cursor: pointer;
}

table.dataTable td.bold a {
  font-weight: bold;
}

table.dataTable td.data-cpt a[href] {
  color: rgb(var(--bs-primary-rgb));
  text-decoration-line: underline;
  cursor: pointer;
}

/*.list-wrapper {
  position: relative;
  top: -14px;
}*/
.dataTables_filter {
  /*z-index: 9999;
  position: relative;
  color: #fff;*/
}
/*table#data-table {
  padding-top: 0;
}*/

#dataTables_filter_licence {
  display: none;
}

#dataTables_filter_radie span,
#dataTables_filter_licence span {
  color: #FFF;
}

.list-wrapper input[type=text]:not(.browser-default) {
  border-bottom: 1px solid #FFF;
}
/*#data-table_filter {
  line-height: 1;
}*/

#data-table_filter label,
#data-table_filter input[type=search] {
  color: #fff;
}

#data-table_filter input[type=search] {
  box-sizing: border-box;
  padding-right: 48px;
  margin-bottom: 0;
}

.top input[type="search"]:not(.browser-default):focus:not([readonly]) {
  border-color: inherit;
  box-shadow: none;
}

/*#data-table_filter label .material-icons {
    top: 11px;
    position: relative;
}*/

.dataTables_wrapper {
  display: flex;
  flex-direction: column;
}

.dataTables_wrapper::after {
  display: none;
}

.dataTables_wrapper > .bottom {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 24px;
}

.dataTables_wrapper > .bottom > * {
  float: none;
  padding-top: 24px;
}

.dataTables_wrapper .dataTables_length {
}

.dataTables_wrapper .dataTables_info {
  flex-grow: 1;
}

.dataTables_wrapper select {
  display:inherit;
}
.dataTables_wrapper .dataTables_info {
  clear: none;
}

.form-list-filter {
  padding: 20px 0;
  display: flex;
  gap: 24px;
}

#dataTables_filter_radie,
#dataTables_filter_client,
#dataTables_filter_materiel,
#dataTables_filter_licence {
  /* float: left; */
  color: #FFF;
  line-height: 50px;
}

#dataTables_filter_client,
#dataTables_filter_materiel {
  display: none;
}

/*#dataTables_filter_radie, #dataTables_filter_licence {
  position: relative;
  top: 49px;
  height: 23px;
}
.dataTables_filter_input {
  margin-left: 32px;
}*/
#dataTables_filter_client label, #dataTables_filter_materiel label {
  color: #FFF;
  font-size: 1rem;
  margin-right: 4px;
  position: inherit;
}
.list-wrapper .card, .list-wrapper .card-panel {
  background-color: transparent;
  border-radius: 2px;
  margin-left: 200px;
  margin-right: 328px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 5px 0 1px;
  box-shadow: none;
}
#main .section-data-tables .dataTables_wrapper .dataTables_info {
    margin-left: 18px;
    color: #616161;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper #page-length-option_paginate .paginate_button.current,
.dataTables_wrapper #page-length-option_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: rgb(var(--bs-primary-rgb));
    border: 0;
  }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: #00000010;
  color: inherit !important;
  border: 0;
  box-shadow: none;
}

div#data-table_wrapper .top {
  /*right: 62px;
  position: relative;
  top: -50px;*/
  position: fixed;
  top: 20px;
  right: 88px;
  z-index: 99999999;
}

div#data-table_wrapper .top input[type="search"]:not(.browser-default) {
  width: 180px;
}

div#data-table_wrapper .top .material-icons {
  position: absolute;
  right: 0;
  top: 13px;
}

div#data-table_wrapper .top .material-icons.delete {
  display: none;
  right: 28px;
  padding: 4px;
  font-size: 16px;
  cursor: pointer;
}

/*.dataTables_wrapper {
  color: #000;
}*/

.progress {
  top: 178px;
}
.progress .indeterminate {
  background-color: rgb(var(--bs-primary-rgb));
}

/*.materiel-list-wrapper table.dataTable.display tbody tr.materiel-parent:not(:first-child) td,
.materiel-list-wrapper table.dataTable.display tbody tr:not(:first-child) td {
  border-top: 1px solid var(--color-divider);
}*/

.materiel-list-wrapper table.dataTable.display tbody tr.materiel-children td {
  border-top: 1px solid var(--color-divider);
}

.materiel-list-wrapper table.dataTable.display tbody tr td.data-nom{
  text-align: left;
  /*text-indent: 4%;*/
}
.materiel-list-wrapper table.dataTable.display tbody tr td.data-nom a {
  /*padding-left: 0;*/
}

.divider-chip {
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.divider-chip .chip {
  height: 32px;
  padding: 4px 12px;
}

.divider-chip:before,
.divider-chip:after {
  content: '';
  display: block;
  height: 1px;
  background-color: var(--color-divider);
  flex-grow: 1;
}

.chip {
  margin: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
}

.chip-primary {
  color: #ffffff;
  background-color: rgb(var(--bs-primary-rgb));
}

table.dataTable .usage-test .chip-usage {
  color: #ffffff;
  background-color: rgb(var(--bs-error-rgb));
}

table.dataTable .usage-test,
table.dataTable .usage-test a:not(.chip) {
  color: rgb(var(--bs-error-rgb));
}

table.dataTable .usage-test svg {
  fill: rgb(var(--bs-error-rgb));
}

table.dataTable .usage-preprod .chip {
  color: #ffffff;
  background-color: rgb(var(--bs-warning-rgb));
}

table.dataTable .usage-preprod,
table.dataTable .usage-preprod a:not(.chip) {
  color: rgb(var(--bs-warning-rgb));
}

table.dataTable .usage-preprod svg {
  fill: rgb(var(--bs-warning-rgb));
}

table.dataTable .usage-prod .chip-usage {
  color: #ffffff;
  background-color: rgb(var(--bs-primary-rgb));
}

.materiel-list-wrapper table.dataTable.display tbody tr td.data-nom a.chip {
  font-weight: 100;
  /*padding: 0 4px;*/
  cursor: pointer;
  color: rgba(0,0,0,.6);
  text-indent: initial;
}
.materiel-list-wrapper span.item-nom {
  margin-right: 20px;
}

.materiel-list-wrapper table.dataTable.display tbody tr.materiel-parent td.data-nom{
  text-indent: 0%;
}

/*.materiel-list-wrapper table.dataTable.display tbody tr.materiel-children:first-child td { 
  padding-left: 1px;
}*/

/*.materiel-list-wrapper table.dataTable.display tbody tr.materiel-children td.data-nom a::before,*/
.materiel-list-wrapper table.dataTable.display tbody tr.licence td.data-nom span.item-nom::before,
.materiel-list-wrapper table.dataTable.display tbody tr.materiel-children td.data-nom span.item-nom::before{
  content: "=> ";
}
.materiel-list-wrapper td.data-nom i {
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  vertical-align: middle;
}

table.dataTable thead th.th-data-cpt {
  /*padding: 0;*/
}

td.data-cpt,
td.data-web_url,
td.data-master_mysql,
td.data-slave_mysql,
td.data-lutecia_print_server {
  overflow: hidden;
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

td.data-sub_type,
td.data-type,
td.data-virtual {
  width: 96px;
}
td.data-reseau_ip {
  width: 195px;
}

/* FORM */
form.node-form {
  margin-top: 24px;
}
.node-form input.select-dropdown.dropdown-trigger {
  color: black;
}
.col.m6.s12.input-field.input-field-commentaire {
  position: relative;
}
.node-form .input-field-commentaire label {
  position: absolute;
  top: -42px;
}

button.btn.btn-primary.delete{
  background-color: #ff4081;
}

span.select2-container {
  margin-bottom: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 49px;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.node-form .select2 + label {
  width: 100%;
  -webkit-transform: translateY(-14px) scale(.8);
  -moz-transform: translateY(-14px) scale(.8);
  -o-transform: translateY(-14px) scale(.8);
  transform: translateY(-14px) scale(.8);
}

.node-form .row-textarea {
  margin-top: 33px;
}
.node-form  .row-select {
  margin-top: 22px;
}

/*.node-form .select2-selection__rendered,
.node-form  input[type=text]:not(.browser-default) {
  font-weight: bold;
}*/

.node-form textarea#commentaire {
  font-size: 14px;
}
.node-form  .sub-type li {
  display: inline;
  text-align: center;
  padding: 2px;
  margin: 0;
  width: 19%;
}
.node-form .input-field.col label[for=duree],
.node-form .input-field.col label[for=heure],
.node-form .input-field.col label[for=date]
{
  -webkit-transform: translateY(-14px) scale(.8);
  -ms-transform: translateY(-14px) scale(.8);
  transform: translateY(-14px) scale(.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done,
.datepicker-date-display {
  background-color: #3f51b5;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
  color: #FFF;
}
.datepicker-table td.is-today {
  color: #3f51b5;
}
#form-list-filter .dropdown-content li>a, #form-list-filter .dropdown-content li>span {
  color: #000;
}

.notification-badge,
.btn {
  font-family: 'Muli', sans-serif;
}

.notification-badge {
  position: relative;
  top: -20px;
  right: 5px;
  margin: 0 -0.8em;
  padding: 2px 5px;
  color: #fff;
  border-radius: 50%;
  background-color: #ff4081;
  box-shadow: 0 0 10px 0 #ff4081;
}
 .badge {
  font-size: .8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  color: #616161;
  border-radius: 4px;
}
 .badge i {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: .25rem !important;
}
.grey.lighten-3 {
  background-color: #e4e4e4!important;
  color: rgba(0,0,0,.6);
  border-radius: 16px;
}

/*div#breadcrumbs-wrapper {
    padding: 0;
    padding-left: 258px;
    width: 33%;
    float: left;
}
.navbar .sideNav-lock .header-search-wrapper {
  width: 100%;
  margin: 0;
  float: left;
  margin-top: 5px;
  height: 24px;
}
#breadcrumbs-wrapper .breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  width: auto;
}
#breadcrumbs-wrapper li.breadcrumb-item {
  line-height: 21px;
  margin-top: 17px;
}*/

.navbar .sideNav-lock .header-search-wrapper {
  display: block;
  margin: 0 0 0 269px;
  height: 50px;
}

#breadcrumbs-wrapper .breadcrumbs {
  margin: 0 0 0 269px;
  display: flex;
}

#breadcrumbs-wrapper .breadcrumbs > li + li::before {
  padding: 0 0 0 8px;
  top: 0;
}

#breadcrumbs-wrapper .breadcrumbs-title,
ol.breadcrumbs.mb-0 {
  line-height: 50px;
}

@media only screen and (max-width: 800px) {
  h1.logo-wrapper {
    display: none;
  }
  .list-wrapper {
    top: 0;
  }
  .list-wrapper .card, .list-wrapper .card-panel {
    margin-left: 0;
    padding: 0;
  }
  input.select-dropdown.dropdown-trigger {
    color: #000;
  }
  .data-table {
    top: 10px;
  }
  div#data-table_wrapper .top {
    position: relative;
    top: 0;
    right: 0;
    color: #000;
  }
  input.select-dropdown.dropdown-trigger {
    width: 117px;
  }
  #data-table_filter label, #data-table_filter input[type=search] {
    color: #000;
  }

  /*#dataTables_filter_radie span,
  #dataTables_filter_licence span {
    color: #000;
  }*/

  i.material-icons.right {
    height: 50px;
    line-height: 41px;
  }

  #dataTables_filter_radie,
  #dataTables_filter_licence {
    position: relative;
    top: 11px;
  }
}
@-moz-document url-prefix() {
  .node-form .input-field-commentaire label {
    top: -40px !important;
  }
}