/* _content/EF_SmartSolution.WebUI/Navigation/NavHeaderComponent.razor.rz.scp.css */
.menuToggleBtn[b-6lanult5o3] {
    /*background-color: #cfcfcf;*/
    background-color: #f3f3f3;
    border-radius: 5px;
}

#main-view .bookmark .bookmark-item[b-6lanult5o3] {
    /*  padding: 0px; */
    text-align: center;
    border-right: 1px solid #b3b3b3;
    color: black;
}

    #main-view .bookmark .bookmark-item.active[b-6lanult5o3] {
        background-color: #cccccc !important;
        font-weight: 700;
    }

    #main-view .bookmark .bookmark-item:hover[b-6lanult5o3] {
        background-color: #dddddd !important;
    }


#main-view .bookmark .bookmark-item[b-6lanult5o3] {
    line-height: 36px;
    width: 225px;
}

    #main-view .bookmark .bookmark-item a[b-6lanult5o3] {
        font-size: 15px;
        transition: none;
        color: #000;
    }

    #main-view .bookmark .bookmark-item span[b-6lanult5o3] {
        font-size: 20px;
        float: right;
        margin-left: 10px;
        cursor: pointer;
    }

#profile-nav #profile-button[b-6lanult5o3] {
    height: 40px;
}

/*#profile-nav {
    top: -1px;
}*/

.star-btn[b-6lanult5o3] {
    background-color: #fff;
    border-color: #f7f7f7;
    cursor: pointer;
    vertical-align: middle;
    display: -webkit-inline-box;
    padding: 4px 15px 5px 3px;
    color: black;
}


.threeDots[b-6lanult5o3], .favorites-list[b-6lanult5o3] {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-size: 15px;
    height: 40px;
}

    .threeDots[b-6lanult5o3]:before {
        content: '\2807';
        font-size: 20px;
        float: left;
    }

.addBookMark[b-6lanult5o3] {
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 60%;
}

#Bookmarkdropdown[b-6lanult5o3], #favoritesdropdown[b-6lanult5o3] {
    top: 40px !important;
}

#bookmark-list[b-6lanult5o3] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

    #bookmark-list li[b-6lanult5o3] {
        /*  margin: 0 10px 0 0; */
        padding: 0px 10px;
        /*background-color: #f7f7f7;*/
        border: 1px solid #ddd;
        cursor: move;
    }

#Bookmarkdropdown li span[b-6lanult5o3], #favorites-list li span[b-6lanult5o3] {
    float: right;
    font-size: 20px;
    padding: 8px 10px;
}

#notifications-dropdown li[b-6lanult5o3] {
    font-size: 1rem;
    padding: 5px 15px;
}

.notification-badge[b-6lanult5o3] {
    font-family: Muli, sans-serif;
    position: relative;
    top: -20px;
    right: 7px;
    margin: 0 -.8em;
    padding: 2px 5px;
    color: #fff;
    border-radius: 50%;
    background-color: #ff4081;
    box-shadow: 0 0 10px 0 #ff4081;
}

.MoreBookMark[b-6lanult5o3] {
    margin-left: 0px;
}

.bookmarkMargin[b-6lanult5o3] {
    margin-left: 0px;
}

#menuTogglebtn[b-6lanult5o3] {
    padding: 0px 10px;
    background-color: #f7f7f7;
    line-height: 41px;
    height: 40px;
}

    #menuTogglebtn .material-icons[b-6lanult5o3] {
        font-size: 25px;
        color: #4c4a4a;
    }

#NavSetting-tabs[b-6lanult5o3] {
    height: 45px !important;
    background-color: #f7f7f7;
    width: 100% !important;
    overflow: hidden;
}


    #NavSetting-tabs .slick-list[b-6lanult5o3] {
        padding: 0px 15px !important;
        margin: 0px 15px;
    }

/*tollTip Css*/
/* Tooltip text */
/*.tooltip {
    position: relative;
    display: inline-block;
}*/


.bottom_tooltip .tooltiptext[b-6lanult5o3] {
    visibility: hidden;
    width: 120px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0.7%;
    margin-left: -60px;
}

    .bottom_tooltip .tooltiptext[b-6lanult5o3]::after {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent rgba(0, 0, 0, .7) transparent;
    }
/* Show the tooltip text when you mouse over the tooltip container */
.bottom_tooltip:hover .tooltiptext[b-6lanult5o3] {
    visibility: visible;
}

