body {
    color: #212529;
    background-color: #e6eaf0;
}

.wrapper-morgon {
    height: 100vh;
}

/* MENU */
.menu-morgon {
    background-color: #283037 !important;
    /*background-color: #283037 !important;*/
    overflow-y: scroll;
    min-width: 200px;
    scrollbar-color:#bcbcbc #e6eaf0;
}

.menu-morgon.menu-min {
    min-width: 60px;
    max-width: 60px !important;
    overflow: visible;
}

.menu-morgon.menu-min .item-tohide {
    display: none;
}

.menu-morgon.menu-min .mainmenu {
    max-width: 60px !important;
}

.menu-morgon.menu-min .nav-label {
    display: none;
}

.menu-morgon.menu-min .submenu {
    min-width: 200px;
    display: none;
}

.menu-morgon.menu-min .submenu-show {
    display: block;
    position: absolute;
    background-color: #283847;
    margin-left: 65px;
    margin-top: -35px;
}

.menu-morgon.menu-min .submenu-item .nav-label {
    display: block;
    padding-left: 0px !important;
}

::-webkit-scrollbar {
    width: 6px;
    height:6px;
}

::-webkit-scrollbar-track {
    background-color:#f5f5f5;
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
}

* {
    scrollbar-color:#bcbcbc #f5f5f5;
    scrollbar-width:thin
}


.navbar-nav-morgon .nav-link[data-toggle].collapsed .nav-label:after {
    content: " ▾";
}
.navbar-nav-morgon .nav-link[data-toggle]:not(.collapsed) .nav-label:after {
    content: " ▴";
}

.navbar-nav-morgon {
    color: white;
    list-style: none;
    padding: 0px;
    width: 100%;
}

.navbar-expand-lg {
    padding: 0px;
}

.navbar {
    /*background-color: #283847 !important;*/
    background-color: #283037 !important;
    position: relative;
    z-index: 10000;
}

.menu-morgon.menu-min .navbar {
    margin-top: 50px;
}

.mnu_icon {
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}

.navbar-nav-morgon .nav-item .nav-link {
    color: white;
    font-size: 0.9rem;
    opacity: 0.7;
    /*padding-left: 0.5rem;*/
}

.navbar-nav-morgon .nav-item.active .nav-link {
    opacity: 1;
}

.navbar-nav-morgon .nav-item.inactive .nav-link {
    opacity: 0.7;
}

.navbar-nav-morgon .nav-item :hover {
    background-color: #63717f;
}

.navbar-nav-morgon .nav-item.active {
    background-color: #425364;
}

.navbar-nav-morgon .nav-item.submenu-item.active {
/*    background-color: #5296fa;*/
    /*background-color: #a29891;*/
    background-color: transparent;
    text-decoration: underline;
    font-weight: 600;
}

.navbar-toggler {
    padding: 0px;
    margin-top: 2px;
    margin-left: 0.5rem;
    z-index: 15000;
}

.navbar-toggler img {
    border-style: double;
    border-radius: 8px;
    border-color: #939599;
    background-color: transparent;
    opacity: 1;
    width: 25px;
    margin-left: 10px;
}

.navbar-toggler-morgon img {
    margin: 0px !important;
}
.navbar-toggler-morgon {
    position: absolute;
    /*margin: 10px 0px 0px 150px !important;*/
    margin: 5px 0px 10px 10px !important;
}

.menu-morgon.menu-min .navbar-toggler-morgon {
    margin: 5px 0px 10px 10px !important;
}


.sel_lang .btn {
    font-size: 0.65rem;
    padding: 0 .75rem;
    background-color: transparent !important;
    color: white !important;
}

.menu-sep {
    margin: 0;
    border-top: 1px solid #BFC3C8;
}

@media (max-width: 992px) {
    .mobileMenu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        position: fixed;
        top: 0px;
        bottom: 0;
        /*margin: auto;*/
        margin: auto;
        margin-top: 0px;;
        left: 0;
        -webkit-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }
    .mobileMenu.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    .mobileMenu .navbar-nav-morgon {
        overflow-y: auto;
    }
    
    .container-fluid { padding-left: 1rem; padding-right: 1rem; }
    
    .col-title { padding-left: 20px !important; }
    
    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #283037;
        display: none;
    }
    
    .overlay.open {
        display: block;
        z-index: 1029;
    }
    
    .menu-morgon {
        width: 0px;
        min-width: 0px;
    }
    
    .navbar-nav-morgon {
        width: 98vw;
    }
    
    .navbar-toggler-morgon {
        margin: 5px 0px 10px 15px !important;
        position: absolute;
        left: 0px;
        display: block;
    }
    
    .navbar {
        position: fixed;
        background-color: transparent !important;
    }
    .card-header {
        margin-left: 0px;
        padding: .75rem 0rem;
    }
}

