body.kbEdition {
	background: #fff url(../img/body-bg.png) repeat;
	background-attachment: fixed;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
/*     -ms-overflow-y: scroll; */
	overflow-y: scroll;
/* 	padding: 132px 0 40px; */
	/*ADD BY ANTOINE*/
	overflow: hidden;
}

a {
	color: #76a033;
}

a:hover {
	color: #4c6d17;
}

#alerts, #persistentAlerts {
	left: 50%;
	margin-left: -330px;
	position: fixed;
	top: 4px;
	width: 500px;
	z-index: 600;
}

#alerts .alert {
	padding: 5px 30px 5px 10px;
}

#alerts .alert .close {
	top: 0;
}

#xper-nav {
	z-index: 500;
}

#xper-nav .brand {
	background: url(../img/xper3-logo.png) 50% 60% no-repeat;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	height: 31px;
	padding: 5px 20px 1px;
	text-indent: -9999px;
	width: 92px;
}

#xper-nav .nav {
	font-size: 12px;
}

#xper-nav .navbar-inner {
	background: #333 url(../img/xper-nav-bg.png) top repeat-x;
	border-bottom: 1px solid #131213;
	border-top: 1px solid #303131;
	box-shadow: none;
	min-height: inherit;
}

#xper-nav .nav>li>a {
	color: #dfdac2;
	padding: 9px 10px;
}

#xper-nav .nav>li>a:hover {
	color: #f1efe6;
}

#xper-nav .nav>li>a,#main-nav .nav>li>a {
	text-decoration: none;
	text-shadow: none;
}

#xper-nav .divider-vertical {
	background-color: #dfdac2;
	border-right: 0;
	height: 13px;
	margin-top: 12px;
}

#main-nav .navbar-inner {
    filter: none;
}
#main-nav {
	top: 39px;
	z-index: 400;
}

#main-nav .navbar-inner {
	background: #ddd url(../img/main-nav-bg.jpg) top repeat-x;
	border-bottom: 1px solid #bcb8b8;
	border-top: 1px solid #fff;
	box-shadow: none;
}
.ie7 #main-nav,
.ie7 #main-nav .navbar-inner {
    height: 93px;
}

#base-nav,#main-nav .navbar-search {
	font-size: 12px;
	padding: 12px 0;
}

#base-nav a {
	color: #777;
}

#base-nav>li>a {
	line-height: 22px;
	padding: 6px 10px;
}

#tabs-nav>li>a {
	background: #fff;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.15);
	color: #777;
	margin-right: 3px;
	margin-top: 3px;
	padding: 5px 10px;
}

#tabs-nav>.active>a {
	background: #fff url(../img/body-bg.png) repeat;
	border-bottom: none;
	color: #555;
	margin-top: 0;
	padding: 7px 10px;
}

#tabs-nav a:focus {
	color: #000;
	outline: 0;
}

#base-btn {
	background: #a0ca54 url(../img/base-btn-bg.png) top
		repeat-x;
	border-color: #86b96f #89b576 #658d54;
	line-height: 15px !important;
	margin-left: 0;
	padding: 8px 16px;
}

.btn-group.open #base-btn {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

#base-btn i {
	margin-right: 2px;
	width: 16px;
}

#base-btn .caret {
	border-top-color: #fff;
}

.open #base-btn .caret {
	margin-top: 7px;
}

#base-btn,#base-nav .btn-group {
	margin-top: 0;
}

#base-nav .btn-group {
	padding: 0;
}

#base-nav .dropdown-menu:before {
	left: 17px;
}

#base-nav .dropdown-menu:after {
	left: 18px;
}

#base-nav .base-name {
	font-size: 22px;
	line-height: 40px;
	padding: 0 10px 0 20px;
}

#base-nav .base-name a {
	color: #555;
}

#main-nav .nav>.base-name>a {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	filter: dropshadow(color =               #ffffff, offx =               0, offy =
		 
		            1);
}

#base-nav .divider-vertical {
	background-color: #cacaca;
	border-right: 0;
	height: 14px;
	margin-top: 11px;
}

#base-nav .share i {
	margin-right: 4px;
}

#base-nav .share a:hover {
	color: #76a033;
	text-decoration: underline;
}

#base-nav .users .badge {
	background-color: #e1dedd;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px
		1px 0px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px
		rgba(255, 255, 255, 0.8);
	color: #565d63;
	font-size: 11px;
	padding: 1px 7px;
	text-shadow: none;
}

#base-nav .users a:hover .badge {
	background: #beda75; /* Old browsers */
	background: -moz-linear-gradient(top, #beda75 0%, #87bc41 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beda75),
		color-stop(100%, #87bc41) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #beda75 0%, #87bc41 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #beda75 0%, #87bc41 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #beda75 0%, #87bc41 100%);
	/* IE10+ */
	background: linear-gradient(top, #beda75 0%, #87bc41 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(         startColorstr='#beda75',
		endColorstr='#87bc41', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}

#base-nav .save-status {
	font-style: italic;
}

#main-nav .navbar-search .search-query {
	background: #fff;
	border-color: #cacaca;
	color: #777;
}

#main-nav .nav .active>a,#main-nav .nav .active>a:hover {
	background-color: #fff;
}

#main-nav .nav .dropdown-menu .active>a,#main-nav .nav .dropdown-menu .active>a:hover
	{
	background-color: #DDEDFA;
	color: #333;
	font-weight: bold;
}

#tabs-nav {
	border-bottom: 0;
}
.ie7 #main-nav .tabbable {clear: both;}

#tabs-nav .caret {
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	opacity: 0.5;
	vertical-align: text-top;
}

#tabs-nav a:hover .caret {
	opacity: 1;
}

/********************************************************************************/
/*ADD BY ANTOINE*/
/* Remove this part */
/* #content { */
/* 	display: inherit; */
/* 	padding: 20px 0 12px; */
/* 	width: auto; */
/* } */


#importModal .radio,#exportModal .radio {
	float: left;
	padding-top: 0;
	width: 40%;
}

footer {
	background: #333 url(../img/footer-bg.png) top repeat-x;
	border-top: 1px solid #2c282b;
	bottom: 0;
	font-size: 12px;
	position: fixed;
	text-align: center;
	width: 100%;
}

footer .nav {
	margin: 6px 0;
}

footer .nav li+li {
	margin-left: 20px;
}

footer .nav li,footer .nav li>a {
	display: inline;
}

footer .nav>li>a {
	color: #dfdac2;
}

footer .nav>li>a:hover {
	background: none;
	color: #f1efe6;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 240px;
	width: 220px;
	display: none;
}

.popover.wider {
	width: 340px;
}

.popover.large {
	width: 470px;
	max-height: 350px;
}

.popover .arrow,.popover .top-arrow {
	position: absolute;
	top: 1px;
	left: 50%;
	margin: -10px 0 0 -3px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
}

.popover .bottom-arrow {
	top: 100%;
	left: 50%;
	margin: 0 0 0 -3px;
	border-top: 5px solid white;
	border-bottom: 5px solid transparent;
}

.popover .left-arrow {
	top: 50%;
	left: -10px;
	margin: -3px 0 0;
	border-right: 5px solid white;
	border-bottom: 5px solid transparent;
}

.popover .right-arrow {
	top: 50%;
	left: 100%;
	margin: -3px 0 0;
	border-left: 5px solid white;
	border-bottom: 5px solid transparent;
}

