* {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 1rem;
   font-family: Arial;
}

body {
   font-family: Arial;
/*   background-color: #024783;*/
 }
 html {
   min-height: calc(100% + env(safe-area-inset-top));
   padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); 
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }
 #header {
   width: 100vw;
   height: 15vh;
 }
 #vl_body {
   width: 100vw;
   height: 75vh;
   position: absolute;
   top: 100px;
   left:0;
 }
 #footer {
   width: 100vw;
   height: 10vh;
   position: fixed;
   bottom: 0;
 }
 #version {
   position: fixed;
   right: 0;
   bottom: 4vh;
   background-color: #fff;
   color: #000;
   text-align: center;
   padding: 4px;
 }
 #sizeinfo {
   position: fixed;
   left: 0;
   bottom: 10vh;
   background-color: #fff;
   color: #000;
   text-align: center;
   padding: 4px;
 }
   .cls_img_takecup {
       height: 20vh;
       margin: 2vh;
   }
 .cls_img_header {
   width:50px; 
   height:50px;    /* Square: so width and hight are identical */
   margin: 0;
 }
 .cls_caption {
   color: #fff;
   font-size: 2rem;
   padding: 20px;
 }
 .cls_subcaption {
   color: #fff;
   font-size: 1.5rem;
   padding: 15px;
 }
 .cls_footer  {
   color: #fff;
   font-size: 0.8rem;
   padding: 15px;      
 }
 .cls_text  {
   color: #fff;
   font-size: 0.8rem;
 }
 .cls_menubutton {
   background-color: #0378a6;
   color: #ffffff;
   font-size: 1.5rem;
   padding: 15px;      
   margin: 10px;
   width: 70vw;
 }
   .cls_half {
       width: 30vw;
   }
 .cls_menubutton_deleteyes {
   background-color: #de4b4b;
   color: #ffffff;
   font-size: 1rem;
   padding: 15px;      
   margin: 10px;
   width: 30vw;
   cursor: pointer;
 }
