﻿/* INSERIRE QUI IL CODICE CSS TEMPORANEO */

/************************************** Menu in page helper allow space Matteo deve modificare le seguenti regole *************************************************/
.cc-menu-in-page .cc-menu-container-right {
    width: 200px;
}

.cc-menu-in-page .cc-menu-container-left {
    width: calc(100% - 200px);
}

/*************************************  Snapshot Refresh menu Approved orders checkbox *************************************************/
.cc-megamenu form .cc-content-check label {
    color: white;
    margin-top: 5px;
}

form#snapshot-change-form .cc-content-check {
    text-align: left !important;
}

.cc-data-refresh .cc-content-icon-status {
    margin-right: 0px !important;
}
/*.cc-megamenu .cc-content-check {
    margin-left: -144px;
}*/
.cc-content-page-main .cc-header .cc-header-item .cc-megamenu.cc-megamenu-message .cc-content-action {
    margin-top: 4px !important;
}

.cc-user-info {
    min-width: 200px;
}

.cc-pull-approved-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0.5rem 0 1rem 0;
}

.cc-pull-approved {
    /*    z-index: -99999;
    opacity: 0;*/
    display: none;
}

.cc-pull-approved-controller [type=checkbox] + label:before,
.cc-pull-approved-controller [type=checkbox] + label:after {
    all: unset;
}

.cc-pull-approved-controller input:checked ~ .cc-content-check {
    background-color: red;
}

/***************************************************************************************************************************************/

.gg-eye {
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box
}

    .gg-eye::after,
    .gg-eye::before {
        content: "";
        display: block;
        border-radius: 100px;
        position: absolute;
        box-sizing: border-box
    }

    .gg-eye::after {
        top: 2px;
        box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
        width: 24px;
        height: 24px
    }

    .gg-eye::before {
        width: 8px;
        height: 8px;
        border: 2px solid;
        bottom: 4px;
        left: 8px
    }

/***************************************************************************************************************************************/
ul.context-menu-root {
    display: inline-grid;
}

.b-sch-resourcetimerange.custom {
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 10px, rgba(190, 190, 190, 0.2) 10px, rgba(190, 190, 190, 0.2) 20px) rgba(255, 255, 255, 0);
    color: #888;
}


label.error {
    font-size: 12px;
    color: red;
}

input[type='text'].error {
    border-color: red !important;
}

.cc-hidden {
    display: none;
}

.cc-login span.error {
    font-size: 12px;
    color: white;
}

.cc-content-link {
    display: flex;
    align-items: center;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

    .cc-content-link a {
        margin-top: -5px;
        margin-left: 10px;
    }

.cc-content-page-main .cc-header .cc-header-item .cc-megamenu {
    display: none;
}

.cc-content-page-main .cc-header .cc-header-item:hover .cc-megamenu:not(.cc-show) {
    animation-name: megamenu-fade-in;
    animation-duration: 1s;
}

@keyframes megamenu-fade-in {
    0% {
        opacity: 0;
        pointer-events: none;
    }

    90% {
        opacity: 0;
        pointer-events: none;
    }

    100% {
        opacity: 1;
        pointer-events: auto;
    }
}

/******************************* Favourite cards icons **************************************/
.cc-menu-card-favouriteIcon {
    position: absolute;
    top: 25%;
    right: 10px;
    filter: invert(65%) sepia(0%) saturate(1727%) hue-rotate(155deg) brightness(97%) contrast(83%);
}

.cc-content-other-level-item .cc-menu-card-inactiveFavouriteIcon {
    visibility: hidden;
}

.cc-content-other-level-item:hover .cc-menu-card-inactiveFavouriteIcon {
    visibility: visible;
}

/******************************* Datatable **************************************/
.dataTables_scrollBody {
    min-height: 40px;
}

/*This instruction was set to avoid that, in customizated tables (in terms of layout), the vertical scrollbar was visible only going at the right table end*/
/*This was happening because the datatables javascript was calculating a fixed width for the component */
.DTFC_ScrollWrapper .dataTables_scrollHead,
.DTFC_ScrollWrapper .dataTables_scrollBody,
.DTFC_ScrollWrapper .cc-datatable-table {
    width: 100% !important;
}

    .DTFC_ScrollWrapper .dataTables_scrollBody table tfoot tr {
        display: none;
    }

.cc-content-table .dataTables_info, .cc-content-table div.dataTables_wrapper div.dataTables_info {
    padding: 6px 0px;
}

.DTFC_LeftWrapper .DTFC_LeftBodyLiner table.DTFC_Cloned thead tr th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dataTables_scroll .dataTables_scrollBody table thead tr th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cc-content-table table thead tr th.cc-col-selected {
    background: gray;
}

table.dataTable thead tr > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right {
    background: #489DCE;
}

table.dataTable tfoot tr > .dtfc-fixed-left, table.dataTable tfoot tr > .dtfc-fixed-right {
    background-color: transparent;
}

.cc-content-table td p {
    text-align: center;
}

/*.cc-check[type=checkbox]:checked, .cc-check[type=checkbox]:not(:checked) {
    position: relative;*/
/*z-index: -1;*/
/*left: 0;
    opacity: 1
}*/
/*
table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}
table.dataTable.stripe > tbody > tr.even.selected > *, table.dataTable.display > tbody > tr.even.selected > * {
    background-color: transparent;
    box-shadow: none;
    border-color:transparent;
}*/

.dataTables_paginate {
    display: flex;
    padding: 1em 0em;
}

.paginate_button.previous,
.paginate_button.next {
    padding: 1em 0.5em;
    border: solid 1px #4A4A4A;
    min-width: 14ch;
    text-align: center;
    vertical-align: middle;
}

    .paginate_button.previous:hover,
    .paginate_button.next:hover {
        background-color: #489DCE;
        color: white;
    }

.dataTables_paginate span {
    padding: 1em;
}

    .dataTables_paginate span a {
        padding: 0.25em;
        margin: 0em 0.25em;
        border-bottom: solid 1px #4A4A4A;
    }

        .dataTables_paginate span a:hover {
            background-color: #489DCE;
            border-bottom: solid 1px #4A4A4A;
            color: white;
        }

/************************* aggiunta css matteo  *********************************/
/**************************  Table Action Planel  ******************************/
/*.cc-form-group label{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.cc-content-form .cc-form-group .cc-label-form {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cc-content-form .cc-form-group .cc-label-form label {
    position: relative;
}

.cc-content-form .cc-form-group .cc-label-form:hover {
    overflow: visible;
}

.cc-content-form .cc-form-group .cc-label-form:hover span{
    position: relative;
    box-sizing: content-box;
    background-color: white;
    padding-right: 24px;
}

/*.cc-content-form .cc-form-group .cc-label-form:hover + div {
    margin-top: 24px;
}

.cc-content-form .cc-form-group a:hover + div {
}*/

/*.cc-svg span.cc-tooltiptext {
    display: block !important;
}*/
.cc-action-table .cc-content-actions .cc-form-group {
    margin-bottom: 0px;
}

    .cc-action-table .cc-content-actions .cc-form-group .cc-button {
        height: 40px;
    }

.cc-form-group.cc-form-group-4 {
    width: auto !important;
}

    .cc-form-group.cc-form-group-4 .cc-row-single {
        margin: 0;
    }

.cc-action-table .cc-form-group-checkbox .cc-row {
    margin: 0;
}

.cc-action-table {
    padding: 12px 20px 8px 20px;
}

    .cc-action-table .cc-content-actions .cc-form-group.cc-form-group-export {
        /*width: 78px;*/
        max-width: 80px !important;
    }

    .cc-action-table .cc-content-actions .cc-form-group.cc-form-group-import,
    .cc-action-table .cc-content-actions .cc-form-group.cc-form-group-importoverride {
        width: 90px !important;
    }

        .cc-action-table .cc-content-actions .cc-form-group.cc-form-group-importoverride span.cc-svg-info-tooltip {
            right: 16px;
        }

    .cc-action-table .cc-content-actions .cc-form-group .cc-label-form {
        overflow: hidden;
        height: 8px;
        margin-bottom: -2px;
    }

    .cc-action-table .cc-content-actions .cc-form-group a .cc-label-form {
        overflow: hidden;
        height: 8px;
        margin-bottom: 5px;
    }

    .cc-action-table .cc-content-actions .cc-button {
        padding: 0 6px;
    }

    .cc-action-table .cc-checkbox-container label {
        padding-right: 6px;
        padding-left: 36px;
    }

    .cc-action-table .cc-content-actions .cc-form-group {
        margin-right: 3.5px;
    }

.cc-content-actions .cc-form-group[name=SubTotalDisplay] {
    margin-right: 0px;
}

.cc-action-table .cc-content-actions .cc-form-group.cc-form-group-importordering {
    width: 170px;
}

.cc-action-table .cc-content-actions .cc-form-group.cc-form-group-1 {
    width: 80px;
}

.cc-action-table .cc-content-actions .cc-form-group .cc-content-select {
    max-width: 100%;
}

.cc-action-table .cc-content-actions .cc-content-select {
    max-width: 200px;
}

.cc-action-table .cc-content-actions .cc-form-group-1.cc-form-date {
    width: 114px;
}

.cc-action-table .cc-content-actions .cc-form-group.cc-form-group-2 {
    width: 110px;
}

.cc-action-table .cc-content-actions .cc-form-group.cc-form-group-3 {
    width: 130px;
}

.cc-action-table .cc-content-actions .cc-form-group.cc-form-group-4 {
    width: 150px;
}

    .cc-action-table .cc-content-actions .cc-form-group.cc-form-group-4.cc-pro-label {
        width: 177px !important;
    }

        .cc-action-table .cc-content-actions .cc-form-group.cc-form-group-4.cc-pro-label .cc-input {
            padding: 4px 8px 4px 8px;
        }

.cc-action-table .cc-content-actions .cc-form-group.cc-form-group-5 {
    width: 200px;
}

.cc-action-table .cc-content-actions .cc-form-group.cc-form-group-6 {
    width: 250px;
}


/*****************************************************************************/
ul.dropdown-menu.inner {
    overflow-y: scroll !important;
    max-height: 150px !important;
}

.DTE div.dropdown-menu.open {
    position: relative;
}

.DTE ul.dropdown-menu li {
    width: 100%;
}

.DTE_Field DTE_Field_Type_select select.selectpicker {
    display: block !important;
}

/********************* CRP VIEW Table Inspection ********************/
.cc-container-in-page.cc-crp-container-in-page {
    background-color: #fafbfc;
}

.cc-detail-overview .cc-content-table {
    padding: 0px 20px 0 20px
}

.cc-action-crp {
    padding-bottom: 0px !important;
}

.cc-detail-overview.cc-crp-detail-overview {
    padding: 0px 12px 16px 58px !important;
}

    .cc-detail-overview.cc-crp-detail-overview .cc-accordion-button span {
        font-size: 16px !important;
    }

.cc-detail-overview .cc-accordion-button .cc-content-info {
    border: 1px solid lightgrey;
}

.cc-action-table.cc-action-crp .cc-content-actions .cc-form-group.cc-form-group-2 {
    width: 160px;
}

.cc-crp-container-in-page .cc-content-table.cc-content-crp-graph {
    padding-left: 0px;
}

.cc-detail-overview.cc-crp-detail-overview .cc-accordion-info {
    border: 1px solid lightgrey;
}

    .cc-detail-overview.cc-crp-detail-overview .cc-accordion-info .cc-content-info {
        padding: 0 0 0 0;
        border-top: 0px;
    }

/***************************** TREND GRAPH ***************************/
.cc-container-in-page.cc-forecast-trend-container-in-page {
    background-color: #fafbfc;
}

.cc-detail-overview.cc-forecast-trend-detail-overview {
    padding: 0px 12px 16px 58px !important;
}

    .cc-detail-overview.cc-forecast-trend-detail-overview span :not(.dataTables_info_filtersSpan) {
        font-size: 16px !important;
    }

.cc-detail-overview .cc-accordion-button .cc-content-info {
    border: 1px solid lightgrey;
}

.cc-forecast-trend-container-in-page .cc-content-table.cc-content-forecast-trend-graph {
    padding-left: 0px;
}

.cc-detail-overview.cc-forecast-trend-detail-overview .cc-accordion-info {
    border: 1px solid lightgrey;
}

/*************************** CONFIG PROFILE *************************/

.cc-col-right .cc-detail-overview {
    padding: 8px 20px 0px 24px;
}

    .cc-col-right .cc-detail-overview .cc-content-table.cc-configure-content-table {
        padding-left: 0px;
        padding-right: 0px;
    }
/***************************** TEXT AREA ****************************/
.md-textarea.form-control.cc-custom-text-area {
    border-radius: 0;
    border-top: none;
    box-shadow: none;
    resize: none;
}
/****************************  GANTT  *************************/
.cc-gantt-calendar-break {
    pointer-events: all;
}

.cc-gantt-calendar-break {
    pointer-events: all;
}

.cc-gantt-context-menu-container {
    color: #616161;
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    color: #616161;
    display: inline-flex;
    overflow: hidden;
    line-height: initial;
    font-weight: 400;
    font-size: 1em;
    box-sizing: border-box;
}

.cc-gatt-context-menu {
    display: inline-flex;
    overflow: hidden;
    line-height: initial;
    font-weight: 400;
    font-size: 1em;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: .8em;
    color: #616161;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    border-top: 1px dotted rgba(224, 224, 224, 0.8);
    font-size: 1em;
    min-width: 7em;
    display: flex;
    box-sizing: border-box;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 3px;
}

    .cc-gatt-context-menu:hover {
        background-color: #89c9ee;
    }

    .cc-gatt-context-menu i {
        box-sizing: border-box;
        width: 2em;
    }

        .cc-gatt-context-menu i:before {
            content: "\F040";
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            font-family: "Font Awesome 5 Pro";
            vertical-align: 0;
            box-sizing: border-box;
            min-width: 1.3em;
        }

    .cc-gatt-context-menu span {
        box-sizing: border-box;
        flex: 1 1 auto;
        white-space: nowrap;
        margin-left: 0.6em;
        margin-left: 0;
        margin-right: 2em;
    }


.cc-gantt-pointer {
    pointer-events: all !important;
}

.b-sch-style-border .b-sch-event {
    border-color: inherit;
}

.cc-gantt-container #container {
    background-color: white;
    margin-left: 20px;
    margin-right: 20px;
}

