﻿

/*used only for breviPopup feature which is not implemented - to be deleted after checking its function*/


#overlay
{
    position: fixed;
    height: 100%;
    width: 100%; 
    background-color: #E2007B;
    opacity: 0.4;
}

.main
{
    position: absolute;
    top: 10%;
    left: 15%;
    margin-left: -70px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid gray;
    padding: 0;
    border: 1px dashed silver;
    background-color: #E2007B;
    z-index:1000;
}
#dv_no_move
{
    padding: 2px -40px -50px 2px;
    height: 90%;
    width: 100%;
}
.close
{
    float: right;
    cursor: pointer;
    margin-top: 3px;
}
.close:hover
{
    margin-top: 5px;
}
.title
{
    cursor: move;
    width: 98%;
    height: 20px;
    font-size: 14;
    font-weight: 900;
    color: #fff;
}
#title_left
{
    padding: 4px 0 3px 9px;
    float: left;
    cursor: default;
}

#dv_load
{
    position: fixed;
    left: 50%;
    top: 60%;
    margin-left: -100px;
    margin: 0 auto;
}

/*  NRC */

#overlay1
{
    position: fixed;
    height: 100%;
    width: 100%; 
    background-color: #00c0c0;
    opacity: 0.4;
}

.main1
{
    position: absolute;
    top: 10%;
    left: 15%;
    margin-left: -70px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid gray;
    padding: 0;
    border: 1px dashed silver;
    background-color: #00c0c0;
    z-index:1000;
}
#dv_no_move1
{
    padding: 2px -40px -50px 2px;
    height: 90%;
    width: 100%;
}
.close1
{
    float: right;
    cursor: pointer;
    margin-top: 3px;
}
.close1:hover
{
    margin-top: 5px;
}
.title1
{
    cursor: move;
    width: 98%;
    height: 20px;
    font-size: 14;
    font-weight: 900;
    color: #fff;
    background-color: #E2007B;
}
#title_left1
{
    padding: 4px 0 3px 9px;
    float: left;
    cursor: default;
}

#dv_load1
{
    position: fixed;
    left: 50%;
    top: 60%;
    margin-left: -100px;
    margin: 0 auto;
}

