/*New Theme CSS*/
@import url('sandy.colors.css');


#map {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.border-radius {
    border-radius: 6px !important;
}

.top-heading-name {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #262626 !important;
}

.top-heading-text {
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #262626 !important;
    line-height: 30px;
}

.border-bottom-0 {
    border-bottom: 0px !important;
}

.card {
    border: 0px !important;
    border-radius: 6px !important;
    box-shadow: 0px 2px 4px 0px rgba(27, 27, 27, 0.2) !important;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(27, 27, 27, 0.2) !important;
    -moz-box-shadow: 0px 2px 4px 0px rgba(27, 27, 27, 0.2) !important;
    -o-box-shadow: 0px 2px 4px 0px rgba(27, 27, 27, 0.2) !important;
    -ms-box-shadow: 0px 2px 4px 0px rgba(27, 27, 27, 0.2) !important;
    margin-bottom: 20px !important;
}

    .card.shadow-border {
        border: 2px solid rgba(27, 27, 27, 0.1) !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important;
        margin-bottom: 15px !important;
    }

    .card.no-shadow {
        border: 0px solid rgba(27, 27, 27, 0.1) !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important;
        margin-bottom: 15px !important;
    }

.text-underline {
    text-decoration: underline !important;
    cursor: pointer;
}

.card-body {
    border-radius: 6px !important;
}
/*
.card-header:first-child {
    border-radius: 6px 6px 0px 0px !important;
}*/

.nav-tabs {
    border-bottom: 0px !important;
}

    .nav-tabs .nav-link,
    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
        border: 0px;
        color: #000 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }

.card.box-shadow-lighter {
    box-shadow: 0px 1px 4px 0px rgba(27, 27, 27, 0.2) !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(27, 27, 27, 0.2) !important;
    -moz-box-shadow: 0px 1px 4px 0px rgba(27, 27, 27, 0.2) !important;
    -o-box-shadow: 0px 1px 4px 0px rgba(27, 27, 27, 0.2) !important;
    -ms-box-shadow: 0px 1px 4px 0px rgba(27, 27, 27, 0.2) !important;
}

.card-soft-danger {
    background: #f7d9df !important;
    color: #c80e30 !important;
    font-weight: 600 !important;
}

.card-soft-blue {
    background: #ebf5fd !important;
    color: #3a81c5 !important;
    font-weight: 600 !important;
}

.card-soft-info {
    background: #e7fbff !important;
    color: #00b3dd !important;
    font-weight: 600 !important;
}

.card-soft-success {
    background: #d6f1e7 !important;
    color: #1aaf64 !important;
    font-weight: 600 !important;
}

.card-soft-primary {
    background: #f6ecff !important;
    color: #7b29af;
    font-weight: 600 !important;
}

.card-soft-dark {
    background: #c2bfd0 !important;
    color: #160c4b !important;
    font-weight: 600 !important;
}

.text-success {
    color: #1aaf64 !important
}

.text-blue {
    color: #3a81c5 !important
}

.text-danger {
    color: #c80e30 !important
}

.text-info {
    color: #00b3dd !important
}

.text-primary {
    color: #7b29af !important;
}

.bg-success {
    background: #10b759 !important;
    color: #FFF !important;
}

.bg-info {
    background: #00b3dd !important;
    color: #FFF !important;
}

.bg-danger {
    background: #c80e30 !important;
    color: #FFF !important;
}

.bg-primary {
    background: #7b29af !important;
    color: #FFF !important;
}

.bg-warning {
    background: #febf3b !important;
    color: #FFF !important;
}

.bg-info-light {
    background: #aceefe !important;
}

.alert-danger {
    background: #c80e30 !important;
    color: #fff !important;
    width: 100% !important;
}

.alert-success {
    background: #1aaf64 !important;
    color: #fff !important;
    width: 100% !important;
}

.alert-warning {
    background: #febf3b !important;
    color: #fff !important;
    width: 100% !important;
}

.icon-sm {
    width: 18px !important;
    height: 18px !important;
    position: relative !important;
    top: 2px !important;
    margin-right: 7px !important;
}

.rotate-45 {
    transform: rotate(45deg) !important;
}

.rotate-45m {
    transform: rotate(-45deg) !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-44 {
    font-size: 44px !important;
}

.card-title-md {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.card-value {
    font-size: 42px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.control-label {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #666 !important;
    margin-bottom: 2px !important;
}

.form-control-border,
#ddlFarmListMap + .select2-container .select2-selection--single {
    border-radius: 4px !important;
    /* border: 1.5px solid #aaa !important;*/
    color: #212529 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    transition: all 0.2s ease-in-out;
    height: 38px !important;
}

    .form-control-border:focus, .form-control-border:active,
    #ddlFarmListMap + .select2-container .select2-selection--single:focus {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    }


.card-bottom-primary {
    position: relative;
    overflow: hidden;
}

    .card-bottom-primary:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(rgba(255, 255, 255, 0) 88%, #efefff);
        transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        z-index: 9;
    }

.card-text-80 {
    float: left;
    width: 70%;
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 400;
}

.min-height-180 {
    min-height: 180px !important;
}

.icon-card-bottom {
    position: absolute;
    right: 10px;
    bottom: 30px;
    left: auto;
    float: right;
    text-align: right;
}

.icon-placement {
    width: 30px;
    float: left;
    margin-right: 5px;
    text-align: center;
}

.data-placement {
    width: calc(100% - 35px);
    float: left;
}

.card-title {
    font-size: 20px !important;
    text-transform: none !important;
    margin-bottom: 0px !important;
}

@media only screen and (max-width:1680px) {
    .card-value {
        font-size: 26px !important;
    }

    .card-title-md {
        font-size: 15px !important;
    }

    .card-text-80 {
        width: 100%;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .card-title {
        font-size: 18px !important;
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 7px 15px 7px;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 3px;
    border-radius: 6px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn-primary {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

    .btn-primary:hover {
        background: var(--primary-color-state-hover) !important;
        border-color: var(--primary-color-state-hover) !important;
    }

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: var(--primary-color-state-hover) !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--primary-color-state-hover) !important;
}

.btn-info {
    background: #00B3DD;
    color: #fff;
    border-color: #00B3DD;
}


.btn-success {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color);
}


.btn-blue {
    background: #00B3DD;
    color: #fff !important;
    border-color: #00B3DD;
}

    .btn-blue:hover {
        background: #00B3DD;
        border-color: #00B3DD;
    }

.btn-default {
    background: #EEEFF0;
    color: rgba(33, 33, 33, 1);
}

    .btn-default:hover {
        background: #ededed;
    }

.btn-danger {
    background: #ff0d49;
    color: #fff !important;
    border-color: #ff0d49;
}

    .btn-danger:hover {
        background-color: #ff0d49;
        border-color: #ff0040;
    }

.btn-light-danger {
    background: white;
    color: var(--danger-color);
    border-color: var(--danger-color-stroke);
}

    .btn-light-danger:hover {
        border-color: var(--danger-color-hover-);
        color: var(--danger-color-hover-);
        background: var(--button-seconday-hover);
    }

.btn-light {
    background: white;
    color: var(--primary-color);
    border-color: var(--primary-color-stroke);
}

    .btn-light:hover {
        background: var(--button-seconday-hover);
    }

.heading-card-h5 {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    text-align: left;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 2px;
    margin-top: 2px;
}

.heading-card-h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: left;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.heading-card-h4-light {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-right: 5px;
}

.card-badge-primary {
    background: #efefff !important;
    color: #2700b5 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-align: center;
    padding: 10px 12px 7px;
    border-radius: 6px;
    line-height: 15px;
    display: inline-block !important;
}

.card-badge-danger {
    background: rgba(200, 14, 48, 0.15) !important;
    color: #C80E30 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-align: center;
    padding: 10px 12px 7px;
    border-radius: 6px;
    line-height: 15px;
    display: inline-block !important;
}

.card-arrow i {
    display: inline-block !important;
    color: #000;
    line-height: 0;
    font-size: 30px;
    position: relative;
    top: 5px;
    right: 0;
}

.heading-title {
    font-size: 15px;
    font-weight: 300;
    color: #999999;
    text-align: left;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-top: 0px;
}

.data {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    text-align: left;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.add-forecast-panel,
.order-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    display: none;
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.3);
    transform: translate(100%, 0);
    transition: transform 1.5s ease-in-out;
    will-change: transform;
}

    .add-forecast-panel.show,
    .order-panel.show {
        transform: none;
        display: block;
    }

    .add-forecast-panel .information,
    .order-panel .information {
        width: 650px;
        height: 100%;
        background: #fff;
        padding: 0px;
        float: left;
    }

        .add-forecast-panel .information .body,
        .order-panel .information .body {
            width: 100%;
            float: left;
            max-height: calc(85vh);
            min-height: calc(85vh);
            overflow-y: auto;
            overflow-x: hidden;
            padding: 30px;
        }

            .add-forecast-panel .information .body::-webkit-scrollbar,
            .order-panel .information .body::-webkit-scrollbar {
                width: 0px
            }

            .add-forecast-panel .information .body::-webkit-scrollbar-track,
            .order-panel .information .body::-webkit-scrollbar-track {
                background: #fff;
                opacity: 1
            }

            .add-forecast-panel .information .body::-webkit-scrollbar-thumb,
            .order-panel .information .body::-webkit-scrollbar-thumb {
                background: #fff;
                width: 0px;
            }

        .add-forecast-panel .information .head,
        .order-panel .information .head {
            width: 100%;
            height: 80px;
            float: left;
            text-align: right;
            padding: 4px 30px;
            box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
        }

            .add-forecast-panel .information .head h3,
            .order-panel .information .head h3 {
                line-height: 78px;
                font-size: 24px;
            }

            .add-forecast-panel .information .head .goback,
            .order-panel .information .head .goback {
                opacity: 0.9;
                z-index: 4;
                width: 60.64px;
                height: 19px;
                color: #000;
                font-size: 14px;
                font-weight: 400;
                line-height: 19px;
                text-transform: uppercase;
                letter-spacing: 0.4666667px;
                padding-left: 5px;
            }

                .add-forecast-panel .information .head .goback img,
                .order-panel .information .head .goback img {
                    position: relative;
                    top: -1px;
                    right: 5px;
                }

                .add-forecast-panel .information .head .goback:hover,
                .order-panel .information .head .goback:hover {
                    font-weight: 600;
                    color: #000;
                }

.add-forecast-panel-backdrop {
    position: fixed;
    top: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    z-index: 9999;
    display: none;
    width: 100%;
}

    .add-forecast-panel-backdrop.active {
        display: block;
    }

.add-migitation-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    display: none;
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.3);
    transform: translate(100%, 0);
    transition: transform 1.5s ease-in-out;
    will-change: transform;
}

    .add-migitation-panel.show {
        transform: none;
        display: block;
    }

    .add-migitation-panel .information {
        width: 900px;
        height: 100%;
        background: #fff;
        padding: 0px;
        float: left;
    }

        .add-migitation-panel .information .body {
            width: 100%;
            float: left;
            max-height: calc(85vh);
            min-height: calc(85vh);
            overflow-y: auto;
            overflow-x: hidden;
            padding: 30px;
        }

            .add-migitation-panel .information .body::-webkit-scrollbar {
                width: 0px
            }

            .add-migitation-panel .information .body::-webkit-scrollbar-track {
                background: #fff;
                opacity: 1
            }

            .add-migitation-panel .information .body::-webkit-scrollbar-thumb {
                background: #fff;
                width: 0px;
            }

        .add-migitation-panel .information .head {
            width: 100%;
            height: 80px;
            float: left;
            text-align: right;
            padding: 4px 30px;
            box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
        }

            .add-migitation-panel .information .head h3 {
                line-height: 78px;
                font-size: 24px;
            }

            .add-migitation-panel .information .head .goback {
                opacity: 0.9;
                z-index: 4;
                width: 60.64px;
                height: 19px;
                color: #000;
                font-size: 14px;
                font-weight: 400;
                line-height: 19px;
                text-transform: uppercase;
                letter-spacing: 0.4666667px;
                padding-left: 5px;
            }

                .add-migitation-panel .information .head .goback img {
                    position: relative;
                    top: -1px;
                    right: 5px;
                }

                .add-migitation-panel .information .head .goback:hover {
                    font-weight: 600;
                    color: #000;
                }

.add-migitation-panel-backdrop {
    position: fixed;
    top: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    z-index: 9999;
    display: none;
    width: 100%;
}

    .add-migitation-panel-backdrop.active {
        display: block;
    }

.add-compair-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    display: none;
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.3);
    transform: translate(100%, 0);
    transition: transform 1.5s ease-in-out;
    will-change: transform;
}

    .add-compair-panel.show {
        transform: none;
        display: block;
    }

    .add-compair-panel .information {
        width: 650px;
        height: 100%;
        background: #fff;
        padding: 0px;
        float: left;
    }

        .add-compair-panel .information .body {
            width: 100%;
            float: left;
            max-height: calc(85vh);
            min-height: calc(85vh);
            overflow-y: auto;
            overflow-x: hidden;
            padding: 30px;
        }

            .add-compair-panel .information .body::-webkit-scrollbar {
                width: 4px
            }

            .add-compair-panel .information .body::-webkit-scrollbar-track {
                background: #d9d5f6;
                opacity: 1
            }

            .add-compair-panel .information .body::-webkit-scrollbar-thumb {
                background: #1d2893;
                width: 4px;
            }

        .add-compair-panel .information .head {
            width: 100%;
            height: 80px;
            float: left;
            text-align: right;
            padding: 4px 30px;
            box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
        }

            .add-compair-panel .information .head h3 {
                line-height: 78px;
                font-size: 24px;
            }

            .add-compair-panel .information .head .goback {
                opacity: 0.9;
                z-index: 4;
                width: 60.64px;
                height: 19px;
                color: #000;
                font-size: 14px;
                font-weight: 400;
                line-height: 19px;
                text-transform: uppercase;
                letter-spacing: 0.4666667px;
                padding-left: 5px;
            }

                .add-compair-panel .information .head .goback img {
                    position: relative;
                    top: -1px;
                    right: 5px;
                }

                .add-compair-panel .information .head .goback:hover {
                    font-weight: 600;
                    color: #000;
                }

.radio input[type=radio],
.checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important;
    display: none;
}

.radio label,
.checkbox label {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    color: #323232 !important;
    font-weight: 400 !important;
}

.radio-primary input[type=radio]:checked + label::before {
    border-color: var(--primary-color);
}

.radio label::before {
    -o-transition: border .5s ease-in-out;
    -webkit-transition: border .5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-left: -10px;
    position: absolute;
    transition: border .5s ease-in-out;
    width: 20px;
    outline: 0 !important;
    top: 2px;
}

.radio label::after {
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    background-color: #6c757d;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 5px;
    margin-left: -10px;
    position: absolute;
    top: 7px;
    transform: scale(0, 0);
    transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    width: 10px;
}

.radio-primary input[type=radio]:checked + label::after {
    background-color: var(--primary-color);
}

.radio input[type=radio]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.farm-date.datepicker.input-group span {
    border-left: none;
    border-right: 1px solid #e8ebf1;
}

.farm-date.datepicker.input-group {
    border: 1px solid #e8ebf1;
}

.farm-date {
    width: 100%;
}

.checkbox label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-left: -10px;
    position: absolute;
    transition: .3s ease-in-out;
    width: 20px;
    outline: 0 !important;
    top: 2px;
}

.checkbox-primary input[type=checkbox] + label::before {
    background-color: #FFFFFF;
    border-color: var(--primary-color);
}

.checkbox-primary input[type=checkbox] + label::after {
    border-color: #fff;
}

.checkbox input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 8px;
    display: table;
    width: 4px;
    height: 10px;
    border: 2px solid var(--primary-color);
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox label::after {
    color: #6c757d;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: 0;
    margin-left: -10px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px;
}

.table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    font-weight: 600;
    font-size: 16px;
    color: #686868;
}

.table tbody td {
    font-size: 16px;
}

.card-bg-light {
    background: #f6f6ff !important;
}

.feather {
    width: 18px !important;
    height: 18px !important;
    position: relative;
    top: -2px;
}

.add-comparison {
    border: 2px dashed #ddd !important;
    border-radius: 10px;
    text-align: center;
    min-height: 600px;
}

    .add-comparison h5 {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0px 30% !important;
        color: rgba(27, 27, 27, 0.5);
        margin-top: 30%;
        font-weight: 500;
    }

.table-hover tbody tr:hover {
    color: #323a46 !important;
    background-color: #EEEEEE;
    box-shadow: 0px 1px 8px #dcdcdc;
}

.card-small-light {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 5px 10px;
    border-radius: 6px;
}

.input-80 {
    width: 80px;
}

.input-150 {
    width: 150px;
}

