

/* /web/static/lib/bootstrap/scss/_functions.scss */



/* /web/static/lib/bootstrap/scss/_mixins.scss */



/* /web/static/src/scss/functions.scss */



/* /web/static/src/scss/mixins_forwardport.scss */



/* /web/static/src/scss/bs_mixins_overrides.scss */



/* /web/static/src/scss/utils.scss */



/* /_custom/web._assets_primary_variables/muk_web_colors/static/src/scss/colors_light.scss */



/* /_custom/web._assets_primary_variables/muk_web_enterprise_theme/static/src/scss/colors_light.scss */



/* /muk_web_colors/static/src/scss/colors.scss */



/* /web_enterprise/static/src/scss/primary_variables.scss */



/* /web/static/src/scss/primary_variables.scss */



/* /muk_web_enterprise_theme/static/src/scss/variables.scss */



/* /muk_web_chatter/static/src/scss/variables.scss */



/* /web_enterprise/static/src/webclient/home_menu/home_menu.variables.scss */



/* /web_enterprise/static/src/webclient/navbar/navbar.variables.scss */



/* /web/static/src/core/avatar/avatar.variables.scss */



/* /web/static/src/core/notifications/notification.variables.scss */



/* /web/static/src/search/control_panel/control_panel.variables.scss */



/* /web/static/src/search/search_bar/search_bar.variables.scss */



/* /web/static/src/search/search_panel/search_panel.variables.scss */



/* /web/static/src/views/fields/statusbar/statusbar_field.variables.scss */



/* /web/static/src/views/fields/translation_button.variables.scss */



/* /web/static/src/views/form/form.variables.scss */



/* /web/static/src/views/kanban/kanban.variables.scss */



/* /web/static/src/webclient/burger_menu/burger_menu.variables.scss */



/* /web/static/src/webclient/navbar/navbar.variables.scss */



/* /mail/static/src/core/common/primary_variables.scss */



/* /mail/static/src/discuss/typing/common/primary_variables.scss */



/* /mail/static/src/scss/variables/primary_variables.scss */



/* /onboarding/static/src/scss/onboarding.variables.scss */



/* /web_editor/static/src/scss/web_editor.variables.scss */



/* /web_editor/static/src/scss/wysiwyg.variables.scss */



/* /portal/static/src/scss/primary_variables.scss */



/* /account/static/src/scss/variables.scss */

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

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



/* /website/static/src/scss/primary_variables.scss */



/* /website/static/src/scss/options/user_values.scss */



/* /website/static/src/scss/options/colors/user_color_palette.scss */



/* /website/static/src/scss/options/colors/user_gray_color_palette.scss */



/* /website/static/src/scss/options/colors/user_theme_color_palette.scss */



/* /web_gantt/static/src/gantt_view.variables.scss */



/* /hr_org_chart/static/src/scss/variables.scss */



/* /muk_web_appsbar/static/src/scss/variables.scss */



/* /website/static/src/snippets/s_badge/000_variables.scss */



/* /website/static/src/scss/secondary_variables.scss */



/* /web_enterprise/static/src/scss/secondary_variables.scss */



/* /web/static/src/scss/secondary_variables.scss */



/* /web_editor/static/src/scss/secondary_variables.scss */



/* /web_enterprise/static/src/scss/bootstrap_overridden.scss */



/* /web/static/src/scss/bootstrap_overridden.scss */

.user-select-none {
  -webkit-user-select: none !important;
}



/* /web/static/src/scss/bs_mixins_overrides_backend.scss */



/* /web_editor/static/src/scss/bootstrap_overridden_backend.scss */



/* /web_editor/static/src/scss/bootstrap_overridden.scss */



/* /muk_web_appsbar/static/src/scss/mixins.scss */



/* /web/static/src/scss/pre_variables.scss */



/* /web/static/lib/bootstrap/scss/_variables.scss */



/* /web/static/lib/bootstrap/scss/_variables-dark.scss */



/* /web/static/lib/bootstrap/scss/_maps.scss */



/* /web/static/src/views/graph/graph_view.scss */

.o_graph_view {
  --ControlPanel-border-bottom: none;
}

.o_graph_view .o_cp_bottom_left {
  display: block;
}

:not(.o-dashboard-action) > .o_graph_view .o_graph_canvas_container {
  min-height: 50vh;
}

.o_graph_view .o_view_sample_data .o_graph_canvas_container {
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}



/* /web/static/src/views/pivot/pivot_view.scss */

.o_pivot table {
  width: var(--PivotView-width, auto);
}

.o_pivot table.o_enable_linking .o_pivot_cell_value:not(.o_empty) {
  color: #374151;
}

.o_pivot table.o_enable_linking .o_pivot_cell_value:not(.o_empty):hover, .o_pivot table.o_enable_linking .o_pivot_cell_value:not(.o_empty):focus, .o_pivot table.o_enable_linking .o_pivot_cell_value:not(.o_empty).focus {
  color: #1b1c1d;
}

.o_pivot table .o_pivot_measure_row,
.o_pivot table .o_pivot_origin_row,
.o_pivot table .o_pivot_header_cell_closed,
.o_pivot table .o_pivot_header_cell_opened {
  color: #374151;
}

.o_pivot table .o_pivot_measure_row:hover, .o_pivot table .o_pivot_measure_row:focus, .o_pivot table .o_pivot_measure_row.focus,
.o_pivot table .o_pivot_origin_row:hover,
.o_pivot table .o_pivot_origin_row:focus,
.o_pivot table .o_pivot_origin_row.focus,
.o_pivot table .o_pivot_header_cell_closed:hover,
.o_pivot table .o_pivot_header_cell_closed:focus,
.o_pivot table .o_pivot_header_cell_closed.focus,
.o_pivot table .o_pivot_header_cell_opened:hover,
.o_pivot table .o_pivot_header_cell_opened:focus,
.o_pivot table .o_pivot_header_cell_opened.focus {
  color: #111827;
}

.o_pivot table .o_pivot_measure_row:hover,
.o_pivot table .o_pivot_origin_row:hover,
.o_pivot table .o_pivot_header_cell_closed:hover,
.o_pivot table .o_pivot_header_cell_opened:hover {
  background-color: #e7e9ed !important;
}

.o_pivot table .o_pivot_cell_value.o_cell_hover {
  background-color: rgba(var(--emphasis-color-rgb), 0.055);
}

.o_pivot table .o_pivot_cell_value {
  /*rtl:ignore*/
  text-align: right !important;
  /*rtl:ignore*/
  direction: ltr;
}

.o_pivot_view .o_cp_bottom_left {
  display: block;
}

.o_pivot_view .o_view_sample_data {
  overflow: hidden !important;
}

.o_pivot_view .o_view_sample_data .o_pivot {
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}



/* /mail/static/src/views/web/activity/activity_controller.scss */

.o_activity_view > table thead > tr > th:first-of-type {
  min-width: 300px;
}

.o_activity_view .o_activity_summary_cell .o-mail-ActivityCell-counter {
  color: #111827;
}

