/* NAV TOP */

nav.navbar.navbar-static-top {
    width: 100%;
}

nav .count-info .label {
    line-height: 8px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: -2px;
}

.dropdown-toggle::after {
    display:none
}

.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
}

/* NAV SIDE MENU */

#sidebar {
    background-color: #eee;
    padding-left: 0;
    float: left;
    min-height: 100%;
}

#sidebar .collapse.in {
    display: inline;
}

#sidebar > .nav>li>a {
    white-space: nowrap;
    overflow: hidden;
}

.mini-navbar .nav-header {
    padding: 0;
    width: 100%;
}

/* CONTENT */

#page-wrapper {
    padding: 0px 10px;
}

.wrapper-content {
    padding: 10px 0px;
}

.ibox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

.ibox-content {
    margin: 0%;
    background-color: #ffffff;
    color: inherit;
    padding: 10px 20px 10px 20px;
}

.sin-bordes-costado tr, .sin-bordes-costado th.ui-state-default{
    border-right:1px solid #fff;
    border-left:1px solid #fff;
}

.sin-bordes-costado th.ui-state-default{
    border-top: 1px solid #fff;
}

div.tabla-cuentas > div.ui-datatable-scrollable-header > div.ui-datatable-scrollable-header-box > table > thead > tr > th{
    padding:8px 0px;
    min-height:48px;
    font-weight:700;
}

.tabla-cuentas table td{
    min-height:48px;
    padding:8px 0;
    font-size:13px;
}

.tabla-cuentas table tbody{
  border-bottom: 2px solid #FFF;
  border-top: 2px solid #fff;
}

.tabla-cuentas th > span{
  text-transform:none;
}

.yellow-div {
    background-color: #ffeaa7;
    border-radius: 10px;
}