.popover .wrap {
	background: white;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover .title {
	color: white;
	font-size: 1.3em;
	text-align: center;
	padding: 8px 0 0 0;
	height: 27px;
}

.popover .content {
	padding: 0;
	max-height: 250px;
	overflow: auto;
	line-height: 1.3em;
	font-size: 0.9em;
}

.popover .content a i {
	margin-right: 5px;
}

.popover .content dl {
	margin: 15px 0 0;
}

.popover .content dl dt {
	color: #999999;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.popover .content dl dd {
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 10px;
	padding: 0 15px 10px;
}

.popover .content .footer {
	color: #aaa;
	padding: 5px 15px 15px;
}

.popover.wider {
	width: 340px;
}

/* Blocks */
.block {
	border: 1px solid #DDDDDD;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.block+.block {
	margin-top: 20px;
}

/* .block-full-height { */
/* 	width: 298px; */
/* } */

.block .block-header {
	overflow: hidden;
	background: #E5E5E5 url(../img/block-nav-bg.png) top
		repeat;
	color: #555;
	height: 34px;
}

.block .block-header .nav-tabs {
/* 	font-size: 14px; */
}

.block .block-header .nav-tabs>li.active>a {
	font-weight: bold;
}

.block .block-header .nav-tabs>li>a {
	color: #777;
	border-width: 0;
	line-height: 18px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
/* 	filter: dropshadow(color = #ffffff, offx = 0, offy = 1); */
}

.block .block-header .block-title {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
/*	filter: dropshadow(color = #ffffff, offx = 0, offy = 1); */
}

.block table {
	margin-bottom: 0;
}

.block-items-list .block-header,.block-items-list .block-header tr,.block-items-list .block-footer,.block-items-list .block-footer tr
	{
	display: block;
}

.block-items-list .block-header tr th {
	line-height: 25px;
	width: 252px;
}

.block-items-list .block-header tr th:first-child,.block-items-list .block-footer tr td:first-child
	{
	float: left;
}

.block-items-list .block-footer tr td:last-child {
	padding-left: 0;
}

.block-items-list .block-footer tr td:first-child {
	line-height: 26px;
	text-align: center;
	width: 15px;
}

.block-items-list .block-header .buttons {
	float: right;
	line-height: 25px;
}

.block-items-list .block-header .block-title {
	float: left;
	line-height: 25px;
	width: 186px;
}

.block-items-list .block-header .btn-small {
	padding: 3px 4px;
	line-height: 13px;
}

.block-items-list .block-footer {
	background: #E5E5E5 url(../img/block-nav-bg.png) top
		repeat;
	color: #777;
}

.block-items-list .block-footer input {
	margin-bottom: 0;
}

.block-items-list .block-content {
	display: block;
    -ms-overflow-y: scroll;
	overflow-y: scroll;
	width: inherit;
}


.block-items-list .block-content tr td {
	width: 238px;
}
.ie7 .block-items-list .block-content tr td {
	height: 18px;
}

.block-items-list .block-header tr th:first-child,.block-items-list .block-content tr td:first-child
	{
	text-align: center;
	width: 15px;
}

.block-items-list .block-content tr td:first-child {
	background: #ededec url(../img/block-gray-bg.jpg) repeat;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0;
}

.block-items-list .block-content tr.active td:first-child span {
	background-color: #457439;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px
		1px 0px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px
		rgba(255, 255, 255, 0.8);
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	line-height: 14px;
	min-width: 12px;
	max-width: 22px;
	padding: 0 5px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	border-radius: 9px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px
		1px 0px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px
		rgba(255, 255, 255, 0.8);
}

.block-items-list .block-content tr.active td {
	background: #afd262; /* Old browsers */
	background: -moz-linear-gradient(top, #afd262 0%, #7cb23f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afd262),
		color-stop(100%, #7cb23f) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #afd262 0%, #7cb23f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #afd262 0%, #7cb23f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #afd262 0%, #7cb23f 100%);
	/* IE10+ */
	background: linear-gradient(top, #afd262 0%, #7cb23f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(         startColorstr='#afd262',
		endColorstr='#7cb23f', GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 0px 1px 0px #6b8e42;
/* 	filter: dropshadow(color = #ffffff, offx = 0, offy = 1); */
	border-top: 1px solid #afd262;
}

.block-items-list .block-content tr.active+tr td {
	border-top-color: #6b8c44;
}

.block-items-list .block-content tr.active+tr td:first-child {
	border-top: 1px solid #6b8c44;
}

.block-items-list .block-content .status {
	margin-left: 5px;
	vertical-align: sub;
}

/*.block-items-list .block-content .status,*/
.block-items-list .block-content .action-delete {
	display: none;
}

.block-items-list .block-content tr.active .status,.block-items-list .block-content tr:hover .status
	{
	display: inline-block;
}

.block-items-list .block-content .icon-xper-status-error {
	display: inline-block !important;
}

.block-items-list .block-content tr:hover .action-delete {
	display: block;
}

.block-items-list .block-content td.item-action,.block-items-list .block-content td.descriptor-action
	{
	width: 12px;
}

.block-items-list .block-content tr:hover td {
	cursor: pointer;
}
.ie7 .block-items-list .block-content .status {vertical-align: baseline;}
.ie7 .block-items-list .block-content .action-delete {line-height: 14px; vertical-align: baseline;}


.block-tree-view .block-header .block-title {
	float: left;
	line-height: 22px;
	padding-left: 12px;
	width: inherit;
}

.block-tree-view .block-header>* {
	padding: 6px 3px
}

.block-tree-view .block-header .buttons {
	line-height: 25px;
	padding-right: 5px;
}

.block-tree-view .block-content li {
	background-color: #e5e5e5;
	color: #333;
	border-top: 1px solid #DDDDDD;
	margin-left: 0;
	width: 450px;
}

.block-tree-view .block-content li.active {
	background: #afd262; /* Old browsers */
	background: -moz-linear-gradient(top, #afd262 0%, #7cb23f 18px);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afd262),
		color-stop(18%, #7cb23f) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #afd262 0%, #7cb23f 18px);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #afd262 0%, #7cb23f 18px);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #afd262 0%, #7cb23f 18px);
	/* IE10+ */
	background: linear-gradient(top, #afd262 0%, #7cb23f 18px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(         startColorstr='#afd262',
		endColorstr='#7cb23f', GradientType=0 ); /* IE6-9 */
	filter: dropshadow(color =               #6b8e42, offx =               0, offy =
		 
		            1);
	border-top: 1px solid #afd262;
	width: 450px;
	height: 100%;
}

.block-tree-view .block-content li.active a {
	color: #fff;
	text-shadow: 0px 1px 0px #6b8e42;
}

.block-tree-view .block-content li.active li a {
	color: #333;
	text-shadow: none;
}

.block-tree-view .block-content>ul>li {
	padding-left: 0;
}

.block-tree-view .block-content li li {
	background-color: #ebebe8;
}

.block-tree-view .block-content li li li {
	background-color: #f6f6f6;
}

.block-tree-view .block-content li li li li {
	background-color: #fff;
}

.block-tree-view .block-content li li li li li a {
	color: #555;
}

.block-tree-view .block-content li li li li li li a {
	color: #888;
}

.block-tree-view .block-content li.hover {
	background-color: #ddedfa;
}

.block-tree-view .block-content li.hover>.action-add-child {
	display: inline;
	cursor: pointer;
}

.block-tree-view .block-content li.hover>.action-delete {
	display: block;
	cursor: pointer;
}

/* #categoricalDescriptorStatesContainer */
.action-edit {
	opacity: 0.3;
	float: right;
	margin-right: 5px;
}

/* #categoricalDescriptorStatesContainer */
.action-edit:HOVER {
	cursor: pointer;
	opacity: 0.6;
}

.block-tree-view .block-content .hover>.action-edit {
	display: block;
	cursor: pointer;
}

.block-tree-view .block-content li.hover>.action-delete-for-tree {
	display: inline;
	cursor: pointer;
}

.block-tree-view .block-content li.hover>.status {
	display: inline-block;
}

.ie7 .block-tree-view .block-content li.hover .status {vertical-align: baseline;}

.block-tree-view .block-content li .action-add-child {
	display: none;
	/*float: left;*/
	border-right: 1px solid #cacaca;
	padding-left: 4px;
}

.block-tree-view .block-content li .action-add-child i {
	opacity: 0.3;
}

.block-tree-view .block-content li .action-add-child:hover i {
	opacity: 0.6;
}

.block-tree-view .block-content li .action-delete {
	padding-right: 6px;
}

.block-tree-view .block-content li .action-delete-for-tree {
	float: none;
	display: none;
}

.block-tree-view .block-content .jstree-ocl,.block-tree-view .block-content li a,.block-tree-view .block-content li span
	{
	height: 18px;
	line-height: 18px;
	padding: 4px;
}

.block-tree-view .block-content .jstree-ocl {
	background-image: url(../img/tree-icons.png);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	text-align: center;
	width: 16px;
}

.block-tree-view .block-content li li .jstree-ocl {
	margin-left: 20px;
}

.block-tree-view .block-content li li li .jstree-ocl {
	margin-left: 30px;
}

.block-tree-view .block-content li li li li .jstree-ocl {
	margin-left: 40px;
}

.block-tree-view .block-content li.jstree-leaf .jstree-ocl {
	background-image: none;
	cursor: default;
}

.block-tree-view .block-content .jstree-closed>.jstree-ocl {
	background-position: 10px 3px;
}

.block-tree-view .block-content .jstree-open>.jstree-ocl {
	background-position: 10px -39px;
}

.block-tree-view .block-footer {
	padding: 5px 0 4px 36px;
}

.block {
	background-color: #fff;
}

.block-tabs .block-content {
	display: block;
	padding: 24px;
	width: auto;
}

.block-gallery {
	background-image: url(../img/block-gray-bg.jpg);
	background-repeat: repeat;
	margin-top: 15px;
}

.block-gallery .block-header .close {
	padding: 12px;
}

.block-gallery .carousel {
	margin-bottom: 0;
}

.block-gallery .block-content ol {
	font-size: 12px;
	list-style: none outside none;
	margin: 0;
	min-height: 155px;
	padding: 15px;
}

.block-gallery .carousel-inner:before,.block-gallery .carousel-inner:after
	{
	content: "";
	display: table;
}

.block-gallery .carousel-inner:after {
	clear: both;
}

.block-gallery .block-content ol>li {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	padding: 5px 5px 25px;
	width: 136px;
}

.block-gallery .block-content ol>li+li {
	margin-left: 1px;
}

.block-gallery .block-content .picture {
	background: #fff;
	-webkit-border-radius: 5px;
	border: 4px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	height: 82px;
	overflow: hidden;
	margin-bottom: 8px;
	text-align: center;
	width: 130px;
}

.block-gallery .block-content .picture-name {
	color: #777;
	font-size:smaller;
	text-align:center;
}

.block-gallery .block-content .picture-options {
	border-top: 1px solid #e5e5e5;
	display: none;
	margin-top: 6px;
	padding-top: 4px;
}

.block-gallery .block-content .picture-options .edit {
	color: #76a033;
}

.block-gallery .block-content .picture-options i {
	margin-right: 4px;
}

.block-gallery .block-content ol>li:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	padding-bottom: 5px;
}

.block-gallery .block-content ol>li:hover .picture {
	background: url(../img/gallery-image-bg.png) repeat;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 90px;
	padding: 0;
	width: 136px;
}

.block-gallery .block-content ol>li .picture img {
	max-height: 200px;
	max-width: 200px;
	-webkit-transition-property: max-height, max-width;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: max-height, max-width;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	transition-property: max-height, max-width;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.block-gallery .block-content ol>li:hover .picture img {
	max-height: 100px;
	max-width: 136px;
}

.block-gallery .block-content ol>li:hover .picture-options {
	display: block;
}

.block-gallery .block-footer {
	clear: both;
	padding: 0 12px 12px;
	overflow: auto;
}

.block-gallery .block-footer .pagination {
	color: #777;
	font-size: 11px;
	margin-left: 5px;
}

/* BLOCK RESULT */

 .carousel-inner:before,
.block-gallery .carousel-inner:after {
    content: "";
    display: table;
}
.block-gallery .carousel-inner:after {clear: both;}
.block-gallery .block-content ol > li {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    padding: 5px 5px 25px;
    width: 136px;
}
.block-gallery .block-content ol > li + li {margin-left: 1px;}
.block-gallery .block-content .picture {
    background: #fff;
    -webkit-border-radius: 5px;
    border: 4px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    height: 82px;
    overflow: hidden;
    margin-bottom: 8px;
    text-align: center;
    width: 130px;
}
.block-gallery .block-content .picture-name {color: #777;}
.block-gallery .block-content .picture-options {
    border-top: 1px solid #e5e5e5;
    display: none;
    margin-top: 6px;
    padding-top: 4px;
}
.block-gallery .block-content .picture-options .edit {color: #76a033;}
.block-gallery .block-content .picture-options i {margin-right: 4px;}
.block-gallery .block-content ol > li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
}
.block-gallery .block-content ol > li:hover .picture {
    background: url(../img/gallery-image-bg.png) repeat;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 90px;
    padding: 0;
    width: 136px;
}
.block-gallery .block-content ol > li .picture img {
    max-height: 200px;
    max-width: 200px;
    -webkit-transition-property: max-height,max-width;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: max-height,max-width;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    transition-property: max-height,max-width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.block-gallery .block-content ol > li:hover .picture img {
    max-height: 100px;
    max-width: 136px;
}
.block-gallery .block-content ol > li:hover .picture-options {display: block;}
.block-gallery .block-footer {
    clear: both;
    padding: 0 12px 12px;
    overflow: auto;
}
.block-gallery .block-footer .pagination {
    color: #777;
    font-size: 11px;
    margin-left: 5px;
}


.block-results .block-header {
    border-bottom: 1px solid #dbdbdb;
}
.block-results .block-header .close {margin: 12px;}
.block-results .block-title {
    color: #777;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 25px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}
.block-results .block-title em {color: #555;}

.block-results .filters {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #fff;
    font-size: 11px;
    margin: 0;
    padding: 5px 25px;
}
.block-results .filters li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.block-results .filters li + li {margin-left: 15px;}

.block-results .block-content a {color: #7ca746;}
.block-results .block-content a.anchor {position: relative; top: -140px;} /* offset because of the fixed header */

.block-results .results {
    color: #555;
    padding: 20px 25px 15px;
}

.block-results .results + .results {border-top: 1px solid #dbdbdb;}
.block-results .results:nth-child(2n+1) {background-color: #f8f8f8;}

.block-results .results-category {
    color: #777;
    font-size: 14px;
    font-weight: bold;
}
.block-results .results > ul {margin: 10px 0 0;}
.block-results .results > ul > li {list-style-type: none; padding: 10px 0;}
.block-results .results-pictures > ul > li {overflow: auto;}
.block-results .results > ul li + li {border-top: 1px solid #dbdbdb;}
.block-results .results > ul p {margin: 4px 0 0;}
.block-results .results .result-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.block-results .results .result-picture {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    float: left;
    margin-right: 10px;
}

#block-id-descriptors {
    background: url("../img/block-nav-bg.png") repeat scroll center top #E5E5E5;
}
/* #block-id-descriptors .block-header {overflow: hidden;} */
#block-id-descriptors .block-header .nav-tabs {float: left;}
#block-id-descriptors .block-header .nav-tabs .tab-history .number {display: none;}

#block-id-descriptors .block-header .buttons select {
    background-color: #f5f5f5;
    color: #777;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
#block-id-descriptors .block-content {padding: 0;}
#block-id-descriptors .block-content .msg {
    color: #999;
    font-style: italic;
    display: none;
    line-height: 18px;
    padding: 40px 20px;
    text-align: center;
}
#block-id-descriptors .block-content .msg a {color: #76a033; padding: 10px; text-decoration: underline;}
#block-id-descriptors .block-content .msg a:hover {text-decoration: none;}
#content.no-descriptor-left #block-id-descriptors .block-content #msg-no-descriptor-left {display: block;}
#block-id-descriptors .descriptors {
    width: 100%;
}
#block-id-descriptors .picture {
    padding: 10px;
    text-align: right;
    vertical-align: top;
    width: 150px;
}
#block-id-descriptors .picture img {
    background: #fff;
    -webkit-border-radius: 5px;
    border: 4px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
/*ADD BY ANTOINE*/
#block-id-descriptors img.picture{
	padding : 0px;
}

#block-id-descriptors .descriptor {
	background-color: #FFFFFF;
    color: #777;
    cursor: pointer;
    border-bottom: 5px solid #E5E5E5;
}

#block-id-descriptors .button {
    text-align: center;
    vertical-align: middle;
    width: 80px;
    padding : 0px;
}


/***************************************************************************************************************/
/*Add By Antoine*/


.goodPDescriptor{
    background: rgb(160,202,84); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(160,202,84,1) 0%, rgba(255,255,255,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(160,202,84,1)), color-stop(27%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(160,202,84,1) 0%,rgba(255,255,255,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(160,202,84,1) 0%,rgba(255,255,255,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(160,202,84,1) 0%,rgba(255,255,255,1) 27%); /* IE10+ */
	background: linear-gradient(to right,  rgba(160,202,84,1) 0%,rgba(255,255,255,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0ca54', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */	
}

.charteGraphic .goodPDescriptor{
	background: rgb(160,202,84);
}

.goodMDescriptor{
	background: rgb(174,209,110); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(174,209,110,1) 0%, rgba(255,255,255,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(174,209,110,1)), color-stop(27%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(174,209,110,1) 0%,rgba(255,255,255,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(174,209,110,1) 0%,rgba(255,255,255,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(174,209,110,1) 0%,rgba(255,255,255,1) 27%); /* IE10+ */
	background: linear-gradient(to right,  rgba(174,209,110,1) 0%,rgba(255,255,255,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed16e', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
		
}

.charteGraphic .goodMDescriptor{
	background: rgb(174,209,110);
}

.mediumPPDescriptor{
	background: rgb(186,214,134); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(186,214,134,1) 0%, rgba(255,255,255,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(186,214,134,1)), color-stop(27%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(186,214,134,1) 0%,rgba(255,255,255,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(186,214,134,1) 0%,rgba(255,255,255,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(186,214,134,1) 0%,rgba(255,255,255,1) 27%); /* IE10+ */
	background: linear-gradient(to right,  rgba(186,214,134,1) 0%,rgba(255,255,255,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad686', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.charteGraphic .mediumPPDescriptor{
	background: rgb(186,214,134);
}

.mediumPMDescriptor{
	background: rgb(195,219,151); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(195,219,151,1) 0%, rgba(255,255,255,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(195,219,151,1)), color-stop(27%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(195,219,151,1) 0%,rgba(255,255,255,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(195,219,151,1) 0%,rgba(255,255,255,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(195,219,151,1) 0%,rgba(255,255,255,1) 27%); /* IE10+ */
	background: linear-gradient(to right,  rgba(195,219,151,1) 0%,rgba(255,255,255,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3db97', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.charteGraphic .mediumPMDescriptor{
	background: rgb(195,219,151);
}

.mediumMPDescriptor{
    background: rgb(204,224,168); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(204,224,168,1) 0%, rgba(255,255,255,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,224,168,1)), color-stop(27%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(204,224,168,1) 0%,rgba(255,255,255,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(204,224,168,1) 0%,rgba(255,255,255,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(204,224,168,1) 0%,rgba(255,255,255,1) 27%); /* IE10+ */
	background: linear-gradient(to right,  rgba(204,224,168,1) 0%,rgba(255,255,255,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce0a8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.charteGraphic .mediumMPDescriptor{
	background: rgb(204,224,168);
}

.mediumMMDescriptor{
	background: rgb(215,229,188); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(215,229,188,1) 0%, rgba(255,255,255,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(215,229,188,1)), color-stop(27%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(215,229,188,1) 0%,rgba(255,255,255,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(215,229,188,1) 0%,rgba(255,255,255,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(215,229,188,1) 0%,rgba(255,255,255,1) 27%); /* IE10+ */
	background: linear-gradient(to right,  rgba(215,229,188,1) 0%,rgba(255,255,255,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e5bc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.charteGraphic .mediumMMDescriptor{
	background: rgb(215,229,188);
}

.badPDescriptor{
	background: rgb(234,242,218); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(234,242,218,1) 0%, rgba(255,255,255,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,242,218,1)), color-stop(27%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(234,242,218,1) 0%,rgba(255,255,255,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(234,242,218,1) 0%,rgba(255,255,255,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(234,242,218,1) 0%,rgba(255,255,255,1) 27%); /* IE10+ */
	background: linear-gradient(to right,  rgba(234,242,218,1) 0%,rgba(255,255,255,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf2da', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.charteGraphic .badPDescriptor{
	background: rgb(234,242,218);
}

.badMDescriptor{
	background: rgb(251,252,249); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(251,252,249,1) 0%, rgba(255,255,255,1) 27%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(251,252,249,1)), color-stop(27%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(251,252,249,1) 0%,rgba(255,255,255,1) 27%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(251,252,249,1) 0%,rgba(255,255,255,1) 27%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(251,252,249,1) 0%,rgba(255,255,255,1) 27%); /* IE10+ */
	background: linear-gradient(to right,  rgba(251,252,249,1) 0%,rgba(255,255,255,1) 27%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcf9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.charteGraphic .badMDescriptor{
	background: rgb(251,252,249);
}


.invalidDescriptor{
	background: -moz-linear-gradient(left,  rgba(178,178,178,0.9) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(178,178,178,0.9)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(178,178,178,0.9) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(178,178,178,0.9) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(178,178,178,0.9) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(178,178,178,0.9) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b2b2b2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/***************************************************************************************************************/


#block-id-descriptors .descriptor.invalidDescriptor .descriptor-title{
	color: white;
    font-size: 16px;
    text-shadow: 2px 2px gray;
}

#block-id-descriptors .descriptor .descriptor-text {
    padding-left: 20px;
    vertical-align: middle;
    background: white;
}
#block-id-descriptors .descriptor-open{
	border-bottom : none;
}
#block-id-descriptors .descriptor:hover {background-color: #f8f8f8;}
#block-id-descriptors .descriptor-open:hover {background-color: #fff;}
#block-id-descriptors .descriptor .button {background: url(../img/bg-descriptor-arrow-open.png) center center no-repeat;background-color: white;}

#block-id-descriptors .descriptor .descriptor-text > p,
#block-id-descriptors .state .state-text > p {margin: 0;}
#block-id-descriptors .state{
	cursor: pointer;
}

#block-id-descriptors .descriptor-open .button {background-image: url(../img/bg-descriptor-arrow-close.png);}
#block-id-descriptors .descriptor-submittable .button {background-image: none;}
#block-id-descriptors .descriptor .descriptor-title,
#block-id-descriptors .state .state-title,
#block-id-descriptors #id-history .state.numerical strong {
    color: #555;
    display: inline-block;
    font-size: 14px;
}

#block-id-descriptors .state.hidden + .descriptor {border-top: 1px solid #e4e7e9;}
#block-id-descriptors .descriptors > li.descriptor-open + li {border-top: 0;}


#block-id-descriptors .descriptors > li + li {border-top: 1px solid #e4e7e9;}
#block-id-descriptors .descriptors > li.descriptor-open + li {border-top: 0;}
/* #block-id-descriptors .descriptor .picture { */
/* 	width: 125px; */
/* 	height: 90px; */
/* } */



#block-id-descriptors .descriptor .descriptor-operators {
    border-top: 1px solid #d8d8d8;
    color: #999;
    float: left;
    font-size: 11px;
    font-style: italic;
    margin-top: 10px;
    padding-top: 4px;
}
#block-id-descriptors .descriptor .descriptor-operators a {
    color: #999;
    outline: none;
}
#block-id-descriptors .descriptor .descriptor-operators a.active {
    color: #86ab46;
    font-weight: bold;
}


#block-id-descriptors .descriptor .descriptor-operators,
#block-id-descriptors .descriptor .btn-success,
#block-id-descriptors .state {display: none;}

#block-id-descriptors .descriptor-submittable .btn-success {display: inline-block;}

#block-id-descriptors .state.visible,
#block-id-descriptors #id-history .state {display: table-row;}
#block-id-descriptors .state {
    background-color: #f3f7f8;
    color: #777;
    height: 65px;
}
#block-id-descriptors #id-descriptors .state {cursor: pointer;}
#block-id-descriptors .state:hover {background-color: #ddedfa;}
#block-id-descriptors .state.numerical {background-color: #f3f7f8; cursor: default;}

#block-id-descriptors .state-text {
    padding-left: 20px;
    vertical-align: middle;
}


#block-id-descriptors .state .button {background: url(../img/bg-state-checkbox.png) center center no-repeat;}
#block-id-descriptors .state + .state {border-top: 1px solid #dadfe2;}
#block-id-descriptors .state:hover .button {background-image: url(../img/bg-state-check.png);}
#block-id-descriptors .state.numerical .button {background: none center center no-repeat;}
#block-id-descriptors #id-history .state,
#block-id-descriptors .state.active {background-color: #e7f6be;}
#block-id-descriptors #id-history .state .button,
#block-id-descriptors .state.active .button {background-image: url(../img/bg-state-checked.png);}

#block-id-descriptors .descriptor + .state {
    background-image: url(../img/bg-state-first.png);
    background-position: top left;
	background-position: top;
    background-repeat: repeat-x;
/*    background-repeat: no-repeat; */
}

#block-id-descriptors #id-descriptors .descriptor + .state .picture {padding-top: 22px;}
#block-id-descriptors #id-descriptors .descriptor + .state td {padding-top: 12px;}



#block-id-descriptors .state.visible + .descriptor {
    -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.2);
}

/* #block-id-descriptors .state.numeric .state-text {padding-top: 22px;} */
#block-id-descriptors .state.numerical .state-text input {
    margin-bottom: 0;
    vertical-align: baseline;
}
#block-id-descriptors #id-history .descriptor {
    background: #fff;
}
#block-id-descriptors #id-history .descriptor .picture {width: 0;}
#block-id-descriptors #id-history .descriptor-text {padding: 15px;}
#block-id-descriptors #id-history .descriptor .button {background: none;}
#block-id-descriptors #id-history .state {
    background-image: none;
    padding-top: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#block-id-descriptors #id-history .close {float: none;padding: 5px;}
#block-id-descriptors #id-history .close span {
    font-size: 12px;
    font-weight: normal;
    vertical-align: bottom;
}


#block-id-items-list {background: url("../img/block-nav-bg.png") repeat scroll center top #E5E5E5;}
#block-id-items-list .block-header .block-title,
#block-id-items-list .block-header .block-total {
    display: block;
    font-size: 14px;
    line-height: 28px;
    padding: 8px 12px;
}
#block-id-items-list .block-header .block-total {color: #777;}
#block-id-items-list .block-header .buttons {
    float: right;
    padding: 7px 12px;
}

#block-id-items-list .block-content {overflow: auto;width:100%;}
#block-id-items-list .block-content li {border-bottom: 1px solid #e4e7e9;}
#block-id-items-list .block-content li,
#block-id-items-list .block-content li.eliminated:hover {background-color: #fff;}
#block-id-items-list .block-content li:nth-child(2n),
#block-id-items-list .block-content li.eliminated:nth-child(2n) {background-color: #f8f8f9;}
#block-id-items-list .block-content li:hover {background-color: #DDEDFA;}
#block-id-items-list .block-content li a {
    color: #777;
    display: block;
    padding: 6px 16px;
    text-decoration: none;
}
#block-id-items-list .block-content li a:hover {color: #555;}
#block-id-items-list .block-content li.remaining {background-color: #eff6c1; border-color: #d6dfb0;}
#block-id-items-list .block-content li.remaining:hover {background-color: #f2f8cd;}
#block-id-items-list .block-content li.remaining:nth-child(2n) {background-color: #e8efbc;}
#block-id-items-list .block-content li.remaining:nth-child(2n):hover {background-color: #edf2c9;}
#block-id-items-list .block-content li.eliminated a {
    color: #bbb;
    text-decoration: line-through;
}
#block-id-items-list .block-content li.eliminated:hover a {
    color: #999;
    text-decoration: none;
}

#id-item-card {
    margin: -330px 0 0 -265px;
    overflow: visible;
    width: 530px;
}
#id-item-card:focus {outline: none !important;}
#id-item-card .modal-header {padding: 12px 18px 12px 40px;}
#id-item-card-label {display: inline-block; margin-right: 5px;}
#id-item-card .modal-header .id-item-card-status {color: #aaa;}
#id-item-card .modal-body {
    max-height: 560px;
    padding: 20px 40px;
}
#id-item-card .modal-body dl {margin-bottom: 40px;}
#id-item-card .modal-body dd {margin-left: 0;}
#id-item-card .modal-body dd.not-described {color: #999; font-style: italic;}
#id-item-card .modal-body dd + dt {margin-top: 16px;}
#id-item-card .modal-body dd ul {list-style-position: inside; margin: 0;}

#id-item-card-carousel {
    border-bottom: 1px solid #e5e5e5;
    overflow: auto;
}
#id-item-card-carousel .carousel-inner {
    border: 1px solid #C7C7C7;
}
#id-item-card-carousel .carousel-controls {float: left;}
#id-item-card-carousel .carousel-control {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #aaa;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 10px 0 0;
    opacity: 1;
    position: static;
}
#id-item-card-carousel .carousel-control:hover,
#id-item-card-carousel .carousel-control:focus {
    color: #86a64d;
    outline: none;
}
#id-item-card-carousel .carousel-indicators {
    float: right;
    margin: 14px 0;
    position: static;
}
#id-item-card-carousel .carousel-indicators li {
    background-color: #ddd;
    cursor: pointer;
    height: 8px;
    width: 8px;
}
#id-item-card-carousel .carousel-indicators .active {background-color: #aaa;}

#id-item-card .modal-controls {
    height: 0;
    left: -130px;
    position: absolute;
    top: 50%;
    width: 780px;
}
#id-item-card .modal-control {
	cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    color: #999;
    display: block;
    font-size: 60px;
    height: 58px;
    line-height: 48px;
    margin-top: -29px;
    text-align: center;
    text-decoration: none;
    width: 58px;
}
#id-item-card .modal-control:hover {color: #666;}
#id-item-card .modal-control.left {
    float: left;
}
#id-item-card .modal-control.right {
    float: right;
    padding-left: 4px;
    width: 54px;
}



.round-buttons .btn {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	min-width: 18px;
	padding: 4px;
}

/* Surcharges de Bootstrap */
.dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover
	{
	color: #333333;
	background-color: #ddedfa;
}

.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th
	{
	background-color: #f8f8f9;
}

.table tbody tr:hover td,.table tbody tr:hover th {
	background-color: #ddedfa;
}

#categoricalDescriptorStatesContainer .table tbody tr:hover td {
	background-color: #fff;
}

input:focus,textarea:focus {
	border-color: rgb(151, 185, 70);
	-webkit-box-shadow: 0 0 8px rgba(174, 210, 110, 0.6);
	-moz-box-shadow: 0 0 8px rgba(174, 210, 110, 0.6);
	box-shadow: 0 0 8px rgba(174, 210, 110, 0.6);
}

.tooltip {
	font-size: 12px;
}

.tooltip.top .tooltip-arrow {
	border-top: 5px solid #42403c;
}

.tooltip.left .tooltip-arrow {
	border-left: 5px solid #42403c;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom: 5px solid #42403c;
}

.tooltip.right .tooltip-arrow {
	border-right: 5px solid #42403c;
}

.tooltip-inner {
	background-color: #42403c;
}

.btn-primary{
	background-color:#beda75;
	background-image:-moz-linear-gradient(top, #beda75, #87bc41);
	background-image:-ms-linear-gradient(top, #beda75, #87bc41);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#beda75), to(#87bc41));
	background-image:-webkit-linear-gradient(top, #beda75, #87bc41);
	background-image:-o-linear-gradient(top, #beda75, #87bc41);
	background-image:linear-gradient(top, #beda75, #87bc41);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beda75', endColorstr='#87bc41', GradientType=0);
	border-color:#87bc41 #87bc41 #003580;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color:#87bc41;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{
	background-color:#87bc41;*background-color:#87bc41;
}
	
.dropdown-toggle{*margin-bottom:0px;}

.dropdown-toggle {
	*margin-bottom: 0px;
}

.typeahead {
	margin-top: -85px;
	margin-left: 205px;
}

/* Grey Bootstrap icons */
.icon-grey {
	background-image: url("/xper3/resources/img/glyphicons-halflings-grey.png");
}

/* Icones Xper */
[class^="icon-xper-"],[class*=" icon-xper-"] {
	background-image: url("/xper3/resources/img/xpericons-halflings-mod.png");
}

.icon-white[class^="icon-xper-"],.icon-white[class*=" icon-xper-"] {
	background-image: url("/xper3/resources/img/xpericons-halflings-white-mod.png");
}

.icon-grey[class^="icon-xper-"],.icon-white[class*=" icon-xper-"] {
	background-image: url("/xper3/resources/img/xpericons-halflings-grey-mod.png");
}

[class^="icon-xper-status-"],[class*=" icon-xper-status-"] {
	background-image: url("/xper3/resources/img/xpericons-statuses.png");
	height: 14px;
	width: 13px;
}

/* Set standard */
.icon-xper-users {
	background-position: 0 0;
}

.icon-xper-id-key {
	background-position: -24px 0;
}

.icon-xper-interactive-id {
	background-position: -48px 0;
	width: 23px;
}

.icon-xper-hierarchy {
	background-position: 0 -24px;
}

.icon-xper-dependence-hierarchy {
	background-position: -24px -24px;
}

.icon-xper-knowledge-base {
	background-position: -48px -24px;
}

.icon-xper-knowledge-bases {
	background-position: -72px -24px;
	width: 15px;
}

.icon-xper-descriptor-simple {
	background-position: -72px 0;
	width: 15px;
}

.icon-xper-descriptor-numerical {
	background-position: -96px 0;
	width: 15px;
}

.icon-xper-descriptor-categorical {
	background-position: -120px 0;
	width: 15px;
}

.icon-xper-descriptor-calculated {
	background-position: -144px 0;
	width: 15px;
}

.icon-xper-resources {
	background-position: -96px -24px;
	width: 16px;
}

.icon-xper-list {
	background-position: -120px -24px;
}

.icon-xper-share {
	background-position: -168px -24px;
}

.icon-xper-reorder {
	background-position: -144px -23px;
	width: 15px;
}

/* description completion quartile icons added by thomas */

.icon-xper-descriptionCompletion-quartile2 {
	background-position: 0 -48px;
	width: 15px;
}

.icon-xper-descriptionCompletion-quartile3 {
	background-position: -24px -48px;
	width: 15px;
}

.icon-xper-descriptionCompletion-quartile4 {
	background-position: -48px -48px;
	width: 15px;
}

.icon-xper-descriptionCompletion-quartile1 {
	background-position: -72px -48px;
	width: 15px;
}

.icon-xper-descriptionCompletion-quartile0 {
	background-position: -96px -48px;
	width: 15px;
}


/* Status */
.icon-xper-status-incomplete {
	background-position: 0 0;
}

tr.active .icon-xper-status-incomplete {
	background-position: 0 -50px;
}

.icon-xper-status-complete {
	background-position: -50px 0;
}

tr.active .icon-xper-status-complete {
	background-position: -50px -50px;
}

.icon-xper-status-error {
	background-position: -100px 0;
}

tr.active .icon-xper-status-error {
	background-position: -100px -50px;
}

/* Ic�nes additionnelles nav */
#xper-nav [class^="icon-xper-"],#xper-nav [class*=" icon-xper-"],#base-nav [class^="icon-xper-"],#base-nav [class*=" icon-xper-"]
	{
	background-image: url("/xper3/resources/img/base-nav-icons-sprite.png");
}

#tabs-nav [class^="icon-xper-"],#tabs-nav [class*=" icon-xper-"] {
	background-image: url("/xper3/resources/img/tabs-nav-icons-sprite.png");
	height: 20px;
	vertical-align: bottom;
	width: 20px;
}

#xper-nav .icon-xper-user {
	background-position: -50px 0;
	height: 10px;
	margin-right: 2px;
	vertical-align: baseline;
	width: 10px;
}

#xper-nav a:hover .icon-xper-user {
	background-position: -50px -50px;
}

#base-nav .icon-xper-folder-open {
	background-position: 0 0;
	height: 15px;
	width: 19px;
}

#base-nav .open .icon-xper-folder-open {
	background-position: 0 -50px;
	width: 19px;
}

#base-nav .icon-xper-share {
	background-position: -100px 1px;
	height: 13px;
	width: 13px;
}

#base-nav .icon-xper-users {
	background-position: -150px 1px;
	height: 13px;
	width: 17px;
}

#base-nav .icon-xper-ok {
	background-position: -200px 1px;
	height: 13px;
	width: 14px;
}

#tabs-nav .icon-xper-items {
	background-position: 0 0;
}

