@charset "UTF-8";
/*
$Revision: 459 $
$Date: 2009-10-19 10:20:08 +0200 (Mo, 19 Okt 2009) $
*/
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
/* line 6, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm {
  color: #333;
  margin: 0;
  padding: 0;
  overflow: hidden; }

/* line 13, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm h1,
.gmcForm h2,
.gmcForm h3,
.gmcForm h4,
.gmcForm p,
.gmcForm b,
.gmcForm strong {
  color: #333;
  margin: 0 0 10px 0;
  padding: 0; }

/* line 25, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm .popover-title {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 14px;
  margin: 0; }

/* line 32, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm h1 {
  font-size: 23px;
  font-weight: normal; }

/* line 37, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm h2 {
  font-size: 18px;
  font-weight: normal; }

/* line 42, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm h3 {
  font-size: 16px;
  font-weight: normal; }

/* line 47, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm h4 {
  font-size: 13px;
  font-weight: bold;
  font-weight: 600; }

/* line 53, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm p,
.gmcForm select {
  margin-right: 6px; }

/* line 58, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm b,
.gmcForm strong {
  font-weight: bold;
  font-weight: 600; }

/* line 64, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol {
  margin-top: 50px; }

/* line 68, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol,
.gmcForm ol li {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 75, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li {
  overflow: hidden;
  margin: 0;
  padding: 0 16px 5px 0;
  clear: both;
  /*	position: relative;*/ }

/* line 83, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li:first-child {
  border-top: 0 none; }

/* line 87, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm div.container {
  display: block;
  /*	overflow: hidden;*/
  padding-bottom: 3px;
  /*	position: relative;*/
  float: left; }

/* line 94, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm div.container br {
  clear: left; }

/* line 98, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li p {
  padding-top: 7px;
  padding-bottom: 0;
  margin-bottom: 0; }

/* line 104, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li > p:first-child,
.gmcForm ol li > ol.radiobuttons:first-child,
.gmcForm ol li > ol.checkboxes:first-child,
.gmcForm ol li > select:first-child {
  margin-left: 10px; }

/* line 111, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li ol {
  display: block;
  float: left;
  margin: 0;
  padding: 3px 0 0 0;
  overflow: hidden; }

/* line 119, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li ol li {
  border: 0;
  clear: both;
  margin: 0 0 1px 0;
  padding: 0 0 1px 0;
  overflow: hidden; }

/* line 126, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li ol li label {
  padding-left: 7px;
  color: #666; }

/* line 130, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li ol li label:active,
.gmcForm ol li ol li label:hover {
  color: #000; }

/* line 134, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li ol li input.other {
  display: block;
  margin: 2px 0 0 0;
  width: 250px; }

/* line 139, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li ol.radiobuttons li.other,
.gmcForm ol li ol.checkboxes li.other {
  padding-left: 20px;
  margin-top: -6px; }

/* line 144, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li ol.radiobuttons li.other input,
.gmcForm ol li ol.checkboxes li.other input {
  display: block;
  margin: 2px 0 0 0;
  width: 220px; }

/* line 150, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li input[type=checkbox],
.gmcForm ol li input[type=radio],
.gmcForm input[type=checkbox],
.gmcForm input[type=radio],
.gmcForm ol li input.checkbox,
.gmcForm ol li input.radio {
  margin: 3px 0 0 1px;
  width: 13px;
  height: 13px;
  padding: 0; }

/**
 * message box
 */
/* line 170, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.messagebox {
  color: #000 !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.8em 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: normal; }

/* line 180, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.messagebox.info {
  background-color: #e6f5fc;
  border-color: #5ec5ed; }

/* line 185, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.messagebox.warning {
  background-color: #fffde6;
  border-color: #e2d200; }

/* line 190, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.messagebox.error {
  background-color: #fef2f3;
  border-color: #ff9898;
  border-color: #b94a48; }

/* line 196, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol .messagebox {
  float: right;
  width: 230px;
  margin-bottom: 8px; }

/* line 202, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.messagebox b {
  font-weight: bold;
  font-weight: 600;
  text-shadow: #fff 0 1px 0; }

/* line 208, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.messagebox ul {
  padding: 0.7em 0 0.7em 2em;
  margin: 0; }

/* line 212, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.messagebox ul li {
  list-style: disc; }

/**
 * fieldset
 */
/* line 222, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm fieldset {
  border: 0 none;
  display: block;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 60px 15px 10px 15px;
  margin: 0 0 15px 0;
  position: relative; }

/* line 233, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm fieldset.bordered {
  border: 1px solid #ccc;
  background: #fff; }

/* line 238, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm div.legend {
  font-weight: bold;
  font-weight: 600;
  display: block;
  padding: 1em 0 0 0;
  font-size: 1.1em; }

/* line 245, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm div.legend:first-child {
  padding-top: 0; }

/* line 249, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
fieldset a.legend,
form.gmcForm fieldset a.legend {
  float: right;
  margin-top: -31px; }

/* line 255, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
fieldset a.legend.sublegend,
form.gmcForm fieldset a.legend.sublegend {
  margin-top: -26px; }

/* line 260, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm fieldset legend span {
  position: static\9; }

/* line 264, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm fieldset > p {
  padding-left: 10px;
  margin-bottom: 2em; }

/**
 * label
 */
/* line 275, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm label {
  float: left;
  display: block;
  font-weight: normal;
  width: 180px;
  padding: 5px 5px 0 11px; }

/* line 282, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm.narrow label {
  width: 100px; }

/* line 285, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm.form-vertical label {
  float: none;
  width: auto; }

/* line 290, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm label.checkbox {
  padding-left: 0;
  width: auto; }

/* line 294, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm label.required {
  background: transparent url("../images/required.gif") 1px 11px no-repeat; }

/* line 297, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.input-append + label.checkbox {
  margin-left: 1em; }

/* line 302, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm label.warning,
.gmcForm .other label.required.warning {
  color: orange; }

/* line 307, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm label.error,
.gmcForm .other label.required.error {
  color: #b94a48; }

/* line 312, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm li li label {
  padding-left: 0; }

/**
 * input
 */
/* line 322, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm input,
.gmcForm textarea {
  margin-top: 0;
  margin-right: 0.5em;
  float: left; }

/* line 328, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm .input-append input {
  margin-right: 0;
  float: none; }

/* line 333, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol.checkboxes {
  padding: 2px 20px 0 0;
  margin-top: -1px; }

/* line 337, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol.radiobuttons {
  padding: 0 20px 0 0;
  margin-top: 4px; }

/* line 341, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol.checkboxes li {
  padding: 0 2px; }

/* line 344, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol.radiobuttons li {
  padding: 0 2px; }

/* line 347, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm .floating ol.checkboxes li,
.gmcForm .floating ol.radiobuttons li {
  float: left;
  clear: none;
  padding-right: 10px; }

/* line 353, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol.checkboxes li label {
  padding: 4px 0 0 0;
  width: auto; }

/* line 357, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol.radiobuttons li label {
  padding: 1px 0 0 0;
  width: auto; }

/* line 362, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol li input[type="checkbox"],
.gmcForm ol li input[type="radio"] {
  margin-right: 5px; }

/* line 368, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm .accept label.gmcCheckBox,
.gmcForm .accept label.checkbox {
  width: auto; }

/*
.gmcForm ol li table {
	float: left;
	margin-top: 1px;
	padding: 0;
}
.gmcForm ol li table td {
	padding: 0 7px 4px 0;
}
.gmcForm ol li table label {
	width: auto;
	padding: 2px 0 0 0;
}
*/
/**
 * dropdown (select)
 */
/* line 394, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm select {
  /*	width:256px;*/
  /*	height:21px;*/
  /*	margin:0 6px 5px 0;*/
  /*	padding: 0;*/
  float: left; }

/* line 402, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm .dropdown {
  padding: 0;
  margin: 0; }

/* line 406, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm ol.dropdown li select {
  margin-left: 0; }

/*
select option,
.gmcForm select option {
	padding: 0 3px;
}
*/
/* line 417, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm span {
  float: left; }

/* line 420, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm span.caret,
.gmcForm span.add-on,
.gmcForm span.caret,
.gmcForm span.help-block {
  float: none; }

/* line 427, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm span.help-block {
  clear: left; }

/* line 431, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm .fieldWithErrors {
  overflow: auto; }

/**
 * buttons
 */
/*
a.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	color: #333;
	cursor: pointer;
	background: #eee url(../images/gmcForm/button.png) no-repeat left top;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #999 #999 #ccc;
	font-weight: normal;
	padding: 3px 8px;
	float: left;
	text-shadow: 0 1px 0 #eee;
	border-radius: 4px;

	white-space: nowrap;
	overflow: visible;
	width: auto;
	line-height: 135%;
	margin-right: 5px;
	text-decoration: none;


}
*+html input[type="reset"] {
	line-height: 110%;
	background:#eee url(../images/gmcForm/button-ie.png) no-repeat -1px 0;
}
*/
/* line 471, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.buttonRow,
.buttons {
  overflow: hidden;
  clear: both;
  float: right; }

/*
	.buttons a.button,
	.buttons input[type="button"],
	.buttons input[type="submit"],
	.buttons input[type="reset"] {
		margin-left: 5px;
		margin-right: 0;
	}
	.buttons input[type="submit"] {
		font-weight: bold;
	}
	*/
/* line 490, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
div#detail .buttonRow,
div#detail .buttons {
  float: none; }

/**
 * predefined sizes
 */
/* line 500, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm input.narrow {
  width: 60px; }

/**
 * unit(s)
 */
/* line 509, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.unit {
  font-family: Georgia;
  font-style: italic;
  color: #888;
  margin: 0 6px 0 0;
  font-size: 11px;
  float: left; }

/* line 517, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
table .unit {
  float: none;
  margin: 0; }

/**
 * other (sonstige)
 */
/* line 527, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm .other label.required {
  padding: 0 0 0 11px;
  background: transparent url(../images/gmcForm/required.gif) 1px 11px no-repeat;
  color: #333;
  clear: both;
  display: block;
  float: none; }

/* line 537, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm select optgroup {
  font-weight: bold;
  font-weight: 600;
  padding: 2px;
  color: #999;
  font-style: normal; }

/* line 544, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm select optgroup option {
  padding: 1px 0 1px 10px;
  color: #000; }

/* line 548, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
.gmcForm input.date {
  width: 75px; }

/*
.gmcForm div.tooltip {
	position: absolute;
	height: 24px;
	background: transparent url(../images/gmcForm/tooltip.gif) top left no-repeat;
	color: white;
	padding: 2px 7px;
	font-size: 0.9em;
	z-index: 5000;
}
*/
/**
 * TICKER
 */
/* line 569, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
div.ticker {
  position: absolute;
  top: 0;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  right: 0;
  z-index: 100;
  background: #fff;
  background: #43AC6A;
  height: 50px;
  border-radius: 0 0 5px 5px;
  display: table; }
  /* line 584, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
  div.ticker.error {
    background: #b94a48; }

/* line 589, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
div.ticker p {
  margin: 0;
  padding: 0 16px;
  line-height: 1.5em;
  color: #fff;
  display: table-cell;
  vertical-align: middle; }

/* line 597, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
div.ticker p a.close {
  float: right;
  color: #fff;
  text-decoration: none; }

/* line 606, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
input.address.number,
input.address.door {
  width: 40px; }

/* line 611, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
input.int,
input.integer,
input.year,
input.float,
input.float-3,
input.floatneg {
  text-align: right; }

/* line 620, web/modules/biomasse/scss/gmcForm/_gmcForm.scss */
div.messagebox.inline {
  clear: both;
  padding: 2px 10px;
  float: left;
  width: auto;
  margin-bottom: 5px; }

/* line 1, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
input#client-hausnummer,
input#client-stiege,
input#client-tuer,
input#client-plz,
input#object-plz,
input#client-VB-hausnummer,
input#client-VB-stiege,
input#client-VB-tuer,
input#client-VB-plz,
input#client-ET-hausnummer,
input#client-ET-stiege,
input#client-ET-tuer,
input#client-ET-plz,
input#user-plz,
input#user-hausnummer {
  width: 51px; }

/* line 18, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
input#facility-fuel_type_alt,
input#object-hausnummer,
input#client-hausnummer,
input#client-VB-hausnummer,
input#client-ET-hausnummer {
  width: 22px; }

/* line 25, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
input#object-stiege,
input#client-stiege,
input#client-VB-stiege,
input#client-ET-stiege {
  width: 10px; }

/* line 31, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
input#object-tuer,
input#client-tuer,
input#client-VB-tuer,
input#client-ET-tuer {
  width: 15px; }

/* line 38, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
input#client-strasse,
input#client-VB-strasse,
input#client-ET-strasse,
input#object-strasse,
input#user-strasse {
  width: 168px; }

/* line 45, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
select#object-hdb_kehrbezirk_id,
select#object-hdb_kehrgebiet_id,
select#facility-fuel_type {
  width: 105px; }

/* line 50, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
input#object-gemeinde_kennziffer,
input#object-gemeinde_kennziffer_alt,
input#facility-anlagen_nr_neu,
input#facility-anlagen_nr_alt {
  width: 51px; }

/* line 56, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
input#user-login,
input#user-password {
  width: 180px; }

/* line 61, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
div.button span.ajaxloader {
  margin: 6px 0 0 14px;
  background: #e7e7e7 url("../images/heizanlagen/ajax-loader-squares.gif") no-repeat left top; }

/* line 66, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm ol li.suggestion {
  position: relative; }

/* line 69, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm ol li.suggestion > i {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #DF7800; }

/* line 75, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm ol li.suggestion > label {
  padding-left: 32px;
  width: 159px;
  color: #DF7800;
  font-weight: bold;
  font-weight: 600; }

/* line 83, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm ul#suggestions {
  padding: 0 0 0 2em; }

/* line 86, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm ul#suggestions li {
  list-style: disc;
  padding: 4px 0; }

/* line 91, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm span.span90,
.gmcForm span.span90b {
  text-align: right;
  width: 80px;
  padding: 1px 5px 0 0; }

/* line 97, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm span.span90b {
  font-weight: bold;
  font-weight: 600; }

/* line 103, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm ol li.checkbox {
  padding-left: 0; }

/* line 106, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm ol li.checkbox input {
  position: absolute;
  margin-left: -20px; }

/* line 110, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm ol li.checkbox label {
  float: none;
  width: auto;
  padding-left: 30px; }

/* line 119, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm ol li.benchmark {
  padding: 1em 0;
  border-top: 1px solid #fff; }
  /* line 122, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
  .gmcForm ol li.benchmark p {
    padding: 0 0 1.5em 0;
    margin: 0;
    line-height: 1.4;
    color: #444; }
  /* line 128, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
  .gmcForm ol li.benchmark table {
    border: 0 none;
    float: right;
    width: 350px; }
    /* line 132, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
    .gmcForm ol li.benchmark table.info {
      float: none;
      width: 100%; }
  /* line 137, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
  .gmcForm ol li.benchmark img {
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    float: left; }

/* line 148, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm .benchmark h3 {
  font-size: 1.5em;
  margin: 1em 0;
  font-family: Georgia, serif;
  font-style: italic;
  color: #444; }

/* line 155, web/modules/biomasse/scss/gmcForm/_gmcFormBiomasse.scss */
.gmcForm .benchmark .unit {
  float: none;
  margin: 0; }

