@charset "utf-8";

* {
    margin:0;
    padding:0;
}

/** General Style Info **/
html {
    height: 100%;
    scrollbar-width: thin;
}
body {
    background: #EEEBDC;
    color: black;
    font-family:'lucida sans unicode',verdana,helvetica,arial,sans-serif;
    font-size:80%;
    margin: 0;
    height: 100%;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration:none;
}
a img {
    border:none;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
h1 {
    float:left;
    color: #BB041B;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 2%;
}
h2 {
    background:#fff;
    color: #e32;
    font-family:'Gill Sans','lucida sans unicode', helvetica, arial, sans-serif;
    font-size: 190%;
}
h3 {
    color: #2c6877;
    font-family:'Gill Sans','lucida sans unicode', helvetica, arial, sans-serif;
    font-size: 165%;
}
h4 {
    color: #993;
    font-weight: normal;
}
p {
    margin: 0 0 1em 0;
}

ul, li{
    margin:0;
    padding:0;
}

/** Layout **/
#container {
    text-align: left;
    width: 100%;
    /*min-width: 750px;*/
    height:calc(100% - 5px);
    height:-moz-calc(100% - 5px);
    height:-webkit-calc(100% - 7px);
}

#header, #menu, #footer{
    width:96%;
    padding:0 2%;
    min-width: 750px;
}

#header{
    height: 88px;
    background: url('../img/fundo_vermelho.png') repeat center center;
    z-index: 10;
    position: relative;
    color:white;
    box-shadow: 0 5px 5px #aaa;
}

#header a, #header a:hover{
    color:white;
}

#header div.logo{
    float:left;
    padding-top:24px;
}

#header div.descricao{
    float:left;
    padding-top:32px;
    margin-left:2%;
    font-weight: bold;
    font-size: 16px;
}

#header div.dados{
    float:right;
    margin-top:18px;
    margin-right:2%;
}

#header div.dados div.campos{
    text-align: right;
    margin-right:10px;
    float: left;
}

#header div.dados div.infos{
    float: right;
}

#header div.sair{
    float: right;
    position: relative;
    margin-top:28px;
}

#menu {
    position: relative;
    padding-top: 15px;
    background: #EEEBDC;
    border-bottom: 4px solid #ccc;
    z-index: 9;
    height: 39px;
    text-transform: uppercase;
    text-align: center; /* centraliza o UL */
}

#menu ul{
    display: inline-block;
    padding: 0;
    margin: 0;
}

#menu ul li{
    padding-left:30px;
    float:left;
    margin-left:50px;
    position:relative;
    height:25px;
    line-height:25px;
    list-style-type:none;
}

#menu ul li a,
#menu ul li a:hover{
    color:black;
}

#menu ul li.atualizacoes{ background: url('../img/atualizacoes.png') no-repeat left center; }
#menu ul li.treinamentos{ background: url('../img/treinamentos.png') no-repeat left center; }
#menu ul li.relatorios{ background: url('../img/relatorios.png') no-repeat left center; }
#menu ul li.relatorio{ background: url('../img/google_docs.png') no-repeat left center; }
#menu ul li.grupo{ background: url('../img/seta-direita.png') no-repeat left center; }
#menu ul li.miscelania{ background: url('../img/miscelania.png') no-repeat left center; }
#menu ul li.configuracoes{ background: url('../img/configuracoes.png') no-repeat left center; }
#menu ul li.pedidos{ background: url('../img/pedidos.png') no-repeat left center; }
#menu ul li.pedido-inteligente{
    background: url('../img/pedido-inteligente.png') no-repeat left center;
    display: inline-block;
    white-space: nowrap;
}
#menu ul li.clientes{ background: url('../img/clientes.png') no-repeat left center; }
#menu ul li.devolucoes{ background: url('../img/devolucoes.png') no-repeat left center; }
#menu ul li.consertos{ background: url('../img/consertos.png') no-repeat left center; }
#menu ul li.comissoes{ background: url('../img/comissoes.png') no-repeat left center; }
#menu ul li.videos{ background: url('../img/videos.png') no-repeat left center; }
#menu ul li.documentos, .actions ul li.documentos{ background: url('../img/documentos.png') no-repeat left center; }
#menu ul li.mensagens{ background: url('../img/mensagens.png') no-repeat left center; }
#menu ul li.cotas{ background: url('../img/etiqueta-verde.png') no-repeat left center; }
#menu ul li.visitas{ background: url('../img/visitas.png') no-repeat left center; }
#menu ul li.orcamentos{ background: url('../img/orcamentos.png') no-repeat left center; }
#menu ul li.percentagem{ background: url('../img/percentagem.png') no-repeat left center; }

