﻿html, form {
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
    margin: 0;
    background-color: lightgray;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#miolo {
    height: 100%;
    width: 100%;
    min-width: 280px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    z-index: 0;
}

#miolo3 {
    height: 100%;
    width: 100%;
    min-width: 280px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    z-index: 0;
}

#miolo2 {
    height: 100%;
    width: 100%;
    /*min-width: 280px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    z-index: 0;*/
}

.sidePanel {
    background-color: lightgray;
    width: 299px;
    float: left;
    border-right: 1px solid black;
}

.sideScrollPanel {
    background-color: #E2E5EA;
}

.content {
    background-color: #E2E5EA;
    border-radius: 2px 2px 0 0;
    float: left;
}

    .content > table {
        background-color: transparent;
    }

.grid {
    background-color: #E2E5EA!important;
    margin: 30px;
}

.rightToolbar,
.leftToolbar {
    border-radius: 2px 2px 0 0;
    background: url("../Images/ToolbarBack.png") repeat-x;
    height: 44px;
}

.textoCarrinho {
    margin-left: auto;
    margin-right: auto;
}

.leftToolbar {
    height: 34px;
    padding-top: 10px;
}

.caption {
    font-size: 18px;
    font-weight: bold;
}

.botoes {
    height: 50px;
}

.botao {
    width: 100px!important;
    height: 40px!important;
}

.botaoRetorna {
    width: 200px!important;
    height: 50px!important;
}

.botaoRedefinicao {
    width: 250px!important;
    height: 50px!important;
}

.imagem {
    width: 100%!important;
    height: 100%!important;
}

.ajuda {
    margin-left: 0px;
}

.linha {
    margin-top: 5px;
    display: block;
    height: 40px;
    margin-left: 0px;
}

.botaoFinalizar {
    width: 100%!important;
    height: 50px!important;
}

.botaoDinamico {
    width: 100%!important;
    height: 40px!important;
}

.botaoDinamicoAlusao {
    width: 100%!important;
    height: 35px!important;
}

