@charset "utf-8";
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(Material_Icon.woff2) format("woff2");
}

.ui-menu .ui-menu-item {
  font-size: 0.75rem !important;
}

.ui-widget-content {
  background: #c4ccea !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-background-clip: padding-box;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.5) !important;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font: 12px verdana, arial, sans-serif;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font: 12px verdana, arial, sans-serif;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font: 12px verdana, arial, sans-serif;
}

.input-erro {
  border: 1px solid red !important;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  background: #e1e1e1;
}

#box_logo {
  height: 138px;
  width: 198px;
  background: url(../img/bg_box_logo.png) no-repeat;
  padding-top: 3px;
  z-index: 999;
}

#box_logo_fixa {
  height: 138px;
  width: 198px;
  background: url(../img/bg_box_logo.png) no-repeat;
  padding-top: 3px;
  position: fixed;
  z-index: 9999;
}

#center,
#center_alerta {
  width: 1000px;
  height: auto;
}

input {
  text-transform: uppercase;
}

#top {
  width: 100%;
  height: 85px;
  background: #373737;
  top: 0;
  left: 0;
}

#logo {
  width: 119px;
  height: 81px;
  background: url(../img/logo.png) no-repeat;
  margin-top: 10px;
}

#box_alerta {
  min-width: 400px;
  max-width: 700px;
  padding: 0;
  height: auto;
  min-height: 50px;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}

#box {
  min-width: 400px;
  max-width:1000px;
  padding: 0;
  padding-bottom: 15px;
  height: calc(100vh - 100px);
  min-height: 50px;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: absolute;
  left: 462px;
  top: 170px;
  margin-left: -257px;
  margin-top: -100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: nowrap;    
}

#box > .conteudo_pg {
  padding: 10px;
  flex: 1;

  display: flex;
  flex-direction: column;

}

.inputs_box {
  display: flex;
  gap: 5px;
}

.form-control{
color: #901609 !important;
}
/* .form-zebra{
  background:#ebf0f5;
} */

.borda-topo{
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#box_alerta {
  width: 500px;
  height: auto;
  min-height: 50px;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -50px;
}

#top_box,
#top_box_alerta {
  width: auto;
  height: 42px;
  background-color: #2b2bf9;
  background-image: linear-gradient(to top, #0202cf, #2b2bf9);
  border-radius: 3px 3px 0 0;
  border-bottom: 3px solid #d4d4d4;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  line-height: 42px;
  margin-bottom: 10px;
}

#top_box {
  padding: 5px !important;
  box-sizing: border-box !important;
}

/* #box input,
#box_alerta input,
#box select {
  max-height: 25px; 
  width: 430px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  margin-top: 10px;
  outline: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
  text-transform: uppercase;
} */

#box select {
  padding-right: 0;
  padding-left: 3px;
}

#box input[type="submit"],
#box_alerta input[type="submit"] {
  width: 250px;
  height: 50px;
  border: 0;
  background-color: rgba(43, 43, 249, 0.8);
  background-image: linear-gradient(
    to top,
    rgba(2, 2, 207, 0.8),
    rgba(43, 43, 249, 0.8)
  );
  border-top: 3px solid #2323c3;
  border-right: 3px solid #2323c3;
  border-radius: 0;
  font-family: verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  float: left;
  margin-top: 20px;
  cursor: pointer;
}

#box input[type="reset"],
#box_alerta input[type="reset"] {
  width: 250px;
  height: 50px;
  border: 0;
  background-color: rgba(43, 43, 249, 0.8);
  background-image: linear-gradient(
    to top,
    rgba(2, 2, 207, 0.8),
    rgba(43, 43, 249, 0.8)
  );
  border-top: 3px solid #2323c3;
  border-right: 3px solid #2323c3;
  border-radius: 0;
  font-family: verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  float: left;
  margin-top: 20px;
}

