﻿.header {
    padding: 10px 20px 0;
    background: #1c2334;
    border-bottom: 1px solid #363C4F;
    position: fixed;
    z-index: 9;
    width: 100%;
    min-height: 51px;
}

    .header .toggle {
        cursor: pointer;
    }

        .header .toggle .svgImage {
            width: 24px;
            height: 20px;
        }

            .header .toggle .svgImage path {
                fill: rgba(255, 255, 255, 0.6);
            }

.header-wraper {
    padding: 0px 0px 0px 63px;
    display: flex;
    flex-direction: row;
}

    .header-wraper.open {
        padding: 0px 0px 0px 207px;
    }

    .header-wraper .toggle {
        display: inline;
    }

    .header-wraper .header-right {
        width: auto;
        float: right;
        display: flex;
        flex-direction: row;
        color: #838a96;
        flex: auto;
        justify-content: flex-end;
    }

        .header-wraper .header-right .svgImage {
            width: 23px;
            height: 23px;
        }

        .header-wraper .header-right .user-wraper {
            margin-left: 20px;
            cursor: pointer;
        }

            .header-wraper .header-right .user-wraper.u-setting:hover {
                color: #15A748;
            }

                .header-wraper .header-right .user-wraper.u-setting:hover .svgImage path {
                    fill: #15A748;
                }

            .header-wraper .header-right .user-wraper.u-setting:active .svgImage path {
                fill: #15A748;
            }

            .header-wraper .header-right .user-wraper.u-setting .svgImage {
                margin-top: 6px;
            }

            .header-wraper .header-right .user-wraper.u-filter:hover {
                color: #15A748;
            }

                .header-wraper .header-right .user-wraper.u-filter:hover .svgImage path {
                    fill: #15A748;
                }

            .header-wraper .header-right .user-wraper.u-filter:active .svgImage path {
                fill: #15A748;
            }

            .header-wraper .header-right .user-wraper.u-filter .svgImage {
                margin-top: 6px;
            }

            .header-wraper .header-right .user-wraper img {
                cursor: pointer;
            }

        .header-wraper .header-right .u-filter-btn.active .svgImage path {
            fill: #15A748;
        }

        .header-wraper .header-right .user-wraper.u-img .svgImage {
            width: 36px;
            height: 36px;
        }

    .header-wraper svg {
        pointer-events: none;
    }

    .header-wraper .search-section {
        float: left;
        position: relative;
        min-width: 300px;
        margin-left: 22px;
    }

        .header-wraper .search-section img {
            position: absolute;
            top: 9px;
            left: 10px;
            opacity: 0.4;
            width: 15px;
        }

        .header-wraper .search-section .custom-input {
            font-size: 11px;
            padding: 8px 10px 8px 35px;
            width: 100%;
            background-color: rgba(248, 249, 251, 0.07);
        }

@media (max-width: 767px) {
    .header-wraper .search-section {
        display: none;
    }
}

.user-filter {
    display: none;
    position: fixed;
    right: 0;
    top: 65px;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: #2b3449;
    border-left: #3c4457 1px solid;
}

    .user-filter.open {
        display: block;
    }

    .user-filter .u-filter {
        color: #fff;
        text-decoration: none;
    }

        .user-filter .u-filter i {
            font-size: 16px;
        }

    .user-filter header {
        background: #3c4457;
        position: relative;
        color: #fff;
        padding: 10px;
        font-size: 1rem;
        font-weight: 300;
    }

        .user-filter header a {
            position: absolute;
            right: 10px;
        }

@media (max-width: 767px) {
    .user-filter {
        max-width: 250px;
    }
}

#accordion .btn-link {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 400;
}

    #accordion .btn-link.collapsed .fa-angle-down {
        display: block;
    }

    #accordion .btn-link.collapsed .fa-angle-up {
        display: none;
    }

    #accordion .btn-link .fa-angle-down {
        display: none;
    }

    #accordion .btn-link .fa-angle-up {
        display: block;
    }

    #accordion .btn-link .fas {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #bfc2c8;
        font-size: 17px;
    }

#accordion .card-filter {
    border-radius: 0;
    background: transparent;
    color: #fff;
    border-bottom: #3c4457 1px solid;
}

    #accordion .card-filter .card-filter-header {
        padding: .15rem 0.15rem;
        background: transparent;
        border-bottom: #3c4457 0px solid;
        font-size: 12px;
        color: #fff;
        border-radius: 0;
    }

    #accordion .card-filter .card-filter-body {
        font-size: 13px;
        background: #262e41;
        padding: .85rem 0.45rem 0.85rem 0.85rem;
    }

        #accordion .card-filter .card-filter-body .bootstrap-select .dropdown-toggle {
            height: 40px;
        }

#accordion .form-group {
    position: relative;
    margin-bottom: 0.8rem;
    margin-top: 0rem;
}

#accordion .form-control {
    color: #a8abb3;
    font-size: 13px;
    padding: 0rem 0rem;
    background: transparent;
    border-width: 0;
    border-bottom: 1px solid #383f50;
    outline: 0;
}

#accordion .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 0;
    transition: all 200ms;
    opacity: 0.5;
    color: #515767;
    font-size: 13px;
    margin-bottom: 0rem;
}

#accordion .form-control:focus + .form-control-placeholder,
#accordion .form-control:valid + .form-control-placeholder {
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

#accordion .bootstrap-select .dropdown-toggle {
    color: #a8abb3;
}

    #accordion .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 13px;
        color: #a8abb3;
    }

    #accordion .bootstrap-select .dropdown-toggle .filter-option {
        padding-left: 0;
        padding-right: 0;
    }

#accordion .custom-control {
    margin-bottom: 0.8rem;
}

#accordion .custom-control-label {
    line-height: 26px;
    color: #8d919b;
}

    #accordion .custom-control-label::before {
        background: transparent;
        border: #8d919b solid 1px;
    }

#accordion .custom-control-input:checked ~ .custom-control-label {
    color: #00d166;
}

    #accordion .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #00d166;
        background-color: transparent;
    }

#accordion .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background: #00d166;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 8px;
}

#accordion .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0px #fff, 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

#accordion fieldset.form-group {
    border-bottom: 1px solid #383f50;
}

#accordion h6 {
    font-size: 0.8rem;
    font-weight: 300;
    color: #fff;
}

#accordion .input-group-addon {
    border-bottom: 1px solid #383f50;
    margin-top: 5px;
    margin-bottom: 10px;
}

    #accordion .input-group-addon i {
        color: #636977;
    }

#accordion .date {
    position: relative;
    margin-top: 15px;
}

    #accordion .date .date-control-label {
        position: absolute;
        left: 0;
        top: -5px;
        color: #4e5464;
        font-size: 12px;
    }

    #accordion .date .form-control {
        margin-top: 10px;
        margin-bottom: 10px;
        outline: 0;
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }

        #accordion .date .form-control:focus {
            outline: 0;
        }

        #accordion .date .form-control::placeholder {
            color: #8a8f99;
        }

        #accordion .date .form-control:-ms-input-placeholder {
            color: #8a8f99;
        }

        #accordion .date .form-control::-ms-input-placeholder {
            color: #8a8f99;
        }

.sidebar {
    height: 100vh;
    position: fixed;
    top: 0px;
    background: #141A29;
    z-index: 9;
    overflow: scroll;
}

    .sidebar::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .sidebar::-webkit-scrollbar-track {
        background: #141a29;
    }

    /* Handle */
    .sidebar::-webkit-scrollbar-thumb {
        background: #9ea1a9;
    }

    .sidebar .logo {
        width: 100%;
        height: 51px;
        border-bottom: 1px solid #363C4F;
        position: relative;
    }

        .sidebar .logo .husk-logo {
            background: url(/assets/images/husk-logo.png) no-repeat;
            padding: 35%;
            background-size: 90%;
            margin-top: 4px;
        }

        .sidebar .logo img {
            width: 100%;
        }

        .sidebar .logo .svgImage {
            max-width: 80%;
        }

        .sidebar .logo a {
            position: absolute;
            top: 0px;
            margin-left: 10%;
        }

        .sidebar .logo svg {
            pointer-events: none;
        }

        .sidebar .logo.open .husk-logo {
            background: url(/assets/images/HuskLogo.svg) no-repeat;
            padding: 10% 38%;
            margin-top: 0px;
            background-size: 100% 100%;
        }

        .sidebar .logo.open img {
            max-width: 100%;
        }

        .sidebar .logo.open .svgImage {
            max-width: 100%;
        }

        .sidebar .logo.open a {
            position: absolute;
            top: 4px;
            margin-left: 10%;
        }

    .sidebar .side-nav {
        width: 65px;
        padding-top: 10px;
        padding-left: 0px;
    }

        .sidebar .side-nav li {
            display: block;
        }

            .sidebar .side-nav li a {
                color: #6C717F;
                font-size: 14px;
                line-height: 16px;
                padding: 13px 20px;
                display: block;
                border-left: 2px solid transparent;
                min-height: 47px;
            }

                .sidebar .side-nav li a .text {
                    display: none;
                }

                .sidebar .side-nav li a:hover, .sidebar .side-nav li a.active {
                    text-decoration: none;
                    color: #15A748;
                    border-left: 2px solid #15A748;
                }

                    .sidebar .side-nav li a:hover .svgImage path, .sidebar .side-nav li a.active .svgImage path {
                        fill: #15A748;
                    }

                .sidebar .side-nav li a .svgImage {
                    height: 17px;
                    width: 17px;
                    display: inline-block;
                    margin-right: 18px;
                }

                    .sidebar .side-nav li a .svgImage path {
                        /*fill: #6C717F;*/
                    }

                .sidebar .side-nav li a span {
                    height: 17px;
                    line-height: 17px;
                    display: inline-block;
                }

        .sidebar .side-nav.open {
            width: 210px;
        }

            .sidebar .side-nav.open li a .text {
                display: inline-block;
            }

            .sidebar .side-nav.open li a span {
                height: 17px;
                line-height: 17px;
                display: inline-block;
                vertical-align: top;
            }

        .sidebar .side-nav svg {
            pointer-events: none;
        }

body {
    background: #1C2334;
    font-family: 'Roboto', sans-serif;
}

.custom-input {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    border: none;
    color: #fff;
    padding: 5px 10px 5px 20px;
}

    .custom-input:focus {
        outline: none;
    }

.bootstrap-select .dropdown-toggle {
    background: none;
    color: #fff;
    border: none;
    border-radius: 0px;
    height: 50px;
}

    .bootstrap-select .dropdown-toggle:hover {
        background: none;
        color: #fff;
    }

    .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.bootstrap-select .dropdown-menu {
    background: #111622;
    min-width: auto;
    border: 0px solid rgba(0, 0, 0, 0.15);
    padding: 0;
}

    .bootstrap-select .dropdown-menu li .dropdown-item {
        color: rgba(255, 255, 255, 0.4);
        font-size: 14px;
        font-weight: normal;
        position: relative;
    }

        .bootstrap-select .dropdown-menu li .dropdown-item:active, .bootstrap-select .dropdown-menu li .dropdown-item.active, .bootstrap-select .dropdown-menu li .dropdown-item:hover {
            background: none !important;
            color: #15A748;
        }

            .bootstrap-select .dropdown-menu li .dropdown-item:active:after, .bootstrap-select .dropdown-menu li .dropdown-item.active:after, .bootstrap-select .dropdown-menu li .dropdown-item:hover:after {
                position: absolute;
                content: '';
                width: 6px;
                height: 12px;
                border: solid #15A748;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
                top: 12px;
                right: 15px;
            }

        .bootstrap-select .dropdown-menu li .dropdown-item:focus {
            outline: none !important;
        }

    .bootstrap-select .dropdown-menu ul.dropdown-menu {
        border: 1px solid #262c3b;
        min-width: 240px;
        max-width: 100%;
        border-radius: 4px;
    }

        .bootstrap-select .dropdown-menu ul.dropdown-menu li {
            border-bottom: 1px #262c3b solid;
            padding: 0;
        }

            .bootstrap-select .dropdown-menu ul.dropdown-menu li:last-child {
                border-bottom: 0px #262c3b solid;
            }

            .bootstrap-select .dropdown-menu ul.dropdown-menu li a {
                padding: 10px 0 10px 15px;
            }

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs li a {
        margin: 0px 18px;
        font-style: normal;
        font-size: 14.0px;
        text-align: right;
        color: rgba(255, 255, 255, 0.7);
        line-height: 16.0px;
        position: relative;
        text-align: right;
    }

        .nav-tabs li a:after {
            position: absolute;
            width: 0;
            left: 0px;
            bottom: -10px;
            content: '';
            height: 2px;
            background: #15a748;
            transition: width .3s;
        }

        .nav-tabs li a:hover, .nav-tabs li a.active {
            text-decoration: none;
            color: #15a748;
        }

            .nav-tabs li a:hover:after, .nav-tabs li a.active:after {
                display: block;
                width: 100%;
            }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background: none !important;
    color: #fff !important;
}

