
	span 										{	font-size:10pt;																		}																}
	.SensorDialogQuestion						{	margin-top: 35px;margin-bottom: 25px;												}
	.selectable									{	cursor:pointer;color: #0A639D;														}
	.marginTop									{	margin-top: 5px;																	}
	.lastElement								{	margin-bottom: 3px;																	}
	.right										{	padding-right: 15px;float:right;													}
	.gras										{	font-weight: bold;																	}
	.tableForFiltres  tr:nth-child(even)		{	background-color:#CCC;																}
	.tableForFiltres							{	margin-bottom: 3px;margin-top: 3px;													}
	.nextElement								{	margin-left: 25px;																	}
	.selectSize									{	width:100px;																		}
	table										{	margin-top: 0px;																	}
	.tdtableFilter								{	padding: 0px;																		}
	.selectedTd									{	font-weight: bold;																	}
	button#bpFilter 							{	margin-top: 5px !important;float:right !important;margin-right: 5px !important;		}
	button.bpInitAndSearchFilter				{	margin-left: 1px;																	}
	.initColorConnectivitiesFilter				{	color: #999999 ;																	}
	.courantColorConnectivitiesFilter			{	color: black ;																		}	
	input 										{	font-family:arial;	font-size:13px !important;										}
	input.inputFilter {
		font-family:arial;	
		font-size:13px;
	  	width: 94% !important;
		height: 20px;
		background-color:#eee;
	    border: #585858 1px solid !important;
	    padding-left: 2px;	
	}
	
	button.filter {
		margin-top: 5px; 
		float:right;
		margin-right: 5px;
	}
	

	
	select#subscriptionFilter {
		font-family: arial;
		font-size: 13px;
		color:black;
		padding: 0.13em;				
		border: #585858 1px solid !important;
	}
		
	select#subscriptionFilter option{
		font-family: arial;
		font-size: 13px;
	}

	td.padding-none{
	  padding-left		: 	0px;
	  padding-right		: 	0px;
	  padding-top		: 	0px;
	  padding-bottom	: 	0px;  
	  margin-left		:	0px;
	  margin-right		: 	0px;
	  margin-top		: 	0px;
	  margin-bottom		: 	0px; 
	  text-align		: 	center;
	}


.test{
	padding-up:20px;
	padding-left:20px;
}


span.test2{
	padding-up:20px;
	color:#0a639d;
	font-size:11pt;
	padding-left:5px;
  	line-height: 1.75;
}


td.selectedOnglet
{
	background-color:#69A813;
}


a.title-table-onglet
{
	text-decoration: none;
	color:white;
	font-size: 14px;

}

table.onglets
{
	background-color: #0A639D;
	margin-top: 0px;
    margin-bottom: 0px;
	text-align: center;
	width:100%;	

}

.contenu
{
	margin-top: 10px;
}

fieldset.fieldset-border-2
{
	border: 1px solid #69A813;
	margin-top:0px;
	padding-bottom:10px;
	border-radius:0px;
}


span.submenu
{
	color:white;
	font-size: 14px;
}

.submenu2
{
	border-radius:3px;
	font-size: 11pt;
	cursor: pointer;
	width:100%;	
	color:#0a639d;
	color:white;
	/*font-size:0.9em;*/
	background-color: #0A639D;
	/*background-color: gray;*/
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	/*background-image: url("resources/images/icons/icon_patient-encours.png");	*/
}



.small_hr{
	height: 1px;
	background-color: #75a8db;
	border: 0;
	margin-bottom:10px;
	width:60%;	
}


/*
.hidden
{
	 display: none;
}
*/


tr.hide{
  display:none;
}


tr.visible{

display:table-row;
}


div.hide{
  display:none;
}

/*---------------------------------------------------------*/
.hide_input{
  display:none;
  border:0px;
}

div.visible{

display:;
}


tr.visible_hide2{
  display:none;
}


tr.visible_visible2{

display:table-row;
}


.litle_table {
	width:60%;
}



.pg-normal { 
	color: #000000;
	font-size: 12px; 
	cursor: pointer; 
	background: #DDE2FF;
	padding: 2px 4px 2px 4px; 
	border-width: 1px;
	border-style: solid;
	border-color: white;
}

.pg-selected { 
	color: #fff;
	cursor:pointer;
	font-size: 12px; 
	background: #0a639d;
	padding: 2px 4px 2px 4px; 
}





input.text {
	margin-top:4px;
	margin-bottom:12px; 
	width:96.8%; 
	padding-bottom:0.3em;
	padding-top:0.3em;
	padding-left: 0.5em;
}

input.textwithDatePicker {
	margin-top:4px;
	margin-bottom:12px; 
	width:90%; 
	padding-bottom:0.3em;
	padding-top:0.3em;
	padding-left: 0.5em;
}

select.ident{
	padding-bottom:0.3em;
	padding-left: 0.5em;
	padding-top:0.3em;
	margin-top:4px;
	margin-bottom:12px; 
	width:98%; 
	color: black;
	border : 1px solid rgb(170, 170, 170);
	
}



option:focus 
{ 
	 outline: none;
}

select:focus 
{ 
	 outline: none;
}

fieldset { 
	padding:0; 
	border:0; 
	/*margin-top:25px;*/ 
}

h1 { 
	font-size: 1.2em; 
	margin: .6em 0; 
}

div#users-contain { 
	width: 350px; 
	margin: 20px 0; 
}

