/*
    Search Results styles
    */
.btwgInternalLot{
    border: 2px solid #FF0000;
    background: #F0C0C0;
}
.btwgGridLotItem {
    color: #000000 !important;
    float: left;
    width:150px;
    height:200px;
    border: 2px solid transparent;
}
.btwgListLotItem {
}

.amTagFilterLotCount {
    color: #999;
    font-size: smaller;
}

.amSearchPager {
    word-wrap: break-word;
    display: block;
    clear: both;
}

.amSearchPagerItem {
    margin-left: 3px;
}
    .am_Title {
        margin-left:5px;
        cursor:pointer;
        font-family:Tahoma;
        font-size:12px;
        font-weight:bold ;
    color: #f48f0e;
   }
    .am_TagTypeLink {
        margin-left:5px;
        cursor:pointer;
        /*font-family:Tahoma;*/
        line-height: 24px;
        font-size:14px;
    color: #f48f0e;
   }
    .am_tagtypeselector {
        padding-top: 50px;
    }
    .am_Item {
        margin-left:15px;
        padding-bottom:1px;
        cursor:pointer;
        font-family:Tahoma;
        font-size:12px;
        font-weight:normal;
    color: #f48f0e;
    }
  
   .am_TagLink {
        margin-left:5px;
        cursor:pointer;
        font-family:Tahoma;
        font-size:12px;
        font-weight:bold ;
    color: #f48f0e;
   }
   
   .am_auctionpart{
        margin-bottom:5px;
   }
     
.AT_DataGrid_Grid
{
    background: #f7f7f7;
    border: solid 1px #e5e5e5;
    border-right: solid 2px #e5e5e5;
    border-top: 0px;
    font: normal 13px Arial, Verdana, Sans-serif;
    text-align: left;
    cursor: default;
}
.AT_DataGrid_ItemStyle
{
    color: #000066;
}
.AT_DataGrid_AlternatingItemStyle
{
    color: #000066;
}
.AT_DataGrid_SelectedItemStyle
{
    font-weight: bold;
    color: white;
    background: #669999;
}

.AT_DataGrid_FooterStyle
{
    color: #000066;
    background: White;
}
.AT_DataGrid_PagerStyle
{
    color: #000066;
    background: White;
}

.am_EditTable
{
    border: solid 1px #e5e5e5;
    border-right: solid 2px #e5e5e5;
    border-top: 0px;
    background: #fff;
    margin-bottom: 10px;
}


.am_EditTable .SubHead{
	font-weight: bold;
}

.am_EditTableHeader,.am_EditTableHeader .SubHead, .AT_DataGrid_HeaderStyle, .AT_DataGrid_HeaderStyle A:link
{
    color:#000000;
    
/*	background-color: #5474ac;
    background: white url('images/Img/GridHeaderBg.gif') repeat-x bottom;*/
    background: transparent;
    height: 22px;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #bbb;
    vertical-align:middle;

}

.am_EditTableHeaderTop,.am_EditTableHeaderTop .SubHead
{	
    color:#000000;
    
    background-color: #f7f7f7;	
    height: 22px;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #bbb;
    vertical-align:middle;
}


.AM_SectionHead 
{
    text-align: left !important;	
}

.am_hidden {
    display: none;
}

.am_LotDetailText
{
    margin-left:10px;
    display:block; 
}

.am_LotDetailText P
{
    margin-top:0px;
    margin-bottom:0px;
}

.am_NormalRed
{
    color: Red;	
    font-weight: bold;
}

.am_NormalGreen
{
    color: Green;
    font-weight: bold;
}

.am_Inline
{
    display:inline ;
}

.GridRow_default a, .GridAltRow_default a, .HighestBidderSelected_Default a, .HighestBidder_Default a, .HighestBidder_Outbid a, .HighestBidder_NoBid a
{
}

.GridRow_default td, .GridAltRow_default td, .GridRow_default th, .HighestBidder_Default td, .HighestBidder_Outbid td, .HighestBidderSelected_Default td, .HighestBidder_NoBid td
{
    border:0px !important;
    border-style:hidden !important;
}
.GridRow_default .GridHeader_RightAlign{
	text-align: right !important;
}

.MasterTable_default, .GridRow_default, .GridAltRow_default, .HighestBidder_Default, .HighestBidder_Outbid, .HighestBidderSelected_Default, .HighestBidder_NoBid
{
    border-style:none !important;
}
.HighestBidder_Default, .HighestBidderSelected_Default
{
    background-color: #B6EDB6;
}
.HighestBidder_Default  td:first-of-type, .HighestBidder_Outbid  td:first-of-type, .HighestBidder_NoBid  td:first-of-type
{
    padding-left: 5px;
}
.HighestBidder_Default  td:last-of-type, .HighestBidder_Outbid  td:last-of-type, .HighestBidder_NoBid  td:last-of-type
{
    padding-right: 5px;
}
.HighestBidder_Outbid, .HighestBidderSelected_Outbid
{
    background-color: #ffaaaa;
}

.HighestBidder_NoBid td:last-of-type span {
    display: none;
}

textarea.NormalTextBox {
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    background-color: #FFF;
}


.rcTable.rcSingle .riTextBox {
    height: auto !important;
    width: 160px !important;
}

.am_toggleFavorite {
    margin-bottom: 10px;
}
.am_toggleFavorite:hover {
    cursor: pointer;
}
li.amSelectedTag {
    list-style: none;
    float: left;
    background-color: white;
    margin-right: 5px;
    margin-bottom: 2px;
}
.am_EditTable img {
    display: initial;
}

.ui-autocomplete {
    z-index: 100000;
    background-color: white;
    border: 1px solid black;
}
.ui-autocomplete li {
    list-style: none;
    max-width: 400px;
}
.ui-autocomplete li.ui-state-focus {
    background-color: silver;
}

input.hasError {
    border: 2px solid red;
}

.dnnGrid thead td, .dnnGrid thead th {
    font-size: 12px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
.dnnGrid tbody td {
    font-size: 12px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Auction List Overrrule Bootstrap column Width */
@media (min-width: 992px) {
    .Mod40FAuctionLotsListC #auction_table_inner .row .col-1 {
        width: 5%;
    }
}
 
 
@media (min-width: 992px) {
    .Mod40FAuctionLotsListC #auction_table_inner .row .col-md-2 {
        width: 20%;
    }
}