#tabs-nav .active .icon-xper-items {
	background-position: 0 -30px;
}

#tabs-nav .icon-xper-desc-system {
	background-position: -30px 0;
}

#tabs-nav .active .icon-xper-desc-system {
	background-position: -30px -30px;
}

#tabs-nav .icon-xper-description {
	background-position: -60px 0;
}

#tabs-nav .active .icon-xper-description {
	background-position: -60px -30px;
}

#tabs-nav .icon-xper-identification {
	background-position: -90px 0;
}

#tabs-nav .active .icon-xper-identification {
	background-position: -90px -30px;
}

#tabs-nav .icon-xper-tools {
	background-position: -120px 0;
}

#tabs-nav .active .icon-xper-tools {
	background-position: -120px -30px;
}

/* Gestion de l'orientation sur iPad */

#orientation-message {
	display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*Modified By Antoine*/
/*     #main-content {display: none;} */
    #orientation-message {
        background: rgba(0,0,0,0.3) url(../img/icon-orientation.png) center 50px no-repeat;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-weight: bold;
        height: 35px;
        margin: -90px 0 0 -90px;
        padding: 145px 0 0;
        position: absolute;
        left: 50%;
        text-align: center;
        top: 50%;
        width: 180px;}
}

/* Added by Florian	and Thomas */