div#users-contain table { 
	margin: 1em 0; 
	border-collapse: collapse; 
	width: 100%; 
}

div#users-contain table td, div#users-contain table th { 
	border: 1px solid #eee; 
	padding: .6em 10px; 
	text-align: left; 
}

.ui-dialog .ui-state-error { 
	padding: .3em; 
}

	
	
	

.validateTips { 
	border: 1px solid transparent; 
	padding: 0.3em; 
}



.scrollable{ 
overflow: scroll; 
width: 250px; /* adjust this width depending to amount of text to display */ 
/* adjust height depending on number of options to display */ 
/* border: 1px silver solid; */
	
} 
.scrollable select{ 
border: none;

} 

.ui-menu-item
{
	font-size: 0.8em; 
	
}


.ui-autocomplete {
  max-height: 150px;
  overflow-x: hidden;
  /*font-size:10px ;
  overflow-y: auto;
  prevent horizontal scrollbar */
}
  
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
html .ui-autocomplete {
	height: 150px;
	/*font-size:8px ;*/ 
}
  


  .custom-combobox {
    position: relative;
    display: inline-block;
      
  
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
  
    
  }
  .custom-combobox-input {
    margin: 0;
    padding: 0.3em;
  	width:170%;
  	margin-top : 4px;
  +
  }
  

.opacity {   
	filter:alpha(opacity=55);   
	-moz-opacity:0.55;    
	-khtml-opacity: 0.55;  
	opacity: 0.55; 
	cursor:initial;

}

button.opacity{   
	filter:alpha(opacity=55);   
	-moz-opacity:0.55;    
	-khtml-opacity: 0.55;  
	opacity: 0.55; 
	cursor:initial;
	border-color:#69A813 !important ;
	background-color:#69A813 !important ;
}

.connectedSortable{
	  min-height: 700px;
	
}

.red
{
	color:#FF0000;
}

.orange
{
	color:#FF8000;
}

.lightOrange
{
	color:#FFBF00;
}

.yellow
{
	color:#FFFF00;
}

.green{
	color:green;
}

.black{
	color:black;
}

.traiteStateAlertColorText
{
	color: green;
}

.enCoursStateAlertColorText
{
	color: #FF8000;
}

.nonTraiteStateAlertColorText
{
	color: #FF0000;
}

.critiqueTextColor
{
	color: #FF6600;
}

.severeTextColor
{
	color: #FF0000;
}

.modereTextColor
{
	color: #FF6600;
}

.faibleTextColor
{
	color: #FF9900;
}

.critiqueBgColor{
	/*background-color	: #FF0000;*/
	background-color	: #E6E600;
	border-width		: 3px; 
 	border-style		: solid; 
 	border-color		: white;	
}

.severeBgColor{
	/*background-color	: #FF3300;	*/
	background-color	: red;
	border-width		: 3px; 
	border-style		: solid; 
 	border-color		: white;
 	height 				: 25px;
}

.modereBgColor{
	background-color	: #E6E600;
	height 				: 25px;
}

.faibleBgColor{
	background-color	: #FF9900;
	height 				: 25px;
}

.clickableBand
{
	font-size: 11pt;
	cursor: pointer;
	width:100%;	
	color:#0a639d;
	color:white;
	/*font-size:0.9em;*/
	background-color: #0A639D;
	/*background-color: gray;*/
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	/*background-image: url("resources/images/icons/icon_patient-encours.png");	*/
	margin-bottom : 4px;
}









  