.cliente-bg {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #752050), color-stop(1, #CCCCCC)) !important;
    background: #752050;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#752050',endColorStr='#CCCCCC',gradientType='0');
    background: -moz-linear-gradient(bottom, #752050 0%, #CCCCCC 100%); 
}

.cor-cliente {
	color: #752050 !important;
}


/* 	#a3a4a9 */
.corTopo{
	background-color: #752050 !important;
}
.rf-dt-shdr-c {
	background-color: #a2a3a7 !important;
	
}

.rf-dt-hdr-c{
	background: #a2a3a7 !important;
}

.scroller-handle{
	background-color: #752050 !important;
}

body.sb-l-m #sidebar_left .nav.sidebar-menu {
  background-color: #752050 !important;
}

body.sb-l-m #sidebar_left{
	background-color: #752050 !important;
}


body.utility-page #main{
	background-color: #752050 !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { 	 	 
 	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
 	transition: background-color 5000s ease-in-out 0s;
/*  	transition: none !important; */
 	
 } 

/* SOMENTE ADICIONAR CSS ESPECÍFICO DO CLIENTE NESTE ARQUIVO, POIS O SCRIPT DE GERAÇÃO DE WAR SUBSTITUI ESTE ARQUIVO PARA CADA CLIENTE */