﻿.se-pre-con-save {
    position: fixed;
    opacity: 0.9;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: transparent !important;
    background: url(/ajax-save.gif) center no-repeat #fff;
}

.se-pre-con-load {
    position: fixed;
    opacity: 0.9;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: transparent !important;
    background: url(/loader.gif) center no-repeat #fff;
}
.bgoc-margin1rem-top {
    margin-top: 1rem !important;
}
.bgoc-margin6rem-top{
    margin-top: 6rem !important;
}
.bgoc-text-justify
{
    text-align:justify !important;
}