.notification {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -100px;
    width: 130px;
    height: 120px;
    z-index: 99999;
    display: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.notification-panel {
    position: relative;
    width: 130px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 7px;
    color: #fff;
    padding-top: 80px;
    text-align: center;
}

.loader-animate {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 40px;
    text-align: center;
    display: none;
}

.notification.loading .loader-animate {
    display: block;
}

.notification.finish .notification-panel {
    background-size: 32px 32px;
    background-position: center 33%;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAENDwMGCggD/gsCBQwJBwkP3OqQAAA2VJREFUeNrs1skNw1AMA1H9NbFjO9N/tTlLFUQCXwdzIEATERERERERERERERGRP7W2lTAHJUrmgAolrUOJkg4lSjaUKHmgRMmCEiUX3rKc5sDpzVJqA29aSq3jfS2nG++0nDbekXQgL4K3pbQIXpbSJLgtpTnwRs6BtIPgsoxaJ3gspZOgW0qbYHwsowUlPu+PG3vJbRCIggCo+UFsYavuf9rsibIb3qL7ACAh0V0zCwJOIXOQYPc5SLB760TYvRNh94MIu3+JsPsiwu4XEXafgwS7t0GC3Vsnwu4fIux+EGH3kwi7LyLsPpFg9zlIsHt7kWD31omw+5sIux9E2H0RYfdFhN3nIMHuc5Bg99aJsHsnwu4HEXb/EmH3RYTdLyLsPgcJdm+DBLu3ToTdP1TafT714INSu/fXM//eSandT8YT87Qotft86DNNlNq9A+/NL5iDUrufAH2r4tqLUrtPAMbP3gGptXt/RqRvau1+PmPSg1q7z2dUuii2e3fPjm1cFNv99Ddj7SjeWrvPRwgxB8V2v9yzYRtbp9zuh1s2bGOnyO7/1/2ObTyg/t69dXsb/0uZ3e8k2tn5i0K73ztmX+tf1Nn9nt927WC1YRgIwjBEWtlxKZ33f9r2UMgl47UtcGZhvnsOdhLtz6IVzLPPvJT79+4BpsXM6uf+vfsCapk5OO7fuw8A87PxG7ix3fkQm52NA5dP8hvGCZmN7Pf5+b37VwMXR08Mhb17b+DGwY6W2LsHgOStZq9BZO8e2PHseefI7N0HdrTIjwqZOzMb9izZ53TuzLzeLJ+N/JtUujPz+q2z2cj/W1p3ZnrDnrby5xC7M7NiX7BHl7szE9g33j+H4J2ZBX/y2fg6Hj7e7vk4yWfjAxBo96Tpqfaz/huAQrvn4ySn0e5Z0+dU2j0ZJymddmcChwi1+9STSLU7M5ASa3dmQ0Kt3a8ewnrtfq3pFdv9yiGs2e4Xml603ZkAIdvuJ5teuN1PjRPpdj/R9NrtzsdJtXbnTV+t3ZneqrU7E+XanYly7c6Mcu3ObNXanR/C1dqdN321dmd6q9buzFqu3Zko1+7MUq7dmVGu3ZlHtXbn46Rau/Omr9buTG/V2p2Jcu3ORLl2Z0a5dme2au3OD+Fq7W5mZmZmZmZmZmZmZlbYLzm+DvOQPepqAAAAAElFTkSuQmCC");
}

.notification.info {
    width: 250px;
    margin-left: -125px;
}

.notification.info .notification-panel {
    width: 250px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    border-radius: 2px;
}

/*loading*/
.spinner {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 6px;
    height: 6px;
    background-color: #fff;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*confirm alert*/
.custom-alert, .custom-confirm {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    display: none;
}

.custom-alert-panel, .custom-confirm-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -150px;
    width: 300px;
    min-height: 150px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    -webkit-animation: nIn 0.3s ease-in-out;
}

.custom-alert-text, .custom-confirm-text {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding-top: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.btn-custom-alert {
    width: 80px;
    height: 34px;
    background-color: #E4393C;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    margin: 0 auto;
}

.btn-custom-confirm-p {
    display: inline-block;
    width: 80px;
    height: 34px;
    background-color: #E4393C;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
    margin-left: 5px;
}

.btn-custom-confirm-n {
    display: inline-block;
    width: 80px;
    height: 34px;
    background-color: #CCCCCC;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
    margin-left: 5px;

}

/*confirm prompt*/
.custom-prompt {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    display: none;
}

.custom-prompt-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -150px;
    width: 300px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    -webkit-animation: nIn 0.3s ease-in-out;
}

.custom-prompt-body {
    width: 100%;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.custom-prompt-info {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.custom-prompt-input {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc !important;
}

.btn-custom-prompt-p {
    display: inline-block;
    width: 80px;
    height: 34px;
    background-color: #E4393C;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
    margin-left: 5px;
}

.btn-custom-prompt-n {
    display: inline-block;
    width: 80px;
    height: 34px;
    background-color: #CCCCCC;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
    margin-left: 5px;

}

.btn-custom {
    cursor: pointer;
}
@keyframes nIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
