/* Div, Search andDropdown Css for Subastas */

   .breadcrumb{
    text-decoration: underline
   }

   .search{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow:
      0 0 40px rgba(51, 51, 51, .1),
      rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
      rgba(0, 0, 0, 0.07) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.03) 0px 0px 0px;
    transition: border-color .15s, box-shadow .15s;
   }

   .search:focus-within{
    border-color: #86b7fe;
    box-shadow:
      0 0 40px rgba(51, 51, 51, .1),
      0 0 0 .2rem rgba(13,110,253,.15);
   }

   /* Rounded borders for search container, and all its children */
   .search, .search * {
    border-radius: 50px;
  }

  .search form{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  a#dropdownMenuLink, a#dropdownAgenciaLink {
      border-radius: 36px;
  } 

   .search input{
    height: 100%;
    min-height: 0;
    text-indent: 0;
    border: none;
    background: #fff;
    box-shadow: none;
    padding: 10px 125px 10px 44px;
    font-size: 15px;
    box-sizing: border-box;
   }

   .search .form-control,
   .search .form-control:hover,
   .search .form-control:focus{
    border: none !important;
    border-color: transparent !important;
    background: #fff !important;
    box-shadow: none !important;
   }


   .search input:focus{
    box-shadow: none;
    border: none;
    outline: none;
   }

   .search .fa-search{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 18px;
    color: #64748b;
    z-index: 1;
    pointer-events: none;
   }

   
   .search button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 110px;
    background: #84cc16;
    font-weight: 600;
    color: #0f172a;
    border: none;
    box-shadow: none;
   }

   .search button:hover,
   .search button:focus{
    background: #65a30d;
    color: #0f172a;
   }
   

  .content-box{
      width: auto;
  }
  
  table {
      width:  100%;
      border-collapse: separate;
      min-width: 5px
  }
  
  
    
  .scrollingTable {
    overflow-y: scroll;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

    
    #custom-html-1h nav {
    
   /* padding-right: 20px; */
    margin-left: 16px;
    padding-top: 40px;
    padding-bottom: 0;
    font-weight: 300;
    
    }

    .nav2{
      /*margin-left: -75px; */
      padding-top:52px
    }

    
    
  #custom-html-1n div {
    font-weight: 300;
  }


  #custom-html-1n h1 {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 80px;
    
  }

  

  #custom-html-1n #myTable {
    border-collapse: separate;
    /* Collapse borders */
    /* Full-width */
    border: 1px solid #ddd;
    /* Add a grey border */
    font-size: 18px;
    /* Increase font-size */
    border-spacing: 0;
    border-radius: 36px;
    overflow: hidden;
  }
  #custom-html-1n #myTable th,
  #custom-html-1n #myTable td {
    text-align: left;
    /* Left-align text */
    padding: 12px;
    /* Add padding */
  }
  
  #custom-html-1n #myTable th:first-child,
  #custom-html-1n #myTable td:first-child {
    padding-left: 40px;
  }
  #custom-html-1n #myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
  }
  #custom-html-1n #myTable tr.header,
  #custom-html-1n #myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
  }


  .form-control {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;    
  }
  .form-control > .mbr-iconfont {
    font-size: 1rem;
  }
  .form-control:hover,
  .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #32058d1b !important;
  }
  .form-control:-webkit-input-placeholder {
    font-weight: 300;
    font-size: 0.7rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .form-control:-webkit-input-placeholder > .mbr-iconfont {
    font-size: 0.875rem;
  }
  blockquote {
    border-color: #33058d;
  }


  /* BreadCrumb */

  .breadcrumb{
    
      
      padding: .75rem 1rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
      background-color: #fafafa;
      border: 2px solid rgb(236, 236, 236);
      /* border-radius: .25rem; */
      border-radius: 36px;
      box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
 
 
  
  /*
Button

.btn-primary,
.btn-primary:active {
  background-color: #33058d !important;
  border-color: #33058d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #150239 !important;
  border-color: #150239 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #150239 !important;
  border-color: #150239 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #33058d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #150239 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33058d !important;
  border-color: #33058d !important;
}
*/
  /*
  #custom-html-1n .dropbtn {
    background-color: #33058d;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  #custom-html-1n .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  #custom-html-1n .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  #custom-html-1n .dropdown-content a:hover {
    background-color: #ddd;
  }
  #custom-html-1n .dropdown:hover .dropbtn {
    background-color: #7ACC00;
  }
  
  
  /* End of Div, Search and Dropdown Css for Subastas */
  
  
  
  
