.logo{
    display: flex;
    justify-content: center;
    padding-top: 6em;
}

.centered{
    display: flex;
    justify-content: center;
    padding-top: 4em;
}

.description{
    width: 50%;
    text-align: center;
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.loading-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #156cc8; /* Couleur du spinner */
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.nyms_table {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

.nyms_table td {
    padding: 5px;
    border-top: 1px solid #dddddd;
}

.nyms_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 6px;
}

.nyms_table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.nyms_form_group{
    margin-bottom: 10px;
}

.nyms_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    background-image: none;
    background-color: #e6e6e6;
    color: #333;
    border: 1px solid #adadad;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
}

.nyms_btn_inactive {
    color: #d4d4d4;
    border: 1px solid #d4d4d4;
}

.nyms_select {
    width: 95%;
    border: 1px solid lightgrey;
}

.nyms_select_inline {
    width: 80%;
    border: 1px solid lightgrey;
}

.nyms_filter_details {
    width: 95%;
    border: #d4d4d4 solid 1px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.nyms_filter_summary {
    display: list-item;
}

.nyms_filter_label {
    font-weight: normal;
    padding-left: 5px;
}

.nyms_filter_details_content {
    padding: 12px;
    margin-top: 10px;
}

.nyms_date_input {
    width: 95%;
}

.nyms_table_content {
    /*position: relative;*/
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 15px;
    float: left;
    width: calc(100% - 280px);
    margin-right: auto;
    margin-left: 280px;
    margin-top: 42px;
}

.nyms_nav {
    left: 20px;
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 1000;
}

.nyms_nav_row {
    background-color:#bebebe;
    height: 3px;
}

.nyms_sidebar {
    background-color:#ececec;
    margin-right: 10px;
    margin-top: 36px;
    height: 100%;
    width: 280px;
    overflow: auto;
    position: fixed;
    min-height: 1px;
    padding: 20px 15px 5px;
    float: left;
    border-right: 2px solid;
    border-right-color: #bebebe;




}

.nyms_sidenav_divider{
    width: 100%;
    height: 2px;
    background-color: #bebebe;
    margin-top: 15px;
    margin-bottom: 15px;
}

.nyms_sidebar_link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.nyms_sidebar_link, .nyms_sidebar_link:active, .nyms_sidebar_link[disabled], fieldset[disabled] .nyms_sidebar_link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nyms_sidebar_link, .nyms_sidebar_link:active, .nyms_sidebar_link:focus, .nyms_sidebar_link:hover {
    border-color: transparent
}

.nyms_sidebar_link:focus, .nyms_sidebar_link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.nyms_sidebar_link[disabled]:focus, .nyms_sidebar_link[disabled]:hover, fieldset[disabled] .nyms_sidebar_link:focus, fieldset[disabled] .nyms_sidebar_link:hover {
    color: #777;
    text-decoration: none
}

.nyms_text_input {
    width: 150px;
    height: 24px;
    padding: 0;
}