.col-title {
    font-size: 1.2rem;
    padding-left: 0px;
    font-weight: bold;
}

.col-info {
    text-align: right;
    font-weight: 600;
    font-size: 0.9rem;
}

.help_icon {
    width: 30px;
    height: 20px;
    padding-right: 0.6rem;
    margin-left: 0.6rem;
    cursor: default;
}

.help_icon_input {
    margin-left: 0;
}

.label {
    text-align: right;
}

.title {
    text-align: center;
}

.status_icon {
    height: 10px;
}

.reload_btn {
    padding: 0;
}

.span_clock {
    padding: 0;
}
.span_clock img {
    width: 20px;
}

.reload_icon {
    width: 30px;
    display: inline-block;
    margin-top: 0px;
    cursor: pointer;
    padding-right: 5px;
}

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

.card {
    background-color: transparent;
}

.card .card-header {
    background-color: transparent;
    color: #495060;
    font-weight: bold;
}

.card-header {
    padding: .2rem 1.25rem;
}

.card .card-body {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 hsla(0,0%,71%,.5);
    background-color: #fff;
    height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
}


.nav-tabs .nav-link.active,
.nav-tabs .nav-link {
    font-size: 1.0rem;
}

.nav-tabs a.nav-link {
    color: #6e707e;
}

a.nav-link.active {
    font-weight: bolder;
}

.alert-success {
    background-color: #d4edda;
}

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

.btn-warning {
    color: #333;
}

.btn-primary:hover {
    background-color: #c61931;
    border-color: #c61931;
}

.btn-primary.disabled, .btn-primary:disabled {
    opacity: 0.3;
    color: #c61931;
    background-color: #ffffff;
    border-color: #c61931;
}

.btn-light {
    background-color: #e2e2ea;
}


i.fa.fa-bars {
    color: #d1d3e2;
}

i.fa.fa-bars:hover{
    color: #6e707e;
}

.info-item {
    width: 10rem;
    float: left;
}

.service-status {
    border-width: 0;
    width: 10rem;
}

.service-status span {
    padding: .1rem .5rem!important;
}


.service-status-up {
    color: green;
}

.service-status-down {
    color: red;
    animation: flash 1s linear infinite;
}


.iziphone-status {
    border: 1px solid #d2d2d2;
    background-color: #f8f9fc;
}

.iziphone-status span {
    /*padding: .1rem .5rem!important;*/
    border-right: 1px solid #bcbcbc;
}

.iziphone-status-icon {
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.iziphone-status-state {
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}


.iziphone-status-inactive {
    opacity: 1;
    border-width: 0;
    width: 10rem;
}
.iziphone-status-inactive span {
    padding: .1rem .5rem!important;
}


@keyframes flash {
    50% {
        opacity: 0;
    }
}

pre.unstyled {
    border-width: 0;
    background-color: transparent;
    padding: 0;
}

.dataTables_filter input {
    border-radius: 0.5em;
}

td.details-control {
    background: url('../../app/icons/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../../app/icons/details_close.png') no-repeat center center;
}

.loading-spinner {
    display:    none;
    position:   fixed;
    z-index:    5000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 198, 196, 197,.6 ) 
                url('../img/loading-spinner2.gif') 
                50% 50% 
                no-repeat;
}

.loading-spinner span {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
}

.btn-warning:hover {
    color: #000;
}

.toggle-off.btn {
    padding-left: 1.2rem;
    font-size: 0.9rem!important;
}

.toggle-on.btn {
    font-size: 0.9rem!important;
}

.select-checkbox {
    color: #000;
}

.radio_on_off {
    margin-left: 0.8rem;
    margin-right: 0.3rem;
}


.login {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    /*padding-right: 1rem;*/
}
.login:hover {
    color: white;
    /*font-weight: bold;*/
    text-decoration: none;
    opacity: 1;
}