.cls_menubutton_deleteno {
    background-color: green;
    color: #ffffff;
    font-size: 1rem;
    padding: 15px;
    margin: 10px;
    width: 30vw;
    cursor: pointer;
}
 .cls_question {
   color: #ffffff;
   font-size: 1rem;
 }
 .cls_input {
   padding: 5px;
   font-size: 1rem;
   width: 10vw;
 }
 .cls_button_quant {
   padding: 5px;
   font-size: 1rem;
   width: 20vw;
   color: #ffffff;
   background-color: #0378a6;
   border: 4px solid #0378a6;
 }
 .cls_button_quant_selected {
   border: 4px solid #ffffff;
 }
 .cls_take_photobutton {
   padding: 3px;
   font-size: 1.5rem;
   width: 40vw;
   height: 3rem;
   color: #ffffff;
   background-color: #0378a6;
   border: 4px solid #0378a6;
 }
 .cls_take_photobutton_cancel {
   padding: 3px;
   font-size: 1.5rem;
   width: 60vw;
   height: 3rem;
   background-color:  #de4b4b;
   border: 4px solid #ffffff;
 }
   .cls_deletecup {
   background-color:  #de4b4b;
   color: #ffffff;
   font-size: 0.7rem;
   padding: 5px;      
   margin: 5px;
   width: 20vw;
 }
 .cls_deletecup_confirmyes {
   background-color: #de4b4b;
   color: #ffffff;
   font-size: 0.7rem;
   padding: 5px;      
   margin: 5px;
   width: 20vw;
 }
 .cls_deletecup_confirmno  {
   background-color: green;
   color: #ffffff;
   font-size: 0.7rem;
   padding: 5px;      
   margin: 5px;
   width: 20vw;
 }
   .cls_right_cups {
       position: fixed;
       top: 25vh;
       left: 60vw;
   }
   .cls_cup_item {
       width: 30vw;
       height: 30vw; /* use width to get square */
       margin: 2vw;
       background-size: contain;
   }
   .cls_button_wk_np {
       width: 15vw;
       height: 15vw;
       margin: 2vw;
       background-size: contain;
   }
   .cls_videoplayer {
       height: 20vh;
       border: solid 1px #de4b4b;
       margin: 5px;
       display: inline-block;
   }
   .cls_videostill {
       height: 20vh;
       border: solid 1px #fff;
       margin: 5px;
       display: none;
   }
   .cls_cup_table {
       width: 100vw;
   }

   /* Daylist screen */
   .cls_con_item  {
       width: 100%;
   }
   .cls_con_item tr {
       vertical-align: top;
   }
 .cls_con_item tr td {
     padding: 10px;
     text-align: center;
 }
 .cls_con_item tr td:nth-child(1)  {
     width: 20%
 }
     .cls_con_item tr td:nth-child(2) {
         width: 20%
     }
     .cls_con_item tr td:nth-child(3) {
         width: 30%
     }
   .cls_con_item tr td:nth-child(4) {
       width: 30%
   }
   .cls_con_item_div {
       border-style: solid;
       border-color: #fafafa;
       border-width: 1px;
       margin: 5px 10px 25px 10px;
   }

   .cls_button_wis_con {
       padding: 5px;
       background-color: #de4b4b;        /* #de4b4b is red */
       color: #fafafa;
       font-size: 0.8rem;
   }
   .cls_button_move_con {
       padding: 5px;
       background-color: #024783;
       color: #fafafa;
       font-size: 0.8rem;
   }

   /* ------------------------------------------ Very small screens ------------------------------------------------------------- */
   @media screen and ( max-width: 300px) {
       .cls_take_photobutton, .cls_take_photobutton_cancel {
           font-size: .8rem;
       }
       .cls_caption {
           color: #fff;
           font-size: 1rem;
           padding: 5px;
       }

       .cls_subcaption {
           color: #fff;
           font-size: 1rem;
           padding: 5px;
       }

       .cls_menubutton {
           font-size: 1rem;
           padding: 5px;
           margin: 5px;
       }

       .cls_menubutton_deleteyes {
           font-size: .7rem;
           padding: 5px;
           margin: 5px;
       }

       .cls_menubutton_deleteno {
           font-size: 1rem;
           padding: 5px;
           margin: 5px;
       }
   }

   /* For screens that are >= 500 px wide --------------------------------- */
   @media screen and (min-width: 500px) {
       #header {
       width: 500px;
       height: 15vh;
   }

   #vl_body {
       width: 500px;
       height: 75vh;
       position: absolute;
       top: 150px;
       left: 0;
   }

   #footer {
       width: 500px;
       height: 10vh;
       position: fixed;
       bottom: 0;
   }

   #version {
       position: fixed;
       right: 0;
       bottom: 4vh;
       background-color: #fff;
       color: #000;
       text-align: center;
       padding: 4px;
   }

   #sizeinfo {
       position: fixed;
       left: 0;
       bottom: 10vh;
       background-color: #fff;
       color: #000;
       text-align: center;
       padding: 4px;
   }

       .cls_img_takecup {
           width: 300px;
           height: 300px;
           margin: 2vh;
       }

   .cls_img_header {
       width: 75px;
       height: 75px; 
       margin: 0;
   }

   .cls_caption {
       color: #fff;
       font-size: 2rem;
       padding: 20px;
   }

   .cls_subcaption {
       color: #fff;
       font-size: 1.5rem;
       padding: 15px;
   }

   .cls_footer {
       color: #fff;
       font-size: 0.8rem;
       padding: 15px;
   }

   .cls_text {
       color: #fff;
       font-size: 0.8rem;
   }

   .cls_menubutton {
       background-color: #0378a6;
       color: #ffffff;
       font-size: 1.5rem;
       padding: 15px;
       margin: 10px;
       width: 350px;
   }

       .cls_makeitred {
           background-color: #de4b4b; /* #de4b4b is red */
       }
       .cls_menubutton_deleteyes {
           background-color: #de4b4b;
           color: #ffffff;
           font-size: 1.5rem;
           padding: 15px;
           margin: 10px;
           width: 30vw;
       }

   .cls_menubutton_deleteno {
       background-color: green;
       color: #ffffff;
       font-size: 1.5rem;
       padding: 15px;
       margin: 10px;
       width: 30vw;
   }

   .cls_question {
       color: #ffffff;
       font-size: 1rem;
   }

   .cls_input {
       padding: 5px;
       font-size: 1rem;
       width: 50px;
   }

       .cls_button_quant {
           padding: 5px;
           font-size: 1rem;
           width: 100px;
           color: #ffffff;
           background-color: #0378a6;
           border: 4px solid #0378a6;
       }

   .cls_button_quant_selected {
       border: 4px solid #ffffff;
   }

       .cls_take_photobutton {
           padding: 3px;
           font-size: 1.5rem;
           width: 200px;
           height: 3rem;
           color: #ffffff;
           background-color: #0378a6;
           border: 4px solid #0378a6;
       }

   .cls_take_photobutton_cancel {
       padding: 3px;
       font-size: 1rem;
       width: 300px;
       height: 3rem;
       background-color: #de4b4b;
       border: 4px solid #ffffff;
   }

   .cls_deletecup {
       background-color: #de4b4b;
       color: #ffffff;
       font-size: 0.7rem;
       padding: 5px;
       margin: 5px;
       width: 100px;
   }

   .cls_deletecup_confirmyes {
       background-color: #de4b4b;
       color: #ffffff;
       font-size: 0.7rem;
       padding: 5px;
       margin: 5px;
       width: 100px;
   }

   .cls_deletecup_confirmno {
       background-color: green;
       color: #ffffff;
       font-size: 0.7rem;
       padding: 5px;
       margin: 5px;
       width: 100px;
   }
   .cls_right_cups {
       position: fixed;
       top: 25vh;
       left: 300px;
   }
   .cls_cup_item {
       width: 150px;
       height: 150px;  /* use width to get square */
       margin: 10px;
       background-size: contain;
   }
   .cls_button_wk_np {
       width: 70px;
       height: 70px;
       margin: 10px;
       background-size: contain;
   }
 .cls_videoplayer {
     height: 300px;
     border: solid 1px #de4b4b;
     margin: 5px;
     display: inline-block;
 }

       .cls_videostill {
           height: 300px;
           border: solid 1px #fff;
           margin: 5px;
           display: none;
       }
       .cls_cup_table {
           width: 500px;
       }

 }


