﻿.lbl-upload-win-blk {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.lbl-upload-win-name{
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.pcls {
    color: white;
    padding: 2px;
    width: 60px;
    background: gray;
    margin: 1px;
    float:left;
    text-align: center;
    border-radius:5px;
    cursor: pointer;    
}
.pcls_n {
    color: white;
    padding: 2px;
    width: 122px;
    background: gray;
    margin: 1px;
    float:left;
    text-align: center;
    border-radius:5px;
    cursor: pointer;    
}
.pcls-OP {
    opacity:0.5;
    filter:alpha(opacity=50);     
}

.pcls-U {
    background: green;
}
.pcls-V {
    background: green;
}
.pcls-A {
    background: green;
}
.pcls-D {
    background: green;
}

.pcls-L {
    background: orange;
}
.pcls-P {
    background: orange;
}
.pcls-R {
    background: red;
}
.pcls-T {
    background: rgb(72, 0, 255);
}

.frm-view-doc
{
    width: 100%;
    height: 100%;
    border: none;
    background-color: silver;
}

.no-record
{
    color:silver;
    font-size: 3em;
    padding: 20px;
    font-family: Tahoma;
    margin-right:auto;
    left: 40%;
    top: 20%;
    position: absolute;
}

.internal-role-msg
{
    color:white;
    background-color:red;
    padding: 15px;    
}

.icon-class-not-used { 
  background-image: url("/Content/img/users.jpg") !important;
  background-repeat: no-repeat;
  background-position-x: 4%;
  background-position-y: 10px;
}

body
{
    margin: 0;
}

.help-content
{
    width: 100%;
    height: 100%;
    border: 0px hidden;
}

.dark
{
    opacity:0.8;
    filter:alpha(opacity=80); 
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200000;
    width: 100%;
    height: 100%;
}

.loading_popup
{
    position:absolute;    
    padding: 15px;
    background:white;
    border: 1px solid red;
    font-size: medium;
    color:Black;
    width: 250px;    
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto; 
    top: 45%;   
}

.AccountVerificationText_Success
{
    color:navy;font-size:1.5em;font-weight:bold;font-family:Arial;
}

.AccountVerificationText_Error
{
    color:red;font-size:1.5em;font-weight:bold;font-family:Arial;
}

.reg-dv-body-center
{
    background:white;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.reg-dv-main-center
{
   margin: 0 auto;
   background:silver;    
   width: 1278px;   
}

.btnAccountLogin
{
    background: navy;
    color:white; 
    font-size: medium;
    font-weight:bold;
    font-family:Arial;
    padding:15px;
    border:solid;
    border: 2px solid white;
    width: 300px;
}

.btnAccountLogin:hover
{
    background: orange;
    cursor: pointer;
}


.welcome_link
{
    position: absolute;
    background-color:#3db8d9;
    color:white;
    padding: 50px;
    font-size:1.5em;
    font-family:Arial;
}
 .welcome_link:hover
{
    cursor:pointer;
    background-color:orange;    
}