﻿
.w-form-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 2px;
    position: relative;
}

/*------------------------- WAND TABLE ---------------------------------*/

.w-table {
    border-collapse: collapse;
    /* box-shadow: var(--shadow-down);*/
    width: 100%;
    margin-bottom: 10px;
}

    .w-table thead tr {
        text-align: right;
        height: 30px;
        border-bottom: 1px solid var(--blue);
    }

    .w-table thead th:first-child {
        /*border-top-right-radius: 10px;*/
    }

    .w-table thead th:last-child {
        /*border-top-left-radius: 10px;*/
    }

    .w-table th {
        text-align: right;
        padding: 1px 1px;
        font-size: 14px;
        white-space: nowrap;
        color: var(--blue);
    }

    .w-table td {
        padding: 1px 1px;
        font-size: 14px;
    }

    .w-table tbody tr {
        height: 40px;
        border-bottom: 1px solid var(--light-gray);
    }

        .w-table tbody tr:hover {
            box-shadow: 0 0 6px 5px rgba(33,33,33,.2);
            /* transform: scale(1.02);*/
            transition: all 0.3s;
        }

    .w-table tr:nth-of-type(even) {
        /*background-color: #f3f3f3;*/
    }

    .w-table tbody tr:last-of-type {
        border-bottom: 1px solid var(--blue);
    }

    /* .w-table tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }*/

    .w-table tfoot tr {
        font-weight: bold;
        height: 24px;
    }

.w-table-selected {
    background-color: var(--light-gray);
}

.data-table-header {
    display: flex;
    column-gap: 5px;
    align-items: center;
    cursor: pointer;
}

    .data-table-header img {
        width: 12px;
    }
/*------------------------- WAND FIND ---------------------------------*/

.trans-back {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    position: absolute;
    border-radius: 10px;
    background-color: rgba(17, 17, 17, 0.10);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.w-find {
    border-radius: 5px;
    border: none;
    outline: none;
    max-width: 200px;
    padding: 0px 5px;
    height: 28px;
    box-sizing: border-box;
}

.w-find-img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 3px;
    top: 4px;
}

.w-find-dropdown {
    display: block;
    width: 100%;
    position: absolute;
    margin-top: 26px;
    overflow: auto;
    background-color: #f9f9f9;
    min-width: 300px;
    max-height: 400px;
    box-shadow: var(--shadow-down);
    padding: 12px 16px;
    z-index: 100;
}

    .w-find-dropdown table {
        width: 100%;
    }

    .w-find-dropdown tr {
        cursor: pointer;
        transition: all 0.3s;
    }

        .w-find-dropdown tr:hover {
            background-color: var(--azure);
        }

    .w-find-dropdown .selected-row {
        background-color: var(--azure);
    }

    .w-find-dropdown .checked-row {
        font-weight: bold;
    }

/*------------------------- CHECK BOX ---------------------------------*/
.check-box {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: sans-serif;
}

    .check-box input[type="checkbox"] {
        width: 18px;
        height: 18px;
        accent-color: var(--blue);
        cursor: pointer;
    }

        .check-box input[type="checkbox"]:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }

    .check-box .w-label {
        font-size: 14px;
        color: var(--dark-blue);
        user-select: none;
    }

/*.w-check {
    height: 20px;
    width: 100%;
    min-width: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s;
}


.slider {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid var(--gray);
    -webkit-transition: .4s;
    transition: .4s;
}

.w-check-checked {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

    .w-check-checked .slider {
        border: 1px solid var(--white);
    }

.w-check-move {
    transform: translateX(14px);
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*------------------------- TITLE ---------------------------------*/
.w-page-title {
    background-color: var(--light-blue);
    border-radius: 5px;
    /*box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25), inset 6px 6px 12px #98D0FE, inset -12px -12px 24px #91CDFF;*/
    padding: 4px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 10px 0;
    height: 45px;
    color: var(--dark-blue);
}

.w-page-title-right {
    display: flex;
    align-items: center;
}

    .w-page-title-right label {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        color: var(--blue);
        /*text-shadow: 5px 5px 10px black;*/
        display: inline-block;
        /* min-width: 150px;*/
        margin-left: 10px;
    }

    .w-page-title-right input {
        width: 200px;
        margin-left: 10px;
        font-size: 16px;
    }

    .w-page-title-right button {
        border: 1px solid var(--white);
        border-radius: 5px;
        width: 28px;
        height: 28px;
        box-sizing: border-box;
        margin-left: 5px;
        background-color: var(--blue);
        padding: 4px;
        transition: all linear 0.2s;
    }

        .w-page-title-right button:hover {
            background-color: var(--cyan);
        }

        .w-page-title-right button img {
            width: 18px;
        }

