/* ******************************** */
/* Project: Date-Picker             */
/* File: rcsoft-datepicker.css      */
/* (C) Reinhard Chmiela, 19.11.2017 */
/* ******************************** */

input
{
	text-align:center;
  /*
	background-image: url("http://localhost/datepicker/date.png");
	background-position: right center;
 	background-repeat: no-repeat;
 	padding-right: 18px;
  */
}

/*
.ui-datepicker-title
{
  color:blue;
}
*/

/* 1 Date-Picker **************************************************************/
/*
#ui-datepicker-div
{

  width:50em;
  background:lime;
}

.ui-datepicker
{
 
}
*/

/* 2 Date-Picker **************************************************************/
/*
.ui-datepicker-multi-2
{
  background:red;
}

.ui-datepicker-group-first
{
  background:lime;
}
.ui-datepicker-group-last
{
  background:yellow;
}
*/
