/*MAIN*/
.body-web 
{
	background-image: url("/templates/index/img/index-bg_2025_4.png");		
	background-color: rgb(26, 24, 29);
	color:#C2BFC4; 	
}
.body-cabinet
{
	background-image: url("/templates/img/cp-bg.png");
	background-color: rgb(26, 24, 29);
	color:#C2BFC4; 	
}

/*MODULES*/
.ipsWidget_title 
{
  color: #BEBDC0;
  background: linear-gradient(to bottom,#2C2B31A1 0,#201F23 60%,#201F23 100%);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #2B2A2E;
}

fieldset 
{
  background-color: #1C1A1E;
  border: 1px solid #222023;
  color: #C2BFC4;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

/*FONTS COLORS*/
.table-font-normal 
{
	color:#C2BFC4;    
}

.table-font-secondary 
{
	color:#696975;
}

.table-font-primary 
{
	color:#FFBA00;
}

.table-font-warning 
{
	color:#d95100;    
}

.table-font-succes 
{
	color:#DFFF00;    
}