/* line 1, web/modules/biomasse/scss/jquery/_autocomplete.scss */
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999; }

/* line 9, web/modules/biomasse/scss/jquery/_autocomplete.scss */
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 17, web/modules/biomasse/scss/jquery/_autocomplete.scss */
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
  line-height: 16px;
  overflow: hidden;
  width: auto; }

/* line 38, web/modules/biomasse/scss/jquery/_autocomplete.scss */
.ac_loading,
.gmcForm input[type=text].ac_loading {
  background: #fff url("../images/heizanlagen/ajax-loader-squares.gif") right center no-repeat; }

/* line 43, web/modules/biomasse/scss/jquery/_autocomplete.scss */
.ac_odd {
  background-color: #eee; }

/* line 47, web/modules/biomasse/scss/jquery/_autocomplete.scss */
.ac_over {
  background-color: #0A246A;
  color: white; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 10, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/ }

/* line 21, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker-inline {
  width: 220px; }

/* line 24, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker.datepicker-rtl {
  direction: rtl; }

/* line 27, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker.datepicker-rtl table tr td span {
  float: right; }

/* line 30, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0; }

/* line 34, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

/* line 45, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

/* line 55, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker > div {
  display: none; }

/* line 58, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker.days div.datepicker-days {
  display: block; }

/* line 61, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker.months div.datepicker-months {
  display: block; }

/* line 64, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker.years div.datepicker-years {
  display: block; }

/* line 67, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table {
  margin: 0; }

/* line 70, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

/* line 80, web/modules/biomasse/scss/jquery/_datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/* line 84, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

/* line 88, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

/* line 92, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 98, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000 !important; }

/* line 116, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

/* line 138, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

/* line 148, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 167, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

/* line 189, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

/* line 199, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 211, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td span:hover {
  background: #eeeeee; }

/* line 214, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 220, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 239, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

/* line 261, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

/* line 271, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker table tr td span.old {
  color: #999999; }

/* line 274, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker th.switch {
  width: 145px; }

/* line 277, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer; }

/* line 281, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee; }

/* line 285, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

/* line 291, web/modules/biomasse/scss/jquery/_datepicker.scss */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

/* line 295, web/modules/biomasse/scss/jquery/_datepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 23, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 28, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

/* line 39, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

/* line 42, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container a {
  cursor: pointer; }

/* line 45, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

/* line 53, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
/* line 61, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

/* line 82, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999; }

/* line 85, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 92, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

/* line 95, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../js/jquery/plugins/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

/* line 105, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

/* line 108, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

/* line 111, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

/* line 119, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../js/jquery/plugins/chosen/chosen-sprite.png") no-repeat 0px 2px; }

/* line 125, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  padding: 0;
  white-space: nowrap; }

/* line 133, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../js/jquery/plugins/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../js/jquery/plugins/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  border-left: 0;
  border-right: 0; }

/* line 149, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

/* line 154, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
/* line 161, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

/* line 171, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

/* line 180, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

/* line 184, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* line 189, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

/* line 198, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

/* line 203, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

/* line 208, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

/* line 211, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
/* line 218, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

/* line 234, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

/* line 238, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

/* line 243, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

/* line 257, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

/* line 278, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

/* line 281, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../js/jquery/plugins/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

/* line 291, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

/* line 294, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

/* line 305, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

/* line 308, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

/* line 311, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

/* line 315, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
/* line 323, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* line 327, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

/* line 340, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

/* line 344, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

/* line 347, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* line 351, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
/* line 357, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

/* line 361, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default; }

/* line 364, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
/* line 370, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl {
  text-align: right; }

/* line 373, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

/* line 377, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

/* line 382, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

/* line 385, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

/* line 389, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

/* line 393, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right; }

/* line 396, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

/* line 399, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

/* line 403, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

/* line 407, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

/* line 411, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

/* line 415, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

/* line 419, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

/* line 422, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../js/jquery/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../js/jquery/plugins/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

/* line 428, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

/* line 431, web/modules/biomasse/scss/jquery/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 438, web/modules/biomasse/scss/jquery/_chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../js/jquery/plugins/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 10, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.clearfix {
  *zoom: 1; }

/* line 13, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 19, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.clearfix:after {
  clear: both; }

/* line 22, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 29, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 37, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999; }

/* line 50, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 55, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

/* line 62, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label:empty,
.badge:empty {
  display: none; }

/* line 66, web/modules/biomasse/scss/twitter/_bootstrap.scss */
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

/* line 72, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48; }

/* line 76, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39; }

/* line 80, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406; }

/* line 84, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605; }

/* line 88, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847; }

/* line 92, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635; }

/* line 96, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad; }

/* line 100, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987; }

/* line 104, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333; }

/* line 108, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a; }

/* line 112, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px; }

/* line 117, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0; }

/* line 121, web/modules/biomasse/scss/twitter/_bootstrap.scss */
form {
  margin: 0 0 20px; }

/* line 124, web/modules/biomasse/scss/twitter/_bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

/* line 129, web/modules/biomasse/scss/twitter/_bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 140, web/modules/biomasse/scss/twitter/_bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999; }

/* line 144, web/modules/biomasse/scss/twitter/_bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 0; }

/* line 154, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input,
button,
select,
textarea {
  font-family: Arial, sans-serif; }

/* line 160, web/modules/biomasse/scss/twitter/_bootstrap.scss */
label {
  display: block;
  margin-bottom: 5px; }

/* line 164, web/modules/biomasse/scss/twitter/_bootstrap.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle; }

/* line 193, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input,
textarea,
.uneditable-input {
  width: 206px; }

/* line 198, web/modules/biomasse/scss/twitter/_bootstrap.scss */
textarea {
  height: auto; }

/* line 201, web/modules/biomasse/scss/twitter/_bootstrap.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s; }

/* line 227, web/modules/biomasse/scss/twitter/_bootstrap.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #999;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */ }

/* line 252, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

/* line 263, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

/* line 272, web/modules/biomasse/scss/twitter/_bootstrap.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px; }

/* line 282, web/modules/biomasse/scss/twitter/_bootstrap.scss */
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff; }

/* line 287, web/modules/biomasse/scss/twitter/_bootstrap.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 291, web/modules/biomasse/scss/twitter/_bootstrap.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 299, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

/* line 309, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

/* line 313, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.uneditable-textarea {
  width: auto;
  height: auto; }

/* line 317, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999; }

/* line 321, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }

/* line 325, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

/* line 329, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }

/* line 334, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

/* line 339, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

/* line 343, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 350, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

/* line 354, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-mini {
  width: 60px; }

/* line 357, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-small {
  width: 90px; }

/* line 360, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-medium {
  width: 150px; }

/* line 363, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-large {
  width: 210px; }

/* line 366, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-xlarge {
  width: 270px; }

/* line 369, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-xxlarge {
  width: 530px; }

/* line 372, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

/* line 383, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

/* line 395, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0; }

/* line 400, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

/* line 403, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px; }

/* line 406, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px; }

/* line 409, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px; }

/* line 412, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px; }

/* line 415, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px; }

/* line 418, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px; }

/* line 421, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px; }

/* line 424, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px; }

/* line 427, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px; }

/* line 430, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px; }

/* line 433, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px; }

/* line 436, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px; }

/* line 439, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.controls-row {
  *zoom: 1; }

/* line 442, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 448, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.controls-row:after {
  clear: both; }

/* line 451, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

/* line 455, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px; }

/* line 459, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

/* line 468, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

/* line 474, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }

/* line 479, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853; }

/* line 486, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 494, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

/* line 502, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

/* line 508, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }

/* line 513, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48; }

/* line 520, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 528, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

/* line 536, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

/* line 542, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }

/* line 547, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847; }

/* line 554, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 562, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

/* line 570, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

/* line 576, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad; }

/* line 581, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad; }

/* line 588, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 596, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }

/* line 604, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

/* line 610, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

/* line 616, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7; }

/* line 624, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }

/* line 632, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 638, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-actions:after {
  clear: both; }

/* line 641, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.help-block,
.help-inline {
  color: #595959; }

/* line 645, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px; }

/* line 649, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

/* line 658, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap; }

/* line 664, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 13px; }

/* line 674, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top; }

/* line 688, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2; }

/* line 696, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc; }

/* line 711, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top; }

/* line 722, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546; }

/* line 727, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }

/* line 751, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }

/* line 777, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px; }

/* line 784, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px; }

/* line 791, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

/* line 794, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0; }

/* Allow for input prepend/append in search forms */
/* line 833, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 862, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

/* line 867, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block; }

/* line 873, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

/* line 879, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 887, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

/* line 895, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.control-group {
  margin-bottom: 10px; }

/* line 898, web/modules/biomasse/scss/twitter/_bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

/* line 902, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1; }

/* line 906, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 912, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both; }

/* line 915, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }

/* line 921, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }

/* line 927, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px; }

/* line 930, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0; }

/* line 933, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px; }

/* line 941, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px; }

/* line 944, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 984, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

/* line 993, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9; }

/* line 997, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn:first-child {
  *margin-left: 0; }

/* line 1000, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

/* line 1009, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 1014, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 1022, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 1032, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px; }

/* line 1039, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

/* line 1043, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.049999999999999px; }

/* line 1050, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

/* line 1054, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

/* line 1058, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 9.75px; }

/* line 1065, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1074, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 1077, web/modules/biomasse/scss/twitter/_bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 1082, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

/* line 1090, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }

/* line 1094, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/* line 1112, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

/* line 1121, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9; }

/* line 1125, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/* line 1143, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505; }

/* line 1152, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9; }

/* line 1156, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/* line 1174, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a; }

/* line 1183, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9; }

/* line 1187, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/* line 1205, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249; }

/* line 1214, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9; }

/* line 1218, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/* line 1236, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0; }

/* line 1245, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9; }

/* line 1249, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

/* line 1267, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515; }

/* line 1276, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9; }

/* line 1280, web/modules/biomasse/scss/twitter/_bootstrap.scss */
button.btn,
input[type="submit"].btn {
  -webkit-margin-before: 0;
  *padding-top: 3px;
  *padding-bottom: 3px; }

/* line 1286, web/modules/biomasse/scss/twitter/_bootstrap.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 1291, web/modules/biomasse/scss/twitter/_bootstrap.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

/* line 1296, web/modules/biomasse/scss/twitter/_bootstrap.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

/* line 1301, web/modules/biomasse/scss/twitter/_bootstrap.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px; }

/* line 1306, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 1315, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc; }

/* line 1323, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

/* line 1328, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none; }

/* line 1332, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }

/* line 1344, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0; }

/* line 1347, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group + .btn-group,
.btn-group + .btn {
  margin-left: 5px; }

/* line 1351, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 1356, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px; }

/* line 1361, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn {
  position: relative; }

/* line 1367, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px; }

/* line 1370, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px; }

/* line 1375, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 9.75px; }

/* line 1378, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn-small {
  font-size: 11.049999999999999px; }

/* line 1381, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn-large {
  font-size: 16.25px; }

/* line 1384, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }

/* line 1402, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0; }

/* line 1420, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

/* line 1426, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 1430, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px; }

/* line 1439, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

/* line 1445, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

/* line 1449, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

/* line 1455, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 1461, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }

/* line 1464, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc; }

/* line 1467, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }

/* line 1470, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }

/* line 1473, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }

/* line 1476, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }

/* line 1479, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222; }

/* line 1482, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn .caret {
  margin-top: 5px;
  margin-left: 0; }

/* line 1486, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px; }

/* line 1491, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

/* line 1496, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px; }

/* line 1499, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

/* line 1508, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

/* line 1515, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%; }

/* line 1523, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

/* line 1547, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none; }

/* line 1552, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav > li > a {
  display: block; }

/* line 1555, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee; }

/* line 1559, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav > li > a > img {
  max-width: none; }

/* line 1562, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav > .pull-right {
  float: right; }

/* line 1565, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

/* line 1575, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px; }

/* line 1578, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

/* line 1583, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

/* line 1589, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px; }

/* line 1592, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc; }

/* line 1598, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

/* line 1602, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

/* line 1611, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1; }

/* line 1615, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 1623, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both; }

/* line 1627, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left; }

/* line 1631, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

/* line 1638, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }

/* line 1641, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px; }

/* line 1644, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* line 1653, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

/* line 1656, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

/* line 1664, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 1673, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc; }

/* line 1678, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-stacked > li {
  float: none; }

/* line 1681, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0; }

/* line 1684, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0; }

/* line 1687, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 1693, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

/* line 1701, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 1709, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2; }

/* line 1713, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

/* line 1716, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

/* line 1719, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* line 1724, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 1729, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px; }

/* line 1734, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* move down carets for tabs */
/* line 1739, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

/* line 1742, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

/* line 1746, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

/* line 1750, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav > .dropdown.active > a:hover {
  cursor: pointer; }

/* line 1753, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999; }

/* line 1760, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 1768, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-stacked .open > a:hover {
  border-color: #999999; }

/* line 1771, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabbable {
  *zoom: 1; }

/* line 1774, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 1780, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabbable:after {
  clear: both; }

/* line 1783, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tab-content {
  overflow: auto;
  /* position: absolute; */
  /* top: 110px; */ }

