﻿.loading-overlay {
    display: none;
}

.loader {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    right: 0;
}

    .loader svg path, .loader svg rect {
        fill: #ff6700;
    }

.loader svg {
    position: absolute;
    right: calc(50% - 20px);
    top: 40%;
}
