
body {
	background-image:url(../img/bg_repeat.png);
	background-repeat:repeat-x;
	background-color:#b5b5b5;
}

.main_container
{
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	/*background-color:red;*/
}

.main_menu
{
	/*background-color:yellow;*/
}
.title_page
{
	/*background-color:green;*/
	height:30px;
}

.menu_page
{
	
}

.task_color
{
	border:2px solid #a1a1a1;
	border-radius:25px;
}

.amount_stage
{
	border:1px solid #000000;
	border-radius:25px;
	background-color:white;
	text-align:center;
	position: absolute;
	margin: auto;
	top: -10px;
	right: 0;
	left: 0;
	width: 50px;
	
	/*position:absolute;
	top:-10px;
	left:42%;
	right:42%;*/
	color:grey;
}

.content_page
{
	/*background-color:orange;*/
	height:500px;
	background:white;
	overflow:auto;
}

 #draggable {
width: 100px;
height: 100px;
background: #ccc;
}

.menu_droppable_activate toto{
	background-image:url('../img/fleche_bas_normal.png');
	background-repeat:no-repeat;
	background-position:center; 
	background-size:50%;
	position:absolute;
	top:-20px;
	left:-20px;
	width:50px;
	height:50px
}	

.menu_droppable_over toto{
	background-image:url('../img/fleche_bas_ok.png');
	background-repeat:no-repeat;
	background-position:center; 
	background-size:50%;
	position:absolute;
	top:-20px;
	left:-20px;
	width:50px;
	height:50px;
}



.tabs-min { 
    background: transparent; 
    border: none; 
} 
.tabs-min .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
.tabs-min .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
.tabs-min .ui-tabs-nav .ui-state-active { 
    background: transparent url(../img/uiTabsArrow.png) no-repeat bottom center; 
    border: none; 
} 
.tabs-min .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 
.tabs-min .ui-tabs-nav .ui-state-active a { 
    color: #459e00; 
}

.basic_table
{
	border-spacing: 2px; 
	display: inline-block; 
}

.title_cell{
	border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
	
	
}

.value_cell{
	
}

.icons {
	margin: 0;
	padding: 0;
}
.icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
.icons span.ui-icon {
	float: left;
	margin: 0 4px;
}

.filtres{
	padding:5px;
	margin-top:20px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.fauxlien{


}

.fauxlien:hover {
	cursor: pointer;
}

.item_droppable_activate item2
{
	background-image:url('../img/fleche_bas_normal.png');
	position:absolute;
	width:50px;
	height:50px;
	top:0px;
	left:-25px;
	z-index:10;
	background-repeat:no-repeat;
	background-position:center; 
	background-size:50%;
}

.item_droppable_over item2
{
	background-image:url('../img/fleche_bas_ok.png');
	position:absolute;
	width:50px;
	height:50px;
	top:0px;
	left:-25px;
	z-index:10;
	background-repeat:no-repeat;
	background-position:center; 
	background-size:50%;
}

#dropZone {
        background: gray;
        border: black dashed 3px;
        width: 200px;
        padding: 50px;
        text-align: center;
        color: white;
    }

	.drop_flow {
        background: #a8e5b1;
        border: black dashed 1px;
    }
	
.small_text{
	font-size:70%;
}

.on_chat{
	color:#14c122;
}

.on_site{
	color:#dd8518;
}

.out_site{
	color:#ea3e3e;
}

.stage{
	min-width:100px;
	min-height:60px;
	margin-right:20px;
	margin-left:25px;
	margin-bottom:50px;
	margin-top:20px;
	float:left;
}

.tache_detail table{
	border-collapse: collapse;
	
}

.tache_detail tr,.tache_detail td{

	border:1px solid #ddd;
	padding: 3px 4px 2px 4px;
}

.table_buttons{
	font-size:small;
	padding-bottom:5px;
	margin:auto;
	width:150px;
	padding-top:-10px;
	position:relative;
	top:-10px;
}

.animated {
transition: all 0.7s ease-out;
}

.ex2 li {
	position: relative;
	top: 0;
	/*box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 2px #816F47;*/
	transition: all 0.3s ease-in;
}

.ex2 li:before {
	content: ' ';
	position: absolute;
	bottom: -1px; left: 0;
	width: 100%;
	height: 6px;
	background: #9b885e;
	box-shadow: 0 0 5px #9b885e,0 0 5px #9b885e,0 0 5px #9b885e;
	border-radius: 90px/20px;
	z-index: -1;
	transition: all 0.2s ease-in;
}

.ex2 li:hover,
.ex2 li:focus {
	top: -5px;
	z-index:10;
}

.ex2 li:hover:before,
.ex2 li:focus:before {
	bottom: -6px;
	left: -3px;
	width: 106%;
	height: 4px;
	background: #bcae8f;
	box-shadow: 0 0 9px #bcae8f,0 0 9px #bcae8f,0 0 9px #bcae8f,0 0 9px #bcae8f,0 0 9px #bcae8f;
}

.ex1 label {
	display: inline-block;
	/*height: 85px;
	width: 75px;
	text-align: center;
	background: white;
	padding: 5px 10px;
	margin: 0 20px;
	color: #615334;
	text-decoration: none;
	line-height: 5.6em;
	background: -moz-linear-gradient(center bottom , #DACDB1 11%, #F0E8D8 56%) repeat scroll 0 0 #F0E8D8;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0.3, #DACDB1),color-stop(0.65, #F0E8D8));*/

	/*-moz-box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;
	-webkit-box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;
	box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;*/
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ex1 label:hover,
.ex1 label:focus {
	transform: scale(1.2);
	z-index:10;
	border-right-width: 1px;
	/*box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 15px #b6a684;*/
}

.ex3 a{
    padding:10px;
    color:#666;
    text-decoration:none;
    background:#ddd;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
.ex3 a:hover{
    color:#fff;
    background:#006699;
}

