@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,900italic,900,700italic,700,600italic,600,400italic,300italic,300,200italic,200);
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://mitrecyclers.com/auction/core/third-party/pj_fancybox/2.1.5/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://mitrecyclers.com/auction/core/third-party/pj_fancybox/2.1.5/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://mitrecyclers.com/auction/core/third-party/pj_fancybox/2.1.5/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://mitrecyclers.com/auction/core/third-party/pj_fancybox/2.1.5/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://mitrecyclers.com/auction/core/third-party/pj_fancybox/2.1.5/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://mitrecyclers.com/auction/core/third-party/pj_fancybox/2.1.5/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
body #pjWrapperPHPAuction_theme1 { font-size: 18px; line-height: 30px; color: #848689; }

#pjWrapperPHPAuction_theme1 .glyphicon { font-family: 'Glyphicons Halflings'; }

[id^="pjWrapperPHPAuction_theme1"] .col-lg-1, [id^="pjWrapperPHPAuction_theme1"] .col-lg-10, [id^="pjWrapperPHPAuction_theme1"] .col-lg-11, [id^="pjWrapperPHPAuction_theme1"] .col-lg-12, [id^="pjWrapperPHPAuction_theme1"] .col-lg-2, [id^="pjWrapperPHPAuction_theme1"] .col-lg-3, [id^="pjWrapperPHPAuction_theme1"] .col-lg-4, [id^="pjWrapperPHPAuction_theme1"] .col-lg-5, [id^="pjWrapperPHPAuction_theme1"] .col-lg-6, [id^="pjWrapperPHPAuction_theme1"] .col-lg-7, [id^="pjWrapperPHPAuction_theme1"] .col-lg-8, [id^="pjWrapperPHPAuction_theme1"] .col-lg-9, [id^="pjWrapperPHPAuction_theme1"] .col-md-1, [id^="pjWrapperPHPAuction_theme1"] .col-md-10, [id^="pjWrapperPHPAuction_theme1"] .col-md-11, [id^="pjWrapperPHPAuction_theme1"] .col-md-12, [id^="pjWrapperPHPAuction_theme1"] .col-md-2, [id^="pjWrapperPHPAuction_theme1"] .col-md-3, [id^="pjWrapperPHPAuction_theme1"] .col-md-4, [id^="pjWrapperPHPAuction_theme1"] .col-md-5, [id^="pjWrapperPHPAuction_theme1"] .col-md-6, [id^="pjWrapperPHPAuction_theme1"] .col-md-7, [id^="pjWrapperPHPAuction_theme1"] .col-md-8, [id^="pjWrapperPHPAuction_theme1"] .col-md-9, [id^="pjWrapperPHPAuction_theme1"] .col-sm-1, [id^="pjWrapperPHPAuction_theme1"] .col-sm-10, [id^="pjWrapperPHPAuction_theme1"] .col-sm-11, [id^="pjWrapperPHPAuction_theme1"] .col-sm-12, [id^="pjWrapperPHPAuction_theme1"] .col-sm-2, [id^="pjWrapperPHPAuction_theme1"] .col-sm-3, [id^="pjWrapperPHPAuction_theme1"] .col-sm-4, [id^="pjWrapperPHPAuction_theme1"] .col-sm-5, [id^="pjWrapperPHPAuction_theme1"] .col-sm-6, [id^="pjWrapperPHPAuction_theme1"] .col-sm-7, [id^="pjWrapperPHPAuction_theme1"] .col-sm-8, [id^="pjWrapperPHPAuction_theme1"] .col-sm-9, [id^="pjWrapperPHPAuction_theme1"] .col-xs-1, [id^="pjWrapperPHPAuction_theme1"] .col-xs-10, [id^="pjWrapperPHPAuction_theme1"] .col-xs-11, [id^="pjWrapperPHPAuction_theme1"] .col-xs-12, [id^="pjWrapperPHPAuction_theme1"] .col-xs-2, [id^="pjWrapperPHPAuction_theme1"] .col-xs-3, [id^="pjWrapperPHPAuction_theme1"] .col-xs-4, [id^="pjWrapperPHPAuction_theme1"] .col-xs-5, [id^="pjWrapperPHPAuction_theme1"] .col-xs-6, [id^="pjWrapperPHPAuction_theme1"] .col-xs-7, [id^="pjWrapperPHPAuction_theme1"] .col-xs-8, [id^="pjWrapperPHPAuction_theme1"] .col-xs-9 {
	padding-left: 5px;
}

