#lots-list{
	width: 100%;
	padding: 0.5rem;
	position: relative;
}
#lots-sale-info{
	margin-bottom: 1rem;

	min-height:	3.5rem;
}
#sale-message{
	padding-left: 1rem;
    padding-top: 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: #EE5E41;
	/* margin-bottom: 2rem; */
	margin-bottom: 2rem;

}
.button-expand{
	font-size: 1rem;
	padding: 0.1rem;
	margin: 0.1rem;
	min-width: 2rem;
	float: right;
	width: 2rem;
	height: 1.5rem;
	position: relative;
}
.refresh-button{
	width: auto;
	font-size: 0.75rem;
	padding: 0 0.5rem;
	padding-top: 0.25rem;
}

.reserve-button{
	width: 3rem;
	float: right;
	font-size: 0.75rem;
	padding: 0 0.5rem;
	padding-top: 0.25rem;
}

.reload-icon{
	background-image: url("../images/reload.png");
	background-size: 100%;
    height: 0.9rem;
    display: inline-block;
    width: 0.9rem;
    padding-bottom: 1px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

#control-buttons {
    height: 2.4rem;
    margin-top: -2.5rem;
    padding-top: 0.5rem;
    clear: both;
}

#lots-table, .table-row-body{
	border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

#rolling-active-group .table-row{
	height:8rem;
}

tbody:nth-of-type(even) .lot-details-row div{
	/*background-color: #E1E1E1;*/
	background-color: #DCEEFF;
}
tbody:nth-of-type(odd) .lot-details-row div{
	/*background-color: #F1F1F1;*/
	background-color: #bbDDFF;
}

tbody:nth-of-type(even) .lot-details{
	/*background-color: #E1E1E1;*/
	background-color: #DCEEFF;
	/*background-color: #BFC2Df;*/
}
tbody:nth-of-type(odd) .lot-details{
	/*background-color: #F1F1F1;*/
background-color: #bbDDFF;
	/*background-color: #283593;*/
}


/*CLOSED LOTS PJ STRIPES:*/
tbody.closed-lots-tbody:nth-of-type(even) .lot-details-row div{
	/*background-color: #E1E1E1;*/
	background-color: #FFF0BE;
}
tbody.closed-lots-tbody:nth-of-type(odd) .lot-details-row div{
	/*background-color: #F1F1F1;*/
	background-color: #FFE389;
}
tbody.closed-lots-tbody:nth-of-type(even) .lot-details{
	/*background-color: #E1E1E1;*/
	background-color: #FFF0BE;
}
tbody.closed-lots-tbody:nth-of-type(odd) .lot-details{
	/*background-color: #F1F1F1;*/
	background-color: #FFE389;
}
tbody.closed-lots-tbody:nth-of-type(even) .table-row{
	/*background-color: #E1E1E1;*/
	background-color: #FFF0BE;
}
tbody.closed-lots-tbody:nth-of-type(odd) .table-row{
	/*background-color: #F1F1F1;*/
	background-color: #FFE389;
}

tbody.group-lots-tbody:nth-of-type(even) .table-row{
	/*background-color: #E1E1E1;*/
	background-color: rgb(190, 255, 230);

}
tbody.group-lots-tbody:nth-of-type(odd) .table-row{
	/*background-color: #F1F1F1;*/
	/* background-color: rgb(137, 247, 255); */
	background-color: rgb(217, 248, 237);
}

tbody.group-lots-tbody-details:nth-of-type(even) .table-row{

	/* background-color: rgb(190, 255, 230); */
	/* background-color: rgb(217, 248, 237); */
	background-color: rgb(196, 247, 229);
	height:2rem;
}
tbody.group-lots-tbody-details:nth-of-type(odd) .table-row{
	/* background-color: rgb(190, 255, 230); */
	background-color: rgb(196, 247, 229);
	height:2rem;
}

.group-details{
	/* background-color: red; */
	font-weight: normal;
}

#lots-table .table-row{ 
	margin-bottom:1rem;
}
#lots-table .table-row td{ 
	border-top: 2px solid white;
	padding: 0.25rem;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    word-break: break-word;
}

