﻿.overlayPopUp
{
    background-color: #000;
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    right: 0;
    top: 0; /*visibility: hidden;*/
    z-index: 9999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.listPopUp
{
    background-color: #f5f5f5;
    border: 3px solid #016cb0;
    display: inline-block;
    min-height: 155px;
    width: 325px;
    margin: -87px 0px 0px -175px;
    left: 50%;
    padding: 15px 0px 15px 15px;
    position: fixed;
    text-align: justify;
    top: 25%; /*visibility: hidden;*/
    z-index: 10000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.closePopUp
{
    background-color: rgba(0, 0, 0, 0.8);
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    z-index: 10000 !important;
}
.closePopUp:before
{
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 15px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.closePopUp:hover
{
    background-color: rgba(64, 128, 128, 0.8);
}
.PopUpButton
{
    border: none;
    background: none;
}
.PopUpListAlternate
{
    background-color: #E0ECF8 !important;
}
.clsSelectLbl
{
    cursor: pointer;
}
.clsSelectLbl:hover
{
    color: blue;
    text-decoration: underline;
}
