/*
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 : Apr 7, 2020, 6:56:40 PM
    Author     : esabil
*/


.ss_curtain_progress_base
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    
    background-color: rgba(240,240,240,0.6);
    color:rgba(100,100,100,0.7);
}

.ss_curtain_progress_wheel
{
    
}

.ss_curtain_progress_wheel span
{
    font-size:4em;
}

/* this must be defined later than ss_curtain_progress_base to get the css attribs take effect */
.test_pos_config
{
    top:10em;
}
