/*.button,.button_add_form,.prev,.next {
	color:black;
	display:inline-block;
	padding:10px 15px;
	margin:5px;
	font-size:20px;
	background-color:#eee;
	text-decoration:none;
	border:1px solid transparent;
}*/
.button,.button_add_form,.prev,.next {
	color:white;
	display:inline-block;
	padding:10px 15px;
	margin:5px;
	font-size:13px;
	background-color:#4f4f4f;
	text-decoration:none;
}
.button:hover,.button_add_form:hover,.prev:hover,.next:hover {
    color:white;
	background-color:#F67A3E;
}

.button.pressed  {
	color:white;
	background-color:#F67A3E;
}

.button.pressed:hover  {
	/*border:1px solid transparent;*/
}

.tag {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D5D5D5;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	color: #666666;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	text-decoration: none;
	white-space: nowrap;
}

.steps {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    border: groove 2px;
    padding: 10px;
}

.step {
	display:inline-block;
	padding:5px 10px;
	margin:5px;
	background-color:#4f4f4f;
	color:#fff;
	text-decoration:none;
	border:1px solid transparent;
}
.step:hover {
    color:white;
	background-color:#F67A3E;
}
.step.current {
	color:white;
	background-color:#F67A3E;
}

/*.step.current:hover  {
	border:1px solid transparent;
}*/

/*.field {
	padding:10px;
	border:1px solid #888;
	margin: 20px 0;
	background-color:white;
}*/
.field {
	padding:20px;
	text-align:center;
	/*border:1px solid #888;*/
	margin: 20px 0;
	background-color:#fafafa;
	color:black;
}
.field h3 {
    margin: 0 0 10px 0;
}
.field .button{
	background-color:#4f4f4f;
}
.field .button:hover,.field .button_add_form:hover,.field .prev:hover,.field .next:hover {
	background-color:#F67A3E;
	color:white;
}

.field .button.pressed  {
	color:white;
	background-color:#F67A3E;
}
.field.level_1 {
	/*margin-left:0;*/
	background-color:#fafafa;
}

.field.level_2 {
	/*margin-left:20px;*/
	/*border:1px solid #aaa;*/
	background-color:#f5f5f5;
	display:none;
}

.field.level_3 {
	/*margin-left:40px;*/
	/*border:1px solid #ccc;*/
	background-color:#f0f0f0;
	display:none;
}

.field.level_4 {
	/*margin-left:60px;*/
	/*border:1px solid #ccc;*/
	background-color:#eeeeee;
	display:none;
}

/* ajout tableau */
.field.level_b {
	background-color:#fafafa;
    padding:5px;
	margin: 0;
}

.field.level_b h3 {
    margin: 0 0 5px 0;
    font-size:16px;
}

/*ul.list {
	display:block;
	width:250px;
	height:250px;
	overflow-y:auto;
	border:1px solid #ccc;
	margin:5px;
	padding:0;
	list-style-type:none;
}*/
ul.list {
	display:block;
	width:250px;
	overflow-y:auto;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

ul.list li {
	display:block;
	margin:2px;
	padding:5px;
	border:1px solid #fff;
	position:relative;
}
.buttonListDelete{
	position:absolute;
	right:0;
}
.buttonListEdit{
	position:absolute;
	right:20px;
}

#popin_background {
	display:none;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
}

#popin {
	position:fixed;
	left:50%;
	top:55%;
	width:500px;
	/*height:500px;*/
	background:#1c8788;
	border:1px solid #555;
	margin-left:-250px;
	margin-top:-250px;
	z-index:2;
	text-align:center;
	padding-bottom:30px;
}

#popin .field {
	padding:5px;
	border:1px solid transparent;
	margin: 5px 0;
	background-color:transparent;
}

#popin .field h3 {
	font-size:14px!important;
	margin:0;
}

.prev_next {
	position:relative;
	height:50px;
}

.prev {
	display:block;
	position:absolute;
	left:0;
	top:0;
}

.next {
	display:block;
	position:absolute;
	right:0;
	top:0;
}

.inputtext {
	width:500px;
	font-size:14px;
}

#popin .inputtext {
	width:300px;
}

#popin td .inputtext {
	width:200px;
}

.inputtextarea {
	width:500px;
	height:200px;
}

// ACCOUNT MENU 

/* COMPTE */
.accountMenu {
	overflow: hidden;
}

.btCompte {
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 5px;
	margin-bottom: 40px;
	position: relative;
}

.btCompte:hover {
	background-color: #004976;
}

.btCompte>span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	height: 40px;
	text-align: center;
	color: #004976;
}

.btCompte:hover>span {
	background-color: #004976;
	color: white !important;
}

.btCompte.lieu {
	background-image: url(../../../themes/bootstrap/images/lieu_off.png);
}

.btCompte.recap {
	background-image: url(../../../themes/bootstrap/images/recapitulatif_off.png);
}

.btCompte.recapV {
	background-image: url(../../../themes/bootstrap/images/recapitulatif-valider-off.png);
}

.btCompte.infos {
	background-image: url(../../../themes/bootstrap/images/Info_off.png);
}

.btCompte.mdp {
	background-image: url(../../../themes/bootstrap/images/motdepasse_off.png);
}

.btCompte.resilier {
	background-image: url(../../../themes/bootstrap/images/resilier_off.png);
}

.btCompte.logout {
	background-image: url(../../../themes/bootstrap/images/logout_off.png);
}

.btCompte.lieu:hover {
	background-image: url(../../../themes/bootstrap/images/lieu.png);
}

.btCompte.recap:hover {
	background-image: url(../../../themes/bootstrap/images/recapitulatif.png);
}

.btCompte.recapV:hover {
	background-image: url(../../../themes/bootstrap/images/recapitulatif-valider.png);
}

.btCompte.infos:hover {
	background-image: url(../../../themes/bootstrap/images/Info.png);
}

.btCompte.mdp:hover {
	background-image: url(../../../themes/bootstrap/images/motdepasse.png);
}

.btCompte.resilier:hover {
	background-image: url(../../../themes/bootstrap/images/resilier.png);
	background-color: #da044b;
}

.btCompte.logout:hover {
	background-image: url(../../../themes/bootstrap/images/logout.png);
	background-color: #da044b;
}

.btCompte.resilier:hover>span, .btCompte.logout:hover>span {
	background-color: #da044b;
}
.accountLabel3, .accountName {
    font-family: 'helvetica_lt_stdBdCn';
    background-color: #eee;
    padding: 5px;
    margin-bottom: 20px;
    color: #004976;
    font-size: 18px;
}

