/* 
the following elements are FULLY controlled by js after initial load:
    .centerhidden

    .menuopen_gt1200
    .menuclose_gt1200

    .menuopen_lt1200
    .menuopen_gt1200

the following elements are PARTIALLY controlled by js after initial load:
    .left

    .manualsleft_navbar
    .manualsright_iframe
*/


/* Makes the way the boxes are sized more intuitive */
* {box-sizing:border-box}

/* Insert Sofia Sans Font */
@font-face {
    font-family: 'Sofia Sans';
    src: url('../autoindex/swag%20aviation%20-%20files/general//fonts/Sofia_Sans_Condensed/SofiaSansCondensed-VariableFont_wght.ttf') format('truetype');
}

/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
████████████████████████████████████████████████████████████            BODY & MAIN           ████████████████████████████████████████████████████████████
████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
    body {
        overflow-y: scroll;

        font-weight: bold;
    
        background-image: url(../autoindex/swag%20aviation%20-%20files/general/background/Lynx-medium.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    
        text-align: center;
        justify-content: center;
    
        font-family:'Sofia Sans', Times New Roman;
    }

    .Main{
        position: absolute;
        top: 0px;
        left: 250px;

        margin: 15px;
        border-radius: 25px;

        height: auto;
        
        /* I do not know why, I do not know how but for some reason without this .main does not span the whole page if the screen width is high enough */
        /* width = 100% - 2 * margin .main */
        width: 100%;
        max-width: calc(100% - 250px - 2 * 20px);
        
        padding: 15px;

        background-color: #D6C5C9a4;
    }

    .MainFlex{
        display: flex;
        flex-direction: row;
    }


/*████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
████████████████████████████████████████████████████████████         LEFT SIDE CONTENT        ████████████████████████████████████████████████████████████
████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████*/
    .LeftHidden{
        flex: 100%;
        max-width: 100%;
        height: auto;
    }

    .LeftVisible{
    border-radius: 25px;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    width: 98%;
    padding: 1.5%;
    background-color: #ebd9dd44;
    }

    .LeftTop{
        height: auto;
        width: 100%;
        max-width: 100%;
        border-style: solid;
        border-radius: 25px;
        padding: 25px;
        margin-bottom: 10px;
        background-color: #E2C4D8c2;
        font-size: 175%;
        text-align: center;
    }

    .LeftContainer{
        flex-direction: column;
        flex-wrap: nowrap;

        height: auto;
        width: 100%;
        max-width: 100%;
        border-style: solid;
        border-radius: 25px;
        margin-bottom: 10px;
        background-color: #E2C4D8c2;
        text-align: left;
    }



    

    .manuals_0,
    .manuals_1,
    .manuals_2,
    .manuals_3,
    .manuals_4{
        height: auto;
        width: 100%;
        max-width: 100%;
        border-style: solid;
        border-radius: 25px;
        padding: 15px;
        margin-bottom: 10px;
        text-align: left;
        background-color: #E2C4D8c2;
        text-align: center;
        }
        .middle_top{
            font-size: 250%;
    }



    .manuals_flex{
        height: 100%;
        width: 100%;

        background-color: #4b4b4b;
        border-radius: 25px;

        display: flex;
        flex-flow: row;
        flex: 0 1 auto;
    }
    

    .manualsleft_open_0,
    .manualsleft_open_1,
    .manualsleft_open_2,
    .manualsleft_open_3,
    .manualsleft_open_4{
        flex: 1 1 auto;
            /* 
            The above is shorthand for:
            flex-grow: 1,
            flex-shrink: 1,
            flex-basis: auto
            */
        width: 5%;
        height: 97%;

        background-color: #001eff00;

        border-radius: 25px;

        text-align: center;

        display: none;
        }
        .manualsleft_open_0:hover,
        .manualsleft_open_1:hover,
        .manualsleft_open_2:hover,
        .manualsleft_open_3:hover,
        .manualsleft_open_4:hover{
            background-color: #626262;
    }

    button.manualsleftbutton_open_0,
    button.manualsleftbutton_open_1,
    button.manualsleftbutton_open_2,
    button.manualsleftbutton_open_3,
    button.manualsleftbutton_open_4{
        font-family:'Sofia Sans', Times New Roman;
        border-style: none;
        font-size: 400%;
        font-weight: bold;
        color: white;
        cursor: pointer;
        background-color: #001eff00;

        text-align: center;
    
        width: 100%;
        height: 100%;
    }
    button.manualsleftbutton_open_0:hover,
    button.manualsleftbutton_open_1:hover,
    button.manualsleftbutton_open_2:hover,
    button.manualsleftbutton_open_3:hover,
    button.manualsleftbutton_open_4:hover{
        color: #7ACBF5;
    }


    /* initial load -> js */
    .manualsleft_navbar_0,
    .manualsleft_navbar_1,
    .manualsleft_navbar_2,
    .manualsleft_navbar_3,
    .manualsleft_navbar_4{
        flex: 1 1 auto;
            /* 
            The above is shorthand for:
            flex-grow: 1,
            flex-shrink: 1,
            flex-basis: auto
            */
        width: 25%;
        height: 97%;

        padding-left: 1.5%;
        padding-top: 1.5%;
        padding-bottom: 10px;
        padding-right: 0px; 

        background-color: #001eff00;

        text-align: center;

        font-size: 225%;
    }


    .manualsleft_controls{
        height: 50px;

        background-color: #626262;
        width: 100%;

        /* top left, top right, bottom right, bottom left */
        border-radius: 25px 25px 0px 0px;

        display: flex;
        flex-direction: row;
        }

        button.autoindex_menu_backward,
        button.autoindex_menu_home_gt1200,
        button.autoindex_menu_home_lt1200,
        button.autoindex_menu_forward{
            font-family:'Sofia Sans', Times New Roman;
            color: white;
            background-color: #04aa6d00;
            font-size: 100%; 
            border-style: none;
            border-radius: 15px;
            text-decoration: none;
            font-weight: bolder;
            width: 33%;
        }

        button.autoindex_menu_home_gt1200{
            padding-top: 10px;
            width: 34%;
        }

        button.autoindex_menu_home_lt1200{
            display: none;
        }

        button.autoindex_menu_backward{
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }  

        button.autoindex_menu_forward:hover,
        button.autoindex_menu_backward:hover,
        button.autoindex_menu_home_gt1200:hover,
        button.autoindex_menu_home_lt1200:hover{
            background-color: #7ACBF5;
            color: white;
    }


    .manualsleft_menu_0,
    .manualsleft_menu_1,
    .manualsleft_menu_2,
    .manualsleft_menu_3,
    .manualsleft_menu_4,
    .manualsleft_options_0,
    .manualsleft_options_1,
    .manualsleft_options_2,
    .manualsleft_options_3,
    .manualsleft_options_4{
        height: 655px;
        width: 100%;

        padding-right: 5px;

        background-color: #626262;

        overflow-y: scroll;
        overflow-x: hidden;

        display: block;

        /* top left, top right, bottom right, bottom left */
        border-radius: 0px 0px 5px 5px;
        }
        .manualsleft_options_0,
        .manualsleft_options_1,
        .manualsleft_options_2,
        .manualsleft_options_3,
        .manualsleft_options_4{
            display: none;
        }

        .iframezoom,
        .iframeheight{
            display: block;
            
        }

        .iframezoom_mobile{
            display: none;
        }



        a.autoindex_menu_link{
            color: white;
            font-size: 100%; 
            text-decoration: none;
            font-weight: bold;
        }
        a.autoindex_menu_link:hover{
            color: #7ACBF5;
        }


        button.iframe_menu_options{
            font-family:'Sofia Sans', Times New Roman;
            color: white;
            background-color: #04aa6d00;
            font-size: 100%; 
            border-style: none;
            border-radius: 15px;
            font-weight: bold;
        }
        button.iframe_menu_options:hover{
            color: #7ACBF5;
            cursor: pointer;
        }
        #iframe_menu_options_standard{
            color: #7ACBF5;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        #iframe_menu_options_standard:hover{
            color: #EAACB8;
    }


    .collapsiblemanuals {
        font-family:'Sofia Sans', Times New Roman; 
        font-size: 75%;
        color: white;
        text-align: center;
        margin: 5px;
        border-radius: 25px;
      
        background-color: #A5A5A5;
        cursor: pointer;
        padding: 18px;
        width: 98%;
        border: none;
        text-align: left;
        }

        .collapsiblemanuals:after {
          content: '\2228';
          color: white;
          float: right;
          margin-left: 5px;
        }
      
        .activemanuals:after {
          content: "\2227";
        }
      
        .contentmanuals {
          font-family:'Sofia Sans', Times New Roman;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.2s ease-out;
          background-color: #c3ff0000;
          border: none;
          font-size: 70%;
    }


    .manualsleft_selector{
        height: 65px;

        width: 100%;

        background-color: rgba(131, 255, 8, 0);

        overflow: hidden;

        font-size: 70%;

        display: flex;
        flex-direction: row;
        }


        .manualsleft_selector_flex{
            flex: 85%;
            max-width: 85%;

            display: flex;
            flex-direction: row;
        }


        .manualsleft_selector_close_0,
        .manualsleft_selector_close_1,
        .manualsleft_selector_close_2,
        .manualsleft_selector_close_3,
        .manualsleft_selector_close_4,
        .manualsleft_selector_left_0,
        .manualsleft_selector_left_1,
        .manualsleft_selector_left_2,
        .manualsleft_selector_left_3,
        .manualsleft_selector_left_4,
        .manualsleft_selector_right_0,
        .manualsleft_selector_right_1,
        .manualsleft_selector_right_2,
        .manualsleft_selector_right_3,
        .manualsleft_selector_right_4{
            flex: 50%;
            width: 50%;
            background-color: #626262;

            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .manualsleft_selector_close_0,
        .manualsleft_selector_close_1,
        .manualsleft_selector_close_2,
        .manualsleft_selector_close_3,
        .manualsleft_selector_close_4{
            flex: 15%;
            max-width: 15%;

            font-size: 175%;

            /* top left, top right, bottom right, bottom left */
            border-radius: 5px 0px 10px 10px;
        }
        .manualsleft_selector_left_0,
        .manualsleft_selector_left_1,
        .manualsleft_selector_left_2,
        .manualsleft_selector_left_3,
        .manualsleft_selector_left_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 0px 10px 10px;
        }
        .manualsleft_selector_right_0,
        .manualsleft_selector_right_1,
        .manualsleft_selector_right_2,
        .manualsleft_selector_right_3,
        .manualsleft_selector_right_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 5px 10px 10px;
        }
        .manualsleft_selector_close_0,
        .manualsleft_selector_close_1,
        .manualsleft_selector_close_2,
        .manualsleft_selector_close_3,
        .manualsleft_selector_close_4,
        .manualsleft_selector_right_0,
        .manualsleft_selector_right_1,
        .manualsleft_selector_right_2,
        .manualsleft_selector_right_3,
        .manualsleft_selector_right_4{
            background-color: #62626200;
        }
        .manualsleft_selector_close_0:hover,
        .manualsleft_selector_close_1:hover,
        .manualsleft_selector_close_2:hover,
        .manualsleft_selector_close_3:hover,
        .manualsleft_selector_close_4:hover,
        .manualsleft_selector_left_0:hover,
        .manualsleft_selector_left_1:hover,
        .manualsleft_selector_left_2:hover,
        .manualsleft_selector_left_3:hover,
        .manualsleft_selector_left_4:hover,
        .manualsleft_selector_right_0:hover,
        .manualsleft_selector_right_1:hover,
        .manualsleft_selector_right_2:hover,
        .manualsleft_selector_right_3:hover,
        .manualsleft_selector_right_4:hover{
            background-color: #626262;
        }

        button.selectorbutton_close_0,
        button.selectorbutton_close_1,
        button.selectorbutton_close_2,
        button.selectorbutton_close_3,
        button.selectorbutton_close_4,
        button.selectorbutton_left_0,
        button.selectorbutton_left_1,
        button.selectorbutton_left_2,
        button.selectorbutton_left_3,
        button.selectorbutton_left_4,
        button.selectorbutton_right_0,
        button.selectorbutton_right_1,
        button.selectorbutton_right_2,
        button.selectorbutton_right_3,
        button.selectorbutton_right_4{
        font-family:'Sofia Sans', Times New Roman;
        border-style: none;
        font-size: 100%;
        font-weight: bold;
        color: white;
        cursor: pointer;
        background-color: #001eff00;

        width: 100%;
        height: 100%;
        }
        button.selectorbutton_close_0:hover,
        button.selectorbutton_close_1:hover,
        button.selectorbutton_close_2:hover,
        button.selectorbutton_close_3:hover,
        button.selectorbutton_close_4:hover,
        button.selectorbutton_left_0:hover,        
        button.selectorbutton_left_1:hover,
        button.selectorbutton_left_2:hover,
        button.selectorbutton_left_3:hover,
        button.selectorbutton_left_4:hover,
        button.selectorbutton_right_0:hover,
        button.selectorbutton_right_1:hover,
        button.selectorbutton_right_2:hover,
        button.selectorbutton_right_3:hover,
        button.selectorbutton_right_4:hover{
        color: #7ACBF5;
    }


    #manualsleft_menu_0::-webkit-scrollbar,
    #manualsleft_menu_1::-webkit-scrollbar, 
    #manualsleft_menu_2::-webkit-scrollbar, 
    #manualsleft_menu_3::-webkit-scrollbar, 
    #manualsleft_menu_4::-webkit-scrollbar,  
    #manualsleft_options_0::-webkit-scrollbar,
    #manualsleft_options_1::-webkit-scrollbar,
    #manualsleft_options_2::-webkit-scrollbar,
    #manualsleft_options_3::-webkit-scrollbar,
    #manualsleft_options_4::-webkit-scrollbar{
        width: 12px;
    }
    #manualsleft_menu_0::-webkit-scrollbar-track,
    #manualsleft_menu_1::-webkit-scrollbar-track,
    #manualsleft_menu_2::-webkit-scrollbar-track,
    #manualsleft_menu_3::-webkit-scrollbar-track,
    #manualsleft_menu_4::-webkit-scrollbar-track,
    #manualsleft_options_0::-webkit-scrollbar-track,
    #manualsleft_options_1::-webkit-scrollbar-track,
    #manualsleft_options_2::-webkit-scrollbar-track,
    #manualsleft_options_3::-webkit-scrollbar-track,
    #manualsleft_options_4::-webkit-scrollbar-track{
        border-radius: 8px;
        background-color: #a5a5a53b;
    }
    #manualsleft_menu_0::-webkit-scrollbar-thumb, 
    #manualsleft_menu_1::-webkit-scrollbar-thumb, 
    #manualsleft_menu_2::-webkit-scrollbar-thumb, 
    #manualsleft_menu_3::-webkit-scrollbar-thumb, 
    #manualsleft_menu_4::-webkit-scrollbar-thumb, 
    #manualsleft_options_0::-webkit-scrollbar-thumb,
    #manualsleft_options_1::-webkit-scrollbar-thumb,
    #manualsleft_options_2::-webkit-scrollbar-thumb,
    #manualsleft_options_3::-webkit-scrollbar-thumb,
    #manualsleft_options_4::-webkit-scrollbar-thumb{
        border-radius: 8px;
        background-color: #D2D2D23b;
    }



    /* initial load -> js */
    .manualsright_iframe_0,
    .manualsright_iframe_1,
    .manualsright_iframe_2,
    .manualsright_iframe_3,
    .manualsright_iframe_4{
        flex: 1 1 auto;
            /* 
            The above is shorthand for:
            flex-grow: 1,
            flex-shrink: 1,
            flex-basis: auto
            */
        width: 75%;
        background-color: #c3ff0000;
    }
    iframe.iframestyle_0,
    iframe.iframestyle_1,
    iframe.iframestyle_2,
    iframe.iframestyle_3,
    iframe.iframestyle_4{
            width: 97%;
            height: 95%;
            background-color: #ebd9dd;

            zoom: 1.1;

            margin-top: 1.5%;
            margin-bottom: 1.5%;
            margin-right: 2%;
            margin-left: 1%;

            border-radius: 15px;

            border: none;
}
/*
iframe.iframestyle_3{
    zoom: 0.8;
}
iframe.iframestyle_3{
    zoom: 0.675;
}
*/



.right{
    flex: 25%;
    max-width: 25%;
    height: 100%; 
    background-color: #ebd9dd44;;
    padding: 10px;
    border-radius: 35px;
    }

    .rightcolumn{
        width: 100%;
        padding: 10px;
        border-radius: 35px;
        background-color: #D6C5C9a4;
    
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        }
        span.rightcolumnnotice{
            font-size: 300%;
            text-align: center;
            margin: 10px;
            width: 100%;
            max-width: 100%;
        }
        .rightcolumn1, .rightcolumn2, .rightcolumn3{
            flex: 100%;
            max-width: 100%;
    }
    
    
    a.rightlinks:link {color:rgb(0, 0, 0); text-decoration: none;}
    a.rightlinks:visited {color:rgb(0, 0, 0); text-decoration: none;}
    a.rightlinks:hover {color: #EBD9DD; text-decoration: none;}
    
    .amc{
        border-radius: 25px;
        width: 100%;
        height: auto;
        padding-top: 10px;
        background-color: rgb(77, 141, 179);
        margin-bottom: 15px;
        border-style: solid;    
        }
        img.amc66{
            max-width: 95%;
            border-radius: 25px;
            border-style: solid; 
            border-color: black;
    }
    
    
    .onedrive{
        border-radius: 25px;
        width: 100%;
        height: auto;
        background-color: #448cd0;
        margin-bottom: 15px;
        border-style: solid;    
        }
        img.onedriveqr{
            max-width: 75%;
            border-radius: 25px;
            border-style: solid; 
            border-color: black;
            margin-bottom: 10px;
    }
    
    .nextcloudquick{
        flex: 100%;
        max-width: 100%;
        border-radius: 25px;
        height: auto;
        padding: 5px;
        background-color: #BF678B;
        margin-bottom: 15px;
        border-style: solid;
    }

    .registration,
    .quickfile{
        flex: 100%;
        max-width: 100%;
        border-radius: 25px;
        height: auto;
        padding: 5px;
        background-color: #B598CC;
        margin-bottom: 15px;
        border-style: solid;
    }


iframe.bottominfo{
    border-radius: 25px;
    border-style: none;
    margin-top: 1%;
    width: 100%;
    height: auto;   
    padding: 5px; 
    background-color: rgba(255, 255, 255, 0.63);
}



/* > 1080P */
@media (min-width: 2200px){
    .Main{
        font-size: 115%;
    }

    .menu {
        font-size: 115%;
    }

    .manualsleft_controls{
        height: 60px;
    }

    /* initial load -> js */
    .menuclose_gt1200{
    left: 17.25%;
    }

    .menuclose_gt1200 button,
    .menuopen_gt1200 button{
        font-size: 250%; 
    }
}

/* < 1080P */
@media (max-width: 1200px){
    .mainflex{
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    /* initial load -> js */
    .left{
        flex: 25%;
        max-width: 25%;
    }
 
    /* initial load -> js */
    .centerhidden{
        flex: 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .manualsleft_controls{
        height: 100px;
        flex-wrap: wrap;
        }

        button.autoindex_menu_backward,
        button.autoindex_menu_forward{
            width: 50%;
        }

        button.autoindex_menu_home_gt1200{
            display: none;
        }

        button.autoindex_menu_home_lt1200{
            display: block;
            width: 100%;
            padding-top: 10px;
        }

        .manualsleft_menu_0,
        .manualsleft_menu_1,
        .manualsleft_menu_2,
        .manualsleft_menu_3,
        .manualsleft_menu_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 0px 0px 5px;

            height: 400px;
        }
        .manualsleft_options_0,
        .manualsleft_options_1,
        .manualsleft_options_2,
        .manualsleft_options_3,
        .manualsleft_options_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 0px 5px 5px;
            
            height: 400px;
        }

        #iframezoom,
        #iframeheight_lt1200{
            display: block;
        }

        #iframeheight_gt1200{
            display: none;
        }


        .manualsleft_selector{
            display: flex;
            flex-direction: row;
            height: 105px;
            }
    
            .manualsleft_selector_close_0,
            .manualsleft_selector_close_1,
            .manualsleft_selector_close_2,
            .manualsleft_selector_close_3,
            .manualsleft_selector_close_4{
                flex: 15%;
                max-width: 15%;

                /* top left, top right, bottom right, bottom left */
                border-radius: 10px 0px 10px 10px;
            }
    
            .manualsleft_selector_flex{
                flex: 85%;
                max-width: 85%;
    
                display: flex;
                flex-direction: column;
            }
    
            .manualsleft_selector_left_0,
            .manualsleft_selector_left_1,
            .manualsleft_selector_left_2,
            .manualsleft_selector_left_3,
            .manualsleft_selector_left_4,
            .manualsleft_selector_right_0,
            .manualsleft_selector_right_1,
            .manualsleft_selector_right_2,
            .manualsleft_selector_right_3,
            .manualsleft_selector_right_4{
                flex: 100%;
                width: 100%;
            }

            .manualsleft_selector_left_0,
            .manualsleft_selector_left_1,
            .manualsleft_selector_left_2,
            .manualsleft_selector_left_3,
            .manualsleft_selector_left_4{
                /* top left, top right, bottom right, bottom left */
                border-radius: 0px 0px 10px 10px;
            }
            .manualsleft_selector_right_0,
            .manualsleft_selector_right_1,
            .manualsleft_selector_right_2,
            .manualsleft_selector_right_3,
            .manualsleft_selector_right_4{
                /* top left, top right, bottom right, bottom left */
                border-radius: 10px 10px 10px 10px;
            }

        /* initial load -> js */
        .menuclose_gt1200,
        .menuopen_gt1200,
        .menuclose_lt1200{  
            display: none; 
        }

        /* initial load -> js */
        .menuopen_lt1200{
        display: block;
    }

    .right{
        flex: 100%;
        max-width: 100%;
    
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        }
        
        .rightcolumn1, .rightcolumn2, .rightcolumn3{
            flex: 49%;
            max-width: 49%;
            height: 100%;
            margin-right: 0.5%;
            margin-left: 0.5%;
    }
}

