@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  line-height: 1.6;
  font-family: "Open sans", sans-serif;
  touch-action: manipulation;
}

body {
  color: #333;
}

a {
  text-decoration: none;
  color: #0078c9;
}

img,
iframe {
  max-width: 100%;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #313131;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 2rem;
}

h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

h4,
h5,
h6 {
  margin-top: 1rem;
  font-size: 1rem;
}

/* Body text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Lists */
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
}

/* Misc */
hr {
  position: relative;
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr {
  font-size: 85%;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}

/* Code */
code,
pre {
  font-family: Menlo, Monaco, "Courier New", monospace;
}

code {
  color: #333;
  padding: 0.2em 0;
  margin: 0;
  font-size: 75%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}
code::before, code::after {
  letter-spacing: -0.2em;
  content: " ";
}

pre {
  max-width: calc(100vw - 1rem);
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  line-height: 1.4;
  white-space: pre;
  word-break: break-all;
  word-wrap: normal;
  background-color: #f9f9f9;
  overflow-x: auto;
}

pre code {
  padding: 0;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
}
pre code::before, pre code::after {
  content: "";
}

/* Tables */
table {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}

td,
th {
  padding: 0.25rem 0.5rem;
  border: 1px solid #e5e5e5;
}

/* Pygments via Jekyll */
.highlight {
  margin-bottom: 1rem;
  border-radius: 4px;
}

.highlight pre {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.doc-page-nav::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.doc-page-nav {
  display: block;
}

.docs, .selling-points, .main-footer-content, .main-header-nav {
  max-width: 1024px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

body > .ember-view {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.important-announcement {
  padding: 5px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-top: 1px solid #faebcc;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}
.ember-power-select-trigger:not(.ember-power-select-multiple-trigger) .ember-power-select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-multiple-options {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container {
  flex-grow: 1;
  display: flex;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container input {
  flex-grow: 1;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  text-indent: 2px;
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input {
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  line-height: 1.45;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-search-input-field {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below,
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item,
.ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item,
.ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-visually-hidden {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 1.4286;
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

.ember-power-calendar-nav * {
  box-sizing: border-box;
}

.ember-power-calendar-days,
.ember-power-calendar-days * {
  box-sizing: border-box;
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center;
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-weekday {
  appearance: none;
  flex: 1 1 100%;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}

.ember-power-calendar-day {
  appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ember-power-calendar-nav-control {
  appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  transform: scale(1.2);
}

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}

.main-header {
  background-color: #0078c9;
  color: white;
}

.main-header-logo {
  color: white;
  font-size: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  padding-top: 15px;
  height: 76px;
}
.main-header-logo .home-link {
  vertical-align: text-bottom;
  color: white;
}
.main-header-logo img {
  height: 36px;
  width: 88px;
  vertical-align: -5%;
}

.main-header-nav-links {
  display: flex;
}

.main-header-nav-link {
  color: inherit;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 678px) {
  .main-header {
    line-height: 44px;
  }
  .main-header-nav {
    padding-right: 0;
    padding-left: 0;
  }
  .main-header-logo {
    display: block;
    text-align: center;
  }
  .main-header-nav-links {
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 678px) {
  .main-header {
    line-height: 66px;
  }
  .main-header-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .main-header-nav-link.active {
    background-color: white;
    color: #0078c9;
  }
}
@keyframes calendar-page-flip {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0);
  }
}
.header-calendar {
  position: relative;
  width: 160px;
  height: 35px;
  perspective: 1000;
  perspective: 300px;
  perspective-origin: 50% 0%;
  display: inline-block;
}
.header-calendar .liquid-container {
  display: inline-flex;
}

.header-calendar-ring {
  border: 3px solid #0078c9;
  display: block;
  background-color: white;
  width: 10px;
  height: 15px;
  border-radius: 8px;
  position: absolute;
  top: -5px;
}
.header-calendar-ring.left {
  left: 20px;
}
.header-calendar-ring.right {
  right: 20px;
}

.header-calendar-page {
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid white;
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  line-height: 1.5;
  padding: 0 15px;
  transform-origin: 50% 0%;
  animation-timing-function: ease-out;
  background-color: #0078c9;
}
.header-calendar-page.run-animation {
  animation: calendar-page-flip 0.4s;
}

.calendar-page-number {
  font-size: 10px;
  position: absolute;
  left: 3px;
}

.main-footer {
  color: #888;
  background-color: #ddd;
  border-top: 1px solid #bbb;
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-footer-content {
  padding: 1rem 0;
}

.contribute-call-to-action a {
  border-radius: 4px;
  padding: 5px 10px;
  text-align: center;
  background-color: #0078c9;
  color: white;
  border: 1px solid rgb(0, 83.4626865672, 139.8);
  box-shadow: 0 2px rgb(0, 65.1940298507, 109.2);
}
.contribute-call-to-action a:hover {
  background-color: rgb(0, 104.776119403, 175.5);
}

@media only screen and (min-width: 678px) {
  .contribute-call-to-action {
    float: right;
  }
}
.main-page-headline {
  background: #0078c9 linear-gradient(#0078c9, rgb(0, 150.447761194, 252));
  height: 300px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 748px) {
  .main-page-headline {
    height: 200px;
  }
}

.main-page-headline-content {
  margin: 0;
  text-align: center;
  color: inherit;
  max-width: 580px;
  font-weight: 200;
  line-height: 1.42;
}
.main-page-headline-content img {
  vertical-align: top;
}
@media only screen and (max-width: 678px) {
  .main-page-headline-content {
    font-size: 34px;
  }
  .main-page-headline-content img {
    height: 40px;
  }
}
@media only screen and (min-width: 678px) {
  .main-page-headline-content {
    font-size: 42px;
  }
  .main-page-headline-content img {
    height: 48px;
  }
}

.selling-points {
  display: flex;
}
@media only screen and (max-width: 678px) {
  .selling-points {
    flex-direction: column;
  }
}

.selling-point {
  display: flex;
  padding: 2rem 0.5rem;
  flex: 1;
  flex-direction: column;
}

.selling-point-icon {
  width: 150px;
  height: auto;
  margin: 25px auto;
}

.selling-point-calendar {
  display: inline-block;
}

.selling-point-calendar-page {
  position: relative;
  border: 7px solid #444;
  border-radius: 5px;
  display: inline-block;
  height: 65px;
  line-height: 1.5;
  padding: 0 15px;
  width: 150px;
  margin: 65px auto;
}
.selling-point-calendar-page::before, .selling-point-calendar-page::after {
  content: "";
  border: 4px solid white;
  display: block;
  background-color: #444;
  width: 7px;
  height: 15px;
  border-radius: 8px;
  position: absolute;
  top: -15px;
}
.selling-point-calendar-page::before {
  left: 15px;
}
.selling-point-calendar-page::after {
  right: 15px;
}

.selling-point-calendar-page-ember-logo {
  margin-top: 5px;
}

.selling-point-calendar-page-number {
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 2px;
}

.selling-point-text {
  color: #888;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
.selling-point-text h2 {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 1.5rem;
  text-align: center;
}

.get-started-button {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #0078c9;
  border-radius: 4px;
  padding: 0.5rem 2rem;
  display: inline-block;
}

.get-started {
  flex-grow: 1;
}

.side-nav {
  width: 200px;
  color: #777;
  flex: 0 0 25%;
  margin-right: 2rem;
}
@media only screen and (max-width: 748px) {
  .side-nav {
    display: none;
  }
}

.side-nav-header {
  font-size: 18px;
  font-weight: 300;
  color: #777;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.side-nav-header:not(:first-child) {
  margin-top: 1.5rem;
}

.side-nav-link {
  display: block;
  color: #999;
  padding-left: 16px;
}
.side-nav-link .beta-label {
  color: white;
  background-color: #999;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 80%;
}
.side-nav-link.active {
  border-left: 3px solid #0078c9;
  color: #0078c9;
  padding-left: 13px;
}
.side-nav-link.active .beta-label {
  background-color: #0078c9;
}

.docs {
  flex: 1;
  display: flex;
  padding-top: 1rem;
}

.doc-page {
  flex: 1;
  min-width: 0;
}

.doc-page-title {
  margin-top: 0;
}

.doc-page-nav {
  margin-bottom: 1rem;
}

.doc-page-nav-link-next,
.doc-page-nav-link-prev {
  border: 1px solid #0078c9;
  padding: 0.2rem 0.5rem;
  font-weight: 600;
  border-radius: 4px;
}

.doc-page-nav-link-next {
  float: right;
}

.doc-page-nav-link-prev {
  float: left;
}

.section-selector {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 748px) {
  .section-selector {
    display: none;
  }
}

.branded-graph {
  color: #0078c9;
  font-size: 38px;
}
.branded-graph .shape-element {
  fill: #0078c9;
}

.code-block {
  background: #f5f2f0;
  padding: 1rem;
}
.code-block pre {
  background: transparent !important;
  margin-bottom: 0;
}

.code-example {
  margin-bottom: 1rem;
}

.code-example-tabs {
  display: flex;
}

.code-example-tab {
  padding: 0.2rem 0.5rem;
  background-color: white;
  text-transform: capitalize;
}
.code-example-tab:not(.active) {
  color: #999;
  cursor: pointer;
}
.code-example-tab.active {
  cursor: normal;
}

.code-example-snippet {
  margin-bottom: 0;
  background-color: #f9f9f9;
  padding: 1rem;
}
.code-example-snippet:not(.active) {
  display: none;
}

.code-example-tab.active {
  border-bottom: 2px solid #0078c9;
  color: #0078c9;
}

@keyframes drop-fade-below {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(3px);
  }
}
@keyframes drop-fade-above {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(-3px);
  }
}
.code-example-snippet.result {
  background-color: white;
}
.code-example-snippet .ember-power-calendar {
  margin: 0 auto;
}

.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-below 0.15s;
}

.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-below 0.15s reverse;
}

.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-above 0.15s;
}

.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-above 0.15s reverse;
}

.pink-text {
  color: #ff0789;
}

@media only screen and (min-width: 678px) {
  .ember-power-calendar {
    width: calc(calc(50px + 2px) * 7 - 2px + 0px + 0px);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="1"] {
    padding-left: calc(calc(50px + 2px) * 1);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="2"] {
    padding-left: calc(calc(50px + 2px) * 2);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="3"] {
    padding-left: calc(calc(50px + 2px) * 3);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="4"] {
    padding-left: calc(calc(50px + 2px) * 4);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="5"] {
    padding-left: calc(calc(50px + 2px) * 5);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="6"] {
    padding-left: calc(calc(50px + 2px) * 6);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="1"] {
    padding-right: calc(calc(50px + 2px) * 1);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="2"] {
    padding-right: calc(calc(50px + 2px) * 2);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="3"] {
    padding-right: calc(calc(50px + 2px) * 3);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="4"] {
    padding-right: calc(calc(50px + 2px) * 4);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="5"] {
    padding-right: calc(calc(50px + 2px) * 5);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="6"] {
    padding-right: calc(calc(50px + 2px) * 6);
  }
  .ember-power-calendar .ember-power-calendar-day,
  .ember-power-calendar .ember-power-calendar-weekday {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
  }
  .ember-power-calendar .ember-power-calendar-weekdays,
  .ember-power-calendar .ember-power-calendar-week {
    height: calc(50px + 2px);
    padding-left: 0px;
    padding-right: 0px;
  }
  .ember-power-calendar .ember-power-calendar-day {
    color: #bbb;
  }
  .ember-power-calendar .ember-power-calendar-weekdays {
    color: #333333;
  }
  .ember-power-calendar .ember-power-calendar-nav-control {
    color: #0078c9;
  }
  .ember-power-calendar .ember-power-calendar-nav-control:focus {
    color: rgb(48, 171.5820895522, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--current-month {
    color: #656d78;
    background-color: #f5f7fa;
  }
  .ember-power-calendar .ember-power-calendar-day--today {
    background-color: #eee;
  }
  .ember-power-calendar .ember-power-calendar-day:not([disabled]):hover {
    background-color: #eee;
  }
  .ember-power-calendar .ember-power-calendar-day--focused {
    box-shadow: inset 0 -2px 0 0 #0078c9;
  }
  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
    background-color: rgb(150, 212.6865671642, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
    background-color: rgb(150, 212.6865671642, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
    background-color: rgb(150, 212.6865671642, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
    background-color: rgb(150, 212.6865671642, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--selected {
    background-color: rgb(201, 233.2388059701, 255);
    color: #656d78;
  }
  .ember-power-calendar .ember-power-calendar-day--selected:not([disabled]):hover {
    background-color: rgb(201, 233.2388059701, 255);
    color: #656d78;
  }
  .ember-power-calendar .ember-power-calendar-day--other-month:not([disabled]):hover {
    color: #656d78;
  }
}
@media only screen and (max-width: 678px) {
  .ember-power-calendar {
    width: calc(calc(42px + 2px) * 7 - 2px + 0px + 0px);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="1"] {
    padding-left: calc(calc(42px + 2px) * 1);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="2"] {
    padding-left: calc(calc(42px + 2px) * 2);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="3"] {
    padding-left: calc(calc(42px + 2px) * 3);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="4"] {
    padding-left: calc(calc(42px + 2px) * 4);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="5"] {
    padding-left: calc(calc(42px + 2px) * 5);
  }
  .ember-power-calendar .ember-power-calendar-week:first-child[data-missing-days="6"] {
    padding-left: calc(calc(42px + 2px) * 6);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="1"] {
    padding-right: calc(calc(42px + 2px) * 1);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="2"] {
    padding-right: calc(calc(42px + 2px) * 2);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="3"] {
    padding-right: calc(calc(42px + 2px) * 3);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="4"] {
    padding-right: calc(calc(42px + 2px) * 4);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="5"] {
    padding-right: calc(calc(42px + 2px) * 5);
  }
  .ember-power-calendar .ember-power-calendar-week:last-child[data-missing-days="6"] {
    padding-right: calc(calc(42px + 2px) * 6);
  }
  .ember-power-calendar .ember-power-calendar-day,
  .ember-power-calendar .ember-power-calendar-weekday {
    max-width: 42px;
    max-height: 42px;
    width: 42px;
    height: 42px;
  }
  .ember-power-calendar .ember-power-calendar-weekdays,
  .ember-power-calendar .ember-power-calendar-week {
    height: calc(42px + 2px);
    padding-left: 0px;
    padding-right: 0px;
  }
  .ember-power-calendar .ember-power-calendar-day {
    color: #bbb;
  }
  .ember-power-calendar .ember-power-calendar-weekdays {
    color: #333333;
  }
  .ember-power-calendar .ember-power-calendar-nav-control {
    color: #0078c9;
  }
  .ember-power-calendar .ember-power-calendar-nav-control:focus {
    color: rgb(48, 171.5820895522, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--current-month {
    color: #656d78;
    background-color: #f5f7fa;
  }
  .ember-power-calendar .ember-power-calendar-day--today {
    background-color: #eee;
  }
  .ember-power-calendar .ember-power-calendar-day:not([disabled]):hover {
    background-color: #eee;
  }
  .ember-power-calendar .ember-power-calendar-day--focused {
    box-shadow: inset 0 -2px 0 0 #0078c9;
  }
  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
    background-color: rgb(150, 212.6865671642, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
    background-color: rgb(150, 212.6865671642, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
    background-color: rgb(150, 212.6865671642, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
    background-color: rgb(150, 212.6865671642, 255);
  }
  .ember-power-calendar .ember-power-calendar-day--selected {
    background-color: rgb(201, 233.2388059701, 255);
    color: #656d78;
  }
  .ember-power-calendar .ember-power-calendar-day--selected:not([disabled]):hover {
    background-color: rgb(201, 233.2388059701, 255);
    color: #656d78;
  }
  .ember-power-calendar .ember-power-calendar-day--other-month:not([disabled]):hover {
    color: #656d78;
  }
}
.demo-calendar-small {
  width: calc(calc(30px + 2px) * 7 - 2px + 0px + 0px);
}
.demo-calendar-small .ember-power-calendar-week:first-child[data-missing-days="1"] {
  padding-left: calc(calc(30px + 2px) * 1);
}
.demo-calendar-small .ember-power-calendar-week:first-child[data-missing-days="2"] {
  padding-left: calc(calc(30px + 2px) * 2);
}
.demo-calendar-small .ember-power-calendar-week:first-child[data-missing-days="3"] {
  padding-left: calc(calc(30px + 2px) * 3);
}
.demo-calendar-small .ember-power-calendar-week:first-child[data-missing-days="4"] {
  padding-left: calc(calc(30px + 2px) * 4);
}
.demo-calendar-small .ember-power-calendar-week:first-child[data-missing-days="5"] {
  padding-left: calc(calc(30px + 2px) * 5);
}
.demo-calendar-small .ember-power-calendar-week:first-child[data-missing-days="6"] {
  padding-left: calc(calc(30px + 2px) * 6);
}
.demo-calendar-small .ember-power-calendar-week:last-child[data-missing-days="1"] {
  padding-right: calc(calc(30px + 2px) * 1);
}
.demo-calendar-small .ember-power-calendar-week:last-child[data-missing-days="2"] {
  padding-right: calc(calc(30px + 2px) * 2);
}
.demo-calendar-small .ember-power-calendar-week:last-child[data-missing-days="3"] {
  padding-right: calc(calc(30px + 2px) * 3);
}
.demo-calendar-small .ember-power-calendar-week:last-child[data-missing-days="4"] {
  padding-right: calc(calc(30px + 2px) * 4);
}
.demo-calendar-small .ember-power-calendar-week:last-child[data-missing-days="5"] {
  padding-right: calc(calc(30px + 2px) * 5);
}
.demo-calendar-small .ember-power-calendar-week:last-child[data-missing-days="6"] {
  padding-right: calc(calc(30px + 2px) * 6);
}
.demo-calendar-small .ember-power-calendar-day,
.demo-calendar-small .ember-power-calendar-weekday {
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  height: 30px;
}
.demo-calendar-small .ember-power-calendar-weekdays,
.demo-calendar-small .ember-power-calendar-week {
  height: calc(30px + 2px);
  padding-left: 0px;
  padding-right: 0px;
}
.demo-calendar-small .ember-power-calendar-day {
  color: #bbb;
}
.demo-calendar-small .ember-power-calendar-weekdays {
  color: #333333;
}
.demo-calendar-small .ember-power-calendar-nav-control {
  color: #0078c9;
}
.demo-calendar-small .ember-power-calendar-nav-control:focus {
  color: rgb(48, 171.5820895522, 255);
}
.demo-calendar-small .ember-power-calendar-day--current-month {
  color: #656d78;
  background-color: #f5f7fa;
}
.demo-calendar-small .ember-power-calendar-day--today {
  background-color: #eee;
}
.demo-calendar-small .ember-power-calendar-day:not([disabled]):hover {
  background-color: #eee;
}
.demo-calendar-small .ember-power-calendar-day--focused {
  box-shadow: inset 0 -2px 0 0 #0078c9;
}
.demo-calendar-small .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-small .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-small .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-small .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-small .ember-power-calendar-day--selected {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.demo-calendar-small .ember-power-calendar-day--selected:not([disabled]):hover {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.demo-calendar-small .ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #656d78;
}

.demo-calendar-medium {
  width: calc(calc(50px + 2px) * 7 - 2px + 0px + 0px);
}
.demo-calendar-medium .ember-power-calendar-week:first-child[data-missing-days="1"] {
  padding-left: calc(calc(50px + 2px) * 1);
}
.demo-calendar-medium .ember-power-calendar-week:first-child[data-missing-days="2"] {
  padding-left: calc(calc(50px + 2px) * 2);
}
.demo-calendar-medium .ember-power-calendar-week:first-child[data-missing-days="3"] {
  padding-left: calc(calc(50px + 2px) * 3);
}
.demo-calendar-medium .ember-power-calendar-week:first-child[data-missing-days="4"] {
  padding-left: calc(calc(50px + 2px) * 4);
}
.demo-calendar-medium .ember-power-calendar-week:first-child[data-missing-days="5"] {
  padding-left: calc(calc(50px + 2px) * 5);
}
.demo-calendar-medium .ember-power-calendar-week:first-child[data-missing-days="6"] {
  padding-left: calc(calc(50px + 2px) * 6);
}
.demo-calendar-medium .ember-power-calendar-week:last-child[data-missing-days="1"] {
  padding-right: calc(calc(50px + 2px) * 1);
}
.demo-calendar-medium .ember-power-calendar-week:last-child[data-missing-days="2"] {
  padding-right: calc(calc(50px + 2px) * 2);
}
.demo-calendar-medium .ember-power-calendar-week:last-child[data-missing-days="3"] {
  padding-right: calc(calc(50px + 2px) * 3);
}
.demo-calendar-medium .ember-power-calendar-week:last-child[data-missing-days="4"] {
  padding-right: calc(calc(50px + 2px) * 4);
}
.demo-calendar-medium .ember-power-calendar-week:last-child[data-missing-days="5"] {
  padding-right: calc(calc(50px + 2px) * 5);
}
.demo-calendar-medium .ember-power-calendar-week:last-child[data-missing-days="6"] {
  padding-right: calc(calc(50px + 2px) * 6);
}
.demo-calendar-medium .ember-power-calendar-day,
.demo-calendar-medium .ember-power-calendar-weekday {
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
}
.demo-calendar-medium .ember-power-calendar-weekdays,
.demo-calendar-medium .ember-power-calendar-week {
  height: calc(50px + 2px);
  padding-left: 0px;
  padding-right: 0px;
}
.demo-calendar-medium .ember-power-calendar-day {
  color: #bbb;
}
.demo-calendar-medium .ember-power-calendar-weekdays {
  color: #333333;
}
.demo-calendar-medium .ember-power-calendar-nav-control {
  color: #0078c9;
}
.demo-calendar-medium .ember-power-calendar-nav-control:focus {
  color: rgb(48, 171.5820895522, 255);
}
.demo-calendar-medium .ember-power-calendar-day--current-month {
  color: #656d78;
  background-color: #f5f7fa;
}
.demo-calendar-medium .ember-power-calendar-day--today {
  background-color: #eee;
}
.demo-calendar-medium .ember-power-calendar-day:not([disabled]):hover {
  background-color: #eee;
}
.demo-calendar-medium .ember-power-calendar-day--focused {
  box-shadow: inset 0 -2px 0 0 #0078c9;
}
.demo-calendar-medium .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-medium .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-medium .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-medium .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-medium .ember-power-calendar-day--selected {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.demo-calendar-medium .ember-power-calendar-day--selected:not([disabled]):hover {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.demo-calendar-medium .ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #656d78;
}

.demo-calendar-big {
  width: calc(calc(70px + 2px) * 7 - 2px + 0px + 0px);
}
.demo-calendar-big .ember-power-calendar-week:first-child[data-missing-days="1"] {
  padding-left: calc(calc(70px + 2px) * 1);
}
.demo-calendar-big .ember-power-calendar-week:first-child[data-missing-days="2"] {
  padding-left: calc(calc(70px + 2px) * 2);
}
.demo-calendar-big .ember-power-calendar-week:first-child[data-missing-days="3"] {
  padding-left: calc(calc(70px + 2px) * 3);
}
.demo-calendar-big .ember-power-calendar-week:first-child[data-missing-days="4"] {
  padding-left: calc(calc(70px + 2px) * 4);
}
.demo-calendar-big .ember-power-calendar-week:first-child[data-missing-days="5"] {
  padding-left: calc(calc(70px + 2px) * 5);
}
.demo-calendar-big .ember-power-calendar-week:first-child[data-missing-days="6"] {
  padding-left: calc(calc(70px + 2px) * 6);
}
.demo-calendar-big .ember-power-calendar-week:last-child[data-missing-days="1"] {
  padding-right: calc(calc(70px + 2px) * 1);
}
.demo-calendar-big .ember-power-calendar-week:last-child[data-missing-days="2"] {
  padding-right: calc(calc(70px + 2px) * 2);
}
.demo-calendar-big .ember-power-calendar-week:last-child[data-missing-days="3"] {
  padding-right: calc(calc(70px + 2px) * 3);
}
.demo-calendar-big .ember-power-calendar-week:last-child[data-missing-days="4"] {
  padding-right: calc(calc(70px + 2px) * 4);
}
.demo-calendar-big .ember-power-calendar-week:last-child[data-missing-days="5"] {
  padding-right: calc(calc(70px + 2px) * 5);
}
.demo-calendar-big .ember-power-calendar-week:last-child[data-missing-days="6"] {
  padding-right: calc(calc(70px + 2px) * 6);
}
.demo-calendar-big .ember-power-calendar-day,
.demo-calendar-big .ember-power-calendar-weekday {
  max-width: 70px;
  max-height: 70px;
  width: 70px;
  height: 70px;
}
.demo-calendar-big .ember-power-calendar-weekdays,
.demo-calendar-big .ember-power-calendar-week {
  height: calc(70px + 2px);
  padding-left: 0px;
  padding-right: 0px;
}
.demo-calendar-big .ember-power-calendar-day {
  color: #bbb;
}
.demo-calendar-big .ember-power-calendar-weekdays {
  color: #333333;
}
.demo-calendar-big .ember-power-calendar-nav-control {
  color: #0078c9;
}
.demo-calendar-big .ember-power-calendar-nav-control:focus {
  color: rgb(48, 171.5820895522, 255);
}
.demo-calendar-big .ember-power-calendar-day--current-month {
  color: #656d78;
  background-color: #f5f7fa;
}
.demo-calendar-big .ember-power-calendar-day--today {
  background-color: #eee;
}
.demo-calendar-big .ember-power-calendar-day:not([disabled]):hover {
  background-color: #eee;
}
.demo-calendar-big .ember-power-calendar-day--focused {
  box-shadow: inset 0 -2px 0 0 #0078c9;
}
.demo-calendar-big .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-big .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-big .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-big .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.demo-calendar-big .ember-power-calendar-day--selected {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.demo-calendar-big .ember-power-calendar-day--selected:not([disabled]):hover {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.demo-calendar-big .ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #656d78;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-spiner-overlay {
  opacity: 0.5;
}
.loading-spiner-overlay::before {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%231F77BD%22%20stroke-width%3D%225%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.6%2077.6C7%2070%203.6%2060.3%203.6%2050%203.6%2024.3%2024.2%203.5%2050%203.5S96.5%2024.3%2096.5%2050c0%205.4-1%2010.5-2.6%2015.3%22/%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.demo-range-calendar-with-pretty-range-ends-yo .ember-power-calendar-day--range-start,
.demo-range-calendar-with-pretty-range-ends-yo .ember-power-calendar-day--range-end {
  color: white;
}
.demo-range-calendar-with-pretty-range-ends-yo .ember-power-calendar-day--range-start:hover,
.demo-range-calendar-with-pretty-range-ends-yo .ember-power-calendar-day--range-end:hover {
  color: white;
}
.demo-range-calendar-with-pretty-range-ends-yo .ember-power-calendar-day--range-start {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolygon points='0,0 8,0 10,5 8,10 0,10' fill='%230078c9'/%3E%3C/svg%3E");
}
.demo-range-calendar-with-pretty-range-ends-yo .ember-power-calendar-day--range-end {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolygon points='0,5 2,0 10,0 10,10 2,10' fill='%230078c9'/%3E%3C/svg%3E");
}

.datepicker-demo-input {
  padding-left: 0.4rem;
  border: 1px solid #ccc;
  height: 2rem;
  border-radius: 4px;
}

.datepicker-demo-dropdown {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.173) 0 6px 12px 0;
}

.i18n-select-demo {
  max-width: 400px;
  margin: 0 auto;
}

.with-invisible-select {
  position: relative;
}
.with-invisible-select select {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.multiple-month-power-calendar-horizontal {
  width: calc(calc(46px + 2px) * 7 - 2px + 0px + 0px);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:first-child[data-missing-days="1"] {
  padding-left: calc(calc(46px + 2px) * 1);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:first-child[data-missing-days="2"] {
  padding-left: calc(calc(46px + 2px) * 2);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:first-child[data-missing-days="3"] {
  padding-left: calc(calc(46px + 2px) * 3);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:first-child[data-missing-days="4"] {
  padding-left: calc(calc(46px + 2px) * 4);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:first-child[data-missing-days="5"] {
  padding-left: calc(calc(46px + 2px) * 5);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:first-child[data-missing-days="6"] {
  padding-left: calc(calc(46px + 2px) * 6);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:last-child[data-missing-days="1"] {
  padding-right: calc(calc(46px + 2px) * 1);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:last-child[data-missing-days="2"] {
  padding-right: calc(calc(46px + 2px) * 2);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:last-child[data-missing-days="3"] {
  padding-right: calc(calc(46px + 2px) * 3);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:last-child[data-missing-days="4"] {
  padding-right: calc(calc(46px + 2px) * 4);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:last-child[data-missing-days="5"] {
  padding-right: calc(calc(46px + 2px) * 5);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-week:last-child[data-missing-days="6"] {
  padding-right: calc(calc(46px + 2px) * 6);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day,
.multiple-month-power-calendar-horizontal .ember-power-calendar-weekday {
  max-width: 46px;
  max-height: 46px;
  width: 46px;
  height: 46px;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-weekdays,
.multiple-month-power-calendar-horizontal .ember-power-calendar-week {
  height: calc(46px + 2px);
  padding-left: 0px;
  padding-right: 0px;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day {
  color: #bbb;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-weekdays {
  color: #333333;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-nav-control {
  color: #0078c9;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-nav-control:focus {
  color: rgb(48, 171.5820895522, 255);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--current-month {
  color: #656d78;
  background-color: #f5f7fa;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--today {
  background-color: #eee;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day:not([disabled]):hover {
  background-color: #eee;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--focused {
  box-shadow: inset 0 -2px 0 0 #0078c9;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  background-color: rgb(150, 212.6865671642, 255);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: rgb(150, 212.6865671642, 255);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--selected {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--selected:not([disabled]):hover {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #656d78;
}
.multiple-month-power-calendar-horizontal {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-nav-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-nav-title .month-name {
  flex-grow: 1;
  width: calc(50% - 0.5rem);
}
.multiple-month-power-calendar-horizontal .ember-power-calendar-nav-title .month-name:first-child {
  margin-right: 1rem;
}
.multiple-month-power-calendar-horizontal .months-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.multiple-month-power-calendar-horizontal .months-container .ember-power-calendar-days {
  width: calc(50% - 0.5rem);
}

.multiple-month-power-calendar-vertical {
  height: 500px;
  overflow-y: scroll;
}
.multiple-month-power-calendar-vertical .months-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.nav-with-power-select-demo .ember-power-calendar-nav-title {
  display: flex;
  justify-content: center;
}
.nav-with-power-select-demo .ember-power-select-trigger {
  border: none;
  box-shadow: none;
  min-width: 70px;
}

.nav-with-number-input-demo input[type=number] {
  border: none;
  margin-left: 5px;
  width: 50px;
  font-size: 100%;
  line-height: 1.6;
  font-family: "Open sans", sans-serif;
  color: #333;
}

.single-day-range-demo .ember-power-calendar-day--range-start.ember-power-calendar-day--range-end {
  color: red;
}

.custom-day-demo-calendar {
  width: calc(50px * 7 - 2px + 0px + 0px);
}
.custom-day-demo-calendar .ember-power-calendar-week:first-child[data-missing-days="1"] {
  padding-left: calc(50px * 1);
}
.custom-day-demo-calendar .ember-power-calendar-week:first-child[data-missing-days="2"] {
  padding-left: calc(50px * 2);
}
.custom-day-demo-calendar .ember-power-calendar-week:first-child[data-missing-days="3"] {
  padding-left: calc(50px * 3);
}
.custom-day-demo-calendar .ember-power-calendar-week:first-child[data-missing-days="4"] {
  padding-left: calc(50px * 4);
}
.custom-day-demo-calendar .ember-power-calendar-week:first-child[data-missing-days="5"] {
  padding-left: calc(50px * 5);
}
.custom-day-demo-calendar .ember-power-calendar-week:first-child[data-missing-days="6"] {
  padding-left: calc(50px * 6);
}
.custom-day-demo-calendar .ember-power-calendar-week:last-child[data-missing-days="1"] {
  padding-right: calc(50px * 1);
}
.custom-day-demo-calendar .ember-power-calendar-week:last-child[data-missing-days="2"] {
  padding-right: calc(50px * 2);
}
.custom-day-demo-calendar .ember-power-calendar-week:last-child[data-missing-days="3"] {
  padding-right: calc(50px * 3);
}
.custom-day-demo-calendar .ember-power-calendar-week:last-child[data-missing-days="4"] {
  padding-right: calc(50px * 4);
}
.custom-day-demo-calendar .ember-power-calendar-week:last-child[data-missing-days="5"] {
  padding-right: calc(50px * 5);
}
.custom-day-demo-calendar .ember-power-calendar-week:last-child[data-missing-days="6"] {
  padding-right: calc(50px * 6);
}
.custom-day-demo-calendar .ember-power-calendar-day,
.custom-day-demo-calendar .ember-power-calendar-weekday {
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
}
.custom-day-demo-calendar .ember-power-calendar-weekdays,
.custom-day-demo-calendar .ember-power-calendar-week {
  height: 50px;
  padding-left: 0px;
  padding-right: 0px;
}
.custom-day-demo-calendar .ember-power-calendar-day {
  color: #bbb;
}
.custom-day-demo-calendar .ember-power-calendar-weekdays {
  color: #333333;
}
.custom-day-demo-calendar .ember-power-calendar-nav-control {
  color: #0078c9;
}
.custom-day-demo-calendar .ember-power-calendar-nav-control:focus {
  color: rgb(48, 171.5820895522, 255);
}
.custom-day-demo-calendar .ember-power-calendar-day--current-month {
  color: #656d78;
  background-color: #f5f7fa;
}
.custom-day-demo-calendar .ember-power-calendar-day--today {
  background-color: #eee;
}
.custom-day-demo-calendar .ember-power-calendar-day:not([disabled]):hover {
  background-color: #eee;
}
.custom-day-demo-calendar .ember-power-calendar-day--focused {
  box-shadow: inset 0 -2px 0 0 #0078c9;
}
.custom-day-demo-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  background-color: rgb(150, 212.6865671642, 255);
}
.custom-day-demo-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.custom-day-demo-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  background-color: rgb(150, 212.6865671642, 255);
}
.custom-day-demo-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
  background-color: rgb(150, 212.6865671642, 255);
}
.custom-day-demo-calendar .ember-power-calendar-day--selected {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.custom-day-demo-calendar .ember-power-calendar-day--selected:not([disabled]):hover {
  background-color: rgb(201, 233.2388059701, 255);
  color: #656d78;
}
.custom-day-demo-calendar .ember-power-calendar-day--other-month:not([disabled]):hover {
  color: #656d78;
}
.custom-day-demo-calendar .ember-power-calendar-week {
  justify-content: left;
}

.custom-class-demo-day {
  transform: translateX(-1px) translateY(-1px);
}
.custom-class-demo-day.ember-power-calendar-day--focused {
  box-shadow: none;
}
.custom-class-demo-day.is-horizontal-first-day {
  box-shadow: inset 1px 0 0 blue;
}
.custom-class-demo-day.is-horizontal-last-day {
  box-shadow: inset -1px 0 0 blue;
}
.custom-class-demo-day.is-vertical-first-day {
  box-shadow: inset 0 1px 0 blue;
}
.custom-class-demo-day.is-vertical-last-day {
  box-shadow: inset 0 -1px 0 blue;
}
.custom-class-demo-day.is-horizontal-first-day.is-horizontal-last-day {
  box-shadow: inset 1px 0 0 blue, inset -1px 0 0 blue;
}
.custom-class-demo-day.is-vertical-first-day.is-vertical-last-day {
  box-shadow: inset 0 1px 0 blue, inset 0 -1px 0 blue;
}
.custom-class-demo-day.is-horizontal-first-day.is-vertical-first-day {
  box-shadow: inset 1px 0 0 blue, inset 0 1px 0 blue;
}
.custom-class-demo-day.is-horizontal-last-day.is-vertical-first-day {
  box-shadow: inset -1px 0 0 blue, inset 0 1px 0 blue;
}
.custom-class-demo-day.is-horizontal-last-day.is-vertical-last-day {
  box-shadow: inset -1px 0 0 blue, inset 0 -1px 0 blue;
}
.custom-class-demo-day.is-horizontal-first-day.is-vertical-last-day {
  box-shadow: inset 1px 0 0 blue, inset 0 -1px 0 blue;
}
.custom-class-demo-day.is-horizontal-first-day.is-horizontal-last-day.is-vertical-first-day {
  box-shadow: inset 1px 0 0 blue, inset -1px 0 0 blue, inset 0 1px 0 blue;
}
.custom-class-demo-day.is-horizontal-first-day.is-horizontal-last-day.is-vertical-last-day {
  box-shadow: inset 1px 0 0 blue, inset -1px 0 0 blue, inset 0 -1px 0 blue;
}
.custom-class-demo-day.is-vertical-first-day.is-vertical-last-day.is-horizontal-first-day {
  box-shadow: inset 0 1px 0 blue, inset 0 -1px 0 blue, inset 1px 0 0 blue;
}
.custom-class-demo-day.is-vertical-first-day.is-vertical-last-day.is-horizontal-last-day {
  box-shadow: inset 0 1px 0 blue, inset 0 -1px 0 blue, inset -1px 0 0 blue;
}
.custom-class-demo-day.is-horizontal-first-day.is-horizontal-last-day.is-vertical-first-day.is-vertical-last-day {
  box-shadow: inset 1px 0 0 blue, inset -1px 0 0 blue, inset 0 1px 0 blue, inset 0 -1px 0 blue;
}