﻿@media screen and (max-width:480px) {
    #container-barra-governo,
    #barra-governo {
        display: none !important;
    }

    html {
        background-color: #ccc;
        background-image: none;
    }

    body {
        box-shadow: none;
        width: auto;
        min-width: 300px;
        max-width: 480px;
        margin: 0 auto;
        background-color: #fff;
    }

    /*------------------------------------------------------------------------------

    CABEÇALHO

    ------------------------------------------------------------------------------*/

    .cabecalho-sped {
        position: relative;
        height: 62px;
        background: #fefefd; /* Old browsers */
        background: -moz-linear-gradient(left, #fefefd 0%, #f9ebcd 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefd), color-stop(100%,#f9ebcd)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #fefefd 0%,#f9ebcd 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #fefefd 0%,#f9ebcd 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #fefefd 0%,#f9ebcd 100%); /* IE10+ */
        background: linear-gradient(to right, #fefefd 0%,#f9ebcd 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#f9ebcd',GradientType=1 ); /* IE6-9 */
        /*background:#fff url(/content/images/mobile/bg-dir.png) no-repeat right top; */
    }

        /* Logo ----------------------------------------------------------------------*/

        .cabecalho-sped > a {
            background: transparent url(http://sped.rfb.gov.br/Content/Images/mobile/titulo.png) no-repeat 51px 36px;
            display: block;
            position: absolute;
            top: 10px;
            left: 15px;
            width: 280px;
            height: 48px;
        }

    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 102px;
        height: 40px;
        margin: 0;
        background-image: url(../image/logo.png);
    }

    /* Barra para ajustar o tamanho da fonte -------------------------------------*/

    .ajuste-fonte {
        display: none;
    }

    /* Menu Geral do SPED --------------------------------------------------------*/

    .menu-geral-sped {
        display: none;
        font-size: 1em;
        position: static;
        height: 22px;
        border: 1px solid #F3B967;
        background-color: #F9F5EB;
        margin: 0;
        padding: 0;
        top: 150px;
        left: 252px;
        width: 508px;
    }

    /*
    .menu-geral-sped a {
    color: #6D6E72;
    text-decoration: none;
    }

    .menu-geral-sped, 
    .submenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    }

    .menu-geral-sped > .item {
      font-size: 12px;
      font-weight: bold;
      position: relative;
      display: block;
      float: left;
      line-height: 22px;
      border-right: 1px solid #F3B967;
      padding: 0 12px;
    }

    .menu-geral-sped > .item:hover {
      background-color: #f6dbb0;
    }

    .menu-geral-sped > .item:last-child {
      border-right: none;
    }

    .menu-geral-sped .submenu {
      position: absolute;
      top: 22px;
      left: -1px;
      display: none;
      background-color: #F9F5EA;
      z-index: 100;
      min-width: 150px;
      border: 1px solid #F3B967;
      padding: 0 0 6px 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      box-shadow: 0 2px 2px rgba(243, 185, 103, 0.41);
    }

    .menu-geral-sped .item:hover > .submenu,
    .submenu:hover {
      display: block;
    }

    .menu-geral-sped .submenu > .item {
      padding: 0 12px;
      font-weight: normal;
      position: relative;
    }

    .menu-geral-sped .submenu > .item > a {
      display: block;
      width: 100%;
      height: 100%;
    }

    .menu-geral-sped .submenu > .item:hover {
      background-color: #FFFFFF;
    }
    */

    /* Formulário de Pesquisa ----------------------------------------------------*/

    .pesquisa-no-sped {
        display: none;
        position: static;
        width: 198px;
        height: 92px;
        top: 82px;
        left: 62px;
        text-align: center;
        padding-top: 40px;
    }

    /*
    .pesquisa-no-sped legend {
      font-family: 'Trebuchet MS', sans-serif;
      color: #fff;
      display: block;
      position: absolute;
      height: 28px;
      top: -9px;
      left: 10px;
      width: 184px;
      text-align: center;
      line-height: 28px;
    }

    .pesquisa-no-sped input {
      border: 1px solid #C7A578;
      border-radius: 3px;
      padding: 0 4px;
      margin: 0;
      width: 90px;
      height: 22px;
      line-height: 22px;
      font-size: 12px;
    }

    .pesquisa-no-sped button {
      margin: 0;
      padding: 0 4px;
      height: 24px;
      line-height: 22px;
      border: 1px solid #A0988E;
      background-color: #E0DFE3;
    }

    .not-ie .pesquisa-no-sped button {
      position: relative;
      top: 1px;
    }
    */

    /*------------------------------------------------------------------------------

    CONTEÚDO

    ------------------------------------------------------------------------------*/

    #conteudo {
        padding: 0 20px;
        width: auto;
        margin-top: 2em;
    }

    /*------------------------------------------------------------------------------

    MENU LATERAL

    ------------------------------------------------------------------------------*/
    .barra-lateral {
        display: none !important;
    }
    /*
    .barra-lateral {
        display: none;
        font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
        margin-left: 0;
        width: 228px !important;
        font-size: 14px;
    }


        .barra-lateral a {
            color: #6D6E72;
        }

        .barra-lateral .navegacao-submenu,
        .barra-lateral .navegacao-menu {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

        .barra-lateral .navegacao-menu {
        }

        .barra-lateral .navegacao-painel,
        .barra-lateral .navegacao-submenu {
            font-size: 12px;
            background-color: #F9F5EB;
            margin-bottom: 24px;
            padding: 13px 0;
        }

        .barra-lateral .navegacao-submenu {
            text-indent: 60px;
        }

        .barra-lateral .titulo-menu {
            color: #414042;
            background-image: url(Images/titulo-menu-bg.png);
            background-repeat: repeat-y;
            font-weight: bold;
            margin: 0;
            position: relative;
            text-indent: 60px;
        }

            .barra-lateral .titulo-menu:before {
                position: absolute;
                background-color: #DA9547;
                border-right: 1px solid white;
                display: block;
                width: 47px;
                height: 24px;
                content: "";
                background-position: 50% 50%;
                background-repeat: no-repeat;
            }

            .barra-lateral .titulo-menu.projetos:before {
                background-image: url(Images/icon-projetos.png);
            }

            .barra-lateral .titulo-menu.downloads:before {
                background-image: url(Images/icon-downloads.png);
            }

            .barra-lateral .titulo-menu.portais:before {
                background-image: url(Images/icon-portais.png);
            }

        .barra-lateral .downloads li:before {
            position: absolute;
            display: block;
            width: 48px;
            height: 24px;
            content: "";
            background-position: 100% 50%;
            background-repeat: no-repeat;
            background-image: url(Images/icon-download.png);
        }

        .barra-lateral .downloads li.emissorcte:before {
            background-image: url(Images/icon-emissorcte.png);
        }

        .barra-lateral .downloads li.visualizadorsped:before {
            background-image: url(Images/icon-visualizadorsped.png);
        }

        .barra-lateral .downloads li.receitanet:before {
            background-image: url(Images/icon-receitanet.png);
        }

        .barra-lateral .navegacao-painel p {
            margin: 0 0 0 60px;
        }

        .barra-lateral .navegacao-painel select {
            display: block;
            margin-left: 60px;
            border: 1px solid silver;
            width: 154px;
        }
        */

    /*------------------------------------------------------------------------------

    BREADCRUMBS

    ------------------------------------------------------------------------------*/
    .breadcrumbs {
        display: none;
    }

    /*------------------------------------------------------------------------------

    RODAPÉ

    ------------------------------------------------------------------------------*/

    .rodape-sped {
        border-top: 1px solid #B07235;
        margin: 0 15px;
        padding: 5px;
        background-color: transparent;
    }

        .rodape-sped h2,
        .rodape-sped ul {
            display: none;
        }
}
