/* Style CSS à ajouter pour l'effet "au-dessus de la page" */
.floating-popup {
    /* 1. Positionnement fixe par rapport à la fenêtre */
    position: fixed;

    /* 2. Position en haut et centrage */
    top: 50px;
    left: 50%;
    transform: translateX(-50%); /* Centre horizontalement */

    /* 3. Assurance d'être au-dessus de tout */
    z-index: 9999;

    /* 4. Limitation de la taille pour ne pas prendre toute la largeur */
    width: 100%;
    max-width: 600px; /* Adaptez cette largeur à votre besoin */

    /* Le message à l'intérieur doit être visible */
    padding: 0 10px;
}
/* S'assurer que le message lui-même est bien affiché */
#success-message.message {
    margin-bottom: 0 !important;
}
#intervention-picture-wrap {
    display: none;
}
#refund-iban-filename-wrap {
    display: none;
}
/* Template row */
.info-box {
    margin-left: 1rem !important;
    margin-bottom: 0.5rem !important;
}
/* Smooth scroll vanilla JS */
html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 700px) {
    .custom_header {
        display: none;
    }
}
.custom_header {
    margin-left: 4px;
}
#edit {
    margin: 0px;
}
.selectFile {
    color: #FFFFFF;
}
#genericAction {
    height: 100% !important;
}
.images {
    max-width:180px;
    width: 100%;
    height: auto;
    background-size: cover;
    margin-right: 10px;
    background-position: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #F5F7FA;
    align-self: center;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
    color: #848EA1;
    font-size: 12px;
    cursor: pointer;
}
.image_container {
    display: inline-block;
}
textarea {
    width: 100% !important;
    height: 100% !important;
}
.remove_image {
    width: 180px;
}
/*  Debut Style1  */
progress {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    height: 20px !important;
}
#todo_area {
    width: 100%;
    height: 100%;
}
body, html {
    height: 100%;
    width:100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:default;
}
#keyboard {
    position: relative;
    padding: 90px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
@media(max-width: 1280px) {
    #keyboard {
        position: relative;
        padding: 50px;
        padding-right: 15px;
        margin: 0 auto;
        width: 95%;
        text-align: center;
    }
}
.line {
    position: relative;
    width: 100%;
}
.line .touch {
    display: inline-block;
    margin-right: 1.3em;
}
#tclear:active {
    background-color: orange;
    border: 2px solid orange;
    color: white;
}
#line0 {
    margin-top: -40px;
    height: 50px;
}
@media(max-width: 1280px) {
    #line0 {
        margin-top: 10px;
        height: 50px;
    }
}
#line1 {
    top: 3em;
}
@media(max-width: 1280px) {
    #line1 {
        top: 2em;
    }
}
#line2 {
    top: 5em;
}

@media(max-width: 1280px) {
    #line2 {
        top: 3em;
    }
}
#line3 {
    top: 7em;
}

@media(max-width: 1280px) {
    #line3 {
        top: 4em;
    }
}
#line4 {
    top: 7.5em;
}

@media(max-width: 1280px) {
    #line4 {
        top: 5em;
    }
}

.touch {
    position: relative;
    cursor: pointer;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    text-align: center;
    font-size: 2em;
    padding-top: 0.3em;
}

@media screen and  (max-width: 980px) {
    .touch {
        position: relative;
        cursor: pointer;
        width: 2em;
        height: 2em;
        border-radius: 100%;
        text-align: center;
        font-size: 1.5em;
        padding-top: 0.3em;
    }
}
#passwd {
    border: none;
    background: none;
    text-align: center;
    font-size: 5em;
}
@media screen and  (max-width: 1280px) {
    #passwd {
        border: none;
        background: none;
        text-align: center;
        font-size: 4.5em;
        margin-right: 0.4em;
    }
}

.keyError {
    border: 2px solid orange;
    color: orange;
}

