@charset "utf-8";
.fundo {
  background-image: url("BC_padrao-500.png");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  transition: all 0s ease-in-out;
}
.tb,
.tb::after {
  table-layout: fixed;
  width: 100%;
  display: grid;
  border-collapse: collapse;
}
.tb td {
  table-layout: fixed;
  display: table-cell;
  text-align: left;
  padding: 0 5px 0 5px;
  border: 1px solid blue;
}
.tb tr {
  display: table-row;
  width: 100%;
}
.tb th {
  text-align: left;
  padding: 0 5px 0 5px;
  display: table-cell;
  border: 1px solid blue;
}
.heading {
  padding: 10px 0 5px 0;
  margin: 0 0 0 0;
}
.nospace {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.clear {
  display: block;
}
.clear::before,
.clear::after {
  display: table;
  content: "";
}
.clear,
.clear::after {
  clear: both;
}
.center {
  text-align: center;
}
.nospace {
  margin: 0;
  padding: 0;
  list-style: none;
}
.circle {
  border-radius: 50%;
  background-clip: padding-box;
}
/* Elements */
img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
  border: none;
}
legend {
  display: none;
}
label,
input,
select,
button {
  display: block;
  resize: none;
  outline: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: middle;
}
label {
  margin-bottom: 5px;
}
:required,
:invalid {
  outline: none;
  box-shadow: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: Verdana, Geneva, sans-serif;
}
input[type=text],
input[type=number],
input[type=password],
input[type=file],
input[type=date],
input[type=month],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[type=color],
input[type=email],
input[type=range],
textarea,
select {
  width: 120px;
  border-radius: 8px;
  font-size: 12px;
  height: 32px;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type=checkbox] {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-family: Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  font-style: italic;
}
h1,
h2,
h3 {
  font-style: bold;
}
h4,
h5,
h6 {
  font-style: italic;
}
a {
  outline: none;
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
}
.inline::before,
.inline,
.inline::after {
  clear: both;
}
.inline > * {
  display: inline-block;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.auto {
  display: auto;
  margin: auto auto auto auto;
  text-align: center;
}
.centerbox {
  text-align: center;
  margin: 0;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  position: absolute;
  top: 20%;
  left: 50%;
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  box-shadow: 5px 7px rgba(0, 0, 0, 0.6);
}
.pad20 {
  padding: 20px;
}
/* table */
td > p,
th > P {
  padding: 0 0 0 0;
  font-size: 10px;
  border: 0;
  cellspacing: 0 ;
}
.borderedTable {
  border: 1px solid navy;
}
.borderless {
  border-collapse: collapse;
  line-height: 1em;
}
.borderless > tr {
  width: 100%;
  padding: 8px 0;
}
.borderless tr > td,
.borderless tr > th {
  border: none;
  color: red;
}
.bordered > tr > td,
.bordered > tr > th {
  border: 1px solid navy;
}
#e {
  width: 180px;
}
/*Seleção de cores e background*/
body {
  background-color: #40FFFF;
  background: linear-gradient(to bottom right, #40FFFF, #00AFFf, #00AFFf);
  color: navy;
}
/* usado em acesso_XX */
#innerJob {
  box-shadow: 7px 9px rgba(0, 0, 0, 0.5);
  border: 2px navy solid;
  background-color: #80c0ff;
  background: linear-gradient(to bottom right, #80c0ff, rgba(128, 192, 255, 0.2));
  color: navy;
}
#pagina_central {
  color: navy;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), #e0e0ff);
}
#pagina_central article .heading {
  color: #AF207F;
}
#pagina_central article:hover i {
  color: inherit;
}
.fundo {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 120px;
  background-blend-mode: lighten;
  width: 100%;
  display: inline-block;
  padding-bottom: 33%;
}
.TextoDestaque {
  color: #FF0000;
}
.backtotop,
.clickme,
.circle {
  background-color: hsl(200, 100%, 50%);
  background-image: linear-gradient(-30deg, hsl(200, 100%, 50%), hsl(200, 100%, 80%), hsl(200, 100%, 50%));
  color: #00004F;
}
.clickme:hover,
.circle:hover,
.backtotop:hover {
  background-color: hsl(200, 100%, 60%);
  background-image: linear-gradient(-30deg, hsl(200, 100%, 60%), hsl(200, 100%, 90%), hsl(200, 100%, 60%));
}
.publicicon > .icone,
.env,
.clr,
.publicicon > .btnDel,
.public,
.publiccolor,
.publicback {
  color: #00007F;
}
.publicicon > .icone,
.env,
.clr,
.publicicon > .btnDel {
  background-color: hsl(10, 100%, 50%);
  background-image: linear-gradient(-30deg, hsl(10, 100%, 50%), hsl(10, 100%, 80%), hsl(10, 100%, 50%));
}
.public,
.publiccolor {
  background-color: hsl(10, 40%, 60%);
  background-image: linear-gradient(-30deg, hsl(10, 40%, 60%), hsl(10, 100%, 90%), hsl(10, 40%, 60%));
}
.public.active {
  background-color: hsl(10, 100%, 50%);
  background-image: linear-gradient(-30deg, hsl(10, 100%, 50%), hsl(10, 100%, 90%), hsl(10, 100%, 50%));
}
.public:hover,
.publiccolor:hover,
.publicicon :hover {
  background-color: hsl(10, 100%, 60%);
  background-image: linear-gradient(-30deg, hsl(10, 100%, 60%), hsl(10, 100%, 90%), hsl(10, 100%, 60%));
}
.publicback {
  background-color: hsla(10, 100%, 50%, 0.4);
  background-image: linear-gradient(-30deg, hsla(10, 100%, 50%, 0.4), hsla(10, 100%, 80%, 0.4), hsla(10, 100%, 50%, 0.4));
}
.privateicon > .icone,
.alq,
.ald,
.privateicon > .btnDel,
.private,
.privateback {
  color: #003F00;
}
.privateicon > .icone,
.alq,
.ald,
.privateicon > .btnDel {
  background-color: hsl(170, 100%, 50%);
  background-image: linear-gradient(-30deg, hsl(170, 100%, 50%), hsl(170, 100%, 80%), hsl(170, 100%, 50%));
}
.private,
.privatecolor {
  background-color: hsl(170, 40%, 60%);
  background-image: linear-gradient(-30deg, hsl(170, 40%, 60%), hsl(170, 100%, 90%), hsl(170, 40%, 60%));
}
.private.active {
  background-color: hsl(170, 100%, 50%);
  background-image: linear-gradient(-30deg, hsl(170, 100%, 50%), hsl(170, 100%, 90%), hsl(170, 100%, 50%));
}
.private:hover,
.privatecolor :hover,
.privateicon :hover {
  background-color: hsl(170, 100%, 60%);
  background-image: linear-gradient(-30deg, hsl(170, 100%, 60%), hsl(170, 100%, 90%), hsl(170, 100%, 60%));
}
.privateback {
  background-color: hsla(170, 100%, 50%, 0.4);
  background-image: linear-gradient(-30deg, hsla(170, 100%, 50%, 0.4), hsla(170, 100%, 80%, 0.4), hsla(170, 100%, 50%, 0.4));
}
.baseicon > .icone,
.baseicon > .btnDel,
.num,
.base,
.baseback {
  color: #00007F;
}
.cicle,
.baseicon > .icone,
.num,
.baseicon > .btnDel {
  background-color: hsl(200, 100%, 50%);
  background-image: linear-gradient(-30deg, hsl(200, 100%, 50%), hsl(200, 100%, 80%), hsl(200, 100%, 50%));
}
.base,
.basecolor {
  background-color: hsl(200, 40%, 60%);
  background-image: linear-gradient(-30deg, hsl(200, 40%, 60%), hsl(200, 100%, 90%), hsl(200, 40%, 60%));
}
.base.active {
  background-color: hsl(200, 100%, 50%);
  background-image: linear-gradient(-30deg, hsl(200, 100%, 50%), hsl(200, 100%, 90%), hsl(200, 100%, 50%));
}
.base:hover,
.basecolor :hover,
.baseicon :hover {
  background-color: hsl(200, 100%, 60%);
  background-image: linear-gradient(-30deg, hsl(200, 100%, 60%), hsl(200, 100%, 90%), hsl(200, 100%, 60%));
}
.baseback {
  background-color: hsla(200, 100%, 50%, 0.4);
  background-image: linear-gradient(-30deg, hsla(200, 100%, 50%, 0.4), hsla(200, 100%, 80%, 0.4), hsla(200, 100%, 50%, 0.4));
}
.basesolid {
  background-color: hsl(200, 100%, 50%);
  background-image: linear-gradient(-30deg, hsla(200, 100%, 50%, 0), hsla(200, 100%, 80%, 0), hsla(200, 100%, 50%, 0));
  box-shadow: 7px 9px rgba(0, 0, 0, 0.5);
  border: 2px navy solid;
  border-radius: 10px;
  outline: none;
}
.preload-images {
  background: url("images/clock0.gif") no-repeat -9999px -9999px;
}
input[type=text],
input[type=password],
input[type=checkbox],
input[type=file],
input[type=number],
textarea,
select {
  border-radius: 4px;
  margin: 5px 3px;
  box-sizing: border-box;
  color: #00004F;
  box-shadow: 3px 5px rgba(0, 0, 0, 0.2);
  outline: none;
  background-color: #ffffff;
}
/* CLASS                    - EXPLICAÇÃO
 * 
 * btn                      - button comum, como "voltar"
 * btnGet                   - button da ícone obtido na função DrawIcone em cfg/funcoes_ini.php 
 * btnDel                   - button inferior da ícone, que permite excluir um arquivo
 * [admin/user]icon         - div que encapsula a ícone e mantém todas do mesmo tamanho: [admin: permite botão excluir]
 
 * icone                    - parte superior de [admin/user]icon, mas sem o espaço do btnDel
 * 
 * [public/private]         - aba na navegação de arquivos [públic: aba pública]
 * [public/private].active  - aba ativa (selecionada) 
 * [public/private]color    - somente as cores de public
 * [public/private]icon     - identificação das cores em [admin/user]icon de que a ícone segue em coloração pública
 * [public/private]back     - background da aba (cor de fundo)
 */