.cc-gantt-container .b-sch-header-timeaxis-cell {
    font-size: 0.8em;
}

.b-tooltip dd {
    margin-bottom: 4px;
}

.b-sch-style-border.b-sch-custom-color > .b-sch-event:not(.b-milestone) .b-sch-event-content {
    color: black;
}

.b-sch-event.b-milestone label, .b-sch-event .b-sch-event-content, .b-sch-event-wrap:not(.b-milestone-wrap) .b-sch-event {
    font-size: 13px;
}

.nested {
    position: absolute;
    background-color: black;
    top: 0;
    bottom: 0;
    font-size: .7em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: .5em;
}

.b-sch-event .b-sch-event-withicon {
    align-items: flex-start;
    justify-content: center;
    font-size: 13px;
    border-left: 3px solid rgba(128, 128, 128, 0.5);
    border-radius: 2px;
    opacity: 0.9;
    transition: opacity 0.4s, box-shadow 0.4s;
    flex-direction: column;
}

.b-sch-event.b-sch-event-wrap {
    flex-direction: column;
}

.b-sch-event:focus, .b-sch-event.b-sch-event-hover {
    opacity: 1;
    border-left-color: rgba(96, 96, 96, 0.5);
}

.b-sch-event.b-sch-event-startsoutside {
    border-left-color: transparent;
}

.b-sch-event-header {
    font-size: .7em;
}

.b-sch-event-footer {
    font-weight: 400;
}

.b-highlighting .b-sch-event {
    opacity: 0.2;
}

    .b-highlighting .b-sch-event.b-match {
        opacity: 1;
        box-shadow: 0 0 8px red;
    }

.b-dependencies.b-highlighting .b-sch-event-wrap .b-sch-event, .b-dependencies.b-highlighting .b-sch-dependency {
    opacity: 0.3;
}

    .b-dependencies.b-highlighting .b-sch-event-wrap .b-sch-event.b-match, .b-dependencies.b-highlighting .b-sch-dependency {
        opacity: 1;
        box-shadow: 0 0 8px red;
    }


.b-sch-range {
    background: repeating-linear-gradient(-55deg, #ddd, #ddd 10px, #eee 5px, #eee 20px);
    opacity: 0.7;
}

.b-theme-dark .b-sch-range {
    background: repeating-linear-gradient(-55deg, #222, #222 10px, #333 5px, #333 20px);
}

.b-theme-light .b-sch-range {
    background: repeating-linear-gradient(-55deg, #eee, #eee 10px, #f7f7f7 5px, #f7f7f7 20px);
}



.b-sch-event {
    color: black;
    text-align: center;
}

.b-stickyevents:where(.b-sch-horizontal) .b-sch-event-wrap:where(:not(.b-disable-sticky, .b-milestone-wrap)) .b-sch-event-content, .b-stickyevents:where(.b-sch-horizontal) .b-sch-resourcetimerange .b-sch-event-content {
    position: initial;
}

.b-sch-style-plain .b-sch-event:not(.b-milestone) {
    color: black;
}

.b-sch-style-border .b-sch-event:not(.b-milestone) {
    color: black;
}

.b-sch-event-wrap:not(.b-milestone-wrap).b-active .b-sch-event {
    outline: 3px solid rgba(255, 0, 255, 1);
    outline-offset: 2px;
}

.b-sch-event.b-sch-event-selected,
.b-sch-event-selected .b-sch-event {
    color: black;
    outline: 3px solid rgba(255, 0, 255, 1);
    outline-offset: 2px;
}

.b-sch-event:not(.b-milestone).b-sch-event-selected, .b-sch-event:not(.b-milestone).b-sch-event-selected * {
    color: black;
}

.b-sch-event:not(.b-milestone) .b-sch-event-content {
    margin: 0 0 0 0;
}

.b-sch-foreground-canvas > svg polyline {
    stroke: red;
}

    .b-sch-foreground-canvas > svg polyline.b-sch-dependency-over {
        stroke-width: 3;
    }

.b-sch-dependency {
    stroke-width: 1;
    stroke: red;
}

.b-sch-dependency-arrow {
    fill: red;
}

.b-sch-foreground-canvas > svg marker {
    fill: red;
}

.b-dragging {
    position: absolute !important;
    z-index: 10000;
    pointer-events: none;
    opacity: 0.8;
    box-sizing: border-box;
}

/*
 Used when Drag code is creating a separate proxy element representing the dragged element,
   as opposed to the 'inline' drag of the actual element
*/
.b-drag-proxy {
    top: 0;
    left: 0;
    pointer-events: none !important;
    box-sizing: border-box;
}

    .b-drag-proxy * {
        box-sizing: border-box;
    }

.b-aborting {
    transition: transform 0.2s;
}

.b-drag-original.b-hidden {
    display: none !important;
}

.b-unassigned-class.b-drag-proxy {
    background: green;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 13px;
}

    .b-unassigned-class.b-drag-proxy.b-drag-invalid {
        background: red;
    }

    .b-unassigned-class.b-drag-proxy.b-horizontal {
        align-items: flex-start;
        padding-left: .5em;
    }

    .b-unassigned-class.b-drag-proxy.b-vertical {
        justify-content: flex-start;
        padding-top: .5em;
    }

.b-aborting.b-unassigned-class {
    transition: transform 0.3s !important;
    background: red;
    position: absolute !important;
    z-index: 10000;
    pointer-events: none;
    opacity: 0.8;
    box-sizing: border-box;
}

.b-grid-row.b-selected {
    background-color: rgba(216, 129, 0, 0.09) !important;
}

/************************* test print css *********************************/
@media print {
    .cc-menu-in-page, .cc-col-menu {
        display: none;
    }
}
/*****************************    Problem ScrollBar che sparisce     ******************************/
/*.dataTables_wrapper {
    overflow-x: auto;
}*/
.DTFC_ScrollWrapper {
    /*overflow-x: auto;*/
    /*overflow:hidden;*/
}

.DTFC_LeftBodyLiner {
    overflow-y: hidden !important;
}
/*.cc-content-table .dataTables_scroll .dataTables_scrollBody {
    overflow: scroll !important;
}*/

.cc-datatable-table tfoot {
    background-color: #6f7f8d;
}

.dataTables_scrollBody tfoot,
.dataTables_scrollBody tfoot th,
.dataTables_scroll .dataTables_scrollBody:not(.cc-content-table-mps) tfoot th {
    /*
        Per il PO non posso mettere display:none perchè si disallineano le colonne del footer
        display: none !important;
    */
    max-height: 0px !important;
    background-color: #f9f9f9;
    padding: 0px !important;
}

/*This css is to mitigate the effect of hidden row when scrollcollapse is enabled. The scrollbody computation is wrong and makes some rows hidden*/
div.cc-container-in-page:not(.multi-tables-container) div.dataTables_scrollBody {
    min-height: 70vh;
}

.cc-content-input-search {
    max-width: 150px !important;
}

#sorting-main-button {
    margin-right: 0px;
}

.dts_label {
    display: none !important;
}
/*************************************************MOBILE**************************************************************************/
.cc-mobile .cc-content-table {
    zoom: 0.5 !important;
}


/************************************************        Test footer mps           *************************************************/

.DTFC_ScrollWrapper .DTFC_LeftFootWrapper tfoot tr th, .DTFC_ScrollWrapper .DTFC_RightWrapper tfoot tr th, .DTFC_ScrollWrapper .dataTables_scrollFoot tfoot tr th {
    background: #6f7f8d;
}

.cc-content-table-mps tr th {
    border-top: none !important;
    position: relative;
    /*min-width: 50px !important;*/
}

.mps-has-footer.cc-content-table-mps tr th {
    min-width: 55px !important;
    font-size: 10px !important;
}

table.cc-datatable-table-has-footer {
    /* min-height: 20px !important;
    height: 100px !important;*/
    background-color: #6f7f8d;
    color: #fff;
}

    table.cc-datatable-table-has-footer tr th {
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-size: 10px !important;
    }

table.dataTable tfoot th {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
}

/*This line of code avoids the footer numbering apperance while drawing the fixed left side*/
div.dataTables_scrollFootInner > table.cc-content-table-mps > tfoot th.select-checkbox {
    color: #6f7f8d;
}

div.dataTables_scrollFootInner > table.cc-content-table-mps > tfoot tr th {
    background-color: #6f7f8d;
}
/* This piece of code enable column separators on the footer
    div.dataTables_scrollFootInner > table.cc-content-table-mps > tfoot tr th:after {
        opacity: 1 !important;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: white;
    }*/
/*This line of code solves the problem of the misalignment of the footer columns*/
.dataTables_scrollFootInner {
    padding-right: 0px !important;
}

/*========================== OPERATION PLANS WARNINGS ==============================================*/

td.cc-warning-edited {
    color: black !important;
    background-color: #39eafd !important;
}

td.cc-warning-edited-processed {
    color: black !important;
    background-color: #2dde98 !important;
}

td.cc-warning-stock-max {
    color: black !important;
    background-color: #ffdc80 !important; /*light orange*/
}

td.cc-warning-stock-ok {
    color: black !important;
    background-color: #2dde98 !important; /*light green*/
}

td.cc-warning-stock-min {
    color: black !important;
    background-color: #ffff00 !important; /*yellow*/
}

td.cc-warning-stock-out {
    color: white !important;
    background-color: #fd5c63 !important; /*red*/
}



/*========================== TABLE OF FILTERS ==============================================*/


.radio_list .cc-single-radio-button {
    width: 30%;
    /*width: 25%;*/
    /*height: 100px;*/
    height: 80px;
    background-color: #489dce; /*rgba(72,157,206,1);*/
    color: white;
    padding: 2% 24px;
    margin: 10px 10px 20px 10px;
    min-width: 90px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
}

@media (max-width: 480px) {
    .radio_list .cc-single-radio-button {
        width: 90%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .radio_list .cc-single-radio-button {
        width: 45%;
    }
}

.radio_list .cc-single-radio-button:hover {
    background-color: #035092;
    /*background-color: #489dce;
    color: white;*/
}

.radio_list .cc-single-radio-button.checked {
    background-color: #f36364;
    /*color: white;
    border-bottom: 2px solid #b70e0e;*/
}

    .radio_list .cc-single-radio-button.checked:hover {
        background-color: #b70e0e;
        /*color: white;*/
    }

.radio_list .cc-single-radio-button .cc-radio-name {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 20px;
    margin-bottom: 8px;
    cursor: inherit;
}

.radio_list .cc-single-radio-button .cc-radio-description {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 14px;
    max-height: 30px;
    cursor: inherit;
}

/*Radio List*/
.radio_list {
    padding: 5px 10px 10px;
    background-color: #eee; /*white;*/
    height: auto;
    max-height: 350px;
    width: 100%;
    overflow-y: scroll;
}

.cc-single-radio-button.cc-active-default {
    position: relative;
}

    .cc-single-radio-button.cc-active-default::after {
        content: "\2764";
        font-size: 15px;
        position: absolute;
        top: 0;
        right: 15px;
        height: 5px;
        width: 5px;
    }

.radio_list::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
}

.cc-overlay.cc-filter-overlay {
    padding: 0px 30px;
}

/*=====================================FILTER EDITOR=================================*/

.cc-filter-editor .tableFixHead tr th {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: inherit;
    line-height: 14px;
    vertical-align: middle;
    padding: 12px 22px 12px 12px;
    border-bottom: none;
    border-color: rgba(255,255,255,.23);
    background-color: #489DCE;
    overflow: hidden;
}

.cc-filter-editor .tableFixHead tr td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #232222;
    border-bottom: 1px solid #80808026;
    font-size: inherit;
    line-height: 14px;
    vertical-align: middle;
    padding: 1px 6px;
}

.cc-filter-editor .tableFixHead .filter_column_t1 {
    width: 55%;
}

.cc-filter-editor .tableFixHead .filter_column_t2 {
    width: 40%;
}

.cc-filter-editor .tableFixHead .filter_column_t3 {
    width: 10%;
}


.cc-filter-editor .filter_editor_selection, .cc-filter-editor .query_container, .cc-filter-editor .filter_editor_selection {
    display: block;
    padding: 1px 15px;
    width: 100%;
}


/*INPUT*/

.cc-filter-insert-value input[type="date"],
.cc-filter-insert-value input[type=text],
.cc-filter-insert-value input[type=number],
.cc-editor-input input[type=text],
.cc-editor-input input[type=number], .cc-editor-input textarea {
    background-color: transparent;
    border-color: transparent;
    outline: none;
    border-bottom: 1px solid rgba(72,157,206,1);
    display: block;
    color: #232222;
    font-size: 18px;
}

    .cc-filter-insert-value input[type="date"]:focus,
    .cc-filter-insert-value input[type=text]:focus,
    .cc-filter-insert-value input[type=number]:focus,
    .cc-editor-input input[type=text]:focus,
    .cc-editor-input input[type=number]:focus,
    .cc-editor-input textarea:focus {
        border-color: transparent;
        outline: none;
        border-bottom: 2px solid rgba(72,157,206,1);
    }

    .cc-filter-insert-value input[type="date"]::placeholder,
    .cc-filter-insert-value input[type=text]::placeholder,
    .cc-filter-insert-value input[type=number]::placeholder,
    .cc-editor-input input[type=text]::placeholder,
    .cc-editor-input input[type=number]::placeholder,
    .cc-editor-input textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #11111169;
        opacity: 1; /* Firefox */
    }


    .cc-filter-insert-value input[type="date"]:-ms-input-placeholder,
    .cc-filter-insert-value input[type=text]:-ms-input-placeholder,
    .cc-filter-insert-value input[type=number]:-ms-input-placeholder,
    .cc-editor-input input[type=text]:-ms-input-placeholder,
    .cc-editor-input input[type=number]:-ms-input-placeholder,
    .cc-editor-input textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #11111169;
    }

    .cc-filter-insert-value input[type="date"]::-ms-input-placeholder,
    .cc-filter-insert-value input[type=text]::-ms-input-placeholder,
    .cc-filter-insert-value input[type=number]::-ms-input-placeholder,
    .cc-editor-input input[type=text]::-ms-input-placeholder,
    .cc-editor-input input[type=number]::-ms-input-placeholder,
    .cc-editor-input textarea::-ms-input-placeholder { /* Microsoft Edge */
        color: #11111169;
    }

