.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
  background: #fefefe;
  margin: 0 auto;
  border-radius: .1px;
  width: 270px;
  height: 130px;
  font-size: 14px;
  display: none
}

.wickedpicker__title {
  background-image: -webkit-linear-gradient(top, #fff 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
}

.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: 10px 0;
  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-down, .wickedpicker__controls__control-up {
  color: #ebb8a7;
  position: relative;
  display: block;
  margin: 3px auto;
  font-size: 18px;
  cursor: pointer
}

.wickedpicker__controls__control-up:before {
  content: '\e800'
}

.wickedpicker__controls__control-down:after {
  content: '\e801'
}

.wickedpicker__controls__control--separator {
  width: 5px
}

.text-center, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-down, .wickedpicker__controls__control-up, .wickedpicker__title {
  text-align: center
}

.hover-state {
  color: #ebb8a7;
}

@font-face {
  font-family: fontello;
  src: url(../fonts/fontello.eot?52602240);
  src: url(../fonts/fontello.eot?52602240#iefix) format("embedded-opentype"), url(../fonts/fontello.woff?52602240) format("woff"), url(../fonts/fontello.ttf?52602240) format("truetype"), url(../fonts/fontello.svg?52602240#fontello) format("svg");
  font-weight: 400;
  font-style: normal
}

.fontello-after:after, .fontello:before, .wickedpicker__controls__control-down:after, .wickedpicker__controls__control-up:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  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
}

.hasWickedpicker {
  padding: 8px 14px;
}

.clearable-picker{
  display: flex;
  width: 100%;
  font-size: 13px;
}

.clearable-picker span {
  background: #ebb8a7;
  color:#ffffff;
  padding: 5px 20px;
  font-size: 20px;
  cursor: pointer;
  vertical-align: middle;
}

.clearable-picker input{
  display: block;
  width: 100%;
  padding: 12px 0.75rem !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #757575bf !important;
  background-color: #ebb8a726 !important;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #ebb8a7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.datepicker td {
  text-align: center;
  width: 20px;
  font-size: 12px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.datepicker {
  padding: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker table tr td.active {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom,#08c,#04c);
  background-image: -ms-linear-gradient(to bottom,#08c,#04c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
  background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
  background-image: -o-linear-gradient(to bottom,#08c,#04c);
  background-image: linear-gradient(to bottom,#ebb8a7,#ebb8a7) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.btn-primary {

  border-color: #ebb8a7 !important;
}