.w-page-title-left {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

    .w-page-title-right .title-icon, .w-page-title-left .title-icon {
        height: 32px;
        color: var(--blue);
        border: 1px solid var(--blue);
        border-radius: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px 20px;
        box-sizing: border-box;
        box-shadow: var(--shadow-down);
        margin-left: 5px;
        column-gap: 10px;
        cursor: pointer;
    }

    .w-page-title-right .title-icon-green, .w-page-title-left .title-icon-green {
        height: 32px;
        color: var(--blue);
        border: 1px solid var(--green);
        background-color: var(--green);
        border-radius: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px 20px;
        box-sizing: border-box;
        box-shadow: var(--shadow-down);
        margin-left: 5px;
        column-gap: 10px;
        cursor: pointer;
    }

.w-page-title .title-icon, .w-page-title .title-icon-green {
    font-size: 16px;
    transition: all 0.3s;
}

.w-page-title:hover .title-icon:hover {
    background-color: var(--white);
}

.w-page-title:hover .title-icon-green:hover {
    background-color: var(--white);
}

.w-page-title-right .title-options {
    height: 28px;
    color: white;
    border: 1px solid var(--white);
    border-radius: 5px;
    padding: 2px 10px;
    box-sizing: border-box;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}

.w-page-title .options {
    position: absolute;
    background-color: var(--blue);
    border: 1px solid var(--white);
    box-shadow: var(--shadow-down);
    border-radius: 5px;
    top: -2px;
    right: 30px;
    width: 150px;
    z-index: 100;
    padding: 10px;
}

.w-page-title .option {
    height: 25px;
    line-height: 25px;
    padding: 0px 5px;
}

    .w-page-title .option:hover {
        background-color: var(--white);
        color: var(--blue);
    }



/*------------------------- POPUP ---------------------------------*/

.popup-back {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(17, 17, 17, 0.65);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 99;
    padding: 0 10px;
}



.popup-form {
    /* margin: 100px auto;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: var(--shadow-down);*/

/*תוספת משה*/
    margin: 10px auto;
    min-height: 350px;
    max-width: 550px;
    background-color: var(--white);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.popup-form-content {
    border: solid 1px var(--cyan);
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    /*display: flex;
    align-content: flex-start;
    justify-content: center;
    overflow-y: auto;
    flex-flow: wrap;*/
}
/*עד כאן תוספת משה*/

.popup-title {
    background-color: var(--yellow);
    border-radius: 10px 10px 0px 0px;
    padding: 0px 20px;
    margin: -10px;
    /*box-shadow: var(--shadow-down);*/
}

    .popup-title label {
        font-weight: bold;
        line-height: 40px;
        font-size: 18px;
    }

.popup-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
}

    .popup-text button {
        width: 90px;
        height: 35px;
        margin-left: 10px;
        border-radius: 10px;
        outline: none;
        border: none;
        background-color: var(--blue);
        color: var(--white);
        font-size: 16px;
        /*font-family: 'Open Sans Hebrew Condensed';*/
        cursor: pointer;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }

        .popup-text button:hover {
            background-color: var(--white);
            color: var(--blue);
            border: solid 1px var(--blue);
        }

    .popup-text input {
        border-radius: 10px;
        outline: none;
        border: solid 1px var(--azure);
        color: var(--blue);
        font-size: 16px;
        /*font-family: 'Open Sans Hebrew Condensed';*/
        box-sizing: border-box;
        transition: all 0.3s ease;
        line-height: 30px;
        padding: 0px 10px;
    }

        .popup-text input:focus {
            box-shadow: var(--shadow-arround);
        }


/*------------------------- TAB ---------------------------------*/
.w-tab-container {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid var(--blue);
    padding-right: 5px;
    margin-top: 0px;
}

    .w-tab-container li {
        display: inline;
    }

.w-tab {
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    text-align: center;
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 5px;
    border-bottom: 1px solid var(--blue);
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: -1px;
    transition: all 0.5s;
    color: var(--blue);
    background-color: #E8F5FF;
    margin-left: 5px;
}

    .w-tab:hover {
        /*text-shadow: 2px 2px 2px #7ab7d9;*/
        background-color: var(--yellow);
    }

.w-tab-active {
    color: var(--dark-blue);
    background-color: #FEF0D0;
    border-right: 1px solid var(--blue);
    border-top: 1px solid var(--blue);
    border-left: 1px solid var(--blue);
    border-bottom: 1px solid var(--white);
}


/*------------------------- ICON ---------------------------------*/
.w-icon {

    cursor: pointer;
}

    .w-icon svg:hover {
        animation-name: bounce-6;
        animation-timing-function: ease;
    }

.icon-tooltip {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: var(--tool-tip);
    opacity: 0;
    padding: 0px 5px;
    line-height: 25px;
    border: solid 1px var(--gray);
    border-radius: 3px;
    transition: all 0.3s;
}

.w-icon:hover .icon-tooltip {
    top: -30px;
    opacity: 0.8;
}

@keyframes bounce-6 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.1,.9) translateY(0);
    }

    30% {
        transform: scale(.9,1.1) translateY(-100px);
    }

    50% {
        transform: scale(1.05,.95) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(-7px);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}

