@CHARSET "utf-8";

a:link {
	color:#364a81
}

a:visited {
	color:#364a81
}

a:hover {
	color:#364a81
}

a:active {
	color:#364a81
}

body, html{
	margin:0;
	padding:0;
	height:100%;
	overflow: hidden;
	font-family: arial;
}

#header {	
	height: 130px;
	width:100%;
	position:fixed;
	 z-index:60;
}

#header_group{
	width: 100%;
	height: 100%;
	background-color: #F4F4F4;

}

#logo {
	float:left;
	background: url(../img/logo.png) no-repeat;
	background-size: 206px 74px;
	height: 100%;
	width: 206px;
	background-position: center;
	display:inline-block;
	margin-left:1%;
	margin-right:1%;
}

#header_first {
	float:left;
	width:80%;
	height:100%;
	
	
}
	
#header_user {
	float:right;
	height:100%;
	color:#364A81;
/* 	padding-top: 50px; */
	top:0px;
	
}

#header_user #login{
	margin-top : 50px;
	font-weight: bold;
	display:block;
	
}



#header_login {
	background-color: #F4F4F4;
	padding-left:2px;
	padding-right:3px;
	padding-bottom: 5px;
	padding-top: 3px;
	width: 120px;
	border: 2px solid #364A81;
   /* border-radius: 10px;*/
    z-index:60;
}


#header_login div {
	height:20px;
	 z-index:60;
}




#header_login span {
	font-weight: bold;
	 z-index:60;
	
	width:16px;
	height:16px;
	display:inline-block;
	background-position: center;
	margin-right:2px;
	

}

/* ne pas mettre de width*/
#menu_radio {
	float:left;
	height:100%;
	padding-top: 50px;
	display:inline-block;
	z-index:0;
	margin:auto;
	
}



#header_footer {

	width: 100%;
	/*height: 10%;*/
	height: 10px;
	background-color: #364a81;
	
}

#groupe {
	heigth:100%;
	width: 100%;
	margin-bottom:20px;
	margin-top:140px;
	z-index:0;

}

#sidebar {
	heigth:100%;
	float:left;
	width:210px;
	overflow-x: hidden;
	overflow-y: auto;
	/*background-image: url(../img/fond_gauche.png);*/
	background-color: #F4F4F4;
	top:140px;
	bottom:20px;
	position:absolute;
}

#contenu {
	left:210px;
	heigth:100%;
	overflow-x: hidden;
	overflow-y: auto;
	top:140px;
	bottom:20px;
	position:absolute;
	right:0px;	
}

#helpMe {
	display : none;
	float : right;
	height : 100%;
	width  : 240px;
	border-color: black;
	border-width: 0px 0px 0px 5px;
	border-style : solid;
	background-color: darkred;
	color : ghostwhite;
	right:0px;
	bottom:20px;
	position:absolute;
	top:140px;
	z-index:50;
	
	
}

#footer {
	margin-top:0px;
	height:20px;
	width:100%;
	background-color: gray;
	clear:both;
	position:fixed;
	bottom: 0;
	z-index:100;
	
}

.ui-buttonset {
	margin:0;
	padding:0;
	
}



p {
	margin: 0;
}

form div.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;  /* a cause de firefox*/ 
	/* Idem pour IE6 */
	width: 100%;
	margin: auto;
}

div.double_haut {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
	margin: auto;
}

div.double_haut label {
	width: 100%;
	text-align: left;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	cursor: default;
	margin-left : 10%;
}

div.double_haut span.ui-selectmenu-button {
	margin-left : 10%;
}

div.double_haut textarea{
	width: 300px;
	padding: 2px 4px;
	margin-left: 10%;
	height: 75px;
}

div.double_haut input{
	width: 300px;
	padding: 2px 4px;
	margin-left: 10%;
}

div.double_haut p{
	width: 300px;
	padding: 2px 4px;
	margin-left: 10%;
}

div.double_haut_max label {
	width: 100%;
	text-align: left;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	cursor: default;
	margin-left : 10%;
}

div.double_haut_max p{
	padding: 2px 4px;
	margin-left: 10%;
}

div.double_haut_max a{
	padding: 2px 4px;
	margin-left: 10%;
}

div.double_haut select{
	width: 300px;
}

div.double_haut .ui-selectmenu {
	margin-left: 10%;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
label.bold {
	font-weight: bold;	
}

form div.double label {
	float: left;
	width: 45%;
	text-align: right;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	cursor: default;
	margin-right : 10px;
	vertical-align: middle;
}

.login-pwd {
	margin-top : 10px !important;
}

form div.double input{
	width: 300px;
/*	margin-left: 12px;*/
	padding: 2px 4px;
	margin-top: 20px;
	float: left;
}


#f1-login,#f1-password{
	width : 100px;
	margin-top : 10px;
}


