
/* CSS Document */

* {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

div {
    overflow: auto;
}

a,
a:active,
a:focus {
    text-decoration: none;
    color: #666;
}

    a:hover {
        text-decoration: underline;
        color: #999;
    }

.clear {
    clear: both;
}

strong {
    font-size: 1em;
}

h1 {
    font-size: 1em;
}

/* estrutura */
html,
body,
#page {
    height: 100%;
    width: 100%;
    min-height: 690px;
}

body {
    margin: 0;
    padding: 0;
    background: url(../images/bg_menu.png) left top repeat-y #F1F1F1;
    color: #A5A5A5;
    font-family: 'Dosis', sans-serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
}

#page {
    margin: 0 auto;
    height: auto;
    position: relative;
    min-width: 980px;
}

/* Classes e Ids globais */
h1.titulo {
    background: #194464;
    color: #FEFEFE;
    padding: 5px 10px;
    font-size: 16pt;
    font-weight: 600;
}

/* lateral_esquerda */
#lateral_esquerda {
    width: 306px;
    height: auto;
    float: left;
}

#header {
    width: 306px;
    height: 220px;
    text-align: center;
    background: url(../images/bg_header.png) no-repeat center center;
}

    #header img {
        margin-top: 29px;
    }

#menu {
    width: 286px;
    padding: 10px;
    height: auto;
    color: #DDD;
    font-size: 16pt;
    font-weight: 600;
}

    #menu a {
        color: #DDD;
        font-size: 16pt;
        font-weight: 600;
        line-height: 30px;
        display: block;
    }

    #menu li {
        padding-left: 30px;
        margin-left: 30px;
        margin-top: 10px;
        font-size: 14pt;
        font-weight: 500;
        display: block;
        background: url(../images/pasta.png) no-repeat left center;
    }

        #menu li a {
            font-size: 14pt;
            font-weight: 500;
        }

    #menu ol {
        margin-left: 45px;
        margin-top: 5px;
        font-size: 12pt;
        font-weight: 500;
        display: block;
    }

        #menu ol a {
            font-size: 12pt;
            font-weight: 500;
        }

        #menu ol li {
            margin: 0;
            padding-left: 30px;
        }

    #menu li.sublinks { /*cursor:pointer; */
        background: url(../images/pasta_fechada.png) no-repeat left center;
        padding-left: 55px;
        margin-left: 5px;
    }

/* lateral_direita */
#lateral_direita {
    width: auto;
    height: auto;
    padding: 20px;
}

#content {
    width: 100%;
}

/* index */
.box_pesquisa {
    width: 80px;
    min-width: 620px;
    height: auto;
    background: url(../images/bg_pesquisa.png) repeat-x left top;
    border: 3px solid #FFF;
    color: #8C8C8C;
}

.box_pesquisa {
    padding: 0px;
    margin-top: 0px;
}

    .box_pesquisa label {
        width: 15%;
        text-align: right;
        padding-right: 2%;
        display: block;
        float: left;
        font-size: 14pt;
    }

        .box_pesquisa label.label_inline {
            display: inline;
            float: none;
            padding-left: 10px;
        }

    .box_pesquisa input[type="text"] {
        width: 80%;
        padding: 8px;
        max-width: 400px;
        margin-bottom: 15px;
        border: #F2F2F2 solid 2px;
        background: #F7F7F7;
    }

    .box_pesquisa input[type="password"] {
        width: 80%;
        padding: 8px;
        max-width: 400px;
        margin-bottom: 15px;
        border: #F2F2F2 solid 2px;
        background: #F7F7F7;
    }

    .box_pesquisa input.menor {
        width: 150px;
        margin-right: 15px;
    }

    .box_pesquisa input[id="cnpj"] {
        float: left;
    }

    .box_pesquisa input[class="botao"] {
        height: 30px;
    }

.box_cadastro table {
}

    .box_cadastro table td,
    .box_cadastro table th {
        padding: 3px
    }

    .box_cadastro table th {
        background: #DB6C00;
        padding: 2px;
        color: #FFF;
        font-size: 10pt;
        font-weight: 600;
    }

        .box_cadastro table th.menor,
        .box_cadastro table td.menor {
            text-align: center;
            width: 40px;
        }

    .box_cadastro table .bg1 {
        background: #E6E6E6;
    }

    .box_cadastro table .bg2 {
        background: #F3F3F3;
    }

.box_cadastro h2 {
    background: #db6c00;
    color: #FEFEFE;
    padding: 5px 10px;
    font-size: 10pt;
    font-weight: 600;
}