.login img {
    width: 20px;
    margin-right: 0.2rem;
    margin-top: -3px;
}


.menu_logo {
    margin-top: 5px;
    width: 100px;
}

.password_view {
    cursor: pointer;
    opacity: .6;
}
.password_view:hover {
    opacity: 1;
}
.password_view img {
    width: 15px;
    height: 15px;
}
.password_inp {
    height: 100%;
}


.hidden_cell {
    display: none;
}

.progress {
    margin-top: 5px;
    background-color: #9da2b7;
}

.loader {
    border: 3px solid #d3d2d2;
    border-top: 3px solid #c55a11;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-right: 5px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.buttonloader {
    display: inline-block;
    width: 130px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #1cc88a;
    border: 1px solid #1cc88a;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    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;
}

.buttonloader:hover {
    color: #fff;
    background-color: #17a673;
    border-color: #169b6b;
    text-decoration: none;
}

.buttonloader:focus, .buttonloader.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.buttonloader.disabled, .buttonloader:disabled {
    opacity: 0.65;
    pointer-events: none;
}

.corbeille {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.icn_tbl_membre {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.tbl_icn {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}


.tbl-header-200{
    width: 200px;
}
.tbl-header-250{
    width: 250px;
}
.tbl-header-300{
    width: 300px;
}
.tbl-header-350{
    width: 350px;
}
.tbl-header-450{
    width: 450px;
}

.tbl-compact tr td {
    color: #000000;
    padding: 0px;
}

.tbl-compact.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
.tbl-compact.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    top: 3px;
}

.tbl-compact.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
.tbl-compact.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    top: 3px;
}

.tbl_saisie {
    font-size: 11pt !important;
}

.tbl_saisie th {
    padding-right: 0px !important;
}

.tbl_saisie td,
.tbl_saisie input,
.tbl_saisie li,
.tbl_saisie button {
    vertical-align: middle !important;
    font-size: 11pt !important;
}


div.dataTables_wrapper div.dataTables_filter input {
    width: 10em;
    border-radius: 0.5em;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 2px;
    white-space: inherit;
}

.table.dataTable tbody td.select-checkbox::before, table.dataTable tbody th.select-checkbox::before {
    content: ' ';
    margin-top: -15px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}

table.dataTable tr.selected td.select-checkbox::after, table.dataTable tr.selected th.select-checkbox::after {
	content: '\2714';
	margin-top: -23px;
	margin-left: -3px;
	text-align: center;
	text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

.table {
    color: #000000;
}

.text-middle {
    vertical-align: middle !important;
}

.ant_status {
    text-decoration: underline dotted;
}


.form-label {
    margin-top: 5px;
}

.form-control-sm:disabled, .form-control-sm[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}


/* Toggle checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 21px;
  margin-top: 5px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: #4E73DF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* Fin Toggle checkbox */

.div_list {
    height: calc(100vh - 260px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.div_fixed {
    height: calc(100vh - 260px);
    overflow-x: hidden;
    overflow-y: hidden;
}

.morgon-footer {
    color: #495060;
    padding: 0.3rem!important;
    font-size: 0.8rem;
}

.table-bordered-curved {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
  margin-top: 1rem;
}
.table-bordered-curved tr th,
.table-bordered-curved tr td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 5px;
}
.table-bordered-curved tr th:first-child,
.table-bordered-curved tr td:first-child {
  border-left: 1px solid #bbb;
}
.table-bordered-curved tr th {
  background: #eee;
  border-top: 1px solid #bbb;
  text-align: left;
}

/* top-left border-radius */
.table-bordered-curved tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
.table-bordered-curved tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.table-bordered-curved tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.table-bordered-curved tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.ui-draggable-handle {
    cursor: grab;
}

.toast-container-morgon {
    position: fixed;
    right: 25px;
    bottom: 35px;
    z-index: 20000;
}

.toast-container-morgon .toast {
    min-width: 400px;
}

.toast:not(.showing):not(.show) {
    display: none !important;
}

.toast-img {
    width: 20px;
    margin-right: 10px;
}


.modal-footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.modal-dialog {
    margin-bottom: 0px;
}
    
.modal-header {
    padding: 0.2rem 1rem;
}


.popover {
    z-index: 10100; /* Plus élevé que les modales pour être visible */
}

.cellNumber {
    font-variant-numeric: tabular-nums;
}