﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    background-color: var(--theme-bg-color-1, white);
    color: var(--theme-color-1);
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        background-color: var(--theme-bg-color-1, white);
        color: var(--theme-color-1);
        font-size: 16px;
    }

    .down-scroll-fixed {
        bottom: 40px;
        right: 50px;
    }
}

@media (max-width: 400px) {
    .btn-secondary-citoylien {
        min-width:unset;
    }

    .down-scroll-fixed {
        bottom: 40px;
        right: 10px;
    }
}


@media (min-width: 401px) {
    .btn-secondary-citoylien {
        min-width: 80px;
    }

    .down-scroll-fixed {
        bottom: 40px;
        right: 50px;
    }
}



.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    color: var(--theme-color-1);
    background-color: var(--theme-bg-color-1, white);
}
.footer {
    /*position: absolute;
  bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-top:5px
}


/* MHN */

.imageThumbnail {
    height: 80px;
    width: auto;
}

.control-label {
    font-weight:bold;
}

.card-header.collapsed {
    background: #ccc;
}

.card-header:not(.collapsed) {
    background: #eee;
}



/* Side notes for calling out things */
/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .bs-callout h4 {
        margin-top: 0;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code,
    .bs-callout .highlight {
        background-color: #fff;
    }
/* Themes for different contexts    */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}



.thumbnail {
    border: 0 none;
    box-shadow: none;
}

/***************************************************************************************************************/
.keys .col-back {
    border: 2px solid black;
    margin: 0.4em;
    text-align: center;
    width: 60px;
    border-radius: 5px;
    padding: 15px 15px 15px 12px;
    font-size: 1.2em;
}

.keys .col-fixed {
    border: 2px solid black;
    margin: 0.4em;
    text-align: center;
    width: 60px;
    border-radius: 5px;
    padding: 15px;
    font-size: 1.2em;
}

.keys .row {
    height: 70px;
}

.keys {
    margin: 0px;
}

.keys .col-fixed:hover, .keys .col-back:hover {
    background-color: silver;
    cursor: pointer;
}


.UserNameResult .row, .SecurityCodeResult .row, .SecurityCodeResultNew .row {
    height: 60px;
}

.UserNameResult .p-2, .SecurityCodeResult .p-2, .SecurityCodeResultNew .p-2 {
    border-bottom: 2px solid black;
    margin: 0.2em 0.2em 0.2em;
    text-align: center;
    width: 50px;
    height: 40px;
    font-size: 1.4em;
}

h5 {
    margin:auto;
    padding-top:12px;
    text-align:center;
}

.navbar-brand img {
    width:115px;
}

.btn-primary-citoylien {
    background-color: orange;
    border: 1px solid black;
    color: black;
    width: 180px;
    height: 50px;
    /*margin: 15px 5px auto 5px;*/
    font-weight: bold;
}


.btn-white {
    background-color: white;
}

a.btn-primary-citoylien {
    padding-top:11px
}

.btn-secondary-citoylien {
    border: 1px solid black;
    color: black;
    padding: 5px;
    font-size: 0.9em;
    cursor: pointer;
    /*max-height:33px;*/
}

.btn-third-citoylien {
    border: 1px solid black;
    padding: 6px 7px 2px 7px;
    cursor: pointer;
}


    button.btn.bg-orange, a.btn.bg-orange {
        background-color: orange;
        color: black;
        width: 180px;
        height: 60px;
    }

    button.btn.bg-orange:hover, a.btn.bg-orange {
        background-color: #dd930b;
        color: black;
    }

button.btn.bg-white {
    color: black;
}

    button.btn.bg-white:hover {
        color: black;
    }


a.btn.bg-orange{
    padding:15px;
}

#securityQuestion, #securityReponse {
    margin-top: 10px;
    margin-bottom: 10px;
}

#securityQuestion input[type=radio] {
    margin-right: 5px;
}

