
div.dt-processing {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -22px;
    text-align: center;
    padding: 2px;
    z-index: 10;
    font-size: 30px;
}

#filters td {
    vertical-align: middle;
    padding: 5px;
}

.filterlink {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 800;
}

strong.green {
    color: #439d70;
}

strong.orange {
    color: #f46c49;
}

strong.red {
    color: #fc618b;
}

* {
  font-family: "Montserrat", sans-serif;
  color: #545454;
}

table.dataTable {
    border-collapse: collapse;
}

table.dataTable > tbody > tr:nth-child(2n+1) {
    background: #f3f3f3 !important;
}
table.dataTable > tbody > tr td  {
    border: 1px solid #d7d7d7;
    padding: 3px 10px;
    text-align: center;
}


table#dataWebsites {
    border-collapse: collapse;
}


table#dataWebsites > tbody > tr td  {
    border: 1px solid #d7d7d7;
    padding: 3px 10px;
    text-align: left;
}

table#dataWebsites > tbody > tr td[data-mission]  {
    text-align: center;
}


table#dataWebsites > tbody > tr td.noperm {
	background: #f1f1f1;
}

table#dataWebsites > tbody > tr td[data-type="data_products"].perm:hover, th.col_distrib[data-codefo] {
    cursor: pointer;
}



.meter {
    box-sizing: content-box;
    height: 10px;
    position: relative;
    /* margin: 60px 0 20px 0; */
    background: none;
    border-radius: 25px;
    padding: 5px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: linear-gradient(
        center bottom,
        rgb(43, 194, 83) 37%,
        rgb(84, 240, 84) 69%
    );
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span {
    background-image: linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span,
.nostripes > span::after {
    background-image: none;
}

table#dataWebsites thead tr:first-child th {
    position: sticky; top: 0;
    padding: 5px;
    vertical-align: bottom;
    background: white;
    z-index: 50;
    font-size: 14px;
}


table#dataWebsites > tbody > tr td:nth-child(2) {
    background:
  white;
    position: sticky;
    left: 0;
    z-index: 30;
    font-size: 14px;
    color: black;
    text-decoration: none;
}

.filter {
    display: inline-block
}

table#dataWebsites > tbody > tr td:nth-child(2) a{
    color: black;
    text-decoration: underline;
}

table#dataWebsites > tbody > tr td span {
    font-size: 14px;
    white-space: nowrap;
}
table#dataWebsites > tbody > tr td span.emoj {
    font-size: 20px;
}

table#dataWebsites > tbody > tr td span strong {
    font-size: 16px;
}

table#dataWebsites > tbody > tr td br {
	line-height: 0.2em;
}
/*

table#dataWebsites  {
    table-layout: fixed;
    width: 100%; 
}

table#dataWebsites  td {
    width: 20px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
}


table#dataWebsites  td {
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}



table#dataWebsites th span {
    display: block;
    position: absolute;
    left: 20px; 
    bottom: 0;
    transform-origin: left bottom; 
    transform: rotate(-45deg); 
    white-space: nowrap; 
}
*/

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
    align-items: center;
    font-family: Arial, sans-serif;
}

.filter {
    display: flex;
    flex-direction: column;
    min-width: 160px;
}

.filter label {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 14px;
    color: #333;
}

.filter select,
.filters input[type="checkbox"] {
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    transition: border 0.2s;
}

.filter select:focus,
.filters input[type="checkbox"]:focus {
    outline: none;
    border-color: #4e8cff;
}

.filters label[for="data_products"],
.filters label[for="data_website"] {
    margin-left: 6px;
    margin-right: 12px;
    font-size: 14px;
    vertical-align: middle;
}

.custom-context li {
    padding: 8px 12px;
    cursor: pointer;
    font-family: sans-serif;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}

.custom-context li:last-child {
    border-bottom: none;
}

.custom-context li:hover {
    background-color: #f2f2f2;
}


#dataWebsites tr.hovered td.noperm {
    background-color: #ebebeb !important; /* ligne */
}

#dataWebsites td.highlighted-col.noperm {
    background-color: #ebebeb !important; /* colonne */
}


.api_status, .sql_status {
cursor:pointer;
}


[data-locked="1"] {
  opacity: 0.5;
  cursor: not-allowed;
}


strong.success {
	color: #85bc66;
}

.season-header {
    padding: 8px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}

.season-label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}

.season-metrics div {
    font-size: 12px;
    line-height: 1.2;
}

div.metrics {
    font-size:11px !important;
    line-height:1.3 !important;
    text-align:left !important;
}

table.metrics {
    width:100% !important; 
    border-spacing:0 !important; 
    font-size:12px !important;
    padding: 0 25px !important;
}

table.metrics td.numbers {
    text-align:right !important;
    font-weight:bold !important;
}
table#dataWebsites table.metrics {
    width: 100% !important;
    padding: 0 !important;
}

table#dataWebsites table.metrics > tbody > tr td {
	border: unset;
	padding: unset;
	text-align: unset;
    white-space: nowrap;
}

