
body {
  background-color: #fff;
}
span.select2-container {
  z-index:10050;
}
.bg-danger{
    background-color: #dd0000 !important;
}
.bg-dark
{
    background-color: #161616 !important;
}
.btn-outline-secondary{
    color: #fff !important;
}
.dropdown-toggle
{
    color: #fff !important;
    background-color: #a50000 !important;
}
.dropdown-toggle:hover
{
    background-color: #b30202 !important;
}
.input-group > .input-group-prepend > .btn{
    border-top-left-radius: 0.5rem ;
    border-bottom-left-radius: 0.5rem;
    border: 3px solid;
}
.form-control{
    height: auto !important;
}
.btnbucar{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.btnop1
{
    background-color: #a50000 !important;
    border-radius: 0.5rem  !important;
    border: 0px solid !important;
}
.btnopLeft,.btnopRight
{
    background-color: #a50000 !important;
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border: 0px solid !important;
}
.btnopRight
{
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.form-inline .input-group, .form-inline .custom-select {
    width: 700px;
}

#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 55px;
    z-index: 100;
    width: 680px;
  }
  
  #suggestions .suggest-element {
      background-color: #fff;
      border-top: 1px solid #fff;
      cursor: pointer;
      padding: 8px;
      width: 100%;
      float: left;
  }
  #suggestions a{
    color: black;
    text-decoration: none;
  }
  #suggestions a:hover{
    font-weight: 800 !important;
  }
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f00;
    background-color: transparent;
    border: none;
    font-size: large;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: transparent;
  }
  .page-link:hover {
    z-index: 2;
    color: #f00;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .card {
    border-radius: 0rem;
  }
  .imagen-url:hover {
      cursor: pointer;
  }
  #myModal-detalles .modal-header {
    border-bottom:none;
  }

  @media screen and (min-width: 676px) {
    .modal-dialog {
      max-width: 600px; /* New width for default modal */
    }
}