@import "toastr.min.css";
@import "../plugins/sweetalert2/sweetalert2.min.css";

span.td-intervention {
    background: linear-gradient(#FFFFFF, rgba(240, 240, 240, 0.56));
    box-shadow: 0px 2px 6px #0000001f;
    padding: 2px 12px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    margin-bottom: 2px;
    display: block;
}

span.td-note {
    background: linear-gradient(#FFFFFF, rgba(240, 240, 240, 0.56));
    /*background: linear-gradient(#ffee55, #f3e035);*/
    box-shadow: 0px 2px 6px #0000001f;
    padding: 2px 12px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    margin-bottom: 2px;
    display: block;
}

span.td-intervention:before, span.td-note:before {
    content: '-';
    margin-left: -5px;
    margin-right: 4px;
}

span.td-note:before {
    content: '*';
}

#myDataTable_filter label {
    display: block;
}

#myDataTable_filter label input[type="search"] {
    width: calc(100% - 80px) !important;
}

.td-etat-content {
    white-space: nowrap;
    font-size: 12px;
}

.font-size-12 {
    font-size: 12px !important;
}

.dataTable .btn {
    font-size: 16px;
    padding: 0;
    border: 0;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 20px;
}

.dataTable .btn-default {
    color: white;
    background: linear-gradient(#2ab0ec, #0c74a3);
    border-color: #1d81ae;
}

.dataTable .btn-default:hover {
    color: #1d81ae;
    background: linear-gradient(#FFFFFF, rgba(240, 240, 240, 0.56));
    box-shadow: 0px 2px 6px #0000001f;
    border-color: white;
}

#myDataTable tr td:last-child {
    padding-left: 0px;
    padding-right: 0px;
}

div#myDataTable_processing {
    border-top: none !important;
}

#myDataTable {
    border-spacing: 0 4px;
}

#myDataTable tr.odd {
    border-radius: 10px;
}

#myDataTable tr td:first-child {
    border-radius: 10px 0 0 10px;
}

#myDataTable tr td:last-child {
    border-radius: 0 10px 10px 0;
}

#myDataTable tr.odd {
    box-shadow: 0px 2px 6px #0000001f;
}

#myDataTable .trEtat-danger td:nth-child(4) {
    border-left: solid 3px #ff0000;
}

#myDataTable .trEtat-warning td:nth-child(4) {
    border-left: solid 3px #ffa755;
}

#myDataTable .trEtat-info td:nth-child(4) {
    border-left: solid 3px #d653c1;
}

#myDataTable .trEtat-dark td:nth-child(4) {
    border-left: solid 3px #6e6e6e;
}

#myDataTable .trEtat-success td:nth-child(4) {
    border-left: solid 3px #68e365
}

#myDataTable .trEtat-primary td:nth-child(4) {
    border-left: solid 3px #03a9f4;
}

#myDataTable .trEtat-secondary td:nth-child(4) {
    border-left: solid 3px #35b4a8;
}

.folderShowTab a {
    border-right: 1px solid #dee2e6 !important;
}

.folderShowTab a.active {
    background: linear-gradient(#FFFFFF, rgba(240, 240, 240, 0.56));
    border: 1px solid #dee2e6 !important;
    border-right: none !important;
    border-radius: 15px 0px 0px 15px;
    box-shadow: 0px 2px 6px #0000001f;
    padding: 0.75rem 1rem;
}

.folderShowTab a i {
    display: inline-block;
    transform: scale(1.5);
    color: var(--primary);
}

.dropzone {
    margin-top: 33px;
    min-height: 285px !important;
    max-height: 285px !important;
    overflow-y: auto;
    padding: 3px 3px !important;
}

.dz-preview .dz-image, .dz-preview .dz-details {
    cursor: pointer !important;
}

#v-pills-photos .card {
    height: calc(100% - 47px);
}

#v-pills-photos .dropzone .dz-preview.dz-image-preview, #v-pills-voyageClinique .dropzone .dz-preview.dz-image-preview, #v-pills-examenRadio .dropzone .dz-preview.dz-image-preview, #v-pills-ordproth .dropzone .dz-preview.dz-image-preview {
    background: #f8f8f8;
}

#v-pills-photos .card-title {
    font-size: 1rem !important;
}

#tabDossierNavigation {
    box-shadow: 2px -1px 6px #0000001f;
    height: 100%;
}

a.btnShowImgDzone {
    cursor: pointer !important;
    color: blue;
}

.btnShowImgDzone:hover {
    font-weight: bold;
}

