﻿ body
{
    margin: 0;
    padding: 0;
    height: 100%;
}
.modal
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    z-index: 100;
    opacity: 0.8;
    filter: alpha(opacity=60);
    -moz-opacity: 0.8;
    min-height: 100%;
}
#divImage
{
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: White;
    height: 550px;
    width: 600px;
    padding: 3px;
    border: solid 1px black;
}
        
.dlTable
{
    border: double 1px #D9D9D9;
    width: 200px;
    text-align: left;
}


.MessagePanelDiv {
    position: fixed;
    left: 33%;
    top: 10%;
    width: 35%;
}

/* ajax loader start*/

.ajax-bounce-loader {
    margin-top: 5px;
    width: 100px;
    text-align: center;
}

    .ajax-bounce-loader .ajax-bounce-child {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: ajax-bounce-loader 1.4s ease-in-out 0s infinite both;
        animation: ajax-bounce-loader 1.4s ease-in-out 0s infinite both;
    }

    .ajax-bounce-loader .ajax-bounce1 {
        -webkit-animation-delay: -0.64s;
        animation-delay: -0.64s;
    }

    .ajax-bounce-loader .ajax-bounce2 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .ajax-bounce-loader .ajax-bounce3 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    .ajax-bounce-loader .ajax-bounce4 {
        -webkit-animation-delay: -0.01s;
        animation-delay: -0.01s;
    }

@-webkit-keyframes ajax-bounce-loader {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ajax-bounce-loader {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ajax-bounce1 {
    background-color: #86BC25 !important;
    border-radius: 100%;
}

.ajax-bounce2 {
    border-radius: 100%;
    background-color: #00a3e0 !important;
}

.ajax-bounce3 {
    border-radius: 100%;
    background-color: #FFCD00 !important;
}

.ajax-bounce4 {
    border-radius: 100%;
    background-color: #DA291C !important;
}

/* ajax loader end */

/* wait dialog style START*/
.waitdialog {
    background: transparent !important;
    overflow: hidden;
    display: none;
    top: 30%;
}
    /* first div inside waitdialog div. */
    .waitdialog > div {
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }

.wait-modalcontent {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 0 0;
    display: table;
    height: auto !important;
    margin: 10% 0 0;
    outline: 0 none;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}
/* wait dialog style END*/