* {
  -webkit-appearance: none;
  border-radius: 0; }

select {
  -webkit-appearance: menulist !important; }

input[type=checkbox] {
  -webkit-appearance: checkbox !important; }

input[type=radio] {
  -webkit-appearance: radio !important; }

input[type="text"],
input[type="password"],
select {
  background-color: #fcfcfc;
  border: 1px solid #d1d1d1;
  color: #555;
  line-height: 18px;
  padding: 4px;
  height: 30px;
  width: 180px;
  vertical-align: middle; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  select:focus {
    background-color: #fff;
    border-color: #82878C; }
  input[type="text"].error,
  input[type="password"].error,
  select.error {
    border-color: #E48C85; }
  input[type="text"] ~ span.errorMessage,
  input[type="password"] ~ span.errorMessage,
  select ~ span.errorMessage {
    display: block;
    color: #D44D24;
    font-size: 11px;
    margin-top: 1px;
    max-width: 200px; }
  input[type="text"]:disabled, input[type="text"][readonly],
  input[type="password"]:disabled,
  input[type="password"][readonly],
  select:disabled,
  select[readonly] {
    background: #dddddd; }

.btn {
  border: solid 1px #bbb;
  border-image: none;
  background-color: #fcfcfc;
  background-repeat: repeat-x;
  display: inline-block;
  line-height: 18px;
  padding: 4px 12px;
  cursor: pointer;
  text-align: center;
  height: 30px;
  color: #555; }
  .btn:hover:not([disabled]) {
    background-color: #ededed;
    background-position: 0 -15px; }
  .btn:active:not([disabled]) {
    background-color: #dddddd; }
  .btn[class*="icon-"] {
    font-size: 20px; }
  .btn.blue {
    color: #fff;
    text-shadow: none !important;
    border: solid 1px #bbb;
    border-image: none;
    background-color: #61A4E4;
    background-repeat: repeat-x;
    display: inline-block;
    line-height: 18px;
    padding: 4px 12px;
    cursor: pointer;
    text-align: center;
    height: 30px; }
    .btn.blue:hover:not([disabled]) {
      background-color: #4795e0;
      background-position: 0 -15px; }
    .btn.blue:active:not([disabled]) {
      background-color: #2d86db; }
  .btn[disabled="disabled"] {
    cursor: default; }

.btn-link {
  background: none !important;
  color: #61A4E4 !important;
  text-align: left !important;
  padding: 0 !important;
  height: 20px !important;
  font-size: 13px !important;
  line-height: 13px !important;
  width: auto !important; }
  .btn-link::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: none; }

.btn-incluir {
  width: 70px !important;
  left: calc(100% - 70px) !important;
  height: 30px !important;
  padding: 2px 0px 0px 0px !important; }
  .btn-incluir i {
    font-size: 24px;
    vertical-align: top; }

.link-desativado {
  color: #cacaca !important;
  cursor: not-allowed !important;
  text-decoration: none !important; }

.table {
  font-size: 16px;
  width: 100%;
  border: solid 1px #cacaca;
  border-spacing: 0; }
  .table thead tr {
    background-color: #f4f4f4; }
  .table tbody tr:nth-child(odd) {
    background-color: #fcfcfc; }
  .table tbody tr:nth-child(even) {
    background-color: #f4f4f4; }
  .table tbody td {
    border-top: solid 1px #cacaca; }
  .table th, .table td {
    padding: 8px 10px;
    border-left: solid 1px #cacaca; }
    .table th:first-child, .table td:first-child {
      border-left: none; }
  .table .td-com-botao {
    padding: 2px 2px !important; }
    .table .td-com-botao a[class^=btn] {
      background-color: #fcfcfc !important;
      color: #333 !important;
      border: 1px solid #bbb !important;
      padding: 4px 8px !important;
      height: 36px !important;
      width: 46px; }
  .table .td-com-botao:hover > button {
    background-color: #bbb !important; }

.radio-list input {
  width: auto !important;
  height: auto !important; }

.radio-list label {
  display: inline-block;
  width: calc(100% - 20px);
  padding-left: 10px; }

.notfound h2 {
  padding-bottom: 10px; }

.notfound p {
  text-align: left; }

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-decoration: none;
  outline: none; }

html {
  font-size: 13px;
  color: #555;
  height: 100%; }

input, textarea, select, button, html {
  font-family: "Roboto", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif !important; }

header {
  margin: 0 auto;
  width: 100%;
  border-bottom: solid 1px #CACACA;
  background-color: #ffffff;
  padding-bottom: 10px; }
  header .logo {
    background: url("../img//logo_secullum_horizontal.svg") center center no-repeat;
    height: 100px;
    width: 300px;
    margin: auto; }
  header .logo-vertical {
    background: url("../img//logo_secullum_vertical.svg") center center no-repeat;
    height: 210px;
    width: 300px;
    margin: auto; }
  header h1, header h2 {
    color: #555;
    width: 670px;
    font-weight: inherit;
    margin: 0 auto;
    text-align: center; }
  header h1 {
    font-size: 36px; }
  header h2 {
    font-size: 24px;
    padding: 10px; }
  header .naoQuebrarLinha {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

body {
  background-size: cover;
  background-attachment: fixed;
  background-color: #F3F3F3;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path_relative_to_the_HTML_file', sizingMethod='scale')";
  min-height: 100%;
  width: 100%; }
  body:after {
    content: " ";
    display: block;
    clear: both; }

main {
  padding-bottom: 60px;
  width: 100%;
  display: block; }
  main .container {
    width: 320px;
    background: #fff;
    border: solid 1px #ddd;
    text-align: left;
    margin: 50px auto 20px auto;
    padding: 20px 0 20px 0; }
  main .container-big {
    width: 1000px;
    background: #fff;
    border: solid 1px #ddd;
    text-align: left;
    margin: 50px auto 20px auto;
    padding: 20px 0 20px 0; }
  main .container-form > div {
    padding: 10px 32px;
    z-index: 1; }
    main .container-form > div input, main .container-form > div select {
      padding: 10px;
      height: 40px;
      width: 100%;
      margin-top: 10px; }
      main .container-form > div input.error, main .container-form > div select.error {
        border: solid 1px #e48c85; }
    main .container-form > div button {
      border: solid 1px #bbb;
      border-image: none;
      background-color: #61A4E4;
      background-repeat: repeat-x;
      display: inline-block;
      line-height: 18px;
      padding: 4px 12px;
      cursor: pointer;
      text-align: center;
      height: 30px;
      height: 40px;
      width: 100%;
      color: #fff;
      font-size: 16px;
      line-height: 28px;
      border: none;
      -webkit-text-shadow: none;
      -ms-text-shadow: none;
      -moz-text-shadow: none;
      -o-text-shadow: none;
      text-shadow: none; }
      main .container-form > div button:hover:not([disabled]) {
        background-color: #4795e0;
        background-position: 0 -15px; }
      main .container-form > div button:active:not([disabled]) {
        background-color: #2d86db; }
  main .div-aviso-sucesso {
    position: relative;
    width: calc(100% - 62px);
    padding: 15px 8px 15px 45px !important;
    margin: 10px 30px;
    font-size: 16px;
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-color: #bce5f7;
    color: #11689E;
    border: 1px solid #a6d3e8;
    background-image: url("../img/message-info.png"); }
  main .container-form > div.validation-summary-errors {
    padding: 0 32px; }
  main .container-aviso {
    text-align: center;
    padding: 40px 15px 40px 15px;
    font-size: 16px;
    line-height: 150%; }
    main .container-aviso a {
      border: solid 1px #bbb;
      border-image: none;
      background-color: #61A4E4;
      background-repeat: repeat-x;
      display: inline-block;
      line-height: 18px;
      padding: 4px 12px;
      cursor: pointer;
      text-align: center;
      height: 30px;
      margin-top: 20px;
      height: 40px;
      width: 100%;
      color: #fff !important;
      font-size: 16px;
      line-height: 28px;
      border: none;
      -webkit-text-shadow: none;
      -ms-text-shadow: none;
      -moz-text-shadow: none;
      -o-text-shadow: none;
      text-shadow: none; }
      main .container-aviso a:hover:not([disabled]) {
        background-color: #4795e0;
        background-position: 0 -15px; }
      main .container-aviso a:active:not([disabled]) {
        background-color: #2d86db; }
    main .container-aviso p {
      margin: 10px 0; }
  main a, main a:visited {
    color: #61A4E4; }
  main .link {
    font-size: 18px;
    text-align: center; }
    main .link p a, main .link p a:visited {
      color: #61A4E4; }
    main .link p a:hover {
      text-decoration: underline; }

.input-validation-error {
  border: 1px solid #E48C85 !important; }

.validation-summary-errors {
  color: #F00; }

span.field-validation-error {
  color: #f00;
  font-size: 12px; }

footer {
  border-top: 1px solid #d0d0d0;
  background-color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 36px;
  width: 100%;
  padding: 6px 0; }

.externo {
  margin-top: 32px !important; }

.container-login-iframe {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100vh; }

.spinner {
  width: 1.5rem;
  height: 1.5rem;
  border-top-color: #444;
  border-left-color: #444;
  animation: spinner 1s linear infinite;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (max-width: 800px) {
  header {
    min-width: 320px;
    margin: auto;
    padding-bottom: 0; }
    header .logo {
      background: url("../img//logo_secullum_horizontal.svg") center center no-repeat;
      background-size: contain;
      height: 50px;
      width: 150px;
      margin: auto; }
    header h1 {
      font-size: 22px;
      width: 300px;
      padding: 5px; }
    header h2 {
      font-size: 14px;
      width: 300px;
      margin: 0 auto;
      padding-bottom: 10px; }
  body {
    min-width: 320px; }
  main .container {
    margin: 10px auto;
    width: 297px; }
  footer {
    height: 50px; }
    footer p {
      max-width: 230px;
      text-align: center;
      margin: auto; } }

#view-login form div:first-child {
  padding: 0px 32px; }

#view-login form div.validation-summary-errors {
  padding: 10px 32px; }

#view-login form #ContinuarConectado {
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-top: 2px; }

#view-login form label[for=ContinuarConectado] {
  padding: 0px;
  vertical-align: top;
  width: auto;
  height: auto;
  display: inline-block;
  margin-left: 2px; }

#view-login form input {
  padding: 10px 10px 10px 40px;
  background-repeat: no-repeat;
  background-position: 12px center; }
  #view-login form input[name=BancoId] {
    background-image: url("../img//icones/database.png"); }
  #view-login form input[name=Email], #view-login form input[name=Usuario] {
    background-image: url("../img//icones/user.png"); }
  #view-login form input[name=Senha] {
    background-image: url("../img//icones/key.png"); }

#view-login form h3 {
  text-align: center; }

.painelControleInformacoes {
  text-align: center;
  font-size: 14px; }

.painelControle {
  text-align: center;
  padding: 40px 15px 40px 15px;
  font-size: 16px; }
  .painelControle h3 {
    font-weight: normal;
    padding: 0 15px 20px; }
  .painelControle p {
    font-size: 18px;
    margin: 10px 50px 20px; }
    .painelControle p a, .painelControle p a:visited {
      color: #61A4E4; }
    .painelControle p a:hover {
      text-decoration: underline; }

.compartilhar-banco .dados-conta-completo {
  padding-top: 0px; }
  .compartilhar-banco .dados-conta-completo > div {
    margin-top: 13px !important; }

.tr-servicos {
  display: flex;
  height: 80px;
  border: 1px solid #ccc;
  border-top: none;
  justify-content: space-between;
  padding: 10px; }
  .tr-servicos .tr-servicos-item-textos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1; }
    .tr-servicos .tr-servicos-item-textos p {
      font-size: 20px; }
    .tr-servicos .tr-servicos-item-textos .dados-servico {
      font-size: 16px; }
    .tr-servicos .tr-servicos-item-textos .tr-servicos-icone-ultimo-login {
      font-size: 17px; }
    .tr-servicos .tr-servicos-item-textos .tr-servicos-validade {
      color: red; }
    .tr-servicos .tr-servicos-item-textos .tr-servicos-quantidade-pessoas, .tr-servicos .tr-servicos-item-textos .tr-servicos-quantidade-equipamentos {
      font-size: 15px; }
  .tr-servicos .tr-servicos-item-botoes {
    display: flex;
    align-items: center;
    padding: 2px 2px !important; }
    .tr-servicos .tr-servicos-item-botoes a[class^=btn] {
      background-color: #fcfcfc !important;
      color: #333 !important;
      border: 1px solid #bbb !important;
      padding: 6px 8px !important;
      height: 36px !important;
      width: 46px;
      font-size: 17px;
      margin: 2px; }

.div-lista-servicos > div:first-child {
  border-top: 1px solid #ccc; }

.div-lista-servicos > div:nth-child(odd) {
  background-color: #f4f4f4; }

.div-lista-servicos > div:nth-child(even) {
  background-color: #fcfcfc; }