/*** Modules ***/

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumbs,
#pjWrapperPHPAuction_theme1 .pjAs-action-table-head,
#pjWrapperPHPAuction_theme1 .pjAs-action-table-row,
#pjWrapperPHPAuction_theme1 .pjTbs-head { *zoom: 1; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumbs:after,
#pjWrapperPHPAuction_theme1 .pjAs-action-table-head:after,
#pjWrapperPHPAuction_theme1 .pjAs-action-table-row:after,
#pjWrapperPHPAuction_theme1 .pjTbs-head:after { content: ''; clear: both; display: table; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb a,
#pjWrapperPHPAuction_theme1 .btn-home .glyphicon,
#pjWrapperPHPAuction_theme1 .btn { -webkit-transition: none; -o-transition: none; transition: none; }

html, body { height: 100%; }

#pjWrapperPHPAuction_theme1 .form-control:focus { box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0); }

#pjWrapperPHPAuction_theme1 input.btn,
#pjWrapperPHPAuction_theme1 button.btn { padding-top: 0; padding-bottom: 0; }

#pjWrapperPHPAuction_theme1 .btn:not(.btn-link):not(.btn-close) { border: 1px solid rgba(0,0,0,.1); }
#pjWrapperPHPAuction_theme1 .btn-link { text-decoration: underline; }
#pjWrapperPHPAuction_theme1 .btn-link:hover { text-decoration: none; }

#pjWrapperPHPAuction_theme1 .btn-link { font-size: 15px; border-radius: 5px; padding: 3px 8px 3px; }
#pjWrapperPHPAuction_theme1 .btn-link.active { border: 1px solid rgba(0,0,0,0.3); text-decoration: none; color: #585a59; }

#pjWrapperPHPAuction_theme1 .btn-default { background-color: #f7f7f7; color: #222; border-color: rgba(0,0,0,0.2); height: 43px; font-size: 16px; text-transform: uppercase; font-weight: bold; padding: 9px 20px 0; }

#pjWrapperPHPAuction_theme1 .btn-primary { text-transform: uppercase; height: 45px; border-radius: 6px; font-weight: bold; font-size: 18px; padding: 9px 30px 0; }
#pjWrapperPHPAuction_theme1 .btn-primary,
#pjWrapperPHPAuction_theme1 .btn-primary:hover { color: #fff; }

#pjWrapperPHPAuction_theme1 .form-control { height: 43px; background-color: #f7f7f7; border-color: rgba(0,0,0,.2); color: #48494a; font-size: 16px;}

#pjWrapperPHPAuction_theme1 .pjAs-head { margin-bottom: 15px; }
#pjWrapperPHPAuction_theme1 .pjAs-head .btn-home { float: left; width: 43px; height: 43px; background-color: #f7f7f7; color: #222; border-color: rgba(0,0,0,0.2); font-size: 19px; padding: 7px 0 0 0; text-align: center; margin-left: -58px; }
#pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-category-dropdown { padding-left: 73px; }
#pjWrapperPHPAuction_theme1 .pjAs-head .btn-group { float: right; }
#pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-btn-languages { margin-left: 15px; margin-bottom: 15px; }
#pjWrapperPHPAuction_theme1 .pjAs-head .dropdown-menu li a:hover { background-color: rgba(0,0,0,0.1); }

