.hidden {
    display: none;
}

.form-select:focus {
    background-color: #fcd36c !important;
}

.text-yellow {
    color: #f0ad4e !important;
}

.text-warning {
    color: #ce6e17 !important
}

.bg-gray-light {
    background-color: #f5f5f5 !important;
}

.bg-gray-dark {
    background-color: #aaa !important;
}

.list-agenda-view {
    padding: 2px;
    border: 0px !important;
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
}

.pointer {
    cursor: pointer;
}

.ecsuri_description {
    font-size: 14px;
    font-style: italic;
}

.summary-input-filled {
    color: red;
}

.ETMI_confirmdialog .table {
    color:white !important
}

.windowHeader .windowHeaderText {
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
}

.windowHeader .closeButton {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    font-size: 1.3em;
    color: white;
    cursor: pointer;
}

.windowHeader .expandButton {
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    font-size: 1.3em;
    color: white;
    cursor: pointer;
}

.windowHeader .panelButton:hover {
    color: #2292a7 !important;
}

#editFusion tr {
    color: #333;
}

/** hello in all languages **/
.elementToFadeInAndOut1 {
    opacity: 1;
    animation: fade 5s infinite linear;
}

.elementToFadeInAndOut2 {
    opacity: 1;
    animation: fade 10s infinite linear;
}

.elementToFadeInAndOut3 {
    opacity: 1;
    animation: fade 15s infinite linear;
}

.elementToFadeInAndOut4 {
    opacity: 1;
    animation: fade 20s infinite linear;
}

.deposit_images_reports {
    display: inline-block;
    cursor: pointer;
}

.deposit_images_reports label {
    margin: 0px 2px;
    cursor: pointer;
}

.deposit-tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit-tooltip label {
    margin: 0px 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: normal !important;
}


/* targets only popovers appearing while a confirm dialog is opened */
div.ETMI_confirmdialog + div.popover[id^="popover"] {
    z-index: 20053;
}

.label-purple {
    background-color: #7952b3 !important;
    color: #fff;
}

.notification-chat {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    margin: 2px;
    padding: 4px;
    font-size: 1.4em;
}

.notification-chat .icon-notification {
    margin: 0 10px !important;
    color: red;
    font-size: 1.4em;
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
}

.iconLeftMenuAlert {
    color: red;
    font-size: 24px;
}

.input-error {
    border: 1px solid #a94442 !important;
}

.col-no-padding {
    padding: 0px;
}

.secured-mails-icons {
    display: inline-flex;
}

.warning-pyx {
    position: absolute;
    right: 125px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.2em;
    color:white;
}

.warning-pyx~input[type="text"]
{
    background-color: #c90000;
    color:white;
}

.warning-pyx-invoicing-panel {
    right: 90px;
}

#medecintraitanttext {
    padding-left: 65px;
}

.secured-mails-icons.traitant {
    position: absolute;
    z-index: 10;
    top: 5px;
}

.secured-mails-icons > img {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px;
    height: 25px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    border-radius: 3px;
}

.secured-mails-icons > .apicrypt {
    background: url("/themes/apic-inactive.svg");
}

.secured-mails-icons > .mssante {
    background: url("/themes/mss-inactive.svg");
}

.secured-mails-icons > .apicrypt.active {
    background: url("/themes/apic-active.svg");
}

.secured-mails-icons > .mssante.active {
    background: url("/themes/mss-active.svg");
}

.icon-apcv {
    width:24px;
    height:24px;
    border-radius:1px;
    display:inline-block;
    position:relative;
    margin:0;
    padding:0;
}

.icon-apcv:before {
    position:absolute;
    top:0;
    left:0;
    content: "";
    width:100%;
    height:100%;
    background-image:url("/themes/apcv_logo.png");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    border-radius:50%;
    overflow:hidden;
    margin:0;
    padding:0;
}