form div.double p{
	float: left;
	width: 50%;
	padding: 2px 4px;
	margin-top: 20px;
}

.ui-selectmenu {
	margin-top: 20px;
}
form div.double select{
	width: 230px ;
	margin-left: 12px;
	padding: 2px 4px;
	margin-top: 20px !important;
}

form div.double span.ui-selectmenu-button {
	margin-top: 20px !important;
}

form div.simple {
	margin-left: 20%;
	margin-top : 20px;
	clear: both;
}


.ui-widget .ui-widget {
/*     margin-top: 10px; SD*/
}

#title_contenu {
	text-align: center;
	/*font-weight: bold;*/
	font-size: large;
	margin: 0.5%;
	margin-bottom: 2%;
	height: 3%;
	text-overflow: ellipsis;
	overflow: hidden;
	box-shadow: 1px 8px 8px #ccc;
	padding: 2%;
	color:#364A81;
	/*background-color: #eee;*/
	/*border : solid #ccc 1px;*/
}

#title_popup {
	text-align: center;
	font-weight: bold;
	font-size: large;
	margin: 20px;
	margin-bottom: 40px;
}

#titleQueue {
	text-align: center;
	font-weight: bold;
	font-size: large;
	margin: 10px;	
}


#textSortable1 {
	float: left;
	width:20%;
	margin-left: 20%;
	font-weight: bold;
	height:18px;
	border-style: solid;
	border-color: white;
	border-width: 2px;
}

#textSortable2 {
	float: left;
	width:20%;
	margin-left: 20%;
	font-weight: bold;
	border-style: solid;
	border-color: white;
	border-width: 2px;
}

#sortable1 {
	float: left;
	border-style: solid;
	border-width: 2px;
	width: 20%;
	height: 200px;
	margin-left: 20%;
	cursor: default;
	overflow: auto;
}

#sortable2 {
	float: left;
	border-style: solid;
	border-width: 2px;
	width : 20%;
	height : 200px;
	margin-left:20%;
	cursor: default;
	overflow: auto;
}

#largetextSortable1 {
	float: left;
	width:40%;
	margin-right: 5%;
	margin-left:7%;
	font-weight: bold;
	height:18px;
	border-style: solid;
	border-color: white;
	border-width: 2px;
}

#largetextSortable2 {
	float: left;
	width:40%;
	font-weight: bold;
	border-style: solid;
	border-color: white;
	border-width: 2px;
}

#largesortable1, #largesortableleft {
	float: left;
	border-style: solid;
	border-width: 2px;
	width: 40%;
	height: 200px;
	margin-left:7%;
	margin-right: 5%;
	cursor: default;
	overflow: auto;
}

#largesortable2 div, #largesortableright div, #largesortable1 div, #largesortableleft div {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}


#largesortable2, #largesortableright {
	float: left;
	border-style: solid;
	border-width: 2px;
	width : 40%;
	height : 200px;
	cursor: default;
	overflow: auto;
}

#smallsortable1, #smallsortable2 {
	border-style: solid;
	border-width: 2px;
	width : 60%;
	margin: auto;
	height : 150px;
	cursor: default;
	overflow: visible;	
	z-index: 0;
}

#smallsortableText1, #smallsortableText2 {
	width:40%;
	margin: auto;
	font-weight: bold;
	height:18px;
}

#newTopic {
	float: left;
	margin-top: 30px;
	margin-left: 30%;	
}

#saveTopic {
	float: right;
	margin-top: 30px;
	margin-right: 30%;	
}

#buttonSave {
	/*box-shadow: 1px 1px 8px #ddd;*/
	display: inline-block;
	width : 20.5%;
	margin-left: 60%;
	border-style: solid;
	border-color: white;

}

#buttonSave input {
	display: inline-block;
	width : 100%;

}




#viewGauche {
	float:left;
	width: 40%;
	padding-left: 20px;
}

#viewDroite {
	float:right;
	margin:1%;
	width: 55%;
	border-style: solid;
	border-color: #364a81;
	min-height: 60%;

}

#viewConceptCommon {
	width: 100%;
	height: 20%;	
}

#skosLabel {
	float:left;
	width: 50%;
	height: 100%;
}
/**/
/*#skosLabel div.simple {*/
/*	margin-left: 10%;	*/
/*} */

#preflabel {
	width: 100%;	
}

#altlabel {
	width: 100%;
}

#hierarchie {
	float: right;
	width: 50%;
	height: 100%;
}