.cc-filter-editor .query_container input {
    width: 100%
}

.cc-editor-input select {
    border: none;
    border-bottom: 1px solid rgba(72,157,206,1);
    font-size: 21px;
}

/*FILTER SECTION*/
.cc-filter-editor .filter_editor_selection {
    margin-top: 20px;
}

    .cc-filter-editor .filter_editor_selection .columns_editor_container {
        float: left;
        width: 65%;
        margin-right: 10px;
    }

    .cc-filter-editor .filter_editor_selection .listOfButton {
        width: 30%;
        float: left;
    }

        .cc-filter-editor .filter_editor_selection .listOfButton .editor_button_container {
            display: inline;
            margin: 1px 3px 1px 3px;
        }

            .cc-filter-editor .filter_editor_selection .listOfButton .editor_button_container button {
                font-family: 'Open Sans',sans-serif;
                font-weight: 600;
                font-size: 12px;
                color: #2D2D2D;
                display: inline-block;
                vertical-align: middle;
                transition: all .2s ease-out;
                height: 22px;
                background: #fff;
                display: block;
                float: left;
                border: 1px solid #eaeaea;
                cursor: pointer;
                text-align: center;
                /* position: relative; */
                padding: 0 8px;
                margin-right: 4px;
                /* margin-bottom: 8px;*/
            }

    /*BUTTON FILTER SECTION*/
    .cc-filter-editor .filter_editor_selection .button_row {
        display: block;
        padding: 4px 7px 2px 4px;
    }

    /*FILTER COLUMN*/
    .cc-filter-editor .filter_editor_selection .tableFixHead {
        background-color: white;
    }

.tableFixHead {
    overflow-y: auto;
    /*height: 100px;*/
    max-height: 170px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
    }

.cc-filter-editor .tableFixHead .filter_column_t2 td {
    text-align: center;
}

.listOfColumns table tr:hover td {
    background: #bddff3;
    color: white;
    fill: white;
}

.listOfColumns .filter_column_t3 svg {
    height: 13px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.cc-filter-editor .tableFixHead {
    border-left: 1px solid #489dce;
    border-bottom: 1px solid #489dce;
}
/*INPUT SECTION*/
.cc-editor-input {
    display: block;
}

    .cc-editor-input .cc-input {
        /*float:left;*/
        display: inline-block;
        margin-right: 5px;
    }

        .cc-editor-input .cc-input.cc-input-name {
            width: 22%;
        }

        .cc-editor-input .cc-input.cc-input-description {
            width: 53%;
        }

        .cc-editor-input .cc-input.cc-input-priority {
            width: 13%;
        }

        .cc-editor-input .cc-input input {
            width: 100%
        }

        .cc-editor-input .cc-input label {
            color: #999;
            font-size: 6px;
            position: absolute;
        }

.query_container .cc-input label {
    color: #999;
    font-size: 6px;
    position: absolute;
}

/*QUERY EDITOR*/
.cc-filter-editor .query_container {
    margin-top: 10px;
}


/*INSERT VALUE*/
.cc-filter-insert-value .insertValue {
    margin: 2px 7px 4px 7px;
}

    .cc-filter-insert-value .insertValue .cc-insert-value {
        float: left;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .cc-editor-input label, .cc-editor-input span,
    .cc-filter-insert-value .insertValue .cc-insert-value-input label,
    .cc-filter-insert-value .insertValue .cc-insert-value-type span {
        display: block;
        font-size: 10px;
        color: #0000006e;
        font-weight: 10;
        font-family: 'Open Sans', sans-serif;
    }

    .cc-filter-insert-value .insertValue .cc-insert-value select {
        border: none;
        border-bottom: 1px solid rgba(72,157,206,1);
        font-size: 21px;
    }

    .cc-filter-insert-value .insertValue .cc-insert-value input[type="date"] {
        background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
    }

        .cc-filter-insert-value .insertValue .cc-insert-value input[type="date"]::-webkit-inner-spin-button {
            display: none;
        }

        .cc-filter-insert-value .insertValue .cc-insert-value input[type="date"]::-webkit-calendar-picker-indicator {
            opacity: 0;
        }


    .cc-filter-insert-value .insertValue .cc-insert-value-button .add_button {
        width: 20px;
        fill: rgba(72,157,206,1);
        cursor: pointer;
    }

.cc-filter-insert-value .cc-overlay-main.cc-overlay-main-layout {
    max-width: 510px;
}

.cc-filter-save-state .cc-save-state-editor {
    margin-bottom: 30px;
}






#Layout-Profiles .cc-simple-page .cc-content-section-main .cc-content-cols {
    background-color: white;
}

#Layout-Profiles .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab {
    background-color: #eee;
    text-overflow: ellipsis;
}

    #Layout-Profiles .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab:hover,
    #Layout-Profiles .cc-simple-page .cc-content-section-main .cc-col-left .cc-tab.cc-active {
        background-color: white;
    }

#Layout-Profiles .cc-simple-page .cc-content-section-main .cc-col-left {
    overflow-y: scroll;
    height: 350px;
    border-bottom: 1px solid #F6F5F5;
    background-color: #F6F5F5;
    border-left: 1px solid #00000026;
}

/*#Layout-Profiles .cc-overlay-main {
    max-width: 500px;
    min-height: 500px;
}*/

#layout-save-state-popup .cc-overlay-main {
    max-width: 350px;
}

#layout-save-state-popup .cc-simple-page {
    position: relative;
}

#layout-save-state-popup .cc-buttton-save-layout-state {
    position: absolute;
    top: 20px;
    right: 50px;
}

#layout-save-state-popup .cc-editor-input .cc-input.cc-input-name {
    width: 100%;
}


/*=========================================  WARNINGS =================================================================*/
.cc-row-single {
    margin-top: 10px;
    margin-bottom: 20px;
}

#CW-Editor .cc-overlay-main.cc-overlay-main-layout {
    width: 860px;
}


#CW-Editor .cc-simple-page {
    min-height: 540px;
}

.cc-buttons-top-left {
    position: absolute;
    top: 15px;
    right: 50px;
}

.cc-row-single .cc-row-element.cc-row-element-left {
    display: inline-block;
    margin-right: 2px;
}

.cc-pro-group-action .cc-row-element.cc-row-element-left {
    margin-right: 2px;
    margin-left: -3px !important;
}

.cc-row-single .cc-row-element.cc-row-element-right {
    float: right;
    margin-right: 10px;
}

.cc-column-warning-editor .cc-list-column-warning {
    width: 30%;
}


.cc-column-warning-editor .cc-list-warning {
    width: 65%;
    background-color: #eee;
    padding: 15px 0px 5px 10px;
    height: 380px;
}

    .cc-column-warning-editor .cc-list-warning .cc-list-warning-scrollable {
        overflow-y: scroll;
        padding-right: 10px;
        height: 330px;
    }

.cc-list-warning .cc-single-warning {
    background-color: white;
    border-radius: 2px;
    padding: 10px 10px 10px 10px;
    position: relative;
}

.cc-list-warning {
    position: relative;
}

.cc-input-color {
    display: none;
}

div.cc-bold, td.cc-bold, .cc-button.cc-bold .cc-label {
    font-weight: bold;
}

div.cc-underlined, td.cc-underlined, .cc-button.cc-underlined .cc-label {
    text-decoration: underline;
}

div.cc-italic, td.cc-italic, .cc-button.cc-italic .cc-label {
    font-style: italic;
}

.cc-label.cc-label-button {
    font-size: 15px;
    color: black;
    cursor: pointer;
}

.cc-warning-example {
    max-width: 90px;
    padding: 2px 5px;
    border: 1px solid black;
    vertical-align: top;
}

#CW-Editor .cc-single-warning select.cc-content-select, #CW-Editor .cc-single-warning input[type=text] {
    font-size: 13px;
    width: 100%
}

