.obs-checkbox{
	padding: 2px;
	border:1px solid #cfcfcf;
}

.obs-select{
	display:block;
	position:relative;
	width:400px;
	height:25px;
	margin:2px;
	border:1px solid #cfcfcf;
}
.obs-select .obs-open{
	z-index:3;
	position: absolute;
	cursor:pointer;
	width:28px;
	height:25px;
	top:0px;
	right:0px;
	-webkit-transition:100ms ease-in-out;
}
.obs-select:hover .obs-open{
	background-color: #cfcfcf;
}

.arrowDown{
	display: block;
	border-color:#000 transparent transparent transparent;
	border-style: solid;
	border-width: 6px;
	width: 0;
	height: 0;
}

.obs-select .arrowDown{
	position: absolute;
	top:10px;
	right:8px;
}

.obs-from input[type=submit]{
    height: 35px;
    border-radius:4px;
    background:url("http://intranet.agencemdsante.com/employes/images/link_bg.jpg") 0 0 repeat-x;
    box-shadow: 1px 1px 1px #000;
    font-size:16px;
    margin:5px 8px 5px 5px;
    float:right;
    border:1px solid #cfcfcf;
    padding: 2px;
    cursor: pointer;
}

.obs-current{
	width: 98%;
	margin:0;
	position:relative;
	z-index:5;
	padding:0 0 0 2%;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}
input.obs-filterBox{
	width: 100px;
	height: 25px;
	position: absolute;
	margin:0;
	padding:0;
	right:-110px;
	top:-1px;
}
.obs-selectList{
	width:400px;
	z-index:9;
	display:none;
	position:absolute;
	top:27px;
	background-color:#fff;
	height: 200px;
	overflow-y:scroll;
	border:1px solid #cfcfcf;
	box-shadow: 0px 1px 10px 0px #000;
}
.obs-options{
	list-style-type: none;
	margin:0;
	padding:0;
}
.obs-options li{
	width: 98%;
	margin:0;
	padding:0 0 0 2%;
	border-bottom: 1px solid #cfcfcf;
	height: 18px;
	font-size:12px;
	line-height:18px;
	display:block;
	-webkit-transition:50ms ease-in-out;
	cursor: pointer;
}
.obs-options li:hover{
	background-color: #cfcfcf;
}

.obs-table{
	width: 100%;
}
.obs-table tr {
	min-height:45px;
}
.obs-table .small{
	font-size: 12px;
}
.obs-table tr td{
	padding:1%;
	border:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-top:0;
	width:74%;
}
.obs-table tr:first-child td{
	border-top:1px solid #cfcfcf;
}
.obs-table tr td:first-child{
	width:22%;
	border-right: 0;
	
}