.mx-auto {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fa-1poit5x {
    font-size: 1.3em;
}
.citoilien-opacity-05 {
    opacity: 0.5;
    cursor: pointer;
}

.dropdown-menu {
    width: 252px;
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    background-color: var(--ddm-bg-color, white);
    color: var(--ddm-color);
}

    .dropdown-menu .nav-link {
        width: 100%;
    }

    .navbar-nav .nav-link {
        width: 100%;
        padding-left: 5px;
    }

.navbar-nav .dropdown-menu {
    position: absolute;
    left: -220px;
}

.dropdown-menu .row:hover {
   background: #1a73e8c9;
   color: white;
   cursor:pointer;
}


.citoilien-card-0, .citoilien-card-1 {
    border: none;
    border-radius: 10px;
    padding: 0px;
    min-height: 202px;
}

.citoilien-card-2 {
    border: none;
    border-radius: 10px;
    padding: 0px;
    min-height: 246px;
}

.citoilien-card-2 > a {
    border: 1px solid black;
    box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(0,0,0,0.11);
    height: 100%;
    padding: 0px;
    margin-right: 5px;
    border-radius: 10px;
}


    .citoilien-card-0 > a, .citoilien-card-1 > a {
        border: 1px solid black;
        box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(0,0,0,0.11);
        height: 100%;
        padding: 0px;
        margin-right: 5px;
        border-radius: 10px;
    }

        .citoilien-card-0 > a > .row, .citoilien-card-1 > a > .row, .citoilien-card-2 > a > .row {
            height: 100%;
            padding-left: 15px
        }

            .citoilien-card-0 > a > .row > .col-3, .citoilien-card-1 > a > .row > .col-3, .citoilien-card-2 > a > .row > .col-3 {
                border-right: 1px solid black;
                padding-left: 0px;
                padding-right: 1px;
            }

                .citoilien-card-0 > a > .row > .col-3 ul, .citoilien-card-1 > a > .row > .col-3 ul, .citoilien-card-2 > a > .row > .col-3 ul {
                    font-size: 11px;
                    margin-left: 5px
                }

            .citoilien-card-0 > a > .row > .col-9, .citoilien-card-1 > a > .row > .col-9, .citoilien-card-2 > a > .row > .col-9 {
                padding: 0px;
            }

.citoilien-due {
    color: white;
    padding: 4px;
    border-radius: 2px;
}

.card {
    background-color: var(--theme-bg-color-1, white);
}

    .card > a {
        background-color: var(--theme-bg-color-2, white);
        color: var(--theme-color-1);
    }

.card-block {
    margin-bottom: 5px;
}

    .card-block i {
        border: 1px solid black;
        border-radius: 5px;
        padding: 7px
    }


.card-text {
    font-size: 0.8em;
}

.div2 {
    border-left: 1px solid #333;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.citolien-bg-success {
    border-left: 15px solid #28a745 !important;
    border-radius: 10px 0px 0px 10px
}

.citolien-bg-danger {
    border-left: 15px solid #dc3545 !important;
    border-radius: 10px 0px 0px 10px
}

.citolien-bg-warning {
    border-left: 15px solid #ffc107 !important;
    border-radius: 10px 0px 0px 10px
}

.citolien-bg-light {
    border-left: 15px solid #f8f9fa !important;
    border-radius: 10px 0px 0px 10px
}

.btn-outline-secondary {
    color: var(--ddm-color);
}

.btn-orange {
    background-color: orange;
    color: var(--theme-bg-color-2) !important
}

.gm-style-iw-tc.dark::after {
    background-color: var(--theme-bg-color-1);
}

.citoilien-layout {
    z-index: 1040;
    padding-right: 20px;
    background-color: var(--theme-bg-color-1, white)
}

.form-control {
    border: 1px solid black;
    background-color: var(--form-control-bg-color, white);
    color: var(--form-control-color, black)
}

    .form-control:focus {
        background-color: var(--form-control-bg-color, white);
        color: var(--form-control-color, black)
    }

.display-mode .selected i {
    color: var(--display-mode-selected-color, black)
}

.display-mode i {
    color: var(--display-mode-color, #676666)
}

.form-group {
    /*font-size:0.8em;*/
}

#currentLanguage{
    float:right;
}

#demandeModalFilter {
    max-width: 360px;
}

    .modal-header {
        border-bottom: none;
        padding-bottom: 0px;
    }

    #demandeModalFilter .modal-body, .raison .modal-body {
        padding: 1em 1.4rem;
        text-align:justify;
    }

    #demandeModalFilter .modal-content {
        border: 1px solid black;
        border-radius: 0px;
    }

.attirerAttention {
    border: 1px solid #721c24;
    padding: 5px 2px 4px;
    border-radius: 4px;
    font-size: 0.9em;
}

.raison .modal-content {
    box-shadow: 0px 1.6px 3.6px rgba(0,0,0,0.13), 0px 0px 2.9px rgba(0,0,0,0.11);
}

.modal-content {
    background-color: var(--theme-bg-color-2, white)
}

#demandeModalFilter .modal-footer, .raison .modal-footer {
    border-top: none;
}

.modal-backdrop.show{
    opacity:0.1;
}

#demandeModalFilter .modal-dialog {
    margin-top:0em;
}

