@media screen {
    body, html {
        height: 100%;
    }

    body {
        background-color: rgb(214, 204, 112);
        background-image: url(../public/bg.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        min-height: 100%;
        overflow-y: scroll;
    }

    .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;
}

.pix-120
{
    width: 120px;
}

.pix-60
{
    width: 60px;
}

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;
    z-index: 99;
}
div.p-sel-link:hover {
    background-color: lightsalmon;
    z-index: 99;
}

.hover-link:hover {
    text-decoration: underline;
    filter: brightness(50%);
    cursor: pointer;
}

.wh-300 {
    width: 250px;
    height: 300px;
}

.mw-800 {
    max-width: 800px;
}

.img-fit {
    object-fit: cover;
/*    width: 200px;
    height: 200px; */
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}