.o_activity_view .o_activity_summary_cell.planned {
  background-color: #28A745;
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.planned a {
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.planned a:hover {
  text-decoration: underline;
}

.o_activity_view .o_activity_summary_cell.overdue {
  background-color: #d44c59;
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.overdue a {
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.overdue a:hover {
  text-decoration: underline;
}

.o_activity_view .o_activity_summary_cell.today {
  background-color: #e99d00;
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.today a {
  color: #FFF;
}

.o_activity_view .o_activity_summary_cell.today a:hover {
  text-decoration: underline;
}

.o_activity_view .o_activity_summary_cell.done {
  background-color: #d8dadd;
}

.o_activity_view .o_activity_summary_cell.done a {
  color: #111827;
}

.o_activity_view .o_activity_summary_cell.done a:hover {
  text-decoration: underline;
}

.o_activity_view .o_activity_summary_cell.o_activity_empty_cell > i {
  display: none;
}

.o_activity_view .o_activity_summary_cell.o_activity_empty_cell:hover {
  background-color: #e8e8e8;
}

.o_activity_view .o_activity_summary_cell.o_activity_empty_cell:hover > i {
  color: gray;
  display: -webkit-box; display: -webkit-flex; display: flex;
}

.o_activity_view .o_activity_record > div {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto;
  align-items: center;
}

.o_activity_view .o_activity_record > div .o_m2o_avatar > img, .o_activity_view .o_activity_record > div > img {
  object-fit: cover;
  width: 32px;
  height: 32px;
  max-height: 32px;
}

.o_activity_view .o_activity_record > div .o_m2m_avatar, .o_activity_view .o_activity_record > div .o_m2m_avatar_empty {
  width: 32px !important;
  height: 32px !important;
}

.o_activity_view .o_activity_record > div .o_m2o_avatar {
  margin-right: 16px;
}

.o_activity_view .o_activity_record > div .o_m2o_avatar .o_delete {
  font-size: initial !important;
}

.o_activity_view .o_activity_record > div .o_m2m_avatar_empty {
  padding-top: 2px;
  font-size: large;
}

.o_activity_view .o_activity_record > div .o_text_bold {
  font-weight: 500;
}

.o_activity_view .o_activity_record > div .o_text_block {
  display: inline-block;
  max-width: 15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  display: block;
}

.o_activity_view .o_activity_record:hover {
  background-color: #e8e8e8;
}

.o_activity_view .o_activity_filter_planned {
  background-color: #eff6f2;
}

.o_activity_view .o_activity_filter_today {
  background-color: #f8f5ee;
}

.o_activity_view .o_activity_filter_overdue {
  background-color: #f7f1f3;
}

.o_activity_view .o_activity_type_cell {
  min-width: 100px;
}

.o_activity_view .o_activity_type_cell .fa-ellipsis-v {
  cursor: pointer;
}

.o_activity_view .o_activity_type_cell .o_template_element {
  white-space: nowrap;
  padding: 5px;
  cursor: pointer;
}

.o_activity_view .o_activity_type_cell .o_template_element:hover {
  color: #28A745;
}

.o_activity_view .o_activity_type_cell .o_activity_counter {
  margin: 5px 0 0 0;
}

.o_activity_view .o_activity_type_cell .o_activity_counter > .o_column_progress {
  width: 100%;
}

.o_activity_view .o_activity_type_cell .o_activity_counter > .o_column_progress > div.active {
  border: 1px solid;
}

.o_activity_view_table {
  height: 1px;
}



/* /web_enterprise/static/src/views/pivot/pivot_renderer.scss */

@media (max-width: 767.98px) {
  .o_pivot {
    height: 100%;
  }
  .o_pivot .dropdown.show > .dropdown-toggle::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-caret-color, currentColor);
  }
  .o_pivot th > .o_group_by_menu > .dropdown-menu .dropdown-item .dropdown-toggle::after {
    top: 12px;
  }
  .o_pivot th > .o_group_by_menu > .dropdown-menu .dropdown-item .dropdown-menu {
    top: initial !important;
    left: 5% !important;
    width: 95%;
  }
}



/* /web_map/static/src/map_view/map_controller.scss */

.o_map_view {
  height: 100%;
}

.o_map_view .o_content {
  height: 100%;
}



/* /web_map/static/src/map_view/map_renderer.scss */

.o-map-renderer {
  height: 100%;
}

@media (max-width: 767.98px) {
  .o-map-renderer {
    height: calc(100% - 46px);
  }
}

.o-map-renderer--popup-table-content-name {
  line-height: 25px;
}

.o-map-renderer--popup-table-space {
  padding-left: 20px;
}

.o-map-renderer--popup-buttons-divider {
  width: 5px;
}

.o-map-renderer--pin-list-container {
  padding: 8px 16px !important;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .o-map-renderer--pin-list-container {
    border-right: 1px solid #d8dadd;
  }
}

.o-map-renderer--pin-list-group-header {
  color: #111827;
}

.o-map-renderer--pin-list-group svg {
  height: 1.25rem;
  margin-right: 0.5rem;
}

.o-map-renderer--pin-list-group > i {
  width: 0.5rem;
}

.o-map-renderer--pin-list-group > .o-map-renderer--pin-list-details {
  margin-left: 2rem;
}

.o-map-renderer--pin-list-header {
  color: #111827;
}

.o-map-renderer--pin-list-details a {
  color: #111827;
}

.o-map-renderer--pin-list-details > li {
  list-style-position: inside;
}

.o-map-renderer--pin-list-details > li.o-map-renderer--pin-located:hover {
  text-decoration: none;
  background-color: #F9FAFB;
}

.o-map-renderer--pin-list-details > li:not(.o-map-renderer--pin-located) {
  cursor: not-allowed;
}

.o-map-renderer .o_row_handle {
  cursor: grab;
}

.o-map-renderer ul.o-map-renderer--pin-list-details {
  list-style: none;
  cursor: default;
  padding-bottom: 2px;
}

.o-map-renderer--marker {
  height: 40px !important;
  width: 30px !important;
  margin-top: -40px !important;
  margin-left: -15px !important;
  color: #2c8397;
}

.o-map-renderer--marker-badge {
  position: absolute;
  top: -8px;
  left: auto;
  bottom: auto;
  right: -10px;
  font-size: 12px;
}

.o-map-renderer--marker-number {
  top: -40px;
  color: white;
  font-size: 19px;
  margin-top: 10%;
}

.o-map-renderer--alert {
  z-index: 401;
}

.o-map-renderer .leaflet-fade-anim .leaflet-popup {
  transition: none;
}

.o-map-renderer .leaflet-fade-anim .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 10px;
}

.o-map-renderer .leaflet-fade-anim .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 24px 20px 20px 20px;
}

.o-map-renderer .leaflet-fade-anim .leaflet-popup .leaflet-popup-close-button {
  color: #666666;
}

.o-map-renderer .leaflet-top,
.o-map-renderer .leaflet-bottom {
  z-index: 999;
}

@media (max-width: 767.98px) {
  .o-sm-pin-list-container {
    height: 46px;
  }
}

/* Fix opw-2124233, preventing rtlcss to reverse the map position */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  left: 0 /*rtl:ignore*/;
  right: auto /*rtl:ignore*/;
}



/* /web_gantt/static/src/gantt_view.scss */

.o_gantt_view {
  --Gantt__Buttons-height: 45px;
  user-select: none;
}

@media (max-width: 767px) {
  .o_gantt_view {
    --Gantt__Buttons-height: 91px;
  }
}

.o_gantt_view .o_view_nocontent {
  z-index: 25;
  position: fixed;
  top: 225px;
}

.o_gantt_view .o_view_sample_data .o_sample_data_disabled {
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}

.o_gantt_view .o_gantt_renderer_controls {
  z-index: 50;
  height: var(--Gantt__Buttons-height) !important;
}

.o_gantt_view .o_gantt_renderer_controls input[type="range"] {
  min-width: 80px;
  max-width: 80px;
}

.o_gantt_range_menu .o_gantt_range_custom_item.dropdown-item:not(.disabled):not(:disabled) {
  background-color: inherit !important;
  cursor: default !important;
}

.o_gantt_range_menu .o_gantt_range_custom_item.dropdown-item:not(.disabled):not(:disabled) label {
  cursor: default !important;
}

.o_gantt_range_menu .o_gantt_range_custom_item.dropdown-item:not(.disabled):not(:disabled).selected {
  font-weight: 400;
}