#lots-table .table-row:hover td{ 
	/*background-color: rgba(0,0,0,0.2);*/

	/*background-color: rgba(50,100,200,0.4);*/
}

#lots-header td{
	font-size: 0.65rem;
	font-weight: bold;
	background: #DDD;
	padding: 0.25rem 0;
	padding-left: 0.25rem;

	border-left: 1px solid #FFF;
	box-sizing: border-box;
	position: relative;
    color: #222;
}

#lots-header td:hover:not(.no-hover-header){
	background: #AAA;
	cursor:pointer;
}
.no-hover-header{
	cursor: default;
}

.right-align{
	text-align: right !important;
    padding-right: 0.25rem !important;
    padding-left: 0.0rem !important;
}
.center-align{
	text-align: center !important;
}

.lot-list-sorted, .lot-list-sorted-reverse{
	background: #AAA !important ;
}

.sort-chevron{
    width: 8px;
    height: 10px;
    background-size: 100% 100%;
    position: absolute;
    right: 2;
    top: 3;
}

.lot-list-sorted .sort-chevron{
	background-image: url("../images/chevron-down.png");
}
.lot-list-sorted-reverse .sort-chevron{
	background-image: url("../images/chevron-up.png");
}

.lot-details-row div{
	/*-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
	border-top: 1px solid  rgba(50,100,200,0.3);
	border-bottom: 5px solid #FFF;
	display: inline-block;
	width: 100%;
	padding: 0.5rem 0.25rem;
	padding-right: 0.1rem;
	height: 3rem;

	font-size: 0.75rem;
	
	overflow: hidden;
	position: relative;
}

.lot-details-row.visible-false div{
	height: 0rem;
	padding-top:0;
	padding-bottom:0;
}
.lot-details-row.visible-true div{

}

.lot-details-row.visible-false{ 
  	/*-webkit-transition: all 0s ease 0.3s;
    transition: all 0s ease 0.3s;*/
	height: 0rem;
}
.lot-details-row.visible-true{
    /*-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
	height: 3.1rem;
}
.lot-details-row span{
	display: block;
}
.lot-details-row td{
	vertical-align: top;
}
.extended-true{
	/*font-weight: bold;*/
	color: #EE5E41;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.lot-end-date{
	padding-top: 0.15rem;    
	margin-bottom: -0.15rem;
	font-size: 0.6rem;
}
.bid-closed{
	position: absolute;
    /*display: inline;*/
    width: 100%;
    top: 0.5rem;
}
.sold-user{
	font-weight: bold;
	font-size: 0.9rem;
    left: 4rem;
    position: absolute;
    top: 0;
}
.sold-text, .closed-text{
	font-weight: bold;
	font-size: 0.9rem;
	text-shadow: 1px 1px 1px #333;
    margin-left: 0.5rem;
}
.closed-text{
	/* color: #EE5E41; */
	color: darkorange;
	float: right;
	font-weight: bold;
	font-size: 0.9rem;
    margin-right: 1rem;
}

.sold-text{
	color: #EE5E41;
}
.sold-text.winner-3{
	color: #99DD66;
}

.no-bid-text{
	color: gray;
	font-weight: bold;
	font-size: 0.9rem;
	/* text-shadow: 1px 1px 1px #333; */
    margin-left: 0.5rem;
}

.withdrawn-text{
	color:	darkslategrey;
	font-weight: bold;
	font-size: 0.9rem;
	/* text-shadow: 1px 1px 1px #333; */
    margin-left: 0.5rem;
}

#sale-name{
	font-weight: bold;
	font-size: 1.15rem;
}
.sale-detail{
	/*font-weight: bold;*/
	/*font-size: 0.75rem;*/
	font-size: 0.9rem;
	padding-top: 0.5rem;
	line-height: 1.15em;
	/*padding-left: 1rem;*/
}
.rolling-countdown{
    font-size: 1.25rem;
    font-weight: bold;
    color: #EE5E41;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    /* width: 100%;
	text-align: center; */
	width: 55%;
	text-align: left;
	padding-top:0.4rem;
}

