/*-------- Perfil ------------*/
.barraLateral
{
    background: #E7E6E6;
    height: 100vh;
    top: -150px;
    
    z-index: -2;
}

/* filtros */
.panelFiltro
{
    max-height: 150px;
    overflow: scroll;    
}

.filtroPanelPrincipal
{
    border-radius: 0px;
    border: solid 2px #262626;
}

.tituloFitro
{
    color: #262626;
    font-size: 12pt !important;
}

.botonLimpiarFiltro, .botonLimpiarFiltro:focus, .botonLimpiarFiltro:active
{
    border: none;
    border-radius: 0px;
    color: #970000;
    background: transparent;
    font-size: 16pt !important;
    
    outline: none !important;
    box-shadow: none;
}

.botonLimpiarFiltro:hover
{
    color: red;
    opacity: 0.9;
}

.botonMostrarFiltro, .botonMostrarFiltro:active, .botonMostrarFiltro:focus
{
    border-radius: 0px;
    background: lightgray; 
    color: black;
    outline: none;
    box-shadow: none;
    
    border-width: 0px 0px 2px 0px;
    border-style: solid;  
    border-color:  lightgray;
}

.botonMostrarFiltro:hover
{
    background: #262626; 
    color: white;
}


/*------- titulo cliente -----*/
.clienteNombre 
{
    background-color: rgb(42, 45, 51);
    line-height: 40px;
    font-size: 16px;
    border-bottom: 2px solid lightgray;
    color: white;
}

/*------------- barra lateral ----------*/
.rowBarraNavegacion
{
    background-color: rgb(42, 45, 51);
    overflow: auto;
    top: 0px;
    bottom: 0px;
    position: fixed;
    z-index: -3;
}

.nav-side-menu 
{
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    background-color: rgb(42, 45, 51);
    position: absolute;
    left: 0px;
    width: 16.66%;
    height: 100%;
    margin-bottom: -150px;
    color: white;
    z-index: 100;
}

.nav-side-menu .tituloBarraVertical 
{
    background-color: rgb(42, 45, 51);
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid lightgray;
}

.nav-side-menu .toggle-btn 
{
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li 
{
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}

.nav-side-menu ul .active,
.nav-side-menu li .active 
{
    border-left: 3px solid rgba(250, 97, 21, 1.0); 
    background-color: #404040;
    color: rgba(250, 97, 21, 1.0) !important;
}

.nav-side-menu li 
{
    padding-left: 0px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
}

.nav-side-menu li a 
{
    text-decoration: none;
    color: white;
    display: block;
    width: 100%;
}

.nav-side-menu li a i 
{
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover
{
    border-left: 3px solid rgba(232,153,21,1);
    background: #E7E6E6;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-side-menu li a:hover 
{
    color:  rgb(42, 45, 51) !important;
}

@media (max-width: 767px) 
{
    .nav-side-menu 
    {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        background: none;
        display: inline-block;
    }
    
    .nav-side-menu .menu-list 
    {
        width: 90%;
        background-color:  rgb(42, 45, 51);
    }
    
    .nav-side-menu .toggle-btn 
    {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #404040;
        width: 40px;
        text-align: center;
    }
    
    .tituloBarraVertical 
    {
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
        left: 40px;
    }
    
    .rowBarraNavegacion
    {
        display: none;
    }
    
    .clienteNombre 
    {
        line-height: 30px;
        font-size: 16px;
        border-bottom: 2px solid lightgray;
        color: white;
        text-align: center;
    }
}

@media (min-width: 767px) 
{
    nav-side-menu .menu-list 
    {
        display: block;
    }
    
    .nav-side-menu .menu-list .menu-content 
    {
        display: block;
    }
}

.btnBack, .btnBack:focus, .btnBack:active 
{
    background: transparent;
    color:  white;
    border-radius: 0px;
    
    outline: none !important;
    box-shadow: none;
}

.btnBack:hover
{
    color:  lightgray;
}

li.separador
{
    background:  rgb(42, 45, 51) !important;
    height: 20px;
    border: 0px;
    border-bottom: 1px solid #23282e;
    
    cursor: default;
}

.nav-side-menu li.separador:hover
{
    border-left: 0px;
}

.dropdownFiltro, .dropdownFiltro:active, .dropdownFiltro:focus
{
    border: 0px;
    border-radius: 0px;
    
    border-bottom: 2px solid rgb(42, 45, 51);
    background: transparent;
    color: rgb(42, 45, 51);
    text-align: left;
    
    outline: none !important;
    box-shadow: none;
}

.dropdownFiltro:hover
{
    background: rgb(42, 45, 51);
    color: white;
}

.EstatusSeguimiento
{
    font-size: 12pt;
}

.EstatusSeguimiento.Terminado
{
    color: #088A29;
}

.EstatusSeguimiento.Cancelado
{
    color: #970000;
}


.EstatusSeguimiento.Pendiente
{
    color: rgb(250, 97, 21);
}

.btnActivarDesactivarPerfil, .btnActivarDesactivarPerfil:active, .btnActivarDesactivarPerfil:focus
{
    background: white;
    border: 1px solid white;
    color: rgb(42, 45, 51);
    margin-top: -4px;
    
    padding: 3px 6px;
    
    box-shadow: none !important;
    outline: none !important;
}

.btnActivarDesactivarPerfil:hover
{
    border: 2px solid rgb(250, 97, 21);
    color: rgb(250, 97, 21);
}

