/*!
 * Datepicker v1.0.7
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-02-19T12:18:01.828Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}
.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}
.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}
.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.animate-spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
#coat {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  line-height: 1;
  font-size: 5em;
  display: none;
  padding: calc(50vh - 1em) calc(50vw - 1em);
  z-index: 200;
}
html {
  font-size: 12pt;
}
body {
  background: #efefef;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #434343;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.siteContent {
  display: block;
}
.wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1180px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.text-center {
  text-align: center;
}
.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
input,
select,
textarea,
button,
.button {
  margin: 0;
  padding: 0.5em 1em;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  min-height: 1.5rem;
  outline: none;
  border: 1px solid #dddddd;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
  min-height: initial;
}
select {
  -webkit-appearance: listbox;
     -moz-appearance: listbox;
          appearance: listbox;
  padding-right: 1.5em;
  border-radius: 0;
  background: #fff url(../images/down-arrow.png) right 0.5em center no-repeat;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #71bf44;
  border-color: #71bf44;
  line-height: 1;
  cursor: pointer;
}
input[type="button"].blue,
input[type="submit"].blue,
input[type="reset"].blue,
button.blue,
.button.blue {
  background-color: #01a3f4;
  border-color: #01a3f4;
}
input[type="button"].red,
input[type="submit"].red,
input[type="reset"].red,
button.red,
.button.red {
  background-color: #F61A30;
  border-color: #F61A30;
}
input[type="button"].yellow,
input[type="submit"].yellow,
input[type="reset"].yellow,
button.yellow,
.button.yellow {
  background-color: #ffb400;
  border-color: #ffb400;
}
.sform label {
  padding: 8px 0;
  min-height: 35px;
  min-width: 300px;
  display: inline-block;
  vertical-align: top;
}
.sform [type="checkbox"] + label,
.sform [type="radio"] + label {
  padding: 0;
}
.sform label + * {
  min-width: 280px;
  display: inline-block;
  vertical-align: top;
}
.sform label + .subform,
.sform label + [data-subform] {
  min-width: initial;
  display: block;
}
.sform .fields > div,
.sform .subform > div,
.sform [data-subform] > div {
  margin-bottom: 0.5rem;
}
.sform .fields > div.error label,
.sform .subform > div.error label,
.sform [data-subform] > div.error label,
.sform .fields > div.error .errors,
.sform .subform > div.error .errors,
.sform [data-subform] > div.error .errors {
  color: #F61A30;
}
.sform .fields > div.error [name],
.sform .subform > div.error [name],
.sform [data-subform] > div.error [name] {
  border-color: #F61A30;
}
.sform.search .fields {
  display: flex;
  align-items: center;
}
.sform.search .fields > div:first-child {
  width: 100%;
}
.sform.search .fields > div:first-child label {
  display: none;
}
.sform.search .fields > div:first-child input {
  width: 100%;
}
.sform.search .fields button#form_search {
  border: none;
  background: transparent;
}
#client_pick form {
  width: 100%;
}
#client_pick form button {
  background: transparent;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0.2em 0;
  color: #434343;
  border: 1px solid transparent;
  transition-duration: 0.16s;
  transition-property: color, border-color;
  cursor: pointer;
}
#client_pick form button:hover {
  color: #00663b;
  border-bottom-color: #00663b;
}
.node_selector,
.role_selector {
  padding-left: 1em;
}
.node_selector > div,
.role_selector > div {
  line-height: 2;
}
.node_selector input[type="checkbox"],
.role_selector input[type="checkbox"] {
  margin-right: 0.6em;
  vertical-align: middle;
}
.node_selector [data-level="1"],
.role_selector [data-level="1"] {
  margin-left: 1em;
}
.node_selector [data-level="2"],
.role_selector [data-level="2"] {
  margin-left: 2em;
}
.node_selector [data-level="3"],
.role_selector [data-level="3"] {
  margin-left: 3em;
}
.node_selector [data-level="4"],
.role_selector [data-level="4"] {
  margin-left: 4em;
}
.node_selector [data-level="5"],
.role_selector [data-level="5"] {
  margin-left: 5em;
}
.node_selector [data-level="6"],
.role_selector [data-level="6"] {
  margin-left: 6em;
}
.node_selector [data-level="7"],
.role_selector [data-level="7"] {
  margin-left: 7em;
}
.node_selector [data-level="8"],
.role_selector [data-level="8"] {
  margin-left: 8em;
}
.node_selector [data-level="9"],
.role_selector [data-level="9"] {
  margin-left: 9em;
}
.node_selector [data-level="10"],
.role_selector [data-level="10"] {
  margin-left: 10em;
}
body {
  display: flex;
  min-height: 100vh;
}
@media (min-width: 1281px) {
  body {
    padding-left: 320px;
  }
}
body #sideBar-switch {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
body #sideBar-switch-control {
  display: none;
}
body .sideBar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  overflow: auto;
  z-index: 2;
  background-color: #efefef;
}
body .sideBar .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
body .sideBar nav .title {
  display: block;
  margin: 0 0 1em;
  border: solid #dddddd;
  border-width: 1px 0;
  text-align: center;
  font-weight: 700;
  padding: 2em 1em;
}
body .sideBar nav .links {
  padding: 1em 0;
}
body .sideBar a {
  display: flex;
  padding: 0.5em 1em 0.5em 2em;
  align-items: center;
}
body .sideBar a [class^="icon-"],
body .sideBar a [class*=" icon-"] {
  margin-right: 1em;
}
body .sideBar a.order,
body .sideBar a.download {
  background-color: #71bf44;
  color: #fff;
  font-weight: 700;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
body .sideBar a.download {
  background-color: #01a3f4;
}
body .sideBar .version {
  text-align: center;
  color: #afafaf;
  font-size: 0.6em;
  padding: 1em;
}
@media (max-width: 1280px) {
  body .sideBar,
  body #sideBar-switch-control {
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  body #sideBar-switch:checked ~ .sideBar,
  body #sideBar-switch:checked ~ #sideBar-switch-control {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body #sideBar-switch:checked ~ #sideBar-switch-control span {
    -webkit-transform: scale(2) rotateY(180deg);
            transform: scale(2) rotateY(180deg);
  }
  body #sideBar-switch-control {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: fixed;
    z-index: 3;
    left: 320px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    background-color: #efefef;
  }
  body #sideBar-switch-control span {
    line-height: 1;
    -webkit-transform: scale(2);
            transform: scale(2);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
body .page {
  width: 100%;
  display: flex;
  flex-flow: column;
}
body .page .pageHeader {
  flex: 0 0 auto;
  min-height: 100px;
  display: flex;
  color: #fff;
  width: 100%;
  justify-content: stretch;
}
body .page .pageHeader > .data,
body .page .pageHeader > .cart,
body .page .pageHeader > .user,
body .page .pageHeader > .logout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  padding: 1em;
}
body .page .pageHeader > .data [class^="icon-"],
body .page .pageHeader > .cart [class^="icon-"],
body .page .pageHeader > .user [class^="icon-"],
body .page .pageHeader > .logout [class^="icon-"],
body .page .pageHeader > .data [class*=" icon-"],
body .page .pageHeader > .cart [class*=" icon-"],
body .page .pageHeader > .user [class*=" icon-"],
body .page .pageHeader > .logout [class*=" icon-"] {
  display: inline-block;
  margin: 0 0.3em;
}
body .page .pageHeader > .data {
  background-color: #00663b;
}
body .page .pageHeader > .cart {
  background-color: #01a3f4;
  font-weight: 700;
}
body .page .pageHeader > .cart .badge {
  display: inline-block;
  background-color: #0A6DFF;
  padding: 0.2em 0.6em;
}
body .page .pageHeader > .user {
  background-color: #71bf44;
}
body .page .pageHeader > .logout {
  background-color: #F61A30;
}
body .page .pageHeader > .search {
  display: flex;
}
body .page .pageHeader > .search input,
body .page .pageHeader > .search button {
  padding: 0 1em;
  background-color: transparent;
}
body .page .pageHeader > .search input {
  flex: 1 1 auto;
}
body .page .pageHeader > .search button {
  border-width: 0;
  color: #434343;
  font-weight: 700;
}
@media (max-width: 1300px) {
  body .page .pageHeader .label {
    display: none;
  }
}
@media (max-width: 768px) {
  body .page .pageHeader {
    flex-flow: row wrap;
  }
  body .page .pageHeader > .data,
  body .page .pageHeader > .cart,
  body .page .pageHeader > .user,
  body .page .pageHeader > .logout {
    order: 1;
    padding: 0 0.3em;
  }
  body .page .pageHeader > .search {
    order: 2;
    width: 100%;
  }
}
body .page main {
  flex: 1 1 auto;
  background-color: #fff;
  overflow: hidden;
  padding: 2em 3em;
}
@media (max-width: 1024px) {
  body .page main {
    padding: 1em 2em;
  }
}
body .page main section > .title {
  font-size: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #dddddd;
  font-weight: 500;
}
body .page main .title small {
  font-size: 0.6em;
}
body .page .pageFooter {
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1em 5em;
}
body .page .pageFooter .copyright {
  color: #afafaf;
}
body .page .pageFooter .contact {
  margin-left: 1em;
  color: #00663b;
}
body .page .pageFooter .contact:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #0A6DFF;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.5em;
}
body .page .pageFooter .payments {
  margin-left: auto;
}
@media (max-width: 1280px) {
  body .page .pageFooter .copyright,
  body .page .pageFooter .contact {
    order: 2;
  }
  body .page .pageFooter .payments {
    order: 1;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 1024px) {
  body .page .pageFooter {
    padding: 1em 2em;
    justify-content: center;
  }
  body .page .pageFooter .payments {
    text-align: center;
  }
  body .page .pageFooter .copyright {
    width: 100%;
    order: 3;
    text-align: center;
    padding: 0.3em 0;
  }
}
.good {
  color: #5da831;
}
.warn {
  color: #eca703;
}
.bad {
  color: #F61A30;
}
#signin,
#registration {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media (min-width: 1281px) {
  #signin,
  #registration {
    margin-left: -160px;
  }
}
#signin > *,
#registration > * {
  max-width: 700px;
}
#signin header,
#registration header,
#signin footer,
#registration footer {
  text-align: center;
  padding: 2em 0;
}
#signin header h1,
#registration header h1,
#signin footer h1,
#registration footer h1 {
  color: #01a3f4;
  font-size: 1.5em;
  margin: 1em 0 0;
}
#signin section,
#registration section {
  border: solid #dddddd;
  border-width: 1px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.5em;
}
#signin section > *,
#registration section > * {
  padding: 1em 0.5em;
}
#signin section > *:first-child,
#registration section > *:first-child {
  width: 75%;
}
#signin section > .submit,
#registration section > .submit {
  width: 25%;
}
#signin section > *:first-child,
#registration section > *:first-child {
  display: flex;
  flex-flow: row wrap;
  line-height: 2.5;
}
#signin section > *:first-child label,
#registration section > *:first-child label {
  width: 30%;
  font-weight: 700;
  line-height: 1;
  padding: 1em 0;
}
#signin section > *:first-child label .hint,
#registration section > *:first-child label .hint {
  font-weight: 400;
}
#signin section > *:first-child input,
#registration section > *:first-child input {
  width: 70%;
  padding: 0.5em 1.5em;
}
#signin section > *:first-child label,
#registration section > *:first-child label,
#signin section > *:first-child input,
#registration section > *:first-child input {
  margin-bottom: 0.5em;
}
#signin section > .submit,
#registration section > .submit {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding-bottom: 1.5em;
}
#signin section > .submit button,
#registration section > .submit button {
  font-weight: 700;
  width: 100%;
  min-height: 4em;
}
#signin footer .button,
#registration footer .button {
  margin: 1em;
  padding: 1em 3em;
}
#registration > section > *:first-child {
  width: 100%;
}
#registration > section > *:first-child button {
  width: 70%;
  margin-left: auto;
  margin-top: 2em;
  padding: 2em;
}
@media (max-width: 576px) {
  #signin section > *,
  #registration section > * {
    width: 100% !important;
  }
  #signin section > *:first-child,
  #registration section > *:first-child {
    line-height: 1.3;
  }
  #signin section > *:first-child label,
  #registration section > *:first-child label,
  #signin section > *:first-child input,
  #registration section > *:first-child input,
  #signin section > *:first-child button,
  #registration section > *:first-child button {
    width: 100%;
  }
  #signin section > *:first-child label,
  #registration section > *:first-child label {
    padding: 0.3em 0;
  }
}
.page > .dashboard {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin: 0;
}
.page > .dashboard > section {
  margin: 2rem;
  width: calc(50% - 4rem);
}
@media (max-width: 576px) {
  .page > .dashboard > section {
    margin: 2rem 4px;
  }
}
.page > .dashboard > section.wide {
  width: 100%;
}
.page > .dashboard > section .boxes {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1rem;
}
.page > .dashboard > section .boxes .box {
  margin: 1rem;
  width: calc(100% / 3 - 2rem);
  position: relative;
  font-size: 1rem;
}
.page > .dashboard > section .boxes .box .icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10em;
}
.page > .dashboard > section .boxes .box .content {
  position: relative;
  padding: 2rem;
  min-height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.page > .dashboard > section .boxes .box .content .value {
  margin-top: 1rem;
  font-size: 4.25em;
  font-weight: 500;
}
.page > .dashboard > section .boxes .box .content .price {
  font-size: 0.6em;
}
.page > .dashboard > section .boxes .box .content .price .c {
  font-size: 0.7em;
}
.page > .dashboard > section .boxes .box .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem;
  text-align: right;
}
.page > .dashboard > section .boxes .box.blue {
  color: #fff;
  background-color: #01a3f4;
}
.page > .dashboard > section .boxes .box.blue .icon {
  color: #0A6DFF;
}
.page > .dashboard > section .boxes .box.blue .footer {
  background-color: #0A6DFF;
}
.page > .dashboard > section .boxes .box.yellow {
  color: #fff;
  background-color: #ffb400;
}
.page > .dashboard > section .boxes .box.yellow .icon {
  color: #eca703;
}
.page > .dashboard > section .boxes .box.yellow .footer {
  background-color: #eca703;
}
.page > .dashboard > section .boxes .box.green {
  color: #fff;
  background-color: #71bf44;
}
.page > .dashboard > section .boxes .box.green .icon {
  color: #5da831;
}
.page > .dashboard > section .boxes .box.green .footer {
  background-color: #5da831;
}
@media (max-width: 1024px) {
  .page > .dashboard > section .boxes .box {
    font-size: 0.6em;
  }
  .page > .dashboard > section .boxes .box .label,
  .page > .dashboard > section .boxes .box .footer {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .page > .dashboard > section .boxes .box {
    width: 100%;
  }
  .page > .dashboard > section .boxes .box .content {
    min-height: 150px;
  }
}
.page > .dashboard > section .orders {
  width: 100%;
}
.page > .dashboard > section .orders thead th {
  color: #eca703;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .page > .dashboard > section .orders {
    display: block;
  }
  .page > .dashboard > section .orders tr {
    margin-bottom: 1em;
    display: flex;
    flex-flow: row wrap;
  }
  .page > .dashboard > section .orders thead th {
    text-align: center;
  }
  .page > .dashboard > section .orders td,
  .page > .dashboard > section .orders th {
    width: calc(100% / 3);
    order: 5;
  }
  .page > .dashboard > section .orders td:nth-child(1),
  .page > .dashboard > section .orders th:nth-child(1) {
    order: 1;
  }
  .page > .dashboard > section .orders td:nth-child(2),
  .page > .dashboard > section .orders th:nth-child(2) {
    order: 4;
    width: calc(100% / 3 * 2);
  }
  .page > .dashboard > section .orders td:nth-child(3),
  .page > .dashboard > section .orders th:nth-child(3) {
    order: 2;
  }
  .page > .dashboard > section .orders td:nth-child(4),
  .page > .dashboard > section .orders th:nth-child(4) {
    order: 3;
  }
}
@media (max-width: 576px) {
  .page > .dashboard > section .orders td,
  .page > .dashboard > section .orders th {
    width: 50%;
  }
  .page > .dashboard > section .orders td:nth-child(2),
  .page > .dashboard > section .orders th:nth-child(2) {
    order: 3;
    width: 100%;
  }
}
.page > .dashboard > section .informations .item {
  margin-bottom: 1rem;
}
.page > .dashboard > section .informations .item .header {
  font-size: 1.125rem;
  color: #01a3f4;
}
.page > .dashboard > section .informations .item .header time {
  font-weight: 700;
}
.page > .dashboard > section .products .item {
  display: flex;
  padding: 0.5em 0;
}
.page > .dashboard > section .products .item .photo {
  width: 200px;
  flex: 0 0 auto;
}
.page > .dashboard > section .products .item .description {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  line-height: 1.4;
}
.page > .dashboard > section .products .item .description > * {
  width: 100%;
}
.page > .dashboard > section .products .item .description .label {
  font-weight: 700;
}
.page > .dashboard > section .products .item .description .name .a {
  font-weight: 700;
}
.page > .dashboard > section .products .item .description .name .b {
  color: #71bf44;
}
.page > .dashboard > section .products .item .description .origin {
  font-size: 0.9em;
  color: #afafaf;
}
.page > .dashboard > section .products .item .description .price > * {
  display: inline-block;
}
.page > .dashboard > section .products .item .description .price .old {
  margin-right: 0.5em;
  text-decoration: line-through;
}
.page > .dashboard > section .products .item .description .price .main {
  font-weight: 700;
}
.page > .dashboard > section .products .item > .add {
  flex: 0 0 auto;
  margin-left: 1em;
  width: 180px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #71bf44;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1439px) {
  .page > .dashboard > section .products .item > .add {
    width: 70px;
  }
  .page > .dashboard > section .products .item > .add .label {
    display: none;
  }
}
.page > .dashboard > section .products .item.tint-red .description .label,
.page > .dashboard > section .products .item.tint-red .price .main {
  color: #0A6DFF;
}
.page > .dashboard > section .products .item.tint-blue .description .label,
.page > .dashboard > section .products .item.tint-blue .price .main {
  color: #0A6DFF;
}
@media (max-width: 576px) {
  .page > .dashboard > section .products .item {
    flex-flow: row wrap;
  }
  .page > .dashboard > section .products .item .photo {
    width: 100%;
    text-align: center;
  }
  .page > .dashboard > section .products .item .description {
    text-align: center;
  }
  .page > .dashboard > section .products .item .add {
    width: 100%;
    margin: 0 1rem 0 0;
  }
  .page > .dashboard > section .products .item .add .label {
    display: inline-block;
    padding: 1em;
  }
}
@media (max-width: 1024px) {
  .page > .dashboard > section {
    width: 100%;
  }
}
.flashes {
  z-index: 200;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.flashes > * {
  pointer-events: auto;
  max-width: 700px;
  margin: 1rem auto;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: 1px solid #434343;
  color: #434343;
  background-color: #afafaf;
  cursor: pointer;
  box-shadow: 0 0 1rem;
  transition: opacity 0.3s, max-height 0.3s 0.3s, padding 0.3s 0.3s, margin 0.3s 0.3s;
  opacity: 1;
  max-height: 100px;
}
.flashes > * * {
  pointer-events: none;
}
.flashes .removing {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.flashes .flash-error {
  background-color: #f6adb0;
  color: #76232e;
  border-color: #76232e;
}
.flashes .flash-success,
.flashes .flash-notice {
  background-color: #dbe9df;
  color: #00663b;
  border-color: #00663b;
}
.flashes .flash-warning {
  background-color: #ffe6c6;
  color: #eca703;
  border-color: #eca703;
}
.table {
  display: table;
}
.table .row {
  display: table-row;
}
.table .cell {
  display: table-cell;
}
table,
.table {
  width: 100%;
}
table thead th,
.table thead th,
table .row.head .cell,
.table .row.head .cell {
  color: #eca703;
  font-weight: 700;
  text-align: left;
}
table tbody tr:hover td,
.table tbody tr:hover td,
table .row:not(.head):hover .cell,
.table .row:not(.head):hover .cell {
  background-color: rgba(0, 0, 0, 0.05);
}
table tbody tr td,
.table tbody tr td,
table thead tr th,
.table thead tr th,
table .row .cell,
.table .row .cell {
  padding: 0.3em 0.6em;
}
table tfoot th,
.table tfoot th,
table tfoot td,
.table tfoot td {
  text-align: left;
}
table td.warning,
.table td.warning,
table .cell.warning,
.table .cell.warning {
  font-weight: 700;
  color: #eca703;
}
table small,
.table small {
  font-size: 0.6em;
}
table td.i,
.table td.i,
table th.i,
.table th.i,
table td.icons,
.table td.icons,
table th.icons,
.table th.icons,
table .cell.icons,
.table .cell.icons,
table .cell.i,
.table .cell.i {
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  width: 1%;
}
table td.i,
.table td.i,
table th.i,
.table th.i,
table .cell.i,
.table .cell.i {
  font-size: 1.2em;
}
table td.amount,
.table td.amount {
  text-align: right;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  width: 1%;
  white-space: nowrap;
}
table tr.deleted td,
.table tr.deleted td,
table .row.deleted .cell,
.table .row.deleted .cell {
  color: #afafaf;
}
#master-loader {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s;
  z-index: 100;
}
#master-loader:before {
  content: '';
  display: block;
  position: absolute;
  width: 10vmin;
  height: 10vmin;
  top: calc(50% -  10vmin/2);
  left: calc(50% -  10vmin/2);
  border: 10px solid;
  border-color: #00663b #fff #fff #fff;
  border-radius: 100%;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
#master-loader.visible {
  opacity: 1;
  pointer-events: auto;
}
main dl dt,
main dl dd {
  margin-bottom: 0.3em;
}
main dl dt {
  font-weight: 400;
  font-size: 0.9em;
}
main dl dd {
  font-weight: 500;
}
hr {
  margin: 1em 0 2em;
  border: 0;
  height: 1px;
  background-color: #dddddd;
}
hr.small {
  max-width: 200px;
  margin-left: 0;
}
main.settings #users .not-active td {
  color: #999;
}
main.settings #users .not-active td:not(:last-child) {
  text-decoration: line-through;
}
[hidden] {
  display: none;
}
table.events small {
  color: #afafaf;
}
