.loader-wrapper {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-top: 5px solid #148ea1
}

.load-content.btn-loader {
    box-shadow: none;
    display: inline-block;
    border-radius: 0;
    background-color: transparent;
    text-align: center;
    padding: 0
}

.load-content {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    display: inline-block;
    padding: 0 30px 10px;
    border-radius: 0 0 5px 5px;
    background-color: #148ea1;
    text-align: center
}

.load-content .text {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .6)
}

.load-content.btn-loader .loading_site {
    margin: 7px 0 0
}

.load-content .loading_site {
    margin: 10px 10px 0;
    width: 20px;
    height: 20px;
    border-top-color: #fff;
    display: inline-block
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.loading_site {
    border-radius: 50% !important;
    width: 24px;
    height: 24px;
    border: .25rem solid #17a2b8;
    border-top-color: #148ea1;
    border-bottom-color: #fff;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

.loading_site--double {
    border-style: double;
    border-width: .5rem
}

.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    height: 300px;
    margin: 0 auto;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.content-placeholder {
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    height: inherit;
    position: relative;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    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: 800px 104px;
    height: 96px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

/* Every thing below this is just positioning */
.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: 8px;
}

.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;
}

.div-wrapper-fade{
    opacity: 0.5 !important;
}

/*fee tag*/
.fee-tag{
    white-space:nowrap;
    position:relative;
    margin:0 5px 0 10px;
    displaY:inline-block;
    border-radius: 0 5px 5px 0;
    padding: 0 25px 0 15px;
    background:#17a2b8;
    border: 0 solid #17a2b8;
    border-top-width:1px;
    border-bottom-width:1px;
    color:#FFF;
    line-height:30px;
}
.fee-tag:after{
    position:absolute;
    right:0;
    margin:1px 7px;
    /*font-weight:bold;*/
    /*font-size:19px;*/
    /*content:"\00D7";*/
}
.fee-tag:before{
    position:absolute;
    content:"\25CF";
    color:white;
    text-shadow: 0 0 1px #333;
    /*font-size:11px;*/
    line-height:4px;
    text-indent:15px;
    left:-14px;
    width: 1px;
    border-right:14px solid #17a2b8;
    border-top:  13px solid transparent;
    border-bottom:  13px solid transparent;
}