@media screen and  (max-width: 1280px) {
    #userSelection {
        position: relative;
        top : 50px;
        margin: 0 auto;
        text-align: center;
    }
}
#no-intervention {
    display: none; margin-top: 15px;
}
#userSelection {
    padding-top: 30px;
    position: relative;
    top : 50px;
    margin: 0 auto;
    text-align: center;
}
.users {
    border : 2px solid #000;
    padding : 1em;
    font-size : 1.4em;
    width : 80%;
    margin : 0 auto;
    margin-bottom : 1em;
    text-align : center;
    cursor : pointer;
    white-space: nowrap;
}
@media screen and  (max-width: 1280px) {
    .users {
        border : 2px solid #000;
        /*padding : 1em;*/
        font-size : 1.2em;
        width : 80%;
        margin : 0 auto;
        margin-bottom : 1em;
        text-align : center;
        cursor : pointer;
        white-space: nowrap;
    }
}
.user:active {
    color : white;
}
.headerSelection {
    margin-bottom : 2em;
}
.footerKeyboard {
    margin-bottom : 0.5em;
    margin-top : 10em;
}
@media screen and  (max-width: 980px) {
    .footerKeyboard {
        font-size: 11px;
        display: inline-block;
        margin-bottom : 0.5em;
        margin-right : 2em;
        margin-top : 8em;
    }
}

#caisse_list, #caisse_list th, #caisse_list td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
}
table.ui{
    border-radius: 0px !important;
}
span.ui.input {
    margin-top : 5px;
}

ui.blue.buttons {
    display : inline;
}

.dt-buttons.ui.basic.buttons{
    float: right;
    margin-bottom: 10px;
}
.no_wrap {
    white-space: nowrap;
}

.logout-link{
    margin-top:10px;
    display:block;
    background:#061e5a;
    border:1px solid #061e5a;
    color:#ffffff;
    width:48px;
    padding:5px;
    text-decoration:none;
    font-size:13px;
}
/*  FIN Style1  */
.hidden {
    visibility: hidden;
}

.machineIsASL, .classFicheMachine {
    display: inline;
    border-bottom: double;
    cursor: pointer;
}

header {
    margin-top: 45px;
}
.column.over {
    border: 2px dashed #000;
}
#agent {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    width: 100%;
    border-radius: 0.285714rem;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    display: inline-block;
    line-height: 1.2142em;
    min-height:   0.714286em;
    height:38px;
    outline: 0 none;
    padding: 0.3em;
    transform: rotateZ(0deg);
    transition: box-shadow 0.1s ease 0s, width 0.1s ease 0s;
    white-space: normal;
    word-wrap: break-word;
}

#agentSelect {
    width:300px;
    height:38px;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    margin-bottom:10px;
}
#agentDropdown {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.285714rem;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    display: inline-block;
    line-height: 1.2142em;
    min-height:   0.714286em;
    height:38px;
    outline: 0 none;
    padding: 0.3em;
    transform: rotateZ(0deg);
    transition: box-shadow 0.1s ease 0s, width 0.1s ease 0s;
    white-space: normal;
    word-wrap: break-word;
}
.order {
    font-weight: bold;
    cursor:pointer;
    float: left;
    padding: 5px 5px 5px 5px;
}
.arrow-up, .arrow-down {
    display: none;
    float: right;
    min-width: 27px;
    padding: 5px 5px 5px 5px;
    width : 32px;
    height : 32px;
}
.updown-table {
    float: right;
    width: 40px;
}
.updown-table td {
    min-width: 40px;
}

/*
.intervention-wrap:hover {
    background-color: #f6f6f6;
    transition: 0.4s;
}
*/

.pointer {
    cursor:pointer;
}

.siteToRaiseList {
    display: inline-block !important;
    vertical-align:top !important;
    margin-top: 14px !important;
    width: auto !important;
}

td.trash {
    text-align: center !important;
}
span {
    color: black;
}
#example .example {
    margin: 2em 0;
    padding: 2em 0;
}
.spanh3 {
    font-weight: normal;
}

.gestion {
    text-align: center;
    font-size: 40px;
    color: #0d71bb;
}
.y {
    text-align: left;
}
.y:hover {
        color: #1678c2;
}

.titlesize {
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}

.titlesize1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    text-decoration: underline;;
}

.viewspan {
    color: red;
    text-transform: uppercase;
    border: 1px solid red;
    font-weight: bold;
}
#refund-coment {
    padding-top: 1rem;
}
.row1 {
    height: 30px;
}

.clear
{
    clear: both;
}
.firstpageh1 {
    text-align: center;
    font-size: 80px;
    padding-top: 80px;
    text-decoration: underline;
}

@media screen and (max-width: 700px) {
    .firstpageh1 {
        text-align: center;
        font-size: 30px;
        padding-top: 100px;

    }
}

.pusher {
    margin-top: 20px;
    padding-bottom: 20px;
    font-family:'Arial';
}



#headerbar {
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width: 780px) {
    #headerbar {
        color: white;
        text-align: center;
        font-size: 22px;
        line-height: 30px;
    }
}

#leftside {
    font-size: 16px;
}

