﻿.pcircle strong {
    position: absolute;
    top: 35px;
    left: 20px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: #000;
}

    .pcircle strong i {
        font-style: normal;
        font-size: 0.6em;
        font-weight: normal;
    }

.pcircle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}

#preloader1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

#status1 {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ff0000;
    font-size: 42px;
    padding: 20px;
}
.modal-content
{
    background-color:#F7F7F7 !important;
}
.text-end {
    text-align: right !important;
}
.float-end
{
    float:right !important;
}
.form-group.required label:after {
    color: #f46a6a;
    font-size: 14px;
    content: "*";
    margin-left: 4px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.se-pre-con {
    width: 84px;
    height: 84px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ff0000;
    z-index: 9999;
    background: url(../Images/loader-dots.gif) center no-repeat #fff;
}