/* Ticket loading */

.trip-loading-wrapper {
    margin-bottom: 10px;
    height: 130px !important;
}

.trip-loading-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    padding: 0px;
    margin: 0 auto;
    height: 130px;
    width: 100%;
}

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

.trip-loading-wrapper .animated-background {
    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: 128px;
    position: relative;
}

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

/* Every thing below this is just positioning */

.trip-loading-wrapper .background-masker.header-top,
.trip-loading-wrapper .background-masker.header-bottom,
.trip-loading-wrapper .background-masker.subheader-bottom,
.trip-loading-wrapper .background-masker.bottom,
.trip-loading-wrapper .background-masker.title-bottom {
    top: 50px;
    left: 0px;
    right: 0;
    height: 22px;
}

.trip-loading-wrapper .background-masker.header-left,
.trip-loading-wrapper .background-masker.subheader-left,
.trip-loading-wrapper .background-masker.title-left,
.trip-loading-wrapper .background-masker.header-right,
.trip-loading-wrapper .background-masker.subheader-right,
.trip-loading-wrapper .background-masker.title-right {
    top: 72px;
    left: 0px;
    height: 34px;
    width: 12px;
}

.trip-loading-wrapper .background-masker.header-bottom {
    bottom: 0px;
    top: auto;
}

.trip-loading-wrapper .background-masker.subheader-left,
.trip-loading-wrapper .background-masker.subheader-right {
    top: 70px;
    height: 15px;
}

.trip-loading-wrapper .background-masker.title-left,
.trip-loading-wrapper .background-masker.title-right {
    top: 8px;
    height: 15px;
    left: 50px;
    width: 104px;
}

.trip-loading-wrapper .background-masker.header-right,
.trip-loading-wrapper .background-masker.subheader-right,
.trip-loading-wrapper .background-masker.title-right {
    width: 12px;
    left: auto;
    right: 0px;
}

.trip-loading-wrapper .background-masker.subheader-right {
    left: 160px;
}

.trip-loading-wrapper .background-masker.subheader-bottom {
    top: 85px;
    height: 29px;
}

.trip-loading-wrapper .background-masker.bottom {
    bottom: 0;
    top: auto;
    height: 38px;
    left: 0;
    right: 60px;
}

.trip-loading-wrapper .background-masker.bottom-up {
    bottom: 30px;
    top: auto;
    height: 8px;
    left: 0;
    right: 0px;
}

.trip-loading-wrapper .background-masker.bottom-down {
    bottom: 0;
    top: auto;
    height: 8px;
    left: 0;
    right: 0px;
}

.trip-loading-wrapper .background-masker.bottom-right {
    bottom: 0;
    top: auto;
    height: 38px;
    right: 0px;
    width: 10px;
}

.trip-loading-wrapper .background-masker.title-right {
    left: auto;
    right: 12px;
    top: 13px;
    width: 54px;
    height: 22px;
}

.trip-loading-wrapper .background-masker.title-bottom {
    left: 50px;
    height: 10px;
    top: 30px;
    width: 70px;
}