/* line 1788, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

/* line 1793, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

/* line 1797, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block; }

/* line 1801, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

/* line 1804, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

/* line 1808, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/* line 1813, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd; }

/* line 1817, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd; }

/* line 1821, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

/* line 1825, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

/* line 1831, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

/* line 1836, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 1842, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

/* line 1845, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff; }

/* line 1850, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

/* line 1855, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

/* line 1861, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

/* line 1864, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff; }

/* line 1869, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav > .disabled > a {
  color: #999999; }

/* line 1872, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

/* line 1877, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination {
  margin: 20px 0; }

/* line 1880, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0; }

/* line 1895, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination ul > li {
  display: inline; }

/* line 1898, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }

/* line 1908, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

/* line 1913, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default; }

/* line 1918, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default; }

/* line 1925, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 1935, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

/* line 1944, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination-centered {
  text-align: center; }

/* line 1947, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination-right {
  text-align: right; }

/* line 1950, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px; }

/* line 1955, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

/* line 1964, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

/* line 1973, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px; }

/* line 1984, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px; }

/* line 1995, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.049999999999999px; }

/* line 2000, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px; }

/* line 2005, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5; }

/* line 2015, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853; }

/* line 2019, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert h4 {
  margin: 0; }

/* line 2022, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

/* line 2028, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

/* line 2033, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert-success h4 {
  color: #468847; }

/* line 2036, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

/* line 2042, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48; }

/* line 2046, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

/* line 2051, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert-info h4 {
  color: #3a87ad; }

/* line 2054, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

/* line 2058, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

/* line 2062, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.alert-block p + p {
  margin-top: 5px; }

/* line 2065, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 2075, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* line 2079, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip.top {
  margin-top: -3px; }

/* line 2082, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip.right {
  margin-left: 3px; }

/* line 2085, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip.bottom {
  margin-top: 3px; }

/* line 2088, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip.left {
  margin-left: -3px; }

/* line 2091, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 2102, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 2109, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

/* line 2116, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

/* line 2123, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

/* line 2130, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

/* line 2137, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  white-space: normal; }

/* line 2160, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.top {
  margin-top: -10px; }

/* line 2163, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.right {
  margin-left: 10px; }

/* line 2166, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px; }

/* line 2169, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.left {
  margin-left: -10px; }

/* line 2172, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

/* line 2184, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover-content {
  padding: 9px 14px; }

/* line 2187, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 2196, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover .arrow {
  border-width: 11px; }

/* line 2199, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 2203, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

/* line 2211, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

/* line 2217, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

/* line 2225, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

/* line 2231, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

/* line 2239, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

/* line 2245, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

/* line 2253, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

/* line 2259, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

/* line 2268, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0; }

/* line 2271, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* line 2276, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }

/* line 2300, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%; }

/* line 2307, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal.fade.in {
  top: 10%; }

/* line 2310, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

/* line 2314, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-header .close {
  margin-top: 2px; }

/* line 2317, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px; }

/* line 2321, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

/* line 2327, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-form {
  margin-bottom: 0; }

/* line 2330, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1; }

/* line 2344, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 2350, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-footer:after {
  clear: both; }

/* line 2353, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

/* line 2357, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

/* line 2360, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

/* line 2363, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropup,
.dropdown {
  position: relative; }

/* line 2367, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px; }

/* line 2370, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

/* line 2374, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

/* line 2384, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

/* line 2388, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

/* line 2414, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

/* line 2418, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

/* line 2427, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap; }

/* line 2436, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

/* line 2450, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

/* line 2464, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999; }

/* line 2468, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default; }

/* line 2475, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.open {
  *z-index: 1000; }

/* line 2478, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.open > .dropdown-menu {
  display: block; }

/* line 2481, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 2485, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: ""; }

/* line 2491, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

/* line 2497, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-submenu {
  position: relative; }

/* line 2500, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

/* line 2509, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

/* line 2512, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

/* line 2521, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

/* line 2534, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

/* line 2537, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none; }

/* line 2540, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/* line 2547, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

/* line 2551, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 2558, web/modules/biomasse/scss/twitter/_bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

/* line 2564, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 20px; }

/* line 2568, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

/* line 2576, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table th {
  font-weight: bold;
  font-weight: 600; }

/* line 2580, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table thead th {
  vertical-align: bottom; }

/* line 2583, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0; }

/* line 2594, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table .table {
  background-color: #ffffff; }

/* line 2597, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

/* line 2601, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 2610, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd; }

/* line 2614, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0; }

/* line 2625, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

/* line 2632, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px; }

/* line 2639, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 2648, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

/* line 2657, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }

/* line 2662, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

/* line 2667, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

/* line 2675, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px; }

/* line 2683, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

/* line 2687, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

/* line 2691, web/modules/biomasse/scss/twitter/_bootstrap.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

/* line 2699, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0; }

/* line 2705, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0; }

/* line 2711, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0; }

/* line 2717, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0; }

/* line 2723, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0; }

/* line 2729, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0; }

/* line 2735, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0; }

/* line 2741, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0; }

/* line 2747, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0; }

/* line 2753, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0; }

/* line 2759, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0; }

/* line 2765, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0; }

/* line 2771, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table tbody tr.success > td {
  background-color: #dff0d8; }

/* line 2774, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table tbody tr.error > td {
  background-color: #f2dede; }

/* line 2777, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3; }

/* line 2780, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table tbody tr.info > td {
  background-color: #d9edf7; }

/* line 2783, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6; }

/* line 2786, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc; }

/* line 2789, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc; }

/* line 2792, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-ms-keyframes progress-bar-stripes {
  /* line 2812, web/modules/biomasse/scss/twitter/_bootstrap.scss */
  from {
    background-position: 40px 0; }
  /* line 2815, web/modules/biomasse/scss/twitter/_bootstrap.scss */
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

/* line 2835, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 2854, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* line 2881, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

/* line 2886, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px; }

/* line 2898, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 2905, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0); }

/* line 2916, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 2925, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0); }

/* line 2936, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 2945, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0); }

/* line 2956, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 2965, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); }

/* line 2976, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 2986, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pull-right {
  float: right; }

/* line 2989, web/modules/biomasse/scss/twitter/_bootstrap.scss */
.pull-left {
  float: left; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?61690903");
  src: url("../fonts/icons.eot?61690903#iefix") format("embedded-opentype"), url("../fonts/icons.woff?61690903") format("woff"), url("../fonts/icons.ttf?61690903") format("truetype"), url("../fonts/icons.svg?61690903#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?39233299#icons') format('svg');
  }
}
*/
/* line 22, web/modules/biomasse/scss/biomasse/_icons.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* line 53, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-attention-circle:before {
  content: '\21'; }

/* '!' */
/* line 54, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-plus-circle:before {
  content: '\2b'; }

/* '+' */
/* line 55, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-help-circle:before {
  content: '\3f'; }

/* '?' */
/* line 56, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-comment:before {
  content: '\43'; }

/* 'C' */
/* line 57, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-download:before {
  content: '\44'; }

/* 'D' */
/* line 58, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-arrow-left:before {
  content: '\4c'; }

/* 'L' */
/* line 59, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-menu:before {
  content: '\4d'; }

/* 'M' */
/* line 60, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-ok:before {
  content: '\4f'; }

/* 'O' */
/* line 61, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-plus-squared:before {
  content: '\50'; }

/* 'P' */
/* line 62, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-arrow-right:before {
  content: '\52'; }

/* 'R' */
/* line 63, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-search:before {
  content: '\53'; }

/* 'S' */
/* line 64, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-user:before {
  content: '\55'; }

/* 'U' */
/* line 65, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-attention:before {
  content: '\57'; }

/* 'W' */
/* line 66, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-cancel-circle:before {
  content: '\58'; }

/* 'X' */
/* line 67, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-bell-alt:before {
  content: '\61'; }

/* 'a' */
/* line 68, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-clock:before {
  content: '\63'; }

/* 'c' */
/* line 69, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-down:before {
  content: '\64'; }

/* 'd' */
/* line 70, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-export:before {
  content: '\65'; }

/* 'e' */
/* line 71, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-info-circled:before {
  content: '\69'; }

/* 'i' */
/* line 72, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-chart-pie:before {
  content: '\70'; }

/* 'p' */
/* line 73, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-right:before {
  content: '\72'; }

/* 'r' */
/* line 74, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-star:before {
  content: '\73'; }

/* 's' */
/* line 75, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-users:before {
  content: '\75'; }

/* 'u' */
/* line 76, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-cancel:before {
  content: '\78'; }

/* 'x' */
/* line 77, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-doc:before {
  content: '\e800'; }

/* '' */
/* line 78, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-list:before {
  content: '\e801'; }

/* '' */
/* line 79, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-down-open:before {
  content: '\e802'; }

/* '' */
/* line 80, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-up-open:before {
  content: '\e803'; }

/* '' */
/* line 81, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-right-1:before {
  content: '\e804'; }

/* '' */
/* line 86, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-up-right:before {
  content: '\e804';
  transform: rotate(-45deg); }

/* line 90, web/modules/biomasse/scss/biomasse/_icons.scss */
.icon-down-right:before {
  content: '\e804';
  transform: rotate(45deg); }

/* hide scrollbars in ie */
/* line 5, web/modules/biomasse/scss/biomasse/_screen.scss */
html, body {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  line-height: 1.3;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }

/* line 14, web/modules/biomasse/scss/biomasse/_screen.scss */
html {
  font-size: 87.5%;
  overflow: hidden; }

/* line 19, web/modules/biomasse/scss/biomasse/_screen.scss */
body {
  color: #333;
  background: #fff;
  overflow: hidden; }

/* line 25, web/modules/biomasse/scss/biomasse/_screen.scss */
b, strong {
  font-weight: 600; }

/* line 29, web/modules/biomasse/scss/biomasse/_screen.scss */
img {
  border: 0; }

/* line 33, web/modules/biomasse/scss/biomasse/_screen.scss */
small {
  font-size: 11px;
  color: #666; }

/* line 38, web/modules/biomasse/scss/biomasse/_screen.scss */
h1 {
  color: #555555;
  font-weight: normal;
  margin-bottom: 16px;
  font-family: Georgia, serif;
  font-style: italic; }
  /* line 44, web/modules/biomasse/scss/biomasse/_screen.scss */
  h1 span {
    float: left;
    margin: 5px 1em 0 0; }

/* line 49, web/modules/biomasse/scss/biomasse/_screen.scss */
.content h1 {
  margin-top: 0;
  padding-top: 0; }

/* line 54, web/modules/biomasse/scss/biomasse/_screen.scss */
h2 {
  color: #555555;
  font-weight: normal;
  margin: 0 0 1em; }

/* line 60, web/modules/biomasse/scss/biomasse/_screen.scss */
ul {
  margin-bottom: 1em; }

/* line 64, web/modules/biomasse/scss/biomasse/_screen.scss */
hr {
  border: 0 none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 71, web/modules/biomasse/scss/biomasse/_screen.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 79, web/modules/biomasse/scss/biomasse/_screen.scss */
.modal.fade.in {
  top: 5%; }

/* line 83, web/modules/biomasse/scss/biomasse/_screen.scss */
#modal img.graph {
  display: block;
  text-align: center;
  border: 10px solid #eee;
  padding: 20px 75px;
  border-radius: 5px;
  margin-bottom: 1em; }

/* line 91, web/modules/biomasse/scss/biomasse/_screen.scss */
#modal .modal-body h3:first-child {
  margin-top: 0;
  padding-top: 0; }

/* line 96, web/modules/biomasse/scss/biomasse/_screen.scss */
.modal-body.higher {
  max-height: 700px; }

/* line 101, web/modules/biomasse/scss/biomasse/_screen.scss */
.nowrap {
  white-space: nowrap; }

/* line 106, web/modules/biomasse/scss/biomasse/_screen.scss */
div.logs {
  padding: 0;
  margin: 0; }
  /* line 110, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.logs ul {
    margin: 0;
    padding: 0 0 0 14px;
    list-style: none;
    float: left; }
    /* line 115, web/modules/biomasse/scss/biomasse/_screen.scss */
    div.logs ul li {
      padding: 5px 0; }
      /* line 117, web/modules/biomasse/scss/biomasse/_screen.scss */
      div.logs ul li div {
        padding: 2px 10px; }
        /* line 119, web/modules/biomasse/scss/biomasse/_screen.scss */
        div.logs ul li div.log {
          background: #fff;
          border-radius: 4px;
          display: inline-block; }
      /* line 126, web/modules/biomasse/scss/biomasse/_screen.scss */
      div.logs ul li small {
        padding: 0 10px;
        display: inline-block;
        width: 120px; }

/* line 136, web/modules/biomasse/scss/biomasse/_screen.scss */
div#list {
  overflow-x: hidden; }

/* line 139, web/modules/biomasse/scss/biomasse/_screen.scss */
div#list div#pagination {
  display: block;
  overflow: hidden;
  background: white;
  border-top: 1px solid #ccc;
  height: 45px; }

/* line 147, web/modules/biomasse/scss/biomasse/_screen.scss */
ul.downloads {
  margin: 0;
  padding: 0;
  list-style: none; }
  /* line 152, web/modules/biomasse/scss/biomasse/_screen.scss */
  ul.downloads li {
    padding: 4px 0; }
    /* line 154, web/modules/biomasse/scss/biomasse/_screen.scss */
    ul.downloads li a.pdf {
      background: url("../images/icons/pdf.png") top left no-repeat;
      padding-left: 20px;
      display: block; }

/* line 162, web/modules/biomasse/scss/biomasse/_screen.scss */
div.pagination {
  height: 35px;
  margin: 10px;
  text-align: center; }
  /* line 167, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.pagination a,
  div.pagination span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 2px;
    background: #D1C2B3;
    text-decoration: none; }
    /* line 174, web/modules/biomasse/scss/biomasse/_screen.scss */
    div.pagination a.active,
    div.pagination span.active {
      background: #663300;
      color: #fff; }
  /* line 181, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.pagination a:hover {
    background: #bea993;
    color: #000; }
  /* line 187, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.pagination span,
  div.pagination a.jump,
  div.pagination span.spacer,
  div.pagination span.disabled {
    border: 0 none;
    margin-right: 1px;
    background: none;
    box-shadow: none; }
  /* line 196, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.pagination span.disabled {
    color: #ccc; }

/* line 201, web/modules/biomasse/scss/biomasse/_screen.scss */
a {
  color: #693500;
  text-decoration: underline;
  outline: 0;
  /* prevent dotted border after click in firefox */ }
  /* line 206, web/modules/biomasse/scss/biomasse/_screen.scss */
  a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.5; }

/* line 213, web/modules/biomasse/scss/biomasse/_screen.scss */
a.btn,
ul.dropdown-menu a {
  text-decoration: none; }

/* line 218, web/modules/biomasse/scss/biomasse/_screen.scss */
a:hover {
  color: #333;
  text-decoration: none; }

/* line 223, web/modules/biomasse/scss/biomasse/_screen.scss */
p {
  margin-bottom: 1em; }

/* line 227, web/modules/biomasse/scss/biomasse/_screen.scss */
p.version {
  font-size: 11px;
  color: #999;
  clear: both;
  padding-top: 7em;
  text-align: center; }

/* line 235, web/modules/biomasse/scss/biomasse/_screen.scss */
.hidden {
  display: none; }

/* line 239, web/modules/biomasse/scss/biomasse/_screen.scss */
div#testenv {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 210px;
  z-index: 9000;
  text-align: center;
  margin: 0;
  font-size: 1rem;
  height: 30px; }
  /* line 250, web/modules/biomasse/scss/biomasse/_screen.scss */
  body.formularsystem div#testenv {
    bottom: 40px; }
  /* line 254, web/modules/biomasse/scss/biomasse/_screen.scss */
  div#testenv .bar {
    font-size: 1rem;
    line-height: 30px;
    color: #000;
    text-shadow: none; }

/* line 262, web/modules/biomasse/scss/biomasse/_screen.scss */
#workpane {
  margin-left: 200px;
  height: 100%;
  width: auto; }

/* line 268, web/modules/biomasse/scss/biomasse/_screen.scss */
.block {
  overflow: auto; }