table {
    border: 3px solid #FFF;
    color: #8C8C8C;
}

    table td,
    table th {
        border-left: 1px solid #F5F5F5;
        border-right: 1px solid #D3D3D3;
        border-bottom: 1px solid #D5D4D4;
        border-top: 1px solid #ebebeb;
        padding: 2px 3px;
    }

    table th {
        background: #DB6C00;
        padding: 2px;
        color: #FFF;
        font-size: 14pt;
        font-weight: 600;
    }

        table th.menor,
        table td.menor {
            text-align: center;
            width: 100px;
        }

            table td.menor img {
                margin-right: 2px;
            }

    table .bg1 {
        background: #E6E6E6;
    }

    table .bg2 {
        background: #F3F3F3;
    }


/* css do formulário de impressão */
.relatorio {
    width: 980px;
    height: auto;
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
    margin: 0 auto;
    background: none;
    color: #000;
}

    .relatorio h2 {
        font-size: 12pt;
    }

    .relatorio table {
        border: none;
        color: #000;
    }

        .relatorio table td.titulo-preco {
            width: 20%;
            text-align: left;
        }

        .relatorio table td.preco {
            width: 15%;
            text-align: left;
            padding-left: 5px;
        }

        .relatorio table td,
        .relatorio table th {
            border: none;
            padding: 0; /*width:40%;*/
        }

        .relatorio table th {
            background: none;
            padding: 0px;
            color: #FFF;
            font-size: 14pt;
            font-weight: 600;
        }

            .relatorio table th.menor,
            .relatorio table td.menor {
                width: 30%;
                text-align: center;
            }

        .relatorio table td.valor {
            width: 40%;
        }

        .relatorio table td.qtd {
            width: 30%;
            text-align: center;
        }

        .relatorio table td.beneficio {
            width: 40%;
            text-align: left;
        }

        .relatorio table td.menor img {
            margin-right: 2px;
        }

        .relatorio table .bg1 {
            background: #E6E6E6;
        }

        .relatorio table .bg2 {
            background: #F3F3F3;
        }

.imagemPedido {
    margin: 0;
}

.imagePedido img {
}

.acompanhamentoPedido {
    margin: 0 auto;
    width: 387px;
    text-align: center;
}

/* css do rodapé */
#footer {
    opacity: 0.6;
    height: 50px;
    width: 100%;
    background: #e8e8e8;
    position: relative;
    z-index: 101;
}

    #footer .inner {
        opacity: 1; /*width:980px;*/
        height: 100%;
        position: relative;
        margin: 0 auto;
        color: #666;
        font-family: 'Dosis', sans-serif;
        ;
        font-size: 10.5pt;
    }

        #footer .inner p#copyright {
            float: left;
            width: 20%;
            padding-top: 0px;
        }

    #footer p#copyright img {
        float: left;
        margin: 0 30px;
        vertical-align: middle;
        padding-top: 0;
    }

    #footer .inner p#dados {
        float: left;
        width: 54%;
        text-align: center;
        line-height: 20px; /*padding-left: 10px;*/
        padding-top: 15px;
    }

    #footer .inner p#innsite {
        float: right;
        margin: 0 10px;
        padding-top: 15px;
    }

    #footer .inner span.bold {
        font-weight: bold;
    }

    #footer .inner a, #footer .innner a:hover {
        text-decoration: none;
    }

/* css cartões */
li.li-inner {
    margin-left: 24% !important;
}

table.cls-table3 {
    overflow: visible !important;
    width: 129%;
}

th.header-motoboy {
    width: 14%;
}