#myCalendar {
    width: 100%;
}
#actionModal li, #assigneAutreResponsableModal li, #assigneColBleuModal li, #contremaitreModal li {
    border-radius: 4px;
    padding-left: 5px;
    cursor: pointer;
}
    #actionModal li a {
       background-color: transparent;
    }

    #actionModal li:hover, #assigneAutreResponsableModal li:hover, #assigneColBleuModal li:hover, #contremaitreModal li:hover {
        background-color: #1a73e8;
        color: white;
        transition: all 0.3s;
    }


.text-black {
    color: black;
}

.select-icon {
    position: absolute;
    top: 4px;
    right: 14%;
    width: 30px;
    height: 36px;
    pointer-events: none;
    padding-left: 8px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    z-index:9;
}

.clear-icon {
    border: 1px solid black;
    border-left: none;
    padding-top: 6px;
    background-color: var(--form-control-bg-color)
}

.clear-icon i {
    font-size:1.5em;
}

.searchBox {
    border-right: none;
}

.clear-icon:hover {
    cursor: pointer;
}

    .btn-outline-secondary-custom {
        border-radius: 0em 0.25em 0.25em 0em;
        border: 1px solid black;
    }

.btn-dark {
    background-color: var(--form-control-bg-color, #343a40);
    border: 1px solid var(--form-control-bg-color, #343a40);
}

.citoilien-card a:hover, .citoilien-card a:active {
    background-color: #1a73e8;
}

.citoilien-img-group {
    height: 60px;
    margin-top: 5px;
}

.citoilien-small {
    height: 28px;
    margin-top: 7px;
    margin-left: 3px;
    border: 1px solid black;
    padding: 4px;
    border-radius: 4px;
}

.footer{
    line-height:40px;
    font-size:12px
}

#NombreNotification {
    position: absolute;
    border: 2px solid white;
    background-color: darkorange;
    color: black;
    border-radius: 50%;
    top: 70%;
    left: calc(50% + 22px);
    font-size: 0.7em;
    margin-top: -12px;
    margin-left: -20px;
    text-align: center;
}

.nombre-interaction, .nombre-gdt-pj-1 {
    position: absolute;
    color: white;
    right: 6px;
    top: -24px;
    font-size: 0.7em;
    z-index: 1;
    margin-left: -20px;
    text-align: center;
}

.nombre-gdt-pj {
    position: absolute;
    color: white;
    right: 126px;
    top: -24px;
    font-size: 0.7em;
    z-index: 1;
    margin-left: -20px;
    text-align: center;
}


    .nombre-interaction.notif2chiffre, .nombre-gdt-pj.notif2chiffre, .nombre-gdt-pj-1.notif2chiffre {
        padding: 0px 2px;
    }



.interaction-icon, .pj-icon-1 {
    font-size: 2em;
    position: absolute;
    right: 0px;
    top: -30px;
    color: #1a73e8;
}

.pj-icon {
    font-size: 2em;
    position: absolute;
    right: 120px;
    top: -30px;
    color: #1a73e8;
}

.notif1chiffre {
    padding: 1px 7px;
}

.notif2chiffre {
    padding: 2px 5px;
}

.tab .selected {
    border-bottom: 5px solid #1a73e8;
    border-radius: 4px 4px 2px 2px;
    font-weight: 700 !important;
    background: #c0c0c082;
}

.tab label {
    padding: 5px 20px;
    border-radius: 4px 4px 0px 0px;
}

.tab label:hover {
    color: #1a73e8;
    background: silver;
}

.list-group-document .col-5 i {
    float:left;
}

.list-group-document .col-5 a {
    float: left;
    padding-top: 3px;
}

#ErrorMessage {
    top:45%
}

.interaction {
    max-width:60%;
    border-radius:4px;
    margin:5px 0px;
}

    .interaction.other {
        float: left;
        border: 1px solid #1a73e8c9;
        background-color: #1a73e8c9;
        color: white;
        min-width:40%;
    }

    .interaction.me {
        float: right;
        border: 1px solid silver;
        background-color: silver;
        min-width: 40%;
    }

    .interaction.other .title {
        border-bottom: 1px solid white;
        background-color: #1a73e8;
        font-weight: bold;
    }
    .interaction.me .title {
        border-bottom: 1px solid gray;
        background: gray;
        font-weight: bold;
    }
    .interaction.other .time {
        border-top: 1px solid white;
        font-size: 0.8em;
    }
    .interaction.me .time {
        border-top: 1px solid gray;
        font-size: 0.8em;
    }
    .interaction .texte, .interaction .title, .interaction .time {
        padding: 5px;
    }
    .interaction .time span {
        float: right;
    }

    .interaction.initial {
        float: left;
        border: 1px solid #1a73e8;
        margin-right: 3px;
        border-radius: 10px;
        background: #1a73e8c9;
        color: white;
        padding:5px 7px;
    }

    .interaction i{
        padding:3px;
    }

