/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: Courier, monospace;
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Courier, monospace;
  overflow-y: scroll;
}

/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  color: white;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
#tabela input {
  display: block;
	outline: none;
	border: none !important;
}

/*textarea {
  display: block;
  outline: none;
}*/


/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Utiliti ]*/






/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #4158d0;
  background: -webkit-linear-gradient(45deg, #4158d0, #80b7eb);
  background: -o-linear-gradient(45deg, #4158d0, #80b7eb);
  background: -moz-linear-gradient(45deg, #4158d0, #80b7eb);
  background: linear-gradient(45deg, #4158d0, #80b7eb);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 1170px;
}
.teste{
  height: 90px;
  position: fixed;
  z-index: 9998;
}
table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #fcfdff;
  border-radius : 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9996;
  box-shadow: 0 0 10px #000;
}

table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 50px;
  background: #020b64;
}
table tbody tr {
  height: 45px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}
.table100-head th{
  font-family: Courier, monospace;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #e4effd;
}

tbody tr {
  font-family: Courier, monospace;
  font-size: 15px;
  color: #7e7e7e;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  width: 180px;
  padding-left: 40px;
}

.column2 {
  width: 120px;
}

.column3 {
  width: 400px;
}

.column4 {
  width: 200px;
}

.column5 {
  width: 170px;
  text-align: center;
}

.column6 {
  width: 100px;
  text-align: center;
  padding-right: 20px;
}


#alterar {
  font-family: Courier, monospace;
  font-size: 15px;
  position: absolute;
  z-index: 9999;
  left: calc(50% - 300px);
  opacity: 1;
  width: 600px;
  height:550px;
  box-shadow: 0 0 10px #000;
  padding: 10px;
  transition: top 0.5s;
  background-color: #fcfdff;
  border-radius: 10px;
}
#alterar p {
  font-family: Courier, monospace;
  text-align: center;
  margin-top: 5px;
  }
  
#loginErro {
  color: red;
  }
.naoapareceLogin{
  top: -1000px;
}
.apareceLogin{
  top: 20px;
}
#login {
  font-family: OpenSans, monospace;
  font-size: 15px;
  position: fixed;
  z-index: 9999;
  left: calc(50% - 300px);
  opacity: 1;
  width: 600px;
  box-shadow: 0 0 10px #000;
  padding: 10px;
  transition: top 0.5s;
  background-color: #fcfdff;
  border-radius: 10px;
    height: 500px;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
}

.button1 {
  background-color: rgb(220, 220, 220);
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
    cursor: default;
}
.button2 {
  background-color: rgb(59, 93, 173);
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 1px 1px #8888ff;
  border-radius: 8px;
    opacity: 1;
    cursor: pointer;
}
.button2:hover {
    opacity: 0.95;
    box-shadow: -1px -1px #8888ff;
}
.tituloAlterar {
  background-color: rgb(59, 93, 173);
  border: none;
  width:555px;
  margin-bottom: 4px;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
}
.formAlterar{
  padding: 5px 10px;
  height: 35px;
  margin-bottom: 4px;
  border-radius: 8px;
}
.formAlterar textarea{
  height: 90px;
}
.letraPequena {
  font-size: 12px;
  display: inline-block;
}

.fundo{
	width:100%;
	height: calc(100%);
	z-index: 9998;
	position: absolute;
	transition: opacity 1s;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	}
.escurece{
	opacity: 0.7;
	visibility: visible;
}
hr{
  height: 7px;
  padding: 0px;
  margin: 0px;
    margin-top: 2px;
}
.noline {
  border: 0px;
}
.categorias{
  position:fixed;
  z-index: 9997;
  left: 20px;
  border-radius: 20px;
  width: 350px;
	height: 50px;
  box-shadow: 0 0 10px #000;
  padding: 10px;
  transition: top 0.5s;
  background-color: #fff;
  background-image: url("../func.jpg");
}
#dadosFunc{
  top: 20px;    
}
#dadosAcid{
  top: 80px;    
}
#dadosSitGeradora{
  top: 140px;    
}
#dadosLocal{
  top: 200px;    
}
#dadosMedico{
  top: 320px;    
}
#dadosASO{
  top: 260px;    
}
#finalizar{
  top: 380px;    
}
.vermelho{
    background-color: red;
}
.verde{
    background-color: green;
}
tbody {
  display: block; /* to enable vertical scrolling */
  max-height: 500px; /* e.g. */
  overflow-y: scroll; /* keeps the scrollbar even if it doesn't need it; display purpose */
}

tr {
  display: table; /* display purpose; th's border */
  width: 100%;
  box-sizing: border-box; /* because of the border (Chrome needs this line, but not FF) */
}

@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-family: Courier, monospace;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }

  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
  #alterar {
    font-size: 12px;
    position:absolute;
    left: 0;
    width: 100%;
    height: 750px;
    padding: 10px;
    box-shadow: 0 0 0;
    padding: 10px;
    transition: top 0.5s;
    border-radius: 0;
  
  }
  .apareceLogin{
    top: 0;
  }
  input, textarea{
    width:95%;
  }
  .tituloAlterar {
    width:95%;
    margin-bottom: 4px;
    font-size: 14px;
    border-radius: 8px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

tr:hover:not(#firstrow), tr:hover td:hover {background: rgb(118, 148, 216); pointer-events: visible;}
tr:hover:not(#firstrow) { color: #fff; font-weight: bold; font-weight: 700; box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);}
