﻿
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.DDLPrestataire {
    z-index: 9999999 !important;
}

.TF caption {
    caption-side: top;
}

input[type="text"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="search"][readonly],
input[type="password"][readonly],
input[type="tel"][readonly],
input[type="url"][readonly],
input[type="date"][readonly],
input[type="datetime-local"][readonly],
input[type="month"][readonly],
input[type="week"][readonly],
input[type="time"][readonly],
input[type="range"][readonly],
input[type="color"][readonly] {
    background-color: #ebebeb !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
}


input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caretPerso {
    border-top-color: #ffffff; /* Couleur de la flèche */
}

.card-header.headLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Pour les navigateurs WebKit (Safari, Chrome, etc.) */
/*input[type="number"].notarrow::-webkit-inner-spin-button,
input[type="number"].notarrow::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}*/

/* Pour Firefox */
/*input[type="number"].notarrow {
    -moz-appearance: textfield !important;
}*/

/*.iti__flag {*/
/*    background-image: url("path/to/flags.png");*/
/*}*/

/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {*/
/*    .iti__flag {*/
/*        background-image: url("path/to/flags@2x.png");*/
/*    }*/
/*}*/

.textHidden {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.triggerShowTextHidden:hover .textHidden {
    display: block;
}

.scrollable-card {
    height: 500px;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
}

.scrollable {
    overflow-y: scroll;
    width: 100%;
}

.fullScreenScrollable-card {

    max-height: 80vh;
    overflow: scroll;
    width: 97vw;
}

 label.form-label {
     margin-bottom: 0.01rem; /* Ajustez cette valeur selon vos besoins */
 }