.cc-row-element.cc-one-third {
    max-width: 29%;
}

.cc-row-element.cc-1-3 {
    width: 29%;
}


.cc-row-element.cc-1-4 {
    width: 23%;
}

.cc-row-element.cc-two-third {
    max-width: 58%;
}

.cc-row-element.cc-2-3 {
    width: 58%;
}

.cc-row-element.cc-row-element-full {
    width: 100%;
}

.cc-row-element.cc-one-sixth {
    max-width: 15%;
}

.cc-row-element.cc-row-element-top {
    vertical-align: top;
}

.cc-row-element.cc-row-element-bottom {
    vertical-align: bottom;
}

.cc-row-element.cc-row-element-middle {
    vertical-align: middle;
}

.cc-list-warning .cc-add-warning-to-column {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    fill: #489dce;
    cursor: pointer;
}

.cc-delete-single-warning-column {
    position: absolute;
    bottom: 5px;
    right: 15px;
    width: 10px;
    fill: #489dce;
    cursor: pointer
}
/*==================================================*/
.cc-column-warning-table {
    overflow-y: auto;
    max-height: 380px;
}

    .cc-column-warning-table table {
        border-bottom: 1px solid #489dce;
        width: 99%;
    }

    .cc-column-warning-table th {
        position: sticky;
        top: 0;
        background-color: #489dce;
        padding: 5px 0px 5px 10px;
        color: white;
        font-weight: bold;
        z-index: 2;
    }

    .cc-column-warning-table .td1 {
        width: 80%;
        /*border-right:1px solid #489dce;*/
        border-left: 1px solid #489dce;
        padding-left: 10px;
    }

        .cc-column-warning-table .td1 div {
            max-width: 170px;
            overflow-x: hidden;
            text-overflow: ellipsis;
        }

    .cc-column-warning-table .td2 {
        width: 20%;
        border-right: 1px solid #489dce;
        padding-top: 10px;
        /*min-width: 40px;*/
    }

    .cc-column-warning-table .active {
        background-color: #489dce;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    left: 17%;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    /* The slider */
    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 10px;
            width: 10px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .switch input:checked + .slider {
        background-color: #2196F3;
    }

    .switch input:focus + .slider {
        box-shadow: 0 0 0px #2196F3;
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }

    /* Rounded sliders */
    .switch .slider.round {
        border-radius: 20px;
    }

        .switch .slider.round:before {
            border-radius: 50%;
        }

/************************INFO COLUMNS ***********************************************/
.cc-simple-page .cc-full-row {
    margin-top: 20px;
    margin-bottom: 10px;
}

.cc-simple-page .cc-only-table td {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #232222;
    font-size: inherit;
    line-height: 14px;
    vertical-align: middle;
    padding: 3px;
    text-align: center;
}

.cc-simple-page .cc-only-table table > tbody > tr:nth-of-type(odd) td {
    background-color: #fbfafa;
}

.cc-simple-page .cc-only-table table > tbody > tr:nth-of-type(even) td {
    background-color: #f5f5f5;
}

.cc-simple-page .cc-only-table table > tbody > tr:nth-of-type(odd):hover td {
    background-color: #adccde;
}

.cc-simple-page .cc-only-table table > tbody > tr:nth-of-type(even):hover td {
    background-color: #adccde;
}

.cc-simple-page .cc-only-table table tbody tr {
    background: 0 0;
}

.cc-simple-page .cc-only-table table thead tr th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 18px 8px 6px;
}

.cc-simple-page .cc-only-table table thead tr th {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: inherit;
    line-height: 14px;
    vertical-align: middle;
    padding: 12px 22px 12px 12px;
    border-bottom: none;
    border-color: rgba(255,255,255,.23);
    background-color: #489DCE;
    overflow: hidden;
    text-align: center;
}

.cc-simple-page .cc-only-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
    font-size: 12px;
}

.cc-simple-page .cc-only-table {
    width: 100%;
    overflow-y: scroll;
    max-height: 500px;
    position: relative;
}

    .cc-simple-page .cc-only-table thead th {
        position: sticky;
        top: 0;
        z-index: 10;
    }

/*.cc-simple-page .cc-only-table td {
    padding-top: 3px;
    padding-bottom: 3px;
}*/

/*.cc-simple-page .cc-only-table table tr:hover td {
    background-color: transparent !important;
}
.cc-simple-page .cc-only-table table tr:hover{
    background-color: #eee;
}*/

.Info-Columns.cc-overlay .cc-overlay-main {
    max-width: 900px;
}

/*.cc-sortable-th.cc-asc .cc-inline-div:after,
.cc-sortable-th.cc-desc .cc-inline-div:after{
    content: ' ';
    position: absolute;
    right: 15px;
    border: 5px solid transparent;
}

.cc-asc:not(.cc-sortable-th):after,
.cc-desc:not(.cc-sortable-th):after {
    content: ' ';
    position: relative;
    left: 2px;
    border: 5px solid transparent;
}

.cc-sortable-th.cc-desc .cc-inline-div:after{
    top: 40px;
    border-top-color: #fff;
}


.cc-desc:not(.cc-sortable-th):after {
    top: 10px;
    border-top-color: #fff;
}
.cc-sortable-th.cc-asc .cc-inline-div:after {
    bottom: 35px;
    border-bottom-color: #fff;
}

.cc-asc:not(.cc-sortable-th):after {
    bottom: 10px;
    border-bottom-color: #fff;
}*/

/*.cc-sortable-th .cc-inline-div:after,
th.cc-sortable-column:not(.cc-desc):not(.cc-asc) ~ *:after {
    background: url("https://cdn.datatables.net/1.10.19/images/sort_both.png") no-repeat -30px -50px fixed;
    width:auto;
    top: 10px;
    right: 5px;
    position: absolute;
}*/

/*.cc-desc,
.cc-asc {
    position: relative;
    padding-right: 10px;
}*/

.cc-overlay .cc-overlay-main .cc-button-close .cc-icon {
    cursor: pointer;
}

input.cc-input-th {
    color: #969595;
    padding: 4px;
    margin-top: 5px;
    /*margin-right: 5px;*/
    border-color: transparent;
    border-radius: 5px;
    max-width: 120px;
}

.cc-inline-div {
    display: inline;
    vertical-align: middle;
}

.cc-block-div {
    display: block;
    margin: 0 auto;
}

/******************/
.cc-context-menu-actions .cc-button {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    height: 24px;
    background: #fff;
    display: block;
    float: left;
    border: 1px solid #eaeaea;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 0 5px;
    margin-right: 4px;
    /*margin-bottom: 8px;*/
    margin-bottom: 0px;
}

    .cc-context-menu-actions .cc-button .cc-info .cc-icon {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        margin-right: 0;
        opacity: 1;
    }

    .cc-context-menu-actions .cc-button .cc-info {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cc-context-menu-actions .cc-button .cc-icon circle, .labels .cc-button .cc-icon path, .labels .cc-button .cc-icon polygon, .labels .cc-button .cc-icon rect {
        fill: #b2b2b2;
    }

    .cc-context-menu-actions .cc-button:hover .cc-icon circle, .labels .cc-button:hover .cc-icon path, .labels .cc-button:hover .cc-icon polygon, .labels .cc-button:hover .cc-icon rect {
        fill: #489dce;
    }

.table-appliedFilters {
    background-color: yellow !important;
}

.cc-context-menu-actions .cc-content-example {
    margin-bottom: 10px;
}

    .cc-context-menu-actions .cc-content-example .cc-example {
        width: 100%;
    }

.cc-context-menu-actions .cc-context-menu-title {
    margin-bottom: 5px;
}

.cc-context-menu-actions .cc-button .cc-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #2D2D2D;
    display: inline-block;
    vertical-align: middle;
}

.cc-context-menu-actions .cc-button:hover .cc-text {
    color: #489dce;
}

.cc-context-menu-actions .cc-button.cc-apply-button {
    float: right;
    margin-left: 5px;
}

.cc-context-menu-actions.cc-column-date-format label.switch {
    left: 0;
}

.cc-context-menu-actions.cc-column-date-format label.cc-switch-description {
    margin-left: 10px;
    vertical-align: top;
    font-weight: normal;
}

/*.DTFC_LeftBodyLiner table > tbody{
    border-right: 1.4px solid black;
}*/

/*div.cc-bolean-svg.cc-active {
    background: url(../images/kiwi.svg) no-repeat;
}
div.cc-bolean-svg:not(.cc-active) {
    background: url(../images/banner1.svg) no-repeat;
}*/
div.cc-bolean-svg {
    width: 10px;
    height: 10px;
    display: inline-block;
}

    div.cc-bolean-svg img {
        width: 100%;
    }

div.cc-bolean-svg-lg {
    width: 13px;
    height: 13px;
    display: inline-block;
}

    div.cc-bolean-svg-lg img {
        width: 100%;
    }


tr.cc-blink,
div.cc-blink,
td.cc-blink,
.cc-blink {
    animation: blink 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
    animation-iteration-count: 6;
    /*animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;*/
}