.performance-bar {
    width: 350px;
    float: left;
    background: #000;
    height: 35px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

    .performance-bar .performance-bar--orange {
        background: #f45356;
        float: left;
        height: 35px;
        margin: 0;
    }

    .performance-bar .performance-bar--pink {
        background: #d333a6;
        float: left;
        height: 35px;
        margin: 0;
    }

    .performance-bar .performance-bar--blue {
        background: #3a81c5;
        float: left;
        height: 35px;
        margin: 0;
    }

    .performance-bar .performance-bar--green {
        background: #57beb8;
        float: left;
        height: 35px;
        margin: 0;
    }

.analysis-bar {
    width: 100%;
    float: left;
    background: transparent;
    height: 90px;
    border-radius: 6px;
    color: #000000;
    text-align: center;
    line-height: 90px;
    font-size: 22px;
    font-weight: 900;
}

    .analysis-bar.white {
        color: #FFFFFF;
        line-height: 95px;
        font-weight: 500;
    }

    .analysis-bar .analysis-bar--yellow {
        background: #ffd783;
        float: left;
        height: 90px;
        margin: 0;
        /*border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;*/
    }

    .analysis-bar .analysis-bar--green {
        background: var(--primary-color);
        float: left;
        height: 90px;
        margin: 0;
        /*border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;*/
    }

    .analysis-bar .analysis-bar--orange {
        background: #ff8300;
        float: left;
        height: 90px;
        margin: 0;
    }

    .analysis-bar .analysis-bar--blue {
        background: #4075ff;
        float: left;
        height: 90px;
        margin: 0;
    }

    .analysis-bar .analysis-bar--red {
        background: #f45356;
        float: left;
        height: 90px;
        margin: 0;
        /*border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;*/
    }

    .analysis-bar .analysis-bar--grey {
        background: #A5A5A5;
        float: left;
        height: 90px;
        margin: 0;
        /*border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;*/
    }

.indicator-red {
    background: #f45356;
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.indicator-green {
    background: var(--primary-color);
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.indicator-blue {
    background: #4075ff;
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.indicator-orange {
    background: #ff8300;
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.indicator-yellow {
    background: #ffd783;
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.indicator-darkyellow {
    background: #FFC000;
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.indicator-darkblue {
    background: #4472C4;
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.indicator-grey {
    background: #A5A5A5;
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.indicator-green {
    background: #70AD47;
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.indicator-mostdarkblue {
    background: #203864;
    height: 20px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.response-row {
    background: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 10px 15px;
}

    .response-row a {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        cursor: pointer;
    }

.badge-default {
    background: transparent;
    padding: 5px 10px;
    border: 2px solid #999999;
    height: 25px;
    line-height: 13px;
    color: #000;
    margin: 0;
}

.panel-h3 {
    font-size: 22px;
    color: #333333;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}

.panel-para {
    font-size: 15px;
    color: #666;
    text-align: left;
    font-weight: 300;
    margin-bottom: 15px;
}

.carbon-success-header {
    background: #E9FFF0 !important;
    padding: 30px;
    min-height: 120px;
}

.map-success-header {
    position: relative;
}

    .map-success-header:after {
        content: "";
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        background: #E9FFF0 !important;
        height: 300px;
        z-index: 0;
    }

a.nav-link-dark-orange[aria-expanded="true"] {
    background: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    color: #fff;
}

#outer {
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

#left-button {
    float: left;
    width: 30px;
    text-align: center;
    height: 30px;
    background: #727cf5;
    color: #fff;
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    line-height: 36px;
    border-radius: 6px;
    font-weight: 800;
}

#right-button {
    float: left;
    width: 30px;
    text-align: center;
    height: 30px;
    background: #727cf5;
    color: #fff;
    display: block;
    position: absolute;
    top: 25px;
    right: 50px;
    line-height: 36px;
    border-radius: 6px;
    font-weight: 800;
}

/*a,
a:hover {
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
}*/

#inner:first-child {
    margin-left: 0;
}

label {
    margin-left: 10px;
}

.hide {
    display: none !important;
}

.calendar-row {
    flex-wrap: nowrap;
}

.calendar-col {
    flex: 0 0 14.28% !important;
    max-width: 14.28% !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.date-col {
    border-bottom: 1px solid #ddd;
    height: 75px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
}

.tasks {
    background: #fff;
    min-height: 150px;
    width: 100%;
    float: left;
    text-align: center;
}

.weather {
    float: left;
    width: 100%;
    background-color: #F4F4F4;
    border-top: 1px solid #F4F4F4;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 10px solid #fbb616;
    font-size: 16px;
}

.calendar-col:nth-child(2) .weather {
    border-bottom: 10px solid #fed027;
}

.calendar-col:nth-child(3) .weather {
    border-bottom: 10px solid #fcc90d;
}

.calendar-col:nth-child(4) .weather {
    border-bottom: 10px solid #d2e722;
}

.calendar-col:nth-child(5) .weather {
    border-bottom: 10px solid #d0d73e;
}

.calendar-col:nth-child(6) .weather {
    border-bottom: 10px solid #c7ce2b;
}

.calendar-col:nth-child(7) .weather {
    border-bottom: 10px solid #afd251;
}

.calendar-col:nth-child(8) .weather {
    border-bottom: 10px solid #aad6ae;
}

.calendar-col:nth-child(9) .weather {
    border-bottom: 10px solid #82d3a6;
}

.calendar-col:nth-child(10) .weather {
    border-bottom: 10px solid #8ad290;
}

.calendar-col:nth-child(11) .weather {
    border-bottom: 10px solid #79c87f;
}

.calendar-col:nth-child(12) .weather {
    border-bottom: 10px solid #64b86b;
}

.nav-tabs-weather {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 2px solid rgba(152, 166, 173, .2) !important;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

    .nav-tabs-weather::-webkit-scrollbar {
        height: 10px
    }

    .nav-tabs-weather::-webkit-scrollbar-track {
        background: #fff;
        opacity: 1;
        padding: 3px 0px;
    }

    .nav-tabs-weather::-webkit-scrollbar-thumb {
        background: rgba(27, 27, 27, 0.2);
        height: 10px;
        border-radius: 10px;
    }

    .nav-tabs-weather li {
        display: inline-block;
        vertical-align: bottom;
        float: left;
        position: relative;
    }

        .nav-tabs-weather li a {
            width: 138px;
            height: 108px;
            display: inline-block;
            vertical-align: bottom;
            float: left;
            padding: 10px !important;
            text-align: center;
            border-right: 1px solid #ddd !important;
            border-left: 1px solid #ddd !important;
            border-bottom: 8px solid #fed027 !important;
            border-radius: 0px !important;
            border-top: 1px solid #ddd !important;
            margin-top: 3.375rem;
        }

            .nav-tabs-weather li a .tab-day {
                width: 100%;
                float: left;
                background: #fff;
            }

                .nav-tabs-weather li a .tab-day .tab-weather-description {
                    width: 100%;
                    float: left;
                    background: #fff;
                    display: none;
                    opacity: 0;
                }

                .nav-tabs-weather li a .tab-day .tab-weather-data {
                    width: 100%;
                    float: left;
                }

                .nav-tabs-weather li a .tab-day .day-name {
                    width: 100%;
                    float: left;
                    margin-bottom: 10px;
                    font-size: 14px;
                    font-weight: 500;
                    color: #333;
                    text-align: left;
                }

                .nav-tabs-weather li a .tab-day .tab-weather-data .weather-icon {
                    width: 60%;
                    float: left;
                    margin-bottom: 0px;
                    font-size: 12px;
                    font-weight: 500;
                    color: #000000;
                    text-align: left;
                }

                    .nav-tabs-weather li a .tab-day .tab-weather-data .weather-icon img {
                        width: 40px;
                    }

                .nav-tabs-weather li a .tab-day .tab-weather-data .weather-info {
                    width: 40%;
                    float: left;
                    margin-bottom: 0px;
                    font-size: 15px;
                    font-weight: 600;
                    color: #000000;
                    text-align: right;
                }

            .nav-tabs-weather li a.active {
                width: 406px;
                height: 156px;
                display: inline-block;
                vertical-align: bottom;
                float: left;
                padding: 10px 15px !important;
                text-align: center;
                margin-top: 0px;
                border-right: 1px solid #ddd !important;
                border-left: 1px solid #ddd !important;
                border-top: 8px solid #fed027 !important;
                border-radius: 0px !important;
                border-bottom: 0px solid #ddd !important;
            }

                .nav-tabs-weather li a.active .tab-day .day-name {
                    font-size: 20px;
                    font-weight: 700;
                }

                .nav-tabs-weather li a.active .tab-day .tab-weather-description {
                    width: 223px;
                    float: left;
                    background: #fff;
                    display: block;
                    opacity: 1;
                    padding: 10px 15px;
                }

                    .nav-tabs-weather li a.active .tab-day .tab-weather-description h4 {
                        font-size: 20px;
                        color: #000;
                        font-weight: 600;
                        text-align: left;
                        line-height: 28px;
                    }

                .nav-tabs-weather li a.active .tab-day .tab-weather-data {
                    width: 150px;
                    float: left;
                    padding: 10px 10px;
                    border-right: 1px solid #000;
                }

                    .nav-tabs-weather li a.active .tab-day .tab-weather-data .weather-icon img {
                        width: 55px;
                        position: relative;
                        top: 7px;
                    }

                    .nav-tabs-weather li a.active .tab-day .tab-weather-data .weather-info {
                        font-size: 22px;
                        font-weight: 400;
                    }

.tab-content .tab-pane .time-loop {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 2px solid rgba(152, 166, 173, .2) !important;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

    .tab-content .tab-pane .time-loop::-webkit-scrollbar {
        height: 10px
    }

    .tab-content .tab-pane .time-loop::-webkit-scrollbar-track {
        background: #fff;
        opacity: 1;
        padding: 3px 0px;
    }

    .tab-content .tab-pane .time-loop::-webkit-scrollbar-thumb {
        background: rgba(27, 27, 27, 0.2);
        height: 10px;
        border-radius: 10px;
    }

    .tab-content .tab-pane .time-loop .time-panel {
        width: 70px;
        float: left;
        border-right: 1px solid #ddd !important;
        padding: 0px;
        text-align: center;
        position: relative;
        border-radius: 0px !important;
        box-shadow: none !important;
        margin-bottom: 0px !important;
        min-height: 300px;
        border-top: 5px solid #fff;
    }

        .tab-content .tab-pane .time-loop .time-panel:hover {
            border-top: 5px solid #fed027;
        }

        .tab-content .tab-pane .time-loop .time-panel .time-stamp {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 14px;
            color: #888888;
            font-weight: 500;
            padding: 15px 10px;
        }

            .tab-content .tab-pane .time-loop .time-panel .time-stamp strong {
                color: #000;
            }

        .tab-content .tab-pane .time-loop .time-panel .weather-stamp {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 16px;
            color: #000;
            font-weight: 500;
            padding: 40px 10px;
        }

            .tab-content .tab-pane .time-loop .time-panel .weather-stamp img {
                width: 30px;
                display: inline-block;
                margin-bottom: 15px;
            }

        .tab-content .tab-pane .time-loop .time-panel .time-humidity {
            width: 70px;
            float: left;
            text-align: center;
            font-size: 14px;
            color: #00b3dd;
            font-weight: 500;
            position: absolute;
            bottom: 20px;
            left: 0;
        }

            .tab-content .tab-pane .time-loop .time-panel .time-humidity img {
                width: 15px;
                display: inline-block;
                margin-bottom: 10px;
            }

            .tab-content .tab-pane .time-loop .time-panel .time-humidity span {
                display: block;
            }

.accordion.width {
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: flex;
}

    .accordion.width .card {
        flex-direction: row;
        flex-grow: 0;
        flex-shrink: 1;
        min-width: min-content;
    }

        .accordion.width .card .card-header {
            cursor: pointer;
            padding: 0px;
        }

/* .accordion.width .card .card-header:not(.collapsed) {
                pointer-events: none;
            }*/

.collapsing.width {
    transition: width 0.35s ease;
    height: auto;
    width: 0;
}

.accordion > .card .card-body {
    font-size: .875rem;
    padding: 0;
    font-weight: 400;
    min-width: 250px;
    text-align: left;
    background: #f9f8f7;
    padding: 5px 15px;
    border-radius: 0px !important;
    min-height: 300px;
    border-top: 5px solid #f9f8f7;
}

    .accordion > .card .card-body .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .accordion > .card .card-body h5 {
        font-size: 18px;
        font-weight: 400;
        color: #323232;
        text-align: left;
        line-height: 25px;
    }

        .accordion > .card .card-body h5 strong {
            color: #000;
            font-weight: 700;
        }

.nav-tabs-weather li:nth-child(2) a {
    border-bottom: 8px solid #fed027 !important;
}

.nav-tabs-weather li:nth-child(3) a {
    border-bottom: 8px solid #fed027 !important;
}

.nav-tabs-weather li:nth-child(4) a {
    border-bottom: 8px solid #fcc90d !important;
}

.nav-tabs-weather li:nth-child(5) a {
    border-bottom: 8px solid #fcc90d !important;
}

.nav-tabs-weather li:nth-child(6) a {
    border-bottom: 8px solid #d2e722 !important;
}

.nav-tabs-weather li:nth-child(7) a {
    border-bottom: 8px solid #d2e722 !important;
}

.nav-tabs-weather li:nth-child(8) a {
    border-bottom: 8px solid #d0d73e !important;
}

.nav-tabs-weather li:nth-child(9) a {
    border-bottom: 8px solid #d0d73e !important;
}

.nav-tabs-weather li:nth-child(10) a {
    border-bottom: 8px solid #c7ce2b !important;
}

.nav-tabs-weather li:nth-child(11) a {
    border-bottom: 8px solid #c7ce2b !important;
}

.nav-tabs-weather li:nth-child(12) a {
    border-bottom: 8px solid #afd251 !important;
}

.nav-tabs-weather li:nth-child(13) a {
    border-bottom: 8px solid #afd251 !important;
}

.nav-tabs-weather li:nth-child(14) a {
    border-bottom: 8px solid #aad6ae !important;
}

.nav-tabs-weather li:nth-child(15) a {
    border-bottom: 8px solid #aad6ae !important;
}

.nav-tabs-weather li:nth-child(16) a {
    border-bottom: 8px solid #82d3a6 !important;
}

.nav-tabs-weather li:nth-child(17) a {
    border-bottom: 8px solid #82d3a6 !important;
}

.nav-tabs-weather li:nth-child(18) a {
    border-bottom: 8px solid #8ad290 !important;
}

.nav-tabs-weather li:nth-child(19) a {
    border-bottom: 8px solid #8ad290 !important;
}

.nav-tabs-weather li:nth-child(20) a {
    border-bottom: 8px solid #79c87f !important;
}

.nav-tabs-weather li:nth-child(21) a {
    border-bottom: 8px solid #79c87f !important;
}

.nav-tabs-weather li:nth-child(22) a {
    border-bottom: 8px solid #64b86b !important;
}

.nav-tabs-weather li:nth-child(23) a {
    border-bottom: 8px solid #64b86b !important;
}

.nav-tabs-weather li:nth-child(2) a.active {
    border-top: 8px solid #fed027 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(3) a.active {
    border-top: 8px solid #fed027 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(4) a.active {
    border-top: 8px solid #fcc90d !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(5) a.active {
    border-top: 8px solid #fcc90d !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(6) a.active {
    border-top: 8px solid #d2e722 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(7) a.active {
    border-top: 8px solid #d2e722 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(8) a.active {
    border-top: 8px solid #d0d73e !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(9) a.active {
    border-top: 8px solid #d0d73e !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(10) a.active {
    border-top: 8px solid #c7ce2b !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(11) a.active {
    border-top: 8px solid #c7ce2b !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(12) a.active {
    border-top: 8px solid #afd251 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(13) a.active {
    border-top: 8px solid #afd251 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(14) a.active {
    border-top: 8px solid #aad6ae !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(15) a.active {
    border-top: 8px solid #aad6ae !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(16) a.active {
    border-top: 8px solid #82d3a6 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(17) a.active {
    border-top: 8px solid #82d3a6 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(18) a.active {
    border-top: 8px solid #8ad290 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(19) a.active {
    border-top: 8px solid #8ad290 !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(20) a.active {
    border-top: 8px solid #79c87f !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(21) a.active {
    border-top: 8px solid #79c87f !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(22) a.active {
    border-top: 8px solid #64b86b !important;
    border-bottom: 0px !important;
}

.nav-tabs-weather li:nth-child(23) a.active {
    border-top: 8px solid #64b86b !important;
    border-bottom: 0px !important;
}

.textdynamiccolorchange,
.textdynamiccolorchange:hover {
    font-size: 18px;
    font-weight: 600;
}

    .textdynamiccolorchange.fs24,
    .textdynamiccolorchange.fs24:hover {
        font-size: 24px;
        font-weight: 600;
    }

.bg-soft-success {
    background-color: rgb(233, 255, 240);
}

.bg-soft-blue {
    background-color: #E7FBFF;
}

.bg-soft-blue-grad {
    background: #E7FBFF;
    background: -moz-linear-gradient(top, #E7FBFF 0%, #E7FBFF 30%, #f9fafb 30%, #f9fafb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #E7FBFF 0%, #E7FBFF 30%, #f9fafb 30%, #f9fafb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #E7FBFF 0%, #E7FBFF 30%, #f9fafb 30%, #f9fafb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7FBFF', endColorstr='#f9fafb', GradientType=0);
    /* IE6-9 */
}

.bg-soft-blue-grad-tabs {
    background: #E7FBFF;
    background: -moz-linear-gradient(top, #E7FBFF 0%, #e9fff0 40px, #f9fafb 40px, #f9fafb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e9fff0 0%, #E7FBFF 40px, #f9fafb 40px, #f9fafb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #E7FBFF 0%, #E7FBFF 40px, #f9fafb 40px, #f9fafb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7FBFF', endColorstr='#f9fafb', GradientType=0);
    /* IE6-9 */
}

.bg-soft-success-grad {
    background: #e9fff0;
    background: -moz-linear-gradient(top, #e9fff0 0%, #e9fff0 30%, #f9fafb 30%, #f9fafb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e9fff0 0%, #e9fff0 30%, #f9fafb 30%, #f9fafb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e9fff0 0%, #e9fff0 30%, #f9fafb 30%, #f9fafb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9fff0', endColorstr='#f9fafb', GradientType=0);
    /* IE6-9 */
}

.bg-soft-success-grad-tabs {
    background: #e9fff0;
    background: -moz-linear-gradient(top, #e9fff0 0%, #e9fff0 40px, #f9fafb 40px, #f9fafb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e9fff0 0%, #e9fff0 40px, #f9fafb 40px, #f9fafb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e9fff0 0%, #e9fff0 40px, #f9fafb 40px, #f9fafb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9fff0', endColorstr='#f9fafb', GradientType=0);
    /* IE6-9 */
}

.circle-index-new {
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 26px;
    color: #000;
    background: #f4f4f4;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: 12px;
    margin-right: 20px;
    border: solid #eaeaea 2px;
}

.circle-index-black {
    width: 24px;
    height: 24px;
    float: left;
    border-radius: 26px;
    color: #fff;
    background: #5c5c5c;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 6px;
}

.circle-index-red {
    width: 24px;
    height: 24px;
    float: left;
    border-radius: 26px;
    color: #fff;
    background: #ff0000;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 6px;
}

.circle-index {
    width: 26px;
    height: 26px;
    float: left;
    border-radius: 26px;
    color: #fff;
    background: #333;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px;
}

.input-group-prepend.custom {
    position: absolute;
    z-index: 9;
    background: transparent !important;
    color: #000000;
    top: 3px;
    left: 3px;
}

    .input-group-prepend.custom .input-group-text {
        background: transparent !important;
        border: 0px;
        padding: 8px;
        color: #979797;
        font-weight: 400;
        font-size: 16px;
    }

.pl-25 {
    padding-left: 25px !important;
}

.input-group-append.custom {
    position: absolute;
    z-index: 9;
    background: transparent !important;
    color: #000000;
    top: 3px;
    right: 10px;
}

    .input-group-append.custom .input-group-text {
        background: transparent !important;
        border: 0px;
        padding: 8px;
        color: #979797;
        font-weight: 400;
        font-size: 16px;
    }

.pr-45 {
    padding-right: 35px !important;
}

.navbar .search-form {
    width: 60%;
    margin-right: 60px;
}

.state-default {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: static;
    width: 160px;
    height: 40px;
    left: 40px;
    top: 61px;
    /* Grey 10 */
    background: #F4F4F4;
    border-radius: 4px;
    color: #000000 !important;
    font-size: 18px;
}

.state-success {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: static;
    width: 160px;
    height: 40px;
    left: 40px;
    top: 111px;
    /* Green 10 */
    background: #D6F1E7;
    border-radius: 4px;
    color: #000000 !important;
    font-size: 18px;
}

    .state-success .success {
        color: #1AAF64 !important;
    }

.state-danger {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: static;
    width: 160px;
    height: 40px;
    left: 40px;
    top: 161px;
    /* Red 10 */
    background: #F7D9DF;
    border-radius: 4px;
    color: #000000 !important;
    font-size: 18px;
}

    .state-danger .danger {
        color: #C80E30 !important;
    }

.state-warning {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: static;
    width: 160px;
    height: 40px;
    left: 40px;
    top: 111px;
    /* Green 10 */
    background: #ffd993;
    border-radius: 4px;
    color: #000000 !important;
    font-size: 18px;
}

    .state-warning .warning {
        color: #C80E30 !important;
    }

.mx-n-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 1px !important;
}

.nav-bg-light-blue-2 {
    background: #efefff !important;
    color: #000 !important;
    float: left;
    width: 100%;
}
    /*
a.nav-link-light-blue-2[aria-expanded="true"] {
    background: #efefff !important;
}*/

    .nav-bg-light-blue-2 .nav.sub-menu .nav-item:hover,
    .nav-bg-light-blue-2 .nav.sub-menu .nav-item:focus,
    .nav-bg-light-blue-2 .nav.sub-menu .nav-item .nav-link.active {
        background: #007bff !important;
        color: #fff !important;
    }

.nav .link-title {
    text-transform: uppercase;
    font-size: 17px !important;
    color: rgba(33, 33, 33, 0.72);
    font-weight: 700
}

.nav-link-dark-orange {
    color: #7a7a7a;
}

.nav-bg-light-blue-2 .nav.sub-menu .nav-item:hover a {
    color: #fff !important;
}

.text-warning {
    color: #E57601 !important;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 2px 5px 0px;
    width: 320px;
    float: left;
    margin-left: 15px;
    margin-bottom: 20px;
}

select {
    color: #000000 !important;
    border: 2px solid var(--OnColors-OnSurface-Stroke) !important;
    border-radius: 4px;
    font-size: 16px !important
}

.blue-panel {
    width: 100%;
    float: left;
    background: #deebf7;
    padding: 5px 15px;
    border: 1px solid #2500b4;
    border-radius: 5px;
}

.custom-badge {
    display: table;
    color: #fff !important;
    margin: 1px auto;
    border: 1px solid #2500b4;
    width: auto;
    font-size: 14px;
    padding: 5px 15px;
}

.custom-badge-long {
    display: table;
    color: #fff !important;
    margin: 1px auto;
    border: 1px solid #2500b4;
    width: auto;
    font-size: 14px;
    padding: 5px 25px;
    min-width: 120px;
}

.arrow-top {
    position: relative;
}

    .arrow-top:before {
        content: " ";
        position: absolute;
        right: 45%;
        top: -14px;
        border-top: none;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 15px solid #2500b4;
    }

.table .thead-blue th {
    background: #4472c4;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #cfd5ea !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #e9ebf5 !important;
}

.text-p {
    word-break: break-word;
    width: 100%;
    float: left;
    max-width: 200px;
    white-space: pre-wrap;
}

.top-liner {
    position: relative;
    width: 80%;
    float: right;
    height: 2px;
    background: #2500b4;
    margin-bottom: 10px;
    margin-top: 20px;
}

.dots {
    position: relative;
    top: -7px;
    right: 0px;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    display: inline-block;
    background: #2500b4;
    left: auto;
    float: right;
}

.dot-data {
    position: absolute;
    top: -20px;
    right: 0px;
    min-width: 90px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    background: #2500b4;
    left: auto;
    float: right;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

    .dot-data:after {
        content: " ";
        position: absolute;
        right: 33px;
        bottom: -10px;
        border-top: 10px solid #2500b4;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: none;
    }

.profile-section {
    background: #f4f4f4;
    width: 100%;
    float: left;
    border-radius: 2px;
    color: #333333;
    padding: 10px;
    position: relative;
    margin-bottom: 5px;
}

.profile-icon {
    width: 40px;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
}

.profile-data {
    width: calc(100% - 50px);
    float: left;
}

    .profile-data h5 {
        margin-top: 5px;
    }

    .profile-data h6 {
        font-size: 12px;
        color: #999;
    }

.highlight-dot {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background: #0047ff;
    font-size: 13px;
}

.para-step {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1a85ef;
    border: 1px solid #1a85ef;
    padding: 5px;
}
/*
.select2-selection__rendered {
    font-size: .825rem;
}
*/
.breadcrumb-frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 80px;
    background: #F4F4F4;
    margin: 0;
}

    .breadcrumb-frame ul {
        width: 100%;
        float: left;
        display: inline-block;
        list-style: none;
        padding-left: 0px;
        margin-top: 10px;
    }

        .breadcrumb-frame ul li {
            display: inline-block;
            margin-right: 30px;
            position: relative;
        }

            .breadcrumb-frame ul li:after {
                content: ">";
                position: absolute;
                width: 30px;
                left: -21px;
                top: -9px;
                color: #C6C6C6;
                font-size: 25px;
                font-family: monospace;
                font-weight: 100;
            }

            .breadcrumb-frame ul li:first-child::after {
                content: "";
                position: absolute;
                width: 30px;
                left: -21px;
                top: -9px;
                color: #C6C6C6;
                font-size: 25px;
                font-family: monospace;
                font-weight: 100;
            }

    .breadcrumb-frame li a {
        position: static;
        height: 26px;
        left: calc(50% - 115px/2 - 21px);
        top: calc(50% - 26px/2);
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        display: flex;
        align-items: center;
        color: #C6C6C6;
    }

        .breadcrumb-frame li a.active {
            color: var(--primary-color);
            font-weight: bold;
        }

        .breadcrumb-frame li a.previous {
            color: #000000;
            font-weight: 500;
        }

.calculate-h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 16px;
    color: #393939;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.index-count {
    width: 26px;
    height: 26px;
    background: #393939;
    border-radius: 13px;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -2px;
}

.form-h4 {
    font-style: normal;
    font-size: 16px !important;
    line-height: 26px;
    color: #2e2e2e;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.bg-light-form {
    background: #F4F4F4;
    width: 100%;
    padding: 25px;
    margin-top: 10px;
    border-radius: 5px;
}

    .bg-light-form .radio label,
    .bg-light-form .checkbox label {
        font-size: 18px;
    }

        .bg-light-form .radio label::before {
            top: -1px;
        }

    .bg-light-form .radio input[type=radio]:checked + label::after {
        top: 3px;
    }

.calculator-form .radio label::after {
    top: 7px;
}

.calculator-form .radio label::before {
    top: 2px;
}

.bg-light-selected-form {
    background: #F4F4F4;
    width: 100%;
    padding: 0;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
}

.bg-dark-selected-form {
    background: #EFEFFF;
    width: 100%;
    padding: 0;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
}

.selected-h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 55px;
    color: #262626;
    float: left;
    width: 100%;
    display: block;
    height: 55px;
    padding-left: 25px;
}

.selected-drop {
    border: 2px solid #2500b4 !important;
    border-radius: 5px !important;
    height: 40px;
    margin: 0 !important;
    width: 100%;
    font-size: 18px;
    height: 38px;
}

.input-group.border-box {
    border: 2px solid #ddd;
    border-radius: 5px;
}

    .input-group.border-box .form-control-border {
        border: 0px !important;
        padding-right: 0px;
    }

    .input-group.border-box .input-group-append .input-group-text,
    .input-group.border-box .input-group-prepend .input-group-text {
        background: #fff !important;
        border: 0px;
    }

.form-h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    display: flex;
    align-items: center;
    /* Grey 70 */
    color: #393939;
    width: 100%;
    float: left;
}

.heading-h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    display: flex;
    align-items: center;
    /* Grey 70 */
    color: #393939;
    width: 100%;
    float: left;
}

.text-para {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    display: flex;
    align-items: center;
    /* Grey 50 */
    color: #6F6F6F;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-light-footprint {
    /* height: 166px;*/
    background: #F4F4F4;
}

.bg-dark-footprint {
    /* height: 166px;*/
    background: #d3d3d3;
}

.bor-rt-7 {
    border-right: #f9fafb 7px solid;
}

.bor-lt-7 {
    border-left: #f9fafb 7px solid;
}

.bg-peach-footprint {
    background: #fff5ec;
    border-radius: 5px;
}

.dxc-arg-elements text {
    font-size: 14px !important;
    white-space: nowrap;
    width: min-content !important;
}

.footprint-h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #262626;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    min-height: 76px;
}

.footprint-h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 18px;
    text-align: left;
    color: #262626;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.footprint-h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    text-align: left;
    color: #262626;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 25px;
}

.footprint-h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #262626;
    /*width: 100%;*/
    float: left;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    padding-left: 25px;
}

.mitigate-h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #262626;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.mitigate-h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #262626;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.mitigate-h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #6F6F6F;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 25px;
}

@media only screen and (max-width:1420px) {
    .top-heading {
        font-size: 24px !important;
    }

    .nav-tabs-weather li a.active .tab-day .day-name {
        font-size: 16px;
    }

    .nav-tabs-weather li a.active .tab-day .tab-weather-data .weather-info {
        font-size: 16px;
    }

    .nav-tabs-weather li a.active .tab-day .tab-weather-description h4 {
        font-size: 20px;
    }

    .select2-container {
        width: 100% !important;
    }

    .card-header h4 {
        font-size: 20px;
    }

    #benchmarkhubdetails h4 {
        font-size: 14px !important;
    }

    #benchmarkhubdetails h3 {
        font-size: 18px !important;
    }

    .custom-badge-long {
        padding: 5px 15px;
        min-width: 110px;
    }

    .para-step {
        font-size: 14px;
    }

    .font-22 {
        font-size: 18px !important;
    }

    .impdata {
        padding: 10px !important;
        font-size: 14px !important;
    }

    .card-footer.card-soft-success {
        padding: 0.875rem 0.5rem !important;
    }

        .card-footer.card-soft-success .font-18 {
            font-size: 13px !important;
        }

    /* .card .table th,
    .card .table td {
        padding: 0.875rem 0.2375rem !important;
        font-size: 12px !important;
    }*/

    .btn {
        font-size: 18px;
    }

    .alert-success {
        font-size: 12px;
    }

    .top-heading-name {
        font-size: 20px !important;
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 920px !important;
    }
}

.profit-success {
    color: #83b860;
    font-weight: 500;
    font-size: 12px;
    margin-top: 15px;
}

.profit-danger {
    color: #ea1147;
    font-weight: 500;
    font-size: 12px;
    margin-top: 5px;
}

.hint-success {
    width: 100%;
    float: left;
    padding: 20px;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
}

.hint-warningnew {
    width: 100%;
    float: left;
    padding: 20px;
    background: #ff9015;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
}

.hint-icon {
    width: 60px;
    margin-right: 10px;
    float: left;
    height: 60px;
    line-height: 60px;
    display: block;
}

.hint-info {
    width: calc(100% - 270px);
    float: left;
}

.hint-btn {
    width: 200px;
    margin-right: 0px;
    float: right;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: right;
}

    .hint-btn a {
        /*background: rgba(0, 0, 0, 0.3) !important;*/
        padding: 8px 25px !important;
    }

.hint-h4 {
    bottom: 0%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
    margin-top: 5px;
}

.hint-h3 {
    bottom: 0%;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
    margin-top: 5px;
}

.calculation-h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    color: #262626;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 10px 0px;
}

.calculation-h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #262626;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 0px;
}

.calculation-h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 0px;
}

.box-panel-green {
    width: 100%;
    float: left;
    height: 300px;
    padding: 15px;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.45);
    background: var(--primary-color);
}

    .box-panel-green.active {
        background: #ffffff;
    }

    .box-panel-green .image-panel {
        width: 100%;
        float: left;
        height: 200px;
        line-height: 200px;
        display: inline-block;
        text-align: center;
    }

        .box-panel-green .image-panel img {
            display: inline-block;
            text-align: center;
        }

    .box-panel-green .info-panel {
        width: 100%;
        float: left;
        height: 100px;
        line-height: 100px;
        display: inline-block;
        text-align: center;
    }

        .box-panel-green .info-panel h4 {
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 23px;
            display: flex;
            align-items: flex-end;
            text-align: center;
            color: #FFFFFF;
        }

    .box-panel-green.active .info-panel h4 {
        color: var(--primary-color);
    }

.modal-carboncalculator .modal-lg {
    max-width: 1260px;
}

.modal-carboncalculator .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--primary-color);
    background-clip: padding-box;
    border: 1px solid var(--primary-color);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-carboncalculator .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--primary-color);
    border-radius: calc(0.3rem - 1px);
    margin: 1px;
}

