/*!
 * jQuery UI Datepicker 1.10.2
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  position: absolute;
  font-size: 14px;
  width: 250px;
  padding: 0;
  border: 1px solid #ddf1ff;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-box-shadow: 0 5px 10px 0 rgba(150, 150, 150, 0.75);
          box-shadow: 0 5px 10px 0 rgba(150, 150, 150, 0.75);
  background: #fff;
  display: none;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  color: #373a3c;
  z-index: 9000;
}
.ui-datepicker *, .ui-datepicker *:before, .ui-datepicker *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.ui-datepicker:before, .ui-datepicker:after {
  content: "";
  display: table;
}

.ui-datepicker:after {
  clear: both;
}

body .ui-datepicker-header {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  border: none;
  background: none;
}

.ui-datepicker-header:before, .ui-datepicker-header:after {
  content: "";
  display: table;
}

.ui-datepicker-header:after {
  clear: both;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0px;
  width: 36px;
  height: 36px;
  border: none;
  -webkit-border-top-left-radius: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
          border-top-right-radius: 0.25rem;
  cursor: pointer;
}

.ui-datepicker-prev, .ui-datepicker-prev:hover, .ui-datepicker-prev:active, .ui-datepicker-prev:visited, .ui-datepicker-next, .ui-datepicker-next:hover, .ui-datepicker-next:active, .ui-datepicker-next:visited {
  color: #0275d8;
}

.ui-datepicker-prev:after, .ui-datepicker-next:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  cursor: inherit;
  z-index: 5;
}

.ui-datepicker-prev:before, .ui-datepicker-next:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: url("../images/body-bg-w.gif");
  cursor: inherit;
  z-index: 4;
}

.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
  position: absolute;
  font-family: 'Arrow';
  font-size: 16px;
  line-height: 1;
  top: 10px;
  /*display: inline-block;*/
  display: none;
  vertical-align: middle;
}

.ui-datepicker-prev .ui-icon:after, .ui-datepicker-next .ui-icon:after {
  width: auto;
  display: inline-block;
  visibility: visible;
}

.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.5;
  cursor: default;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-prev:after {
  background: transparent 0 0 no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iY2FsZW5kYXItYXJyb3ctbGVmdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8ZyBmaWxsPScjMDA1REE0Jz4NCgkJPHBhdGggZD0iTTMuMzUzLDhsNS4yOTUtNS4zMjdjMC4zODEtMC4zODIsMC4zODEtMS4wMDMsMC0xLjM4NmMtMC4zODEtMC4zODMtMC45OTgtMC4zODMtMS4zNzgsMEwxLjI4NSw3LjMwN0MxLjA5NSw3LjQ5OSwxLDcuNzQ5LDEsOGMwLDAuMjUsMC4wOTYsMC41MDIsMC4yODUsMC42OTFsNS45ODQsNi4wMjFjMC4zNzksMC4zODQsMC45OTcsMC4zODQsMS4zNzksMGMwLjM3OS0wLjM4MywwLjM3OS0xLjAwMywwLTEuMzg2TDMuMzUzLDh6IE05LjQxOCw4bDUuMjk3LTUuMzI3YzAuMzgxLTAuMzgyLDAuMzgxLTEuMDAzLDAtMS4zODZjLTAuMzgyLTAuMzgzLTAuOTk4LTAuMzgzLTEuMzgsMEw3LjM1Miw3LjMwN0M3LjE2Miw3LjQ5OSw3LjA2Nyw3Ljc0OSw3LjA2Nyw4YzAsMC4yNSwwLjA5NCwwLjUwMiwwLjI4NSwwLjY5MWw1Ljk4Myw2LjAyMWMwLjM4MiwwLjM4NCwwLjk5OCwwLjM4NCwxLjM4LDBjMC4zODEtMC4zODMsMC4zODEtMS4wMDMsMC0xLjM4Nkw5LjQxOCw4eiIvPg0KCTwvZz4NCjwvc3ZnPg0K");;
  -webkit-background-size: contain;;
          -o-background-size: contain;;
     background-size: contain;
}

