
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300');

@media screen and (min-width: 431px) {

    body {
        width: 100%;
        height: 100%;
        margin: 0px;
        font-family: Roboto;
        font-size: 14px;
    }

/*  Revisió 19/02/2024 */

    .security_Window{
        position:absolute;
        width: calc(100% - 0px);
        top: 0px;
        left: 0px;
        height: calc(100% - 0px);
        border: 0px solid #003366;
        display:block;
        }
        .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: 30px;
                bottom: 5px;
                color: #FFFFFF;
                text-align: right;
                font-size: 12px;
                width: 100px;
                cursor: pointer
                }
            .top_Login:hover {
                font-size: 15px;
                font-weight: bold;
                }

        .security_Logo {
            position:absolute;
            left: 20px;
            top: 10px;
            width: 200px; 
            height: auto;
            background-color: #003366;
            border: 1px solid #FFFFFF;
            border-radius: 0px;
            text-align: center;
            overflow:hidden;
            z-index:100;
            }
            .securitylogo_Image {
                position:relative;
                margin: 0px;
                width: calc(100% - 0px);
                height: calc(100% - 0px);
                text-align:center;
                display:table;
            }
                .securitylogo_ImageIMG {
                    height: auto;
                    width:auto;
                    border-radius: 0px;
                    display:table-cell;
                    overflow:hidden;
                    }
                    .securitylogo_Logo {
                        width: 100%;
                        }

    
        .security_Photo{
            position:absolute;
            right: 400px;
            top: 42px;
            width: 100%;
            height: calc(100% - 40px);
            text-align: right;
            overflow: hidden;
            display:block;
            }
            .securityPhoto_Image {
                position:absolute;
                margin: 0px;
                width: calc(100% - 0px);
                text-align:center;
                display:table;
            }
                .security_ImagePhoto {
                    position: relative;
                    text-align: right;
                    height: 100%;
                    }
        .security_Bottom{
            position:absolute;
            width: 100%;
            bottom: 0px;
            height: 60px;
            border-top: 2px solid #FFFFFF;
            background-color: #000000;
            display:block;
            } 
            .security_Power {
                position: absolute;
                top: 5px;
                width: 100px;
                right: 20px;
                height: auto;
                padding: 2px 0px;
                border: 1px solid #FFFFFF;
                background-color: #999999;
                font-size: 10px;
                border-radius: 8px;
                text-align: center;
                }
                .security_PowerLink {
                    position:relative;
                    width: 100%;
                    height: 100%;
                    color: #333333;
                    background-color: #999999;
                    text-decoration: none;
                    text-align:center;
                    border-radius: 8px;
                    display:table;
                    }
                .security_PowerLink:hover {
                    background-color: #333333;
                    color: #999999;
                    text-align:center;
                }
                    .security_PowerLogo{
                        display:table-cell;
                        text-align:center;
                        }


/*  Finestra de login */

    .security_login {
        position:absolute;
        top: 42px;
        right: 0px;
        width: 400px;
        height: calc(100% - 40px - 60px - 4px);
        background-color: #CCCCCC;
        border-left: 2px solid #FFFFFF;
        overflow: hidden;
        display: block;
        }


/* Formulari de registre */

         .security_Formulari {
            position:absolute;
            width: calc(100% - 40px);
            height: calc(100% - 40px);
            margin: 19px;
            text-align: center;
            font-family: Roboto;
            font-size: 14px;
            color: #999999;
            display:block;
            overflow: hidden;
            z-index: 100;
            }

            .security_Titol {
                position:relative;
                left: 0px;;
                width: 100%;
                padding-top: 10px;
                height: 40px;
                text-align: center;
                font-family: Roboto;
                font-size: 30px;
                color: #000000;
                font-weight: bold;
                }
            .security_Missatge {
                position:relative;
                left: 0px;;
                width: 100%;
                height: 40px;
                text-align: center;
                font-family: Roboto;
                font-size: 14px;
                color: #000000;
                font-weight: normal;
                }



/*  Menu de Login i accessos directes */

            .security_Menu {
                position:absolute;
                top: 0px;
                width: calc(100% - 40px);
                height: calc(100% - 0px - 40px);
                margin: 19px;
                border: 1px solid #FFFFFF;
                border-radius: 10px;
                text-align: center;
                font-family: Roboto;
                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: Roboto;
                    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: 20px;
        bottom: 80px;
        width: 25%;
        display: block;
        padding: 10px;
        background-color: #DDDDDD;
        border: 1px solid #666666;
        opacity: 0.85;
        text-align: left;
        font-family:Roboto;
        font-size: 20px;
    }
        .informacio_Titol {
            position:relative;
            width: calc(100% - 5px);
            display:block;
            font-weight: bold;
            background-color: #333333;
            color: #FFFFFF;
            padding-left: 5px;
            font-size: 24px;
            text-transform: uppercase;
        }
        .informacio_Descripcio {
            position:relative;
            width: 100%;
            display:block;
            font-size: 18px;
        }
        .informacio_Link {
            position:relative;
            width: calc(100% - 2px);
            display:block;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            margin-top: 10px;
            background-color: #999999;
            padding: 5px 2px;
            font-family: Roboto;
            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: Roboto;
            font-size: 20px;
            color: #555555;
            position: absolute;
            top: 150px;
            font-weight: bolder;
            width: 100%;
            height: 100px;
            text-align: center;
            }
         .logged_Missatge {
            font-family: Roboto;
            font-size: 14px;
            color: #555555;
            position: absolute;
            top: 250px;
            font-weight: normal;
            width: 100%;
            height: 50px;
            text-align: center;
            }
         .logged_Desktop {
            font-family: Roboto;
            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;
            }
    }
