

.progress_wrap{
    box-shadow: 0px 1px 0px #fff;
}

.progress {
}

/* Now the value part */
.progress-bar {
    &--error{
         background-color: #ff4a4a;
    }
}
.progress-percent{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}

.tp-panel{
    &__heading{
        height: 200px;
        background-color: #3a7b94;
        background-image: url(../images/heading.png);
        background-size: cover;
        position: relative;
    }
    &__title{
        margin: 0;
        height: 45px;
        width: 269px;
        background-image: url(../images/heading-text.png);
        color: transparent;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 35px;
        position: absolute;
    }
    &__logo{
        background-image: url(../images/logo.png);
        height: 92px;
        width: 94px;
        background-repeat: no-repeat;
        left: 0;
        right: 0;
        margin: auto;
        top:22px;
        position: absolute;
    }
    &__content{
        padding: 30px;
    }
    &__progress-bar{
    }
}


.button-custom{
    width: 100%;
    border: none;
    background-color: #17cab9;
    border-bottom: 2px solid #0d867a;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    text-shadow:0px 1px 0px rgba(0,0,0,.3);
    transition: .2s;
    &:active{
        border-bottom:none;
        border-top:1px solid #0d867a;
    }
    &:hover{
        background-color: #3ad6c7;
    }
    &.disabled{
        border-top:2px solid #999;
        background-color: #bbb;
        border-bottom:none;
        cursor: wait;
    }
}


.io-load-image-bar{
    width: 700px;
    margin: auto;

    max-width: 100%;
    .feature{
        background-color: #fffcf0;
        border-radius: 4px;
        padding: 20px 20px;
        margin-bottom: 20px;
        border: 2px dashed #ffefb0;
        h4{
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 18px;
            border-bottom: 1px solid #d0d0d0;
            padding-bottom: 10px;
            line-height: 18px;
        }
        ul{
            margin: 0;
        }
    }

}
.io-install{
    .io_alert{
        margin-bottom: 0;
    }
}
.install-required{
    display: none;
    margin-top: 20px;
}