.botao {
  width: 100px;
  height: 35px;
  border: 0;
  background-color: rgb(171 171 175 / 80%);
  background-image: linear-gradient( to top, rgb(228 228 239 / 80%), rgb(185 185 208 / 80%) );
  border-top: 3px solid #58585d;
  border-right: 3px solid #58585d;
  border-radius: 15px;
  font-family: verdana, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  /* font-weight: bold; */
  color: #150101;
  /* text-shadow: 1px 1px 0 rgb(0 0 0 / 50%); */
  float: left;
  line-height: 35px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.botao:last-child {
  border-right: 0;
}

.botao:hover {
  background-image: linear-gradient(to top, #e5e5eb, #9d9da0);
}

.botao:active {
  opacity: 0.7;
}

#box input[type="submit"]:hover,
#alert_box input[type="submit"]:hover {
  background-image: linear-gradient(to top, #01019d, #2626d5);
  cursor: pointer;
}

#box input[type="reset"]:hover {
  background-image: linear-gradient(to top, #01019d, #2626d5);
  cursor: pointer;
}

#box input[type="reset"]:hover,
#alert_box input[type="reset"]:hover {
  background-image: linear-gradient(to top, #01019d, #2626d5);
  cursor: pointer;
}

#esqueci_senha:hover {
  background-image: linear-gradient(to top, #01019d, #2626d5);
  cursor: pointer;
}

#esqueci_senha {
  width: 250px;
  height: 47px;
  border-top: 3px solid #2323c3;
  background-image: linear-gradient(
    to top,
    rgba(2, 2, 207, 0.8),
    rgba(43, 43, 249, 0.8)
  );
  border-radius: 0;
  text-transform: uppercase;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  float: right;
  line-height: 50px;
  margin-top: 20px;
}

#bg_menu {
  width: 203px;
  height: 100%;
  position: fixed;
  background: #373737;
  left: 0;
  top: 0;
  border-right: 3px solid #bfbfbf;
  z-index: 999;
  padding-top: 150px;
}

#fechar {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 98;
  margin-left: 160px;
  top: 100px;
  z-index: 99999;
  cursor: pointer;
}

#fechar #seta {
  width: 15px;
  height: 25px;
  background: url(../img/seta.png) no-repeat;
  margin-top: 15px;
  margin-left: 15px;
}

#fechar .click {
  transform: rotate(180deg);
}

.off {
  display: none;
}

#bg_user {
  width: 198px;
  height: 90px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  );
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
}

#foto {
  width: 54px;
  height: 54px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: url(../img/sem_foto.png) no-repeat center;
  display: inline-block;
  margin-top: 15px;
  margin-left: 5px;
}

#dados {
  width: 134px;
  height: 54;
  margin-top: -57px;
  margin-left: 73px;
  position: absolute;
  font-family: verdana, arial, sans-serif;
  color: #fff;
  font-size: 12px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding-top: 5px;
}

#menu_main ul li {
  display: block;
  background: #2c2c2c;
  height: auto;
  min-height: 40px;
  width: 188px;
  border-top: 3px solid #434343;
  border-bottom: 3px solid #434343;
  margin-top: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ccc;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  text-align: left;
  line-height: 40px;
  padding-left: 10px;
  transition: 0.2s;
}

#menu_main ul li ul {
  height: auto;
  display: none;
  margin-left: -30px;
}

#menu_main ul li ul li {
  border: 0;
  border-bottom: 2px solid #232323;
  border-top: 2px solid #303030;
  height: auto;
  min-height: 40px;
  margin-top: 0;
  padding-left: 20px;
  width: 178px;
  background-image: url(../img/sub_pag_cont.png);
  background-repeat: no-repeat;
  background-position: 5px 1px;
}

#menu_main ul li ul li:first-child {
  border-top: 2px solid #232323;
}

#menu_main ul li ul li:last-child {
  border-bottom: 2px solid transparent;
}

#menu_main ul li ul:last-child li {
  background-image: url(../img/sub_pag.png);
  background-repeat: no-repeat;
}

#menu_main ul li ul:last-child li ul li {
  background-image: url(../img/sub_pag_cont.png);
  background-repeat: no-repeat;
}