div.cc-blink-forever,
td.cc-blink-forever,
.cc-blink-forever {
    animation: blinkEver 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blink {
    50% {
        background-color: white;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        text-decoration: none;
        color: #232222;
        font-size: inherit;
        line-height: 14px;
    }
}

@keyframes blinkEver {
    50% {
        background-color: white;
        /*font-family: 'Open Sans',sans-serif;*/
        color: #232222;
        font-size: inherit;
        text-decoration: none;
        /*line-height: 14px;*/
    }
}



.cc-combolist {
    /* "relative" and "inline-block" (or just "block") are needed
     here so that "absolute" works correctly in children */
    position: relative;
    display: inline-block;
}

    .cc-combolist > .cc-downarrow {
        /* ▾ Outside normal flow, relative to container */
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1.25em;
        cursor: default;
        nav-index: -1; /* nonfunctional in most browsers */
        border-width: 0px; /* disable by default */
        border-style: inherit; /* copy parent border */
        border-color: inherit; /* copy parent border */
    }
    /* Add a divider before the ▾ down arrow in non-dropdown cc-combolistes */
    .cc-combolist > .cc-downarrow {
        border-left-width: 1px;
    }
/* Auto-down-arrow if one is not provided */
.cc-downarrow:empty::before {
    content: '\25BC';
    color: black;
}

.cc-downarrow::before, .cc-downarrow > *:only-child {
    text-align: center;
    /* vertical centering trick */
    position: relative;
    top: 50%;
    display: block; /* transform requires block/inline-block */
    transform: translateY(-50%);
}

.cc-combolist > input {
    border: 0
}

.cc-combolist > *:last-child {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s; /* fade out */
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #888;
    background-color: #fff;
    box-shadow: 1px 2px 4px 1px #666;
    box-shadow: 1px 2px 4px 1px #4448;
    z-index: 100;
    /*min-width: 100%;
    box-sizing: border-box;*/
}
/*.cc-input-container .cc-combolist > *:last-child {
    left: -20px;
}*/

.cc-input-container .cc-combolist select {
    width: 100%;
}

    .cc-input-container .cc-combolist select option {
        font-size: 9px;
    }

.cc-combolist input {
    padding-right: 13px;
}

.cc-combolist > .cc-downarrow.checked ~ *:last-child,
.cc-combolist > .cc-downarrow:focus ~ *:last-child,
.cc-combolist > .sticky:last-child:hover,
.cc-combolist > *:last-child:focus:not(.less-sticky) {
    display: block;
    opacity: 1;
    transition: 0.15s;
    pointer-events: auto;
}

.cc-combolist > *:last-child:focus {
    display: block;
    opacity: 1;
    transition: 0.15s;
    pointer-events: auto;
}

.cc-downarrow.checked,
.cc-downarrow:focus {
    pointer-events: none; /* Causes second click to close */
}

.cc-downarrow.checked,
.cc-downarrow:focus {
    outline: 2px solid #8BF; /* Edge/IE can't do outline transparency */
    outline: 2px solid #48F8;
}

.cc-combolist > *:first-child {
    display: inline-block;
    width: 100%;
    box-sizing: border-box; /* so 100% includes border & padding */
}

.cc-combolist > *:not(:last-child):focus {
    outline: 2px solid #48F8;
}

.cc-combolist select option {
    display: block;
    color: #232222;
    font-size: 15px;
}

    .cc-combolist select option:hover {
        color: white;
        background-color: #2196f3;
    }

.cc-comnbolist input:disabled {
    background-color: white;
}



th.cc-sortable-th,
th.cc-sortable-column {
    background-position: center right;
    background-image: url(../images/sort_both.png);
    background-repeat: no-repeat;
}

    th.cc-sortable-th.cc-asc,
    th.cc-sortable-column.cc-asc {
        background-image: url(../images/sort_asc.png);
    }


    th.cc-sortable-th.cc-desc,
    th.cc-sortable-column.cc-desc {
        background-image: url(../images/sort_desc.png);
    }


/***************************************TEST ***************************************/

.cc-small-table.cc-content-table table.dataTable tbody td, .cc-content-table table.dataTable tbody th {
    padding: 3px 5px;
}

.cc-small-table.cc-content-table td {
    font-size: 9px;
    line-height: 6px;
    padding: 12px;
}

.cc-small-table.cc-content-table [type=checkbox] + label {
    width: 15px;
    height: 15px;
    min-height: 15px;
}

/*.cc-menu-in-page .cc-content-first-level-item.cc-item-selected {
    position: relative;
}*/


.cc-standalone.cc-button {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    height: 32px;
    background: #fff;
    display: block;
    float: left;
    border: 1px solid #eaeaea;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 0 8px;
    margin-right: 4px;
    margin-bottom: 8px;
}

    .cc-standalone.cc-button .cc-info {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cc-standalone.cc-button .cc-icon {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        margin-right: 0;
        opacity: 1;
    }

    .cc-standalone.cc-button .cc-text {
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #2D2D2D;
        display: inline-block;
        vertical-align: middle;
    }

    .cc-standalone.cc-button:hover .cc-text {
        color: #489dce;
    }

    .cc-standalone.cc-button .cc-icon circle, .cc-standalone.cc-button .cc-icon path, .cc-standalone.cc-button .cc-icon polygon, .cc-standalone.cc-button .cc-icon rect, .cc-standalone.cc-button .cc-icon text {
        fill: #b2b2b2;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    }

    .cc-standalone.cc-button:hover .cc-icon circle, .cc-standalone.cc-button:hover .cc-icon path, .cc-standalone.cc-button:hover .cc-icon polygon, .cc-standalone.cc-button:hover .cc-icon rect, .cc-standalone.cc-button:hover .cc-icon text {
        fill: #489dce;
    }

.cc-menu-in-page .cc-content-first-level-item:hover .cc-button .cc-title {
    color: #489dce;
}


.radio_list.cc-smaller .cc-single-radio-button .cc-radio-name {
    font-size: 12px;
    line-height: 15px;
}

.radio_list.cc-smaller .cc-single-radio-button {
    width: 22%;
    font-size: 8px;
}

    .radio_list.cc-smaller .cc-single-radio-button .cc-radio-description {
        font-size: 10px;
        line-height: 12px;
        max-height: 25px;
    }

div.DTED_Lightbox_Background {
    z-index: 100000 !important;
}

div.DTED.DTED_Lightbox_Wrapper {
    z-index: 1000000 !important;
}
/******************************** SELECTED ROW *****************************/
.cc-content-table table tbody tr.cc-selected td {
    background-color: #ebf4fa
}

table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
    border-top: 1px solid rgba(199, 199, 199, 1);
}

/******************************** REMOVE DATATABLE ORDER STYLE *****************************/

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #ffffff;
}

table.dataTable.display tbody tr:hover > .sorting_1 {
    background-color: #f2f2f2;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.display tbody tr.odd.selected > .sorting_1 {
    background-color: #ebf4fa
}




/************************DISTINCT TABLE VIEW *****************************************/

.cc-accordion-distinct-table {
    background-color: #eaeaea;
    padding-bottom: 15px;
}

.cc-distinct-table-section .cc-detail-overview {
    padding: 0px;
    padding-bottom: 10px;
}

.cc-distinct-table-section .cc-accordion-button {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.cc-distinct-table-section .cc-detail-overview .cc-accordion-info .cc-content-info {
    border-color: transparent;
}

/************************************ CUSTOM TOOL TIP *********************************************************/
/* Tooltip container */
.cc-tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .cc-tooltip .cc-tooltiptext {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 10px;
        border-radius: 6px;
        position: absolute;
        z-index: 10;
        opacity: 0;
        transition: opacity 0.3s;
    }


        /* Tooltip arrow */
        .cc-tooltip .cc-tooltiptext::after {
            content: "";
            position: absolute;
            border-width: 5px;
            border-style: solid;
        }

    .cc-tooltip:hover .cc-tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    /* TOOL TIP RIGHT*/
    .cc-tooltip .cc-tooltiptext.cc-tooltip-right {
        left: 200%;
        top: -100%;
    }

        .cc-tooltip .cc-tooltiptext.cc-tooltip-right::after {
            top: 25%;
            left: 0%;
            margin-left: -5px;
            border-color: #555 transparent transparent transparent;
        }

.cc-tooltip-right {
    top: -5px;
    left: 125%;
}


/* TOOLTIP BOTTOM*/
.cc-tooltip .cc-tooltiptext.cc-tooltip-bottom {
    left: 0%;
    top: 125%;
}

    .cc-tooltip .cc-tooltiptext.cc-tooltip-bottom::after {
        top: -10px;
        left: 40%;
        border-color: transparent transparent #555 transparent;
    }

.cc-tooltip-bottom {
    left: 0%;
    top: 125%;
}



.cc-tooltip.cc-info-point path {
    fill: #489dce;
}

.cc-tooltip.cc-info-point {
    width: 12px;
    height: 12px;
}

    .cc-tooltip.cc-info-point .cc-tooltiptext table > thead > tr > th {
        font-weight: 900;
    }


/*********************************** POPUP Distinct Filter Selection ******************************************************/
.cc-distinct-table-section .cc-counter .cc-tooltip.cc-info-point table > thead > tr > th,
.cc-distinct-table-section .cc-counter .cc-tooltip.cc-info-point table > tbody > tr > td {
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
}

    .cc-distinct-table-section .cc-counter .cc-tooltip.cc-info-point table > thead > tr > th.cc-td-center,
    .cc-distinct-table-section .cc-counter .cc-tooltip.cc-info-point table > tbody > tr > td.cc-td-center {
        text-align: center;
    }

.cc-distinct-table-section .cc-row-single {
    margin-bottom: 5px;
}

.cc-distinct-table-section table.cc-total-count th, table.cc-total-count td {
    padding-left: 10px;
}

.cc-configurable-popup.cc-overlay > .cc-overlay-main {
    max-width: 1300px;
}

.cc-configurable-popup.cc-overlay > .cc-overlay-main-xl {
    max-width: 2000px;
    min-height: 90%;
}

.cc-section-list .cc-section-content .cc-label-form {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    display: block;
    text-align: left;
    padding-bottom: 2px;
}

.cc-section-list .cc-section-content .cc-content-inline .cc-label-form {
    display: inline-block;
}

.cc-section-list .cc-section-content .cc-content-input {
    position: relative;
}

.cc-section-list .cc-section-content .cc-content-inline .cc-content-input {
    display: inline-block;
    margin-left: 5px;
}

.cc-opacity-0 {
    opacity: 0;
}

.cc-opacity-1 {
    opacity: 1;
}

.cc-section-list .cc-section-content .cc-content-input .cc-input {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    height: 28px;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    padding: 2px 32px 2px 12px;
}

.cc-section-list .cc-section-content .cc-content-input .cc-content-icon {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    right: 12px;
    width: 15px;
    background: 0 0;
    border: none;
}

    .cc-section-list .cc-section-content .cc-content-input .cc-content-icon .cc-icon circle, .cc-section-list .cc-section-content .cc-content-input .cc-content-icon .cc-icon path, .cc-section-list .cc-section-content .cc-content-input .cc-content-icon .cc-icon polygon, .cc-section-list .cc-section-content .cc-content-input .cc-content-icon .cc-icon rect {
        fill: #D2D2D2;
    }

.cc-section-list .cc-section-content .cc-content-input.cc-disabled .cc-content-icon .cc-icon circle, .cc-section-list .cc-section-content .cc-content-input.cc-disabled .cc-content-icon .cc-icon path, .cc-section-list .cc-section-content .cc-content-input.cc-disabled .cc-content-icon .cc-icon polygon, .cc-section-list .cc-section-content .cc-content-input.cc-disabled .cc-content-icon .cc-icon rect {
    /*fill: #D2D2D2;*/
    opacity: 0.5;
}

.cc-section-list .cc-section-content .cc-content-input.cc-disabled .cc-input {
    background-color: #f5f4f4;
}

.cc-section-list .cc-section-content {
    border-bottom: 1px solid #eaeaea;
}

/************************ Generic Input Date Format (See Gantt)*****************************************************/
.cc-input-date {
    background: #ffffff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) right 50% no-repeat;
    background-position: -webkit-calc(100% - 10px) center;
    background-position: right 8px center;
}

.cc-input-date-temp-custom {
    background-color: yellow;
}

.cc-input-date::-webkit-inner-spin-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    margin-left: 0px;
}

.cc-input-date::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}

.cc-input-date::-moz-clear,
.cc-input-date::-ms-clear,
.cc-input-date::-webkit-clear-button { /* Removes blue cross */
    display: none;
    -webkit-appearance: none;
}

.cc-action-table .cc-content-actions .cc-form-group .cc-content-input input.cc-input-date,
.cc-section-list .cc-section-content .cc-content-input input.cc-input-date,
.cc-content-form .cc-form-group .cc-content-input input.cc-input-date {
    padding-right: 7px;
}



input.cc-input-validate.cc-input-time:invalid + span:after
input.cc-input-validate.cc-input-date:invalid + span:after {
    position: absolute;
    content: '✖';
    padding-left: 5px;
}

input.cc-input-validate.cc-input-time:valid + span:after
input.cc-input-validate.cc-input-date:valid + span:after {
    position: absolute;
    content: '✓';
    padding-left: 5px;
}



/********************************* SELECT PICKER LARGER *********************************************/
div.dropdown-menu.open {
    max-height: 320px !important;
    overflow: hidden;
}

ul.dropdown-menu.inner {
    max-height: 260px !important;
    overflow-y: auto;
}

.cc-col-menu .cc-menu .cc-menu-item .cc-content-icon {
    margin-right: 16px;
}


/** Custom Message **/

.cc-message-overlay .cc-overlay-main.cc-overlay-main-layout {
    max-width: 450px;
}

.cc-simple-page.cc-error-page .cc-content-main-title .cc-main-title {
    color: red;
    text-align: center;
    padding-top: 30px;
}

.bootstrap-select .dropdown-menu ul > li {
    width: 100%;
}

    .bootstrap-select .dropdown-menu ul > li > a {
        width: 100%;
    }

.cc-content-page-main .cc-header .cc-header-item {
    padding: 0px 12px;
}

.cc-content-page-main .cc-header.cc-home .cc-header-left {
    width: 2%;
}

.cc-content-page-main .cc-header.cc-home .cc-header-right {
    width: 90%;
}

.cc-custom-editor-message .cc-error-text p {
    color: red;
}

.cc-custom-editor-message div.dropdown-menu.open {
    max-height: 100px !important;
    overflow: hidden;
}

.cc-custom-editor-message ul.dropdown-menu.inner {
    max-height: 95px !important;
    overflow-y: auto;
}

/**** CUSTOM CONFIGS FOR PLANNING EXECUTION *****/

#launchMRPForm .longselect ul.dropdown-menu.inner {
    max-height: 200px !important;
    overflow-y: auto;
}

#launchMRPForm ul.dropdown-menu.inner {
    max-height: 130px !important;
    overflow-y: auto;
}

/**************/

.cc-header-item-table-row {
    display: table-row;
}

.cc-header-right .cc-header-horizontal {
    float: right;
}

    .cc-header-right .cc-header-horizontal .cc-header-item {
        float: right;
    }

