/*
#006061
#a1af11
#818a0e
#004848
*/

/*body {
    margin-top: -35px;
}*/

.gridHeaderText {
    font-weight: bold;
}

.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
    min-width: 150px;
}

.dx-scrollable-scrollbar {
    -webkit-appearance: none !important;
    scrollbar-width: auto !important;
    opacity: 1 !important;
}

.dx-scrollable-scrollbar::webkit-scrollbar {
    display: block !important;
}

.modal-block-info {
    padding: 8px;
}

.divider {
    border: 1px solid rgba(128, 128, 64, 0.25);
    margin-block-end: 8px;
    margin-block-start: 8px;
}

.tabs {
    overflow-y: hidden;
}

.nav-tabs {
    flex-flow: nowrap;
    white-space: nowrap;
}

.info-bar {
    display: flex;
    justify-content: space-between;
}

.dx-item-content.dx-list-item-content > .dx-dropdownbutton {
    width: 100%;
}

.dx-context-menu .dx-menu-item .dx-submenu {
    width: auto;
}

.hidden-row {
    display: none !important;
}

.input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.input-title {
    font-size: 12px;
    color: gray;
}

.input-field {
    width: 100%; /* Ensures the input field takes the full width of its container */
    padding: 8px; /* Adjust padding as needed */
    font-size: 14px;
    border: 1px solid #ccc; /* Basic border styling */
    border-radius: 4px; /* Rounded corners */
}

.input-container input:focus {
    border-color: #007bff; /* Change border color on focus */
    outline: none; /* Remove default outline */
}

.card-actions {
    top: 5px !important;
}

.card-title {
    font-size: 16px;
}

.invoice-total {
    padding: 5px !important;
    margin-top: 5px;
    border-radius: 6px;
    width: fit-content;
}

.invoice-total-title {
    font-size: 16px;
    padding: 2px 8px;
    color: #212529;
}

[aria-roledescription="Editable"] {
    /* Your custom styles here */
    cursor: pointer;
}

[aria-roledescription="Editable"]:hover {
    /* Your custom styles here */
    background: #d0e0d92e !important;
}

.dx-datagrid-revert-tooltip {
    display: none;
}

.dx-overlay-content.dx-inner-overlay.dx-context-menu.dx-menu-base .dx-scrollable-container {
    overflow: visible !important;
}

#customLoader {
    position: fixed; /* Fixed positioning to stay in place even on scroll */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999; /* High z-index to ensure it is on top of other content */
}

