input:focus {
	outline: none;
}

.co_LST{
	position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    /* z-index: 100; cf commun V10 et charte graphique*/
	text-align: center;
	visibility: hidden;
}
.co_LST_Body{
	/* max-height: 500px;
	min-height: 400px; */
	overflow-y: auto;
	overflow-x: hidden;
	color: #4a4a4b;
	height:calc(100% - 60px);
	padding: 0 10px 0 10px;
}
.co_LST_BodyWithFilter {
    overflow-y: auto;
    overflow-x: hidden;
    color: #4a4a4b;
    height: calc(100% - 110px);
    padding: 0 10px 0 10px;
}

.co_LST_Body.OptionsViewGrpBtn,.co_LST_Body.OptionsViewEntete{
	height: calc(100% - 95px);
}
.co_LST_Body.OptionsViewAll{
	height: calc(100% - 125px);
}
.co_LST_BtnCancel{
	margin-right: 5px;
}
.co_LST_GrpBouton {
    padding: 2px 10px;
    list-style: none;
}


.co_LST_GrpBouton>div{
	background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 27px;
    float: right;
}
.co_LST_GrpBouton>div:hover{
	padding: 0 70px 0 27px;
    text-align:left;
}

.co_LST_HeaderSpe{
	border-bottom:1px solid #d6d6d6;
	padding:15px 10px 15px 10px;
}

.co_LST_HeaderSpe>input{
	width: calc(100% - 45px);
    margin-right: 10px;
    float: left;
}

.co_LST_HeaderSpe>.BtnAdd{
	background-image:url(../../Images/Commun/add_white.svg);
}

.co_LST_HeaderSpe>.BtnAdd:hover{
	font-size: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
}

.co_LST_SearchZone{
    height: 25px;
    width: calc(100% - 90px);
    position: relative;
    background-color: #ffffff;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #e0dede;
    padding-left: 30px;
    background-image: url(../../Images/Commun_V10/search_grey.svg);
    background-repeat: no-repeat;
    background-position: 3px center;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: 8px;
    float: left;
}

.co_LST_FilterZone{
    height: 25px;
    width: calc(100% - 15px);
    position: relative;
    background-color: #ffffff;
    height: 30px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 8px;
    float: left;
}

.co_LST_CacheBorder{
	border-width: 0px!important;
    border-style: none!important;
}

.LigneBtnDelete{
	background-image: url(../../Images/Commun_V10/delete-black.svg);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	width: 40px;
    height: 100%;
	background-size: 20px;
	display: table-cell;
}

.LigneListe:hover .LigneBtnDelete{
	opacity: 0.6;
}
.LigneListe:hover .LigneBtnDelete:hover{
	opacity: 1;
	background-image:url(../../Images/Commun_V10/delete-red.svg);
}
.LigneListe{
	cursor:pointer;
	height: 35px;
	line-height: 35px;
	border-bottom:1px solid #d6d6d6;
	overflow: hidden;
	padding: 0 10px 0 10px;
	display: table-row;
}
.LigneListe:last-child {
	border-bottom: none;
}
.LigneListe:hover,.LigneListPlanning:hover{
	background: #ebebeb;
}
.LigneListPlanning{
	height: 35px;
	line-height: 35px;
	border-bottom:1px solid #d6d6d6;
	overflow: hidden;
	padding: 0 10px 0 10px;
	cursor: pointer;
}
.LigneListeContent{
	float: left;
    width: calc(100% - 50px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.LigneSelect{
	float:left;
	margin-left:10px;
	width:100px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.LigneSelectHidden,.LigneFilterHidden{
	display:none;
	float:left;
	margin-left:10px;
	width:100px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.LigneSelectNoWidth{
	padding: 0 10px 0 10px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display: table-cell;
	vertical-align: middle;
}
.LigneField{
	margin-left:5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight: bold;
	display: table-cell;
	padding: 0 10px 0 10px;
	vertical-align: middle;
}
.LigneFieldNoWidth{
	/*float:left;*/
	display: inline-block;
	margin-left:5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.LignePuceCellule{
	display:table-cell;
	width:30px;
	align-items: center;
    vertical-align: middle;
}

.LignePuce{
	/* float:left;
	margin-top:7px; */
	/* height:10px; */
	height: 15px;
	margin-left:5px;
	border-radius:10px;
}

.LignePuce.widthBorder{
	border: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.LigneCheckbox{
	/* float:left; */
	/* margin-top: 12px; */
	display:table-cell;
	cursor:pointer;
	vertical-align: middle;
}

.LigneChkAll{
	float:left;
}

.OnOffSwitch{
	float: right;
    margin-top: -3px;
    width: 50px;
}
#BtnFilterANDOR{
	float: right;
	line-height: 21px;
}
#BtnLstInvertSel {	
	float: left;
    background-image: url(../../Images/Contexte/invert-selection.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 20px;
    opacity: 0.5;
    cursor: pointer;
    height: 20px;
    margin-left: 5px;
    background-size: 24px;
}

#ContainerListe{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.70);
    width: 100%;
    height: 100%;
    /* z-index: 20; cf Commun V10 Z-index*/
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    display:none;
} 

#co_LST_Ctn{
	/* width:400px; */
	min-width:400px;
	width:auto;
	max-width: 525px;
	height:540px;
	position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    display: inline-block;
    text-align: left;
    transform: translate(-50%,-50%);
}
#co_LST_Header{
    width: 100%;
    min-height: 50px;
    background-color: #f7f7f7;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
}
#co_LST_HeaderWithFilter{
    width: 100%;
    min-height: 100px;
    background-color: #f7f7f7;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
}
#co_LST_BtnClose{
	position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
	transition: opacity 0.3s ease;
	background-image: url(../../Images/Commun_V10/close_black.svg);
}
#co_LST_BtnClose:hover{
	opacity: 1;
    cursor: pointer;
}
#co_LST_BtnRefresh{
    height: 36px;
    width: 40px;
    background-image: url(../../Images/Commun/refresh_black.svg);
    background-repeat: no-repeat;
    background-position: left 5px center;
    cursor: pointer;
    float: left;
	margin-top: 6px;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}
#co_LST_BtnRefresh:hover{
	opacity: 1;
}
#co_LST_HeaderPlus{
	width: 100%;
    background-color: #f7f7f7;
    height: 30px;
    color: #888888;
    line-height: 18px;
    vertical-align: middle;
	border-bottom: 1px solid #d6d6d6;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	margin-top : -1px;
}
#co_LST_BodyTable{
	display: table;
	width: 100%;
	border-collapse: collapse; 
}

@media screen and (max-height: 540px) {
    #co_LST_Ctn{
        height:100%!important;
    }
}


@media screen and (max-width: 768px) {

	.co_SearchZoneTxt{
		font-size:14px;
	}

}

@media screen and (max-width: 460px) {
	
	.co_SearchZoneTxt{
		font-size:12px;
	}

	.FieldsNoImportant{
		display:none;
	}

	.LigneBtnDelete{
		opacity: 0.6;
	}
	
	#co_LST_Ctn{
		width:100% !important;
		height:100% !important;
		min-width:100% !important;
		max-width: 100% !important;
	}


}

.UnEtat:checked{
	background-color:blue;
}