/*media queries*/
/*mobile-view*/
@media only screen and (max-width: 600px) {
    .bottom_tooltip[b-6lanult5o3] {
        display: none;
    }

    #profile-nav[b-6lanult5o3] {
        top: -1px !important;
    }

    #main-view[b-6lanult5o3] {
        display: block !important;
    }

    #menuTogglebtn[b-6lanult5o3] {
        display: block !important;
        margin-left: 0px;
    }

    #scrollable-Nav[b-6lanult5o3] {
        display: block !important;
    }

    #fixed_nav[b-6lanult5o3] {
        display: none !important;
    }

    #favorites-list[b-6lanult5o3] {
        display: block !important;
        margin-left: 5px;
    }

    #bookmark-list[b-6lanult5o3] {
        display: none;
    }

    #dropmore[b-6lanult5o3] {
        display: none !important;
    }

    #mainFav-btn[b-6lanult5o3] {
        display: none !important;
    }

    .addBookMark[b-6lanult5o3] {
        left: 40% !important;
    }

    #secondFav-btn[b-6lanult5o3] {
        display: block !important;
    }

    .bookmarkMargin[b-6lanult5o3] {
        margin-left: -45px !important;
    }

    .notification-button i[b-6lanult5o3] {
        top: 0px !important;
        left: 65px !important;
    }

    .menu-collapsed #breadcrumbs-wrapper.breadcrumbs-inline .breadcrumbs-left[b-6lanult5o3] {
        padding-left: 0px !important;
    }

    nav[b-6lanult5o3] {
        height: 45px !important;
    }

    /*#NavSetting-tabs li a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 50px;
    }*/
}
/*tab-view*/
@media only screen and (min-width: 601px) and (max-width: 992px) {

    .bottom_tooltip[b-6lanult5o3] {
        display: none;
    }

    #profile-nav[b-6lanult5o3] {
        top: -1px !important;
    }

    #main-view[b-6lanult5o3] {
        display: block !important;
    }

    #scrollable-Nav[b-6lanult5o3] {
        display: block !important;
    }

    #fixed_nav[b-6lanult5o3] {
        display: none !important;
    }

    #favorites-list[b-6lanult5o3] {
        display: block !important;
        margin-left: 5px;
    }

    .menu-collapsed #breadcrumbs-wrapper.breadcrumbs-inline .breadcrumbs-left[b-6lanult5o3] {
        padding-left: 0px !important;
    }

    #menuTogglebtn[b-6lanult5o3] {
        display: block !important;
        margin-left: 0px;
    }

    .addBookMark[b-6lanult5o3] {
        left: 30% !important;
    }

    #bookmark-list[b-6lanult5o3] {
        display: none;
    }

    #dropmore[b-6lanult5o3] {
        display: none !important;
    }

    .bookmarkMargin[b-6lanult5o3] {
        margin-left: -55px !important;
    }

    #NavSetting-tabs .slick-list[b-6lanult5o3] {
        padding: 0px 15px !important;
        margin: 0px 15px !important;
    }

    /*#NavSetting-tabs .slick-slide {
        width: 110px !important
    }*/

    /* #NavSetting-tabs li a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }*/
}

@media only screen and (min-width: 993px) and (max-width: 1300px) {
    .dvGlobalContract[b-6lanult5o3] {
        margin-left: -15px !important;
    }

    .menuToggleBtn[b-6lanult5o3] {
        margin-left: -10px;
    }

    #scrollable-Nav[b-6lanult5o3] {
        display: block !important;
    }

    #fixed_nav[b-6lanult5o3] {
        display: none !important;
    }

    #bookmark-list li a[b-6lanult5o3] {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }

    .threeDots[b-6lanult5o3] {
        padding: 0px;
    }

    #main-view .bookmark .bookmark-item[b-6lanult5o3] {
        width: 145px !important;
    }

    #bookmark-list li span[b-6lanult5o3] {
        margin-top: -38px;
    }

    #mainFav-btn[b-6lanult5o3] {
        display: none !important;
    }

    #secondFav-btn[b-6lanult5o3] {
        display: block !important;
    }

    #Bookmarkdropdown[b-6lanult5o3] {
        padding: 0px !important;
    }

    .addBookMark[b-6lanult5o3] {
        left: 58% !important;
    }

    .bookmarkMargin[b-6lanult5o3] {
        margin-left: -30px !important;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
    .threeDots[b-6lanult5o3] {
        padding: 0px;
    }

    .menuToggleBtn[b-6lanult5o3] {
        margin-left: -10px;
    }

    .MoreBookMark[b-6lanult5o3] {
        margin-left: 40px !important;
        padding: 0px !important;
    }

    .addBookMark[b-6lanult5o3] {
        left: 58% !important;
    }

    .bookmarkMargin[b-6lanult5o3] {
        margin-left: -60px !important;
    }

    #bookmark-list li[b-6lanult5o3] {
        padding: 0px 5px !important;
    }

    #main-view .bookmark .bookmark-item[b-6lanult5o3] {
        width: 210px !important;
    }
}

@media only screen and (min-width: 1441px) {
    #main-view .bookmark .bookmark-item[b-6lanult5o3] {
        width: 220px;
    }
}

@media only screen and (min-width: 1900px) {
}
/* _content/EF_SmartSolution.WebUI/Navigation/NavSidePanelComponent.razor.rz.scp.css */
[b-jq3yjppzk2] .sidenav {
    border: none;
    background: #fff;
    /*font-family: objektiv-mk2, sans-serif !important;*/
}

[b-jq3yjppzk2] a.collapsible-header {
    background: #fff;
}

[b-jq3yjppzk2] .sidenav li.open {
    background: #fff;
}

[b-jq3yjppzk2] .sidenav li a {
    margin-right: 0rem;
    color: #161616;
}

    [b-jq3yjppzk2] .sidenav li a i {
        width: 2rem;
        padding-top: 2px;
    }

[b-jq3yjppzk2] .sidenav li.active a.collapsible-header, .sidenav li.active a.collapsible-header .nav-icon[b-jq3yjppzk2], .sidenav li.close a.collapsible-header .nav-icon[b-jq3yjppzk2] {
    color: #0F61FD;
}

[b-jq3yjppzk2] .sidenav li a.collapsible-header, .sidenav li > a[b-jq3yjppzk2] {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    font-size: 12px;
}