/* BUTTON */
.w-btn {
    min-width: 60px;
    padding: 2px 10px;
    height: 32px;
    border-radius: 17px;
    outline: none;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    /*box-shadow: var(--shadow-down);*/
}

    .w-btn:enabled:hover {
        background-color: var(--cyan);
        color: var(--white);
        border: solid 1px var(--white);
        /*box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);*/
    }

    .w-btn:active {
        /*border: 2px solid var(--dark-blue);*/
    }

    .w-btn:disabled {
        background-color: var(--light-gray);
        color: var(--gray);
        cursor: default;
    }


.w-btn-blue {
    background-color: var(--blue);
    color: var(--white);
    cursor: pointer;
}

.w-btn-azure {
    background-color: var(--azure);
    color: white;
    cursor: pointer;
}

.w-btn-green {
    background-color: var(--green);
    color: var(--blue);
    border: solid 1px var(--green);
    cursor: pointer;
}

.w-btn-red {
    background-color: var(--red);
    color: var(--blue);
    border: solid 1px var(--red);
    cursor: pointer;
}

.w-btn-white {
    background-color: white;
    color: var(--blue);
    border: solid 1px var(--blue);
    cursor: pointer;
}

.w-btn-yellow {
    background-color: var(--yellow);
    color: var(--dark-blue);
    font-weight: bold;
    cursor: pointer;
}

.w-btn-disabled {
    background-color: var(--light-gray);
    color: var(--gray);
    border: solid 1px var(--gray);
}

.w-btn-blue:hover, .w-btn-yellow:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /*background-color: var(--white);
    color: var(--blue);
    border: solid 1px var(--blue);*/
}

.w-btn-white:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /*background-color: var(--blue);
    color: white;*/
}

.w-btn-azure:hover {
    background-color: var(--white);
    color: var(--azure);
    border: solid 1px var(--azure);
}
.w-btn-green:hover, .w-btn-red:hover {
    background-color: var(--white);
}

.w-btn-blue label, .w-btn-green label, .w-btn-red label {
    cursor: pointer;
}
/*
.w-btn-label {
    background-color: #34495e;
    padding: 7px 20px;
    text-align: center;
}


.w-btn-icon {
    width: 36px;
    background-color: #253544;
    text-align: center;
    padding: 7px 0px;
}


.w-btn-trash, .w-btn-pie, .w-btn-add {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: none;
    padding: 3px;
    cursor: pointer;
    box-sizing: border-box;
}

.w-btn-trash {
    background: linear-gradient(180deg, #FFBC6E 0%, #FF6E6E 100%);
}

.w-btn-pie {
    background: linear-gradient(180deg, #67C68D 0%, #4BA7BE 38.54%, #8781BE 87.5%);
}

.w-btn-add {
    background-color: var(--blue);
}

    .w-btn-trash img, .w-btn-pie img, .w-btn-add img {
        width: 18px;
    }
*/
/*------------------------- LABEL ---------------------------------*/
.w-label {
    min-width: 100px;
    font-size: 16px;
    color: #344154;
    line-height: 26px;
}
/*------------------------- TEXT BOX ---------------------------------*/

