

/* <inline asset> defined in bundle 'web.assets_backend_legacy_lazy' */
@charset "UTF-8";


/* /web/static/lib/bootstrap/scss/_functions.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web/static/lib/bootstrap/scss/_mixins.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web/static/src/legacy/scss/bs_mixins_overrides.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web/static/src/legacy/scss/utils.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web_enterprise/static/src/legacy/scss/primary_variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web/static/src/legacy/scss/primary_variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /mail/static/src/scss/variables/primary_variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web_editor/static/src/scss/web_editor.variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /portal/static/src/scss/primary_variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /account/static/src/scss/variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */

@keyframes animate-red {
  0% {
    color: red;
  }
  100% {
    color: inherit;
  }
}

.animate {
  animation: animate-red 1s ease;
}



/* /hr_org_chart/static/src/scss/variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web/static/src/legacy/scss/secondary_variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web_editor/static/src/scss/secondary_variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web_enterprise/static/src/legacy/scss/secondary_variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web/static/src/legacy/scss/bootstrap_overridden.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web/static/src/legacy/scss/bs_mixins_overrides_backend.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web_editor/static/src/scss/bootstrap_overridden_backend.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web_editor/static/src/scss/bootstrap_overridden.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web_enterprise/static/src/legacy/scss/bootstrap_overridden.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web/static/lib/bootstrap/scss/_variables.scss defined in bundle 'web.assets_backend_legacy_lazy' */



/* /web/static/src/legacy/scss/graph_view.scss defined in bundle 'web.assets_backend_legacy_lazy' */

.o_legacy_graph_renderer {
  height: 100%;
}

.o_legacy_graph_renderer .o_graph_canvas_container {
  padding-top: 5px;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.o_legacy_graph_renderer .o_graph_canvas_container canvas {
  background-color: white;
}

.o_legacy_graph_renderer div.o_tooltip_legend {
  background-color: white;
  color: black;
  font-size: 12px;
  border: black solid 0.5px;
  border-radius: 3px;
  opacity: 1;
  position: absolute;
  padding: 10px;
  z-index: 2;
  pointer-events: none;
}

.o_legacy_graph_renderer div.o_graph_custom_tooltip {
  border-radius: 3px;
  background-color: white;
  border: black solid 0.5px;
  position: absolute;
  z-index: 1;
  padding: 6px;
  pointer-events: none;
  opacity: 0.9;
  font-family: Arial;
}

.o_legacy_graph_renderer div.o_graph_custom_tooltip table {
  font-size: 12px;
  overflow: hidden;
  display: block;
  border-collapse: collapse;
}

.o_legacy_graph_renderer div.o_graph_custom_tooltip th.o_measure {
  color: black;
  font-weight: bolder;
  vertical-align: baseline;
  padding-bottom: 1px;
}

.o_legacy_graph_renderer div.o_graph_custom_tooltip td:nth-child(1) {
  min-width: 100px;
}

.o_legacy_graph_renderer div.o_graph_custom_tooltip td span.o_square {
  height: 12px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.o_legacy_graph_renderer div.o_graph_custom_tooltip td span.o_label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: black;
  display: inline-block;
  vertical-align: middle;
}

.o_legacy_graph_renderer div.o_graph_custom_tooltip td.o_value {
  color: black;
  padding-left: 5px;
  text-align: right;
  font-weight: bold;
}

.o_legacy_graph_renderer div.o_graph_custom_tooltip tr.o_show_more {
  text-align: center;
  color: black;
  font-weight: bolder;
}



/* /web/static/src/legacy/scss/pivot_view.scss defined in bundle 'web.assets_backend_legacy_lazy' */

.o_legacy_pivot .o_pivot_cell_value {
  font-size: 1em;
}

.o_legacy_pivot .o_pivot_cell_value .o_comparison {
  font-size: 0.61em;
}

.o_legacy_pivot .o_pivot_cell_value .o_variation.o_positive {
  color: green;
}

.o_legacy_pivot .o_pivot_cell_value .o_variation.o_negative {
  color: red;
}

.o_legacy_pivot table {
  background-color: white;
  width: auto;
}

.o_legacy_pivot table.o_enable_linking .o_pivot_cell_value:not(.o_empty):hover {
  color: #017e84;
  cursor: pointer;
}

.o_legacy_pivot table thead th:not(.o_pivot_header_cell_closed):not(.o_pivot_header_cell_opened):not(.o_pivot_header_cell) {
  text-align: center;
}

.o_legacy_pivot table th {
  font-weight: normal;
  background-color: whitesmoke;
}

.o_legacy_pivot table .o_pivot_measure_row {
  background-color: whitesmoke;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}

.o_legacy_pivot table .o_pivot_measure_row:hover {
  background-color: #dcdbdb;
}

.o_legacy_pivot table .o_pivot_header_cell {
  white-space: nowrap;
  user-select: none;
}

.o_legacy_pivot table .o_pivot_header_cell_closed {
  background-color: whitesmoke;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}

.o_legacy_pivot table .o_pivot_header_cell_closed:hover {
  background-color: #dcdbdb;
}

.o_legacy_pivot table .o_pivot_header_cell_closed::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 8px;
}

