/*Extracted using https://google-webfonts-helper.herokuapp.com/ */
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/static/fonts/source-sans-pro-v9-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('/static/fonts/source-sans-pro-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/fonts/source-sans-pro-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/fonts/source-sans-pro-v9-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/static/fonts/source-sans-pro-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/fonts/source-sans-pro-v9-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/source-sans-pro-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
       url('/static/fonts/source-sans-pro-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/fonts/source-sans-pro-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/fonts/source-sans-pro-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/static/fonts/source-sans-pro-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/fonts/source-sans-pro-v9-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/static/fonts/source-sans-pro-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
       url('/static/fonts/source-sans-pro-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/fonts/source-sans-pro-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/fonts/source-sans-pro-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/static/fonts/source-sans-pro-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/fonts/source-sans-pro-v9-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
.rm5 { margin-right: 5px; }
	
code {
	color: #555;
	/* no not color in red by default */
}

* {
	font-family: "Source Sans Pro", Helvetica, Sans;
}
/* Object page */
.tab-pane {
	font-size: 90%;
}

/* Nicer project list table */
.projectsList td {
	vertical-align: baseline !important;
}
.table-verycondensed td,
.table-verycondensed tr,
.table-verycondensed th {
	padding-top: 2px    !important;
	padding-bottom: 1px !important;
}
/* Add (i) after help labels */
.help {
	font-weight: bold;
}
.help:after {
  font-family: "Glyphicons Halflings";
	font-size: 80%;
  content:" \e086";
}
/* Topbar, with tools */
#topbar .form-control{
	height: 22px;
	padding: 0px;
}
#topbar label {
	font-size: 100%;
	font-weight: normal;
}

/* Filters */
.jstree li {
  /* reduce indent in taxonomic tree */
	margin-left: 10px !important;
}

.filter {
/*	width: 270px;*/
	/* why 270px here is equal to 240px in the update button... */
	margin-bottom: 10px;
}

.filter a.clear {
	color: black;
	text-decoration: none;
}
.filter a.clear:after {
	font-family: "Glyphicons Halflings";
	content: "\e014";
	color: #555;
}
.filter label {
	font-weight: normal;
}
.filter label.title {
	font-weight: bold;
}


/* Image gallery */
#column-right .imgtab {
	border-collapse: separate;
	border-spacing: 5px 0px;
}

/*#column-right .classiftab td {padding: 2px 3px 0px 3px ;  border-width:1px;border-style:solid;border-color:#c5c5c5;font-size: 12px;}*/
#column-right .imgtab {
	margin-bottom: 5px;
}

#column-right .imgtab td {
	vertical-align:bottom;
	background-color: #f2f2f2;
	text-align: center;

}

#column-right .subimg {
	padding: 5px;
	font-size: 80%;
}
#column-right .taxo {
	font-weight: bold;
}
.cat_ancestor {
	font-weight: normal;
	color: #888;
}
#column-right .subimg .displayedFields {
	text-align: left;
	font-size: 80%;
}
#column-right .popover-title {
	font-size: 80%;
}
#column-right .popover-content {
	white-space: nowrap;
	font-size: 80%;
}
#column-right .imgtab td {
	position: relative;
}
#column-right .ddet {
	position: absolute;
	top: 2px;
	left: 5px;
	color: #999;
	text-decoration: none;
	font-size: 100%;
}
#column-right .simsrch {
	position: absolute;
	top: 0;
	right: 2px;
	color: #999;
	text-decoration: none;
	font-size: 100%;
	opacity: 20%;
}
#column-right .simsrchseed {
	position: absolute;
	top: 0;
	right: 2px;
	color: #999;
	text-decoration: none;
	font-size: 100%;
}
#column-right .ddet:hover {
	color: #428bca;
}
#column-right .simsrch:hover {
	color: #428bca;
	opacity: 100%;
}

.classiftab td {
	border-width:1px;
	border-style:solid;
	border-color:#eee;
	padding: 2px;
	vertical-align: middle;
	height: 27px;
}
.classiftab .categexpander {
	color: #999;
}
.classiftab .haschild {
	font-weight: bold;
}
.classiftab .taxoparent {
	font-size: 80%;
	color: #999;
}
.classiftab .activeTaxo .taxoparent {
	color: white;
}
.classiftab .counternotv {
	margin-left: 2px;
}
.classiftab .counterarea {
	float:right;
}