#restrictionNumerique {
	clear: both;
	width: 100%;
}

#scopeNote {
	clear: both;
	width: 100%;
}

#relationCompose {
	clear: both;
	width: 100%;	
}

#unit_informations {
	clear: both;
	width: 100%;	
}
.clear_both {
	width: 50%;
	margin-left: 25%;
}



#menu_radio_upload {
		text-align: center;
		margin-bottom: 20px;
}

#direct_restriction {
	float: left;
	width: 50%;
	display : inline;	
}

#parents_restriction {
	float: right;
	width: 50%;
	display: inline;	
}

#textunit1 {
	float: left;
	width:20%;
	margin-left: 4%;
	font-weight: bold;
}

#textunit2 {
	float: left;
	width:20%;
	margin-left: 4%;
	font-weight: bold;
}

#textunit3 {
	float: left;
	width:20%;
	margin-left: 5%;
	font-weight: bold;
}

#textunit4 {
	float: left;
	width:20%;
	margin-left: 4%;
	font-weight: bold;
}

#unit1 {
	float : left;
	width : 20%;
	height: 75%;
	border-style:solid;
	border-width:2px;
	margin-left: 4%;
	overflow: auto;
	
}

#unit2 {
	float : left;
	width : 20%;
	height: 75%;
	border-style:solid;
	border-width:2px;
	margin-left: 4%;
	overflow: auto;
}

#unit3 {
	float : left;
	width : 20%;
	height: 75%;
	border-style:solid;
	border-width:2px;
	margin-left: 4%;
	overflow: auto;
}

#unit4 {
	float : left;
	width : 20%;
	height: 75%;
	border-style:solid;
	border-width:2px;
	margin-left: 4%;
	overflow: auto !important;
}



.align_right {
	float: right;
	
}

.align_left {
	float: left;
	
}

.noOverflow {
	overflow : hidden !important;
}

#mendeleySelection {
	width: 70%;
	float: left;	
}

#mendeleyQueue {
	width: 29%;
	border: solid 1px black;
	float: right;
}

#mendeleyNav {
	width: 100%;
	display: inline;
	margin-bottom: 10px;
}

#mendeleyDocumentView {
	width: 100%;
	clear: both;
	padding-top: 10px;
}

#mendeleyNav .ui-selectmenu-menu li {
	font-size: 12px;	
}

#mendeley_titre{
	text-align: center;
	font-weight: bold;
	border-top: 10px solid white;
}

#mendeley_left{
	float: left;
	width: 49%;	
}

#mendeley_right{
	float: right;
	width: 49%;	
}

.ui-state-default {
	overflow: hidden;
}

.marginTop{
	margin-top: 10px;	
}

#addDoi{
	width:100%;
}


.doi-metadata-title{
	font-size: 14px;
	font-weight:bold;
	margin-top:4px;
}

.doi-metadata{
	width: 100%;
	margin-top:4px;
}

.doi-metadata-author{
	width: 100%;
	margin-top:4px;
	
	cursor: default;
	color: transparent;
	text-shadow: 0 0 0 black;
}

.subject-field {
	border: 1px solid #7a7a7a;
	height: 132px;
	overflow-x: hidden;
	overflow-y: scroll;
}


.constraint-result-field {
	height: 400px;
    resize: none;
    width: 845px;
}

.description-field {
	height: 88px;
    resize: none;
    width: 845px;
}

.circle{
	/*color:white;
	font-color:white;*/
	background-color: green;
    display: inline-block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
}


.addDoi{
	width:90%;
}


#newtableTitle{
	width: 90%;
	margin-left: 50px;
}

#htmlText{
	width: 90%;
	height: 200px;
	margin-left: 50px;
}

#PDFPage{
	width: 90%;
	margin-left: 50px;
}

#PDFTableNum{
	width: 90%;
	margin-left: 50px;
}

#printTable{
	min-height: 200px;	
}
#printTable table {
	margin-top: 10px;
	border:1px solid black;
}
#printTable tr {
	border:1px solid black;
}
#printTable td {
	border:1px solid black;
}
#printTable th {
	border:1px solid black;
}


.printTable table {
	margin-top: 10px;
	border:1px solid black;
}
.printTable tr {
	border:1px solid black;
}
.printTable td {
	border:1px solid black;
}
.printTable th {
	border:1px solid black;
}

