.navbar-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.picker__weekday-display{/*Color del encabezado donde dice el dia*/
	background-color: #d32f2f;
}

.picker__date-display{/*color donde viene el numero*/
	background-color: #f44336;				 
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {/*color del dia seleccionado*/
	background-color:#d32f2f;
}

.picker__day--infocus:hover { color: #f16f6f; } /*color al pasar por arriba de los numeros*/

.picker__nav--prev:hover, .picker__nav--next:hover { background-color: #fdb3ae; }/*color detras de las flechas de navegacion*/

.picker__today, .picker__close, .picker__clear { color: #d32f2f; }/*color de los botones de abajo*/

.picker__day.picker__day--today { color: #d32f2f;}/*color del dia de hoy*/