.rolling-countdown-all{
    font-size: 1.15rem;
    font-weight: bold;
    color: #EE5E41;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 70%;
	/* text-align: center; */
	text-align: right;
	padding-top:0.4rem;
}
.update-time{
	float:right;
	font-size: 0.75rem;
	padding-top: 0.5rem;
	padding-right: 1rem;
	font-weight: bold;
}


.bid-controls{
	/*position: absolute;*/
	overflow:hidden;
	margin: 0px;
}

.bid-controls:hover{
	cursor:default;
}

.bid-amount{
	background: white;
	border: 2px solid #AAA;
	margin: 0 0.1rem;
	padding: 0.2rem;
	padding-right: 0;
	width: 2.5rem;
  	display: inline-block;
  	box-shadow: none;
}
.bid-amount:focus{
	border: 2px solid #BA5E41;
	outline: none;
}
.bid-amount-dollar{
	display: inline-block !important;
	padding: 0.1rem;
	padding-right: 0;  
	margin-right: -0.25rem;
}

.bid-autobid{
	font-size: 0.6rem;
	cursor: pointer;
}

.place-bid-button, .watchlist-button, .remove-bid-button{
	font-size: 0.6rem;
	display: inline-block;
	width: 4.5rem;
	margin: 0;    
	border: solid 1px #AAA;
    border-bottom: solid 3px #AAA;
}
.place-bid-button{
	margin-left: 10px;
	float: right;
}
.reserve-button{
	margin-left: 10px;
	float: right;
}

.place-bid-button.rolling-auto-bid {
	/* width: 7rem !important; */
	width: 4.75rem; 
}

.place-bid-button.clear-rolling-auto-bid {
	/* width: 7rem !important; */
	width: 1rem; 
	margin-left:2px;
	border-color: #FF6666;
	background: #FFaaaa;
	height:1.5rem;
}
.place-bid-button.no-clear-rolling-auto-bid {
	
	width: 1rem; 
	margin-left:2px;
	height:1.5rem;
	opacity: 0;
	/* display: none; */
	
}

.watchlist-button, .remove-bid-button{
    position: absolute;
    right: 0px;
    top: 2px;
    margin-right: 5px;
    padding: 0.2rem;
    width: 5rem;
}
.remove-bid-button{
    top: 1.55rem;
    padding: 0 0.2rem;
    border-color: #FF6666;
    background: #FFaaaa;
}
.remove-bid-button:hover, .remove-bid-button:active{
    border-color: #FF6666;
}

.remove-bid-button:hover{
    background: #FFc3c3;
}
.remove-bid-button:active{
    background: #FF8888;
}
.bid-title{
	display: inline-block !important ;
	font-size: 0.5rem;
	padding-right: 0.25rem;
}

.auto-bid-wrapper{
	display: inline-block;
	padding-left: 0.25rem;    
	margin-top: -2px;
}
.auto-bid-amount{
	font-weight: bold;    
	font-size: 0.75rem;
    padding-left: 1.15rem;
	position: absolute;
	color: #EE5E41;
    bottom: -4;
    left: 60;
}

.bid-amount-wrapper{
	display: inline-block;
	float: left;
}

/*
price status reflects the users status regarding the price of a lot
0 means the user has not bid
1 means the user has bid, but is not winning
2 means the user has bid and is winning
*/
.price-status-0{
	font-weight: bold;

}
.price-status-1{
	font-weight: bold;
	background-color: #EE5E41 !important;
}
.price-status-2{
	font-weight: bold;
	background-color: #EECC44 !important;
}
.price-status-3{
	font-weight: bold;
	background-color: #99DD66 !important;
}
.auto-bid-price {
    font-weight: 300;
    font-style: italic;
    font-size: 0.9em;
    padding-top: 0.1rem;
}
.pre-start-price {
}

