/* 
    Created on : 2015-09-09, 13:05:43
    Author     : mateusz
*/


.listaOfert .item {
	margin: 0px 0px 20px 0px;
	border: 1px solid #FE5900;
	background: none;
	padding: 10px 0px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.listaOfert .item:hover {
	background-color: rgba(255,77,0,0.01);
}
.listaOfert .item.item-recomendation {
	border: 1px solid rgba(244,113,22,1);
	background: rgba(244,113,22,0.1);
}

.listaOfert .item .submit{
	padding: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	text-align: right;
}

.listaOfert .item .submit .btn.btn-primary{
/*	position: absolute;
	bottom: -0px;
	right: -0px;*/
	position: relative;
/*	width: 100%;
	height: 100%;*/
	padding-left: 2em;
	text-align: right;
	border-top: none;
	border-right: none;
	/*padding-top: 4em;*/
	/*border-bottom-left-radius: 20% 100%;*/
}
.listaOfert .rabat {
	color: #FF5A00;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

@media (min-width: 992px) {
	.listaOfert .item .submit .btn.btn-primary:before{
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		z-index: 10;
	}
	.listaOfert .rabat {
		display: block;
	}
}

.listaOfert .item .image label{
	display: block;
	margin: 0px;
}
.listaOfert .item .image IMG {
	max-height: 4em;
	/*height: 40px;*/
}

.listaOfert .item .porownaj {
	padding-top: 10px;
	font-size: 11px;
}

.listaOfert .item .szczegoly label.name {
	font-size: 16px;
	font-family: "OpenSans",sans-serif;
	font-weight: normal;
}

.listaOfert .item .szczegoly .owu-zakres {
	font-size: 12px;
	padding-top: 6px;
}
.listaOfert .item .szczegoly .owu-zakres A {
	margin-right: 8px;
	color: #747679;
}
.listaOfert .item .skladka {
	font-size: 22px;
	/*line-height: 2em;*/
	font-weight: bold;
}

.porownanie-lista .nagl {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;

}
.porownanie-lista .nagl IMG {
	height: 40px;
	margin-bottom: 10px;
}

.porownanie-lista .opis {
	font-size: 12px;
	text-align: left;
	padding: 10px 5px;
}

.porownanie-lista .val {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.porownanie-lista .row:nth-child(even) {
	background-color: rgba(244,113,22,0.06);
}
.listaOfert .item.wybrana {
	border: 1px solid #000;
}

#porownaj-info, #porownaj {
	font-size: 13px;
	font-weight: bold;
	color: #FE5900;
}