.ui-datepicker-calendar td {
  cursor: pointer; }

/*
TODO: icon arrow left/right
*/
.daterangepicker {
  border: 1px solid #bebebe;
  background: #f1f1f1;
  box-shadow: inset 0 1px 0 #f1f1f1; }
  .daterangepicker.opensright:before {
    border-bottom: 7px solid #bebebe !important; }
  .daterangepicker.opensright:after {
    border-bottom: 6px solid #f1f1f1 !important; }
  .daterangepicker .daterangepicker_start_input, .daterangepicker .daterangepicker_end_input {
    display: none; }
  .daterangepicker.dropdown-menu {
    display: none; }
  .daterangepicker, .daterangepicker td, .daterangepicker th, .daterangepicker .ranges li {
    border-radius: 0; }
  .daterangepicker .ranges ul {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 10px;
    border: 1px solid #bebebe; }
  .daterangepicker .ranges li {
    background: white;
    border: 1px solid #bebebe;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #222222;
    margin-bottom: 0;
    padding: 5px 12px;
    font-size: 0.8em; }
    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
      background-color: #1781d2;
      background-image: -moz-linear-gradient(#1c8fe6, #1473bb);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1c8fe6), to(#1473bb));
      background-image: -webkit-linear-gradient(#1c8fe6, #1473bb);
      background-image: -o-linear-gradient(#1c8fe6, #1473bb);
      background-image: -ms-linear-gradient(#1c8fe6, #1473bb);
      box-shadow: inset 0 1px 0 #339ae9;
      border: 1px solid #154971; }
  .daterangepicker .calendar {
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    border-radius: 0; }
    .daterangepicker .calendar thead {
      color: #8b8b8b;
      margin-bottom: 5px;
      font-size: 0.8em; }
      .daterangepicker .calendar thead .prev, .daterangepicker .calendar thead .next {
        padding: 0;
        border: 1px solid transparent;
        cursor: pointer; }
        .daterangepicker .calendar thead .prev:hover, .daterangepicker .calendar thead .next:hover {
          border: 1px solid #999999;
          background: #dadada; }
      .daterangepicker .calendar thead .icon-arrow-left, .daterangepicker .calendar thead .icon-arrow-right {
        background-image: url("smoothness/images/ui-icons_222222_256x240.png");
        width: 16px;
        height: 16px;
        display: block;
        margin: 0;
        margin-left: 5px; }
      .daterangepicker .calendar thead .icon-arrow-right {
        background-position: -48px -192px; }
      .daterangepicker .calendar thead .icon-arrow-left {
        background-position: -80px -192px; }
    .daterangepicker .calendar tbody {
      font-size: 0.9em;
      background: white;
      border: 1px solid #bebebe; }
    .daterangepicker .calendar td {
      width: 25px;
      height: 25px;
      border: 1px solid transparent; }
      .daterangepicker .calendar td.available {
        background: white;
        border: 1px solid #bebebe; }
      .daterangepicker .calendar td.active, .daterangepicker .calendar td.active:hover {
        text-shadow: none;
        background: #006db6;
        border: 1px solid #154971; }
      .daterangepicker .calendar td.in-range {
        color: white;
        background: #008ce9;
        border: 1px solid #006db6; }
      .daterangepicker .calendar td.off, .daterangepicker .calendar td.disabled {
        border: 1px solid #bebebe;
        background: #f1f1f1; }
      .daterangepicker .calendar td.off {
        color: #8b8b8b; }
  .daterangepicker button, .daterangepicker .button {
    border-radius: 0;
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(#fefefe, #e4e4e4);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e4e4e4));
    background-image: -webkit-linear-gradient(#fefefe, #e4e4e4);
    background-image: -o-linear-gradient(#fefefe, #e4e4e4);
    background-image: -ms-linear-gradient(#fefefe, #e4e4e4);
    border: 1px solid #bebebe;
    color: #222222;
    padding: 5px;
    width: 149px;
    margin:5px;
    font-size: 0.7em; }
    .daterangepicker button:hover, .daterangepicker .button:hover {
      border: 1px solid #8b8b8b; }

/*
  jqueryui
*/
.ui-widget {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.ui-tooltip {
  padding: 5px 10px;
  font-size: .8em;
  background: #006db6;
  border: 1px solid #154971 !important;
  color: white;
  box-shadow: none;
  border-radius: 0;
  font-weight: bold; }

.ui-dialog, #ui-datepicker-div {
  border-radius: 0;
  border: 1px solid #bebebe;
  box-shadow: inset 0 1px 0 #f1f1f1;
  font-size: 0.8em;
  padding: 0; }

.ui-dialog .ui-dialog-content {
  padding: 0; }
.ui-dialog .ui-dialog-title {
  padding-bottom: 0;
  margin-bottom: 0; }

.ui-dialog-titlebar {
  font-size: 1.1em !important;
  border: 0 !important; }

.ui-widget-header {
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent; }
  .ui-widget-header .ui-corner-all {
    border-radius: 0; }
  .ui-widget-header .ui-state-hover {
    background-image: none; }

#ui-datepicker-div {
  background: #f1f1f1;
  margin-top: 25px; }
  #ui-datepicker-div:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    content: '';
    border-bottom: 7px solid #bebebe !important; }
  #ui-datepicker-div:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
    border-bottom: 6px solid #f1f1f1 !important; }
  #ui-datepicker-div .ui-widget-header, #ui-datepicker-div thead {
    color: #8b8b8b; }
  #ui-datepicker-div .ui-state-default {
    background: white;
    border: 1px solid #bebebe; }
  #ui-datepicker-div .ui-datepicker-current-day a, .ui-datepicker-current-day {
    background: #006db6;
    border: 1px solid #154971;
    color: white; }
  #ui-datepicker-div .ui-state-hover {
  background:#EEEEEE;
  }
  #ui-datepicker-div tbody {
    font-size: 1.25em !important; }
    #ui-datepicker-div tbody td a {
      color: #222222;
      width: 21px;
      height: 22px;
      text-align: center; }


.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}