/* -------------------------------------------------------------- */			
/* Função utilizada no admin e site: prepre */			
/* -------------------------------------------------------------- */
.prepre-geral { /*max-width: 980px;*/ }
.prepre { box-sizing: border-box; margin-top: 20px; background: rgba(0,0,0,0.07); box-shadow: 5px 5px 0 #ddd; width: 100%; border-collapse: collapse; border: 1px solid #aaa; border-bottom: none; }
.prepre td, .prepre th { box-sizing: border-box; font-family: monospace; font-size: 13px; padding: 6px; border-bottom: 1px solid #aaa; }
.prepre th { width: 30%; border-right: 1px solid #aaa; }
.prepre td { color: #000; }
.camaleao { color: #acacac; }
.val { padding: 0 5px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.val_numeric { font-weight: bold; background: orange; color: #fff; }
.val_numeric_0 { background: red; color: #fff; }
.val_true { background: green; color: #fff; }
.val_date { background: #C65FD3; color: #fff;  }
.val_url { background: #3671B5; color: #fff;  }

.valor > .prepre { margin-top: 0; box-shadow: none; border: none; }
/*.valor > .prepre th { width: 30%; }*/

.prepre-serial { background: #000; color: #fff !important; }
.prepre-serial .escondido > .prepre { margin-top: 5px; box-shadow: none; border-color: #545454 }
.prepre-serial .escondido > .prepre td { padding: 0; color: #fff !important; border-color: #545454 !important; }
.prepre-serial .escondido > .prepre th { color: #fff !important; border-color: #545454 !important; }