/*----------------------------------------- all files -----------------------------------------------*/

.tt_hidden_value {
    display:none;
}

/* .tt_flex {
    display:flex;
} */

/*--------------------------------------- ticket.class.php -------------------------------------------*/

.unauthorised {
    text-align: center;
    color: red;
    font-size: 1.15rem;
    padding-top: 2rem;
}

#tt_gest_error {
    color:red;
}

.form_transfert {
    margin:auto;
    display:none;
}

.form_transfert #div_confirmation {
    display: none;
    padding-left: .5rem;
}

.form_transfert #div_confirmation #tt_btn_open_modal_form {
    display:inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid rgba(98, 105, 118, 0.24);
    border-radius: 4px;
    font-weight: 500;
    line-height: 1.4285714286;
    padding: 0.4375rem 1rem;
}

.tt_modal {
    background-color: red;
    background-color: #fefefe;
    margin: auto;
    max-width: 600px;
    padding: 15px;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    text-align: center;
    z-index: 10001;
}

.tt_modal label {
    padding-bottom: .5rem;
}

.tt_modal textarea {
    width: 80%;
    height: 80px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

.tt_modal textarea:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

.form_transfert .tt_group_choice {
    display: none;
}

.tt_group_choice {
    gap: 0.25rem;
}


#tt_modal_form_adder .justification {
    padding-bottom:1rem;
}

#tt_modal_form_adder h2 p {
    color:black;
    font-weight:normal;
}

#tt_modal_form_adder p {
    padding-bottom:1rem;
}

.group_not_found {
    text-align: center;
    color: red;
    font-size: 0.9rem;
    padding-top: 2rem;
}

.adv-msg {
    color: #800000;
}
