﻿.ck.ck-balloon-panel {
    z-index: 99999999999999999999999999 !important;
}
.ck .ck-powered-by {
    display:none;
}

.cropper-container .cropper-bg {
    width: 100%;
}
.cropper-style {
    height: 200px;
}
.blog-col {
    border-left: 1px solid #ddd; /* Ligne de séparation entre les posts */
}

.blog-post {
    padding: 15px;
    border-bottom: 1px solid #ddd; /* Ligne de séparation entre les posts */
    margin-bottom: 10px;
    box-sizing: border-box;
    height: 300px; /* Définir une hauteur fixe pour chaque post */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog.row {
    height: 600px;
    overflow-y: scroll;
}

.blog-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-description {
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    overflow: hidden; /* Couper le texte s'il dépasse */
    text-overflow: ellipsis;
}

.blog-option {
    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0));*/
    /*background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ffffff);*/
}

    .blog-option a {
        margin-left: 5px;
    }

        .blog-option a i.fa {
            margin: 0 !important;
        }

.blog-post .btn {
    font-size: 0.875rem;
    padding: 5px 10px;
}


.w-100-50px {
    width: calc(100% - 50px) !important;
}

.w-50px {
    width: 40px;
}

.max-width-lg {
    max-width: 1500px;
    margin: 0 auto;
}

.btn-proxy {
    color: rgba(24, 109, 24, 0.582);
}

.desk a:before {
    display: none !important;
    content: none;
}

.desk a {
    padding-left: 25px !important;
    margin-left: 10px !important;
}