/* line 272, web/modules/biomasse/scss/biomasse/_screen.scss */
fieldset {
  background: #eee;
  border: 0 none;
  display: block;
  margin: 0 0 10px;
  padding: 5px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  /* line 284, web/modules/biomasse/scss/biomasse/_screen.scss */
  fieldset.actions {
    background: #fff;
    border: 1px solid #ccc; }
    /* line 287, web/modules/biomasse/scss/biomasse/_screen.scss */
    fieldset.actions.nolegend {
      padding: 15px; }
    /* line 291, web/modules/biomasse/scss/biomasse/_screen.scss */
    fieldset.actions h4 {
      padding-bottom: 5px; }
    /* line 295, web/modules/biomasse/scss/biomasse/_screen.scss */
    fieldset.actions legend {
      margin-left: 0;
      white-space: nowrap; }
      /* line 298, web/modules/biomasse/scss/biomasse/_screen.scss */
      fieldset.actions legend + p {
        margin-top: -10px;
        padding-top: 0;
        padding-left: 10px;
        color: #666; }
    /* line 306, web/modules/biomasse/scss/biomasse/_screen.scss */
    fieldset.actions p.todo {
      margin: 0;
      background: #fff url("../images/icons/clock_small.png") 3px 0 no-repeat;
      padding: 0 5px 8px 20px;
      overflow: hidden; }
      /* line 312, web/modules/biomasse/scss/biomasse/_screen.scss */
      fieldset.actions p.todo span {
        float: left; }
      /* line 315, web/modules/biomasse/scss/biomasse/_screen.scss */
      fieldset.actions p.todo a {
        float: right; }
  /* line 321, web/modules/biomasse/scss/biomasse/_screen.scss */
  fieldset h4 {
    padding: 0;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: #fff 0 1px 0; }
  /* line 331, web/modules/biomasse/scss/biomasse/_screen.scss */
  fieldset div.sublegend {
    font-family: Georgia;
    font-style: italic;
    color: #777;
    margin: 1em 0 0 0;
    padding: 1em 0 0.7em 10px;
    text-shadow: #fff 0 1px 0;
    border-top: 1px solid #fff; }
  /* line 341, web/modules/biomasse/scss/biomasse/_screen.scss */
  fieldset ol {
    margin: 0;
    padding: 0; }
    /* line 345, web/modules/biomasse/scss/biomasse/_screen.scss */
    fieldset ol li {
      overflow: auto;
      clear: both;
      margin: 0;
      padding: 2px 0 2px 0; }
      /* line 351, web/modules/biomasse/scss/biomasse/_screen.scss */
      fieldset ol li label {
        float: left;
        display: block;
        width: 110px;
        color: #666; }
      /* line 358, web/modules/biomasse/scss/biomasse/_screen.scss */
      fieldset ol li div.container {
        float: left; }
  /* line 364, web/modules/biomasse/scss/biomasse/_screen.scss */
  fieldset .log a {
    text-shadow: #fff 0 1px 0; }
  /* line 368, web/modules/biomasse/scss/biomasse/_screen.scss */
  fieldset span {
    color: #666; }

/* line 375, web/modules/biomasse/scss/biomasse/_screen.scss */
.actions ol.benchmarks {
  padding-left: 23px; }
  /* line 378, web/modules/biomasse/scss/biomasse/_screen.scss */
  .actions ol.benchmarks li {
    margin: 0.3em 0; }

/* line 383, web/modules/biomasse/scss/biomasse/_screen.scss */
.actions .benchmark-green,
.actions .benchmark-orange,
.actions .benchmark-red {
  padding-left: 23px;
  position: relative; }
  /* line 388, web/modules/biomasse/scss/biomasse/_screen.scss */
  .actions .benchmark-green i,
  .actions .benchmark-orange i,
  .actions .benchmark-red i {
    position: absolute;
    top: 7px;
    left: 0; }

/* line 395, web/modules/biomasse/scss/biomasse/_screen.scss */
.actions table.benchmarks {
  max-width: 550px; }
  /* line 397, web/modules/biomasse/scss/biomasse/_screen.scss */
  .actions table.benchmarks td {
    padding-left: 40px; }
  /* line 400, web/modules/biomasse/scss/biomasse/_screen.scss */
  .actions table.benchmarks tr:first-child td {
    border-top: 0 none; }

/* line 405, web/modules/biomasse/scss/biomasse/_screen.scss */
.actions .benchmark-green {
  color: green;
  margin-left: 0 !important; }

/* line 409, web/modules/biomasse/scss/biomasse/_screen.scss */
.actions .benchmark-orange {
  color: orange; }

/* line 412, web/modules/biomasse/scss/biomasse/_screen.scss */
.actions .benchmark-red {
  color: red; }

/* line 417, web/modules/biomasse/scss/biomasse/_screen.scss */
div.loading {
  width: 32px;
  height: 32px;
  background: #fff url("../images/ajax-loader-big.gif") top left no-repeat; }

/* line 423, web/modules/biomasse/scss/biomasse/_screen.scss */
.content {
  padding: 20px; }

/**
 * Page heading
 */
/* line 432, web/modules/biomasse/scss/biomasse/_screen.scss */
.content-header {
  margin-bottom: 15px;
  float: left;
  width: 100%; }

/* line 438, web/modules/biomasse/scss/biomasse/_screen.scss */
.content-header ul.buttons {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right; }

/* line 446, web/modules/biomasse/scss/biomasse/_screen.scss */
.content-header ul.buttons li {
  float: left; }

/* line 451, web/modules/biomasse/scss/biomasse/_screen.scss */
.l {
  float: left; }

/* line 452, web/modules/biomasse/scss/biomasse/_screen.scss */
.r {
  float: right; }

/* line 453, web/modules/biomasse/scss/biomasse/_screen.scss */
th.r,
td.r {
  float: none;
  text-align: right; }

/* line 458, web/modules/biomasse/scss/biomasse/_screen.scss */
th.c,
td.c {
  text-align: center; }

/* line 465, web/modules/biomasse/scss/biomasse/_screen.scss */
.mr30 {
  margin-right: 30px; }

/* line 466, web/modules/biomasse/scss/biomasse/_screen.scss */
.mr50 {
  margin-right: 50px; }

/* line 467, web/modules/biomasse/scss/biomasse/_screen.scss */
.clr {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 1px; }

/* line 469, web/modules/biomasse/scss/biomasse/_screen.scss */
a.toggle,
#filter ul.folder li a.toggle {
  text-decoration: none;
  outline: none;
  color: #333; }

/* line 475, web/modules/biomasse/scss/biomasse/_screen.scss */
#filter ul.folder li a.toggle {
  padding: 3px 0 3px 25px;
  font-weight: normal;
  color: #000; }

/* line 480, web/modules/biomasse/scss/biomasse/_screen.scss */
a.toggle i {
  color: #666;
  font-size: 15px; }

/* line 484, web/modules/biomasse/scss/biomasse/_screen.scss */
.gmcForm ol li > a.toggle {
  margin-left: 6px; }

/* line 487, web/modules/biomasse/scss/biomasse/_screen.scss */
#filter ul.folder li a.toggle i {
  right: auto;
  left: 4px;
  top: 2px;
  font-size: 16px;
  color: #666; }

/* line 494, web/modules/biomasse/scss/biomasse/_screen.scss */
legend a.toggle i {
  font-size: 20px; }

/* line 498, web/modules/biomasse/scss/biomasse/_screen.scss */
div#overlay {
  position: absolute;
  background: #000;
  z-index: 8000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 508, web/modules/biomasse/scss/biomasse/_screen.scss */
div#loading {
  position: absolute;
  width: 100px;
  height: 50px;
  background: #fff url("../images/ajax-loader-squares.gif") 50% 50% no-repeat;
  z-index: 8100;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -50px; }

/* line 520, web/modules/biomasse/scss/biomasse/_screen.scss */
.gmcForm #kosten label {
  width: 230px; }

/* line 524, web/modules/biomasse/scss/biomasse/_screen.scss */
.comment {
  background: url(../images/icons/comment.png) top left no-repeat;
  padding-left: 20px;
  color: #666;
  font-size: 10px; }

/* line 531, web/modules/biomasse/scss/biomasse/_screen.scss */
span.anlagestatus {
  background: #FF5A00;
  color: #fff;
  padding: 1px 4px;
  border-radius: 5px; }

/* line 537, web/modules/biomasse/scss/biomasse/_screen.scss */
span.anlagestatus.status-1 {
  background: green; }

/* line 542, web/modules/biomasse/scss/biomasse/_screen.scss */
.zielwert-ok {
  color: green; }

/* line 545, web/modules/biomasse/scss/biomasse/_screen.scss */
.zielwert-nok {
  color: orange; }

/* line 548, web/modules/biomasse/scss/biomasse/_screen.scss */
.zielwert-error {
  color: red; }

/* line 553, web/modules/biomasse/scss/biomasse/_screen.scss */
div.filter {
  overflow: hidden;
  position: absolute;
  top: 25px;
  right: 15px; }

/* line 559, web/modules/biomasse/scss/biomasse/_screen.scss */
div.filter a.filter {
  float: left;
  display: block;
  background: #D1C2B3;
  padding: 7px 12px 6px 12px;
  margin-right: 4px;
  text-decoration: none; }
  /* line 566, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.filter a.filter:hover {
    background: #bea993; }

/* line 570, web/modules/biomasse/scss/biomasse/_screen.scss */
div.filter a.filter.active {
  background: #663300;
  color: #fff; }
  /* line 573, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.filter a.filter.active:hover {
    background: #4d2600; }

/* line 581, web/modules/biomasse/scss/biomasse/_screen.scss */
table thead th.sortable a.sortAsc:after {
  font-family: 'icons';
  content: " \e803 "; }

/* line 585, web/modules/biomasse/scss/biomasse/_screen.scss */
table thead th.sortable a.sortDesc:after {
  font-family: 'icons';
  content: " \e802 "; }

/* line 591, web/modules/biomasse/scss/biomasse/_screen.scss */
table td.done,
table td.checked {
  color: green; }

/* line 596, web/modules/biomasse/scss/biomasse/_screen.scss */
table a {
  text-decoration: none; }
  /* line 598, web/modules/biomasse/scss/biomasse/_screen.scss */
  table a:hover {
    text-decoration: underline; }

/* line 603, web/modules/biomasse/scss/biomasse/_screen.scss */
table tr.inactive td,
table tr.inactive td a {
  color: #ccc; }

/* line 610, web/modules/biomasse/scss/biomasse/_screen.scss */
.alert.inline {
  float: left;
  margin: 0;
  padding: 1px 8px; }

/**
 * Bootstrap Fixes
 */
/* line 620, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn {
  background: #D1C2B3;
  border-color: #bea993;
  padding: 9px 14px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #693500 !important; }
  /* line 629, web/modules/biomasse/scss/biomasse/_screen.scss */
  .input-append .btn {
    padding-top: 7px;
    padding-bottom: 6px; }

/* line 634, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn:hover,
.btn-hover {
  background: #bea993;
  box-shadow: none;
  color: #000 !important; }

/* line 640, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-hover {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

/* line 652, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn.active,
.btn:active,
.btn-group.open
.btn.dropdown-toggle {
  box-shadow: none;
  background: #bea993; }

/* line 659, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: none; }

/* line 662, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn.dropdown-toggle {
  background: #eee8e3; }

/* line 665, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn.dropdown-toggle:hover {
  background: #e4dcd3; }

/* line 670, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-primary,
.btn-primary:hover,
.btn-danger,
.btn-danger:hover,
.btn-warning,
.btn-warning:hover {
  color: #fff !important; }

/* line 679, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-primary {
  background: #663300;
  border-color: #663300; }

/* line 683, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-primary:hover {
  background: #4d2600;
  border-color: #663300; }

/* line 688, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-danger {
  background: #bd362f; }

/* line 691, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-danger:hover {
  background: #a9302a; }

/* line 694, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-warning {
  background: orange; }

/* line 697, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-warning:hover {
  background: #e69500; }

/* line 701, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-disabled,
.btn-disabled:hover {
  box-shadow: none;
  border: 0 none;
  background: #e6e6e6; }

/* line 709, web/modules/biomasse/scss/biomasse/_screen.scss */
.gmcForm .btn-danger {
  float: right;
  margin-right: 0; }

/* line 714, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn.loading {
  padding-left: 35px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA=="); }

/* line 721, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn-small {
  padding: 5px 10px; }

/* line 726, web/modules/biomasse/scss/biomasse/_screen.scss */
.form-search .input-append .search-query {
  border-radius: 0; }

/* line 729, web/modules/biomasse/scss/biomasse/_screen.scss */
.form-search .input-append .btn {
  padding: 7px 12px 6px 12px;
  border-radius: 0;
  border: 0 none;
  -webkit-margin-before: 0;
  -webkit-padding-after: 7px; }

/* line 737, web/modules/biomasse/scss/biomasse/_screen.scss */
html.ie8 .form-search .input-append .btn {
  height: 29px; }

/* line 740, web/modules/biomasse/scss/biomasse/_screen.scss */
.form-search .input-append .btn.loading {
  color: transparent;
  background-position: 50% 50%; }

/* line 745, web/modules/biomasse/scss/biomasse/_screen.scss */
.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border: 0 none;
  background: #e4dcd3; }

/* line 752, web/modules/biomasse/scss/biomasse/_screen.scss */
.dropdown-menu .divider {
  background: #fff;
  border: 0 none; }

/* line 757, web/modules/biomasse/scss/biomasse/_screen.scss */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu .active > a,
.dropdown-menu .active > a:focus,
.dropdown-menu .active > a:hover,
.dropdown-submenu:hover > a {
  background: #663300; }

/* line 766, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn .caret {
  margin-top: 4px;
  margin-left: 4px;
  border-top: 8px solid #693500; }

/* line 772, web/modules/biomasse/scss/biomasse/_screen.scss */
span.label {
  font-weight: 400;
  text-shadow: none; }

/* line 778, web/modules/biomasse/scss/biomasse/_screen.scss */
legend {
  border: 0 none;
  color: #555555;
  display: block;
  margin: -45px 0 30px 10px;
  padding: 0;
  position: absolute;
  text-shadow: 0 1px 0 #FFFFFF;
  width: auto; }

/* line 789, web/modules/biomasse/scss/biomasse/_screen.scss */
.nav-tabs > li > a,
.dropdown-menu li > a {
  text-decoration: none; }

/* line 794, web/modules/biomasse/scss/biomasse/_screen.scss */
#verlauf fieldset .btn-group {
  float: right;
  margin-top: -40px; }

/* line 799, web/modules/biomasse/scss/biomasse/_screen.scss */
#quicksearch .form-search .input-append .search-query {
  height: 19px; }

/* line 803, web/modules/biomasse/scss/biomasse/_screen.scss */
.input-append {
  float: left; }

/* line 806, web/modules/biomasse/scss/biomasse/_screen.scss */
.help-inline {
  float: none;
  padding: 7px 0 0 0; }

/* line 810, web/modules/biomasse/scss/biomasse/_screen.scss */
.input-append + .help-inline {
  float: left;
  margin-left: 1em; }

/* line 814, web/modules/biomasse/scss/biomasse/_screen.scss */
.help-inline + .help-inline {
  margin-left: 1em; }

/* line 817, web/modules/biomasse/scss/biomasse/_screen.scss */
.help-inline.error {
  color: #b94a48; }

/* line 821, web/modules/biomasse/scss/biomasse/_screen.scss */
input.warning,
textarea.warning,
select.warning {
  color: orange; }

/* line 826, web/modules/biomasse/scss/biomasse/_screen.scss */
input.error,
textarea.error,
select.error {
  color: #b94a48; }

/* line 832, web/modules/biomasse/scss/biomasse/_screen.scss */
input.warning,
textarea.warning,
select.warning {
  border-color: orange; }

/* line 837, web/modules/biomasse/scss/biomasse/_screen.scss */
input.error,
textarea.error,
select.error {
  border-color: #b94a48; }

/* line 842, web/modules/biomasse/scss/biomasse/_screen.scss */
input.warning:focus,
textarea.warning:focus,
select.warning:focus {
  border-color: orange; }

/* line 847, web/modules/biomasse/scss/biomasse/_screen.scss */
input.error:focus,
textarea.error:focus,
select.error:focus {
  border-color: #953b39; }

/* line 852, web/modules/biomasse/scss/biomasse/_screen.scss */
.input-prepend.warning .add-on,
.input-append.warning .add-on {
  color: orange;
  border-color: orange; }

/* line 857, web/modules/biomasse/scss/biomasse/_screen.scss */
.input-prepend.error .add-on,
.input-append.error .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

/* line 864, web/modules/biomasse/scss/biomasse/_screen.scss */
fieldset legend + .help-block {
  margin-left: 10px; }

/* line 868, web/modules/biomasse/scss/biomasse/_screen.scss */
.modal-header {
  background: #663300; }

/* line 871, web/modules/biomasse/scss/biomasse/_screen.scss */
.modal-header h3 {
  color: #fff; }

/* line 874, web/modules/biomasse/scss/biomasse/_screen.scss */
.modal-header .close {
  float: right;
  color: #fff;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  margin: 5px 9px; }

/* line 883, web/modules/biomasse/scss/biomasse/_screen.scss */
.gmcForm .modal-footer input {
  float: right; }

/* line 888, web/modules/biomasse/scss/biomasse/_screen.scss */
a.inplace {
  color: #333; }

/* line 892, web/modules/biomasse/scss/biomasse/_screen.scss */
.popover.medium {
  width: 400px; }

/* line 895, web/modules/biomasse/scss/biomasse/_screen.scss */
.popover.bigger {
  width: 520px; }

/* line 898, web/modules/biomasse/scss/biomasse/_screen.scss */
.popover form {
  margin: 0; }

/* line 901, web/modules/biomasse/scss/biomasse/_screen.scss */
.popover input[type=text] {
  margin-bottom: 0; }

/* line 904, web/modules/biomasse/scss/biomasse/_screen.scss */
.popover .close {
  float: right;
  text-decoration: none;
  color: #999; }

/* line 909, web/modules/biomasse/scss/biomasse/_screen.scss */
.popover .close:hover {
  color: #333; }

/* line 912, web/modules/biomasse/scss/biomasse/_screen.scss */
.popover.medium textarea {
  width: 250px;
  height: 25px; }

/* line 918, web/modules/biomasse/scss/biomasse/_screen.scss */
.tooltip-inner {
  font-size: 12px;
  max-width: 300px;
  white-space: normal; }

/* line 923, web/modules/biomasse/scss/biomasse/_screen.scss */
.tooltip.right .tooltip-inner {
  text-align: left; }

/* line 926, web/modules/biomasse/scss/biomasse/_screen.scss */
.tooltip.left .tooltip-inner {
  text-align: left; }

/* line 934, web/modules/biomasse/scss/biomasse/_screen.scss */
table.outlier label.is_ignored, table.outlier label.is_unknown, table.outlier label.is_checked {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  font-size: 11px; }
  /* line 948, web/modules/biomasse/scss/biomasse/_screen.scss */
  table.outlier label.is_ignored input,
  table.outlier label.is_ignored input,
  table.outlier label.is_ignored input, table.outlier label.is_unknown input,
  table.outlier label.is_unknown input,
  table.outlier label.is_unknown input, table.outlier label.is_checked input,
  table.outlier label.is_checked input,
  table.outlier label.is_checked input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px; }

/* line 961, web/modules/biomasse/scss/biomasse/_screen.scss */
table.outlier label.is_ignored:hover, table.outlier label.is_ignored:hover, table.outlier label.is_unknown:hover, table.outlier label.is_unknown:hover {
  background: #ccc; }

/* line 965, web/modules/biomasse/scss/biomasse/_screen.scss */
table.outlier label.is_ignored.checked, table.outlier label.is_unknown.checked {
  background: #999;
  color: #fff; }

/* line 972, web/modules/biomasse/scss/biomasse/_screen.scss */
table.outlier label.is_checked.checked {
  background: #0c0;
  color: #fff; }

/* line 976, web/modules/biomasse/scss/biomasse/_screen.scss */
table.outlier label.is_checked:hover {
  background: #0c0; }

/* line 982, web/modules/biomasse/scss/biomasse/_screen.scss */
table.outlier.legend td {
  padding: 0.125em 1em 0.125em 0; }

/* line 986, web/modules/biomasse/scss/biomasse/_screen.scss */
table.outlier img {
  position: relative;
  top: 3px;
  margin-right: 4px; }

/* line 993, web/modules/biomasse/scss/biomasse/_screen.scss */
ul.notes {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
  max-width: 600px; }
  /* line 999, web/modules/biomasse/scss/biomasse/_screen.scss */
  ul.notes li {
    padding: 1em 0 0 0;
    margin: 1em 0 0 0;
    overflow: hidden;
    border-top: 1px solid #ddd; }
    /* line 1005, web/modules/biomasse/scss/biomasse/_screen.scss */
    ul.notes li:first-child {
      border-top: 0 none;
      margin-top: 0;
      padding-top: 0; }
  /* line 1012, web/modules/biomasse/scss/biomasse/_screen.scss */
  ul.notes textarea {
    width: 60%;
    float: left;
    padding: 1em 1em 0 1em;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0;
    min-height: 100px; }
  /* line 1023, web/modules/biomasse/scss/biomasse/_screen.scss */
  ul.notes div {
    width: 30%;
    float: right;
    text-align: left;
    padding: 10px 0 0 0;
    margin: 0; }
  /* line 1031, web/modules/biomasse/scss/biomasse/_screen.scss */
  ul.notes p {
    padding: 0;
    margin: 0 0 1em 0; }
  /* line 1036, web/modules/biomasse/scss/biomasse/_screen.scss */
  ul.notes label {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.9em;
    color: #999;
    margin: 0;
    float: none; }
  /* line 1046, web/modules/biomasse/scss/biomasse/_screen.scss */
  ul.notes input[type=checkbox] {
    margin-right: 0.5em; }
  /* line 1050, web/modules/biomasse/scss/biomasse/_screen.scss */
  ul.notes input.date {
    float: none;
    display: block; }

/* line 1058, web/modules/biomasse/scss/biomasse/_screen.scss */
table.reminders h2 {
  margin: 2em 0 0 0;
  padding: 0; }

/* line 1063, web/modules/biomasse/scss/biomasse/_screen.scss */
table.reminders thead:first-child h2 {
  margin-top: 0; }

/* line 1067, web/modules/biomasse/scss/biomasse/_screen.scss */
table.reminders p {
  margin-top: 0;
  padding-top: 0; }

/* line 1072, web/modules/biomasse/scss/biomasse/_screen.scss */
table.reminders tbody.read td,
table.reminders thead.read th h2 {
  color: #999; }

/* line 1078, web/modules/biomasse/scss/biomasse/_screen.scss */
h2 a {
  text-decoration: none;
  color: #693500;
  background: #D1C2B3;
  padding: 0.2em 0.5em;
  font-size: 16px; }
  /* line 1085, web/modules/biomasse/scss/biomasse/_screen.scss */
  h2 a:hover {
    background: #bea993;
    color: #000; }
  /* line 1090, web/modules/biomasse/scss/biomasse/_screen.scss */
  h2 a.active {
    color: #fff;
    background: #663300; }
    /* line 1093, web/modules/biomasse/scss/biomasse/_screen.scss */
    h2 a.active:hover {
      background: #4d2600;
      color: #fff; }

/* line 1100, web/modules/biomasse/scss/biomasse/_screen.scss */
.form-actions {
  padding: 0;
  background: none;
  border: 0 none; }

/* line 1107, web/modules/biomasse/scss/biomasse/_screen.scss */
body.plausibility .popover {
  width: 400px; }

/* line 1110, web/modules/biomasse/scss/biomasse/_screen.scss */
body.plausibility .popover.bottom .arrow {
  left: 90%; }

/* line 1116, web/modules/biomasse/scss/biomasse/_screen.scss */
table.stats td, table.stats th {
  font-size: 90%;
  padding: 4px; }

/* line 1121, web/modules/biomasse/scss/biomasse/_screen.scss */
table.stats th span.unit {
  font-weight: 400; }

/* line 1125, web/modules/biomasse/scss/biomasse/_screen.scss */
table.stats small {
  background: #eee;
  padding: 1px 3px;
  border-radius: 3px;
  margin-left: 5px;
  cursor: pointer; }
  /* line 1131, web/modules/biomasse/scss/biomasse/_screen.scss */
  table.stats small:hover {
    background: #666;
    color: #fff; }

/* line 1137, web/modules/biomasse/scss/biomasse/_screen.scss */
table.stats .project a.exclude {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  background: #eee8e3;
  color: #693500; }
  /* line 1146, web/modules/biomasse/scss/biomasse/_screen.scss */
  table.stats .project a.exclude:hover {
    background: #bea993;
    color: #000;
    text-decoration: none; }

/* line 1154, web/modules/biomasse/scss/biomasse/_screen.scss */
table.stats tbody.open tr.project:last-child td {
  border-bottom: 1px solid #444; }

/* line 1160, web/modules/biomasse/scss/biomasse/_screen.scss */
a.include {
  display: inline-block;
  padding: 2px 6px;
  background: #eee8e3;
  text-decoration: none;
  color: #693500;
  margin: 0 1px 1px 0; }
  /* line 1167, web/modules/biomasse/scss/biomasse/_screen.scss */
  a.include:hover {
    background: #e4dcd3;
    text-decoration: none;
    color: #000; }

/* line 1174, web/modules/biomasse/scss/biomasse/_screen.scss */
.table.stats {
  border-collapse: separate; }

/* line 1179, web/modules/biomasse/scss/biomasse/_screen.scss */
.table td.number {
  text-align: right;
  white-space: nowrap; }

/* line 1184, web/modules/biomasse/scss/biomasse/_screen.scss */
.benchmarks i.ampel {
  margin: -1px 0 0 -35px; }

/* line 1188, web/modules/biomasse/scss/biomasse/_screen.scss */
ul.benchmarks {
  margin-left: 0;
  padding-left: 0; }
  /* line 1191, web/modules/biomasse/scss/biomasse/_screen.scss */
  ul.benchmarks li {
    padding: 0.25em 0;
    position: relative; }
    /* line 1194, web/modules/biomasse/scss/biomasse/_screen.scss */
    ul.benchmarks li a {
      margin-left: 25px; }
    /* line 1197, web/modules/biomasse/scss/biomasse/_screen.scss */
    ul.benchmarks li img {
      position: absolute;
      left: 0; }

/* line 1204, web/modules/biomasse/scss/biomasse/_screen.scss */
div.wizard {
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 2em 0;
  padding-left: 3em;
  padding-top: 1.5em;
  min-height: 2em;
  border-top: 3px solid #eee; }
  /* line 1213, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.wizard.first {
    border-top: 0 none;
    margin-top: 0; }
  /* line 1218, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.wizard > i {
    position: absolute;
    top: 1em;
    left: 0;
    background: #663300;
    border-radius: 100%;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2.08em;
    text-align: center;
    font-style: normal;
    color: #fff; }

/* line 1234, web/modules/biomasse/scss/biomasse/_screen.scss */
div.niceFileSelect {
  position: relative;
  margin-top: 1em;
  overflow: hidden;
  height: 35px; }
  /* line 1240, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceFileSelect.inline {
    margin: 0 0 0 7px; }
  /* line 1244, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceFileSelect a.btn {
    display: inline-block;
    float: left; }
  /* line 1249, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceFileSelect .error {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: red;
    padding: 0 1em;
    float: left; }
  /* line 1258, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceFileSelect input {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    padding: 0;
    margin: 0;
    min-width: 160px;
    display: block;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  /* line 1276, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceFileSelect p {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    line-height: 35px;
    display: none;
    background: #AAEAC5;
    background: rgba(46, 204, 113, 0.4);
    border-radius: 3px;
    padding: 0 1em;
    margin: 0; }
  /* line 1290, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceFileSelect + input[type=submit] {
    margin-top: 0.5rem; }

/* line 1295, web/modules/biomasse/scss/biomasse/_screen.scss */
select.niceselect {
  opacity: 0; }

/* line 1298, web/modules/biomasse/scss/biomasse/_screen.scss */
div.niceSelect {
  overflow: hidden; }
  /* line 1300, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceSelect select {
    position: absolute;
    height: 30px;
    margin: 0;
    opacity: 0;
    z-index: 500;
    width: 100%; }

/* line 1310, web/modules/biomasse/scss/biomasse/_screen.scss */
.nav-pills > li > a {
  background: #eee;
  text-decoration: none;
  margin-right: 0.5em; }

/* line 1315, web/modules/biomasse/scss/biomasse/_screen.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background: #663300;
  text-decoration: none; }

/* line 1321, web/modules/biomasse/scss/biomasse/_screen.scss */
div.niceupload {
  position: relative; }
  /* line 1324, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceupload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 500;
    cursor: pointer;
    opacity: 0; }
  /* line 1336, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceupload .btn {
    height: 30px;
    line-height: 0.9; }
  /* line 1341, web/modules/biomasse/scss/biomasse/_screen.scss */
  div.niceupload#niceupload-logo {
    width: 350px; }

/* line 1347, web/modules/biomasse/scss/biomasse/_screen.scss */
td.highlight,
span.highlight,
.btn.highlight {
  background-color: #fff;
  animation: highlight 1s;
  -moz-animation: highlight 1s;
  -webkit-animation: highlight 1s; }

/* line 1355, web/modules/biomasse/scss/biomasse/_screen.scss */
.btn.highlight {
  background: #fff; }

@keyframes highlight {
  0% {
    background-color: white; }
  50% {
    background-color: yellow; }
  100% {
    background-color: white; } }

@-moz-keyframes highlight {
  0% {
    background-color: white; }
  50% {
    background-color: yellow; }
  100% {
    background-color: white; } }

@-webkit-keyframes highlight {
  0% {
    background-color: white; }
  50% {
    background-color: yellow; }
  100% {
    background-color: white; } }

/* line 1, web/modules/biomasse/scss/biomasse/_header.scss */
div#header {
  height: 106px;
  overflow: hidden; }
  /* line 5, web/modules/biomasse/scss/biomasse/_header.scss */
  body.test div#header {
    margin-top: 20px; }
  /* line 9, web/modules/biomasse/scss/biomasse/_header.scss */
  div#header ul.buttons {
    position: absolute;
    right: 3px;
    margin: 6px 0 0 0;
    padding: 0;
    list-style: none; }
    /* line 16, web/modules/biomasse/scss/biomasse/_header.scss */
    div#header ul.buttons li {
      float: left;
      margin-left: 0.5em; }
    /* line 21, web/modules/biomasse/scss/biomasse/_header.scss */
    div#header ul.buttons .btn {
      padding-top: 8px;
      padding-bottom: 7px; }
    /* line 26, web/modules/biomasse/scss/biomasse/_header.scss */
    div#header ul.buttons h1 {
      float: left;
      margin: 0;
      padding: 7px 0 0 8px; }

/* line 34, web/modules/biomasse/scss/biomasse/_header.scss */
div#logout {
  float: right;
  color: #693500;
  margin: 15px 20px 0 0; }
  /* line 38, web/modules/biomasse/scss/biomasse/_header.scss */
  div#logout a {
    display: inline-block;
    padding: 10px 15px;
    line-height: 1.2;
    vertical-align: middle;
    color: #693500;
    text-decoration: none; }
    /* line 45, web/modules/biomasse/scss/biomasse/_header.scss */
    div#logout a:hover {
      text-decoration: none;
      color: #000; }
    /* line 50, web/modules/biomasse/scss/biomasse/_header.scss */
    div#logout a.reminders {
      color: #CC0000;
      text-decoration: none;
      margin-right: 0.5em; }
      /* line 54, web/modules/biomasse/scss/biomasse/_header.scss */
      div#logout a.reminders:hover {
        color: #FF3333; }

/* line 62, web/modules/biomasse/scss/biomasse/_header.scss */
div#logo {
  width: 410px; }

/* line 65, web/modules/biomasse/scss/biomasse/_header.scss */
div#logo,
#detailBody.login .inlinemodal .left .modal-header {
  height: 50px;
  position: relative; }

/* line 70, web/modules/biomasse/scss/biomasse/_header.scss */
div#logo {
  height: 64px; }
  /* line 72, web/modules/biomasse/scss/biomasse/_header.scss */
  div#logo a {
    left: 18px;
    bottom: 10px; }
  /* line 77, web/modules/biomasse/scss/biomasse/_header.scss */
  body.test div#logo {
    height: 44px; }
    /* line 79, web/modules/biomasse/scss/biomasse/_header.scss */
    body.test div#logo a {
      bottom: 5px; }

/* line 85, web/modules/biomasse/scss/biomasse/_header.scss */
div#logo a,
#detailBody.login .inlinemodal .left .modal-header h1 {
  position: absolute;
  width: 400px;
  height: 40px;
  display: block;
  text-indent: -9000px;
  background: #fff url("../images/logo.svg") no-repeat 0 0;
  background-size: 400px auto; }

/* line 96, web/modules/biomasse/scss/biomasse/_header.scss */
div#quicksearch {
  position: absolute;
  right: 20px;
  top: 70px; }
  /* line 101, web/modules/biomasse/scss/biomasse/_header.scss */
  div#quicksearch input[type=text] {
    width: 150px; }
  /* line 104, web/modules/biomasse/scss/biomasse/_header.scss */
  div#quicksearch a {
    display: none; }
    /* line 106, web/modules/biomasse/scss/biomasse/_header.scss */
    div#quicksearch a.searched {
      display: inline-block;
      font-size: 15px;
      color: #ccc;
      position: absolute;
      margin: 5px 0 0 -25px; }
    /* line 113, web/modules/biomasse/scss/biomasse/_header.scss */
    div#quicksearch a:hover {
      color: #999; }

/* line 119, web/modules/biomasse/scss/biomasse/_header.scss */
div#tabs {
  display: block;
  white-space: nowrap;
  background: #663300;
  overflow: hidden;
  height: 42px; }
  /* line 126, web/modules/biomasse/scss/biomasse/_header.scss */
  div#tabs ul {
    margin: 0 0 0 18px;
    padding: 0;
    overflow: hidden; }
    /* line 130, web/modules/biomasse/scss/biomasse/_header.scss */
    div#tabs ul li {
      display: block;
      float: left;
      margin-right: 5px;
      margin-top: 8px;
      text-align: center; }
      /* line 136, web/modules/biomasse/scss/biomasse/_header.scss */
      div#tabs ul li.notab {
        background: none;
        color: #fff;
        line-height: 32px;
        margin-left: 1em; }
      /* line 142, web/modules/biomasse/scss/biomasse/_header.scss */
      div#tabs ul li.active {
        margin-top: 5px; }
        /* line 144, web/modules/biomasse/scss/biomasse/_header.scss */
        div#tabs ul li.active a {
          padding-top: 13px;
          background: none repeat scroll 0 0 #FFFFFF;
          font-weight: 600; }
          /* line 149, web/modules/biomasse/scss/biomasse/_header.scss */
          div#tabs ul li.active a:hover {
            background: none repeat scroll 0 0 #FFFFFF;
            color: #000; }
      /* line 156, web/modules/biomasse/scss/biomasse/_header.scss */
      div#tabs ul li a {
        background: #D1C2B3;
        border-radius: 5px 5px 0 0;
        display: block;
        line-height: 1;
        margin: 0;
        padding: 10px 25px;
        text-decoration: none; }
        /* line 165, web/modules/biomasse/scss/biomasse/_header.scss */
        div#tabs ul li a:hover {
          color: #000;
          background: #F0EBE6; }

/* line 1, web/modules/biomasse/scss/biomasse/_filter.scss */
#filter {
  background: #f1f1f1;
  width: 230px;
  position: absolute;
  left: 0;
  top: 106px;
  bottom: 0;
  overflow: auto;
  padding-bottom: 150px; }
  /* line 11, web/modules/biomasse/scss/biomasse/_filter.scss */
  #filter a {
    text-decoration: none; }
  /* line 15, web/modules/biomasse/scss/biomasse/_filter.scss */
  #filter ul {
    list-style-type: none;
    margin: 0;
    background: none;
    padding-bottom: 0; }
    /* line 21, web/modules/biomasse/scss/biomasse/_filter.scss */
    #filter ul.folder {
      padding: 0;
      margin: 0;
      padding: 0;
      border-top: 1px solid #ddd;
      border-top: 1px solid #fff; }
      /* line 29, web/modules/biomasse/scss/biomasse/_filter.scss */
      #filter ul.folder:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0 none; }
      /* line 35, web/modules/biomasse/scss/biomasse/_filter.scss */
      #filter ul.folder.title {
        border-bottom: 0 none;
        padding-bottom: 0;
        margin-bottom: 0; }
      /* line 40, web/modules/biomasse/scss/biomasse/_filter.scss */
      #filter ul.folder.togglebox {
        border: 0 none;
        margin-top: 0; }
      /* line 46, web/modules/biomasse/scss/biomasse/_filter.scss */
      #filter ul.folder li {
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative; }
        /* line 51, web/modules/biomasse/scss/biomasse/_filter.scss */
        #filter ul.folder li.active {
          background: #fff; }
          /* line 53, web/modules/biomasse/scss/biomasse/_filter.scss */
          #filter ul.folder li.active a {
            color: #000; }
        /* line 57, web/modules/biomasse/scss/biomasse/_filter.scss */
        #filter ul.folder li.title {
          font-family: Georgia;
          font-weight: normal;
          font-style: italic;
          color: #999;
          padding: 1em 0 1em 10px; }
        /* line 65, web/modules/biomasse/scss/biomasse/_filter.scss */
        #filter ul.folder li select {
          width: 95%;
          margin: 0 0 0 5px; }
        /* line 70, web/modules/biomasse/scss/biomasse/_filter.scss */
        #filter ul.folder li a {
          display: block;
          padding-left: 5px;
          min-height: 18px;
          color: #404040;
          line-height: 18px;
          padding: 13px 25px 13px 10px; }
          /* line 77, web/modules/biomasse/scss/biomasse/_filter.scss */
          #filter ul.folder li a:hover {
            text-decoration: underline; }
        /* line 82, web/modules/biomasse/scss/biomasse/_filter.scss */
        #filter ul.folder li em {
          position: absolute;
          top: 11px;
          right: 11px;
          background: #aaa;
          color: #fff;
          font-size: 13px;
          padding: 3px 7px 2px 7px;
          border-radius: 3px;
          font-style: normal;
          font-weight: 300; }
          /* line 93, web/modules/biomasse/scss/biomasse/_filter.scss */
          #filter ul.folder li em.highlight {
            background: #FF3333;
            color: #fff; }
        /* line 99, web/modules/biomasse/scss/biomasse/_filter.scss */
        #filter ul.folder li i {
          position: absolute;
          top: 13px;
          right: 10px;
          color: #666;
          font-size: 16px; }
        /* line 106, web/modules/biomasse/scss/biomasse/_filter.scss */
        #filter ul.folder li.active i {
          color: #663300; }
      /* line 111, web/modules/biomasse/scss/biomasse/_filter.scss */
      #filter ul.folder.kehrgebiete li {
        padding: 0; }
  /* line 117, web/modules/biomasse/scss/biomasse/_filter.scss */
  #filter img {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 210px; }
    /* line 123, web/modules/biomasse/scss/biomasse/_filter.scss */
    body.testenv #filter img {
      bottom: 50px; }