.o_legacy_pivot table .o_pivot_header_cell_opened {
  background-color: whitesmoke;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}

.o_legacy_pivot table .o_pivot_header_cell_opened:hover {
  background-color: #dcdbdb;
}

.o_legacy_pivot table .o_pivot_header_cell_opened::before {
  font-family: FontAwesome;
  content: "";
  margin-right: 8px;
}

.o_legacy_pivot table .o_pivot_sort_order_asc::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  -moz-transform: scale(0.9999);
  border-bottom: 4px solid var(--o-input-border-color, currentColor);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0;
  margin-left: 5px;
}

.o_legacy_pivot table .o_pivot_sort_order_desc::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  -moz-transform: scale(0.9999);
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--o-input-border-color, currentColor);
  margin-left: 5px;
}

.o_legacy_pivot table .o_pivot_cell_value.o_cell_hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.o_legacy_pivot .o_pivot_field_selection::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  -moz-transform: scale(0.9999);
  border-bottom: 4px solid transparent;
  border-left: 4px solid var(--o-input-border-color, currentColor);
  border-right: 0;
  border-top: 4px solid transparent;
  position: absolute;
  right: 6px;
  top: 9px;
}

.o_legacy_pivot .o_pivot_field_menu .dropdown-item.disabled {
  color: rgba(68, 75, 90, 0.76);
  cursor: default;
}



/* /web_dashboard/static/src/legacy/scss/dashboard_view.scss defined in bundle 'web.assets_backend_legacy_lazy' */

.o_legacy_dashboard_view {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-flex-flow: row wrap; flex-flow: row wrap;
  align-items: flex-start;
  width: 100%;
  height: auto;
  background-color: white;
}

.o_legacy_dashboard_view > .o_group .o_legacy_graph_renderer > .o_graph_canvas_container > label, .o_legacy_dashboard_view .o_subview .o_legacy_graph_renderer > .o_graph_canvas_container > label, .o_legacy_dashboard_view .o_group .o_aggregate > label, .o_legacy_dashboard_view .o_group .o_formula > label, .o_legacy_dashboard_view > .o_group > .o_group.o_group_col_2.o_has_widget .o_legacy_graph_renderer label {
  color: #091124;
  margin-bottom: 0;
}

.o_legacy_dashboard_view > .o_group, .o_legacy_dashboard_view .o_subview {
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0 16px 2rem;
}

.o_legacy_dashboard_view > .o_group .o_legacy_graph_renderer, .o_legacy_dashboard_view .o_subview .o_legacy_graph_renderer {
  display: -webkit-box; display: -webkit-flex; display: flex;
}

.o_legacy_dashboard_view > .o_group .o_legacy_graph_renderer > .o_graph_canvas_container, .o_legacy_dashboard_view .o_subview .o_legacy_graph_renderer > .o_graph_canvas_container {
  -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;
  height: 250px;
}

.o_legacy_dashboard_view > .o_group .o_legacy_graph_renderer > .o_graph_canvas_container > label, .o_legacy_dashboard_view .o_subview .o_legacy_graph_renderer > .o_graph_canvas_container > label {
  position: absolute;
}

@media (max-width: 767.98px) {
  .o_legacy_dashboard_view > .o_group, .o_legacy_dashboard_view .o_subview {
    overflow: auto;
  }
}

.o_legacy_dashboard_view .o_group > .o_aggregate_col, .o_legacy_dashboard_view .o_group .o_formula {
  display: inline-block;
  width: 200px;
  margin-bottom: 1.5rem;
}

.o_legacy_dashboard_view .o_group .o_group.o_group_col_12 {
  width: 100%;
}

.o_legacy_dashboard_view .o_group .o_aggregate, .o_legacy_dashboard_view .o_group .o_formula {
  padding: 0 24px 0 8px;
  border-left: 2px solid #C9CCD2;
}

.o_legacy_dashboard_view .o_group .o_aggregate > label:empty, .o_legacy_dashboard_view .o_group .o_formula > label:empty {
  display: none;
}

.o_legacy_dashboard_view .o_group .o_aggregate > label:empty + .o_value, .o_legacy_dashboard_view .o_group .o_formula > label:empty + .o_value {
  font-size: 2.5em;
}

.o_legacy_dashboard_view .o_group .o_aggregate .o_value, .o_legacy_dashboard_view .o_group .o_formula .o_value {
  font-size: 1.6em;
}

.o_legacy_dashboard_view .o_group .o_aggregate .o_comparison, .o_legacy_dashboard_view .o_group .o_formula .o_comparison {
  font-size: 1em;
}

.o_legacy_dashboard_view .o_group .o_aggregate .o_variation, .o_legacy_dashboard_view .o_group .o_formula .o_variation {
  margin-top: 0.25rem;
  font-size: 1.6em;
  line-height: 1;
}

