/*CSS Document */
body
{
    margin: 0;
    padding: 0;
}
ol, ul, li
{
    margin: 20;
    padding: 10;
}

h1
{
    margin-top: 0; /* Retira a margem superior em navegadores padrão */
    font-family: Verdana;
}

.TextoPadrao
{
    font-family: Verdana;
    font-size: 12px;
    color: #232323;
}

.TextoPadraoPeq
{
    font-family: Verdana;
    font-size: 11px;
    color: #0d4533;
}

.TextoPequeno
{
    font-family: Verdana;
    font-size: 10px;
    color: #232323;
}

.TextoRodapeBranco
{
    font-family: Verdana;
    font-size: 10px;
    color: White;
}

.TextoRodapeGray
{
    font-family: Verdana;
    font-size: 10px;
    color: Gray;
}

.TextoPequenoGray
{
    font-family: Verdana;
    font-size: 12px;
    color: Gray;
}

.TextoRodapePreto
{
    font-family: Verdana;
    font-size: 10px;
    color: Black;
}

.TextoServicosGrd
{
    font-family: Verdana;
    font-size: 12px;
    color: #0d4533;
}

.TextoServicosPeq
{
    font-family: Verdana;
    font-size: 9px;
    color: Gray;
}

.MenuLinksSuperior
{
    font-family: Verdana;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}

.MenuLinksSuperiorFranquia
{
    font-family: Verdana;
    font-size: 15px;
    color: Silver;
    font-weight: bold;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: none;
}

.TextoProdutoNomeDetalhe
{
    font-family: Verdana;
    font-size: 20px;
    color: #02314c;
}

.TextoProdutoPrecoDetalhe
{
    font-family: Verdana;
    font-size: 14px;
    color: #02314c;
    font-weight: bold;
}

.carregando
{
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    width: 250px;
    height: 100px;
}

.carregando img
{
    float: left;
}

.carregando .mensagem
{
    float: left;
    margin-top: 8px;
    margin-left: 4px;
    padding: 2px;
    background-color: #E8E8E8;
}

.carregando2
{
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
    margin-top: 23px;
    vertical-align: middle;
    height: 32px;
}

.carregando2 img
{
    vertical-align: middle;
}

.updProgressFrente
{
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 80px;
    margin-top: -40px;
    margin-left: -130px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    position: fixed;
    text-align: center;
    cursor: wait;
}

.updProgressFundo
{
    z-index: 0;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: Black;
    opacity: 0.25;
    position: fixed;
    cursor: wait;
}

#Miolo
{
    margin: 20px;
    padding: 20px 40px;
    background-color: White;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    min-width: 1200px;
}

#faqs
{
    padding-left: 10px;
}


#faq h2
{
    /*color: #8ebfef;*/
    font-size: 14px;
    background: url('../Icones/faq_arrow_closed.png') no-repeat;
    padding: 3px 0 4px 30px;
    position: relative;
    cursor: pointer;
}

#faq h2.open
{
    background-image: url('../Icones/faq_arrow_open.png');
}

#faq .answer
{
    /*width: 656px;*/
}

#faq .answer p
{
    margin: 0;
    padding: .8em 0 0;
}

.arquivo-download
{
    float: left;
    width: 90px;
    height: 100px;
    text-align: center;
    padding: 5px;
}

fieldset
{
    border: 1px solid #232323; /*width: 100%;*/
    background: #f9f9f9;
    padding: 4px;
    margin-bottom: 20px;
}
fieldset legend
{
    margin-left: 20px;
    color: White;
    background: #232323;
    padding: 6px;
    font-weight: bold;
}

.menu-item
{
    width: 226px;
    height: 68px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 2px;
    float: left;
    border: 1px solid transparent;
}

.menu-item:hover
{
    background-color: White;
    border: 1px solid #ccc;
}

.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.indicadores
{
    padding: 10px;
    margin: 10px;
    background-color: White;
    border: 1px solid #ccc;
}

.resumo-container
{
    clear: both;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px;
    background-color: #ffffff;
}

.resumo-inner
{
    font-size: 10px;
    margin: 12px;
    padding: 4px;
    background-color: #fafdfd;
    border: 1px solid #f2f2f2;
    color: #808080;
}

#financeiro, #comercial
{
    display: none;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content
{
    display: none;
}

/* Overlay */
#simplemodal-overlay
{
    background-color: #000;
}

/* Container */
#simplemodal-container
{
    height: 500px;
    width: 700px;
    background-color: white;
    border: 4px solid #444;
    padding: 12px;
}
#simplemodal-container .simplemodal-data
{
    padding: 8px;
}
#simplemodal-container a.modalCloseImg
{
    background: url(../Icones/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

.button div
{
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
    background-color: #F7F7F7;
}

.button div a
{
    color: #0d4533;
    display: block;
    font-size: 100%;
    font-weight: bold;
    padding: 5px;
}

.button div a img
{
    vertical-align: middle;
    padding: 5px;
}

ul.horizontallist
{
    list-style: none;
    padding: 0;
    margin: auto;
    text-align: center;
}

ul.horizontallist li
{
    text-align: center;
    display: block;
    float: left;
    margin: 0;
    padding: 2px;
    vertical-align: middle;
}

/* Action Buttons (Salvar, Excluir, Voltar) */
#container-list-button
{
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

#container-list-button .list-button
{
    display: inline-block;
    margin: 2px;
}

/*Título dos Módulos*/
.titulo
{
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}
.titulo h2, .titulo h3
{
    display: inline-block;
}
.titulo img
{
    vertical-align: middle;
    padding-bottom: 5px;
}

.devExpress-inline
{
    display: inline-table;
    vertical-align: middle;
}

.campo
{
    display: inline-table;
    margin-right: 5px;
    margin-bottom: 10px;
}