.clear {
    clear: both;
}

.list-body::-webkit-scrollbar {
    width: 4px;
}

.list-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.list-body::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    outline: 1px solid slategrey;
}

.content-space .container-fluid {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-5 {
    padding-right: 5px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 310px !important;
    width: auto !important;
    min-width: 90%;
    max-width: 90%;
}

.bootstrap-select .dropdown-toggle:after {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
    position: relative;
    color: #fff;
    display: inline-block;
}

    .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.355em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        margin-bottom: -0.155em;
    }

.custom-selectbox {
    display: flex;
    flex-direction: row;
}

    .custom-selectbox .header-dropdown {
        flex: auto;
        display: flex;
        flex-direction: column;
    }

        .custom-selectbox .header-dropdown .cont_select_center .icon_select_mate {
            position: absolute;
            top: -5px;
            font-size: 16px;
            height: 22px;
            transition: all 275ms;
            cursor: pointer;
        }

            .custom-selectbox .header-dropdown .cont_select_center .icon_select_mate svg {
                fill: #fff;
            }

        .custom-selectbox .header-dropdown .cont_select_center .select_mate {
            position: relative;
            display: inline;
            font-family: 'Roboto';
            color: #fff;
            font-weight: 300;
            border-radius: 3px;
            transition: all 375ms ease-in-out;
        }

            .custom-selectbox .header-dropdown .cont_select_center .select_mate select {
                position: absolute;
                overflow: hidden;
                height: 0px;
                opacity: 0;
                z-index: -1;
            }

        .custom-selectbox .header-dropdown .cont_select_center .cont_list_select_mate {
            position: relative;
            float: left;
            width: 100%;
        }

        .custom-selectbox .header-dropdown .cont_select_center .cont_select_int {
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 999;
            overflow: hidden;
            height: 0px;
            width: 100%;
            max-width: 350px;
            background-color: #111622;
            padding: 0px;
            margin-bottom: 0px;
            margin-top: 0px;
            border-radius: 4px;
            box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
            transition: all 375ms ease-in-out;
        }

            .custom-selectbox .header-dropdown .cont_select_center .cont_select_int li {
                position: relative;
                float: left;
                width: 100%;
                border-bottom: 1px solid #262c3b;
                background-color: #111622;
                list-style-type: none;
                padding: 12px 4%;
                margin: 0px;
                transition: all 275ms ease-in-out;
                display: block;
                cursor: pointer;
                font-size: 13px;
                color: rgba(255, 255, 255, 0.4);
            }

                .custom-selectbox .header-dropdown .cont_select_center .cont_select_int li:last-child {
                    border-radius: 3px;
                    border-bottom: 0px;
                }

                .custom-selectbox .header-dropdown .cont_select_center .cont_select_int li:hover {
                    color: #00d166;
                }

                    .custom-selectbox .header-dropdown .cont_select_center .cont_select_int li:hover:after {
                        position: absolute;
                        content: '';
                        width: 6px;
                        height: 12px;
                        border: solid #15A748;
                        border-width: 0 2px 2px 0;
                        transform: rotate(45deg);
                        top: 12px;
                        right: 15px;
                    }

            .custom-selectbox .header-dropdown .cont_select_center .cont_select_int .active {
                color: #00d166;
            }

                .custom-selectbox .header-dropdown .cont_select_center .cont_select_int .active:after {
                    position: absolute;
                    content: '';
                    width: 6px;
                    height: 12px;
                    border: solid #15A748;
                    border-width: 0 2px 2px 0;
                    transform: rotate(45deg);
                    top: 12px;
                    right: 15px;
                }

        .custom-selectbox .header-dropdown .cont_select_center .selecionado_opcion {
            padding: 0px 2% 10px;
            width: auto;
            display: inline-block;
            margin: 0px;
            cursor: pointer;
            font-size: 30px;
        }

        .custom-selectbox .header-dropdown .cont_heg_50 {
            position: absolute;
            height: 50%;
            left: 0;
            top: 0;
            width: 100%;
            background-color: #fd7b52;
        }

.content {
    /*padding: 40px 0px 0px 65px;*/
    padding: 0px;
}

    .content .row {
        margin-bottom: 5px;
    }

    .content.open {
        /*padding: 40px 0px 0px 210px;*/
        padding: 0px;
    }

    .content .global-img {
        width: 30px;
    }

    .content h5 {
        font-size: 14.0px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        text-align: left;
        margin-left: 50px;
        margin-top: 2px;
        line-height: 16.0px;
    }

    .content .header-dropdown .bootstrap-select .filter-option-inner-inner {
        font-size: 30px;
    }

    .content .header-card {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 3px;
        width: 200px;
        display: inline-block;
        padding: 15px;
        margin: 0px 5px;
    }

        .content .header-card .digit {
            background-color: rgba(255, 255, 255, 0);
            font-weight: 500;
            font-style: normal;
            font-size: 31.0px;
            text-align: left;
            line-height: 37.0px;
        }

            .content .header-card .digit.yellow {
                color: #ffb900;
            }

            .content .header-card .digit.green {
                color: #00d166;
            }

            .content .header-card .digit.blue {
                color: #00a6ff;
            }

            .content .header-card .digit .stats {
                font-weight: 400;
                position: relative;
                font-style: normal;
                font-size: 13.0px;
                margin-right: 8px;
                text-align: center;
                line-height: 15.0px;
            }

                .content .header-card .digit .stats.down {
                    color: #ff4848;
                }

                .content .header-card .digit .stats.up {
                    color: #00d166;
                }

                .content .header-card .digit .stats img {
                    width: 17px;
                    position: absolute;
                    top: -10px;
                    left: -2px;
                }

        .content .header-card .totalmwinstalled {
            background-color: rgba(255, 255, 255, 0);
            opacity: 0.3;
            font-weight: 400;
            font-style: normal;
            font-size: 13.0px;
            margin-top: 5px;
            color: white;
            text-align: left;
            line-height: 15.0px;
        }

    .content .map-cont {
        background: #141A29;
        height: 650px;
        border-radius: 5px;
    }

    .content .list-cont {
        background: #141A29;
        border-radius: 5px;
    }

        .content .list-cont .list-header {
            padding: 5px 15px;
            border-radius: 5px 5px 0px 0px;
            background: rgba(0, 0, 0, 0.32);
        }

            .content .list-cont .list-header.all-countries .select-section {
                float: left;
                border-right: 0px solid rgba(255, 255, 255, 0.1);
            }

                .content .list-cont .list-header.all-countries .select-section.view-select {
                    float: right;
                    padding: 1% 0 1% 3%;
                }

                .content .list-cont .list-header.all-countries .select-section h5 {
                    color: rgba(255, 255, 255, 0.7);
                    font-size: 16px;
                    padding: 10px 0 0 0;
                }

            .content .list-cont .list-header .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
                width: 80px !important;
            }

            .content .list-cont .list-header .search-section {
                float: left;
                width: 50%;
                margin-top: 7px;
                position: relative;
            }

                .content .list-cont .list-header .search-section .custom-input {
                    font-size: 11px;
                    padding: 8px 10px 8px 35px;
                    width: 100%;
                }

                .content .list-cont .list-header .search-section img {
                    position: absolute;
                    top: 9px;
                    left: 10px;
                    opacity: 0.4;
                    width: 15px;
                }

                .content .list-cont .list-header .search-section .search-back a img {
                    opacity: 1;
                }

                .content .list-cont .list-header .search-section h5 {
                    margin-top: 7px;
                    margin-left: 35px;
                    color: white;
                }

            .content .list-cont .list-header .select-section {
                margin-top: 2px;
                float: right;
                border-right: 1px solid rgba(255, 255, 255, 0.1);
                padding-right: 3%;
            }

                .content .list-cont .list-header .select-section.view-select {
                    border-right: 0px solid rgba(255, 255, 255, 0.1);
                    padding: 2% 0 2% 3%;
                    cursor: pointer;
                }

                    .content .list-cont .list-header .select-section.view-select .grid-view {
                        background: url(/assets/images/Grid-View@3x.svg) no-repeat;
                        min-width: 24px;
                        min-height: 24px;
                        cursor: pointer;
                    }

                    .content .list-cont .list-header .select-section.view-select .list-view {
                        background: url(/assets/images/list-View@3x.svg) no-repeat;
                        min-width: 24px;
                        min-height: 24px;
                        cursor: pointer;
                    }

                .content .list-cont .list-header .select-section h5 {
                    text-align: right;
                    font-size: 12px;
                    margin: 0px;
                    color: rgba(255, 255, 255, 0.2);
                }

            .content .list-cont .list-header .bootstrap-select .dropdown-toggle {
                height: 30px;
            }

                .content .list-cont .list-header .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
                    font-size: 13.0px;
                    color: rgba(255, 255, 255, 0.7);
                    text-align: center;
                    line-height: 15.0px;
                }

        .content .list-cont .list-body {
            padding: 0px 10px 10px;
            height: 600px;
            overflow: auto;
        }

            .content .list-cont .list-body .plants {
                position: relative;
                padding: 15px 0px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }

                .content .list-cont .list-body .plants:last-child {
                    border-bottom: 0px;
                }

                .content .list-cont .list-body .plants a {
                    text-decoration: none;
                }

                .content .list-cont .list-body .plants h2 {
                    font-weight: 500;
                    font-style: normal;
                    font-size: 18.0px;
                    text-align: left;
                    margin-bottom: 15px;
                    line-height: 21.0px;
                    color: white;
                }

                    .content .list-cont .list-body .plants h2.red {
                        color: #ff4848;
                    }

                    .content .list-cont .list-body .plants h2.green {
                        color: #00d166;
                    }

                .content .list-cont .list-body .plants .detail {
                    float: left;
                    width: 50%;
                }

                    .content .list-cont .list-body .plants .detail p {
                        font-weight: 400;
                        font-style: normal;
                        margin-bottom: 10px;
                        font-size: 13.0px;
                        color: rgba(255, 255, 255, 0.25);
                        text-align: left;
                        line-height: 15.0px;
                    }

                        .content .list-cont .list-body .plants .detail p span {
                            margin-left: 4px;
                            color: rgba(255, 255, 255, 0.4);
                        }

                .content .list-cont .list-body .plants .arrow {
                    border: 2px solid rgba(255, 255, 255, 0.3);
                    border-width: 2px 0px 0px 2px;
                    transform: rotate(132deg);
                    width: 12px;
                    position: absolute;
                    height: 12px;
                    top: 40%;
                    right: 10px;
                }