.modal-carboncalculator .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    width: 100%;
    margin-top: 20px;
}

.modal-carboncalculator .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 40px;
}

    .modal-carboncalculator .modal-body p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        margin-bottom: 20px;
        width: 100%;
        float: left;
    }

.modal-carboncalculator .modal-dialog .modal-header .close {
    position: absolute;
    top: 40px;
    right: 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 8px 15px;
    font-size: 15px;
    text-align: center;
    border-radius: 4px;
    opacity: 1;
}

.dataResult.accordion > .card .card-header a:before {
    font-family: feather;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 0px;
    display: block;
    content: "";
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


    .modal.left .modal-dialog h3,
    .modal.right .modal-dialog h3 {
        font-size: 24px;
        font-weight: bold;
        margin-top: 15px;
    }

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px !important;
}

    .modal.left .modal-content .modal-header,
    .modal.right .modal-content .modal-header {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2) !important;
    }

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 30px 30px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog {
    left: -900px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/

.modal.right.fade .modal-dialog {
    right: -900px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

#bar-chart {
    height: auto;
    width: 90%;
    position: relative;
    margin: 50px auto 20px;
}

    #bar-chart.full {
        width: 100%;
        margin: 30px auto 20px;
    }

    #bar-chart * {
        box-sizing: border-box;
    }

    #bar-chart .graph {
        height: 343px;
        position: relative;
    }

    #bar-chart .bars {
        height: 317px;
        padding: 0 7%;
        position: absolute;
        width: 100%;
        z-index: 10;
    }

        #bar-chart .bars.full {
            padding: 0;
        }

    #bar-chart .bar-group {
        display: block;
        float: left;
        height: 100%;
        position: relative;
        width: 25%;
        margin-right: 0%;
    }

        #bar-chart .bar-group.sm {
            display: block;
            float: left;
            height: 100%;
            position: relative;
            width: 16.66666%;
            margin-right: 0%;
        }

        #bar-chart .bar-group:last-child {
            margin-right: 0;
        }

        #bar-chart .bar-group .bar {
            visibility: visible;
            height: 0;
            -webkit-animation: animate-height;
            -moz-animation: animate-height;
            animation: animate-height;
            animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
            -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
            -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
            animation-duration: 0.4s;
            -webkit-animation-duration: 0.4s;
            -moz-animation-duration: 0.4s;
            animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            border-bottom: 0;
            border-radius: 2px 2px 0 0;
            bottom: 0;
            cursor: pointer;
            height: 0;
            position: absolute;
            text-align: center;
            width: 90%;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            line-height: 2;
            border-radius: 8px;
        }

            #bar-chart .bar-group .bar:nth-child(2) {
                left: 0%;
            }

            #bar-chart .bar-group .bar:nth-child(3) {
                left: 0%;
            }

            #bar-chart .bar-group .bar span {
                position: absolute;
                left: 0;
                top: -29px;
                background: transparent;
                padding: 4px 30px;
                border-radius: 3px;
                color: #0c124a;
                text-align: center;
                width: 100%;
                font-weight: bold;
                font-size: 12px;
            }

        #bar-chart .bar-group .bar-1 {
            animation-delay: 0.3s;
            -webkit-animation-delay: 0.3s;
        }

        #bar-chart .bar-group .bar-2 {
            animation-delay: 0.4s;
            -webkit-animation-delay: 0.4s;
        }

        #bar-chart .bar-group .bar-3 {
            animation-delay: 0.5s;
            -webkit-animation-delay: 0.5s;
        }

        #bar-chart .bar-group .bar-4 {
            animation-delay: 0.6s;
            -webkit-animation-delay: 0.6s;
        }

        #bar-chart .bar-group .bar-5 {
            animation-delay: 0.7s;
            -webkit-animation-delay: 0.7s;
        }

        #bar-chart .bar-group .bar-6 {
            animation-delay: 0.8s;
            -webkit-animation-delay: 0.8s;
        }

        #bar-chart .bar-group .bar-7 {
            animation-delay: 0.9s;
            -webkit-animation-delay: 0.9s;
        }

        #bar-chart .bar-group .bar-8 {
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
        }

        #bar-chart .bar-group .bar-9 {
            animation-delay: 1.1s;
            -webkit-animation-delay: 1.1s;
        }

        #bar-chart .bar-group .bar-10 {
            animation-delay: 1.2s;
            -webkit-animation-delay: 1.2s;
        }

        #bar-chart .bar-group .bar-11 {
            animation-delay: 1.3s;
            -webkit-animation-delay: 1.3s;
        }

        #bar-chart .bar-group .bar-12 {
            animation-delay: 1.4s;
            -webkit-animation-delay: 1.4s;
        }

        #bar-chart .bar-group .bar-13 {
            animation-delay: 1.5s;
            -webkit-animation-delay: 1.5s;
        }

        #bar-chart .bar-group .bar-14 {
            animation-delay: 1.6s;
            -webkit-animation-delay: 1.6s;
        }

        #bar-chart .bar-group .bar-15 {
            animation-delay: 1.7s;
            -webkit-animation-delay: 1.7s;
        }

    #bar-chart ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #bar-chart .x-axis {
        bottom: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        padding: 0 7%;
    }

        #bar-chart .x-axis.full {
            padding: 0;
        }

        #bar-chart .x-axis li {
            float: left;
            margin-right: 0%;
            font-size: 13px;
            width: 25%;
        }

            #bar-chart .x-axis li.sm {
                float: left;
                margin-right: 0%;
                font-size: 13px;
                width: 16.666666%;
            }

                #bar-chart .x-axis li.sm span {
                    width: 90%;
                    float: left;
                    font-weight: 600;
                    font-size: 15px;
                    top: 20px;
                    position: relative;
                    color: #666;
                }

            #bar-chart .x-axis li span {
                width: 90%;
                float: left;
                font-weight: 600;
                font-size: 13px;
            }

            #bar-chart .x-axis li:last-child {
                margin-right: 0;
            }

    #bar-chart .y-axis {
        position: absolute;
        text-align: right;
        width: 100%;
        border-bottom: 0px solid #ddd;
    }

        #bar-chart .y-axis.no-border {
            border-bottom: 0px solid #ddd;
        }

        #bar-chart .y-axis li {
            border-top: 1px solid #ddd;
            display: block;
            height: 63.25px;
            width: 100%;
        }

            #bar-chart .y-axis li.sm {
                border-top: 0px solid #ddd;
            }

            #bar-chart .y-axis li span {
                display: block;
                font-size: 12px;
                margin: -10px 0 0 -70px;
                padding: 0 10px;
                width: 70px;
            }

    #bar-chart .stat-1 {
        background-image: -webkit-linear-gradient(left, #00a56a 0%, #00a56a 100%);
        background-image: linear-gradient(to right, #00a56a 0%, #00a56a 100%);
    }

        #bar-chart .stat-1:hover {
            background-image: -webkit-linear-gradient(left, #00a56a 0%, #00a56a 100%);
            background-image: linear-gradient(to right, #00a56a 0%, #00a56a 100%);
        }

    #bar-chart .stat-2 {
        background-image: -webkit-linear-gradient(left, #ff8300 0%, #ff8300 100%);
        background-image: linear-gradient(to right, #ff8300 0%, #ff8300 100%);
    }

        #bar-chart .stat-2:hover {
            background-image: -webkit-linear-gradient(left, #ff8300 0%, #ff8300 100%);
            background-image: linear-gradient(to right, #ff8300 0%, #ff8300 100%);
        }

    #bar-chart .stat-3 {
        background-image: -webkit-linear-gradient(left, #98A8B1 0%, #98A8B1 100%);
        background-image: linear-gradient(to right, #98A8B1 0%, #98A8B1 100%);
    }

        #bar-chart .stat-3:hover {
            background-image: -webkit-linear-gradient(left, #98A8B1 0%, #98A8B1 100%);
            background-image: linear-gradient(to right, #98A8B1 0%, #98A8B1 100%);
        }

.bar-info {
    position: absolute;
    left: 50%;
    top: 45%;
}

.steps {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    margin: 30px auto;
    border-radius: 3px;
}

    .steps strong {
        font-size: 13px;
        display: inline-block;
        height: 30px;
        float: left;
        line-height: 30px;
    }

    .steps span.icons {
        border-right: 1px solid #796ed2;
        padding: 8px 5px;
        margin-right: 4px;
        height: 30px;
        float: left;
        font-size: 14px;
    }

    .steps > li {
        position: relative;
        display: block;
        padding: 0;
        width: 85px;
        height: 30px;
        border-radius: 4px;
    }

@media (min-width: 320px) {
    .steps > li {
        float: left;
    }

    .steps .past {
        color: #fff;
        background: #1d2893;
    }

    .steps .present {
        color: #fff;
    }

    .steps .future {
        color: #fff;
        background: #6658dd;
    }

    .steps li > span:after,
    .steps li > span:before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        top: 0;
        left: 0;
        border: solid transparent;
        border-left-color: #f0f0f0;
        border-width: 30px;
    }

    .steps li > span:after {
        top: -5px;
        z-index: 1;
        border-left-color: white;
        border-width: 34px;
    }

    .steps li > span:before {
        z-index: 2;
    }

    .steps li.past + li > span:before {
        border-left-color: #ececec;
    }

    .steps li.present + li > span:before {
        border-left-color: #fff;
    }

    .steps li.future + li > span:before {
        border-left-color: #efefef;
    }

    .steps li:first-child > span:after,
    .steps li:first-child > span:before {
        display: none;
    }
    /* Arrows at start and end */
    .steps li:first-child i,
    .steps li:last-child i {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: solid transparent;
        border-left-color: white;
        border-width: 15px;
    }

    .steps li:last-child i {
        left: auto;
        right: -15px;
        border-left-color: transparent;
        border-top-color: #FFF;
        border-bottom-color: #FFF;
    }
}

@media only screen and (max-width:1680px) {
    #bar-chart {
        height: auto;
        width: 90%;
    }

        #bar-chart .x-axis li span {
            width: 50%;
            float: left;
        }

        #bar-chart .y-axis li span {
            display: block;
            font-size: 12px;
            margin: -10px 0 0 -72px;
            padding: 0 10px;
            width: 70px;
        }

        #bar-chart .bar-group .bar {
            width: 50%;
        }

    .bar-info {
        position: absolute;
        left: 52%;
        top: 45%;
    }

    .steps span.icons {
        padding: 8px 5px;
        margin-right: 4px;
    }
}

.indicator-row {
    width: 100%;
    float: left;
    text-align: right;
}

.dot-green {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    background: var(--secondary-color);
    position: relative;
    top: 3px;
}

.dot-orange {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 15px;
    background: #ff8300;
    position: relative;
    top: 3px;
}

.indicator-row strong {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

@media only screen and (max-width:1420px) {
    .modal-carboncalculator .modal-body {
        padding: 10px 40px;
    }

    .modal-carboncalculator .modal-lg {
        max-width: 1160px;
        margin: 10px auto;
    }

    .modal-carboncalculator .modal-title {
        margin-top: 0px;
    }

    .modal-carboncalculator .modal-dialog .modal-header .close {
        top: 15px;
    }

    .box-panel-green {
        height: 245px;
    }

        .box-panel-green .image-panel {
            float: left;
            height: 120px;
            line-height: 100px;
        }

            .box-panel-green .image-panel img {
                max-height: 100px;
            }

    .modal-carboncalculator .modal-body p {
        margin-bottom: 10px;
    }

    .box-panel-green .info-panel {
        height: 80px;
        line-height: 80px;
    }

        .box-panel-green .info-panel h4 {
            font-size: 14px;
            line-height: 20px;
        }
}

.card-soft-border-success {
    background: #ffffff !important;
    color: #1aaf64 !important;
    font-weight: 500 !important;
    border: 2px solid #1aaf64;
    border-radius: 20px !important;
}

.insight-list {
    width: 100%;
    float: left;
    padding-left: 0px;
    list-style: none;
}

    .insight-list li {
        width: 100%;
        float: left;
        padding: 15px 0px;
        border-top: 1px solid #ddd;
        text-align: left;
        position: relative;
    }

        .insight-list li a {
            font-size: 16px;
            text-align: left;
            line-height: 22px;
            color: #262626;
            font-weight: 400;
        }

            .insight-list li a.success span {
                color: var(--primary-color);
            }

            .insight-list li a.primary span {
                color: #2500b4;
            }

            .insight-list li a.info span {
                color: #00b3dd;
            }

            .insight-list li a.danger span {
                color: #ff0d49;
            }

            .insight-list li a span.icon {
                position: absolute;
                right: 0px;
                top: 50%;
                color: var(--primary-color);
                font-size: 20px;
                left: auto;
                float: right;
            }

.box-orange {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #ff8300;
    position: relative;
    top: -3px;
}

.box-green {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: var(--primary-color);
    position: relative;
    top: -3px;
}

.box-gray {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #ddd;
    position: relative;
    top: -3px;
}

.label-text {
    position: relative;
    top: -13px;
    left: 10px;
}

.checkbox-relative {
    position: relative;
    top: 7px;
}

.card.border-dash {
    box-shadow: none !important;
    border: 2px dashed #ddd !important;
    background: transparent !important;
}

.list-update {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    background: #e7e6e6;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    padding: 10px;
    border-radius: 2px;
}

.body-light-gray {
    background: #f2f2f2 !important;
}

.label-text-carbon {
    position: relative;
    top: -5px;
    left: 10px;
    float: left;
    margin-top: 0px;
    font-weight: 600;
    color: #000;
}

.box-icon {
    display: inline-block;
    width: 50px;
    height: 30px;
    border-radius: 4px;
    background: transparent;
    position: relative;
    top: -17px;
    float: left;
    margin-right: 10px;
}

.hint-light {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 2px;
    background: #EFEFFF;
    color: #2700B5;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

    .hint-light .icon {
        width: 30px;
        float: left;
        margin-right: 5px;
        text-align: center;
        line-height: 40px;
    }

    .hint-light .text {
        width: calc(100% - 40px);
        float: left;
        margin-right: 5px;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
    }

.hint-warning {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 2px;
    background: #FFECD8;
    color: #2700B5;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

    .hint-warning .icon {
        width: 30px;
        float: left;
        margin-right: 5px;
        text-align: center;
        line-height: 40px;
    }

    .hint-warning .text {
        width: calc(100% - 40px);
        float: left;
        margin-right: 5px;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #CE6A01;
    }

.bg-soft-success-grad-small {
    background: #e9fff0;
    background: -moz-linear-gradient(top, #e9fff0 0px, #e9fff0 40px, #f9fafb 40px, #f9fafb 100%);
    background: -webkit-linear-gradient(top, #e9fff0 0px, #e9fff0 40px, #f9fafb 40px, #f9fafb 100%);
    background: linear-gradient(to bottom, #e9fff0 0px, #e9fff0 40px, #f9fafb 40px, #F9FAFB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9fff0', endColorstr='#f9fafb', GradientType=0);
}

.checkbox-relative-sm {
    position: relative;
    top: 15px;
}

.card.border {
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
}

.card.active,
.card.active .card-body,
.card.active .card-header {
    background: #f4f4f4 !important;
}

.count {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    float: left;
    margin-top: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.input-inline {
    width: 110px;
    height: auto;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.or-text {
    width: 30px;
    height: auto;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    float: left;
}

.input-inline select {
    height: 36px;
}

.table tr.blue-tr td {
    background-color: #e9eef8 !important;
    color: #2e75cd;
    font-weight: bold;
}

.table tr.red-tr td {
    background-color: #fbe5d6 !important;
    color: #fd3300;
    font-weight: bold;
}

.table tr.green-tr td {
    background-color: #e2f0d9 !important;
    color: #33ba50;
    font-weight: bold;
}

.btn-icon {
    position: relative;
    top: -2px;
    height: 20px;
}

.btn-bordered {
    background: #ffffff;
    color: #000000;
    border-color: #c2bfd0;
}

.min-100 {
    min-height: 100px !important;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 860px;
    min-width: 750px;
    max-width: 900px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
/*---new adplant css---*/
#AdPlantFeedstockModal .modal.left .modal-dialog {
    width: 800px !important;
    max-width: 1320px !important;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog {
    left: -540px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/

.modal.right.fade .modal-dialog {
    right: -540px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 10px;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */

body {
    background-color: #78909C;
    font-size: 16px;
}

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

.width-100 {
    width: 100%;
}

.font-16 {
    font-size: 16px !important;
}

.font-14 {
    font-size: 14px !important;
    color: #808080;
    font-weight: 300;
}

.text-unit {
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    color: #495057 !important;
}

.bg-gray {
    background: var(--surface-color-dark) !important;
    border-radius: 5px;
    margin-top: 10px;
}

.bg-gray-expand {
    background: var(--surface-color-dark) !important;
    border-radius: 0 0 5px 5px;
    position: relative;
    margin-top: -5px;
}

.alert-soft-danger {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px 10px 5px;
    position: static;
    width: 482px;
    height: 120px;
    left: 30px;
    top: 20px;
    background: rgba(200, 14, 48, 0.15);
    border-radius: 4px;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 30px 0px;
    color: #C80E30;
}

.encouraged-border {
    border-left: 3px solid #ED7D31;
}

.required-border {
    border-left: 3px solid #FF0000;
}

.suggested-border {
    border-left: 3px solid #FFC000;
}

.optional-border {
    border-left: 3px solid #70AD47;
}

.discouraged-border {
    border-left: 3px solid #000000;
}

/*benchmark css start*/

.benchmark-heading {
    font-size: 36px;
}

.top-section-grey {
    background: #F9FAFB;
}

.green-tab {
    background: var(--primary-color);
    border-radius: 10px;
}

.btn-green {
    background: rgba(11, 0, 66, 0.25);
    border-radius: 6px;
    padding: 5px 12px 5px 5px;
}

.icon-text {
    vertical-align: middle;
    margin-top: 10px;
}

.accordian-div .card {
    background: #F4F4F4;
    padding: 20px;
}

.accor-btn {
    border: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    text-align: left;
    padding: 10px 0;
}

.down-btn {
    background: rgba(11, 0, 66, 0.25);
    border-radius: 6px;
    color: #000;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: top;
    line-height: 35px;
    text-align: center;
}

.inner-accor {
    width: 100%;
}

.input-cls {
    width: 50px;
    height: 35px;
    border: 1px solid #000 !important;
    text-align: center;
}

.year-div {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 10px;
    max-width: 300px;
    width: 100%;
}

.input-form {
    width: 100px;
    display: inline-block;
    min-height: 35px;
}

.circle-count {
    background: #8D8D8D;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    color: #ffff;
}

.light-mandy-violet {
    background: #EFEFFF;
}

.light-mandy-color {
    color: #2700B5;
}

.mandy-font-22 {
    line-height: 26px;
}

/*feed mix css*/

.card-divsec {
    max-width: 800px;
    width: 100%;
    border-radius: 10px;
}

.topic-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .topic-sec .t-bars {
        height: 45px;
        align-self: flex-start;
        margin: auto 0 auto 0;
        border-right: 1px solid #fff;
        border-radius: 0 3px 3px 0;
        margin-bottom: 22px;
        flex-grow: 100;
        width: var(--bar-value);
        background-color: #4075FF;
        align-items: center;
        justify-content: center;
        display: flex;
    }

.margin-top-20 {
    margin-top: 20px;
    color: #BABABA;
}

.topic-sec.grap-topic-sec {
    background: transparent;
    height: 35px;
}

    .topic-sec.grap-topic-sec .t-bars {
        background: transparent;
        height: 35px;
    }

    .topic-sec.grap-topic-sec .light-greyclr {
        color: #6F6F6F;
    }

.grass-bg {
    background: #FB6B6E !important;
}

.straw-bg {
    background: #F4B83A !important;
}

.hay-bg {
    background: #79438C !important;
}

.maize-bg {
    background: #9ED665 !important;
}

.rape-bg {
    background: #4075FF !important;
}

.distillers-bg {
    background: #CE6A01 !important;
}

.sugar-bg {
    background: #D33C58 !important;
}

.min-bg {
    background: #DF68BD !important;
}

.barley-bg {
    background: #868AD6 !important;
}

.bar-ul {
    list-style: none;
    margin-top: 10px;
}

span.text-bar {
    vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
}

span.tbars-info {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}

.bar-ul li {
    display: inline-block;
    margin-right: 14px;
}

.bg-grey-card {
    background: #F4F4F4;
}

.btn-green.btn-white {
    background: #fff;
    color: #000 !important;
}

.header-image-section {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
}

    .header-image-section:after {
        content: "";
        width: 100%;
        height: 240px;
        background: rgba(0, 0, 0, 0.1);
        z-index: 1;
        top: 0;
        left: 0;
        position: absolute;
    }

.header-image-panel {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}

    .header-image-panel img {
        height: 240px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.header-info-panel {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    padding: 25px;
}

.error-icon {
    padding-right: 10px;
    padding-left: 10px;
}

/*.required-border {
    border-left: 3px solid rgba(200, 14, 48, 0.15);
}*/

.optional-border {
    border-left: 3px solid #8DD7BC;
}

/* Start Procurement Suppliers */

.vertical-tab-div .vertical-tab-sec .nav-pills .nav-link {
    background: #F4F4F4;
    border-radius: 5px;
    min-height: 62px;
    color: #393939;
}

    .vertical-tab-div .vertical-tab-sec .nav-pills .nav-link:hover {
        background: #AC622C;
        color: #fff;
    }

    .vertical-tab-div .vertical-tab-sec .nav-pills .nav-link.active {
        background: #AC622C;
        color: #fff;
    }

.vertical-tab-div .vertical-tab-sec .nav-item {
    margin-bottom: 5px;
}

.nav-text-info {
    vertical-align: middle;
    margin-top: 5px;
}

.vertical-tab-sec .search-ui {
    width: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    position: relative;
    padding-right: 30px;
}

.search-ui-icon {
    position: absolute;
    top: 13px;
    right: 15px;
}

.vertical-tab-sec {
    box-shadow: 3px 0 10px 0 rgb(183 192 206 / 20%);
}

.vertical-tab-div .d-tabs-sec .nav.nav-tabs {
    background: #F4F4F4;
}

.bg-grey-tabbing {
    background: #F4F4F4;
}

.vertical-tab-div .d-tabs-sec .nav-tabs .nav-link {
    color: #2700B5 !important;
}

    .vertical-tab-div .d-tabs-sec .nav-tabs .nav-link.active {
        color: #000 !important;
    }

.bg-default-sandy-clr {
    background: #EFEFFF;
}

.label-text-sec {
    border-radius: 8px;
    padding: 8px 8px 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

    .label-text-sec.warning {
        color: #FF8300;
        background: rgba(229, 118, 1, 0.15);
    }

    .label-text-sec.success {
        background: rgba(26, 175, 100, 0.15);
        color: #1AAF64;
    }

.container-500 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.sandy-violet-bg {
    background: #EFEFFF;
    color: #2700B5;
}

    .sandy-violet-bg p {
        background: #EFEFFF;
        color: #2700B5;
        padding: 10px;
    }

.sandy-danger-bg {
    background: rgba(200, 14, 48, 0.15);
    color: #C80E30;
}

    .sandy-danger-bg p {
        color: #C80E30;
        padding: 10px;
    }

.d-icon-sandy {
    width: 26px;
    float: left;
}

.d-text-sandy {
    width: 418px;
    float: left;
}

.chat-div {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat-div li {
        max-width: 450px;
        width: 100%;
        clear: both
    }

        .chat-div li.left-chat {
            text-align: left;
            float: left;
        }

        .chat-div li.right-chat {
            text-align: left;
            float: right;
        }

.image-p {
    display: block !important;
    overflow: hidden;
    width: 100%;
}

.img-side-left {
    width: 14%;
    float: left !important;
}

.text-side-right {
    width: 86%;
    float: left;
}

.sandy-card-sec .badge-danger {
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #C80E30;
    background: rgba(200, 14, 48, 0.15);
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
}

.sandy-card-sec .badge-warning {
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #FF8300;
    background: rgba(229, 118, 1, 0.15);
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
}

.sandy-card-sec .badge-transparent {
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    background: transparent;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
}

.sandy-card-sec .product-img {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    text-align: center;
}

    .sandy-card-sec .product-img img {
        width: 50px;
    }

.sandy-card-sec .product-info-sec {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 5px;
}

.sandy-card-sec .pro-nme {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #393939;
    display: block;
    text-transform: capitalize;
}

.sandy-card-sec .pro-moreinfo {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #393939;
    display: block;
    text-transform: capitalize;
}

.side-tab-div .nav-pills .nav-link {
    background: #F4F4F4;
    border-radius: 5px;
    min-height: 62px;
    color: #393939;
}

.side-tab-div .nav-item {
    margin-bottom: 10px;
}

.side-tab-div .nav-text-info {
    vertical-align: middle;
    margin-top: 7px;
}

/* End Procurement Suppliers*/

/* start  pest and disease */

.risk-rows {
    width: 100%;
    float: left;
    margin: 5px 0px;
}

.risk-column-text {
    width: 40%;
    float: left;
    margin: 0px;
}

.risk-column {
    width: 60%;
    float: left;
}

.risk-pogress {
    width: 100%;
    float: left;
    height: 42px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.risk-pogress--red-left {
    background: #FB6B6E;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--red-right {
    background: #FB6B6E;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--yellow-left {
    background: #F4B83A;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--yellow-center {
    background: #F4B83A;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--yellow-full {
    background: #F4B83A;
    border-radius: 5px;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--yellow-right {
    background: #F4B83A;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--green-left {
    background: #9ED665;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--green-right {
    background: #9ED665;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--green-center {
    background: #9ED665;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--green-full {
    background: #9ED665;
    border-radius: 5px;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--green-dark-left {
    background: #39B98B;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--green-dark-right {
    background: #39B98B;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--green-dark-center {
    background: #39B98B;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 1px solid #fff;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-pogress--green-dark-full {
    background: #39B98B;
    border-radius: 5px;
    float: left;
    height: 42px;
    line-height: 42px;
}

.risk-h4 {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
}

.red {
    color: #FB6B6E;
}

.yellow {
    color: #F4B83A;
}

.green {
    color: #9ED665;
}

.green-dark {
    color: #39B98B;
}

.card-light {
    background: #f4f4f4 !important;
}

.impact-row {
    width: 100%;
    float: left;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.impact-col-text {
    width: 10%;
    float: left;
    margin: 0;
}

.impact-col-red {
    width: 40%;
    float: left;
    margin: 0;
}

.impact-col-green {
    width: 50%;
    float: left;
    margin: 0;
}

.impact-h4 {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #393939;
}

.progress-red,
.progress-green {
    width: 100%;
    float: left;
    margin: 0;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 9px;
}

.progress-red--left {
    width: 33.3333%;
    float: left;
    background: #E691A1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.progress-red--center {
    width: 33.3333%;
    float: left;
    background: #EFB9C3;
    border-radius: 0px;
}

.progress-red--right {
    width: 33.3333%;
    float: left;
    background: #F7D9DF;
    border-radius: 0px;
}

.progress-green--left {
    width: 25%;
    float: left;
    background: #D6F1E7;
    border-radius: 0px;
}

.progress-green--center {
    width: 25%;
    float: left;
    background: #B9E6D6;
    border-radius: 0px;
}

.progress-green--right {
    width: 25%;
    float: left;
    background: #8DD7BC;
    border-radius: 0px;
}

.progress-green--right-dark {
    width: 25%;
    float: left;
    background: #69CAA8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.progress-red--transp {
    color: #E691A1;
    width: 33.33%;
    float: left;
    font-weight: 600;
}

.progress-green--transp {
    color: #69CAA8;
    width: 25%;
    float: left;
    font-weight: 600;
}

.assessment-h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
}

.assessment-h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.credit-bar {
    width: 90%;
    height: 10px;
    float: right;
}

.credit-bar--green {
    background: #8DD7BC;
    float: left;
    height: 10px;
}

.credit-bar--yellow {
    background: #FFC587;
    float: left;
    height: 10px;
}

.credit-bar--red {
    background: #E691A1;
    float: left;
    height: 10px;
}

.credit-bar-info {
    width: 90%;
    height: 10px;
    float: right;
    margin-top: 10px;
}

.info-bar {
    width: 33.33%;
    float: left;
    margin: 0px;
    font-size: 14px;
    color: #6f6f6f;
}

.arrow-bg {
    display: inline-block;
    flex-direction: row;
    align-items: center;
    padding: 2px;
    position: static;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 0px;
    background: #E0E0E0;
    border-radius: 6px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
    line-height: 25px;
    text-align: center;
}

.border-bottom-dark {
    border-bottom: 1px solid #ddd !important;
}

.success-panel {
    width: 100%;
    float: left;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #D6F1E7;
    padding: 15px;
}

.warning-panel {
    width: 100%;
    float: left;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #FFECD8;
    padding: 15px;
}

.danger-panel {
    width: 100%;
    float: left;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #F7D9DF;
    padding: 15px;
}

.info-line {
    width: 100%;
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 171% */
    /* Grey 50 */
    color: #6F6F6F;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 5px 0px;
    height: 30px;
}

.text-orange {
    color: #FF8300;
}

.acc-h3 {
    width: 100%;
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 171% */
    /* Grey 50 */
    color: #393939;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 5px 0px;
    height: 30px;
}

a[aria-expanded="true"] .arrow-bg {
    transform: rotate(180deg);
    background: #2700B5;
    color: #fff;
}

/* end pest and disease*/

.badge-simple {
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0em;
    text-align: left;
    color: #2700B5;
    background: #EFEFFF;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
    margin-right: 10px;
}

.modal.left.modalbid-request .modal-dialog {
    max-width: 700px;
    width: 100%;
}

.product-sec-div .product-img {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    text-align: center;
}

    .product-sec-div .product-img img {
        width: 50px;
    }

.product-sec-div .product-info-sec {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 5px;
}

.product-sec-div .pro-nme {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #393939;
    display: block;
    text-transform: capitalize;
}

.product-sec-div .pro-moreinfo {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #393939;
    display: block;
    text-transform: capitalize;
}

.user-circle-img {
    height: 50px;
    width: 50px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    padding: 10px;
    background: #EFEFFF;
    display: inline-block;
}

.user-info-sec {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 5px;
    vertical-align: middle;
}

    .user-info-sec .usern-nme {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        color: #393939;
        display: block;
        text-transform: capitalize;
    }

    .user-info-sec .user-moreinfo {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #393939;
        display: block;
        text-transform: capitalize;
    }

.width-130 {
    max-width: 130px;
    width: 100%;
    min-height: 40px;
}

.card-soft-warning {
    background: rgba(229, 118, 1, 0.15) !important;
    color: #FF8300 !important;
    font-weight: 600 !important;
}

.bidpopup .modal-dialog {
    max-width: 424px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%) !important;
}

    .bidpopup .modal-dialog h5 {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        color: #393939;
    }

    .bidpopup .modal-dialog p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        color: #393939;
    }

.bidpopup .modal-content {
    padding: 20px;
}

.border-dashed {
    border: 1px dashed #ccc;
}

/*inventory css start*/

.select-width-auto {
    width: auto;
    min-width: 200px;
}

.side-filter-nav {
    background: #fff;
    min-height: 1822px;
    max-width: 300px;
    width: 100%;
    overflow: auto;
}

    .side-filter-nav ul .nav-item .nav-link {
        color: #000;
        font-size: 14px;
        padding: 10px 5px !important;
    }

    .side-filter-nav .submenu-div ul .nav-item .nav-link {
        color: #262626;
        padding-left: 10px !important;
    }

    .side-filter-nav ul .nav-item .nav-link.link-font-16 {
        font-size: 16px;
    }

.label-violet-soft {
    background: #EFEFFF;
    color: #2700B5;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.border-bottom-grey {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.filter-card-sec .product-img {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    text-align: center;
}

.filter-card-sec .product-info-sec {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 5px;
}

.filter-card-sec .pro-nme {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #393939;
    display: block;
    text-transform: capitalize;
}

.filter-card-sec .pro-moreinfo {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #393939;
    display: block;
    text-transform: capitalize;
}

.badge-font-20 {
    font-size: 20px;
}

.f-tabs-sec .nav.nav-tabs {
    background: transparent;
    padding-left: 10px;
}

.f-tabs-sec .nav-tabs .nav-link {
    color: #2700B5 !important;
}

    .f-tabs-sec .nav-tabs .nav-link.active {
        background: #fff;
        color: #000 !important;
    }

.breadcrum-ul {
    list-style: none;
}

    .breadcrum-ul li {
        display: inline-block;
        font-size: 14px;
        color: #2700B5 !important;
        margin-right: 10px;
    }

        .breadcrum-ul li.text-grey {
            color: #C6C6C6 !important;
        }

.label-name-heading {
    font-size: 18px;
    line-height: 22px;
    color: #6F6F6F;
    margin-bottom: 10px;
}

.label-name-info {
    font-size: 24px;
    line-height: 28px;
    color: #262626;
}

.font-18-table th,
.font-18-table td {
    font-size: 18px !important;
}

.bg-light-grey {
    background: #f4f4f4;
}

.modal.left.modal-700 .modal-dialog {
    max-width: 700px;
    width: 100%;
}

.input-width-203 {
    max-width: 203px;
    width: 100%;
    min-height: 35px;
}

.input-width-160 {
    max-width: 160px;
    width: 100%;
    min-height: 35px;
}

.width-100-div {
    width: 100%;
}

.progress-bar.bg-violet-sec {
    background: #2700B5;
}

.progress.progress-6 {
    height: 6px !important;
}

/*inventory css End*/

.mandy-light-clr {
    color: #262626;
    font-weight: 400;
}

.mandy-bold-clr {
    color: #262626;
    font-weight: 700;
}

.mandy-font-14 {
    font-size: 14px;
    line-height: 22px;
}

.mandy-font-16 {
    font-size: 16px;
    line-height: 22px;
}

.mandy-font-18 {
    font-size: 18px;
    line-height: 22px;
}

.mandy-font-20 {
    font-size: 20px;
    line-height: 22px;
}

.mandy-font-22 {
    font-size: 22px;
    line-height: 22px;
}

.mandy-font-24 {
    font-size: 24px;
    line-height: 22px;
}

/*green white image*/

.box-panel-green.active {
}

    .box-panel-green.active .image-panel img.active-image {
        display: inline-block;
    }

    .box-panel-green.active .image-panel img.white-image {
        display: none;
    }

.box-panel-green .image-panel img.active-image {
    display: none;
}

.box-panel-green .image-panel img.white-image {
    display: inline-block;
}

.dot-li {
    list-style: none;
    overflow: hidden;
}

    .dot-li li {
        position: relative;
        width: 100%;
    }

        .dot-li li:before {
            position: absolute;
            top: 7px;
            left: -15px;
            width: 5px;
            height: 5px;
            content: "";
            background: #fff;
            border-radius: 50%;
        }

.custom-card .content-body .card {
    background: #FFFFFF;
    border: 2px solid rgba(38, 38, 38, 0.05) !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

    .custom-card .content-body .card .card-header {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        padding: 24px 32px;
    }

        .custom-card .content-body .card .card-header .card-title {
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 28px;
            display: flex;
            align-items: center;
            letter-spacing: 0.15px;
            color: #262626;
            text-transform: none;
            margin: 0;
            padding-top: 10px;
        }

    .custom-card .content-body .card .card-body {
        min-height: 168px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .custom-card .content-body .card .card-body::-webkit-scrollbar {
            width: 8px
        }

        .custom-card .content-body .card .card-body::-webkit-scrollbar-track {
            background: #fff;
            opacity: 1
        }

        .custom-card .content-body .card .card-body::-webkit-scrollbar-thumb {
            background: #262626 !important;
            width: 8px;
            border-radius: 10px
        }

    .custom-card .content-body .card .card-footer {
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

.body-content {
    width: 100%;
    float: left;
    padding: 32px 48px;
    display: flex;
    flex-wrap: wrap;
}

    .body-content .left-panel {
        position: relative;
        flex: 0 0 325px;
        max-width: 325px;
        width: 325px;
        margin-right: 64px;
        padding: 32px 0px;
    }

        .body-content .left-panel h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 40px;
            line-height: 48px;
            color: #262626;
            margin-bottom: 56px;
            width: 100%;
            float: left;
            text-align: left;
        }

    .body-content .right-panel {
        position: relative;
        flex: 0 0 calc(100% - 453px);
        max-width: calc(100% - 453px);
        width: calc(100% - 453px);
        margin-left: 64px;
        padding: 40px 0px;
    }

        .body-content .right-panel ul {
            width: 100%;
            float: left;
            padding: 0px;
            list-style: none;
        }

            .body-content .right-panel ul li {
                margin-bottom: 16px;
                width: 100%;
                float: left;
            }

                .body-content .right-panel ul li .icon {
                    width: 30px;
                    text-align: center;
                    float: left;
                }

                .body-content .right-panel ul li .data-content {
                    width: calc(100% - 30px);
                    text-align: left;
                    float: left;
                }

                    .body-content .right-panel ul li .data-content h4 {
                        font-style: normal;
                        font-weight: normal;
                        font-size: 18px;
                        line-height: 24px;
                        display: flex;
                        align-items: center;
                        letter-spacing: 0.15px;
                        color: #262626;
                        display: block;
                        margin-bottom: 0px;
                    }

                    .body-content .right-panel ul li .data-content p {
                        font-style: normal;
                        font-weight: normal;
                        font-size: 14px;
                        line-height: 20px;
                        color: rgba(38, 38, 38, 0.6);
                        display: block;
                        margin-bottom: 0px;
                        max-width: 530px;
                    }

    .body-content .left-panel-certificate {
        position: relative;
        flex: 0 0 536px;
        max-width: 536px;
        width: 536px;
        margin-right: 64px;
        padding: 32px 0px;
    }

    .body-content .right-panel-certificate {
        position: relative;
        flex: 0 0 calc(100% - 664px);
        max-width: calc(100% - 664px);
        width: calc(100% - 664px);
        margin-left: 64px;
        padding: 0px;
    }

        .body-content .right-panel-certificate .certificateImg {
            margin-top: -32px;
        }

.content-body .table tbody td {
    font-size: 18px !important;
}

.content-body .table thead th {
    font-size: 16px !important;
    color: rgba(38, 38, 38, 0.6) !important;
    text-transform: capitalize !important;
}

.header {
    width: 100%;
    float: left;
    padding: 20px 0 40px;
}

    .header .title {
        width: 50%;
        float: left;
        text-align: left;
        margin: 0;
    }

        .header .title h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 40px;
            line-height: 48px;
            color: #262626;
        }

            .header .title h2 img {
                display: inline-block;
                margin-right: 30px;
            }

    .header .right-links {
        width: 50%;
        float: left;
        text-align: right;
        margin: 15px 0;
    }

        .header .right-links a {
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            color: #262626;
            margin-left: 50px;
        }

.cerificate-feature h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(38, 38, 38, 0.6);
    width: 100%;
    float: left;
    margin-top: 50px;
}

.cerificate-feature h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */
    letter-spacing: 0.15px;
    /* Light / On Surface 100% */
    color: #262626;
    width: 100%;
    float: left;
}

.management-feature {
    width: 100%;
    margin-bottom: 30px;
}

    .management-feature h4 {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.15px;
        color: rgba(38, 38, 38, 0.6);
        padding-left: 10px;
    }

    .management-feature h3 {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        /* identical to box height, or 133% */
        letter-spacing: 0.15px;
        /* Light / On Surface 100% */
        color: #262626;
    }

.input-uses {
    margin: 30px -30px 0 !important;
    border-top: 2px solid #ddd;
    padding: 0 20px;
}

.input-h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    letter-spacing: 0.15px;
    /* Light / On Surface 100% */
    color: #262626;
    margin: 40px 0 20px;
    padding-left: 10px;
}



.trinity-logo {
    margin-bottom: 20px;
    margin-top: 20px;
}

.smal-card h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    letter-spacing: 0.15px;
    /* Light / On Surface 100% */
    color: #262626;
    margin: 20px 0 10px;
}

.smal-card h5 {
    /*textAppearanceSubtitle2 */

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    letter-spacing: 0.15px;
    /* Light / On Surface 100% */
    margin: 0px 0px 20px;
    color: #262626;
}

/*BIODIVERSITY*/

.body-one {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    /*color: rgba(33, 33, 33, 0.6);*/
}

.body-ul {
    list-style-type: initial;
    /* max-width: 448px;*/
    margin-bottom: 35px;
    display: none;
    margin-left: 82px;
}

    .body-ul > li {
        border-bottom: 0 !important;
        margin-bottom: 5px;
    }

.accordion {
    list-style-type: none;
    padding: 0;
}

    .accordion li {
        /* border-bottom: 1px solid #d9e5e8;*/
        position: relative;
    }

        .accordion li:last-child {
            border-bottom: none;
        }

        .accordion li p {
            display: none;
            padding: 10px 25px 30px;
            color: #6b97a4;
        }

    .accordion a {
        width: 100%;
        display: block;
        cursor: pointer;
        font-weight: 600;
        line-height: 3;
        font-size: 18px;
        /* text-indent: 15px;*/
        user-select: none;
    }

.accordion-header {
    display: flex;
    justify-content: space-between;
}

.accordion-header-left {
    display: flex;
    align-items: center;
    text-indent: 0px;
}

.accordion-title {
    font-size: 18px;
    font-weight: bold !important;
    color: #262626 !important;
    text-indent: 0px;
}

.accordion-icon {
    width: 40px;
    height: 40px;
    margin: 24px 32px;
}

.accordion-indicator-active {
    display: none;
}

.accordion-indicator-inactive {
    display: initial;
}

.accordion .active .accordion-indicator-active {
    display: initial;
}

.accordion .active .accordion-indicator-inactive {
    display: none;
}

.accordion-indicator-active, .accordion-indicator-inactive {
    width: 15px;
    height: 15px;
    margin: 24px 32px;
}

.info-icon {
    width: 36px;
    height: 36px;
}

.info-table-div {
    display: flex;
    align-items: center;
}

.linearTable thead th {
    font-size: 16px;
    vertical-align: top;
}

.linearTable tbody td {
    word-break: break-all;
    word-wrap: break-word;
    line-height: 20px;
}

title {
    z-index: 9999999 !important;
}

.btn-add {
    color: black;
    padding: 0px;
    background: rgba(33, 33, 33, 0.05);
    display: flex;
    align-items: center;
    padding-right: 12px;
}

.add-button-icon {
    width: 36px;
    height: 36px;
}

.field-map {
    width: 60%;
}

.fields-body {
    padding: 0px;
}

.field-info {
    padding: 0 32px;
    width: 100%;
}

.create-report-two-content {
    display: flex;
}

.create-report-two-left-column {
    width: 550px;
    border-right: 1px solid #f2f4f9;
    padding: 32px;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.5);
}

.create-report-two-right-column {
    flex: 1;
    padding: 32px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #f2f4f9;
    margin: 24px 0px;
}

.create-report-two-input-group {
    border: 2px solid rgba(33, 33, 33, 0.12);
    box-sizing: border-box;
    border-radius: 6px;
    height: 40px;
    margin-bottom: 16px;
}

.create-report-two-input-group-text {
    border: 0px;
    background: none;
}

.create-report-two-input {
    border: 0px;
}

.search-accordion-indicator-active, .search-accordion-indicator-inactive {
    width: 12px;
}

.search-accordion-indicator-active {
    display: none;
}

.search-accordion-indicator-inactive {
    display: initial;
}

.accordion .active .search-accordion-indicator-active {
    display: initial;
}

.accordion .active .search-accordion-indicator-inactive {
    display: none;
}

.search-accordion {
    margin-top: 32px;
    margin-bottom: 0px;
}

.search-accordion-ul {
    list-style-type: none;
    padding: 0px;
}

    .search-accordion-ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 0px;
        margin-bottom: 16px;
    }

        .search-accordion-ul li:last-child {
            margin-bottom: 0px;
        }

.search-icon-container {
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-icon {
    width: 12px;
    height: 12px;
}

.search-accordion-field-icon {
    width: 12px;
    height: 12px;
}

.search-accordion-header {
    margin-bottom: 16px;
}

.field-management-subtitle {
    margin-bottom: 16px;
}

.option-container {
    margin-bottom: 16px;
}

.option-title {
    margin-bottom: 16px;
}

.create-report-checkbox {
    display: flex;
    align-items: center;
}

    .create-report-checkbox input {
        margin-right: 24px;
    }

/*.biodiversity-header {
    margin-top: 0px;
    margin-bottom: 15px;
}

    .biodiversity-header h1 {
        margin-bottom: 0px;
    }*/

/*.biodiversity-button {
    padding-top: 2px;
}*/

.biodiversity-header-left {
    display: flex;
    align-items: center;
}

.biodiversity-header-back-icon {
    width: 16px;
    margin-right: 36px;
}

.blocker {
    z-index: 1000 !important;
}

.modal {
    padding: 0px !important;
    /* max-width: 1000px !important;
    height: initial !important; */
}

.help-modal-button-selected {
    display: flex;
    align-items: center;
    border: 2px solid rgba(0, 184, 43, 1);
    border-radius: 10px;
    padding-right: 24px;
    margin-bottom: 16px;
}

.help-modal-button {
    display: flex;
    align-items: center;
    border: 2px solid rgba(33, 33, 33, 0.05);
    border-radius: 10px;
    padding-right: 24px;
    margin-bottom: 16px;
}

.help-modal-icon {
    margin: 24px;
    width: 40px;
    height: 40px;
}

.help-modal-ul {
    margin-bottom: 16px;
    width: 380px !important;
}

    .help-modal-ul li {
        margin-bottom: 20px;
    }

.close-modal {
    display: none !important;
}
/*----------------ui designer--------------*/
/*profile initials on header stlying*/
.profile-initial {
    background: #eee;
    width: 22px;
    padding: 10px 12px;
    text-align: center;
    font-size: 12px;
    color: black;
    border-radius: 50%;
    margin-left: 15px;
}
/*.select2-container {
    padding: 0 20px 0 0;
}*/
.arrow-header {
    width: 100px;
    float: left;
    clear: both;
    position: absolute;
    left: 80px;
}

.arrows-header ul {
    padding: 0;
    margin: 0;
}

.arrow-header ul li {
    list-style: none;
    padding-left: 10px;
    display: inline-block;
}
/*-----------bioDiversity Page Styles*/
.pad-bio-heading {
    padding: 35px 30px 30px 30px !important;
}

.light-gray-btn {
    background: rgba(33, 33, 33, 0.05);
    color: rgba(33, 33, 33, 1);
    padding: 12px;
    border-radius: 6px;
    width: auto;
    text-transform: initial;
}

    .light-gray-btn:hover {
        color: rgba(33, 33, 33, .8) !important;
    }

.apply-icon {
    height: 18px;
    width: 18px;
    margin: 0 5px;
}

.biodiversity-head-wrapper h4 {
    font-weight: normal !important;
}

.biodiversity-head-wrapper {
    border-bottom: solid 1px #eee;
}

.btn-active {
    background: #93E1A5;
    color: rgba(0, 184, 43, 1);
    padding: 12px;
    border-radius: 20px;
    width: auto;
    text-transform: initial;
}

.btn-inactive {
    background: rgba(233, 233, 233, 1);
    color: rgba(33, 33, 33, 1);
    padding: 12px;
    border-radius: 20px;
    width: auto;
    text-transform: initial;
}

.bio-btn-search-wrap a:hover {
    color: inherit !important;
}

.mar-l-5 {
    margin-left: 5px !important;
}

.mar-r-5 {
    margin-right: 5px !important;
}

.bio-accordion .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    font-size: 13px;
    text-indent: 15px;
    user-select: none;
}

.bio-accordion .accordion-header-left {
    color: rgba(33, 33, 33, 0.6) !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
}

.text-13 {
    font-size: 13px !important;
}
/*multiselect apply modal*/
.apply-modal .modal-header {
    background: white;
    border-radius: 20px 20px 0 0;
}

.apply-modal h4 {
    font-family: inherit !important;
    font-size: 18px !important;
}

.apply-modal .modal-content {
    border-radius: 20px !important;
}

#checkboxes-apply {
    border: none !important;
    overflow: auto;
    height: 126px;
}

    #checkboxes-apply option {
        padding: 10px 0;
        font-size: 16px;
        color: black;
        font-family: inherit !important;
    }

.modal-header .close {
    font-weight: normal;
    margin-top: 2px !important;
    font-size: 26px;
}
/*.img-responsive{
    width:100% !important;
}*/
.mar-t-b-20 {
    margin: 10px auto 30px auto !important;
}

.get-started-modal {
    background: #EFEFFE;
    border-radius: 15px;
    padding: 20px;
}

.forward-icon {
    height: 18px;
    width: 18px;
}

.center-block {
    margin-left: auto !important;
    margin-right: auto !important;
}

.get-started-modal p {
    font-size: 16px;
    padding: 10px 0;
}

.get-started-modal .tip {
    background: #D8D7EA;
    padding: 15px;
    width: 75%;
    margin: 5px auto;
    border-radius: 10px;
}

.tip-text {
    font-size: 16px;
}

.get-started-modal h4 {
    padding-bottom: 20px;
}

.btn-outline {
    border-radius: 5px;
    box-shadow: 0 0 5px lightgrey;
}

    .btn-outline:hover {
        border: solid 1px #eee;
        box-shadow: 0 0 15px lightgrey;
    }

.btn-lightblue {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
/*.metricsInfoimodel .modal-content {
    border-radius: 10px;
    border: none;
    background: #EFEFFE;
    padding: 20px;
    color: black;
    text-align: center;
}
.metricsInfoimodel  p{ font-size:16px; color:black;}*/
/*.metricsInfoimodel .btn-close {
    padding: 5px 10px !important;
    font-size: 14px;
    margin: auto !important;
}*/
.btn-gray {
    background: #AFAFAF !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 0;
    height: 7px;
    left: 0;
    position: absolute;
    width: 7px;
    border-top: solid 2px gray !important;
    border-left: solid 2px gray !important;
    transform: rotate( 180deg );
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: -100px;
    width: 20px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
        content: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0;
}

.header-image {
    min-width: 250px;
}

.fade-text {
    color: rgba(38, 38, 38, 0.6);
    font-weight: 500;
    font-size: 16px;
}

.fa.fa-minus1 img.add {
    display: none
}

.fa.fa-plus1 img.minus {
    display: none
}

.accordion-inactive {
    width: 18px;
    height: 18px;
}

.feeds-card-main ul {
    padding-left: 20px;
}

.feeds-card-main li {
    text-align: justify;
}

/*.remove-gray-bg .progress {
    background-color: transparent !important;
}*/

.text-dark-blue {
    color: #2700b5;
}

#accumulatedchart .highcharts-container {
    width: 100% !important;
}

@media only screen and (max-width: 1420px) {
    .sm-screen .btn {
        font-size: 16px !important
    }
}

.card-body.calculator-form h4.h4 {
    font-size: 22px !important;
}

.card-body.calculator-form .form-control-border {
    font-size: 20px !important;
}

.radio.radio-primary label {
}

#organicarablediv h6.h6 {
    font-size: 20px;
}

.six-hd h6 {
    font-size: 20px;
}

.add-data-strip {
    background-color: var(--primary-color-ramp-050);
    padding: 8px;
    box-shadow: 0px 2px 4px 0px rgb(15 15 15 / 10%) !important;
}

.mandy-font-24 {
    font-size: 24px;
}

/*water management new changes */
.light-green-header {
    background: rgba(233, 255, 240, 0.70);
    padding-bottom: 10px;
    padding-top: 25px;
    border-radius: 6px;
}

.feeds-card-main div.title {
    font-size: 20px !important;
    font-weight: 400;
}

.text-dark-gray {
    color: #323232;
}

.pt-15 {
    padding-top: 13px !important;
}

.accordion1 .card-header {
    background-color: rgba(233, 255, 240, 0.70);
}

.delete-position {
    position: absolute;
    right: -12px;
    cursor: pointer;
}

.remove-border .input-group-addon.bg-transparent {
    border: 0 !important;
    min-width: 40px;
    text-align: left;
    flex-flow: inherit !important
}

.radius-none {
    border-radius: 0 !important
}

.h6 {
    font-size: 20px !important;
}

.mandy-font-36 {
    font-size: 24px !important;
}

.w-100pixle {
    max-width: 100px !important;
}

.w-200pixle {
    max-width: 200px !important;
}

.max-width150px {
    max-width: 150px !important;
}

.ml-20 {
    margin-left: 20px;
}

.input-size {
    max-width: 200px;
    margin-left: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    min-height: 25px;
}

.max-width-100 {
    max-width: 100px;
}

.card-section-gray {
    background-color: #f5f4f6;
    padding: 20px;
    min-height: 130px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.modal.right.filter .modal-dialog {
    position: fixed;
    /*bottom: 0px;*/
    right: 0;
    margin: auto;
    height: 400px !important;
    top: 100px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-body .input-group.date.datepicker.farm-date {
    border: 0 !important
}

#carboncalculatorbeefsucklerherdModal .input-group.date.datepicker.farm-date input[type=text] {
    max-width: 150px;
    min-width: 100px;
}

#vcarboncalculatorbeefsucklergrazingModal .input-group.date.datepicker.farm-date input {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorbeefsucklermeetproductionModal .input-group.date.datepicker.farm-date input {
    max-width: 150px;
    min-width: 100px;
}

#pesticidesModal .input-group-addon.bg-transparent.text-muted.col-sm-8 {
    border: 0 !important
}
/*dairy Modal Start*/


#milkproductionModal .input-group-addon.bg-transparent.text-muted.col-sm-4 {
    border: 0 !important
}

#herdModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#herdModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#milkproductionModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#milkproductionModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#grazingModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#grazingModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#CarbonCalculatorDairyFeedManureModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#dairyfuelModal input.form-control.form-control-border {
    max-width: 150px;
    min-width: 100px;
}

#dairyfuelModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}
/*Dairy Modal end*/

/*Sheep Start*/
#carboncalculatorsheeplambproductionModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorsheeplambproductionModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatorsheepherdModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorsheepherdModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatorsheepgrazingModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorsheepgrazingModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatorsheepfuelModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorsheepfuelModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}
/*Sheep End*/
/*Poultry Start*/
#carboncalculatorbroilerschickenModal .form-control.form-control-border.text-right {
    max-width: 150px;
}

#carboncalculatorbroilerschickenModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatorbroilersfuelModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorbroilersfuelModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}
/*Eggs Start*/
#carboncalculatoreggschickenModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatoreggschickenModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatoreggseggproductionModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatoreggseggproductionModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatoreggsoutdoorrangeModal .form-control.form-control-border.text-right {
    max-width: 150px;
}

#carboncalculatoreggsoutdoorrangeModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}
/*Pigs Start*/
#carboncalculatorpigspigproductionModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorpigspigproductionModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatorpigspigModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorpigspigModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carbonCalculatorPigsFeedManureModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carbonCalculatorPigsFeedManureModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatorpigsoutdoorrangeModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorpigsoutdoorrangeModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}
/*#carboncalculatorbuildingsModal .form-control.form-control-border.text-right {
    max-width: 150px;
}
*/
#carboncalculatorbuildingsModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatorbeeffinisherbeefproductionModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorbeeffinisherbeefproductionModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#agroforestryCropModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#agroforestryCropModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#PerennialFerilizerCropModal .form-control.form-control-border.text-right {
    max-width: 100px;
    min-width: 100px;
}

#PerennialFerilizerCropModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatoreggsfuelModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatoreggsfuelModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#fertiliserCropModal .form-control.form-control-border.text-right {
    max-width: 100px;
    min-width: 100px;
}

#fertiliserCropModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#furtilizerModal .form-control.form-control-border.text-right {
    max-width: 100px;
    min-width: 100px;
}

#furtilizerModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatorbeeffinisherherdModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorbeeffinisherherdModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#carboncalculatorbeeffinishergrazingModal .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#carboncalculatorbeeffinishergrazingModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#DIV_SoillessControlledEnvironmentGrowingMediaCropData .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#DIV_SoillessControlledEnvironmentGrowingMediaCropData .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#SCEFertiliserCropModal .form-control.form-control-border.text-right {
    max-width: 130px;
    min-width: 100px;
}

#SCEFertiliserCropModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#SCEFuelCropModal .form-control.form-control-border.text-right {
    max-width: 120px;
    min-width: 120px;
}

#SCEFuelCropModal .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

#DIV_CropResidueManagement .form-control.form-control-border.text-right {
    max-width: 150px;
    min-width: 100px;
}

#DIV_CropResidueManagement .input-group-addon.bg-transparent.text-muted {
    border: 0 !important
}

/*#deliveryBody select, input {
    border-radius: 6px !important;
    border: 2px solid #cccccc !important;
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}*/
.font-12 {
    font-size: 12px !important;
}


#AllDataCarbonCalulator .accordion > .card .card-body h5 {
    font-size: 16px !important;
}

.woodland-font {
    color: #323232;
    font-size: 16px;
}

span[type="button"].btn.btn-primary {
    -webkit-appearance: none;
}