.tableOK {
	background-image: url(../img/ok.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.tableDelete{
	background-image: url(../img/delete.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.divLeft {
	float: left;
	width: 45%;
}

.shortLeft {
	float: left;
	width: 30%;
}

.divRight {
	float: right;
	width: 45%;
	word-wrap: break-word;
}

.longRight {
	float: right;
	width: 65%;
}

#textLoadedSymbo {
	float: left;
	width: 30%;
}
#textLoadedQuantity {
	float: left;
	margin-left: 4%;
	width: 30%;
}
#textLoadedRelation {
	float: left;
	margin-left: 4%;
	width: 30%;
}

#loadedSymbolic {
	float: left;
	width: 30%;
	height: 85%;
	border-style: solid;
	border-width: 1px;
	overflow-x: hidden;
	overflow-y: auto;
}
#loadedQuantity {
	float: left;
	width: 30%;
	height: 85%;
	border-style: solid;
	border-width: 1px;
	margin-left: 4%;
	overflow-x: hidden;
	overflow-y: auto;
}
#loadedRelation {
	float: left;
	width: 30%;
	height: 85%;
	border-style: solid;
	border-width: 1px;
	margin-left: 4%;
	overflow-x: hidden;
	overflow-y: auto;
}

.horizontalPanel {
/* 	max-height: 42%; */
/* 	height: 40%; */
	clear: both;
	height: 50%;
}

#panelManualAnnotation {
	height: 82%;
	overflow : hidden;
}

.verticalPanel {
	float: left;
	height: 84% !important;
	width: 50%;
}



.horizontalView {
	height: 88%;
}



.verticalView {
	height: 95%;
}

#origineHTML {
	overflow: auto;
/* 	max-height : 45%; */
/* 	height: 100%; */
}

#webContentTable {
	overflow: auto;
}

#menu_radio_download {
	font-size: medium;
}

.ui-icon-logout {
	background-image: url(../img/logout.png) !important;
	background-repeat:no-repeat;
	background-position:0 0;
}

.ui-icon-profil {
	/*background-image: url(../img/profil.png) !important;*/
	background-image: url(../img/setting_blanc.png) !important;
	background-repeat:no-repeat;
	background-position:0 0;
}

.ui-icon-admin {
	/*background-image: url(../img/Admin.png) !important;*/
	background-image: url(../img/management_blanc.png) !important;
	background-repeat:no-repeat;
	background-position:0 0;
}

.ui-button {
	white-space : pre;
}

.ui-tooltip {
	max-width: 300px;
}

#quantityMenu{
	max-height: 150px;
	overflow: auto;
}

#symbolicMenu{
	width : 90%;
	height: 160px;
	overflow-x: hidden; 
	overflow-y: auto; 
}


.ios-style, .ios-style ul, .ios-style ol { background: #FFF;  padding: 2px; }
.ios-style { overflow-x: hidden; overflow-y: auto; }
.ios-style::-webkit-scrollbar { width: 5px; height: 5px; }
.ios-style::-webkit-scrollbar-thumb { background: rgba(128, 128, 128, 0.6); border-radius: 4px; }
.ios-style ul, .ios-style ol { overflow-y: visible;overflow-x: auto;/* border: none;*/ }
.ios-style.ui-menu-icons .ui-menu-item a { position: inherit; }
.ios-style .ui-menu-item a { cursor: pointer; outline: none; }
	
/* gestion du tableau annotation */
#webContentTable table {
	width: 100%;
	text-align:"center";
}

.ui-state-td { 
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
/* 	background: #e6e6e6{bgColorDefault} url(images/ui-bg_glass_75_e6e6e6_1x400.png){bgImgUrlDefault} 50%{bgDefaultXPos} 50%{bgDefaultYPos} repeat-x{bgDefaultRepeat};  */
	font-weight: bold/*{fwDefault}*/; color: #555555/*{fcDefault}*/;
	height: 1.3em;
}

.ui-state-valid {
	border: 1px solid #41ff3e;
	color: #41ff3e;
}

.title-selector { 
font-size: 0.8em;
}

.ui-state-result {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
	background: #F4F4F4 url(../JQuery/css/images/ui-bg_flat_red_40x100.png) 50% 50% repeat-x;
	font-weight: bold/*{fwDefault}*/; color: #555555/*{fcDefault}*/;
	height: 1.3em;
}

.ui-state-important {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
	background: #F4F4F4 url(../JQuery/css/images/ui-bg_flat_green_40x100.png) 50% 50% repeat-x;
	font-weight: bold/*{fwDefault}*/; color: #555555/*{fcDefault}*/;
	height: 1.3em;
}

.ui-state-optionel {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
	background: #F4F4F4 url(../JQuery/css/images/ui-bg_flat_yellow_40x100.png) 50% 50% repeat-x;
	font-weight: bold/*{fwDefault}*/; color: #555555/*{fcDefault}*/;
	height: 1.3em;
}

