.quicksearch > input, .quicksearch > input:focus, .quicksearch > input:active {
    border-color: #cacaca !important;
    background-color: #EFEFEF !important;
    color: #1A1A1A !important;
    line-height: normal !important;
}

.select2-highlighted {
    color: rgba(0,0,0,0.8) !important;
    background-color: #0000001f
}

#F_RESET_PRESENCE, label[for="F_RESET_PRESENCE"] {
    display: none !important;
}

/* dde remonter les nav des panels */
dl.panel-buttons { position: absolute; top:0px !important; }
div.category-panel { position: absolute; top:35px !important;}
div.panel-content {overflow-y:auto !important;}


.process-runner .meter {
  color: #FFF;
  text-align: right;
  padding-right: 1em;
}
.process-runner .progress-indicator {
  font-family: monospace;
}
.process-runner .operation-title {
  font-weight: bold;
  color: #43ac6a;
}
.process-runner ol {
  margin-left: 0.5rem;
  list-style-type: none;
  border: 1px solid #cccccc;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow-y: auto;
  height: 10rem;
}
.process-runner ol li {
  font-family: monospace, monospace;
  font-size: 0.8rem;
}
.process-runner ol li.success {
  font-weight: bold;
  color: #43ac6a;
}
.process-runner ol li.error {
  color: #a7133e;
}
.process-runner ol li.abort {
  font-weight: bold;
  color: #a7133e;
}/*# sourceMappingURL=efficyCustom.css.map */