/*-------------------------------- global ---------------------------------*/
body {
	background: #EDEFF0 none repeat scroll 0% 0%;
}
.box-header {
	background: #FFF none repeat scroll 0% 0%;
    padding: 0;
    padding-right: 5px;
    margin: 0;
    border: none;
    margin-bottom: 1.4%;
    position: relative;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
/*-------------------------------- button ---------------------------------*/
.btn {
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	-webkt-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
    outline-offset: 0;
}

.btn-primary {
	color: #fff;
    background-color: #3498DB;
    border-color: #3498DB;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2980B9;
    border-color: #2980B9;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3498DB;
    border-color: #3498DB;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
    background-color: #2980B9;
    border-color: #2980B9;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #3498DB;
    border-color: #3498DB;
}
.btn-login {
	width: 100%;
}
/*-------------------------------- button ---------------------------------*/
.table_profile > tbody > tr > th {
	width: 15%;
}
.table_profile > tbody > tr > td {
	width: 38%;
}
.box-content {
	background: #FFF none repeat scroll 0% 0%;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

.box-content-left {
    width: 57%;
}

.box-content-right {
    margin-left: 1.5%;
    width: 41.5%;
}

#ask_price_show {
	font-weight: bold;
}

.form-horizontal .form-group:last-child {
	margin-bottom: 0px;
}
.show_price{
	text-align:right;
	font-size:220%;
	padding:0;
	margin:0;
	border-bottom:solid 1px;
}

.show_price h2{
	margin-top:5px;
	text-align:left;
	font-size:70%;
}

.show_price_current{
	text-align:right;
	font-size:170%;
	padding:0;
	margin:0;
	border-bottom:solid 1px;
}

.show_price_current h2{
	margin-top:5px;
	text-align:left;
	font-size:70%;
}

.form{
	margin-top:10px;
	min-height: 231px;
}

.list_item{
	height: 458px;
    overflow: auto;
}

.list_item_auctioning{
	min-height:140px;	
	padding-bottom:10px;
	
}

.media{
padding-bottom:10px;
margin-top:10px;
border-bottom:solid 1px;
}

.container{
padding-bottom:20px;
}



/*** custom checkboxes ***/
.media-body label { font-size: 300%; font-weight:normal;}
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; padding-right:5px; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; padding-right:4px; color:#1ABC9C;} /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */

.last_call{
	background-image : url('../../images/last_call.gif');
}

.sold{
	background-color : red;
}

.btn-bid{
	width: 100%;
    font-size: 250%;
}

.block_btn_bid {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.modal-title{
	/* color:red; */
	font-size: x-large;
}
.modal-content{
	/* color:red; */
	text-align:center;
	
}


.table_profile{
	width: 100%;
	margin-bottom : 0;
}

.real_time{
	margin-right: 0px;
    margin-left:  0px;
}

.delay {
	text-align: left;
    padding: 8px;
    font-weight: bold;
}
.online {
	text-align: right;
    padding: 8px;
    font-weight: bold;
}

.online img{
	margin-top:-3px;
	width : 15px;
}

.hr{
	margin-top : 0 ;
	margin-bottom : 0 ;
}

.onset{
    text-align: center;
    font-size: xx-large;
    height:45px;
    margin-bottom: 5px;
}

.onsite{
	background-color: red;
    color: greenyellow;
}

.onnet{
	background-color: aqua;
    color: initial;
}

.alert{
		float: left;
		padding: 7px;
		margin-bottom: 0; 
}

#profile{
	background-color : #d1ee9a;
	margin-bottom: 13px;
}

@media screen and (max-width: 991px) {
	.box-content {
		width: 100%!important;
		background: #FFF none repeat scroll 0% 0%;
		padding: 15px 15px;
		position: relative;
		border-radius: 0;
		box-shadow: none;
	}
	.left-content{
		border-right: none;
	}
	.box-header {
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.box-content-right {
		margin-left: 0;
	}
	.container {
		padding-bottom: 0;
	}
	.alert{
		float: left;
		padding: 7px;
	}
	#profile{
		background-color : #d1ee9a;
		margin-bottom: 0px;
	}
	.list_item_auctioning {
		min-height:auto;
		height:auto;
	}
}
@media screen and (max-width: 736px) {
		.box-content {
			padding: 10px 15px;
		}
		.media {
			padding-bottom: 10px;
			padding-top: 10px;
		}
		.media-left > a > img {
			width: 90px;
		}
		.media-body > div > input[type=checkbox] {
		    margin-left: 7px;
			margin-top: 11px;
		}
		.media-heading > a {
			display: block;
			text-overflow: ellipsis;
			width: 95%;
			white-space: nowrap;
			overflow: hidden;
			font-size: 70%;
		}
		.list_item_auctioning {
			height:auto;
			min-height: auto;  
			padding-bottom: 0px;
		}
		.btn-bid {
			width: 100%;
		}
		.left-content{
			border-right: none;
		}
		.show_price_current h2 {
			margin-bottom: 5px;
		}
		.show_price h2 { 
			margin-bottom: 5px;
		}
		.media-body label { font-size: 150%; font-weight:normal;}
		input[type=checkbox] + label:before { content: "\f096"; padding-right:2px; } /* unchecked icon */
		input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

		input[type=checkbox]:checked + label:before { content: "\f046"; padding-right:4px; color:#1ABC9C;} /* checked icon */
		input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */
		.alert{
			width:100%;
		}
		#profile{
			background-color : #d1ee9a;
			margin-bottom: 0px;
		}
}


.list_auction_now{
	background-color:#ff9f9c !important;
}

.video-full{
	width:100%;
	height:265px;
}