.cc-header .cc-header-horizontal {
    height: 48px;
    overflow: hidden;
}

.cc-header:not(.cc-home) .cc-header-horizontal {
    max-width: 75%;
}

.cc-header .cc-header-horizontal .cc-header-item {
    height: 48px;
}

.cc-header .cc-header-horizontal {
    display: block;
}

.cc-header .cc-header-vertical {
    display: none;
}

/*@media (min-width:  1200px) {
    .cc-header:not(.cc-home) .cc-header-horizontal {
        display: none;
    }

    .cc-header:not(.cc-home) .cc-header-vertical {
        display: block;
    }
}*/

.cc-header .cc-header-vertical {
    height: 100%;
}

.cc-content-page-main .cc-header .cc-header-item-table-row .cc-header-item {
    display: table-cell;
    white-space: nowrap;
    max-width: 240px;
}

a .cc-label-form {
    cursor: pointer;
}

a label.cc-label-form:hover {
    color: #489dce !important;
}

a.cc-go-to-column:hover {
    color: #489dce;
}

a.cc-go-to-column {
    text-decoration: underline;
}

/****************************CUSTOM EDITOR***********************************/
.cc-overlay.cc-overlay-full.cc-custom-editor-message[myplan-table-id=ForecastDetail] .cc-overlay-main,
.cc-overlay.cc-overlay-full.cc-custom-editor-message[myplan-table-id=HistoricalDataForForecasting] .cc-overlay-main {
    min-height: 380px !important;
}

    .cc-overlay.cc-overlay-full.cc-custom-editor-message[myplan-table-id=ForecastDetail] .cc-overlay-main .cc-row-single,
    .cc-overlay.cc-overlay-full.cc-custom-editor-message[myplan-table-id=HistoricalDataForForecasting] .cc-overlay-main .cc-row-single {
        margin-top: 100px;
    }

    .cc-overlay.cc-overlay-full.cc-custom-editor-message[myplan-table-id=ForecastDetail] .cc-overlay-main div[data-field-name=TimeLineQuantityModeId] div.dropdown-menu.open,
    .cc-overlay.cc-overlay-full.cc-custom-editor-message[myplan-table-id=ForecastDetail] .cc-overlay-main div[data-field-name=TimeLineQuantityModeId] ul.dropdown-menu.inner,
    .cc-overlay.cc-overlay-full.cc-custom-editor-message[myplan-table-id=HistoricalDataForForecasting] .cc-overlay-main div[data-field-name=TimeLineQuantityModeId] div.dropdown-menu.open,
    .cc-overlay.cc-overlay-full.cc-custom-editor-message[myplan-table-id=HistoricalDataForForecasting] .cc-overlay-main div[data-field-name=TimeLineQuantityModeId] ul.dropdown-menu.inner {
        min-height: 170px !important;
        max-height: 170px !important;
    }

.cc-overlay.cc-overlay-full.cc-custom-editor-message .cc-content-main-title .cc-main-title,
.cc-overlay.cc-overlay-full.cc-custom-editor .cc-content-main-title .cc-main-title,
.cc-overlay.cc-overlay-full .cc-content-main-title .cc-main-title.cc-pretty-title {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #489DCE;
    text-align: center;
    display: block;
    padding-top: 30px;
}


    .cc-overlay.cc-overlay-full .cc-content-main-title .cc-main-title.cc-pretty-title.cc-red-title {
        color: red;
    }

.cc-overlay.cc-overlay-full .cc-option-button {
    min-width: 35px;
}

.cc-section-list .cc-section,
.cc-custom-editor-message .cc-field-editor-list .cc-section,
.cc-custom-editor .cc-field-editor-list .cc-section {
    padding: 8px;
    position: relative;
    margin-bottom: 15px;
}

    .cc-section-list .cc-section.cc-section-bordered {
        padding: 16px 8px 8px 8px;
    }

    .cc-section-list .cc-section.cc-section-bordered,
    .cc-custom-editor-message .cc-field-editor-list .cc-section.cc-section-bordered,
    .cc-custom-editor .cc-field-editor-list .cc-section.cc-section-bordered {
        border: 0.5px solid #e7e7e7;
    }

        .cc-section-list .cc-section.cc-section-bordered .cc-section-name,
        .cc-custom-editor-message .cc-field-editor-list .cc-section.cc-section-bordered .cc-section-name,
        .cc-custom-editor .cc-field-editor-list .cc-section.cc-section-bordered .cc-section-name {
            position: absolute;
            top: -10px;
            background: white;
        }

        .cc-section-list .cc-section.cc-section-bordered .cc-section-name {
            padding: 0 1rem;
        }


    .cc-section-list .cc-section:not(.cc-section-bordered) .cc-section-name,
    .cc-custom-editor-message .cc-field-editor-list .cc-section:not(.cc-section-bordered) .cc-section-name,
    .cc-custom-editor .cc-field-editor-list .cc-section:not(.cc-section-bordered) .cc-section-name {
        display: none;
    }

    .cc-custom-editor-message .cc-field-editor-list .cc-section .cc-form-group .cc-content-check,
    .cc-custom-editor .cc-field-editor-list .cc-section .cc-form-group .cc-content-check {
        margin-top: 25px;
    }

.plus-add-icon {
    margin: 2px 0px 6px 4px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    fill: #489DCE;
}

.cc-form-group a {
    display: flex;
    justify-content: space-between;
    cursor: unset;
}

.cc-custom-editor .cc-remove-messagge {
    font-size: 18px;
}

.cc-field-group {
    min-height: 95px;
}

/*.cc-field-group.cc-blank-col {
    min-height: 75px !important;
}*/

/*.cc-field-group-pop {
    min-height: 55px !important;
}*/

.cc-content-form .cc-form-group .cc-content-input input:disabled,
.cc-content-form .cc-form-group .cc-content-check input:disabled {
    color: gray;
    cursor: not-allowed;
}

.cc-content-multi-col .cc-multi-col .cc-col {
    padding: 0 7px;
}

    .cc-content-multi-col .cc-multi-col .cc-col.cc-col-left {
        float: left;
    }

    .cc-content-multi-col .cc-multi-col .cc-col.cc-col-right {
        float: right;
    }

.cc-multi-date-delay label {
    position: absolute;
    top: -20px;
    left: 20px;
}

.cc-multi-date-delay input[type=number] {
    padding: 4px 10px 4px 10px !important;
}

input[type=number].cc-input::-webkit-outer-spin-button,
input[type=number].cc-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].cc-input {
    -moz-appearance: textfield;
}

.cc-multi-date-delay {
    position: relative;
}

.cc-error-field.cc-field-group .cc-form-group .btn-group.bootstrap-select.cc-select button, .cc-error-field.cc-col .cc-form-group .cc-input {
    border-color: red !important;
}

.cc-error-field.cc-field-group .cc-form-group .cc-label-form {
    color: red;
}

.cc-field-group .cc-form-group span.cc-editor-validation-error {
    color: red;
    font-size: 10px;
}

.cc-field-group:not(.cc-error-field) span.cc-editor-validation-error {
    display: none;
}

.cc-multi-date-delay .cc-tooltiptext {
    min-width: 110px;
}

.cc-multi-date-delay span.cc-tooltiptext.cc-tooltip-bottom:after {
    left: 50%;
}

.cc-multi-date-delay span.cc-tooltiptext.cc-tooltip-bottom {
    left: -55px;
    top: 150%;
}

.cc-multi-date-delay .cc-plu-or-minus-content {
    position: absolute;
    top: 0px;
    left: 85%;
    width: 10px
}

    .cc-multi-date-delay .cc-plu-or-minus-content .cc-icon circle, .cc-multi-date-delay .cc-plu-or-minus-content .cc-icon path, .cc-multi-date-delay .cc-plu-or-minus-content .cc-icon polygon, .cc-multi-date-delay .cc-plu-or-minus-content .cc-icon rect {
        fill: #489dce;
    }

    .cc-multi-date-delay .cc-plu-or-minus-content:hover {
        cursor: pointer;
    }

    .cc-multi-date-delay .cc-plu-or-minus-content .cc-icon:hover circle, .cc-multi-date-delay .cc-plu-or-minus-content .cc-icon:hover path, .cc-multi-date-delay .cc-plu-or-minus-content .cc-icon:hover polygon, .cc-multi-date-delay .cc-plu-or-minus-content .cc-icon:hover rect {
        fill: #2e739b;
    }

.cc-tooltip.cc-info-point.cc-default .cc-tooltiptext.cc-tooltip-bottom {
    left: -53px;
    top: 22px;
}

input.cc-edit-inline {
    width: 100%;
    overflow-x: hidden;
    text-align: center;
    color: #000000;
}

    input.cc-edit-inline.cc-edit-inline-checkbox {
        height: 20px;
        position: relative;
        width: 20px;
        left: 0;
        z-index: 0;
        opacity: 1;
        border-radius: 15px;
    }

div.DTE_Inline div.DTE_Inline_Field div.DTE_Field input[type='checkbox'],
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field input[type='checkbox'] {
    height: 20px;
    position: relative;
    width: 20px;
    left: 0;
    z-index: 0;
    opacity: 1;
    border-radius: 15px;
}

div.DTE_Field_Type_checkbox div.DTE_Field_Input > div > div label,
div.DTE_Field_Type_radio div.DTE_Field_Input > div > div label {
    display: none;
}

div.DTE_Field_InputControl [type=checkbox]:checked,
div.DTE_Field_InputControl [type=checkbox]:not(:checked) {
    position: relative;
    left: unset;
    z-index: 0;
    opacity: 1;
}

.cc-content-check.cc-configure-field-content {
    padding-top: 30px;
}

.cc-input-color-render {
    width: 30px;
    padding: 0.5px 5px;
    border: none;
    background: transparent;
}

