.bp_content {
	padding: 15px;
	margin: 15px;
}

.bp_area_search {
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 15px;
}

.bp_search_area {
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #CCCCCC;
	padding: 10px 15px;
	width: 100%;
}

.bp_area_items {
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 15px;
	height: calc(100% - 90px);
	min-height: 300px;
	overflow: auto;
}

.bp_simple_item {
	background-image: url("img/expandir.png");
	background-position: 13px 8px;
	background-repeat: no-repeat;
	background-size: auto 22px;
	border-left: 1px solid #ccc;
	margin: 0 50px 0 23px;
	text-indent: 31px;
	position: relative;
}

.bp_item_name_codigo {
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
}

.bp_item_name_codigo:HOVER {
	background-color: rgba(0, 0, 0, 0.1);
}

.bp_item_sarea {
	margin: 0px;
	padding-left: 25px;
}

.bp_hidden {
	display: none;
}

.bp_simple_item_hoja {
	background-image: none;
}

.bp_simple_item_hoja .bp_item_name_codigo {
	font-weight: normal;
}

.bpn_cantidad {
	position: absolute;
	right: 5px;
	top: 10px;
}

.bp_simple_item_hoja .bpn_cantidad {
	display: none;
}

.bp_truncate {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 60px;
}

.bp_area_registro {
	position: relative;
}

.bp_seleccion {
	background-color: transparent;
	background-image: url("img/seleccion.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 30px;
	border: medium none;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	opacity: 0.3;
	display: none;
}

.bp_area_registro:HOVER>.bp_seleccion {
	display: block;
}

.bp_seleccion:HOVER {
	opacity: 1;
}

.bpp_content {
	position: relative;
	background-color: #f1f1f1;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.h100{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.h50{
	height: 50%;
	margin: 0px;
	padding: 0px;
}

.bbt_area_items{
	background-color: white;
	border: 1px solid #ddd;
	overflow: auto;
}

.bbt_area_proveedoress{
	background-color: white;
	border: 1px solid #ddd;
}

.bbt_area_items_resultado{
	padding: 0px 15px;
	margin: 0px;
}

.bbt_area_items_resultado h4{
	font-size: 14px;
	margin-top: 20px;
}

.bbt_item_busq{
	margin: 0px;
}

.bbt_proveedor_busq{
	cursor: pointer;
}

.bbt_proveedor_busq:HOVER {
	background-color: #f1f1f1;
}

.bbt_area_proveedores_resultado{
	height: calc(100% - 60px);
	background-color: white;
	overflow: auto;
}