@charset "utf-8";

* {
    margin:0;
    padding:0;
}
/** General Style Info **/
html {
    height: 100%;
    scrollbar-width: thin;
}
body {
    color: black;
    font-family:'lucida sans unicode',verdana,helvetica,arial,sans-serif;
    font-size:80%;
    height: 100%;
    margin: 0;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration:none;
}
a img {
    border:none;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
h1 {
    float:left;
    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;
    height:calc(100% - 5px);
    height:-moz-calc(100% - 5px);
    height:-webkit-calc(100% - 5px);
    width: 100%;
    /*min-width: 750px;*/
}

#header, #content {
    min-width: 750px;
}

#header{
    /*background: url('../img/background.png') repeat center center;*/
    background: #8ccbd1;
    z-index: 10;
    position: relative;
    box-shadow: 0 2px 5px #aaa;
    height: 160px;
    min-width: 750px;
}

#header.headeruzoo{
    background: #8ccbd1;
}
#header.headerfinottato{
    background: #141414;
}
#header.headeruzoofinottato{
    background: #535353;
}

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

#header div.logo{
    float:left;
    box-shadow: 2px 0 5px #aaa;
    background: white;
}

#header div.descricao{
    float:left;
    padding-top:20px;
    margin-left:1%;
    font-size: 90%;
}

#header div.dados{
    float:right;
    margin-top:20px;
    margin-right:30px;
}

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

#header div.dados div.infos{
    text-align: right;
    float: right;
    color: #fff;
    font-weight: bold;
}

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

#menu {
    position: relative;
    padding-top: 15px;
    z-index: 9;
    height: 39px;
}

#menu ul li a, #menu ul li a:hover{
    color:black;
    text-decoration: none;
}

/* menu principal */
#menu ul li{
    padding-left:3px;
    float:left;
    position: relative;
    height: 25px;
    list-style-type: none;
}

#menu ul li.relatorio{ background: url('../img/relatorio.png') no-repeat left center; }
#menu ul li.grupo{ background: url('../img/grupo.png') no-repeat left center; }
#menu ul li.pedidos{ background: url('../img/pedidos.png') no-repeat left center; }
#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/senha.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.propostas{ background: url('../img/propostas.png') no-repeat left center; }
#menu ul li.orcamentos{ background: url('../img/orcamentos.png') no-repeat left center; }
#menu ul li.visitas{ background: url('../img/visitas.png') no-repeat left center; }
#menu ul li.pedido-inteligente{ background: url('../img/pedido-inteligente.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;
    right: 0;
    top: 25px;
    background: #d9d9d9/*#f5edeb*/;
    margin-left: 0;
    padding: 10px;
    float: left;
    border: 2px solid #ccc;
    display: none; /* esconde o sub menu*/
    width: 200px;
}

/* 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: 25px;
    right: 0px;
    z-index: 10;
}

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

#content{
    clear: both;
    overflow: auto;
    height: calc(100% - 160px);
    height: -moz-calc(100% - 160px);
    height: -webkit-calc(100% - 160px);
}
#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;
}

.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;
    text-decoration: underline !important;
}

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.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;
    border: 0px;
}

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

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

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

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

table#metafamilia01 td{
    padding: 3px;
    background: #81cbd0;
    border: 0px;
}

table#metafamilia03 td{
    padding: 3px;
    background: #AC9489;
    border: 0px;
}

table#metafamilia02 td{
    padding: 3px;
    background: #81cbd0;
    border: 0px;
}

table#metasubgrupo td{
    padding: 3px;
    background: #66CCFF;
    border: 0px;
}

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{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding:10px 1%;
    clear: both;
}

div.actions{
    padding:10px 1%;
}

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.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;
    text-align: left;
    padding:4px;
    background: #303030;
    color:#fff;
}
th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
th a.asc:after {
    content: ' ⇣';
}
th a.desc:after {
    content: ' ⇡';
}
table tr td {
    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;
    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: 35%;
}

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

/** 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: .2em;
    padding: .1em 0;
    vertical-align: text-top;
}
form .input {
    margin-bottom:9px;
}
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;
    margin-top: 15px;
}
label {
    display: block;
    font-size: 90%;
    margin-bottom:5px;
}
input, textarea {
    font-size: 100%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 3px;
    width:90%;
    min-width: 200px;
    background: #d5d5d5;/*#f5edeb;*/
    border: 0px;
    overflow: hidden;
}
textarea{
    height:90px;
}
select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
    background: #d5d5d5;/*#f5edeb;*/
    border: 0px;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}