@media(min-width:1025px) and (max-width:1366px) {
    .soils-btn button.btn.btn-bordered {
        /* min-width: 125px;*/
        padding: 7px 10px 7px !important;
    }
}

@media(min-width:991px) and (max-width:1024px) {
    .soils-btn button.btn.btn-bordered {
        /*min-width: 110px;*/
        padding: 7px 10px 7px !important;
    }
}

@media(min-width:991px) and (max-width:1199px) {

    .sidebar-folded .page-wrapper .navbar {
        width: calc(100% - 70px);
    }

    .page-content {
        margin-left: 65px;
    }
}

@media(min-width:1367px) {
    .soils-btn button.btn.btn-bordered {
        /* min-width: 145px;*/
        padding: 7px 12px 7px !important;
    }
}

#PerennialFerilizerCropModal .row.divSyntheticNFertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#PerennialFerilizerCropModal .row.divSyntheticNFertiliser:nth-child(2) .fa.fa-info-circle.text-info {
    display: block !important;
}

#PerennialFerilizerCropModal .row.divSyntheticNFertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#PerennialFerilizerCropModal .row.divSyntheticNFertiliser:nth-child(2) .fa.fa-info-circle.text-info {
    display: block !important;
}

#PerennialFerilizerCropModal .divSyntheticPfertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#PerennialFerilizerCropModal .divSyntheticPfertiliser:nth-child(1) .fa.fa-info-circle.text-info {
    display: block !important;
}