#menu_main ul li ul:last-child li ul:last-child li {
  background-image: url(../img/sub_pag.png);
  background-repeat: no-repeat;
}

.menu_sub_sub {
  height: auto;
  display: none;
  margin-left: -10px;
}

#menu_main ul li ul li ul li {
  padding-left: 30px;
  width: 166px;
  background-position: 15px 1px;
}

#sairs a {
  text-decoration: none;
}

#mais {
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  float: right;
  right: 5pt;
  margin-top: -30px;
  border-radius: 50px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#mais #seta {
  width: 19px;
  height: 9px;
  background: url(../img/seta_mini.png) no-repeat;
  margin-top: 8px;
  margin-left: 6px;
}

.sub {
  transform: rotate(180deg);
  margin-top: 88px;
  margin-left: 6px;
}

#close {
  width:30px;
	height:30px;
	background:rgba(0,0,0,0.5);
	box-shadow:2px 2px 0px rgba(255,255,255,0.3);
	border-radius:50px;
	position:absolute;
	float:right;
	right:7px;
	top:6px;
	text-align:center;
	line-height:33px;
	cursor:pointer;
}

#voltar {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  float: left;
  left: 7px;
  top: 6px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}

#closed {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  position: absolute;
  float: right;
  right: 7px;
  top: 6px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}

#conteudo,
#conteudo_alerta {
  color: rgba(0, 0, 0, 0.5);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-bottom: 10px;
}

#alerta {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: none;
}

#informa {
  width: auto;
  height: auto;
  padding: 5px;
  background: rgba(190, 48, 61, 0.5);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

#pesquisar,
#pesquisarButton {
  width: 25px;
  height: 25px;
  position: absolute;
  background: url(../img/pesquisar.png) no-repeat;
  background-size: 25px;
  margin-top: -28px;
  margin-left: 650px;
  /* opacity: 0.2; */
}

#pesquisarButton {
  position: relative;
  display: table;
  float: right;
  margin: 0;
  margin-top: 12px;
  /* right: 40px; */
}

#todos_associados {
  --h: 239px;
  width:100%;
  height: auto;
  min-height: 50px;
  border: 1px solid black;
  border-radius: 3.5px;
  margin-top: 5px;
  max-height: calc(100vh - var(--h));
  flex: 1;
  /* cursor: pointer; */
	cursor:default; 
  overflow: scroll;
  /* overflow-x: hidden; */
  overflow-x:scroll; 
}

#associado {
  /* width: 460px;
  height: auto;
  padding: 5px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border-top: 2px solid rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.5); */
}

#botao_associado {
  width: auto;
  height: 15px;
  min-width: 10px;
  color: blue;
  border-radius: 50px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  cursor: pointer;
}

#socio_botao {
  width: 50px;
  height: 50px;
  background-image: url(../img/socios.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 100%;
  background-position: 0 2.5px;
  border-radius: 5px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 10px;
}

#servicos_botao {
  width: 50px;
  height: 50px;
  background-image: url(../img/servicos.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 65%;
  background-position: 9px 10px;
  border-radius: 5px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 10px;
}

#socio_botao:after {
  content: "Cadastro de associado.";
  width: 500px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  text-align: left;
  line-height: 30px;
  color: bleck;
  margin-top: 8px;
  margin-left: 60px;
}

#servicos_botao:after {
  content: "Cadastro de serviços.";
  width: 500px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  text-align: left;
  line-height: 30px;
  color: bleck;
  margin-top: 8px;
  margin-left: 60px;
}

#relatorios_botao {
  width: 50px;
  height: 50px;
  background-image: url(../img/relatorios.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 80%;
  background-position: 6px 5.5px;
  border-radius: 5px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 10px;
}

#relatorios_botao:after {
  content: "Relatórios.";
  width: 500px;
  height: 30px;
  border-radius: 5px;
  text-align: left;
  line-height: 30px;
  color: bleck;
  margin-top: 8px;
  margin-left: 60px;
  position: absolute;
}