/* line 1, web/modules/biomasse/scss/biomasse/_detail.scss */
div#detail {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 106px;
  bottom: 0;
  left: 230px;
  right: 0;
  overflow: auto; }
  /* line 10, web/modules/biomasse/scss/biomasse/_detail.scss */
  body.auth div#detail {
    top: 0;
    left: 0; }
  /* line 15, web/modules/biomasse/scss/biomasse/_detail.scss */
  div#detail div.twocol {
    overflow: auto; }
    /* line 17, web/modules/biomasse/scss/biomasse/_detail.scss */
    div#detail div.twocol div.twocol-col1 {
      float: left;
      width: 375px;
      padding-right: 25px;
      overflow: auto; }
    /* line 23, web/modules/biomasse/scss/biomasse/_detail.scss */
    div#detail div.twocol div.twocol-col2 {
      float: left;
      width: 375px;
      overflow: auto; }
  /* line 30, web/modules/biomasse/scss/biomasse/_detail.scss */
  div#detail ul.actions {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 34, web/modules/biomasse/scss/biomasse/_detail.scss */
    div#detail ul.actions li {
      padding: 0;
      margin-bottom: 10px;
      overflow: hidden; }
      /* line 39, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li.log, div#detail ul.actions li.tobe {
        padding: 0 0 5px 0;
        margin-bottom: 0; }
        /* line 44, web/modules/biomasse/scss/biomasse/_detail.scss */
        div#detail ul.actions li.log div, div#detail ul.actions li.tobe div {
          background: #eee 3px 5px no-repeat;
          padding: 5px 20px;
          margin-bottom: 5px;
          font-weight: normal;
          text-shadow: #fff 0 1px 0;
          border-radius: 4px;
          position: relative; }
          /* line 53, web/modules/biomasse/scss/biomasse/_detail.scss */
          div#detail ul.actions li.log div .icon-ok, div#detail ul.actions li.tobe div .icon-ok {
            font-size: 9px;
            left: 5px;
            position: absolute;
            top: 9px; }
          /* line 59, web/modules/biomasse/scss/biomasse/_detail.scss */
          div#detail ul.actions li.log div .icon-attention, div#detail ul.actions li.tobe div .icon-attention {
            font-size: 10px;
            left: 4px;
            position: absolute;
            top: 8px; }
          /* line 65, web/modules/biomasse/scss/biomasse/_detail.scss */
          div#detail ul.actions li.log div .icon-cancel, div#detail ul.actions li.tobe div .icon-cancel {
            left: 2px;
            position: absolute;
            top: 5px; }
          /* line 71, web/modules/biomasse/scss/biomasse/_detail.scss */
          div#detail ul.actions li.log div small, div#detail ul.actions li.tobe div small {
            display: block;
            padding: 2px 0 3px 0;
            font-family: Georgia;
            font-style: italic;
            color: #777; }
        /* line 80, web/modules/biomasse/scss/biomasse/_detail.scss */
        div#detail ul.actions li.log.highlight div, div#detail ul.actions li.tobe.highlight div {
          background-color: yellow;
          text-shadow: none;
          color: #333; }
        /* line 86, web/modules/biomasse/scss/biomasse/_detail.scss */
        div#detail ul.actions li.log a.user, div#detail ul.actions li.tobe a.user {
          float: right; }
        /* line 90, web/modules/biomasse/scss/biomasse/_detail.scss */
        div#detail ul.actions li.log small,
        div#detail ul.actions li.log span, div#detail ul.actions li.tobe small,
        div#detail ul.actions li.tobe span {
          display: block;
          padding-left: 20px;
          line-height: 1em; }
      /* line 98, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li.tobe div {
        background-image: none;
        padding-left: 20px;
        font-weight: normal;
        color: #666;
        line-height: 1.5; }
      /* line 106, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li.done div {
        background: green;
        color: #fff;
        text-shadow: none; }
      /* line 112, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li.checked div {
        background: green;
        color: #fff;
        text-shadow: none; }
      /* line 118, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li.closed div {
        background: red;
        text-shadow: none;
        color: #fff; }
      /* line 124, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li.action + div#detail ul.actions li.log {
        border-top: 1px solid #ccc;
        padding-top: 10px;
        margin-top: 10px; }
      /* line 130, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li.next {
        padding: 20px 0 0 20px; }
      /* line 134, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li.log {
        clear: both; }
      /* line 138, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li.action {
        padding: 10px 5px 10px 0;
        overflow: visible;
        margin-bottom: 0;
        float: left; }
      /* line 145, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li p {
        padding: 10px 0 0 20px;
        margin: 0; }
      /* line 150, web/modules/biomasse/scss/biomasse/_detail.scss */
      div#detail ul.actions li label {
        padding: 0;
        width: 120px; }
    /* line 157, web/modules/biomasse/scss/biomasse/_detail.scss */
    div#detail ul.actions.log li.action {
      border: 0 none;
      padding: 0;
      height: 30px; }
  /* line 166, web/modules/biomasse/scss/biomasse/_detail.scss */
  div#detail .nav-tabs {
    margin-top: 15px;
    padding-left: 0; }
  /* line 170, web/modules/biomasse/scss/biomasse/_detail.scss */
  div#detail .nav-tabs > li:first-child {
    margin-left: 15px; }
  /* line 174, web/modules/biomasse/scss/biomasse/_detail.scss */
  div#detail .tab-content {
    padding: 0 15px; }