/* general */
.momentaryAlert {
	display: none;
}

i.displayOnHover {
	display: none;
}

i.icon-remove:HOVER {
	opacity: 0.5;
	cursor: pointer;
}

.center{
	text-align: center;
}

.margin20{
	margin: 20px;
}

.paddingLeft30{
	padding-left: 30px;
}

/* Items */
label.error {
	color: red;
}

.overlay {
	background-color: #000;
	filter: alpha(opacity =               50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 10000;
}

span.item.label:HOVER {
	color: white;
}

span.item:HOVER {
	color: gray;
	cursor: pointer;
}

/* Descriptors */
span.descriptor.label:HOVER {
	color: white;
}

span.descriptor:HOVER {
	color: gray;
	cursor: pointer;
}

/* Descriptor States list*/
span.descriptorState.label:HOVER {
	color: white;
}

span.descriptorState:HOVER {
	color: gray;
	cursor: pointer;
}

/* Description */
#categoricalDescriptionElement {
	display: none;
}

#quantitativeDescriptionElement {
	display: none;
}

#calculatedDescriptionElement {
	display: none;
}

.wait{
	display: none;
	text-align: center;
}

.topSeparator {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
}

/* state */
.state-action {
	width: 40px;
}

/* SDD import & export */
#import{
	margin-top: 20px;
}

