.wickedpicker
{
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  margin: 3px auto;
  width: 150px;
  /*height: 130px;*/
  font-size: 14px;
  display: none;
	border: 1px solid #ADBFCA;
	position: absolute;
	z-index: 9999;
}

.wickedpicker__title
{
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	position: relative;
	background: #f2f2f2;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 11px 10px 15px;
	color: #4C4C4C;
	font-size: inherit;
	display:none;
}
.wickedpicker__controls__control--hours,
.wickedpicker__controls__control--minutes
{
	font-family: "Roboto-Regular", "OpenSans", sans-serif;
	font-size: 16px;
	color: #000;
}

.wickedpicker__close
{
	-webkit-transform: translateY(-25%);
	-moz-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
	position: absolute;
	top: 25%;
	right: 10px;
	color: #34495e;
	cursor: pointer;
}

.wickedpicker__close:before
{
	content: '\00d7';
}

.wickedpicker__controls
{
	padding: 0px 0px 0px 0px;
	line-height: normal;
	margin: 0;
}

.wickedpicker__controls__control,
.wickedpicker__controls__control--separator
{
	vertical-align: middle;
	display: inline-block;
	font-size: inherit;
	margin: 0 auto;
	width: 35px;
	letter-spacing: 1.3px;
}

.wickedpicker__controls__control-up,
.wickedpicker__controls__control-down
{
	color: #34495e;
	color: #ADBFCA;
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 18px;
	cursor: pointer;
}

.wickedpicker__controls__control-up:before
{
	content: '\f106';
}

.wickedpicker__controls__control-down:after
{
	content: '\f107';
}

.wickedpicker__controls__control--separator
{
	width: 5px;
}

.text-center, .wickedpicker__title, 
.wickedpicker__controls, 
.wickedpicker__controls__control, 
.wickedpicker__controls__control--separator, 
.wickedpicker__controls__control-up, 
.wickedpicker__controls__control-down
{
  text-align: center;
}

.hover-state
{
  color: #3498db;
}

.fontello:before, 
.wickedpicker__controls__control-up:before, 
.fontello-after:after, 
.wickedpicker__controls__control-down:after
{
  font-family: 'fontawesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
