@charset "UTF-8";

.progress-search {
    text-align:center;margin-top:20px;margin-bottom:20px;
}

.expl-progress-bar-container {
    float: none;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 5;
    padding-top: 27px;
}
.expl-search_countdown {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 16px;
    height: 33px;
    margin-bottom: 7px;
    padding: 4px;
    width: 100%;
}

.expl-progress-bar-wrap {
    /*background: #f7f7f7 none repeat scroll 0 0;*/
    border-radius: 16px;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #f3f3f3;
    background-image: repeating-linear-gradient(135deg, #f7f7f7 , #f7f7f7 20px, #f3f3f3  20px, #f3f3f3  40px);
    background-size: 228px 32px;
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    animation-name: stripes;
    -webkit-animation-name: stripes;
    -moz-animation-name:  stripes;
    -o-animation-name: stripes;
    animation-timing-function: linear;
    animation-play-state: running;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;

}
.expl-progress-bar {
    /*background-color: #1ba6d2;
    background-image: repeating-linear-gradient(135deg, #4abbdf, #4abbdf 20px, #1ba6d2 20px, #1ba6d2 40px);*/
    background: #0064CE;
   /* background-size: 228px 32px;*/
    border-radius: 16px;
    height: 100%;
   /* transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
    width: 0;
}
.expl-progress-bar.expl-start-animation {
    /*animation: 40s cubic-bezier(0.215, 0.61, 0.355, 1) 0s normal none 1 running show-search-progress, 0.5s linear 0s normal none infinite running stripes;*/
    animation-duration: 40s;
    -webkit-animation-duration: 40s;
    -moz-animation-duration: 40s;
    -o-animation-duration: 40s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: show-search-progress;
    -webkit-animation-name: show-search-progress;
    -moz-animation-name: show-search-progress;
    -o-animation-name: show-search-progress;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-play-state: running;
    width: 100%;
    background: #0064CE;
}
.expl-countdown-text {
    float: right;
    font-size: 12px;
    font-weight: 600;
    padding-top: 7px;
    display: none;
}
@keyframes stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -56px 0;
    }
}
@keyframes show-search-progress {
    0% {
        width: 0;
    }
    20% {
        width: 20%;
    }
    40% {
        width: 40%;
    }
    60% {
        width: 60%;
    }
    80% {
        width: 80%;
    }
    100% {
        width: 100%;
    }
}.confirmation .top-tab-nav,
 .stickem-container .top-panel .colored-top-panel{background-color: #fff}

.progress-container{
    margin: 10px auto 0;
    padding-bottom: 10px;
}

.progress-container .banner-link{
    display: block;
}

.progress-container .banner-link img{min-width: 100%}

.progress-container .preload-progress{
    background: #fff;
    border-radius: 16px;
    width: 100%;
    padding: 55px 30px 15px;
    float: left;
    min-height: 500px;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.progress-container .animated-background {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    -webkit-animation-name: placeHolderShimmer;
    -moz-animation-name: placeHolderShimmer;
    -o-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: 240px;
    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: 180px;
    right: 0;
    height: 5px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 5px;
    left: 180px;
    height: 17px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 22px;
    height: 25px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 47px;
    height: 10px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 50%;
    right: 0;
}

.background-masker.subheader-right {
    left: 100%;
}

.background-masker.subheader-bottom {
    top: 57px;
    height: 13px;
}

.background-masker.subheader-left.header1,
.background-masker.subheader-right.header1{top: 70px;}
.background-masker.subheader-right.header1{left: 75%}
.background-masker.subheader-bottom.header1{top: 80px; height: 20px;}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-fourth-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end,
.background-masker.content-fourth-end{
    top: 100px;
    left: 0;
    right: 0;
    height: 20px;
}

.background-masker.content-top {
    height: 40px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-fourth-end{
    width: auto;
    left: 100%;
    right: 0;
    top: 140px;
    height: 10px;
}

.background-masker.content-second-line  {
    top: 150px;
}

.background-masker.content-second-end {
    left: 85%;
    top: 170px;
}

.background-masker.content-third-line {
    top: 180px;
}

.background-masker.content-third-end {
    left: 95%;
    top: 200px;
}

.background-masker.content-fourth-line {
    top: 210px;
}

.background-masker.content-fourth-end {
    left: 30%;
    top: 230px;
}

.progress-container .preload-progress .h4{
    color: #4F4F4F;
    text-align: center;
    font-family: 'roboto_bold';
    margin-bottom: 50px;
}

.progress-container .preload-progress .single-tip{
    float: left;
    min-height: 100px;
    margin: 0px 35px 35px;
    width: 42%;
    color: #4F4F4F;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

.progress-container .preload-progress .single-tip li{
    list-style-type: disc;
    display: list-item;
    list-style-position: inside;
    line-height: 24px;
}

.progress-container .preload-progress .tip-icon{
    float: left;
    height: 50px;
    width: 50px;
    margin-top: 5px;
}

.progress-container .preload-progress .tip-icon svg {
    width: 50px;
    height: 50px;
    fill: #4F4F4F;
}

.progress-container .preload-progress .tips-text{
    padding-left: 65px;
}

.progress-container .fake-informer-col{
    float: right;
    width: 29%;
    background:  #cedfe6;
    min-height: 500px;
    color: #5e5e5e;
    text-align: center;
}