#PerennialFerilizerCropModal .divSyntheticKfertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#PerennialFerilizerCropModal .divOtherFertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#PerennialFerilizerCropModal .divSyntheticKfertiliser:nth-child(1) .fa.fa-info-circle.text-info {
    display: block !important;
}

#PerennialFerilizerCropModal .divOtherFertiliser:nth-child(1) .fa.fa-info-circle.text-info {
    display: block !important;
}

#PerennialFerilizerCropModal .divOrganicFertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#PerennialFerilizerCropModal .divOrganicFertiliser:nth-child(1) .fa.fa-info-circle.text-info {
    display: block !important;
}

#fertiliserCropModal .row.divSyntheticNFertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#fertiliserCropModal .row.divSyntheticNFertiliser:nth-child(2) .fa.fa-info-circle.text-info {
    display: block !important;
}

#fertiliserCropModal .divOrganicFertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#fertiliserCropModal .divOrganicFertiliser:nth-child(1) .fa.fa-info-circle.text-info {
    display: block !important;
}

#fertiliserCropModal .divSyntheticPfertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#fertiliserCropModal .divSyntheticPfertiliser:nth-child(1) .fa.fa-info-circle.text-info {
    display: block !important;
}

#fertiliserCropModal .divSyntheticKfertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#fertiliserCropModal .divOtherFertiliser .fa.fa-info-circle.text-info {
    display: none;
}