.spinner {
    border: 4px solid rgba(0,0,0,.1);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border-left-color: #47a447;
    animation: spin 2s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bar-settings-button {
    margin-bottom: 10px;
}

/* context Menu */

.dx-item-content.dx-menu-item-content > .dx-icon {
    color: #777;
}

/* icon colors */
.invoiceCheckIcon {
    color: #22C55E !important;
}

.invoiceDownloadIcon {
    color: #64748B !important;
}

.invoicePreviewIcon {
    color: #0EA5E9 !important;
}

.ui-pnotify {
    z-index: 20000;
}

.button-spacing {
    margin: 0 0 0 5px;
}

.modal-block-medium {
    max-width: 400px;
}

.secondary-cell-item {
    color: #777;
}

.disabled-cell {
    background-color: #F2F2F2 !important;
    color: #707070;
}

.semi-disabled-cell {
    color: #8899a8
}

.cell-selected {
    background-color: #47a44717;
}

.dashboard-svg {
    fill: white;
    width: 50px;
    height: 50px;
}

.nav-link:hover > .main-menu-svg, .nav-link:focus > .main-menu-svg {
    fill: #006061;
    transition: fill 0.15s ease-in-out;
}

.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover, .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active {
    z-index: 3;
}

.main-menu-svg {
    margin-right: 5px;
    width: 26px;
    height: 26px;
    fill: #abb4be;
}

.planning-menu-svg {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    fill: #777;
}

.bar-settings-svg {
    margin-right: 1px;
    width: 27px;
    height: 28px;
    fill: white;
}

.bar-settings-btn {
    border-radius: 5px;
    margin-left: 8px !important;
}

.left-sidebar-nav-active > .main-menu-svg {
    fill: green;
    width: 32px;
    height: 32px;
}

/* Beautify grid */
[role="columnheader"] .secondary-cell-item,
.secondary-cell-item[role="columnheader"] {
    color: inherit; /* Or specify a different color if needed */
}

.dx-row .dx-datagrid-filter-row {
    background: white !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td > span {
    color: white !important;
}

.mfp-figure:after {
    background: white !important;
}

.weekButtonBox .dx-texteditor-input-container input {
    text-align: center;
}

.plan-field {
    font-size: 11px;
    color: #846d1a;
}

/* Master detail css*/
.master-detail-caption {
    font-weight: 500;
    font-size: 12px;
    padding: 5px;
}

.dx-scrollbar-vertical .dx-scrollable-scroll {
    z-index: 2; /* fix voor scorllbar*/
}

.dx-row .dx-header-row, .dx-scrollable-wrapper {
    background: #fdfdfd; /* fix voor achtergrond master detail */
}

.dx-command-edit .dx-icon-trash {
    color: #ff5a5a;
}

.dx-command-edit .dx-state-disabled, .dx-icon-trash .dx-state-disabled {
    color: gray;
}

.dx-master-detail-cell .dx-icon-edit-button-addrow {
    color: #47a447 !important;
}

.dx-master-detail-cell .dx-toolbar-after {
    background: white;
    margin-top: 2px;
    border-radius: 5px;
}

.dx-master-detail-cell .dx-toolbar-items-container {
    margin-left: 6px;
}

.dx-master-detail-cell .dx-button-content {
    padding: 3px 5px 5px 5px !important;
}

.dx-master-detail-cell .dx-button-mode-contained {
    border: none;
    background: none;
    padding-top: 2px;
    padding-right: 1px;
}

.dx-master-detail-cell .dx-datagrid-header-panel {
    margin-right: 7px;
}

.dx-master-detail-cell .dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: -26px;
}

.dx-master-detail-cell .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
    width: 100px;
    min-width: 100px;
    text-align: end !important;
}

.dx-datagrid-header-panel {
    z-index: 3;
}

html body .tabs .nav-tabs .nav-link:hover {
    color: #47a447;
}

.pivot-grid-buttons {
    justify-content: space-between;
    margin-bottom: 10px;
}

.left-sidebar-nav-active, .left-sidebar-nav-active:hover {
    background: white !important;
    border-radius: 4px !important;
    margin-left: 6px !important;
    margin-right: 1px !important;
    padding-left: 17px !important;
}

.left-sidebar-nav-active i, .left-sidebar-nav-active:hover i {
    color: green !important;
    margin-left: -5px;
}

.left-sidebar-nav-active span, .left-sidebar-nav-active:hover span {
    color: black !important;
}

#sidebar-left {
    transition: width 0.15s ease;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
}

.top-row {
    padding-top: 0px !important;
}
/* chart Tooltip */
.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 170px;
}

    .tooltip-body .series-name {
        font-weight: normal;
        opacity: 0.9;
        display: inline-block;
        line-height: 1.5;
        padding-right: 10px;
        width: 126px;
    }

    .tooltip-body .value-text {
        display: inline-block;
        line-height: 1.5;
        width: 30px;
    }

/* gantt*/
.custom-task-edit-tooltip {
    background-color: white;
    color: black;
    min-width: 170px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 12px 12px 12px;
    border-radius: 3px;
}

    .custom-task-edit-tooltip::before {
        border-top-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .custom-task-edit-tooltip::after {
        border-bottom-color: white;
    }

.custom-tooltip-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 6px;
}

.custom-tooltip-row {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

/* Bayblueprint*/

.bayBlueprintBox {
    position: absolute;
    display: flex; /* Use Flexbox */
    justify-content: flex-start; /* Align children to the start of the container */
    align-items: stretch; /* Stretch children to fill the height of the container */
}

.bayBlueprintText {
    /* Your existing styles, ensure width is 25px */
    text-align: center;
    font-size: 11px;
}

.bayBlueprintItem {
    /* Your existing styles, ensure width is calculated */
    flex-grow: 1; /* Allow this item to grow and fill the remaining space */
}

.bayBlueprintItem.clickable {
    border-radius: 1px;
    border: 1px solid black;
}

.bayBlueprintItem.clickable:hover {
    border: 2px solid #ceddd6;
    border-radius: 1px;
    cursor: pointer;
}

/* Icons */
.dx-icon-xlsxfile:before, .dx-icon-export-excel-button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c3";
    font-weight: 900;
}

