﻿.timeline-item
{
    background: #FFF;
    border: 1px solid #b8b8b8;
    /*border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
    
    border-radius: 1px;
    padding:12px 7px;
    
    max-width: 100%;
    min-height: 135px; 
}
@keyframes placeHolderShimmer
{
    0%{
        background-position: -840px 0;
    }
    100%
    {
        background-position: 840px 0;   
    }
}

.animated-backgroud
{
    animation-duration:1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 100% 104px;
    height: 94px;
    position: relative;
}

.background-masker  
{
    background:#ffffff;
    position: absolute;
}
.background-masker.content-top
{
    top: 9px;
    left: 0;
    right: 0;
    width: 100%;
    height: 7px;
}
.background-masker.content-first-end
{
    top: 15px;
    left: 70%;
    right: 0;
    height: 9px;
}
.background-masker.content-second-line
{
    top: 24px;
    left: 0;
    right: 0;
    height: 13px;
}

.background-masker.header,
.background-masker.header-left,
.background-masker.header-top,
.background-masker.header-right,
.background-masker.header-bottom,
.background-masker.subheader-left,
.background-masker.subheader-right,
.background-masker.subheader
{
    left: 60px;
    right: 0;
}
.background-masker.header
{
    top: 36px;
    height: 8px;
}
.background-masker.header-top,
.background-masker.header-right,
.background-masker.subheader-right
{
    top: 43px;
    width: 10px;
    height: 10px;
}
.background-masker.header-left
{
    top: 53px;
    height:7px
}
.background-masker.header-right,
.background-masker.header-bottom
{
   top: 59px;
}
.background-masker.header-bottom
{
    left: 80%;
    height:10px
}
.background-masker.subheader-left
{
    top: 68px;
    height:7px
}
.background-masker.subheader-right,
.background-masker.subheader-bottom
{
     top: 74px;
}
.background-masker.subheader-bottom
{
    left: 65%;
    height:10px;
    right:0
}
.background-masker.subheader
{
    top: 84px;
    height:10px
}
/*
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom 
{
    top:0;
    left:40px;
    right:0;
    height:10px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right
{
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px
}
.background-masker.header-bottom
{
    top: 18px;
    height: 6px;
}
.background-masker.subheader-left,
.background-masker.subheader-right
{
    top:24px;
    height:6px;
}
.background-masker.header-right,
.background-masker.subheader-right
{
    width: auto;
    left: 300px;
    right: 0;
}
.background-masker.subheader-right
{
    left: 230px;
}
.background-masker.subheader-bottom
{
    top:30px;
    height:10px;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end
{
    top: 40px;
    left: 0;
    right:0;
    height:6px;
}
.background-masker.content-top
{
    height:20px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end
{
    width:auto;
    left:380px;
    right:0;
    top:60px;
    height:80px;
}
.background-masker.content-second-line
{
    top:68px;
}
.background-masker.content-second-end
{
    left:420px;
    top:74px;
}
.background-masker.content-third-line
{
    top:82px;
}
.background-masker.content-third-end
{
    left:300px;
    top:88px
}*/