/* Leyenda ----------------------------------------------------------------- */
.priority-group {
	margin: 0 0 0 40px;
}

.priority-low {
	background: #59BFB3;
	/*     margin: 0 0 0 2px; */
/*     border-radius: 6px; */
}

/* .priority-low input { */
/*     margin-left: 8px; */
/* } */
.priority-normal {
	background: #668CD9;
	/*     margin: 0 0 0 2px; */
/*     border-radius: 6px; */
}

/* .priority-normal input { */
/*     margin-left: 8px; */
/* } */
.priority-medium {
	background: #C4A883;
	/*     margin: 0 0 0 2px; */
/*     border-radius: 6px; */
}

/* .priority-medium input { */
/*     margin-left: 8px; */
/* } */
.priority-high {
	background: #D96666;
	/*     margin: 0 2px 0 2px; */
/*     border-radius: 6px; */
}

/* .priority-high input { */
/*     margin-left: 8px; */
/* } */
.calendar-info-group {
	margin: 0 0 0 40px;
}

.calendar-info {
	margin: 0 2px 0 2px;
	border-radius: 6px;
}

.calendar-info input {
	margin-left: 8px;
	left: -4px !important;
}

.calendar-fix {
	top: 23px;
}

/* GWT-CALENDAR ------------------------------------------------------------ */
.gwt-cal-MonthView .dayCell-weekend {
	background-color: #f7f7f7 !important;
	border-bottom: 1px solid #C3D9FF;
	border-left: 1px solid #C3D9FF;
}

.gwt-cal-MonthView .dayCell-today {
	background-color: #eaeaea !important;
}

.gwt-cal-MonthView .weekDayLabel, .gwt-cal-MonthView .weekDayLabel-today {
	background-color: #d5e2f2 !important;
	color: #587AB0 !important;
	font-family: arial !important;
	font-weight: bold !important;
}

.gwt-cal-MonthView .weekNumberLabel {
	background: lightgrey;
	text-align: center;
	height: 1000px;
}

.gwt-cal-MonthView .dayCell {
	/* 	height: 155px !important; */
	height: 100% !important;
}

.gwt-cal .gwt-calendar-header, .gwt-cal .gwt-calendar-header .day-cell-weekend, .gwt-cal .gwt-calendar-header .day-cell,
	.gwt-cal .gwt-calendar-header .year-cell, .gwt-cal .leftEmptyCell, .gwt-cal .rightEmptyCell, .gwt-cal .multiDayBody .splitter
	{
	background: #d5e2f2 !important;
	color: #587AB0 !important;
	font-family: arial !important;
	font-weight: bold !important;
	border: none !important;
}

.gwt-cal {
	border: none !important;
}

/* Eventos ------------------------------------------------------------------- */
/* .gwt-cal-MonthView .appointment-multiday, .gwt-cal-MonthView .appointment-multiday-selected, .gwt-cal-MonthView .appointment-normal, */
/*     .gwt-cal-MonthView .appointment-low { */
/* /*     border-radius: 6px; */
* /
	/* } */ /* Popup ----------------------------------------------------------------- */ 
.gwt-DecoratedPopupPanel {
	background-color: #d5e2f2 !important;
	font-size: 14px;
	font-family: arial;
	color: #000000 !important;
}