.nav-tabs > li > a {
    /* adjust padding for height*/
    padding-top: 2px; 
    padding-bottom: 2px;
}
.ui-selected,
#column-right table.imgtab td.ui-selected {
	background-color: #E9D6D7;
}
.SpanSelectAll {
	background-color: #E9D6D7;
	border: 1px solid #d9534f;
}
.SpanSelectAll:hover {
	color: white;
	background-color: #d9534f;
	border: 1px solid #d9534f;
}

#column-right .linestart:after {
	content: ".";
}
#column-right td.linestart {
	font-weight: bold;
	font-size: 200%;
	color: #999;
	border: 1px solid #d9534f;
	border-radius: 4px;
	padding: 0;
	vertical-align: middle !important;
	background-color: #E9D6D7;
}
#column-right td.linestart:hover {
	background-color: #D9534F;
	color: white;
}

.PendingChangesClass {
	font-size: 80%;
}

.pagination {
	margin-top: 5px;
	margin-bottom: 0;
}
.pagination > li > a {
	padding: 2px 5px;
}
.status-validated { background: #d7edcf; }
.status-dubious { background: #F0AD4E; }
.status-predicted { background: #d0e8f4; }
.status-unknown { background: #f2f2f2;} /* This is not the same thing as setting this class empty ! */
.rightfixedfont{text-align: right; font-family: Courier;}
.rightfixedfonttd td {text-align: right; font-family: Courier;}
.ToBeSaved .taxo {color: #D9534F;}
.linestart{font-weight: bold; background: #aaaaaa;}

.deprecated { text-decoration: line-through; }

.ui-datepicker {  z-index: 4 !important; } /*Fix issue of Slider button over calendar on filter on FFX*/

.taxodrop_hover { background: #5cb85c; }
.activeTaxo { background: #BCBCBC; }

.btn-gris {
  color: #ffffff;
  background-color: #ADADAD;
  border-color: #5E5E61;
}
.btn-gris:hover,.btn-gris:focus,.btn-gris:active,.btn-gris.active,.open .dropdown-toggle.btn-gris {
  color: #ffffff;
  background-color: #707070;
  border-color: #5E5E61;
}
.btn-gris:active, .btn-gris.active,.open .dropdown-toggle.btn-gris {
  background-image: none;
}
.btn-gris.disabled, .btn-gris[disabled],fieldset[disabled] .btn-gris,.btn-gris.disabled:hover,.btn-gris[disabled]:hover,
fieldset[disabled] .btn-gris:hover, .btn-gris.disabled:focus,.btn-gris[disabled]:focus,fieldset[disabled] .btn-gris:focus,
.btn-gris.disabled:active, .btn-gris[disabled]:active,fieldset[disabled] .btn-gris:active,.btn-gris.disabled.active,
.btn-gris[disabled].active, fieldset[disabled] .btn-gris.active {
  background-color: #89888A;
  border-color: #5E5E61;
}



input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: red;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/****  Gestion Popup  ******/
.At2PopupMask {
  position:absolute; top : 0; left: 0; width: 100%; height: 100%;
    background-color:#000; opacity: 0.7;
    display:none;
}
.At2PopupWindowContainer {
    position:absolute; top : 0; left: 0; width: 100%; height: 100%;
    display:none;
}
.At2PopupWindow {
  position:relative;
  background-color:white;  border-radius: 6px;
  border: 1px solid rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
  margin: 20px auto; min-width: 300px; width: 700px;
}
.At2PopupHeader {border-top-left-radius: 6px;border-top-right-radius: 6px; padding:6px 10px ;
    font-weight: bold;
    border-bottom: 1px #eee solid;}
.At2PopupContent {  padding:10px; }
.ui-datepicker { z-index: 10000 !important; } /*Requis pour fonctionnement dans une popup*/
.ui-front { z-index: 10000 !important; } /*Requis pour fonctionnement dans une popup de autocomplete*/
