.short-col-1 {
    padding-right: 0;
    width: 4.99999998%;
}

.short-col-11 {
    width: 95.00000002%;
}

#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: hidden; overflow-x: hidden;
}
 
#wrapper.toggled {
    padding-left: 250px;
    overflow-y: hidden; overflow-x: hidden;
}
 
#sidebar-wrapper {
    z-index: 1000;
    height: 100%;
    overflow-y: hidden; 
    overflow-x: hidden;
}

#sidebar-wrapper ul{
    padding: 0;
    margin-top: 0px;
}
 
#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;  
    overflow-x: hidden; 
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px; 
}

.fixed-brand{
    width: auto;
}

.sidebar-nav li {
    text-indent: 15px;
    line-height: 90px;    
}

.sidebar-nav > li{
    background: #1f1f20;  /* Old browsers */
    background: -moz-linear-gradient(top,  #1f1f20 0%, #1d1d1f 32%, #1b1a1d 67%, #19181c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1f1f20 0%,#1d1d1f 32%,#1b1a1d 67%,#19181c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1f1f20 0%,#1d1d1f 32%,#1b1a1d 67%,#19181c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f20', endColorstr='#19181c',GradientType=0 );  /* IE6-9 */
}
 
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: transparent !important;
}
 
.sidebar-nav li a:hover {
    background: #8b4304; /* Old browsers */
    background: -moz-linear-gradient(top,  #8b4304 0%, #7c3a03 31%, #6a2f02 67%, #582400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #8b4304 0%,#7c3a03 31%,#6a2f02 67%,#582400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #8b4304 0%,#7c3a03 31%,#6a2f02 67%,#582400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b4304', endColorstr='#582400',GradientType=0 ); /* IE6-9 */
    border-radius:0px;
}
 
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
 
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
 
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
 
.sidebar-nav > .sidebar-brand a:hover {
    color: #00ff21;
    background: none;
}

.no-margin{
    margin:0;
}
 
@media(min-width:768px) {
    #wrapper.toggled {
        padding-left: 0;
    }
}

#menu-toggle-2 {
    width:100%;
}

#menu-toggle-2:hover {
    width: 100%;
}

.open-lateral-menu  a.dashboard img{
     content:url(../images/dashboard_off2.png);
}

.open-lateral-menu  a.import img{
     content:url(../images/importar_off2.png);
}

.open-lateral-menu  a.consult img{
     content:url(../images/consultar_off2.png);
}

.open-lateral-menu  a.customer img{
     content:url(../images/clientes_off2.png);
}

.open-lateral-menu  a.alarm img{
     content:url(../images/alarmas_off2.png);
}

.open-lateral-menu a.report img {
    content: url('../images/reportes_off2.png');
}

.no-padding-right {
    padding-right: 0;
}

.footer-lateral-menu {
    display:none;
}

.open-lateral-menu li span.footer-lateral-menu {
    display: block;
}