.tabela_estilizada {
  /* border: 1px solid black; */
  border-radius: 5px;
  margin-top: 57px;
  cursor: default;
  text-transform: uppercase;
}

.tabela_estilizada th {
  border-bottom: 1px solid black;
  padding: 5px;
  border-right: 1px solid black;
  text-align: center;
}

.tabela_estilizada th:last-child {
  border-right: 0;
}

.tabela_estilizada td {
  padding: 0 5px;
  border-right: 1px solid black;
  border-bottom: 0;
}

.tabela_estilizada td:last-child {
  border-right: 0;
}

.tabela_estilizada tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}


.tabela_estilizada tr:hover {
  /* height:40px;
  line-height: 20px; */
  color: #0000fb;
}

/* .tabela_estilizada {
  text-transform: uppercase;
} */

#obrigatorio {
  position: absolute;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: red;
  cursor: default;
}

#obrigatorio:hover:after {
  content: "Campo obrigatorio!";
  position: absolute;
  width: 150px;
  height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 0 10px;
  line-height: 30px;
  margin-left: 10px;
  margin-top: -10px;
  z-index: 999;
}

#obrigatorio:hover:before {
  content: "";
  border: 8px solid;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  position: absolute;
  margin-top: -3px;
  margin-left: 1px;
}

.zebra,
*[zebra] {
  background: rgba(0, 0, 0, 0.1);
}

#dependentes {
  margin-left: -400px;
}

#traco {
  width: 100%;
  background-color: #fff;
  border-bottom: 5px solid #0000fb;
  position: fixed;
  z-index: 99999;
  height: 64px;
  right: -195px;
  background-image: url(../img/detalhe.png);
  background-size: auto 100%;
}

#traco_azul {
  width: 5px;
  height: 35px;
  background: #0000fb;
  position: absolute;
  margin-top: -30px;
  margin-left: 194.5px;
}

#time {
  position: absolute;
  z-index: 99999;
  right: 5pt;
  top: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

#check {
  width: 180px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  padding-left: 25px;
  display: inline-table;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: left;
  left: 0;
}

#check input[type="checkbox"] {
  margin-top: 1px;
  position: absolute;
  width: 15px;
  margin-left: -18px;
}

#td_check {
  text-align: left;
}

#botaoIncluir {
  height: 25px;
  width: 25px;
  background: url(../img/incluir.png);
  background-size: 100%;
  margin-left: 845px;
  margin-top: -20px;
}

#botaoIncluir:hover:after {
  content: "Incluir";
  position: absolute;
  width: 100px;
  height: auto;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-left: 20px;
  margin-top: -5px;
  border-radius: 2px;
  text-align: center;
}

#botaoIncluir:hover:before {
  content: "";
  border: 6px solid;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  position: absolute;
  margin-left: 8px;
  margin-top: 3px;
}

#impressora {
  /* height: 25px;
  width: 25px; */
  background: url(../img/impressora.png);
  background-size: 100%;
  margin-left: 845px;
  margin-top: -20px;
}

#impressora:hover:after {
  content: "Imprimir";
  position: absolute;
  width: 100px;
  height: auto;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-left: 20px;
  margin-top: -5px;
  border-radius: 2px;
  text-align: center;
}

#impressora:hover:before {
  content: "";
  border: 6px solid;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  position: absolute;
  margin-left: 8px;
  margin-top: 3px;
}

#botoes_home {
  width: 350px;
  height: auto;
  word-spacing: normal;
  text-align: left;
  margin-left: 20px;
}

#ui-id-1 {
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}

.opcoes {
  text-align: center;
  /* coloquei o abaixo em 09/06/2021  */
  padding-left: 0;
  margin-bottom: 0;
}

.opcoes li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: inline-table;
  color: blue;
  opacity: 0.8;
  transition: 0.2s;
  margin-left: 5px;
}