/* line 1, web/modules/biomasse/scss/biomasse/_measurement.scss */
div#measurement-loading {
  position: absolute;
  width: 50px;
  height: 20px;
  background: #fff url("../images/ajax-loader-squares.gif") 50% 50% no-repeat;
  border: 6px solid #ccc;
  padding: 10px 20px;
  z-index: 8100;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

/* line 15, web/modules/biomasse/scss/biomasse/_measurement.scss */
div#measurement-overlay {
  position: absolute;
  background: #000;
  width: 100%;
  z-index: 4000; }

/* line 22, web/modules/biomasse/scss/biomasse/_measurement.scss */
div#navigation-overlay {
  position: absolute;
  left: 0;
  width: 200px;
  z-index: 10; }

/* line 29, web/modules/biomasse/scss/biomasse/_measurement.scss */
div#measurement {
  overflow: auto;
  clear: both; }
  /* line 34, web/modules/biomasse/scss/biomasse/_measurement.scss */
  div#measurement div#filter ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 38, web/modules/biomasse/scss/biomasse/_measurement.scss */
    div#measurement div#filter ul li {
      padding: 3px 0 3px 10px;
      overflow: auto; }
      /* line 42, web/modules/biomasse/scss/biomasse/_measurement.scss */
      div#measurement div#filter ul li a {
        color: #000;
        text-decoration: none;
        cursor: pointer; }
      /* line 48, web/modules/biomasse/scss/biomasse/_measurement.scss */
      div#measurement div#filter ul li.active a {
        color: #000; }
      /* line 52, web/modules/biomasse/scss/biomasse/_measurement.scss */
      div#measurement div#filter ul li i,
      div#measurement div#filter ul li span {
        float: left; }
      /* line 56, web/modules/biomasse/scss/biomasse/_measurement.scss */
      div#measurement div#filter ul li span {
        display: block;
        padding: 7px;
        padding-left: 20px; }
        /* line 60, web/modules/biomasse/scss/biomasse/_measurement.scss */
        div#measurement div#filter ul li span.error {
          color: #E2001A; }
      /* line 64, web/modules/biomasse/scss/biomasse/_measurement.scss */
      div#measurement div#filter ul li i {
        position: absolute;
        left: 5px;
        width: 20px;
        height: 20px;
        line-height: 21px;
        text-align: center;
        display: block;
        color: #fff;
        background: #663300;
        margin-right: 0;
        margin-top: 4px;
        font-style: normal;
        padding: 0;
        border-radius: 3px; }
    /* line 82, web/modules/biomasse/scss/biomasse/_measurement.scss */
    div#measurement div#filter ul li.active {
      background: #fff; }
      /* line 84, web/modules/biomasse/scss/biomasse/_measurement.scss */
      div#measurement div#filter ul li.active i {
        background-color: #EBDC25;
        color: #000; }
  /* line 91, web/modules/biomasse/scss/biomasse/_measurement.scss */
  div#measurement div#filter div#status {
    position: absolute;
    bottom: 0;
    width: 180px;
    padding: 5px 10px; }
  /* line 97, web/modules/biomasse/scss/biomasse/_measurement.scss */
  div#measurement div#filter div#status,
  div#measurement div#filter div#status span {
    font-size: 8pt; }
  /* line 103, web/modules/biomasse/scss/biomasse/_measurement.scss */
  div#measurement div#detail {
    overflow: auto;
    margin: 0; }
  /* line 107, web/modules/biomasse/scss/biomasse/_measurement.scss */
  div#measurement div#section {
    padding: 10px 20px; }
  /* line 112, web/modules/biomasse/scss/biomasse/_measurement.scss */
  div#measurement .icon-comment {
    z-index: 999;
    margin: 8px 0 0 -25px;
    display: none;
    color: #999;
    text-decoration: none;
    float: left; }
    /* line 119, web/modules/biomasse/scss/biomasse/_measurement.scss */
    div#measurement .icon-comment:hover {
      color: #000; }
  /* line 123, web/modules/biomasse/scss/biomasse/_measurement.scss */
  div#measurement .container .input-append {
    float: none; }
  /* line 126, web/modules/biomasse/scss/biomasse/_measurement.scss */
  div#measurement li:hover > .icon-comment,
  div#measurement li:hover > .container .icon-comment {
    display: inline-block; }

