﻿.keepgoing {
    width: 100%;
    height: 8px;
    position: absolute;
    top: -30px;
    display: none;
}

    .keepgoing span {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #2989d8; /* Old browsers */
        background: -moz-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(33%,#2989d8), color-stop(34%,#7db9e8), color-stop(59%,#7db9e8), color-stop(60%,#2989d8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #2989d8 33%,#7db9e8 34%,#7db9e8 59%,#2989d8 60%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #2989d8 33%,#7db9e8 34%,#7db9e8 59%,#2989d8 60%); /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #2989d8 33%,#7db9e8 34%,#7db9e8 59%,#2989d8 60%); /* IE10+ */
        background: linear-gradient(45deg, #2989d8 33%,#7db9e8 34%,#7db9e8 59%,#2989d8 60%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#2989d8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        background-size: 60px 30px;
        text-align: center;
        color: #fff;
        -webkit-animation: load 3s ease-in;
    }

@-webkit-keyframes load {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.home-conversion {
    border-radius: 10px;
    padding: 10px;
}

.inprocess {
    background: #fff;
    color: rgb(117, 117, 117);
}

.form-conversion.inprocess {
    /*border: solid 1px rgb(221,221,221);*/
    border-radius: 0;
    background: #fff;
    color: rgb(117, 117, 117);
}

.miniwin-item-wrapper.inprocess {
    /*border: none;*/
}

#multiUp {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
}

.miniwin-item-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    border-style: dashed;
    border: 5px dashed rgb(229 55 0 / 53%);
    padding: 50px 20px;
    background-color: white;
    transition: all 0.2s ease;
    min-height: 50vh;
}

    .miniwin-item-wrapper:hover {
        background-size: 30px 30px;
        background-color: rgba(100,100,100,.1);
        background-image: linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
        animation: stripes 2s linear infinite;
        background-color: white;
    }

.miniwin-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 30px 0;
    text-align: center;
}

.miniwin-item-info-parsing svg {
    animation: rotate 6s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.choice-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
}

.miniwin-tip {
    padding: 30px;
    border: 2px solid rgb(221,221,221);
    margin: 10px;
    cursor: pointer;
}

.userchosen {
    border: 2px solid rgb(0,107,211);
    background-color: rgb(242,246,255);
}

#preview-pdf-info {
    /*border-right: 1px solid rgb(221,221,221);*/
    padding: 40px;
    text-align: center;
}

.miniwin-tip-col {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}

.c-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.miniwin-item-preview {
    padding: 0 !important;
}

.tiptip {
    background-color: rgb(242,246,255);
    padding: 10px;
    border-radius: 3px;
    color: rgb(0,60,178);
}

.radio-sign {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(0,60,178);
    border-radius: 20px;
    float: right;
    position: relative;
}

.radio-selected {
    border-radius: 20px;
    background-color: #337ab7;
    width: 15.2px;
    height: 15px;
    position: absolute;
    left: 1.7px;
    top: 1.5px;
}

.has-error {
    border-top: 3px solid #F34141 !important;
}

#pnl_Success_new {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
    text-align: -webkit-center;
}

.icon_colum {
    flex-basis: 70%;
    padding: 20px;
    background: #eeeeee;
}

.big_doc {
    display: flex;
    border: 1px solid #c6c6c6;
    padding: 10px;
    border-radius: 2px;
    box-shadow: rgb(128 128 128) 2px 2px 5px 0px;
    height: 60vh;
    width: 90%;
    border-bottom: 5px solid #1B9AF7;
    margin: 10%;
    min-height: 300px;
    max-width:500px;
    background: white;
    color: cornflowerblue;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

    .big_doc img {
        max-width: 100px;
        align-self: flex-start
    }

.doc_content {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background-color: rgb(236,245,254);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.info_colum {
    flex-basis: 30%;
}

@media (max-width:991px) {
    .choice-item {
        display: block;
    }

    #preview-pdf-info {
        border: 0;
    }

    #preview-pdf-info {
        padding: 0;
    }

    .c-list {
        flex-direction: column-reverse;
    }
}

.hot {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.p-listi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
}

.p-itemi {
    padding: 20px;
    transition: all .4s;
    border: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    margin: 10px;
    flex-grow: 1;
    flex-basis: 340px !important;
    border-radius: .625rem;
    background-color: white;
}

#pro-b1{
    padding:0;
}

.pro-b {
    margin: 10px 0;
    color: #6b6b6b;
    word-break: break-word;
    line-height: 25px;
    min-height: 80px;
}

.pro-top {
    display: flex;
}

.pro-title {
    padding-left: 20px;
}

    .pro-title p {
        margin: 0;
        font-size: medium;
    }

    .pro-title h3 {
        line-height: 20px;
        margin: 5px 0;
    }

.secondtpage {
    margin-top: 30px;
    color: #333;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #333;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
