@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

/* Etiquetas Generales */
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    /*color: #999;*/
}

ul ul a {
    font-size: 1.1em !important;
    padding-left: 30px !important;
    background: #233243; /* Mas oscuro*/
}
/* Fin Etiquetas Generales */


/* Menú Lateral */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar {
    min-width: 210px;
    max-width: 250px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background: #2A3F54;
    color: #fff;
    transition: all 0.3s;
    z-index: 99999999;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #2A3F54;
}

#sidebar .sidebar-header img {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: white;
    border-radius: 100%;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #233243; /* Mas oscuro*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li.active a {
    color: #27ae60;
}

#sidebar .la-submenu li.active a {
    text-decoration: underline;
    font-weight: bold;
    color: #27ae60; /* verde */
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.3em;
    display: block;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li a:hover {
    color: #27ae60;
    background: #233243; /* Mas oscuro*/
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #233243; /* Mas oscuro*/
}
/* Fin Menú Lateral */


/* Librerías de terceros */
.dataTables_filter {
    float: right;
    text-align: right;
}

.panel .panel-heading .panel-title {
    /*font-weight: bold;*/
    font-size: 1.6em;
    font-family: 'Poppins', sans-serif;
}

.breadcrumb li {
    font-size: 1.3em;
}

.breadcrumb li .active {
    color: #777 !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dropdown-container {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-left: 180px;
}
/* Fin Librería de terceros */


/* Propias */
.la-titulo {
    font-size: 1.5em;
    font-weight: bold;
    color: #27ae60;
    vertical-align: text-bottom;
}

.la-topbar {
    background-color: #fff;
    box-shadow: 0 0 15px #ddd;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.la-table-info th {
    padding-right: 100px;
    padding-bottom: 5px;
}

.la-p-info {
    padding: 15px;
    background-color: #ddd;
    border-radius: 5px;
}

#contenido {
    width: 100%;
}

.la-btn-menu {
    background-color: rgba(255,255,255,1);
    border: 0;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.la-floating {
    position: fixed;
    width: 120px;
    height: 30px;
    bottom: 20px;
    right: 30px;
    background-color: rgba(158,158,158,0.5);
    text-align: center;
    border-radius: 50px;
    padding-top: 2px;
    padding-bottom: 5px;
    cursor: pointer;
}

.la-floating p {
    font-weight: 500;
}

.la-btn-pdf {
    color: #aa0000; /* red 300 */
    font-weight: 500;
}

.la-btn-excel {
    color: #207345; /* green */
    font-weight: 500;
}
/* Fin Propias */


@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}
