/*******************************
 *
 *******************************/
 
.bird {
	/*border: 4px solid #999;*/
	width: 100px;
	height: 30px;
	position: absolute;
	text-align: left;
	display: none;
	/*background: #F0F0F0;*/
	vertical-align: middle;
	font-size: 18px;
} 	
.blindLayer {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
	display: none;
}
.bcontainer {
	position: absolute;
	width: 90%;
	/* height: 450px; */
	background: #fff;
	border: 8px solid #999;	
	padding: 5px;
	display: none;
	z-index: 1002;
}
#overflw {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 300px;	
}

#bcaption, #btable th {
	background: #C0C0C0;
}
#bcaption td {
	border-right: 2px solid #999;
	font-weight: bold;
	text-align: center;	
}
#btable td {
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}
#btable th {
	background: #C0C0C0;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	text-align: center;
	padding: 5px;
}
#bcaption td {padding: 5px;}
#bcaption td:nth-child(1) { width: 5%;}		/*ID*/
#bcaption td:nth-child(2) { width: 50%; }		/*NAME*/
#bcaption td:nth-child(3) { width: 15%; }		/*PRICE*/
#bcaption td:nth-child(4) { width: 15%; }		/*NUM*/
#bcaption td:nth-child(5) { width: 15%; }		/*SUM*/

.bitem td {
	font: normal 16px Arial;
	color: #999;
	padding: 5px 5px;	
	border-bottom: 1px solid #999;	
	border-right: 2px solid #FFF;
}

/*.bitem td:nth-child(1) { width: 5%;  text-align:center; }*/
.bitem td:nth-child(1) { width: 55%; }
.bitem td:nth-child(2) { width: 15%; text-align: center;} 
.bitem td:nth-child(3) { width: 15%; text-align: center;}
.bitem td:nth-child(4) { width: 15%; text-align: center;}

#bclose {
	float: right;	
}

.bcontainer table {
	width: 100%;
}
.bcontainer span.fa {
	padding-right:5px;
}
.bbutton {
	color: #999;
	/* -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);	 */
	padding: 5px 30px;
	float: right;	
	border: 1px solid #e74c3c;
	margin: 5px;
	border-radius: 2px;
	background:#e74c3c;
	color:#fff;
	text-transform: uppercase;
}
.bbutton2 {
	padding: 5px 30px;
	float: left;	
	border: 1px solid #999;
	margin: 5px;
	border-radius: 2px;
	/* background:#e74c3c; */
	color:#999;
	text-transform: uppercase;
}
#bsum {
	float: right;
	margin: 0 20px;	
	font-size: 34px;
}
.popup {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #808040;
    left: 50%;
    margin-left: -265px;
    padding: 25px 20px;
    position: fixed;
    top: 50px;
    width: 550px;
    z-index: 2002;
    display: none;
	box-shadow: 0px 0px 20px #ccc;
}  
.popup h4	{
		margin-bottom: 4px;
	}
	.popup form	{
		padding: 30px 0 0 0;
	}
	.popup input[type="text"]{
		text-align: left;
		font-style: italic;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #D9D9D9;
    	display: inline-block;
    	height: 40px;
    	line-height: 40px;
    	padding: 0px 0px 0px 7px;
    	vertical-align: middle;
	}
	
	
	.popup .alignCenter	{
		margin-top: 30px;
	}
	.popup textarea {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
	padding: 0px 0px 0px 7px;
    text-align: left;
    width: 100%;
    border: 1px solid #D9D9D9;    
	}
	
	
.bsk.border {
	position: relative;
	/* width: 300px; */
	float: left;
	padding-left: 3px;
	padding-bottom: 5px;
}

.val_hold {display:none;}

@media screen and (min-width:991px) {
	.bcontainer {width: 800px;}
}
@media screen and (max-width:468px) {
	.popup {
	left:inherit;
    margin: 0 auto;
    width: 100%;
	}  
}
