﻿.modal {
    display: none;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #e6e6e6;
    filter: alpha(opacity=40);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.background {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 80px;
    height: 80px;
    /*background-color: #fff;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.loader {
    border: 10px solid #f8b6a0;
    border-radius: 50%;
    border-top: 10px solid rgb(240, 90, 40);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




.cssload-triangles {
    transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    height: 55px;
    width: 61px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.cssload-tri {
    position: absolute;
    animation: cssload-pulse 862.5ms ease-in infinite;
        -o-animation: cssload-pulse 862.5ms ease-in infinite;
        -ms-animation: cssload-pulse 862.5ms ease-in infinite;
        -webkit-animation: cssload-pulse 862.5ms ease-in infinite;
        -moz-animation: cssload-pulse 862.5ms ease-in infinite;
    border-top: 18px solid rgb(240,90,40);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px;
}
.cssload-tri.cssload-invert {
    border-top: 0px;
    border-bottom: 18px solid rgb(240,90,40);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.cssload-tri:nth-child(1) {
    left: 20px;
}
.cssload-tri:nth-child(2) {
    left: 10px;
    top: 18px;
    animation-delay: -143.75ms;
        -o-animation-delay: -143.75ms;
        -ms-animation-delay: -143.75ms;
        -webkit-animation-delay: -143.75ms;
        -moz-animation-delay: -143.75ms;
}
.cssload-tri:nth-child(3) {
    left: 20px;
    top: 18px;
}
.cssload-tri:nth-child(4) {
    left: 30px;
    top: 18px;
    animation-delay: -718.75ms;
        -o-animation-delay: -718.75ms;
        -ms-animation-delay: -718.75ms;
        -webkit-animation-delay: -718.75ms;
        -moz-animation-delay: -718.75ms;
}
.cssload-tri:nth-child(5) {
    top: 36px;
    animation-delay: -287.5ms;
        -o-animation-delay: -287.5ms;
        -ms-animation-delay: -287.5ms;
        -webkit-animation-delay: -287.5ms;
        -moz-animation-delay: -287.5ms;
}
.cssload-tri:nth-child(6) {
    top: 36px;
    left: 10px;
    animation-delay: -287.5ms;
        -o-animation-delay: -287.5ms;
        -ms-animation-delay: -287.5ms;
        -webkit-animation-delay: -287.5ms;
        -moz-animation-delay: -287.5ms;
}
.cssload-tri:nth-child(7) {
    top: 36px;
    left: 20px;
    animation-delay: -431.25ms;
        -o-animation-delay: -431.25ms;
        -ms-animation-delay: -431.25ms;
        -webkit-animation-delay: -431.25ms;
        -moz-animation-delay: -431.25ms;
}
.cssload-tri:nth-child(8) {
    top: 36px;
    left: 30px;
    animation-delay: -575ms;
        -o-animation-delay: -575ms;
        -ms-animation-delay: -575ms;
        -webkit-animation-delay: -575ms;
        -moz-animation-delay: -575ms;
}
.cssload-tri:nth-child(9) {
    top: 36px;
    left: 40px;
    animation-delay: -575ms;
        -o-animation-delay: -575ms;
        -ms-animation-delay: -575ms;
        -webkit-animation-delay: -575ms;
        -moz-animation-delay: -575ms;
}


@keyframes cssload-pulse {
    0% {
        opacity: 1;
    }
    16.666% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes cssload-pulse {
    0% {
        opacity: 1;
    }
    16.666% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes cssload-pulse {
    0% {
        opacity: 1;
    }
    16.666% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cssload-pulse {
    0% {
        opacity: 1;
    }
    16.666% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes cssload-pulse {
    0% {
        opacity: 1;
    }
    16.666% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}