﻿.piranya-loading-overlay-indeterminate {
    position: absolute;
    width: 100%;
    height: 100%;
}

.piranya-loading-overlay-indeterminate > .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: black;
    opacity: 0.4;
}

.piranya-loading-overlay-indeterminate > .icon {
    background-image: url('../../images/loading.gif');
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    float: none;
}
