body {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    color: #6eb33e;
    font-weight: 300;
    text-align: center;
    font-size: 28px;
    /*margin-top: 70px !important;
    position: absolute;*/
    width: 100%;
    /* margin-left: -255px;
   background: url(../images/loader-60x60.gif) no-repeat left center;
    background-size: 10%;
    padding: 10px 0 10px 46px;*/
}

.wdt-loading-screen {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    overflow: hidden;
    /*display: none;*/
}

.wdt-loading-phrases {
    width: 300px;
    margin: 0 auto;
    height: 106px;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    text-align: left;
}

    .wdt-loading-phrases:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background: rgba(255,255,255,1);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(80%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    }

.wdt-loading-phrase {
    padding-left: 40px;
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*top:-5px;*/
}

    .wdt-loading-phrase:before {
        content: " ";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 8px;
        left: 0;
        border: 1px solid #6eb33e;
        border-radius: 50%;
    }

    .wdt-loading-phrase:after {
        opacity: 0;
        height: 11px;
        width: 7px;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-right: 3px solid #6eb33e;
        border-top: 3px solid #6eb33e;
        border-radius: 2.5px !important;
        content: '';
        left: 6px;
        top: 19px;
        position: absolute;
        -webkit-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
    }

    .wdt-loading-phrase.wdt-checked:after {
        -webkit-animation-delay: 100ms;
        animation-delay: 100ms;
        -webkit-animation-duration: 200ms;
        animation-duration: 200ms;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-name: checkmark;
        animation-name: checkmark;
        -webkit-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

.wdt-loading-phrase-category {
    overflow: hidden;
    top: 0px;
    position: relative;
    display: block;
    height: 100%;
    
}

.wdt-completed {
    position: absolute;
    z-index: 9999999;
    width: 100%;
    display: none;
}

    .wdt-completed:before {
        content: " ";
        width: 40px;
        height: 40px;
        position: absolute;
        top: 17px;
        left: 0;
        border: 1px solid #6eb33e;
        border-radius: 50%;
        background:#6eb33e;
    }

    .wdt-completed:after {
        opacity: 1;
        height: 23px;
        width: 11px;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-right: 3px solid #fff;
        border-top: 3px solid #fff;
        border-radius: 2.5px !important;
        content: '';
        left: 8px;
        top: 40px;
        position: absolute;
        -webkit-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
    }

    
    .wdt-completed.done:after {
        -webkit-animation-delay: 100ms;
        animation-delay: 100ms;
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-name: checkmarkbig;
        animation-name: checkmarkbig;
        -webkit-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .wdt-completed h2 {
        text-align: left;
        margin-left: 50px;
    }

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 7px;
        opacity: 1;
    }

    20% {
        height: 2px;
        width: 7px;
        opacity: 1;
    }

    40% {
        height: 5px;
        width: 7px;
        opacity: 1;
    }

    100% {
        height: 11px;
        width: 7px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 7px;
        opacity: 1;
    }

    20% {
        height: 2px;
        width: 7px;
        opacity: 1;
    }

    40% {
        height: 5px;
        width: 7px;
        opacity: 1;
    }

    100% {
        height: 11px;
        width: 7px;
        opacity: 1;
    }
}

@keyframes checkmarkbig {
    0% {
        height: 0;
        width: 11px;
        opacity: 1;
    }

    20% {
        height: 8px;
        width: 11px;
        opacity: 1;
    }

    40% {
        height: 15px;
        width: 11px;
        opacity: 1;
    }

    100% {
        height: 23px;
        width: 11px;
        opacity: 1;
    }
}

@-webkit-keyframes checkmarkbig {
    0% {
        height: 0;
        width: 11px;
        opacity: 1;
    }

    20% {
        height: 8px;
        width: 11px;
        opacity: 1;
    }

    40% {
        height: 15px;
        width: 11px;
        opacity: 1;
    }

    100% {
        height: 23px;
        width: 11px;
        opacity: 1;
    }
}