.hover_h, .hover_c, .hover_e{
  height: 20px;
  width: 20px;
  background: url(../img/baixar_car_cap.png);
  background-size: 100%; 
  cursor: pointer; 
} 

.hover_c {
  background-image: url(../img/cancelar_lancamento.png);
} 

.hover_e {
  background-image: url(../img/estornar_pagamento.png);
} 

.opcoes .hover_s:hover {
  opacity: 1;
  text-decoration: underline;
  cursor: pointer;
}

.opcoes .hover_s:active {
  color: red;
  transition: 0.2s;
}

.hover_n {
  text-decoration: none;
  cursor: default;
}

#confirm_spec input#check {
  width: 15px;
  height: 15px;
  padding: 0;
}

.confirm_s {
  width: 250px;
  height: 47px;
  border: 0;
  background-image: linear-gradient(
    to top,
    rgba(2, 2, 207, 0.8),
    rgba(43, 43, 249, 0.8)
  );
  border-top: 3px solid #2323c3;
  border-right: 3px solid #2323c3;
  border-radius: 0;
  font-family: verdana, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  float: left;
  line-height: 50px;
  margin-top: 20px;
  cursor: pointer;
  outline: 0;
}

.confirm_s:hover {
  background-image: linear-gradient(to top, #01019d, #2626d5);
}

.confirm_s:active {
  opacity: 0.7;
}

.confirm_n {
  width: 250px;
  height: 47px;
  border: 0;
  background-image: linear-gradient(
    to top,
    rgba(2, 2, 207, 0.8),
    rgba(43, 43, 249, 0.8)
  );
  border-top: 3px solid #2323c3;
  border-right: 3px solid #2323c3;
  border-radius: 0;
  font-family: verdana, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  float: left;
  line-height: 50px;
  margin-top: 20px;
  cursor: pointer;
  outline: 0;
}

.confirm_n:hover {
  background-image: linear-gradient(to top, #01019d, #2626d5);
}

.confirm_n:active {
  opacity: 0.7;
}

#botao_check {
  position: inherit;
  width: auto;
  height: 50px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 50px;
  display: inline-table;
  margin-left: 10px;
  margin-top: 10px;
}

#carregando.new.on {
  visibility: visible;
}

#carregando {
  width: 50px;
  height: 50px;
  background: url(../img/carregando.gif) no-repeat;
  position: absolute;
  opacity: 0.5;
  visibility: hidden;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

#alerta table {
  width: 90%;
  height: auto;
  position: relative;
  position: 0;
  margin: 0;
}

#alerta table {
  border: 1px solid black;
  border-radius: 5px;
  margin-top: 57px;
  cursor: default;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

#alerta table th {
  border-bottom: 1px solid black;
  padding: 5px;
  border-right: 1px solid black;
  text-align: center;
}

#alerta table th:last-child {
  border-right: 0;
}

#alerta table td {
  padding: 0 5px;
  border-right: 1px solid black;
  border-bottom: 0;
}

#alerta table tr:last-child td {
  border-bottom: 1px solid transparent;
  border-right: 1px solid black;
}

#box_permissoes {
  width: auto;
  border: 1px solid black;
  padding-top: 0;
  border-radius: 5px;
  margin-top: -1px;
}

#center_permis {
  width: 650px;
}

#btn_permissao {
  width: auto;
  height: 25px;
  border: 1px solid black;
  display: inline-table;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 10px;
  border-bottom: 0;
  background: #fff;
}

#box_perm_check {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}

#listar {
  display: inline-table;
  width: 210px;
}

#Titulo_box {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center; 
  width: 100% !important;
  margin-top: -5px;
  /* height: 35px;
  margin-top: 65px;
  position: absolute;
  width: 88.55%;
  background: rgba(67, 67, 67, 0.5);
  padding-left: 220px;
  line-height: 35px;
  color: #fff;
  left: 0;
  text-transform: uppercase; */
}

#processar_ret {
  border-radius: 3px;
  border: 3px solid rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -50px;
  padding: 10px;
  font-weight: bold;
  right: 0;
  cursor: pointer;
  transition: 0.5s;
}

