/* login */

section#s-login-emprendedor .login.login-with-news-feed .news-feed{
    background: #F4F6F8;
    right: 550px;
}

section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption{
    background: none;
    position: relative;
}

section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption .caption-title,
section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption p{
    color: #0B0B80;
}

section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption .caption-title{
    font-size: 28px;
}

section#s-login-emprendedor .login.login-with-news-feed .news-feed .news-caption p{
    font-size: 16px;
}

section#s-login-emprendedor .login.login-with-news-feed .right-content{
    padding: 45px;
    width: 550px;
}

/* registrar usuario */

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed{
    background: #F4F6F8;
    right: 550px;
}

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption{
    background: none;
    position: relative;
}

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption .caption-title,
section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption p{
    color: #0B0B80;
}

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption .caption-title{
    font-size: 28px;
}

section#s-registrar-emprendedor .login.login-with-news-feed .news-feed .news-caption p{
    font-size: 16px;
}

section#s-registrar-emprendedor .login.login-with-news-feed .right-content{
    padding: 45px;
    width: 550px;
}

section#s-registrar-emprendedor .login.login-with-news-feed .right-content .login-content {
    min-height: 700px;
}

section#s-registrar-emprendedor .codigo-verificacion{
    width: 35px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin: 8px;
    border: none;
    border-bottom: 2px solid #4444FF;
}



/* nueva empresa */

section#s-nueva-empresa .login.login-with-news-feed .news-feed{
    background: #F4F6F8;
    right: 550px;
}

section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption{
    background: none;
    position: relative;
}

section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption .caption-title,
section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption p{
    color: #0B0B80;
}

section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption .caption-title{
    font-size: 28px;
}

section#s-nueva-empresa .login.login-with-news-feed .news-feed .news-caption p{
    font-size: 16px;
}

section#s-nueva-empresa .login.login-with-news-feed .right-content{
    padding: 45px;
    width: 550px;
}

section#s-nueva-empresa .login.login-with-news-feed .right-content .login-content {
    min-height: 700px;
}

/* dashboard */

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="vencidas"] .titulo,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="vencidas"] .titulo{
    color: #FF2424;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="vencen-hoy"] .titulo,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="vencen-hoy"] .titulo{
    color: #ECAA00;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="por-vencer"] .titulo,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="por-vencer"] .titulo{
    color: #000000;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="vencidas"] .progress-bar ,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="vencidas"] .progress-bar {
    background-color: #FF2424;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="vencen-hoy"] .progress-bar ,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="vencen-hoy"] .progress-bar {
    background-color: #ECAA00;
}

section#s-dashboard [data-card="cuentas-cobrar"] [data-tipo="por-vencer"] .progress-bar ,
section#s-dashboard [data-card="cuentas-pagar"] [data-tipo="por-vencer"] .progress-bar {
    background-color: #000000;
}

section#s-dashboard .widget-list .widget-list-item>div:first-child {
    padding-left: 0px;
}

section#s-dashboard .widget-list .widget-list-item>div:last-child {
    padding-right: 0px;
}

section#s-dashboard .widget-list .widget-list-item .widget-list-media{
    width: 90px;
}

section#s-dashboard .widget-list .widget-list-item+.widget-list-item .widget-list-action,
section#s-dashboard .widget-list .widget-list-item+.widget-list-item .widget-list-content {
    border-top: none;
}

section#s-dashboard [data-card="documentos-pendientes"] .widget-list .widget-list-item .widget-list-media {
    height: auto;
}

section#s-dashboard #t-estado-resultado.table thead tr th{
    border-bottom: none;
}

section#s-dashboard #t-estado-resultado.table td, .table th {
    padding: 6px;
    border-top: none;
}

section#s-dashboard [data-card="contactos"] .widget-list-media span {
    background: #0B0B80;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff !important;
    padding: 5px;
}

section#s-dashboard [data-card="contactos"] .widget-list .widget-list-item .widget-list-media,
section#s-dashboard [data-card="contactos"] .widget-list .widget-list-item .widget-list-content,
section#s-dashboard [data-card="contactos"] .widget-list .widget-list-item .widget-list-action{
    padding: 5px;
}

section#s-dashboard [data-card="contactos"] .widget-list .widget-list-item .widget-list-media {
    height: 45px;
}

/* configuración lista */

section#s-configuracion .panel.panel-uwigo p{
    color: #525252;
}

/* reportes lista */

section#s-reportes .panel.panel-uwigo p{
    color: #525252;
}