.w-text, .e-input {
    width: 100%;
    /*border: none;
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
        */
    border: 1px solid #7EB9EA;
    border-radius: 3px;
    font-size: 16px;
    color: #464646;
    outline: none;
    transition: all 0.4s;
    height: 26px;
    box-sizing: border-box;
}

    .w-text:focus, .e-input:focus, .w-combo:focus {
        /*border-bottom: 1px solid #7ab7d9;*/
        border: 1px solid var(--blue);
        /*border-radius: 5px;*/
        background-color: var(--white);
        box-shadow: var(--shadow-arround);
    }

.w-text-readonly {
    /*font-family: 'Open Sans Hebrew Condensed', serif !important;*/
    width: 100%;
    border: 1px solid var(--light-gray);
    border-radius: 3px;
    font-size: 16px !important;
    color: #464646;
    outline: none;
    transition: all 0.4s;
    height: 26px;
    box-sizing: border-box;
    padding: 3px;
    white-space: nowrap;
}


.w-text-icon {
    position: absolute;
    left: 4px;
    top: 3px
}


/*------------------------- DATE ---------------------------------*/
.w-date-cal {
    display: block;
    left: 0px;
    position: absolute;
    margin-top: 22px;
    overflow: auto;
    background-color: #f9f9f9;
    box-shadow: var(--shadow-down);
    padding: 12px 16px;
    z-index: 100;
}

