BODY
{
  margin: 0px;
  padding: 0px;
  color: #505386;
  background-color: #F0F2F7;
  font-family: "verdana";
  font-size: 12px;
}
.container
{
  position: relative;
  margin: 2px;
  padding: 2px;
  border: 1px solid #CED4DA;
  color: #505386;
  background-color: #FFFFFF;
}
.painel
{
  position: relative;
  margin: 2px;
  padding: 2px;
  border: 1px solid #CED4DA;
  color: #505386;
  background-color: #FFFFFF;
}
.capa
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #D9D9D9;
  background-image: url("imagens/loader.gif"), url("data:image/svg+xml;UTF8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='12px' width='40px'><text x='1' y='12' font-family='verdana' font-size='12'>00:00</text></svg>");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  visibility: hidden;
  display: table;
  z-index: 100;
}
.timer
{
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.zero { margin: 0px; padding: 0px; }

.borda     { border:        1px solid  #898BB8; }
.bordaT    { border-top:    1px solid  #898BB8; } /* [T]eto                  */
.bordaD    { border-right:  1px solid  #898BB8; } /* [D]ireita               */
.bordaR    { border-bottom: 1px solid  #898BB8; } /* [R]odapé                */
.bordaE    { border-left:   1px solid  #898BB8; } /* [E]esquerda             */
.bordaTD   { border-top:    2px solid  #898BB8; } /* [T]eto      [D]upla     */
.bordaDD   { border-right:  2px solid  #898BB8; } /* [D]ireita   [D]upla     */
.bordaRD   { border-bottom: 2px solid  #898BB8; } /* [R]odapé    [D]upla     */
.bordaED   { border-left:   2px solid  #898BB8; } /* [E]esquerda [D]upla     */
.bordaTT   { border-top:    1px dashed #898BB8; } /* [T]eto      [T]racejada */
.bordaDT   { border-right:  1px dashed #898BB8; } /* [D]ireita   [T]racejada */
.bordaRT   { border-bottom: 1px dashed #898BB8; } /* [R]odapé    [T]racejada */
.bordaET   { border-left:   1px dashed #898BB8; } /* [E]esquerda [T]racejada */
.bordaTN   { border-top:    0px; }                  /* [T]eto      [N]eutra    */
.bordaDN   { border-right:  0px; }                  /* [D]ireita   [N]eutra    */
.bordaRN   { border-bottom: 0px; }                  /* [R]odapé    [N]eutra    */
.bordaEN   { border-left:   0px; }                  /* [E]esquerda [N]eutra    */
.dupla     { border-width: 2px; }
.tracejada { border-style: dashed; }

.cabecalho { border-color: #898BB8; color: #FFFFFF; background-color: #898BB8; }
.destaque  { border-color: #898BB8; color: #505386; background-color: #D2D3E4; }
.realce    { border-color: #898BB8; color: #505386; background-color: #F0F2F7; }

.aumentado { font-size: 14px; }
.padrao    { font-size: 12px; }
.reduzido  { font-size: 11px; }
.minimo    { font-size: 10px; }
.negrito   { font-weight: bold;   }
.normal    { font-weight: normal; }
.esquerda  { text-align: left;    }     /* esquerda/meio/direita    */
.meio      { text-align: center;  }     /* esquerda/meio/direita    */
.direita   { text-align: right;   }     /* esquerda/meio/direita    */
.superior  { vertical-align: top;    }  /* superior/centro/inferior */
.centro    { vertical-align: middle; }  /* superior/centro/inferior */
.inferior  { vertical-align: bottom; }  /* superior/centro/inferior */
.vertical
{
  display: inline-block;
  width: "fix-content"; 
  letter-spacing: 0.5px;
  writing-mode: vertical-rl;
  transform: rotate(180deg); 
  vertical-align: bottom;
  white-space: nowrap;
}

.inerte  { color: #FFFFFF; background-color: #7030A0; }
.estavel { color: #FFFFFF; background-color: #00B050; }
.atencao { color: #000000; background-color: #FFFF00; }
.urgente { color: #FFFFFF; background-color: #FF0000; }
.central { color: #FFFFFF; background-color: #0070C0; }
.padrao  { color: #505386; background-color: #FFFFFF; }

.fundo-estavel { color: #000000; background-color: #B9FFD9; }
.fundo-atencao { color: #000000; background-color: #FFFF99; }
.fundo-urgente { color: #000000; background-color: #FFC9C9; }
.fundo-central { color: #000000; background-color: #C5C5FF; }

.borda-inerte   { outline: 3.0px solid #7030A0; outline-offset: -3.0px; }
.borda-atencao  { outline: 3.0px solid #FFFF00; outline-offset: -3.0px; }
.borda-urgente  { outline: 3.0px solid #FF0000; outline-offset: -3.0px; }
.borda-central  { outline: 3.0px solid #0070C0; outline-offset: -3.0px; }
.borda-padrao   { outline:   0px solid #FFFFFF; outline-offset:    0px; }

.contorno { position: relative; height:23px; width:auto; border:3px solid #262626; }

.contorno-alerta
{ 
  position: relative; 
  height: 23px; 
  width: auto; 
  border: 3px solid #262626; 
}
.contorno-alerta:after
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  content: "";
  border-top: 8px solid #262626;
  border-left: 8px solid transparent;
  display: block;
}

.contorno-ultimo
{ 
  position: relative; 
  height: 23px; 
  width: auto; 
  border: 3px solid #262626; 
}
.contorno-ultimo:after
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  content: "";
  border-top: 8px solid transparent;
  border-left: 8px solid #262626;
  display: block;
}

.contorno-alerta-ultimo
{ 
  position: relative; 
  height: 23px; 
  width: auto; 
  border: 3px solid #262626; 
}
.contorno-alerta-ultimo:after
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  content: "";
  border-top: 8px solid #262626;
  border-left: 8px solid transparent;
  display: block;
}
.contorno-alerta-ultimo:before
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  content: "";
  border-top: 8px solid transparent;
  border-left: 8px solid #262626;
  display: block;
}

.seletor
{
  margin: 2px;
  padding: 8px;
  border: 1px solid #898BB8;
}
.seletor:hover
{
  background-color: #DBDCEA;
  cursor: pointer;
}

INPUT, TEXTAREA, SELECT, OPTION
{
  margin: 4px;
  padding: 4px;
  border: 1px solid #A6A6A6;
  font-weight: normal;
  background-color: #FFFFFF;
}
INPUT::placeholder, TEXTAREA::placeholder, SELECT::placeholder, OPTION::placeholder
{
  color: #A6A6A6;
  opacity: 1.0;
}
INPUT:focus, TEXTAREA:focus, SELECT:focus, OPTION:focus
{
  border: 1px solid #898BB8;
  background-color: #F0F2F7;
}
INPUT:disabled, TEXTAREA:disabled, SELECT:disabled, OPTION:disabled
{
  border: 1px solid #B2B2B2;
  text-shadow: 1px 1px #FFFFFF;
  color: #595959;
  background-color: #E1E1E1;
}
INPUT[type="button"], INPUT[type="submit"], BUTTON
{
  margin: 2px;
  padding: 2px 6px 2px 6px;
  border: 1px solid #ADADAD;
  border-radius:5px;  
  width: 100px;
  color: #57002E;
  background-color: #E1E1E1;
}
INPUT[type="button"]:focus, INPUT[type="button"]:hover,
INPUT[type="submit"]:focus, INPUT[type="submit"]:hover, BUTTON:hover
{
  border: 1px solid #0078D7;
  border-radius:5px;  
  color: #57002E;
  background-color: #E5F1FB;
}
INPUT[type="button"]:disabled, INPUT[type="submit"]:disabled, BUTTON:disabled
{
  border: 1px solid #B2B2B2;
  border-radius:5px; 
  text-shadow: 1px 1px #FFFFFF;
  color: #B2B2B2;
  background-color: #E1E1E1;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
 ::placeholder 
{ 
  color: #BFBFBF; 
}
/* Internet Explorer 10-11 */
:-ms-input-placeholder 
{ 
  color: #BFBFBF; 
}
/* Microsoft Edge */
::-ms-input-placeholder 
{ 
  color: #BFBFBF; 
}