.dz-remove {
    color: red;
    font-size: unset !important;
}

.dropzone .dz-preview .dz-image {
    z-index: 2 !important;
}

.tableDevisPills th, .tableDevisPills td {
    padding: 0.4rem 0.625rem !important;
}

td.right, th.right {
    text-align: right !important;
}

#v-pills-devis .btn-icon-start {
    margin: -0.5rem 0.75rem -0.5rem -0.788rem;
}

#v-pills-voyageClinique .card-footer {
    padding: 1.25rem 0.4rem 1.25rem;
}

.whatsapp {
    height: 446px;
    /*background: #f7f7f7;*/
    background: #efe7dd url(/assets/images/bg-whatsapp.jpg) repeat;
}

.message {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    overflow-y: auto;
    border: 1px solid #f7f7f7;
    height: calc(100% - 60px);
    max-width: 100%;
}

.reply {
    height: 60px;
    width: 100%;
    background-color: #f5f1ee;
    padding: 10px 5px 10px 5px !important;
    margin: 0 !important;
    z-index: 1000;
}

.message-main-sender {
    padding: 3px 20px !important;
    margin-left: 40% !important;
    max-width: 60%;
}

.message-body {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    height: auto;
}

.sender {
    float: right;
    width: auto !important;
    background: #dcf8c6;
    border-radius: 10px 10px 0 10px;
    padding: 4px 10px 7px !important;
    font-size: 16px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    display: inline-block;
    word-wrap: break-word;
    line-height: 19px;

}

.message-time {
    margin: 0 !important;
    margin-left: 50px !important;
    font-size: 12px;
    text-align: right;
    color: #9a9a9a;
}

.reply-main textarea {
    width: 100%;
    resize: none;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px !important;
    outline: none;
    border: 1px solid #f5f1ee;
    text-indent: 5px;
    box-shadow: none;
    height: 100%;
    font-size: 16px;
}

#v-pills-dossier p:nth-child(odd) {
    background-color: #f2f4fa;
}

.plus-box {
    background: #4caf50;
}

.header-info2 small {
    font-size: 0.675em;
}


.form-control:disabled, .form-control[readonly] {
    background: #dddddd !important;
}

.btnNoteFolder {
    position: fixed;
    bottom: 18px;
    left: 42.5%;
    background: #2a93c9;
    border-radius: 14px;
    box-shadow: #8d8d8d 0px 0px 5px 0px;
    width: 75px;
    height: 70px;
    line-height: 65px;
    /*clip-path: polygon(3% 14%,95% 12%,100% 97%,0 100%);*/
    padding: 7px 30px 2px 27px;
    transition: .2s;
    z-index: 998;
}

.btnNoteFolder:hover {
    /*clip-path: polygon(3% 22%,94% 6%,100% 90%,0 100%);*/
    background: #4caf50;
    border-radius: 20px;
}

.btnNoteFolder svg {
    transform: scale(2);
}

/*.msg_card_body [bg^=""]{*/
/*    color: white;*/
/*}*/
.msg_card_body [bg="primary"] {
    background: #03A9F4;
}

.msg_card_body [bg="danger"] {
    background: #F44336;
}

.msg_card_body [bg="danger"]:after {
    border-right-color: #F44336;
    border-left-color: #F44336;
}

.msg_card_body [bg="success"] {
    background: #009688;
}

.msg_card_body [bg="success"]:after {
    border-right-color: #009688;
    border-left-color: #009688;
}

.msg_card_body [bg="primary"] {
    background: #03A9F4;
}

.msg_card_body [bg="primary"]:after {
    border-right-color: #03A9F4;
    border-left-color: #03A9F4;
}

.msg_card_body [bg="warning"] {
    background: #e08e16;
}

.msg_card_body [bg="warning"]:after {
    border-right-color: #e08e16;
    border-left-color: #e08e16;
}

#adminbundle_dossier_note[bg="primary"] {
    box-shadow: #03A9F4 0 0 6px 1px;
}

#adminbundle_dossier_note[bg="danger"] {
    box-shadow: #F44336 0 0 6px 1px;
}

#adminbundle_dossier_note[bg="success"] {
    box-shadow: #009688 0 0 6px 1px;
}

#adminbundle_dossier_note[bg="warning"] {
    box-shadow: #e08e16 0 0 6px 2px;
}


.msg_card_body [bg="purple"] {
    background: #673AB7 !important;
}

#adminbundle_dossier_note[bg="purple"] {
    box-shadow: #673AB7 0 0 6px 2px;
}

.text-purple {
    color: #673AB7 !important;
}