.buyer-limit{
	/* font-weight: 300; */
    font-size: 0.9em;
	padding-top: 0.1rem;
	width:2.2rem;
	display:inline-block;
	font-weight: bold;
	opacity: 0.5;
	text-align:right;

}

.buyer-limit.active{
    font-size: 0.9em;
	padding-top: 0.2rem;
	padding-right:0.3rem !important;
	padding-left:1rem !important;
	width:3.51rem;
	display:inline-block;
	font-weight: bold;
	opacity: 0.5;
	text-align:left;
	margin-right:0.1rem;
	vertical-align: center;
	border:none !important;
}

.reserve-price {
	color: red;
}

.lot-notes{
	padding: 0;
    padding-top: 0.25rem;
    padding-right: 0.25rem;
    vertical-align: top;
}

#bid-div{
	width: 100%;
	margin-top: -3px;
	cursor: auto;
	position: relative;
}

.no-hover-header{

}

.headers-break{
	height: 1px;
}

.detail-title{
	font-size: 0.5rem;
	font-style: italic;
	margin-bottom: 0.3rem;
}

.detail-test{
	font-size: 0.5rem;
	font-weight: bold;
	line-height: 0.75rem;
}

.detail-broker{
	font-size: 0.6rem;
	line-height: 1.5rem;
	text-align: left;
}

.expiry-related-fields {
	display: inline-block !important;
	width: 46%;
    box-sizing: border-box;
     padding-right: 0rem !important;
}

.expiry-title{
	font-size: 0.6rem;
	font-style: italic;
	line-height: 1.5rem;
	text-align: right;
	padding-right: 0.25rem;
}

.expiry-date{
	font-size: 0.67rem;
	line-height: 1.5rem;
	padding-left: 0.35rem;
}


/* Original lot-details class details */

.lot-details{
	border-top: 1px solid #CCC;
	display: inline-block;
	width: 100%;
	padding: 0.5rem;
	height: 4rem;

	font-size: 0.75rem;
	
	overflow: hidden;
}

.lot-details.visible-false{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height: 0rem;
	padding: 0rem 0.5rem;
}
.lot-details.visible-true{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding: 0.5rem 0.5rem;
}

.row-overlay{
    height: 39px;
    line-height: 39px;
    margin-top: -44px;

	/* width: 884; */
	width: 950;

    position: relative;
	/*background: #99DD66;*/
	z-index: -10;
    display: block;
    text-align: center;
}
.row-overlay td{
	position: absolute;
	width: 100%;
}
.row-overlay.big-true{
/*    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
    line-height: 102px;
    height: 102px;
    margin-top: -102px;
}

.lot-sending-true .row-overlay{
    display: block;
}

.lot-sending-false .row-overlay{
    display: none;
}

.bid-closed{
	padding-left: 0.5rem;
	min-height: 21px;
}

.bid-icon-check, .bid-icon-watch, .bid-icon-extended, .bid-icon-notes {
    background-size: 100%;
    background-repeat: no-repeat;
	width: 16px;
	height: 16px;
    position: absolute;
    opacity: 0;
}

.bid-icon-check{
	top:0;
	left:0;
	background-image: url("../images/checkmark.png");
}

.bid-icon-watch{    
	top: -6;
    left: 34;
	background-image: url("../images/binoculars.png");
}
.bid-icon-extended{    
	top: 0;
    left: 19;
    width: 14px;
    background-image: url("../images/lot-extended-red.png");
    height: 14px;
    margin-top: 2px;
   /* font-size: 1rem;
    font-weight: bold;
    padding-top: 1px;
    margin-left: 3px;
    width: 13px;
    color: #EE5E41;
    text-shadow: 1px 1px 0.5px #333;*/
}
.bid-icon-notes {
	background-image: url("../images/user-notes-icon.png");
    width: 13px;
    height: 13px;
	top: 9;
    left: 35;
}

.bid-icon-autobid{
	top:17;
	left:0;
	background-image: url("../images/spinningarrow.png");
}

.bid-icon-check.visible-true, .bid-icon-watch.visible-true, .bid-icon-extended.visible-true, .bid-icon-notes.visible-true{
	opacity: 1;
}