.item-remove {
    font-size: 0.9em;
}

.imgGroupe {
    /*height: 120px;*/
    border-radius: 4px;
    text-align: center;
}
ul.activites li {
    border-radius: 4px;
    padding:4px;
}
ul.groupes li {
    padding: 5px;
}

.imgGroupe:hover, #activiteId li:hover, ul.activites li:hover {
    background-color: #1a73e8c9;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: 0 .05rem .75rem #1a73e8c9;
    color: white;
}

#activiteId {
    width: 100%;
    border: none;
    max-height:360px;
    overflow:auto;
}
#activiteId li{
    padding:7px 0px 7px 5px;
    border-radius:4px;
}

#loader {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    display:none;
}
hr {
    margin: 0.6em 0em;
}

.btnEtat {
    padding: 5px 4px;
}

#divIntervention .form-row {
    padding:5px;
}

    #divIntervention .form-row input, .form-row input[name=SelectedAutreIntervention], .form-row input[name=SelectedIntervention], .checkboxScale2 {
        margin: 5px 5px;
        transform: scale(1.5)
    }

    #divInterventionLot .form-row input{
        margin: 5px;
    }
.inputScale15 {
    margin: 5px 10px;
    transform: scale(1.5)
}

.form-row input[name=AutreInterventionDescription] {
    width: calc(100% - 85px);
}

.form-row input[name=InterventionDescription] {
    width: calc(100% - 40px);
}

.filesToUpload li {
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    padding: 3px;
    text-align: center;
    margin: 5px;
    min-width: 100px;
    cursor:pointer;
}

.filesToUpload li:hover {
    border: 1px solid silver;

}

    .filesToUpload li .fa-times {
        margin: 2px;
        border-radius: 4px;
        border: 1px solid black;
        width: 33px;
    }

#labelSequenceFilter div.removable, .label-demande-parent {
    float: left;
    border: 1px solid silver;
    border-radius: 4px;
    margin: 1px;
}

    #labelSequenceFilter div span {
        padding: 3px 2px;
        margin:2px 0px;
        float: left;
    }

    #labelSequenceFilter div.removable span, .label-demande-parent a {
        padding: 3px 4px;
        margin:0px;
        float: left;
    }

    #labelSequenceFilter div i, .label-demande-parent i {
        padding: 7px;
        border-left: 1px solid silver;
    }

    #labelSequenceFilter div.removable:hover, .label-demande-parent:hover {
        background-color: #1a73e8c9;
        cursor: default;
    }

div[panel-tab=intervention]{
    width:100%;
}

#demande_mentions input[type=checkbox], input[type=checkbox][name=SelectedDocsVisibility] {
    transform: scale(1.5);
}

div[document-id] {
    color: #1a73e8;
    text-decoration:underline;
    cursor:pointer;
}

.custom-file-label::after{
    display:none;
    
}

.custom-file {
    max-width: 132px;
}

.custom-file-label {
    padding: 5px;
}

.item-visibility, .item-v {
    border-radius: 0px;
    padding: 6px 7px 2px 7px;
}

.item-visibility i, .item-v i {
    font-size:1.4em;
}

.citoilien-custom-file-label {
    background: #495057;
    color: white;
    cursor: pointer
}

.attachedImage {
    max-width: 300px;
    max-height: 200px;
    box-shadow: 0px 0px 10px 1px silver;
    border-radius:4px;
}

.filesToUpload li .contenant-image {
    position:relative;
    height: 200px;
    width: 300px;
}

.filesToUpload li i.fa-times:hover{
    background:silver;
}

.text-danger {
    font-size: 0.9em;
}

.notification {
    position: relative;
    margin-top: 25px;
    background: var(--bg-notification, orange);
    border-radius: 4px;
    padding: 20px 9px 15px 9px;
    color: black;
    margin-left:0px;
}

.notification-2 {
    position: relative;
    margin-top: 25px;
    background: #ff00009e;
    border-radius: 4px;
    padding: 20px 9px 15px 9px;
    color: black;
    margin-left:0px;
}


.arrow-up {
    position:absolute;
    left:20px;
    top:-15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid orange;
}
.map-demande-indicator {
    position: absolute;
    left: 15px;
    top: 15px
}