@media screen and (max-width: 780px) {
    #text100 {
        color: white;
        margin-left: 10px;
        margin-bottom: 10px;
        font-size: 38px;
        line-height: 30px;
    }
}

section.admincase
{
    padding-top: 70px;
    padding-bottom: 95px;
    background-color: #fff;
}

.ui.table.dataTable thead th {
    cursor: pointer;
    white-space: nowrap;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
}

.ui.table.dataTable thead th:first-child {
    border-left: none;
}

.ui.table.dataTable thead .sorting,
.ui.table.dataTable thead .sorting_asc ,
.ui.table.dataTable thead .sorting_desc ,
.ui.table.dataTable thead .sorting_asc_disabled ,
.ui.table.dataTable thead .sorting_desc_disabled,
.ui.table.dataTable thead .sorting:hover,
.ui.table.dataTable thead .sorting_asc:hover ,
.ui.table.dataTable thead .sorting_desc:hover ,
.ui.table.dataTable thead .sorting_asc_disabled:hover ,
.ui.table.dataTable thead .sorting_desc_disabled:hover  {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui.table.dataTable thead th:after {
    display: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: '';
    height: 1em;
    width: auto;
    opacity: 0.8;
    margin: 0 0 0 0.5em;
    font-family: 'Icons';
}

.ui.table.dataTable thead th.sorting_asc:after {
    /*content: '\f0d8';*/
    content: '\f160';
}

.ui.table.dataTable thead th.sorting_desc:after {
    /*content: '\f0d7';*/
    content: '\f161';
}

.ui.table.dataTable thead th.sorting:after {
    content: '\f0dc';
    opacity: 0.2;
}

/* Hover */

.ui.table.dataTable th.disabled:hover {
    cursor: auto;
    color: rgba(40, 40, 40, 0.3);
}

.ui.table.dataTable thead th:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
}

/* Sorted */

.ui.table.dataTable thead .sorting_asc ,
.ui.table.dataTable thead .sorting_desc ,
.ui.table.dataTable thead .sorting_asc_disabled ,
.ui.table.dataTable thead .sorting_desc_disabled {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}

.ui.table.dataTable thead .sorting:after ,
.ui.table.dataTable thead .sorting_asc:after ,
.ui.table.dataTable thead .sorting_desc:after ,
.ui.table.dataTable thead .sorting_asc_disabled:after ,
.ui.table.dataTable thead .sorting_desc_disabled:after {
    display: inline-block;
}

/* Sorted Hover */

.ui.table.dataTable thead .sorting_asc:hover ,
.ui.table.dataTable thead .sorting_desc:hover ,
.ui.table.dataTable thead .sorting_asc_disabled:hover ,
.ui.table.dataTable thead .sorting_desc_disabled:hover  {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}


.dataTables_length select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.285714rem;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    display: inline-block;
    line-height: 1.2142em;
    min-height:   0.714286em;

    outline: 0 none;
    padding: 0.3em;
    transform: rotateZ(0deg);
    transition: box-shadow 0.1s ease 0s, width 0.1s ease 0s;
    white-space: normal;
    word-wrap: break-word;
}

.dataTables_wrapper .dataTables_filter {
    text-align: right;

    color: rgba(0, 0, 0, 0.87);
    display: inline-flex;
    position: relative;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    padding-top: 0.755em;
}

.dataTables_filter input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.255714rem;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    flex: 1 0 auto;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    height: 2.2em;
    margin: 0;
    max-width: 100%;
    outline: 0 none;
    padding: .4em;
    text-align: left;
    transition: background-color 0.1s ease 0s, box-shadow 0.1s ease 0s, border-color 0.1s ease 0s;
}

.logout-link{
    margin-top:10px;
    display:block;
    background:#061e5a;
    border:1px solid #061e5a;
    color:#ffffff;
    width:48px;
    padding:5px;
    text-decoration:none;
    font-size:13px;
}

.text.white {
    color: #FFFFFF;
}
.text.grey {
    color: #CCCCCC;
}
.text.black {
    color: #1B1C1D;
}
.text.yellow {
    color: #F2C61F;
}
.text.teal {
    color: #00B5AD;
}
.text.red {
    color: #D95C5C;
}
.text.purple {
    color: #564F8A;
}
.text.pink {
    color: #D9499A;
}
.text.orange {
    color: #E07B53;
}
.text.green {
    color: #5BBD72;
}
.text.blue {
    color: #3B83C0;
}

.agent-wrap {
    padding-left: 1rem;
}