.qrcode-container {
  position: relative;
  display: inline-block;
}

.qrcode-background {
  display: block;
  width: 100%;
  height: auto;
}

.qrcode-foreground {
  position: absolute;
  top: 41.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22%;
  height: auto;
}

.dataTables_filter input {
  width: 500px !important;
}



.top-nav #home {
  margin-top: 0px;
}

@media print {
  .logo-imprimir {
    max-width: 350px;
    text-align: center;
  }
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #fff !important;
  background-color: #337ab7 !important;
  border-color: #adadad;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}

.navbar-default {
  background-color: #2d4166;
  /* opacity:0.9; */
  border-color: #2d4166;
}



.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #fefefe !important;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


.top-nav .navbar-toggle:focus {
  background-color: #ebebeb !important;
}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fefefe;
  background-color: #fefefe;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #02360e; /* ou outra cor que combine com seu layout */
  margin: 4px 0;
  border-radius: 1px;
}


/*api upload */
.previewAreas{
  padding-top: 10px;
  padding-left: -40px;
}
.preview-container {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  transition: all 0.2s ease-in-out;
  
}

.preview-img {
  width: 120px;
  /* height: 80px; */
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.progress {
  height: 5px;
  background-color: #eee;
  border-radius: 3px;
  margin-top: 5px;
}

.progress-bar {
  height: 5px;
  border-radius: 3px;
}

.btn-delete {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 50%;
  
  cursor: pointer;
  z-index: 2;
}

.progress-bar-default {
  background-color: #ddd;
}

/*/ api upload */


@media screen {
  #printSection {
    display: none;
  }
}

@media print {
  body>*:not(#printSection) {
    display: none;
  }

  #printSection,
  #printSection * {
    visibility: visible;
  }

  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }

  .logo-imprimir {
    max-width: 350px;
    text-align: center;
  }

  a[href]:after {
    content: none !important;
  }
}


/* Smartphones ----------- */
@media only screen and (max-width: 760px) {
  #some-element {
    display: none;
  }
}


.timeline-date {
  color: #3696d5;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}

.timeline-location {
  color: #3696d5;
  font-size: 12px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {

  .top-nav #home {
    margin-top: 50px;
  }

}