﻿
body 
{
    min-height: 100vh;
    font-size:18px!important;
}

.fullHeight{
    height:100vh;
}

/*NAVIGATION MENU*/

#content
{
    background-color: #F2F4F5;   
}

.gris-oscuro {
    color: #656565!important;
}

.navbar {
    background-color: #F0F0F0;
}

.nav-link {
    color: #656565!important;
    display: inline !important;
}

.nav-link:hover {
    color: #00A3AD;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

#sidebarCollapse span {
    width: 100%;
    height: 2px;
    margin: 5px auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
}

#sidebarCollapse.active span:first-of-type {
    /* rotate first one */
    transform: rotate(45deg) translate(2px, 2px);
    margin: 0px!important;
}
#sidebarCollapse.active span:nth-of-type(2) {
    /* second one is not visible */
    opacity: 0;
    margin: 0px!important;
}
#sidebarCollapse.active span:last-of-type {
    /* rotate third one */
    transform: rotate(-45deg) translate(1px, -1px);
    margin: 0px!important;
}
#sidebarCollapse span {
    /* no rotation */
    transform: none;
    /* all bars are visible */
    opacity: 1;
}

@media (max-width: 765px) 
{
    .texto-master{
        font-size:14px;
    }
    .navbar {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .contenedor
    {
        margin-top:100px!important;
        z-index:80;
    }
    .dropdown-divider
    {
        width:300px;
    }
    .navbar-brand
    {
        margin-left:0px;
        font-size:16px;
    }
}

@media (max-width: 1024px) 
{
    
    .imgLogoContainer
    {
        max-width:200px!important;
    }
}

@media (min-width: 768px) 
{
    a.navbar-brand
    {
        width:100%;
        word-wrap:break-word;
        white-space:break-spaces!important;
    }
    .navbar
    {
        height:100%;
        display: inline-block;
    }
    .navbar-expand-sm .navbar-nav,
    .navbar-expand-md .navbar-nav,
    .navbar-expand-lg .navbar-nav
    {
        display:block;
        flex-direction: column;
    }
    #collapsibleNavbar
    {
        display:block;
    }
    #content
    {
        display:flex;
    }
    
}

@media (min-width: 1025px) 
{
    .contenedor
    {
        width: 861px;
    }
}

.contenedor
{
    background-color: White;
    border-radius: 10px;
    height: 50%;
}

.txtRound {
    width: 100%;
    border-radius: 10px;
    border: none;
    height:38px;
    background-color: white;
}

.inputReportes {
    width: 100%;
    border-radius: 10px;
    border-color: #A0A0A0!important; 
    border: 1px solid;
    height: 38px;
}

.modal-title {
    color: #656565!important;
    font-size:25px;
}

.action-link {
    color: #656565;
}

.btn-azul {
    border-radius: 5px;
    background-color: #00A3AD;
    color: White;
    border: none;
    font-weight: bold;
}

#loginForm {
    border: 2px solid #D0D0D0;
    border-top: 4px solid #00A3AD;
    border-radius: 0px 0px 10px 10px;
}

.red
{
    color: red;
    font-weight:bold;
}

.green {
    color: green;
    font-weight: bold;
}

.contenedorPrograma
{
    width:200px;
    height:300px;
    border-radius:10px;
}

.contenedorPrograma:hover
{
    box-shadow: 0px 0px 10px 4px rgba(173,173,173,1);
    transition: box-shadow 0.3s;
    cursor: pointer;
}

.lblPrograma
{
    font-size:30px!important;
    color:White;
    
}

.imgLogoContainer
{
    width:100%;
    max-width:260px; 
    position:absolute; 
    bottom:0;
}

.lenso-azul {
    color: #00A3AD;
}

.contenedor-home {
    background-color: #F5F5F5;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 4px rgba(173,173,173,1);
}

.contenedor-reporte {
    background-color: #F5F5F5;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 4px rgba(173,173,173,1);
}

.contenedor-reporte:hover {
    background-color: #00A3AD;
}

.contenedor-reporte:hover .action-link {
    color: white;
}

.icon-home{
    max-width:100px;
}

.texto-usuario {
    font-size: 12px;
    color: #00a3ad;
    font-weight: bold;
}

.icono-usuario{
    width:10px;
}

.icon-master {
    width: 15px;
    height: 20px;
}

.dropdown-divider {
    border-color: #656565 !important;
}

.line-height{
    line-height:20px;
}

.line-height span{
    font-size:16px;
    font-style:italic;
}

.btn-Lenso {
    background-color: #00A3AD;
    border:none;
    border-radius:10px;
    color:white;
}


.btn-Lenso:hover {
    background-color: white;
    border: 1px solid #00A3AD;
    border-radius: 10px;
    color: #00A3AD;
}


#myTable_wrapper{
    max-width:800px;
}

.active {
    color: #00A3AD!important;
    font-weight:bold;
}

.modal{
    position:absolute;
}

.logoLenso{
    width:100%;
    max-width:250px;
}

