/* your styles go here */

td.yes {
    background-color: green;
  }
  td.no {
    background-color: red;
  }

div.pdbottom {
  padding-bottom: 15px;
}

.pagina {
  @include position(absolute, 0, 0);
  transition: width 0.3s linear;
  background-color: #F4F7FA;
  min-height: 100vh;
  padding-bottom: 50px;

}

.centro {
  position: fixed; /* or absolute */
  top: 10%;
  left: 25%;
}

.modal-dialog2 {
  
  max-width: 700px;
  margin: 1.75rem auto;
  
}

.botao2 {

  background-color: #ff3f3f;
  border: none;
  color: white;

  height: 25px;
  width: 25px;
  font-size: 14px;
  margin: 4px 2px;
  position: relative;
  left: 150px;
}
.botao4 {

  background-color: #ff3f3f;
  border: none;
  color: white;

  height: 25px;
  width: 25px;
  font-size: 14px;
  margin: 4px 2px;
  position: relative;
  left: 450px;
}

.botao3 {border-radius: 50%;}

.terminaltexto{
  height: 25px;
  width: 25px;
  font-size: 14px;
  margin: 4px 2px;
  position: absolute;
  left: 50x;
}

.terminaltexto2{
  height: 25px;
  width: 25px;
  font-size: 14px;
  margin: 4px 2px;
  position: absolute;
  left: 580px;
}

.fiotexto{
  height: 25px;
  width: 240px;
  font-size: 14px;
  margin: 4px 2px;
  position: absolute;
  left: 220px;
}


.fiotextold{
  height: 25px;
  width: 25px;
  font-size: 14px;
  margin: 45px 2px;
  position: absolute;
  left: 320px;
}

.terminaltexto2ld{
  height: 25px;
  width: 25px;
  font-size: 14px;
  margin: 45px 2px;
  position: absolute;
  left: 580px;
}


.fiotextord{
  height: 25px;
  width: 25px;
  font-size: 14px;
  margin: 45px 2px;
  position: absolute;
  left: 320px;
}

.terminaltexto2rd{
  height: 25px;
  width: 25px;
  font-size: 14px;
  margin: 45px 2px;
  position: absolute;
  left: 50px;
}

.tabelateste {
  border-collapse: collapse;
  width: 100%;
}

.tabelateste th, .tabelateste td {
  border: 1px solid #ccc;
  padding: 8px;
}

.tabelateste thead {
  background-color: rgb(255, 198, 198);
}

.tabelateste th {
  font-size: 16px;
}

.tabelateste tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tabelateste .dragging {
  background-color: #ddd;
  color: #777;
}

.tabelateste tbody {
  transition: background-color 0.2s ease;
}

.tabelaproj {
  border-collapse: collapse;
  width: 100%;
}

.tabelaproj th, .tabelaproj td {
  border: 1px solid #ccc;
  padding: 8px;
}

.tabelaproj thead {
  background-color: rgb(255, 198, 198);
}

.tabelaproj th {
  font-size: 16px;
}
.blue-background {
  background-color: #add8e6;
}

.yellow-background {
  background-color: #ffd700;
}

.red-background {
  background-color: #ffd1dc !important;
}

.green-background {
  background-color:  #82e0aa   !important;
}


.gray-background {
  background-color: #98fb98 !important;
}

.purple-background {
  background-color: #d8bfd8 !important;
}

.orange-background {
  background-color: #f39c12  !important;
}

.petrol-background {
  background-color: #17a589  !important;
}


.tabelaproj tbody {
  transition: background-color 0.2s ease;
}


.tabelap{
  width: 100%;
}

.tabelah{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background-color: rgb(255, 198, 198); 
}
.tabelah p{
  color: #666;
  font-weight: bold;
}

.tabelai {

padding: 0.15rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
border-radius: 0;
border: 1px solid #ced4da;
}

.btnt {
  font-weight: 400;
  border: 1px solid transparent;
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
  color: white;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btnt:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.25);
}

.btnt.disabled, .btn:disabled {
  opacity: .65;
}

.btnt:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

.btnt-primary {
  color: color-yiq(#ff3f3f);
  background-color: #ff3f3f;
  border-color: #ff3f3f;
}

.btnt-primary:hover {
  color: color-yiq(#ff1919);
  background-color: #ff1919;
  border-color: #ff0c0c;
}

.btnt-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
}

.btnt-primary.disabled, .btn-primary:disabled {
  background-color: #ff3f3f;
  border-color: #ff3f3f;
}

.btnt-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: color-yiq(#ff0c0c);
  background-color: #ff0c0c;
  border-color: #fe0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 63, 63, 0.5);
}

.iconp-add {
  background: transparent url("../img/plus.png") no-repeat scroll center center;
}

.iconp-imp {
  background: transparent url("../img/file.png") no-repeat scroll center center;
}

.iconp {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
}



.button-text {
  margin-top: 30px;
}

.small-input {
  max-width: 80px; /* Ajuste a largura conforme necessário */
}

.th-small {
  width: 80px; /* Ajuste a largura conforme necessário */
}