.msg_card_body [bg="purple2"] {
    background: #607D8B !important;
}

#adminbundle_dossier_note[bg="purple2"] {
    box-shadow: #607D8B 0 0 6px 2px;
}

.text-purple2 {
    color: #607D8B !important;
}

.msg_card_body [bg="purple3"] {
    background: #000 !important;
}

#adminbundle_dossier_note[bg="purple3"] {
    box-shadow: #000 0 0 6px 2px;
}

.text-purple3 {
    color: #000 !important;
}

.msg_card_body [bg="purple4"] {
    background: #d730f3 !important;
}

#adminbundle_dossier_note[bg="purple4"] {
    box-shadow: #d730f3 0 0 6px 2px;
}

.text-purple4 {
    color: #d730f3 !important;
}

.msg_card_body [bg="purple5"] {
    background: #00BCD4 !important;
}

#adminbundle_dossier_note[bg="purple5"] {
    box-shadow: #00BCD4 0 0 6px 2px;
}

.text-purple5 {
    color: #00BCD4 !important;
}


.card-footer-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.note-color-list {
    height: 36px;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.note-color-list li {
    cursor: pointer;
    transition: .2s;
}

.note-color-list li:hover {
    font-size: 17px;
}

#adminbundle_dossier_note {
    background: #f3f3f3;
    border-radius: 15px;
    box-shadow: 0px 2px 6px #0000001f;
    margin-right: 6px;
    height: 85px !important;
}

.savedMSG li {
    cursor: pointer;
}

.mediaTX {
    width: 3.125rem;
    height: 3.125rem;
    background: #4CAF50;
    color: white !important;
    border-radius: 0.75rem;
    overflow: hidden;
    font-size: 1.25rem !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    align-self: start;
}

.row-rappel-hidden {
    display: none;
}

.assistant_demandes_new label, .demandes_new label, .assistant_demandes_edit label, .demandes_edit label {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.assistant_demandes_new .form-control {
    border-radius: 0.75rem;
    padding: 0.3125rem 1.25rem;
}

#adminbundle_demandes_rappelDate, #adminbundle_demandes_rappelHeur {
    display: flex;
}

.fc-event-container a {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(129, 129, 129, 0.4);
    transition: .2s;
}

.fc-event-container a:hover {
    background: #a8a8a8 !important;
    color: white !important;
    border: #a8a8a8 !important;
}

.liste-assistant {
    list-style: none;
    padding: 0px;
}

.fc-day-grid-event {
    margin: 3px 2px 0;
    padding: 0 5px;
}

.liste-assistant li {
    margin: 10px 0;
    border-radius: 25px;
    box-shadow: #949494 1px 1px 1px;
    font-size: 20px;
    color: white;
}

.liste-assistant li span {
    margin-left: 24px;
}

.agenda {
    /*max-width: 900px;*/
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    padding: 20px;
}

.ev-sarra {
    background: #ff6b9d !important;
    border: #ff6b9d !important;
}

.ev-ines {
    background: #2196F3 !important;
    border: #2196F3 !important;
}

.ev-maxime {
    background: #4caf50 !important;
    border: #4caf50 !important;
}

.ev-khira {
    background: #ff9800 !important;
    border: #ff9800 !important;
}

.ev-sonia {
    background: #9c27b0 !important;
    border: #9c27b0 !important;
}

.ev-dalila {
    background: #9a2f27 !important;
    border: #9a2f27 !important;
}

.ev-rym {
    background: #607D8B !important;
    border: #607D8B !important;
}

.ev-doublon {
    background: #607D8B !important;
    border: #607D8B !important;
}

.ag-chirurgien {
    background: red !important;
    border: red !important;
}

.ag-hotel {
    background: black !important;
    border: black !important;
}

.ag-autre {
    background: black !important;
    border: black !important;
}

.month-1 {
    background: #2196F3 !important;
    border: #2196F3 !important;
}

.month-3 {
    background: #4CAF50 !important;
    border: #4CAF50 !important;
}

.month-6 {
    background: #FF9800 !important;
    border: #FF9800 !important;
}

.month-9 {
    background: black !important;
    border: black !important;
}

.agenda-color-postop {
    border-radius: 50%;
    display: inline-block;
    color: white;
    padding: 12px 10px;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 20px;
    margin-right: 6px;
    box-shadow: #545454 1px 1px 1px;
}

.block-dash-chirur {
    margin-top: 50px;
}

.block-dash-chirur .widget > header {
    background: white;
    color: #2b7960;
}

