﻿

@media all and (max-device-width: 481px) and (orientation: portrait)
{
    form
    {
        width: 90% !important; /* tamanho maximo da área de trabalho; tirar para aproveitar full-scree */
    }

    div.master_menu_top_div
    {
        width: 90% !important;
    }

    /* Menu de topo */
    div.master_menu_top_div
    {
        width: 90% !important;
    }
    
	.master_header
    {
        /*display: none;*/
        height: 35px !important;
    }

    .master_title
    {
        display: none !important;
    }

    .instalacao
    {
        width: 40% !important;
    }

    .portal_contactos_centro_morada
    {
        display: none;
    }

    .portal_contactos_centro_gps
    {
        padding-left: 10px !important;
    }
    .portal_contactos_centro_morada1, .portal_contactos_centro_morada2, .portal_contactos_centro_codpostal, .portal_contactos_centro_tlf, .portal_contactos_centro_email,
    .portal_contactos_centro_site
    {
        width: 100% !important;
        min-width: 150px !important;
        padding-left: 10px !important;
    }

    .mapa_canvas
    {
        display: none;
    }

    .portal_area_reservada
    {
        height: 750px !important;
    }

}


@media all and (max-device-width: 481px) and (orientation: landscape)
{
    form
    {
        width: 90% !important; /* tamanho maximo da área de trabalho; tirar para aproveitar full-scree */
    }

    div.master_menu_top_div
    {
        width: 90% !important;
    }

    /* Menu de topo */
    div.master_menu_top_div
    {
        width: 90% !important;
    }

    .master_header
    {
        /*display: none;*/
        height: 35px !important;
    }

    .master_title
    {
        display: none !important;
    }

    .instalacao
    {

        width: 30% !important;
    }

    .portal_area_reservada
    {
        height: 710px !important;
    }

}

.portal_pagamentos_horario_botoes span
{
	margin-bottom: 5px;
}

div.portal_pagamentos_horario_botoes div > span.rbLinkButton, div.portal_pagamentos_horario_botoes > span.rbLinkButton
{
	height: 60px !important;
}