.map-demande-link-slave, .map-demande-link-dependent {
    float: left;
    font-size: 1em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 5px;
    margin-right: 3px
}

.map-demande-link-master, .map-demande-link-origine, .map-demande-link-event {
    float: left;
    font-size: 1em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 5px;
    color: white;
    background: black;
    margin-right: 3px
}

.demandeLink, .map-demande-link {
    position: absolute;
    top: 18px;
    right: 25px;
    transform: scale(1.5);
    z-index: 1000;
}

.demande-link-slave {
    position: absolute;
    bottom: 9px;
    right: 14px;
    z-index: 1000;
    font-size: 1.2em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px;
}

.demande-link-dependent {
    position: absolute;
    bottom: 9px;
    right: 14px;
    z-index: 1000;
    font-size: 1.2em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px 5px;
    background:white;
}

.demande-link-master {
    position: absolute;
    bottom: 9px;
    right: 14px;
    z-index: 1000;
    font-size: 1.2em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px;
    color: white;
    background: black;
}

.demande-link-origine {
    position: absolute;
    bottom: 9px;
    right: 14px;
    z-index: 1000;
    font-size: 1.2em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px 5px;
    color: white;
    background: black;
}

.demande-link-origine-d {
    position: absolute;
    bottom: 45px;
    right: 14px;
    z-index: 1000;
    font-size: 1.2em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px 5px;
    color: white;
    background: black;
}

.demande-link-dependent-d {
    position: absolute;
    bottom: 45px;
    right: 14px;
    z-index: 1000;
    font-size: 1.2em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px 5px;
    color: white;
    background: black;
}

.demande-link-event {
    position: absolute;
    bottom: 9px;
    right: 14px;
    z-index: 1000;
    font-size: 1.3em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px 7px;
    color: white;
    background: black;
}

.demande-link-event-str {
    position: absolute;
    right: 26px;
    bottom: 19px;
    z-index: 1001;
    color: white;
    font-size: 0.55em;
}

.demande-link-event-d {
    position: absolute;
    bottom: 45px;
    right: 14px;
    z-index: 1000;
    font-size: 1.3em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px 7px;
    color: white;
    background: black;
}

.demande-link-event-d-str {
    position: absolute;
    right: 26px;
    bottom: 55px;
    z-index: 1001;
    color: white;
    font-size: 0.55em;
}

.demande-link-event-d2 {
    position: absolute;
    bottom: 81px;
    right: 14px;
    z-index: 1000;
    font-size: 1.3em;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px 7px;
    color: white;
    background: black;
}

.demande-link-event-d2-str {
    position: absolute;
    right: 26px;
    bottom: 91px;
    z-index: 1001;
    color: white;
    font-size: 0.55em;
}

.videostart {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

.loading-tooltip {
    width: 30px;
    border-radius: 50%;
}

.tb-tooltip {
    margin-bottom:5px;
}

.tb-tooltip th {
    text-align:center ;
}
.tb-tooltip td[col-index='0']{
    width:65px;
}
.tb-tooltip td[col-index='1'] {
    width: 70px;
}
.tb-tooltip td[col-index='2'] {
    width: 85px;
}
.tb-tooltip td[col-index='3'] {
    width: 120px;
}
/************************************************/
.custom-date-format {
    position: relative;
    width: 150px;
    height: 35px;
    color: white;
}

    .custom-date-format:before {
        position: absolute;
        top: 3px;
        left: 3px;
        content: attr(data-date);
        display: inline-block;
        color: black;
    }

    .custom-date-format::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
        display: none;
    }

    .custom-date-format::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 3px;
        right: 0;
        color: black;
        opacity: 1;
    }

.testbar {
    position: absolute;
    top: -8px;
    left: -14px;
    border-left: 70px solid #ff000047;
    border-right: 70px solid transparent;
    border-bottom: 70px solid transparent;
    z-index: 99999;
}

.testbar-admin {
    position: absolute;
    top: -8px;
    left: -14px;
    border-left: 80px solid #ff000047;
    border-right: 80px solid transparent;
    border-bottom: 80px solid transparent;
    z-index: 99999;
}

.testbar-text {
    position: absolute;
    top: 8px;
    left: -15px;
    transform: rotate( -45deg );
    font-size: 0.8em;
    font-weight: bold;
}

.testbar-text-admin {
    position: absolute;
    top: 13px;
    left: -7px;
    transform: rotate( -45deg );
    font-size: 0.8em;
    font-weight: bold;
    color: white;
    z-index: 99999;
}