.processProgression {
	display: none;
}

iframe {
	border: 0px;
	height: 80px;
}

/* Trees and List */
#descriptors_tree {
	display: none;
}

#items_tree {
	display: none;
}

.itemCreationField {
	width: 200px;
}

.descriptorCreationField {
	width: 200px;
}

.descriptorTypeCreationField {
	width: 210px;
}

.addAndSearchIcon {
	width: 40px;
	display: block;
}

.block-tree-view .buttons.right {
	float: right;
	margin-right: 10px;
	margin-top: -3px;
}

.narrow{
	width: 110px;
}
.verynarrow{
	width: 60px;
}


/* modal windows */
.modal-wide {
	width: 1024px;
	/* 	position: fixed;
	top: 50%;
	left: 50%; */
	margin: -250px 0 0 -512px
}

/* Resources */
.thumbnail {
	width: 120px;
}

.smalltext{
	font-size: 9px;
}
/***************************************************************************************************************/
/*add by antoine */
#id-descriptors-block{
	margin-top : 10px;
}

.charteGraphic{
	width: 80%;
 	height: 1.5em;
    margin:1%;
    display: inline-block;
}

#addSpecificDescriptorButton{
	cursor : pointer;
	display: inline-block;
	margin: 1%;
	float: right;
	vertical-align: top;
}