/* Popup */

.cls0000_overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #444444;
/* X   z-index: 500;*/
    opacity: .8;
}
.cls0000_overlay_full {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #444444;
    /* X   z-index: 500;*/
    opacity: 1;
}

.cls1000_popup {
    max-width: 600px;
    margin: auto;
    position: relative;
    top: 80px;
    /* X   z-index: 1000;*/
}

    .cls1000_popup button {
        cursor: pointer;
    }

        .cls1000_popup button:hover {
            background-color: #dddddd !important;
            color: #444444 !important;
        }

    .cls1000_popup .hf_color {
        background-color: #ffa500;
    }

    .cls1000_popup .header {
        padding: 10px;
        border: solid 1px 1px 0 1px rgba(0,0,0,0.2);
        border-radius: 5px 5px 0 0;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    }

        .cls1000_popup .header .caption {
            font-size: 1.5rem;
        }

    .cls1000_popup .closebutton {
        float: right;
        position: relative;
        top: -10px;
        right: -10px;
        margin: 5px;
        font-weight: 900;
    }

.cls1000_popup_full {
    top: 0;
    max-width: 100%;
    margin: auto;
    position: relative;
    /* X   z-index: 1000;*/
}

.cls1000_popup button {
    cursor: pointer;
}

    .cls1000_popup button:hover {
        background-color: #dddddd !important;
        color: #444444 !important;
    }

.cls1000_popup_full .hf_color {
    /*background-color: #ffa500;*/
}

.cls1000_popup_full .header {
    padding: 10px;
    border: solid 1px 1px 0 1px rgba(0,0,0,0.2);
}

    .cls1000_popup_full .header .caption {
        font-size: 1.5rem;
    }

.cls1000_popup_full .closebutton button {
    background-color: #000;
    color: #fff;
    float: left;
    border-radius: 5px;
    position: relative;
    top: 10px;
    right: 10px;
    padding: 10px 20px 10px 20px;
}

