body {
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #212529;
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 12px;
}
input::placeholder {
  color: #6c757d;
  opacity: 1;
}
input,
textarea {
  display: block;
  width: calc( 100% - 8px );
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  margin: 8px 4px;
}
input {
  height: 30px;
}
input[type=submit] {
  width: auto;
  height: auto;
}
input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
html {
  height: 100%;
  overflow-y: scroll;
}
header,
main,
footer {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
ol,
ul {
  list-style-type: none;
  padding-left: 0;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header {
  position: fixed;
  top: 0;
  left: calc( 50% - 600px );
  height: 80px;
  background-color: #fff;
}
main {
  margin-top: 80px;
}
a,
a:focus {
  outline: none;
}
a.logo {
  width: 160px;
  height: 80px;
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  float: left;
  background-color: #f5a425;
  display: block;
  text-decoration: none;
}
nav.main a {
  text-decoration: none;
  display: block;
  float: left;
  margin-left: 20px;
  color: #fff;
  background-color: #007bff;
  font-size: 22px;
  padding: 3px 12px;
  border-radius: 4px;
  margin-top: 20px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
nav.main a:hover,
nav.main a.hot {
  background-color: #ffc107;
  color: #212529;
}
main {
  padding-bottom: 80px;
}
h1 {
  font-size: 32px;
  margin: 20px 0;
  margin-top: 15px;
}
h1 span.countili {
  font-size: 20px;
}
.toolbar {
  float: right;
  max-width: 500px;
}
.toolbar a {
  text-decoration: none;
  color: #007bff;
  display: inline-block;
  margin-top: 22px;
  font-size: 26px;
}
.toolbar a + a {
  margin-left: 16px;
}
.toolbar a:hover {
  text-decoration: underline;
  color: #b18b07;
}
.login-box {
  width: 250px;
  margin: 100px auto;
}
.login-box input + input {
  margin-top: 20px;
}
ul.entry-list li {
  line-height: 1.2;
  margin-bottom: 4px;
  background-color: #efefef;
  padding: 3px 6px;
  border-radius: 2px;
}
ul.entry-list li:nth-child(2n) {
  background-color: #dedede;
}
ul.entry-list li.active:hover,
ul.entry-list li:hover {
  background-color: #e1e9f5;
}
ul.entry-list li.warn {
  background-color: #fcb2b2;
}
ul.entry-list li.active {
  background-color: #e5fbe5;
}
ul.entry-list li i.fa {
  float: right;
  display: block;
  margin-left: 8px;
  margin-top: 1px;
  color: #007bff;
  cursor: pointer;
}
ul.entry-list li i.fa:hover {
  color: #b18b07;
}
ul.entry-list li a.label {
  color: #000;
}
ul.entry-list li a.label:hover {
  color: #007bff;
}
ul.entry-list li i.fa-star {
  color: #e0e015;
}
ul.entry-list li a {
  text-decoration: none;
  color: #222;
  max-width: 90%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.entry-list li a:hover {
  text-decoration: underline;
  color: #666;
}
.paginator {
  text-align: center;
}
input.page-nav {
  width: 50px;
  padding: 6px;
  text-align: center;
  display: inline;
}
span.page-nav.max {
  display: inline-block;
  font-family: sans-serif;
}
span.page-nav.max:before {
  content: '/';
  padding-right: 5px;
}
a.page-nav {
  text-decoration: none;
  color: #0869d1;
  display: inline-block;
  margin: 0px 10px;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  top: 2px;
  font-weight: bold;
}
a.page-nav:hover {
  color: #86bbf3;
}
.paginator.last a.page-nav.next,
.paginator.first a.page-nav.prev {
  visibility: hidden;
}
.input-error {
  background-color: #fcc;
}
.form-entry {
  overflow: hidden;
  margin-bottom: 20px;
}
.form-block {
  float: left;
  overflow: hidden;
}
.form-block.half {
  width: 48%;
}
.form-block.half + .form-block.half {
  padding-left: 2%;
  margin-left: 2%;
}
input.autocomplete {
  padding-right: 30px;
  background-image: url("/img/lupili.png");
  background-repeat: no-repeat;
  background-position: calc( 100% - 5px ) 3px;
}
#infonode-form input.autocomplete {
  display: none;
}
ul.entry-list#file-list li i.fa-star {
  color: #cacaca;
}
ul.entry-list#file-list li.representative i.fa-star {
  color: #e0e015;
}
.page-content.view > h1 {
  text-align: center;
  position: relative;
}
.page-content.view > h1 input {
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.page-content.view > h1.editing {
  color: transparent;
}
.page-content.view > h1.editing input {
  display: inline-block;
}
.view-box {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
}
.view-box.node-list,
.view-box.addendum {
  width: 200px;
  position: fixed;
  height: calc( 100% - 175px );
  top: 155px;
  left: calc( 50% - 600px );
}
.view-box.addendum {
  left: calc( 50% + 400px );
}
.view-box.preview {
  width: 800px;
  padding: 0 10px;
  margin-left: 200px;
}
.view-box.node-list {
  background-color: #fff;
}
ul.nodetree {
  margin: 0;
  padding: 0;
}
ul.nodetree li {
  padding-left: 13px;
  border-left: 1px dotted #222;
  padding-bottom: 3px;
  height: 20px;
  position: relative;
}
ul.nodetree li:hover {
  background-color: #e1e9f5;
}
ul.nodetree li span.folder-icon {
  background-image: url("/img/folder.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: 0px 2px;
  display: inline-block;
  cursor: move;
}
ul.nodetree li span.tree-label {
  display: inline-block;
  max-width: 165px;
  cursor: pointer;
}
ul.nodetree li span.tree-connector {
  display: inline-block;
  height: 13px;
  border-top: 1px dotted #222;
  width: 10px;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 0;
}
ul.nodetree li:hover span.tree-connector {
  background-color: #e1e9f5;
}
ul.nodetree li:last-child span.tree-connector {
  width: 11px;
  left: -1px;
}
.linking-box.open ul li i.fa-trash-o,
ul.nodetree li i.fa-trash-o {
  position: absolute;
  top: -1px;
  left: calc( 100% - 15px );
  cursor: pointer;
  color: #ff2400;
  padding: 2px;
  background-color: #e1e9f5;
  display: none;
}
.linking-box.open ul li i.fa-trash-o {
  top: 3px;
  left: calc( 100% - 18px );
}
.linking-box.open ul li i.fa-trash-o:hover,
ul.nodetree li i.fa-trash-o:hover {
  color: #b18b07;
}
.linking-box.open ul li:hover i.fa-trash-o,
ul.nodetree li:hover i.fa-trash-o {
  display: block;
}
.view-box > input.autocomplete {
  margin-top: 20px;
  padding-right: 25px;
}
.linking-box {
  height: 30px;
  -webkit-transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.linking-box.open {
  height: auto;
}
.linking-box .box-head {
  cursor: pointer;
}
.linking-box.open .box-head {
  font-weight: bold;
}
.linking-box.open ul {
  margin: 5px;
  margin-right: 0;
}
.linking-box.open ul li {
  padding: 4px;
  padding-bottom: 1px;
  margin-bottom: 1px;
  position: relative;
}
.linking-box.open ul li:hover {
  background-color: #e1e9f5;
}
.linking-box.open ul li span.label {
  display: inline-block;
  max-width: 160px;
}
.linking-box.open ul li a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.linking-box.open ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}
section.node-preview {
  margin-bottom: 20px;
  /*background-color: #eee;*/
  padding: 5px 10px;
}
section.node-preview.warn {
  background-color: #fcc;
}
.page-content.view section.node-preview h1 {
  margin-top: 0;
  font-size: 24px;
  text-align: left;
}
section.node-preview a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
section.node-preview a:hover {
  color: #0056b3;
  text-decoration: underline;
}
section.node-preview ul,
section.node-preview ol,
section.node-preview dl {
  margin-bottom: 1rem;
  padding-left: 40px;
  list-style-type: disc;
}
.info-box {
  transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  position: fixed;
  z-index: -1;
  color: #efd64c;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  height: 46px;
  width: 100%;
  left: 0;
  top: calc( 50% - 23px );
  display: block;
  opacity: 0;
}
.info-box.show {
  z-index: 1052;
  opacity: 1;
}
.couvert {
  opacity: 0;
  background-color: #000;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.couvert.show {
  z-index: 1051;
  opacity: 0.5;
}
ul.ui-autocomplete {
  list-style: none;
  padding-left: 0;
  width: 300px;
}
li.ui-menu-item {
  cursor: pointer;
  border-top: 1px solid #fff;
  background-color: #eee;
  padding-left: 5px;
}
.ui-helper-hidden-accessible {
  display: none;
}
ul.ui-autocomplete {
  z-index: 1100;
}
ul.ui-autocomplete li > div.ui-menu-item-wrapper.ui-state-active {
  color: #339900;
  border: none;
}
.flash-dialog > .dialog-content > .dialog-head {
  background-color: #007bff;
}
.flash-dialog.warn > .dialog-content > .dialog-head {
  background-color: #db3b21;
}
.flash-dialog > .dialog-content > .dialog-control > .dialog-button:hover,
div.flash-button:hover {
  background-color: #007bff;
}
/*@import "gnutux/privacy-banner.less";*/
/*@media (max-width: 1600px) { @import "gnutux/responsive/large-1600.less"; }*/
/*# sourceMappingURL=main.css.map */