#addSpecificDescriptorButton i:hover{
	background-image: url("../img/glyphicons-halflings-white.png");
}

#selectSpecificItemButton{
	cursor : pointer;
	display: inline-block;
	margin: 9px;
	float: right;
	vertical-align: top;
}

#selectSpecificItemButton i:hover{
	background-image: url("../img/glyphicons-halflings-white.png");
}

.charteGraphic-div{
	display: inline-block;
    height: 100%;
    width: 10.5%;
}

#helpCharte{
	position : absolute;
	background: none repeat scroll 0 0 white;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    display: none;
    font-size: 15px;
    left: 784px;
    padding: 5px;
    text-align: justify;
    top: 762px;
    width: 150px;
}

span.description-text-innaplicable{
    color: olivedrab;
    padding-left: 10px;
}

span.description-text-notdescribed{
    color: red;
    padding-left: 10px;
}
span.description-text-unknown{
    color: black;
    padding-left: 10px;
}

#main-content{
	margin-top: 40px;
	margin-bottom: 40px;
}

.detail_item_carousel{
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
}

#id-descriptors-list li{
	overflow: hidden;
}

div.hiddenDescription{
	display: none;
}

/* 14px same as h4 bootstrap */
.legendState{
	height: 14px;
    padding: 5px;
    text-align: center;
}
.legendState:hover{
	height: auto;
}

