﻿body {
  background: white;
  margin: 0;
  padding: 0; }

.fundo {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto; }

.linhaLogin {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10;
  text-align: right;
  overflow: hidden;
  padding: 13px 10px 10px 10px; }
  .linhaLogin .buttomEnter {
    position: relative;
    z-index: 10; }
    .linhaLogin .buttomEnter button {
      border-radius: 4px;
      background: #fff;
      border: 0px solid #ccc;
      font-family: sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      padding: 4px 12px;
      cursor: pointer;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out; }
      .linhaLogin .buttomEnter button:hover {
        color: #fff; }
  .linhaLogin .logado {
    float: left;
    color: #fff;
    font-family: sans-serif;
    position: relative;
    z-index: 20;
    bottom: -2px; }
    .linhaLogin .logado strong {
      color: #ecd85b;
      font-weight: bold !important; }
  .linhaLogin[data-color="preto"] {
    background: #000; }
    .linhaLogin[data-color="preto"] .buttomEnter button {
      background: #fff;
      color: #454546; }
      .linhaLogin[data-color="preto"] .buttomEnter button:hover {
        color: #fff;
        background: #666; }
  .linhaLogin[data-color="azul"] {
    background: #2c5ca5; }
    .linhaLogin[data-color="azul"] .buttomEnter button {
      background: #fff;
      color: #2c5ca5; }
      .linhaLogin[data-color="azul"] .buttomEnter button:hover {
        color: #fff;
        background: #333; }
  .linhaLogin[data-color="verde"] {
    background: #278851; }
    .linhaLogin[data-color="verde"] .buttomEnter button {
      background: #fff;
      color: #333; }
      .linhaLogin[data-color="verde"] .buttomEnter button:hover {
        color: #fff;
        background: #000; }
  .linhaLogin[data-color="vermelho"] {
    background: #da2636; }
    .linhaLogin[data-color="vermelho"] .buttomEnter button {
      background: #fff;
      color: #333; }
      .linhaLogin[data-color="vermelho"] .buttomEnter button:hover {
        color: #fff;
        background: #333; }
  .linhaLogin[data-color="roxo"] {
    background: #34394F; }
    .linhaLogin[data-color="roxo"] .buttomEnter button {
      background: #fff;
      color: #666; }
      .linhaLogin[data-color="roxo"] .buttomEnter button:hover {
        color: #fff;
        background: #000; }
  .linhaLogin[data-color="amarelo"] {
    background: #ecd85b; }
    .linhaLogin[data-color="amarelo"] .logado {
      float: left;
      color: #333;
      font-family: sans-serif;
      position: relative;
      z-index: 20;
      bottom: -2px; }
      .linhaLogin[data-color="amarelo"] .logado strong {
        color: #2c5ca5;
        font-weight: bold !important; }
    .linhaLogin[data-color="amarelo"] .buttomEnter button {
      background: #fff;
      color: #2c5ca5; }
      .linhaLogin[data-color="amarelo"] .buttomEnter button:hover {
        color: #fff;
        background: #2c5ca5; }

.overlayPainel {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50;
  display: none;
  top: 0;
  left: 0; }

.containerPopLogin {
  display: none;
  position: fixed;
  width: 320px;
  height: auto;
  z-index: 60;
  top: 50%;
  left: 50%;
  padding: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: gainsboro;
  background: linear-gradient(-45deg, #dcdcd2 0%, white 100%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%); }
  .containerPopLogin .headerLogin {
    color: #333;
    font-family: Sans-Serif;
    text-align: center; }
    .containerPopLogin .headerLogin small {
      font-weight: 400;
      font-size: 20px; }
    .containerPopLogin .headerLogin b {
      text-transform: uppercase;
      font-size: 26px; }

.logoInfosind {
  text-align: center; }
  .logoInfosind a {
    display: inline-table; }
    .logoInfosind a img {
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out; }
    .logoInfosind a:hover img {
      opacity: 0.5; }

.labelClogin {
  color: #9A9A9A;
  text-transform: uppercase;
  font-family: sans-serif;
  padding-bottom: 4px;
  display: block;
  font-size: 12px; }

.inputLogin {
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 100%;
  max-width: 310px;
  padding: 8px;
  font-size: 16px;
  color: #333;
  background: #fff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out; }
  .inputLogin:hover, .inputLogin:focus {
    box-shadow: 0px 0px 0px #999;
    outline: 0px;
    border-color: #333; }

.boxButtons {
  text-align: center;
  padding-top: 20px; }
  .boxButtons button {
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 14px 40px;
    font-size: 14px;
    color: #0072bc;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: #fff; }
    .boxButtons button.btnRecSenha {
      background: #ffe500;
      color: #000;
      font-weight: 700; }
      .boxButtons button.btnRecSenha:hover, .boxButtons button.btnRecSenha:focus {
        background: #ff9900;
        border-color: #333;
        color: #000; }
    .boxButtons button:hover, .boxButtons button:focus {
      color: #fff;
      background: #0072bc;
      border-color: #0072bc;
      cursor: pointer; }
      .boxButtons button:hover svg, .boxButtons button:focus svg {
        fill: #fff; }
    .boxButtons button svg {
      display: inline-block;
      width: 26px;
      height: auto;
      position: relative;
      fill: #0072bc;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out; }

.linkVoltar {
  text-align: center;
  padding-top: 4px; }
  .linkVoltar span {
    font-weight: bold;
    font-family: sans-serif;
    color: #656565;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    text-transform: uppercase; }
    .linkVoltar span:hover {
      color: #999; }

#boxEntrar {
  display: block; }

#boxSenha {
  display: none; }

.boxInput {
  padding: 15px 0; }

.boxRecuperaSenha {
  text-align: center;
  display: none; }
  .boxRecuperaSenha .divisoria {
    margin: 0 30px;
    padding: 30px 0; }
    .boxRecuperaSenha .divisoria i {
      display: inline-block;
      height: 4px;
      max-width: 100%;
      width: 150px;
      background: #ccc;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px; }
  .boxRecuperaSenha p {
    color: #333;
    font-size: 16px;
    font-family: sans-serif; }
    .boxRecuperaSenha p .emailSenha {
      color: #0072bc;
      font-weight: bold;
      text-decoration: underline;
      font-size: 17px; }

.overlayMenu {
  z-index: 999; }

.linhasColoridas {
  z-index: 100; }