#processar_ret:hover {
  background: rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

#download {
  width: 300px;
  height: 25px;
  border-radius: 3px;
  background: rgba(169, 212, 139, 1);
  text-align: center;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 5px;
  opacity: 1;
}

#download:hover {
  opacity: 0.7;
}

#download a {
  text-decoration: none;
  color: #fff;
}

#config_user {
  position: absolute;
  width: 300px;
  height: auto;
  min-height: 150px;
  background: #fff;
  left: 50px;
  margin-top: -70px;
  z-index: 9999;
  outline: 2px solid rgba(0, 0, 0, 0.3);
  display: none;
}

#config_user:after {
  content: "";
  border: 7px solid;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  left: -14px;
  top: 30px;
}

#config_user:before {
  content: "";
  border: 10px solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -20px;
  top: 27px;
}

#config_nome {
  width: 220px;
  display: inline-table;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  position: absolute;
  margin-top: 30px;
  text-align: left;
  padding-left: 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#config_close {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 3px;
  top: 3px;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  z-index: 99999;
  cursor: pointer;
}

#config_bg_dados {
  background-image: linear-gradient(to bottom, #2a2ab6 3%, #1e1eec);
  height: 70px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

#botao_alterar_foto {
  width: 270px;
  height: 25px;
  background: #c3e1ae;
  border-radius: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  margin-left: 15px;
  margin-top: 15px;
  color: #fff;
  border: 2px solid transparent;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: 1s;
}

#botao_alterar_foto:hover {
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.2);
  transition: 1s;
}

#progresso_up {
  width: 500px;
  height: 3px;
  position: absolute;
  margin-top: -13px;
}

#rodape {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 11px;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}

#rodape:hover {
  color: rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}

#load {
  background: url(../img/load.png) no-repeat;
  width: 26px;
  height: 20px;
  background-size: 100% 100%;
  position: absolute;
  margin-left: 435px;
  margin-top: -22px;
  opacity: 0.3;
}

.iptCadastro {
  width: auto;
  display: inline-block;
  padding: none;
  margin-bottom: 5px;
}

.iptCadastro input,
select,
textarea {
  right: 0 !important;
  margin: 0 !important;
  display: inline-block;
  padding: 0 5px !important;
}

.iptCadastro .iptRequired input {
  display: inline-block;
}

.iptCadastro .iptRequired .pontoRequired {
  color: red;
  display: inline-block;
  float: right;
  margin-top: 6px;
  margin-left: -15px;
  position: absolute;
  cursor: default;
}

.iptCadastro .iptRequired .pontoRequired:hover:before,
.iptCadastro .iptRequired .pontoRequired:hover:after {
  display: inline-block;
}

.iptCadastro .iptRequired .pontoRequired:before {
  content: "Campo obrigatório";
  position: absolute;
  white-space: nowrap;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: 18px;
  margin-top: -8px;
  z-index: 999999999999999;
  border-radius: 3px;
  display: none;
}

.iptCadastro .iptRequired .pontoRequired:after {
  content: "";
  position: absolute;
  border: 5px solid;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  display: none;
  float: right;
}

.iptCadastro .titulo {
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.iptCadastro .titulo.center {
  text-align: center;
}

.iptCadastro .titulo.left {
  text-align: left;
}

.iptCadastro .titulo.right {
  text-align: right;
}

table.new {
  margin-top: 0;
}

table tfoot tr td {
  border-top: 1px solid black;
}

.foot_box.new {
  display: flex;
}

.foot_box.new button,
.foot_box.new .botao {
  flex: 1 1 auto;
  margin-top: 0;
  height: auto;
}

.foot_box.new button:disabled {
  opacity: 0.8;
  cursor: default;
}

.foot_box.new button:disabled:hover {
  background-image: linear-gradient(
    to top,
    rgba(2, 2, 207, 0.8),
    rgba(43, 43, 249, 0.8)
  );
}

.conteudo_pg.new,
.conteudo_pg.content {
  display: table;
  position: relative;
  box-sizing: border-box;
}

.conteudo_pg.new * {
  box-sizing: border-box;
}

.f-left {
  float: left !important;
  right: 0 !important;
}

#pesquisarButton.new {
  height: 22px;
  margin-left: 10px;
  background-position: 0 2px;
}