#plants-grid, #plants-list, #state-grid, #state-list {
    display: block;
}


    #plants-grid .plants, #plants-list .plants, #state-grid .plants, #state-list .plants {
        border-width: 0;
        width: 47%;
        float: left;
        margin-right: 2%;
        margin-left: 1%;
        margin-top: 3%;
        background-color: #2C3449;
        border-radius: 4px;
        box-shadow: 0 0 4px 0 transparent;
        padding: 1% 2%;
    }

        #plants-grid .plants .pull-left, #plants-list .plants .pull-left, #state-grid .plants .pull-left, #state-list .plants .pull-left {
            width: 70%;
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 500;
        }

        #plants-grid .plants .pull-right, #plants-list .plants .pull-right, #state-grid .plants .pull-right, #state-list .plants .pull-right {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.3);
            float: right;
            line-height: 35px;
        }

            #plants-grid .plants .pull-right .plant-value, #plants-list .plants .pull-right .plant-value, #state-grid .plants .pull-right .plant-value, #state-list .plants .pull-right .plant-value {
                color: #00A7FF;
                font-weight: 500;
            }

        #plants-grid .plants .total-power, #plants-list .plants .total-power, #state-grid .plants .total-power,
        #state-list .plants .total-power {
            display: flex;
            flex-direction: row;
            margin-top: 2%;
        }

            #plants-grid .plants .total-power .total-power-left, #plants-list .plants .total-power .total-power-left,
            #state-grid .plants .total-power .total-power-left, #state-list .plants .total-power .total-power-left {
                flex: auto;
                min-width: 50%;
            }

            #plants-grid .plants .total-power .total-power-right, #plants-list .plants .total-power .total-power-right,
            #state-grid .plants .total-power .total-power-right, #state-list .plants .total-power .total-power-right {
                flex: auto;
                min-width: 50%;
            }

                #plants-grid .plants .total-power .total-power-left span, #plants-grid .plants .total-power .total-power-right span,
                #plants-list .plants .total-power .total-power-left span, #plants-list .plants .total-power .total-power-right span,
                #state-grid .plants .total-power .total-power-left span, #state-grid .plants .total-power .total-power-right span,
                #state-list .plants .total-power .total-power-left span, #state-list .plants .total-power .total-power-right span {
                    display: inline-block;
                }

                    #plants-grid .plants .total-power .total-power-left span.power-value, #plants-grid .plants .total-power .total-power-right span.power-value,
                    #plants-list .plants .total-power .total-power-left span.power-value, #plants-list .plants .total-power .total-power-right span.power-value,
                    #state-grid .plants .total-power .total-power-left span.power-value, #state-grid .plants .total-power .total-power-right span.power-value,
                    #state-list .plants .total-power .total-power-left span.power-value, #state-list .plants .total-power .total-power-right span.power-value {
                        font-size: 18px;
                        font-weight: 500;
                    }

                        #plants-grid .plants .total-power .total-power-left span.power-value.yellow, #plants-grid .plants .total-power .total-power-right span.power-value.yellow,
                        #plants-list .plants .total-power .total-power-left span.power-value.yellow, #plants-list .plants .total-power .total-power-right span.power-value.yellow,
                        #state-grid .plants .total-power .total-power-left span.power-value.yellow, #state-grid .plants .total-power .total-power-right span.power-value.yellow,
                        #state-list .plants .total-power .total-power-left span.power-value.yellow, #state-list .plants .total-power .total-power-right span.power-value.yellow {
                            color: #FFB900;
                        }

                        #plants-grid .plants .total-power .total-power-left span.power-value.green, #plants-grid .plants .total-power .total-power-right span.power-value.green,
                        #plants-list .plants .total-power .total-power-left span.power-value.green, #plants-list .plants .total-power .total-power-right span.power-value.green,
                        #state-grid .plants .total-power .total-power-left span.power-value.green, #state-grid .plants .total-power .total-power-right span.power-value.green,
                        #state-list .plants .total-power .total-power-left span.power-value.green, #state-list .plants .total-power .total-power-right span.power-value.green {
                            color: #00D166;
                        }

                    #plants-grid .plants .total-power .total-power-left span.power-text, #plants-grid .plants .total-power .total-power-right span.power-text,
                    #plants-list .plants .total-power .total-power-left span.power-text, #plants-list .plants .total-power .total-power-right span.power-text,
                    #state-grid .plants .total-power .total-power-left span.power-text, #state-grid .plants .total-power .total-power-right span.power-text,
                    #state-list .plants .total-power .total-power-left span.power-text, #state-list .plants .total-power .total-power-right span.power-text {
                        font-size: 11px;
                        color: rgba(255, 255, 255, 0.3);
                        position: relative;
                        top: -8px;
                        font-weight: 300;
                    }

    #plants-grid .plants, #state-grid .plants {
        margin: 2.5% 2.3% 0 0;
    }

        #plants-grid .plants:nth-of-type(odd),
        #state-grid .plants:nth-of-type(odd) {
            margin-left: 2.3%;
        }

        #plants-grid .plants:nth-of-type(even),
        #state-grid .plants:nth-of-type(even) {
            margin-right: 1.2%;
        }

        #plants-grid .plants .total-power .power-value,
        #state-grid .plants .total-power .power-value {
            display: block !important;
        }

#plants-list, #state-list {
    display: none;
}

    #plants-list .plants, #state-list .plants {
        width: 98%;
        margin: 0 15px 10px 8px;
        padding: 1.5% 2% 0;
    }

        #plants-list .plants:first-child, #state-list .plants:first-child {
            margin: 15px 15px 10px 8px;
        }

        #plants-list .plants a, #state-list .plants a {
            display: flex;
            flex-direction: row;
        }

            #plants-list .plants a .total-plant,
            #state-list .plants a .total-plant {
                flex: 1;
                margin-right: 5px;
                min-width: 120px;
                word-break: break-word;
            }

                #plants-list .plants a .total-plant .pull-left,
                #state-list .plants a .total-plant .pull-left {
                    width: auto;
                    display: block;
                }

                #plants-list .plants a .total-plant .pull-right,
                #state-list .plants a .total-plant .pull-right {
                    float: none;
                    position: relative;
                    top: -8px;
                }

            #plants-list .plants a .total-power,
            #state-list .plants a .total-power {
                flex: auto;
                margin-top: 0;
            }

                #plants-list .plants a .total-power .total-power-left,
                #state-list .plants a .total-power .total-power-left {
                    flex: auto;
                    min-width: 110px;
                }

                #plants-list .plants a .total-power.total-power2 .total-power-left,
                #state-list .plants a .total-power.total-power2 .total-power-left {
                    flex: auto;
                    min-width: 100px;
                }

                #plants-list .plants a .total-power .total-power-left .power-value,
                #state-list .plants a .total-power .total-power-left .power-value {
                    width: auto;
                    display: block;
                }

                #plants-list .plants a .total-power .total-power-left .power-text,
                #state-list .plants a .total-power .total-power-left .power-text {
                    top: -3px;
                }

                #plants-list .plants a .total-power .total-power-right,
                #state-list .plants a .total-power .total-power-right {
                    flex: auto;
                }

                    #plants-list .plants a .total-power .total-power-right .power-value,
                    #state-list .plants a .total-power .total-power-right .power-value {
                        width: auto;
                        display: block;
                    }

                    #plants-list .plants a .total-power .total-power-right .power-text,
                    #state-list .plants a .total-power .total-power-right .power-text {
                        top: -3px;
                    }

        #plants-list .plants .arrow,
        #state-list .plants .arrow {
            right: 10px;
        }

.plant-details .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 310px !important;
    width: auto !important;
    min-width: 90%;
    max-width: 90%;
}

.plant-details .row {
    margin: 5px 0px 5px;
}

.plant-details .ib {
    display: inline-block;
    margin-top: 25px;
}

    .plant-details .ib .nav-tabs li:last-child a {
        margin-right: 0;
    }

.plant-details .plants-sub-title {
    display: inline-block;
}

.plant-details .tags {
    display: inline-block;
    margin-left: 14px;
}

.plant-details-tags .tag.tag-date, .nocDashboardTags .tag.tag-date {
    width: 160px !important;
}

.plant-details .tags .tag {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1px 0px;
    margin: 0px 2px;
    font-size: 10px;
    display: inline-block;
    width: 34px;
    text-align: center;
    height: 17px;
    font-weight: 600;
    background: #252e42;
    color: rgba(255, 255, 255, 0.5);
}

.plant-details .global-img {
    margin-top: 10px;
}

.plant-details .graph-section {
    border-bottom: 1px solid rgba(93, 99, 116, 0.5);
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.plant-details .graph-head-section {
    border-bottom: 1px solid rgba(93, 99, 116, 0.5);
    padding-bottom: 10px;
}

.plant-details .graph-cards li {
    display: inline-block;
    width: 50%;
    padding: 0px;
}

    .plant-details .graph-cards li.m-r {
        padding-right: 10px;
    }

    .plant-details .graph-cards li.m-l {
        padding-left: 10px;
    }

    .plant-details .graph-cards li a {
        display: block;
        text-align: left;
        width: 100%;
        color: rgba(255, 255, 255, 0.3);
        padding: 10px;
        border-radius: 5px;
        height: 100px;
        margin: 10px 0px;
        background-color: #303950;
        border: 1px solid transparent;
    }

        .plant-details .graph-cards li a span {
            width: 49%;
            display: inline-block;
            vertical-align: text-top;
        }

            .plant-details .graph-cards li a span.percent {
                font-weight: 500;
                font-style: normal;
                font-size: 20.0px;
                text-align: right;
                line-height: 24.0px;
            }

                .plant-details .graph-cards li a span.percent.yellow {
                    color: #ffb900;
                }

                .plant-details .graph-cards li a span.percent.blue {
                    color: #00a7ff;
                }

                .plant-details .graph-cards li a span.percent.white {
                    color: #e1e1e1;
                }

                .plant-details .graph-cards li a span.percent.green {
                    color: #169e48;
                }

                .plant-details .graph-cards li a span.percent.purple {
                    color: #c767d8;
                }

            .plant-details .graph-cards li a span.pull-left {
                width: 70%;
                color: rgba(255, 255, 255, 0.7);
            }

            .plant-details .graph-cards li a span.pull-right {
                width: 27%;
            }

        .plant-details .graph-cards li a:hover, .plant-details .graph-cards li a.active {
            box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.3);
        }

            .plant-details .graph-cards li a:hover:after, .plant-details .graph-cards li a.active:after {
                display: none;
            }

            .plant-details .graph-cards li a:hover.yellow, .plant-details .graph-cards li a.active.yellow {
                border-color: #ffb900;
            }

            .plant-details .graph-cards li a:hover.blue, .plant-details .graph-cards li a.active.blue {
                border-color: #00a7ff;
            }

            .plant-details .graph-cards li a:hover.white, .plant-details .graph-cards li a.active.white {
                border-color: #e1e1e1;
            }

            .plant-details .graph-cards li a:hover.green, .plant-details .graph-cards li a.active.green {
                border-color: #169e48;
            }

            .plant-details .graph-cards li a:hover.purple, .plant-details .graph-cards li a.active.purple {
                border-color: #c767d8;
            }

.plant-details .graph-cards .yellow .solar-pull-left, .plant-details .graph-cards .yellow .solar-pull-right {
    display: inline-block;
    float: left;
    height: 100%;
    text-align: center;
    font-family: Roboto;
    padding: 8% 0%;
}

    .plant-details .graph-cards .yellow .solar-pull-left .solar-value, .plant-details .graph-cards .yellow .solar-pull-right .solar-value {
        color: #FFC145;
        font-size: 23px;
        font-weight: 300;
        height: 27px;
        display: block;
        width: 100%;
    }

    .plant-details .graph-cards .yellow .solar-pull-left .solar-heading, .plant-details .graph-cards .yellow .solar-pull-right .solar-heading {
        opacity: 0.5;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 14px;
        display: block;
        width: 100%;
    }

