
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.btn {
	border: none;
	border-radius: 4px;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
}
.btn-default {
    color: #fff;
    background-color: #bdc3c7
}
.btn-default:hover, 
.btn-default.hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #cacfd2;
    border-color: #cacfd2
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background: #a1a6a9;
    border-color: #a1a6a9
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    /* background-color: #bdc3c7; */
    border-color: #bdc3c7
}
.btn-default .badge {
    color: #bdc3c7;
    background-color: #fff
}
.btn-primary {
    color: #fff;
    background-color: #1abc9c
}
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #48c9b0;
    border-color: #48c9b0
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background: #16a085;
    border-color: #16a085
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    /* background-color: #bdc3c7; */
    border-color: #1abc9c
}
.btn-primary .badge {
    color: #1abc9c;
    background-color: #fff
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}
.btn-info {
    color: #fff;
    background-color: #3498db
}
.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #5dade2;
    border-color: #5dade2
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background: #2c81ba;
    border-color: #2c81ba
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    /* background-color: #bdc3c7; */
    border-color: #3498db
}
.btn-info .badge {
    color: #3498db;
    background-color: #fff
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #5dade2;
    border-color: #5dade2;
}
.btn-danger {
    color: #fff;
    background-color: #e74c3c
}
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ec7063;
    border-color: #ec7063
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background: #c44133;
    border-color: #c44133
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled.hover,
.btn-danger[disabled].hover,
fieldset[disabled] .btn-danger.hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    /* background-color: #bdc3c7; */
    border-color: #e74c3c
}
.btn-danger .badge {
    color: #e74c3c;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #2ecc71
}
.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #58d68d;
    border-color: #58d68d
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background: #27ad60;
    border-color: #27ad60
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    /* background-color: #bdc3c7; */
    border-color: #2ecc71
}
.btn-success .badge {
    color: #2ecc71;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f1c40f
}
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #f4d313;
    border-color: #f4d313
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background: #cda70d;
    border-color: #cda70d
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled.hover,
.btn-warning[disabled].hover,
fieldset[disabled] .btn-warning.hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    /* background-color: #bdc3c7; */
    border-color: #f1c40f
}
.btn-warning .badge {
    color: #f1c40f;
    background-color: #fff
}
.btn-inverse {
    color: #fff;
    background-color: #34495e
}
.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open>.dropdown-toggle.btn-inverse {
    color: #fff;
    background-color: #415b76;
    border-color: #415b76
}
.btn-inverse:active,
.btn-inverse.active,
.open>.dropdown-toggle.btn-inverse {
    background: #2c3e50;
    border-color: #2c3e50
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    /* background-color: #bdc3c7; */
    border-color: #34495e
}
.btn-inverse .badge {
    color: #34495e;
    background-color: #fff
}
.btn-embossed {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
}
.btn-embossed.active,
.btn-embossed:active {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15)
}
.btn-wide {
    min-width: 140px;
    padding-right: 30px;
    padding-left: 30px
}
.btn-link {
    color: #16a085
}
.btn-link:hover,
.btn-link:focus {
    color: #1abc9c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #bdc3c7;
    text-decoration: none
}
.btn.btn-lg.btn-shift-price {
	padding: 10px 12px;
}
/* ------------- header -----------------*/
.header-top-dropdown .btn {
	border-radius: 0px;
}
.header-top-dropdown .dropdown>a {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}
.dark .header-top-dropdown .dropdown>a {
	border-right: 1px solid #515151;
}
.header-top-dropdown .dropdown:last-child>a {
	border-right-color: transparent;
}
.header-top-dropdown .dropdown>a {
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}
.header-top-dropdown .dropdown>a:hover {
	background-color: #fafafa;
	border-right-color: #e3e3e3;
    color: #e84c3d;
}
.header-top-dropdown .dropdown>a:before {
	display: none;
}
.header-top-dropdown .dropdown>a i {
    padding-right: 5px;
    width: 15px;
}
/*-----*/
/* -------------- upload --------------*/
.div-border-img {
	max-height: 500px;
    margin: auto;
    position: relative;
    border-width: 2px;
    border-style: dashed;
    border-color: #EDEFF0;
	padding: 15px;
	display: none;
}
.img-document {
	width: auto;
    margin: auto;
    max-height: 470px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 48px;
}
/*----*/
.div-input-table {
	margin-bottom: 15px;
	float: right;
}
.div-input-table > select {
	display: inline-block;
    width: 200px;
}
.content-body {
	word-break: break-all;
}
textarea.form-control {
	resize: vertical;
}
.sidebar .sorting-filters .table {
	margin-bottom: 0px;
}
.inner-panel-body-contact-form {
	padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.inner-panel-body-contact-map {
	min-height: 400px;
}
.masthead {
	margin-bottom: 10px;
}
.panel-bid .panel-title {
	font-weight: bold;
}
.panel-bid .panel-bid-heading-ask-price {
	background-color: #F0DEDE;
}
.panel-bid .panel-bid-body-ask-price {
	background-color: #F0DEDE;
	text-align: right;
}
.panel-bid .panel-bid-title-ask-price {
	color: red;
	font-size: 300%;
	margin: 0;
}
.panel-bid .panel-bid-heading-current-price {
	background: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.panel-bid .panel-bid-body-current-price {
	text-align: right;
}
.panel-bid .panel-bid-title-current-price {
	font-size: 250%;
	margin: 0;
}
.panel-bid .panel-bid-body-bid-id {
	background: #FEF9E6;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	text-align: center;
}
.panel-bid .panel-bid-body-bid-time {
	background: #FEF9E6;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    text-align: center;
}
.panel-bid .panel-bid-title-bid-id,
.panel-bid .panel-bid-title-bid-time {
	font-size: 130%;
    color: #4690E4;
}
.panel-bid .panel-bid-body-bid-button {
	text-align: center;
}
.panel-bid .btn-bid {
	font-size: 200%;
}
#btn-bid {
	width: 100%;
    height: 60px;
    font-size: 200%;
    line-height: 1;
}
#btn_leave_bid {
	width: 100%;
	margin-top: 0px;
	font-size: 120%;
}
#status_return_bid {
	border: 1px solid #e84c3d;
    padding: 5px;
    color: #e84c3d;
	margin-bottom: 10px;
}
.btn-deposit-bid {
	color: #fff;
    background: #FB0139;
    border-color: #FB0139;
	width: 100%;
    font-size: 300%;
    margin-bottom: 20px;
}
.btn-deposit-bid:hover {
	color: #fff;
    background-color: #E20133;
    border-color: #E20133;
}
.btn-deposit-bid:active {
	color: #fff;
    background-color: #E20133;
    border-color: #E20133;
}
.btn-deposit-bid:active:hover {
	color: #fff;
    background-color: #E20133;
    border-color: #E20133;
}
.btn-deposit-bid:active:focus {
	color: #fff;
    background-color: #E20133;
    border-color: #E20133;
}
.btn-deposit-bid:focus {
	color: #fff;
    background-color: #E20133;
    border-color: #E20133;
}
.col-center {
	padding: 0;
}
.text-bold {
	font-weight: bold;
}
.table>tbody>tr:last-child>td {
	border-bottom: 1px solid #ddd;
}
.sidebar-bid .block {
    padding-bottom: 15px;
}
/* .page-title {
	margin: 0px;
} */
.page-title-with-button {
	position: relative;
}
.page-title-with-button > .btn {
	position: absolute;
    right: 0;
    top: 2.5px;
    margin: 0;
}
.sorting-filters-bid,
.sorting-filters-time {
	padding: 10px 10px;
}
.sorting-filters-bid .title {
	margin: 0;
	font-size: 16px;
}
.sorting-filters-bid .panel-title {
	margin-bottom: 0px;
	font-size: 30px;
    text-align: right;
	border-radius: 3px;
    padding: 0px 5px;
}
.sorting-filters-time .panel-title .title_time_left {
	font-size: 16px;
}
.panel-bid-title-current-price {
	
}
.panel-bid-title-ask-price {
	
}
.sorting-filters-time {
	background: #FCF8E3;
	text-align: center;
}
.sorting-filters-time .panel-title {
	font-size: 20px;
}
.thumbnail-bid {
	padding: 0;
	border: 0;
    border-radius: 0;
}
.thumbnail-bid h3 {
	margin: 0;
	font-weight: bold;
}
.thumbnail-bid .caption-lot {
	color: red;
	font-size: 200%;
}
.thumbnail-bid .caption-header {
	padding: 4px;
    text-align: center;
	background: #B6DEEB;
    border: 2px solid #A5A5A5;
}
.thumbnail-bid .caption-img {
	padding: 4px;
    border: 2px solid #A5A5A5;
    border-top: 0;
	text-align: center;
	position: relative;
}
.thumbnail-bid .caption-body-time {
	padding: 4px;
    border: 2px solid #A5A5A5;
    border-top: 0;
	text-align: center;
}
.thumbnail-bid .caption-time {
	color: red;
	font-size: 22px;
}
.thumbnail-bid .caption-price {
	font-size: 22px;
}
.thumbnail-bid .caption-body-price {
	padding: 4px;
    border: 2px solid #A5A5A5;
    border-top: 0;
	text-align: center;
	background: yellow;
}
.sweet-alert .sa-input-error {
	top: 22px;
    right: 15px;
}
.table-responsive {
	-webkit-overflow-scrolling: touch;
}
.table.table-res {
	border: 1px solid #ddd;
}
.table.table-res > thead > tr > th, 
.table.table-res > tbody > tr > th, 
.table.table-res > tfoot > tr > th, 
.table.table-res > thead > tr > td, 
.table.table-res > tbody > tr > td, 
.table.table-res > tfoot > tr > td {
	border-top: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}