.lot-icons-td{
}

.lot-icons{
    width: 32px;
    height: 0px;
    margin: 0;
    padding: 0;
	position: relative;
	margin-left: -2px;
	margin-top: -0.6rem;
}

.lot-sending-true{
	pointer-events: none;
}
.lot-sending-true .table-row, .lot-sending-true .lot-details-row{
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
	opacity: 0.3;    
	/*-webkit-filter: brightness(20%);
	filter: brightness(20%);*/
}

.lot-sending-false{
	pointer-events: all;
}
.lot-sending-false .table-row, .lot-sending-false .lot-details-row{
	opacity: 1;
}

.table-row:not(.lot-increased-1):not(.lot-increased-2){
    -webkit-transition: background 3s ease;
    transition: background 3s ease;
}

/* Commented out lot-increased-1 & lot-increased-2 to stop Gregs Lot's flashing when a bid is made */
.lot-increased-1{
    /* background: #EE5E41 !important; */
}
.lot-increased-2{
	/* background: #99DD66 !important; */
	
}

#no-lots{
	font-weight: bold;
    font-size: 1.25rem;
    padding: 1rem 0.5rem;
}

.lot-message{
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;

    font-size: 0.75rem;
    left: 220px;
    top: -4px;
    height: 35px;
    width: 8.5rem;
    position: absolute;
    z-index: 10;
    background-color: #EE5E41;
    padding: 0.25rem;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
    opacity: 1;
}

.lot-message.visible-true{
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
	opacity: 1;
}
.lot-message.visible-false{
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
	opacity: 0;
}

.lot-user-notes{
	background: rgba(255,255,255,0.75);
	border: 2px solid #AAA;
	margin: 0px;
	padding: 0.2rem;
	padding-right: 0;
	width: 13rem;
	/* width: 7.5rem; */
	/* height: 2.3rem; */
	height: 2.3rem;
	resize: none;
  	display: inline-block;    
  	position: absolute;
    left: 0px;
    top: 3px;
    line-height: 1;
}
.lot-user-notes:focus{
	border: 2px solid #BA5E41;
	outline: none;
}

.user-note-title{
	position: absolute;
    right: 21.5rem;
    font-size: 0.75rem;
    padding-top: 0.25rem;
}

.details-extras{
	position: relative;
}
.icon-key{
	display: inline-block;
	font-size: 0.75rem;
	margin-right: 1rem;    
	vertical-align: top;
}
.icon-key .key-example{
	position: relative;
	float: none;
	width: 16px;
	height: 16px;
	display: inline-block;
	opacity: 1;

	top:4;
	left:0;
	right:0;
	bottom: 0;
}
.icon-key .key-example.bid-icon-extended{  
	top: 3;
    left: -1;
}

.key-example.details-key{
	top: 0;
    font-weight: bold;    
    width: 22px;
    line-height: 18px;
    height: 18px;
    margin-right: 3;
    font-size: 0.9rem;
}
.details-key-wrapper{
    margin-top: 2;
}

#icon-key-wrapper{
	position: absolute;
	right: 0;
	top: 0;
}


.bid-div-wrapper{
	cursor: default;
	position: relative;
}


#lots-search-controls{
	width: 45%;
	font-size: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	position: relative;
    margin-left: -0.25rem;
}
#lots-search-controls table{
	width: auto;
}

#lots-search-controls td{
	padding: 0.25rem;
}

#lots-search-controls input{
    float: right;
    margin-top: -4px;
    margin-right: 0.5rem;
    margin-left: 0.25rem;
}
#lots-search-controls .search-text{
	width: 8rem;
}
#lots-search-controls .search-number{
	width: 2.5rem;
}
#lots-search-controls input[type="submit"]{
    position: absolute;
    left: 95%;
    top: 27;
}

#closed-lots-title td{
	vertical-align: bottom;
	font-weight: bold;
	font-style: italic;
	font-size: 0.65rem;
	height: 2rem;
}
.lot-ordered-number{
	position: absolute;
	/* right: 895; */
	right: 950;
	display: inline-block;
	font-size: 0.6rem;
	font-style: italic;
    width: 2rem;
    text-align: right;
}