.plant-details .graph-container {
    background: #141a29;
    margin-top: 10px;
    border-radius: 5px;
    height: 340px;
}

    .plant-details .graph-container .graph-header {
        padding: 15px;
    }

        .plant-details .graph-container .graph-header img {
            width: 16px;
            height: 16px;
            opacity: 0.6;
        }

        .plant-details .graph-container .graph-header h4 {
            font-weight: 300;
            font-style: normal;
            font-size: 15.0px;
            color: white;
            text-align: left;
            line-height: 18.0px;
            width: 50%;
        }

            .plant-details .graph-container .graph-header h4.left {
                float: left;
            }

                .plant-details .graph-container .graph-header h4.left span {
                    font-weight: 500;
                }

                    .plant-details .graph-container .graph-header h4.left span.yellow {
                        color: #ffb900;
                    }

                    .plant-details .graph-container .graph-header h4.left span.green {
                        color: #169e48;
                    }

                    .plant-details .graph-container .graph-header h4.left span.blue {
                        color: #00a7ff;
                    }

                    .plant-details .graph-container .graph-header h4.left span.white {
                        color: #fff;
                    }

                    .plant-details .graph-container .graph-header h4.left span.purple {
                        color: #88a7f6;
                    }

            .plant-details .graph-container .graph-header h4.right {
                float: right;
                text-align: right;
                font-size: 13.0px;
            }

                .plant-details .graph-container .graph-header h4.right span {
                    font-weight: 400;
                    font-style: normal;
                    color: rgba(255, 255, 255, 0.5);
                    text-align: right;
                    line-height: 15.0px;
                }

    .plant-details .graph-container.line {
        margin-top: 0px;
        height: 375px;
        height: 100%;
    }

#solar .yellow {
    color: #ffb900;
}

#biomass .yellow {
    color: #00a7ff;
}

#efficency .yellow {
    color: #169e48;
}

#loss .yellow {
    color: #fff;
}

#uptime .yellow {
    color: #88a7f6;
}

.plantdashboard {
    background-color: #303950;
    border-radius: 5px;
    padding: 10px 0px;
}

    .plantdashboard .nav-tabs {
        padding-left: 10px;
        display: inline-flex;
    }

        .plantdashboard .nav-tabs li {
            margin: 0px;
        }

            .plantdashboard .nav-tabs li a {
                margin: 0px 10px;
            }

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.plantdashboard .live {
    background: #c95656;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 10px;
    border-radius: 3px;
    width: 60px;
    float: right;
    margin-right: 18px;
    margin-top: 5px;
}

    .plantdashboard .live h5 {
        margin: 0px;
        color: #fff;
        font-size: 12px;
    }

        .plantdashboard .live h5 .dot {
            width: 7px;
            -webkit-animation-name: blinker;
            -webkit-animation-duration: 0.6s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-timing-function: ease-in-out;
            -webkit-animation-direction: alternate;
            margin-right: 5px;
            text-decoration: blink;
            height: 7px;
            display: inline-block;
            background: #fff;
            border-radius: 100px;
        }

.plantdashboard .zoom-icon {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer;
}

    .plantdashboard .zoom-icon.maximise {
        background: url(/assets/images/Maximise.png) no-repeat;
    }

    .plantdashboard .zoom-icon.minimise {
        background: url(/assets/images/Minimise.png) no-repeat;
    }

