.arbol {
  margin-left: 30%;
}
.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    /* background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05); */
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none;
    letter-spacing: 0.5px;
}

.search {
    width: 56% !important;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 1px;
    text-decoration: none;
}

/* Spans-enlaces de videos */
.video {
   width: 150px;
   background-color: rgba(230, 33, 23, .9);
   color: white;
}

/* Spans-enlaces de blogs */
.blog {
   width: 150px;
   background-color: rgba(253, 101, 1, .9);
   color: white;
}

/* Spans-enlaces de artículos */
.ayuda {
   width: 150px;
   background-color: rgba(0, 49, 149, .7);
   color: white;
}

/* Inicio paletas de colores para módulos */

/* generico */
span.generico {
  width: 360px;
  background-color: rgba(0, 49, 149, .9);
  color: white;
  /* text-shadow: 1.5px 1.5px #000000; */
}

/* contabilidad */
span.contabilidad {
  background-color: rgba(19, 146, 13, .8);
  color: white;
}

/* rrhh */
span.rrhh {
  background-color: rgba(255, 128, 0, .8);
  color: white;
}

/* crm */
span.crm {
  background-color: rgba(213, 170, 0, .8);
  color: white;
}

/* ventas */
span.ventas {
  background-color: rgba(0, 153, 51, .8);
  color: white;
}

/* compras */
span.compras {
  background-color: rgba(177, 27, 112, .8);
  color: white;
}

/* inventarios */
span.inventarios {
  background-color: rgba(105, 38, 12, .8);
  color: white;
}

/* puntoventas */
span.puntoventas {
  background-color: rgba(34, 183, 173, .8);
  color: white;
}

/* tesoreria */
span.tesoreria {
  background-color: rgba(86, 29, 132, .8);
  color: white;
}

/* produccion */
span.produccion {
  background-color: rgba(19, 34, 194, .8);
  color: white;
}

/* importaciones */
span.importaciones {
  background-color: rgba(255, 69, 69, .8);
  color: white;
}

/* solmoviles */
span.solmoviles {
  background-color: rgba(40, 135, 206, .8);
  color: white;
}

/* Fin paletas de colores para módulos */

/* .tree li.parent_li>span {
    cursor:pointer
} */
li > span {
    cursor:pointer;
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
/* .tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
} */

/* Inicio estilo de modalidad de pestañas */

/* General de lista */
ul.tab {    
    list-style-type: none;
    padding-left: 30%;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin: 0 0 10px 10px;
}
/* Disponer las pestañas horizontalmente */
ul.tab li {
  float: left;  
}
/* Estilizar enlaces en pestañas */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
a.highlighted {
    background-color: rgb(255, 129, 0);
    color: black;
    text-decoration: none;
}
a.standard {
  background-color: transparent;
  color: #0088cc;  
}

/* Cambiar background color de enlaces al hoverear */
ul.tab li a:hover {
  background-color: #ddd;
}
/* Crear clase active/current en enlaces de pestañas */
ul.tab li a:focus, .active {
  background-color: #ccc;
}

/* Contenido de la pestaña */
.tabcontent {
    display: none;
    /* padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none; */
}

/* Fin estilo de modalidad de pestañas */