﻿/* Navbar */
#navbar {
    background: #1188f0; /*#FFF;*/
    -webkit-box-shadow: 0px 0px 62px -5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 62px -5px rgba(0,0,0,0.15);
    height: 60px;
    border: 0;
    padding: 0;
    color:white;
}

    #navbar .navbar-brand > * {
        vertical-align: middle;
        display: inline-block;
    }

    #navbar .navbar-brand {
        padding: 0 0 0 15px;
        margin-right:0;
    }

    #navbar .navbar-toggler {
        width: 60px;
        height: 60px;
        background: #1188f0; /*#593196;*/
        border-radius: 0;
        cursor: pointer;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        text-decoration: none;
        -webkit-text-decoration-line: none;
        text-decoration-line: none;
    }

        #navbar .navbar-toggler:before,
        #navbar .navbar-toggler .navbar-toggler-icon,
        #navbar .navbar-toggler:after {
            content: '';
            background: #fff;
            height: 2px;
            width: 26px;
            display: block;
            margin: 0 auto;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
        }

        #navbar .navbar-toggler .navbar-toggler-icon,
        #navbar .navbar-toggler:after {
            margin-top: 5px;
        }

.show-nav #navbar .navbar-toggler:before {
    -ms-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
    -webkit-transform: translateY(7px) rotate(135deg);
    -moz-transform: translateY(7px) rotate(135deg);
}

.show-nav #navbar .navbar-toggler-icon {
    -ms-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.show-nav #navbar .navbar-toggler:after {
    -ms-transform: translateY(-7px) rotate(-135deg);
    transform: translateY(-7px) rotate(-135deg);
    -moz-transform: translateY(-7px) rotate(-135deg);
    -webkit-transform: translateY(-7px) rotate(-135deg);
}

#navbar .logo h3 {
    margin-bottom: 0;
    line-height: 1.1;
    /*font-family: open_sans_condensedbold;*/
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

    #navbar .logo h3 .badge {
        font-size: 0.4em;
        vertical-align: top;
        margin-left: 0.2em;
        margin-top: -0.2em;
    }

#navbar .logo h4 {
    margin-top: 5px;
    line-height: 1.1;
    font-family: overpass;
    font-weight: 400;
    font-size: 15px;
}

#navbar .logo h3 a {
    color: #fff; /*#666666;*/
    text-decoration: none;
}

#navbar .logo h4 a {
    color: #bababa;
    text-decoration: none;
}

#navbar .nav-header .nav-item {
    margin: 0;
    /*height: 60px;*/
    overflow: hidden;
    border-radius: 0;
    font-size: 15px;
    padding: 7px 15px 7px 15px;
    border: 0;
    background-image: none;
    vertical-align: middle;
    line-height: 28px !important;
}

    #navbar .nav-header .nav-item:hover {
        /*background: transparent;*/
    }


/*#navbar .nav-header > .nav-item + .nav-item:not(.bell-container),
#navbar .nav-header > .nav-item + .nav-item:hover:not(.bell-container) {
    background: #1188f0;
    #593196
}*/
.nav-item.nav-link.d-md-down-none.bell-container {
    position: relative;
}
#navbar .nav-header > .bell-container,
#navbar .nav-header > .bell-container:hover {
    background-color: transparent;
}
    #navbar .nav-header > .module-container,
    #navbar .nav-header > .module-container:hover {
        background-color: transparent;
    }
.bell-container > a, 
.bell-container > a:hover {
    color: white;
}
.bell-container i {
    font-size: 20px;
}
.module-container i {
    font-size: 20px;
}

span.badge.b
span.badge.badge-pill.badge-danger {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: 0;
    background-color: rgba(220, 53, 69, 0.6901960784313725);
}
.module-container > a,
.module-container > a:hover {
    color: white;
}

.bell-container i {
    font-size: 20px;
}