table#produtos input[readonly="readonly"]{
    background: none;
}

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;
}
button {
    background: #b9b9b9/*#c9b4a9*/;
    border:1px solid #737373/*#decac1*/;
    border-radius: 2px;
    min-height: 25px;
    cursor: pointer;
    min-width: 110px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
button:hover {
    background: #737373/*#baa59a*/;
    color: #fff;
    cursor: hand;
}
/* 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 {
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    margin: 1% 2% 0 2%;
    padding: 5px;
    color: #404040;
}
.success,
.message,
.cake-error,
p.error,
.error-message {
    color: #9e2424;
}
.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;
}
.actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
    color: #000;
}

.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/propostas.png') no-repeat left center; }

/* Buttons and button links */
input[type=submit].btblackcar{
    background: url('../img/carrinhop.png') no-repeat 5% center;
    background-color: #303030;
    border:1px solid #595959;
    max-width: none;
    color: #fff;
}
input[type=submit].btblackcar:hover{
    background: url('../img/carrinhop.png') no-repeat 5% center;
    background-color: #000000;
}
input[type=submit].btblack{
    background-color: #303030;
    border:1px solid #595959;
    max-width: none;
    color: #fff;
}
input[type=submit].btblack:hover{
    background-color: #000000;
}
input[type=submit]{
    background: #b9b9b9/*#c9b4a9*/;
    border:1px solid #737373/*#decac1*/;
    border-radius: 2px;
    cursor: pointer;
    min-width: 0;
    max-width: 150px;
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    /*-webkit-border-radius: 0;*/
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
input[type=submit]:hover{
    background: #737373/*#baa59a*/;
    color: #fff;
}
.actions ul li a:hover,
.actions a:hover {
    text-decoration: none !important;
}
.actions a:link {
    text-decoration: none;
}
.actions a:visited {
    text-decoration: none;
}

/** 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;
}

div.msgDashEsq{
    float: left;
    width: 49%;
    margin-bottom: 10px;
}

div.msgDashDir{
    float: right;
    width: 49%;
    margin-bottom: 10px;
}
div.msgDashboard{
    margin-bottom: 10px;
}

div.titulo{
    font-weight: bold;
    background: #d6c9c3;
    padding: 5px;
    padding-left: 15px;
}

div.msgdash{
    padding: 15px;
    background: #f5edeb;
}

.direita{
    width:39%;
    padding:0;
    margin:0;
}
.esquerda{
    float:left;
    width:59%;
    padding:0;
    margin:0;
}
.menuesquerda{
    float:left;
    /*background: url('../img/background.png') repeat center center;*/
    box-shadow: 2px 0 5px #aaa;
    height: 100%;
    width: 232px;
    min-height: 100%;
    overflow:auto;
    clear:both;
    scrollbar-width: thin;
}
.buttonmenu{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 8px;
    font-size: 110%;
    cursor: pointer;
}
div.buttonmenu:hover {
    cursor: hand;
}
.buttonmenu2{
    width: 80%;
    margin-left: 18px;
    margin-top: 6px;
    padding: 6px 4px;
    text-align: left;
    cursor: pointer;
}
div.buttonmenu2:hover {
    cursor: hand;
}
.buttonmenu3{
    width: 80%;
    margin-left: 18px;
    margin-top: 1px;
    padding: 2px 4px 2px 4px;
    text-align: left;
    font-size: 90%;
    cursor: pointer;
}
div.buttonmenu3:hover {
    cursor: hand;
}
.direita{
    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;
}
.bellaprodutos input {
    font-size: 100%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 3px;
    background: #ffffff;
    border: 1px solid #575757;
    min-width: 75px;
    width: 96px;
    margin-bottom: 3px;
    text-align: right;
}
.itempedido {
    margin: 1px;
    width: 250px;
    height: 355px;
    float:left;
}
.itempedido2 {
    width:102px;
    float:left;
    padding: 0px 4px;
    font-size:80%;
}
.btValidaCupom{
    cursor: pointer;
}
.btaddacarrinho{
    width: 95px;
    padding: 4px;
    font-weight: bold;
    cursor: pointer;
    background: #3f403f;
    color: #fff;
}
.btqtd{
    width: 20px;
    height:20px;
    cursor: pointer;
    float: left;
}

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

div.uzoo{
    background: #51b6bd;
    height: inherit;
    width:calc(50% - 232px);
    width:-moz-calc(50% - 232px);
    width:-webkit-calc(50% - 232px);
}

div.finottato{
    background: #000;
    height: inherit;
    width:calc(50% - 232px);
    width:-moz-calc(50% - 232px);
    width:-webkit-calc(50% - 232px);
}

.indicadorMeta{
    display: inline-block;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.indMeta0{
    background-color: #ccc;
}
.indMeta1{
    background-color: red;
}
.indMeta2{
    background-color: #f0cc09;
}
.indMeta3{
    background-color: blue;
}
.indMeta4{
    background-color: green;
}

.corMeta0{
    color: #333;
}
.corMeta1{
    color: red;
}
.corMeta2{
    color: #e6c200;
}
.corMeta3{
    color: blue;
}
.corMeta4{
    color: green;
}

/**
 * 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: 200px;
    max-width: 200px;
    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 {
        height: 100px;
        background-size: contain;
    }
    #header div.logo {
        height: 110px;
        text-align: center;
    }

    #header div.logo img{
        height: 95%;
    }

    #header div.descricao {
        margin-left: 0;
        padding-top: 55px;
        font-size: 14px;
        text-align: center;
        float: none;
    }
    #content {
        height: calc(100% - 110px);
        height: -moz-calc(100% - 110px);
        height: -webkit-calc(100% - 110px);
    }

    #footer {
        height: 75px;
    }

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

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

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

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

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

    .msg-antifraude {
        width: 100%;
    }

    div.view{
        width: 95%;
    }
}