#fertiliserCropModal .divSyntheticKfertiliser:nth-child(1) .fa.fa-info-circle.text-info {
    display: block !important;
}

#fertiliserCropModal .divOtherFertiliser:nth-child(1) .fa.fa-info-circle.text-info {
    display: block !important;
}

.term-links li {
    float: left;
}

.error-text {
    font-size: 14px !important;
    padding-left: 0 !important;
}

.min-width100 {
    min-width: 100px;
    max-width: 100px;
}

.medium-hd {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
}

@media( min-width:768px) and (max-width:800px) {
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 768px !important;
        min-width: 750px;
        max-width: 900px;
    }
}

@media( min-width:768px) and (max-width:991px) {
    .footprint-h2 {
        font-size: 30px !important;
    }

    .tab-similar .card-body {
        padding: 10px !important;
    }

    .tab-similar .card-header {
        padding: 10px !important;
    }

    .feature-modal {
        max-height: 400px;
        overflow-y: auto;
    }
}

@media( min-width:768px) and (max-width:1366px) {
    .feature-modal {
        max-height: 400px !important;
        overflow-y: auto;
    }
}

.feature-modal {
    max-height: 500px;
    overflow-y: auto;
}

.tab-similar .nav-tabs {
    border-bottom: 2px solid rgba(38, 38, 38, 0.05) !important;
}

    .tab-similar .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: var(--primary-color) !important;
        border: 0px !important;
        border-bottom: 2px solid var(--primary-color) !important;
    }

.nav-radius .nav-item a {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

@media(min-width:992px) and (max-width:1024px) {
    .ipad-pro-column {
        max-width: 100%;
        flex: 100%;
        width: 100%;
    }
}

.statusspan span {
    color: var(--primary-color);
}


#commoditymarketpric th {
    padding: 8px 6px;
}

#commoditymarketpric td {
    padding: 8px 6px;
}
/*carbon UI multilevel accordion*/
.card-acc2 {
    border: solid 1px var(--surface-color-dark);
    padding: 0;
    background: var(--surface-color-dark);
    border-radius: 5px;
    margin-top: 15px;
}
/*.card-acc2:first-child {
        margin-top: 0;
    }*/
.card-2 {
    background: white;
    padding: 10px;
}

.card-3 {
    box-shadow: 0 0 0 #fff;
    /*border: solid 1px #dbece6;*/
    border-radius: 5px;
    margin-bottom: 5px;
}

.green-text {
    color: var(--primary-color) !important;
}

.color-primary {
    color: var(--primary-color) !important;
}

.gray-bot-bor {
    border-bottom: solid 1px #eee;
    margin-bottom: 14px;
}

.btn-bordered:hover {
    border-color: #767676;
    transition: ease-in 2s;
}

.text-bold {
    font-weight: bold !important;
}

.text-green {
    color: var(--primary-color) !important;
}

.white-bg {
    background: white;
}

.green-bor-bt {
    border-bottom: solid 2px var(--primary-color);
}

.p-l-9 {
    padding-left: 9px !important;
}

.btn-md {
    font-size: 16px !important;
}

.text-16 {
    font-size: 16px;
}

.pl-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

#accordion_Arable .btnOpenPopup {
    font-size: 16px;
}

.ml--10 {
    margin-left: -12px !important;
}

.btn-light-green {
    background-color: #c2eecc !important;
    color: var(--primary-color) !important;
}

.w-90-per {
    width: 90%;
}

.evidence-panel.tab-pane {
    display: inherit !important;
}

.last-acoordion b {
    font-size: 20px !important;
}

.last-acoordion .col-md-7 {
    padding-left: 45px;
}

.same-txt button.accordion-button {
    font-size: 16px !important;
    font-weight: 500 !important
}

span[aria-expanded="false"] img {
    transform: scaleY(-1);
}

.baseline-text {
    font-size: 18px !important;
    font-weight: bold;
}

.arrow-left-right {
    width: 100px;
    height: 2px;
    background-color: #000;
    float: left;
    margin-top: 7px;
}



/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #999999 !important;
    width: 10px;
    border-radius: 10px
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.radio input:disabled + label::before, .checkbox input:disabled + label::before {
    border: solid #7C9CBF 2px !important;
}

.radio input:disabled + label, .checkbox input:disabled + label {
    color: #7C9CBF !important;
}

.arrow-rotation:hover {
    transform: rotateZ(90deg);
    cursor: pointer;
}

.allinfo-modal.warning .modal-title {
    color: #FF8300 !important;
    font-size: 18px;
}

.allinfo-modal .modal-footer {
    padding: 10px 32px;
}

@media screen and (max-width:1440px) {
    .add_button_pos {
        position: absolute;
        bottom: 10px;
        right: 150px !important;
    }
}

.add_button_pos {
    position: absolute;
    bottom: 10px;
    right: 230px;
    left: 32px;
}

.form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.radio-card input[type="radio"] {
    margin-top: -20px;
}

#DIV_CalculationIncludedDetailsModal .table th {
    text-transform: inherit;
    vertical-align: top;
    line-height: 24px;
    white-space: inherit;
}

#DIV_CalculationIncludedDetailsModal .feeds-card-header h5 {
    font-size: 20px !important;
    font-weight: 400;
}

#DIV_CalculationIncludedDetailsModal .card-header {
    padding: 14px 10px !important;
}

.lastsync {
    font-size: 18px !important;
    color: #707070;
    font-weight: normal;
}

.leftaligncard {
    font-size: 20px;
    padding-left: 20px !important;
}

    .leftaligncard h5 {
        font-size: 20px;
    }

.tableModal-section th {
    min-width: 140px;
    text-align: left;
    vertical-align: top !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    line-height: 24px;
    max-width: 100px;
    white-space: inherit;
    font-size: 14px !important;
    text-transform: none !important
}

.tableModal-section {
    font-size: 14px;
}

    .tableModal-section td {
        text-align: left;
        max-width: 150px;
        font-size: 14px;
        line-height: 24px;
        white-space: inherit;
        max-width: 100px;
        white-space: inherit;
    }

    .tableModal-section th:first-child {
        padding-left: 0 !important
    }

    .tableModal-section td:first-child {
        padding-left: 0 !important
    }

.modal-compartments .modal-header {
    padding-left: 27px !important;
}

.modal-compartments .modal-dialog.modal-lg {
    min-width: 1200px !important;
    font-size: 16px;
}

.modal-compartments .modal-title {
    font-weight: normal;
    font-size: 20px;
    color: #212121;
}

.label-Calculation {
    color: rgba(38, 38, 38,.6);
    font-size: 16px;
}

    .label-Calculation img {
        max-width: 16px;
    }

.max-16 {
    max-width: 16px;
}

.table.tableModal-section {
    text-align: left;
    position: relative;
    border-collapse: collapse;
}

    .table.tableModal-section th {
        background: white;
        position: sticky;
        top: -16px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }

.esri-input {
    font-family: 'Overpass' !important
}

::placeholder {
    color: #212529 !important;
    opacity: 1; /* Firefox */
}

.select2-container--default .select2-dropdown {
    font-size: 16px !important
}

.form-control {
    border: 2px solid var(--OnColors-OnSurface-Stroke) !important;
    border-radius: 4px !important;
}

@media print {
    .printmodehide {
        display: none;
    }
}

@media print {
    #PrintButton {
        display: none;
    }
}

.card-acc2.radio.radio-primary label {
    cursor: pointer;
}

.prodimg-list li {
    list-style: none;
    margin-bottom: 15px;
}

    .prodimg-list li img {
        margin-bottom: 8px;
    }

.card-ftr {
    border-top: solid #e0e0e0 1px;
    padding: 0.5rem 1.5rem;
}

.gridtable {
    border-bottom: solid #e0e0e0 1px;
    margin-bottom: 15px;
}

.badge-green {
    background-color: #bde9c7;
    color: var(--primary-color);
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
}

.pt-15 {
    padding-top: 15px;
}

.nubmer-section {
    padding: 10px;
    background-color: #f4f4f4;
    margin-top: 10px;
    border-radius: 6px;
}

.max-100 {
    max-width: 100px !important;
}

.max-120 {
    max-width: 120px !important;
}

#DIV_NumberOfYear input {
    max-width: 120px;
}

