/* CSS Document */

    .top_Area {
        position: absolute;
        top: 0px;
        left: 0px;
        width: calc(100% - 0px);
        height: 60px;
        border-top: 5px solid #000000;
        background-color: #EEEEEE;
        z-index: 8;
        }

        .top_Select {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 120px;
            height: 100%;
            overflow: hidden;
            opacity: 0.5;
            z-index: 10;
            }

        .top_Modul {
            font-family: Consolas;
            font-size: 20px;
            position: absolute;
            top: 5px;
            left: 10px;
            width: 100px;
            height: 18px;
            display:table-cell;
            font-weight: bold;
            background-color: transparent;
            text-align:center;
            color: #000000;
            opacity: 1;
            z-index: 15;
            }

        .top_Marc {
            position: absolute;
            top: 30px;
            left: 10px;
            width: 96px;
            height: 18px;
            display:table-cell;
            font-weight: bold;
            text-align:center;
            border: 1px solid #000000;
            opacity: 1;
            z-index: 15;
            }

            .top_Exercici {
                position: absolute;
                left: 0px;
                bottom: 0px;
                text-align: center;
                background-color: transparent;
                color: #FFFFFF;
                margin-right: 4px;
                width: 100%;
                height: 100%;
                }

                .top_Exercici_Select {
                    font-family: Consolas;
                    font-size: 12px;
                    font-weight: bold;
                    text-align: center;
                    color: #FFFFFF;
                    width: 100%;
                    height: 100%;
                    border:none;
                    }

                    .top_Exercici_Option {
                        font-family: Consolas;
                        font-size: 12px;
                        font-weight: normal;
                        text-align: center;
                        color: #000000;
                        width: 100%;
                        height: 100%;
                        }	

                    .top_Exercici_Normal {
                        background-color: #FFFFFF;
                        }
                    .top_Exercici_Seleccionat {
                        background-color: #000000;
                        }

        .top_Informacio_Left {
            position: absolute;
            top: 3px;
            left: 120px;
            width: calc(50% - 120px);
            height: calc(100% - 6px);
            color: #FFFFFF;
            overflow: hidden;
            display: block;
            z-index: 0;
            }

            .top_Modul_Nom {
                position: absolute;
                font-family: Consolas;
                font-size: 16px;
                font-weight: bold;
                padding: 0px 5px;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                text-align: left;
                color: #000000;
                letter-spacing: 1px;
                overflow: hidden;
                }
            .top_Modul_Descripcio {
                font-family: Consolas;
                font-size: 12px;
                font-weight: normal;
                position: relative;
                text-align: left;
                color: #000000;
                }

        .top_Informacio_Control {
            position: absolute;
            top: 120px;
            margin: 5px;
            left: 0px;                    /*calc(50% - 105px);*/
            width: calc(120px - 12px);    /*210px;*/
            height: calc(165px - 12px);   /*26px;*/
            overflow: hidden;
            border: 1px solid #000000;
            border-radius: 0px;
            background-color: #CCCCCC;
            display: block;
            z-index:100;
            }


        .top_Informacio_Right {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 200px;
            height: 100%;
            opacity: 0.5;
            overflow: hidden;
            z-index: 0;
            }

        .top_Exit {
            position: absolute;
            top: 3px;
            right: 0px;
            width: 50px;
            height: calc(100% - 6px);
            overflow: hidden;
            padding-top: 5px;
            font-size: 10px;
            text-align: right;
            z-index: 10;

            }
            .top_ExitBoto {
                color:#000000;
                font-family: Consolas;
                position: relative;
                background-color: transparent;
                font-size: 10px;
                text-align: center;
                overflow: hidden;
                cursor:pointer;
                }

        .top_Idioma {
            position: absolute;
            top: 3px;
            right: 50px;
            width: 30px;
            height: calc(100% - 6px);
            overflow: hidden;
            z-index: 10;
            }
            .top_Idioma_Text {
                position: absolute;
                top: 3px;
                padding: 12px 2px 0px 2px;
                height: calc(100% - 22px);
                font-family: Consolas;
                font-size: 16px;
                background-color: #FFFFFF;
                font-weight: bold;
                text-align: center;
                color: #000000;
                border: 1px solid #000000;
                border-radius: 0px;
                overflow:hidden;
                }

        .top_Usuari {
            position: absolute;
            top: 3px;
            right: 80px;
            width: 118px;
            height: calc(100% - 6px);
            overflow: hidden;
            text-align: left;
            z-index: 10;
            }
            .top_Usuari_Text {
                position: absolute;
                padding: 0px 5px;
                top: 5px;
                font-family: Consolas;
                font-size: 12px;
                font-weight: bold;
                color: #000000;
                width: calc(100% - 16px);
                height: calc(100% - 10px);
                }

        .top_Thawte {
            position: absolute;
            top: 5px;
            left: calc(50% + 140px);
            width: 60px;
            height: 60px;
            overflow: hidden;
            display: block;
            z-index: 20000;
            }