.dtnotif {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 5px;
    font-size: 0.7em;
    font-weight: bold;
}

.usernotif {
    position: absolute;
    top: 12px;
    right: 0;
    padding: 0px 5px;
    font-size: 0.7em;
    font-weight: bold;
}

#statutRaison .modal-body, #historiqueRaison .modal-body {
    max-height: 200px;
    overflow: auto;
}

.chart-card {
    border: 1px solid silver;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(var(--palette-neutral-10,218, 218, 218),1);
    margin: 5px;
    height: calc(100% - 10px)
}

.trigger-notification, .item-expand {
    border-radius: 0px 4px 4px 0px;
    width: 37px;
    border-left: none;
}

    .trigger-notification i {
        font-size:1.3em;
    }

.tab-card{
    font-size:0.8em;
}

    .tab-card .header {
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid silver;
    }

    .tab-card .row[index] {
        border-bottom: 1px solid silver;
    }
        .tab-card .row[index] div.col-1, .tab-card .row[group] div.col-1 {
            text-align: right;
            padding: 0px;
        }

    .tab-card .row[group] div.col-1 {
        font-weight: bold;
    }

    .tab-card .row[group] {
        background-color: rgb(160 201 245 / 50%);
    }

.tab-card .row-imp {
    background-color: #c0c0c02e;
}

    .tab-card .header .datasets div.col-1, .tab-card .header .row-summary, .tab-card .header .annee {
        transform: rotate( -45deg );
    }

.wrong-adress, .wrong {
    border: 1px solid red;
}

.marker-demande-prev {
    border-radius: 4px 0px 0px 4px;
    padding: .2rem .75rem;
}

.marker-demande-next {
    border-radius: 0px 4px 4px 0px;
    padding: .2rem .75rem;
}

.marker-demande .card-text {
    border-top: 1px solid silver;
}

.marker-demande i.fa-comment{
    border:1px solid silver;
    border-radius:4px;
    margin-left:2px
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: silver;
}
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#expand-apply {
    cursor: pointer;
    padding: 3px 6px;
    border-radius: 50%;
    position: absolute;
    z-index: 1035;
    right: 7px;
    top: -39px;
    border: 1px solid black;
    background: transparent;
}

#reset-map {
    cursor: pointer;
    padding: 5px 8px;
    position: absolute;
    z-index: 1035;
    right: 10px;
    top: 54px;
    border: none;
    border-radius: 2%;
    background: none rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.down-scroll-fixed {
    position: fixed;
    background: #1a73e8;
    bottom: 130px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 5px 10px black;
    z-index: 1010;
}

.init-scroll-fixed {
    position: fixed;
    background: #1a73e8;
    bottom: 100px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 5px 10px black;
    z-index: 1010;
}

    .init-scroll-fixed i, .down-scroll-fixed i {
        padding: 15px 0px;
        color: white;
        font-size: 1.5em;
    }

.tooltip-inner {
    max-width: 275px;
    text-align:left;
    font-size:12px
}

.carte-due {
    font-size: 0.7em;
    padding: 5px;
    border-radius: 3px;
    margin-top: 5px;
    color:white;
}

.adress-find{
    cursor:pointer
}

.adresse-list, .demande-list, .evenement-list {
    height: 250px;
    border: 1px solid black;
    border-radius: 0px 0px 4px 4px;
    overflow: auto
}

    .adresse-list li, .demande-list li, .evenement-list li {
        padding: 0px 5px;
        margin: 2px 0px;
        cursor: pointer;
    }

        .adresse-list li.selected, .adresse-list li.selected span, .demande-list li.selected, .demande-list li.selected span, .evenement-list li.selected, .evenement-list li.selected span {
            background: #538fcd;
            color: white;
        }

        .adresse-list li:hover, .demande-list li:hover, .evenement-list li:hover {
            background: #538fcd;
            color: white;
        }

#demande-pending-adresse, #demande-pending-event {
    border-radius: 4px 4px 0px 0px;
}

.adress-dt-used, .event-dt-used, .nbr-demande {
    font-size:0.8em;
    color:gray
}

#loader-adress, #loader-comment, #loader-team {
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
}

.table-comment td {
    padding: 12px 6px;
    text-align: justify;
    color: var(--ds-text-color)
}

.theme-dark {
    color: var(--ddm-color)
}

.theme-dark:hover {
    color: var(--ddm-color)
}

.search-key {
    background-color: yellow;
    color: black;
}

#text-objet-demande {
    text-align: justify;
    max-height: 300px;
    overflow: auto;
}

