/*
    Created on : Jan 11, 2019, 11:38:10 AM
    Author     : José Chávez <jchavez@solucionfactible.com>
*/

/*
.color-nav-r{
    background-color: #2a4e78;
}
.color-nav{
    background-color: #2e527c!important;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
    border-bottom: solid 8px #2e527c;
}
*/


.baseContentStyle {
    background-color: white;
    padding: 3%;
}

.productInfo {
    color: #2a4e78;
    padding-left: 20px;
    position: relative;
}


.productInfo #productDescription {
    text-align: justify;
}
.title {
    font-family: 'Lato-Black';
}
.uk-subnav-pill>*>a:focus, .uk-subnav-pill>*>a:hover {
    background-color: #ffffff!important;
}
.actionButton {
    background-color: #b3c700;
    color: #2a4e78;
    border-radius: 8px;
    font-family: 'Lato-Black';
    height: 36px;
    width: 92px;
    border: none;
    display: none;
}

.productImage {
    max-width: 80px;
    min-height: 80px;
    background: transparent url(/../../../recursos/img/home/home.png) scroll no-repeat;
    margin: 0 auto;
}

#imageFacturacion {
    background-position: 0px 0px;
}

#imageTimbrado {
    background-position: -80px 0px;
}

#imageContabilidad {
    background-position: -160px 0px;
}

#imageNomina {
    background-position: -240px 0px;
}

#imageBancosFinanzas {
    background-position: -320px 0px;
}

#imageRecepcion {
    background-position: 0px -80px;
}

#imagePuntoDeVenta {
    background-position: -80px -80px;
}

#imageDescargueSuFactura {
    background-position: -160px -80px;
}

#imageAutofactura {
    background-position: -240px -79px;
}

#imagePSRDD {
    background-position: -320px -80px;
}

#imageViaje {
    background-position: 0px -160px;
}

#imageCRM {
    background-position: -80px -160px;
}

#imageProyectos {
    background-position: -160px -160px;
}

#imageBalanceScoreCard {
    background-position: -240px -160px;
}

#imageOtrosServicios {
    background-position: -81px -237px;
}
#lavadodedinero{
    background-position: -160px -238px;
}
/*nuevos css creados David Orozco*/


.product {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    text-align: center;
    line-height: 15px;
    font-family: Lato-Regular;
    background: white;
}

.product:hover {
    border-bottom: 2px solid #b3c700;
    font-family: Lato-Black;
    background: white;
}

.uk-subnav-pill>.uk-active>a:hover {
    background:transparent;
}
.uk-subnav-pill>*>:first-child {
    padding: 0px 0px!important;
    background: 0 0;
    color: #999;
}


.uk-button-personal i:hover{
    color: #b3c700!important;
}