/* line 135, web/modules/biomasse/scss/biomasse/_measurement.scss */
.measurements label {
  float: left;
  display: block;
  width: 80px; }

/* line 140, web/modules/biomasse/scss/biomasse/_measurement.scss */
.measurements .measurement {
  margin-top: 1em; }

/* line 144, web/modules/biomasse/scss/biomasse/_measurement.scss */
.measurements ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  /* line 148, web/modules/biomasse/scss/biomasse/_measurement.scss */
  .measurements ol li {
    margin: 0.1em 0; }

/* line 153, web/modules/biomasse/scss/biomasse/_measurement.scss */
.measurements .measurement-log {
  float: right;
  width: 35%; }

/* line 158, web/modules/biomasse/scss/biomasse/_measurement.scss */
.measurements .measurement-data {
  float: left;
  width: 60%; }

/* line 1, web/modules/biomasse/scss/biomasse/_project.scss */
.project.index table .trend {
  float: left; }
  /* line 4, web/modules/biomasse/scss/biomasse/_project.scss */
  .project.index table .trend .trendlabel {
    display: none; }

/* line 9, web/modules/biomasse/scss/biomasse/_project.scss */
div#project {
  overflow: hidden; }
  /* line 12, web/modules/biomasse/scss/biomasse/_project.scss */
  div#project a.header {
    position: absolute;
    top: 20px;
    right: 20px; }
  /* line 18, web/modules/biomasse/scss/biomasse/_project.scss */
  div#project h1 {
    padding: 20px 0 10px 20px;
    margin: 0;
    font-family: Georgia;
    font-style: italic; }
  /* line 24, web/modules/biomasse/scss/biomasse/_project.scss */
  div#project #report h1 {
    padding-left: 0; }
  /* line 28, web/modules/biomasse/scss/biomasse/_project.scss */
  div#project div.actions {
    float: right;
    width: 35%; }
    /* line 31, web/modules/biomasse/scss/biomasse/_project.scss */
    div#project div.actions fieldset {
      margin-left: 1em; }
      /* line 34, web/modules/biomasse/scss/biomasse/_project.scss */
      div#project div.actions fieldset .trend {
        position: absolute;
        right: 15px;
        top: 25px; }
      /* line 40, web/modules/biomasse/scss/biomasse/_project.scss */
      div#project div.actions fieldset .icon-up:before {
        transform: rotate(-45deg); }
      /* line 43, web/modules/biomasse/scss/biomasse/_project.scss */
      div#project div.actions fieldset .icon-down-1:before {
        transform: rotate(45deg); }
  /* line 49, web/modules/biomasse/scss/biomasse/_project.scss */
  div#project div.details {
    float: left;
    width: 65%; }

/* line 55, web/modules/biomasse/scss/biomasse/_project.scss */
form.report {
  overflow: hidden; }
  /* line 57, web/modules/biomasse/scss/biomasse/_project.scss */
  form.report label {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 0.25em 0; }
    /* line 62, web/modules/biomasse/scss/biomasse/_project.scss */
    form.report label.inline {
      display: inline-block;
      margin-right: 1em; }
      /* line 65, web/modules/biomasse/scss/biomasse/_project.scss */
      form.report label.inline input {
        margin-right: 0.5em; }
  /* line 71, web/modules/biomasse/scss/biomasse/_project.scss */
  form.report input.title,
  form.report input.subtitle {
    height: auto;
    width: 95%;
    float: none; }
  /* line 77, web/modules/biomasse/scss/biomasse/_project.scss */
  form.report input.title {
    font-size: 24px; }
  /* line 80, web/modules/biomasse/scss/biomasse/_project.scss */
  form.report input.subtitle {
    font-size: 20px; }

/* line 2, web/modules/biomasse/scss/biomasse/_report.scss */
div#report ul.nav-pills {
  margin-left: 0;
  padding-left: 0; }

/* line 6, web/modules/biomasse/scss/biomasse/_report.scss */
div#report .tab-content {
  padding: 0; }

/* line 12, web/modules/biomasse/scss/biomasse/_report.scss */
table.report {
  width: 100%; }
  /* line 14, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report td {
    padding: 0.75em 1em; }
    /* line 16, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report td.number {
      text-align: right;
      padding-right: 0.5em;
      text-align: right; }
    /* line 21, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report td.unit {
      text-align: left;
      font-family: Georgia;
      font-style: italic;
      color: #666;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px;
      padding-left: 0;
      padding-top: 0.9em; }
    /* line 31, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report td.na {
      text-align: center; }
  /* line 36, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report .total td {
    font-weight: bold;
    font-weight: 600;
    padding-bottom: 2em; }
  /* line 42, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report td.section,
  table.report th.section {
    font-size: 1.5em;
    font-weight: normal;
    padding-top: 2em;
    padding-left: 0.7em; }
  /* line 50, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report .subsection td {
    padding-top: 1em;
    font-weight: bold;
    font-weight: 600; }
  /* line 56, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report th.head {
    vertical-align: bottom;
    text-align: center;
    font-weight: normal; }
  /* line 63, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report thead th {
    background: #fff;
    border-bottom: 5px solid #ccc; }
    /* line 66, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report thead th.current {
      background: #fff;
      border-bottom-color: #a6c7a5; }
    /* line 70, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report thead th.previous {
      background: #fff;
      border-bottom-color: #c7c7a5; }
  /* line 80, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report tbody tr.odd td {
    background: #fff; }
    /* line 82, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report tbody tr.odd td.current {
      background: #e5ffdc; }
    /* line 85, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report tbody tr.odd td.previous {
      background: #ffffe5; }
  /* line 91, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report tbody tr.even td {
    background: #eee; }
    /* line 93, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report tbody tr.even td.current {
      background: #bbe1ba; }
    /* line 96, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report tbody tr.even td.previous {
      background: #e1e1bb; }
  /* line 102, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report tbody tr.odd.total td,
  table.report tbody tr.even.total td {
    background: #fff;
    border-top: 2px solid #000;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #000;
    border-bottom-color: rgba(0, 0, 0, 0.1); }
  /* line 111, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report tbody tr.odd.subtotal td,
  table.report tbody tr.even.subtotal td {
    border-top: 1px solid #000;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #000;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-weight: 600; }
  /* line 121, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report tbody tr.benchmark td {
    font-style: italic;
    color: #000; }
    /* line 124, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report tbody tr.benchmark td.unit {
      color: #666;
      color: rgba(0, 0, 0, 0.5); }
  /* line 130, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report tbody tr.separator td {
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 10px;
    line-height: 1; }
  /* line 139, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report tbody tr:last-child {
    border-bottom: 1px solid #ccc; }
  /* line 142, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report tbody tr.subsection-item td.lbl {
    padding-left: 2em; }
  /* line 148, web/modules/biomasse/scss/biomasse/_report.scss */
  table.report tbody tr td {
    border: 0 none; }
    /* line 151, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report tbody tr td.current.first {
      border-left: 1px solid #bbe1ba; }
    /* line 154, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report tbody tr td.current.last {
      border-right: 1px solid #bbe1ba; }
    /* line 160, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report tbody tr td.previous.last {
      border-right: 1px solid #e1e1bb; }
    /* line 165, web/modules/biomasse/scss/biomasse/_report.scss */
    table.report tbody tr td.subsection-title {
      font-weight: bold;
      font-weight: 600; }

/* line 174, web/modules/biomasse/scss/biomasse/_report.scss */
i.ampel,
.report i.red,
.report i.orange,
.report i.green {
  position: absolute;
  cursor: help;
  font-size: 50px;
  font-style: normal; }

/* line 183, web/modules/biomasse/scss/biomasse/_report.scss */
i.icon-down-right.red,
i.ampel.red,
.report i.red {
  color: red; }

/* line 188, web/modules/biomasse/scss/biomasse/_report.scss */
i.icon-right-1.orange,
i.ampel.orange,
.report i.orange {
  color: orange; }

/* line 193, web/modules/biomasse/scss/biomasse/_report.scss */
i.icon-up-right.green,
i.ampel.green,
.report i.green {
  color: green; }

/* line 198, web/modules/biomasse/scss/biomasse/_report.scss */
ul.legend.report {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

/* line 204, web/modules/biomasse/scss/biomasse/_report.scss */
table.legend i.red,
table.legend i.orange,
table.legend i.green {
  position: inherit; }

/* line 209, web/modules/biomasse/scss/biomasse/_report.scss */
table.legend td.text {
  padding-right: 30px;
  padding-left: 15px; }

/* line 1, web/modules/biomasse/scss/biomasse/_auth.scss */
body.auth.login,
body.auth.password,
body.auth.resetpassword,
body.auth.username,
body.auth.register {
  background: #663300; }

/* line 11, web/modules/biomasse/scss/biomasse/_auth.scss */
#detailBody.login {
  height: 580px;
  left: 50%;
  margin-left: -430px;
  margin-top: -290px;
  padding: 0;
  position: absolute;
  top: 50%; }
  /* line 20, web/modules/biomasse/scss/biomasse/_auth.scss */
  #detailBody.login .inlinemodal {
    background: #e4dcd3;
    border-radius: 8px;
    width: 860px;
    height: 580px;
    margin: 0 auto;
    overflow: hidden; }
    /* line 30, web/modules/biomasse/scss/biomasse/_auth.scss */
    #detailBody.login .inlinemodal .left {
      width: 560px;
      height: 580px;
      float: left;
      background: #eee8e3;
      border-radius: 8px; }
      /* line 39, web/modules/biomasse/scss/biomasse/_auth.scss */
      #detailBody.login .inlinemodal .left .modal-header {
        background: #fff;
        border-radius: 8px 8px 0 0; }
        /* line 43, web/modules/biomasse/scss/biomasse/_auth.scss */
        #detailBody.login .inlinemodal .left .modal-header h1 {
          background-repeat: no-repeat;
          background-position: 0 0;
          text-indent: -9000px;
          height: 40px;
          padding: 0;
          margin: 10px 0 7px 0; }
      /* line 53, web/modules/biomasse/scss/biomasse/_auth.scss */
      #detailBody.login .inlinemodal .left a.btn:hover {
        text-decoration: none;
        border-bottom: 0 none; }
    /* line 59, web/modules/biomasse/scss/biomasse/_auth.scss */
    #detailBody.login .inlinemodal .right {
      width: 300px;
      float: right; }
      /* line 62, web/modules/biomasse/scss/biomasse/_auth.scss */
      #detailBody.login .inlinemodal .right .modal-header h1 {
        color: #333;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.6;
        visibility: hidden; }
      /* line 69, web/modules/biomasse/scss/biomasse/_auth.scss */
      #detailBody.login .inlinemodal .right .modal-header img {
        width: 100%; }
      /* line 73, web/modules/biomasse/scss/biomasse/_auth.scss */
      #detailBody.login .inlinemodal .right .content {
        margin-right: 20px;
        margin-left: 20px;
        padding: 0; }
      /* line 79, web/modules/biomasse/scss/biomasse/_auth.scss */
      #detailBody.login .inlinemodal .right h2 {
        color: #333;
        margin-top: 3em; }
        /* line 82, web/modules/biomasse/scss/biomasse/_auth.scss */
        #detailBody.login .inlinemodal .right h2:first-child {
          margin-top: 2em; }
      /* line 87, web/modules/biomasse/scss/biomasse/_auth.scss */
      #detailBody.login .inlinemodal .right strong,
      #detailBody.login .inlinemodal .right p,
      #detailBody.login .inlinemodal .right a {
        color: #666; }
      /* line 93, web/modules/biomasse/scss/biomasse/_auth.scss */
      #detailBody.login .inlinemodal .right .version {
        margin: 0 20px 0 20px;
        padding-top: 0;
        position: absolute;
        bottom: 20px; }
        /* line 98, web/modules/biomasse/scss/biomasse/_auth.scss */
        #detailBody.login .inlinemodal .right .version small {
          color: #888; }
    /* line 104, web/modules/biomasse/scss/biomasse/_auth.scss */
    #detailBody.login .inlinemodal .modal-header {
      border-bottom: 0 none;
      background: transparent;
      height: 65px; }