#navbar .nav-header > .nav-item:first-child,
#navbar .nav-header > .nav-item:first-child:hover {
    color: #fff;
    /*#593196;*/
}

#navbar .nav-header > .nav-item + .nav-item,
#navbar .nav-header > .nav-item + .nav-item:hover {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 60px;
    color: #fff;
}

#navbar .container-fluid {
    text-align: center;
}

#navbar #scrollNav a {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #666666;
    height: 80px;
    padding: 32px 10px 0 10px;
}

    #navbar #scrollNav a:hover {
        background: #e5e5e5;
    }

#navbar #scrollNav .nav-item:not(:first-child) {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    #navbar #scrollNav a {
        font-size: 16px;
    }

    #navbar #scrollNav .nav-item:not(:first-child) {
        margin-left: 38px;
    }

    #navbar .nav-header li > a {
        font-size: 16px;
        padding: 34px 20px 24px 20px;
    }
}

#navbar #scrollNav .active {
    color: #999999;
    background: transparent;
    border-bottom: 6px solid #593196;
}


#sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    padding: 0;
    background: #fff;
    display: block;
    width: 280px;
    /*transition: width 500ms;*/
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

    #sidebar .sidebar-body {
        padding-top: 30px;
        padding-bottom: 15px;
    }

@media (max-height: 420px) {
    #navbar .nav-header {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    body #navbar .nav-header .nav-item {
        display: block !important;
    }

    body #sidebar .sidebar-body {
        bottom: 0;
    }

    #sidebar .sidebar-footer {
        display: none !important;
    }
}

#sidebar .search {
    margin-left: 15px;
    margin-right: 15px;
}

    #sidebar .search * {
        font-family: overpass;
    }

    #sidebar .search .form-control {
        height: 34px;
        border: none;
        border-bottom: 2px solid #e1e1e1;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 500;
        font-size: 16px;
        padding-left: 2px;
        background: transparent;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #sidebar .search .form-control-feedback {
        line-height: 32px;
        height: 32px;
    }

    #sidebar .search .dxbs-edit-btn,
    #sidebar .search .dxbs-edit-btn .icon {
        font-size: 14px;
        line-height: 32px;
    }

        #sidebar .search .dxbs-edit-btn:not(.dxbs-clear-btn) {
            background: transparent;
            color: #666666;
            -webkit-box-shadow: none;
            box-shadow: none;
            text-transform: none;
            text-shadow: none;
            line-height: 32px;
            height: 34px;
            padding: 0 12px;
            border: none;
            border-color: transparent;
            border-radius: 0;
            border-bottom: 2px solid #e1e1e1;
        }


    #sidebar .search .form-control.null-text {
        color: #c0c0c0 !important;
    }

#sidebar #searchResults #noResultsContainer {
    padding: 17px;
}

#sidebar #searchResults {
    border-top: 1px solid #ededed;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    display: none;
    margin-top: 20px;
}

    #sidebar #searchResults ul {
        padding-left: 17px;
    }

        #sidebar #searchResults ul > li {
            list-style: none;
            padding-top: 20px;
        }

            #sidebar #searchResults ul > li:last-child {
                padding-bottom: 20px;
            }

            #sidebar #searchResults ul > li > a:first-child {
                font-size: 16px;
            }

            #sidebar #searchResults ul > li > a:not(:first-child):hover {
                text-decoration: none;
            }

            #sidebar #searchResults ul > li > a + a,
            #sidebar #searchResults ul > li > span + a {
                border-bottom: 1px dashed;
                opacity: .75;
            }

            #sidebar #searchResults ul > li > span {
                opacity: .75;
            }

                #sidebar #searchResults ul > li > span:before {
                    vertical-align: text-bottom;
                }

            #sidebar #searchResults ul > li > a:first-child {
                display: block;
            }

