@media screen {
    body, html {
        height: 100%;
    }

    body {
        background-color: rgb(235, 233, 233);
        width: 100%;
    }

    .js-link {
        cursor: pointer;
    }
    .js-link:hover {
        text-decoration: underline;
    }
}

@media print {
    a {
        text-decoration: none;
        color: black;
    }

    table, .print-row {
        font-size: 9px;
    }

    img { max-height: 10cm ;}

    .js-link {
        color: black !important;
    }

    .print-10 { font-size: 10px; }
    .print-11 { font-size: 11px; }
    .print-12 { font-size: 12px; }

    .col-print-0 {display: none;}
    .col-print-1 {width:8%;  float:left;}
    .col-print-2 {width:16%; float:left;}
    .col-print-3 {width:25%; float:left;}
    .col-print-4 {width:33%; float:left;}
    .col-print-5 {width:42%; float:left;}
    .col-print-6 {width:50%; float:left;}
    .col-print-7 {width:58%; float:left;}
    .col-print-8 {width:66%; float:left;}
    .col-print-9 {width:75%; float:left;}
    .col-print-10{width:83%; float:left;}
    .col-print-11{width:92%; float:left;}
    .col-print-12{width:100%; float:left;}

    .border-bottom {
        border-bottom: 1px solid #888888 !important;
    }
}

.sortcol {
    font-weight: bold;
    color: #44F;
    cursor: pointer;
}

.min-pix-500 {
    min-width: 500px;
}

.pix-120
{
    width: 120px;
}

@media (max-width: 768px) {
    .pix-120
    {
        width: 100%;
    }
}

.pix-60
{
    width: 60px;
}

.pix-80
{
    width: 80px;
}

p {
    text-align: justify;
    break-inside: avoid;
    page-break-inside: avoid;
}

.p-selekts {
    position: absolute;
    display: none;
    top : 0px;
    left: 0px;
}

div.p-sel-link {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    cursor: pointer;
}
div.p-sel-link:hover {
    background-color: lightsalmon;
}

.hover-link:hover {
    text-decoration: underline;
    filter: brightness(50%);
    cursor: pointer;
}

.wh-300 {
    width: 250px;
    height: 300px;
}

.img-fit {
    object-fit: cover;
    width: 200px;
    height: 200px;
    cursor: pointer;
  }

video {
    width: 100%;
    max-height: 100%;
}

.col-scroll {
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Hide horizontal scrolling */
}

.full-bg {
    background-image: url('stat_fons.png'); /* Path to your image */
    background-size: cover; /* Ensures the image covers the entire div */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: center; /* Centers the image within the div */
}

.accordion-item {
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
}