#pesquisarButton.new.on {
  cursor: pointer;
  opacity: 1;
}

#pesquisar.new {
  position: relative;
  margin: 0 !important;
  float: right;
  right: 0;
  left: 0;
}

#pesquisar.new.on {
  cursor: pointer !important;
  opacity: 1 !important;
}

.ipt_pesquisa {
  color: rgba(0, 0, 0, 0.8);
  width: 100% !important;
}

.ipt_pesquisa.btn_pesq {
  width: calc(100% - 20px) !important;
}

.border-top {
  border-top: 1px solid black !important;
}

.border-bottom {
  border-bottom: 1px solid black !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.r-0 {
  right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.w-100 {
  width: 100% !important;
}

.debitos {
  background: #858585;
  color: #fff;
}

tr.pagamento td,
td.pagamento {
  color: #06b000;
}

tr.debito td,
td.debito {
  color: #ef1010;
}

.box_table table {
  width: 100% !important;
}

.box_table {
  cursor: default !important;
  width: 100% !important;
}

.box_table table tbody tr:nth-of-type(even) td,
table.new.zebrar tbody tr:nth-of-type(even) td {
  background: rgba(0, 0, 0, 0.1);
}

#top_box.new #voltar,
#top_box.new #close {
  box-sizing: border-box;
  padding-top: 4px;
}

#top_box.new #close {
  padding-top: 5.5px;
}

#top_box.new #voltar i,
#top_box.new #close i {
  font-size: 1.8em !important;
}

table.new i {
  color: #2c2c2c;
}

.bg_ged {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* .btn_ged {
  align-items: center;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 24px;
  background: #3f51b5;
  cursor: pointer;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  margin-top: 5px;
} */

.bg_ged.on {
  display: flex;
}

.bg_ged .box {
  display: block;
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  min-width: 600px;
  max-width: 90%;
  box-shadow: 0 0 0 2px #00000036;
}

.bg_ged .box > .titulo {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #00000014;
  background-color: #2b2bf9;
  background-image: linear-gradient(to top, #0202cf, #2b2bf9);
  box-shadow: 0 2px 0 #00000029;
  border-radius: 2px 2px 0 0;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
}

.bg_ged .box > .titulo .close:hover {
  color: #fff !important;
}

.bg_ged .box > .titulo .close {
  display: block;
  float: right;
  margin-top: -4px;
  margin-right: -11px;
  cursor: pointer;
  color: #00000073;
}

.bg_ged .box > .content {
    padding: 15px;
    padding-right: 0;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.bg_ged .box > .content .file {
  box-sizing: border-box;
  border: 1px solid #00000029;
  display: flex;
  width: 100px;
  height: 120px;
  border-radius: 3px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  cursor: pointer;
}

.bg_ged .box > .content .file > i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg_ged .box > .content .file:hover {
  border-width: 2px;
}

.bg_ged .box > .content .file .name {
  width: 100%;
  border-top: 1px solid #00000008;
  box-sizing: border-box;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn_ged:hover {
  background: #3b429e;
}

.btn_ged:active {
  opacity: 0.9;
}

.btn_ged i {
  margin-right: 5px;
}

form fieldset {
	border: none;
	outline: none;
}

.new_button {
	margin: 0 !important;
	top: initial !important;
	right: initial !important;
	position: relative !important;
  width: 25px !important;
  height: 25px !important;
  margin-left: 15px !important;
  cursor: pointer !important;
}

.buttons_box {
  align-items: end;
  display: flex;
  gap: 5px;
}

#tracado {
    height: 2px;
    background: rgba(0,0,0,0.2);
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.conteudo_pg{
  text-align:left; 
  padding-top:0px;
}