.colonne-centree
{
float: none;
margin: 0 auto;
}


/*
 * General from dexter
 *
 */

input[type=text],
input[type=password]
{
	padding: 6px 5px 2px 5px;
	border: none;
	border:1px solid #bfbfbf;
	background: #FFFFFF;
/*	text-transform: lowercase;*/
	color:#565656;
/*	font: normal 11px Arial, Helvetica, sans-serif;*/
}
input.number
{
	text-align:right;
	width:50px;
}

body{
 	font-size: 1.1em;
}

#search-submit {
	font-family: Arial, Helvetica, sans-serif;
/*	height: 23px;*/
	border: 1px solid #89B056;
	background: #A8CF64;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	padding:5px 10px;
	cursor:pointer;
}
a.button {
	padding:6px 10px;
	font-size: 12px;
	height:auto;
	margin-right:5px;
	font-weight: bold;
	font-size: 10px;
	cursor:pointer;
}
.default{
	text-decoration:underline;
}

.success{
	color :#558ed5;
}

.warning {
	color :#DB862C  ;
}
.error{
	color :#D90E0E  ;
}



/*
 * Declaration list, select, tab and result
 *
 */

table.list {
	border: medium none;
	margin: 1em 0; 
	padding: 0; 

}
table.list th, table.cols th, table.comparison th, table.renderedtable th {
    background-color: #DAEAED;
    background-repeat: repeat-x;
    border-top: 1px solid #FFFFFF;
    color: #342E15;
    font-weight: bold;
    height: 29px;
    text-align: left;
    white-space: nowrap;
} 
table.list th, table.list td {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 0.5em;
    vertical-align: top;
}
table.list td {
    border-top: 1px solid #F8F8F8;
    font-weight: normal;
	padding: 2px 0.5em;
} 
table.unique_document td:first-child
{
	font-weight:bold;
	text-transform:uppercase;
}
table.list td.left {
	vertical-align:middle;
} 
table.list td.right {
	text-align:right;
} 
table.unique_document td {
	border-bottom: 1px solid #dadada;
} 

#list_workstations {
	border:1px solid #4486C7  ;
	margin-top :5px;
	padding-left:5px;
	width: 500px;
}
#list_workstations ul{
	margin:5px 0;
	max-height:100px;
	width: 400px;
	overflow:auto;
}
#result a.selected {
	background-color:#4486C7; 
	color:#ffffff;
}
#list_process{
	border:1px solid #4486C7  ;
	margin-top :5px;
	padding-left:5px;
	width:inherit;
}
#list_process ul{
	margin:5px 0;
	max-height:100px;
	overflow:auto;
}

#list_version select{
	margin-left :2px;
	border:1px solid #4486C7  ;
	background-color:#ffffff;
}
#iterations h3 input[type="text"] {
width :100px;
border:1px solid #4486C7  ;
}

#list_users {
	border:1px solid #4486C7  ;
	margin-top :5px;
	padding-left:5px;
	width: 300px;
}
#list_users ul{
	margin:5px 0;
	max-height:250px;
	width: 260px;
	overflow:auto;
}

#list_users a.selected {
	background-color:#4486C7; 
	color:#ffffff;
}

#id_process_select{
	border: 1px  inset;
	height:250px;
	overflow:auto;

}
#id_process_list{
	float:left;
	margin-right:20px;
	width:400px;
}

#id_process_result{
	width:400px;
	float:left;
}
.process_result_status{
	margin-left:10px;
	font-weight:bold;
	margin-bottom:10px;

}





/* The switch - the box around the slider */
.switch_mcs {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
}

/* Hide default HTML checkbox */
.switch_mcs input {display:none;}

/* The slider */
.slider_mcs {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444F5B;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_mcs:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 1px;
  top: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_mcs {
  background-color: #558ed5;;
}

input:focus + .slider_mcs {
  box-shadow: 0 0 1px #558ed5;;
}

input:checked + .slider_mcs:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider_mcs.round {
  border-radius: 12px;
}

.slider_mcs.round:before {
  border-radius: 50%;
}