#pjWrapperPHPAuction_theme1 .pjAs-btn-languages .dropdown-menu { left: auto; right: 0; }
#pjWrapperPHPAuction_theme1 .pjAs-btn-languages .dropdown-menu li a { color: #fff; }
#pjWrapperPHPAuction_theme1 .pjAs-btn-languages img { display: inline-block; margin-top: -3px; margin-right: 5px; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item,
#pjWrapperPHPAuction_theme1 .pjAs-box,
#pjWrapperPHPAuction_theme1 .pjAs-item { border-radius: 7px; border: 1px solid rgba(0,0,0,0.2); padding: 20px; margin-bottom: 25px; overflow: hidden; }
#pjWrapperPHPAuction_theme1 .pjAs-item-bade { border: 2px solid #222; }

#pjWrapperPHPAuction_theme1 .pjAs-action-table-filters { padding-bottom: 20px; }
#pjWrapperPHPAuction_theme1 .pjAs-action-table-filters span { padding-right: 10px; }

#pjWrapperPHPAuction_theme1 .pjAs-item-image { float: left; max-width: 310px; margin-right: 20px; }  
#pjWrapperPHPAuction_theme1 .pjAs-item-image img { display: block; max-width: 100%; height: auto; }

#pjWrapperPHPAuction_theme1 .pjAs-item-content { overflow: hidden; }

#pjWrapperPHPAuction_theme1 .pjAs-item-name { font-weight: bold; font-size: 24px; line-height: 1.3em; color: #222; text-transform: uppercase; }

#pjWrapperPHPAuction_theme1 .pjAs-item-desc { font-size: 16px; color: #848689; line-height: 1.3em; padding-bottom: 20px; }

#pjWrapperPHPAuction_theme1 .pjAs-item-info { padding-bottom: 15px; }

#pjWrapperPHPAuction_theme1 .pjAs-item-actions { overflow: hidden; }
#pjWrapperPHPAuction_theme1 .pjAs-item-actions p { font-size: 18px; line-height: 24px; margin: 0; color: #48494a; }

#pjWrapperPHPAuction_theme1 .pjAs-text-small,
#pjWrapperPHPAuction_theme1 .pjAs-item-actions .pjAs-text-small { font-size: 15px; color: #696b6c; }

#pjWrapperPHPAuction_theme1 .pjAs-item-h-bid { float: left; } 

#pjWrapperPHPAuction_theme1 .pjAs-item-bids { float: right; text-align: right; margin-right: 20px; }

#pjWrapperPHPAuction_theme1 .pagination { font-size: 0; margin-top: 0; }
#pjWrapperPHPAuction_theme1 .pagination > li { font-size: 16px; display: inline-block; vertical-align: top; }
#pjWrapperPHPAuction_theme1 .pagination > li > a, 
#pjWrapperPHPAuction_theme1 .pagination > li > span { width: 32px; height: 32px; padding: 3px 0 0; text-align: center; font-size: 16px; display: block; float: none; border-radius: 3px; border-color: rgba(0,0,0,0.2); color: #48494a; }
#pjWrapperPHPAuction_theme1 .pagination > li + li { padding-left: 5px; }
#pjWrapperPHPAuction_theme1 .pagination > li > a span { padding-top: 0; line-height: 1.3em; display: block; font-size: 16px; }

#pjWrapperPHPAuction_theme1 .pjAs-box-title { font-size: 30px; text-transform: uppercase; color: #222; font-weight: bold; padding-bottom: 30px; }

#pjWrapperPHPAuction_theme1 .pjAs-login { overflow: hidden; }
#pjWrapperPHPAuction_theme1 .pjAs-login .control-label { font-size: 19px; color: #48494a; font-weight: 600;}

#pjWrapperPHPAuction_theme1 .input-group-addon { color: #9a989a; } 
#pjWrapperPHPAuction_theme1 .input-group-addon em { font-style: normal; font-size: 20px; } 

#pjWrapperPHPAuction_theme1 .pjAs-login-content { width: 65%; float: left; padding-right: 30px;}
#pjWrapperPHPAuction_theme1 .pjAs-login-content .btn-primary { min-width: 160px; }

