﻿.pleaseWait {
    opacity: 0.6;
    filter: alpha(opacity=50);
    background-color: white;
    display: none;
    z-index: 999;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 8%
}

.loaderPostion {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.width100 {
    width: 100%;
}
.heightWidth100 {
    width: 100%;
    height: 100%;
    margin-bottom: 14px;
}
.txtRight {
    text-align :right;
}
.done {
    position: absolute;
    display: none;
    top: 49px;
    left: 40%
}
.closebtn {
    color: white;
    float: right;
    text-decoration: none
}
.bgblack {
    background-color: #000;
}
.lblDetails {
    color: red;
    font-weight: bolder;
}
.alighTextBottom {
    vertical-align: bottom;
}
.width50 {
    width: 50%;
}
.accessError {
    color: red;
    font-size: 14px;
    font-family: 'Times New Roman',Arial;
    font-weight: bolder;
}
.bgBlackClrWhite {
    background-color: black;
    color: white;
}
.width20 {
    width: 20%;
}