.btn-user-dropdown {
    background-color: black;
    border-radius: 25px;
}

    .btn-user-dropdown:hover,
    .dropdown.open .btn-user-dropdown {
        background-color: #fff !important;
    }

.nav-tab-custom {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    background-color: rgba(183, 183, 183, 0.74);
}

#login-row-container .login-panel-container {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#login-row-container {
    height: 100vh;
}


#datetimepicker th, #datetimepicker td,
.datetimepicker th, .datetimepicker td {
    text-align: center;
}

#datetimepicker .dow,
.datetimepicker .dow {
    background-color: #337ab7;
    color: white;
}

#datetimepicker .old, #datetimepicker .new,
.datetimepicker .old, .datetimepicker .new {
    color: #999;
}

#datetimepicker .picker-switch table,
.datetimepicker .picker-switch table, #calendarSelector {
    margin-left: auto;
    margin-right: auto;
}

#datetimepicker .weekend,
.datetimepicker .weekend {
    background-color: #eee;
}

#calendar {
    min-height: 100px;
}

    #calendar .fc-title {
        font-size: 10px;
    }

.img-container img {
    max-width: 100%;
}

.without-margin {
    margin: 0px;
}

.btn-top {
    margin-top: -11px;
}

.text-small {
    font-size: 0.9em;
    line-height: 1;
    margin: 0;
}

.display-box {
    position: relative;
    min-height: 600px;
    width: 100%;
}

.content-center {
    text-align: center;
}

.block-left {
    float: left !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

.block-right {
    float: right !important;
    margin-left: 5px;
    margin-bottom: 5px;
}

.saisie-seance-subtable {
    width: 100%;
}

    .saisie-seance-subtable td {
        padding: 4px 8px 4px 0px;
    }

.header-sub-eval {
    background: gainsboro; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, gainsboro); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, gainsboro); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, gainsboro); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, gainsboro); /* Standard syntax */
}

.libelle-detail-note {
    float: right;
    display: none;
}

@media (max-width: 767px) {
    #tableNote .tableNote-detail {
        width: 100%;
        float: right;
    }

    .tableNote-detail input {
        float: right;
        margin: 0px 30px;
    }

    .libelle-detail-note {
        display: block;
    }
}

.ui-autocomplete-loading {
    background: white url("/Resources/Images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 200px;
}

.panel-lrg {
    padding: 15px 0px;
}

.input-validation-error {
    border: 1px solid #c0392b;
}

.title-error {
    font-weight: bold !important;
    color: #c0392b !important;
}

textarea.size-fixed {
    resize: none;
    overflow: hidden;
}

*[hidden] {
    display: none;
}

.form-group.requis label:after, .form-group label.requis:after {
    content: '*';
    color: #c0392b;
    margin-left: 5px;
    font-weight: bold;
    font-size: 1.1em;
}


.title-cas {
    color: white;
    font-weight: 900;
    text-shadow: 2px 2px #636363;
    white-space: nowrap;
}

.hr-light {
    border-top: 1px solid #636363;
}

.btn-validation-spe {
    background-color: #fff;
    margin: 0 auto;
    width: 60%;
}

.clickable {
    cursor: pointer;
}

.line-space {
    margin-bottom: 10px;
}

#detail-mission, #avantage, #cas-particulier {
    resize: none;
}

#social-contact {
    display: none;
    padding: 24px 16px 16px;
}

    #social-contact ul {
        text-align: center;
    }

    #social-contact .social-item {
        display: inline-block;
        border: none;
        padding-right: 16px;
    }

    #social-contact .social-link {
        color: #000;
        font-size: 24px;
    }

    #social-contact .social-facebook:hover {
        color: #3b5998;
    }

    #social-contact .social-instagram:hover {
        color: #9E6B38;
    }

    #social-contact .social-linkedin:hover {
        color: #007BB6;
    }

    #social-contact .social-twitter:hover {
        color: #1DA1F2;
    }

    #social-contact .social-pinterest:hover {
        color: #bd081c;
    }

#sidebar-footer .social-pinterest:hover {
    color: #bd081c;
}

#social-contact .social-youtube:hover {
    color: #E72A1B;
}

@media screen and (min-width: 768px) {
    #social-contact {
        display: block;
    }
}

.text-info-alert {
    font-style: italic;
    color: #E72A1B;
    word-break: break-word;
}