.show-print-anchor{
    display: inline-block;
	padding-bottom: 0.25rem;	

	text-decoration: underline;
	color: #3366BB;
	font-size: 0.75rem;
	font-style: italic;
}
.show-print-anchor:hover{
	cursor: pointer;
	color: #0645AD;
}

.show-print-anchor-no-line{
    display: inline block;
	/* margin-top: -1.3rem; */
	text-decoration-line: none !important;
    padding-bottom: 0.25rem;	
	color: red !important;
	font-size: 0.75rem;
	font-style: italic;
}

.expanded-true, .expanded-false{
	background-size: 100%;
    display: block;
    width: 16px;
    height: 16px;
    left: 6;
    position: absolute;
}

.expanded-true{
	background-image: url("../images/disclosure-down.png");
}
.expanded-false{
	background-image: url("../images/disclosure-up.png");
}

.lot-expanded-true, .lot-expanded-false{
	background-size: 100%;
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
    z-index: 10;
	margin-left: -0.25rem;
}

.lot-expanded-true{
	background-image: url("../images/disclosure-down.png");
}
.lot-expanded-false{
	background-image: url("../images/disclosure-up.png");
}


.lot-active-user{
    display: block;
    margin-bottom: -4px;
    padding-top: 4px;ƒ
	color:#7BAAD7;
}

.row-overlay.visible-true{
	display: block;
	z-index: 10;
	background-color: rgba(255,255,255,0.7);
}
.row-overlay.visible-false{
	display: none;
	background-color: rgba(255,255,255,0);
}
#lot-not-open{
	text-align: center;
}

.six-details span{
	display: inline-block;
	width: 13%;
	text-align: right;
    padding-right: 0.25rem;
}

.six-details.six-header span{
    border-right: 1px solid white;
    height: 100%;
    margin: -0.25rem;
    margin-top: -0.25rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    width: 16.6666%;
}
#lots-dialog-background.hidden, #lots-autobid-dialog-background.hidden, #lots-loadfile-dialog-background.hidden{
    display: none;
}

#lots-dialog-background, #lots-autobid-dialog-background, #lots-loadfile-dialog-background{
    position: fixed;
    left:0;
    right: 0;
    top: 0;
    bottom:0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1001;
}

#lots-dialog {
    top: 25%;
    left: Calc(50% - 10rem);
    width: 20rem;
    background-color: #FFFFFF;
    position: absolute;
    border: 2px solid #FF6666;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    padding: 1rem;
    padding-bottom: 3rem;
}
#lots-dialog-title, #lots-autobid-dialog-title, #lots-loadfile-dialog-title{
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #FF6666;
}
#lots-dialog-text, #lots-autobid-dialog-text, #lots-loadfile-dialog-text{
    padding-top: 0.25rem;
    font-size: 0.85rem;
    white-space: pre-line;
}

#lots-dialog-close-button, #lots-dialog-cont-button{
    margin: 0;
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
}
#lots-dialog-close-button{
    right: 6.5rem;
}
#lots-dialog-close-button.close-only{
    right: 1rem;
}
#lots-dialog-cont-button.close-only{
    display: none;
}
#lots-dialog-cont-button{
    border-color: #FF6666;
    background: #FFaaaa;
}

#lots-autobid-dialog-clear-button{
    /* border-color: #FF6666;
	background: #FFaaaa; */
	color:red !important;
}
/* #lots-autobid-dialog-update-button, #lots-loadfile-dialog-update-button
{

} */

#lots-dialog-cont-button:hover, 
#lots-dialog-cont-button:active, 
#lots-autobid-dialog-update-button:hover, 
#lots-autobid-dialog-update-button:active,
#lots-loadfile-dialog-update-button:hover, 
#lots-loadfile-dialog-update-button:active,
#lots-autobid-dialog-clear-button:hover, 
#lots-autobid-dialog-clear-button:active{
    border-color: #FF6666;
}

