﻿body {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-family: sans-serif;
}

.content-wrapper {
  padding-top: 0px;
}

.container-fluid {
  padding-top: 0px;
  margin-top: 0px;
}

.btn {
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
}

.btn-primary {
  color: #fff;
  background-color: #33508d; /* 00227b */
  border-color: #33508d; /* 00227b */
  min-width: 7rem; /*1rem/em = 16px*/
}

.btn-secondary {
  min-width: 7rem; /*1rem/em = 16px*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #1e73be;
  border-color: #1e73be;
}
a {
  color: #002984;
}

a:hover {
  color: #757de8;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(1.75rem + 1px);
  padding: 0.175rem 1.4rem 0.175rem 0.3rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.inline-sigweb {
  display: inline;
}

.form-control-no-border:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-sigweb:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(17, 17, 17, 0.75);
  box-shadow: 2px 2px 5px 1px rgba(17, 17, 17, 0.75);
}

.btn:not(disabled) {
  cursor: pointer;
}

.btn-sq {
  width: 60px;
  height: 60px;
  font-size: 12px;
}

input.alert-sigweb[readonly="readonly"],
select.alert-sigweb[readonly="readonly"] {
  border: 1px solid #ff3300;
}
input.alert-sigweb,
select.alert-sigweb {
  border: 1px solid #ff3300;
}
span.alert-sigweb {
  display: block;
}
.inline-sigweb {
  display: inline;
}

.table td,
.table th {
  padding: 0.15rem; /* .75rem;*/
  vertical-align: middle; /* top */
  border-top: 1px solid #e9ecef;
}

/*Cor icones grid*/
.fasGrid {
  color: #494848;
}

hr {
  margin-top: 2px;
  margin-bottom: 2px;
}

.spinner-sigweb {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.badge-sigweb {
  font-size: 85%;
}

/* SW3 conversão */
.FormEscuroBorda {
  background-color: #f8fafd;
}

.FormClaroBorda {
  background-color: white;
}

/*
 * MENSAGENS
 * lblMsgRetorno
 * Novo Padrão de Mensagens por coloração.
 */
.lblMsgRetorno {
  float: none;
  width: 100%;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-bottom: 2px;
  text-align: left;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.alerta {
  color: #6c6c00;
  background-color: #ffffb9;
  background-image: url("../images/alerta.gif");
  background-position: 5px center;
  background-repeat: no-repeat;
}

.sucesso {
  color: #056adc;
  background-color: #d9eaff;
  background-image: url("../images/informacao.png");
  background-position: 5px center;
  background-repeat: no-repeat;
}

.errofatal {
  color: Red;
  background-color: #ffd0d0;
  background-image: url("../images/erro.png");
  background-position: 5px center;
  background-repeat: no-repeat;
}

.processando {
  color: #6c6c00;
  background-color: #ffffff;
  background-image: url("../images/Processando.gif");
  background-position: 5px left;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
}

/* ASPX gridView */
.GridViewHeaderStyle {
  color: white;
  text-align: center;
}

.GridViewHeaderStyle a {
  color: white;
}

.GridViewItemHeaderStyle {
  background-color: #33508d;
  color: white;
  border: 1px solid #ced4da;
}

.GridViewRowStyle {
  border: 1px solid #ced4da;
}

.GridViewItemStyle {
  border: 1px solid #ced4da;
}

.GridViewAlternatingRowStyle {
  background-color: #f8fafd;
}

.GridViewFooterStyle {
  background-color: #f8fafd; /* definir cor */
  font-weight: bold;
}

.GridViewPagerStyle {
}

.GridViewSelectedRowStyle {
}
.GridViewEditRowStyle {
}
.GridViewBtnAction {
  vertical-align: middle;
  width: 24px;
}

.FormTitulo {
  background-color: #0099cc;
  border-width: 0;
  border-collapse: collapse;
  text-align: left;
  padding: 2px;
}