.public,
.private,
.base {
  margin: 0 1px 0 1px;
  padding: 0 10px 0 10px;
  outline: none;
  float: left;
  height: 30px;
  width: 120px;
  border: none;
  border-radius: 32px 32px 0 0;
  cursor: pointer;
  font-size: 11px;
}
.clickme {
  height: 32px;
  width: 140px;
}
.clickme,
.btnGet,
.btnDel {
  box-shadow: 5px 7px rgba(0, 0, 0, 0.6);
  transition: 100ms;
}
.clickme:active,
.btnGet:active,
.btnDel:active,
.circle:active {
  box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  transform: translate(4px, 6px);
}
.btnDel {
  height: 32px;
  width: 140px;
}
.clickme,
.btnDel {
  padding: 2px;
  margin: 5px 3px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 10px;
}
.btnGet > img {
  margin: 4px 0 0 0;
  padding: 0;
  height: 128px;
  width: 128px;
  background: none !important;
}
.btnGet > div {
  margin: 0;
  padding: 0px 3px 0px 3px;
  overflow: hidden;
  height: 40px;
  width: 100%;
  vertical-align: top;
  background: none !important;
}
.btnDel > img {
  margin: -5px 5px;
  padding: 0;
  float: left;
  height: calc(32px - 4px);
  width: calc(32px - 4px);
  background: none !important;
}
.icone,
.usericon {
  height: calc(128px + 40px + 8PX);
}
.adminicon {
  height: calc(128px + 40px + 32px + 16px);
}
.icone {
  width: calc(128px + 18px);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 16px;
}
.adminicon,
.usericon {
  margin: 12px 12px;
  display: inline-block;
  padding: 0px;
  width: calc(128px + 18px);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 16px;
}
.clickme,
.btnDel {
  cursor: pointer;
  text-transform: uppercase;
  border: 0;
  border-radius: 16px;
}
.btnGet {
  margin: 0px;
  width: calc(128px + 16px);
  height: calc(128px + 40px + 4px) 136px;
  border-radius: 16px;
  font-size: 80%;
  cursor: pointer;
  background: none !important;
  border: none;
}
.tab {
  overflow: hidden;
  background-color: rbga(0, 0, 0, 0);
}
/* não alterar o background transparente*/
.tabcontent,
.tabcontent a {
  min-height: 300px;
  font-size: 12px;
}
.tabcontent {
  padding: 6px 12px;
  display: none;
  border: 2px solid;
  min-height: 300px;
  border-radius: 4px 4px 16px 16px;
  height: 100%;
  overflow: both;
}
.backtotop {
  border-radius: 50%;
  z-index: 999;
  display: inline-block;
  position: fixed;
  visibility: hidden;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  opacity: 0.5;
}
.backtotop > img {
  max-width: 100%;
  max-height: 100%;
  padding: 12% 12%;
}
.backtotop.visible {
  visibility: visible;
  opacity: 0.5;
}
.backtotop:hover {
  opacity: 1;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 100px 0 0 0;
}
summary {
  font-weight: bold;
}
.sectiontitle {
  display: block;
  max-width: 55%;
  margin: 10px auto 10px;
  text-align: center;
}
.sectiontitle * {
  margin: 0;
}
#innerJob {
  display: block;
  overflow: auto;
  height: auto;
  margin: auto 5% auto 5%;
  border-radius: 30px;
  padding: 10px 0 20px 0;
  text-align: center;
  min-height: 50%;
}
#innerjob div {
  width: 100%;
  margin: 0 5% 0 5%;
}
/* Sidebar */
.sidebar .sdb_holder {
  margin-bottom: 50px;
}
.sidebar .sdb_holder:last-child {
  margin-bottom: 0;
}
/* Colours
--------------------------------------------------------------------------------------------------------------- */
table .destaque,
tr .destaque {
  color: #CF0000;
  font-style: bold;
  background-color: rgba(255, 255, 0, 0.25);
}
.circle {
  border-radius: 50%;
  box-shadow: 5px 7px rgba(0, 0, 0, 0.6);
  border: 1px solid navy;
  margin: 0 10px 10px 0;
  height: 48px;
  width: 48px;
  transition: 100ms;
}
a:active,
a:focus {
  background: transparent;
}
input:focus,
textarea:focus,
*:required:focus {
  border-color: #FF090F;
}
.overlay {
  color: #00003F;
  background-color: inherit;
}
.sidenav {
  background: rbga(0, 0, 0, 0);
}
.pizza {
  padding: 0 20% 0 20%;
  display: block;
}
.barras {
  padding: 0;
  display: block;
}
@-ms-viewport {
  width: device-width;
}
.desk {
  display: block;
}
.smart {
  display: none;
}
/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1920px) {
  #mainav ul {
    display: none;
  }
  #mainav form {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .desk {
    display: none;
  }
  .smart {
    display: block;
  }
  .pad20 {
    padding: 2px;
  }
  .icone,
  .usericon,
  .adminicon {
    height: 48px;
  }
  .icone {
    display: inline-block;
    clear: fixed;
    width: 100%;
    border: none;
    cursor: pointer;
    border: 0;
    border-radius: 16px;
    text-align: left;
  }
  .adminicon,
  .usericon {
    display: inline-block;
    border: none;
    cursor: pointer;
    border-radius: 16px;
    margin: 10px;
    width: calc(100% - 16px);
    text-align: left;
    display: table;
    border-collapse: collapse;
    clear: fixed;
  }
  .adminicon *,
  .usericon * {
    display: table-cell;
    border: none;
    height: 10px;
    clear: fixed;
    text-align: left;
    text-transform: uppercase;
  }
  .btnGet {
    float: left;
    display: flex;
    width: 100%;
    height: 48px;
    text-align: left;
    border: none;
    border-radius: 16px;
    clear: fixed;
    font-size: 80%;
  }
  .btnGet > img {
    float: left;
    height: 48px;
    width: 68px;
    padding: 0 0 0 20px;
    margin: 0 0 0 0;
  }
  .btnGet > div {
    font-size: 85%;
    margin: auto;
  }
  #innerJob {
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: none;
    background-image: none;
  }
  #innerJob {
    overflow: auto;
    height: auto;
    border-radius: 0;
    width: 100%;
  }
  #autostart {
    width: 100%;
  }
  #backtoone,
  .backtotop {
    display: none;
    visibility: hidden;
  }
  .pizza {
    min-width: 90%;
    padding: 10px 0 10px 0;
  }
}
@media screen and (max-height: 250px) {
  .sidenav {
    padding-top: 20px;
  }
}
/* medidores */
.container {
  max-width: min(100vw , 100vh);
  display: inline-block;
}
.container::before {
  clear: both;
  display: inline-flex;
}
.titulotr {
  max-width: min(81.6vw , 61.5vh);
  margin: 0 0 0 0;
}
.tabmedidor,
.tabmedidor > tr,
.tabmedidor > td {
  width: auto;
  margin: 0 0 0 0;
  border-width: 0 0 0 0;
  float: inline;
}
.env,
.alq,
.ald,
.num,
.clr {
  border-radius: min(3vw , 2.2vh);
  border-width: 0 min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) 0 ;
  box-shadow: 0 min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) 0 rgba(255, 255,255, 0.25),inset max(-3vw , -2.2vh) 0 min(3vw , 2.2vh) 0 rgba(0, 0, 0, 0.15),inset 0 max(-1.5vw , -1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) rgba(0, 0, 0, 0.25),inset min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) 0 rgba(255, 255,255, 0.25);
  margin: min(1.5vw , 1.1vh) 0 0 min(1.5vw , 1.1vh);
}
#valor {
  border-radius: min(3vw , 2.2vh);
  border-width: 0 0 0 0 ;
  box-shadow: inset max(-3vw , -2.2vh) 0 min(3vw , 2.2vh) 0 rgba(0, 0, 0, 0.15),
              inset 0 max(-1.5vw , -1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) rgba(0, 0, 0, 0.25),
              inset min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) 0 rgba(255, 255,255, 0.25);
  margin: min(1.5vw , 1.1vh) 0 0 min(1.5vw , 1.1vh);
}
.titulo {
  border-radius: none;
  border-width: 0 0 0 0 ;
  box-shadow: 0;
  margin: min(1.5vw , 1.1vh) 0 0 min(1.5vw , 1.1vh);
}
.clr:active,
.num:active,
.alq:active,
.ald:active,
.env:active {
  transform: translate(min(0.375vw , 0.275vh),min(0.375vw , 0.275vh) );
}
#tipo {
  font-size: min(6vw , 4.4vh);
  line-height: normal;
}
#ap {
  font-size: min(6vw , 4.4vh);
  line-height: normal;
}
#ed {
  font-size: min(3vw , 2.2vh);
  line-height: normal;
}
#valor {
  width: min(84vw , 62vh);
  height: min(15vw , 11vh);
  font-size: min(8vw , 6vh);
  text-align: center;
  white-space: nowrap;
}
.titulo {
  width: min(84vw , 62vh);
  float: right;
  text-align: center;
  float: left;
}
.icon {
  width: min(16.5vw , 12.2vh);
  height: min(15vw , 11vh);
  border-width: min(1.5vw , 1.1vh) 0 0 min(1.5vw , 1.1vh);
  float: left;
  margin: "0 0 0 min(1.5vw,1.1vw)";
}
.consumo {
  width: min(40.5vw , 29.9vh);
  margin: "min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh)";
  padding: min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh);
  min-height: min(13.5vw , 9.9vh);
  text-align: center;
  font-size: min(4.5vw , 3.3vh);
  border-width: min(1.5vw , 1.1vh) 0 0 min(1.5vw , 1.1vh);
  border-radius: min(3vw , 2.2vh);
  box-shadow: inset max(-3vw , -2.2vh) 0 min(3vw , 2.2vh) 0 rgba(0, 0, 0, 0.15),
              inset 0 max(-1.5vw , -1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) rgba(0, 0, 0, 0.25),
              inset min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) min(1.5vw , 1.1vh) 0 rgba(255, 255,255, 0.25);
  display: block;
}
.env,
.alq,
.num,
.clr,
.ald {
  width: min(15vw , 11vh);
  height: min(15vw , 11vh);
  font-size: min(8vw , 6vh);
  display: inline;
  transition: 100ms;
}
.env {
  width: min(31.5vw , 23.1vh);
}
.alqold {
  height: min(47.5vw , 35.3vh);
}
.alq {
  height: min(31.5vw , 23.1vh);
}
.des {
  width: min(31.5vw , 23.1vh);
  background: linear-gradient(12deg, #00000000, #444444);
  color: #777777;
}
