/* jQuery UI - v1.9.2 - 2012-12-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.button.css, jquery.ui.dialog.css
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-helper-hidden {
  display: none;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-helper-clearfix {
  zoom: 1;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-state-disabled {
  cursor: default!important;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable {
  position: relative;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
input.ui-button {
  padding: .4em 1em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* on line 6 of ./stylesheets/jquery-ui.custom.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}



body div.ui-datepicker {
  background: white;
  border: 1px solid #c8dedd;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  display: none;
}
body div.ui-datepicker .ui-datepicker-header {
  background: #00807B;
  text-align: center;
  border-bottom: 1px solid #00736e;
}
body div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-transform: uppercase;
  color: white;
  padding: 0.6em 0.3em;
}
body div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, body div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  height: 1.75em;
  width: 1.75em;
  top: 5px;
  text-decoration: none;
  font-size: 1.25em;
  cursor: pointer;
}
body div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, body div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  opacity: 1;
}
body div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0px;
}
body div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  font-family: "HsyIcons", arial;
  text-decoration: none;
  text-transform: none;
  speak: none;
  content: "◀";
}
body div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0px;
}
body div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "HsyIcons", arial;
  text-decoration: none;
  text-transform: none;
  speak: none;
  content: "▶";
}
body div.ui-datepicker table {
  margin-bottom: 0;
}
body div.ui-datepicker table td {
  text-align: center;
  padding: 0;
}
body div.ui-datepicker table td a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3em;
  text-decoration: none;
  color: rgb(0, 0, 238);
}

body div.ui-datepicker table td.ui-datepicker-today, body div.ui-datepicker table td.ui-datepicker-current-day, body div.ui-datepicker table td:hover {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
body div.ui-datepicker table td.ui-datepicker-today a, body div.ui-datepicker table td.ui-datepicker-current-day a, body div.ui-datepicker table td:hover a {
  color: white;
  font-weight: bold;
}

body div.ui-datepicker table td.ui-datepicker-today {
  background: #00aaa3;
}
body div.ui-datepicker table td.ui-datepicker-current-day, body div.ui-datepicker table td:hover {
  background: #ea7600;
}


