
/*  Revisió 10/05/2024 */


@media screen and (max-width: 430px) {

    body {
        width: 100%;
        height: 100%;
        margin: 0px;
        font-family: calibri;
        font-size: 14px;
    }

/*  Finestra General 
    RFB: 240510
    */

    .security_Window{
        position:absolute;
        width: calc(100% - 0px);
        top: 0px;
        left: 0px;
        height: calc(100% - 0px);
        border: 0px solid #003366;
        display:block;
    }

/*      TOP Bar */
        .security_Top{
            position:absolute;
            width: 100%;
            top: 0px;
            height: 40px;
            border-bottom: 2px solid #FFFFFF;
            background-color: #000000;
            display:block;
        } 
            .top_Login {
                position:absolute;
                right: 10px;
                bottom: 5px;
                color: #FFFFFF;
                text-align: right;
                font-size: 12px;
                width: calc(100% - 10px);
                cursor: pointer
            }
            .top_Login:hover {
                font-size: 15px;
                font-weight: bold;
            }
            .mobil_Logo {
                display: block;
            }
                .security_Logo {
                    position:absolute;
                    left: calc(50% - 50px);
                    top: 10px;
                    width: 100px;
                    min-height:70px;
                    border: 1px solid #FFFFFF;
                    border-radius: 10px;
                    background-color: #003366;
                    text-align: center;
                    z-index:100;
                    }
                    .securitylogo_Image {
                        position:absolute;
                        margin: 0px;
                        width: calc(100% - 0px);
                        height: calc(100% - 0px);
                        text-align:center;
                        display:table;
                    }
                        .securitylogo_ImageIMG {
                            height: auto;
                            width:auto;
                            border-radius: 10px;
                            display:table-cell;
                            overflow:hidden;
                            }
                            .securitylogo_Logo {
                                width: 100%;
                                }
    
/*      IMATGE */
        .security_Photo{
            position:absolute;
            left: 0px;
            top: 40px;
            width: 100%;
            height: calc(100% - 100px);
            overflow:hidden;
            display:block;
        }
            .security_ImagePhoto {
                position: absolute;
                left: 0px;
                text-align: right;
                height: 100%;
            }
            .security_Politiques {
                display: none;
            }

/*      BOTTOM Bar */
        .security_Bottom{
            position:absolute;
            width: 100%;
            bottom: 0px;
            height: 70px;
            border-top: 0px solid #FFFFFF;
            background-color: #000000;
            text-align: center;
            display:block;
        } 
            .security_Power {
                position: absolute;
                left: calc(50% - 60px);
                top: 10px;
                height: auto; 
                padding: 2px 0px;
                width: 122px;
                border: 1px solid #FFFFFF;
                background-color: #999999;
                font-size: 10px;
                border-radius: 8px;
                text-align: center;
                cursor: pointer;
            }
                .security_PowerLink {
                    position:relative;
                    width: 100%;
                    height: 100%;
                    color: #333333;
                    background-color: #999999;
                    text-decoration: none;
                    border-radius: 8px;
                    display:table;
                }
                .security_PowerLink:hover {
                    background-color: #333333;
                    color: #999999;
                }
                    .security_PowerLogo{
                        display:table-cell;
                    }

/*  Finestra de login. Ha d'estar oculta des del prinicipi
    RFB: 240510
    */
    .security_login {
        position:absolute;
        top: 100px;
        right: 30px;
        width: calc(100% - 60px);
        height: calc(100% - 40px - 70px - 110px);
        background-color: #333333;
        overflow: hidden;
        border-radius: 20px;
        display:none;
        }

/*      Formulari de registre dons del login
        RFB: 240510
        */
        .security_Formulari {
            position:absolute;
            width: calc(100% - 40px);
            height: calc(100% - 40px);
            margin: 19px;
            border: 1px solid #FFFFFF;
            border-radius: 10px;
            text-align: center;
            font-family: Consolas;
            font-size: 14px;
            color: #999999;
            background-color: #333333;
            display:block;
            overflow: hidden;
            z-index: 100;
            }

            .security_Titol {
                position:relative;
                left: 0px;;
                width: 100%;
                padding-top: 10px;
                height: 40px;
                border: 0px solid #000000;
                text-align: center;
                font-family: Consolas;
                font-size: 30px;
                color: #666666;
                font-weight: bolder;
                }
            .security_Missatge {
                position:relative;
                left: 0px;;
                width: 100%;
                height: 40px;
                border: 0px solid #000000;
                text-align: center;
                font-family: Consolas;
                font-size: 14px;
                color: #666666;
                font-weight: normal;
                }





/*      Menu de Login i accessos directes 
        RFB: 240510
        */
        .security_Menu {
            position:absolute;
            width: calc(100% - 40px);
            height: calc(100% - 300px - 40px);
            margin: 19px;
            border: 1px solid #FFFFFF;
            border-radius: 10px;
            text-align: center;
            font-family: Consolas;
            font-size: 14px;
            color: #999999;
            background-color: #333333;
            display:block;
            overflow: hidden;
            z-index: 0;
            }
            .menu_Titol {
                position:absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                padding-top: 3px;
                height: calc(25px - 3px);
                border: 0px solid #000000;
                text-align: center;
                font-family: Consolas;
                font-size: 15px;
                color: #443333;
                background-color: #887777;
                font-weight: bolder;
                text-transform: uppercase;
                overflow: hidden;
                }

            .menu_Frame {
                position:absolute;
                left: 0px;
                top: 25px;
                width: 100%;
                height: calc(100% - 25px);
                border: 0px solid #000000;
                overflow: auto;
                }

/*  Espai per als missatges informatius i enllaços 
    RFB: 10/05/24
    */

    .security_Informacio{
        position: absolute;
        left: 10px;
        bottom: 80px;
        width: 50%;
        display: block;
        padding: 10px;
        background-color: #DDDDDD;
        border: 1px solid #666666;
        opacity: 0.85;
        text-align: left;
        font-family:Verdana;
        font-size: 14px;
    }
        .informacio_Titol {
            position:relative;
            width: calc(100% - 5px);
            display:block;
            font-weight: bold;
            background-color: #333333;
            color: #FFFFFF;
            padding-left: 5px;
            font-size: 18px;
            text-transform: uppercase;
        }
        .informacio_Descripcio {
            position:relative;
            width: 100%;
            display:block;
            font-size: 12px;
        }
        .informacio_Link {
            position:relative;
            width: calc(100% - 2px);
            display:block;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            margin-top: 10px;
            background-color: #999999;
            padding: 5px 2px;
            font-family: Arial;
            border: 1px solid #000000;
            opacity: 1;
            cursor: pointer;
        }
        .informacio_Link:hover {
            background-color: #333333;
            color: #FFFFFF;
        }


            


        .logged_Logo {
            position:absolute;
            top: 0px;
            width: 100%;
            height: 150px;
            text-align: center;
            }
            .logo_Image {
                height: 100%;
                }
         .logged_Titol {
            font-family: 'Poppins';
            font-size: 20px;
            color: #555555;
            position: absolute;
            top: 150px;
            font-weight: bolder;
            width: 100%;
            height: 100px;
            text-align: center;
            }
         .logged_Missatge {
            font-family: 'Poppins';
            font-size: 14px;
            color: #555555;
            position: absolute;
            top: 250px;
            font-weight: normal;
            width: 100%;
            height: 50px;
            text-align: center;
            }
         .logged_Desktop {
            font-family: 'Poppins';
            font-size: 14px;
            color: #555555;
            position: absolute;
            bottom: 0px;
            font-weight: normal;
            width: calc(100% - 2px);
            border: 1px solid #3B3D41;
            height: calc(100% - 300px);
            background-color: #FFFFFF;
	    	-moz-border-radius: 25px; 
		    -webkit-border-radius: 25px; 
    		border-radius: 25px;  
            text-align: center;
            overflow: hidden;
            }

/*      Menu de Login i accessos directes */

        .security_Menu {
            position:absolute;
            width: calc(100% - 40px);
            height: calc(100% - 300px - 40px);
            margin: 19px;
            border: 1px solid #FFFFFF;
            border-radius: 10px;
            text-align: center;
            font-family: Consolas;
            font-size: 14px;
            color: #999999;
            background-color: #333333;
            display:block;
            overflow: hidden;
            z-index: 0;
            }
            .menu_Titol {
                position:absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                padding-top: 3px;
                height: calc(25px - 3px);
                border: 0px solid #000000;
                text-align: center;
                font-family: Consolas;
                font-size: 15px;
                color: #443333;
                background-color: #887777;
                font-weight: bolder;
                text-transform: uppercase;
                overflow: hidden;
                }

            .menu_Frame {
                position:absolute;
                left: 0px;
                top: 25px;
                width: 100%;
                height: calc(100% - 25px);
                border: 0px solid #000000;
                overflow: auto;
                }


        .logged_Logo {
            position:absolute;
            top: 0px;
            width: 100%;
            height: 150px;
            text-align: center;
        }
        .logo_Image {
            height: 100%;
            }
        .logged_Titol {
            font-family: 'Poppins';
            font-size: 20px;
            color: #555555;
            position: absolute;
            top: 150px;
            font-weight: bolder;
            width: 100%;
            height: 100px;
            text-align: center;
        }
        .logged_Missatge {
            font-family: 'Poppins';
            font-size: 14px;
            color: #555555;
            position: absolute;
            top: 250px;
            font-weight: normal;
            width: 100%;
            height: 50px;
            text-align: center;
        }
        .logged_Desktop {
            font-family: 'Poppins';
            font-size: 14px;
            color: #555555;
            position: absolute;
            bottom: 0px;
            font-weight: normal;
            width: calc(100% - 2px);
            border: 1px solid #3B3D41;
            height: calc(100% - 300px);
            background-color: #FFFFFF;
            -moz-border-radius: 25px; 
            -webkit-border-radius: 25px; 
            border-radius: 25px;  
            text-align: center;
            overflow: hidden;
        }
                    
    }  
    
    


    
    @media screen and (max-height: 430px) {
        }