.dx-icon-columnchooser:before, .dx-icon-column-chooser:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0db";
    font-weight: 900;
}

.dropdown-item:active {
    background-color: #006061 !important;
}

.btn-remove {
    color: #006061 !important;
    background: none !important;
    border: none !important;
}

.btn-remove:hover {
    color: #333 !important
}

.right {
    margin-left: auto;
}

.detail-edit-pen {
    font-size: 1.2rem;
    margin: 5px;
}

.detail-edit-bar {
    padding-left: 15px;
    flex-shrink: 0;
}

.icon-btn {
    min-width: 50px !important;
}

.dx-icon-spindown {
    font-size: 18px !important;
}

.clear-text {
    font-size: 15px;
    color: #444;
    margin: 5px 0px;
}

.white-space {
    white-space: pre-wrap;
}

.max-3-sentences {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.square-image-100:hover 
{
    -ms-transform: scale(3); /* IE 9 */
    -webkit-transform: scale(3); /* Safari 3-8 */
    transform: scale(3);
    z-index: 100000;
}

.ReviewSummary {
    font-size: 16px;
    margin-top: 15px;
    margin-right: 50px;
}

.chartSelection {
    width: 270px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.space {
    padding-right: 4px !important;
}

.space-l {
    padding-right: 8px !important;
}

.margin-space {
    margin-right: 4px !important;
}

.dx-toolbar .dx-toolbar-label {
    font-size: 14px;
}

.tm-items {
    max-width: 1200px;
}

/* Flex pre sets */
.space-between {
    justify-content: space-between;
}

.direction-columns {
    flex-direction: column;
}

/* KPI and dashboard */
.Realized {
    color: #3cbab2;
}

.ForeCast {
    color: #8ed962;
}

.Budget {
    color: #5b9d95;
}

.PreviousRealized {
    color: #efcc7c;
}

.kpi-header {
    border-bottom: 1px solid #eee;
    color: black;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    font-size: 18px;
}

.kpi-main {
    font-size: 28px;
    padding: 5px;
    margin-top: 5px;
    color: #212529;
}

.kpi-main-percentage {
    margin-top: auto;
}

.kpi-container {
    justify-content: space-between;
    margin-top: 15px;
    padding-left: 3px;
}

.kpi-main-container {
    margin-top: 5px;
}

.kpi-right {
    color: black;
    font-size: 17px;
}

.kpi-wrapper {
    flex: 0 0 300px;
    margin-right: 20px;
}

.chart-wrapper {
    width: 100%;
}

.filter-bar {
    flex: 0 0 200px;
    margin-right: 20px;
}

.dashboard-main {
    width: 100%;
    margin-bottom: 15px;
}

.filter-fixed {
    position: fixed;
    width: 200px;
}

/* Flex */

.flex {
    display: flex;
}

.flex-end {
    align-items: flex-end;
}

.flex-grow {
    flex-grow: 1;
}

.flex-right {
    display: flex;
    justify-content: right;
}

.cover {
    object-fit: cover;
}

.contain {
    object-fit: contain;
}

html {
    overflow-y: auto !important
}

html, body {
    background-color: #d0e0d9;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #006061;
    border-color: #006061 #006061 #002e2e;
}

.btn-outline-primary {
    border-color: #006061 #006061 #002e2e;
    color: #006061
}

.btn-outline-primary:hover, btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: #006061 !important;
    border-color: #006061 !important;
    color: #FFF !important;
}

.margin-space-left {
    margin-left: 8px;
}

.btn-outline-primary:hover .fa,
.btn-outline-primary:focus .fa,
.btn-outline-primary:active .fa {
    color: #FFF !important;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 96, 97, 0.5) !important;
}


.btn {
    min-width: 75px;
    margin-left: 4px;
    margin-right: 4px;
}

.beige {
    background: #eee !important;
}

.dx-button-content {
    line-height: inherit;
}

.dx-button-fix {
    margin-left: -1px !important;
}

@media only screen and (max-width: 767px) {
    .content-body {
        margin-top: 0px !important;
    }
}

.content-body {
    margin-top: 15px;
    padding-bottom: 0px !important;
}

.content-body:not(.card-margin) > .row + .row {
    padding-top: 20px;
}

.spanstatus {
    padding: 5px 10px;
    color: white;
    border-radius: 5px
}

.card-body {
    padding: 0.8rem 0.8rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.logo img.login {
    width: 300px;
}

/* Dx Datagrid edits */

.dx-pager .dx-pages .dx-selection {
    border-radius: 4px;
}

.dx-pager .dx-page-sizes .dx-page-size {
    border-radius: 4px;
    border: 1px solid #dee1e3;
    padding: 5px 8px 5px 8px;
}

.dx-datagrid-summary-item {
    color: #212529;
}

.dx-datagrid-borders > .dx-datagrid-total-footer {
    border-radius: 8px;
    border: 1px solid #dee1e3;
    margin-top: 5px;
}

.dx-datagrid-headers .dx-datagrid-content {
    margin-bottom: -2px;
    border: 1px solid #dee1e3;
    border-bottom: 0px; /* fix voor dubbele border */
    border-radius: 8px 8px 0 0;
}

.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable {
    border: 1px solid #dee1e3;
    border-top: 0px; /* Fix voor dubbele border */
    border-radius: 0 0 8px 8px;
}

.dx-datagrid-borders > .dx-datagrid-filter-panel, .dx-datagrid-borders > .dx-datagrid-headers, .dx-datagrid-borders > .dx-datagrid-pager {
    border: none;
    z-index: 2; /* Fix voor border */
}

.dx-datagrid-rowsview {
    z-index: 1; /* Fix voor border */
}

.dx-cell-modified {
    background: #0060611f !important;
}

.dx-datagrid .dx-row > td {
    padding: 6px;
    padding-right: 8px;
    padding-left: 8px;
}

.dx-datagrid {
    background: #ffffff00 !important;
}

.dx-toolbar {
    background: #ffffff00 !important;
}

.dx-dropdownbutton-action.dx-buttongroup-last-item.dx-button .dx-button-content {
    padding: 5px 10px;
}

.dx-button-has-text .dx-button-content {
    padding: 5px 10px;
}

.dx-datagrid-total-footer {
    background: #fdfdfd !important;
}

/* Custom */

.card-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

.card-grid {
    padding-top: 10px;
}

.grid-image {
    max-height: 75px;
    max-width: 75px;
    min-width: 75px;
    object-fit: cover;
    border-radius: 5px;
}

.square-image-200 {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.square-image-100 {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.nav-link {
    color: #006061;
}

.nav-link:hover, .nav-link:focus {
    color: #006061
}

.image-box {
    height: 180px;
    width: 180px;
    display: block;
    border-radius: 5px;
}

.qr-box {
    max-height: 39px;
    max-width: 39px;
    background: white;
    border-radius: 3px;
}

.inner-wrapper {
    padding-top: 15px !important;
}


.image-grid {
    float: left;
    max-height: 170px;
    max-width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
}

.dashboard-title {
    font-size: 26px;
    margin: 5px;
    margin-left: 0px;
    font-weight: bold;
    color: #212529;
}

.list {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee1e3;
}

.upper-list {
    box-sizing: border-box;
    margin: 0px 0px 4px;
    min-width: 0px;
    display: flex;
    flex: 1 1 0%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(30, 35, 41);
}

.lower-list {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    flex: 1 1 0%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: rgb(112, 122, 138);
}

/* Info page CSS*/

.buttons-right {
    text-align: right;
}

.buttons-left {
    text-align: left;
}

.flexbox {
    display: flex;
}

.variety-color {
    background: #00606130;
}

.card-featured-variety {
    border-top: 3px solid #00606170;
}

.product-color {
    background: #00612d30;
}

.card-featured-product {
    border-top: 3px solid #00612d70;
}

.batch-color {
    background: #21610030;
}

.card-featured-batch {
    border-top: 3px solid #21610070;
}

.order-color {
    background: #0359bf30
}

.card-featured-order {
    border-top: 3px solid #0359bf30;
}

.bay-color {
    background: #614c0030;
}

.card-featured-bay {
    border-top: 3px solid #614c0070;
}

.image-container {
    flex: 0 0 200px;
    padding: 8px 8px 8px 10px;
    border-radius: 5px;
    flex-direction: column;
    height: 355px;
    max-width: 200px;
}

.upper-info-card {
    height: 375px;
}

.upper-info-card-small {
    height: 275px;
}

.upper-info-card-content {
    height: 290px;
}

.sub-image-container {
    padding: 8px;
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 140px;
}

.image-container-title {
    text-align: center;
    font-size: 20px;
    color: #FFF;
    height: 22px;
}

.image-container-subtitle {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFF;
    height: 20px;
}

.image-container-status {
    text-align: center;
    padding: 8px;
    margin-top: 20px;
}

.info-container {
    padding: 0px 8px 8px 8px;
    width: calc(100% - 200px);
}

.info-container-full-width {
    padding: 0px 8px 8px 8px;
    width: 100%;
}

.info-row-container {
    display: flex;
    min-height: 65px;
    flex-wrap: wrap;
}

.info-column-1 {
    width: 100%
}

.info-column-2 {
    width: 50%;
    max-width: 700px;
}

.info-column-66 {
    width: 66.666%;
    max-width: 700px;
}

.info-column-3 {
    width: 33.333%;
    max-width: 350px;
}

.info-column-4 {
    width: 25%; 
    max-width: 350px;
}

.title {
    text-align: center;
    font-size: 20px;
    color: #171717;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sub-title {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #171717;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.status {
    text-align: center;
}

.pvtgrid-status {
    color: white;
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 5px;
}

.grid-status {
    color: white;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-header {
    display: flex;
    gap: 6px;
}

.info-tip {
    background: #009688;
    color: #ffffff;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
    border-radius: 4px;
}

.info-title {
    padding-right: 8px;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.info-subtitle {
    color: black;
    margin-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: visible !important;
}

.info-subtitle-box {
    color: black;
    margin-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.info-text {
    color: black;
    margin-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 16px;
}

.info-subtitle-long {
    color: black;
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-row {
    margin-top: 10px;
}

.info-column-container {
    min-width: 350px;
    padding-right: 20px;
}

.info-column-container-end {
    flex-grow: 1;
}

.info-columns-container {
    display: flex;
    padding-top: 10px;
}

.info-column-row {
    display: flex;
    height: 40px;
    align-items: baseline;
}

.info-column-row-big {
    display: flex;
    height: 120px;
    align-items: baseline;
}

.column-info-title {
    padding-right: 8px;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 150px;
    text-align: left;
}

.column-info-subtitle {
    color: black;
    margin-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    padding: 3px;
}

.column-info-subtitle-long {
    color: black;
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-icon-active {
    font-size: 40px;
    color: #006061;
    position: absolute;
    padding: 8px;
    padding-top: 135px;
    left: 180px;
}

.img-icon-inactive {
    font-size: 40px;
    color: #cecece;
    position: absolute;
    padding: 8px;
    padding-top: 135px;
    left: 180px;
}

.img-fluid {
    margin-right: 10px;
    border-radius: 3px;
}

.timeline {
    background: #cfdfd8;
    border-radius: 5px;
    padding-right: 30px;
}

/* Editing */

#info-container-edit {
    display: none;
}

#edit-buttons {
    display: none;
}


/* Tabs remodeling */

.nav-tabs li.active .nav-link, .nav-tabs li.active .nav-link:hover, .nav-tabs li.active .nav-link:focus {
    border: none;
    border-bottom: 3px solid #47a447;
    background: none;
}

.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
    border: none;
    background: none;
}

.tab-borderless {
    padding: 0px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.tab-content {
    background: none;
}

.tabs {
    margin-bottom: 10px;
}

.tab-bar {
    background: #fdfdfd;
    padding-top: 5px;
    border-radius: 5px;
}

.tab-grid {
    background: #fdfdfd;
    padding: 5px 5px;
    border-radius: 5px;
}

/* scrollbar */

::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display: none;
}

.context-menu {
    background-color: #1d2127;
    color: #abb4be;
    z-index: 9999 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 4px;
    font-size: 14px;
    min-width: 180px;
}

.context-menu ul {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.context-menu li {
    cursor: pointer;
    white-space: nowrap;
}

.context-menu li:hover {
    color: #006061;
}
