

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  border-top-left-radius: 0; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee;
  opacity: .80;
  filter: Alpha(Opacity=80); }

.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa;
  opacity: .60;
  filter: Alpha(Opacity=60);
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9999999999;
  display: none;
  width: 208px; }
  .ui-datepicker a:hover {
    color: inherit; }

.ui-datepicker .ui-datepicker-unselectable {
  background-color: #f5f5f5; }

.datepicker-tooltip {
  z-index: 9999999999;
  -webkit-transform: translateZ(1px); }

.ui-datepicker-calendar {
  background: transparent; }

.ui-datepicker-calendar td {
  border: 1px solid #dce0e0;
  padding: 0;
  position: relative; }

.ui-datepicker-calendar td:first-child, .ui-datepicker-calendar td:last-child {
  border-left: 0; }

.ui-datepicker-calendar th {
  text-align: center;
  color: #82888a;
  font-size: 0.8em; }

a.ui-state-default, span.ui-state-default {
  display: block;
  padding: 4px 0px;
  text-align: center;
  font-weight: bold;
  width: 24px;
  border: 1px solid transparent; }

a.ui-state-default:hover, span.ui-state-default:hover {
  text-decoration: none; }

a.ui-state-default.ui-state-active, a.ui-state-default.ui-state-highlight {
  background-color: #cccccc;
  color: white;
  border-color: #cccccc;
  width: 26px; }
a.ui-state-default.ui-state-hover {
  background-color: #d9d9d9;
  color: white;
  border-color: #d9d9d9;
  margin: -1px;
  width: 26px; }

.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  padding: 10px; }
  .ui-datepicker-prev span, .ui-datepicker-next span {
    display: none; }

.ui-datepicker-prev:before, .ui-datepicker-next:before {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #82888a;
  font-size: 1.2em; }

.ui-datepicker-prev:hover, .ui-datepicker-prev:hover:before, .ui-datepicker-next:hover, .ui-datepicker-next:hover:before {
  text-decoration: none; }

.ui-datepicker-prev {
  float: left; }

.ui-datepicker-prev:before {
  content: "<"; }

.ui-datepicker-next {
  float: right; }

.ui-datepicker-next:before {
  content: ">"; }

.ui-datepicker-title {
  text-align: center;
  padding-top: 9px; }

a.ui-state-default {
  color: #565a5c; }

span.ui-state-default {
  color: #dce0e0; }

.ui-datepicker-header {
  font-weight: bold;
  padding: 5px; }

.ui-datepicker-buttonpane {
  padding: 5px;
  font-size: 12px; }

.ui-datepicker-close {
  color: #cccccc;
  background: transparent;
  border: 0;
  text-align: left;
  width: 40%; }

.ui-datepicker-current {
  display: none; }

.ui-datepicker-additional-info {
  position: relative;
  top: 2px;
  float: right;
  color: #82888a;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 5px;
  width: 60%; }

.ui-datepicker-calendar td.ui-datepicker-week-end {
  width: 31px; }

.ui-datepicker-calendar td:first-child {
  border-left: none; }

.ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-highlight, .ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-hover, .ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-active, .ui-datepicker-calendar td:first-child a.ui-state-default.ui-state-highlight {
  border-left: none;
  margin: 0;
  width: 25px; }

.ui-datepicker-calendar td:last-child {
  border-right: none;
  margin-right: 0; }

.ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-highlight, .ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-hover, .ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-active, .ui-datepicker-calendar td:last-child a.ui-state-default.ui-state-highlight {
  border-right: none;
  margin: 0;
  width: 25px; }

.ui-datepicker {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.ui-datepicker-calendar tr td span, .ui-datepicker-calendar tr th span, .ui-datepicker-calendar tr td a {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }