/*	
	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	  AREA DIABETE
	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/	


/* 	=====================================================================================================================
											L A Y O U T   G E N E R A L E											
	===================================================================================================================== */
	HTML {						height:100%; text-align:center; }
	BODY {						z-index:1; margin:0px; padding:0px; 
									font-family: var(--Basic), sans-serif; font-size:15px; color:rgb(50,50,50);  text-align:center;
									background-color: var(--ScreenBg);  }
/*	==================================================================================================================== */
	div#LAYOUT-ALERT {		display:none; padding:30px; border-bottom:10px solid orange;}
/*	==================================================================================================================== */
	div#WRAP-ALL {			background-color: var(--ScreenBg); border:0px solid black;}
/*	==================================================================================================================== */
	div#WRAP-TOOLS {			position:relative; max-width:1000px; margin:0px auto; }			

	div#WRAP-HEADER { 		z-index:1; background-color: var(--Main); border:0px solid black;}
	div#HEADER { 				z-index:1; max-width: 1000px; margin:0px auto;  height:185px;}	
	div#HEADER-TITLE {			z-index:2; height:185px; background-image:url(../images/@header.png); }
/*	==================================================================================================================== */
	div#WRAP-CENTER {			z-index:1; max-width:1000px; margin:0px auto;   }	
	div#MAIN {				z-index:1; display:block; width:100%; min-height:500px; }
							
	div#ASIDE {				z-index:2; display:none; }  
/*	==================================================================================================================== */		

/*	==================================================================================================================== */


/*	==================================================================================================================== */	
	div#WRAP-FOOTER {			}
	div#DOWN1 {				text-align:center; background-repeat:no-repeat; background:none;  }	
/*	==================================================================================================================== */		
	div#DOWN2 {				text-align:center; background-repeat:no-repeat; background:rgb(159,168,190);  }	
	div#SITEMAP {				max-width:1000px;  }		
/*	==================================================================================================================== */		
	div#DOWN3 {				text-align:center; }	
	div#USERFLAT {			}




/* 	=======================================================================================================================================
	 M E N U P A N E L -- Main e User 
	====================================================================================================================================== */
	div#PanelMenu {					width:300px;}
	div#PanelMenu-HEADER {				}
	div#PanelMenu H3  {					 } 	
									
	div#PanelMenu-BODY {					background-color:var(--Main);    }	
/*	================================================================================================================================== */
	div#UserBlocks {					 }
	div#UserBlocks-HEADER {				 }
	div#UserBlocks-HEADER H3  {			 } 		
	div#UserBlocks-BODY {					background-color:var(--Main);    }				
			
							
/* 	================================================================================================================================
	  L A Y O U T   R e q u e s t e r	  e   M o d a l												
	=============================================================================================================================== */	
	BODY#COMPONENT {					 	background-image:url(../images/@body-component.png);background-repeat:repeat-y; background-color:rgb(249,249,249);}		
	div#mailto-window  h2{					color:rgb(175,183,204);}	
/*	================================================================================================================================ */	
	BODY#REQUESTER {			 		}
	

	
/*	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	
		L A Y O U T  R E S P O N S I V E  

	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */								
							
	
/*		|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */								
/*   		T a b l e t   										
		================================================================== */	
			@media only screen 
			and (max-width: 768px) {	
/*		================================================================== */	
		div#HEADER-TITLE {	background-image:url(../images/@header-small1.png);  }
			
}


/*		|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */								
/*   		S m a r t p h o n e   										
		================================================================== */	
				@media only screen 
				and (max-width: 480px)  {	
/*		================================================================== */

				
}


/*		|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */								
/*   		S m a r t p h o n e  V e r y   O B S O L E T									
		================================================================== */	
				@media only screen
				and (max-width : 370px)	 {
/*		================================================================== */


					
}							
												