.o_gantt_view .o_gantt_renderer {
  display: grid;
  grid-template-columns: [row-headers] var(--Gantt__RowHeader-width) [content] 1fr;
  --Gantt__RowHeader-template-column: 16px;
  --Gantt__Day-background-color: white;
  --Gantt__DayOff-background-color: #e9ecef;
  --Gantt__DayOffToday-background-color: #fffaeb;
  --Gantt__Group-background: linear-gradient(#eaedf1,
		#F9FAFB);
  --Gantt__GroupOpen-background: linear-gradient(#F9FAFB,
		#eaedf1);
  --Gantt__GroupToday-background: #fcfaf3;
}

.o_gantt_view .o_gantt_renderer .o_gantt_grid_rows {
  display: grid;
  grid-template-rows: var(--Gantt__GridRows-grid-template-rows);
}

.o_gantt_view .o_gantt_renderer .o_gantt_grid_columns {
  display: grid;
  grid-column: 2 / span 2;
  grid-template-columns: var(--Gantt__GridColumns-grid-template-columns);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header {
  cursor: pointer;
  display: grid;
  grid-column: 1 / -1;
  grid-row: 3;
  grid-template-columns: repeat(auto-fill, minmax(var(--Gantt__RowHeader-template-column), 1fr));
  line-height: var(--Gantt__Pill-height);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header .o_gantt_progress_bar {
  grid-row: 1;
  grid-column: 1 / -1;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header .o_gantt_row_title {
  grid-row: 1;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header.o_gantt_group {
  line-height: initial;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header.o_mobile_progress_bar {
  grid-template-rows: 1fr var(--Gantt__Pill-height);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_header.o_mobile_progress_bar .o_gantt_progress_bar {
  grid-row: 2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_buttons_container {
  gap: 0.25rem 1rem;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_thumbnail_wrapper .o_gantt_row_thumbnail {
  width: auto;
  max-height: var(--Gantt__Thumbnail-max-height);
}

.o_gantt_view .o_gantt_renderer.o_grabbing, .o_gantt_view .o_gantt_renderer.o_grabbing .o_gantt_pill {
  cursor: move !important;
}

.o_gantt_view .o_gantt_renderer.o_copying, .o_gantt_view .o_gantt_renderer.o_copying .o_gantt_pill {
  cursor: copy !important;
}

.o_gantt_view .o_gantt_renderer.o_grabbing_locked, .o_gantt_view .o_gantt_renderer.o_grabbing_locked .o_gantt_pill {
  cursor: not-allowed !important;
}

@media (max-width: 767.98px) {
  .o_gantt_view .o_gantt_renderer {
    width: max-content;
  }
}

.o_gantt_view .o_gantt_renderer .o_dragged_pill_ghost {
  opacity: 0.5;
}

.o_gantt_view .o_gantt_renderer .o_gantt_title {
  top: var(--Gantt__Buttons-height);
  z-index: 40;
  border-bottom: 1px solid #d8dadd;
  grid-row: 1 / span 2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_groups {
  top: var(--Gantt__Buttons-height);
  z-index: 35;
  grid-row: 1;
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_columns {
  top: var(--Gantt__Buttons-height);
  z-index: 30;
  grid-row: 2;
  margin-top: calc(var(--Gantt__Pill-height) * -1);
  padding-top: var(--Gantt__Pill-height);
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_cell {
  border: 1px solid transparent;
  border-bottom-color: #d8dadd;
  border-right-color: #d8dadd;
  height: var(--Gantt__Pill-height);
  color: #111827;
  position: relative;
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_cell.o_gantt_today {
  background-color: #fffaeb;
  border-left-color: #dca665;
  border-top-color: #dca665;
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_cell.o_gantt_today + .o_gantt_header_cell,
.o_gantt_view .o_gantt_renderer .o_gantt_header_cell.o_gantt_today + .o_gantt_cell {
  border-left-color: #dca665;
}

@media (max-width: 767.98px) {
  .o_gantt_view .o_gantt_renderer .o_gantt_header_cell {
    min-width: 0;
  }
}

.o_gantt_view .o_gantt_renderer .o_gantt_header_title {
  height: var(--Gantt__Pill-height);
  left: calc(var(--Gantt__RowHeader-width) - 1px);
  border: solid #d8dadd;
  border-width: 0 0 1px 1px;
  margin-left: -1px;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_sidebar {
  z-index: 30;
  grid-column: 1;
  color: #111827;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_sidebar:not(.o_gantt_row_headers) {
  border-bottom: 1px solid #d8dadd;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_sidebar .o_gantt_progressbar,
.o_gantt_view .o_gantt_renderer .o_gantt_row_sidebar .o_gantt_text_hoverable {
  right: 0;
  height: 100%;
  background-color: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cell {
  border: solid #d8dadd;
  border-width: 0 1px 1px 0;
  z-index: 0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cell.o_gantt_today {
  background-color: #fffaeb;
  border-left-color: #dca665;
  border-top-color: #dca665;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cell.o_gantt_today + .o_gantt_header_cell,
.o_gantt_view .o_gantt_renderer .o_gantt_cell.o_gantt_today + .o_gantt_cell {
  border-left-color: #dca665;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cell.o_drag_hover {
  background: rgba(0, 160, 157, 0.3) !important;
  z-index: 1;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper {
  padding: 2px 2px 3px 3px;
  min-height: var(--Gantt__Pill-height);
  z-index: 10;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill {
  pointer-events: none;
  min-height: auto;
  display: grid;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill {
  grid-area: 1 / 1;
  background-color: #1b1c1d;
  border-color: #1b1c1d;
  height: 2px;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill:before, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill:after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill:before {
  border-left: 5px solid;
  border-left-color: inherit;
  position: absolute;
  top: -3px;
  left: 0;
  bottom: auto;
  right: auto;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill:after {
  border-right: 5px solid;
  border-right-color: inherit;
  position: absolute;
  top: -3px;
  left: auto;
  bottom: auto;
  right: 0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill.o_group_open .o_gantt_pill:before, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill.o_group_open .o_gantt_pill:after {
  top: 2px;
  border: 2px solid transparent;
  border-top-color: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill.o_group_open .o_gantt_pill:before {
  border-left-color: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill.o_group_open .o_gantt_pill:after {
  border-right-color: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_gantt_group_pill .o_gantt_pill_title {
  grid-area: 1 / 1;
  width: fit-content;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable .o_resize_handle {
  width: 0.5rem;
  pointer-events: auto;
  position: absolute;
  top: 0;
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable .o_resize_handle.o_handle_start {
  left: 0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable .o_resize_handle.o_handle_end {
  right: 0;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable:hover:not(.o_resized) .o_resize_handle, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable:focus:not(.o_resized) .o_resize_handle, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable.o_dragged_pill:not(.o_resized) .o_resize_handle, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable.ui-resizable-resize:not(.o_resized) .o_resize_handle {
  background-color: rgba(230, 230, 230, 0.5);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable:hover:not(.o_resized) .o_resize_handle:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable:focus:not(.o_resized) .o_resize_handle:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable.o_dragged_pill:not(.o_resized) .o_resize_handle:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_resizable.ui-resizable-resize:not(.o_resized) .o_resize_handle:hover {
  background-color: rgba(230, 230, 230, 0.8);
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_draggable, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable {
  transition: transform 0.6s, box-shadow 0.3s;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_draggable.o_dragged, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable.o_dragged {
  opacity: 0.8;
  transform: rotate(-3deg);
  box-shadow: 0 5px 25px -10px black;
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_draggable.o_dragged .o_gantt_pill, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable.o_dragged .o_gantt_pill {
  box-shadow: 0 5px 25px -10px black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_draggable.o_dragged .o_resize_handle, .o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable.o_dragged .o_resize_handle {
  visibility: hidden;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_undraggable:not(.o_dragged) .o_gantt_lock {
  display: none;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable.o_resized .o_gantt_pill {
  cursor: inherit;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.o_resizable.o_resized .o_resize_handle {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_consolidated_pill_title {
  background: none !important;
  color: #111827;
  position: absolute;
  top: 21px;
  font-size: 0.7em;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_consolidated_pill_title.o_gantt_consolidated_pill_small {
  transform: rotate(75deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper:not(.o_connector_creator_lock):not(.o_connector_creator_highlight) .o_connector_creator_wrapper {
  display: none;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper:hover .o_connector_creator_wrapper, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper:focus .o_connector_creator_wrapper, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.o_dragged_pill .o_connector_creator_wrapper, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_pill_wrapper.ui-resizable-resize .o_connector_creator_wrapper {
  display: inline;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_0 .o_gantt_progress {
  opacity: 0.2;
  background-color: #565656;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_0 {
  color: #000;
  background-color: #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_1 .o_gantt_progress {
  opacity: 0.2;
  background-color: #780a0a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_1 {
  color: #FFF;
  background-color: #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_2 .o_gantt_progress {
  opacity: 0.2;
  background-color: #663a12;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_2 {
  color: #000;
  background-color: #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_3 .o_gantt_progress {
  opacity: 0.2;
  background-color: #624f0a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_3 {
  color: #000;
  background-color: #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_4 .o_gantt_progress {
  opacity: 0.2;
  background-color: #1a4981;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_4 {
  color: #FFF;
  background-color: #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_5 .o_gantt_progress {
  opacity: 0.2;
  background-color: #41273a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_5 {
  color: #FFF;
  background-color: #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_6 .o_gantt_progress {
  opacity: 0.2;
  background-color: #873e20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_6 {
  color: #000;
  background-color: #db8865;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_7 .o_gantt_progress {
  opacity: 0.2;
  background-color: #173b38;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_7 {
  color: #000;
  background-color: #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_8 .o_gantt_progress {
  opacity: 0.2;
  background-color: #101d68;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_8 {
  color: #FFF;
  background-color: #304be0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_9 .o_gantt_progress {
  opacity: 0.2;
  background-color: #7a0a3f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_9 {
  color: #FFF;
  background-color: #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_10 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26652f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_10 {
  color: #000;
  background-color: #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_11 .o_gantt_progress {
  opacity: 0.2;
  background-color: #481da2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_11 {
  color: #FFF;
  background-color: #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_12 .o_gantt_progress {
  opacity: 0.2;
  background-color: #401c28;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_12 {
  color: #FFF;
  background-color: #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_13 .o_gantt_progress {
  opacity: 0.2;
  background-color: #124830;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_13 {
  color: #000;
  background-color: #30C381;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_14 .o_gantt_progress {
  opacity: 0.2;
  background-color: #281f10;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_14 {
  color: #FFF;
  background-color: #97743a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_15 .o_gantt_progress {
  opacity: 0.2;
  background-color: #796204;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_15 {
  color: #000;
  background-color: #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_16 .o_gantt_progress {
  opacity: 0.2;
  background-color: #093d94;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_16 {
  color: #FFF;
  background-color: #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_17 .o_gantt_progress {
  opacity: 0.2;
  background-color: #25092c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_17 {
  color: #FFF;
  background-color: #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_18 .o_gantt_progress {
  opacity: 0.2;
  background-color: #4a0721;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_18 {
  color: #FFF;
  background-color: #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_19 .o_gantt_progress {
  opacity: 0.2;
  background-color: black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_19 {
  color: #FFF;
  background-color: #173e43;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_20 .o_gantt_progress {
  opacity: 0.2;
  background-color: #0b1f11;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_20 {
  color: #FFF;
  background-color: #348F50;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_21 .o_gantt_progress {
  opacity: 0.2;
  background-color: #371312;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_21 {
  color: #FFF;
  background-color: #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_22 .o_gantt_progress {
  opacity: 0.2;
  background-color: #19120f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_22 {
  color: #FFF;
  background-color: #795548;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_23 .o_gantt_progress {
  opacity: 0.2;
  background-color: black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_23 {
  color: #FFF;
  background-color: #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_24 .o_gantt_progress {
  opacity: 0.2;
  background-color: #1b9c37;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_24 {
  color: #000;
  background-color: #6be585;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_25 .o_gantt_progress {
  opacity: 0.2;
  background-color: #3d3d29;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_25 {
  color: #000;
  background-color: #999966;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_26 .o_gantt_progress {
  opacity: 0.2;
  background-color: #9c8616;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_26 {
  color: #000;
  background-color: #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_27 .o_gantt_progress {
  opacity: 0.2;
  background-color: #592c2c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_27 {
  color: #FFF;
  background-color: #b56969;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_28 .o_gantt_progress {
  opacity: 0.2;
  background-color: #6c777f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_28 {
  color: #000;
  background-color: #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_29 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26362b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_29 {
  color: #FFF;
  background-color: #649173;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_30 .o_gantt_progress {
  opacity: 0.2;
  background-color: #5e0066;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_30 {
  color: #FFF;
  background-color: #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_31 .o_gantt_progress {
  opacity: 0.2;
  background-color: #66000f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_31 {
  color: #FFF;
  background-color: #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_32 .o_gantt_progress {
  opacity: 0.2;
  background-color: #233300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_32 {
  color: #000;
  background-color: #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_33 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002623;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_33 {
  color: #000;
  background-color: #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_34 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002a66;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_34 {
  color: #FFF;
  background-color: #006aff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_35 .o_gantt_progress {
  opacity: 0.2;
  background-color: #230026;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_35 {
  color: #FFF;
  background-color: #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_36 .o_gantt_progress {
  opacity: 0.2;
  background-color: #260006;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_36 {
  color: #FFF;
  background-color: #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_37 .o_gantt_progress {
  opacity: 0.2;
  background-color: #261400;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_37 {
  color: #FFF;
  background-color: #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_38 .o_gantt_progress {
  opacity: 0.2;
  background-color: #386600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_38 {
  color: #000;
  background-color: #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_39 .o_gantt_progress {
  opacity: 0.2;
  background-color: #006166;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_39 {
  color: #000;
  background-color: #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_40 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000b1a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_40 {
  color: #FFF;
  background-color: #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_41 .o_gantt_progress {
  opacity: 0.2;
  background-color: #660053;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_41 {
  color: #FFF;
  background-color: #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_42 .o_gantt_progress {
  opacity: 0.2;
  background-color: #664200;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_42 {
  color: #000;
  background-color: #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_43 .o_gantt_progress {
  opacity: 0.2;
  background-color: #0f3300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_43 {
  color: #000;
  background-color: #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_44 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002426;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_44 {
  color: #000;
  background-color: #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_45 .o_gantt_progress {
  opacity: 0.2;
  background-color: #001d66;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_45 {
  color: #FFF;
  background-color: #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_46 .o_gantt_progress {
  opacity: 0.2;
  background-color: #261900;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_46 {
  color: #FFF;
  background-color: #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_47 .o_gantt_progress {
  opacity: 0.2;
  background-color: #026600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_47 {
  color: #000;
  background-color: #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_48 .o_gantt_progress {
  opacity: 0.2;
  background-color: #005366;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_48 {
  color: #000;
  background-color: #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_49 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000b26;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_49 {
  color: #FFF;
  background-color: #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_50 .o_gantt_progress {
  opacity: 0.2;
  background-color: #660038;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_50 {
  color: #FFF;
  background-color: #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_51 .o_gantt_progress {
  opacity: 0.2;
  background-color: #00260f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_51 {
  color: #000;
  background-color: #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_52 .o_gantt_progress {
  opacity: 0.2;
  background-color: #00151a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_52 {
  color: #FFF;
  background-color: #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_53 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000266;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_53 {
  color: #FFF;
  background-color: #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_54 .o_gantt_progress {
  opacity: 0.2;
  background-color: #19000e;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_54 {
  color: #FFF;
  background-color: #b20062;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper .o_gantt_pill.o_gantt_color_55 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26362b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_wrapper.highlight .o_gantt_pill.o_gantt_color_55 {
  color: #FFF;
  background-color: #649173;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells {
  grid-row: 3;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill {
  overflow: hidden;
  user-select: none;
  box-sizing: content-box;
  cursor: pointer;
  color: #000;
  background-color: #c7c7c7;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.ui-resizable-resize {
  background-color: #a2a2a2;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill .o_gantt_pill_title {
  max-width: calc((100% - 50px) * 9999);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill .o_gantt_pill_avatar {
  max-width: calc((100% - 100px) * 9999);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c7c7c7 0 10px, #d6d6d6 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #a2a2a2 0 10px, #b1b1b1 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_0 {
  color: #000;
  background-color: #c7c7c7;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.ui-resizable-resize {
  background-color: #a2a2a2;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c7c7c7 0 10px, #d6d6d6 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_0.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #a2a2a2 0 10px, #b1b1b1 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_0 .o_gantt_progress {
  opacity: 0.2;
  background-color: #565656;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_1 {
  color: #000;
  background-color: #f58181;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.ui-resizable-resize {
  background-color: #ee2d2d;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f58181 0 10px, #f79d9d 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_1.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ee2d2d 0 10px, #f04949 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_1 .o_gantt_progress {
  opacity: 0.2;
  background-color: #780a0a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_2 {
  color: #000;
  background-color: #eab685;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.ui-resizable-resize {
  background-color: #dc8534;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #eab685 0 10px, #eec69f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_2.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #dc8534 0 10px, #e1954e 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_2 .o_gantt_progress {
  opacity: 0.2;
  background-color: #663a12;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_3 {
  color: #000;
  background-color: #f1d677;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.ui-resizable-resize {
  background-color: #e8bb1d;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f1d677 0 10px, #f4de93 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_3.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #e8bb1d 0 10px, #ebc339 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_3 .o_gantt_progress {
  opacity: 0.2;
  background-color: #624f0a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_4 {
  color: #000;
  background-color: #9abfeb;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.ui-resizable-resize {
  background-color: #5794dd;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #9abfeb 0 10px, #b4cff0 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_4.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #5794dd 0 10px, #70a4e2 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_4 .o_gantt_progress {
  opacity: 0.2;
  background-color: #1a4981;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_5 {
  color: #000;
  background-color: #c5a1bc;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.ui-resizable-resize {
  background-color: #9f628f;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c5a1bc 0 10px, #d1b4c9 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_5.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #9f628f 0 10px, #ab759d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_5 .o_gantt_progress {
  opacity: 0.2;
  background-color: #41273a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_6 {
  color: #000;
  background-color: #e9b8a3;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.ui-resizable-resize {
  background-color: #db8865;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #e9b8a3 0 10px, #efcbbc 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_6.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #db8865 0 10px, #e19b7e 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_6 .o_gantt_progress {
  opacity: 0.2;
  background-color: #873e20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_7 {
  color: #000;
  background-color: #8dcbc7;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.ui-resizable-resize {
  background-color: #41a9a2;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #8dcbc7 0 10px, #a2d5d1 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_7.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #41a9a2 0 10px, #4ebbb3 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_7 .o_gantt_progress {
  opacity: 0.2;
  background-color: #173b38;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_8 {
  color: #000;
  background-color: #8393ec;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.ui-resizable-resize {
  background-color: #304be0;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #8393ec 0 10px, #9eaaf0 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_8.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #304be0 0 10px, #4b62e4 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_8 .o_gantt_progress {
  opacity: 0.2;
  background-color: #101d68;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_9 {
  color: #000;
  background-color: #f582b9;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.ui-resizable-resize {
  background-color: #ee2f8a;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f582b9 0 10px, #f79ec9 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_9.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ee2f8a 0 10px, #f04b9a 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_9 .o_gantt_progress {
  opacity: 0.2;
  background-color: #7a0a3f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_10 {
  color: #000;
  background-color: #a0dba8;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.ui-resizable-resize {
  background-color: #61c36e;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #a0dba8 0 10px, #b6e3bc 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_10.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #61c36e 0 10px, #77cb82 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_10 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26652f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_11 {
  color: #000;
  background-color: #c1aaf0;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.ui-resizable-resize {
  background-color: #9872e6;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c1aaf0 0 10px, #d4c4f5 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_11.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #9872e6 0 10px, #ab8ceb 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_11 .o_gantt_progress {
  opacity: 0.2;
  background-color: #481da2;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_12 {
  color: #000;
  background-color: #cc93a6;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.ui-resizable-resize {
  background-color: #aa4b6b;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #cc93a6 0 10px, #d6a8b7 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_12.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #aa4b6b 0 10px, #b75c7b 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_12 .o_gantt_progress {
  opacity: 0.2;
  background-color: #401c28;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_13 {
  color: #000;
  background-color: #83dbb3;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.ui-resizable-resize {
  background-color: #30C381;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #83dbb3 0 10px, #9be2c2 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_13.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #30C381 0 10px, #41d090 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_13 .o_gantt_progress {
  opacity: 0.2;
  background-color: #124830;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_14 {
  color: #000;
  background-color: #c1ac89;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.ui-resizable-resize {
  background-color: #97743a;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c1ac89 0 10px, #ccba9d 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_14.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #97743a 0 10px, #ad8542 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_14 .o_gantt_progress {
  opacity: 0.2;
  background-color: #281f10;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_15 {
  color: #000;
  background-color: #fae179;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.ui-resizable-resize {
  background-color: #F7CD1F;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #fae179 0 10px, #fbe896 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_15.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #F7CD1F 0 10px, #f8d43d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_15 .o_gantt_progress {
  opacity: 0.2;
  background-color: #796204;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_16 {
  color: #000;
  background-color: #8eb6f8;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.ui-resizable-resize {
  background-color: #4285F4;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #8eb6f8 0 10px, #abc9fa 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_16.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #4285F4 0 10px, #5f98f6 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_16 .o_gantt_progress {
  opacity: 0.2;
  background-color: #093d94;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_17 {
  color: #FFF;
  background-color: #bb7ccc;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.ui-resizable-resize {
  background-color: #8E24AA;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #bb7ccc 0 10px, #c692d5 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_17.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #8E24AA 0 10px, #a329c3 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_17 .o_gantt_progress {
  opacity: 0.2;
  background-color: #25092c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_18 {
  color: #000;
  background-color: #e6729f;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.ui-resizable-resize {
  background-color: #D6145F;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #e6729f 0 10px, #eb8cb1 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_18.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #D6145F 0 10px, #ea1f6d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_18 .o_gantt_progress {
  opacity: 0.2;
  background-color: #4a0721;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_19 {
  color: #FFF;
  background-color: #748b8e;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.ui-resizable-resize {
  background-color: #173e43;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #748b8e 0 10px, #85999c 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_19.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #173e43 0 10px, #1f535a 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_19 .o_gantt_progress {
  opacity: 0.2;
  background-color: black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_20 {
  color: #000;
  background-color: #85bc96;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.ui-resizable-resize {
  background-color: #348F50;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #85bc96 0 10px, #99c7a7 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_20.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #348F50 0 10px, #3ca55d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_20 .o_gantt_progress {
  opacity: 0.2;
  background-color: #0b1f11;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_21 {
  color: #000;
  background-color: #cc8988;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.ui-resizable-resize {
  background-color: #AA3A38;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #cc8988 0 10px, #d59e9d 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_21.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #AA3A38 0 10px, #c04340 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_21 .o_gantt_progress {
  opacity: 0.2;
  background-color: #371312;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_22 {
  color: #000;
  background-color: #af9991;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.ui-resizable-resize {
  background-color: #795548;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #af9991 0 10px, #bca9a3 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_22.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #795548 0 10px, #8c6253 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_22 .o_gantt_progress {
  opacity: 0.2;
  background-color: #19120f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_23 {
  color: #FFF;
  background-color: #9e6783;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.ui-resizable-resize {
  background-color: #5e0231;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #9e6783 0 10px, #aa7a92 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_23.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #5e0231 0 10px, #7c0341 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_23 .o_gantt_progress {
  opacity: 0.2;
  background-color: black;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_24 {
  color: #000;
  background-color: #a6efb6;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.ui-resizable-resize {
  background-color: #6be585;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #a6efb6 0 10px, #c0f4cb 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_24.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #6be585 0 10px, #85ea9a 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_24 .o_gantt_progress {
  opacity: 0.2;
  background-color: #1b9c37;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_25 {
  color: #000;
  background-color: #c2c2a3;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.ui-resizable-resize {
  background-color: #999966;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #c2c2a3 0 10px, #ceceb5 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_25.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #999966 0 10px, #a5a578 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_25 .o_gantt_progress {
  opacity: 0.2;
  background-color: #3d3d29;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_26 {
  color: #000;
  background-color: #f2e5a1;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.ui-resizable-resize {
  background-color: #e9d362;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f2e5a1 0 10px, #f6ecbc 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_26.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #e9d362 0 10px, #eddb7d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_26 .o_gantt_progress {
  opacity: 0.2;
  background-color: #9c8616;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_27 {
  color: #000;
  background-color: #d3a5a5;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.ui-resizable-resize {
  background-color: #b56969;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d3a5a5 0 10px, #ddbaba 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_27.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #b56969 0 10px, #bf7d7d 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_27 .o_gantt_progress {
  opacity: 0.2;
  background-color: #592c2c;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_28 {
  color: #000;
  background-color: #d7dbdd;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.ui-resizable-resize {
  background-color: #bdc3c7;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d7dbdd 0 10px, #e8eaeb 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_28.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #bdc3c7 0 10px, #ced2d5 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_28 .o_gantt_progress {
  opacity: 0.2;
  background-color: #6c777f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_29 {
  color: #000;
  background-color: #a2bdab;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.ui-resizable-resize {
  background-color: #649173;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #a2bdab 0 10px, #b4cabb 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_29.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #649173 0 10px, #749f83 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_29 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26362b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_30 {
  color: #000;
  background-color: #f266ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.ui-resizable-resize {
  background-color: #ea00ff;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #f266ff 0 10px, #f585ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_30.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ea00ff 0 10px, #ed1fff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_30 .o_gantt_progress {
  opacity: 0.2;
  background-color: #5e0066;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_31 {
  color: #000;
  background-color: #ff667d;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.ui-resizable-resize {
  background-color: #ff0026;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #ff667d 0 10px, #ff8597 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_31.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ff0026 0 10px, #ff1f40 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_31 .o_gantt_progress {
  opacity: 0.2;
  background-color: #66000f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_32 {
  color: #000;
  background-color: #b9e066;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.ui-resizable-resize {
  background-color: #8bcc00;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #b9e066 0 10px, #c5e57f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_32.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #8bcc00 0 10px, #a0eb00 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_32 .o_gantt_progress {
  opacity: 0.2;
  background-color: #233300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_33 {
  color: #000;
  background-color: #66d9cf;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.ui-resizable-resize {
  background-color: #00bfaf;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66d9cf 0 10px, #7fdfd7 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_33.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00bfaf 0 10px, #00decb 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_33 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002623;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_34 {
  color: #000;
  background-color: #66a6ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.ui-resizable-resize {
  background-color: #006aff;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66a6ff 0 10px, #85b8ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_34.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #006aff 0 10px, #1f7cff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_34 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002a66;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_35 {
  color: #FFF;
  background-color: #cf66d9;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.ui-resizable-resize {
  background-color: #af00bf;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #cf66d9 0 10px, #d77fdf 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_35.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #af00bf 0 10px, #cb00de 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_35 .o_gantt_progress {
  opacity: 0.2;
  background-color: #230026;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_36 {
  color: #FFF;
  background-color: #d96677;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.ui-resizable-resize {
  background-color: #bf001d;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d96677 0 10px, #df7f8d 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_36.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #bf001d 0 10px, #de0022 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_36 .o_gantt_progress {
  opacity: 0.2;
  background-color: #260006;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_37 {
  color: #000;
  background-color: #d9a166;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.ui-resizable-resize {
  background-color: #bf6300;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d9a166 0 10px, #dfb07f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_37.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #bf6300 0 10px, #de7300 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_37 .o_gantt_progress {
  opacity: 0.2;
  background-color: #261400;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_38 {
  color: #000;
  background-color: #baff66;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.ui-resizable-resize {
  background-color: #8cff00;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #baff66 0 10px, #c8ff85 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_38.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #8cff00 0 10px, #9aff1f 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_38 .o_gantt_progress {
  opacity: 0.2;
  background-color: #386600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_39 {
  color: #000;
  background-color: #66f7ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.ui-resizable-resize {
  background-color: #00f2ff;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66f7ff 0 10px, #85f9ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_39.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00f2ff 0 10px, #1ff4ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_39 .o_gantt_progress {
  opacity: 0.2;
  background-color: #006166;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_40 {
  color: #FFF;
  background-color: #6692d1;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.ui-resizable-resize {
  background-color: #004ab3;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #6692d1 0 10px, #7ea3d8 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_40.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #004ab3 0 10px, #0057d2 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_40 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000b1a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_41 {
  color: #000;
  background-color: #ff66e3;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.ui-resizable-resize {
  background-color: #ff00d0;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #ff66e3 0 10px, #ff85e9 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_41.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ff00d0 0 10px, #ff1fd6 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_41 .o_gantt_progress {
  opacity: 0.2;
  background-color: #660053;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_42 {
  color: #000;
  background-color: #ffca66;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.ui-resizable-resize {
  background-color: #ffa600;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #ffca66 0 10px, #ffd585 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_42.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ffa600 0 10px, #ffb11f 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_42 .o_gantt_progress {
  opacity: 0.2;
  background-color: #664200;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_43 {
  color: #000;
  background-color: #89e066;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.ui-resizable-resize {
  background-color: #3acc00;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #89e066 0 10px, #9de57f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_43.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #3acc00 0 10px, #43eb00 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_43 .o_gantt_progress {
  opacity: 0.2;
  background-color: #0f3300;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_44 {
  color: #000;
  background-color: #66d3d9;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.ui-resizable-resize {
  background-color: #00b6bf;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66d3d9 0 10px, #7fdadf 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_44.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00b6bf 0 10px, #00d3de 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_44 .o_gantt_progress {
  opacity: 0.2;
  background-color: #002426;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_45 {
  color: #000;
  background-color: #6691ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.ui-resizable-resize {
  background-color: #0048ff;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #6691ff 0 10px, #85a7ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_45.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #0048ff 0 10px, #1f5eff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_45 .o_gantt_progress {
  opacity: 0.2;
  background-color: #001d66;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_46 {
  color: #000;
  background-color: #d9b066;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.ui-resizable-resize {
  background-color: #bf7c00;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d9b066 0 10px, #dfbd7f 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_46.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #bf7c00 0 10px, #de9000 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_46 .o_gantt_progress {
  opacity: 0.2;
  background-color: #261900;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_47 {
  color: #000;
  background-color: #68ff66;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.ui-resizable-resize {
  background-color: #04ff00;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #68ff66 0 10px, #86ff85 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_47.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #04ff00 0 10px, #22ff1f 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_47 .o_gantt_progress {
  opacity: 0.2;
  background-color: #026600;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_48 {
  color: #000;
  background-color: #66e3ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.ui-resizable-resize {
  background-color: #00d0ff;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66e3ff 0 10px, #85e9ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_48.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00d0ff 0 10px, #1fd6ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_48 .o_gantt_progress {
  opacity: 0.2;
  background-color: #005366;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_49 {
  color: #FFF;
  background-color: #6686d9;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.ui-resizable-resize {
  background-color: #0036bf;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #6686d9 0 10px, #7f99df 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_49.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #0036bf 0 10px, #003fde 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_49 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000b26;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_50 {
  color: #000;
  background-color: #ff66ba;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.ui-resizable-resize {
  background-color: #ff008c;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #ff66ba 0 10px, #ff85c8 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_50.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #ff008c 0 10px, #ff1f9a 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_50 .o_gantt_progress {
  opacity: 0.2;
  background-color: #660038;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_51 {
  color: #000;
  background-color: #66d992;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.ui-resizable-resize {
  background-color: #00bf49;
  color: #000;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66d992 0 10px, #7fdfa3 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_51.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #00bf49 0 10px, #00de55 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_51 .o_gantt_progress {
  opacity: 0.2;
  background-color: #00260f;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_52 {
  color: #000;
  background-color: #66bed1;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.ui-resizable-resize {
  background-color: #0092b3;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #66bed1 0 10px, #7ec8d8 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_52.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #0092b3 0 10px, #00abd2 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_52 .o_gantt_progress {
  opacity: 0.2;
  background-color: #00151a;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_53 {
  color: #FFF;
  background-color: #6668ff;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.ui-resizable-resize {
  background-color: #0004ff;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #6668ff 0 10px, #8586ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_53.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #0004ff 0 10px, #1f22ff 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_53 .o_gantt_progress {
  opacity: 0.2;
  background-color: #000266;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_54 {
  color: #FFF;
  background-color: #d166a1;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.ui-resizable-resize {
  background-color: #b20062;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #d166a1 0 10px, #d87eaf 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_54.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #b20062 0 10px, #d10073 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_54 .o_gantt_progress {
  opacity: 0.2;
  background-color: #19000e;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_55 {
  color: #000;
  background-color: #a2bdab;
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.ui-resizable-resize {
  background-color: #649173;
  color: #FFF;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info {
  background-image: repeating-linear-gradient(-45deg, #a2bdab 0 10px, #b4cabb 10px 20px);
}

.o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info:hover, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info:focus, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info.o_dragged_pill, .o_gantt_view .o_gantt_renderer:not(.o_grabbing):not(.o_copying):not(.o_no_dragging):not(.o_connect) .o_gantt_cells .o_gantt_pill.o_gantt_color_55.decoration-info.ui-resizable-resize {
  background-image: repeating-linear-gradient(-45deg, #649173 0 10px, #749f83 10px 20px);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.o_gantt_color_55 .o_gantt_progress {
  opacity: 0.2;
  background-color: #26362b;
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-primary:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #1b1c1d;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-secondary:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #d8dadd;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-success:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #28A745;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-info:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #17A2B8;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-warning:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #e99d00;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-danger:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #d44c59;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-light:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #FFF;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_cells .o_gantt_pill.decoration-dark:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -11px;
  left: -13px;
  bottom: auto;
  right: auto;
  box-shadow: 1px 1px 0 white;
  background: #111827;
  transform: rotate(45deg);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group {
  background: var(--Gantt__Group-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_gantt_today {
  background: var(--Gantt__GroupToday-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_gantt_group_hovered:not(.o_gantt_today) {
  background: var(--Gantt__GroupOpen-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_group_open {
  border-left-width: 0;
  background: var(--Gantt__GroupOpen-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_group_open.o_gantt_group_hovered {
  background: var(--Gantt__Group-background);
}

.o_gantt_view .o_gantt_renderer .o_gantt_group.o_gantt_row_header b {
  font-weight: bold;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper {
  height: 11px;
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_bullet {
  background-color: #a2a2a2;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_top {
  border-top: solid 1px #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_bottom {
  border-bottom: solid 1px #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_0 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #a2a2a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_bullet {
  background-color: #ee2d2d;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_top {
  border-top: solid 1px #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_bottom {
  border-bottom: solid 1px #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_1 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ee2d2d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_bullet {
  background-color: #dc8534;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_top {
  border-top: solid 1px #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_bottom {
  border-bottom: solid 1px #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_2 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #dc8534;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_bullet {
  background-color: #e8bb1d;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_top {
  border-top: solid 1px #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_bottom {
  border-bottom: solid 1px #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_3 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #e8bb1d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_bullet {
  background-color: #5794dd;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_top {
  border-top: solid 1px #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_bottom {
  border-bottom: solid 1px #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_4 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #5794dd;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_bullet {
  background-color: #9f628f;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_top {
  border-top: solid 1px #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_bottom {
  border-bottom: solid 1px #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_5 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #9f628f;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_bullet {
  background-color: #db8865;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_top {
  border-top: solid 1px #db8865;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #db8865;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_bottom {
  border-bottom: solid 1px #db8865;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_6 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #db8865;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_bullet {
  background-color: #41a9a2;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_top {
  border-top: solid 1px #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_bottom {
  border-bottom: solid 1px #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_7 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #41a9a2;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_bullet {
  background-color: #304be0;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_top {
  border-top: solid 1px #304be0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #304be0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_bottom {
  border-bottom: solid 1px #304be0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_8 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #304be0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_bullet {
  background-color: #ee2f8a;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_top {
  border-top: solid 1px #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_bottom {
  border-bottom: solid 1px #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_9 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ee2f8a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_bullet {
  background-color: #61c36e;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_top {
  border-top: solid 1px #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_bottom {
  border-bottom: solid 1px #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_10 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #61c36e;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_bullet {
  background-color: #9872e6;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_top {
  border-top: solid 1px #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_bottom {
  border-bottom: solid 1px #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_11 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #9872e6;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_bullet {
  background-color: #aa4b6b;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_top {
  border-top: solid 1px #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_bottom {
  border-bottom: solid 1px #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_12 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #aa4b6b;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_bullet {
  background-color: #30C381;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_top {
  border-top: solid 1px #30C381;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #30C381;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_bottom {
  border-bottom: solid 1px #30C381;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_13 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #30C381;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_bullet {
  background-color: #97743a;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_top {
  border-top: solid 1px #97743a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #97743a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_bottom {
  border-bottom: solid 1px #97743a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_14 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #97743a;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_bullet {
  background-color: #F7CD1F;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_top {
  border-top: solid 1px #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_bottom {
  border-bottom: solid 1px #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_15 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #F7CD1F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_bullet {
  background-color: #4285F4;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_top {
  border-top: solid 1px #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_bottom {
  border-bottom: solid 1px #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_16 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #4285F4;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_bullet {
  background-color: #8E24AA;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_top {
  border-top: solid 1px #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_bottom {
  border-bottom: solid 1px #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_17 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #8E24AA;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_bullet {
  background-color: #D6145F;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_top {
  border-top: solid 1px #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_bottom {
  border-bottom: solid 1px #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_18 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #D6145F;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_bullet {
  background-color: #173e43;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_top {
  border-top: solid 1px #173e43;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #173e43;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_bottom {
  border-bottom: solid 1px #173e43;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_19 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #173e43;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_bullet {
  background-color: #348F50;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_top {
  border-top: solid 1px #348F50;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #348F50;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_bottom {
  border-bottom: solid 1px #348F50;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_20 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #348F50;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_bullet {
  background-color: #AA3A38;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_top {
  border-top: solid 1px #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_bottom {
  border-bottom: solid 1px #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_21 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #AA3A38;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_bullet {
  background-color: #795548;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_top {
  border-top: solid 1px #795548;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #795548;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_bottom {
  border-bottom: solid 1px #795548;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_22 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #795548;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_bullet {
  background-color: #5e0231;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_top {
  border-top: solid 1px #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_bottom {
  border-bottom: solid 1px #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_23 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #5e0231;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_bullet {
  background-color: #6be585;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_top {
  border-top: solid 1px #6be585;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #6be585;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_bottom {
  border-bottom: solid 1px #6be585;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_24 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #6be585;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_bullet {
  background-color: #999966;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_top {
  border-top: solid 1px #999966;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #999966;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_bottom {
  border-bottom: solid 1px #999966;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_25 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #999966;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_bullet {
  background-color: #e9d362;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_top {
  border-top: solid 1px #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_bottom {
  border-bottom: solid 1px #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_26 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #e9d362;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_bullet {
  background-color: #b56969;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_top {
  border-top: solid 1px #b56969;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #b56969;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_bottom {
  border-bottom: solid 1px #b56969;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_27 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #b56969;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_bullet {
  background-color: #bdc3c7;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_top {
  border-top: solid 1px #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_bottom {
  border-bottom: solid 1px #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_28 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #bdc3c7;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_bullet {
  background-color: #649173;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_top {
  border-top: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_bottom {
  border-bottom: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_29 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_bullet {
  background-color: #ea00ff;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_top {
  border-top: solid 1px #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_bottom {
  border-bottom: solid 1px #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_30 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ea00ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_bullet {
  background-color: #ff0026;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_top {
  border-top: solid 1px #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_bottom {
  border-bottom: solid 1px #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_31 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ff0026;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_bullet {
  background-color: #8bcc00;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_top {
  border-top: solid 1px #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_bottom {
  border-bottom: solid 1px #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_32 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #8bcc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_bullet {
  background-color: #00bfaf;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_top {
  border-top: solid 1px #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_bottom {
  border-bottom: solid 1px #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_33 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00bfaf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_bullet {
  background-color: #006aff;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_top {
  border-top: solid 1px #006aff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #006aff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_bottom {
  border-bottom: solid 1px #006aff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_34 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #006aff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_bullet {
  background-color: #af00bf;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_top {
  border-top: solid 1px #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_bottom {
  border-bottom: solid 1px #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_35 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #af00bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_bullet {
  background-color: #bf001d;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_top {
  border-top: solid 1px #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_bottom {
  border-bottom: solid 1px #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_36 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #bf001d;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_bullet {
  background-color: #bf6300;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_top {
  border-top: solid 1px #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_bottom {
  border-bottom: solid 1px #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_37 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #bf6300;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_bullet {
  background-color: #8cff00;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_top {
  border-top: solid 1px #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_bottom {
  border-bottom: solid 1px #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_38 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #8cff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_bullet {
  background-color: #00f2ff;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_top {
  border-top: solid 1px #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_bottom {
  border-bottom: solid 1px #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_39 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00f2ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_bullet {
  background-color: #004ab3;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_top {
  border-top: solid 1px #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_bottom {
  border-bottom: solid 1px #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_40 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #004ab3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_bullet {
  background-color: #ff00d0;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_top {
  border-top: solid 1px #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_bottom {
  border-bottom: solid 1px #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_41 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ff00d0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_bullet {
  background-color: #ffa600;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_top {
  border-top: solid 1px #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_bottom {
  border-bottom: solid 1px #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_42 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ffa600;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_bullet {
  background-color: #3acc00;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_top {
  border-top: solid 1px #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_bottom {
  border-bottom: solid 1px #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_43 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #3acc00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_bullet {
  background-color: #00b6bf;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_top {
  border-top: solid 1px #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_bottom {
  border-bottom: solid 1px #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_44 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00b6bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_bullet {
  background-color: #0048ff;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_top {
  border-top: solid 1px #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_bottom {
  border-bottom: solid 1px #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_45 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #0048ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_bullet {
  background-color: #bf7c00;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_top {
  border-top: solid 1px #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_bottom {
  border-bottom: solid 1px #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_46 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #bf7c00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_bullet {
  background-color: #04ff00;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_top {
  border-top: solid 1px #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_bottom {
  border-bottom: solid 1px #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_47 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #04ff00;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_bullet {
  background-color: #00d0ff;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_top {
  border-top: solid 1px #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_bottom {
  border-bottom: solid 1px #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_48 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00d0ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_bullet {
  background-color: #0036bf;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_top {
  border-top: solid 1px #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_bottom {
  border-bottom: solid 1px #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_49 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #0036bf;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_bullet {
  background-color: #ff008c;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_top {
  border-top: solid 1px #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_bottom {
  border-bottom: solid 1px #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_50 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #ff008c;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_bullet {
  background-color: #00bf49;
  color: #000;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_top {
  border-top: solid 1px #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_bottom {
  border-bottom: solid 1px #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_51 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #00bf49;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_bullet {
  background-color: #0092b3;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_top {
  border-top: solid 1px #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_bottom {
  border-bottom: solid 1px #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_52 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #0092b3;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_bullet {
  background-color: #0004ff;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_top {
  border-top: solid 1px #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_bottom {
  border-bottom: solid 1px #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_53 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #0004ff;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_bullet {
  background-color: #b20062;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_top {
  border-top: solid 1px #b20062;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #b20062;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_bottom {
  border-bottom: solid 1px #b20062;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_54 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #b20062;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_bullet {
  background-color: #649173;
  color: #FFF;
  cursor: url(/web/static/img/openhand.cur), grab;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_top {
  border-top: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_right {
  /*rtl:ignore*/
  border-left: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_bottom {
  border-bottom: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper.o_gantt_color_55 .o_connector_creator_left {
  /*rtl:ignore*/
  border-right: solid 1px #649173;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper_top {
  top: -11px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_wrapper_bottom {
  bottom: -11px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator {
  height: 8px;
  width: 8px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_bullet {
  height: 6px;
  width: 6px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_top {
  bottom: 0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_top .o_connector_creator_bullet {
  top: -3px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_right {
  /*rtl:ignore*/
  right: 8px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_right .o_connector_creator_bullet {
  /*rtl:ignore*/
  right: -3px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_bottom {
  top: 0;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_bottom .o_connector_creator_bullet {
  bottom: -3px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_left {
  /*rtl:ignore*/
  left: 8px;
}

.o_gantt_view .o_gantt_renderer .o_connector_creator_left .o_connector_creator_bullet {
  /*rtl:ignore*/
  left: -3px;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total {
  grid-row: 4;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_cell,
.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_row_title,
.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill_wrapper {
  min-height: calc(var(--Gantt__Pill-height) * 1.6);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill {
  color: inherit;
  margin-left: 1px;
  background-color: rgba(237, 28, 37, 0.5);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill_wrapper:hover {
  overflow: visible;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill_wrapper:hover .o_gantt_pill {
  color: inherit;
  background-color: rgba(237, 28, 37, 0.8);
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_pill_wrapper:hover:before {
  content: "";
  border: 1px solid #ed1c25;
  border-width: 0 1px;
  background: rgba(237, 28, 37, 0.1);
  height: 100vh;
  pointer-events: none;
  z-index: 20;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: -1px;
}

.o_gantt_view .o_gantt_renderer .o_gantt_row_total .o_gantt_cell:last-child .o_gantt_pill_wrapper:hover:before {
  border-right: 0px;
  right: 0;
}

.o_gantt_view .o_gantt_renderer .o_gantt_pill_resize_badge {
  transition: all 0.15s ease-in-out;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  z-index: 50;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector {
  --Connector__ButtonBorder-color: #091124;
  --Connector__ButtonBackground-color: #ffffff;
  --Connector__ButtonReschedule-color: #00a09d;
  --Connector__ButtonRemove-color: #dd3c4f;
  --Connector__ButtonAccent-color: #ffffff;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector.o_connector_highlighted {
  z-index: 20;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button > rect {
  cursor: pointer;
  fill: var(--Connector__ButtonBackground-color);
  stroke: var(--Connector__ButtonBorder-color);
  stroke-width: 24px;
  transition: fill 0.15s;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_reschedule_button line {
  stroke: var(--Connector__ButtonReschedule-color);
  transition: stroke 0.15s;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_reschedule_button:hover > rect {
  fill: var(--Connector__ButtonReschedule-color);
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_reschedule_button:hover line {
  stroke: var(--Connector__ButtonAccent-color);
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_remove_button g rect {
  fill: var(--Connector__ButtonRemove-color);
  transition: fill 0.15s;
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_remove_button:hover > rect {
  fill: var(--Connector__ButtonRemove-color);
}

.o_gantt_view .o_gantt_renderer .o_gantt_connector .o_connector_stroke_button.o_connector_stroke_remove_button:hover g rect {
  fill: var(--Connector__ButtonAccent-color);
}



/* /web_cohort/static/src/cohort.variables.scss */



/* /web_cohort/static/src/cohort_controller.scss */

.o_cohort_view .table th,
.o_cohort_view .table td {
  border-color: #e6e6e6;
}

.o_cohort_view .table thead,
.o_cohort_view .table tfoot {
  background-color: whitesmoke;
}

.o_cohort_view .table tbody > tr.o_cohort_row_clickable:hover {
  background-color: #fafafa;
}

.o_cohort_view .table tbody > tr.o_cohort_row_clickable:hover .o_cohort_value {
  cursor: pointer;
}

@media (min-width: 992px) {
  .o_cohort_view .table tbody > tr.o_cohort_row_clickable:hover td:first-child {
    position: relative;
  }
  .o_cohort_view .table tbody > tr.o_cohort_row_clickable:hover td:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: 3px;
    background-color: #1b1c1d;
  }
}

.o_cohort_view .o_cohort_no_data {
  font-size: 18px;
  background-color: whitesmoke;
}

.o_cohort_view .o_view_sample_data .table-responsive {
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}



/* /web_hierarchy/static/src/hierarchy.variables.scss */



/* /web_hierarchy/static/src/hierarchy_card.scss */

.o_hierarchy_node_container {
  width: 250px;
  min-height: 130px;
}

.o_hierarchy_node_container .o_hierarchy_node_button_container {
  height: 30px;
}

.o_hierarchy_node_container.o_hierarchy_dragged {
  margin: 0px;
}

.o_hierarchy_node_container.o_hierarchy_dragged .o_hierarchy_node {
  background-color: white;
}

.o_hierarchy_node_container.o_hierarchy_hover .o_hierarchy_node {
  background-color: #e6f2f3;
  border: 3px solid green !important;
}

.o_hierarchy_node_container .o_hierarchy_node:hover {
  cursor: pointer;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_header {
  height: 30px;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_header div.o_field_background_image {
  width: 48px;
  height: 48px;
  margin-bottom: -24px;
  transform: translateY(-24px);
  z-index: 1;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_header div.o_field_background_image > img {
  border-radius: 50%;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_body {
  height: 65px;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_body .o_employee_availability {
  position: absolute;
  top: 4px;
  right: 2px;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_footer {
  height: 30px;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_0 {
  background-color: #e7e9ed;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_1 {
  background-color: #ee2d2d;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_2 {
  background-color: #dc8534;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_3 {
  background-color: #e8bb1d;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_4 {
  background-color: #5794dd;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_5 {
  background-color: #9f628f;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_6 {
  background-color: #db8865;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_7 {
  background-color: #41a9a2;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_8 {
  background-color: #304be0;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_9 {
  background-color: #ee2f8a;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_10 {
  background-color: #61c36e;
}

.o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_color_11 {
  background-color: #9872e6;
}

.o_hierarchy_node_container .o_hierarchy_node_button {
  grid-template-columns: 50px 1fr 50px;
}

.o_hierarchy_node_container .o_hierarchy_node_button .o_hierarchy_icon {
  vertical-align: text-top;
}



/* /web_hierarchy/static/src/hierarchy_renderer.scss */

.o_hierarchy_renderer .o_hierarchy_container {
  gap: 25px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_row.o_hierarchy_hover {
  background-color: #e6f2f3;
  box-shadow: -1px -1px 0px 0px #017e84 inset, 1px 1px 0px 0px #017e84 inset;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_row:has(.o_hierarchy_node_unfolded) .o_hierarchy_node_container:not(.o_hierarchy_node_unfolded) {
  opacity: 50%;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_left:before {
  border-top: 2px solid #ababb1;
  border-left: 2px solid #ababb1;
  border-top-left-radius: 8px;
  margin-left: -10%;
  margin-top: -2px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_left:after {
  border-bottom: 2px solid #ababb1;
  border-right: 2px solid #ababb1;
  border-bottom-right-radius: 6px;
  margin-left: 30%;
  margin-top: -12px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_right:before {
  border-bottom: 2px solid #ababb1;
  border-left: 2px solid #ababb1;
  border-bottom-left-radius: 6px;
  margin-left: calc(-10% - 1px);
  margin-top: -12px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_right:after {
  border-top: 2px solid #ababb1;
  border-right: 2px solid #ababb1;
  border-top-right-radius: 8px;
  margin-left: 30%;
  margin-top: -2px;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_part {
  border-top: 2px solid #ababb1;
  margin: 0 10%;
  width: 30%;
}

.o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_part:before, .o_hierarchy_renderer .o_hierarchy_container .o_hierarchy_separator .o_hierarchy_line_part:after {
  content: "";
  width: calc(10% + 1px);
  height: 12px;
  position: absolute;
  display: block;
}



/* /web_hierarchy/static/src/hierarchy_view.scss */

.o_hierarchy_icon {
  rotate: 90deg;
}



/* /knowledge/static/src/views/hierarchy/knowledge_hierarchy_card.scss */

.o_knowledge_hierarchy_view .o_hierarchy_node_container {
  min-width: 250px;
  width: auto;
  max-width: 300px;
}

.o_knowledge_hierarchy_view .o_hierarchy_node_container .o_hierarchy_node .o_hierarchy_node_header .o_knowledge_hierarchy_icon span {
  transform: translateY(-50%);
  font-size: 40px;
  vertical-align: middle;
  display: inline-block;
}



/* /web_grid/static/src/views/grid_controller.scss */

@media (max-width: 767.98px) {
  .o_grid_range_buttons.show > .dropdown-menu {
    display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex;
    min-width: 0px;
  }
}

.o_grid_view .o_view_sample_data .o_grid_highlightable {
  overflow: hidden;
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}

.o_grid_view .o_view_nocontent {
  position: fixed;
  top: 225px;
}



/* /web_grid/static/src/views/grid_renderer.scss */

.o_grid_renderer {
  height: inherit;
}

.o_grid_renderer .o_grid_grid {
  min-width: fit-content;
}

.o_grid_renderer .o_grid_row:not(.o_grid_highlighted) > .o_grid_cell_overlay:not(.o_grid_unavailable), .o_grid_renderer .o_grid_row:not(.o_grid_highlighted) > .o_grid_cell_overlay_total, .o_grid_renderer .o_grid_section:not(.o_grid_highlighted) > .o_grid_cell_overlay:not(.o_grid_unavailable), .o_grid_renderer .o_grid_section:not(.o_grid_highlighted) > .o_grid_cell_overlay_total, .o_grid_renderer .o_grid_column_title:not(.o_grid_highlighted) > .o_grid_cell_overlay:not(.o_grid_unavailable), .o_grid_renderer .o_grid_column_title:not(.o_grid_highlighted) > .o_grid_cell_overlay_total {
  --bg-opacity: 0;
}

.o_grid_renderer .o_grid_row:not(.o_grid_highlighted) > .o_grid_cell_overlay.o_grid_unavailable, .o_grid_renderer .o_grid_section:not(.o_grid_highlighted) > .o_grid_cell_overlay.o_grid_unavailable, .o_grid_renderer .o_grid_column_title:not(.o_grid_highlighted) > .o_grid_cell_overlay.o_grid_unavailable {
  --bg-opacity: .05;
}

.o_grid_renderer .o_grid_column_title {
  z-index: 20;
}

.o_grid_renderer .o_grid_column_title > .o_grid_cell_overlay_today {
  --bg-opacity: .5;
}

.o_grid_renderer .o_grid_column_title span {
  white-space: pre-line;
}

.o_grid_renderer .o_grid_row_title, .o_grid_renderer .o_grid_section_title {
  z-index: 20;
}

.o_grid_renderer .o_grid_highlighted > .o_grid_cell_overlay, .o_grid_renderer .o_grid_row_highlighted > .o_grid_cell_overlay {
  --bg-opacity: .1;
}

.o_grid_renderer .o_grid_highlighted > .o_grid_cell_overlay_today, .o_grid_renderer .o_grid_highlighted > .o_grid_cell_overlay_total, .o_grid_renderer .o_grid_row_highlighted > .o_grid_cell_overlay_today, .o_grid_renderer .o_grid_row_highlighted > .o_grid_cell_overlay_total {
  --bg-opacity: .4;
}

.o_grid_renderer .o_grid_cell_highlighted:not(.o_grid_row_title):not(.o_grid_section_title):not(.o_grid_column_total) > .o_grid_cell_overlay {
  --bg-opacity: .15;
}

.o_grid_renderer .o_grid_cell_highlighted:not(.o_grid_row_title):not(.o_grid_section_title):not(.o_grid_column_total) > .o_grid_cell_overlay_today, .o_grid_renderer .o_grid_cell_highlighted:not(.o_grid_row_title):not(.o_grid_section_title):not(.o_grid_column_total) > .o_grid_cell_overlay_total {
  --bg-opacity: .5;
}

.o_grid_renderer .o_grid_section .o_grid_cell_overlay_today {
  --bg-opacity: .25;
}

.o_grid_renderer .o_grid_section ~ .o_grid_row.o_grid_row_title {
  padding-left: calc(16px + 1.7145em + 4px) !important;
}

.o_grid_renderer .o_grid_row_title .o_form_uri {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #374151;
  max-width: 300px;
}

.o_grid_renderer .o_grid_row_title .o_form_uri:hover, .o_grid_renderer .o_grid_row_title .o_form_uri:focus, .o_grid_renderer .o_grid_row_title .o_form_uri.focus {
  color: #1b1c1d;
}

@media (max-width: 767.98px) {
  .o_grid_renderer .o_grid_row_timer + .o_grid_row_title {
    max-width: calc(100vw - 10ch - 3rem);
  }
}

.o_grid_renderer .o_grid_grid .o_input {
  text-align: center;
  padding: 0;
}

.o_grid_renderer .o_grid_navigation_wrap {
  z-index: 30;
}



/* /hr_org_chart/static/src/views/hr_employee_hierarchy/hr_employee_hierarchy_renderer.scss */

.o_hierarchy_renderer .o_hierarchy_parent_node_container .o_avatar > span {
  width: 100% !important;
}
/*# sourceMappingURL=/web/assets/f6a81d0/web.assets_backend_lazy.css.map */