/*==========  BUTTONS   ==========*/
button:disabled, input[type=submit]:disabled
{
	background: #888888;
	border: 1px solid #404040!important;
}

button:disabled:hover
{
	background: #888888;
}

button:hover {
	cursor: pointer;
}

td button, .small_button
{
	color: white;
	padding: 4px 7px;
	border: none;
	border-bottom: 1px solid black;
}
.button {
	min-width: 120px;
}

.button, input[type=submit]
{
	font-size: 14px;
	cursor:  pointer;
	padding: 6px 20px;
	font-weight: bold;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	border: none;
	text-shadow: 0 1px 1px#4C4C4C;
}

.button a
{
	color: white;
	text-decoration: none;
}

/*==========  INPUTS   ==========*/
select
{
	padding: 4px 10px;
	font-size: 16px;
	max-width: 180px;
}
option
{
	padding: 4px 10px;
}
span.required
{
	color: red;
}

input, textarea
{
	padding: 5px;
	outline: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #006BA4;
}

textarea:focus, input:focus
{
	border-color :  #E14C28!important;
	background-color: #E9E9E9;
}

input[type=checkbox]
{
//	width: 20px !important;
	display : inline-block;
}

input[type="number"], input[type="time"] {
	max-width: 100px!important;
	text-align: right;
}

input[type="date"] {
	max-width: 130px!important;
}

input.error {
	border: 1px dotted #AE0000;
	background: #FFB6B6;
}

#rsp_userbundle_user_rspGroups	 input
{
	display: inline;
	clear: left;
	float: left;
}

#rsp_userbundle_user_rspGroups	 label
{
	text-align: left !important;
	display: inline-block;
	max-width: 80% !important;
}

#rsp_userbundle_user_rspGroups	 input:after
{
	clear: both;
}

#formAddUser div#rsp_userbundle_user div label,
.form label
{
	text-align: right;
	padding-right: 15px;
	font-size: 16px;
}

.form label, .form input[type=text], .form input[type=email] {
	max-width: 200px!important;
	display: inline-block;
}


.form .controls,
#formAddUser div#rsp_userbundle_user div div
{
	display: inline-block;
	margin: 2px;
	padding: 2px;
}

#formAddUser div#rsp_userbundle_user div input,
.form .controls input
{
	font-size: 15px;
	margin: 3px;
	padding : 5px;
	outline: none;
	border-radius:2px;
}


.facture div
{
	text-align: left;
}
.facture table
{
	text-align : center;
}

/* ---------
	Facture
	---------  */

.table_facture  td,  .table_facture  th
	{
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 5px;
	}

	.table_facture  th
	{
		border-bottom: 1px solid #000;
	}


	.table_facture th
	{
		padding: 2px;
	}

#last  td
	{
		height: 200px;
		max-height: 500px;
	}

.inlineBtn li{
		display: inline-block;
	}