@media (max-width: 900px){
    .Main{
        font-size: 85%;
    }
}

@media (max-width: 800px){
    .main{
        margin: 5px;
        width: calc(100% - 2 * 5px);

        padding: 5px;
        
        top: 55px;
        }
        .mainflex{
            display: flex;
            flex-direction: row;
    }

    .right{
        flex: 100%;
        max-width: 100%;
    }
}

/* start mobile display */
@media (max-width: 768px){
    .main{
        margin: 10px;
        width: calc(100% - 2 * 10px);

        padding: 10px;
        
        top: 55px;
    }


    /* initial load -> js */
    .left{
        display: none;
    }

    /*
    .manuals_0,
    .manuals_1
    */
    .manuals_2,
    .manuals_3,
    .manuals_4{
        display: none;
    }

    /* initial load -> js */
    .menuclose_gt1200,
    .menuopen_gt1200,
    .menuclose_lt1200,
    .menuopen_lt1200{  
        display: none; 
    }



    /* initial load -> js */
    .centerhidden{
        max-width: 100%;
        }

        .manuals_flex{
            flex-flow: column;
        }

        /* initial load -> js */
        .manualsleft_navbar_0,
        .manualsleft_navbar_1{
            width: 100%;
            height: auto;

            padding-left: 1.5%;
            padding-top: 1.5%;
            padding-bottom: 1.5%;
            padding-right: 1.5%; 

            font-size: 225%;
        }

        .manualsleft_controls{
            height: 50px;
        }

        button.autoindex_menu_backward,
        button.autoindex_menu_forward{
            width: 33%;
        }

        button.autoindex_menu_home_gt1200{
            display: block;
        }

        button.autoindex_menu_home_lt1200{
            display: none;
        }

        .iframezoom,
        .iframeheight{
            display: none;
        }

        .iframezoom_mobile{
            display: block;
        }

        .manualsleft_menu_0,
        .manualsleft_menu_1,
        .manualsleft_menu_2,
        .manualsleft_menu_3,
        .manualsleft_menu_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 0px 5px 0px;
            
            height: auto;
        }

        .manualsleft_options_0,
        .manualsleft_options_1,
        .manualsleft_options_2,
        .manualsleft_options_3,
        .manualsleft_options_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 0px 0px 10px;

            height: auto;
        }

        .contentmanuals {
          font-size: 80%;
        }

        .iframeheight{
            display: none;
        }

        .manualsleft_selector_close_0,
        .manualsleft_selector_close_1{
            display: none;
        }

        .manualsleft_selector{
            height: 65px;
            width: 100%;
        }

        .manualsleft_selector_flex{
            flex: 100%;
            max-width: 100%;

            display: flex;
            flex-direction: row;
        }

        .manualsleft_selector_left_0,
        .manualsleft_selector_left_1,
        .manualsleft_selector_left_2,
        .manualsleft_selector_left_3,
        .manualsleft_selector_left_4,
        .manualsleft_selector_right_0,
        .manualsleft_selector_right_1,
        .manualsleft_selector_right_2,
        .manualsleft_selector_right_3,
        .manualsleft_selector_right_4{
            /* top left, top right, bottom right, bottom left */
            border-radius: 0px 0px 10px 10px;
        }

        /* initial load -> js */
        .manualsright_iframe_0,
        .manualsright_iframe_1{
            flex: auto;
            width: 100%;
            }

            iframe.iframestyle_0,
            iframe.iframestyle_1{
                height: 600px;
                zoom: 0.9;
    }



    .right{
        display: flex;
        flex-direction: column;
        }
        .rightcolumn1, .rightcolumn2, .rightcolumn3{
            flex: 100%;
            max-width: 100%;
    }
}