[b-jq3yjppzk2] .sidenav li.active .collapsible-header, .sidenav li.close .collapsible-header[b-jq3yjppzk2] {
    background: #DDE6F6;
}

[b-jq3yjppzk2] .sidenav li ul.collapsible-sub {
    margin-top: 16px;
    margin-bottom: 16px;
}

    [b-jq3yjppzk2] .sidenav li ul.collapsible-sub .nav-submenu, .sidenav li ul.collapsible-sub .nav-submenu a[b-jq3yjppzk2], .sidenav li ul.collapsible-sub .nav-submenu i[b-jq3yjppzk2] {
        line-height: 35px;
        height: 35px;
    }

[b-jq3yjppzk2] .sidenav li.nav-submenu a:hover {
    background-color: #fff;
    color: #0F61FD;
}

[b-jq3yjppzk2] .sidenav li > a:hover i {
    color: #0F61FD;
}

[b-jq3yjppzk2] .sidenav li.nav-submenu i {
    border-left: 2px solid #E0E0E0;
}

[b-jq3yjppzk2] .sidenav li.nav-submenu a:hover i, .sidenav li.nav-submenu a.active i[b-jq3yjppzk2] {
    border-left: 2px solid #0F61FD;
}

[b-jq3yjppzk2] .sidenav li.nav-submenu a {
    color: #6E6E6E;
    padding: 0 8px !important
}

    [b-jq3yjppzk2] .sidenav li.nav-submenu a.active {
        color: #0F61FD;
    }

.sidenav-main .brand-sidebar .brand-logo[b-jq3yjppzk2] {
    border-bottom: 1px solid #c1c1c1;
}

.brand-sidebar[b-jq3yjppzk2] {
    height: 100%;
}

/*.dropdown-content {
    left: 60px !important;
    top: 90px !important;
}*/
#profile-dropdown[b-jq3yjppzk2] {
    top: 615px !important;
}

.sidenav-main ul li .nav-icon[b-jq3yjppzk2] {
    font-size: 16px;
    /*margin: 10px 0px 0px 22px;*/
}

.sidenav-main .brand-sidebar ul li .dropdown-trigger[b-jq3yjppzk2] {
    padding-left: 13px;
}

.sidenav-main .bold[b-jq3yjppzk2] {
    border-bottom: 1px solid #dddddd;
    /*line-height: 34px;*/
}

.sidenav .default-item:not(:hover) a[b-jq3yjppzk2], .sidenav .default-item:not(:hover) .material-icons[b-jq3yjppzk2] {
    color: #fff !important;
}
[b-jq3yjppzk2] .nav-collapsed .brand-sidebar .brand-logo img {
    height: 40px;
    margin-left: 8px;
}

[b-jq3yjppzk2] .sidenav-main .sidenav li.bold > a:not(.active):hover {
    background: #DDE6F6 0% 0% no-repeat padding-box;
}

[b-jq3yjppzk2] .sidenav a:hover, .sidenav.fixed a:hover[b-jq3yjppzk2] {
    background: #DDE6F6 0% 0% no-repeat padding-box;
    color: #0F61FD;
}

[b-jq3yjppzk2] .brand-sidebar .logo-wrapper a.navbar-toggler {
    position: absolute;
    top: 17px;
    right: 20px
}

    [b-jq3yjppzk2] .brand-sidebar .logo-wrapper a.navbar-toggler i {
        font-size: 15px;
        color: #6E6E6E;
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0 0 2px #888;
        padding: 0.5em 0.6em;
    }

        [b-jq3yjppzk2] .brand-sidebar .logo-wrapper a.navbar-toggler i:hover {
            background: #EFEFEF 0% 0% no-repeat padding-box;
            opacity: 1;
            color: #161616;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

[b-jq3yjppzk2] .brand-sidebar .brand-logo {
    font-size: 20px;
    line-height: 0;
    position: absolute;
    display: inline-block;
    /*margin: 1px 0;*/
}

[b-jq3yjppzk2] .brand-sidebar span.logo-text {
    color: #161616;
    padding: 20px 10px;
    position: absolute;
    font-weight: 700;
    opacity: 1
}

[b-jq3yjppzk2] .brand-sidebar .brand-logo.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

[b-jq3yjppzk2] .sidenav .collapsible-header:after {
    font-weight: 500;
    right: 15px;
    color: #161616;
}

[b-jq3yjppzk2] .logo-wrapper.demo .logo-text::before {
    content: "DEMO";
}

[b-jq3yjppzk2] .logo-wrapper.local .logo-text::before, .logo-wrapper.live .logo-text[b-jq3yjppzk2]::before {
    content: "Smart Solution";
}


/*Pop Over Css start*/
a[b-jq3yjppzk2] {
    text-decoration: none;
}

.popover__title[b-jq3yjppzk2] {
    font-size: 20px;
    /*    line-height: 10px;*/
    text-decoration: none;
    color: #fff;
    /*text-align: center;*/
    /*    padding: 15px 10px;*/
}

.popover__wrapper[b-jq3yjppzk2] {
    position: relative;
    display: block;
    line-height: 38px !important;
}

.popover__content[b-jq3yjppzk2] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /* left: -150px; */
    transform: translate(0, 10px);
    background-color: #ffffff;
    padding: 0rem 0 0 2rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    min-width: 210px;
}

    .popover__content ul[b-jq3yjppzk2] {
        padding: 10px 0;
    }

    .popover__content[b-jq3yjppzk2]:before {
        position: absolute;
        z-index: -1;
        content: "";
        /* right: calc(50% - 10px); */
        top: 22px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        transition-duration: 0.3s;
        transition-property: transform;
        left: -14px;
        rotate: 270deg;
    }

    .popover__content.active[b-jq3yjppzk2] {
        z-index: 10;
        opacity: 1;
        visibility: visible;
        transform: translate(75px, -45px);
        /*transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);*/
    }

