﻿@media all and (max-device-width: 961px) and (min-device-width: 482px) 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: 30% !important;
    }

    .portal_area_reservada
    {
        height: 610px !important;
    }

}

@media all and (max-device-width: 961px) and (min-device-width: 482px) 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: 610px !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;
}