﻿/**********************************************************************
 * IVF Busy indicator
 **********************************************************************/
#busybox {
    z-index: 9999;
}

    #busybox div {
        position: fixed;
        width: 48px;
        height: 48px;
        background-image: url("/Content/Images/loader.gif");
    }

.fog_div {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(30, 30, 30, 0.5);
}

#busybox.show {
    display: block;
}
