﻿
/*=========================================================================================LAYOUT - START=====================================================================================================*/

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*font-family: Arial;*/
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    background-color: #eee;
    /* background-color: #f8f9fc;*/
}

html, body {
    height: 100%;
}

.hax-wrapper {
    min-height: 100%;
    padding-top: 61px;
}

.hax-top-header {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
}

    .hax-top-header .container-fluid {
        padding: 0;
    }

        .hax-top-header .container-fluid .hax-nav-sidebar-toggle {
            padding-left: 10px;
        }

            .hax-top-header .container-fluid .hax-nav-sidebar-toggle a i {
                font-size: 1.4rem;
                color: #404040;
                cursor: pointer;
            }


    .hax-top-header .hax-navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 180px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    }

        .hax-top-header .hax-navbar-header .navbar-brand {
            line-height: 60px;
            height: 60px;
            width: 142px;
            padding: 0 20px;
            margin: 0;
            display: block;
        }

    .hax-top-header .hax-page-title {
        font-size: 0.9rem;
        font-weight: 500;
        text-transform: uppercase;
        /*line-height: 60px;*/
        float: left;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 15px;
        color: #404040;
        overflow: hidden;
        padding-top: 10px;
    }

    .hax-top-header .hax-right-navbar {
        padding-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .hax-top-header .hax-right-navbar .navbar-nav {
            background-color: transparent;
        }

    .hax-top-header .navbar-nav > li > a.nav-link {
        line-height: 60px;
        color: #5a5a5a;
        font-size: 14px;
        padding: 0 18px;
        outline: 0;
    }

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.hax-top-header .hax-icon-nav {
    font-size: 1.2rem;
}

.hax-top-header .hax-right-navbar .hax-search-nav-item {
    padding-top: 10px;
}

    .hax-top-header .hax-right-navbar .hax-search-nav-item .input-group {
        border: solid 1px #dee2e6 !important;
        border-radius: .25rem !important;
    }

        .hax-top-header .hax-right-navbar .hax-search-nav-item .input-group .form-control {
            border: none !important;
        }

.hax-top-header .hax-main-nav-main-links .nav .nav-item .nav-link {
    font-size: 11px;
    font-weight: 500;
    color: #696969 !important;
}

    .hax-top-header .hax-main-nav-main-links .nav .nav-item .nav-link.active {
        color: #4285f4 !important;
    }

.hax-fixed-sidebar .hax-left-sidebar {
    height: 100%;
    margin-top: 61px;
    padding-bottom: 61px;
    position: absolute;
    top: 0;
    bottom: 0;
    /*z-index: 1029;*/
}

.hax-left-sidebar {
    background-color: #91d46c;
    width: 220px;
    left: 0;
    position: absolute;
    border-right: 1px solid #e3e3e3;
}

.hax-fixed-sidebar .hax-left-sidebar:before {
    top: 60px;
}

.hax-left-sidebar:before {
    content: "";
    position: fixed;
    z-index: -1;
    width: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: inherit;
    border-right: 1px solid #e3e3e3;
}

.hax-left-sidebar .hax-left-sidebar-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .hax-left-sidebar .hax-left-sidebar-spacer {
        display: table-row;
    }
}

.hax-left-sidebar .hax-left-sidebar-spacer {
    height: 100%;
    /*display: table-row;*/
}