.btnSubmit {
    min-width: 100px;
    color: #fff;
    border: #006699 1px solid;
    cursor: pointer;
    min-height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    padding: 0px 12px 0px 12px;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .btnSubmit:hover {
        background: #28aae1;
        background: -moz-linear-gradient(top, #28aae1, #006699 100%);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#28aae1), to(#006699));
        background: -webkit-linear-gradient(top, #28aae1, #006699);
        background: -o-linear-gradient(top, #28aae1, #006699);
        background: -ms-linear-gradient(top, #28aae1, #006699);
        background: linear-gradient(top, #28aae1, #006699);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28aae1', endColorstr='#006699');
    }


.gradiente-006699-100 {
    background: #006699;
    background: -moz-linear-gradient(top, #006699, #003366 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#006699), to(#003366));
    background: -webkit-linear-gradient(top, #006699, #003366);
    background: -o-linear-gradient(top, #006699, #003366);
    background: -ms-linear-gradient(top, #006699, #003366);
    background: linear-gradient(top, #006699, #003366);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#003366');
}


product-table {
    margin: 0;
    font-size: 11px;
    width: 100%;
    max-width: 100%;
    border: none;
    border-collapse: collapse;
}

.product-table input[type="radio"],
.product-table input[type="checkbox"] {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.product-table td a {
    color: #393939;
    text-decoration: underline;
    font-size: 11px;
    padding: 0px 5px 0px 5px; /*top, right, bottom, left*/
}

    .product-table td a:hover {
        color: #006699;
        text-decoration: underline;
        cursor: pointer;
    }

.product-table th {
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    border-bottom: #003366 1px solid;
}

    .product-table th input[type="radio"],
    .product-table th input[type="checkbox"] {
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    .product-table th a {
        color: #fff;
    }

.product-table td,
.product-table tbody td {
    border: 1px solid #d2d2d2;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    font-size: 1em;
}

    .product-table td input[type="image"],
    .product-table tbody td input[type="image"] {
        margin: 2px;
    }

.product-table tbody tr:nth-child(odd) {
    background-color: #ededed;
}

.product-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.product-table tr.table-header {
    background: #006699;
    background: #006699 url(../image/table/table_header_bg.png) 0 0 repeat-x;
    background: -moz-linear-gradient(top, #006699, #003366 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#006699), to(#003366));
    background: -webkit-linear-gradient(top, #006699, #003366);
    background: -o-linear-gradient(top, #006699, #003366);
    background: -ms-linear-gradient(top, #006699, #003366);
    background: linear-gradient(top, #006699, #003366);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#003366');
}


.table-header-check,
.table-header-first {
    border: none;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}

.table-header-repeat {
    border: none;
    font-size: 0px;
    line-height: 0;
    padding: 0;
}

.table-header-options,
.table-header-last {
    border: none;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

    .table-header-check a,
    .table-header-first a,
    .table-header-repeat a,
    .table-header-last a,
    .table-header-options a {
        background: url(../images/table/table_sort_arrow.gif) right no-repeat;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        line-height: 14px;
        margin: 0;
        padding: 0 10px 0 0;
        text-shadow: #000 1px 1px 0px;
    }

        .table-header-check a:hover,
        .table-header-first a:hover,
        .table-header-repeat a:hover,
        .table-header-options a:hover,
        .table-header-last a:hover {
            color: #28aae1;
        }

.product-table tr.table-footer {
    height: 40px;
    background: #eaeaea;
    border: #d2d2d2 1px solid;
}

.product-table .table-footer table {
    clear: both;
    width: auto;
    margin: 5px 0;
    background: #eaeaea;
}

.product-table .table-footer tr {
    background: #eaeaea;
}

.product-table .table-footer td {
    border: none;
    padding: 0 3px 0 3px;
    font-weight: bold;
    color: #999;
    line-height: 100%;
    background: #eaeaea;
}

    .product-table .table-footer td span {
        font-size: 11px;
        font-weight: bold;
        height: auto;
        margin: 0;
        padding: .5em .9em .5em .9em;
        line-height: 140%;
        color: #006699;
        text-shadow: #fff 1px 1px 0px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 1px #fff, 0px 0px 13px #aaa inset;
        -moz-box-shadow: 1px 1px 1px #fff, 0px 0px 13px #aaa inset;
        box-shadow: 1px 1px 1px #fff, 0px 0px 13px #aaa inset;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: #ccc 1px solid;
        overflow: hidden;
    }

    .product-table .table-footer td a {
        font-size: 1em;
        line-height: 100%;
        color: #333;
        text-decoration: none;
        padding: .5em .8em .5em .8em;
        background: #f0f0f0;
        background: -moz-linear-gradient(top, #f0f0f0, #cccccc 50%);
        background: -webkit-gradient(linear, 0 0, 0 50%, from(#f0f0f0), to(#cccccc));
        background: -webkit-linear-gradient(top, #f0f0f0, #cccccc);
        background: -o-linear-gradient(top, #f0f0f0, #cccccc);
        background: -ms-linear-gradient(top, #f0f0f0, #cccccc);
        background: linear-gradient(top, #f0f0f0, #cccccc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cccccc');
        -webkit-box-shadow: 1px 1px 1px #fff;
        -moz-box-shadow: 1px 1px 1px #fff;
        box-shadow: 1px 1px 1px #fff;
        text-shadow: 1px 1px 0px #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: #ccc 1px solid;
        overflow: hidden;
    }

        .product-table .table-footer td a:hover {
            color: #006699;
            -webkit-box-shadow: 1px 1px 1px #999;
            -moz-box-shadow: 1px 1px 1px #999;
            box-shadow: 1px 1px 1px #999;
            text-decoration: none;
        }