.ui-state-header-tableannotation {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
	background-color: #555;
	font-weight: bold/*{fwDefault}*/; color: #CCC/*{fcDefault}*/;
	height: 1.3em;
}

.ui-state-line-tableannotation {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/; 
	background-color: #CCC;
	font-weight: bold/*{fwDefault}*/; color: #555/*{fcDefault}*/;
	height: 1.3em;
}

.ui-state-tableannotation-warning {
	border: 1px solid #FF8C00;
	color : #FF8C00;
}

.ui-state-tableannotation-error {
	border: 1px solid #C00;
/* 	color : #C00; */
}

.ui-state-annotation-error {
	border: 1px solid #FF8C00 !important;
	color : #FF8C00 !important;
}


#conceptLoaded {
	height: 100% !important;
}

#iframeTrash {
	display: none;
}

#maintenance {
	background: #F4F4F4 url(../img/maintenance.png) 10% 30% no-repeat;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
	height : 100%;
	padding-top: 10%;
}

.run {
	background: rgba(0,0,0,0) url(../img/icons/run_p.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

div.icon_arrow_down_white {
	background: rgba(0,0,0,0) url(../img/icons/fleche_bas_white.png) 100% 100% no-repeat;
	margin-top: -2px;
	margin-right: 5px !important;
	height: 8.5px;
	width: 20px;
	display:inline-block;
	
}

div.icon_arrow_down_2 {
	background: rgba(0,0,0,0) url(../img/icons/fleche_bas_2.png) 100% 100% no-repeat;
	margin-top: -2px;
	margin-right: 5px !important;
	height: 8.5px;
	width: 20px;
	display:inline-block;
}

#reliability_ranking_params div.icon_arrow_down_2 {
	margin-top:4px;
}

#check_params div.icon_arrow_down_white {
	margin-top:4px;
}


div.icon_add {
	display: inline-block;
	height: 16px;
	width: 16px;
	clear: bottom;
	border: none;
	cursor: pointer;
}


div.icon_setting {
	display: inline-block;
	height: 16px;
	width: 16px;
	clear: bottom;
	border: none;
	cursor: pointer;
}