/* line 113, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm.gmcForm fieldset,
#passwordForm.gmcForm fieldset,
#usernameForm.gmcForm fieldset {
  padding-left: 0;
  background: transparent; }

/* line 120, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm {
  margin: 3em auto;
  width: 500px; }
  /* line 124, web/modules/biomasse/scss/biomasse/_auth.scss */
  #loginForm fieldset {
    background: none repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0;
    width: 350px; }
    /* line 130, web/modules/biomasse/scss/biomasse/_auth.scss */
    #loginForm fieldset legend {
      display: none; }
  /* line 135, web/modules/biomasse/scss/biomasse/_auth.scss */
  #loginForm.gmcForm ol li {
    border-top: 0 none; }

/* line 140, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm li.error label,
#passwordForm li.error label,
#usernameForm li.error label {
  color: #FF0000; }

/* line 146, web/modules/biomasse/scss/biomasse/_auth.scss */
#detailBody.login .buttons span.error,
#detailBody.login div.error {
  color: #FF0000;
  margin-left: 12px;
  margin-top: 12px; }

/* line 152, web/modules/biomasse/scss/biomasse/_auth.scss */
#detailBody.login #passwordForm div.error {
  margin: 0 0 1em 10px; }

/* line 157, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm input#username,
#passwordForm input#username,
#passwordForm input#password,
#loginForm input#password,
#usernameForm input#email {
  margin-left: 10px;
  width: 285px; }

/* line 165, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm input#password,
#passwordForm input#password {
  margin-left: 10px;
  width: 205px; }

/* line 172, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm .input-append button.btn,
#passwordForm .input-append button.btn {
  width: 80px;
  font-size: 11px;
  padding-top: 8px;
  padding-bottom: 7px; }

/* line 181, web/modules/biomasse/scss/biomasse/_auth.scss */
.password-requirements ul {
  margin: 1rem 0 0 0;
  padding: 0 0 0 2rem;
  overflow: visible;
  font-size: 12px; }
  /* line 187, web/modules/biomasse/scss/biomasse/_auth.scss */
  .password-requirements ul li {
    list-style: disc outside !important;
    overflow: visible;
    padding: 0;
    margin: 0; }

/* line 195, web/modules/biomasse/scss/biomasse/_auth.scss */
#passwordForm .password-requirements {
  margin-left: 10px; }

/* line 199, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm.gmcForm ol li.checkbox label {
  padding-left: 30px; }

/* line 203, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm .buttons {
  margin: 1em auto 0;
  width: 350px; }

/* line 207, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm .buttons .btn-primary,
#passwordForm .buttons .btn-primary,
#usernameForm .buttons .btn-primary,
#passwordForm .buttons a:first-child,
#usernameForm .buttons a:first-child {
  margin-left: 10px; }

/* line 214, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm .buttons a,
#passwordForm .buttons a,
#usernameForm .buttons a,
#registerForm .buttons a {
  line-height: 3.4;
  margin-left: 0.5em; }

/* line 222, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm .userlinks {
  list-style: none outside none;
  margin: 40px auto 0;
  width: 370px; }
  /* line 226, web/modules/biomasse/scss/biomasse/_auth.scss */
  #loginForm .userlinks li {
    line-height: 1.5; }

/* line 231, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm .messagebox,
#passwordForm fieldset .messagebox,
#usernameForm fieldset .messagebox {
  background-image: none;
  padding: 1.5em;
  margin-left: 10px; }

/* line 238, web/modules/biomasse/scss/biomasse/_auth.scss */
#loginForm .messagebox {
  margin: 0 0 2em 0; }

/* line 242, web/modules/biomasse/scss/biomasse/_auth.scss */
#passwordForm {
  margin: 3em auto;
  width: 400px; }

/* line 246, web/modules/biomasse/scss/biomasse/_auth.scss */
#usernameForm {
  margin: 3em auto;
  width: 450px; }

/* line 250, web/modules/biomasse/scss/biomasse/_auth.scss */
#registerForm {
  margin: 3em; }

/* line 253, web/modules/biomasse/scss/biomasse/_auth.scss */
#passwordForm.gmcForm label,
#usernameForm.gmcForm label {
  width: auto; }

/* line 2, web/modules/biomasse/scss/biomasse/_modal.scss */
#modal form#exportForm {
  overflow: visible; }
  /* line 5, web/modules/biomasse/scss/biomasse/_modal.scss */
  #modal form#exportForm .modal-body {
    overflow: visible; }
    /* line 9, web/modules/biomasse/scss/biomasse/_modal.scss */
    #modal form#exportForm .modal-body .dropdown-menu li {
      padding: 0; }
      /* line 12, web/modules/biomasse/scss/biomasse/_modal.scss */
      #modal form#exportForm .modal-body .dropdown-menu li strong {
        color: inherit; }

/* line 19, web/modules/biomasse/scss/biomasse/_modal.scss */
#modal .loading:not(.btn) {
  left: 16px;
  margin: 50px auto 40px auto; }

@media only screen and (max-width: 1060px) {
  /* line 2, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #gesamtbenchmark img {
    width: 100%;
    max-width: 650px; }
  /* line 7, web/modules/biomasse/scss/biomasse/_responsive.scss */
  .benchmark img {
    float: none;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    box-sizing: border-box; }
  /* line 15, web/modules/biomasse/scss/biomasse/_responsive.scss */
  .gmcForm ol li.benchmark table {
    float: none;
    margin: 1em auto 0 auto;
    width: 100%;
    max-width: 350px; }
  /* line 22, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project div.actions {
    width: 50%; }
  /* line 25, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project div.details {
    width: 50%; }
  /* line 28, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project.gmcForm div.details label {
    float: none;
    padding: 0 0 0 10px;
    font-style: italic;
    color: #999; }
  /* line 34, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project.gmcForm div.details ol li p {
    padding: 0 0 0 10px; }
  /* line 37, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project.gmcForm div.details ol li {
    margin-bottom: 1em; }
  /* line 41, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project.gmcForm div.details ol li img {
    width: 100%;
    max-width: 270px; } }

@media only screen and (max-width: 870px) {
  /* line 48, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detailBody.formpage.login {
    top: 0;
    margin: 0;
    left: 0;
    right: 0;
    height: auto; }
  /* line 55, web/modules/biomasse/scss/biomasse/_responsive.scss */
  body.test #detailBody.formpage.login {
    top: 15px; }
  /* line 58, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detailBody.login .inlinemodal {
    width: auto;
    margin: 10px;
    height: auto; }
  /* line 63, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detailBody.login .inlinemodal .left {
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 2em; }
  /* line 69, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detailBody.login .inlinemodal .right {
    width: 100%;
    float: none;
    height: auto; }
  /* line 74, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detailBody.login .inlinemodal .right .modal-header {
    display: none; }
  /* line 77, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detailBody.login .inlinemodal .right .version {
    position: inherit;
    bottom: auto;
    margin: 0;
    padding: 1em 0 1em 30px;
    text-align: left; }
  /* line 84, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm,
  #passwordForm,
  #usernameForm {
    width: auto;
    margin: 2em 0; }
  /* line 90, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm fieldset,
  #passwordForm fieldset,
  #usernameForm fieldset {
    width: auto;
    margin: 0 0 0 30px;
    max-width: 350px; }
  /* line 97, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm .buttons,
  #passwordForm .buttons,
  #usernameForm .buttons {
    width: 100%;
    margin: 0 0 0 30px; }
  /* line 103, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm .userlinks {
    width: 100%;
    margin: 2em 0 0 0; } }

@media only screen and (max-width: 800px) {
  /* line 110, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #verlauf ol li.expenses {
    display: none; }
  /* line 113, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#quicksearch input[type=text] {
    width: 100px; } }

@media only screen and (max-width: 700px) {
  /* line 120, web/modules/biomasse/scss/biomasse/_responsive.scss */
  html,
  body {
    overflow: auto; }
  /* line 127, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#logo {
    width: 60px; }
  /* line 130, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#logo a {
    width: 40px;
    left: 10px; }
  /* line 135, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#logout {
    float: left;
    margin: 15px 0 0 60px; }
    /* line 139, web/modules/biomasse/scss/biomasse/_responsive.scss */
    div#logout a {
      padding: 10px 5px; }
  /* line 144, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#quicksearch {
    display: none; }
  /* line 148, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#tabs {
    height: 36px; }
    /* line 150, web/modules/biomasse/scss/biomasse/_responsive.scss */
    div#tabs ul {
      margin-left: 0; }
      /* line 152, web/modules/biomasse/scss/biomasse/_responsive.scss */
      div#tabs ul li,
      div#tabs ul li.active {
        margin: 1px 1px 1px 0; }
        /* line 155, web/modules/biomasse/scss/biomasse/_responsive.scss */
        div#tabs ul li a,
        div#tabs ul li.active a {
          padding: 10px 7px;
          border-radius: 0;
          font-weight: 400; }
  /* line 164, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #filter,
  div#detail {
    position: inherit;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    border: 0 none;
    overflow: auto; }
  /* line 176, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #filter ul.folder li a {
    padding-right: 10px;
    padding-left: 55px; }
  /* line 180, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #filter ul.folder li i,
  #filter ul.folder li em {
    right: auto;
    left: 20px; }
  /* line 185, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #filter ul.folder li em {
    left: 11px;
    top: 11px; }
  /* line 190, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project h1 {
    padding-left: 10px; }
  /* line 194, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project a.header {
    position: inherit;
    top: auto;
    left: auto;
    margin-left: 10px; }
  /* line 201, web/modules/biomasse/scss/biomasse/_responsive.scss */
  body.formularsystem div#tabs ul {
    display: none; }
  /* line 205, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#header ul.buttons {
    margin-top: 1px;
    right: auto;
    left: 0; }
  /* line 210, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#header ul.buttons li {
    margin-left: 1px; }
  /* line 213, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#header ul.buttons li .btn {
    padding: 9px 10px 10px 10px; }
  /* line 216, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#header ul.buttons li .btn i {
    display: none; } }

@media only screen and (max-width: 560px) {
  /* line 222, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project div.actions,
  div#project div.details {
    float: none;
    width: auto; }
  /* line 227, web/modules/biomasse/scss/biomasse/_responsive.scss */
  div#project div.actions fieldset {
    margin-left: 0; }
  /* line 231, web/modules/biomasse/scss/biomasse/_responsive.scss */
  .modal {
    width: 100%;
    max-width: 560px;
    margin-left: 0;
    left: 0; } }

@media only screen and (max-width: 410px) {
  /* line 241, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detailBody.login .inlinemodal .left .modal-header {
    height: 44px; }
  /* line 244, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detailBody.login .inlinemodal .left .modal-header h1 {
    background-size: 300px 26px;
    height: 26px; }
  /* line 249, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm,
  #passwordForm,
  #usernameForm {
    margin: 0; }
  /* line 254, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm {
    margin-top: 2em; }
  /* line 258, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm input#username,
  #passwordForm input#username,
  #loginForm input#password,
  #usernameForm input#email {
    width: 200px; }
  /* line 264, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #passwordForm fieldset legend {
    overflow: hidden;
    height: 40px; }
  /* line 269, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm fieldset,
  #passwordForm fieldset,
  #usernameForm fieldset {
    margin: 0 0 0 10px;
    max-width: 100%; }
  /* line 275, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm .buttons,
  #passwordForm .buttons,
  #usernameForm .buttons {
    margin-left: 10px; }
  /* line 280, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm .userlinks {
    padding-left: 20px; }
  /* line 283, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detailBody.login .inlinemodal .right h2:first-child {
    margin-top: 1em; }
  /* line 287, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #loginForm .messagebox,
  #passwordForm fieldset .messagebox,
  #usernameForm fieldset .messagebox {
    padding: 0;
    border: 0 none; } }

@media only screen and (max-width: 400px) {
  /* line 298, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detail .nav-tabs > li:first-child {
    margin-left: 10px; }
  /* line 301, web/modules/biomasse/scss/biomasse/_responsive.scss */
  .nav-tabs > li > a,
  .nav-pills > li > a {
    padding-left: 7px;
    padding-right: 7px; }
  /* line 307, web/modules/biomasse/scss/biomasse/_responsive.scss */
  #detail .tab-content {
    padding: 0 10px; }
  /* line 311, web/modules/biomasse/scss/biomasse/_responsive.scss */
  fieldset .btn-group {
    margin-top: 0;
    float: none;
    margin-left: 10px;
    margin-bottom: 1em; }
  /* line 318, web/modules/biomasse/scss/biomasse/_responsive.scss */
  .gmcForm fieldset.actions label {
    float: none;
    padding: 0 0 0 10px;
    font-style: italic;
    color: #999; }
  /* line 324, web/modules/biomasse/scss/biomasse/_responsive.scss */
  .gmcForm fieldset.actions p {
    padding: 0 0 0 10px; }
  /* line 327, web/modules/biomasse/scss/biomasse/_responsive.scss */
  .gmcForm fieldset.actions p.benchmark-green,
  .gmcForm fieldset.actions p.benchmark-orange,
  .gmcForm fieldset.actions p.benchmark-red {
    padding: 7px 0 0 22px; }
  /* line 333, web/modules/biomasse/scss/biomasse/_responsive.scss */
  .gmcForm fieldset.actions ol li {
    margin-bottom: 1em; }
  /* line 337, web/modules/biomasse/scss/biomasse/_responsive.scss */
  .hideForSmall {
    display: none; } }

/*# sourceMappingURL=biomasse.min.css.map */