﻿.loading-icon-container {
    display: none;
    z-index: 100;
}

.loading-control {
    /*background: #423E3E;*/
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.60) 0%,#333 100%);
    /*-webkit-mask-image: linear-gradient(#000, transparent);
    background: linear-gradient(#000, #445);*/
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 2000;
    width: 100%;
    height: 100%;
}

.loading-text {
    font-size: 14px;
    font-weight: bold;
}

/*.loading-text {
    background: url("Images/kantarmedia-logo.jpg") no-repeat;
    color: #fff;
    position: relative;
    top: 0;
    left: -50px;
    height: 20px;
    width: 134px;
    text-align: center;
    -webkit-transform: rotateY(180deg) translateZ(1px);
    -webkit-animation-name: ciycle3;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 1.4s;
}*/

.sk-cube-grid {
    width: 60px;
    height: 60px;
    /*margin: 100px auto;*/
    /*position: relative;*/
    top: 40% !important;
    left: 50% !important;
    z-index: 9000;
    position: fixed;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #121312; /*#2CC185;*/
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@-webkit-keyframes ciycle3 {
    from {
        -webkit-transform: translateX(-20px);
    }

    to {
        -webkit-transform: translateX(30px);
    }
}
