
.search-input{
  background: #FFFFFF;
border: 1px solid rgba(19, 19, 19, 0.25);
border-radius: 5px;
height: 34px;
width: 220px;
 font-weight: 500 !important;
font-size: 13px !important;
display: inline-block;
}
.search-input input{
  border:none !important;
  width: 186px;
      height: 30px;
}
.search-btn{
  background: transparent;
    border: none;
}
.search-input{
  background: #FFFFFF;
border: 1px solid rgba(19, 19, 19, 0.25);
border-radius: 5px;
height: 34px;
width: 220px;
 font-weight: 500 !important;
font-size: 13px !important;
display: inline-block;
}
.search-input input{
  border:none !important;
  width: 186px;
      height: 30px;
}
.search-btn{
  background: transparent;
    border: none;
}

.go-btn, .go-btn:focus, .go-btn:hover{
width: 50px !important;
height: 34px !important;
background: #FF531F !important;
border-radius: 5px;
 font-weight: 600 !important;
font-size: 14px !important;
color: #FFF !important;
border: none !important;
    margin: 0 40px 0 10px;
}

.table-tview .pull-right:first-child{
  padding: 15px 0;
}
.grid-length{
  max-height: 400px;
  overflow-y: auto;
  clear: both;
}
table, #lots{
    border: 2px solid #FFFFFF !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden !important;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
}
table tr:first-child th:first-child { 
    border-top-left-radius: 10px; 
}
table tr:first-child th:last-child { 
    border-top-right-radius: 10px; 
}
table thead th, #lots thead th{
    background-color: #17263F !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    color: #FFFFFF !important;
    height: 40px;
    padding:0 10px;
       border-bottom: none !important;
}

table tbody td, #lots tbody td{
    font-weight: 500;
    font-size: 13px;
    color: #131313;
    height: 34px;
    border-bottom: none !important;
    padding:0 10px;
}
table.table.table-striped.table-fluid th a{
  color:#FFF;
}
table tbody td a, #lots tbody td a{
  color:#ED5625;
  text-decoration: none !important;
}
table tbody td a:hover, #lots tbody td a:hover{
  color:#ED5625;
    text-decoration: none !important;
}
table tbody tr:nth-child(even), #lots tbody tr:nth-child(even){
  background-color: rgba(233, 233, 233, 0.5) !important;
}
table tr:first-child td:first-child, #lots tr:first-child td:first-child{ 
    border-bottom-left-radius: 10px; 
}
table tr:first-child td:last-child, #lots tr:first-child td:last-child{ 
    border-bottom-right-radius: 10px; 
}
label, .label{
  font-weight: 600 !important;
font-size: 12px !important;
color: #131313 !important;
}