.cc-flex-content {
    flex-flow: row wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .cc-flex-content .cc-field-group {
        min-height: auto;
        margin-bottom: 15px;
    }

        .cc-flex-content .cc-field-group .cc-content-check.cc-configure-field-content {
            padding-top: 0;
        }

        .cc-flex-content .cc-field-group.cc-check-box-group {
            align-self: center;
            margin-bottom: 0;
        }

.cc-custom-editor .cc-field-group .cc-content-select ul.dropdown-menu.inner {
    max-height: 150px !important;
}

.cc-custom-editor .cc-field-group.select-long .cc-content-select ul.dropdown-menu.inner {
    max-height: 265px !important;
}

.cc-content-table.cc-configure-content-table table.dataTable tbody td, .cc-content-table.cc-configure-content-table table.dataTable tbody th {
    padding: 8px 10px;
}

.cc-pro-group-action .cc-button.cc-groupaction-button {
    margin-bottom: 0px;
}

/*************************  warning sign*****************************/

.⚠ {
    position: relative; /* So we can position the content as absolute */
    /* Using the borders to create a triangle  */
    border-left: 0.70em solid transparent;
    border-right: 0.70em solid transparent;
    border-bottom: 1.35em solid yellow;
    top: -1.2em; /* Correction because of the CSS Triangle trick*/
    left: 0.5em;
}

    .⚠::before {
        content: "⚠";
        /* Position the character over the triangle */
        top: 0.45em;
        left: -0.45em;
        position: absolute;
        color: black;
        font-size: 2em;
        line-height: 1em;
    }

.cc-content-table .cc-row-parent-bordered:not(:first-child) {
    border-top: 6px solid #ddd !important;
}

.cc-content-table .cc-row-child-bordered .cc-content-check-none {
    display: none !important;
}

.cc-content-table .cc-row-child-bordered .cc-row-child-bordered-hideContent {
    font-size: 0px;
}

a.cc-go-to-details:after {
    /*content: '\271A';*/
    content: 'Detail \27A4';
    color: #489dce;
}


.cc-table-section .cc-content-table table.dataTable thead .sorting_asc:after, .cc-table-section .cc-content-table table.dataTable thead .sorting_desc:after {
    opacity: 0;
}


.cc-simple-page .cc-content-section-main .cc-col-right.cc-col-right-full {
    width: 100%;
}

.cc-simple-page .cc-content-section-main .cc-table-section .cc-table-section-title {
    margin: 20px;
    font-size: 20px;
}


.b-fa-exclamation-triangle-lock-cog:before {
    content: "\f071 \f023 \f013";
}

.b-fa-exclamation-triangle-lock:before {
    content: "\f071 \f023";
}

.b-fa-exclamation-triangle-cog:before {
    content: "\f071 \f013";
}

.b-fa-lock-cog:before {
    content: "\f023 \f013";
}

.b-fa-snowflake-exclamation-triangle-lock-cog:before {
    content: "\f2dc \f071 \f023 \f013";
}

.b-fa-snowflake-exclamation-triangle-lock:before {
    content: "\f2dc \f071 \f023";
}

.b-fa-snowflake-exclamation-triangle-cog:before {
    content: "\f2dc \f071 \f013";
}

.b-fa-snowflake-lock-cog:before {
    content: "\f2dc \f023 \f013";
}

.b-fa-snowflake-exclamation-triangle:before {
    content: "\f2dc \f071";
}

.b-fa-snowflake-lock:before {
    content: "\f2dc \f023";
}

.b-fa-snowflake-cog:before {
    content: "\f2dc \f013";
}

.cc-anti-pro .cc-action-table.cc-action-table-2 .cc-content-actions .cc-button {
    height: 24px !important;
}


.cc-action-table .cc-content-actions .cc-anti-pro .cc-button,
.cc-anti-pro .cc-action-table.cc-action-table-2 .cc-content-actions.cc-buttons-32 .cc-button {
    height: 32px !important;
}


.cc-overlay.cc-overlay-full.cc-settings-editor .cc-table-editor-content {
    background-color: #eaeaea;
    margin-top: 20px;
    padding-right: 20px;
}



.cc-content-table-show-state table.cc-table-show-state {
    width: 100%;
}

    .cc-content-table-show-state table.cc-table-show-state thead tr th {
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        color: #fff;
        font-size: inherit;
        line-height: 14px;
        vertical-align: middle;
        text-align: center;
        border-bottom: none;
        border-color: rgba(255,255,255,.23);
        background: #489DCE;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 8px 18px 8px 6px;
    }

    .cc-content-table-show-state table.cc-table-show-state tbody tr {
        border-bottom: 1px solid #cdcdcd;
    }

        .cc-content-table-show-state table.cc-table-show-state tbody tr td {
            padding-top: 5px;
            padding-bottom: 5px;
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
        }

.cc-event-prod-progr-editor .b-eventeditor.b-popup {
    width: 30em;
}

.cc-event-duration-editor .b-eventeditor.b-popup {
    width: 30em;
}

.cc-action-table.cc-pro-action-table,
.cc-action-table.cc-gantt-actions-panel {
    padding: 4px 20px 0px 20px !important;
}

.cc-pro-action-table .cc-column-warning-editor .cc-row-single {
    margin-top: 10px;
    margin-bottom: 20px;
}


.cc-column-format-editor .cc-overlay-main.cc-overlay-main-layout {
    max-width: 330px;
}

.cc-column-format-editor .cc-max-value {
    margin-top: 10px;
    max-width: 80px;
}

.cc-column-format-editor .switch {
    left: 0px;
    top: 9px;
}

.cc-column-format-editor .cc-main-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Helper for the execution windows*/
.cc-overlay .cc-overlay-main .cc-content-main-info div.cc-overlay-title {
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
}

    /*.cc-overlay .cc-overlay-main .cc-content-main-info div.cc-overlay-title h2{
    margin-left: 25%;
}*/


    .cc-overlay .cc-overlay-main .cc-content-main-info div.cc-overlay-title span.cc-svg-info-tooltip {
        width: 12px;
        height: 12px;
        margin: -3px 0px 0px 4px;
    }

    .cc-overlay .cc-overlay-main .cc-content-main-info div.cc-overlay-title .cc-content-first-level-item {
        width: 24px;
        height: 55px;
        margin-left: 4px;
        padding-top: 0;
        margin-top: -5px;
    }

        .cc-overlay .cc-overlay-main .cc-content-main-info div.cc-overlay-title .cc-content-first-level-item svg {
            width: 12px;
            height: 12px;
            fill: grey;
        }


/*****************************************************  mps effectivity *****************************************************************/

td.cc-mps-td-child {
    font-size: 0;
}

tr.cc-mps-location-separator td:not(:nth-child(-n+3)) {
    border-top: 1px solid lightgray !important;
}

/*****************************************************  datatable shrink start *****************************************************************/

.cc-content-table.cc-content-table-mps th {
    /*padding: 4px 4px 0px 4px !important;*/
    padding: 3px 3.5px 0px 4.5px !important;
}

.cc-content-table.cc-content-table-mps td, .cc-content-table.cc-content-table-mps tfoot th {
    padding: 3px !important;
}

.cc-content-table table td.hover {
    background-color: #f6f6f6;
}

table.dataTable.display tbody tr.odd > .hover.sorting_1,
table.dataTable.display tbody tr.even > .hover.sorting_1,
table.dataTable.order-column tbody tr > .hover.sorting_1,
table.dataTable.order-column tbody tr > .hover.sorting_2,
table.dataTable.order-column tbody tr > .hover.sorting_3,
table.dataTable.display tbody tr > .hover.sorting_1,
table.dataTable.display tbody tr > .hover.sorting_2,
table.dataTable.display tbody tr > .hover.sorting_3 {
    background-color: #f6f6f6;
}

table.dataTable.display tbody tr.odd.cc-selected > .hover.sorting_1,
table.dataTable.display tbody tr.even.cc-selected > .hover.sorting_1,
table.dataTable.order-column tbody tr.cc-selected > .hover.sorting_1,
table.dataTable.order-column tbody tr.cc-selected > .hover.sorting_2,
table.dataTable.order-column tbody tr.cc-selected > .hover.sorting_3,
table.dataTable.display tbody tr.cc-selected > .hover.sorting_1,
table.dataTable.display tbody tr.cc-selected > .hover.sorting_2,
table.dataTable.display tbody tr.cc-selected > .hover.sorting_3 {
    background-color: #ebf4fa;
}



.cc-datatable-table:not(.cc-content-table-mps) th, .dataTables_scroll th {
    padding: 4px 8px !important;
}

.cc-datatable-table:not(.cc-content-table-mps) td {
    padding: 3px !important;
}

.cc-content-table:not(.cc-content-table-mps) .dataTables_scrollBody table.dataTable thead,
.cc-content-table:not(.cc-content-table-mps) .DTFC_LeftBodyWrapper table.dataTable thead {
    visibility: hidden;
}

table.dataTable thead .sorting {
    background-size: 14px;
    background-position-x: 103%;
}

/*****************************************************  datatable shrink end *****************************************************************/
/*.cc-filter-value-ctx-menu textarea {
    min-height: 24px;
    overflow: auto;
}*/
/*****************************************************  configurable popup ********************************************************************/
.cc-submission-buttons {
    padding: 0.5rem 0;
}

/*****************************************************  jQuery toast leveling ********************************************************************/

.jq-toast-wrap {
    z-index: 10000 !important;
}



/*****************************************************  Operation Plans Notes Management ********************************************************************/

.cc-overlay-main-inner-wrapper {
    padding: 32px 40px;
}

.cc-content-main-top-bar {
    display: flex;
    justify-content: space-between;
}

.cc-overlay-main .cc-content-main-top-bar {
    padding: 0px;
}

.cc-content-main-top-bar h1.cc-content-main-title {
    min-width: 20ch;
}

.cc-content-main-top-bar .cc-content-main-buttons {
    padding: 0px;
}

    .cc-content-main-top-bar .cc-content-main-buttons .cc-button {
        margin-right: 0px;
    }

.cc-overlay.cc-overlay-full.cc-overlay-opp-notes .cc-content-main-info {
    margin: 0px;
    padding: 8px;
    min-height: 400px;
    max-width: 100%;
    background-color: #eee;
}

.cc-overlay-opp-notes .cc-opp-notes-list {
    padding: 8px;
}

.cc-add-note-action-panel {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cc-opp-notes-list .cc-add-note {
    top: 10px;
    right: 20px;
    width: 20px;
    max-height: 20px;
    fill: #489dce;
    cursor: pointer;
}

.cc-opp-notes-list-content {
    max-height: 450px;
    overflow: auto;
    overflow-x: hidden;
}

.cc-opp-note {
    padding: 8px 16px;
    min-height: 120px;
    margin: 8px 0px;
    background-color: #fff;
}

.cc-opp-note-header {
    display: flex;
    justify-content: space-between;
}

.cc-opp-note .cc-opp-note-title {
    width: 30ch;
    padding-bottom: 16px;
    position: relative;
}

    .cc-opp-note .cc-opp-note-title input[type=text] {
        width: 100%;
        background-color: transparent;
        border-color: transparent;
        outline: none;
        border: 1px solid rgba(72,157,206,0);
        border-bottom: 1px solid rgba(72,157,206,1);
        display: block;
        color: #232222;
        font-size: 18px;
        padding: 0px 4px;
        letter-spacing: 0.015em;
    }

    .cc-opp-note .cc-opp-note-title label {
        color: rgba(72,157,206,1);
        font-size: 9px;
        position: absolute;
        letter-spacing: 0.08em;
    }

.cc-opp-note .error input[type=text],
.cc-opp-note .error textarea {
    border-bottom: 1px solid red;
}

.cc-opp-note .error label {
    color: red !important;
}

.cc-opp-note .cc-opp-note-checkbox-wrapper {
    width: 200px;
    padding-top: 8px;
    padding-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.cc-opp-note-checkbox {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: 8px;
}

.cc-opp-note .cc-opp-note-checkbox-wrapper input {
    width: 32px;
}


.cc-opp-note-checkbox-wrapper [type=checkbox]:checked,
.cc-opp-note-checkbox-wrapper [type=checkbox]:not(:checked) {
    position: absolute;
    z-index: 10000;
    left: 0px;
    opacity: 0;
}

.cc-opp-note-checkbox label {
    color: rgba(72,157,206,1);
    font-size: 9px;
    position: relative;
    letter-spacing: 0.08em;
    padding-left: 32px;
}

.cc-opp-note-content {
    padding: 8px 0px 14px 0px;
    position: relative;
}

    .cc-opp-note-content textarea {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        background-color: transparent;
        border-color: transparent;
        outline: none;
        border: 1px solid rgba(72,157,206,0.2);
        border-bottom: 1px solid rgba(72,157,206,1);
        display: block;
        color: #232222;
        font-size: 18px;
        font-family: sans-serif;
        letter-spacing: 1px;
        line-height: 28px;
        padding: 8px 16px;
    }

.cc-opp-note .cc-opp-note-content label {
    color: rgba(72,157,206,1);
    font-size: 9px;
    position: absolute;
    letter-spacing: 0.08em;
}

.cc-opp-note-info-action {
    font-size: 10px;
    letter-spacing: 0.08em;
    padding: 4px 0px;
    display: flex;
    justify-content: space-between;
}

.cc-opp-note .hidden {
    opacity: 0 !important;
    display: block !important;
}

.cc-opp-note-delete {
    display: flex;
    justify-content: flex-end;
}

    .cc-opp-note-delete svg {
        fill: #489dce;
        cursor: pointer;
        width: 16px;
    }

.cc-td-note {
    position: relative;
}

    .cc-td-note:before { /* Magic Happens Here!!! */
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        display: block;
        background: transparent !important;
        border-right: 8px solid transparent;
        border-bottom: 20px solid transparent;
        border-top: 8px solid #da1884;
    }


/************************** DASHBOARD *******************************/
.dashboard-filter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-filter {
    display: block;
}

.dashboard-button-wrapper {
    margin-left: 15px;
    margin-right: 15px;
}

.dashboard-filter-sidebar {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity .5s, visibility .5s; /* Animation */
    position: fixed;
    left: 200px;
    top: 0;
    bottom: 0;
    z-index: 10000000;
    overflow-y: scroll;
}

.dashboard-filter-sidebar-overlay {
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.dashboard-filter-sidebar-content .filter-actions {
    font-family: Poppins, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0 1.7rem;
}

    .dashboard-filter-sidebar-content .filter-actions label {
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: -0.025em;
        color: #333;
        margin-right: 80px;
    }

/*.dashboard-filter-sidebar-content .filter-actions a {
        float: right;
    }
*/

.filter-actions .clean-all-action {
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
}

.dashboard-filter-sidebar-content {
    width: 31rem;
    padding: 2rem;
    background-color: white;
    min-height: 100%;
    /*height: 100%;*/
}

.dashboard-filter-sidebar.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.filter-collapsible-panel-title {
    position: relative;
    margin: -0.1rem 0;
    padding: 1.4rem 2.5rem 1.4rem 0;
    font-weight: 600;
    font-size: 2rem;
    color: #333;
    letter-spacing: 0;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.filter-collapsible-panel-body {
    all: unset;
    list-style-type: none;
    margin-top: 10px;
}

    /*ul.filter-collapsible-panel-body li input[type=checkbox],
ul.filter-collapsible-panel-body li [type=checkbox]:not(:checked) {
    all: unset;
    width: 20px;
    height: 20px;
    appearance: checkbox;
}*/

    ul.filter-collapsible-panel-body li input[type=checkbox] {
        all: unset;
        appearance: checkbox;
        margin-right: 5px;
    }

    ul.filter-collapsible-panel-body li {
        all: unset;
        display: list-item;
        position: relative;
    }



.dashboard-wrapper {
    padding: 0px 24px;
    position: relative;
}

    .dashboard-wrapper .dashboard-wrapper-header {
        display: flex;
    }

        .dashboard-wrapper .dashboard-wrapper-header .dashboard-wrapper-header-left {
            margin-right: auto;
        }

        .dashboard-wrapper .dashboard-wrapper-header .dashboard-wrapper-header-right {
            margin-left: auto;
        }

    .dashboard-wrapper .dashboard-header {
        padding: 15px 0px;
        display: flex;
    }

        .dashboard-wrapper .dashboard-header .list-header-filters {
            align-items: center;
            display: inline-block;
        }

            .dashboard-wrapper .dashboard-header .list-header-filters .filter-tags-wrapper {
                align-items: center;
                overflow: auto;
            }

        .dashboard-wrapper .dashboard-header .filter-tags-chip {
            color: #1166a8;
            border: 2px solid #1166a8;
            background-color: transparent;
            max-width: 300px;
            min-width: 100px;
            text-overflow: ellipsis;
            text-overflow: ellipsis;
            cursor: pointer;
            align-items: center;
            height: 2.0em;
            border-radius: 18px;
            font-size: 0.9em;
            margin-left: 10px;
        }

            .dashboard-wrapper .dashboard-header .filter-tags-chip:hover {
                color: #FFFFFF;
                border-color: #FFFFFF;
                background-color: #489DCE;
            }


        .dashboard-wrapper .dashboard-header .dashboard-profile-wrapper {
            display: flex;
            align-items: center;
            margin-left: 15px;
        }

            .dashboard-wrapper .dashboard-header .dashboard-profile-wrapper label {
                font-size: 1.5rem;
                margin: 6px;
                height: 24px;
            }

        .dashboard-wrapper .dashboard-header .dashboard-button-wrapper div {
            width: 500px;
        }

        .dashboard-wrapper .dashboard-header .dashboard-button-wrapper .dashboardProfileEditBtn {
            margin-top: 5px;
        }

        .dashboard-wrapper .dashboard-header .dashboard-button-wrapper .dashboardProfileDeleteBtn {
            margin-top: 5px;
        }

    .dashboard-wrapper .dashboard-wrapper-body {
        display: flex;
    }

        .dashboard-wrapper .dashboard-wrapper-body .dashboard-wrapper-body-left {
            flex-grow: 1;
        }

        .dashboard-wrapper .dashboard-wrapper-body .dashboard-wrapper-body-right {
            margin-left: auto;
        }

.dashboard-unusedCardsBody {
    border: 3px solid #d0d0d0;
    width: 265px;
    overflow-y: scroll;
    max-height: 95vh;
    text-align: center;
    right: 36px;
    position: absolute;
    top: 100px;
    background-color: #eaeaea;
}

    .dashboard-unusedCardsBody .widgetcard-wrapper {
        margin-left: 10px;
    }

    .dashboard-unusedCardsBody .content-widget-cards {
        min-height: 150px;
        width: 100%;
    }

.dashboard-body .widgetcard-wrapper > .widgetcard-categoryName:not(.widgetcard-categoryName-forceShow) {
    display: none;
}

.widgetcard-wrapper > .widgetcard-categoryName {
    text-align: left;
    color: #4A4A4A;
    line-height: 15px;
}

.dashboard-button {
    min-width: 100px;
    height: 100%;
    background-color: white;
    border-radius: 3px;
    padding: 0.78em 1em;
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #489DCE;
    border-color: #489DCE;
    background-color: #FFFFFF;
    border: 3px solid;
    transition: color .5s, border-color .5s, background-color .5s, stroke .5s; /* Animation */
}

    .dashboard-button:hover,
    .dashboard-button.active {
        color: #FFFFFF;
        border-color: #FFFFFF;
        background-color: #489DCE;
    }

    .dashboard-button .linefill svg,
    .dashboard-button .linefill svg line,
    .dashboard-button .linefill svg circle,
    .dashboard-button .linefill svg path {
        stroke: #489DCE;
    }

    .dashboard-button .fullfill svg path {
        fill: #489DCE;
    }

    .dashboard-button:hover .linefill svg,
    .dashboard-button:hover .linefill svg line,
    .dashboard-button:hover .linefill svg circle,
    .dashboard-button:hover .linefill svg path,
    .dashboard-button.active .linefill svg,
    .dashboard-button.active .linefill svg line,
    .dashboard-button.active .linefill svg circle,
    .dashboard-button.active .linefill svg path {
        stroke: #FFFFFF;
    }

    .dashboard-button:hover .fullfill svg path,
    .dashboard-button.active .fullfill svg path {
        fill: #FFFFFF;
    }

    .dashboard-button.go {
        width: 50px;
        height: 30px;
        padding-top: 5px;
        padding-bottom: 0;
        text-transform: capitalize;
        font-weight: 400;
    }

.dashboard-filter-category {
    background-color: white;
    border-radius: 3px;
    padding: 0.6em 0.8em;
    font-size: 1.0rem;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #489DCE;
    border-color: #489DCE;
    background-color: #FFFFFF;
    border: 3px solid;
    transition: color .5s, border-color .5s, background-color .5s, stroke .5s; /* Animation */
}

    .dashboard-filter-category:hover {
        color: #FFFFFF;
        border-color: #FFFFFF;
        background-color: #489DCE;
    }

        .dashboard-filter-category:hover svg line,
        .dashboard-filter-category:hover svg circle {
            stroke: #FFFFFF;
        }

    .dashboard-filter-category svg line,
    .dashboard-filter-category svg circle {
        stroke: #489DCE;
    }

.dashboard-section-wrapper {
    border-bottom: 1px solid #d4d4d4;
    line-height: 30px;
    padding-bottom: 10px
}

    .dashboard-section-wrapper .dashboard-section .dashboard-header-section {
        padding: 5px 0;
        margin-left: 10px;
    }

        .dashboard-section-wrapper .dashboard-section .dashboard-header-section .list-header-filters-category {
            align-items: center;
            display: inline-block;
        }

            .dashboard-section-wrapper .dashboard-section .dashboard-header-section .list-header-filters-category .filter-tags-wrapper {
                align-items: center;
                overflow: auto;
            }

        .dashboard-section-wrapper .dashboard-section .dashboard-header-section .filter-tags-chip {
            color: #1166a8;
            border: 2px solid #1166a8;
            background-color: transparent;
            max-width: 300px;
            min-width: 100px;
            text-overflow: ellipsis;
            cursor: pointer;
            align-items: center;
            height: 1.9em;
            border-radius: 18px;
            font-size: 0.85em;
            margin-left: 7px;
            line-height: 0px;
        }

    .dashboard-section-wrapper .dashboard-section .dashboard-content-chart {
        flex: 1 20%;
        border: 1px solid #d4d4d4;
    }

        .dashboard-section-wrapper .dashboard-section .dashboard-content-chart .cc-content-table {
            padding: 0 !important;
        }

    .dashboard-section-wrapper .dashboard-section .content-widget-cards {
        flex: 1 80%;
        min-height: 50px;
    }

    .dashboard-section-wrapper .dashboard-section .dashboard-header-section .filter-tags-chip:hover {
        color: #FFFFFF;
        border-color: #FFFFFF;
        background-color: #489DCE;
    }


    .dashboard-section-wrapper .dashboard-section .dashboard-section-title {
        margin-top: 15px;
        margin-bottom: 5px;
    }

.dashboard-section.forcedHeight {
    height: 60px;
}

.dashboard-section-placeholder {
    height: 60px;
    background-color: #92c3f7;
}

.dashboard-section-title > div {
    margin-top: 15px;
    margin-right: 10px;
}

.dashboard-section > .dashboard-section-title.dashboard-section-wrapper-editor {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    border: 2px solid #1166a8;
    max-width: 650px;
    padding-left: 15px;
    padding-bottom: 15px;
}

    .dashboard-section > .dashboard-section-title.dashboard-section-wrapper-editor:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.dashboard-section-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.dashboard-card-placeholder {
    height: 120px;
    width: 200px;
    background-color: #92c3f7;
    border-radius: 8px;
    margin: 10px 10px 0 0;
    display: inline-block;
}

.widgetcard-wrapper {
    width: 200px;
    transition: transform .3s; /* Animation */
    color: #FFFFFF;
    border-radius: 8px;
    margin: 10px 10px 0 0;
    display: inline-block;
}

    .widgetcard-wrapper:hover {
        transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        border-radius: 8px;
    }

    .widgetcard-wrapper h1,
    .widgetcard-wrapper h2,
    .widgetcard-wrapper h3,
    .widgetcard-wrapper h4,
    .widgetcard-wrapper h5,
    .widgetcard-wrapper h6 {
        color: #FFFFFF;
        text-transform: uppercase;
        padding-right: 30px;
        min-height: 28px;
    }

    .widgetcard-wrapper .ui-selected {
        border: 2px dashed #1166a8;
    }

    .widgetcard-wrapper .handle2 {
        background: #f8f8f8;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 8px;
    }



.widgetcard-title {
    font-size: 0.8em;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 0.5em;
    font-weight: 800;
    line-height: 1.1;
}

.widgetcard-value {
    font-size: 1.82em;
    /* margin: 0.48em 0px;*/
}

.widgetcard-value-error {
    background-image: url('../images/error_icon.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 50px;
}
/*.widgetcard-info {
    min-height: 20px;
}*/

.widgetcard-info .badge {
    background-color: rgba(255, 255, 255, 0.15);
}

.widgetcard-info .badge-label {
    color: #FFFFFF;
}

.dashboard-unusedCardsBody .widgetcard-editing-box {
    display: none !important;
}

.widgetcard-editing-box {
    margin-top: 10px;
}

.widgetcard {
    padding: 0.5em;
    border-radius: 8px;
    background-color: RGBA(51,176,224,0.80);
    position: relative;
    flex: 1 1 auto;
}

    .widgetcard.widgetcard-blue {
        background-color: RGBA(51,176,224,0.80) !important;
    }

    .widgetcard.widgetcard-yellow {
        background-color: RGBA(255, 193,0, 0.80) !important;
    }

    .widgetcard.widgetcard-red {
        background-color: RGBA(224, 93,111, 0.80) !important;
    }

    .widgetcard.widgetcard-green {
        background-color: RGBA(22, 160,133, 0.80) !important;
    }

    .widgetcard .float-end {
        float: right;
        border-radius: 8px;
    }

    .widgetcard .widget-icon {
        color: #FFFFFF;
        font-size: 40px;
        background-color: rgba(255, 255, 255, 0.25);
        text-align: center;
        border-radius: 0 8px 8px 0;
        position: absolute;
        min-width: 40px;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline-block;
        line-height: 100px;
        cursor: pointer;
    }

        .widgetcard .widget-icon svg {
            /* transform: scale(1.1);*/
        }

            .widgetcard .widget-icon svg path {
                fill: #FFFFFF;
            }