.demandes-frame {
    margin: 0 -30px 0 -30px;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.modal-noborder {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

.negative-color {
    mix-blend-mode: difference;
}

.settings-icon {
    font-size: 16px;
}

.molten-iframe {
    border: transparent;
    width: 100%;
}

span.year, span.month, span.decade {
    margin: 5px;
}

    span.year.disabled, span.month.disabled, span.decade.disabled {
        color: #ccc;
    }

.photo-preview-container {
    position: relative;
}

.photo-preview-content {
    position: absolute;
    width: 180px;
    border: 2px solid #444;
    border-radius: 5px;
    left: -75px;
    top: 40px;
    z-index: 2;
}

.no-input {
    border: 0px solid black;
    width: 100%;
}

.text-justify {
    text-align: justify;
}

.header-grid {
    font-weight: bold;
}

.list-cours .row:nth-child(even) {
    background-color: #f3f3f3;
}

.list-cours-programme .title-programme {
    background-color: white !important;
    font-weight: bold;
    padding: 10px;
    font-size: medium;
}

.list-cours-action {
    float: left;
    margin: 3px 5px 3px 5px;
}


.cat-icon {
    height: 50px;
    background-color: #2c3e50;
    text-align: center;
}

.cat-icon .glyphicon {
    color: white;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    height: 100%;
    line-height: 40px;
    top: 0px;
}

.cat-title-blocmin {
    color: white;
    font-weight: normal;
    margin-left: 15px;
}
.sun-flower {
    background-color: #f1c40f !important
}
.turquoise {
    background-color: #1abc9c !important
}

.cat-status {
    height: 50px;
    text-align: center;
    background-color: #eeeeee;
}

    .cat-status span {
        padding: 0px;
        margin: 0px;
        font-size: 30px;
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 40px;
        top: 0px;
    }

    .cat-status .glyphicon-ok {
        color: #27ae60;
    }

    .cat-status .glyphicon-remove {
        color: #c0392b;
    }

    .cat-status .glyphicon-time {
        color: #FFA500;
    }

    .cat-status .glyphicons-ok {
        color: #27ae60;
    }

    .cat-status .glyphicons-remove {
        color: #c0392b;
    }

    .cat-status .glyphicons-time {
        color: #FFA500;
    }


.FontPoppins {
    font-family: 'Poppins', 'Roboto', 'sans-serif', 'Tahoma' !important;
}

div.FileList:hover {
    background-color: rgba(238, 236, 236, 0.62);
    cursor: pointer;
    font-weight: bold;
}

.verticalScroll {
    overflow-y: scroll;
}

.numberCircle {
    border-radius: 50%;
    /* remove if you don't care about IE8 */
    /*width: 15px;*/
    height: 15px;
    min-height: 15px;
    min-width: 15px;
    background: #bd081c;
    color: #fff;
    text-align: center;
    font: 10px Arial, sans-serif;
    padding-top: 2px;
    padding-left: 1px;
    font-weight: bold;
}

.upload-limitation-warning {
    box-shadow: 0 1px 1px 0 rgba(60, 64, 67, .08), 0 1px 3px 1px rgba(60, 64, 67, .16);
    margin: 5px 0 20px 50px;
    padding: 15px 0 15px 20px;
    border-left: 4px solid #d32f2f;
}

    .upload-limitation-warning p {
        font-size: 11px;
        color: #616161;
        margin: 0;
    }


.upload-section {
    border: 1px solid #ddd;
    padding: 1px 0 0 15px;
    margin: 20px 0 20px 0px;
    border-radius: 4px;
}




#progress-infos {
    width: 100%;
    font-size: 0.9em;
    color: #bdc3c7;
    text-align: right;
    border-top: 1px solid #eeeeee;
}

    #progress-infos div {
        width: 100%;
        padding-right: 20px;
        vertical-align: bottom;
        line-height: normal;
    }

    #progress-infos span {
        font-size: 3.2em;
        font-weight: bold;
        color: #0072C6;
        padding: 0;
        margin: 0;
    }

        #progress-infos span.success {
            font-size: 1.8em;
        }

#progress {
    background-color: #eeeeee;
    height: 15px;
    line-height: 15px;
}

    #progress .percent {
        background-color: #0072C6;
        color: #27ae60;
        height: 100%;
        font-weight: bold;
    }

.handPointer {
    cursor: pointer;
}

.list-collecte .row > div {
    display: inline-block;
    vertical-align: middle;
    /* float:none;*/
}

.list-collecte .row {
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 0;
}

    .list-collecte .row:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .list-collecte .row:first-child {
        padding-top: 0;
    }

.list-collecte h5 {
    font-weight: bold;
}

#calendarViewTitle {
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
}

.fc-header-custom {
    display: flex;
    margin-top: 20px;
}

.checkbox {
    display: inline;
}

#tableNote-container {
    overflow: auto;
}

.input-note {
    width: 80px;
}

.note-moyenne {
    width: 80px;
}

#tableNote {
    table-layout: fixed;
}

#tableNote-icon {
    width: 35px;
}

#tableNote-score {
    width: 100px;
}

.header-sub-eval {
    width: 125px;
}

.text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
    display: inline-block;
}

.note-container {
    display: flex;
}

.note-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 4rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3rem;
    padding: 0.25rem 1rem;
    border-width: 1px;
    border-style: solid;
}

    .note-btn i {
        top: 0;
        margin-right: 0.5rem;
    }

    .note-btn:hover {
        text-decoration: none;
        color: white;
        cursor: pointer;
    }

.loader-convention-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.loader-convention {
    display: none;
    border: 1rem solid #f3f3f3;
    border-radius: 50%;
    border-top: 1rem solid #3498db;
    width: 8rem;
    height: 8rem;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#calendar {
    max-height: 80vh;
}

.saisie-notes-saving-container {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.saisie-notes-date-container {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.niveau-diplome-maitre-label {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.diplome-maitre-container {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.diplome-maitre-container .glyphicon {
    color: #68A8DE;
}


.lan-container {
    padding-top: 10px;
    padding-bottom: 30px;
}

.lan-container.p-0 {
    padding: 0 0 30px 0;
}

.btn-lan {
    background-color: #97C248B5;
    color: #fff;
}

.btn-lan:hover {
    background-color: #7b9f39b5;
    color: #fff;
}

#sidebar-footer .social-tiktok:hover {
    color: #FF0050;
}

#sidebar-footer .social-twitch:hover {
    color: #6441A5;
}

#sidebar-footer .social-snapchat:hover {
    color: #FFFC00;
}

.paiement-montant-container {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.paiement-montant-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 40rem;
}

.asterisk-required {
    color: #c0392b;
    margin-left: 5px;
    font-weight: bold;
}