.cls1000_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.cls1000_body {
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    overflow: auto;
}

.cls1000_body_full {
    background-color: #ffffff;
    margin-top: 60px;
    width: 100%;
    overflow: auto;
}

.cls1000_popup .closebutton button {
    border: solid 1px rgba(0,0,0,1);
    background-color: transparent;
    padding: 3px;
    /*margin: 10px;*/
    border: none;
    vertical-align: middle;
    text-align: center;
}

.cls1000_popup .footer {
    text-align: left;
    padding: 10px;
    width: 100%;
    border: solid 0 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

    .cls1000_popup .footer .buttonsleft {
        text-align: left;
        margin-right: 10px;
        display: inline-block;
        width: 50%;
    }

    .cls1000_popup .footer .buttonsright {
        text-align: right !important;
        margin-left: 10px;
        display: inline-block;
    }

    .cls1000_popup .footer .buttonsleft .button1,
    .cls1000_popup .footer .buttonsleft .button2,
    .cls1000_popup .footer .buttonsleft .button3 {
        border: solid 1px #000;
        padding: 10px;
        border-radius: 4px;
        background-color: #fafafa;
        color: #000;
    }

    .cls1000_popup .footer .buttonsright .button4,
    .cls1000_popup .footer .buttonsright .button5,
    .cls1000_popup .footer .buttonsright .button6 {
        border: solid 1px #000;
        padding: 10px;
        border-radius: 4px;
        background-color: silver;
        color: #000;
    }

@media only screen and (max-width: 1000px) {
    .cls1000_popup {
        top: 0;
    }
    .cls1000_body {
        max-height: calc(100vh - 150px) !important;
    }
}

@media only screen and (max-height: 800px) {
    .cls1000_popup {
        top: 0;
    }

    .cls1000_body {
        max-height: calc(100vh - 200px) !important;
    }
}

/*    @media only screen and (max-width: 1000px) {
        .cls1000_popup .footer .buttonsleft,
        .cls1000_popup .footer .buttonsright {
            text-align: center !important;
            width: 100%;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

            .cls1000_popup .footer .buttonsleft .button1,
            .cls1000_popup .footer .buttonsleft .button2,
            .cls1000_popup .footer .buttonsleft .button3,
            .cls1000_popup .footer .buttonsright .button4,
            .cls1000_popup .footer .buttonsright .button5,
            .cls1000_popup .footer .buttonsright .button6 {
                width: 80%;
                text-align: center;
                margin-bottom: 5px;
            }
    }
*/
    .cls1001_login {
        background-color: #fafafa;
        min-height: 300px;
        overflow: unset;
        background-image: url('images/img_classframes_background.png');
        object-fit: cover;
        text-align: left;
    }

        .cls1001_login .toprow .left {
            display: inline-block;
            width: 45%;
        }

            .cls1001_login .toprow .left img {
                margin: 10px;
                width: 40%;
            }

        .cls1001_login .toprow .right {
            display: inline-block;
            padding: 10px;
            vertical-align: top;
            margin-top: 20px;
        }

            .cls1001_login .toprow .right .id_1000_line1 {
                margin: 20px;
                font-size: 1.5rem;
                font-weight: bold;
            }

            .cls1001_login .toprow .right .id_1000_line2 {
                margin: 20px;
                font-size: 1.2rem;
                font-weight: bold;
            }

            .cls1001_login .toprow .right .id_1000_line3 {
                margin: 20px;
                font-size: 1.1rem;
                font-weight: bold;
            }

        .cls1001_login .bottomrow {
            border-top: solid 1px #cccccc;
        }

            .cls1001_login .bottomrow .inputarea {
                width: 90%;
                margin: auto;
                position: relative;
                padding-top: 30px;
                text-align: right;
            }

                .cls1001_login .bottomrow .inputarea label {
                    padding: 10px;
                    color: #000;
                }

                .cls1001_login .bottomrow .inputarea input {
                    padding: 10px;
                    border: solid 1px #cccccc;
                    color: #000;
                    background-color: #eeeeee;
                    margin: 5px;
                }

            .cls1001_login .bottomrow {
                font-size: 0.6rem;
                padding: 30px 10px 10px 10px;
                margin-top: 10px;
            }
            .id_1000_disclaimer {
                font-size: 0.6rem;
                padding: 10px;
                margin-top: 10px;
            }

            .cls1001_login .bottomrow .disclaimer span {
                font-size: 0.6rem;
                color: #222;
            }

    .cls_button {
        padding: 3px 15px;
        background-color: #000;
        color: #fff;
        cursor: pointer;
        border: solid 1px #000;
        border-radius: 3px;
    }

.cls_button_warning {
    padding: 3px 15px;
    background-color: #de4b4b; /* #de4b4b is red */
    color: #fff;
    cursor: pointer;
    border: solid 1px #000;
    border-radius: 3px;
}
    .cls_button:hover {
        background-color: #333;
    }

    .clsgrid_add, .clsgrid_col, .clsgrid_excel, .clsgrid_transpose, .clsgrid_refresh, .clsgrid_pdf {
        padding: 3px 15px;
        background-color: #000;
        color: #fff;
        cursor: pointer;
        border: solid 1px #000;
        border-radius: 3px;
        margin: 0 5px 0 0;
    }

.clsgrid_add_small, .clsgrid_col_small, .clsgrid_excel_small, .clsgrid_transpose_small, .clsgrid_refresh_small, .clsgrid_small {
    padding: 3px 8px;
    background-color: #ccc;
    color: #000;
    cursor: pointer;
    border: solid 1px #000;
    border-radius: 3px;
    margin: 0 3px 0 0;
}

    /* For cf_buttons with own innerHTML START */
    .cf_button_layered {
        display: grid;
        justify-items: center;
        align-items: start;
    }

        .cf_button_layered > * {
            grid-column-start: 1;
            grid-row-start: 1;
        }

    /* For cf_buttons with own innerHTML END */


    /* input code field types */
    .clsinput_type1 {
        padding: 4px;
    }

    .clsinput_type2 {
        padding: 4px;
    }

    .clsinput_type3 {
        padding: 4px;
    }

    .clsinput_type4 {
        padding: 4px;
    }

    .clsinput_type5 {
        padding: 4px;
    }

    .clsinput_type6 {
        padding: 4px;
    }

    .clsinput_type7 {
        padding: 4px;
    }

    .clsinput_type8 {
        padding: 4px;
    }

    .clsinput_type9 {
        padding: 4px;
    }

    .clsinput_type10 {
        padding: 4px;
    }

    .clsinput_type11 {
        padding: 4px;
    }


    /* loader 2025 start */
.lds-grid {
    /* change color here */
    color: #1c4c5b;
    /*color: darkblue;*/
}

.lds-grid,
.lds-grid div {
    box-sizing: border-box;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: solid 1px #444;
    border-radius: 10px;
}

    .lds-grid div {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: currentColor;
        animation: lds-grid 1.2s linear infinite;
    }

        .lds-grid div:nth-child(1) {
            top: 8px;
            left: 8px;
            animation-delay: 0s;
        }

        .lds-grid div:nth-child(2) {
            top: 8px;
            left: 32px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(3) {
            top: 8px;
            left: 56px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(4) {
            top: 32px;
            left: 8px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(5) {
            top: 32px;
            left: 32px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(6) {
            top: 32px;
            left: 56px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(7) {
            top: 56px;
            left: 8px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(8) {
            top: 56px;
            left: 32px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(9) {
            top: 56px;
            left: 56px;
            animation-delay: -1.6s;
        }

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

    /* loader 2025 end */


    /* Loader three dots in line 2025 */
.lds-ellipsis {
    /* change color here */
    color: #ccc
}

    .lds-ellipsis,
    .lds-ellipsis div {
        box-sizing: border-box;
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
/*    width: 80px;
    height: 80px;
*/}

    .lds-ellipsis div {
        position: absolute;
        top: 33.33333px;
        width: 13.33333px;
        height: 13.33333px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
    /* Loader three dots in line 2025*/

    /* Loader start */
    .cls0801_load_parent {
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        padding: 20px;
        background-color: #ccc;
        opacity: .8;
/*        border: solid 1px #ccc;
        border-radius: 10px;
*/    }

    .cls0801_loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        margin-top: -60px;
        margin-left: -60px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
        position: relative;
        background-color: #ffffff;
    }

        .cls0801_loader span {
            position: fixed;
            top: 10px;
            left: 10px;
        }

    /* Loader end */

    /* Read more text button start */

    .clsreadmore_box {
        width: 100%;
        border: none;
        margin-right: 0;
        margin-bottom: 20px;
        height: 200px;
    }

    .clsreadmore_header {
        width: 100%;
        border: none;
        margin-right: 0;
        margin-bottom: 10px;
        max-height: 200px;
    }

    .clsreadmore1_body {
        width: 100%;
        margin-right: 0;
        max-height: 150px;
        overflow: hidden;
    }

    .clsreadmore2_body {
        width: 100%;
        margin-right: 0;
        max-height: 150px;
        overflow: hidden;
    }

    .cls_readmore {
        border: none;
        font-style: normal;
        background-color: #136ebb;
        color: #fafafa;
        border: solid 1px #000000;
        border-radius: 3px;
        padding: 5px;
    }

    .cls_leesmeer:hover {
        border: none;
        text-decoration: underline;
        background-color: #000;
        color: #fff;
    }


    /* Read more text button end */

    .cls_cf_hide {
        display:none;
    }

    .cls_cf_smallbutton {
        padding: 3px 5px 3px 5px;
        background-color: #ffa0500;
        color: #000;
        font-size: 0.8rem;
    }

    /** grids small on mobile one column */
    @media only screen and (max-width: 1000px) {
        .cls_grid_very_small {
            grid-template-columns: auto !important;
        }
    }

    /* Button disabling/enabling */
    .cls_button_hold {
        //?
    }

    .cls_button_release {
        //?
    }

.cls_show_contentitem_editable {
    /*border: solid 0.1px transparent;*/
}
.cls_show_contentitem_editable :hover {
    /*border: solid 0.1px #ffa500;*/
    background-color: antiquewhite;
}

/* Tbv cls_help */
:root {
    --hp-width: ${PANEL_WIDTH};
    --hp-shadow: 0 10px 40px rgba(0,0,0,.22);
    --hp-overlay: rgba(0,0,0,.4);
    --hp-z: ${Z_BASE};
    --hp-bg: #fff;
    --hp-border: #ccc;
    --hp-text: #111827;
    --hp-accent: #3b82f6;
}

#help-overlay {
    position: fixed;
    inset: 0;
    background: var(--hp-overlay);
    opacity: 0;
    transition: opacity .2s ease;
    z-index: var(--hp-z);
}

    #help-overlay[aria-hidden="false"] {
        opacity: 1;
    }

#help-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(100vw,var(--hp-width));
    width: 35vw;
    height: 100dvh;
    background: var(--hp-bg);
    color: var(--hp-text);
    box-shadow: var(--hp-shadow);
    transform: translateX(100%);
    transition: transform .28s ease;
    z-index: calc(var(--hp-z) + 1);
    display: grid;
    grid-template-rows: auto 1fr auto;
    border-left: 1px solid var(--hp-border);
}

    #help-panel[data-open="true"] {
        transform: translateX(0);
    }

.hp-header, .hp-footer {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hp-header {
    border-bottom: 1px solid var(--hp-border);
}

.hp-footer {
    border-top: 1px solid var(--hp-border);
    justify-content: flex-end;
}

#help-title {
    font-size: 1.125rem;
    margin: 0;
}

#help-close {
    margin-left: auto;
    font-size: 1.5rem;
    line-height: 1;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.hp-content {
    padding: 16px;
    overflow: auto;
    line-height: 1.5;
}

.cls_help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid var(--hp-border);
    background: #f9fafb;
    color: var(--hp-accent);
    font-weight: 700;
    cursor: pointer;
    margin: 10px 0 10px 0;
}

    .cls_help:focus-visible {
        outline: 2px solid var(--hp-accent);
        outline-offset: 2px;
    }
