/**
 * @package		Joomla.Administrator
 *
 * @copyright	2015 - Eazy CE
 * @author		DeltaCE
 */

.text-left
{
	text-align:left !important;
}

.text-right
{
	text-align:right !important;
}

.text-center
{
	text-align:center !important;
}

.text-strong
{
	font-weight:bold;
}

.text-red
{
	color:red !important;
}

.float-left
{
	float:right;
}

.float-right
{
	float:right;
}

.marginT10
{
	margin-top:10px;
}

.marginT15
{
	margin-top:15px;
}

.marginT20
{
	margin-top:20px;
}

.marginT40
{
	margin-top:40px;
}

.marginB5
{
	margin-bottom:5px;
}

.marginB10
{
	margin-bottom:10px;
}

.marginB30
{
	margin-bottom:30px;
}

.marginR0
{
	margin-right: 0px;
}

button[disabled=disabled], button:disabled
{
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.tarif
{
	border-radius: 6px;
	padding:3px;
	font-size:12px;
	color:white;
}

.tarif.salarie
{
	background-color:#3986ac;
	border:1px solid #3986ac;
}

.tarif.conjoint
{
	background-color:#f60000;
	border:1px solid #f60000;
}

.tarif.enfant
{
	background-color:#008000;
	border:1px solid #008000;
}

.tarif.famille
{
	background-color:orange;
	border:1px solid orange;
}

.tarif.externe, .tarif.public
{
	background-color:#808080;
	border:1px solid #808080;
}

.half
{
	width:49.5% !important;
	display:inline-block;
}

.cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3
{
	width: 32% !important;
}

.width-150-px
{
	width:150px !important;
}

[class^="icon-"], [class*=" icon-"]
{
	line-height: 15px !important;
}

a.button
{
	text-decoration:none !important;
}

.cart-line
{
	position:relative;
}

.well.custom
{
	border-radius: 0px !important;
	padding: 10px 15px 15px 15px !important;
	margin-bottom:5px;
}

.well.custom.info
{
	background-color:#d9edf7;
	border-color:#bce8f1;
	color:#3a87ad;
}

.well.custom > .btn-remove-from-cart
{
	position:absolute;
	top:15px;
	right:15px;
	padding: 0px 5px;
}
