body {
    font-size: 14px;
}
h3 {
    font-size: 18px;
}
.right-panel .breadcrumbs {
    background: #eaeaea80;
}
.box-title {
    font-size: 18px;
    padding: 8px 0;
    border-bottom: 1px solid #DDD;
    margin-bottom: 9px;
}
aside.left-panel {
    padding: 0;
}
.form-control {
    padding: 4px;
}
select.form-control:not([size]):not([multiple]) {
    height: 35px;
}
.right-panel .page-header, .right-panel .page-title, .right-panel .page-header .breadcrumb {
    background: transparent;
}
.label {
    display: inline-block;
    padding: 5px;
    font-size: 13px;
    color: white;
    line-height: 14px;
    border-radius: 3px;
}
.dataTables_filter {
    position: absolute;
    right: 0;
    top: 0;
}
.content ul {
    margin: 20px;
}
.filaContactos {
    background: #EAEAEA;
    border-bottom: 1px solid #DDD;
    padding: 4px;
    margin: 5px 0 0 0;
    border-radius: 5px;
}
.filaContactos.activo .encabezadoContacto {
    background: #FFC !important;
}
.filaContactos .encabezadoContacto {
    background: #ccd9f3;
    padding: 5px;
    font-size: 20px;
    line-height: 33px;
}
.filaContactos .encabezadoContacto button {
    margin: 0;
}
.filaContactos .cuerpoContacto {
    background: linear-gradient(to top, #e2e2e2, #f7f7f7);
    padding: 12px;
    display: none;
}
.filaContactos .cuerpoContacto table td {
    padding: 0.3em;
}
.corto {
    height: 160px;
    overflow: auto;
}
.interiorCC {
    background: #3dbb82;
    padding: 1em;
    border: 1px solid #139228;
    color: white;
}
.small-box {
    padding: 12px;
    background: #e74c3c;
    color: #FFEE66;
    margin-bottom: 10px;
}
.small-box p {
    background: #e74c3c;
    color: white;
    margin-bottom: 0;
    font-size: 10px;
}
.nav {
    margin: 0 !important;
}
.tab-content {
    background: white;
    border: 1px solid #dee2e6;
    margin-top: -1px;
    padding: 10px;
}
table.minima {
    font-size: 10px;
}
table.minima tr td, table.minima tr th {
    padding: 1px !important;
}
table.minima2 {
    font-size: 12px;
}
table.minima2 tr td, table.minima2 tr th {
    padding: 4px !important;
}
.login-form {
    background: #ffffffb5;
}
.login-form label {
    color: white;
}
#right-panel {
    background: rgba(255, 255, 255, 0.9);
}
aside.left-panel {
    background: #029cdca8;
}
.navbar {
    background: transparent;
}
.navbar .navbar-nav li>a {
    color: white !important;
}
.navbar .navbar-nav li>a .menu-icon {
    color: #FFF;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu {
    background: #029cdc;
}
ul.actividad {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.actividad li {
    padding: 4px;
    background: #EEE;
    border: 2px solid #CCC;
    margin-bottom: 4px;
}
ul.actividad li.venta {
    border: 1px solid #107012;
    background: #4dbd74;
}
ul.actividad li.success {
    border: 1px solid #c3d8ed;
    background: #f1f7fd;
}
.right-panel header.header {
    background: #313131b8;
}
.menu-item, .menu-item-has-children {
    background: #115b7d6b !important;
    border-bottom: 1px solid #085377;
    padding: 0px 15px;
    transition: all 0.3s ease;
    margin-bottom: 3px;
}
.navbar .navbar-nav li>a .menu-icon {
    width: 34px !important;
}
.menu-item:hover, .menu-item-has-children:hover {
    background: #ffffff5c !important;
}
.menu-item:hover a, .menu-item-has-children:hover a {
    color: #029cdc !important;
}
.menu-item:hover a .menu-icon, .menu-item-has-children:hover a .menu-icon {
    width: 45px !important;
}
.sub-menu {
    background: #00000021;
    margin: -3px -14px 0 -15px;
}
.table thead {
    background: #2195d0;
    color: white;
    border-top: 1px solid #121212;
}
.table {
    background: white;
    border-bottom: 2px solid #2986b1;
}
.search-trigger {
    width: auto;
    color: #ffffff;
}
header .form-inline {
    background: #0a658c;
}
header .form-inline .search-form input[type="text"] {
    background: #145d80;
    color: #FFF;
    font-size: 26px;
}
header .form-inline .search-form {
    max-width: 100%;
}
.listaUsers {
    top: 70px;
    left: 0;
    position: absolute;
    width: 100%;
    display: block;
    background: white;
    z-index: 200;
    margin: 0;
    padding: 10px 25px;
    box-shadow: 0 1px 10px #888888;
}
.listaUsers table {
    width: 100%;
    font-size: 10px;
}
.listaUsers table th, .listaUsers table td {
    overflow: hidden;
    white-space: nowrap;
}
.listaUsers .row {
    border-bottom: 1px solid #f7f7f7;
    padding-top: 5px;
    padding-bottom: 5px;
}
.listaUsers .row:hover {
    background: #EEE;
}
.listaUsers .row h3 {
    color: #086f9a;
}
.dataTables_info, .dataTables_paginate {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
}
.dataTables_paginate .pagination {
   display: inline-block;
}