﻿.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 50px 0;
    position: relative;
    transform: rotateZ(45deg);
}

    .cssload-thecube .cssload-cube {
        position: relative;
        transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
    }

        .cssload-thecube .cssload-cube:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #005589;
            animation: cssload-fold-thecube 2.76s infinite linear both;
            transform-origin: 100% 100%;
        }

    .cssload-thecube .cssload-c2 {
        transform: scale(1.1) rotateZ(90deg);
    }

    .cssload-thecube .cssload-c3 {
        transform: scale(1.1) rotateZ(180deg);
    }

    .cssload-thecube .cssload-c4 {
        transform: scale(1.1) rotateZ(270deg);
    }

    .cssload-thecube .cssload-c2:before {
        animation-delay: 0.35s;
    }

    .cssload-thecube .cssload-c3:before {
        animation-delay: 0.69s;
    }

    .cssload-thecube .cssload-c4:before {
        animation-delay: 1.04s;
    }

@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

#loadingmsg {
    color: black;
    padding: 10px;
    position: fixed;
    top: 35%;
    left: 50%;
    z-index: 99999999;
    margin-right: -25%;
    margin-bottom: -25%;
}

#loadingover {
    background: #fff;
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*alert box css*/
#oepl_newalert {
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background-color: rgba(49, 49, 49, 0.83);
    overflow: auto;
    z-index: 9999999;
}

img#close {
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer
}

div#oepl_newalertpop {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -225px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    max-width: 470px;
    background: #fff;
    opacity: 1;
    padding: 20px;
}

.alert_content {
    min-width: 250px;
    padding: 10px;
    border: 2px solid gray;
    border-radius: 10px;
    background-color: #fff;
    width: 350px;
}

    .alert_content p {
        margin-top: 15px;
        font-size: 14px;
        text-align: center;
    }

    .alert_content h2 {
        background-color: transparent;
        padding: 10px;
        text-align: center;
        border-radius: 10px 10px 0 0
    }

    .alert_content hr {
        border: 0;
        border-top: 1px solid #ccc;
        margin: 10px !important;
    }

ul.tagit input[type="text"] {
    width: 100% !important;
    height: 100% !important;
}

ul.tagit li.tagit-new {
    padding: 0 !important;
}

@media(min-width:1600px) {
    #loadingmsg {
        left: 47.2% !important;
    }
}


.lightgreen,
.darkgreen {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.lightgreen {
    z-index: 999;
    background-color: rgba(37, 85, 137, .3);
    animation: hide1 2s ease infinite;
}

.darkgreen {
    background-color: #255589;
    animation: hide2 2s ease infinite;
}

@keyframes hide1 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes hide2 {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

/**
* PAGE PRELOADER
* Replace with your own icon or logo and use on your site
*/
/**
* VARIABLES
* Tweak them for prefered result 
*/
#site {
    opacity: 0;
    transition: all 2s ease;
}

#preloader {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

    #preloader:before {
        content: "";
        display: block;
        position: absolute;
        left: -1px;
        top: -1px;
        height: 100%;
        width: 100%;
        -webkit-animation: rotation 1s linear infinite;
        animation: rotation 1s linear infinite;
        border: 1px solid #255589;
        border-top: 1px solid transparent;
        border-radius: 100%;
    }

    #preloader > .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 75px;
        width: 75px;
        margin-top: -12.5px;
        margin-left: -5.3px;
       /* -webkit-animation: wink 1s ease-in-out infinite alternate;*/
        /*animation: wink 1s ease-in-out infinite alternate;*/
    }

@media only screen and (min-width: 768px) {
    #preloader {
        height: 60px;
        width: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }

        #preloader:before {
            left: -2px;
            top: -2px;
            border-top-width: 2px;
            border-left-width: 2px;
            border-bottom-width: 2px;
            border-right-width: 2px;
        }

        #preloader > .icon {
            height: 37.5px;
            width: 15.9px;
            margin-top: -18.75px;
            margin-left: -7.95px;
        }
}

@media only screen and (min-width: 1200px) {
    #preloader {
        height: 130px;
        width: 130px;
        margin-top: 0px;
        margin-left: -40px
    }

        #preloader > .icon {
            height: 75px;
            width: 75px;
            margin-top: -40px;
            margin-left: -40px;
        }
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
