.sidebar .sidebar-card {
    background-color:  #242f33;
}

.card-body #mapid {
	width:100%;
	/*height:600px;*/
	height:432px;
}

.img-lang {
    width:33px;
}

.img-end-content{
    width:100%;
}

.cpdetails-rightend-content{
    text-align:center;
    width:100%;
    height:100%;
}

.img-end-cpdetails-content{
    width:39%;
    display: block;
    margin: 0 auto;
}
.bg-login-image-bs{
    background-image:url('../images/building.svg');
    background-position:center;background-size:100% 100%;
}

.bg-password-image-bs {
    background-image: url('../images/forgot_password.svg');
    background-position: center;
    /*background-size: 100% 100%;*/
    background-size: cover;
}

.sidebar-heading i.sidebar-heading-i-title{
    color:white;
}

.sidebar-brand-icon {
    height: 50px;          /* Hauteur fixe du conteneur */
    width: 81%;            /* Largeur maximale du conteneur */
    overflow: hidden;      /* Masque tout dépassement */
    display: flex;
    align-items: center;   /* Centre verticalement l'image */
    justify-content: center; /* Centre horizontalement l'image */
}

.logoshango{
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    background-color: white;
    max-height: 100%;      /* Limite la hauteur de l'image à celle du conteneur */
    max-width: 100%;       /* Limite la largeur de l'image à celle du conteneur */
    width: auto;           /* Conserve le ratio */
    height: auto;          /* Conserve le ratio */
    object-fit: contain;   /* Ajuste l'image pour qu'elle rentre dans le conteneur */
}

.bg-gradient-marque {
	background-color: #242f33;
	background-size: cover;
}

.sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
	color: #000;
}

div#collapseOp div a i span {
	font-size: 0.70rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
}

/* Ajout liens objets */
a.shango_object_link {
	cursor:pointer;
	color:#fff;
	background-color: #36b9cc;
	border-radius: 0.35rem;
	padding:7px;
	display:block;
	text-align: center;
	max-width:inherit;
}
a.shango_nonactive_object_link {
	cursor:pointer;
	color:#fff;
	background-color: #5a5c69;
	border-radius: 0.35rem;
	padding:7px;
	display:block;
	text-align: center;
	max-width:inherit;
}
a.shango_deleted_object_link {
	cursor:pointer;
	color:#fff;
	background-color: #db1238;
	border-radius: 0.35rem;
	padding:7px;
	display:block;
	text-align: center;
	max-width:inherit;
}
a.shango_maintenance_object_link {
	cursor:pointer;
	color:#fff;
	background-color: #fd7e14;
	border-color:#945003;
	border-radius: 0.35rem;
	padding:7px;
	display:block;
	text-align: center;
	max-width:inherit;
}
a.shango_object_link:hover {
	background-color: #36b9cc;
}
a.shango_object_link:hover, a.shango_deleted_object_link:hover, a.shango_maintenance_object_link:hover, a.shango_nonactive_object_link:hover {
	text-decoration: none;
}
td.shango_object_link {
	text-align: center;
	vertical-align : middle;
}
a.secondary_shango_object_link{
	opacity: 0.5;
}
table.dataTable td {
    vertical-align : middle;
	text-align: center;
    white-space: nowrap;
}

table.profile{
    text-align: center;
}
table.profile svg{
	width:12%;
}