/* submenus of both levels */
#menu ul li ul{
    list-style: none;
    position: absolute;
    left: 0;
    top: 25px;
    background: #EEEBDC;
    margin-left: 0;
    padding: 10px;
    float: left;
    border: 4px solid #ccc;
    display: none; /* esconde o sub menu*/
}

/* configução dos submenus */
#menu ul li ul li {
    padding: 0;
    margin: 10px;
    clear: both;
    padding-left: 30px;
}

/* segundo nível do submenu */
#menu ul ul ul {
    top: 22px;
    left: 50px;
    z-index: 10;
}

/* show a submenu if the direct parent listitem is hovered */
/*#menu ul > li:hover > ul{
    display:block;
}*/

#content{
    background: #fff;
    clear: both;
    color: #333;
    overflow: auto;
    min-width: 750px;
}
#contentRelatorio{
    background: #fff;
    clear: both;
    color: #333;
    overflow: auto;
    height:calc(100% - 141px);
    height:-moz-calc(100% - 141px);
    height:-webkit-calc(100% - 141px);
}
#footer {
    clear: both;
    border-top: 4px solid #ccc;
    padding-top:10px;
    text-align: right;
    height: 55px;
}

#footer div.logos{
    background: url('../img/logos.png') no-repeat left center;
    width: 403px;
    height: 21px;
    float:left;
    padding-top: 25px;
}

#footer div.texto{
    float:right;
    font-size: 11px;
}

#prova {
    clear: both;
    padding-top:10px;
    padding-left: 30px;
    text-align: left;
    height: 35px;
    width:100%;
}

#prova div.imagem{
    background: url('../img/docs.png') no-repeat left center;
    width: 30px;
    height: 31px;
    float:left;
    margin-right: 10px;
}

#prova div.texto{
    float:left;
}

#container div.contentPagamento{
    width: 100%;
    min-width: 200px;
    font-size: 95%;
}

.contentPag{
    height: calc(100% - 130px);
    height: -moz-calc(100% - 130px);
    height: -webkit-calc(100% - 130px);
}

.footerPag{
    max-height: 30px;
}

.clique{
    cursor: pointer;
    text-decoration: underline;
}

.readonly{
    background: #ccc;
}

.botao{
    text-transform: uppercase;
    margin: 10px 0 30px 0;
    color: black;
}