#pjWrapperPHPAuction_theme1 .pjAs-login-aside { width: 35%; float: left; padding: 15px 0 0 30px; border-left: 1px solid rgba(0,0,0,0.2); min-height: 160px; text-align: center;}
#pjWrapperPHPAuction_theme1 .pjAs-login-aside p { font-size: 19px; line-height: 28px; color: #48494a; }

#pjWrapperPHPAuction_theme1 .pjAs-action-table-filters { text-align: right; font-size: 16px; font-weight: 600; color: #545454; }

#pjWrapperPHPAuction_theme1 .pjAs-action-table-head { border: 1px solid rgba(0,0,0,0.2); background-color: #f7f7f7; border-top-left-radius: 7px; border-top-right-radius: 7px; }
#pjWrapperPHPAuction_theme1 .pjAs-action-table-head p { margin-bottom: 0; line-height: 1.3em; text-transform: uppercase; font-weight: bold; color: #48494a; font-size: 16px; }
#pjWrapperPHPAuction_theme1 .pjAs-action-table-head .pjAs-action-table-row { padding-top: 18px; padding-bottom: 18px; }

#pjWrapperPHPAuction_theme1 .pjAs-action-table-row { padding: 20px 10px; font-size: 0; }
#pjWrapperPHPAuction_theme1 .pjAs-action-table-row + .pjAs-action-table-row { border-top: 1px solid rgba(0,0,0,0.2); }

#pjWrapperPHPAuction_theme1 .pjAs-col { display: inline-block; padding-left: 10px; padding-right: 10px; vertical-align: middle; font-size: 18px; }

#pjWrapperPHPAuction_theme1 .pjAs-col-1 { max-width: 100px; }
#pjWrapperPHPAuction_theme1 .pjAs-col-2 { width: 40%; }
#pjWrapperPHPAuction_theme1 .pjAs-col-3 { width: 22%; }
#pjWrapperPHPAuction_theme1 .pjAs-col-4 { width: 12%; }
#pjWrapperPHPAuction_theme1 .pjAs-col-5 { width: 15%; }

#pjWrapperPHPAuction_theme1 .pjAs-action-table-body {  border-left: 1px solid rgba(0,0,0,0.2); border-right: 1px solid rgba(0,0,0,0.2);  }
#pjWrapperPHPAuction_theme1 .pjAs-action-table-body p { margin-bottom: 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#pjWrapperPHPAuction_theme1 .pjAs-action-table-body a { font-size: 20px; }

#pjWrapperPHPAuction_theme1 .pjAs-action-table-footer { border: 1px solid rgba(0,0,0,0.2); padding: 20px; font-size: 0; background-color: #f8f8f8; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; }
#pjWrapperPHPAuction_theme1 .pjAs-action-table-footer .pagination { margin: 0; }

#pjWrapperPHPAuction_theme1 .badge { height: 28px; padding: 6px 10px 0; font-size: 15px; border-radius: 3px; }

#pjWrapperPHPAuction_theme1 .badge-closed { background-color: #d05050; }
#pjWrapperPHPAuction_theme1 .badge-opened { background-color: #f19558; }
#pjWrapperPHPAuction_theme1 .badge-won { background-color: #2abb9e; }

