button#btn-real-property-clear, button#btn-real-property-submit,
button#btn-personal-property-clear, button#btn-personal-property-submit
{
    outline:none !important;
}

div#real-property-loader, div#personal-property-loader
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100px;
    background-image: url(/images/loading/converted/load_26x26.gif);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent !important;
    background-color: #FFFFFF !important;
    z-index: 100000 !important;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.90;
    /* Safari 1.x */
    -khtml-opacity: 0.90;
    /* Good browsers */
    opacity: 0.90;
}

.progress-bar.indeterminate {
    position: relative;
    animation: progress-indeterminate 3s linear infinite;
}

@keyframes progress-indeterminate {
    from { left: -25%; width: 25%; }
    to { left: 100%; width: 25%;}
}