.pesquisar{
    float: left;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.clqfrete{
    float:left;
    margin-right: 5px;
    position: relative;
    bottom: 0px;
}

img.loader{
    margin:6px 0 0 10px;
    position:absolute;
}

form a.pesquisas{
    float:left;
    margin-right: 5px;
    position: relative;
    bottom: 0px;
}

form a.prepedido{
    float:left;
    margin-right: 5px;
    position: relative;
    bottom: 0px;
}

div.produtos{
    clear:both;
}

div.produtos input{
    margin-right: 15px;
    min-width: 40px;
}

div.produtos input.cod{
    width: 80px;
}

div.produtos input.descricao{
    width: 250px;
}

div.produtos input.unidade{
    width: 40px;
}

div.produtos input.preco, div.produtos input.subtotal{
    width: 90px;
}

div.produtos input.peso{
    display: none;
}

div.produtos input.quantidade{
    width: 40px;
}

div.produtos input.disponivel{
    width: 90px;
}

div.produtos span.excluir{

}

div.confirma-produto{
    z-index: 1000;
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-y: auto;
}

span.confirma-produto-sim, span.confirma-produto-nao{
    cursor: pointer;
    padding:7px 10px;
    color: white;
}

span.confirma-produto-sim{
    background: darkgreen;
    margin-right: 15px;
}

span.confirma-produto-nao{
    background:darkred;
}

input[readonly="readonly"]{
    background: #ddd;
}

span.excluir{
    color: #BB041B;
    cursor: pointer;
}

table#produtos th, table#produtos td{
    text-align: center;
    padding:3px;
}

table#produtos input{
    padding: 2px;
    min-width: 40px;
    font-size: 90%;
}

table.calendario th{
    text-align: center;
}

table.calendario td{
    vertical-align: top;
    height: 80px;
}

table.calendario a{
    color:black;
}

.remove, .atualiza, .check{
    cursor: pointer;
}

.check{
    margin-right: 6px;
    vertical-align: middle;
}
/** containers **/

div.form,
div.index,
div.view{
    padding:10px 2%;
    background: #EEEBDC;
    border-top:2px solid #ccc;
    border-bottom:2px solid #ccc;
    clear: both;
}

div.actions{
    padding:15px 2%;
}

div.mensagens{
    position:absolute;
    top:25%;
    left:12%;
    width:70%;
    border:1px solid;
    padding:20px;
    background-color:#EEEBDC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display:none;
}

div.msgyes{
    border:1px solid;
    padding:5px;
    background-color:#62af56;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    width:20%;
    float:left;
    margin-left:15%;
    color:#fff;
    border-color:#2d6324;
}

div.msgno{
    border:1px solid;
    padding:5px;
    background-color:#BB041B;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    float:right;
    margin-right: 15%;
    width:20%;
    color:#fff;
    border-color:#2d6324;
}

div.clear{
    clear: both;
    margin:0;
    padding:0;
}

div.relatorios{
    width: 90%;
    height: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding:10px 1%;
    clear: both;
}

div.marketing{
    height: 1462px;
}

div.pagamento{
    background: #FFF;
    border-bottom: 0;
}

div.ssl{
    float:right;
    height: 40px;
    width: 100px;
    padding-top: 2px;
    padding-left: 10px;
}

.frameRelatorio{
    width: 100%;
    height: 100%;
    border: 0;
}

