﻿.odt-ajaxload {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    display: none;
}

.odta-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    background-color: #ccc;
    opacity: 0.5;
    filter: alpha(opacity:50)
}

.odt-ajaxload i {
    width: 70px;
    height:70px;
    background: url(/assets/images/359.gif) center center no-repeat;
    background-size: 100%;
    display: block;
    margin-left: -25px;
    margin-top: -25px;
}

.odt-box {
    width: 125px;
    height: 50px;
    position: relative;
    z-index: 1;
    left: 50%;
    top: 50%;
}

    .odt-box p {
        display: block;
        margin-top: 7px;
        margin-left: -119px;
        font-size: 25px;
        text-align: center;
    }
