/* CSS des tables */

.table-wrapper {
    width: 1000px;
    margin: 30px auto;
    /*background: #fff;*/
    padding: 20px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
}

.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}

.table-title h2 {
    margin: 6px 0 0;
    font-size: 22px;
}

.table-title .add-new {
    float: right;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    min-width: 100px;
    border-radius: 50px;
    line-height: 13px;
}

.table-title .add-new i {
    margin-right: 4px;
}

table#end_customers_table, table#users_table, table#groups_table {
    table-layout: fixed;
    /*width: 100%;*/
}

table#end_customers_table tr th, table#users_table tr th, table#groups_table tr th, table#end_customers_table tr td, table#users_table tr td, table#groups_table tr td {
    border-color: #e9e9e9;
}

table#end_customers_table th i, table#users_table th i, table#groups_table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table#end_customers_table th:last-child, table#users_table th:last-child, table#groups_table th:last-child {
    width: 90px;
}

table#users_table th:last-child {
    width: 124px;
}

table#end_customers_table td a, table#users_table td a, table#groups_table td a, table#messages_table td a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    min-width: 24px;
}

table#end_customers_table td a.add, table#users_table td a.add, table#groups_table td a.add {
    color: #27C46B;
}

table#end_customers_table td a.add-new-row, table#users_table td a.add-new-row, table#groups_table td a.add-new-row {
    color: #27C46B;
}

table#end_customers_table td a.edit, table#users_table td a.edit, table#groups_table td a.edit, table#table#messages_table td a.edit {
    color: #FFC107;
}

table#end_customers_table td a.delete, table#users_table td a.delete, table#groups_table td a.delete {
    color: #E34724;
}

table#end_customers_table td a.email, table#users_table td a.email, table#groups_table td a.email {
    color: #4286F5;
}

table#end_customers_table td a.reset, table#users_table td a.reset, table#groups_table td a.reset {
    color: #01A1DD;
}

table#end_customers_table td i, table#users_table td i, table#groups_table td i, table#messages_table td i {
    font-size: 19px;
}

table#end_customers_table td a.add i, table#users_table td a.add i, table#groups_table td a.add i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}

table#end_customers_table td a.add-new-row i, table#users_table td a.add-new-row i, table#groups_table td a.add-new-row i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}

table#end_customers_table .form-control, table#users_table .form-control, table#groups_table .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}

table#end_customers_table .form-control.error, table#users_table .form-control.error, table#groups_table .form-control.error {
    border-color: #f50000;
}

table#end_customers_table td .add, table#users_table td .add, table#groups_table td .add {
    display: none;
}

table#end_customers_table td .add-new-row, table#users_table td .add-new-row, table#groups_table td .add-new-row {
    display: none;
}

table#messages_table td:last-child {
    text-align: center;
}

/* CSS pour la table End Customers */
#end_customers_box {
    width: 1260px;
}

table#end_customers_table th:last-child {
    width: 124px;
}

table#end_customers_table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* CSS pour Saisigo Groups */

/*table#end_customers_table th:last-child {*/
/*    width: 90px;*/
/*}*/

/* CSS de Saisigo Documents */
#search-form {
    margin-bottom: 2rem;
}

#search-form label {
    margin-right: 10px;
}

#search-form input[type="text"], select {
    margin-right: 50px;
}

#search-form input[type="text"] {
    width: unset;
    display: inline;
}

#search-form select {
    width: 175px;
    display: inline;
}

#search-form input[type="button"] {
    margin-right: 10px;
}

/* CSS de Send Documents */

.documents_upload {
    width: 600px;
    margin-top: 50px;
}

.documents_upload h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #007096;
    position: relative;
}

.image-upload-wrap:hover {
    background-color: #007096;
    border: 4px dashed #ffffff;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #3c3c3b;
    /*color: #15824B;*/
    padding: 10px 0;
}

.google-data-studio {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.google-data-studio iframe,
.google-data-studio object,
.google-data-studio embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table#messages_table td a.resubmit {
    color: #007096;
}