/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 26, 2017, 2:25:30 PM
    Author     : Administrator
*/


.mdl_win_base
{
    position: fixed;
    left:0;
    top:0;
    
    width:100vw;
    height:100vh;
    
    text-align: center;
    z-index:3;
    z-index:9999;
    
    
}

.mdl_win_curtain
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    /*background-color:rgba(250,250,250,0.85);*/
    /*background-color:rgba(200,200,200,0.75);*/ /*rgba(0,0,0, 0.3);*/
    background-color:rgba(150,150,150,0.6);
    background-color:hsla(222, 7%, 63%, 0.6);
    /*background-color:rgba(250,250,250,1);*/
    /*box-shadow: 0 0px 10px 2px rgba(200,200,200,1);*/

}

.mdl_win_content
{
    /*z-index:3;*/
    width:100%;
    height:100%;
    text-align: center;/* ??? */
    
    
    
}

.mdl_win_content_container
{
    display:inline-block;
    margin:auto;
 
}