.icon_setting {
	background: rgba(0,0,0,0) url(../img/icons/setting.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_see {
	background: rgba(0,0,0,0) url(../img/icons/icon_see.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}
div.icon_see {	
	display: inline-block;
	height: 16px;
	width: 16px;
	clear: bottom;
	border: none;
	cursor: pointer;
}

.update {
	background: rgba(0,0,0,0) url(../img/icons/pen_p.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_asso {
	background: rgba(0,0,0,0) url(../img/icons/icon_asso.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_info {
	background: rgba(0,0,0,0) url(../img/icons/icon_info.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_add {
	background: rgba(0,0,0,0) url(../img/icons/icon_add.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_validation {
	background: rgba(0,0,0,0) url(../img/icons/icon_validAnnot.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_inconsistency {
	background: rgba(0,0,0,0) url(../img/warning.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_management {
	background: rgba(0,0,0,0) url(../img/management.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}


.icon_delete {
	background: rgba(0,0,0,0) url(../img/icons/icon_delete.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_export {
	background: rgba(0,0,0,0) url(../img/icons/icon_export.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_rdf {
	background: rgba(0,0,0,0) url(../img/rdf16.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_csv {
	background: rgba(0,0,0,0) url(../img/csv16.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_copy {
	background: rgba(0,0,0,0) url(../img/icons/icon_copy.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_rename {
	background: rgba(0,0,0,0) url(../img/icons/rename_p.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}
.icon_import {
	background: rgba(0,0,0,0) url(../img/icons/icon_import.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}
.icon_upload {
	background: rgba(0,0,0,0) url(../img/icons/upload-cloud.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}
.icon_cloud {
	background: rgba(0,0,0,0) url(../img/icons/icon_import.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}
.no_values {
	background: rgba(0,0,0,0) url(../img/rel_icons/no_values_p.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_restore {
	background: rgba(0,0,0,0) url(../img/icons/icon_restore.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_suppr {
	background: rgba(0,0,0,0) url(../img/icons/icon_suppr.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_annot {
	background: rgba(0,0,0,0) url(../img/icons/icon_annot.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_clear {
	background: rgba(0,0,0,0) url(../img/icons/icon_clear.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_oeil {
	background: rgba(0,0,0,0) url(../img/icons/icon_oeil.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.icon_access {
	background: rgba(0,0,0,0) url(../img/icons/icon_access.png) 100% 100% no-repeat;
	margin-top: 1px;
	margin-right: 5px !important;
}

.ui-icon-help {
	background-image: url(../img/icons/icon_help.png) !important;
	background-repeat:no-repeat;
	background-position:0 0;
}

.contextMenu {
	position : absolute;
}

.leftRequest {
	float : left;
	width: 65%;
	overflow : hidden;
	white-space : nowrap;
}

.rightRequest {
	white-space: nowrap;
	overflow : hidden;
}

.ui-state-request-done {
	background : #64ff50;
}

.ui-state-request-new {
	background : #ff5050;
}

.expandRequest {
	height: 80% ;
	overflow: auto;
}
/* .expandRequest .rightRequest { */
/* 	overflow : auto; */
/* 	white-space : normal; */
/* 	margin-left : 0; */
/* } */

/* .expandRequest .leftRequest { */
/* 	float : none; */
/* 	width: auto; */
/* 	white-space: normal; */
/* } */

/* -------------------------- */

.ui-selectmenu-menu > ul{
	max-height : 200px;
}



.full-size-button {
	width: 100%;
}

.medium-size-input {
	width: 50%;
}

.centering {
	margin: auto;
}

 * html .centering {
 	text-align: center;
 }
label {
	display:inline;
}

hr {
	border: 0px;
	background-color: none;
	clear:both;
	margin-bottom: 5px;
}

.hidden {
	display:none;
}

.visible {
	display:block;
}

#formAddJugdement {
	width: 80%;
	margin: auto;
	/*border: black solid 1px;*/
}

#Dlist .Jline {
	width: 100%;
	margin: auto;
	margin-bottom: 5px;
	height: 30px;
	
}


#Dlist label , .left {
	float: left;
}

#Dlist select, #Dlist input, .right {
	float:right;
}



#descriptionBox {
	width: 60%;
	margin: auto;
	border: solid 0.5px black;
}

#descriptionBox div.right  {
	padding:10px;
	width: 20%;
	margin: auto;
	float:right;
}

#descriptionBox div.left  {
	padding:10px;
	width: 20%;
	margin: auto;
	float:left;
}


#descriptionBox svg { 
	margin-top: 5px;

	}

#formAddMetadata {
	width: 97%;
	margin: auto;
   /*border: black solid 1px;*/
}

#formAddMetadata label {
	float:left;
}

#formAddMetadata input, #formAddMetadata select {
	float:right;
}

#dialog-judgements, #dialog-criteria, #dialog-runEval{
	y-overflow: auto ;
	x-overflow: auto;
	
		  }
/* viewInfoDocument*/

.contenu_center {
	width: 80%;
	margin: auto;
	margin-bottom : 25px;
	
}

.subcontenu_center {
	width: 90%;
	margin: auto;
}

.subsubcontenu_center {
	width: 40%;
	margin: auto;
	padding: auto;
}

.subsubcontenu_left {
	position: absolute;
	top: 20%;
	width: 40%;
	margin: auto;
	padding: auto;
}

.subsubcontenu_right {
	position: absolute;
	top: 20%;
	right: 0%;
	width: 40%;
	margin: auto;
	padding: auto;
}


.blueDiv {
	background-color: #364A81;
	display: block;
	padding: 3px;
	padding-left: 10px;
	box-shadow: 1px 1px 8px #ddd;
	color: white;
}

h5.blueTitle {
	font-size:18px;
	background-color: #364A81;
	height:40px;
	color: white;
	padding-top: 12px;
	padding-left: 20px;
	font-family: arial;
	box-shadow: 8px 8px 12px #aaa;
	
}

h5.blueTitle span {
	float:right;
	margin-right:8px;
}

.groupTitle {

	/*background-color : #eee;*/
	/*float:left;*/
	height: 20px;
	display: block;
	padding: 3px;
	padding-left: 10px;
	/*font-weight: bold;*/
	margin-bottom:2px;
	font-weight: bold;
	box-shadow: 1px 1px 8px #ddd;
	/*margin-top:10px;*/
	
}

.blueGroupTitle {

	height: 20px;
	display: block;
	padding: 3px;
	padding-left: 10px;
	margin-bottom:2px;
	font-weight: bold;
	color: white;
	box-shadow: 1px 1px 8px #ddd;
	width:100%;
	background-color: #364A81;
	
}

.group {
	display: block;
	padding: 3px;
	padding-left: 10px;
	margin-bottom:10px;
	box-shadow: 1px 1px 8px #ddd;
}

.group p {
	display: inline-block;
}

.group label {
	font-weight: bold;
}

#criteriaMetadata h5 span button, #basicMetadata h5 span button{
	border: none;
	overflow:visible;
}





.relief {
	box-shadow: 1px 1px 8px #ddd;
	margin:auto;
	margin-bottom:10px;
	width:98%;
}

.sub_group{
	padding: 5px;
	padding-left:10px;
	margin-bottom:10px;


}

.sub_group p{
	padding-left: 50px;
	display: inline-block;
	width:100%;

}

.deepRelief {
	box-shadow: 5px 5px 5px #999;
	margin:5px;
	margin-bottom:10px;
	padding: 10px;
	width:95%;
	
}




/* table jugements */

/*#viewJudgements, #viewJudgements table{
	//margin:5px;
}*/

#viewJudgements{
	margin-top: 10px ;
	margin-bottom: 10px;
}


#viewJudgements tr td{
	width: 50px;
	font-size: 85%;
	
}

#viewJudgements tr td.deepRelief{
	white-space:nowrap;
	
}

tr#criter td {
	color: white;
	padding: 3px;
	padding-left:10px;
	
}

tr#criter  {
	background-color:#364A81;
	box-shadow: 1px 1px 12px #aaa;
	margin-bottom:10px;
	margin-top:10px;
	
}

td#domain {
	padding-left: 8px;
	border-radius: 5px 0 0 5px;
	border: dotted 0.1px #eee;
		color:#364A81;
	

}

td.judgements {
	padding: 8px;
	/*background-color:#364A81;*/
	color:#364A81;
	border-radius: 5px 5px 0 0;
	/*border: dotted 0.5px #aaa;*/
	box-shadow: 1px 1px 8px #aaa;
	/*font-weight:bold;*/
	
}

td.relief {
	text-align:center;
	letter-spacing: 0.2em;
	font-weight:bold;
}


#viewJudgements tr td.first {
	width:200px;
	padding-right:2px;
}

.rotate {
	display:block;
	-webkit-transform: rotate(-90deg); /* safari, chrome */
	-moz-transform: rotate(-90deg);		/* mozilla */
	-o-transform: rotate(-90deg);		/* opera*/
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /*IE*/
}

.icon_maj {
	background: rgba(0,0,0,0) url(../img/icons/pen_g.png) 100% 100% no-repeat;
	margin-right: 10px !important;
	margin-left: 10px ;
	display: inline-block;
	height: 30px;
	width: 30px;

}

.icon_maj:hover {
	background: rgba(0,0,0,0) url(../img/icons/pen_gi.png) 100% 100% no-repeat;
}

.icon_run {
	background: rgba(0,0,0,0) url(../img/icons/run_g.png) 100% 100% no-repeat;
	margin-right: 10px !important;
	margin-left: 10px ;
	display: inline-block;
	height: 30px;
	width: 30px;
	border: none;
}

.icon_run:hover {
	background: rgba(0,0,0,0) url(../img/icons/run_gi.png) 100% 100% no-repeat;
}

#notaBene {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 5px;
}

img.picto {
	height: 20px;
	margin-right: 6px;
	margin-left: 6px;
	overflow:visible;
	display:inline;
}

.bold {
	font-weight : bold;
}
.italic {
	font-style: italic;
}
form {
	margin-top : 10px;
}

.up-to-date {
	text-decoration: blink;
	color: #364A81;
	display: inline-block;
	float: right;
	margin-right: 3px;
}

hr.blueHr {
	color: #364A81;
	clear: both;
	margin-top: 5px;
	border: 0.1px solid #364A81;
	width:90%;
	background-color: #364A81;
}

#wideSortable1, #wideSortable2 {
	border-style:solid;
	border-width:2px;
	width : 95%;
	height : 200px;
	margin:1% 2% 5% 2%;
	cursor:default;
	overflow: auto;

}

#mandatory, #optional {
	border-style:solid;
	border-width:2px;
	width : 95%;
	z-index: 0;
	min-height : 200px;
	max-height: 100%;
	margin:1% 2% 5% 2%;
	overflow: visible;
}

div.rank {
	border-style:dashed;
	border-width:2px;
	border-color:black;
	width : 95%;
	min-height : 40px;
	max-height : 100%;
	margin:1% auto 1% auto;
	cursor:pointer;
	z-index:0;
	
}

div.rank div {
	cursor:move;
	z-index:100;
	width:98%;
	 word-wrap: break-word; 
    overflow-wrap: break-word;
    white-space: normal;
    min-height:22px;
    padding-left:2%;
}

div#optionalList.ui-state-disabled, div#mandatoryList.ui-state-disabled {
	opacity:1.0;
	padding-left:2px;
	width: 95%;
	font-weight:normal;	
	margin:auto;
	color: black;
}

#selectattr, .ui-selectmenu-menu > ul  {
	z-index:150;
	position:relative;
}

.rank label {
	display:inline-block;
	color:#364A81;
	padding-left:2%;

}



#ranksbox{
	border:2px solid black;
	width:95%;
	margin:1% 2% 5% 2%;
	overflow:auto;
	min-height: 200px;
}

#textmandatory, #textoptional, #textwideSortable1, #textwideSortable2  {
	width:100%;
	margin-bottom: 2%;
	font-weight: bold;
}

input#addPreferences, input#addvalue { vertical-align:top; }

#fuzzyset tr{
	margin:0px;
}
#fuzzyset td {
	text-align:center;
}

#fuzzyset input, #fuzzyset label {
	width: 65px;
	margin:0px;
	
}

.kernel {
	border-bottom:solid grey 1px;
}

.support {
	border-top:solid grey 1px;
}

#preferencesValues label {
	font-weight:bold;
	max-width: 50%;
}

 
.blueText{
	color: #364a81;
}

#preferencesValues .left {
	display:inline-block;
	float:left;
	width: 30%;
	margin-left:15%;
	text-align:center;
	padding:auto;
}

.pictomenu {
	display:inline-block;
	margin:none;
	border: none;
	position: relative;
	right:2px;
}



.rotation90 {
	-moz-transform: rotate(-90deg);  /* FF3.5+ */
	-o-transform: rotate(-90deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
	filter: flipv fliph; /*IE*/
	padding-top:2px;
	padding-bottom:2px;
}



/*results view */

#table-legend, .table-results {
	width:100%;
	text-align:center;
	table-layout: fixed; /*spécial tableau : évite le débordement du texte des cellules*/
}

#table-legend tr td, .table-results tr td {
	text-align:center;
}

#table-legend tr td:not(.norelief), .table-results tr td:not(.norelief){
	box-shadow: 1px 1px 8px #ddd;
	padding:2px;
	min-height:80px;
	border: 1px solid #f4f4f4;
}

td.w-style, div.w-style {
	background-color:#d4d4d4;
	color: #364a81;
}

td.c-style, div.c-style {
	background-color:#364a81 ;
	color: #fff;
}

td.o-style {
	background-color:#fff;
	color: #000;
}

/************************legend-results (légende colorée) ************/

/**petits carrés de la légende colorée */
#legendResults .colorDiv {
	height:10px;
	width:10px;
	border: black solid 0.2px;
}

#legendResults div {
	display: inline-block;
	margin-left:2px;
}



/************************table-results************/

span.row {
	color: grey;
	/*width:12%;*/
	text-align:left;
}

.table-results tr td.rel , .table-results td.moreinfo, span.row  {
	font-size: 0.8em;
	padding:auto;
}

.table-results tr td.rel , .table-results td.moreinfo {
	padding:auto;
}


.table-results tr td.rel div  {
	vertical-align:top;
}

.ranknumber {
	/*border-radius:7px 0 0 7px;*/
	width: 4%;
	padding:auto;
}

.ranknumber span {
	font-weight:bold;
	font-size: 2.2em;
	color: #364A81;
}

#supcol a {
	margin-left:2px;
}

#supcol  {
	color: grey;
	font-size: 12px;
	font-style: italic;
}

#supcol div {
	display:inline-block;
}

td.attributes {
	cursor: pointer;
	text-overflow:ellipsis;
	overflow:hidden;
}

#aboutrelation input {
	display:inline;
	width: 95px;
	size: 90;
	/*position:absolute;*/
	float : right;
	margin-right:1%;
}

input {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.prefcases {
	overflow:hidden;
	 text-overflow:ellipsis;
}
/*fin results view */

select#ontologies {
	width : 200px;
}

.activated {
	color:black;
	background-color:white;
	
}

.deactivated {
	color:#fff;
	background-color:#ccc;

}

.small-text {
	font-size:0.8em;
}

/*
*  Use in jsp generateTemplates
*/
#title_contenu_generate {
	text-align: center;
	/*font-weight: bold;*/
	font-size: large;
	margin: 0.5%;
	margin-bottom: 2%;
	height: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	box-shadow: 1px 8px 8px #ccc;
	padding: 2%;
	color:#364A81;
	/*background-color: #eee;*/
	/*border : solid #ccc 1px;*/
}


tr.hasConstraintValidationError,  tr.hasConstraintValidationError td {
	background: none !important;
	background-color: #f55 !important;
}

tr.hasBeenUpdated,  tr.hasBeenUpdated td {
	background: none !important;
	background-color: #5f5 !important;
}

.ui-tooltip {
	max-width: 800px !important;
}