.plantdashboard .server-image-section {
    height: 300px;
    position: relative;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .plantdashboard .server-image-section p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

    .plantdashboard .server-image-section .left-sec .sun {
        position: absolute;
        top: 20px;
        left: 0px;
    }

        .plantdashboard .server-image-section .left-sec .sun img {
            width: 36px;
        }

        .plantdashboard .server-image-section .left-sec .sun .data {
            display: inline-block;
            vertical-align: middle;
            min-width: 100px;
            text-align: center;
        }

            .plantdashboard .server-image-section .left-sec .sun .data .svgImage {
                width: 36px;
                height: 36px;
            }

        .plantdashboard .server-image-section .left-sec .sun .arrow {
            display: inline-block;
            vertical-align: text-top;
            width: 53px;
            height: 10px;
            opacity: 0.2;
            /* top: 5px; */
            margin-top: -14px;
            margin-left: -20px;
        }

    .plantdashboard .server-image-section .left-sec .bulb {
        position: absolute;
        top: 100px;
        left: 0px;
    }

        .plantdashboard .server-image-section .left-sec .bulb img {
            width: 36px;
        }

        .plantdashboard .server-image-section .left-sec .bulb .data {
            display: inline-block;
            vertical-align: middle;
            min-width: 100px;
            text-align: center;
        }

            .plantdashboard .server-image-section .left-sec .bulb .data .svgImage {
                width: 25px;
                height: 39px;
            }

        .plantdashboard .server-image-section .left-sec .bulb .arrow {
            display: inline-block;
            vertical-align: text-top;
            width: 53px;
            height: 10px;
            opacity: 0.2;
            margin-top: -14px;
            margin-left: -20px;
        }

    .plantdashboard .server-image-section .center-sec p {
        text-align: center;
    }

    .plantdashboard .server-image-section .center-sec .down-arrow {
        display: inline-block;
        vertical-align: text-top;
        position: absolute;
        /*width: 53px;
                height: 10px;
                opacity: 0.2;
                bottom: 160px;
                left: 234px;
                transform: rotate(90deg);*/
        width: 50px;
        height: 50px;
        bottom: 90px;
        left: 190px;
    }

        .plantdashboard .server-image-section .center-sec .down-arrow.down-arrow-up {
            transform: rotate(-90deg);
        }

    .plantdashboard .server-image-section .center-sec .server {
        position: absolute;
        top: 12px;
        left: 148px;
    }

        .plantdashboard .server-image-section .center-sec .server img {
            height: 130px;
        }

        .plantdashboard .server-image-section .center-sec .server .svgImage {
            width: 131px;
            height: 113px;
        }

    .plantdashboard .server-image-section .center-sec .battery {
        position: absolute;
        bottom: 0px;
        left: 180px;
    }

        .plantdashboard .server-image-section .center-sec .battery .svgImage {
            width: 56px;
            height: 56px;
        }

            .plantdashboard .server-image-section .center-sec .battery .svgImage path:nth-child(3) {
                fill: #69d23e;
            }

        .plantdashboard .server-image-section .center-sec .battery p {
            margin-top: 10px;
            padding-left: 25px;
        }

        .plantdashboard .server-image-section .center-sec .battery .charging-winam {
            padding: 0px 6%;
            background: url(/assets/images/ChargingWinamp@3x.svg) no-repeat;
            background-size: 60% 60%;
            margin-top: 5px;
        }

            .plantdashboard .server-image-section .center-sec .battery .charging-winam.charging-blink {
                -webkit-animation-name: blinker;
                -webkit-animation-duration: 0.6s;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: ease-in-out;
                -webkit-animation-direction: alternate;
            }

        .plantdashboard .server-image-section .center-sec .battery .battery-img-charging {
            display: flex;
            flex-direction: row;
        }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-0 .battery-img {
                background: url(/assets/images/10.svg) no-repeat;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-10 .battery-img {
                background: url(/assets/images/10.svg) no-repeat;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-20 .battery-img {
                background: url(/assets/images/20.svg) no-repeat;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-30 .battery-img {
                background: url(/assets/images/30.svg) no-repeat;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-40 .battery-img {
                background: url(/assets/images/40.svg) no-repeat;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-50 .battery-img {
                background: url(/assets/images/50.svg) no-repeat;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-60 .battery-img {
                background: url(/assets/images/60.svg) no-repeat;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-70 .battery-img {
                background: url(/assets/images/70.svg) no-repeat;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-80 .battery-img {
                background: url(/assets/images/80.svg) no-repeat;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-90 .battery-img {
                background: url(/assets/images/90.svg) no-repeat;
            }

            /*.plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-100 .charging-winam {
                visibility: hidden;
            }*/

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging.battery-img-100 .battery-img {
                background: url(/assets/images/100.svg) no-repeat;
                opacity: 0.5;
            }

            .plantdashboard .server-image-section .center-sec .battery .battery-img-charging .battery-img {
                padding: 15px 22px;
                background-size: 100% !important;
                flex: auto;
            }

    .plantdashboard .server-image-section .right-sec .dot {
        position: absolute;
        right: 15px;
        display: flex;
        flex-direction: row;
        width: 155px;
        text-align: right;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

        .plantdashboard .server-image-section .right-sec .dot img {
            width: 17px;
        }

        .plantdashboard .server-image-section .right-sec .dot div:nth-child(1) {
            width: 65px;
            text-align: center;
        }

        .plantdashboard .server-image-section .right-sec .dot div:nth-child(2) {
            margin-left: 5px;
            margin-right: 5px;
            text-align: left;
        }

        .plantdashboard .server-image-section .right-sec .dot div:nth-child(3) {
            text-align: right;
        }

        .plantdashboard .server-image-section .right-sec .dot.red-dot {
            top: 30px;
        }

        .plantdashboard .server-image-section .right-sec .dot.blue-dot {
            top: 70px;
        }

        .plantdashboard .server-image-section .right-sec .dot.yellow-dot {
            top: 110px;
        }

        .plantdashboard .server-image-section .right-sec .dot .arrow {
            width: 53px;
            height: 10px;
            opacity: 0.2;
        }

.plantdashboard svg {
    pointer-events: none;
}

.arrow-animation {
    animation: animatearrow 1s ease-in-out infinite;
    /*margin-left: 9px;*/
}

.arrow-up-animation {
    animation: animatearrowup 1s ease-in-out infinite;
    margin-bottom: 9px;
}

@keyframes animatearrow {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.2;
    }

    50% {
        transform: translate(6px, 0);
        opacity: 1;
    }
}

@keyframes animatearrowup {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.2;
    }

    50% {
        transform: translate(0, 10px);
        opacity: 0.8;
    }
}

@keyframes animatecolor {
    0% {
        transform: scale(1, 1);
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
        transform: scale(0.1, 0.1);
    }

    100% {
        transform: scale(1, 1);
        opacity: 1.0;
    }
}

.arrow-wraper {
    position: absolute;
    top: 10px;
    /*top: 50%;
    left: 50%;
    transform: rotate(-90deg);*/
}

    .arrow-wraper.animation-stop i {
        animation: none;
    }

    .arrow-wraper i {
        /*display: block !important;
        width: 30px !important;
        height: 30px !important;
        border-bottom: 5px solid #06A8FF;
        border-right: 5px solid #06A8FF;
        transform: rotate(45deg);
        margin: -10px;*/
        font-size: 22px;
        animation: animate 2s linear infinite;
    }

        .arrow-wraper i:nth-child(2) {
            animation-delay: -0.2s;
        }

        .arrow-wraper i:nth-child(3) {
            animation-delay: -0.4s;
        }

        .arrow-wraper i:nth-child(4) {
            animation-delay: -0.6s;
        }

.server-section-main {
    display: flex;
    flex-direction: row;
    padding: 5%;
    min-height: 330px;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    font-weight: 300;
}

    .server-section-main > div {
        flex: auto;
    }

    .server-section-main .server-left, .server-section-main .server-right {
        width: 35%;
    }

    .server-section-main .server-center {
        width: 30%;
        padding: 0 2%;
    }

        .server-section-main .server-center .inveter {
            text-align: center;
        }

            .server-section-main .server-center .inveter img {
                width: 100%;
                height: 100%;
            }

        .server-section-main .server-center .inveter-arrow {
            text-align: center;
            margin: 12% 0;
            padding: 25% 0;
            position: relative;
        }

            .server-section-main .server-center .inveter-arrow .arrow-wraper {
                position: initial;
                top: 10px;
                margin: auto;
            }

            .server-section-main .server-center .inveter-arrow span {
                display: inline-block;
                height: 100%;
                width: 10px;
                min-height: 100%;
                background-size: 100% 100%;
                padding: 25% 0;
                opacity: 0.5;
            }

            .server-section-main .server-center .inveter-arrow.inveter-arrow-down span {
                background: url(/assets/images/battery-down-arrow.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-arrow.inveter-arrow-down .arrow-wraper {
                transform: rotate(90deg);
            }

                .server-section-main .server-center .inveter-arrow.inveter-arrow-down .arrow-wraper.arrow-wraper-dual {
                    display: none;
                }

            .server-section-main .server-center .inveter-arrow.inveter-arrow-up span {
                background: url(/assets/images/battery-up-arrow.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-arrow.inveter-arrow-up .arrow-wraper {
                transform: rotate(-90deg);
            }

                .server-section-main .server-center .inveter-arrow.inveter-arrow-up .arrow-wraper.arrow-wraper-dual {
                    display: none;
                }

            .server-section-main .server-center .inveter-arrow.inveter-arrow-dual span {
                background: url(/assets/images/battery-dual-arrow.svg) no-repeat;
                background-size: 100% 80%;
                opacity: 0.5;
            }

            .server-section-main .server-center .inveter-arrow.inveter-arrow-dual .arrow-wraper {
                transform: rotate(-90deg);
                margin-right: 10px;
            }

                .server-section-main .server-center .inveter-arrow.inveter-arrow-dual .arrow-wraper.arrow-wraper-dual {
                    display: block;
                    transform: rotate(90deg);
                    margin-left: 40px;
                }

        .server-section-main .server-center .inveter-battery .battery p {
            margin-top: 10px;
            padding-left: 25px;
            text-align: center;
        }

        .server-section-main .server-center .inveter-battery .battery .charging-winam {
            padding: 0px 4px;
            background: url(/assets/images/ChargingWinamp@3x.svg) no-repeat;
            background-size: 100% 100%;
            margin-top: 5px;
        }

            .server-section-main .server-center .inveter-battery .battery .charging-winam.charging-blink {
                -webkit-animation-name: blinker;
                -webkit-animation-duration: 0.6s;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: ease-in-out;
                -webkit-animation-direction: alternate;
            }

        .server-section-main .server-center .inveter-battery .battery .battery-img-charging {
            display: flex;
            flex-direction: row;
            max-width: 40%;
            margin: auto;
        }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-0 .battery-img {
                background: url(/assets/images/10.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-10 .battery-img {
                background: url(/assets/images/10.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-20 .battery-img {
                background: url(/assets/images/20.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-30 .battery-img {
                background: url(/assets/images/30.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-40 .battery-img {
                background: url(/assets/images/40.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-50 .battery-img {
                background: url(/assets/images/50.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-60 .battery-img {
                background: url(/assets/images/60.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-70 .battery-img {
                background: url(/assets/images/70.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-80 .battery-img {
                background: url(/assets/images/80.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-90 .battery-img {
                background: url(/assets/images/90.svg) no-repeat;
            }

            /*.server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-100 .charging-winam {
                visibility: hidden;
            }*/

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging.battery-img-100 .battery-img {
                background: url(/assets/images/100.svg) no-repeat;
            }

            .server-section-main .server-center .inveter-battery .battery .battery-img-charging .battery-img {
                padding: 17% 22%;
                background-size: 100% 100% !important;
                width: 100%;
                margin-left: 5px;
            }

    .server-section-main .server-left {
        display: flex;
        flex-direction: column;
    }

        .server-section-main .server-left .sun-wraper .sun .sun-img {
            background: url(/assets/images/Solar@3x.svg) no-repeat;
        }

        .server-section-main .server-left .bulb-wraper .sun .sun-img {
            background: url(/assets/images/BIOSMASS@3x.svg) no-repeat;
        }

        .server-section-main .server-left .sun-wraper, .server-section-main .server-left .bulb-wraper {
            display: flex;
            flex-direction: row;
        }

            .server-section-main .server-left .sun-wraper .sun, .server-section-main .server-left .bulb-wraper .sun {
                flex: auto;
                text-align: center;
                margin-bottom: 25%;
            }

                .server-section-main .server-left .sun-wraper .sun .sun-img, .server-section-main .server-left .bulb-wraper .sun .sun-img {
                    height: 100%;
                    width: 100%;
                    min-height: 2vh;
                    margin: auto;
                    background-size: contain;
                    background-position: center center;
                }

                .server-section-main .server-left .sun-wraper .sun p, .server-section-main .server-left .bulb-wraper .sun p {
                    margin-top: 5%;
                    margin-bottom: 0;
                }

            .server-section-main .server-left .sun-wraper .arrow, .server-section-main .server-left .bulb-wraper .arrow {
                width: 50%;
                text-align: center;
                position: relative;
            }

                .server-section-main .server-left .sun-wraper .arrow span, .server-section-main .server-left .bulb-wraper .arrow span {
                    display: inline-block;
                    height: 100%;
                    width: 100%;
                    background: url(/assets/images/battery-right-arrow.svg) no-repeat;
                    background-size: 100%;
                    background-position: 0 18%;
                    opacity: 0.5;
                }

    .server-section-main .server-right .dot {
        display: flex;
        flex-direction: row;
        margin-bottom: 9%;
    }

        .server-section-main .server-right .dot:first-child {
            margin-top: 5%;
        }

        .server-section-main .server-right .dot:last-child {
            margin-bottom: 0;
        }

        .server-section-main .server-right .dot div.dot-arrow {
            width: 40%;
            text-align: center;
            position: relative;
        }

            .server-section-main .server-right .dot div.dot-arrow .arrow-wraper {
                top: -3px;
                margin: auto;
                width: 90%;
            }

            .server-section-main .server-right .dot div.dot-arrow span {
                display: inline-block;
                height: 100%;
                width: 100%;
                background: url(/assets/images/battery-right-arrow.svg) no-repeat;
                background-size: 100%;
                background-position: center center;
                opacity: 0.6;
            }

        .server-section-main .server-right .dot div.dot-red, .server-section-main .server-right .dot div.dot-yellow, .server-section-main .server-right .dot div.dot-blue {
            width: 40px;
            text-align: center;
        }

            .server-section-main .server-right .dot div.dot-red span, .server-section-main .server-right .dot div.dot-yellow span, .server-section-main .server-right .dot div.dot-blue span {
                display: inline-block;
                padding: 15%;
                border-radius: 50%;
                position: relative;
                margin-top: 1%;
            }

                .server-section-main .server-right .dot div.dot-red span:after, .server-section-main .server-right .dot div.dot-yellow span:after, .server-section-main .server-right .dot div.dot-blue span:after {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    border-radius: 50%;
                }

        .server-section-main .server-right .dot div.dot-value {
            flex: auto;
            text-align: left;
        }

        .server-section-main .server-right .dot .dot-red span {
            border: 4px solid rgba(228, 88, 81, 0.5);
            opacity: 1;
        }

            .server-section-main .server-right .dot .dot-red span:after {
                background-color: #E45851;
            }

        .server-section-main .server-right .dot .dot-yellow span {
            border: 4px solid rgba(228, 216, 81, 0.5);
        }

            .server-section-main .server-right .dot .dot-yellow span:after {
                background-color: #E4D851;
            }

        .server-section-main .server-right .dot .dot-blue span {
            border: 4px solid rgba(33, 171, 254, 0.5);
        }

            .server-section-main .server-right .dot .dot-blue span:after {
                background-color: #4FAAF7;
            }

        .server-section-main .server-right .dot .dot-animation span:after {
            animation: animatecolor 2s ease-out;
            animation-iteration-count: infinite;
            opacity: 0.0;
        }

.plantdashboard-max .arrow-wraper i {
    font-size: 48px;
}

.plantdashboard-max .server-section-main .server-left .sun-wraper .sun, .plantdashboard-max .server-section-main .server-left .bulb-wraper .sun {
    margin-bottom: 35%;
}

    .plantdashboard-max .server-section-main .server-left .sun-wraper .sun .sun-img, .plantdashboard-max .server-section-main .server-left .bulb-wraper .sun .sun-img {
        min-height: 5vh;
        background-size: 100% 100%;
        max-width: 69px;
    }

.plantdashboard-max .server-section-main .server-left .sun-wraper .arrow, .plantdashboard-max .server-section-main .server-left .bulb-wraper .arrow {
    background-position: 0 9%;
}

.plantdashboard-max .server-section-main .server-left .bulb-wraper .sun .sun-img {
    max-width: 48px;
}

.plantdashboard-max .server-section-main .server-right .dot {
    margin-bottom: 18%;
}

    .plantdashboard-max .server-section-main .server-right .dot div.dot-red span {
        padding: 25%;
        border: 2px solid rgba(228, 88, 81, 0.5);
    }

    .plantdashboard-max .server-section-main .server-right .dot div.dot-yellow span {
        padding: 25%;
        border: 2px solid rgba(228, 216, 81, 0.5);
    }

    .plantdashboard-max .server-section-main .server-right .dot div.dot-blue span {
        padding: 25%;
        border: 2px solid rgba(33, 171, 254, 0.5);
    }

.plantdashboard-max .server-section-main .server-center .inveter-arrow.inveter-arrow-dual .arrow-wraper.arrow-wraper-dual {
    margin-left: 60px;
}

.plantdashboard-max .server-section-main .server-center .inveter-arrow span {
    width: 20px;
    background-size: 100% 100% !important;
}

.plantdashboard-max .server-section-main .server-center .inveter-battery .battery .charging-winam {
    padding: 0 8px;
}

#operational {
    position: relative;
}

    #operational .plantdashboard-max {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        max-width: 100%;
        height: 100%;
        padding: 0;
    }

        #operational .plantdashboard-max .plantdashboard {
            /*height: 100%;*/
        }

        #operational .plantdashboard-max .server-section-main {
            min-height: 100%;
        }

@keyframes animate {
    0% {
        opacity: 0;
        /*transform: rotate(45deg) translate(-20px,-20px);*/
        transform: translateX(-45px);
    }

    20% {
        opacity: 1;
        transform: translateX(-19px);
    }

    80% {
        opacity: 1;
        transform: translateX(19px);
    }

    100% {
        opacity: 0;
        /*transform: rotate(45deg) translate(20px,20px);*/
        transform: translateX(45px);
    }
}

.master-tabs-section {
    border-bottom: 1px rgba(216, 216, 216, 0.1) solid;
    padding-bottom: 9px;
}

    .master-tabs-section .nav-tabs li, .master-tabs-section .navbar-nav li {
        margin-left: 0;
    }

        .master-tabs-section .nav-tabs li a, .master-tabs-section .navbar-nav li a {
            margin-left: 0;
            margin-right: 25px;
        }

    .master-tabs-section .navbar-light {
        padding: 0 !important;
    }

        .master-tabs-section .navbar-light .navbar-brand {
            background: #15a748;
            text-decoration: none;
        }

            .master-tabs-section .navbar-light .navbar-brand.mobile-brand {
                display: none;
            }

@media (max-width: 767px) {
    .master-tabs-section .navbar-light .navbar-brand.mobile-brand {
        display: block;
    }
}

@media (max-width: 768px) {
    .master-tabs-section .navbar-light .navbar-brand {
        background: transparent;
        color: #15a748;
    }
}

.master-tabs-section .navbar-light .navbar-nav {
    padding: 0 !important;
    border-bottom: none;
}

    .master-tabs-section .navbar-light .navbar-nav li a {
        margin: 0px 18px 0 0;
        font-style: normal;
        font-size: 14.0px;
        text-align: right;
        color: rgba(255, 255, 255, 0.7);
        line-height: 16.0px;
        position: relative;
        text-align: right;
    }

        .master-tabs-section .navbar-light .navbar-nav li a:after {
            position: absolute;
            width: 0;
            left: 0px;
            bottom: -10px;
            content: '';
            height: 2px;
            background: #15a748;
            transition: width .3s;
        }

        .master-tabs-section .navbar-light .navbar-nav li a:hover, .master-tabs-section .navbar-light .navbar-nav li a.active {
            text-decoration: none;
            color: #15a748;
        }

            .master-tabs-section .navbar-light .navbar-nav li a:hover:after, .master-tabs-section .navbar-light .navbar-nav li a.active:after {
                display: block;
                width: 100%;
            }

        .master-tabs-section .navbar-light .navbar-nav li a:focus {
            color: rgba(255, 255, 255, 0.7);
        }

@media (max-width: 768px) {
    .master-tabs-section .navbar-light .navbar-nav li a {
        text-align: left;
    }

        .master-tabs-section .navbar-light .navbar-nav li a:after {
            bottom: 0px;
        }
}

.master-tabs-section .navbar-light .navbar-nav li.active a {
    text-decoration: none;
    color: #15a748;
}

    .master-tabs-section .navbar-light .navbar-nav li.active a:after {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: -10px;
        content: '';
        height: 2px;
        background: #15a748;
        transition: width .3s;
    }

@media (max-width: 768px) {
    .master-tabs-section .navbar-light .navbar-nav li.active a {
        text-align: left;
    }

        .master-tabs-section .navbar-light .navbar-nav li.active a:after {
            bottom: 0px;
        }
}

@media (max-width: 768px) {
    .master-tabs-section .navbar-toggler {
        border-color: transparent;
        padding: 0;
    }

        .master-tabs-section .navbar-toggler:focus {
            outline: 0px auto -webkit-focus-ring-color;
        }

        .master-tabs-section .navbar-toggler .navbar-toggler-menu {
            background: none;
        }

            .master-tabs-section .navbar-toggler .navbar-toggler-menu img {
                width: 24px;
                height: 20px;
            }
}

.master-form-wraper.form1 .search-form-wraper {
    background: transparent;
}

    .master-form-wraper.form1 .search-form-wraper .col {
        padding: 0;
    }

.master-form-wraper.form1 .form-control.form-control-text {
    width: 90%;
}

    .master-form-wraper.form1 .form-control.form-control-text:focus {
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
        outline: 0;
    }

@media (max-width: 767px) {
    .master-form-wraper.form1 .search-form-wraper {
        padding: 0px 22px;
        margin: 13px 0px 0px;
    }

        .master-form-wraper.form1 .search-form-wraper .col {
            flex-basis: auto;
            text-align: center;
        }
}

.master-form-wraper .search-form-wraper {
    background-color: #141a29;
    border-radius: 4px;
    padding: 8px 8px 2px;
}

    .master-form-wraper .search-form-wraper .bootstrap-select .dropdown-toggle {
        height: auto;
        border-bottom: 1px solid rgba(216, 216, 216, 0.1);
        padding-left: 0;
        color: rgba(255, 255, 255, 0.5);
    }

        .master-form-wraper .search-form-wraper .bootstrap-select .dropdown-toggle:after {
            display: inline-block;
        }

        .master-form-wraper .search-form-wraper .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
            color: rgba(255, 255, 255, 0.5);
            font-size: 13px;
        }

            .master-form-wraper .search-form-wraper .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner:after {
                display: none;
            }

.master-form-wraper .form-control-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    border-width: 1;
    border: 1px solid #ced4da;
    background: rgb(20, 26, 41);
    border-radius: 0px;
}



.master-form-wraper .btn-search {
    font-size: 14px;
    color: white;
    border-radius: 4px;
    background-color: #0e900f;
    width: 100%;
    height: initial;
    max-width: 154px;
    padding: 0.0075rem 0.75rem;
}

    .master-form-wraper .btn-search:focus {
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }

.master-form-wraper .btn-export {
    font-size: 14px;
    color: white;
    border-radius: 4px;
    background-color: #414a61;
    height: initial;
    min-width: initial;
    background-color: #00a65a;
    border-color: #008d4c;
    padding: 0.075rem 0.75rem;
}

    .master-form-wraper .btn-export:focus {
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }

@media (max-width: 767px) {
    .master-form-wraper .btn-export {
        min-width: 84px;
    }
}

.master-form-wraper .btn-addnew {
    font-size: 14px;
    color: white;
    border-radius: 4px;
    background-color: #3291ca;
    margin-left: 20px;
    margin-right: 20px;
    height: initial;
    min-width: initial;
    padding: 0.0075rem 0.75rem;
}

    .master-form-wraper .btn-addnew:focus {
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }

@media (max-width: 767px) {
    .master-form-wraper .btn-addnew {
        min-width: 84px;
    }
}

.master-form-wraper .btn-reset {
    background: transparent;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.54);
    margin-left: 20px;
}

    .master-form-wraper .btn-reset:focus {
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    }

.master-form-wraper .col-form-field {
    width: 21%;
}

    .master-form-wraper .col-form-field:last-child {
        width: 16%;
    }

@media (max-width: 768px) {
    .master-form-wraper .col-form-field {
        width: 47%;
        margin-right: 2%;
    }

        .master-form-wraper .col-form-field:last-child {
            width: 47%;
        }

        .master-form-wraper .col-form-field.btn-wraper {
            width: 100%;
            margin-top: 10px;
        }

        .master-form-wraper .col-form-field .bootstrap-select {
            min-width: 100% !important;
            max-width: 100% !important;
        }
}

@media (max-width: 767px) {
    .master-form-wraper .col-form-field {
        width: 100%;
    }

        .master-form-wraper .col-form-field:last-child {
            width: 100%;
        }

        .master-form-wraper .col-form-field.btn-wraper {
            width: 100%;
            margin-top: 10px;
        }

        .master-form-wraper .col-form-field .bootstrap-select {
            min-width: 100% !important;
            max-width: 100% !important;
        }
}

.panel-table {
    width: 100%;
    background-color: rgba(51, 60, 81, 0.3);
    border-radius: 4px;
}

    .panel-table table {
        margin-bottom: 0rem;
        background: transparent !important;
    }

    .panel-table .table-fixed thead {
        width: 100%;
        background-color: rgba(51, 60, 81, 0.4);
    }

        .panel-table .table-fixed thead > tr > th {
            float: left;
            border-bottom-width: 0;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.3);
            border-top: 0px solid #dee2e6;
            background-color: rgba(51, 60, 81, 0.4);
        }

            .panel-table .table-fixed thead > tr > th:last-child {
                padding-right: 27px;
            }

    .panel-table .table-fixed tbody {
        height: 230px;
        overflow-y: auto;
        width: 100%;
    }

        .panel-table .table-fixed tbody td {
            float: left;
            border-bottom-width: 0;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.5);
            border-top: 0px solid #dee2e6;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .panel-table .table-fixed tbody::-webkit-scrollbar {
            width: 0.5em;
            height: 2em;
        }

        .panel-table .table-fixed tbody::-webkit-scrollbar-button {
            background: rgba(51, 60, 81, 0.1);
        }

        .panel-table .table-fixed tbody::-webkit-scrollbar-track-piece {
            background: rgba(51, 60, 81, 0.4);
        }

        .panel-table .table-fixed tbody::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.2);
        }

    .panel-table .table-fixed thead, .panel-table .table-fixed tbody, .panel-table .table-fixed tr, .panel-table .table-fixed td, .panel-table .table-fixed th {
        display: block;
    }

    .panel-table .panel-table-td {
        width: auto;
        min-width: 12.5%;
    }

        .panel-table .panel-table-td.action {
            padding: 0.69rem 0.75rem;
        }

    .panel-table .btn-edit {
        margin-right: 10px;
    }

        .panel-table .btn-edit:hover g {
            fill: #0e900f;
        }

    .panel-table .btn-delete:hover g {
        fill: #ea2727;
    }

@media (max-width: 768px) {
    .panel-table {
        min-width: 1200px;
    }
}

.login-bg {
    background: url(/assets/images/landing-img.png) no-repeat;
    background-size: cover;
}

@media (max-width: 1366px) {
    .login-bg {
        background-size: auto;
    }
}

@media (max-width: 767px) {
    .login-bg {
        background-size: auto;
    }
}

.login-main-wraper {
    max-width: 400px;
    margin: 10% auto;
    text-align: center;
}

    .login-main-wraper .login-wraper {
        background-color: #303950;
        padding: 10%;
        margin-top: 5%;
    }

        .login-main-wraper .login-wraper h1 {
            color: white;
            font-size: 18px;
            font-weight: 300;
            margin-bottom: 8%;
        }

        .login-main-wraper .login-wraper #btn-section .col-12 {
            display: flex;
            flex-direction: row;
        }

        .login-main-wraper .login-wraper #btn-section .remember-me, .login-main-wraper .login-wraper #btn-section .forgot-password {
            margin-top: 2%;
        }

        .login-main-wraper .login-wraper #btn-section .btn-login {
            font-size: 16px;
            color: white;
            border-radius: 2px;
            background-color: #0e900f;
            width: 100%;
            height: 42px;
            margin-top: 8%;
        }

            .login-main-wraper .login-wraper #btn-section .btn-login:focus {
                box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
            }

        .login-main-wraper .login-wraper .form-control {
            border: 1px solid #39425a;
            border-radius: 2px;
            background-color: #252e46;
            color: rgba(255, 255, 255, 0.3);
            font-size: 13px;
        }

        .login-main-wraper .login-wraper .input-group-text {
            background: transparent;
            border-width: 0;
            color: #747F9A;
        }

        .login-main-wraper .login-wraper .login-field {
            position: relative;
        }

            .login-main-wraper .login-wraper .login-field .input-group-prepend {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 9;
            }

                .login-main-wraper .login-wraper .login-field .input-group-prepend .input-group-text {
                    padding: 4px 12px;
                }

            .login-main-wraper .login-wraper .login-field .form-control {
                padding-left: 40px;
                color: #747F9A;
            }

                .login-main-wraper .login-wraper .login-field .form-control:focus {
                    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
                }

            .login-main-wraper .login-wraper .login-field input:placeholder-shown {
                color: #747F9A;
                opacity: 1;
            }

            .login-main-wraper .login-wraper .login-field input:-moz-placeholder {
                color: #747F9A;
                opacity: 1;
            }

            .login-main-wraper .login-wraper .login-field input:-ms-input-placeholder {
                color: #747F9A;
                opacity: 1;
            }

            .login-main-wraper .login-wraper .login-field input::-moz-placeholder {
                color: #747F9A;
                opacity: 1;
            }

            .login-main-wraper .login-wraper .login-field input::-webkit-input-placeholder {
                color: #747F9A;
                opacity: 1;
            }

            .login-main-wraper .login-wraper .login-field input::placeholder-shown {
                color: #747F9A;
                opacity: 1;
            }

        .login-main-wraper .login-wraper .remember-wraper {
            display: flex;
            flex-direction: row;
        }

            .login-main-wraper .login-wraper .remember-wraper > div {
                flex: auto;
            }

            .login-main-wraper .login-wraper .remember-wraper .forgot-password a {
                font-size: 11px;
                color: rgba(255, 255, 255, 0.3);
                text-decoration: none;
            }

                .login-main-wraper .login-wraper .remember-wraper .forgot-password a:hover {
                    color: #15A748;
                }

            .login-main-wraper .login-wraper .remember-wraper .form-check {
                padding: 0;
            }

                .login-main-wraper .login-wraper .remember-wraper .form-check .label-text {
                    color: rgba(255, 255, 255, 0.3);
                    font-size: 11px;
                }

            .login-main-wraper .login-wraper .remember-wraper input[type="checkbox"] {
                position: absolute;
                right: 9000px;
            }

                .login-main-wraper .login-wraper .remember-wraper input[type="checkbox"] + .label-text:before {
                    content: "";
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    width: 1em;
                    height: 1em;
                    display: inline-block;
                    margin-right: 5px;
                    border: 1px solid #646F8A;
                    border-radius: 2px;
                }

                .login-main-wraper .login-wraper .remember-wraper input[type="checkbox"]:checked + .label-text:before {
                    content: "";
                    border: 1px solid #15A748;
                    border-radius: 2px;
                    animation: effect 250ms ease-in;
                }

                .login-main-wraper .login-wraper .remember-wraper input[type="checkbox"]:checked + .label-text:after {
                    content: "";
                    background: #15A748;
                    border-radius: 1px;
                    width: 0.6em;
                    height: 0.6em;
                    position: absolute;
                    top: 8px;
                    left: 2px;
                    animation: effect 250ms ease-in;
                }

                .login-main-wraper .login-wraper .remember-wraper input[type="checkbox"]:disabled + .label-text {
                    color: #aaa;
                }

                    .login-main-wraper .login-wraper .remember-wraper input[type="checkbox"]:disabled + .label-text:before {
                        content: "\f111";
                        color: #ccc;
                    }

.error-message {
    color: #F44336;
    font-size: 11px;
}

.field-validation-error {
    color: red !important;
    font-size: 12px !important;
}

.master-form-grid .k-header .k-link {
    color: #646a79 !important;
    background: transparent !important;
}

#bar-notification .close {
    position: absolute;
    top: 5px;
    right: 0;
    width: 22px;
    height: 22px;
    margin: 5px;
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #999;
    background: url('../images/close.svg');
    cursor: pointer;
    opacity: .7;
    background-size: 70% 70%;
}

#bar-notification p {
    margin: 0;
}

#bar-notification.error {
    border-bottom: 1px solid #fbae5f;
    /*background: #e31e24;*/
    background-color: #fbae5f;
    z-index: 3;
    position: relative;
}

#bar-notification.success {
    border-bottom: 1px solid #15a748;
    background-color: #15a748;
    margin: 0 5px;
    width: 99% !important;
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    z-index: 3;
    position: relative;
}

#bar-notification .close {
    top: -3px;
    width: 20px;
}

.smd-heading {
    padding-top: 10px;
    border-top: 1px solid #363C4F;
    margin-top: 20px;
}

    .smd-heading .label-wrapper .control-label {
        color: #4fa849;
        font-size: 18px;
    }

.btn-gc {
    height: 38px !important;
}
/*===========EED Styles Start===========*/
@import url('main.css');

body {
    font-family: 'Roboto', sans-serif;
    background: #f2f2f2;
}
/*EED Common Styles*/
.eed_theme_dark {
    background: #1C2334;
    color: #fff;
}
/*Heading Styles*/
.heading-h1, .heading-h2, .heading-h3, .heading-h4, .heading-h5, .heading-h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
}

.heading-h1 {
    font-size: 2rem;
}

.heading-h2 {
    font-size: 1.8rem;
}

.heading-h3 {
    font-size: 1.55rem;
}

.heading-h4 {
    font-size: 1.3rem;
}

.heading-h5 {
    font-size: 1.1rem;
}

.heading-h6 {
    font-size: 0.85rem;
}

.eed_para {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    margin-top: 0;
    margin-bottom: 1rem;
    position: initial;
}

.eed_label {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    font-weight: 500;
}

.m-r-5 {
    margin-right: 5px;
}

.m_b_5 {
    margin-bottom: 5px;
}

.common-label-heading {
    color: #3291ca !important;
}

.eed_full_width {
    width: 100%;
}

.eed_a_check_top {
    padding-top: 2.2rem;
}

.eed_full_width90 {
    width: 90%;
    margin: auto;
}
/*EED Common End*/

/*EED Header Styles*/
.eed_header_wraper_main {
    background: #1C2334; /*Dark color*/
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    height: 50px;
    display: flex;
    flex-direction: row;
}

.eed_logo, .eed_back_main,
.eed_bread_crumbs,
.eed_page_title,
.eed_right_menu {
    margin-left: 15px;
}

    .eed_logo .husk_logo {
        background: url(/assets/images/HuskLogo.svg) no-repeat;
        padding: 0;
        margin-top: 3px;
        background-size: 80% 80%;
        display: block;
        width: 122px;
        height: 40px;
        z-index: 99;
        position: relative;
    }

.eed_header_wraper_main .menu_toggle,
.eed_logo {
    align-self: center;
}

.eed_header_wraper_main .menu_toggle {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    z-index: 9999;
}

    .eed_header_wraper_main .menu_toggle .menu-line {
        background: #fff;
        width: 17px;
        height: 2px;
        display: block;
        margin-bottom: 5px;
    }

    .eed_header_wraper_main .menu_toggle .btn_toggle,
    .eed_header_wraper_main .menu_toggle .btn_toggle:focus {
        background: transparent;
        border: none;
        padding: 0;
        border-radius: 0;
        line-height: initial;
        outline: 0;
        box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
        vertical-align: initial;
    }

.eed_back_btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255,255,255,1);
    padding: 3px 8px 5px;
    cursor: pointer;
    z-index: 99;
    position: relative;
}

.eed_back_main {
    align-self: center;
}

.eed_back_btn .svgImage {
    margin-right: 3px;
    margin-top: 3px;
    position: relative;
    top: 1px;
}

.eed_bread_crumbs {
    align-self: center;
}

    .eed_bread_crumbs ul,
    .eed_right_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .eed_bread_crumbs ul li,
        .eed_right_menu ul li {
            display: inline-block;
        }

            .eed_bread_crumbs ul li > .svgImage {
                margin-right: 5px;
            }

            .eed_bread_crumbs ul li:first-child .svgImage {
                display: none;
            }

            .eed_bread_crumbs ul li:first-child a .svgImage {
                display: block;
            }

            .eed_bread_crumbs ul li a,
            .eed_bread_crumbs ul li a:hover,
            .eed_bread_crumbs ul li span {
                font-size: 14px;
                line-height: 16px;
                color: rgba(255,255,255, 0.8);
                text-decoration: none;
            }

.eed_page_title {
    align-self: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    flex: auto;
}

.eed_page_main_title {
    position: absolute;
    right: 0;
    left: 0;
    top: 16px;
    text-align: center;
    margin: 0 auto;
}

.eed_right_menu {
    align-self: center;
    margin-right: 15px;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
}

    .eed_right_menu ul li {
        margin-right: 5px;
    }

        .eed_right_menu ul li a,
        .eed_right_menu ul li a:not([href]):not([tabindex]) {
            text-decoration: none;
            color: rgba(255,255,255, 0.7);
            cursor: pointer;
            font-size: 20px;
            margin: 0px 5px;
        }

            .eed_right_menu ul li .icon-logout,
            .eed_right_menu ul li a.icon-logout:not([href]):not([tabindex]) {
                color: #E45851;
            }

    .eed_right_menu .eed_btn_profile {
        background: transparent;
        border-width: 0;
        color: rgba(255,255,255,0.8);
        padding: 0rem 0.3rem;
        cursor: pointer;
        vertical-align: text-top;
        position: relative;
        line-height: 24px;
    }

h10.eed_theme_text span {
    font-size: 14px;
}

.eed_right_menu .eed_btn_profile img {
    margin-right: 5px;
    width: 22px;
    height: 20px;
}

@media (max-width: 767px) {
    .eed_page_title {
        display: none;
    }

    .eed_theme_light .eed_right_menu .eed_btn_profile {
        line-height: 1;
    }

    /*.eed_right_menu .eed_btn_profile img {
            margin-right: 5px;
            width: 18px;
            height: 16px;
        }*/

    h10.eed_theme_text {
        display: block;
    }

    .eed_theme_text span {
        font-size: 12px;
    }

    .eed_right_menu {
        margin-right: 5px;
        align-items: center;
    }

    .eed_logo .husk_logo {
        background: url(/assets/images/HuskLogo.svg) no-repeat;
        padding: 0;
        margin-top: 3px;
        background-size: 90% 80%;
        display: block;
        width: 100px;
        height: 40px;
        z-index: 99;
        position: relative;
    }

    /*.eed_right_menu.mainhead-dropdown {
        margin-left: 0;
    }

    .eed_right_menu .eed_myaccount {
        margin-right: 0 !important;
    }*/
}
.down-arr {
    font-size: 14px !important;
}
.eed_theme_text i.down-arr {
    margin-left: 4px;
}

.eed_right_menu .eed_btn_profile i {
    font-size: 20px;
    cursor: pointer;
    margin-right: 3px;
}

.eed_right_menu .eed_btn_profile .svgImage {
    margin-bottom: 2px;
}

.eed_right_menu .eed_btn_profile:focus {
    outline: 0;
}

.eed_right_menu .eed_btn_profile:after {
    display: none;
}

.eed_right_menu .eed_btn_settings .svgImage {
    width: 20px;
    height: 20px;
}

.eed_right_menu .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.8rem;
    color: rgba(255,255,255, 0.8);
    text-align: left;
    list-style: none;
    background-color: #1c2334;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transform: translate3d(-10px, 40px, 0px) !important;
    width: 75%;
}

    .eed_right_menu .dropdown-menu .dropdown-item, .eed_right_menu .dropdown-menu .dropdown-item-text {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: rgba(255,255,255, 0.8);
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }

    .eed_right_menu .dropdown-menu .dropdown-item-text {
        font-weight: 600;
        cursor: initial;
    }

    .eed_right_menu .dropdown-menu .dropdown-divider {
        height: 0;
        margin: 0.5rem 0;
        overflow: hidden;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

.eed_right_menu .eed_settings .dropdown-menu {
    transform: translate3d(-75px, 40px, 0px) !important;
}

.eed_right_menu .dropdown-menu .dropdown-item:hover,
.eed_right_menu .dropdown-menu .dropdown-item:focus {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    background-color: transparent;
}

.eed_right_menu .eed_myaccount {
    align-self: center;
    margin-right: 5px;
}
/*EED Header End*/

/*EED Slide Menu Styles*/
.eed_menu_modal {
    height: 93vh;
    top: 50px;
    z-index: 9999;
}

    .eed_menu_modal .modal-dialog-aside {
        width: 280px;
        max-width: 80%;
        height: 100%;
        margin: 0;
        transform: translate(0);
        transition: transform .2s;
    }

        .eed_menu_modal .modal-dialog-aside .modal-content {
            height: inherit;
            border: 0;
            border-radius: 0;
        }

            .eed_menu_modal .modal-dialog-aside .modal-content .modal-body {
                overflow-y: auto;
                padding: 0rem;
            }

    .eed_menu_modal.fixed-left .modal-dialog-aside {
        margin-left: auto;
        transform: translateX(100%);
    }

    .eed_menu_modal.fixed-right .modal-dialog-aside {
        margin-right: auto;
        transform: translateX(-100%);
    }

    .eed_menu_modal.show .modal-dialog-aside {
        transform: translateX(0);
    }

    .eed_menu_modal .modal-content {
        background-color: #2C3449;
    }

    .eed_menu_modal .modal-header {
        padding: 1rem 1rem;
        border-bottom: 0px solid #e9ecef;
    }

        .eed_menu_modal .modal-header .close {
            outline: none;
            color: white;
        }

.modal-backdrop.show {
    /*opacity: 0;*/
}

.eed_menu_modal .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

    .eed_menu_modal .sidebar-menu:hover {
        overflow: visible;
    }

    .eed_menu_modal .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .eed_menu_modal .sidebar-menu > li {
        cursor: pointer;
    }

        .eed_menu_modal .sidebar-menu > li > a {
            display: block;
            color: rgba(255,255,255,0.8);
            font-size: 14px;
            line-height: 16px;
            padding: 13px 20px;
            min-height: 47px;
            border-left: 2px solid transparent;
            position: relative;
        }

            .eed_menu_modal .sidebar-menu > li > a:hover {
                text-decoration: none;
                color: #15A748;
                border-left: 2px solid #15A748;
            }

        .eed_menu_modal .sidebar-menu > li a span {
            height: 17px;
            line-height: 17px;
            display: inline-block;
            vertical-align: top;
        }

            .eed_menu_modal .sidebar-menu > li a span .svgImage {
                height: 17px;
                width: 17px;
                display: inline-block;
                margin-right: 18px;
                fill: #ffffff;
            }

                .eed_menu_modal .sidebar-menu > li a span .svgImage #Left-Menu,
                .eed_menu_modal .sidebar-menu > li a span .svgImage path {
                    fill: #ffffff;
                }

    .eed_menu_modal .sidebar-menu li > a > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
        transform: rotate(180deg);
    }

    .eed_menu_modal .sidebar-menu li > a > .pull-right {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -7px;
    }

    .eed_menu_modal .sidebar-menu li.active > a > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.eed_menu_modal .sidebar .side-nav.open li a .text {
    display: inline-block;
}

.eed_menu_modal .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.eed_menu_modal .sidebar-menu .treeview .treeview-menu {
    background: #2c3449;
    padding-left: 15px;
}

.eed_menu_modal .sidebar-menu .treeview-menu > li {
    margin: 0;
}

    .eed_menu_modal .sidebar-menu .treeview-menu > li > a {
        padding: 5px 5px 5px 15px;
        display: block;
        font-size: 14px;
    }

.eed_menu_modal .sidebar-menu .treeview .treeview-menu > li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 13px;
}

.eed_menu_modal .sidebar-menu .treeview-menu > li > a > .fa,
.eed_menu_modal .sidebar-menu .treeview-menu > li > a > .glyphicon,
.eed_menu_modal .sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}

.eed_menu_modal .sidebar-menu .treeview .treeview-menu > li a i {
    font-size: 11px;
}

.eed_menu_modal .sidebar-menu > li.active a span .svgImage #Left-Menu,
.eed_menu_modal .sidebar-menu > li.active a span .svgImage path,
.eed_menu_modal .sidebar-menu > li a:hover span .svgImage #Left-Menu,
.eed_menu_modal .sidebar-menu > li a:hover span .svgImage path {
    fill: #15a748;
}
/*EED Slide Menu End*/

/*EED Mobile Filter Styles*/
.eed_filter_modal .modal-dialog-aside .modal-content .modal-body,
.eed_menu_modal .modal-dialog-aside .modal-content .modal-body {
    max-height: 90vh;
    overflow-y: auto;
}

.eed_filter_modal .modal-content {
    background-color: #2c3449;
}

.eed_filter_modal .modal-header {
    flex-direction: row-reverse;
    padding: .8rem 1rem;
}

    .eed_filter_modal .modal-header h1 {
        text-align: center;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 23px;
        margin-bottom: 0;
    }

    .eed_filter_modal .modal-header .close {
        margin: -1rem -1rem -1rem -1rem;
    }

.eed_filter_modal .modal-dialog-aside .modal-content .modal-body {
    padding: 0rem 1rem 0.5rem;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
}

.eed_accordion .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0rem;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
}
/*.eed_accordion .card:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
}*/
.eed_accordion .card-header {
    padding: 0.25rem 0.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

    .eed_accordion .card-header h2 {
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
    }

    .eed_accordion .card-header .btn {
        display: inline-block;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.075rem 0.75rem;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .eed_accordion .card-header .btn-link,
    .eed_accordion .card-header .btn-link:hover {
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }

.eed_accordion .card .card-body {
    padding: 0;
}

    .eed_accordion .card .card-body .form-group {
        margin-bottom: 0.5rem;
    }
/*EED Mobile Filter End*/


/*EED Main Content Styles*/
.eed_content {
    padding: 5px 12px;
}

.eed_content_main {
    display: flex;
    flex-direction: row;
}

.eed_content_left {
    min-width: 210px;
    margin-right: 15px;
}

.eed_content_right {
    width: 100%;
}

.eed_mobile_content_tab_main {
    display: flex;
    flex-direction: row;
}

.eed_mobile_content_left {
    min-width: 210px;
    margin-right: 15px;
}

.eed_mobile_content_right {
    width: 100%;
}

.eed_mobile_content_tab_main > div {
    display: block !important;
    opacity: 1;
}

.eed_main_form_wraper {
    background: #2c3449;
}
/*EED Main Content End*/

/*EED Mobile Tab Styles*/
.eed_mobile_dektop_tab_main {
    margin-top: 10px;
    padding: 0;
}

.eed_mobile_status_tabs {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin-left: -12px;
    margin-right: -12px;
    display: none;
}

    .eed_mobile_status_tabs.nav-tabs li a:hover:after,
    .eed_mobile_status_tabs.nav-tabs li a.active:after {
        display: block;
        width: 100%;
    }

    .eed_mobile_status_tabs.nav-tabs li a:after {
        position: absolute;
        width: 0;
        left: 0px;
        bottom: -2px;
        content: '';
        height: 2px;
        background: #15a748;
        transition: width .3s;
    }

    .eed_mobile_status_tabs.nav-tabs .nav-item {
        width: 50%;
    }

    .eed_mobile_status_tabs.nav-tabs .nav-link {
        color: rgba(255,255,255,0.8);
        font-size: 15px;
        text-align: center;
        margin: 0;
        position: relative;
    }

        .eed_mobile_status_tabs.nav-tabs .nav-link.active,
        .eed_mobile_status_tabs.nav-tabs .nav-item.show .nav-link {
            color: #15A748;
            background-color: transparent;
            border-width: 0;
        }
/*EED Mobile Tab End*/

/*EED Card Flip Styles*/
.eed_wrapper_flip label {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    width: 100%;
    height: 70px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    cursor: pointer;
    margin-bottom: 0px;
}

.eed_wrapper_flip .card {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    z-index: 20;
    background-color: transparent;
    border: none;
}

    .eed_wrapper_flip .card .front {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #2c3449;
        color: #fff;
        text-align: center;
        line-height: 200px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 5px;
    }

    .eed_wrapper_flip .card .back {
        background: #2c3449;
        color: #FFF;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        border-radius: 5px;
    }

        .eed_wrapper_flip .card .front .svgImage,
        .eed_wrapper_flip .card .back .svgImage {
            position: absolute;
            right: 10px;
            top: 10px;
        }

.eed_wrapper_flip input {
    display: none;
}

.eed_wrapper_flip :checked + .card {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.eed_wrapper_flip .front h5, .back h5 {
    color: #15A748;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

.eed_wrapper_flip span.down-arrow {
    margin-left: 5px;
}

.eed_wrapper_flip .front h4, .back h4 {
    font-size: 12px;
    padding-top: 5px;
    margin: 0;
    font-weight: 400;
}

.eed_wrapper_flip .front h6,
.eed_wrapper_flip .back h6 {
    font-size: 11px;
    font-weight: 300;
    color: #ABAEB6;
}

.eed_wrapper_flip {
    position: relative;
    margin: 10px 0 0;
}

.eed_wrapper_flip {
    padding-top: 0px;
}

    .eed_wrapper_flip:first-child {
        margin: 0 0 0;
    }

    .eed_wrapper_flip .text_orange h5 {
        color: #FFB900;
    }

    .eed_wrapper_flip .text_pink h5 {
        color: #e45851
    }

img.eed_flip_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.eed_wrapper_flip .card .card_detail {
    width: 100%;
    height: 70px;
    display: table;
}

.eed_wrapper_flip .card .card_area {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/*EED Card Flip End*/

/*EED Main Tab Styles*/
.eed_tab_wraper_main {
    background: rgba(0,0,0,0.2);
    margin: -12px -12px 10px;
    padding-top: 10px;
}

.eed_main_tabs.nav-tabs {
    border-bottom: 0px solid rgba(255, 255, 255, 0.4);
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.eed_content_tab_main {
    background: #2C3449;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.0001);
    padding: 0.5rem;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0 0 3px 3px;
}

    .eed_content_tab_main .form-group {
        margin-bottom: 0.5rem;
    }

        .eed_content_tab_main .form-group label {
            margin-top: 0.25rem;
            margin-bottom: 0.5rem;
        }

.eed_main_tabs .nav-link {
    margin: 0px 5px;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 16.0px;
    position: relative;
    text-align: right;
    display: block;
    padding: 0.5rem 1rem;
}

.nav-tabs.eed_main_tabs li a:hover,
.nav-tabs.eed_main_tabs li a.active {
    text-decoration: none;
    color: #15a748;
    background: #2B3449;
}

.nav-tabs.eed_main_tabs .nav-link.active,
.nav-tabs.eed_main_tabs .nav-item.show .nav-link {
    color: #15A748;
    background-color: #2B3449;
    border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) #2C3449 rgba(255, 255, 255, 0.4);
}

.nav-tabs.eed_main_tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

    .nav-tabs.eed_main_tabs .nav-link:hover,
    .nav-tabs.eed_main_tabs .nav-link:focus {
        border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) #2C3449 rgba(255, 255, 255, 0.4);
    }

.nav-tabs.eed_main_tabs li a:after {
    position: absolute;
    width: 0;
    left: 0px;
    bottom: -10px;
    content: '';
    height: 2px;
    background: #15a748;
    transition: width .3s;
    display: none;
}

.nav-tabs.eed_main_tabs li a:hover:after,
.nav-tabs.eed_main_tabs li a.active:after {
    display: none;
    width: 100%;
}
/*EED Tab End*/

/*EED Tab and Filter Styles*/
.eed_filter_wraper_main {
    background: #2C3449;
    padding: 0.5rem;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.3rem;
    border-radius: 3px;
    z-index: 2;
}

.eed_filter_sub_wraper_main {
    display: flex;
    flex-direction: row;
}

    .eed_filter_sub_wraper_main .eed_filter_search,
    .eed_filter_sub_wraper_main .eed_action_apply {
        flex: auto;
    }

.eed_action_apply {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding-left: 1.7rem;
}

.eed_filter_sub_wraper_main .form-group {
    margin-right: 5px;
    margin-bottom: 0;
}

.eed_filter_mobile_main {
    font-size: 14px;
    line-height: 16px;
    color: #3FB7FF;
    padding: 5px;
}

    .eed_filter_mobile_main span {
        line-height: 21px;
        display: inline-flex;
    }

        .eed_filter_mobile_main span .svgImage {
            margin-right: 5px;
        }

.modal-body {
    color: black;
}

#confirm-custom-modal .modal-body, #alert-custom-modal .modal-body {
    color: white;
}

.modelError {
    color: #ff0000d6;
    font-size: 14px;
}

#FullMessage {
    height: 201px
}
/*EED Tab and Filter End*/


/*Start Paytm js checkout*/
@media(min-width: 768px) {
    #paytm-checkoutjs.ptm-own-element {
        background: rgb(0 0 0 / 0%) !important;
    }

        #paytm-checkoutjs.ptm-own-element .offer-desktop-view, #paytm-checkoutjs.ptm-own-element .paytm-wrapper {
            height: 90% !important;
            max-width: 550px !important;
            top: 55px !important;
        }
}
/*
#paytm-app .ptm-cross {
    display: none !important;
}
#paytm-app .ptm-header-top {
    padding: 0 !important;
    z-index: 2 !important;
    min-height: 0 !important;
}

#paytm-app .ptm-w100-ib {
    padding: 0px 0 0 !important;
}

#paytm-app .ptm-subheading {
    margin-top: 3px !important;
    padding: 0 !important;
}
#paytm-app .ptm-header-fix .ptm-head-select {
    top: 0 !important;
    margin: 20px 0 !important;
}
.ptm-header-bottom.xs-header-bottom {
    padding: 10px 0 !important;
}
#paytm-app .ptm-header {
    min-height: auto !important;
}
#paytm-app .payment-mode-warp {
    padding: 85px 16px 10px !important;
}
#paytm-app .ptm-header-fix .ptm-header-bottom {
    top: 7px !important;
}*/
/*End Paytm js checkout*/

.k-loading-image2 {
    z-index: 2;
    display: table-footer-group;
    color: #062bf5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.k-loading-msg {
    width: 100%;
    height: 100%;
    position: relative;
    top: 60%;
    padding: 0 40%;
    color: #15a748;
}

.k-loading-image.k-loading-image2::before {
    width: 0;
    height: 0;
}

.k-loading-image.k-loading-image2::after {
    width: 0;
    height: 0;
}
.eed_wrapper_flip .flipcard .front, .eed_wrapper_flip .flipcard .back {
    backface-visibility: hidden;
}