/*Scroll*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #232959;
}
/*Fin Scroll*/
body{
    /*background-color: rgba(0, 0, 0, 0.12);*/
    font-family: 'Raleway', sans-serif;
}
/*LOGO Y HEADER*/
.my-header {
    max-height: 100px;
    width: 100%;
    background-color: #222733;
    position: fixed;
    z-index: 100;
}

.txt_admin{
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .my-header {
    max-height: 50px;
    width: 100%;
    background-color: #222733;
    position: fixed;
    z-index: 100;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
}




.my-header .my-logo {
    webkit-transition: width 0.9s cubic-bezier(0.81, -0.05, 0.24, 1.31);
    -o-transition: width 0.9s ease-in-out;
    transition: width 0.9s cubic-bezier(0.81, -0.05, 0.24, 1.31);
    display: block;
    float: left;
    height: 50px;
    font-size: 29px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    /*padding: 0 15px;*/
    font-weight: 300;
    overflow: hidden;
}

.logo_index{
    color: black;
}
/*-----------------------------------*/


/*DIv de la zona de menu derecha*/
 .my-div-right{
    float: right;
    position: absolute;
    right: 1px;
    }
/*---------------*/
/*---ALERTA ICONO DE NOTIFICACION--------*/
    .my-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    }

    .label-default {
    background-color: #f13720;
    }
/*-----------------------------*/
/*SECCION DEL USUARIO*/

.dropdown-menu{
    min-width: 0px;
}
.navbar-nav .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: -2px;
    }
.navbar-nav  .user-menu  .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 240px;
    position: absolute;
    right: 0px;
    left: auto;
}
.navbar-nav  .user-menu  .dropdown-menu  li.my-user-header  img {
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav  .user-menu .dropdown-menu  li.my-user-header {
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.07);
}
.navbar-nav  .user-menu  .dropdown-menu  li.my-user-footer {
    background-color: #f9f9f9;
    padding: 10px 10px 10px 10px;
}
/*-----------------------------*/

/*Efectos sobre botones*/
a:focus, a:hover{
    
    text-decoration: none;
    background-color: rgba(8, 8, 8, 0.54);
    color: #969696;
    font-weight: 400;
    border-left: 1px groove #969696;    
    border-right: 1px groove #969696;
}
a, .my-logo{
    color: #fff;
    text-decoration: none;
}
a:hover:focus, .my-logo{
    color: #fff;
    text-decoration: none;
}
.nav>li>a:focus, .nav>li>a:hover{
    text-decoration: none;
    background-color: rgba(8, 8, 8, 0.54);
    color: #969696;
    font-weight: 400;
    border-left: 1px groove #969696;    
    border-right: 1px groove #969696;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

/*------------------------------------------------------*/


div#barra-menu {
    overflow: visible;
}


/*----------------------------------------*/
/*               Wrapper                */
/*----------------------------------------*/

.logo_navbar{
    height: 45px;
}

#sidebar-wrapper {
    position: fixed;
    margin-top: 70px;
    z-index: 100;
    margin-left: -220px;
    left: 220px;
    width: 270px;
    height: 100%;
    overflow-x: hidden; 
    overflow-y: auto;
    background: #808080;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}

@media only screen and (min-width: 768px) {
    #sidebar-wrapper {
    position: fixed;
    margin-top: 50px;
    z-index: 100;
    margin-left: -220px;
    left: 220px;
    width: 270px;
    height: 100%;
    overflow-x: hidden; 
    overflow-y: auto;
    background: #808080;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    }
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}
/*----------------------------------------*/
/*----------------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 30px;  
    font-size: 20px;  
}
.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 270px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav li:.sidebar-brand a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
   
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    z-index: -1;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;
}

.sidebar-nav li.my-li-nav:before {
    background-color: #969696;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;
}


/*----------------------------------------*/

/*----------------------------------*/
/*             Scroll               */
/*----------------------------------*/



/*-------------fin Scroll---------- */

/*-------------------------------*/
/*    Botones Barra Superior     */
/*-------------------------------*/

.hamburger  {
  
  top: 0px;  
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  color: #ffff;
  border: none;
}
a.hamburger:hover{
    color: #969696;
    background: none;
    border: none;
}

a.btnbarra:hover {
    color: #969696;
    background: none;
    border: none;
    top:-10px;
}
/*------------------------------------------------*/
/*Media Query*/
@media (max-width: 767px){

    .my-header .my-logo {
    width: 100%;
    }
    .navbar-toggle{
    float: left;
    font-size: large;
    top: -10px;
    border-radius: 0px;
    }
    .my-navbar-left{
    float: left;
    background-color: #222733;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100px;
    }
    ul.nav.navbar-nav.my-right-ul {
        display: -webkit-inline-box;
        display: flex;
    }
    .my-div-right{
        position: relative;
        top: 0px;
        right: 0px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .navbar-nav > .user-menu > .dropdown-menu {
    background-color: #fff;
    position: absolute;
    top: 42px;
    }
    .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    height: 40px;
    }
}/*Cierra Media Query*/

/*Contenedor*/

.contenedor{
    padding-top: 100px;
    }

.row.fnd_ini {
    background-color: #f26422;
    padding: 10px;
}

.logo_index.logo_ini {
    background-color: white;
    padding: 5px;
    font-size: 20px;
}

.bg-orange{
background-color: #f26422;
color: white;
}

.panel-dark > .panel-heading {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.panel-dark {
    border-color: #343a40;
}

.text_header_analytics {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.text_analytics {
    font-size: 25px;
}