.popover__wrapper:hover[b-jq3yjppzk2] {
    background-color: #2275FF;
    cursor: pointer;
}

    .popover__wrapper:hover .popover__title[b-jq3yjppzk2] {
        color: #fff;
    }

/*.popover__content ul li a:hover {
    color: #0F61FD;
}*/
.popover__wrapper .popover__content a:hover span[b-jq3yjppzk2] {
    color: #0F61FD;
}

.popover__content .active span[b-jq3yjppzk2] {
    color: #0F61FD;
}

.brand-sidebar .active .popover__wrapper[b-jq3yjppzk2] {
    background-color: #2275FF;
}

    .brand-sidebar .active .popover__wrapper .popover__title[b-jq3yjppzk2] {
        color: #fff;
    }

.popover__message[b-jq3yjppzk2] {
    text-align: center;
}

.popover__content ul[b-jq3yjppzk2] {
    /*overflow: auto;*/
    max-height: 345px;
}

    .popover__content ul li[b-jq3yjppzk2] {
        line-height: 30px;
        cursor: pointer;
        min-width: 180px;
    }

    .popover__content ul[b-jq3yjppzk2]::-webkit-scrollbar {
        width: 10px;
    }

    .popover__content ul[b-jq3yjppzk2]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #c1c1c1;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .popover__content ul[b-jq3yjppzk2]::-webkit-scrollbar-thumb {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: #c1c1c1;
    }

/*tollTip Css*/
/* Tooltip text */
.sideNav_tooltip .tooltiptext[b-jq3yjppzk2] {
    visibility: hidden;
    width: 130px;
    background-color: #f7f7f7;
    /*background-color: rgba(0, 0, 0, .7);*/
    color: #000000;
    text-align: center;
    padding: 0px;
    border-radius: 3px;
    /* Position the tooltip text - */
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 105%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

    .sideNav_tooltip .tooltiptext[b-jq3yjppzk2]::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%; /* To the left of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #f7f7f7 transparent transparent;
        /*border-color: transparent rgba(0, 0, 0, .7) transparent transparent;*/
    }
/* Show the tooltip text when you mouse over the tooltip container */
.sideNav_tooltip:hover .tooltiptext[b-jq3yjppzk2] {
    visibility: visible;
}


@media only screen and (min-width: 601px) and (max-width: 992px) {
    .popover__content[b-jq3yjppzk2] {
        padding: 0rem 0 0 1rem;
    }
}

@media only screen and (max-width:992px) {
    .popover__wrapper[b-jq3yjppzk2] {
        line-height: 30px !important;
    }
}

​[b-jq3yjppzk2]
/*Pop Over Css ends*/
/* _content/EF_SmartSolution.WebUI/Navigation/NavTopMenuComponent.razor.rz.scp.css */
/*.tabs {
    background-color: #b02789;
    border-radius: 50px;
}

    .tabs .tab a {
        width: 80%;
        padding: 0px;
    }

    .tabs .tab a {
        color: white;
    }

        .tabs .tab a.active, .tabs .tab a:hover, .tabs li:focus a, .tabs li:hover a {
            background-color: #0f62fd !important;
            border-radius: 50px !important;
            color: white;
        }

.Nav-BackCard {
    padding: 7px 10px;
    background-color: #ddd;
    margin: 0px;
}*/


/*.btn {
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;
    color: #333;
    background-color: #fff;
    border: 1px solid darkgrey;
}

.dropdown-content {
    top: 110px !important;
}*/
[b-zpbuumy4pr] #NavMenu-tabs .indicator {
    display: none;
}
/* _content/EF_SmartSolution.WebUI/Pages/E2E/HomePage.razor.rz.scp.css */

/*.border-info {
    border-color: #00acc1 !important
}

.border-success {
    border-color: #28a745 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.page-footer.footer-fixed {
    z-index: 2;
}

.card .card-content {
    height: 160px;
    overflow: hidden;
}

.card-content h5 {
    font-weight: 500;
}

.card-title .card {
    margin-bottom: 0;
}

.badge-pill-circle {
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    padding-top: 8px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: -36px;
}

.alert {
    padding: 10px 20px 0 20px !important;
}

    .alert a, .card-title a {
        color: inherit !important;
    }

        .alert a:hover, .card-title a:hover {
            text-decoration: underline !important;
        }*/

/*.col-container {
            display: table !important;
        }*/

/*.col > .card {*/
/*display: table-cell !important;*/
/*padding-top: 20px;
}

#dvE2eDashboard .card-title {
    font-weight: 500;
    padding: 7px 25px;
    position: relative;
    min-height: 40px;
}

#dvE2eDashboard .card {
    border-radius: 23px !important;
    border: 5px solid;
    background-color: rgb(244 247 250);
}

    #dvE2eDashboard .card:hover {
        cursor: pointer;
        transform: scale(1.03);
        transition: all .3s ease-in-out;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 60%) !important;
    }


#dvE2eDashboard .card-title {
    border-radius: 20px 20px 0 0px;
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px;
    border-bottom: none !important;
}

#dvE2eDashboard .border-purple {
    border-color: rebeccapurple;
}

#dvE2eDashboard .bg-purple {
    background: rebeccapurple;
}

#dvE2eDashboard heading {
    font-weight: 600;
    font-size: 18px;
}

.imgArrow {
    position: absolute;*/
