﻿#left-content .card
{
    border:0;
}
#left-content .card-header
{
    background-image:url(../img/left-menu/recursos/on-large.png);
    background-repeat:no-repeat;
    background-position:left;
    background-color: #f8f8f8;
}
#left-content .accordion-toggle span
{
    font-size: 1.3em;
    overflow: hidden;
    line-height: 22px;
    margin-left: 30px;
    color: #f2f2f2;
    font-weight:bold;
    white-space: nowrap;
}

#left-content .card-body
{
    border:1px solid #DDD;
    border-top:0;
    padding: 9px 15px;
    margin: 0px 5px 5px 10px;
}

#left-content .card-body ul li
{
    border-bottom:0;
}

#left-content .card-body ul li a
{
   color:#989797;
   font-size:1.1em;
   width:100%;
}

#left-content  .card-header .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

#left-content .card-body ul li.nav-list-header
{
    border-bottom:1px inset #F2F2F2;
    margin-bottom:10px;
}
#left-content .card-body ul li.nav-list-header:last-child
{
    border-bottom:0;
    margin-bottom:0;
}
#left-content .card-body ul.nav-list li ul.nav-list
{
    padding-left:30px;
}

#left-content .card-body ul.nav-list li ul.nav-list li a
{
    font-weight:normal;
}

li.clearfix.nav-list-header:hover {
    background-color:#CADDFF;
    color:#fff;
}
/*Icon Sprites*/
.avanceefectivo, .banco, .configuracion, .configuracionalerta, .consultanfc, .consultas, .desembolso, .empleados, .iphone, .mas, .menos, .nomina, .novedades, .pagos, .procesarpagos{
	background: url(../img/left-menu/16x16/sprites-menu.png);
    background-repeat:no-repeat;
}
.recargas, .registro, .servicios, .solicitudchequeras, .suplidores, .suspensioncheques, .tarjetasdecredito, .tpago, .transacciones, .transferencias{
	background: url(../img/left-menu/16x16/sprites-menu.png);
    background-repeat:no-repeat;
}
.avanceefectivo{
	background-position: -16px -16px ;
	width:16px;
    height:16px;
}

.banco{
	background-position: -48px -16px ;
	width:16px;
	height:16px;
}

.configuracion{
	background-position: -80px -16px ;
	width:16px;
	height:16px;
}

.configuracionalerta{
	background-position: -112px -16px ;
	width:16px;
	height:16px;
}

.consultanfc{
	background-position: -144px -16px ;
	width:16px;
	height:16px;
}

.consultas{
	background-position: -176px -16px ;
	width:16px;
	height:16px;
}

.desembolso{
	background-position: -208px -16px ;
	width:16px;
	height:16px;
}

.empleados{
	background-position: -240px -16px ;
	width:16px;
	height:16px;
}

.iphone{
	background-position: -272px -16px ;
	width:16px;
	height:16px;
}

.mas{
	background-position: -304px -16px ;
	width:16px;
	height:16px;
}

.menos{
	background-position: -336px -16px ;
	width:16px;
	height:16px;
}

.nomina{
	background-position: -368px -16px ;
	width:16px;
	height:16px;
}

.novedades{
	background-position: -400px -16px ;
	width:16px;
	height:16px;
}

.pagos{
	background-position: -432px -16px ;
	width:16px;
	height:16px;
}

.procesarpagos{
	background-position: -464px -16px ;
	width:16px;
	height:16px;
}

.recargas{
	background-position: -16px -48px ;
	width:16px;
	height:16px;
}

.registro{
	background-position: -48px -48px ;
	width: 21px;
	height: 21px;
}

.servicios{
	background-position: -80px -48px ;
	width:16px;
	height:16px;
}

.solicitudchequeras{
	background-position: -112px -48px ;
	width:16px;
	height:16px;
}

.suplidores{
	background-position: -144px -48px ;
	width:16px;
	height:16px;
}

.suspensioncheques{
	background-position: -176px -48px ;
	width:16px;
	height:16px;
}

.tarjetasdecredito{
	background-position: -208px -48px ;
	width:16px;
	height:16px;
}

.tpago{
	background-position: -240px -48px ;
	width:16px;
	height:16px;
}

.transacciones{
	background-position: -272px -48px ;
	width:16px;
	height:16px;
}

.transferencias{
	background-position: -304px -48px ;
	width:16px;
	height:16px;
}

#left-content .panel-collapse {
    background-color: #f1f1f1;
}



.card.card-menu .accordion-toggle {
    height: auto;
}
.card.card-menu .nav.nav-list {
    display: initial;
}