.legendState .under-legend-State{
	display : none;
	padding: 5px;
}

.legendStateTop{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
/*     left: 0; */
    display : block;
    position: absolute;
    padding : 11px;
    right: 0;
    text-align: right;
    top: 0;
}

.selectedState{
/* 	border : solid green; */
	-webkit-box-shadow: 0px 0px 30px rgba(111, 183, 50, 0.75);
	-moz-box-shadow:    0px 0px 30px rgba(111, 183, 50, 0.75);
	box-shadow:         0px 0px 30px rgba(111, 183, 50, 0.75);
}

.legendStateTop i{
	display : none;
}
	
.selectedState .legendStateTop{
	padding : 5px;
}

.selectedState .legendStateTop i{
	display: block;
}

.legendState:hover .under-legend-State{
	display : block;
}

/* #submitRow{ */
/*     position: absolute; */
/*     top: 45%; */
/*     display: none; */
/* } */

.descriptionState{
	height: 100%;
}


#divMinStat{
	overflow-y: auto;
/* 	height: 420px; */
}

.stateDescription{
	min-width : 30px;
	min-height : 30px;
}

.remainingItemBar{
  	overflow: hidden;
/*     position: relative; */
    height : 10px;
/*     top: 16px; */
    width: 235px;
	background: -moz-linear-gradient(left, rgba(224,14,0,1) 1%, rgba(226,94,0,1) 10%, rgba(229,137,0,1) 20%, rgba(226,162,0,1) 30%, rgba(221,184,0,1) 40%, rgba(210,214,0,1) 50%, rgba(177,216,0,1) 60%, rgba(148,216,0,1) 70%, rgba(115,216,0,1) 80%, rgba(72,216,0,1) 90%, rgba(72,216,0,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(224,14,0,1)), color-stop(10%,rgba(226,94,0,1)), color-stop(20%,rgba(229,137,0,1)), color-stop(30%,rgba(226,162,0,1)), color-stop(40%,rgba(221,184,0,1)), color-stop(50%,rgba(210,214,0,1)), color-stop(60%,rgba(177,216,0,1)), color-stop(70%,rgba(148,216,0,1)), color-stop(80%,rgba(115,216,0,1)), color-stop(90%,rgba(72,216,0,1)), color-stop(99%,rgba(72,216,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(224,14,0,1) 1%,rgba(226,94,0,1) 10%,rgba(229,137,0,1) 20%,rgba(226,162,0,1) 30%,rgba(221,184,0,1) 40%,rgba(210,214,0,1) 50%,rgba(177,216,0,1) 60%,rgba(148,216,0,1) 70%,rgba(115,216,0,1) 80%,rgba(72,216,0,1) 90%,rgba(72,216,0,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(224,14,0,1) 1%,rgba(226,94,0,1) 10%,rgba(229,137,0,1) 20%,rgba(226,162,0,1) 30%,rgba(221,184,0,1) 40%,rgba(210,214,0,1) 50%,rgba(177,216,0,1) 60%,rgba(148,216,0,1) 70%,rgba(115,216,0,1) 80%,rgba(72,216,0,1) 90%,rgba(72,216,0,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(224,14,0,1) 1%,rgba(226,94,0,1) 10%,rgba(229,137,0,1) 20%,rgba(226,162,0,1) 30%,rgba(221,184,0,1) 40%,rgba(210,214,0,1) 50%,rgba(177,216,0,1) 60%,rgba(148,216,0,1) 70%,rgba(115,216,0,1) 80%,rgba(72,216,0,1) 90%,rgba(72,216,0,1) 99%); /* IE10+ */
	background: linear-gradient(to right, rgba(224,14,0,1) 1%,rgba(226,94,0,1) 10%,rgba(229,137,0,1) 20%,rgba(226,162,0,1) 30%,rgba(221,184,0,1) 40%,rgba(210,214,0,1) 50%,rgba(177,216,0,1) 60%,rgba(148,216,0,1) 70%,rgba(115,216,0,1) 80%,rgba(72,216,0,1) 90%,rgba(72,216,0,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00e00', endColorstr='#48d800',GradientType=1 ); /* IE6-9 */
}


.min-picture{
	max-width: 150px;
	height:65px;
}



#edit-history{
	width: 30%;
	z-index : 10;
	position : absolute;
	top : 20px;
	left : 0;
	display : none;
	
	-webkit-box-shadow: 5px 5px 25px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 5px 25px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 5px 25px rgba(50, 50, 50, 0.75);
}

#edit-history .block-content{
/* 	height : 400px; */
    overflow-x : hidden;
}

#edit-history .button {
	text-align: center;
	vertical-align: middle;
	width: 80px;
}

#edit-history .picture {
	padding: 10px;
	text-align: right;
	vertical-align: top;
	width: 150px;
}


#edit-history .descriptors{
	width: 100%;
}
#edit-history .descriptor{
	background-color: #FFFFFF;
	color: #777;
/* 	cursor: pointer; */
/* 	border-bottom: 5px solid #E5E5E5; */
}
#edit-history .descriptor:hover {
	background-color: #f8f8f8;
}
#edit-history .descriptor + .state {
	background-image: url(../img/bg-state-first.png);
	background-position: top left;
	background-position: top;
	background-repeat: repeat-x;
}
#edit-history .descriptor + .state td {
	padding-top: 12px;
}
#edit-history .descriptor + .state .picture {
	padding-top: 22px;
}


