﻿
.headerBarBackground {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    background-image: linear-gradient(to right, #052767 0%, #3445b4 70%);
    color: white;
    /*box-shadow: 5px 10px #888888;*/
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.5);
}

    .headerBarBackground a {
        color: white;
    }

#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #3445b4;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3445b4 70%);*/
    background-image: linear-gradient(180deg, #052767 0%, #3445b4 70%);
}



    #sidebar .h6 {
        color: #fff;
    }

    #sidebar.active {
        margin-left: -270px;
    }

    #sidebar h1 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 30px;
    }

        #sidebar h1 .logo {
            color: #fff;
        }

            #sidebar h1 .logo span {
                font-size: 14px;
                color: #44bef1;
                display: block;
            }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 15px;
    }

        #sidebar ul li > ul {
            margin-left: 10px;
        }

            #sidebar ul li > ul li {
                font-size: 14px;
            }

        #sidebar ul li a {
            padding: 2px 0;
            display: block;
            color: rgba(255, 255, 255, 0.6);
            /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
        }

            #sidebar ul li a span {
                /*color: #44bef1;*/
                color: white;
            }

            #sidebar ul li a:hover {
                color: #fff;
            }

        #sidebar ul li.active > a {
            background: transparent;
            color: #fff;
        }

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -270px;
    }

        #sidebar.active {
            margin-left: 0;
        }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    /*top: 99px;*/
    top: 93%;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}

    #sidebar .custom-menu .btn i {
        margin-right: -40px;
        font-size: 14px;
    }

    #sidebar .custom-menu .btn.btn-primary {
        background: transparent;
        border-color: transparent;
    }

        #sidebar .custom-menu .btn.btn-primary:after {
            z-index: -1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            /*background: #3445b4;*/
            /*background: #062868;*/
            background: #3445b4;
            border-radius: 10px;
        }

        #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
            background: transparent !important;
            border-color: transparent !important;
        }


@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
}

li.nav-item.active {
    background-color: #73200c4a;
    border: 1px solid #f7f7f721;
    border-radius: 10px;
}

.badge-pill-environment {
    border: 2px solid #e6ecef;
    margin-left: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    vertical-align: text-bottom;
    border-radius: 20px !important;
    font-size: clamp(8pt, 1vw, 10pt) !important;
}

.header-title {
    font-size: clamp(14pt, 2vw, 20pt);
    font-weight: normal;
}



.dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container .dxbl-treeview-item-text-container.dxbl-treeview-item-text-tmpl {
    width: auto;
    display: inline-block;
}

/*.dxbl-treeview-item-text-container.dxbl-treeview-item-text-tmpl {
    display: inline-block;
}*/
}



ul .nav.nav-pills.flex-column{
    margin-left: 15px !important;
}