@keyframes clignoter {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Application de l'animation à un élément */
.clignotant {
    animation: clignoter 1s infinite;
}

@media(min-width:1400px) {
    .info-list mark.answers {
        position: absolute;
        right: 55px;
    }
}

@media(min-width: 992px) and (max-width: 1399px) {
    .info-list mark.answers {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media(max-width:991px) {
    .info-list mark.answers {
        position: absolute;
        right: 55px;
    }
}

.info-list mark.yes {
    background-color: #41dd414d !important;
}

.info-list mark.no {
    background-color: #dd41414d !important;
}
/*.small-error {
    width:100%;
    display: flex;
}

.small-error small {
    width: 95%;
}

.small-error i {
    width: 5%;
    align-self:end;
    cursor:pointer;
}*/


.form-group > label:not(.error) {
    top: 0;
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #fff;
    color: #5f6368;
}

.table .dataColumnClickable:hover {
    cursor: pointer;
}


.headline-sm-flex.headline-dropdown {
    margin-top: -25px !important;
    padding-bottom: 0px !important;
    padding-top: 6px !important;
}

    .headline-sm-flex.headline-dropdown .form-group {
        margin-top: 6px;
        margin-bottom: 12px;
    }

    .headline-sm-flex.headline-dropdown select.form-control {
        border: none;
        font-weight: bolder;
        font-size: 1.25rem;
        /*margin-top:5px;*/
        padding: 0px 0px 0px 5px !important;
        height: 44px;
    }

    .headline-sm-flex.headline-dropdown .form-group.focus .form-control {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border: none;
    }

    .headline-sm-flex.headline-dropdown select:focus {
        outline: none;
    }

    .headline-sm-flex.headline-dropdown select:focus-visible {
        outline: none;
    }




.form-wrap .form-group {
    margin-bottom: 10px;
}

select.form-control {
    background-image: url('images/dropdown-arrow-right.png'); /* Ajoutez le chemin de votre image de flèche */
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px 20px; /* Ajustez la taille de la flèche */
}

    select.form-control:focus {
        background-image: url('images/dropdown-arrow-bottom.png'); /* Ajoutez le chemin de votre image de flèche */
    }

.form-group .form-group-helper {
    margin-top: 10px;
    position: absolute;
    border: solid 1px #9b9b9b;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 10px 0px 20px;
    z-index: 5;
    box-shadow: 0px 0px 5px 0px #9b9b9b;
}

    .form-group .form-group-helper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 7px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #9b9b9b transparent;
    }

.sub-footer {
    padding: 10px;
}

    .sub-footer a {
        color: #436797;
    }



.popup-add .btns-group {
    display: block !important;
}

    .popup-add .btns-group .btn-primary {
        float: right;
    }

/*    .btns-group > * {
        grid-column: span 2;
    }*/

/*.btns-group{
    justify-content: flex-end !important;
}
*/

/*.pulsating-border {*/
/*animation: pulse 1s infinite alternate;*/
/*}
@keyframes pulse {

    10% {
        transition: ease-out .1s;
        -webkit-box-shadow: 0px 0px 3px -2px #7D0000;
        box-shadow: 0px 0px 3px -2px;
    }
    25% {
        transition: ease-out .1s;
        -webkit-box-shadow: 0px 0px 3px -1px #7D0000;
        box-shadow: 0px 0px 3px -1px;
    }
    35% {
        transition: ease-out .1s;
        -webkit-box-shadow: 0px 0px 3px 0px #7D0000;
        box-shadow: 0px 0px 3px 0px;
    }

    45% {
        transition: ease-out .1s;
        -webkit-box-shadow: 0px 0px 3px 1px #7D0000;
        box-shadow: 0px 0px 3px 1px;
    }

    50% {
        transition: ease-out .1s;
        -webkit-box-shadow: 0px 0px 3px 2px #7D0000;
        box-shadow: 0px 0px 3px 2px #C70202;
    }

    100% {
        transition: ease-out .1s;
        -webkit-box-shadow: 0px 0px 3px 3px #7D0000;
        box-shadow: 0px 0px 3px 3px #C70202;
    }
}*/

.modal .well {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-finish-entity {
    margin-top: -70px;
    margin-left: 29px;
}

.side-menu {
    max-height: 95%;
}

.blazored-toast-container {
    z-index: 9999;
}

.no-box-shadow {
}

.uppercase {
    display: block;
}

    .uppercase:first-letter {
        text-transform: uppercase;
    }

select.uppercase option::first-letter {
    text-transform: uppercase;
}

@media(max-width:360px) {
    .table-responsive {
        font-size: 12px;
    }

        .table-responsive mark {
            font-size: 10px;
        }

        .table-responsive .tools .btn-more {
            height: 30px;
            width: 20px;
        }
}

@media(max-width:360px) {
    .hidden-vxs {
        display: none;
    }

    .visible-vxs {
        display: initial;
    }
}

.ui-draggable-dragging {
    z-index: 99999;
    opacity: 1;
}

@media(max-width:420px) {
    .btns-group .btn-lg {
        padding: 3px 8px;
        font-size: 0.8rem;
        line-height: 1.0rem;
        border-radius: 4px;
    }

    .breakword-xs {
        word-break: break-word;
    }
}

.btn-attendance-grp {
    width: 100%;
    max-width: 350px;
}

    .btn-attendance-grp .btn-attendance {
        width: 100px;
        margin-top: 2px;
        margin-top: 3px
    }

@media (max-width:768px) {
    .btn-attendance-grp {
        width: 100%;
    }

        .btn-attendance-grp .btn-attendance {
            width: 50px !important;
            margin-top: 2px;
            margin-top: 3px
        }
}

@media screen and (max-width: 900px) {
    .resolution .action-btns li .btn {
        width: 100%;
    }
}

@media (max-width:768px) {
    .btn-attendance-grp {
        width: 100%;
    }

        .btn-attendance-grp .btn-attendance {
            width: 50px !important;
            margin-top: 2px;
            margin-top: 3px
        }
}

@media (min-width: 768px) {
    .action-btns > li {
        margin: 3px
    }
}

@media (max-width: 430px) {
    .descr .btns-group .btn {
        width: 100%;
    }
}

/*@media (max-width: 430px) {
    .resolution .action-btns li .btn {
        width: 250px;
    }
}

@media (max-width: 330px) {
    .resolution .action-btns li .btn {
        width: 90%;
    }
}*/

.alert-success-green {
    color: #34755d;
    background-color: #aeff9f;
    border-color: #82ffa2;
}

.border.border-green {
    border-color: #8dc63f !important;
}

/*SLIDESHOW*/
.slideshow {
    height: 100%;
    padding-bottom: 27px;
    padding-top: 1px;
}

    .slideshow .info-card {
        margin-bottom: 61px;
        height: 100%;
    }

    .slideshow .slide {
        width: 100%;
    }

.fa.fa-star.checked {
    color: orange;
}


/*Conference custom*/
@media (min-width: 992px) {
    .bottom-bar.fullscreen {
        width: 25%;
    }
}

/*.votes .list li .box .btn-row .ico.icon-dot {
    background: rgb(32 68 189 / 14%);
    color: #4185f4 !important;
    font-size: 14px;
}

    .votes .list li .box .btn-row .ico.icon-dot::after {
        position: absolute;
        content: '';
        left: 8px;
        top: 8px;
        right: 8px;
        bottom: 8px;
        border: 2px solid #4185f4;
        border-radius: 50%;
    }*/

/*video button*/
.video .btn.btn-video-header {
    font-size: 22px;
}

@media(max-width:420px) {
    .video .btn.btn-video-header {
        font-size: 12px;
    }
}

.video .btn.btn-video-header:focus {
    box-shadow: none !important;
}

/*Template Default Presentation*/
.template-container {
}

    .template-container .template {
        border: 1px solid #3e587b;
        margin: 5px;
        padding: 5px;
        overflow: hidden;
        border-radius: 5px;
    }

    .template-container h4 {
        color: #3e587b;
        font-weight: bold;
        margin: 5px;
        padding: 5px;
    }

    .template-container .template .template-description {
        max-height: 80px;
        font-size: 11px;
        overflow: hidden;
    }

/*MODAL*/
.popup-right .modal-content {
    max-height: 100%;
    overflow-y: auto;
}

.popup-add .modal-content {
    max-height: calc(100% - 25px);
    overflow-y: auto;
}

    .popup-add .modal-content .form-wrap .form-group {
        margin-bottom: 15px;
    }

.btn-circle {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.42857;
}

.modal-content {
    position: absolute;
    top: 1px;
}

/*Crop text element*/
.crop-text {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*custom-toast*/
.custom-toast {
    z-index: 9999;
}

.custom-shadow {
    box-shadow: 0px 2px 20px rgb(0 0 0 / 5%)
}


/*SCHEDULER*/
.scheduler table tr:hover {
    /*background-color: none !important;*/
}

.scheduler table.calendar-month tr th {
    padding: 5px;
    color: #3e587b;
}


.scheduler .table-responsive {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.scheduler table.calendar-month tr td {
    overflow-y: hidden;
    overflow-x: visible;
    padding: 5px;
    vertical-align: text-top;
    border: 1px dashed gray;
}

    .scheduler table.calendar-month tr td:hover {
        overflow-x: visible;
        background-color: #f1f1f1;
        cursor: pointer;
    }

    .scheduler table.calendar-month tr td .day {
        width: 150px;
        max-height: 150px;
        height: 100px;
        overflow-y: hidden;
        min-width: 150px;
        padding: 5px;
        vertical-align: text-top;
    }

    .scheduler table.calendar-month tr td.now {
        border: 1px dashed gray;
    }

        .scheduler table.calendar-month tr td.now h1 {
            color: forestgreen;
        }


.scheduler table.calendar-month tr ul {
    width: 124px;
}

    .scheduler table.calendar-month tr ul:hover {
        position: absolute;
        background-color: #f1f1f1;
        width: fit-content;
        padding: 0px 5px 5px 0px;
        border-radius: 5px;
    }

.scheduler table.calendar-month tr div ul:hover {
    width: fit-content;
}

.scheduler table.calendar-month tr ul li {
    display: block;
    width: 130px;
    overflow: hidden; /* Masque le contenu qui dépasse la taille de l'élément */
    white-space: nowrap; /* Empêche le contenu de se retourner à la ligne */
    text-overflow: ellipsis; /* Ajoute des points de suspension (...) lorsque le contenu est coupé */
    transition: all 0.3s ease; /* Ajoute une transition fluide lors du survol */
    padding: 0px 7px 0px 0px;
    border: 1px solid #3e587b;
    border-radius: 5px;
}

    .scheduler table.calendar-month tr ul li label {
        padding: 5px;
        display: block;
        text-overflow: ellipsis;
        width: inherit;
    }

    .scheduler table.calendar-month tr ul li:hover {
        width: fit-content;
        min-width: 130px;
        cursor: grab;
        overflow: visible;
        text-overflow: unset;
        background-color: white;
    }

        .scheduler table.calendar-month tr ul li:hover label {
            width: fit-content;
        }
/*KANBAN*/
div.kanban-col {
    min-height: 100px;
}

div.kanban-col {
    border: none;
}

    div.kanban-col .card-header:first-child {
        max-height: 56px
    }

    div.kanban-col .can-drop {
        border: 1px dashed #436797;
        border-radius: 5px;
        padding: 10px;
    }

.kanban-drop-zone {
    height: 95%;
    border: none;
}

    .kanban-drop-zone.can-drop {
        border: 1px dashed #436797;
        border-radius: 5px;
        padding: 10px;
    }


/*Task List*/
.task-list-container {
    min-height: 10px;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    margin: 5px 1px 5px 1px;
    height: 70px
}

    .task-list-container .task-list-content {
        height: 40px;
        overflow: hidden;
        width: 98%;
        text-overflow: ellipsis;
    }

        .task-list-container .task-list-content::after {
            border-right: 6px solid red;
        }

    .task-list-container .footer {
        color: #436797;
        font-weight: bolder !important;
    }
/*MISCELLANEOUS*/
input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
}

input[type="range"]::-moz-range-track {
    background-color: #9a905d;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
}

input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
}

.font-signature {
    font-family: 'Lucida Handwriting';
    font-style: normal;
    font-size: 40px;
}



@media (max-width: 400px) {
    #header .logo {
        width: 120px;
        height: 40px;
    }
}


.ImageContainer {
    position: relative;
}

    .ImageContainer .point {
        display: inline;
        position: absolute;
        cursor: pointer;
        padding-left: 30px;
        margin-top: -18px;
        z-index: 1050;
    }


.renderer_draw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none !important;
    height: 100%
}

    .renderer_draw.draw {
        cursor: pointer;
    }

.document.selected {
    opacity: 0.5
}



/* a:hover {
        color: #436797 !important;
    }*/
