
body{
    margin: 0px;
}

.main_cont{
    max-width: 650px;
    min-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/*.basic_row{
    display: flex;
    flex-direction: row;
    flex: 1 100%;
    /*padding: 0.05rem;*/
    /*page-break-inside: avoid;   /* Prevents splitting within a div */
    /*break-inside: avoid;        /* For newer browsers */
/*}*/

.basic_col{
    display: flex;
    flex-direction: column;
}

.wide_col{
    padding-left: 0.5rem;
    text-wrap: nowrap;
    overflow-x: hidden;

    border: var(--basic-border-thickness) solid var(--basic-border-color);
    border-top: none;    
    /*border-right: none;    */
    
    display: grid;
    align-items: center;
}

.narrow_col{
    /*max-width: 40px;
    min-width: 40px;*/
    /*text-align: center;*/
    border-left: none;
    /*border-bottom: none;*/
}

.comment_col{
    flex: 1 0 auto;
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.header_line_comment{
    border-bottom: var(--basic-border-thickness) solid var(--basic-border-color);
    margin-top: var(--basic-border-thickness-minus);
    flex-wrap: wrap;
}
.comment_text{
    max-height: 110px;
    min-height: 25px;
    margin-bottom: 20px;
    border-radius: 0 0 3px 3px;
    border: var(--basic-border-thickness) solid var(--basic-border-color);
}

    .line_type_0{
        border-top: var(--basic-border-thickness) solid var(--basic-border-color);
        border-right: var(--basic-border-thickness) solid var(--basic-border-color);
    }
    .line_type_1{
        border-right: var(--basic-border-thickness) solid var(--basic-border-color);
        font-weight: 700;
        /*font-size: 1.1rem;*/
        /*font-family: 'Titillium Web';*/
        font-family: 'century gothic';
    }
    .line_type_3{
        border-right: var(--basic-border-thickness) solid var(--basic-border-color);
        font-weight: 700;
        font-family: 'century gothic';
        font-size: 14px;
        line-height: 2;
        text-align: center;
    }
    .line_type_8{
        /*border-top: var(--basic-border-thickness) solid var(--basic-border-color);*/
        font-weight: 700;
        /*font-size: 1.1rem;*/
        /*font-family: 'Titillium Web';*/
        font-family: 'century gothic';
    }
    textarea + .basic_row {
        border-top: var(--basic-border-thickness) solid var(--basic-border-color);
    }.pic_row + .basic_row {
        border-top: var(--basic-border-thickness) solid var(--basic-border-color);
    }

.colored_row{
    background-color: #acb8c9; /*#607d8b8f;*/
    min-height: 1.8rem;
    /*max-height: 1.8rem;*/
    /*border-right: var(--basic-border-thickness) solid var(--basic-border-color);*/
}
.margin_top{
     margin-top: 20px;
     border-top: var(--basic-border-thickness) solid var(--basic-border-color) !important; 
}

    .pic_slot{
        display: grid;
        grid-template-rows: auto auto;

        min-height: 230px;
        /*width: 49%;*/
        /*max-width: 45%;*/
        padding-left: 0px;
        margin-top: 20px;

        border: var(--basic-border-thickness) solid var(--basic-border-color);
        border-bottom: none;

        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        background-size: cover; /*100% auto;*/
        background-position: center;

        page-break-inside: avoid; /* Prevents splitting within a div */
        break-inside: avoid; /* For newer browsers */
    }
    .pic_slot_left{ margin-right: 20px; }
    .pic_slot_right{}

    .measure_slot_left{
        margin-right: 20px;
        flex-basis: 60%;
        justify-content: flex-start;
        min-height: 140px;
        border: none;
    }
    .measure_slot_right{
        flex-basis: 35%;
    }

    .upload_input{
        opacity: 0;
        display: none;
    }
    .upload_label{
        margin: auto;
        margin-bottom: 0px;
        padding: 0.5rem;
        background: #d6d6d6;
        border-radius: 3px 3px 0 0;
        cursor: pointer;
    }

    .small_colored_row{
        background-color: #d5dce3; /*#607d8b42;*/
    }
    

    .test1{
        max-width: 1.8rem;
        min-width: 1.8rem;
        min-height: 1.8rem;
        max-height: 1.8rem;
        border-radius: 0px;
        /*margin-right: -1px;*/

        border: var(--basic-border-thickness) solid var(--basic-border-color);
        border-left: none;
        /*border-bottom: none;*/
        border-top: none;

        display: grid;
        align-items: center;
        justify-content: center;        
    }
    /*.test1:first-child, */

    .test1:last-child{
        border-left: var(--basic-border-thickness) solid var(--basic-border-color);
    }
    input{
        min-height: 1.6rem;
        max-height: 1.6rem; 
        padding-left: 0.5rem       
    }
    select{
        display: flex;
    }
    textarea{

    }

    

    .no_wrap{
        flex-wrap: nowrap;
    }

    .unit1{
        display: flex;
    }
    

    .hide_unit{
        display: none;
    }
    .unit_all{
        margin-left: 20px;
    }
    .sub_item{
        padding-left: 30px;
    }
    .unit_checked{
        background-color: #333e4f; /*#607d8bc4;*/
        color: #ffffffbf;
    }
    .highlighted_cell{
        background-color: var(--hover-cell-background-color) !important;
    }
    .highlighted_cell_border{
        background-color: var(--hover-cell-background-color_2) !important;
    }

    .unit_all_checked{
        background-color: white;
    }

    .intermediate_header{
        font-family: 'Titillium Web';
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 12px;
    }
    .header_line{
        position:fixed; 
        min-height: 50px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        align-content: space-around;
        justify-content: space-around;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .bottom_line{
        position:fixed; 
        bottom: 0px;
        /*min-height: 50px;*/
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding-left: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .blank_space{
        padding-top: 92px;
    }
    #engine_details{
        /*justify-content: center;*/
        padding-bottom: 2px;    
    }
    #user_details{
        /*align-items: flex-end;*/
        padding-bottom: 2px;  
    }
    #measurements > .line_type_1{}

    .no_margin_input{
        margin-bottom: 0px;
        border: var(--basic-border-thickness) solid var(--basic-border-color);
        border-radius: 0 0 0 0;
        border-left: none;
        border-top: none;
        background-color: transparent;
        text-align: end;
        min-width: 30px;
        max-width: 35px;
    }
    .number_col{
        text-align: center;
    }
    .measurement_tab{
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        margin-top: 0px;
        border: none;
        min-height: 0px;
        justify-content: flex-start;
    }
    .measurement_tab > img{ 
        margin-top: 20px;
    }
    .limit_values{
        background-color: var(--limit-cell-background-color) !important;
    }
.wording_alt{
    display: none;
}
    
   