#sidebar #navTreeView {
    margin-top: 30px;
    font-size: 14px;
}

 .module_menu .dx-menu .dx-menu-item-expanded {
    background-color: transparent;
}
    #sidebar #navTreeView ul {
        overflow: hidden;
    }

    #sidebar #navTreeView > ul > li:first-child > a {
        font-weight: 600;
        font-size: 1.3em;
    }

    #sidebar #navTreeView > ul > li > a {
        font-weight: 500;
    }

    #sidebar #navTreeView li > a {
        border-radius: 0;
        padding-left: 18px;
        font-size: 16px;
        border: 0;
        background-image: none;
        text-shadow: none;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #sidebar #navTreeView li:not(.active) > a:hover {
        background: #e5e5e5;
    }

    #sidebar #navTreeView li.active > a {
        color: #fff;
    }

    #sidebar #navTreeView ul > li ul > li > a {
        font-size: 14px;
        padding-left: 65px;
    }

    #sidebar #navTreeView > ul.nav ul.nav {
        margin: 0;
    }

    #sidebar #navTreeView .image {
        font-size: 30px;
        margin: 0;
        padding: 0;
    }

    #sidebar #navTreeView > .nav > li:first-child > a > .expand-btn { /* Getting Started */
        display: none !important;
    }

    #sidebar #navTreeView li > a > .expand-btn {
        width: 2em;
    }

    #sidebar #navTreeView li > ul > li > .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #submenubar #subMenu .badge,
    #sidebar #navTreeView .badge {
        margin-top: 2px;
        float: right;
        text-transform: uppercase;
    }

#sidebar .dxbs-tree > ul.nav li {
    margin-left: 0;
}

#sidebar .sidebar-body {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #e3e3e3;
}

#sidebar .sidebar-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 114px;
}

#sidebar #bottomNav a {
    width: 100%;
    height: 57px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    padding-top: 13px;
    white-space: nowrap;
    border: none;
}

#sidebar #bottomNav li + li {
    margin-top: 0;
}

#sidebar #bottomNav li:first-child > a {
    border-bottom: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
    z-index: 10;
}

#sidebar #bottomNav a .image {
    font-size: 30px;
}

    #sidebar #bottomNav a .image + span {
        font-size: 18px;
        font-family: overpass;
        font-weight: 700;
        text-transform: uppercase;
    }

#sidebar #navTreeView a > .image {
    display: none;
}

#sidebar #navTreeView > ul > li > a {
    font-size: 16px;
    color: #666;
}

#sidebar #navTreeView a {
    font-family: 'overpass';
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}

#sidebar #bottomNav a {
    background: #593196;
}

#sidebar #navTreeView li:not(.active) > a:hover {
    background: #593196;
    color: #fff;
}

@media (max-width: 575px) {
    body.show-nav #sidebar #bottomNav a .image {
        display: none;
    }

        body.show-nav #sidebar #bottomNav a .image + span {
            display: inline;
            line-height: 36px;
        }
}


#sidebar {
    width: 0px;
}

    #sidebar #searchResults ul > li > a {
        color: #444444;
        font-weight: 500;
    }

        #sidebar #searchResults ul > li > a:not(:first-child) {
            font-size: 14px;
        }

.show-nav #sidebar {
    width: 280px;
}

.show-nav .main-content {
    margin-left: 280px;
}

@media (max-width: 767px) {
    #sidebar .sidebar-body {
        bottom: 114px;
    }
}

/*Client*/
.nav-item.nav-link#client-nav {
    background: #1188f0;
    padding: 15px 20px 31px 20px;
}
a.nav-item.nav-link#client-nav:hover {
    background: #1188f0;
}

/**
    Navigation Module
*/

.module_menu{

    height:100%;
   
}
.module_menu {
    margin: 0 0 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.25882352941176473);
}
    .module_menu .dx-context-menu-container-border {
        border: none;
    }
.top-menu .dx-menu-horizontal {
    height: 100%;
}
.top-menu .dx-menu-item.dx-menu-item-selected {
    background-color: #0072D6;
}

