/* The sidepanel menu */
.sidepanel {
  height: 300; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 200; /* Stay on top */
  top: 120;
  left: 0;
  background-color: #f9f9f9; 
  /*border-color: #111;
  border-width: 2px; */  
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn 
{
  position: fixed;
  z-index: 201; /* Stay on top */
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}






/*.sticky-header {
   background: #ececec;
   position: fixed;
   width: 100%;
   text-align: center;
   color: #000;
   border: 1px;
   z-index:1;
}*/

/*
.notifyjs-corner {
    position: fixed  !important;
    top: 50%  !important;
    left: 50%  !important;
    /* bring your own prefixes */
    /*transform: translate(-50%, -50%)  !important;
}
*/

.hr {border:2px solid; color:#133455;}

.small-white {
	font-size: 1px;
	color:White; 
}

.title{
	font-size:30px;
}

.title-red
{
	color:#d8222a;
	font-size:40px;
	line-height:50px;
	font-weight:600;
}

.cattitle-green {
	color:#0f867b;
	font-size:24px;
	line-height:28px;
	font-weight:600;
}

.chtype-red {
	color:#ea2129;
	font-size:16px;
	line-height:18px;
	font-weight:600;
}

.chtype-green {
	color:#0f867b;
	font-size:16px;
	line-height:18px;
	font-weight:600;
}

.title-sm {
	font-size:20px;
	padding-top:5px;
	font-weight:500;
}

.lot-title 
{
	color:#000;
	background-color:#ececec;
	padding:6px; 
	margin-bottom:8px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.auction-message {
    color:#0f867b;
    font-size:small;  
}

.bordered-box {
	border:solid 1px; 
	border-color:#d5d5d5; 
	padding:6px; 
	margin-bottom:8px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px	
}

/*
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
*/

.last-bid {
	/*color:#ff2222;*/
	color:#1e90ff;
	background-color:#e3e3e3; 
	font-size:24px;
	font-weight:800;  
	line-height:28px;
	padding:5px;
	text-align:center; 
	display:center;
	margin-bottom:8px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px	
}


.group-lot {
	border:solid 2px; 
	border-color:#d5d5d5; 
	padding:6px; 
	text-align:center; 
	/*display:center;*/
	position:relative; 
	/*min-height:280px; */
	min-height:330px;
	margin-bottom:12px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;	

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e5e5;
}

.scrolling-wrapper 
{
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;		
	/*-webkit-scrollbar: none;	*/
	padding: 0 30px;
}

.card {
	display: inline-block;
	max-width:290px;
	min-width:290px;
	padding-right:10px;
}

.group-lot-stock 
{	
	border:solid 2px; 
	border-color:#d5d5d5;
	background-color:#f3f9ff;
	/*background-color:#fff;*/
	padding:6px; 
	text-align:center; 
	display:center;
	position:relative; 
	min-height:280px; 
	margin-bottom:8px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px	
}

/*
.row group-lot-stock :nth-child(odd) {
	background-color:#f3f9ff;
}

.row group-lot-stock :nth-child(even) {
	background-color:#fff;
}
*/

.image-container {
	position:relative; 
	width:100%; 
	max-width:260px;
}

.noreserve {
	position:absolute; 
	bottom:0px; 
	right:0px;
	width:270px; 
	z-index:40;
}

.onthemarket {
	position:absolute; 
	bottom:0px; 
	right:0px;
	width:270px; 
	z-index:50;
}

.winning {
	color: #5cb85c;
	position:absolute;
	/*top:190px; */
	top:6px;
	left:7px;
	z-index:1;
}

.winning-icon {
	/*color: #5cb85c;*/
}

.winning-colour { color:#5cb85c; }

.not-winning-colour { color:#d8222a; }

.watchlist {
	color: #f7d809;
	position:absolute;
	/*top:172px;*/
	top:2px;
	left:7px;
	z-index:101;
}

.watchlist-icon {
	/*color: #f7d809;*/
}

.item-price {
	position:relative;
	/*color:#fff;
	background-color:#5cb85c;*/
	font-size:16px;
	font-weight:700;	
	padding:5px;
	margin-bottom:5px;
	z-index:1;   
}

.fixedprice {
	color:#222;
	font-size:18px;
	font-weight:700;	 
}

.prodtitle {
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.5em;
    min-height: 4.5em;
    line-height: 1.5em;
}

.prodtitle-stock {
	text-overflow: ellipsis;
    word-wrap: break-word;
    white-space:nowrap;
    overflow: hidden;
    max-height: 4em;
    min-height: 4em;
    line-height: 2em;
}

.catdesc {
	font-weight:700;
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.5em;
    min-height: 4.5em;
    line-height: 1.5em;	
}

.btn-info {
    color: #fff;
    background-color: #1e90ff;
    border-color: #46b8da;
}


.btn-primary {
    color: #595959;
     
}


.btn-warning {
    color: #fff;
    background-color: #4c9e00;
    border-color: #ac994b;
}

 .btn-warning:hover {
    opacity:.8;
    background-color: #4c9e00;
    border-color: #ac994b;
}

.Countdown {
	color:#0f867b;
	font-size:16px;
	font-weight:700;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.link {
	color:#595959;
	font-weight:800;  
}

.link:hover {
	text-decoration:underline;
	opacity:.8;
}

.link-stock {
	color:#fff;
	text-decoration:underline; 
}

.link-stock:hover 
{
	color:#fff;
	opacity:.8;
}

.table-head {
	color:#fff;
	background-color:#133455;
	font-size:16px;
	font-weight:500;
}

.table-head-outbid {
	color:#fff;
	background-color:#d1322e;
	font-size:16px;
	font-weight:500;
}



.mypanel-heading {
	color:#fff; 
	background-color:#133455;
	font-size:18px; 
	font-weight:500;
	padding:10px;
}

.currentbid {
	color:#0f867b;
	font-size:16px; 
	font-weight:600;
}

.radio-custom {
	font-weight:600;
}

.timelabel {
	color:#0f867b;
	font-weight:600;
}

.chevron-right:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

/* Auction Listing
   *********************/
.auction-list {
	background: #ececec;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    border-radius:10px;	
}

.auction-list p {
    margin:0px;	
}

/* Cat Images */
.imggroup {
  float: right;
  /*position: absolute;*/
  /*right: 10px;
  top: 50px;
  width: 33%;*/
}

.imggroup ul.catimage {
  list-style-type : none;
  overflow: hidden;
  white-space: nowrap;
  margin:5px 0 5px 10px;
}
.imggroup ul.catimage.group li {
  float: none;
}
.catimage ul {
  margin:5px 0 5px 10px;
}
.catimage > li {
  display: inline-block;
    margin: 2px;
}

/* Custom Flexslider arrows 
 ***************************/
.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 18px;
    display: inline-block;
    content: '\f001';
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 26px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
	.car-image{
		/*display:none;*/
        min-width:100px;
	}	
	
	.my-tender{
		min-width:100px;
	}
	
}


/* Flexslider Test */

.home-slider-thumbs ul li a img {
	opacity: 0.65;
}

.home-slider-thumbs ul li a:hover img, .home-slider-thumbs ul li.flex-active-slide a img {
	opacity: 1;
}

.slider .flexslider, .home-slider-thumbs .flexslider {
	border: none;
}

.slider .flexslider {
	margin: 0 0 4px;
}


@media only screen and (max-width: 480px) { 

    .pp_pic_holder.pp_default { width: 90%!important; left: 5%!important; overflow: hidden; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 100%!important; height: auto!important; }
    .pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
    a.pp_close { right: 7%!important; top: 10px!important; }
    #pp_full_res { padding: 5px !important; }
}