/** Tables **/
table {
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
th {
    border:0;
    border-bottom:2px solid #555;
    text-align: left;
    padding:4px;
}
th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
th a.asc:after {
    content: ' ⇣';
}
th a.desc:after {
    content: ' ⇡';
}
table tr td {
    padding: 6px;
    text-align: left;
    vertical-align: middle;
    border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
    background: #f9f9f9;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}
td.videos {
    text-align: center;
    align: center;
    white-space: nowrap;
    max-width: 200px;
}
td.categoria {
    text-align: left;
    vertical-align: center;
    white-space: nowrap;
    /*border-top:2px solid #555;*/
    border-bottom:2px solid #555;
    padding-top: 40px;
    /*font-weight: bold;*/
    font-size: 16px;
}
td.destaque {
    text-align: left;
    white-space: nowrap;
    /*border-top:2px solid #555;*/
    border-bottom:2px solid #555;
    /*font-weight: bold;*/
    font-size: 16px;
}

table td.actions a {
    margin: 0px 6px;
    padding:2px 5px;
}

/* SQL log */
.cake-sql-log {
    background: #fff;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
    color:#fff;
}

/** Paging **/
.paging {
    background:#fff;
    color: #ccc;
    margin-top: 1em;
    clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block
}
.paging > span {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0;
}
.paging > span:hover {
    background: #efefef;
}
.paging .prev {
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.paging .next {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.paging .disabled {
    color: #ddd;
}
.paging .disabled:hover {
    background: transparent;
}
.paging .current {
    background: #efefef;
    color: #c73e14;
}

/** Scaffold View **/
dl {
    line-height: 2em;
    margin: 5px 0;
    width: 100%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
    background: white;
}

dt {
    font-weight: bold;
    padding-left: 5px;
    vertical-align: top;
    width: 20%;
}
dd {
    margin-left: 20%;
    margin-top: -25px;
    padding:0 5px;
    vertical-align: top;
}

.esquerda dd, .direita dd{
    margin-left: 40%;
}

.esquerda dt, .direita dt{
    width: 40%;
}

/** Forms **/
form {
    clear: both;
    /** margin-right: 20px; **/
    padding: 0;
    width: 100%;
}
fieldset {
    border: none;
    margin-bottom: 1em;
    padding: 16px 10px;
}
fieldset legend {
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0;
    padding: 10px 0 0;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    margin-bottom: .4em;
    padding: .1em 0;
    vertical-align: text-top;
}
form .input {
    color: #444;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
form .titularCartao label:after {
    content: '  (como escrito no cartão)';
    display:inline;
    font-size: 80%;
}
form div.submit {
    border: 0;
    clear: both;
    margin: 10px 0;
}
label {
    display: block;
    margin-bottom:3px;
}
input, textarea {
    clear: both;
    font-size: 100%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 3px;
    width:90%;
    min-width: 300px;
}
textarea{
    height:50px;
}
select {
    clear: both;
    /*font-size: 120%;*/
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}

table.nostyle {
    width: 400px;
    border-spacing: 0px;
}

table.nostyle tr, table.nostyle th, table.nostyle td{
    border:1px solid #000000;
    padding: 2px;
    background: #ffffff;
    text-align: center;
}

table#produtos input[readonly="readonly"]{
    background: #eee;
    border:1px solid #ccc;
}

input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
    min-width: 0px;
}
div.checkbox label {
    display: inline;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 6px 0;
    padding: 0;
    line-height: 26px;
}
.radio label {
    margin: 0 0 6px 20px;
    line-height: 26px;
}
input[type=submit]:not(.nada) {
    display: inline;
    font-size: 110%;
    width: auto;
    -webkit-appearance: none;
}
.bt_green {
    background:#62af56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    border:1px solid #2d6324;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
    -webkit-appearance: none;
    font-weight:normal;
    text-decoration: none;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
}
.bt_green:hover {
    background: #5BA150;
    -webkit-appearance: none;
}
.submit input[type=submit]:not(.nada) {
    background:#62af56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    border-color: #2d6324;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
    -webkit-appearance: none;
}
.submit input[type=submit][disabled=disabled]:not(.nada) {
    background:#ccc;
    border-color: #2d6324;
    color: #717171;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
    -webkit-appearance: none;
    background-image: url('/img/fancy/fancybox_loading.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
}
.submit input[type=submit]:hover {
    background: #5BA150;
    -webkit-appearance: none;
}
/* Form errors */
form .error {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}
form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}
form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

/** Notices and Errors **/
.message {
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    background: #ffcc00;
    margin: 1% 2% 0 2%;
    padding: 10px;
    color: #404040;
}
.success,
.message,
.cake-error,
p.error,
.error-message {
    clear: both;
    color: #fff;
    background: #ED1C29;
}
.message {
    /*background: #;*/
}
.success {
    clear: both;
    color: #fff;
    background: #3B8230;
}
.error-transact {
    clear: both;
    color: #fff;
    background: #ED1C29;
}
p.error {
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    font-weight: normal;
    line-height: 140%;
}
.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
.msg-payment {
    clear: both;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: calc((100% - 600px)/2);
    margin-left: -moz-calc((100% - 600px)/2);
    margin-left: -webkit-calc((100% - 600px)/2);
    height: 200px;
    width: 600px;
    border: 4px solid #ccc;
    border-radius: 50px;
    background: #fff;
}
.msg-payment-antifraude {
    margin-left: calc((100% - 600px)/2);
    width: 600px;
    text-align: center;
}
.msg-antifraude {
    float: left;
    width: 460px;
}
.img-message{
    float: left;
    width: 128px;
}
.msg-message{
    font-size: 20px;
    max-width: 400px;
    margin-left: 160px;
    margin-top: 20px;
}
.success-payment {
    color: #3B8230;
}
.error-payment {
    color: #9e2424;
}
.success {
    color: #fff;
}

/**  Actions  **/
.actions ul {
    margin: 0;
    padding: 0;
}
.actions li {
    padding-left:30px;
    float:left;
    margin-right: 2%;
    position: relative;
    list-style-type: none;
    line-height: 22px;
    text-transform: uppercase;
}
.actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
    color: black;
}

.actions ul li.adicionar{ background: url('../img/adicionar.png') no-repeat left center; }
.actions ul li.editar{ background: url('../img/editar.png') no-repeat left center; }
.actions ul li.remover{ background: url('../img/remover.png') no-repeat left center; }
.actions ul li.listar{ background: url('../img/listar.png') no-repeat left center; }
.actions ul li.salvar{ background: url('../img/salvar.png') no-repeat left center; }
.actions ul li.pesquisar{ background: url('../img/pesquisa.png') no-repeat left center; }
.actions ul li.relatorio{ background: url('../img/google_docs.png') no-repeat left center; }

/* Buttons and button links */
input[type=submit]:not(.nada){
    font-weight:normal;
    padding: 4px 8px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color:#333;
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
    text-decoration: underline;
}

/** Related **/
.related {
    clear: both;
    display: block;
}

/** Debugging **/
pre {
    color: #000;
    background: #f0f0f0;
    padding: 15px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
    padding: 0;
    position: relative;
}
.cake-debug-output > span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px;
    color: #000;
    display: block;
    float: left;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
    font-size: 16px;
    line-height: 20px;
    clear: both;
}
.cake-error > a {
    text-shadow: none;
}
.cake-error {
    white-space: normal;
}
.cake-stack-trace {
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    margin: 10px 0 5px 0;
    padding: 10px 10px 0 10px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cake-stack-trace a {
    text-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 4px 10px 2px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
.cake-context {
    margin-bottom: 10px;
}
.cake-stack-trace pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px 0 10px 0;
    padding: 1em;
    overflow: auto;
    text-shadow: none;
}
.cake-stack-trace li {
    padding: 10px 5px 0px;
    margin: 0 0 4px 0;
    font-family: monospace;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -wekbkit-border-radius: 4px;
    border-radius: 4px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
.cake-code-dump .code-highlight {
    display: block;
    background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
    padding-left:5px;
    display:block;
    margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
    background:#ecc;
}
.code-coverage-results div.covered span.content {
    background:#cec;
}
.code-coverage-results div.ignored span.content {
    color:#aaa;
}
.code-coverage-results span.line-num {
    color:#666;
    display:block;
    float:left;
    width:20px;
    text-align:right;
    margin-right:5px;
}
.code-coverage-results span.line-num strong {
    color:#666;
}
.code-coverage-results div.start {
    border:1px solid #aaa;
    border-width:1px 1px 0px 1px;
    margin-top:30px;
    padding-top:5px;
}
.code-coverage-results div.end {
    border:1px solid #aaa;
    border-width:0px 1px 1px 1px;
    margin-bottom:30px;
    padding-bottom:5px;
}
.code-coverage-results div.realstart {
    margin-top:0px;
}
.code-coverage-results p.note {
    color:#bbb;
    padding:5px;
    margin:5px 0 10px;
    font-size:10px;
}
.code-coverage-results span.result-bad {
    color: #a00;
}
.code-coverage-results span.result-ok {
    color: #fa0;
}
.code-coverage-results span.result-good {
    color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
    display:none;
}

/* Coisitas */

div.msgDashboard{
    margin-bottom: 20px;
}

div.titulo{
    font-weight: bold;
    margin-bottom: 3px;
}

.esquerda, .direita{
    padding:0;
    margin:0;
}

.esquerda{
    width:56%;
    float:left;
}

.direita{
    width:42%;
    float:right;
}

.inputEsquerda{
    width: 45%;
    float:left;
}

.inputDireita{
    margin-left: 46%;
}

.inputEsquerda .input input{
    width:95%;
    min-width: 50px;
}

.inputDireita .input input{
    width:95%;
    min-width: 50px;
}

.valoresProduto{
    margin-top: 15px;
}

span.valorTotalPedido, span.valorTotal, span.valorDevolucao{
    color: red;
}

.condicao{
    display: block;
}

.nada{
    margin:0;
    padding:0;
    background:none;
    border:none;
    text-shadow:none;
    box-shadow:none;
    text-transform: none;
    text-align: left;
    font-size: 100%;
    text-decoration: underline;
    cursor: pointer;
    padding: 10px;
}

.hint:after {
    min-width: 150px;
}

.pendencia{ background: url('../img/atencao-ico.png') no-repeat right center; }

.simulador {
    display: none;
}

/**
 * Switch Slider
 */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: 0px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #5BA150;/*#2196F3;*/
}

input:focus + .slider {
    box-shadow: 0 0 1px #5BA150;/*#2196F3;*/
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

/**
 * HINT- A CSS tooltip library
 */

.hint { position: relative; display: inline-block;}

.hint:before, .hint:after {
            position: absolute;
            opacity: 0;
            z-index: 1000000;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
  pointer-events: none;
}


.hint:hover:before, .hint:hover:after {
    opacity: 1;
}

.hint:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    position: absolute;
}

.hint:after {
    content: attr(data-hint);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    min-width: 100px;
    max-width: 300px;
    white-space: normal;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}


/* top */

.hint--top:before {
    bottom: 100%;
    left: 50%;
    margin: 0 0 -18px 0;
    border-top-color: rgba(0, 0, 0, 0.8);
}

.hint--top:after {
    bottom: 100%;
    left: 50%;
    margin: 0 0 -6px -10px;
}

.hint--top:hover:before {
    margin-bottom: -10px;
}

.hint--top:hover:after {
    margin-bottom: 2px;
}

/* default: bottom */

.hint--bottom:before {
    top: 100%;
    left: 50%;
    margin: -14px 0 0 0;
    border-bottom-color: rgba(0, 0, 0, 0.8);
}

.hint--bottom:after {
    top: 100%;
    left: 50%;
    margin: -2px 0 0 -10px;
}

.hint--bottom:hover:before {
    margin-top: -6px;
}

.hint--bottom:hover:after {
    margin-top: 6px;
}

/* right */

.hint--right:before {
    left: 100%;
    bottom: 50%;
    margin: 0 0 -4px -8px;
    border-right-color: rgba(0,0,0,0.8);
}

.hint--right:after {
    left: 100%;
    bottom: 50%;
    margin: 0 0 -13px 4px;
}

.hint--right:hover:before {
    margin: 0 0 -4px -0;
}

.hint--right:hover:after {
    margin: 0 0 -13px 12px;
}

/* left */

.hint--left:before {
    right: 100%;
    bottom: 50%;
    margin: 0 -8px -4px 0;
    border-left-color: rgba(0,0,0,0.8);
}

.hint--left:after {
    right: 100%;
    bottom: 50%;
    margin: 0 4px -13px 0;
}

.hint--left:hover:before {
    margin: 0 0 -4px 0;
}

.hint--left:hover:after {
    margin: 0 12px -13px 0;
}

.hint--always:after, .hint--always:before {
    opacity: 1;
    visibility: visible;
}

.hint--always:after {
    min-width: 230px;
    margin-right: 15px;
}

.hint--always:after {
    margin-right: 3px;
}

#divCartao {
    display: none;
    padding-bottom: 10px;
}

.tituloFamilia {
    border-bottom: 4px solid #ccc;
    display: inline-block;
    width: 100%;
}

.itensFamilia {
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    width: calc(100% - 220px);
    float: left;
}

.totalFamilia {
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    width: 200px;
    text-align: right;
    float: right;
}

div.produtosFamilia th{
    text-align: center;
}

select.filial {
    padding:0;
    font-size:12px;
    text-transform:uppercase;
    margin-top:5px;
    border: none;
    color: #fff;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    cursor: pointer;
    background-color: transparent;
}

select.filial:focus-visible{
    background-color: #ed1c29;
}

select[readonly] {
    pointer-events: none;
    touch-action: none;
  }

.formaPagamento {
    float: left;
}

.formaPagamento select{
    min-height: 24px;
}

.formaPagamento div{
    float: left;
    margin-right: 50px;
}

.formaPagamento div.cupom{
    margin-right: 5px;
}

.formaPagamento .error-message{
    float: none;
}

.DivResumo{
    font-size: 120%;
}

.DivResumo span{
    font-weight: bold;
}

.DivResumo span.valores{
    min-width: 120px;
    display: inline-block;
}

.DivResumoTotal{
    font-size: 130%;
    font-weight: bold;
    margin-top: 5px;
    border-top: 3px solid #ccc;
    width: max-content;
    float: right;
    padding-top: 10px;
}

.DivResumoTotal .valorTotalPedido{
    color: green;
}

.DivResumo .LegendaDescontos{
    font-weight: normal;
}

.pagFamilia {
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}

/**
* TÉCNICAS PARA LAYOUT RESPONSIVO // https://tableless.com.br/design-responsivo-na-pratica-2-layout-ao-html
*/
.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}