.o_legacy_dashboard_view .o_group .o_aggregate .o_variation + .o_comparison, .o_legacy_dashboard_view .o_group .o_formula .o_variation + .o_comparison {
  margin-top: 0.5rem;
  font-weight: bold;
}

.o_legacy_dashboard_view .o_group .o_aggregate .o_variation + .o_comparison > span, .o_legacy_dashboard_view .o_group .o_formula .o_variation + .o_comparison > span {
  font-weight: normal;
}

.o_legacy_dashboard_view .o_group .o_aggregate.border-danger, .o_legacy_dashboard_view .o_group .o_aggregate.border-success, .o_legacy_dashboard_view .o_group .o_formula.border-danger, .o_legacy_dashboard_view .o_group .o_formula.border-success {
  border-left-width: 2px;
}

.o_legacy_dashboard_view .o_group .o_horizontal_separator {
  width: 100%;
  padding-bottom: 0.5rem;
  font-size: 1.3em;
  color: #091124;
}

.o_legacy_dashboard_view .o_group .o_aggregate.o_clickable .o_value, .o_legacy_dashboard_view .o_group .o_aggregate.o_clickable .o_variation {
  cursor: pointer;
}

.o_legacy_dashboard_view .o_group .o_aggregate.o_clickable .o_value:after, .o_legacy_dashboard_view .o_group .o_aggregate.o_clickable .o_variation:after {
  font: 1.08333333rem "FontAwesome";
  content: '\f002';
  vertical-align: middle;
  margin-left: 8px;
  opacity: 0;
}

.o_legacy_dashboard_view .o_group .o_aggregate.o_clickable .o_value:hover:after, .o_legacy_dashboard_view .o_group .o_aggregate.o_clickable .o_variation:hover:after {
  opacity: 1;
}

.o_legacy_dashboard_view > .o_group {
  justify-content: stretch;
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-flex-flow: row wrap; flex-flow: row wrap;
  align-items: flex-start;
}

.o_legacy_dashboard_view > .o_group > .o_group.o_group_col_2 {
  width: auto;
  flex: 1 1 50%;
}

.o_legacy_dashboard_view > .o_group > .o_group.o_group_col_2.o_has_widget {
  flex: 1;
  display: -webkit-box; display: -webkit-flex; display: flex;
}

.o_legacy_dashboard_view > .o_group > .o_group.o_group_col_2.o_has_widget .o_legacy_graph_renderer {
  display: -webkit-box; display: -webkit-flex; display: flex;
  justify-content: space-between;
  -webkit-flex-flow: column wrap; flex-flow: column wrap;
}

.o_legacy_dashboard_view > .o_group > .o_group.o_group_col_2.o_has_widget .o_legacy_graph_renderer .o_graph_canvas_container {
  min-width: 200px;
}

@media (min-width: 576px) {
  .o_legacy_dashboard_view > .o_group > .o_group.o_group_col_2.o_has_widget .o_legacy_graph_renderer .o_graph_canvas_container {
    min-width: 300px;
    max-width: 400px;
  }
}

.o_legacy_dashboard_view .o_legacy_pivot > table {
  width: 100%;
}

.o_legacy_dashboard_view .o_dashboard_subview_buttons > .btn-group[role=toolbar] {
  margin-left: 8px;
}

.o_legacy_dashboard_view .o_dashboard_subview_buttons .dropdown:not(:first-child) {
  margin-left: 8px;
  align-items: center;
}

.o_legacy_dashboard_view .o_subview .o_view_nocontent {
  position: relative;
  -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;
  top: inherit;
}

.o_legacy_dashboard_view .o_subview .o_view_controller {
  padding-top: 8px;
}

.o_legacy_dashboard_view .o_subview[type=graph] .o_view_controller {
  width: 100%;
}

@media (max-width: 575.98px) {
  .o_legacy_dashboard_view .o_subview[type=graph] .o_dashboard_subview_buttons .btn-group .o_graph_button {
    padding: 2px 8px;
  }
  .o_legacy_dashboard_view .o_subview[type=graph] .o_dashboard_subview_buttons .btn-group.o_sort_align {
    margin-left: 0;
  }
  .o_legacy_dashboard_view .o_subview[type=graph] .o_dashboard_subview_buttons .btn-group.o_graph_align, .o_legacy_dashboard_view .o_subview[type=graph] .o_dashboard_subview_buttons .btn-group.o_stack_align {
    margin-left: 0;
    margin-right: 1.4%;
  }
  .o_legacy_dashboard_view .o_subview[type=graph] .o_dashboard_subview_buttons .dropdown:not(:first-child) {
    margin-right: 8px;
  }
  .o_legacy_dashboard_view .o_subview[type=graph] .o_dashboard_subview_buttons .o_button_switch {
    margin-right: 11.7%;
  }
}
//*# sourceMappingURL=/web/assets/184423-b2f6916/web.assets_backend_legacy_lazy.css.map */