﻿c.dxsplLCC {
    /*height:100% !important;*/
}

.active {
    BACKGROUND: SILVER;
}

body {
    touch-action: manipulation;
    height: auto !important;
    margin-top: 40px !important;
    min-width: 300px !important;
}

#content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: absolute;
    top: 40px;
    bottom: 20px;
    overflow-y: auto;
}

#sidebar {
    top: 40px !important;
}

    #sidebar .sidebar-body {
        padding-top: 2px !important;
    }

.footer {
    z-index: 1001;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--main-bg-color);
    color: white;
    text-align: center;
}

.icon:before {
    color: var(--main-bg-color);
}

#sidebar > .sidebar-body {
    bottom: 0px;
}

#navbar {
    height: 40px !important;
    min-height: 40px !important;
    margin-bottom: 0px;
}

    #navbar .logo h3 a img {
        height: 30px;
    }

.pull-right {
    display: block !important;
    position: fixed !important;
    right: 0px !important;
}

    #navbar .nav-button {
        margin-right: 1px !important;
    }

#navbar .nav-header li a img {
    height: 32px;
}

#navbar .nav-header li a input {
    height: 32px;
}

@media (max-width: 1000px) {
    #sidebar {
        width: 0px;
    }

    #content {
        width: calc(100%);
        margin-left: 0px;
    }
}

@media (max-width: 575px) {
    #content {
        padding-left: 1px;
        padding-right: 1px;
    }

    .panel-body {
        padding-left: 1px;
        padding-right: 1px;
    }

    body {
        margin-top: 55px;
    }

    #navbar .nav-button {
        width: 50px;
        height: 40px;
        padding-left: 5px;
    }

    #navbar .nav-header li {
        height: 40px;
    }

        #navbar .nav-header li a img {
            height: 24px;
        }

        #navbar .nav-header li a input {
            height: 24px;
        }

    #navbar .logo h3 {
        margin-top: 0px;
        font-size: 29px;
    }

    #navbar .logo h3 a img{
        height:25px;
    }

    #navbar .nav-header li > a {
        font-size: 15px;
        padding: 6px 3px 5px 3px;
    }

    #sidebar {
        top: 50px;
    }


        #sidebar #navTreeView li > a {
            font-size: 12px;
        }

        #sidebar #navTreeView ul > li ul > li > a {
            font-size: 11px;
        }
}

@media (max-width: 400px) {
        #navbar .nav-header li a span {
            display:none;
        }

    #navbar .logo h3 a span {
        display: none;
    }
}

.dxichSys {
    filter: brightness(0%);
}

.contenedor {
    width: 90px;
    height: 240px;
    position: absolute;
    right: 0px;
    bottom: 15px;
}