.clearfix:after {
   clear: both;
}

.clearfix {
   zoom: 1;
}

.clearfix *, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

/* tablets */
@media screen and (max-width: 1024px) {
    .input:hover .hint {
        margin: -30px 0 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .esquerda,.direita {
        width: 100%;
        position: relative;
    }

    #divCartao {
        display: block;
        padding-bottom: 10px;
    }
}

/* celulares */
@media screen and (max-width: 480px) {
    #container {
        max-width: 100%;
        overflow-x: hidden;
    }
    #header div.logo {
        width: 100%;
        text-align: center;
        padding-top: 14px;
    }

    #header div.descricao {
        margin-left: 0;
        padding-top: 55px;
        font-size: 14px;
        text-align: center;
        float: none;
    }

    #footer {
        height: 75px;
    }

    #footer div.logos {
        width: 100%;
        margin-left: 5%;
    }

    #footer div.texto {
        float: none;
        text-align: center;
    }

    .msg-payment {
        width: 95%;
        height: 80%;
        margin-left: 2.5%;
    }

    .msg-message {
        margin-left: 130px;
    }

    .msg-payment-antifraude {
        width: 95%;
        margin-left: 2.5%;
    }

    .msg-antifraude {
        width: 100%;
    }

    .input {
        min-width: 200px;
    }

}

/** Inputs checkbox **/
.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    /* Permite quebra de linha */
}

.checkbox-item {
    width: 50%;
    /* Define que cada item ocupará 50% da largura, ou seja, dois por linha */
    display: inline-block;
    padding: 5px 0;
    /* Espaçamento entre os itens */
}

/* Aumentar o tamanho do checkbox */
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;

    /* Adicionar cursor de clique */
}

.modal {
    display: none; /* Inicialmente escondido */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}