#DIV_NumberOfYear select {
    max-width: 120px;
    min-width: 120px;
}

#DIV_NumberOfYear {
    max-width: fit-content !important;
    width: auto;
    display: flex;
}

.plusbtn {
    font-size: 24px;
    border: 0;
    margin-top: 4px~;
    margin-right: 4px;
    line-height: 17px;
    padding: 9px 8px 5px 8px;
    margin-left: 4px;
    outline: none;
    min-width: 36px;
}

.addtotalone select {
    max-width: 120px;
}

.addtotalone {
    margin-top: 3px;
}

.DIV_Status {
    background-color: #f0fff4;
    padding: 10px;
    margin-top: 10px;
    border-radius: 6px;
}

.nubmer-section input {
    max-width: 120px;
}

.nubmer-section select {
    max-width: 120px;
}

.modal-header .modal-title {
    font-size: 18px !important;
    font-weight: 500;
}

.checkbox-primary-new input[type=checkbox] + label::before {
    background-color: #FFFFFF;
    border-color: #5f5f5f;
}

.checkbox-primary-new input[type=checkbox] + label::after {
    border-color: #fff;
}

.radio input[type=radio],
.checkbox-new input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0 !important;
    display: none;
}

.radio label,
.checkbox-new label {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    color: #323232 !important;
    font-weight: 400 !important;
}

.table-normal.table thead th {
    font-size: 16px !important;
    color: rgba(38, 38, 38, 0.6) !important;
    text-transform: capitalize !important;
}

.checkbox-new label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-left: -10px;
    position: absolute;
    transition: .3s ease-in-out;
    width: 20px;
    outline: 0 !important;
    top: 2px;
}

.checkbox-new input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 8px;
    display: table;
    width: 4px;
    height: 10px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-new input[type=checkbox]:checked + label::before {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


.checkbox-new label::after {
    color: #6c757d;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: 0;
    margin-left: -10px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px;
}

.pl-30 {
    padding-left: 30px;
}

.radio input:disabled + label::before, .checkbox-new input:disabled + label::before {
    border: solid var(--primary-color-disabled) 2px !important;
}

.radio input:disabled + label, .checkbox-new input:disabled + label {
    color: var(--primary-color-disabled) !important;
}

.crop-headingtext h5 {
    font-size: 18px !important;
}

.Calculation-card {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.theadhd {
    font-weight: 700;
}

.directdrilling {
    height: 80vh;
    overflow-y: auto;
}


.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}


/*March 2023*/
.feeds-card-main-new ul {
    padding-left: 0px;
}

.feeds-card-main-new li {
    text-align: justify;
    color: rgba(38, 38, 38, 0.6);
    font-size: 14px;
    list-style: none
}

.map-header__info-block .no-risk {
    background-color: var(--primary-color);
}

.map-header__info-block .warning-risk {
    background-color: #FFB443;
}

.map-header__info-block .high-risk {
    background-color: #F03D3D;
}

#AnnualPredictions .nav-item button {
    border-radius: 36px !important;
    margin-right: 15px;
}

    #AnnualPredictions .nav-item button.nav-link.active {
        border-radius: 36px !important;
        background-color: rgba(0, 184, 43, 0.24) !important;
        color: rgba(0, 184, 43, 1) !important
    }

.grid-Prediction th {
    font-size: 10px !important;
}

.text-Medium {
    color: #FFB443;
}

.text-high {
    color: #F03D3D;
}

.title-value {
    font-size: 64px;
}


.mx68 {
    max-width: 68px;
}

.mx100 {
    max-width: 100px;
}

.mx-80per {
    width: 80%;
}

.prediction-column-fill {
    background-color: #f8f8f8;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 0;
    height: 7px;
    left: -96px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 7px;
    border-top: solid 2px black;
    border-left: solid 2px black;
    transform: rotate( 225deg );
}

.searchgroup-input {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 12px;
    padding-left: 5px;
}

select.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEJSURBVHgBldI9bsIwFAfw95yl40vTSt3q0CWoQ6+QK3CD9gblBMAJ4AYwMrIhJsIN2GABwogEwmws4RGHD/HhkPAkS7b0fz/bsi2Iy3W/f8hx2ja9B0otN/BESSmJnI+uTa9DpVYL1BiIXQDAxAwhMvqz2WieD/MkWtDX07hfwY59wSJqaEwHEEEycuC6xc/nsKSbWIiGgOilxICdUzAPeo/FRwJoQbQt4Tn05TXjxe85kHL9NCycjP+SA12FM9As7A58hDIzZmFGMEELxToi/1+hh6R8hOmyTKBaL3tkv+kH8pNdEfQvoIsNquF0XDb1GsEjOrhEb7BaWl8qaEKzsNwlC15FjzzZPZCsh3Ht1pHOAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px 7px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEJSURBVHgBldI9bsIwFAfw95yl40vTSt3q0CWoQ6+QK3CD9gblBMAJ4AYwMrIhJsIN2GABwogEwmws4RGHD/HhkPAkS7b0fz/bsi2Iy3W/f8hx2ja9B0otN/BESSmJnI+uTa9DpVYL1BiIXQDAxAwhMvqz2WieD/MkWtDX07hfwY59wSJqaEwHEEEycuC6xc/nsKSbWIiGgOilxICdUzAPeo/FRwJoQbQt4Tn05TXjxe85kHL9NCycjP+SA12FM9As7A58hDIzZmFGMEELxToi/1+hh6R8hOmyTKBaL3tkv+kH8pNdEfQvoIsNquF0XDb1GsEjOrhEb7BaWl8qaEKzsNwlC15FjzzZPZCsh3Ht1pHOAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px 7px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.loadicon-position {
    top: 20%;
}

@media only screen and (min-width: 1920px) {
    .loadicon-position {
        top: 26%;
    }
}

@media only screen and (max-width: 1920px) {
    .loadicon-position {
        top: 20%;
    }
}

.failed-status {
    background-color: var(--alert-error);
    padding: 6px 14px;
    border-radius: 8px;
    color: var(--primary-color);
    margin-bottom: 5px;
    /*font-weight: normal;*/
}

    .failed-status img {
        margin-top: -2px;
        margin-right: 8px;
    }

.preparing-status {
    z-index: 9;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
    margin-top: 12px;
}

.sandy-verision {
    color: rgba(33, 33, 33, 0.72);
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.version-tag {
    background-color: #eff6f1;
    color: var(--primary-color);
    font-weight: bold;
    border-radius: 6px;
    padding: 5px 10px;
    width: 166px;
    margin-top: 15px;
    font-size: 18px;
}

.version-tag-pdf {
    color: var(--primary-color);
    font-weight: bold;
    border-radius: 6px;
    padding: 5px 10px;
    margin-top: -5px;
    float: right;
    font-size: 25px;
}

.hint-info-new {
    width: calc(100% - 370px);
    float: left;
}

.card-small-gray {
    background: #dbdbdb;
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    border-radius: 6px;
}

.infoicon img {
    margin-top: -5px
}

.alert-textmodal {
    background-color: #dec1ae !important;
    color: #6A3C00 !important;
    font-weight: 400;
}

    .alert-textmodal img {
        margin-top: -5px;
    }

.navli-list {
    margin-top: 25px;
}

.sidebar .sidebar-body .nav .nav-item .nav-link {
    /*padding-left:20px !important;*/
}

.sidebar .sidebar-body .nav .nav-item .nav-link {
    padding-left: 25px !important;
}
/*
.sidebar .sidebar-body .nav .nav-item.active .nav-link {
    color: var(--primary-color) !important;
}*/
.sidebar-toggler.active img {
    transform: rotate(180deg);
}

li > a.nav-link span {
    padding: 8px !important;
}

.active a svg path {
    fill-opacity: 1
}



.nav-item.active span.link-title {
    color: #000;
}

a.nav-link.before-selection.active:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 20px !important;
    height: 10px !important;
    width: 10px !important;
    margin-right: 0.5rem;
    background-color: var(--primary-color) !important;
    left: 31px !important;
    position: absolute;
    top: 14px;
}

.selectdot a.nav-link.active:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 20px !important;
    height: 10px !important;
    width: 10px !important;
    margin-right: 0.5rem;
    background-color: var(--primary-color) !important;
    left: 31px !important;
    position: absolute;
    top: 14px;
}
/*.nav-item.navli-list.active .nav-link.collapsesection:not(.collapsed) {
    background-color: #d9f4df !important;
    color: var(--primary-color) !important
}*/
/*.nav-link.collapsesection[aria-expanded="true"] {
    background-color: #d9f4df !important;
    color: var(--primary-color) !important
}
.nav-link.collapsesection:not(.collapsed) {
    background-color: #d9f4df !important;
    color: var(--primary-color) !important
}
.nav-link.collapsesectionBio[aria-expanded="true"] {
    background-color: #d9f4df !important;
    color: var(--primary-color) !important
}

.nav-link.collapsesectionBio:not(.collapsed) {
    background-color: #d9f4df !important;
    color: var(--primary-color) !important
}
*/

.nav-item.biolink .selectdot a.nav-link.active:before > .a.nav-link.active:before {
    background-color: transparent !important
}

.selectionp {
    background-color: #d9f4df !important;
    color: var(--primary-color) !important
}

.error-field {
    border-color: #ff3737 !important;
}

.weglot_switcher {
    /*margin-right: 60px*/
}

.main-wrapper nav.navbar {
    background: var(--primary-color);
}

.main-wrapper nav.sidebar .sidebar-header {
    background: var(--primary-color);
    border-right: none;
}

.navbar .nav-link#profileDropdown {
    color: white !important;
}

.color-white {
    color: white !important;
}

.sidebar .sidebar-header {
    justify-content: start;
}

    .sidebar .sidebar-header .sidebar-brand {
        margin-left: 20px;
    }

.sidebar-header-secondary .sidebar-brand {
    margin-left: -7px;
}
/*.sidebar-toggler-secondary{
    margin-left:-6px;
}
*/
/*.navbar .navbar-content{
    padding-left:19px;
}*/
/*
.sidebar .sidebar-body .navli-list.active {
    background: #DDF9C2;

}*/
li > a.nav-link span {
    border: 2.6px solid transparent;
    padding: 8px !important;
    margin-left: -10px;
}

li.active > a.nav-link span.selected {
    border: 2.6px solid var(--secondary-color) !important;
    padding: 8px !important;
}

.nav-item .link-title {
    padding-left: 2px !important;
}

.intercom-lightweight-app-launcher {
    background: var(--primary-color) !important;
}

.sidebar .sidebar-header {
    padding-left: 12px !important;
}

.user-initials {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    color: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
    background: rgb(237, 237, 237);
}

.user-initials-text {
    color: black;
    font-weight: 700;
    font-size: 12px;
}

.help-icon-header {
    margin-bottom: -8px;
    margin-right: 15px;
}

.profile-menu {
    color: black;
    list-style: none;
}

    .profile-menu li {
        padding: 6px 16px !important;
        font-size: 1rem;
    }

        .profile-menu li:hover {
            background-color: var(--menu-item-hover);
        }

        .profile-menu li a {
            padding-left: 0px !important;
        }

.profile-dropdown-menu {
    padding: 5px !important;
}

.navbar .navbar-content .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-content .navbar-nav .nav-item .nav-link[aria-expanded="true"] {
    color: var(--primary-color);
}

.navbar .navbar-content .navbar-nav .nav-item.nav-profile .dropdown-menu {
    min-width: 196px !important;
}

.logout-menu-item input {
    background-color: #fff;
    border: 0;
    display: inline-block;
    padding-left: 0px;
    color: #535353;
}

    .logout-menu-item input:hover {
        color: var(--primary-color);
    }

.error {
    color: var(--error-color);
}

.cc-praparing-results {
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--surface-color-dark);
    z-index: 9;
}

.radio-primary input[type=radio]:disabled + label::after {
    background-color: var(--primary-color-disabled);
}

.checkbox-new input[type=checkbox]:disabled + label::before {
    background-color: var(--primary-color-disabled);
}

.color-danger {
    color: var(--danger-color) !important;
}

.data-completeness-required {
    color: var(--data-completeness-required) !important;
}

.data-completeness-encouraged {
    color: var(--data-completeness-encouraged) !important;
}

.data-completeness-optional {
    color: var(--data-completeness-optional) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}
/**
    Confirm Dialog Customizations
*/
.swal2-cancel[style] {
    background-color: white !important;
    border-color: var(--primary-color-stroke) !important;
    color: var(--primary-color) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.select2-results__option .select2-results__option--highlighted, .select2-results__option .select2-results__option--highlighted {
    background-color: var(--primary-color-state-hover) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color-state-hover) !important;
}

.light-green-bg {
    background-color: var(--primary-color-ramp-050);
}

li > a.nav-link span {
    padding: 7px 10px 6px 4px;
}

.link-title {
    margin-top: 4px;
    margin-left: 0px !important;
}

.hiddenSideBar {
    display: none !important;
}

.pageWithHiddenSidebar {
    width: 100% !important;
    margin-left: 0px !important;
}

    .pageWithHiddenSidebar .navbar {
        width: 100% !important;
        left: 0px !important;
    }

.sidebar-header-secondary {
    display: flex;
    align-items: center;
}

#btnHideLeftMenu {
    padding-left: 15px !important;
}

.footprint-h2.text-success {
    color: var(--secondary-color) !important;
}

.logo-img {
    margin-left: 16px;
    margin-top: 7px;
    width: 280px;
    height: 40px;
}

.navbar, .sidebar-header {
    height: 64px !important;
}

.hamburger-icon {
    padding-top: 10px;
    padding-left: 5px;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link {
    height: 40px !important;
    padding: 6px 15px 3px 64px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important;
}

.sidebar svg {
    fill: var(--primary-color) !important;
}

body {
    font-family: initial;
}

body {
    font-family: HelveticaNeue !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Kameron !important;
}
/*h3{
    font-size: 43px !important;
}
h5{
    font-size:20px !important;
}*/

input[type="text"], input[type="text"]:focus, input[type="text"]:active {
    font-family: HelveticaNeue !important;
}

    input[type="text"]::placeholder {
        color: grey;
    }

.font-size-50 {
    font-size: 50px !important;
}

#categoryDropdown {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    margin-left: 8px;
}

    #categoryDropdown:after {
        content: none !important;
    }

.org-selection-search-container {
    display: flex;
    align-items: baseline;
}

.search-org-textbox {
    /* padding-left:22px;*/
}

#org-search-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    color: green;
    font-size: 18px;
    z-index: 1;
    opacity: 0.5;
}

.org-selection-search-container li > a.nav-link span {
    padding: 0px !important;
}

.color-secondary {
    color: var(--secondary-color) !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.sidebar .sidebar-body .nav {
    padding: 0px 0px 50px 0px !important;
}

.selectedfarms-table {
    max-height: 500px;
    overflow: auto;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.p0 {
    padding: 0px !important;
}

.mdtoast {
    color: var(--primary-color) !important;
    font-weight: 500;
}

    .mdtoast.mdt--success {
        background: var(--alert-success) !important;
    }

    .mdtoast.mdt--error {
        background: var(--alert-error) !important;
    }


.accordion-with-chevron.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    color: inherit;
}

.accordion-with-chevron.accordion-toggle[aria-expanded="true"]:after {
    content: "\f077" !important;
}

.accordion > .card .card-header a[aria-expanded="true"] {
    color: inherit;
}

.accordion-with-chevron {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.nav span.link-title, .nav .nav-link {
    color: var(--primary-color) !important;
}

.nav span.link-title {
    font-family: Kameron !important;
}

.logo-img-right {
    margin-right: 5px;
    margin-top: 8px;
    height: 50px;
}

.logo-separator {
    width: 0px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    margin-top: 12px;
    margin-right: 27px;
}

.login-image {
    width: 370px;
    margin-top: 2.5px;
}

.combined-logo-right {
    float: right;
    margin-top: 30px;
}

.home-open-new-tab {
    width: 100%;
}

    .home-open-new-tab svg {
        float: right;
    }

@media print {
    * {
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 � 15.3, Edge */
        color-adjust: exact !important; /* Firefox 48 � 96 */
        print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
    }
}

#lblReadOnly {
    background-color: #f2d5c2;
    border-radius: 4px;
    padding: 6px;
    color: #6A3C00;
}

.cursor-default {
    cursor: default !important;
}

#DIV_OrganizationsForUser{
    top: 8% !important;
}

#calculationProgressModal .modal-content {
    width: 500px !important;
}

#processed-enterprises-list {
    max-height: 250px;
    overflow: auto;
    padding-left: 18px;
    min-height: 100px;
}

#calculationProgressModal #processed-enterprises-list li::marker {
    color: #00B82B;
    font-size: 1.2em;
}

#calculationProgressModal .progress {
    height: 20px !important;
    border-radius: 4px !important;
}

#calculationProgressModal .progress-bar {
    background-color: var(--primary-color) !important;
}

.mb-negative-10 {
    margin-bottom: -10px !important;
}
.uncertainty-percentage {
    display: none !important;
}