@import url(https://fonts.googleapis.com/css?family=Karla:400,700);
@import url(https://fonts.googleapis.com/css?family=Special+Elite);
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\F00C";
    font-weight: 900;
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #84b854;
    border-color: #84b854;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\F00C";
    font-weight: 900;
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}


/* Layout */
body {
  font-family: 'Karla';
  font-size: 14px;
}
a {
  color: #84b854;
}
a:active,
a:focus {
  color: #84b854;
}
a:hover {
  color: #38591a;
}
a.disabled {
    pointer-events: none;
}
/*
html, body{
    height: 100%;
    margin: 0;
    padding:0;
}

.container {
    min-height: 100%;
    display: flex;
    align-items: stretch;
  
}

.nav {
  background: hotpink;
  width: 100px;
 position: relative;

}

.scrolling{
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.main {
  background: aliceblue;
  flex: 1;
 
}
*/
*:focus {
  outline: none !important;
  text-decoration: none;
}
.gap-small {
  height: 7px;
}
.gap-medium {
  height: 15px;
}
.gap-large {
  height: 30px;
}
.divider {
  border-top: 1px solid #dddddd;
  margin: 15px 0;
}
.divider-light {
  border-bottom: 1px solid #e6e6e6;
  margin: 5px 0;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.padding-top-6 {
  padding-top: 6px;
}
.padding-top-7 {
  padding-top: 7px;
}
.no-padding {
  padding: 0;
}
.bold {
  font-weight: 700;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-40 {
  margin-right: 40px;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.remove {
  color: #b85454;
}
.extra-space {
  padding-left: 3px;
  padding-right: 3px;
}
.vmiddle {
  vertical-align: middle !important;
}
ai-dialog-overlay {
  background-color: rgba(0, 0, 0, 0.36);
}
.margin-left-20 {
  margin-left: 20px;
}
.no-min-height {
  min-height: 0px !important;
}
/* Modules */
.navigation {
  color: black;
}
.navbar-brand {
  padding: 0;
}
    .navbar-brand .logo > img {
        height: 55px;
        width: 130px;
        display: block;
        padding-top: 0px;
        padding-left: 17px;
    }
.panel {
  margin-bottom: 5px;
}
.panel.panel-default {
  box-shadow: 0px 1px 0px #cecece;
  border-radius: 0;
}
.panel.panel-default.active {
  background-color: #fdfff9;
  border-color: #436f0a;
}
.panel.panel-default .panel-heading {
  background-color: transparent;
  border: none;
  padding: 5px;
}
.panel.panel-default .panel-heading .panel-title {
  font-size: 15px;
  color: black;
  font-weight: 600;
}
.panel.panel-default .panel-heading .panel-title a {
  color: #84b854;
}
.panel.panel-default .panel-body {
  padding: 5px;
}
.panel.panel-default .panel-body .tab-content {
  padding: 15px;
}
.panel.panel-blanc .panel-body .tab-content {
  padding: 15px;
  box-shadow: 0px 1px 0px #cecece;
  border: 1px solid #ddd;
  border-top: none;
}
.pane {
  padding: 0 5px;
}
.pane.pane-content {
  padding-right: 515px;
}
.pane.pane-content.left-pane {
  padding-right: -1px;
  padding-left: 515px;
}
.pane.pane-right {
  padding-top: 5px;
  position: absolute;
  width: 500px;
  top: 117px;
  bottom: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -15px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f9f9f9;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.pane.pane-right .split-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  cursor: col-resize;
  left: 0;
}
.pane.pane-left {
  padding-top: 5px;
  position: absolute;
  width: 500px;
  top: 117px;
  bottom: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -15px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f9f9f9;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.pane.pane-left .split-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  cursor: col-resize;
  left: 0;
}
.pane.pane-left.pane-formules {
  padding-left: 20px;
  top: 86px;
}
.pane.pane-left.pane-formules .panel-title:after {
  position: absolute;
  content: '';
  left: -15px;
  top: -5px;
  border-left: 1px dotted #436f0a;
  height: 17px;
  width: 23px;
  border-bottom: 1px dotted #436f0a;
}
.pane.pane-left.pane-formules .first-pane .panel-title:after {
  display: none;
}
.css-treeview {
  margin: 15px;
}
.css-treeview ul,
.css-treeview li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.css-treeview input {
  position: absolute;
  opacity: 0;
}
.css-treeview {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.css-treeview a {
  color: #00f;
  text-decoration: none;
}
.css-treeview a:hover {
  text-decoration: underline;
}
.css-treeview input + label + ul {
  margin: 0 0 15px 22px;
}
.css-treeview input ~ ul {
  display: none;
}
.css-treeview label,
.css-treeview label::before {
  cursor: pointer;
}
.css-treeview input:disabled + label {
  cursor: default;
  opacity: .6;
}
.css-treeview input:checked:not(:disabled) ~ ul {
  display: block;
}
.css-treeview label,
.css-treeview label::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAACgCAYAAAAFOewUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAApxJREFUeNrslM1u00AQgGdthyalFFOK+ClIIKQKyqUVQvTEE3DmAhLwAhU8QZoH4A2Q2gMSFace4MCtJ8SPBFwAkRuiHKpA6sRN/Lu7zG5i14kctaUqRGhGXnu9O/Pt7MzsMiklvF+9t2kWTDvyIrAsA0aKRRi1T0C/hJ4LUbt5/8rNpWVlp8RSr9J40b48fxFaTQ9+ft8EZ6MJYb0Ok+dnYGpmPgXwKIAvLx8vYXc5GdMAQJgQEkpjRTh36TS2U+DWW/D17WuYgm8pwJyY1npZsZKOxImOV1I/h4+O6vEg5GCZBpgmA6hX8wHKUHDRBXQYicQ4rlc3Tf0VMs8DHBS864F2YFspjgUYjKX/Az3gsdQd2eeBHwmdGWXHcgBGSkZXOXohcEXebRoQcAgjqediNY+AVyu3Z3sAKqfKoGMsewBeEIOPgQxxPJIjcGH6qtL/0AdADzKGnuuD+2tLK7Q8DhHHbOBW+KEzcHLuYc82MkEUekLiwuvVH+guQBQzOG4XdAb8EOcRcqQvDkY2iCLuxECJ43JobMXoutqGgDa2T7UqLKwt9KRyuxKVByqVXXqIoCCUCAqhUOioTWC7G4TQEOD0APy2/7G2Xpu1J4+lxeQ4TXBbITDpoVelRN/BVFbwu5oMMJUBhoXy5tmdRcMwymP2OLQaLjx9/vnBo6V3K6izATmSnMa0Dq7ferIohJhr1p01zrlz49rZF4OMs8JkX23vVQzYp+wbYGV/KpXKjvspl8tsIKCrMNAYFxj2GKS5ZWxg4ewKsJfaGMIY5KXqPz8LBBj6+yDvVP79+yDp/9F9oIx3OisHWwe7Oal0HxCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgwD8E/BZgAP0qhKj3rXO7AAAAAElFTkSuQmCC) no-repeat;
}
.css-treeview label,
.css-treeview a,
.css-treeview label::before {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  color: #84b854;
}
.css-treeview label {
  background-position: 18px 0;
}
.css-treeview label::before {
  content: "";
  width: 16px;
  margin: 0 22px 0 0;
  vertical-align: middle;
  background-position: 0 -32px;
}
.css-treeview input:checked + label::before {
  background-position: 0 -16px;
}
/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .css-treeview {
    -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
  }
  @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
}
.form-control,
.input-group-addon {
  border-radius: 0;
}
.form-horizontal .form-group {
  margin-bottom: 5px;
}
.form-horizontal .form-group .control-label {
  padding-top: 5px;
}
.form-control {
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 5px;
  height: auto;
}
.form-control:focus,
.form-control:active {
  background-color: #FFF;
  border-color: #84b854;
}
.form-control:disabled {
  background-color: #e6e6e6;
  border: none;
  box-shadow: none;
}
.form-control:disabled:focus,
.form-control:disabled:active {
  background-color: #e6e6e6;
}
.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cecece !important;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #84b854;
  border-color: #84b854;
}
.checkbox label::before,
.checkbox label::active {
  outline: none;
}
.checkbox.checkbox-primary label {
  display: block;
}
.dropdown-menu {
  font-size: 13px;
}
.dropdown-menu.max-height-325 {
  max-height: 325px;
  overflow-y: auto;
}
.container-fluid .dropdown > a {
  background-color: #fafafa;
  padding: 5px 5px;
  border: 1px solid #ccc;
  color: #555;
}
.container-fluid .dropdown > a:hover,
.container-fluid .dropdown > a:focus,
.container-fluid .dropdown > a:active {
  text-decoration: none;
}
.container-fluid .dropdown .dropdown-menu {
  border-radius: 0;
}
.container-fluid .dropdown .dropdown-menu .divider {
  padding: 0 !important;
}
.container-fluid .dropdown .dropdown-menu li a {
  padding: 2px 15px;
  color: #84b854;
}
.container-fluid .dropdown .dropdown-menu li span {
  padding: 2px 15px;
  font-weight: bold;
}
.dropdown-list-container {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  padding: 1px;
}
.dropdown-list-container .list-field-search {
  padding: 7px;
}
.dropdown-list-container .list-field-search input {
  z-index: 1;
  width: 100%;
  min-height: 28px;
  height: 0;
  border: 1px solid #cccccc;
  padding: 0 24px 0 6px;
  -webkit-box-shadow: #bbbbbb 0 7px 2px -7px inset;
  -moz-box-shadow: #bbbbbb 0 7px 2px -7px inset;
  box-shadow: #bbbbbb 0 7px 2px -7px inset;
  border-radius: 4px;
}
.dropdown-list-container .dropdown-holder-list-section .list-section {
  padding: 0;
  margin: 0;
}
.dropdown-list-container .dropdown-holder-list-section .list-section li {
  padding: 2px 7px;
  display: block;
}
.dropdown-list-container .dropdown-holder-list-section .list-section li:hover {
  background-color: #D8ECD6;
}
.dropdown-list-container .dropdown-holder-list-section .list-section li .checkbox {
  margin: 0;
}
.dropdown-list-container .dropdown-holder-list-section .list-section li.head {
  font-weight: bold;
}
.dropdown-list-container .dropdown-holder-list-section .list-section li.head:hover {
  background-color: transparent;
}
.dropdown-list-container .dropdown-holder-list-section.has-bottom-footer {
  margin-bottom: 48px;
}
.dropdown-list-container .dropdown-header {
  padding: 3px 7px;
  font-size: 14px;
  color: #222222;
  font-weight: 600;
  overflow: hidden;
  position: static;
  text-overflow: ellipsis;
}
.dropdown-list-container .dropdown-menu-footer {
  padding: 7px;
}
.dropdown-list-container .dropdown-menu-footer.bottom-footer {
  bottom: 0;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 48px;
  z-index: 2;
  border-top: 1px solid #ddd;
}
multi-select-control label {
  vertical-align: top;
}
.searchable-dropdown {
  position: relative;
  display: inline-block;
  min-width: 200px;
}
.searchable-dropdown > a:hover,
.searchable-dropdown > a:focus,
.searchable-dropdown > a:active {
  text-decoration: none;
  color: #555;
}
.searchable-dropdown .dropdown-toggle {
  padding-right: 30px;
}
.searchable-dropdown .dropdown-toggle span {
  white-space: nowrap;
}
.searchable-dropdown .icon-dropdown {
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  border-color: #ccc;
  position: absolute;
  cursor: pointer;
  width: 23px;
  bottom: 1px;
  top: 1px;
  right: 1px;
  display: block;
  border-left: 1px solid #cecece;
  border-radius: 3.01px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 0;
}
.searchable-dropdown .icon-dropdown:after {
  border: 4px solid transparent;
  bottom: 50%;
  content: "";
  height: 0;
  margin-bottom: -5px;
  position: absolute;
  right: 8px;
  width: 0;
  border-top-color: #707070;
}
.searchable-dropdown .icon-remove {
  position: absolute;
  right: -15px;
  top: 8px;
  z-index: 2;
  cursor: pointer;
  color: #787878;
}
.search .inline-block {
  vertical-align: top;
}
@media (max-width: 1666px) {
    .search .inline-block {
        margin-bottom: 10px;
    }
}
.table {
  margin-bottom: 0;
}
.table thead tr th {
  color: #848484;
  font-size: 13px;
  border-bottom-width: 1px;
  padding: 2px;
  font-weight: normal;
}
.table tbody tr td {
  color: black;
  padding: 2px;
}
.table tbody tr td .form-group {
  margin-bottom: 0;
}
.table tbody tr td input[type=checkbox] {
  vertical-align: middle;
  margin: 0;
}
.table tbody tr:hover td {
  background-color: #f9f9f9 !important;
}
.table tbody tr.active td {
  background-color: #e8f2e3 !important;
}
.table tbody tr.add-item td {
  border-top: none;
}
.table.clickable-rows tr td {
  cursor: pointer;
}
.table.vmiddle tr td {
  vertical-align: middle;
}
.table.formules tr.trail td a {
  color: #436f0a;
  font-weight: bold;
}
.table.formules tr.trail:after {
  border-top: 1px dotted #436f0a;
  width: 10px;
  position: absolute;
  content: '';
  left: 6px;
  border-left: 1px dotted #436f0a;
  height: 23px;
  margin-top: 10px;
}
.table.formules tr.sibling-active:after {
  position: absolute;
  content: '';
  left: 6px;
  border-left: 1px dotted #436f0a;
  height: 23px;
  margin-top: 10px;
}
.table.formules tr.active td {
  background-color: transparent !important;
}
.table.formules tr.active:after {
  border-top: 1px dotted #436f0a;
  width: 10px;
  position: absolute;
  content: '';
  left: 6px;
  border-left: 1px dotted #436f0a;
  height: 23px;
  margin-top: 10px;
}
.table.formules tr.active a {
  color: #436f0a;
  font-weight: bold;
}
.table.formules tr td:last-child {
  padding-bottom: 0;
}
.fixed-table-container {
  width: 100%;
  height: 520px;
  margin: 10px auto;
  position: relative;
  /* could be absolute or relative */
  padding-top: 30px;
  /* height of header */
}
.fixed-table-container .fixed-table-container-inner {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.fixed-table-container .header-background {
  height: 30px;
  /* height of header */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.fixed-table-container table {
  background-color: white;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.fixed-table-container table .th-inner {
  position: absolute;
  top: 0;
  line-height: 30px;
  /* height of header */
  text-align: left;
  padding-left: 5px;
  margin-left: -5px;
}
.fixed-table-container table .first .th-inner {
  border-left: none;
  padding-left: 6px;
}
.btn {
  border-radius: 0;
  padding: 4px 10px;
}
.btn.btn-primary {
  background-color: #84b854;
  border-color: #84b854;
  transition: all 200ms ease-out;
  box-shadow: 0px 1px 2px #cecece;
  border-radius: 2px;
  text-transform: uppercase;
}
.btn.btn-primary:hover {
  background-color: #38591a;
  border-color: #38591a;
}
.btn.btn-expression {
  color: #828282;
  background-color: #ececec;
  padding: 0px 7px;
}
.btn.btn-expression:hover {
  background-color: #e0dede;
}
.modal-dialog .modal-tabs .modal-body {
  padding: 0;
}
.modal-dialog .modal-tabs .modal-body .nav.nav-tabs {
  margin: 15px;
  border-bottom: 1px solid #84b854;
}
.modal-dialog .modal-tabs .modal-body .nav.nav-tabs a {
  padding: 7px 7px;
}
.modal-dialog .modal-tabs .modal-body .nav.nav-tabs li.active a {
  border-color: #84b854;
  border-bottom-color: transparent;
}
.modal-dialog .modal-tabs .modal-body .tab-content {
  padding: 15px 15px 15px 15px;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.img-thumbnail {
  border-radius: 0;
  padding: 0;
  border: none;
  width: 19px;
}
.pagination li a {
  color: #84b854;
}
.pagination li.active a {
  background-color: #84b854;
  color: white;
  border-color: #84b854;
}
.pagination li.active a:hover,
.pagination li.active a:focus {
  background-color: #84b854;
  border-color: #84b854;
}
.pagination li:hover a {
  background-color: #4e7117;
  color: white;
  border-color: #4e7117;
}
.mind {
  display: inline-block;
}
.mind.black .label,
.mind.black .tooltip-inner,
.mind.black .tooltip-arrow {
  background-color: black;
  border-bottom-color: black;
}
.mind.green .label,
.mind.green .tooltip-inner,
.mind.green .tooltip-arrow {
  background-color: #28AA16;
  border-bottom-color: #28AA16;
}
.mind.red .label,
.mind.red .tooltip-inner,
.mind.red .tooltip-arrow {
  background-color: red;
  border-bottom-color: red;
}
.mind.orange .label,
.mind.orange .tooltip-inner,
.mind.orange .tooltip-arrow {
  background-color: #f0ad4e;
  border-bottom-color: #f0ad4e;
}
.mind.white .label,
.mind.white .tooltip-inner,
.mind.white .tooltip-arrow {
  background-color: white;
  border-bottom-color: white;
  color: black;
}
.mind.white .label {
  box-shadow: 1px 1px 1px #cecece;
}
.mind .tooltip-inner {
  box-shadow: 1px 1px 1px #cecece;
  padding: 10px;
}
.mind .label {
  border-radius: 25px !important;
  position: static;
  margin: 0;
  padding: 0;
  height: 8px;
  width: 8px;
  display: inline-block;
}
.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
  width: 100%;
}
.tt-query {
  -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);
}
.tt-hint {
  background-color: #fff !important;
  color: #999999;
}
.tt-input {
  background-color: #fff !important;
}
.tt-menu {
  /* used to be tt-dropdown-menu in older versions */
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
}
.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  color: #fff;
  background-color: #84b854;
}
.tt-suggestion p {
  margin: 0;
}
.tt-open {
  max-height: 275px;
  overflow-y: auto;
  overflow-x: hidden;
}
.version-footer {
  color: #dddddd;
  margin-top: 30px;
  margin-bottom: 15px;
}
.tooltip-trigger {
  position: relative;
}
.tooltip-trigger .tooltip-box {
  display: none;
  position: absolute;
  background-color: white;
  padding: 15px;
  z-index: 9999;
  box-shadow: -3px 4px 4px #cacaca;
  border: 1px solid #eaeaea;
  left: 5px;
  margin-top: -2px;
}
.tooltip-trigger .tooltip-box .tooltip-title {
  color: black;
  font-weight: bold;
  padding-bottom: 7px;
}
.tooltip-trigger .tooltip-box .tooltip-content table tr td {
  background-color: white !important;
  border-bottom: 1px solid #ececec;
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
  overflow-y: visible;
}
.tooltip-trigger .tooltip-box .tooltip-content table tr td:first-child {
  color: #848484;
  padding-right: 15px;
}
.tooltip-trigger:hover .tooltip-box {
  display: block;
}

/* styling for audit fields info-tooltip */
.audit-info-tooltip {
    color: #84b854;
}
.k-tooltip .k-tooltip-content .tooltip-box {
    position: absolute;
    background-color: white;
    padding: 15px;
    z-index: 9999;
    box-shadow: -3px 4px 4px #cacaca;
    border: 1px solid #eaeaea;
    left: 5px;
    margin-top: -2px;
    font-size: 13px;
}
.k-tooltip .k-tooltip-content .tooltip-box .tooltip-title {
        color: black;
        font-weight: bold;
        padding-bottom: 7px;
}
.k-tooltip .k-tooltip-content .tooltip-box .tooltip-content table tr td {
        background-color: white !important;
        border-bottom: 1px solid #ececec;
        padding-top: 7px;
        padding-bottom: 7px;
        white-space: nowrap;
        overflow-y: visible;
        color: black;
}
.k-tooltip .k-tooltip-content .tooltip-box .tooltip-content table tr td:first-child {
            color: #848484;
            padding-right: 15px;
}

/*# sourceMappingURL=../app~ea1f58e8.c60653fdf6c4909f80be.bundle.map*/