.cal-head {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.cal-head-icons {
    display: flex;
    column-gap: 30px;
}

.cal-days {
    display: grid;
    grid-gap: 5px;
    grid-auto-flow: row;
    grid-template-columns: 25px 25px 25px 25px 25px 25px 25px;
}

    .cal-days div {
        text-align: center;
        display: inline-block;
        width: 25px;
        line-height: 25px;
        cursor: pointer;
    }

.cal-days-day {
    font-size: 20px;
    font-weight: bold;
    color: var(--blue);
    padding-top: 10px;
    user-select: none;
}

.cal-day {
    border: solid 1px var(--light-gray);
}

    .cal-day:hover {
        border: solid 1px var(--blue);
    }

.cal-day-selected {
    color: var(--white);
    background-color: var(--blue);
    border: solid 1px var(--light-gray);
}

.cal-day-today {
    color: var(--blue);
    border: solid 1px var(--blue);
}


/*------------------------- TIME BOX ---------------------------------*/

.w-time-select {
    display: block;
    width: 100%;
    position: absolute;
    margin-top: 26px;
    overflow: auto;
    background-color: #f9f9f9;
    max-height: 400px;
    box-shadow: var(--shadow-down);
    padding: 0px 5px;
    z-index: 100;
}

    .w-time-select table {
        width: 100%;
    }

    .w-time-select tr {
        cursor: pointer;
        /*transition: all 0.3s;*/
        height: 20px;
    }

        .w-time-select tr:hover {
            background-color: var(--azure);
        }

    .w-time-select .selected-row {
        background-color: var(--azure);
    }


.w-time-img {
    width: 16px;
    height: 11px;
    position: absolute;
    left: 3px;
    top: 7px;
}

/*------------------------- COMBO BOX ---------------------------------*/

.w-combo {
    border: 1px solid var(--azure);
    border-radius: 3px;
    font-size: 16px !important;
    color: #464646;
    outline: none;
    transition: all 0.4s;
    width: 100%;
}


.w-combo-readonly {
    border: 1px solid var(--light-gray);
    border-radius: 3px;
    font-size: 16px !important;
    color: #464646;
    outline: none;
    transition: all 0.4s;
    width: 100%;
}

/*---------------------RADIO----------------------------*/

.switch-radio {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

    .switch-radio input {
        position: absolute;
        opacity: 0;
    }

    .switch-radio label {
        margin: 0px 10px 5px 10px;
    }

        .switch-radio label:before {
            content: "";
            display: inline-block;
            position: relative;
            top: 3px;
            left: 10px;
            width: 20px;
            height: 20px;
            background-color: var(--white);
            border: solid 1px var(--cyan);
            cursor: pointer;
            box-sizing: border-box;
            border-radius: 3px;
            text-align: center;
            transition: all 250ms ease;
        }

    .switch-radio input:checked + label:before {
        background-color: var(--cyan);
    }



.switch-field {
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: var(--light-gray);
        color: rgba(0, 0, 0, 0.6);
        font-size: 16px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-left: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: var(--cyan);
        box-shadow: none;
        color: var(--white);
    }

    .switch-field label:last-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:first-of-type {
        border-radius: 0 4px 4px 0;
    }

/*------------------------- CHART BAR ---------------------------------*/
.c-wrap {
    padding: 5px;
    box-sizing: border-box;
}

.c-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    box-shadow: var(--shadow-arround);
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.c-caption {
    height: 25px;
    /*background-color: var(--blue);*/
    text-align: center;
    /*font-weight: bold;*/
    color: var(--blue);
    font-size: 16px;
    border-radius: 6px 6px 0px 0px;
    line-height: 25px;
    box-sizing: border-box;
}

.c-grid {
    position: absolute;
    left: 50px;
    bottom: 42px;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.c-grid-row {
    position: relative;
    border-left: 1px solid #BFD2D9; /*2px solid var(--blue);*/
    border-bottom: 1px solid #BFD2D9;
}

    .c-grid-row:last-child {
        border-bottom: 1px solid #BFD2D9;
    }

    .c-grid-row label {
        position: absolute;
        display: inline-block;
        left: -45px;
        bottom: -5px;
        text-align: right;
        width: 40px;
        font-size: 12px;
        line-height: 10px;
    }


.c-legend {
    position: absolute;
    left: 50px;
    bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
    padding: 0px 10px;
    box-sizing: border-box;
}

    .c-legend label {
        position: relative;
        display: inline-block;
        top: 25px;
        text-align: center;
        line-height: 20px;
        color: var(--dark-blue);
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
    }

.c-graph {
    position: absolute;
    left: 50px;
    bottom: 42px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
    padding: 0px 10px;
    box-sizing: border-box;
    column-gap: 10px;
}


.c-col label {
    position: relative;
    display: inline-block;
    top: -25px;
    text-align: center;
    width: 100%;
    line-height: 20px;
    color: var(--dark-blue);
    font-size: 14px;
    font-weight: bold;
    /*opacity: 0;*/
    transition: all 0.5s;
}

.c-col {
    /*background-color: var(--azure);*/
    background: linear-gradient(180deg, rgba(170, 218, 230, 0.8) 0%, #4BA7BE 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px 4px 0px 0px;
    opacity: 0.7;
    box-sizing: border-box;
    box-shadow: var(--shadow-down); /* 0px 0px 5px rgba(0,0,0,0.6);*/
    transition: box-shadow 0.5s;
    transition: opacity 0.5s;
    transition: max-height 2s;
}

    .c-col:hover {
        box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
        opacity: 1;
    }

        .c-col:hover label {
            opacity: 1;
        }


/*------------------------- CHART TARGET ---------------------------------*/

.c-target {
    display: flex;
    justify-content: flex-end;
    width: 120px;
    height: 40px;
    margin: 15px auto;
    box-sizing: border-box;
    background-color: var(--white);
}

.c-target-done {
    background-color: var(--azure);
    border-radius: 0px 5px 5px 0px;
    border-right: 2px solid var(--blue);
    border-top: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    text-align: center;
    overflow: hidden;
}

.c-target-left {
    background-color: var(--white);
    border-radius: 5px 0px 0px 5px;
    border-left: 2px solid var(--blue);
    border-top: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    text-align: center;
    overflow: hidden;
}

.c-target label {
    position: absolute;
    width: 120px;
    line-height: 40px;
    color: var(--blue);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 3px gray;
}

.c-target-legend {
    width: 120px;
    margin: 0px auto;
}

    .c-target-legend label {
        display: block;
        font-size: 12px;
        color: var(--blue);
    }

.c-target-row {
    display: flex;
    justify-content: space-between;
}


/*------------------------- CHART KPI ---------------------------------*/
.c-kpi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 15px;
}

.c-kpi-icon {
    width: 65px;
    height: 65px;
    opacity: 0.8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow-down);
    transition: all 0.3s;
}

    .c-kpi-icon:hover {
        opacity: 1;
        box-shadow: var(--shadow-arround);
    }

    .c-kpi-icon svg {
        width: 40px;
        height: 40px;
    }

/*  .c-kpi-icon svg path {
            fill: var(--white);
        }*/

.c-kpi-caption {
    font-size: 20px;
    color: var(--blue);
}

.c-kpi-value {
    /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
    font-size: 30px;
    text-shadow: var(--shadow-down);
}


@media only screen and (min-width: 1000px) {
    .w-btn {
        min-width: 80px;
        column-gap: 10px;
        padding: 2px 18px;
    }
}


/*----------------SCROLL-BAR-----------------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #BBBBBB;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--blue);
    }



 /*------------------------- EMPTY PAGE ---------------------------------*/

.empty-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    text-align: center;
}

.empty-page img {
    margin: 0 auto;
}