th.icn, td.icn {
	width: 16px;
	text-align: center;
	vertical-align: middle;
	background-size:16px 16px; 
	background-position: center; 
	background-repeat: no-repeat; 
}
td.icnTools {
	background-size:16px 16px; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-image: url( /police/images/actions/tools.png );
}
.idCell {
	display: none;
}

.myDropdown {
	background-color: #4B515D;
	color: #e0e0e0;
	width: 840px;
}
.myDropdown-header {
	color: #FF8800;
	font-size: 12pt;
	text-indent: 22px;
	margin: 0;
	padding: 5px 0 5px 0; /* top | right | bottom | left */
}
label.myDropdown-item {
	display: block;
	color: #e0e0e0;
	font-size: 12pt;
	text-indent: 22px;
}
label.myDropdown-item:hover {
	color: #ffd180;
}

a.paginationLink {
	color: #4B515D;
	decoration: none;
}
a.paginationLink:hover {
	color: #ffd180;
	decoration: none;
}
label.paginationLink {
	color: #FF8800;
	font-weight: bold;
}
label.paginationLinkOff {
	color: #4B515D;
}

.myTab {
	color: silver;
}
.myTab:hover {
	color: #ffd180;
}


.nav-second {
	width: 100%;
}



.tooltip-inner {
	min-width: 500px;
    max-width: 500px;
    width: 500px; 
}

a.faq-off {
	color: red;
}
a.faq-off:hover {
	color: red;
}



tbody.myTableAMoi {
  display:block;
  max-height:400px;
  overflow-y:auto;
  /*width: 100%;*/
}

thead.myTableAMoi, tbody.myTableAMoi tr {
  display:table;
  width: 100%;
  table-layout:fixed;
}

/*
.dropdown-text-editor {
	width: 35px;
}
*/
.dropdown-li a {
	color: darkgray;
	display:block; 
	width:100%;
}
.dropdown-li {
}
.dropdown-li a:hover {
	text-decoration: none;
	/*font-weight: bold;*/
	color: orange;
}
.dropdown-li:hover {
	background-color: #c2f0f0;	
}