.ui-datepicker-prev .ui-icon {
  left: 10px;
}

.ui-datepicker-prev .ui-icon:after {
  content: "\e002";
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-next:after {
  background: transparent 0 0 no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iY2FsZW5kYXItYXJyb3ctcmlnaHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQoJPGcgZmlsbD0nIzAwNURBNCc+DQoJCTxwYXRoIGQ9Ik04LjkzNCw4YzAtMC4yNTEtMC4wOTUtMC41MDEtMC4yODUtMC42OTNMMi42NjQsMS4yODhjLTAuMzgtMC4zODMtMC45OTgtMC4zODMtMS4zNzgsMGMtMC4zODEsMC4zODMtMC4zODEsMS4wMDQsMCwxLjM4Nkw2LjU4MSw4bC01LjI5NSw1LjMyNmMtMC4zODEsMC4zODMtMC4zODEsMS4wMDMsMCwxLjM4NmMwLjM4LDAuMzg0LDAuOTk4LDAuMzg0LDEuMzc4LDBsNS45ODQtNi4wMjFDOC44MzksOC41MDIsOC45MzQsOC4yNSw4LjkzNCw4eiBNMTQuNzE1LDcuMzA3TDguNzI5LDEuMjg4Yy0wLjM3OS0wLjM4My0wLjk5Ny0wLjM4My0xLjM3NiwwYy0wLjM4LDAuMzgzLTAuMzgsMS4wMDQsMCwxLjM4NkwxMi42NDYsOGwtNS4yOTQsNS4zMjZjLTAuMzgsMC4zODMtMC4zOCwxLjAwMywwLDEuMzg2YzAuMzgsMC4zODQsMC45OTksMC4zODQsMS4zNzYsMGw1Ljk4NS02LjAyMUMxNC45MDQsOC41MDIsMTUsOC4yNSwxNSw4QzE1LDcuNzQ5LDE0LjkwNCw3LjQ5OSwxNC43MTUsNy4zMDd6Ii8+DQoJPC9nPg0KPC9zdmc+DQo=");;
  -webkit-background-size: contain;;
          -o-background-size: contain;;
     background-size: contain;
}

.ui-datepicker-next .ui-icon {
  right: 10px;
}

.ui-datepicker-next .ui-icon:after {
  content: "\e001";
}

.ui-datepicker-title {
  line-height: 36px;
  margin: 0 36px;
  text-align: center;
}

.ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  text-align: center;
}

.ui-datepicker table th {
  font-size: 12px;
  font-weight: bold;
  padding: 8px 3px;
  border-top: 1px solid #ddf1ff;
  border-left: 1px solid #ddf1ff;
  background: #ddf1ff;
  text-align: center;
}

.ui-datepicker table th:first-child {
  border-left: none;
}

.ui-datepicker table td {
  line-height: 20px;
  padding: 0;
  border-top: 1px solid #ddf1ff;
  border-left: 1px solid #ddf1ff;
}

.ui-datepicker table td:first-child {
  border-left: none;
}

.ui-datepicker table td span, .ui-datepicker table td a {
  min-width: 34px;
  height: 28px;
  padding: 4px;
  border: none;
  background: none;
  text-decoration: none;
  display: block;
  color: inherit;
}

.ui-datepicker table tr:first-child td, .ui-datepicker table tr:first-child th {
  border-top: none;
}

.ui-datepicker table tbody .ui-datepicker-week-end {
  color: #34ab4d;
}

.ui-datepicker table tbody .ui-priority-secondary {
  color: #b5b5b5;
}

.ui-datepicker table tbody .ui-state-active {
  background: #34ab4d;
  color: #fff;
}

.ui-datepicker table tbody .ui-datepicker-unselectable {
  opacity: 0.5;
  cursor: default;
}

.ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 0;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 0;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}