/*  CSS Document */


/*  Finestres de contingut */
    .pagina_Contingut {
        font-family: Consolas;
        font-size: 11px;
        position:absolute;
        top: 65px;
        left: 120px;
        width: calc(100% - 130px);
        height: calc(100% - 75px);
        background-color: #000000;
        border: 5px solid transparent;
        overflow: hidden;
        z-index: 0;
        }

    .pagina_Unregistred {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-color:#000000;
        }



    .contingut_Informe {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #999999;
        display: block;
        }
    .Informe_Frame {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #999999;
        display: block;
        }

    .Informe_Formulari {
        position:absolute;
        bottom: 22px;
        left: 0px;
        width: calc(100% - 4px);
        height: 400px;
        background-color: rgba(59, 61, 65, 0.8);
        border: 2px solid #FFFFFF;
        border-radius: 6px;
        display: none;
        }

    .contingut_Llistat {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #999999;
        display: none;
        }
    .contingut_Detall {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #999999;
        display: none;
        }
    .contingut_Formulari {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color:#999999;
        display: none;
        }
    .contingut_Aplicacio {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #999999;
        display: none;
        }
    .contingut_AppSystem {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #DDDDDD;
        display: none;
        overflow: auto;
        }
    .contingut_Portada {
        position:absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000000;
        background-repeat: no-repeat;
        border: 1px solid #FFFFFF;
        display: block;
        }


        .detall_FrameFormulari {
            position: absolute;
            top: 0px;
            width: calc(100% - 0px);
            height: 350px;
            }

        .detall_FrameInforme {
            position: absolute;
            width: 100%;
            top: 350px;
            height: calc(100% - 350px - 0px);
            }


    /*----------------------------------
    FRAMES DE LES FINESTRES DE CONTINGUT 
    ----------------------------------*/
    .aplicacio_Frame {
        width: 100%;
        height: 100%;
        margin: 0px;
        }

    .configuracio_Frame {
        position:absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 400px;
        background-color:#999999;
        z-index:1000;
        display:block;
        overflow:hidden;
        }

    /*--------------------------------
    GESTI� DEL FORMULARI DE L' INFORME 
    --------------------------------*/
    .window_Formulari {
        position:absolute;
        bottom: 90px;
        left: -780px;
        width: 820px;
        height: 350px;
        }

    .window_FormulariBoto {
        position: absolute;
        right:0px;
        top:22px;
        width:30px;
        height:30px;
        padding-left: 2px;
        padding-top: 4px; 
        background-color:#999999;
        border: 1px solid #999999;
        border-radius: 0px 6px 6px 0px; 
        cursor: pointer;
        z-index: 900;
        }

    .window_FormulariPantalla {
        position: absolute;
        left:0px;
        top:0px;
        width:770px;
        height:100%;
        background-color:#FFFFFF;
        border: 2px solid #000000;
        border-radius: 6px 6px 6px 6px; 
        overflow: auto;
        display: none;
        z-index: 1000;
        }
    .window_FormulariFrame {
        width: 100%;
        height: 100%;
        overflow: auto;
        }




