    .RelativeBody {
            position: relative;
        }
        .hidden{
            display:none;
        }
        .modal-content-highted {
            height:auto !important;
        }
        .LoaderPage {
            height: 100%;
            width: 100%;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: white;
            background-image: url('/Content/spinner.gif');
            background-position: center;
            background-origin: content-box;
            background-repeat: no-repeat;
            background-size: 6em;
            z-index: 999999;
        }