button.btn-static{
    color: #fff;
    background-color: #9a9ca8;
    border-color: #b8b7b6;
	cursor: default;
	text-align: center;
    vertical-align: middle;
	font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button.btn-static:hover{
    background-color: #5a5c69;
    border-color: #8d8c8b;
	cursor: default;
}
button.btn-static:active {
	-moz-box-shadow:    inset 0 0 0px white;
	-webkit-box-shadow: inset 0 0 0px white;
	box-shadow:         inset 0 0 0px white;
}

.btn:hover {
	color: #fff;
}

.bg-preauthorize-image-bs{background-image:url('../images/undraw_stripe.svg');background-position:center;background-size:99% 99%;}
.bg-webconsumption-image-bs{background-image:url('../images/car.svg');background-position:center;background-size:100% 100%;}
.bg-webbill-image-bs{background-image:url('../images/car.svg');background-position:center;background-size:100% 100%;}
.bg-webuser-image-bs{background-image:url('../images/car.svg');background-position:center;background-size:100% 100%;}

.btn-icon-split .icon-step {
	background: rgba(197, 191, 191, 0.15);
	display: inline-block;
	padding: 0.375rem 0.75rem;
	border:1px solid #36b9cc;
}
.btn-icon-split .text-step {
	display: inline-block;
	padding: 0.375rem 0.75rem;
	color:#36b9cc;
}

.btn-select {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #8b8d93;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    margin: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-select:hover {
    box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

.btn-select.btn-selected {
    border: 3px solid #1cc88a;
}

.steppaymentnumbers div {
	width:33%;
	text-align:center;
	float:left;
}
.steppaymentlabels div {
	width:33%;
	text-align:center;
	float:left;
}
.steppaymentlabels .text-primary{
	color: #30BDE3 !important;
	font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #30BDE3;
    border-color: #30BDE3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2a9ebe;
    border-color: #30BDE3;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #30BDE3;
    border-color: #2653d4;
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #87CEEB;
    border-color: #87CEEB;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2a9ebe;
    border-color: #30BDE3;
}

.bg-gradient-primary {
    background-color: #000000;
    background-image: linear-gradient(180deg, #87CEEB 10%, #30BDE3 100%);
    background-size: cover;
}

#preauthorize-form #card-element {
    border: 3px solid #30BDE3;
    padding : 9px;
}

.loader {
    background-color: #30BDE3;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 100000;
}

.datatable-config .btn + .btn {
    margin-left: 5px;
}

.loader__element {
    border-radius: 100%;
    border: 5px solid #000;
    margin: calc(5px*2);
}

.loader__element:nth-child(1) {
    animation: preloader .6s ease-in-out alternate infinite;
}
.loader__element:nth-child(2) {
    animation: preloader .6s ease-in-out alternate .2s infinite;
}

.loader__element:nth-child(3) {
    animation: preloader .6s ease-in-out alternate .4s infinite;
}

@keyframes preloader {
    100% { transform: scale(2); }
}

.btn-marque {
	color: #242f33;
	background-color: var(--spe-btn-color);
	border-color: var(--spe-btn-color);
}

.btn-marque-white {
	color: #fff;
	background-color: var(--spe-btn-color);
	border-color: var(--spe-btn-color);
}

.btn-marque-white:hover {
	color: #242f33;
}

.topbar .dropdown-list .dropdown-header {
	background-color: var(--spe-btn-color);
	border: 1px solid var(--spe-btn-color);
}

a {
    color: var(--spe-btn-color);
}

.dropdown-item.active, .dropdown-item:active {
	background-color: var(--spe-btn-color);
}

div.sidebar-heading span {
	color: var(--spe-sidebar-color);
}

.page-item.active .page-link {
    background-color: var(--spe-page-color);
    border-color: var(--spe-page-color);
}

.sidebar .nav-item.active .nav-link {
    color: var(--spe-btn2-color);
}

.sidebar .nav-item .nav-link {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
}
.sidebar.toggled .nav-item .nav-link {
    padding: 0.5rem;
}

.text-primary {
    color: var(--spe-text-color) !important;
}

/* Ajout liens objets */
a.shango_object_link {
	border-color:var(--spe-btn2-color);
}

a.shango_nonactive_object_link {
	border-color:var(--spe-btn2-color);
}


span.text-marque{
	color:var(--spe-text-color);
}

span.text-marque-alt{
	color:var(--spe-btn2-color);
}

.alert-popup {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;

    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 30px;
    font-size: 17px;
}

.alert-popup.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 30px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {top: 30px; opacity: 1;}
    to {top: 0; opacity: 0;}
}

@keyframes fadeout {
    from {top: 30px; opacity: 1;}
    to {top: 0; opacity: 0;}
}

.shango-form {
    display: table;
    border-collapse: collapse;
    margin-right: 3px;
    margin-top: 3px;
}

.shango-form-row {
    display: table-row;
    border-bottom: 15px solid transparent;
}

.shango-form-cell {
    display: table-cell;
    vertical-align: top;
    max-width: 450px;
}

.shango-form-cell:has( + .shango-form-cell) {
    padding-right: 30px;
    padding-left: 2px;
}

/* Cacher la case à cocher native */
input[type="checkbox"] {
    display: none;
}

/* Créer un style personnalisé pour la case à cocher */
.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border: 2px solid #d1d3e2;
}

/* Style de la case à cocher lorsque cochée */
input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #1cc88a;
    border-color: #1cc88a;
    border: none;
}

/* Créer le symbole "check" */
.custom-checkbox::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Afficher le "check" lorsque la case est cochée */
input[type="checkbox"]:checked + .custom-checkbox::after {
    opacity: 1;
}

/* Créer un style personnalisé pour la case à cocher */
.custom-checkbox-disabled {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    position: relative;
    border: 2px solid #d1d3e2;
}

input[type="checkbox"]:checked + .custom-checkbox-disabled {
    background-color: #b6bdba;
    border-color: #b6bdba;
    border: none;
}

/* Créer le symbole "check" */
.custom-checkbox-disabled::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Afficher le "check" lorsque la case est cochée */
input[type="checkbox"]:checked + .custom-checkbox-disabled::after {
    opacity: 1;
}

.spacer {
    color: #858796 !important;
    font-size: 1.2rem;
    font-weight: 700;
}

table.dataTable > thead > tr > th {
    padding-right: 10px;
    vertical-align: top;
}

.dt-buttons button.dt-button {
	font-size: 1rem;
    padding: 0.3rem;
    line-height: 1.25;
    border: 1px solid #dddfeb;
    border-radius: 0.35rem;
    margin-bottom: 5px;
    color: #fff;
    background-color: var(--spe-text-color);
    border-color: var(--spe-text-color);
}

.dt-buttons button.dt-button:hover {
	color: #fff;
    background-color: #17a673;
    border-color: #169b6b;
}

.dataTables_paginate {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.35rem;
}