.event-update {
    right: 40px;
    top:9px;
    z-index:1060;
}

.event-delete {
    right: 5px;
    top: 9px;
    z-index: 1060;
}

.event-action {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid silver;
}

    .event-update i {
        padding: 6px 6px;
        color: black;
    }

.event-delete i {
    padding: 6px 9px;
    color: black;
}

.teams {
    border: 1px solid gray;
    border-radius: 5px 0px 0px 5px;
    border-right:none;
}

.team-col-bleu {
    border: 1px solid gray;
    border-radius: 0px 5px 5px 0px;
}

.team-item, .team-col-bleu-item, .col-bleu-item {
    border-radius: 4px;
    padding-left: 5px;
    cursor: pointer;
    padding: 5px;
    margin-top: 2px;
}

    .team-item:hover, .team-col-bleu-item:hover, .col-bleu-item:hover {
        background-color: #1a73e8;
        color: white;
        transition: all 0.3s;
    }

    .team-item.selected, .col-bleu-item.selected, .team-col-bleu-item.selected {
        background-color: #1a73e8;
        color: white;
    }

.data-error {
    background-color: #ff00003b;
}

.cb-parent{
    float:right;
}

.tb-indicateurs li{
    padding:5px;
}

.tab-total {
    font-weight: bold;
}

.datasets div[col-index], .row-summary, .annee {
    font-size: 11px;
}

.navbar-brand i.selected {
    color: var(--ddm-color);
    opacity: 1;
}