/*z-index: -1;*/
/*}

.card {
    z-index: 1;
}

.imgArrow:hover {
    cursor: pointer;*/
/*transform: scale(1.5);*/
/*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 60%) !important;*/
/*transition-duration: 1s;*/
/*z-index: 1;*/
/*transform: translateX(12px);
}

#imgWHArrowLeft:hover {
    cursor: pointer;
    transition-duration: 1s;
    transform: translateX(-10px) !important;
}

#imgExArrowRight {
    margin-left: 180px;
    margin-top: -125px;
    height: 53px;
    width: 94px;
}

#imgMatArrow, #imgPOArrow {
    margin-left: 180px;
    margin-top: -125px;
    height: 53px;
    width: 94px;
}

#imgLogArrowRight {
    margin-left: 355px;
    margin-top: -155px;
    height: 53px;
    width: 94px;
}

#imgExArrowLeft {
    margin-left: -65px;
    margin-top: -95px;
    height: 53px;
    width: 94px;
}

    #imgExArrowLeft:hover {
        transform: translateX(-12px);
    }

#imgPoiArrowTop {
    margin-left: 110px;
    margin-top: -54px;
    width: 50px;
    height: 94px;
}

    #imgPoiArrowTop:hover {
        transform: translateY(-12px);
    }

#imgPOArrowBottom {
    margin-left: 45px;
    margin-top: -40px;
    width: 50px;
    height: 94px;
}

    #imgPOArrowBottom:hover {
        transform: translateY(12px);
    }

#imgPoiArrowTop:hover, #imgWpArrowTop:hover, #imgVdArrowTop:hover {
    transform: translateY(-12px);
}



#imgLogArrowBottom {
    margin-left: 167px;
    margin-top: -40px;
    width: 50px;
    height: 94px;
}


    #imgLogArrowBottom:hover, #imgWhArrowTop:hover, #imgExArrowBottom:hover {
        transform: translateY(12px);
    }

#imgWpArrowRight {
    margin-left: -152px;
    margin-top: -126px;
    height: 52px;*/
/* position: absolute; */
/* z-index: -1; */
/*}

    #imgWpArrowRight:hover {
        cursor: pointer;
        transition-duration: 1s;
        transform: translateX(-12px) !important;*/
/*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 60%) !important;*/
/*z-index: -1 !important;*/
/*}

#imgWpArrowTop {
    margin-left: 80px;
    margin-top: -286px;
    width: 50px;
    height: 94px;
}

#imgVdArrowTop {
    margin-left: 107px;
    margin-top: -288px;
    width: 50px;
    height: 94px;
}

#imgWhArrowTop {
    margin-left: 78px;
    margin-top: -40px;
    width: 52px;
    height: 94px;
}

#imgWHArrowLeft {
    margin-left: -434px;
    width: 600px;
    margin-top: -128px;
}*/

/*.custom-first {
    margin-left: 48px !important;
}*/

/*.col-2-custom {
    width: 19rem !important;
    margin-left: 70px;
}

.col-4-custom {
    width: 35rem !important;
    margin-left: 70px;*/
/*margin-right: 40px;*/
/*}

.col-middle {
    margin-left: 168px !important;
}

.row-custom {
    width: 1600px;
}

.card-poi {
    margin-left: 349px;
}

.card-bt {
    margin-left: 996px !important;
}

.sub-text {
    margin-left: -12px;
    font-size: 26px;
}

.row-top-margin {
    margin-top: 3.3rem;
}

#dvWp {
    margin-left: 157px !important;
}

#imgExArrowBottom {
    margin-left: 45px;
    margin-top: -40px;
    width: 50px;
    height: 94px;
}

.mt-14 {
    margin-top: 14% !important;
}*/
#dvE2eDashboard[b-ehndixoox3] {
    padding: 0px 15px;
}

    /*.card_1 {
    background-image: url('assets/images/home/mr_bg1.png');
    background-repeat: round;
    background-size: cover;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}*/

    /*    .card_1:hover {
        background-image: url('assets/images/home/mr_bg2.png');
        background-repeat: round;
        background-size: cover;
    }*/
    /*#dvE2eDashboard .card .card-content {
    padding: 20px 36px 20px 0px;
}*/
    #dvE2eDashboard .card[b-ehndixoox3] {
        background: #D70065;
    }

        #dvE2eDashboard .card:hover[b-ehndixoox3] {
            background: #0F61FD;
        }

    #dvE2eDashboard h5[b-ehndixoox3] {
        color: #fff;
        font-weight: 500;
    }

    #dvE2eDashboard .card .card-content[b-ehndixoox3] {
        min-height: 180px;
    }