.paginate_button {
    position: relative;
    display: inline-block;
    padding: 0.3rem;
    line-height: 1.25;
    color: #4e73df;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: 0.35rem;
    margin: 2px;
}

.paginate_button.current {
    z-index: 3;
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}

.paginate_button:hover {
    z-index: 2;
    color: #224abe;
    text-decoration: none;
    background-color: #eaecf4;
    border-color: #dddfeb;
}

.paginate_button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.paginate_button.first {
    display: none;
}

.paginate_button.last {
    display: none;
}

.paginate_button.disabled {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #efefef;
    border-color: #dddfeb;
}

.pagination-lg .paginate_button {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.dt-column-title span p {
    display: inline;
}

.dt-column-title span::after {
    float: right;
    content: "↑↓";
}

.dt-buttons, .dataTables_info {
    float: none;
}

.dataTables_info {
    float: inline-start;
    padding-left: 1rem;
}

.dataTables_length {
    float: inline-start;
    padding-top: 0.8em;
}

.dataTables_paginate {
    float: inline-end
}

.select-info {
    display: none;
}

svg.h-5 {
    height: 25px;
}


.dataTables_filter input[type="search"] {
    margin-right: 10px;
    margin-top: 10px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

.dataTables_filter input[type="search"]::-ms-expand {
    background-color: transparent;
    border: 0;
}

.dataTables_filter input[type="search"]:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6e707e;
}

.dataTables_filter input[type="search"]:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.dataTables_filter input[type="search"]::-webkit-input-placeholder {
    color: #858796;
    opacity: 1;
}

.dataTables_filter input[type="search"]::-moz-placeholder {
    color: #858796;
    opacity: 1;
}

.dataTables_filter input[type="search"]:-ms-input-placeholder {
    color: #858796;
    opacity: 1;
}

.dataTables_filter input[type="search"]::-ms-input-placeholder {
    color: #858796;
    opacity: 1;
}

.dataTables_filter input[type="search"]::placeholder {
    color: #858796;
    opacity: 1;
}

.dataTables_filter input[type="search"]:disabled, .dataTables_filter input[type="search"][readonly] {
    background-color: #eaecf4;
    opacity: 1;
}

.dt-buttons {
    float: left;
}

.dataTables_processing {
    color: var(--spe-btn2-color);
    background-color: var(--spe-background-color);
    border-color: var(--spe-background-color);
    border-radius: 10px;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: var(--spe-background-color);
}

table.dataTable thead>tr span,
table.dataTable tfoot>tr span {
    display: flex;
    padding: 5px;
    white-space: normal;
}

table.dataTable thead>tr span i,
table.dataTable tfoot>tr span i {
        padding-top: 0.3rem;
}
table.dataTable thead>tr span p,
table.dataTable tfoot>tr span p {
        margin: 0;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > tfoot .sorting:before,
table.dataTable > tfoot .sorting_asc:before,
table.dataTable > tfoot .sorting_desc:before,
table.dataTable > tfoot .sorting:after,
table.dataTable > tfoot .sorting_asc:after,
table.dataTable > tfoot .sorting_desc:after,
table.dataTable > tfoot .sorting_asc_disabled:before,
table.dataTable > tfoot .sorting_desc_disabled:before {
    top: 0.9em;
}

.scheduler table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: min-content;
    color: #36b9cc !important;
}

.scheduler table,
.scheduler tr,
.scheduler th,
.scheduler td {
    height: 25px;
    line-height: 25px;
    font-weight: normal
}

.scheduler table{
    border: 2px solid #8b8d93;
}

.scheduler td,
.scheduler th {
    border: 1px solid #e3e6f0;
    position: relative;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scheduler-hour {
    color: white !important;
}

.scheduler tr.scheduler-header {
    border-bottom: 2px solid #8b8d93;
}

.scheduler tr.full_hour {
    border-bottom: 2px solid #8b8d93;
    border-top: 2px solid #cdced1;
}

.scheduler tr.full_hour {
    border-bottom: 2px solid #8b8d93;
    border-top: 2px solid #cdced1;
}

.scheduler td.scheduler-row-head {
    border-right: 2px solid #8b8d93;
}

.scheduler-time-title,
.scheduler-week-title {
    padding: 0 5px;
}

.scheduler-time-title {
    text-align: right;
}

.scheduler-week-title {
    text-align: left;
}

.scheduler .slash {
    width: 90px;
    height: 55px;
}

.scheduler-column-head {
    cursor: pointer;
    width: 80px;
}

.scheduler-first-column-head {
    width: 120px;
}

.scheduler-row-head {
    cursor: pointer;
}

.scheduler>tfoot>tr>td {
    text-align: left;
    padding: 0 5px;
}

.scheduler-clear {
    float: left;
}
.scheduler-reset {
    float: right;
}

.scheduler-disabled .scheduler-column-head,
.scheduler-disabled .scheduler-row-head {
    cursor: default;
}

.scheduler-legend-item {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    padding: 5px;
    border: 2px transparent;
    border-radius: 5px;
    cursor: pointer;
}

.color-box {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: sub;
}

.scheduler-legend-item-selected {
    border: solid #9e9ea0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}