.info-box
{
	margin-bottom: 50px !important;
}


.caja
{
	display: table;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 50px;
    width: 100%;
}

.columna
{
	display: table-cell;
}

.izq
{
    width: 50px;
}

.columna.izq
{
    position: relative;
}

.alerta_ob
{
    
    font-size: 18px;
    color: #dd4b39 !important;
}

.contenedor_obs
{
    z-index: 2;
    position: absolute;
    top: -8px;
    left: -8px;
    padding: 4px 4px 0 4px;
    background-color: #fff;
    border-radius: 100%;
}

.icono
{
	position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
}


.icono > i
{
	font-size: 30px;
    line-height: 50px;
}

.fila
{
	    display: table;
    width: 100%;
    border-spacing: 0;
}

.titulo
{
	font-weight: bold;
    font-size: 16px;
    color: #1C6590;
    padding: 3px 0;
}

.escopia
{  
    color: #478FB9 !important;    
}

#cuadro_seguimiento
{
	overflow: auto;
    padding: 16px;
    border: 1px dashed #969696;
}

.col_prin_prin
{
	display: table-cell;
    border-spacing: 14px;
    vertical-align: top;
    position: relative;
}

.col_prin
{
    display: table-cell;
    border-spacing: 14px;
    vertical-align: top;
    position: relative;
    
}

.ele_prin
{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 400px;
}

.padre:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    height: 40px;
    border-left: 2px dashed #969696;
}

.col_prin:before {
  content:"";
  position:absolute;
  top:-25px;
  left:50%;
  height:25px;
  border-left:2px dashed #969696;
}

.ultimo:after {
    content: "";
    position: absolute;
    top: -25px;
    right: 50%;    
    border-top: 2px dashed #969696; 
    left: -6px;
}

.medio:after {
    content: "";
    position: absolute;
    top: -25px;
    right: -6px;
    border-top: 2px dashed #969696;
    left: -6px;
}

.primero:after
{
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    right: -6px;
    border-top: 2px dashed #969696;
}

.ailbox-attachment-info
{
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-img 
{
    height: 40px;
    width: 50px;
    font-size: 35px;
    text-align: center;
    color: #7d7d7d;
    line-height: 40px;
}

#cuadro_seguimientos
{
    overflow-x: auto;
    border: 1px dashed #bfc4ce;
}