.top-menu ul.dx-menu-items-container.dx-menu-no-icons {
    height: 100%;
   
}
.top-menu li.dx-menu-item-wrapper {
    height: 100%;
}
.top-menu .top-menu-item.top-menu-first {
    text-align: center;
    padding: 19px 31px 13px 15px;
}
.top-menu .top-menu-item {
    padding: 19px 15px 13px 15px;
    font-size: 16px;
    line-height: 21px;
    color: white;
}
.top-menu.dx-menu-item-content {
    padding: 0;
}
.top-menu .top-menu-item.top-menu-first::after {
    content: " ";
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAANElEQVQY02P4z4AJGUgQdPj/9T8y+PrfASTjiCT8FciDaocJg4UQZoKEoULIFjkBIclOAgDQ6nnDn+kafwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 26px;
    right: 20px;
}

.top-menu.dx-context-menu .dx-submenu > .dx-menu-items-container {
    border-top: none;
}
.dx-overlay-wrapper .top-menu .dx-submenu .dx-item-content:hover {
    background-color: #EEFAFF; /*#fef4e7;*/
}
.top-menu .top-submenu-item.not-last:after {
    content: " ";
    display: block;
    height: 0.5px;
    width: 100%;
    padding-left: 2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: rgba(0, 0, 0, 0.18);
    position: absolute;
    left: -1px;
    top: 49px;
}
.top-menu .top-submenu-item {
    padding: 14px 14px 9px 14px;
    font-size: 16px;
    color: black;
}

.top-menu .dx-state-hover {
    background-color: #1188f0;
}
.top-menu .dx-menu-item-expanded {
    background-color: #1188f0;
}


img.image-avatar {
    height: 45px;
    width:45px;
    margin: -7px 5px;
    max-width: 100%;
    border-radius: 50%;
}

img.no-round {
    border-radius: 0;
}


.dropdown-menu.dropdown-menu-right.show {
    top: 58px;
    right: 5px;
    left: auto;
    padding: 0;
}

.dropdown-menu {
    position: absolute;
}

.dropdown-header {
    background: #e4e7ea;
    padding: 8px 20px;
    border-bottom: 1px solid #c8ced3;
}
button.dropdown-item {
    position: relative;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #c8ced3;
    font-size: 14px;
    font-weight: 100;
    min-width: 200px;
}
.dropdown-item i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-left: -10px;
    color: #c8ced3;
    text-align: center;
}

button.btn-back {
    height: 60px;
    position: relative;
    background: #1188f0;
    /*top: -15px;*/
    left: 14px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,.1)
}
.btn-back:hover {
    background-color: #0072D6;
}

.initials-cercle {
    height: 45px;
    width: 45px;
    max-width: 100%;
    border-radius: 50%;
    text-align: center;
    color: rgba(212,212,212,0.85);
    background: rgba(212, 212, 212, 0.26);
    border: .5px solid rgba(212, 212, 212, 0.26);
    font-size: 18px;
    vertical-align: middle;
    line-height: 45px;
}



@media(max-width:1024px) {

    #navbar .nav-header .nav-item {

        padding: 16px 5px 10px 10px;
    }


    /*#client-nav {
        display: none;
    }*/

    img.image-avatar {
        margin: 0px;
        height:30px;
        width:30px;
        border-radius:50%;
    }
}


img#customer-logo {
    display: none;
}
span#client-nav {
    display: none;
}
.module_name {
        height: 100%;
    /* padding-top: 20px; */
    padding: 20px 50px 20PX 50px;
    text-transform: uppercase;
    background: #1188f0;
    border: 1px solid #429dff;
    margin-left: 10px;
    font-size: smaller;
    text-align: center;
}

.module-item {
    padding: 10px;
    margin: 10px;
    text-align: center;
    /*border: solid 1px gray;*/
    /*border-radius: 7px;*/
    background: white;
    max-width: 205px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
}
.module-item:hover {
    
    background: #593196;
   color:white;
   cursor:grab;
}