#lots-dialog-cont-button:hover, 
#lots-autobid-dialog-update-button:hover, 
#lots-loadfile-dialog-update-button:hover, 
#lots-autobid-dialog-clear-button:hover{
    background: #FFc3c3;
}

#lots-autobid-dialog{
    top: 25%;
    left: Calc(50% - 15rem);
    width: 30rem;
    background-color: #FFFFFF;
    position: absolute;
    border: 2px solid #FF6666;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    padding: 1rem;
    padding-bottom: 3rem;
}

#lots-autobid-dialog-clear-button {
	float: left;
	vertical-align: middle;
	font-size: 0.9rem;
	width:8rem;
}

#lots-autobid-dialog-update-button {
	float: right;
	width: 10rem;
	vertical-align: middle;
	font-size: 0.9rem;
}

#lots-loadfile-dialog-update-button {
	float: right;
	width: 8rem;
	vertical-align: middle;
	font-size: 0.9rem;
}

#lots-autobid-dialog-close-button{
	float: right;
	vertical-align: middle;
	font-size: 0.9rem;
	width:6rem;
}

.auto-bid-dialog-button,.load-file-dialog-button {
height:1.75rem;
vertical-align: middle;
float:left;
}

 #lots-loadfile-dialog-close-button {
	float: right;
	vertical-align: middle;
	font-size: 0.9rem;
	width:8rem;
}

#lots-loadfile-dialog{
    top: 25%;
    left: Calc(50% - 12.5rem);
    width: 25rem;
    background-color: #FFFFFF;
    position: absolute;
    border: 2px solid #FF6666;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    padding: 1rem;
    padding-bottom: 3rem;
}

.bid-controls.rolling{
}
.rolling-info{
    padding: 0.5rem 0;
}
.rolling-info span{
    font-size: 1.5rem;
    /*font-weight: bold;*/
}
.rolling-price{
    /*padding-left: 2px;*/
}
.rolling-time{
    float: right;
}
.rolling-time.highlight{
    color: #EE5E41;
    font-weight: bold;
}

.bid-amount.rolling{
    font-size: 0.9rem;
    width: 4rem;
}

.place-bid-button.rolling{
    float: right;
    height: 1.8rem;
	font-size: 0.8rem;
	width: 3.25rem;
	margin-left: 5px;
	/* border: none; */
    /*font-weight: bold;*/
	/* width: 7rem; */

}

.reserve-button.rolling{
    float: right;
    height: 1.8rem;
    font-size: 0.8rem;
	width: 3.25rem;
	margin: 1px;
	padding: 0px; 
	/* border: none; */
}

.bid-amount-dollar.rolling{
    font-size: 1rem;
}

.row-overlay.rolling{
    height: 75px;
    line-height: 75px;
    margin-top: -82px;
}
.row-overlay.big-true.rolling{
    height: 120px;
    line-height: 120px;
    margin-top: -125px;
}

#reserve-text{
	text-align: center;
	font-size: 0.9rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	display: block;
	font-weight: bold;
    margin-right: 0.25rem;
	margin-bottom: 0.25rem;
	/* background-color:#AAA; */
	background-color: lightgray;

}

#full-catalogue-divider.visible-false{
	visibility: hidden;
}

#anchor-links {
	float: left;
	margin-top: 0.5rem;
}


.email-message-buyer{
    -webkit-transition: opacity 1s ease, background-color 0s ease 1s;
    transition: opacity 1s ease, background-color 0s ease 1s;
    font-size: 0.75rem;
    left: 500px;
    top: 70px;
    font-weight: normal;
    width: 10.5rem;
    position: absolute;
    z-index: 10;
    background-color: #eecc44;
    padding: 0.25rem;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
    opacity: 0;
    pointer-events: none;
}

.email-message-buyer.sending{
	opacity: 1;
}

.email-message-buyer.error{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
	opacity: 1;
    background-color: #EE5E41;
}
.email-message-buyer.success{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
	opacity: 1;
    background-color: #99dd66;
}