﻿.container_loader {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999; top:0;
}

.loader,.loadernv2 {
    height: 20px;
    width: 300px;
    position: absolute;
    top: -25%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.lodng-pg{ width:100%; background-color:#fff; border-radius: 7px;}
.lodng-pg2 {
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
}
.pl-wt {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    width: 99%;
    padding: 7px 0 3px 0;
    text-align: center;
}
.pl-wt-l {
    width: 10%;
    margin: 2px auto 0 auto;
}
.pl-wt-l img{width:100%;}
.pl-wt-r {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #000000;
    text-align: center;
}
.loader--text {
    color: #fff;
    font-size: 36px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 200%;
    width: 22rem;
}
.clr{ clear:both;}