﻿.wrap {
    position: relative;
    overflow: hidden;
}

.box {
    overflow: hidden;
    margin-top: 50px;
}

    .box:first-child {
        margin-top: 0;
    }

.figure {
    width: 50px;
    height: 50px;
    background: yellow;
    display: inline-block;
    margin-right: 10px;
}

.right {
    display: inline-block;
}

.border {
    border-right: 1px groove #5555ff;
    height: 100%;
    left: 24px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 100;
}

.box:last-child .border {
    display: none;
}


.figure {
    display: inline-block;
    margin-right: 10px;
}

.verticle-line {
    width: 1px;
    min-height: 400px;
    position: absolute;
    border-left: groove;
    background: green;
    opacity: 0.5;
    margin: 15px;
    float: left;
}

.bordertable {
    border-right: 1px groove #5555ff;
    height: 100%;
    left: 24px;
    /*position: absolute;*/
    top: 0;
    width: 1px;
    z-index: 100;
}

.DivHeader {
    float: left;
    width: 50%;
}

    .DivHeader.left {
        border-left: 1px solid #111111;
    }

    .DivHeader.text {
        font-size: 12px;
    }


.DivBody {
    float: left;
    width: 50%;
    margin-top: 32px;
}

    .DivBody.left {
        border-left: 1px solid #111111;
        text-align: right;
    }

    .DivBody.text {
        font-size: 12px;
        overflow-wrap: break-word;
    }


.overmybutton:hover {
    border: 1px solid rgba(56, 146, 39, 0.71);
    padding: 3px;
}

.parentFamily {
    background-color: #1ba1e2;
    text-align: right;
}

.setHeder {
    background-color: #1ba1e2;
    border-color: #1ba1e2;
    color: #ffffff;
    box-shadow: -1px 6px 6px -6px rgba(0, 0, 0, 0.35);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    padding: 10px;
}

.familyheader {
    background-color: #59cde2;
    text-align: right;
    color: white;
    font-weight: bold;
}


.familyPorcent {
    background-color: #999999;
    height: 5px;
    vertical-align: middle;
   
  
    color: white;
    text-shadow: 1px 1px #000000;
    text-align: right;
  
    margin-bottom: 8px;
}

.child {
    border-radius: 2px;
    height: 5px; 

    background-color: #59cde2;
}

.item_producto_dia {
    border-radius: 2px;
    height: 5px;  
     
      
    background-color: #59cde2;
}

.ftable {


}

.tfix {
  position: relative;

   

  /*only relevant for first row*/



 
}
.outer {
  position: relative;
  width:inherit;

}
.inner {
  overflow-x: scroll;
  overflow-y: visible;
   
  width: inherit; 

 
}

.tablef {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid grey;
}



.tdiv {
  width: 500px;
  overflow-x: scroll;
  margin-left: 5em;
  overflow-y: visible;
  padding: 0;
}

.headcol {
  position: absolute;



  /*only relevant for first row*/

  /*compensate for top border*/
}

.headcol:before {
 
}

.long {


}

.headert {

float:left;width:40%;margin-right:10px;border-bottom:groove;padding:10px;font-size:smaller;
}
.bodytk {

float:left;width:40%;margin-right:10px;padding:10px;font-size:smaller;
}
.bodytk {

float:left;width:40%;margin-right:10px;padding:10px;font-size:smaller;border-bottom:thin;
}
.borderexample {

border: 1px #ccc dashed;

    margin: 0 0 .625rem 0;
    background-color: #ffffff;

}