#edit-history .state:hover {
	background-color: #ddedfa;
}
#edit-history .state.active {
background-color: #e7f6be;
}
#edit-history .state {
	cursor: pointer;
	background-color: #f3f7f8;
	color: #777;
	height: 65px;
}
#edit-history .state-text {
	padding-left: 20px;
	vertical-align: middle;
}
#edit-history .state + .state {
	border-top: 1px solid #dadfe2;
}
#edit-history .state .button {
	background: url(../img/bg-state-checkbox.png) center center no-repeat;
}
#edit-history .state:hover .button {
	background-image: url(../img/bg-state-check.png);
}
#edit-history  .state.active .button {
	background-image: url(../img/bg-state-checked.png);
}

#edit-history .buttonDiv{
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

#blackFont{
	display : none;
	z-index: 10;
	position: fixed;
	top: 20px;
	right: 0;
	bottom: 39px;
	background : #fff url(../img/body-bg.png) repeat;
	left: 0;
}

#endIdentAll{
	position : absolute;
	top : 10px;
	right : 10px;
	bottom : 10px;
	left : 10px;
	background : #fff url(../img/body-bg.png) repeat;
}

#endDescription{
/* 	overflow: auto; */
	border:  1px solid rgb(199, 193, 193);
	border-radius: 10px;
	background: url("../img/block-nav-bg.png") repeat scroll center top #E5E5E5;
}

#title_historyGraph{
	background: url("../img/block-nav-bg.png") repeat scroll center top #E5E5E5;
	border: 1px solid rgb(199, 193, 193);
	border-bottom : none;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
	font-size: 2em;
	padding: 10px;
}

#historyGraph{
	background: url("../img/block-nav-bg.png") repeat scroll center top #E5E5E5;
	overflow: auto;
	border: 1px solid rgb(199, 193, 193);
	border-top : none;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

#historyGraph .row-fluid{
	padding-bottom: 10px;
	padding-top: 10px;
}

#historyGraph .msg{
    color: #999;
    font-style: italic;
	margin-top: 15%;
    line-height: 18px;
    padding: 40px 20px;
    text-align: center;
}

#title_similarity{
	background: url("../img/block-nav-bg.png") repeat scroll center top #E5E5E5;
	border: 1px solid rgb(199, 193, 193);
	border-bottom : none;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
	font-size: 2em;
	padding: 10px;
}

#similarity{
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	overflow: auto;
	border: 1px solid rgb(199, 193, 193);
	border-top : none;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	background: url("../img/block-nav-bg.png") repeat scroll center top #E5E5E5;
}
#similarity .carousel{
	margin-bottom : 0px;	
}
.item{
	overflow: hidden;	
}

#similarity .picture{
	height: 100%;
/* 	width : auto; */
	position : relative;
	margin: 10px;
}

#buttonOut{
/* 	background-color: yellow; */
}

#endDescription .innerCarouselDescription{
/* 	border-bottom: 1px solid #e5e5e5; */
	margin-bottom:0px;
	overflow: hidden;
/* 	height: 35%; */
}
#endDescription .carousel{
	margin-bottom:0px;
}

#endDescription  .innerCarouselDescription .carousel-inner{
/* 	height: 90%; */
}

#endDescription .innerCarouselDescription .picture{
	height: 100%;
	width : auto;
	position : relative;
	margin: 10px;
}

#endDescription .innerCarouselDescription .carousel-controls {text-align: center;}
#endDescription .innerCarouselDescription .carousel-control {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #aaa;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 10px 0 0;
    opacity: 1;
    position: static;
}

#endDescription dl{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
/* 	height: 50%; */
	overflow: auto;
	padding-left: 10px;
	background: white;
}

li .picture{
	height: 36px;
}

#endDescription .pagination{
	margin : 0px;
}

#endDescription .pagination li{
	margin-left: 10px;
}

#endDescription .pagination li .picture:hover{
	-webkit-box-shadow: 0px 0px 20px rgba(226, 218, 24, 0.75);
	-moz-box-shadow:    0px 0px 20px rgba(226, 218, 24, 0.75);
	box-shadow:         0px 0px 20px rgba(226, 218, 24, 0.75);
}

#endDescription .pagination li.active .picture{
	-webkit-box-shadow: 0px 0px 20px rgba(67, 255, 8, 0.75);
	-moz-box-shadow:    0px 0px 20px rgba(67, 255, 8, 0.75);
	box-shadow:         0px 0px 20px rgba(67, 255, 8, 0.75);
}

#carouselGlobalControler{
	overflow-x: auto;
	overflow-y: hidden;
}

#selectionSummary{
	display : none;
	border-radius: 10px 0px 0px 0px;
	background : rgba(0,0,0,0.8);
	bottom : 39px;
	z-index : 10;
	right : 0px;
	position : absolute;
	width: 25%;
	height: 50%;
}

#header_selectionSummary{
	position: relative;
    width: 90%;
    height: 7%;
    margin-left: 5%;
    margin-top: 3%;
/*     background: gray; */
    border-radius : 5px;
    font-weight: bold;
    font-size: 18px;
    color : rgb(214, 213, 213);
}

#content_selectionSummary{
	background : #fff url(../img/body-bg.png) repeat;
	height: 73%;
	width: 90%;
	margin-left: 5%;
	margin-top: 3%;
	overflow: auto;
	border-radius : 5px;
}

#bottom_selectionSummary{
	width: 90%;
    height: 10%;
    margin-top: 3%;
    margin-bottom: 1%;
    margin-left: 5%;
/*     background: green; */
}

#bottom_selectionSummary button{
	width: 30%;
	margin-left : 12.5%;
	height: 100%; 
}

#input_search{
	padding: 10px;
	display: none;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	border: 1px solid #DDDDDD;
	background: url("../img/block-nav-bg.png") repeat scroll center top #E5E5E5;
	border-bottom: none;
	-webkit-box-shadow: 0px -2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -2px 0px rgba(50, 50, 50, 0.75);
	border-radius: 5px 5px 0px 0px;
}

#input_search.inverted{
	border: 1px solid #DDDDDD;
	border-top: none;
	-webkit-box-shadow: 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 0px rgba(50, 50, 50, 0.75);
	border-radius: 0px 0px 5px 5px;
}	

/* AutoComplete Interface */
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
 }
 
.ui-state-highlight-perso{
	background: #a0ca54 url(../img/base-btn-bg.png) 50% 50% repeat-x;
	border-color: #86b96f #89b576 #658d54;
	color: #363636;
	font-weight: bold;
}
 
#wait-message{
	display : none;
	text-align : center;
	vertical-align : top;
	margin-top : 10%;
}

#big_img_div{
	padding : 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 0px 10px rgba(50, 50, 50, 0.75);
	border : 1px solid #e5e5e5;
	background : white;
	display: none;
	position : absolute;
	z-index : 10;
	height: auto;
}

