/* -------------------------------------------------------------------- 
     			      Atos Worldline Web Applications
         	  ---- Technical team stylesheet ----
	        To be used in combination with "main.css and dev.css"
			  		       Atos Worldline, 2010
-------------------------------------------------------------------- */
/* Please, be sure to have here ONLY the styles that 
have different properties as defined in the main and dev CSS.
Do not duplicate the original CSS in a whole */ 

span#hideSearchBlock input, span#showSearchBlock input {
	background: transparent;
	border: none;
	width: auto;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
	cursor:pointer;
	text-align: left;
	color: white;
	font-size: 1em;
	margin: 0px; 
}

span#hideSearchBlock input {
	background:url("/assets/ctx/25cce922/static/imgs/bt_topbar_hide.gif") no-repeat scroll left top transparent;
	float: left;
}
span#showSearchBlock input {
	background:url("/assets/ctx/cd79b4b1/static/imgs/bt_topbar_show.gif") no-repeat scroll left top transparent;
	float: left;
}

span#hideSearchBlock, span#showSearchBlock,
span#showSearchBlock input:hover, span#showSearchBlock input:visited, 
span#hideSearchBlock input:hover, span#hideSearchBlock input:visited {
	color:#000000;
	text-decoration: underline;
}

span#hideSearchBlock input.likeLink,
span#showSearchBlock input.likeLink {
	font-family: Arial,Helvetica,Sans-serif;
	font-weight: normal; 
	font-size: 1em;
}

.leftColumn {
	float:left;
	padding:0px 10px 0px 0px;
	width:48%;
}

.rightColumn {
	float: right;
	width: 48%;
	padding:0px 0px 0px 10px;
}

.sameHeightColsUser{
	min-height: 212px;
}

.sameHeightColsEntities{
	min-height: 160px;
}

.oneColumn{
	margin-top: 15px;
	clear: both;
}

.borderedFieldset {
	border: 1px solid #99a;
	margin-top: 15px;
	padding: 10px;
	/*height: 100%*/
}

div.borderedFieldset {
	margin-top: 20px;
}

.borderedFieldset legend {
	display: block;
	color: #39545e;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 15px;	
	/*margin-left: 15px;*/
}

div.borderedFieldset .legendLike {
	background-color:#edebeb;
	color:#39545E;
	display:inline;
	font-size:0.9em;
	font-weight:bold;
	/*margin-left:15px;*/
	padding:0 15px;
	position:relative;
	top:-20px;
}

.innerFieldset {
	margin:auto;
	width:92%;
}

.borderedFieldset label {
	width: 20em;
	padding: 2px 8px 0px 0px;
}

div.borderedFieldset label {
	/*padding: 0px 8px 0px 0px !important;*/
}

.leftColumn label, .rightColumn label{
	width: 16em;
}

div.borderedFieldset p, .borderedFieldset p.value {
	/*margin : 5px 0px;*/
}

div.borderedFieldset .pictoBar {
	float: none;
	/*padding-bottom: 10px;*/
}

.borderedFieldset .value {
	/*width: 20em;*/
	padding: 2px 8px 0px 0px;
	display: table;
	height: 15px;
	word-break: break-all;
}

.rangeField, .borderedFieldset input {
	width: 12em;
}

.ipDate {
	width: 9.3em !important;
}

.borderedFieldset select {
	width: 10.8em !important;
}

.borderedFieldset select.form-control {
	width: auto !important;
}

div.pagination{
	padding-bottom: 0px;
}

.attachedElements {
	padding: 0px;
}

div.clearActionTop{
	padding: 0px;
}

ul.ulActionsBar{
	padding: 10px;	
}

ul.padRight{
	padding-top: 0px;	
}

p.mandatory{
	padding-bottom: 0px;
}

.conteneurFile{
	position: relative;
	float: left;
}

div.inputFileLine {
	margin: 0px 0px 20px 0px;
}

div.inputFileLine label {
	font-size: 0.75em;
	padding-top: 4px;
}
.conteneurFile .divFile {
	position : absolute;
	text-align : left;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 290px;
	cursor: pointer;
}
.conteneurFile .divInputFile {
	position : absolute;
	text-align : left;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.conteneurFile .inputFile {
	-moz-opacity:0 ;
	opacity : 0; /* for !IE */
	filter : alpha(opacity=0); /* for IE */
	position : absolute;
	width: 300px;
	cursor: pointer;
}

.conteneurFile .inputText {
	padding : 0px 6px;
	width : 140px;
	margin-top: 4px;
	float: left;
	cursor: pointer;
}
.conteneurFile span.buttonFile{
	background:url("/assets/ctx/9a63d686/static/imgs/button_lft_on2.gif") no-repeat scroll left top #4B4B4B;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:right;
	padding: 0px;
}
.conteneurFile span.buttonFile span {
	background:url("/assets/ctx/c8793b4d/static/imgs/button_rgt_on.gif") no-repeat scroll right top transparent;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	padding:5px 22px;
}

ul#ActionExtract {
	float: left;
	padding-top: 0px;
	margin-bottom: 10px;
}

div.indent {
	#padding-left: 20px;
}

p.chkbox {
	font-weight: bold;
	padding-left: 50px;
}

p.chkbox input {
	margin-right:8px;
	vertical-align:-2px;
	width:auto;
}

p.pictoBar span {
	float:right;
}