/*tab-css*/
@media only screen and (min-width: 601px) and (max-width: 992px) {
    #dvE2eDashboard .card .card-content[b-ehndixoox3] {
        padding: 14px 10px !important;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    #dvE2eDashboard .row .col.l2[b-ehndixoox3] {
        width: 20% !important;
    }

    #dvE2eDashboard #first-row[b-ehndixoox3] {
        margin-left: 0px !important;
    }

    #second-row[b-ehndixoox3] {
        margin-left: 19.99% !important;
    }

    #third-row[b-ehndixoox3] {
        margin-left: 60% !important;
    }

    #dvE2eDashboard .card .card-content[b-ehndixoox3] {
        padding: 14px 10px !important;
    }

    #logisticImg[b-ehndixoox3] {
        height: 50px !important;
    }

    #ImgWarehouse[b-ehndixoox3] {
        width: 140px !important;
    }

    #dvE2eDashboard .card .card-content h5[b-ehndixoox3] {
        font-size: 1.3rem !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    #dvE2eDashboard .row .col.l2[b-ehndixoox3] {
        width: 16.66667% !important;
    }

    #dvE2eDashboard .card .card-content[b-ehndixoox3] {
        padding: 14px 10px !important;
    }

    #logisticImg[b-ehndixoox3] {
        height: 60px !important;
    }

    #ImgWarehouse[b-ehndixoox3] {
        width: 140px !important;
    }

    #dvE2eDashboard .card .card-content h5[b-ehndixoox3] {
        font-size: 1.4rem !important;
    }

    #dvE2eDashboard #first-row[b-ehndixoox3] {
        margin-left: 8.33% !important;
    }

    #dvE2eDashboard #second-row[b-ehndixoox3] {
        margin-left: 25% !important;
    }

    #dvE2eDashboard #third-row[b-ehndixoox3] {
        margin-left: 58.33333% !important;
    }

    #logisticImg[b-ehndixoox3] {
        height: 50px !important;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
    #dvE2eDashboard .row .col.l2[b-ehndixoox3] {
        width: 16.66667% !important;
    }

    #dvE2eDashboard .card .card-content[b-ehndixoox3] {
        padding: 14px 10px !important;
    }

    #logisticImg[b-ehndixoox3] {
        height: 55px !important;
        margin-left: -3px;
    }

    #ImgWarehouse[b-ehndixoox3] {
        width: 140px !important;
    }

    #dvE2eDashboard .card .card-content h5[b-ehndixoox3] {
        font-size: 1.64rem !important;
    }

    #dvE2eDashboard #first-row[b-ehndixoox3] {
        margin-left: 8.33% !important;
    }

    #dvE2eDashboard #second-row[b-ehndixoox3] {
        margin-left: 25% !important;
    }

    #dvE2eDashboard #third-row[b-ehndixoox3] {
        margin-left: 58.33333% !important;
    }

    #logisticImg[b-ehndixoox3] {
        height: 60px !important;
    }
}

@media only screen and (min-width: 1441px) {
    #logisticImg[b-ehndixoox3] {
        height: 60px !important;
    }

    #dvE2eDashboard .row .col.l2[b-ehndixoox3] {
        width: 16.66667% !important;
    }

    #dvE2eDashboard #first-row[b-ehndixoox3] {
        margin-left: 8.33% !important;
    }

    #dvE2eDashboard #second-row[b-ehndixoox3] {
        margin-left: 25% !important;
    }

    #dvE2eDashboard #third-row[b-ehndixoox3] {
        margin-left: 58.33333% !important;
    }
}

@media only screen and (min-width: 1900px) {
    #logisticImg[b-ehndixoox3] {
        height: 90px !important;
        margin-top: 10px;
    }

    /*    #dvE2eDashboard .row .col.l2 {
        width: 16.66667% !important;
    }

    #dvE2eDashboard #first-row {
        margin-left: 8.33% !important;
    }

    #dvE2eDashboard #second-row {
        margin-left: 25% !important;
    }

    #dvE2eDashboard #third-row {
        margin-left: 58.33333% !important;
    }*/
}



.cls-1[b-ehndixoox3] {
    fill: none;
}

.st0[b-ehndixoox3] {
    fill: none;
}

/*.card-parent {
    position: absolute;
    width: 328px;
}*/

.icon-arrow-right[b-ehndixoox3] {
    /*    margin-left: 315px;
    margin-top: 63px;*/
    transform: rotate(90deg);
}
/**/
/* _content/EF_SmartSolution.WebUI/Pages/Notifications/NotificationComponent.razor.rz.scp.css */
body[b-mu379g8f10] {
    margin-top: 20px;
    background: #eee;
}
/* Rounded sliders */
/*-------------------------------------------------------------------*/
/* === Email === */
/* Mail Sidebar */
@media (max-width: 769px) {
    .email-wrapper .mail-sidebar[b-mu379g8f10] {
        position: relative;
    }
}

@media (max-width: 767.98px) {
    .email-wrapper .mail-sidebar[b-mu379g8f10] {
        position: fixed;
        z-index: 99;
        background: #ffffff;
        width: 45%;
        min-width: 300px;
        left: -100%;
        display: block;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
    }
}

.email-wrapper .mail-sidebar .menu-bar[b-mu379g8f10] {
    width: 100%;
    float: right;
    height: 100%;
    min-height: 100%;
}

@media (max-width: 767.98px) {
    .email-wrapper .mail-sidebar .menu-bar[b-mu379g8f10] {
        min-height: 100vh;
        max-height: 100%;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .email-wrapper .mail-list-container .mail-list .content[b-mu379g8f10] {
        width: 65% !important;
        padding-left: 10px !important;
    }

    .sender-details img[b-mu379g8f10] {
        padding: 0px !important;
    }

    .Notification-date[b-mu379g8f10] {
        margin-top: 0px !important;
        text-align: left !important;
        margin-left: 0px !important;
        padding: 0px !important;
    }

    .email-wrapper .message-body .sender-details .details[b-mu379g8f10] {
        padding: 0 !important;
        margin: 0px !important;
    }
}

@media only screen and (min-width: 1440px) {
    #bookmark-list li[b-mu379g8f10] {
        padding: 0px 8px !important;
    }

    #main-view .bookmark .bookmark-item span[b-mu379g8f10] {
        margin-left: 5px !important;
    }
}

