﻿.tabela-linha {
    display: table-row;
    /*width: 327px;*/
}


.tabela-celula {
	display: table-cell;
	float: left;
	vertical-align: text-bottom;
	/*height: 32px;*/
	margin-right: 10px;
}

.Campo {
    color: #666666;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

.Valor {
    color: #333333;
    font: 12px Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

.Bloco {
    display: block;
    border: solid transparent 1px;
    text-align: left;
    float: left;
    width: 100%;
}

.Titulo {
    color: Black;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    font-size: 10pt;
    line-height: normal;
    font-family: Verdana, Geneva, sans-serif;
}

.bordaw8cima {
    border-top: solid 3px #8BA0BC; /*#003C79*/
}

.bordaw8baixo {
    border-bottom: solid 3px #8BA0BC; /*#8BA0BC*/
}

.TituloGrid {
    font-weight: bold;
    font-size: 12pt;
}

.botaoMenu {
    height: 22px;
}



/**** Mobile layout ****/


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

    .Titulo {
        color: Black;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        font-size: 12pt;
        line-height: normal;
        font-family: Verdana, Geneva, sans-serif;
    }


    .Campo {
        color: #666666;        
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-size: 12pt;
        font-weight: normal;
    }

    .Valor {
        color: #333333;
        font: 12pt Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
        font-weight: bold;
    }

    .TituloGrid {
        font-weight: bold;
        font-size: 14pt;
    }

    .botaoMenu {
        height: 30px;
    }

    .android-navigation-container {
        display: initial !important;
    }


}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

    .Titulo {
        color: Black;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        font-size: 14pt;
        line-height: normal;
        font-family: Verdana, Geneva, sans-serif;
    }


    .Campo {
        color: #666666;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-size: 14pt;
        font-weight: normal;
    }

    .Valor {
        color: #333333;
        font: 14pt Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
        font-weight: bold;
    }

    .TituloGrid {
        font-weight: bold;
        font-size: 16pt;
    }

    .botaoMenu {
        height: 30px;
    }

    .android-navigation-container {
        display: initial !important;
    }

}

@media screen and (max-device-width : 736px) 
and (orientation : portrait) {

    .Titulo {
        color: Black;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        font-size: 18pt;
        line-height: normal;
        font-family: Verdana, Geneva, sans-serif;
    }


    .Campo {
        color: #666666;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-size: 18pt;
        font-weight: normal;
    }

    .Valor {
        color: #333333;
        font: 18pt Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
        font-weight: bold;
    }

    .TituloGrid {
        font-weight: bold;
        font-size: 20pt;
    }

    .botaoMenu {
        height: 45px;
    }

    .android-navigation-container {
        display: initial !important;
    }

}

/*@media screen and (max-device-width : 670px)*/ 
@media screen and (max-device-width : 736px)
and (orientation : landscape) {
.Titulo {
        color: Black;
        font-weight: bold;
        font-style: normal;
        font-variant: normal;
        font-size: 16pt;
        line-height: normal;
        font-family: Verdana, Geneva, sans-serif;
    }


    .Campo {
        color: #666666;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-size: 16pt;
        font-weight: normal;
    }

    .Valor {
        color: #333333;
        font: 16pt Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
        font-weight: bold;
    }

    .TituloGrid {
        font-weight: bold;
        font-size: 18pt;
    }

    .botaoMenu {
        height: 30px;
    }

    .android-navigation-container {
        display: initial !important;
    }
    
}