/* ------------------- VALIDATE ---------------------*/
.form-group {
	position: relative;
}
.has-error .help-block {
	color: #FFF;
}
.help-block {
	background-color: #e84c3d;
    padding: 2px 5px;
    position: absolute;
    right: 0px;
    top: -27px;
    margin: 0;
    font-size: 12px;
    z-index: 2;
}
.has-error .form-control, .has-error .form-control:focus {
	border-color: #e84c3d;
}
.has-error .input-group-addon {
	border-color: #E84C3D;
}
.form-horizontal .has-error .help-block {
	right: 15px;
}
.form-horizontal .has-error .checkbox .help-block {
	right: 0px;
}
.toggle-password {
	cursor: pointer;
    border-left: 1px solid #acacac;
	pointer-events: all;
}
.toggle-password.view-pass {
    color: #2ECC71;
}
@media only screen and (max-width: 735px) {
	.page-title-with-button > .btn {
		position: relative;
		top: 0;
	}
}
/****/
/* ------------------- TABLE -------------------------*/
	.btn_favorite {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.table-product-list th.td-img > div {
		padding-top: 5px;
	}
	/* responsive only */
	/* Force table to not be like tables anymore */
	table.table-res.table-res-only, 
	table.table-res.table-res-only thead, 
	table.table-res.table-res-only tbody, 
	table.table-res.table-res-only th, 
	table.table-res.table-res-only td, 
	table.table-res.table-res-only tr { 
		display: block; 
		border: 0;
	}
	
	table.table-res.table-res-only {
		border: 1px solid #ddd; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.table-res.table-res-only thead tr, 
	table.table-res.table-res-only tbody tr th:not(.td-img) { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.table-res.table-res-only tbody tr th.td-img { 
		width: 100%;
		padding: 6px;
		border-bottom: 1px solid #ddd;
	}
	
	
	table.table-res.table-res-only tbody tr.tr-desktop { 
		display: none;
	}
	
	table.table-res.table-res-only tr { border: 0;}
	
	table.table-res.table-res-only td { 
		/* Behave  like a "row" */
		border: none;
		border-top: 0!important;
		border-bottom: 1px solid #ddd; 
		position: relative;
		padding: 6px;
		padding-left: 44%!important;
		text-align: left;
		min-height: 33px;
	}
	table.table-res.table-res-only tr:last-child td:last-child {
		border-bottom: 0; 
	}
	
	table.table-res.table-res-only td:before { 
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 42%;
		padding: 6px;
		white-space: normal;
		background-color: #d9edf7;
		font-size: 14px;
		text-align: right;
		font-weight: bold;
		line-height: 22px;
	}
	
	
	/*
	SET Label the data :: PRODUCT
	*/
	table.table-res.table-product tr:nth-of-type(2) td:nth-of-type(1):before { content: "CATEGORY"; }
	table.table-res.table-product tr:nth-of-type(2) td:nth-of-type(2):before { content: "TYPE"; }
	table.table-res.table-product tr:nth-of-type(2) td:nth-of-type(3):before { content: "MAKER"; }
	table.table-res.table-product tr:nth-of-type(2) td:nth-of-type(4):before { content: "MODEL"; }
	table.table-res.table-product tr:nth-of-type(2) td:nth-of-type(5):before { content: "S/N. E/N. C/N."; }
	table.table-res.table-product tr:nth-of-type(2) td:nth-of-type(6):before { content: "SHIFT PRICE"; }
	table.table-res.table-product tr:nth-of-type(4) td:nth-of-type(1):before { content: "จำนวนคนเข้าดู"; }
	table.table-res.table-product tr:nth-of-type(4) td:nth-of-type(2):before { content: "เก็บไว้ดู";  }
	/* table.table-res.table-product tr:nth-of-type(4) td:nth-of-type(3):before { content: "เก็บไว้ดู"; } */
	table.table-res.table-product tr:nth-of-type(5) td { padding-left: 6px!important; text-align: center; }
	table.table-res.table-product tr:nth-of-type(6) td { padding-left: 6px!important; text-align: center; }
	table.table-res.table-product tr:nth-of-type(4) td:nth-of-type(3) { min-height: 33px; }
	table.table-res.table-product tr:nth-of-type(4) td:nth-of-type(4) { display:none; }
	table.table-res.table-product tr:nth-of-type(4) td:nth-of-type(5) { display:none; }
	
	/*---*/
@media 
only screen and (max-width: 767px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.table-res, 
	table.table-res thead, 
	table.table-res tbody, 
	table.table-res th, 
	table.table-res td, 
	table.table-res tr { 
		display: block; 
		border: 0;
	}
	
	.table.table-res > thead > tr > th, .table.table-res > tbody > tr > th, .table.table-res > tfoot > tr > th, .table.table-res > thead > tr > td, .table.table-res > tbody > tr > td, .table.table-res > tfoot > tr > td {
		white-space: normal;
	}
	
	table.table-res {
		border: 1px solid #ddd; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.table-res thead tr, 
	table.table-res tbody tr th:not(.td-img) { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.table-res tbody tr th.td-img { 
		width: 100%;
		padding: 6px;
		border-bottom: 1px solid #ddd;
	}
	
	
	table.table-res tbody tr.tr-desktop { 
		display: none;
	}
	
	table.table-res tr { border: 0;}
	
	table.table-res td { 
		/* Behave  like a "row" */
		border: none;
		border-top: 0!important;
		border-bottom: 1px solid #ddd; 
		position: relative;
		padding: 6px;
		padding-left: 44%!important;
		text-align: left;
		min-height: 33px;
	}
	table.table-res tr:last-child td:last-child {
		border-bottom: 0; 
	}
	
	table.table-res td:before { 
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 42%;
		padding: 6px;
		white-space: normal;
		background-color: #d9edf7;
		font-size: 14px;
		text-align: right;
		font-weight: bold;
	}
	
	/*
	SET Label the data :: PRODUCT LIST
	*/
	table.table-res.table-product-list tr:nth-of-type(2) td:nth-of-type(1):before { content: "MAKER / TYPE"; }
	table.table-res.table-product-list tr:nth-of-type(2) td:nth-of-type(2):before { content: "MODEL / SERAIL"; }
	table.table-res.table-product-list tr:nth-of-type(2) td:nth-of-type(3):before { content: "BID"; }
	table.table-res.table-product-list tr:nth-of-type(2) td:nth-of-type(4):before { content: "LOT"; }
	table.table-res.table-product-list tr:nth-of-type(4) td:nth-of-type(1):before { content: "SITE"; }
	table.table-res.table-product-list tr:nth-of-type(4) td:nth-of-type(2):before { content: "MIN. PRICE"; }
	table.table-res.table-product-list tr:nth-of-type(4) td:nth-of-type(3):before { content: "Shift Price"; }
	table.table-res.table-product-list tr:nth-of-type(4) td:nth-of-type(4):before { content: "Current Price";  color: #666666; }
	table.table-res.table-product-list tr:nth-of-type(5) td { padding-left: 6px!important; text-align: center; }
	
	/*
	SET Label the data :: AUCTION RESULT
	*/
	table.table-res.table-auction-result tr { border-bottom: 2px solid #ddd; }
	table.table-res.table-auction-result tr:last-child { border-bottom: 0; }
	table.table-res.table-auction-result tr td:nth-of-type(1):before { content: "วันที่"; }
	table.table-res.table-auction-result tr td:nth-of-type(2):before { content: "หมวด"; }
	table.table-res.table-auction-result tr td:nth-of-type(3):before { content: "ยี่ห้อ"; }
	table.table-res.table-auction-result tr td:nth-of-type(4):before { content: "รุ่น"; }
	table.table-res.table-auction-result tr td:nth-of-type(5):before { content: "ซีเรียล"; }
	table.table-res.table-auction-result tr td:nth-of-type(6):before { content: "เงินบาท"; }
	table.table-res.table-auction-result tr td:nth-of-type(7):before { content: "USD."; }
	table.table-res.table-auction-result tr td:nth-of-type(8):before { content: "ลานประมูล"; }
}
@media screen and (max-width: 380px) {
	table.table-res.table-product-list tr:nth-of-type(2) td:nth-of-type(2) { min-height: 53px; }
}
@media screen and (max-width: 345px) {
	table.table-res.table-product-list tr:nth-of-type(2) td:nth-of-type(1) { min-height: 53px; }
}
@media screen and (max-width: 325px) {
	table.table-res.table-product tr:nth-of-type(2) td:nth-of-type(5) { min-height: 53px; }
}
@media screen and (max-width: 323px) {
	table.table-res.table-product tr:nth-of-type(2) td:nth-of-type(5) { min-height: 53px; }
}
/****/
@media screen and (min-width: 768px) {
	/* .col-left {
		padding-right: 10px;
	}
	.col-right {
		padding-left: 10px;
	} */
	.navbar .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1200px) {
	.nav-justified > li > a {
		min-height: 71px;
	}
	.nav-justified {
		max-height: none;
	}
}
@media screen and (max-width: 991px) {
	.col-center {
		padding-right: 15px;
	}
	/* .col-right {
		padding-left: 0;
		padding-right: 0;;
	} */
}
@media screen and (max-width: 767px) {
	.div-input-table {
		float: none;
	}
	.div-input-table > label {
		width: 100%;
	}
	.div-input-table > select {
		width: 100%;
	}
	.masthead {
		margin-bottom: 15px;
	}
	.col-center {
		padding-left: 15px;
	}
	.col-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-justified > li > a {
		min-height: inherit;
	}
	.thumbnail>img {
		width: 100%;
	}
	.table-responsive {
		border-top: 0;
		border: 0;
	}
	.col-center .overlay-container img {
		margin: auto;
	}
}
@media screen and (max-width: 460px) {
	.text-muted img {
		width: 100%;
	}
}

.img-full{
	width : 100%;
	margin-bottom : 10px;
}

.list-text-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    color: red;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font-size: 31px;
    font-weight: bold;
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.thumbnail-bid .caption-img .list-text-image {
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.list-img {
	display: inline-block;
    width: 100%;
    border-radius: 0px;
}

.link-product { 
	position: relative;	
	height: 100%;
    width: 100%;
    display: block;
}

.list-img-home{
	width:150px;
	height:152px !important;
}

.success-blink.bg-blink {
  -moz-animation: bg-success 1s linear infinite;
  -webkit-animation: bg-success 1s linear infinite;
  animation: bg-success 1s linear infinite;
}

.success-blink.bg-blink-five {
	-moz-animation: bg-success 1s linear;
	-webkit-animation: bg-success 1s linear;
	animation: bg-success 1s linear;
	animation-iteration-count: 5;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
}

.btn-success.bg-blink {
  -moz-animation: bg-success 1s linear infinite;
  -webkit-animation: bg-success 1s linear infinite;
  animation: bg-success 1s linear infinite;
}

.btn-success.bg-blink-five {
	-moz-animation: bg-success 1s linear;
	-webkit-animation: bg-success 1s linear;
	animation: bg-success 1s linear;
	animation-iteration-count: 5;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
}

.danger-blink.bg-blink {
  -moz-animation: bg-danger 1s linear infinite;
  -webkit-animation: bg-danger 1s linear infinite;
  animation: bg-danger 1s linear infinite;
}

.btn-danger.bg-blink {
  -moz-animation: bg-danger 1s linear infinite;
  -webkit-animation: bg-danger 1s linear infinite;
  animation: bg-danger 1s linear infinite;
}

.btn-danger.bg-blink-five {
	-moz-animation: bg-danger 1s linear;
	-webkit-animation: bg-danger 1s linear;
	animation: bg-danger 1s linear;
	animation-iteration-count: 5;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
}

.danger-blink.bg-blink-five {
	-moz-animation: bg-danger 1s linear;
	-webkit-animation: bg-danger 1s linear;
	animation: bg-danger 1s linear;
	animation-iteration-count: 5;
	-webkit-animation-iteration-count: 5;
	-moz-animation-iteration-count: 5;
}

.sidebar .danger-blink.bg-blink-five {
	-moz-animation: bg-danger 1s linear;
	-webkit-animation: bg-danger 1s linear;
	animation: bg-danger 1s linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
}

.bg-blink[disabled] {
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}

@-webkit-keyframes bg-success {
  0% {
    background-color: #3EDC81;
  }
  50% {
    background-color: #4EEC91;
  }
  90% {
    background-color: #5EFCA1;
  }
}
@-moz-keyframes bg-success {
  0% {
    background-color: #3EDC81;
  }
  50% {
    background-color: #4EEC91;
  }
  90% {
    background-color: #5EFCA1;
  }
}

@-webkit-keyframes bg-danger {
  0% {
	color: #FFF;
    background-color: #FF8C7C;
  }
  50% {
	color: #FFF;
    background-color: #C72C1C;
  }
  90% {
	color: #FFF;
    background-color: #D73C2C;
  }
}
@-moz-keyframes bg-danger {
  0% {
	  color: #FFF;
    background-color: #FF8C7C;
  }
  50% {
	  color: #FFF;
    background-color: #C72C1C;
  }
  90% {
	  color: #FFF;
    background-color: #D73C2C;
  }
}

@media screen and (max-width: 767px) {
	.list-img {
		width: auto;
	}
	.thumbnail-bid .caption-img .list-text-image {
		-ms-transform: translate(-50%, -120%) rotate(-45deg);
		-webkit-transform: translate(-50%, -120%) rotate(-45deg);
		transform: translate(-50%, -120%) rotate(-45deg);
	}
	.masonry-grid-item {
		width: 100%;
	}
}
/* ---------------- modal -------------------- */
@media screen and (max-width: 1024px) {
	.modal-open .modal {
		padding-right: 0px!important;
	}
	.modal-dialog {
		width: 100%!important;
	}
}

/***/
.form-control::-webkit-input-placeholder {
    color:    #C0C0C0;
}
.form-control:-moz-placeholder {
    color:    #C0C0C0;
}
.form-control::-moz-placeholder {
    color:    #C0C0C0;
}
.form-control:-ms-input-placeholder {
    color:    #C0C0C0;
}

/* ------------------ category -------------------- */
ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu {
	width: auto;
	height: auto;
}
.menu > li > a {
	padding-left: 15px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	height: 40px;
	line-height: 40px; 
	display: block;
	position: relative;
	color: #555;
}
.menu ul li a {
	background: #ffffff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 35px;
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #2e2e2e;
}
.menu li a img {
	height: 30px;
	width: 30px;
	margin-top: 5px; 
}
.menu li a .badge {
	vertical-align: middle;
    margin-left: 12px;
    margin-right: 7px;
}
.menu li a .ttl {
	position: absolute;
}
.menu ul li:last-child a {
	border-bottom: 1px solid #dddddd;
}
.menu > li > a:hover, .menu > li > a.active {
	color: #e74c3c;
}
.menu > li > a .ttl_arrow {
	font-family: Tahoma;
	font-size: 14px; 
	font-weight: bold;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 20px;
	margin: -10px 0 0 0;
	color: #e75040;
	text-indent: 0;
	text-align: center;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.menu > li > a:hover .ttl_arrow, .menu > li a.active .ttl_arrow {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.menu > li > ul li a:before {
	content: '●';
	font-size: 16px;
	color: #7f8c8d;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -15px;
}

.menu > li > ul li:hover a, .menu > li > ul li:hover a span, .menu > li > ul li:hover a:before {
	color: #32373D;
}
.menu ul > li > a span {
	font-size: 0.857em;
	display: inline-block;
	position: absolute;
	right: 1em;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    transform-origin: center; 
	background: #fff;
    border: 1px solid #d0d0d3;
    line-height: 1em;
	height: 16px;
    padding: 3px 4px;
    margin: 0;
    color: #878d95;
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: .769em;
    -moz-border-radius: 769em;
    border-radius: 769em;
    text-shadow: 0px 0px 0px rgba(255,255,255,.01);
}
/*****/

.no-underline{
    text-decoration: none !important;
}
.no-underline:hover{
    text-decoration: none !important;
}
.overlay-container {
	display: flex;
	display: -webkit-flex;
    min-height: 250px;
    vertical-align: middle;
}
.overlay-container img {
	margin: auto;
}
.listing-item img {
	width: auto;
    max-height: 250px;
    margin: auto;
}

div.dataTables_wrapper div.dataTables_filter select {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
#list_auction_result_filter label .form-control {
	height: 30px;
    line-height: 30px;
}

.marker > strong{
    background-color: yellow;
}

.margin--15{
	margin-bottom:-15px;
}

.form-search-top{
	 margin-top:0;
	margin-bottom:-15px;
	padding-right: 10px;
}

.bg-gray{
	background-color: #f3f3f3;
}
.bg-form{
	background-color: #eae7e7; 
}

.title-item{
	font-size: 20px;
    margin-top: 18px;
    margin-bottom: 17px;
}

.contain-form-search-top{
	min-height: 145px;
}

.alert-bid {
    text-align: center;
    line-height: 50px;
    min-height: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 250%;
    z-index:20;
}

.body-alert-bid{
    margin-bottom:50px;
}