/*
==============================
Colors
==============================
*/
.color-white{
  color: white; /* FILTERED: 1702989928.642 */ 
}
.bg-white{
  background-color: white;
}
.bg-black{
  background-color:black ;
}
.color-gray{
  color:#444444
}
.color-negro{
  color:black
}
.silver_color{
  color:#888
}

#content.c_clear,
#content.c_clear p,
#content.c_clear a,
#content.c_clear a:hover
{
  color: white!important;
}

.color_blue{
  color: #52c1e8!important;
}
.color_silver{
  color: #77787c!important;
}
.color_gold{
  color: #97813e!important;
}

.color_red:after{
  color:#a32222!important;
}
.color_yellow:after{
  color:#ecbb54!important;
}

.color_green:after{
  color:#138f5d!important;
}

.color_red:before{
  background-color: #a32222!important;
}
.color_yellow:before{
  background-color: #ecbb54!important;
}
.color_green:before{
  background-color: #138f5d!important;
}

.ui-state-active.color_yellow:after,
.ui-state-active.color_red:after,
.ui-state-active.color_green:after,


.date-picker-events table.ui-datepicker-calendar tbody tr td:hover > a:after,
.date-picker-events table.ui-datepicker-calendar tbody tr td:hover span:after

{
  color: white!important;
}
