﻿/*  #######################################################################################################*/
/*  -------------------------  Progress Block UI								---------------------------*/
/*  #######################################################################################################*/

.css_project_progress_block_ui
{
	position:fixed;
	top:0;left:0;width:100%;height:100%;
	background-color:RGBA(0,0,0,0.9);
	
	font-size:25px;
	overflow:auto;
}

/*  #######################################################################################################*/
/*  -----------------------------------   GROWL NOTIFICATION ---------------------------------------------*/
/*  #######################################################################################################*/

.growl_IMAGE
{
	position:absolute;
	top:10px;
	left:10px;
	height:90px;
	width:90px;
	background-color:transparent;
	/*z-index: 1;*/
}


.growl_TEXT, .blockUI_TEXT
{
	position:absolute;
	left:100px;top:10px;width:calc(100% - 120px);height:calc(100% - 10px);
	background-color:transparent;
	
	font-size:30px;
	color:white;
	text-align:center ;
}

/*  #######################################################################################################*/
/*  -------------------------  Notification Messages     						---------------------------*/
/*  #######################################################################################################*/

.css_div_notification
{
    /*Always above all else*/
    position:fixed;
    left:0;top:0;width:100%;height:100%;
	background-color:RGBA(30,30,30,0.8);
    z-index:9999;
}
.css_img_notification
{
    position:fixed;
    left:calc(50% - 30px);top:calc(50% - 70px);width:60px;height:60px;
}



.css_font_size_10 {font-size:10px;}
.css_font_size_14 {font-size:14px;}
.css_font_size_15 {font-size:15px;}
.css_font_size_16 {font-size:16px;}
.css_font_size_18 {font-size:18px;}
.css_font_size_20 {font-size:20px;}
.css_font_size_22 {font-size:22px;}
.css_font_size_24 {font-size:24px;}
.css_font_size_25 {font-size:25px;}
.css_font_size_30 {font-size:30px;}
.css_font_size_35 {font-size:35px;}