.alert-loading {
    position: fixed;
    top: 50%;
    left: calc(50% - 200px);
    height: 84px;
    width: 400px;
    box-shadow: var(--ds-shadow-overlay, 0px 8px 12px #091e423f, 0px 0px 10px #091e424f);
    border-radius: var(--ds-border-radius-100, 15px);
    z-index: 1200;
    background-color: var(--ds-surface-overlay, #FFFFFF);
    padding: var(--ds-space-200, 16px 25px);
    transition: background-color 500ms ease 0s;
    font-size: 14px;
    border: 1px solid silver;
}


.alert-tmp {
    position: fixed;
    bottom: 60px;
    right: 20px;
    min-height: 130px;
    max-height: 200px;
    width: 335px;
    box-shadow: var(--ds-shadow-overlay, 0px 8px 12px #091e423f, 0px 0px 1px #091e424f);
    border-radius: var(--ds-border-radius-100, 4px);
    z-index: 1200;
    background-color: var(--ds-surface-overlay, #FFFFFF);
    padding: var(--ds-space-200, 16px);
    transition: background-color 500ms ease 0s;
    font-size: 14px;
}


    .alert-loading.fadein, .alert-tmp.fadein {
        transition: all 1s;
        -webkit-transition: all 1s;
        opacity: 1;
    }

    .alert-loading.fadeout, .alert-tmp.fadeout {
        transition: all 1s;
        -webkit-transition: all 1s;
        opacity: 0;
    }

#AlertedemandePlanif {
    color: var(--ds-text-color, black)
}

.remarque-gdc {
    height: 110px;
    overflow-y: scroll;
    background-color: var(--theme-bg-color-2, #e9e9e9);
    padding: 5px;
    border: 1px solid black;
    border-radius: 4px;
}

.css-c1 {
    display: flex;
    box-sizing: border-box;
    gap: var(--ds-space-200, 16px);
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-direction: row;
}

.css-c1a {
    display: flex;
    box-sizing: border-box;
    gap: var(--ds-space-200, 10px);
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-direction: row;
}

.css-n1 {
    display: flex;
    -webkit-box-align: start;
    align-items: start;
    flex-shrink: 0;
    color: var(--flag-icon-color);
}

.css-l1 {
    -webkit-box-flex: 1;
    flex-grow: 1;
    transition: gap 0.3s ease 0s;
}

.css-t1 {
    display: flex;
    box-sizing: border-box;
    gap: var(--ds-space-100, 8px);
    flex-direction: column;
    justify-content: stretch;
}

.css-f1 {
    display: flex;
    box-sizing: border-box;
    gap: var(--ds-space-100, 8px);
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%
}

.css-9z {
    box-sizing: border-box;
    appearance: none;
    border: none;
    padding-block-start: var(--ds-space-025, 2px);
}

.css-ox {
    box-sizing: border-box;
    margin: var(--ds-space-0, 0px);
    padding: var(--ds-space-0, 0px);
    font-family: var(--ds-font-family-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
    color: var(--ds-text-subtle, #42526E);
    font-weight: var(--ds-font-weight-semibold, bold);
}

.css-b1 {
    display: flex;
    width: 24px;
    height: 24px;
    padding: var(--ds-space-0, 0px);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 0 0 auto;
    background: none;
    border-style: none;
    cursor: pointer;
    white-space: nowrap;
}

.css-1y {
    box-sizing: border-box;
    appearance: none;
    border: none;
    transition: max-height 0.3s ease 0s;
}

input[name=SelectedMasterDemande], #demande-liaison-statut-sync, input[name=SelectedDemandeToLink], input[name=event] {
    transform: scale(1.5);
}

.liaison-motif {
    color: #0366d6;
    text-decoration:underline
}

.activite-interne {
    border-radius: 4px;
    background: #0067b5;
    padding: 2px 5px;
    color: white;
    font-weight: normal;
    font-size: 0.8em;
    margin: 2px
}

.save-demande-fixed-bottom {
    position: fixed;
    bottom: 50px;
    width: calc(100% - 20px);
    background: var(--theme-bg-color-2, #e9e9e9);
    padding: 5px;
    box-shadow: 0px 0px 3px 3px #e9e9e9;
    border-radius: 5px;
    z-index: 1000;
    margin-left: 2px;
}

.demande-objet {
    background: var(--theme-bg-color-2, #e9e9e9);
}

.save-demande-fixed-top {
    position: fixed;
    top: 47px;
    width: calc(100% - 20px);
    background: #e9e9e9;
    padding: 5px;
    box-shadow: 0px 0px 3px 3px #e9e9e9;
    border-radius: 5px;
    z-index: 1000;
    margin-left: 1px;
}

.calendar-event-centent-icon {
    height: 40px;
}

.calendar-event-centent-statut {
    font-size: 9px;
    padding: 5px;
    border: 1px solid silver;
    border-radius: 4px;
}

.calendar-event-centent-adr {
    font-size: 0.9em;
}

.calendar-event-centent-date {
    font-size: 0.8em;
    font-weight: bold;
}

.legende-tooltip {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    max-width: 400px;
    min-width: 200px;
    background: beige;
    border-radius: 4px;
    border: 1px solid silver;
    text-align: justify;
}

.legende-tooltip-inner {
    font-size: 0.9em;
}

.legende-tooltip-inner {
    box-shadow: 4px 4px 14px silver;
    border-radius: 4px;
    padding: 5px 10px;
    overflow: auto;
    max-height: 350px;
}

.legende-tooltip-arrow {
    position: absolute;
    display: block;
    top: 10px;
    left: -16px;
    width: 0.8rem;
    height: 0.4rem;
    border-right: 8px solid silver;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}


.card-indicateur-avancement-color {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid silver;
    margin: -3px 0px;
    display: inline-block;
}

.fc-event-container{
    font-size:0.9em;
}

.info-photo {
    position: absolute;
    right: -23px;
    top: -25px;
    border: 1px solid black;
    padding: 5px;
    border-radius: 50%;
    background: black;
    color: white;
}

.info-photo-arrow {
    position: absolute;
    right: -5px;
    top: -8px;
    border-left: 10px solid black;
    border-bottom: 5px solid transparent;
    border-top: 10px solid transparent;
}

#option2, #option3, #option1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.float-info {
    position: absolute;
    width: 180px;
    border: 1px solid silver;
    z-index: 9999;
    background: wheat;
    padding: 6px;
    border-radius:5px;
}

    .float-info li {
        padding: 3px;
        cursor:pointer;
    }

        .float-info li:hover {
            background-color: #007bff;
            color:white;
            border-radius:5px
        }

    #phantom {
        padding: 12px 6px;
        z-index: -1;
    }

#phantom-span {
    z-index: -1;
}

#loader-save {
    position: absolute;
    border-radius: 50px;
    border: 1px solid black;
}

.demande-comment {
    position: absolute;
    bottom: 9px;
    right: 54px;
    z-index: 1000;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px 6px;
    font-size: 1.2em;
    background: white;
}

.demande-comment-0 {
    position: absolute;
    bottom: 9px;
    right: 14px;
    z-index: 1000;
    border: 1px solid black;
    border-radius: 50%;
    padding: 6px 6px;
    font-size: 1.2em;
    background: white;
}

.popover {
    background: var(--theme-bg-color-2);
}

.popover-header {
    background: var(--theme-bg-color-2);
    color: var(--ddm-color)
}

.popover-body {
    color: var(--ddm-color)
}

.popover .arrow::after {
    border: var(--theme-bg-color-2);
}