

table.table {
    table-layout: fixed;
    width: 100%;
    margin-top: 20px;
}

table.table td {
    max-width: 300px;
    text-wrap: normal;
    word-wrap: break-word;
    font-size: 14px;
}

table.table th {
    text-align: left;
}

table.table td.ellipsis-column {
    max-width: 300px; /* Adjust as needed */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Truncate text with ellipsis */
}


input.input_dyn {
    width: 100%;
    border: none;
    background-color: pink;
    font-size: 14px;
    color: #000;
}


/* essai 25/6 calendrier de suivi  */
        #calendar {
            max-width: 300px;
            height: auto;
            margin: 10px auto;
            background-color: #f9f9f9;
        }
.fc-scroller {
  height: auto !important;
}

.fc-head .fc-widget-header {
  margin-right: 0 !important;
}

.fc-scroller {
  overflow: visible !important;
}