#pjWrapperPHPAuction_theme1 .pjAs-breadcrumb { padding-bottom: 20px; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image { padding: 0 30px; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-big { text-align: center; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-big a { display: inline-block; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-big img { display: block; max-width: 100%; height: auto; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb { float: left; width: 50%; padding: 0 7px 15px; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb img,
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb a { display: block; max-width: 100%; height: auto; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb a { border: 1px solid rgba(0,0,0,0.2); }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-name { font-size: 48px; line-height: 1.2em; text-transform: uppercase; font-weight: bold; padding-bottom: 8px; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-desc { font-size: 20px; padding-bottom: 25px; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-info { padding-bottom: 40px; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-bids p { margin-bottom: 0; font-size: 20px; color: #48494a;}
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions p a,
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-bids p a { text-decoration: underline; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions p a:hover,
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-bids p a:hover { text-decoration: none; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions { text-align: right; padding-top: 5px;}
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions label { font-weight: 400; color: #48494a; font-size: 20px; padding-top: 5px; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions .input-group { margin-bottom: 3px; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions .form-control { font-size: 22px; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions .pjAs-text-small { margin-bottom: 0; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions .btn-primary { min-width: 200px; margin: 10px 0; }

#pjWrapperPHPAuction_theme1 .modal-header { border-bottom: 0; }
#pjWrapperPHPAuction_theme1 .modal-title { font-size: 30px; line-height: 1.2em; font-weight: bold; text-transform: uppercase; }

#pjWrapperPHPAuction_theme1 .modal-body { padding-top: 0; padding-bottom: 0; }
#pjWrapperPHPAuction_theme1 .modal-body p { font-size: 20px; line-height: 28px; color: #48494a; margin-top: 10px; }

#pjWrapperPHPAuction_theme1 .modal-footer { border-top: 0; text-align: left;}
#pjWrapperPHPAuction_theme1 .modal-footer .btn-close.pull-left { margin-top: 10px; }

#pjWrapperPHPAuction_theme1 .pjas-bids-list { padding: 0; list-style: none; margin: 0; }
#pjWrapperPHPAuction_theme1 .pjas-bids-list li { border-top: 1px solid rgba(0,0,0,.2); overflow: hidden; font-size: 20px; padding: 15px 0; }
#pjWrapperPHPAuction_theme1 .pjas-bids-list li span { float: left; }
#pjWrapperPHPAuction_theme1 .pjas-bids-list li strong { float: right; color: #48494a; }

#pjWrapperPHPAuction_theme1 .btn-close { display: inline-block; background: url(https://mitrecyclers.com/auction/app/web/img/frontend/ico-close.png) no-repeat 0 0; padding: 0 0 0 25px; border: 0; font-size: 15px; color: #aaadb1; text-decoration: underline; }
#pjWrapperPHPAuction_theme1 .btn-close:hover { text-decoration: none; }

/* ==========================================================================
	.Modal
========================================================================== */
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* RTL */
html[dir="rtl"] .col-lg-1, html[dir="rtl"] .col-lg-10, html[dir="rtl"] .col-lg-11, html[dir="rtl"] .col-lg-12, html[dir="rtl"] .col-lg-2, html[dir="rtl"] .col-lg-3, html[dir="rtl"] .col-lg-4, html[dir="rtl"] .col-lg-5, html[dir="rtl"] .col-lg-6, html[dir="rtl"] .col-lg-7, html[dir="rtl"] .col-lg-8, html[dir="rtl"] .col-lg-9, html[dir="rtl"] .col-md-1, html[dir="rtl"] .col-md-10, html[dir="rtl"] .col-md-11, html[dir="rtl"] .col-md-12, html[dir="rtl"] .col-md-2, html[dir="rtl"] .col-md-3, html[dir="rtl"] .col-md-4, html[dir="rtl"] .col-md-5, html[dir="rtl"] .col-md-6, html[dir="rtl"] .col-md-7, html[dir="rtl"] .col-md-8, html[dir="rtl"] .col-md-9, html[dir="rtl"] .col-sm-1, html[dir="rtl"] .col-sm-10, html[dir="rtl"] .col-sm-11, html[dir="rtl"] .col-sm-12, html[dir="rtl"] .col-sm-2, html[dir="rtl"] .col-sm-3, html[dir="rtl"] .col-sm-4, html[dir="rtl"] .col-sm-5, html[dir="rtl"] .col-sm-6, html[dir="rtl"] .col-sm-7, html[dir="rtl"] .col-sm-8, html[dir="rtl"] .col-sm-9, html[dir="rtl"] .col-xs-1, html[dir="rtl"] .col-xs-10, html[dir="rtl"] .col-xs-11, html[dir="rtl"] .col-xs-12, html[dir="rtl"] .col-xs-2, html[dir="rtl"] .col-xs-3, html[dir="rtl"] .col-xs-4, html[dir="rtl"] .col-xs-5, html[dir="rtl"] .col-xs-6, html[dir="rtl"] .col-xs-7, html[dir="rtl"] .col-xs-8, html[dir="rtl"] .col-xs-9 { float: right; } 

html[dir="rtl"] .col-md-offset-1 { margin-left: 0; margin-right: 8.33333%; }
html[dir="rtl"] .col-md-offset-2 { margin-left: 0; margin-right: 16.6667%; }
html[dir="rtl"] .col-sm-offset-4,
html[dir="rtl"] .col-md-offset-4 { margin-left: 0; margin-right: 33.3333%; } 
html[dir="rtl"] .col-sm-offset-6 { margin-left: 0; margin-right: 50%; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group .form-control:first-child, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-addon:first-child, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:first-child > .btn, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:first-child > .btn-group > .btn,
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:first-child > .dropdown-toggle, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 0; border-top-left-radius: 0; } 

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-addon:first-child { border-right: 1px solid #ddd; border-left: 0; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group .form-control:last-child, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-addon:last-child, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:first-child > .btn:not(:first-child), 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:last-child > .btn, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:last-child > .btn-group > .btn, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .input-group-btn:last-child > .dropdown-toggle { border-bottom-left-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 0; border-top-right-radius: 0; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .btn-group > .btn:last-child:not(:first-child), 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions,
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .text-right { text-align: left; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-btn-languages { margin-left: 0px; margin-right: 15px; }
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .btn-group { float: left; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-btn-languages .dropdown-menu { left: 0; right: auto; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-btn-languages img { float: left; margin-right: 5px; margin-top: 5px; }


html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .btn-home { float: right; margin-left: 0px; margin-right: -58px; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-category-dropdown {padding-left: 15px; padding-right: 73px; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb,
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-h-bid,
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .btn-group-vertical > .btn, 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .btn-group > .btn { float: right; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 0px; border-top-left-radius: 0px; border-left: 0; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .btn-group > .btn:last-child:not(:first-child), 
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 5px; border-top-left-radius: 5px; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pull-left { float: right !important; }
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pull-right { float: left !important; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-bids {float: left; margin-right: 0px; margin-left: 20px; text-align: left; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-action-table-filters span { padding-right: 0px; padding-left: 10px; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pagination { padding: 0; }
html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pagination > li + li { padding-right: 5px; padding-left: 0px; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-login-content { float: right; padding-right: 0px; padding-left: 30px; }

html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-login-aside { border-right: 1px solid rgba(0, 0, 0, 0.2); border-left: 0; float: right; padding: 15px 30px 0 0px; }

@media (max-width: 991px) {
	html[dir="rtl"] .col-md-offset-1,
	html[dir="rtl"] .col-md-offset-2,
	html[dir="rtl"] .col-md-offset-4,
	html[dir="rtl"] .col-sm-offset-6 { margin-right: 0; }

	#pjWrapperPHPAuction_theme1 .pjAs-action-table-head p { font-size: 15px; } 
	
	#pjWrapperPHPAuction_theme1 .pjAs-col-2 { width: 36%; }
	#pjWrapperPHPAuction_theme1 .pjAs-col-3 { width: 21%; }
	#pjWrapperPHPAuction_theme1 .pjAs-col-5 { width: 17%; }

	#pjWrapperPHPAuction_theme1 .pjAs-item { position: relative; }

	#pjWrapperPHPAuction_theme1 .pjAs-item-actions { position: absolute; right: 20px; text-align: left; top: 20px; width: 50%; }

	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-actions { right: auto; left: 20px; text-align: right; }
	
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-image,
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-h-bid,
	#pjWrapperPHPAuction_theme1 .pjAs-item-image,
	#pjWrapperPHPAuction_theme1 .pjAs-item-h-bid { float: none; margin: 0; }
	
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-bids,
	#pjWrapperPHPAuction_theme1 .pjAs-item-bids { text-align: left; margin-right: 0; float: none; }

	#pjWrapperPHPAuction_theme1 .pjAs-item-h-bid { margin-bottom: 30px; }

	#pjWrapperPHPAuction_theme1 .pjAs-item-actions .btn-primary { position: absolute; top: 0; right: 0; }

	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-actions .btn-primary { right: auto; left: 0; }

	#pjWrapperPHPAuction_theme1 .pjAs-item-content { margin-top: 20px; }

	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image { padding: 0 10px; }

	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-name { font-size: 38px; }

	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-bids { margin-left: 0; }
}

@media (max-width: 767px) {
	html[dir="rtl"] .col-sm-offset-4 { margin-right: 0; }

	#pjWrapperPHPAuction_theme1 .pjAs-action-table-head { display: none; }

	#pjWrapperPHPAuction_theme1 .pjAs-action-table-body { border-top: 1px solid rgba(0,0,0,0.2); }
	#pjWrapperPHPAuction_theme1 .pjAs-action-table-body p:before { content: attr(data-attr)""; display: block; font-weight: bold; color: #333; }
	
	#pjWrapperPHPAuction_theme1 .pjAs-action-table-footer { border-radius: 0; }

	#pjWrapperPHPAuction_theme1 .pjAs-action-table-body p { overflow: visible; text-overflow: inherit; white-space: normal; }
	
	#pjWrapperPHPAuction_theme1 .pjAs-col { vertical-align: top; display: block; text-align: center; }
	#pjWrapperPHPAuction_theme1 .pjAs-col + .pjAs-col { padding-top: 10px; }

	#pjWrapperPHPAuction_theme1 .pjAs-col-1 { max-width: none; text-align: center; }

	#pjWrapperPHPAuction_theme1 .pjAs-col-2,
	#pjWrapperPHPAuction_theme1 .pjAs-col-3,
	#pjWrapperPHPAuction_theme1 .pjAs-col-4,
	#pjWrapperPHPAuction_theme1 .pjAs-col-5 { width: auto; }

	#pjWrapperPHPAuction_theme1 .pjAs-category-dropdown { margin-bottom: 15px; }

	#pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-nav { float: left; }

	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-nav { float: right; }
	
	#pjWrapperPHPAuction_theme1 .pjAs-item-bids,
	#pjWrapperPHPAuction_theme1 .pjAs-item,
	#pjWrapperPHPAuction_theme1 .pjAs-action-table-footer { text-align: center; }

	#pjWrapperPHPAuction_theme1 .pjAs-item-actions { position: relative; right: auto; text-align: center; top: auto; width: auto; }

	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-actions { left: auto; }
	
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-image,
	#pjWrapperPHPAuction_theme1 .pjAs-item-image { margin: 0 auto; float: none; }
	
	#pjWrapperPHPAuction_theme1 .pjAs-item-h-bid { float: none; margin: 0 0 15px; }
	
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-actions .btn-primary,
	#pjWrapperPHPAuction_theme1 .pjAs-item-actions .btn-primary { position: relative; top: auto; right: auto; float: none!important; margin-bottom: 15px; left: auto; }
	
	#pjWrapperPHPAuction_theme1 .pjAs-box, 
	#pjWrapperPHPAuction_theme1 .pjAs-item { padding: 15px; }  

	#pjWrapperPHPAuction_theme1 .pjAs-box-title { font-size: 26px; }

	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image { padding: 0; }

	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb { max-width: 135px; }  
	
	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumbs { text-align: center; font-size: 0; }

	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb,
	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb { float: none; display: inline-block; }

	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-name { font-size: 32px; }
	
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-bids,
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-actions,
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions,
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-bid-item-content,
	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions,
	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-content { text-align: center; }

	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions .input-group { width: 200px; margin: 0 auto; } 
	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-actions .btn-primary { margin-top: 30px; } 

	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-bids { padding-bottom: 15px; }

	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-item-h-bid { padding-bottom: 20px; }
}

@media (max-width: 639px) {
	#pjWrapperPHPAuction_theme1 .pjAs-login-content { float: none; padding-right: 0px; width: auto; }
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-login-content { float: none; padding-left: 0px; width: auto; }

	#pjWrapperPHPAuction_theme1 .pjAs-login-aside { border-left: 0; float: none; min-height: 0; padding: 25px 0 0 0px; text-align: left; width: auto; }
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-login-aside { border-right: 0; float: none; text-align: right; padding-right: 0;}

	#pjWrapperPHPAuction_theme1 .pjAs-box-title { font-size: 24px; }

	#pjWrapperPHPAuction_theme1 .pjAs-bid-item-name { font-size: 30px; }
}

@media (max-width: 479px) {
	#pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-btn-languages { position: absolute; right: 15px; top: -115px; }
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-btn-languages { right: auto; left: 15px; }

	#pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-category-dropdown { padding-left: 15px; }
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-category-dropdown { padding-right: 15px; padding-left: 0; }

	#pjWrapperPHPAuction_theme1 .pjAs-head .btn-home { margin-left: 0; margin-bottom: 15px; }
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .btn-home { margin-right: 0; }
	
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-nav,
	#pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-nav { float: none; font-size: 0; text-align: center; width: 100%; }
	html[dir="rtl"] #pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-nav .btn,
	#pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-nav .btn { float: none; }
}

@media (max-width: 359px) {
	#pjWrapperPHPAuction_theme1 .pjAs-head .pjAs-nav .btn { padding: 10px 15px; font-size: 15px; }
}
/* ==========================================================================
	#General
========================================================================== */
#pjWrapperPHPAuction_theme1 * { font-family: 'Source Sans Pro', sans-serif; }
#pjWrapperPHPAuction_theme1 .fa { font-family: 'FontAwesome'; }
#pjWrapperPHPAuction_theme1 .glyphicon { font-family: 'Glyphicons Halflings'; }

#pjWrapperPHPAuction_theme1 a,
#pjWrapperPHPAuction_theme1 .btn .glyphicon { color: #4ec66f; }

#pjWrapperPHPAuction_theme1 a:hover { color: #35aa55; }

#pjWrapperPHPAuction_theme1 .btn-primary { background-color: #4ec66f; }
#pjWrapperPHPAuction_theme1 .btn-primary:hover { background-color: #35aa55; }

#pjWrapperPHPAuction_theme1 .pjAs-head .dropdown-menu,
#pjWrapperPHPAuction_theme1 .pagination > .active > a,
#pjWrapperPHPAuction_theme1 .btn-default:hover,
#pjWrapperPHPAuction_theme1 .btn-default.active,
#pjWrapperPHPAuction_theme1 .btn-home:hover,
#pjWrapperPHPAuction_theme1 .pjAs-btn-languages.open .btn-default { color: #fff; background-color: #23426e; }

#pjWrapperPHPAuction_theme1 .pjAs-box-title,
#pjWrapperPHPAuction_theme1 .modal-title,
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-name,
#pjWrapperPHPAuction_theme1 .pjAs-action-table-body a,
#pjWrapperPHPAuction_theme1 .pagination > li > a span,
#pjWrapperPHPAuction_theme1 .pjAs-head .btn-home .glyphicon,
#pjWrapperPHPAuction_theme1 .btn-default,
#pjWrapperPHPAuction_theme1 .pjAs-item-name,
#pjWrapperPHPAuction_theme1 .pjAs-item-name a { color: #23426e; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-bids .pjAs-bid-placed { color: #4ec66f; }

#pjWrapperPHPAuction_theme1 .btn-home:hover .glyphicon { color: #fff; }

#pjWrapperPHPAuction_theme1 .pjAs-item-bade { border-color: #4ec66f; }

#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb a:hover { border-color: #23426e; }
#pjWrapperPHPAuction_theme1 .pjAs-bid-item-image-thumb a,
#pjWrapperPHPAuction_theme1 .btn-home .glyphicon,
#pjWrapperPHPAuction_theme1 .btn { -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