.card .card-content[b-mu379g8f10] {
    max-height: 625px;
    padding: 14px 0px;
}


.email-wrapper .mail-sidebar .menu-bar .menu-items[b-mu379g8f10] {
    padding: 0;
    margin-bottom: 0;
    height: auto;
    list-style-type: none;
}

    .email-wrapper .mail-sidebar .menu-bar .menu-items li[b-mu379g8f10] {
        padding: 10px 15px;
        transition: 0.4s;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .email-wrapper .mail-sidebar .menu-bar .menu-items li:hover[b-mu379g8f10] {
            background: rgba(240, 244, 249, 0.8);
        }

        .email-wrapper .mail-sidebar .menu-bar .menu-items li a[b-mu379g8f10] {
            color: #303a40;
            font-size: 0.75rem;
            text-decoration: none;
        }

            .email-wrapper .mail-sidebar .menu-bar .menu-items li a i[b-mu379g8f10] {
                margin-right: 8px;
                font-size: 0.75rem;
                line-height: 1.5;
            }

        .email-wrapper .mail-sidebar .menu-bar .menu-items li.active[b-mu379g8f10] {
            background: #e6e9ed;
            border-radius: 4px;
        }

            .email-wrapper .mail-sidebar .menu-bar .menu-items li.active a[b-mu379g8f10] {
                color: #464dee;
            }

        .email-wrapper .mail-sidebar .menu-bar .menu-items li.compose:hover[b-mu379g8f10] {
            background: transparent;
        }

.email-wrapper .mail-sidebar .menu-bar .online-status[b-mu379g8f10] {
    margin-top: 1rem;
}

    .email-wrapper .mail-sidebar .menu-bar .online-status .chat[b-mu379g8f10] {
        font-size: 0.75rem;
        color: #464dee;
        margin-bottom: 0;
        font-weight: 600;
    }

    .email-wrapper .mail-sidebar .menu-bar .online-status .status[b-mu379g8f10] {
        height: 10px;
        width: 10px;
        border-radius: 100%;
        display: inline-flex;
        justify-content: flex-start;
        transform: translateX(-43px) translateY(2px);
    }

        .email-wrapper .mail-sidebar .menu-bar .online-status .status[b-mu379g8f10]:after {
            font-size: 12px;
            color: #2e383e;
            margin: -5px 0 0 18px;
        }

        .email-wrapper .mail-sidebar .menu-bar .online-status .status.offline[b-mu379g8f10] {
            background: #ef5958;
        }

            .email-wrapper .mail-sidebar .menu-bar .online-status .status.offline[b-mu379g8f10]:after {
                content: "Offline";
            }

        .email-wrapper .mail-sidebar .menu-bar .online-status .status.online[b-mu379g8f10] {
            background: #0ddbb9;
        }

            .email-wrapper .mail-sidebar .menu-bar .online-status .status.online[b-mu379g8f10]:after {
                content: "Online";
            }

.email-wrapper .mail-sidebar .menu-bar .profile-list[b-mu379g8f10] {
    padding: 10px 0;
}

.email-wrapper .mail-sidebar .menu-bar .profile-list-item[b-mu379g8f10] {
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 0;
    display: block;
}

    .email-wrapper .mail-sidebar .menu-bar .profile-list-item:last-child[b-mu379g8f10] {
        border-bottom: 0;
    }

    .email-wrapper .mail-sidebar .menu-bar .profile-list-item a[b-mu379g8f10] {
        text-decoration: none;
    }

        .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic[b-mu379g8f10] {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            padding: 0;
            width: 20%;
            max-width: 40px;
        }

            .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic img[b-mu379g8f10] {
                max-width: 100%;
                width: 100%;
                border-radius: 100%;
            }

        .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user[b-mu379g8f10] {
            width: 100%;
            padding: 5px 10px 0 15px;
        }

            .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name[b-mu379g8f10] {
                font-weight: 400;
                font-size: 0.75rem;
                line-height: 1;
                color: #000000;
            }

            .email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-designation[b-mu379g8f10] {
                font-size: calc(0.75rem - 0.1rem);
                margin-bottom: 0;
            }

.email-wrapper .sidebar.open[b-mu379g8f10] {
    left: 0;
}

/* Mail List Container */
.email-wrapper .mail-list-container[b-mu379g8f10] {
    border-right: 1px solid #e9e9e9;
    height: 100%;
    padding-left: 10px;
    padding-right: 0;
    max-height: 550px;
    min-height: 450px;
    overflow: auto;
}

.mail-list-container .border-bottom[b-mu379g8f10] {
    padding: 0px 15px;
}

.email-wrapper .mail-list-container a[b-mu379g8f10] {
    text-decoration: none;
}

.email-wrapper .mail-list-container .mail-list[b-mu379g8f10] {
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    flex-direction: row;
    padding: 10px 0px;
    width: 100%;
}

    .email-wrapper .mail-list-container .mail-list:last-child[b-mu379g8f10] {
        border-bottom: none;
    }

    .email-wrapper .mail-list-container .mail-list .form-check[b-mu379g8f10] {
        margin-top: 15px;
        width: 12%;
        min-width: 20px;
    }

    .email-wrapper .mail-list-container .mail-list .content[b-mu379g8f10] {
        width: 78%;
        padding-left: 0;
        padding-right: 0;
    }

        .email-wrapper .mail-list-container .mail-list .content .sender-name[b-mu379g8f10] {
            font-size: 1.00rem;
            font-weight: 400;
            max-width: 95%;
            color: #343434;
        }

        .email-wrapper .mail-list-container .mail-list .content .message_text[b-mu379g8f10] {
            margin: 0;
            max-width: 93%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            color: black;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

.SubjectEllipsis[b-mu379g8f10] {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}

.email-wrapper .mail-list-container .mail-list.active[b-mu379g8f10] {
    background: #ececec !important;
}



.email-wrapper .mail-list-container .mail-list .details[b-mu379g8f10] {
    width: 5.5%;
    margin-top: 10px;
}

    .email-wrapper .mail-list-container .mail-list .details:hover i[b-mu379g8f10] {
        color: #f44336 !important;
    }


    .email-wrapper .mail-list-container .mail-list .details .date[b-mu379g8f10] {
        text-align: right;
        margin: auto 15px auto 0;
        white-space: nowrap;
    }

    .email-wrapper .mail-list-container .mail-list .details i[b-mu379g8f10] {
        margin: auto 0;
        color: #ddd;
    }

        .email-wrapper .mail-list-container .mail-list .details i.favorite[b-mu379g8f10] {
            color: #fcd539;
        }

.email-wrapper .mail-list-container .mail-list.new_mail[b-mu379g8f10] {
    font-weight: 700;
}

.email-wrapper .mail-list-container .mail-list:hover[b-mu379g8f10] {
    background: #f4f4f4;
    cursor: pointer;
}

.email-wrapper .mail-list-container .mail-list.new_mail .details .date[b-mu379g8f10] {
    color: #000000;
}

/* Message Content */
.email-wrapper .message-body .sender-details[b-mu379g8f10] {
    padding: 15px 10px 0px 0px;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-flex;
    display: flex;
    margin: 0px 10px 0px 0px;
}

    .email-wrapper .message-body .sender-details .details[b-mu379g8f10] {
        padding: 15px 15px;
    }

        .email-wrapper .message-body .sender-details .details .msg-subject[b-mu379g8f10] {
            font-weight: 600;
            margin-bottom: 5px;
        }

        .email-wrapper .message-body .sender-details .details .sender-email[b-mu379g8f10] {
            margin-bottom: 20px;
            font-weight: 400;
        }

            .email-wrapper .message-body .sender-details .details .sender-email i[b-mu379g8f10] {
                font-size: 1rem;
                font-weight: 600;
                margin: 0 1px 0 7px;
            }


#TxtSCEditor[b-mu379g8f10] {
    min-height: 330px;
    border: none;
    resize: none;
}

.message-content .sceditor-container .sceditor-toolbar[b-mu379g8f10] {
    display: none !important;
}

.sceditor-grip[b-mu379g8f10] {
    display: none !important;
}

.bulkDeleteBtn[b-mu379g8f10] {
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}

.bulkDeletebtnRow[b-mu379g8f10] {
    position: relative;
    z-index: 999;
}

.bulkDeleteBtnBg[b-mu379g8f10] {
    background-color: #f3f3f3;
    padding: 10px;
}

.email-wrapper .message-body .message-content[b-mu379g8f10] {
    padding: 15px;
}


.email-wrapper .message-body .attachments-sections ul[b-mu379g8f10] {
    list-style: none;
    border-top: 1px solid #e9e9e9;
    padding: 30px 15px 20px;
}

    .email-wrapper .message-body .attachments-sections ul li[b-mu379g8f10] {
        padding: 10px;
        margin-right: 20px;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
    }

        .email-wrapper .message-body .attachments-sections ul li .thumb[b-mu379g8f10] {
            display: inline-block;
            margin-right: 10px;
        }

            .email-wrapper .message-body .attachments-sections ul li .thumb i[b-mu379g8f10] {
                font-size: 30px;
                margin: 0;
                color: #2e383e;
            }

        .email-wrapper .message-body .attachments-sections ul li .details p.file-name[b-mu379g8f10] {
            display: block;
            margin-bottom: 0;
            color: #2e383e;
        }

        .email-wrapper .message-body .attachments-sections ul li .details .buttons .file-size[b-mu379g8f10] {
            margin-right: 10px;
            margin-bottom: 0;
            font-size: 13px;
        }

        .email-wrapper .message-body .attachments-sections ul li .details .buttons a[b-mu379g8f10] {
            font-size: 13px;
            margin-right: 10px;
        }

            .email-wrapper .message-body .attachments-sections ul li .details .buttons a:last-child[b-mu379g8f10] {
                margin-right: 0;
            }

.email-wrapper .mail-list-container[b-mu379g8f10]::-webkit-scrollbar {
    width: 5px;
}

.email-wrapper .mail-list-container[b-mu379g8f10]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c1c1c1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.email-wrapper .mail-list-container[b-mu379g8f10]::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #c1c1c1;
}

.Notification-date[b-mu379g8f10] {
    font-weight: 600;
    margin-top: 15px;
    text-align: right;
}

    .Notification-date span[b-mu379g8f10] {
        font-weight: 800;
    }