.hax-left-sidebar .hax-left-sidebar-scroll {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.hax-fixed-sidebar .hax-left-sidebar .hax-left-sidebar-content {
    position: relative;
    /*width: 100%;*/
}

.hax-left-sidebar .hax-left-sidebar-content {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    clear: both;
    /*padding-top: 8px;*/
}

.hax-left-sidebar .hax-sidebar-elements {
    list-style: none;
    padding: 0;
    margin: 0;
    /*height: 100px;*/
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /* == */
    /*width: 250px;*/
    /* == */
}

    .hax-left-sidebar .hax-sidebar-elements .divider {
        padding: 20px 20px 0;
        color: #7b7b7b;
        line-height: 30px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: .714rem;
    }

    .hax-left-sidebar .hax-sidebar-elements li {
        position: relative;
        /*float:left;*/
    }

        .hax-left-sidebar .hax-sidebar-elements li a {
            cursor: pointer;
            display: block;
            text-decoration: none;
            padding: 12px 20px;
            color: #fff;
            /*text-align: center;
                border-right: 1px solid #E7E7E7;*/
            /* == */
            text-align: left;
            /*height: 36px;*/
            position: relative;
            /*border-bottom: 1px solid #EEE;*/
            /* == */
        }

            .hax-left-sidebar .hax-sidebar-elements li a svg {
                /*display: block;
                  font-size: 30px;
                  margin-bottom: 10px;*/
                /* == */
                float: left;
                /*font-size: 20px;
                margin: 0 10px 0 0;*/
                /* == */
            }

            .hax-left-sidebar .hax-sidebar-elements li a p {
                float: left;
                margin: 0;
            }

            .hax-left-sidebar .hax-sidebar-elements li a strong {
                display: block;
                text-transform: uppercase;
            }

            .hax-left-sidebar .hax-sidebar-elements li a small {
                display: block;
                font-size: 10px;
            }

            .hax-left-sidebar .hax-sidebar-elements li a i, .hax-left-sidebar .hax-sidebar-elements li a strong, .hax-left-sidebar .hax-sidebar-elements li a small {
                position: relative;
                transition: all 300ms linear;
                -o-transition: all 300ms linear;
                -ms-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -webkit-transition: all 300ms linear;
            }

        .hax-left-sidebar .hax-sidebar-elements li:hover > a {
            color: #3f4245;
        }

        .hax-left-sidebar .hax-sidebar-elements li a.active {
            position: relative;
            color: #3f4245;
            border: 0;
            box-shadow: 0 0 5px #DDD;
            -moz-box-shadow: 0 0 5px #DDD;
            -webkit-box-shadow: 0 0 5px #DDD;
            border-left: 2px solid #3f4245;
            border-right: 3px solid #3f4245;
        }

            .hax-left-sidebar .hax-sidebar-elements li a.active:before {
                content: "";
                position: absolute;
                top: 42%;
                left: 0;
                border-left: 5px solid #3f4245;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }

            .hax-left-sidebar .hax-sidebar-elements li a.active:after {
                content: "";
                position: absolute;
                top: 42%;
                right: 0;
                border-right: 5px solid #3f4245;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }

        .hax-left-sidebar .hax-sidebar-elements li ul,
        .hax-left-sidebar .hax-sidebar-elements li ul li ul {
            position: absolute;
            height: auto;
            min-width: 220px;
            padding: 0;
            margin: 0;
            /*background: #FFF;*/
            background-color: #91d46c;
            opacity: 0;
            visibility: hidden;
            transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -webkit-transition: all 300ms linear;
            z-index: 1000;
            left: 280px;
            top: 0px;
            border-left: 4px solid #3f4245;
            border-top: 1px solid #3f4245;
            border-bottom: 1px solid #3f4245;
            border-right: 1px solid #3f4245;
            list-style: none;
        }

            .hax-left-sidebar .hax-sidebar-elements li ul:before {
                content: "";
                position: absolute;
                top: 25px;
                left: -9px;
                border-right: 5px solid #3f4245;
                border-bottom: 5px solid transparent;
                border-top: 5px solid transparent;
            }

            .hax-left-sidebar .hax-sidebar-elements li:hover > ul,
            .hax-left-sidebar .hax-sidebar-elements li ul li:hover > ul {
                display: block;
                opacity: 1;
                visibility: visible;
                left: 216px;
            }

            .hax-left-sidebar .hax-sidebar-elements li ul li a {
                padding: 10px;
                text-align: left;
                border: 0;
                border-bottom: 1px solid #EEE;
                /*color: #6c757d !important;*/
                color: #fff !important;
                height: auto;
            }

                .hax-left-sidebar .hax-sidebar-elements li ul li a i {
                    font-size: 16px;
                    display: inline-block;
                    margin: 0 10px 0 0;
                }

            .hax-left-sidebar .hax-sidebar-elements li ul li ul {
                left: 200px;
                top: 0;
                border: 0;
                border-left: 4px solid #3f4245;
            }

                .hax-left-sidebar .hax-sidebar-elements li ul li ul:before {
                    content: "";
                    position: absolute;
                    top: 15px;
                    /*left: -14px;*/
                    /* == */
                    left: -9px;
                    /* == */
                    border-right: 5px solid #3f4245;
                    border-bottom: 5px solid transparent;
                    border-top: 5px solid transparent;
                }


.hax-content {
    position: unset;
    margin-left: 220px;
    left: 0;
    min-height: 100%;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .hax-left-sidebar {
        /*margin-left: 10px;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    #accountSelectorDiv {
        margin-left: 8px !important;
    }

    .hax-left-sidebar {
        width: 170px;
    }

    .hax-content {
        margin-left: 170px;
    }

    .hax-left-sidebar .hax-sidebar-elements li a {
        height: 50px;
    }

        .hax-left-sidebar .hax-sidebar-elements li a span {
            font-size: 12px;
        }

        .hax-left-sidebar .hax-sidebar-elements li a small {
            font-size: 10px;
        }

    .hax-left-sidebar .hax-sidebar-elements li > ul {
        min-width: 180px;
        top: -3px;
    }

    .hax-left-sidebar .hax-sidebar-elements li:hover > ul {
        min-width: 190px;
        left: 166px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul li > ul, .mcd-menu li ul li ul li > ul {
        min-width: 150px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul li:hover > ul {
        left: 180px;
        min-width: 150px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul li ul li:hover > ul {
        left: 150px;
        min-width: 150px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    #accountSelectorDiv {
        margin-left: -95px !important;
    }

    .sidebar-brand-text {
        margin-left: -20px !important;
    }

        .sidebar-brand-text #imgLogo {
            width: 20px !important;
        }

        .sidebar-brand-text #imgLogoTxt {
            width: 45px !important;
        }

    .hax-left-sidebar {
        width: 70px;
    }

    .hax-content {
        margin-left: 70px !important;
    }

    .hax-left-sidebar .hax-sidebar-elements li a {
        position: relative;
        padding: 12px 16px;
        height: 55px;
    }

        .hax-left-sidebar .hax-sidebar-elements li a small {
            display: none;
        }

        .hax-left-sidebar .hax-sidebar-elements li a span {
            display: none;
        }

        .hax-left-sidebar .hax-sidebar-elements li a svg {
            margin-left: 8px;
            font-size: 16px;
        }

        .hax-left-sidebar .hax-sidebar-elements li a.active:before,
        .hax-left-sidebar .hax-sidebar-elements li a.active:after {
            border: none;
        }

        .hax-left-sidebar .hax-sidebar-elements li a:hover small, .hax-left-sidebar .hax-sidebar-elements li a.active small {
            display: block;
            font-size: 10px;
            padding: 3px 0;
            position: absolute;
            bottom: 0px;
            left: 0;
            background: #3f4245;
            color: #FFF;
            min-width: 100%;
            font-weight: normal;
            text-align: center;
        }

    .hax-left-sidebar .hax-sidebar-elements li > ul {
        min-width: 200px;
        left: 75px;
        top: 10px;
    }

    .hax-left-sidebar .hax-sidebar-elements li:hover > ul {
        min-width: 200px;
        left: 65px;
        top: 10px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul li > ul, .hax-left-sidebar .hax-sidebar-elements li ul li ul li > ul {
        min-width: 150px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul li:hover > ul {
        left: 190px;
        top: 0px;
        min-width: 150px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul li ul li > ul {
        left: 35px;
        top: 45px;
        border: 0;
        border-top: 4px solid #3f4245;
    }

        .hax-left-sidebar .hax-sidebar-elements li ul li ul li > ul:before {
            left: 30px;
            top: -9px;
            border: 0;
            border-bottom: 5px solid #3f4245;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
        }

    .hax-left-sidebar .hax-sidebar-elements li ul li ul li:hover > ul {
        left: 30px;
        min-width: 150px;
        top: 35px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul a {
        font-size: 12px;
    }

        .hax-left-sidebar .hax-sidebar-elements li ul a i {
            font-size: 14px;
        }
}

@media only screen and (max-width: 479px) {

    #accountSelectorDiv {
        margin-left: -95px !important;
    }

    .hax-left-sidebar {
        width: 50px;
    }

    .hax-content {
        margin-left: 50px !important;
    }

    .hax-left-sidebar .hax-sidebar-elements li a {
        position: relative;
        padding: 12px 16px;
        height: 20px;
    }

        .hax-left-sidebar .hax-sidebar-elements li a small {
            display: none;
        }

        .hax-left-sidebar .hax-sidebar-elements li a span {
            display: none;
        }

        .hax-left-sidebar .hax-sidebar-elements li a:hover small, .hax-left-sidebar .hax-sidebar-elements li a.active small {
            display: block;
            font-size: 10px;
            padding: 3px 0;
            position: absolute;
            bottom: 0px;
            left: 0;
            background: #e67e22;
            color: #FFF;
            min-width: 100%;
            font-weight: normal;
            text-align: center;
        }

    .hax-left-sidebar .hax-sidebar-elements li > ul {
        min-width: 180px;
        left: 70px;
    }

    .hax-left-sidebar .hax-sidebar-elements li:hover > ul {
        min-width: 180px;
        left: 50px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul li > ul, .hax-left-sidebar .hax-sidebar-elements li ul li ul li > ul {
        min-width: 150px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul li:hover > ul {
        left: 180px;
        min-width: 150px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul li ul li > ul {
        left: 35px;
        top: 45px;
        border: 0;
        border-top: 4px solid #e67e22;
    }

        .hax-left-sidebar .hax-sidebar-elements li ul li ul li > ul:before {
            left: 30px;
            top: -9px;
            border: 0;
            border-bottom: 5px solid #e67e22;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
        }

    .hax-left-sidebar .hax-sidebar-elements li ul li ul li:hover > ul {
        left: 30px;
        min-width: 150px;
        top: 35px;
    }

    .hax-left-sidebar .hax-sidebar-elements li ul a {
        font-size: 12px;
    }

        .hax-left-sidebar .hax-sidebar-elements li ul a i {
            font-size: 14px;
        }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.hax-footer {
    flex-shrink: 0;
}

.hax-container {
    padding-top: 20px;
}

/*.hax-side-bar {
    position: fixed;
    height: calc(100vh-4rem);
    margin-left: 0;
    width: 220px;
    overflow-y: auto;
}
*/

/*=========================================================================================LAYOUT - END=====================================================================================================*/

.hax-position-unset {
    position: unset !important;
}

.hax-position-inherit {
    position: inherit !important;
}

.hax-font-size-14 {
    font-size: 14px !important;
}

.hax-font-size-13 {
    font-size: 13px !important;
}

.hax-bg-primary {
    background-color: #91d46c !important;
}

.hax-bg-gradient-primary {
    background-color: #91d46c;
    background-size: cover;
}

.hax-tile-count {
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .hax-tile-count .hax-tile-stats-count {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px;
    }
}

.hax-tile-count .hax-tile-stats-count {
    /*border-bottom: 1px solid #D9DEE4;*/
    padding: 0 20px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

@media (min-width: 992px) {
    .hax-tile-count .hax-tile-stats-count:first-child:before {
        border-left: 0;
    }
}

.hax-tile-count .hax-tile-stats-count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    /*border-left: 2px solid #ADB2B5;*/
    margin-top: 10px;
}

@media (min-width: 768px) {
    .hax-tile-count .hax-tile-stats-count span {
        font-size: 13px;
    }
}

.hax-tile-count .hax-tile-stats-count span {
    font-size: 13px;
}

@media (min-width: 768px) {
    .hax-tile-count .hax-tile-stats-count .count {
        font-size: 40px;
    }
}

.hax-tile-count .hax-tile-stats-count .count {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
}

/* Page Loader Start */
.hax-loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #91d46c;
    border-bottom: 2px solid #91d46c;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Page Loader End */

.hax-security-main {
    background: radial-gradient(ellipse at center, #c4e3b3 1%,#91d46c 100%);
    height: 100vh;
}

.hax-security-card {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hax-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.hax-card-title {
    /*color: #91d46c;*/
    font-weight: 600;
    font-size: .8rem;
    text-transform: uppercase;
    color: #404040;
}

.card-columns {
    @include media-breakpoint-only(lg) {
        column-count: 4;
    }
}

.hax-btn {
    /*font-size: 1rem;*/
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border: none;
    background-color: inherit;
    cursor: pointer;
    display: inline-block;
    /* padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;*/
}

a.hax-btn {
    text-decoration: none;
}

.hax-btn:hover {
    background: #eee;
}

.hax-btn.full {
    width: 100%;
}

.hax-btn.primary {
    color: #91d46c;
}

.hax-btn.secondary {
    color: #6c757d;
}

.hax-btn.danger {
    color: #f44336 !important;
}

.hax-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.2);
}

.hax-logout-btn {
    font-size: 14px;
    color: #ffffff;
    background: #ED1C24;
    border-radius: 100px;
    padding: 0 30px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    margin-left: 20px;
}

    .hax-logout-btn:hover {
        text-decoration: none;
        color: #ffffff;
    }

.hax-tab a {
    /*color: #393939 !important;*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

    .hax-tab a:hover {
        text-decoration: none;
    }

    .hax-tab a.active {
        border-bottom: groove 2px #ED1C24;
    }

.hax-tab-cont {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

a[role="tab"].active {
    border-bottom-width: 7px;
    border-bottom-color: #91d46c !important;
}

.filter-button {
    background-color: #3f4245;
    color: #fff;
}

    .filter-button:hover, .filter-button:focus, .filter-button.focus {
        background-color: #3f4245 !important;
        color: #fff;
    }

#map {
    height: 400px;
    width: 100%;
}

.bulk-import-textArea {
    height: 300px;
    resize: none;
}

.hax-back-arrow {
    font-size: 16px;
}


/*=========================================================================================OVERRIDE - START=====================================================================================================*/
.form-control {
    font-size: inherit;
}

.btn {
    font-size: 13px;
}

.custom-select {
    font-size: 13px !important;
}

.btn-primary {
    /*color: #91d46c !important;
    background-color: #3f4245 !important; */
    background-color: #91d46c !important;
    color: #fff;
    border-color: #91d46c !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
        background-color: #91d46c !important;
        color: #fff;
        border-color: #91d46c !important;
        /* background-color: #CC4C1E !important;
        border-color: #CC4C1E !important;*/
    }

    .btn-primary[disabled] {
        color: #fff;
        background-color: #91d46c !important;
        border-color: #91d46c !important;
    }

    .btn-primary.disabled {
        color: #fff;
        background-color: #91d46c !important;
        border-color: #91d46c !important;
        opacity: 1 !important;
    }

.btn-orginal-primary {
    background-color: #007bff !important;
    color: #fff;
    border-color: #007bff !important;
}

.error-text {
    font-size: 14px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #3f4245;
    border-color: #3f4245;
}

.sidebar .nav-item.active .nav-link {
    background-color: #3f4245;
}

.pic-view {
    background: #DFE1EF;
    display: inline-block;
    padding: 0 18px;
    font-size: 16px;
    color: #312F53;
    font-weight: 500;
}

    .pic-view:hover {
        background: #312F53;
        text-decoration: none;
        color: #fff;
    }

.breadcrumb {
    background-color: transparent !important;
}

.dataTableSearchIcon {
    float: left;
    border: 1px solid #cccccc;
    height: 30px;
    width: 30px;
    margin-right: -7px;
    margin-left: -23px;
    font-size: 15px;
    text-align: center;
    padding-top: 4px;
    color: #737373;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 3px 0px 0px 3px;
}

.table th, .table td {
    padding: 0.4rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.row-buttons {
    background-color: lightgray !important;
}

    .row-buttons:hover, .row-buttons:focus, .row-buttons.focus, .row-buttons:focus, .row-buttons.focus {
        background-color: lightgray !important;
        color: black;
        border-color: lightgray !important;
    }


.nav.nav-tabs.nav-underline {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #3f4245;
    border-radius: 0;
}

    .nav.nav-tabs.nav-underline .nav-item {
        position: relative;
        z-index: 1;
        display: block;
        text-align: center;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0;
    }

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link {
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif !important;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1rem;
    padding: .5rem 1rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    /*color: #1e9ff2;*/
    /*color: #404040;*/
    color: #6c757d !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
}

.nav.nav-tabs .nav-item .nav-link {
    padding: .5rem .7rem;
    display: inline-flex;
}

.nav .nav-item .nav-link {
    display: block;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active {
    border: none;
    background-color: transparent;
    color: #91d46c !important;
}

.nav.nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    border-radius: .25rem .25rem 0 0;
    border-color: #3f4245 #3f4245 #fff !important;
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.nav.nav-tabs.nav-underline .nav-item a.nav-link:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #3f4245;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}

/*=========================================================================================OVERRIDE - End=====================================================================================================*/


/*=========================================================================================network dashboard - START=====================================================================================================*/

.hax-network-dshbd-kpi-text {
    color: #6c757d !important;
    text-align: center !important;
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
    .hax-network-dshbd-kpi-text span {
        display: none;
    }

    .hax-network-dshbd-kpi-text svg {
        display: block;
        font-size: 18px;
    }
}

@media only screen and (min-width: 460px) and (max-width: 766px) {
    #dashApplDiv {
        margin-top: 0.5rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
    .hax-network-dshbd-kpi-text svg {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 821px) {
    .hax-network-dshbd-kpi-text span {
        display: none;
    }

    .hax-network-dshbd-kpi-text svg {
        display: block;
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
    .hax-network-dshbd-kpi-text span {
        white-space: normal;
        font-size: 11px !important;
    }
}

@media only screen and (min-width: 851px) and (max-width: 880px) {
    .hax-network-dshbd-kpi-text span {
        white-space: normal;
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
    .hax-network-dshbd-kpi-text span {
        white-space: normal;
    }
}



/*=========================================================================================network dashboard - END=====================================================================================================*/