.block-dash-chirur .widget {
    transition: .3s;
    cursor: pointer;
}

.block-dash-chirur .widget:hover {
    box-shadow: #0d95e8 1px 1px 1px;
}

.shadow-dark {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(64, 64, 64, .4) !important;
}

.bg-gradient-dark {
    background-image: linear-gradient(195deg, #42424a, #191919);
}

.bg-gradient-black {
    background-image: linear-gradient(195deg, #000, #000);
}

.bg-gradient-success {
    background-image: linear-gradient(195deg, #66bb6a, #43a047);
}

.bg-gradient-gris {
    background-image: linear-gradient(195deg, #9E9E9E, #757373);
}

.bg-gradient-warning {
    background-image: linear-gradient(195deg, #ffa116, #eb8e04);
}

.bg-gradient-error {
    background-image: linear-gradient(195deg, #ff6459, #d93529);
}

.bg-gradient-white {
    background-image: linear-gradient(195deg, #09e3ff, #00BCD4)
}

.bg-gradient-move {
    background-image: linear-gradient(195deg, #7c47d9, #5326a3);
}

.bg-gradient-primary {
    background-image: linear-gradient(195deg, #03A9F4, #03A9F4);
}

.bg-gradient-rose {
    background-image: linear-gradient(195deg, #795548, #57443d);
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: .5rem;
}

.icon-lg {
    width: 54px;
    height: 54px;
}

.icon-lg span {
    top: 31%;
    font-size: 1.5rem;
}

.icon-shape span {
    color: #fff;
    opacity: .8;
    top: 15px;
    position: relative;
}

.mt-n4 {
    margin-top: -2.2rem !important;
    margin-left: -7px;
}

.dashBE .cards {

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0.75rem;
    background: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.cards-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    color: rgba(0, 0, 0, .125);
    background-color: transparent;
    border-bottom: 0 solid rgba(0, 0, 0, .125);
}

.cards .cards-footer {
    padding: 1.5rem;
    background-color: transparent;
}

.cards-footer:last-child {
    border-radius: 0 0 0.75rem 0.75rem;
}

hr.horizontal.dark {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4), transparent);
}

hr.horizontal {
    background-color: transparent;
}

.cards > hr {
    margin-right: 0;
    margin-left: 0;
}

.dashBE [class*="col"] {
    padding: 5px !important;
}

.dashBE .text-capitalize {
    color: black;
}

#myclock {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    width: 188px;
    margin: 0 auto;
    margin-top: -6.25rem;
    padding: 4px 0px 0px 0px;
}

#myclock canvas {
    background: white;
    border-radius: 50%;
    border: 2px solid #000000;
}

.w-h {
    min-height: 100px;
}

.widget > header {
    padding: 12px 20px;
}

.widget-body count {
    line-height: 62px;
}

.w-h h5 {
    font-size: 1.05rem;
    padding-top: 4px;
}

.events ul {
    padding: 20px 0px 0px 0px;
}

li.next.overdueinvoices {
    overflow: hidden;
    margin: 4px 0px;
    padding: 10px 0px 0px 5px;
    background-color: #ebe8e8;
    border-radius: 5px;
    list-style: none;
    color: #393939;
    background-image: linear-gradient(76deg, #fffdfd, #d7d7d7);
    box-shadow: 0px 2px 6px #0000001f;
    border: none;
}

li:hover.next.overdueinvoices {
    background-image: linear-gradient(176deg, #fffdfd, #d7d7d7);
}

.events li.next .date {
    border-width: 0.0em;
    margin-right: 0.75em;
    padding-right: 6px;
    border-right: 1px dashed #666f73;
    text-align: left;
    float: left;
}

.events li a {
    position: relative;
    top: 10px;
    display: block;
    float: right;
    width: 24px;
    line-height: 2.5;
    text-align: center;
    color: #919FAF;
}

.events li h3 {
    margin-bottom: -3px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400 !important;
}

.overdueinvoices i {
    font-size: 37px;
    padding: 5px;
    text-align: left;
    color: #f52f24;
}

[ng-bind="invoice.customer"] .badge {
    display: inline-block;
    padding: 2px 4px;
    line-height: 14px;
    text-shadow: none;
    font-size: 11px;
    color: white !important;
    background: #4f4f4f;
    margin-top: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}

.dashBE .cards:hover {
    cursor: pointer;
}

.dashBE .cards .icon-shape {
    transition: .2s;
}

.dashBE .cards:hover .icon-shape {
    border-radius: 50%;
}

.overdueinvoices.overdueinvoices-danger {
    background-color: #f44336 !important;
    color: white !important;
}

@media (min-width: 992px) {
    .dataTable tr td:last-child {
        text-align: center;
    }
}

@media (max-width: 991px) {
    table tbody td.child {
        /*background: #bfbfbf!important;*/
        background: linear-gradient(#FFFFFF, rgba(240, 240, 240, 0.56)) !important;
        /*box-shadow: 0px 2px 6px #0000001f;*/
        box-shadow: 0px 5px 6px #03a9f429;
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        display: block !important;
    }

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        border-bottom: 1px solid #b3b2b2 !important;
    }

    .btn-xs-w100 {
        width: 100% !important;
    }

    .card-headerEditedDevis {
        display: grid;
        grid-template-columns: repeat(2, 4fr);
        gap: 10px;
    }

    .dtr-data {
        display: inline-table !important;
    }

    .dataTables_paginate.paging_simple_numbers {
        justify-content: center !important;
    }
}

@media (max-width: 1210px) {
    .pillContentRight {
        width: 100%;
    }

    .scrollMenu {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .scrollMenu::-webkit-scrollbar {
        display: none;
    }

    .scrollMenu a {
        background: #0a2a26;
        color: black;
        width: 80px;
    }

    .nav-pills .nav-link {
        display: initial !important;
    }

    #tabDossierNavigation {
        display: block;
        padding-top: 16px;
        box-shadow: 0px 2px 6px #0000001f;
    }

    .folderShowTab a.active {
        border-radius: 0;
    }
}

@media only screen and (max-width: 35.9375rem) {
    .plus-icon {
        display: block !important;
    }
}

.dlab-theme-mode #icon-light {
    display: none;
}

.dlab-theme-mode.active #icon-light {
    display: inline-block;
}

.dlab-theme-mode.active #icon-dark {
    display: none;
}

[data-theme-version="dark"] #myDataTable span.td-intervention {
    background-color: #fff;
    color: #000;
}

[data-theme-version="dark"] .dataTables_wrapper .dataTables_length, [data-theme-version="dark"] .dataTables_wrapper .dataTables_filter, [data-theme-version="dark"] .dataTables_wrapper .dataTables_processing, [data-theme-version="dark"] .dataTables_wrapper .dataTables_paginate {
    color: #fff;
}

[data-theme-version="dark"] span.td-note {
    background: linear-gradient(#53360b, rgb(109 68 7));
}

[data-theme-version="dark"] .pagination .page-item .page-link {
    border-color: #ffffff;
    background: rgb(193 187 187 / 96%);
}

[data-theme-version="dark"] .pagination .page-item .page-link {
    color: white !important;
}

[data-theme-version="dark"] #tabDossierNavigation a.active {
    color: black !important;
}

[data-theme-version="dark"] .dropzone {
    background: #252525 !important;
}

[data-theme-version="dark"] .tab-content #v-pills-devis .card-body, [data-theme-version="dark"] #v-pills-voyageClinique .card-body, [data-theme-version="dark"] #v-pills-voyageClinique .card-footer, [data-theme-version="dark"] #v-pills-confirmation .card-body,[data-theme-version="dark"] #v-pills-paiement table {
    /*background: #3d3d55 !important;*/
    background: #252525 !important;
}

[data-theme-version="dark"] #v-pills-photos .dropzone .dz-preview.dz-image-preview, [data-theme-version="dark"] #v-pills-voyageClinique .dropzone .dz-preview.dz-image-preview, [data-theme-version="dark"] #v-pills-examenRadio .dropzone .dz-preview.dz-image-preview, [data-theme-version="dark"] #v-pills-ordproth .dropzone .dz-preview.dz-image-preview {
    background: #252525 !important;
}

[data-theme-version="dark"] #v-pills-dossier p:nth-child(odd) {
    background: #252525 !important;
}

[data-theme-version="dark"] #table-devis input:read-only {
    background: #2e2e40 !important;
}

[data-theme-version="dark"] .simditor .simditor-wrapper {
    background: #2e2e40 !important;
}

[data-theme-version="dark"] .simditor .simditor-body, .editor-style, [data-theme-version="dark"] .simditor .simditor-body p, [data-theme-version="dark"] .simditor .simditor-body div, [data-theme-version="dark"] .editor-style p, .editor-style div {
    color: white !important;
}
[data-theme-version="dark"]  .simditor .simditor-toolbar,[data-theme-version="dark"]  .fc .fc-daygrid-event {
    background: #15151c;
}

[data-theme-version="dark"] .ag-chirurgien {
    background: #890a0a !important;}