/*! Cola - v1.1.0 (2018-03-30 15:51:05)
 * Copyright (C) 2015-2017 Benny Bao & Alex Tong.
 * Licensed under the MIT license */

template {
  display: none;
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mobile {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.mobile ::-webkit-scrollbar:vertical {
  width: 2px;
}
.mobile ::-webkit-scrollbar:horizontal {
  height: 2px;
}
.mobile ::-webkit-scrollbar-thumb {
  background: #888;
}
.show-on-ready {
  visibility: hidden;
}
.display-none {
  display: none !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.ui.fragment {
  position: relative;
  padding: 1em;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 0.6em;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ui.fragment:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
}
.ui.fragment.basic {
  background-color: transparent;
}
.ui.fragment.crowd {
  padding: 0em;
}
.ui.city-selector {
  width: 320px;
  height: 280px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #009966;
}
.ui.city-selector .content .province,
.ui.city-selector .content .cities,
.ui.city-selector .content .hot {
  display: none;
}
.ui.city-selector .content .province .name,
.ui.city-selector .content .cities .name,
.ui.city-selector .content .hot .name {
  width: 25%;
  cursor: pointer;
  display: inline-block;
}
.ui.city-selector .content .province .name:hover,
.ui.city-selector .content .cities .name:hover,
.ui.city-selector .content .hot .name:hover {
  color: #009966;
}
.ui.city-selector .content .province.active,
.ui.city-selector .content .cities.active,
.ui.city-selector .content .hot.active {
  display: block;
}
.ui.city-selector .content .city.active {
  display: block;
}
.ui.city-selector .tab-buttons {
  width: 100%;
  display: table;
}
.ui.city-selector .tab-buttons > .item {
  display: table-cell;
  text-align: center;
  width: 33.33%;
  cursor: pointer;
}
.ui.city-selector .tab-buttons > .item.active,
.ui.city-selector .tab-buttons > .item:active {
  background-color: #009966;
  color: #fff;
}
.ui.city-selector .tab-buttons > .item:hover {
  background-color: rgba(0, 153, 102, 0.8);
  color: #fff;
}
c-segment {
  display: block;
}
c-divider {
  display: block;
}
c-form {
  display: block;
}
messages,
message {
  display: block;
}

.mobile .v-box,
.mobile .h-box,
.mobile v-box,
.mobile h-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile .v-box > .flex-box,
.mobile .h-box > .flex-box,
.mobile v-box > .flex-box,
.mobile h-box > .flex-box {
  display: -webkit-box;
  display: -moz-box;
}
.desktop .v-box,
.desktop .h-box,
.desktop v-box,
.desktop h-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.desktop .v-box > box,
.desktop .h-box > box,
.desktop v-box > box,
.desktop h-box > box,
.desktop .v-box > flex-box,
.desktop .h-box > flex-box,
.desktop v-box > flex-box,
.desktop h-box > flex-box {
  display: block;
}
.v-box,
.h-box,
v-box,
h-box {
  position: relative;
  box-sizing: border-box;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.v-box > .box,
.h-box > .box,
v-box > .box,
h-box > .box,
.v-box > box,
.h-box > box,
v-box > box,
h-box > box {
  overflow: visible;
}
.v-box > .flex-box,
.h-box > .flex-box,
v-box > .flex-box,
h-box > .flex-box,
.v-box > flex-box,
.h-box > flex-box,
v-box > flex-box,
h-box > flex-box {
  overflow: auto;
}
.v-box .box,
.h-box .box,
v-box .box,
h-box .box,
.v-box box,
.h-box box,
v-box box,
h-box box {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.v-box > .flex-box,
.h-box > .flex-box,
v-box > .flex-box,
h-box > .flex-box,
.v-box > flex-box,
.h-box > flex-box,
v-box > flex-box,
h-box > flex-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.v-box > .flex-box > *,
.h-box > .flex-box > *,
v-box > .flex-box > *,
h-box > .flex-box > *,
.v-box > flex-box > *,
.h-box > flex-box > *,
v-box > flex-box > *,
h-box > flex-box > * {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.v-box,
v-box {
  height: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.v-box > *,
v-box > * {
  position: relative;
  width: 100%;
}
.h-box,
h-box {
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
}
.h-box > *,
h-box > * {
  position: relative;
  height: 100%;
}
.v-box.center,
.h-box.center,
v-box.center,
h-box.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.v-box.end,
.h-box.end,
v-box.end,
h-box.end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ui.input > input {
  box-sizing: border-box;
}
.hide-state field.required > label:after {
  display: none !important;
}
.hide-state message.warn,
.hide-state messages.warn,
.hide-state message.error,
.hide-state messages.error {
  display: none !important;
}
.form,
form-layout {
  position: relative;
  padding-top: 0.75rem;
}
.form > fields > field,
form-layout > fields > field {
  width: 100%;
  box-sizing: border-box;
}
.form > fields,
form-layout > fields {
  display: block;
  padding: 0;
  *zoom: 1;
  margin: 0;
}
.form > fields:before,
form-layout > fields:before,
.form > fields:after,
form-layout > fields:after {
  display: table;
  content: "";
}
.form > fields:after,
form-layout > fields:after {
  clear: both;
}
.form > fields > field,
form-layout > fields > field {
  display: block;
  float: left;
  height: auto;
  box-sizing: border-box;
}
.form > fields > field,
form-layout > fields > field {
  padding: 0 0.375rem 0.75rem;
}
.form > field,
form-layout > field {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.375rem 0.75rem;
}
.form > fields > field,
form-layout > fields > field,
.form > [class*="fields-"] > field,
form-layout > [class*="fields-"] > field {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}
.form > fields > field > label,
form-layout > fields > field > label,
.form > [class*="fields-"] > field > label,
form-layout > [class*="fields-"] > field > label {
  padding-right: 1em;
  width: 6em;
  min-width: 6em;
  text-align: right;
  display: block;
}
.form > fields > field.required > label,
form-layout > fields > field.required > label,
.form > [class*="fields-"] > field.required > label,
form-layout > [class*="fields-"] > field.required > label {
  position: relative;
}
.form > fields > field.required > label:after,
form-layout > fields > field.required > label:after,
.form > [class*="fields-"] > field.required > label:after,
form-layout > [class*="fields-"] > field.required > label:after {
  content: '*';
  color: #DB2828;
  position: absolute;
  right: 0em;
  line-height: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  text-align: center;
}
.form > fields > field .ui.input,
form-layout > fields > field .ui.input,
.form > [class*="fields-"] > field .ui.input,
form-layout > [class*="fields-"] > field .ui.input,
.form > fields > field .ui.textarea,
form-layout > fields > field .ui.textarea,
.form > [class*="fields-"] > field .ui.textarea,
form-layout > [class*="fields-"] > field .ui.textarea,
.form > fields > field > .content,
form-layout > fields > field > .content,
.form > [class*="fields-"] > field > .content,
form-layout > [class*="fields-"] > field > .content,
.form > fields > field > content,
form-layout > fields > field > content,
.form > [class*="fields-"] > field > content,
form-layout > [class*="fields-"] > field > content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.form > fields > field .ui.tag-editor,
form-layout > fields > field .ui.tag-editor,
.form > [class*="fields-"] > field .ui.tag-editor,
form-layout > [class*="fields-"] > field .ui.tag-editor {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: calc(100% - 8em);
}
.form > fields > field > .ui.textarea,
form-layout > fields > field > .ui.textarea,
.form > [class*="fields-"] > field > .ui.textarea,
form-layout > [class*="fields-"] > field > .ui.textarea {
  width: auto;
}
.form > fields > field > message,
form-layout > fields > field > message,
.form > [class*="fields-"] > field > message,
form-layout > [class*="fields-"] > field > message {
  box-shadow: none !important;
  background: transparent !important;
}
.form > field,
form-layout > field {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}
.form > field > label,
form-layout > field > label {
  padding-right: 1em;
  width: 6em;
  min-width: 6em;
  text-align: right;
  display: block;
}
.form > field.required > label,
form-layout > field.required > label {
  position: relative;
}
.form > field.required > label:after,
form-layout > field.required > label:after {
  content: '*';
  color: #DB2828;
  position: absolute;
  right: 0em;
  line-height: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  text-align: center;
}
.form > field .ui.input,
form-layout > field .ui.input,
.form > field .ui.textarea,
form-layout > field .ui.textarea,
.form > field > .content,
form-layout > field > .content,
.form > field > content,
form-layout > field > content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.form > field .ui.tag-editor,
form-layout > field .ui.tag-editor {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: calc(100% - 8em);
}
.form > field > .ui.textarea,
form-layout > field > .ui.textarea {
  width: auto;
}
.form > field > message,
form-layout > field > message {
  box-shadow: none !important;
  background: transparent !important;
}
.form fields.cols-2 > field,
form-layout fields.cols-2 > field {
  width: 50%;
}
.form fields.cols-2 > field:nth-of-type(1n),
form-layout fields.cols-2 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-2 > field:nth-of-type(2n + 1),
form-layout fields.cols-2 > field:nth-of-type(2n + 1) {
  clear: both;
}
.form fields.cols-3 > field,
form-layout fields.cols-3 > field {
  width: 33.33333333%;
}
.form fields.cols-3 > field:nth-of-type(1n),
form-layout fields.cols-3 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-3 > field:nth-of-type(3n + 1),
form-layout fields.cols-3 > field:nth-of-type(3n + 1) {
  clear: both;
}
.form fields.cols-4 > field,
form-layout fields.cols-4 > field {
  width: 25%;
}
.form fields.cols-4 > field:nth-of-type(1n),
form-layout fields.cols-4 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-4 > field:nth-of-type(4n + 1),
form-layout fields.cols-4 > field:nth-of-type(4n + 1) {
  clear: both;
}
.form fields.cols-5 > field,
form-layout fields.cols-5 > field {
  width: 20%;
}
.form fields.cols-5 > field:nth-of-type(1n),
form-layout fields.cols-5 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-5 > field:nth-of-type(5n + 1),
form-layout fields.cols-5 > field:nth-of-type(5n + 1) {
  clear: both;
}
.form fields.cols-6 > field,
form-layout fields.cols-6 > field {
  width: 16.66666667%;
}
.form fields.cols-6 > field:nth-of-type(1n),
form-layout fields.cols-6 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-6 > field:nth-of-type(6n + 1),
form-layout fields.cols-6 > field:nth-of-type(6n + 1) {
  clear: both;
}
.form fields.cols-7 > field,
form-layout fields.cols-7 > field {
  width: 14.28571429%;
}
.form fields.cols-7 > field:nth-of-type(1n),
form-layout fields.cols-7 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-7 > field:nth-of-type(7n + 1),
form-layout fields.cols-7 > field:nth-of-type(7n + 1) {
  clear: both;
}
.form fields.cols-8 > field,
form-layout fields.cols-8 > field {
  width: 12.5%;
}
.form fields.cols-8 > field:nth-of-type(1n),
form-layout fields.cols-8 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-8 > field:nth-of-type(8n + 1),
form-layout fields.cols-8 > field:nth-of-type(8n + 1) {
  clear: both;
}
.form fields.cols-9 > field,
form-layout fields.cols-9 > field {
  width: 11.11111111%;
}
.form fields.cols-9 > field:nth-of-type(1n),
form-layout fields.cols-9 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-9 > field:nth-of-type(9n + 1),
form-layout fields.cols-9 > field:nth-of-type(9n + 1) {
  clear: both;
}
.form fields.cols-10 > field,
form-layout fields.cols-10 > field {
  width: 10%;
}
.form fields.cols-10 > field:nth-of-type(1n),
form-layout fields.cols-10 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-10 > field:nth-of-type(10n + 1),
form-layout fields.cols-10 > field:nth-of-type(10n + 1) {
  clear: both;
}
.form fields.cols-11 > field,
form-layout fields.cols-11 > field {
  width: 9.09090909%;
}
.form fields.cols-11 > field:nth-of-type(1n),
form-layout fields.cols-11 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-11 > field:nth-of-type(11n + 1),
form-layout fields.cols-11 > field:nth-of-type(11n + 1) {
  clear: both;
}
.form fields.cols-12 > field,
form-layout fields.cols-12 > field {
  width: 8.33333333%;
}
.form fields.cols-12 > field:nth-of-type(1n),
form-layout fields.cols-12 > field:nth-of-type(1n) {
  clear: none;
}
.form fields.cols-12 > field:nth-of-type(12n + 1),
form-layout fields.cols-12 > field:nth-of-type(12n + 1) {
  clear: both;
}
.form > fields.cols-2 > field.cols-2,
form-layout > fields.cols-2 > field.cols-2 {
  width: 100%;
}
.form > fields.cols-3 > field.cols-2,
form-layout > fields.cols-3 > field.cols-2 {
  width: 66.66666667%;
}
.form > fields.cols-3 > field.cols-3,
form-layout > fields.cols-3 > field.cols-3 {
  width: 100%;
}
.form > fields.cols-4 > field.cols-2,
form-layout > fields.cols-4 > field.cols-2 {
  width: 50%;
}
.form > fields.cols-4 > field.cols-3,
form-layout > fields.cols-4 > field.cols-3 {
  width: 75%;
}
.form > fields.cols-4 > field.cols-4,
form-layout > fields.cols-4 > field.cols-4 {
  width: 100%;
}
.form > fields.cols-5 > field.cols-2,
form-layout > fields.cols-5 > field.cols-2 {
  width: 40%;
}
.form > fields.cols-5 > field.cols-3,
form-layout > fields.cols-5 > field.cols-3 {
  width: 60%;
}
.form > fields.cols-5 > field.cols-4,
form-layout > fields.cols-5 > field.cols-4 {
  width: 80%;
}
.form > fields.cols-5 > field.cols-5,
form-layout > fields.cols-5 > field.cols-5 {
  width: 100%;
}
.form > fields.cols-6 > field.cols-2,
form-layout > fields.cols-6 > field.cols-2 {
  width: 33.33333333%;
}
.form > fields.cols-6 > field.cols-3,
form-layout > fields.cols-6 > field.cols-3 {
  width: 50%;
}
.form > fields.cols-6 > field.cols-4,
form-layout > fields.cols-6 > field.cols-4 {
  width: 66.66666667%;
}
.form > fields.cols-6 > field.cols-5,
form-layout > fields.cols-6 > field.cols-5 {
  width: 83.33333333%;
}
.form > fields.cols-6 > field.cols-6,
form-layout > fields.cols-6 > field.cols-6 {
  width: 100%;
}
.form > fields.cols-7 > field.cols-2,
form-layout > fields.cols-7 > field.cols-2 {
  width: 28.57142857%;
}
.form > fields.cols-7 > field.cols-3,
form-layout > fields.cols-7 > field.cols-3 {
  width: 42.85714286%;
}
.form > fields.cols-7 > field.cols-4,
form-layout > fields.cols-7 > field.cols-4 {
  width: 57.14285714%;
}
.form > fields.cols-7 > field.cols-5,
form-layout > fields.cols-7 > field.cols-5 {
  width: 71.42857143%;
}
.form > fields.cols-7 > field.cols-6,
form-layout > fields.cols-7 > field.cols-6 {
  width: 85.71428571%;
}
.form > fields.cols-7 > field.cols-7,
form-layout > fields.cols-7 > field.cols-7 {
  width: 100%;
}
.form > fields.cols-8 > field.cols-2,
form-layout > fields.cols-8 > field.cols-2 {
  width: 25%;
}
.form > fields.cols-8 > field.cols-3,
form-layout > fields.cols-8 > field.cols-3 {
  width: 37.5%;
}
.form > fields.cols-8 > field.cols-4,
form-layout > fields.cols-8 > field.cols-4 {
  width: 50%;
}
.form > fields.cols-8 > field.cols-5,
form-layout > fields.cols-8 > field.cols-5 {
  width: 62.5%;
}
.form > fields.cols-8 > field.cols-6,
form-layout > fields.cols-8 > field.cols-6 {
  width: 75%;
}
.form > fields.cols-8 > field.cols-7,
form-layout > fields.cols-8 > field.cols-7 {
  width: 87.5%;
}
.form > fields.cols-8 > field.cols-8,
form-layout > fields.cols-8 > field.cols-8 {
  width: 100%;
}
.form > fields.cols-9 > field.cols-2,
form-layout > fields.cols-9 > field.cols-2 {
  width: 22.22222222%;
}
.form > fields.cols-9 > field.cols-3,
form-layout > fields.cols-9 > field.cols-3 {
  width: 33.33333333%;
}
.form > fields.cols-9 > field.cols-4,
form-layout > fields.cols-9 > field.cols-4 {
  width: 44.44444444%;
}
.form > fields.cols-9 > field.cols-5,
form-layout > fields.cols-9 > field.cols-5 {
  width: 55.55555556%;
}
.form > fields.cols-9 > field.cols-6,
form-layout > fields.cols-9 > field.cols-6 {
  width: 66.66666667%;
}
.form > fields.cols-9 > field.cols-7,
form-layout > fields.cols-9 > field.cols-7 {
  width: 77.77777778%;
}
.form > fields.cols-9 > field.cols-8,
form-layout > fields.cols-9 > field.cols-8 {
  width: 88.88888889%;
}
.form > fields.cols-9 > field.cols-9,
form-layout > fields.cols-9 > field.cols-9 {
  width: 100%;
}
.form > fields.cols-10 > field.cols-2,
form-layout > fields.cols-10 > field.cols-2 {
  width: 20%;
}
.form > fields.cols-10 > field.cols-3,
form-layout > fields.cols-10 > field.cols-3 {
  width: 30%;
}
.form > fields.cols-10 > field.cols-4,
form-layout > fields.cols-10 > field.cols-4 {
  width: 40%;
}
.form > fields.cols-10 > field.cols-5,
form-layout > fields.cols-10 > field.cols-5 {
  width: 50%;
}
.form > fields.cols-10 > field.cols-6,
form-layout > fields.cols-10 > field.cols-6 {
  width: 60%;
}
.form > fields.cols-10 > field.cols-7,
form-layout > fields.cols-10 > field.cols-7 {
  width: 70%;
}
.form > fields.cols-10 > field.cols-8,
form-layout > fields.cols-10 > field.cols-8 {
  width: 80%;
}
.form > fields.cols-10 > field.cols-9,
form-layout > fields.cols-10 > field.cols-9 {
  width: 90%;
}
.form > fields.cols-10 > field.cols-10,
form-layout > fields.cols-10 > field.cols-10 {
  width: 100%;
}
.form > fields.cols-11 > field.cols-2,
form-layout > fields.cols-11 > field.cols-2 {
  width: 18.18181818%;
}
.form > fields.cols-11 > field.cols-3,
form-layout > fields.cols-11 > field.cols-3 {
  width: 27.27272727%;
}
.form > fields.cols-11 > field.cols-4,
form-layout > fields.cols-11 > field.cols-4 {
  width: 36.36363636%;
}
.form > fields.cols-11 > field.cols-5,
form-layout > fields.cols-11 > field.cols-5 {
  width: 45.45454545%;
}
.form > fields.cols-11 > field.cols-6,
form-layout > fields.cols-11 > field.cols-6 {
  width: 54.54545455%;
}
.form > fields.cols-11 > field.cols-7,
form-layout > fields.cols-11 > field.cols-7 {
  width: 63.63636364%;
}
.form > fields.cols-11 > field.cols-8,
form-layout > fields.cols-11 > field.cols-8 {
  width: 72.72727273%;
}
.form > fields.cols-11 > field.cols-9,
form-layout > fields.cols-11 > field.cols-9 {
  width: 81.81818182%;
}
.form > fields.cols-11 > field.cols-10,
form-layout > fields.cols-11 > field.cols-10 {
  width: 90.90909091%;
}
.form > fields.cols-11 > field.cols-11,
form-layout > fields.cols-11 > field.cols-11 {
  width: 100%;
}
.form > fields.cols-12 > field.cols-2,
form-layout > fields.cols-12 > field.cols-2 {
  width: 16.66666667%;
}
.form > fields.cols-12 > field.cols-3,
form-layout > fields.cols-12 > field.cols-3 {
  width: 25%;
}
.form > fields.cols-12 > field.cols-4,
form-layout > fields.cols-12 > field.cols-4 {
  width: 33.33333333%;
}
.form > fields.cols-12 > field.cols-5,
form-layout > fields.cols-12 > field.cols-5 {
  width: 41.66666667%;
}
.form > fields.cols-12 > field.cols-6,
form-layout > fields.cols-12 > field.cols-6 {
  width: 50%;
}
.form > fields.cols-12 > field.cols-7,
form-layout > fields.cols-12 > field.cols-7 {
  width: 58.33333333%;
}
.form > fields.cols-12 > field.cols-8,
form-layout > fields.cols-12 > field.cols-8 {
  width: 66.66666667%;
}
.form > fields.cols-12 > field.cols-9,
form-layout > fields.cols-12 > field.cols-9 {
  width: 75%;
}
.form > fields.cols-12 > field.cols-10,
form-layout > fields.cols-12 > field.cols-10 {
  width: 83.33333333%;
}
.form > fields.cols-12 > field.cols-11,
form-layout > fields.cols-12 > field.cols-11 {
  width: 91.66666667%;
}
.form > fields.cols-12 > field.cols-12,
form-layout > fields.cols-12 > field.cols-12 {
  width: 100%;
}
form-layout {
  display: block;
}
@media only screen and (min-width: 0em ) and (max-width: 42.5em ) {
  .form > fields > field,
  form-layout > fields > field,
  .form > [class*="fields-"] > field,
  form-layout > [class*="fields-"] > field {
    box-sizing: border-box;
    width: 100% !important;
  }
  .form > fields > field > label,
  form-layout > fields > field > label,
  .form > [class*="fields-"] > field > label,
  form-layout > [class*="fields-"] > field > label {
    display: block;
  }
  .form > fields > field > .ui.input,
  form-layout > fields > field > .ui.input,
  .form > [class*="fields-"] > field > .ui.input,
  form-layout > [class*="fields-"] > field > .ui.input,
  .form > fields > field .ui.textarea,
  form-layout > fields > field .ui.textarea,
  .form > [class*="fields-"] > field .ui.textarea,
  form-layout > [class*="fields-"] > field .ui.textarea,
  .form > fields > field > .content,
  form-layout > fields > field > .content,
  .form > [class*="fields-"] > field > .content,
  form-layout > [class*="fields-"] > field > .content,
  .form > fields > field > content,
  form-layout > fields > field > content,
  .form > [class*="fields-"] > field > content,
  form-layout > [class*="fields-"] > field > content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
  }
  .form > field,
  form-layout > field {
    box-sizing: border-box;
    width: 100% !important;
  }
  .form > field > label,
  form-layout > field > label {
    display: block;
  }
  .form > field > .ui.input,
  form-layout > field > .ui.input,
  .form > field .ui.textarea,
  form-layout > field .ui.textarea,
  .form > field > .content,
  form-layout > field > .content,
  .form > field > content,
  form-layout > field > content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
  }
}
message,
messages {
  position: relative;
  min-height: 1em;
  padding: 0.5em 1em;
  line-height: 1.4285em;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  border-radius: 4px;
  box-sizing: border-box;
  color: #573A08;
  background-color: rgba(255, 170, 0, 0.1);
  box-shadow: 0px 0px 0px 1px #ffaa00 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
message .header,
messages .header {
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0.5em;
}
message p,
messages p {
  opacity: 1;
  margin: 0.25em 0em;
}
message p:first-child,
messages p:first-child {
  margin-top: 0.5em;
}
message p:last-child,
messages p:last-child {
  margin-bottom: 0.5em;
}
message .header + p,
messages .header + p {
  margin-top: 0;
}
message > .icon,
messages > .icon {
  margin-right: 1em;
}
message > .close.icon,
messages > .close.icon {
  cursor: pointer;
  position: absolute;
  margin: 0em;
  top: 0.5em;
  right: 0.5em;
  opacity: 0.7;
}
message > .close.icon:hover,
messages > .close.icon:hover {
  opacity: 1;
}
message > :first-child,
messages > :first-child {
  margin-top: 0em;
}
message > :last-child,
messages > :last-child {
  margin-bottom: 0em;
}
messages {
  margin: 1em 0;
}
message .list:not(.ui),
messages .list:not(.ui) {
  text-align: left;
  padding: 0em;
  margin: 0.5em 0em 0em;
}
message .list:not(.ui):first-child,
messages .list:not(.ui):first-child,
message .list:not(.ui):last-child,
messages .list:not(.ui):last-child {
  margin-bottom: 0em;
}
message .list:not(.ui) li,
messages .list:not(.ui) li {
  position: relative;
  list-style-type: none;
  margin: 0em 0em 0.3em 1em;
  padding: 0em;
}
message.info,
messages.info {
  color: #276F86;
  background-color: rgba(59, 142, 238, 0.1);
  box-shadow: 0px 0px 0px 1px #3b8EEE inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
message.info:before,
messages.info:before {
  content: "\f05a";
  font-family: "Icons";
}
message.warn,
messages.warn {
  color: #573A08;
  background-color: rgba(255, 170, 0, 0.1);
  box-shadow: 0px 0px 0px 1px #ffaa00 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
message.warn:before,
messages.warn:before {
  content: "\f06a";
  font-family: "Icons";
}
message.error,
messages.error {
  color: #ed5565;
  background-color: rgba(250, 67, 50, 0.1);
  box-shadow: 0px 0px 0px 1px #Fa4332 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
message.error:before,
messages.error:before {
  content: "\f071";
  font-family: "Icons";
}
message.success,
messages.success {
  color: #2C662D;
  background-color: rgba(126, 211, 33, 0.1);
  box-shadow: 0px 0px 0px 1px #7ed321 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
message.success:before,
messages.success:before {
  content: "\f05a";
  font-family: "Icons";
}
messages {
  width: 100%;
}
.form message,
.form messages {
  display: none;
}
.form message.info,
.form messages.info {
  display: block;
}
.form message.warn,
.form messages.warn {
  display: block;
}
.form message.error,
.form messages.error {
  display: block;
}
#c-notify-tip-container message {
  margin: 1em 0em;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  *zoom: 1;
  margin: 0;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  display: table;
  content: "";
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li,
[class*="block-grid-"] > .item {
  display: block;
  float: left;
  height: auto;
}
[class*="block-grid-"] > li,
[class*="block-grid-"] > .item {
  padding: 0 0rem 0rem;
}
@media only screen {
  .small-block-grid-1 > li,
  .small-block-grid-1 > .item {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n),
  .small-block-grid-1 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n + 1),
  .small-block-grid-1 > .item:nth-of-type(1n + 1) {
    clear: both;
  }
  .small-block-grid-2 > li,
  .small-block-grid-2 > .item {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n),
  .small-block-grid-2 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n + 1),
  .small-block-grid-2 > .item:nth-of-type(2n + 1) {
    clear: both;
  }
  .small-block-grid-3 > li,
  .small-block-grid-3 > .item {
    list-style: none;
    width: 33.33333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n),
  .small-block-grid-3 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n + 1),
  .small-block-grid-3 > .item:nth-of-type(3n + 1) {
    clear: both;
  }
  .small-block-grid-4 > li,
  .small-block-grid-4 > .item {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n),
  .small-block-grid-4 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n + 1),
  .small-block-grid-4 > .item:nth-of-type(4n + 1) {
    clear: both;
  }
  .small-block-grid-5 > li,
  .small-block-grid-5 > .item {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n),
  .small-block-grid-5 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n + 1),
  .small-block-grid-5 > .item:nth-of-type(5n + 1) {
    clear: both;
  }
  .small-block-grid-6 > li,
  .small-block-grid-6 > .item {
    list-style: none;
    width: 16.66666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n),
  .small-block-grid-6 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n + 1),
  .small-block-grid-6 > .item:nth-of-type(6n + 1) {
    clear: both;
  }
  .small-block-grid-7 > li,
  .small-block-grid-7 > .item {
    list-style: none;
    width: 14.28571429%;
  }
  .small-block-grid-7 > li:nth-of-type(1n),
  .small-block-grid-7 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n + 1),
  .small-block-grid-7 > .item:nth-of-type(7n + 1) {
    clear: both;
  }
  .small-block-grid-8 > li,
  .small-block-grid-8 > .item {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n),
  .small-block-grid-8 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n + 1),
  .small-block-grid-8 > .item:nth-of-type(8n + 1) {
    clear: both;
  }
  .small-block-grid-9 > li,
  .small-block-grid-9 > .item {
    list-style: none;
    width: 11.11111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n),
  .small-block-grid-9 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n + 1),
  .small-block-grid-9 > .item:nth-of-type(9n + 1) {
    clear: both;
  }
  .small-block-grid-10 > li,
  .small-block-grid-10 > .item {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n),
  .small-block-grid-10 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n + 1),
  .small-block-grid-10 > .item:nth-of-type(10n + 1) {
    clear: both;
  }
  .small-block-grid-11 > li,
  .small-block-grid-11 > .item {
    list-style: none;
    width: 9.09090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n),
  .small-block-grid-11 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n + 1),
  .small-block-grid-11 > .item:nth-of-type(11n + 1) {
    clear: both;
  }
  .small-block-grid-12 > li,
  .small-block-grid-12 > .item {
    list-style: none;
    width: 8.33333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n),
  .small-block-grid-12 > .item:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n + 1),
  .small-block-grid-12 > .item:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 42.5625em ) {
  .medium-block-grid-1 > li,
  .medium-block-grid-1 > .item {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n),
  .medium-block-grid-1 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n + 1),
  .medium-block-grid-1 > .item:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-block-grid-2 > li,
  .medium-block-grid-2 > .item {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n),
  .medium-block-grid-2 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n + 1),
  .medium-block-grid-2 > .item:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-block-grid-3 > li,
  .medium-block-grid-3 > .item {
    list-style: none;
    width: 33.33333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n),
  .medium-block-grid-3 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n + 1),
  .medium-block-grid-3 > .item:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-block-grid-4 > li,
  .medium-block-grid-4 > .item {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n),
  .medium-block-grid-4 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n + 1),
  .medium-block-grid-4 > .item:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-block-grid-5 > li,
  .medium-block-grid-5 > .item {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n),
  .medium-block-grid-5 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n + 1),
  .medium-block-grid-5 > .item:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-block-grid-6 > li,
  .medium-block-grid-6 > .item {
    list-style: none;
    width: 16.66666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n),
  .medium-block-grid-6 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n + 1),
  .medium-block-grid-6 > .item:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-block-grid-7 > li,
  .medium-block-grid-7 > .item {
    list-style: none;
    width: 14.28571429%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n),
  .medium-block-grid-7 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n + 1),
  .medium-block-grid-7 > .item:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-block-grid-8 > li,
  .medium-block-grid-8 > .item {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n),
  .medium-block-grid-8 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n + 1),
  .medium-block-grid-8 > .item:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-block-grid-9 > li,
  .medium-block-grid-9 > .item {
    list-style: none;
    width: 11.11111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n),
  .medium-block-grid-9 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n + 1),
  .medium-block-grid-9 > .item:nth-of-type(9n + 1) {
    clear: both;
  }
  .medium-block-grid-10 > li,
  .medium-block-grid-10 > .item {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n),
  .medium-block-grid-10 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n + 1),
  .medium-block-grid-10 > .item:nth-of-type(10n + 1) {
    clear: both;
  }
  .medium-block-grid-11 > li,
  .medium-block-grid-11 > .item {
    list-style: none;
    width: 9.09090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n),
  .medium-block-grid-11 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n + 1),
  .medium-block-grid-11 > .item:nth-of-type(11n + 1) {
    clear: both;
  }
  .medium-block-grid-12 > li,
  .medium-block-grid-12 > .item {
    list-style: none;
    width: 8.33333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n),
  .medium-block-grid-12 > .item:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n + 1),
  .medium-block-grid-12 > .item:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em ) {
  .large-block-grid-1 > li,
  .large-block-grid-1 > .item {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n),
  .large-block-grid-1 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n + 1),
  .large-block-grid-1 > .item:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-block-grid-2 > li,
  .large-block-grid-2 > .item {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n),
  .large-block-grid-2 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n + 1),
  .large-block-grid-2 > .item:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-block-grid-3 > li,
  .large-block-grid-3 > .item {
    list-style: none;
    width: 33.33333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n),
  .large-block-grid-3 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n + 1),
  .large-block-grid-3 > .item:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-block-grid-4 > li,
  .large-block-grid-4 > .item {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n),
  .large-block-grid-4 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n + 1),
  .large-block-grid-4 > .item:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-block-grid-5 > li,
  .large-block-grid-5 > .item {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n),
  .large-block-grid-5 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n + 1),
  .large-block-grid-5 > .item:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-block-grid-6 > li,
  .large-block-grid-6 > .item {
    list-style: none;
    width: 16.66666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n),
  .large-block-grid-6 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n + 1),
  .large-block-grid-6 > .item:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-block-grid-7 > li,
  .large-block-grid-7 > .item {
    list-style: none;
    width: 14.28571429%;
  }
  .large-block-grid-7 > li:nth-of-type(1n),
  .large-block-grid-7 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n + 1),
  .large-block-grid-7 > .item:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-block-grid-8 > li,
  .large-block-grid-8 > .item {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n),
  .large-block-grid-8 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n + 1),
  .large-block-grid-8 > .item:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-block-grid-9 > li,
  .large-block-grid-9 > .item {
    list-style: none;
    width: 11.11111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n),
  .large-block-grid-9 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n + 1),
  .large-block-grid-9 > .item:nth-of-type(9n + 1) {
    clear: both;
  }
  .large-block-grid-10 > li,
  .large-block-grid-10 > .item {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n),
  .large-block-grid-10 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n + 1),
  .large-block-grid-10 > .item:nth-of-type(10n + 1) {
    clear: both;
  }
  .large-block-grid-11 > li,
  .large-block-grid-11 > .item {
    list-style: none;
    width: 9.09090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n),
  .large-block-grid-11 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n + 1),
  .large-block-grid-11 > .item:nth-of-type(11n + 1) {
    clear: both;
  }
  .large-block-grid-12 > li,
  .large-block-grid-12 > .item {
    list-style: none;
    width: 8.33333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n),
  .large-block-grid-12 > .item:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n + 1),
  .large-block-grid-12 > .item:nth-of-type(12n + 1) {
    clear: both;
  }
}

.block-layout,
.blocks {
  display: block;
  padding: 0;
  *zoom: 1;
}
.block-layout:before,
.blocks:before,
.block-layout:after,
.blocks:after {
  display: table;
  content: "";
}
.block-layout:after,
.blocks:after {
  clear: both;
}
.block-layout > .item,
.blocks > .item,
.block-layout > item,
.blocks > item {
  display: block;
  float: left;
  height: auto;
}
@media only screen {
  blocks > item {
    display: block;
    float: left;
    height: auto;
  }
  blocks.small-cols-1 > .item,
  blocks.small-cols-1 > item {
    list-style: none;
    width: 100%;
  }
  blocks.small-cols-1 > .item:nth-of-type(1n),
  blocks.small-cols-1 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-1 > .item:nth-of-type(1n + 1),
  blocks.small-cols-1 > item:nth-of-type(1n + 1) {
    clear: both;
  }
  blocks.small-cols-2 > .item,
  blocks.small-cols-2 > item {
    list-style: none;
    width: 50%;
  }
  blocks.small-cols-2 > .item:nth-of-type(1n),
  blocks.small-cols-2 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-2 > .item:nth-of-type(2n + 1),
  blocks.small-cols-2 > item:nth-of-type(2n + 1) {
    clear: both;
  }
  blocks.small-cols-3 > .item,
  blocks.small-cols-3 > item {
    list-style: none;
    width: 33.33333333%;
  }
  blocks.small-cols-3 > .item:nth-of-type(1n),
  blocks.small-cols-3 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-3 > .item:nth-of-type(3n + 1),
  blocks.small-cols-3 > item:nth-of-type(3n + 1) {
    clear: both;
  }
  blocks.small-cols-4 > .item,
  blocks.small-cols-4 > item {
    list-style: none;
    width: 25%;
  }
  blocks.small-cols-4 > .item:nth-of-type(1n),
  blocks.small-cols-4 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-4 > .item:nth-of-type(4n + 1),
  blocks.small-cols-4 > item:nth-of-type(4n + 1) {
    clear: both;
  }
  blocks.small-cols-5 > .item,
  blocks.small-cols-5 > item {
    list-style: none;
    width: 20%;
  }
  blocks.small-cols-5 > .item:nth-of-type(1n),
  blocks.small-cols-5 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-5 > .item:nth-of-type(5n + 1),
  blocks.small-cols-5 > item:nth-of-type(5n + 1) {
    clear: both;
  }
  blocks.small-cols-6 > .item,
  blocks.small-cols-6 > item {
    list-style: none;
    width: 16.66666667%;
  }
  blocks.small-cols-6 > .item:nth-of-type(1n),
  blocks.small-cols-6 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-6 > .item:nth-of-type(6n + 1),
  blocks.small-cols-6 > item:nth-of-type(6n + 1) {
    clear: both;
  }
  blocks.small-cols-7 > .item,
  blocks.small-cols-7 > item {
    list-style: none;
    width: 14.28571429%;
  }
  blocks.small-cols-7 > .item:nth-of-type(1n),
  blocks.small-cols-7 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-7 > .item:nth-of-type(7n + 1),
  blocks.small-cols-7 > item:nth-of-type(7n + 1) {
    clear: both;
  }
  blocks.small-cols-8 > .item,
  blocks.small-cols-8 > item {
    list-style: none;
    width: 12.5%;
  }
  blocks.small-cols-8 > .item:nth-of-type(1n),
  blocks.small-cols-8 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-8 > .item:nth-of-type(8n + 1),
  blocks.small-cols-8 > item:nth-of-type(8n + 1) {
    clear: both;
  }
  blocks.small-cols-9 > .item,
  blocks.small-cols-9 > item {
    list-style: none;
    width: 11.11111111%;
  }
  blocks.small-cols-9 > .item:nth-of-type(1n),
  blocks.small-cols-9 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-9 > .item:nth-of-type(9n + 1),
  blocks.small-cols-9 > item:nth-of-type(9n + 1) {
    clear: both;
  }
  blocks.small-cols-10 > .item,
  blocks.small-cols-10 > item {
    list-style: none;
    width: 10%;
  }
  blocks.small-cols-10 > .item:nth-of-type(1n),
  blocks.small-cols-10 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-10 > .item:nth-of-type(10n + 1),
  blocks.small-cols-10 > item:nth-of-type(10n + 1) {
    clear: both;
  }
  blocks.small-cols-11 > .item,
  blocks.small-cols-11 > item {
    list-style: none;
    width: 9.09090909%;
  }
  blocks.small-cols-11 > .item:nth-of-type(1n),
  blocks.small-cols-11 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-11 > .item:nth-of-type(11n + 1),
  blocks.small-cols-11 > item:nth-of-type(11n + 1) {
    clear: both;
  }
  blocks.small-cols-12 > .item,
  blocks.small-cols-12 > item {
    list-style: none;
    width: 8.33333333%;
  }
  blocks.small-cols-12 > .item:nth-of-type(1n),
  blocks.small-cols-12 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.small-cols-12 > .item:nth-of-type(12n + 1),
  blocks.small-cols-12 > item:nth-of-type(12n + 1) {
    clear: both;
  }
  .block-layout,
  .blocks {
    display: block;
    width: 100%;
  }
  .block-layout.small-cols-1 > .item,
  .blocks.small-cols-1 > .item,
  .block-layout.small-cols-1 > item,
  .blocks.small-cols-1 > item {
    list-style: none;
    width: 100%;
  }
  .block-layout.small-cols-1 > .item:nth-of-type(1n),
  .blocks.small-cols-1 > .item:nth-of-type(1n),
  .block-layout.small-cols-1 > item:nth-of-type(1n),
  .blocks.small-cols-1 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-1 > .item:nth-of-type(1n + 1),
  .blocks.small-cols-1 > .item:nth-of-type(1n + 1),
  .block-layout.small-cols-1 > item:nth-of-type(1n + 1),
  .blocks.small-cols-1 > item:nth-of-type(1n + 1) {
    clear: both;
  }
  .block-layout.small-cols-2 > .item,
  .blocks.small-cols-2 > .item,
  .block-layout.small-cols-2 > item,
  .blocks.small-cols-2 > item {
    list-style: none;
    width: 50%;
  }
  .block-layout.small-cols-2 > .item:nth-of-type(1n),
  .blocks.small-cols-2 > .item:nth-of-type(1n),
  .block-layout.small-cols-2 > item:nth-of-type(1n),
  .blocks.small-cols-2 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-2 > .item:nth-of-type(2n + 1),
  .blocks.small-cols-2 > .item:nth-of-type(2n + 1),
  .block-layout.small-cols-2 > item:nth-of-type(2n + 1),
  .blocks.small-cols-2 > item:nth-of-type(2n + 1) {
    clear: both;
  }
  .block-layout.small-cols-3 > .item,
  .blocks.small-cols-3 > .item,
  .block-layout.small-cols-3 > item,
  .blocks.small-cols-3 > item {
    list-style: none;
    width: 33.33333333%;
  }
  .block-layout.small-cols-3 > .item:nth-of-type(1n),
  .blocks.small-cols-3 > .item:nth-of-type(1n),
  .block-layout.small-cols-3 > item:nth-of-type(1n),
  .blocks.small-cols-3 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-3 > .item:nth-of-type(3n + 1),
  .blocks.small-cols-3 > .item:nth-of-type(3n + 1),
  .block-layout.small-cols-3 > item:nth-of-type(3n + 1),
  .blocks.small-cols-3 > item:nth-of-type(3n + 1) {
    clear: both;
  }
  .block-layout.small-cols-4 > .item,
  .blocks.small-cols-4 > .item,
  .block-layout.small-cols-4 > item,
  .blocks.small-cols-4 > item {
    list-style: none;
    width: 25%;
  }
  .block-layout.small-cols-4 > .item:nth-of-type(1n),
  .blocks.small-cols-4 > .item:nth-of-type(1n),
  .block-layout.small-cols-4 > item:nth-of-type(1n),
  .blocks.small-cols-4 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-4 > .item:nth-of-type(4n + 1),
  .blocks.small-cols-4 > .item:nth-of-type(4n + 1),
  .block-layout.small-cols-4 > item:nth-of-type(4n + 1),
  .blocks.small-cols-4 > item:nth-of-type(4n + 1) {
    clear: both;
  }
  .block-layout.small-cols-5 > .item,
  .blocks.small-cols-5 > .item,
  .block-layout.small-cols-5 > item,
  .blocks.small-cols-5 > item {
    list-style: none;
    width: 20%;
  }
  .block-layout.small-cols-5 > .item:nth-of-type(1n),
  .blocks.small-cols-5 > .item:nth-of-type(1n),
  .block-layout.small-cols-5 > item:nth-of-type(1n),
  .blocks.small-cols-5 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-5 > .item:nth-of-type(5n + 1),
  .blocks.small-cols-5 > .item:nth-of-type(5n + 1),
  .block-layout.small-cols-5 > item:nth-of-type(5n + 1),
  .blocks.small-cols-5 > item:nth-of-type(5n + 1) {
    clear: both;
  }
  .block-layout.small-cols-6 > .item,
  .blocks.small-cols-6 > .item,
  .block-layout.small-cols-6 > item,
  .blocks.small-cols-6 > item {
    list-style: none;
    width: 16.66666667%;
  }
  .block-layout.small-cols-6 > .item:nth-of-type(1n),
  .blocks.small-cols-6 > .item:nth-of-type(1n),
  .block-layout.small-cols-6 > item:nth-of-type(1n),
  .blocks.small-cols-6 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-6 > .item:nth-of-type(6n + 1),
  .blocks.small-cols-6 > .item:nth-of-type(6n + 1),
  .block-layout.small-cols-6 > item:nth-of-type(6n + 1),
  .blocks.small-cols-6 > item:nth-of-type(6n + 1) {
    clear: both;
  }
  .block-layout.small-cols-7 > .item,
  .blocks.small-cols-7 > .item,
  .block-layout.small-cols-7 > item,
  .blocks.small-cols-7 > item {
    list-style: none;
    width: 14.28571429%;
  }
  .block-layout.small-cols-7 > .item:nth-of-type(1n),
  .blocks.small-cols-7 > .item:nth-of-type(1n),
  .block-layout.small-cols-7 > item:nth-of-type(1n),
  .blocks.small-cols-7 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-7 > .item:nth-of-type(7n + 1),
  .blocks.small-cols-7 > .item:nth-of-type(7n + 1),
  .block-layout.small-cols-7 > item:nth-of-type(7n + 1),
  .blocks.small-cols-7 > item:nth-of-type(7n + 1) {
    clear: both;
  }
  .block-layout.small-cols-8 > .item,
  .blocks.small-cols-8 > .item,
  .block-layout.small-cols-8 > item,
  .blocks.small-cols-8 > item {
    list-style: none;
    width: 12.5%;
  }
  .block-layout.small-cols-8 > .item:nth-of-type(1n),
  .blocks.small-cols-8 > .item:nth-of-type(1n),
  .block-layout.small-cols-8 > item:nth-of-type(1n),
  .blocks.small-cols-8 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-8 > .item:nth-of-type(8n + 1),
  .blocks.small-cols-8 > .item:nth-of-type(8n + 1),
  .block-layout.small-cols-8 > item:nth-of-type(8n + 1),
  .blocks.small-cols-8 > item:nth-of-type(8n + 1) {
    clear: both;
  }
  .block-layout.small-cols-9 > .item,
  .blocks.small-cols-9 > .item,
  .block-layout.small-cols-9 > item,
  .blocks.small-cols-9 > item {
    list-style: none;
    width: 11.11111111%;
  }
  .block-layout.small-cols-9 > .item:nth-of-type(1n),
  .blocks.small-cols-9 > .item:nth-of-type(1n),
  .block-layout.small-cols-9 > item:nth-of-type(1n),
  .blocks.small-cols-9 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-9 > .item:nth-of-type(9n + 1),
  .blocks.small-cols-9 > .item:nth-of-type(9n + 1),
  .block-layout.small-cols-9 > item:nth-of-type(9n + 1),
  .blocks.small-cols-9 > item:nth-of-type(9n + 1) {
    clear: both;
  }
  .block-layout.small-cols-10 > .item,
  .blocks.small-cols-10 > .item,
  .block-layout.small-cols-10 > item,
  .blocks.small-cols-10 > item {
    list-style: none;
    width: 10%;
  }
  .block-layout.small-cols-10 > .item:nth-of-type(1n),
  .blocks.small-cols-10 > .item:nth-of-type(1n),
  .block-layout.small-cols-10 > item:nth-of-type(1n),
  .blocks.small-cols-10 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-10 > .item:nth-of-type(10n + 1),
  .blocks.small-cols-10 > .item:nth-of-type(10n + 1),
  .block-layout.small-cols-10 > item:nth-of-type(10n + 1),
  .blocks.small-cols-10 > item:nth-of-type(10n + 1) {
    clear: both;
  }
  .block-layout.small-cols-11 > .item,
  .blocks.small-cols-11 > .item,
  .block-layout.small-cols-11 > item,
  .blocks.small-cols-11 > item {
    list-style: none;
    width: 9.09090909%;
  }
  .block-layout.small-cols-11 > .item:nth-of-type(1n),
  .blocks.small-cols-11 > .item:nth-of-type(1n),
  .block-layout.small-cols-11 > item:nth-of-type(1n),
  .blocks.small-cols-11 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-11 > .item:nth-of-type(11n + 1),
  .blocks.small-cols-11 > .item:nth-of-type(11n + 1),
  .block-layout.small-cols-11 > item:nth-of-type(11n + 1),
  .blocks.small-cols-11 > item:nth-of-type(11n + 1) {
    clear: both;
  }
  .block-layout.small-cols-12 > .item,
  .blocks.small-cols-12 > .item,
  .block-layout.small-cols-12 > item,
  .blocks.small-cols-12 > item {
    list-style: none;
    width: 8.33333333%;
  }
  .block-layout.small-cols-12 > .item:nth-of-type(1n),
  .blocks.small-cols-12 > .item:nth-of-type(1n),
  .block-layout.small-cols-12 > item:nth-of-type(1n),
  .blocks.small-cols-12 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.small-cols-12 > .item:nth-of-type(12n + 1),
  .blocks.small-cols-12 > .item:nth-of-type(12n + 1),
  .block-layout.small-cols-12 > item:nth-of-type(12n + 1),
  .blocks.small-cols-12 > item:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 42.5625em ) {
  blocks > item {
    display: block;
    float: left;
    height: auto;
  }
  blocks.medium-cols-1 > .item,
  blocks.medium-cols-1 > item {
    list-style: none;
    width: 100%;
  }
  blocks.medium-cols-1 > .item:nth-of-type(1n),
  blocks.medium-cols-1 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-1 > .item:nth-of-type(1n + 1),
  blocks.medium-cols-1 > item:nth-of-type(1n + 1) {
    clear: both;
  }
  blocks.medium-cols-2 > .item,
  blocks.medium-cols-2 > item {
    list-style: none;
    width: 50%;
  }
  blocks.medium-cols-2 > .item:nth-of-type(1n),
  blocks.medium-cols-2 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-2 > .item:nth-of-type(2n + 1),
  blocks.medium-cols-2 > item:nth-of-type(2n + 1) {
    clear: both;
  }
  blocks.medium-cols-3 > .item,
  blocks.medium-cols-3 > item {
    list-style: none;
    width: 33.33333333%;
  }
  blocks.medium-cols-3 > .item:nth-of-type(1n),
  blocks.medium-cols-3 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-3 > .item:nth-of-type(3n + 1),
  blocks.medium-cols-3 > item:nth-of-type(3n + 1) {
    clear: both;
  }
  blocks.medium-cols-4 > .item,
  blocks.medium-cols-4 > item {
    list-style: none;
    width: 25%;
  }
  blocks.medium-cols-4 > .item:nth-of-type(1n),
  blocks.medium-cols-4 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-4 > .item:nth-of-type(4n + 1),
  blocks.medium-cols-4 > item:nth-of-type(4n + 1) {
    clear: both;
  }
  blocks.medium-cols-5 > .item,
  blocks.medium-cols-5 > item {
    list-style: none;
    width: 20%;
  }
  blocks.medium-cols-5 > .item:nth-of-type(1n),
  blocks.medium-cols-5 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-5 > .item:nth-of-type(5n + 1),
  blocks.medium-cols-5 > item:nth-of-type(5n + 1) {
    clear: both;
  }
  blocks.medium-cols-6 > .item,
  blocks.medium-cols-6 > item {
    list-style: none;
    width: 16.66666667%;
  }
  blocks.medium-cols-6 > .item:nth-of-type(1n),
  blocks.medium-cols-6 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-6 > .item:nth-of-type(6n + 1),
  blocks.medium-cols-6 > item:nth-of-type(6n + 1) {
    clear: both;
  }
  blocks.medium-cols-7 > .item,
  blocks.medium-cols-7 > item {
    list-style: none;
    width: 14.28571429%;
  }
  blocks.medium-cols-7 > .item:nth-of-type(1n),
  blocks.medium-cols-7 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-7 > .item:nth-of-type(7n + 1),
  blocks.medium-cols-7 > item:nth-of-type(7n + 1) {
    clear: both;
  }
  blocks.medium-cols-8 > .item,
  blocks.medium-cols-8 > item {
    list-style: none;
    width: 12.5%;
  }
  blocks.medium-cols-8 > .item:nth-of-type(1n),
  blocks.medium-cols-8 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-8 > .item:nth-of-type(8n + 1),
  blocks.medium-cols-8 > item:nth-of-type(8n + 1) {
    clear: both;
  }
  blocks.medium-cols-9 > .item,
  blocks.medium-cols-9 > item {
    list-style: none;
    width: 11.11111111%;
  }
  blocks.medium-cols-9 > .item:nth-of-type(1n),
  blocks.medium-cols-9 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-9 > .item:nth-of-type(9n + 1),
  blocks.medium-cols-9 > item:nth-of-type(9n + 1) {
    clear: both;
  }
  blocks.medium-cols-10 > .item,
  blocks.medium-cols-10 > item {
    list-style: none;
    width: 10%;
  }
  blocks.medium-cols-10 > .item:nth-of-type(1n),
  blocks.medium-cols-10 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-10 > .item:nth-of-type(10n + 1),
  blocks.medium-cols-10 > item:nth-of-type(10n + 1) {
    clear: both;
  }
  blocks.medium-cols-11 > .item,
  blocks.medium-cols-11 > item {
    list-style: none;
    width: 9.09090909%;
  }
  blocks.medium-cols-11 > .item:nth-of-type(1n),
  blocks.medium-cols-11 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-11 > .item:nth-of-type(11n + 1),
  blocks.medium-cols-11 > item:nth-of-type(11n + 1) {
    clear: both;
  }
  blocks.medium-cols-12 > .item,
  blocks.medium-cols-12 > item {
    list-style: none;
    width: 8.33333333%;
  }
  blocks.medium-cols-12 > .item:nth-of-type(1n),
  blocks.medium-cols-12 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.medium-cols-12 > .item:nth-of-type(12n + 1),
  blocks.medium-cols-12 > item:nth-of-type(12n + 1) {
    clear: both;
  }
  .block-layout,
  .blocks {
    display: block;
    width: 100%;
  }
  .block-layout.medium-cols-1 > .item,
  .blocks.medium-cols-1 > .item,
  .block-layout.medium-cols-1 > item,
  .blocks.medium-cols-1 > item {
    list-style: none;
    width: 100%;
  }
  .block-layout.medium-cols-1 > .item:nth-of-type(1n),
  .blocks.medium-cols-1 > .item:nth-of-type(1n),
  .block-layout.medium-cols-1 > item:nth-of-type(1n),
  .blocks.medium-cols-1 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-1 > .item:nth-of-type(1n + 1),
  .blocks.medium-cols-1 > .item:nth-of-type(1n + 1),
  .block-layout.medium-cols-1 > item:nth-of-type(1n + 1),
  .blocks.medium-cols-1 > item:nth-of-type(1n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-2 > .item,
  .blocks.medium-cols-2 > .item,
  .block-layout.medium-cols-2 > item,
  .blocks.medium-cols-2 > item {
    list-style: none;
    width: 50%;
  }
  .block-layout.medium-cols-2 > .item:nth-of-type(1n),
  .blocks.medium-cols-2 > .item:nth-of-type(1n),
  .block-layout.medium-cols-2 > item:nth-of-type(1n),
  .blocks.medium-cols-2 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-2 > .item:nth-of-type(2n + 1),
  .blocks.medium-cols-2 > .item:nth-of-type(2n + 1),
  .block-layout.medium-cols-2 > item:nth-of-type(2n + 1),
  .blocks.medium-cols-2 > item:nth-of-type(2n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-3 > .item,
  .blocks.medium-cols-3 > .item,
  .block-layout.medium-cols-3 > item,
  .blocks.medium-cols-3 > item {
    list-style: none;
    width: 33.33333333%;
  }
  .block-layout.medium-cols-3 > .item:nth-of-type(1n),
  .blocks.medium-cols-3 > .item:nth-of-type(1n),
  .block-layout.medium-cols-3 > item:nth-of-type(1n),
  .blocks.medium-cols-3 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-3 > .item:nth-of-type(3n + 1),
  .blocks.medium-cols-3 > .item:nth-of-type(3n + 1),
  .block-layout.medium-cols-3 > item:nth-of-type(3n + 1),
  .blocks.medium-cols-3 > item:nth-of-type(3n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-4 > .item,
  .blocks.medium-cols-4 > .item,
  .block-layout.medium-cols-4 > item,
  .blocks.medium-cols-4 > item {
    list-style: none;
    width: 25%;
  }
  .block-layout.medium-cols-4 > .item:nth-of-type(1n),
  .blocks.medium-cols-4 > .item:nth-of-type(1n),
  .block-layout.medium-cols-4 > item:nth-of-type(1n),
  .blocks.medium-cols-4 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-4 > .item:nth-of-type(4n + 1),
  .blocks.medium-cols-4 > .item:nth-of-type(4n + 1),
  .block-layout.medium-cols-4 > item:nth-of-type(4n + 1),
  .blocks.medium-cols-4 > item:nth-of-type(4n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-5 > .item,
  .blocks.medium-cols-5 > .item,
  .block-layout.medium-cols-5 > item,
  .blocks.medium-cols-5 > item {
    list-style: none;
    width: 20%;
  }
  .block-layout.medium-cols-5 > .item:nth-of-type(1n),
  .blocks.medium-cols-5 > .item:nth-of-type(1n),
  .block-layout.medium-cols-5 > item:nth-of-type(1n),
  .blocks.medium-cols-5 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-5 > .item:nth-of-type(5n + 1),
  .blocks.medium-cols-5 > .item:nth-of-type(5n + 1),
  .block-layout.medium-cols-5 > item:nth-of-type(5n + 1),
  .blocks.medium-cols-5 > item:nth-of-type(5n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-6 > .item,
  .blocks.medium-cols-6 > .item,
  .block-layout.medium-cols-6 > item,
  .blocks.medium-cols-6 > item {
    list-style: none;
    width: 16.66666667%;
  }
  .block-layout.medium-cols-6 > .item:nth-of-type(1n),
  .blocks.medium-cols-6 > .item:nth-of-type(1n),
  .block-layout.medium-cols-6 > item:nth-of-type(1n),
  .blocks.medium-cols-6 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-6 > .item:nth-of-type(6n + 1),
  .blocks.medium-cols-6 > .item:nth-of-type(6n + 1),
  .block-layout.medium-cols-6 > item:nth-of-type(6n + 1),
  .blocks.medium-cols-6 > item:nth-of-type(6n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-7 > .item,
  .blocks.medium-cols-7 > .item,
  .block-layout.medium-cols-7 > item,
  .blocks.medium-cols-7 > item {
    list-style: none;
    width: 14.28571429%;
  }
  .block-layout.medium-cols-7 > .item:nth-of-type(1n),
  .blocks.medium-cols-7 > .item:nth-of-type(1n),
  .block-layout.medium-cols-7 > item:nth-of-type(1n),
  .blocks.medium-cols-7 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-7 > .item:nth-of-type(7n + 1),
  .blocks.medium-cols-7 > .item:nth-of-type(7n + 1),
  .block-layout.medium-cols-7 > item:nth-of-type(7n + 1),
  .blocks.medium-cols-7 > item:nth-of-type(7n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-8 > .item,
  .blocks.medium-cols-8 > .item,
  .block-layout.medium-cols-8 > item,
  .blocks.medium-cols-8 > item {
    list-style: none;
    width: 12.5%;
  }
  .block-layout.medium-cols-8 > .item:nth-of-type(1n),
  .blocks.medium-cols-8 > .item:nth-of-type(1n),
  .block-layout.medium-cols-8 > item:nth-of-type(1n),
  .blocks.medium-cols-8 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-8 > .item:nth-of-type(8n + 1),
  .blocks.medium-cols-8 > .item:nth-of-type(8n + 1),
  .block-layout.medium-cols-8 > item:nth-of-type(8n + 1),
  .blocks.medium-cols-8 > item:nth-of-type(8n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-9 > .item,
  .blocks.medium-cols-9 > .item,
  .block-layout.medium-cols-9 > item,
  .blocks.medium-cols-9 > item {
    list-style: none;
    width: 11.11111111%;
  }
  .block-layout.medium-cols-9 > .item:nth-of-type(1n),
  .blocks.medium-cols-9 > .item:nth-of-type(1n),
  .block-layout.medium-cols-9 > item:nth-of-type(1n),
  .blocks.medium-cols-9 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-9 > .item:nth-of-type(9n + 1),
  .blocks.medium-cols-9 > .item:nth-of-type(9n + 1),
  .block-layout.medium-cols-9 > item:nth-of-type(9n + 1),
  .blocks.medium-cols-9 > item:nth-of-type(9n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-10 > .item,
  .blocks.medium-cols-10 > .item,
  .block-layout.medium-cols-10 > item,
  .blocks.medium-cols-10 > item {
    list-style: none;
    width: 10%;
  }
  .block-layout.medium-cols-10 > .item:nth-of-type(1n),
  .blocks.medium-cols-10 > .item:nth-of-type(1n),
  .block-layout.medium-cols-10 > item:nth-of-type(1n),
  .blocks.medium-cols-10 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-10 > .item:nth-of-type(10n + 1),
  .blocks.medium-cols-10 > .item:nth-of-type(10n + 1),
  .block-layout.medium-cols-10 > item:nth-of-type(10n + 1),
  .blocks.medium-cols-10 > item:nth-of-type(10n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-11 > .item,
  .blocks.medium-cols-11 > .item,
  .block-layout.medium-cols-11 > item,
  .blocks.medium-cols-11 > item {
    list-style: none;
    width: 9.09090909%;
  }
  .block-layout.medium-cols-11 > .item:nth-of-type(1n),
  .blocks.medium-cols-11 > .item:nth-of-type(1n),
  .block-layout.medium-cols-11 > item:nth-of-type(1n),
  .blocks.medium-cols-11 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-11 > .item:nth-of-type(11n + 1),
  .blocks.medium-cols-11 > .item:nth-of-type(11n + 1),
  .block-layout.medium-cols-11 > item:nth-of-type(11n + 1),
  .blocks.medium-cols-11 > item:nth-of-type(11n + 1) {
    clear: both;
  }
  .block-layout.medium-cols-12 > .item,
  .blocks.medium-cols-12 > .item,
  .block-layout.medium-cols-12 > item,
  .blocks.medium-cols-12 > item {
    list-style: none;
    width: 8.33333333%;
  }
  .block-layout.medium-cols-12 > .item:nth-of-type(1n),
  .blocks.medium-cols-12 > .item:nth-of-type(1n),
  .block-layout.medium-cols-12 > item:nth-of-type(1n),
  .blocks.medium-cols-12 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.medium-cols-12 > .item:nth-of-type(12n + 1),
  .blocks.medium-cols-12 > .item:nth-of-type(12n + 1),
  .block-layout.medium-cols-12 > item:nth-of-type(12n + 1),
  .blocks.medium-cols-12 > item:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em ) {
  blocks > item {
    display: block;
    float: left;
    height: auto;
  }
  blocks.large-cols-1 > .item,
  blocks.large-cols-1 > item {
    list-style: none;
    width: 100%;
  }
  blocks.large-cols-1 > .item:nth-of-type(1n),
  blocks.large-cols-1 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-1 > .item:nth-of-type(1n + 1),
  blocks.large-cols-1 > item:nth-of-type(1n + 1) {
    clear: both;
  }
  blocks.large-cols-2 > .item,
  blocks.large-cols-2 > item {
    list-style: none;
    width: 50%;
  }
  blocks.large-cols-2 > .item:nth-of-type(1n),
  blocks.large-cols-2 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-2 > .item:nth-of-type(2n + 1),
  blocks.large-cols-2 > item:nth-of-type(2n + 1) {
    clear: both;
  }
  blocks.large-cols-3 > .item,
  blocks.large-cols-3 > item {
    list-style: none;
    width: 33.33333333%;
  }
  blocks.large-cols-3 > .item:nth-of-type(1n),
  blocks.large-cols-3 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-3 > .item:nth-of-type(3n + 1),
  blocks.large-cols-3 > item:nth-of-type(3n + 1) {
    clear: both;
  }
  blocks.large-cols-4 > .item,
  blocks.large-cols-4 > item {
    list-style: none;
    width: 25%;
  }
  blocks.large-cols-4 > .item:nth-of-type(1n),
  blocks.large-cols-4 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-4 > .item:nth-of-type(4n + 1),
  blocks.large-cols-4 > item:nth-of-type(4n + 1) {
    clear: both;
  }
  blocks.large-cols-5 > .item,
  blocks.large-cols-5 > item {
    list-style: none;
    width: 20%;
  }
  blocks.large-cols-5 > .item:nth-of-type(1n),
  blocks.large-cols-5 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-5 > .item:nth-of-type(5n + 1),
  blocks.large-cols-5 > item:nth-of-type(5n + 1) {
    clear: both;
  }
  blocks.large-cols-6 > .item,
  blocks.large-cols-6 > item {
    list-style: none;
    width: 16.66666667%;
  }
  blocks.large-cols-6 > .item:nth-of-type(1n),
  blocks.large-cols-6 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-6 > .item:nth-of-type(6n + 1),
  blocks.large-cols-6 > item:nth-of-type(6n + 1) {
    clear: both;
  }
  blocks.large-cols-7 > .item,
  blocks.large-cols-7 > item {
    list-style: none;
    width: 14.28571429%;
  }
  blocks.large-cols-7 > .item:nth-of-type(1n),
  blocks.large-cols-7 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-7 > .item:nth-of-type(7n + 1),
  blocks.large-cols-7 > item:nth-of-type(7n + 1) {
    clear: both;
  }
  blocks.large-cols-8 > .item,
  blocks.large-cols-8 > item {
    list-style: none;
    width: 12.5%;
  }
  blocks.large-cols-8 > .item:nth-of-type(1n),
  blocks.large-cols-8 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-8 > .item:nth-of-type(8n + 1),
  blocks.large-cols-8 > item:nth-of-type(8n + 1) {
    clear: both;
  }
  blocks.large-cols-9 > .item,
  blocks.large-cols-9 > item {
    list-style: none;
    width: 11.11111111%;
  }
  blocks.large-cols-9 > .item:nth-of-type(1n),
  blocks.large-cols-9 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-9 > .item:nth-of-type(9n + 1),
  blocks.large-cols-9 > item:nth-of-type(9n + 1) {
    clear: both;
  }
  blocks.large-cols-10 > .item,
  blocks.large-cols-10 > item {
    list-style: none;
    width: 10%;
  }
  blocks.large-cols-10 > .item:nth-of-type(1n),
  blocks.large-cols-10 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-10 > .item:nth-of-type(10n + 1),
  blocks.large-cols-10 > item:nth-of-type(10n + 1) {
    clear: both;
  }
  blocks.large-cols-11 > .item,
  blocks.large-cols-11 > item {
    list-style: none;
    width: 9.09090909%;
  }
  blocks.large-cols-11 > .item:nth-of-type(1n),
  blocks.large-cols-11 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-11 > .item:nth-of-type(11n + 1),
  blocks.large-cols-11 > item:nth-of-type(11n + 1) {
    clear: both;
  }
  blocks.large-cols-12 > .item,
  blocks.large-cols-12 > item {
    list-style: none;
    width: 8.33333333%;
  }
  blocks.large-cols-12 > .item:nth-of-type(1n),
  blocks.large-cols-12 > item:nth-of-type(1n) {
    clear: none;
  }
  blocks.large-cols-12 > .item:nth-of-type(12n + 1),
  blocks.large-cols-12 > item:nth-of-type(12n + 1) {
    clear: both;
  }
  .block-layout,
  .blocks {
    display: block;
    width: 100%;
  }
  .block-layout.large-cols-1 > .item,
  .blocks.large-cols-1 > .item,
  .block-layout.large-cols-1 > item,
  .blocks.large-cols-1 > item {
    list-style: none;
    width: 100%;
  }
  .block-layout.large-cols-1 > .item:nth-of-type(1n),
  .blocks.large-cols-1 > .item:nth-of-type(1n),
  .block-layout.large-cols-1 > item:nth-of-type(1n),
  .blocks.large-cols-1 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-1 > .item:nth-of-type(1n + 1),
  .blocks.large-cols-1 > .item:nth-of-type(1n + 1),
  .block-layout.large-cols-1 > item:nth-of-type(1n + 1),
  .blocks.large-cols-1 > item:nth-of-type(1n + 1) {
    clear: both;
  }
  .block-layout.large-cols-2 > .item,
  .blocks.large-cols-2 > .item,
  .block-layout.large-cols-2 > item,
  .blocks.large-cols-2 > item {
    list-style: none;
    width: 50%;
  }
  .block-layout.large-cols-2 > .item:nth-of-type(1n),
  .blocks.large-cols-2 > .item:nth-of-type(1n),
  .block-layout.large-cols-2 > item:nth-of-type(1n),
  .blocks.large-cols-2 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-2 > .item:nth-of-type(2n + 1),
  .blocks.large-cols-2 > .item:nth-of-type(2n + 1),
  .block-layout.large-cols-2 > item:nth-of-type(2n + 1),
  .blocks.large-cols-2 > item:nth-of-type(2n + 1) {
    clear: both;
  }
  .block-layout.large-cols-3 > .item,
  .blocks.large-cols-3 > .item,
  .block-layout.large-cols-3 > item,
  .blocks.large-cols-3 > item {
    list-style: none;
    width: 33.33333333%;
  }
  .block-layout.large-cols-3 > .item:nth-of-type(1n),
  .blocks.large-cols-3 > .item:nth-of-type(1n),
  .block-layout.large-cols-3 > item:nth-of-type(1n),
  .blocks.large-cols-3 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-3 > .item:nth-of-type(3n + 1),
  .blocks.large-cols-3 > .item:nth-of-type(3n + 1),
  .block-layout.large-cols-3 > item:nth-of-type(3n + 1),
  .blocks.large-cols-3 > item:nth-of-type(3n + 1) {
    clear: both;
  }
  .block-layout.large-cols-4 > .item,
  .blocks.large-cols-4 > .item,
  .block-layout.large-cols-4 > item,
  .blocks.large-cols-4 > item {
    list-style: none;
    width: 25%;
  }
  .block-layout.large-cols-4 > .item:nth-of-type(1n),
  .blocks.large-cols-4 > .item:nth-of-type(1n),
  .block-layout.large-cols-4 > item:nth-of-type(1n),
  .blocks.large-cols-4 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-4 > .item:nth-of-type(4n + 1),
  .blocks.large-cols-4 > .item:nth-of-type(4n + 1),
  .block-layout.large-cols-4 > item:nth-of-type(4n + 1),
  .blocks.large-cols-4 > item:nth-of-type(4n + 1) {
    clear: both;
  }
  .block-layout.large-cols-5 > .item,
  .blocks.large-cols-5 > .item,
  .block-layout.large-cols-5 > item,
  .blocks.large-cols-5 > item {
    list-style: none;
    width: 20%;
  }
  .block-layout.large-cols-5 > .item:nth-of-type(1n),
  .blocks.large-cols-5 > .item:nth-of-type(1n),
  .block-layout.large-cols-5 > item:nth-of-type(1n),
  .blocks.large-cols-5 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-5 > .item:nth-of-type(5n + 1),
  .blocks.large-cols-5 > .item:nth-of-type(5n + 1),
  .block-layout.large-cols-5 > item:nth-of-type(5n + 1),
  .blocks.large-cols-5 > item:nth-of-type(5n + 1) {
    clear: both;
  }
  .block-layout.large-cols-6 > .item,
  .blocks.large-cols-6 > .item,
  .block-layout.large-cols-6 > item,
  .blocks.large-cols-6 > item {
    list-style: none;
    width: 16.66666667%;
  }
  .block-layout.large-cols-6 > .item:nth-of-type(1n),
  .blocks.large-cols-6 > .item:nth-of-type(1n),
  .block-layout.large-cols-6 > item:nth-of-type(1n),
  .blocks.large-cols-6 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-6 > .item:nth-of-type(6n + 1),
  .blocks.large-cols-6 > .item:nth-of-type(6n + 1),
  .block-layout.large-cols-6 > item:nth-of-type(6n + 1),
  .blocks.large-cols-6 > item:nth-of-type(6n + 1) {
    clear: both;
  }
  .block-layout.large-cols-7 > .item,
  .blocks.large-cols-7 > .item,
  .block-layout.large-cols-7 > item,
  .blocks.large-cols-7 > item {
    list-style: none;
    width: 14.28571429%;
  }
  .block-layout.large-cols-7 > .item:nth-of-type(1n),
  .blocks.large-cols-7 > .item:nth-of-type(1n),
  .block-layout.large-cols-7 > item:nth-of-type(1n),
  .blocks.large-cols-7 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-7 > .item:nth-of-type(7n + 1),
  .blocks.large-cols-7 > .item:nth-of-type(7n + 1),
  .block-layout.large-cols-7 > item:nth-of-type(7n + 1),
  .blocks.large-cols-7 > item:nth-of-type(7n + 1) {
    clear: both;
  }
  .block-layout.large-cols-8 > .item,
  .blocks.large-cols-8 > .item,
  .block-layout.large-cols-8 > item,
  .blocks.large-cols-8 > item {
    list-style: none;
    width: 12.5%;
  }
  .block-layout.large-cols-8 > .item:nth-of-type(1n),
  .blocks.large-cols-8 > .item:nth-of-type(1n),
  .block-layout.large-cols-8 > item:nth-of-type(1n),
  .blocks.large-cols-8 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-8 > .item:nth-of-type(8n + 1),
  .blocks.large-cols-8 > .item:nth-of-type(8n + 1),
  .block-layout.large-cols-8 > item:nth-of-type(8n + 1),
  .blocks.large-cols-8 > item:nth-of-type(8n + 1) {
    clear: both;
  }
  .block-layout.large-cols-9 > .item,
  .blocks.large-cols-9 > .item,
  .block-layout.large-cols-9 > item,
  .blocks.large-cols-9 > item {
    list-style: none;
    width: 11.11111111%;
  }
  .block-layout.large-cols-9 > .item:nth-of-type(1n),
  .blocks.large-cols-9 > .item:nth-of-type(1n),
  .block-layout.large-cols-9 > item:nth-of-type(1n),
  .blocks.large-cols-9 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-9 > .item:nth-of-type(9n + 1),
  .blocks.large-cols-9 > .item:nth-of-type(9n + 1),
  .block-layout.large-cols-9 > item:nth-of-type(9n + 1),
  .blocks.large-cols-9 > item:nth-of-type(9n + 1) {
    clear: both;
  }
  .block-layout.large-cols-10 > .item,
  .blocks.large-cols-10 > .item,
  .block-layout.large-cols-10 > item,
  .blocks.large-cols-10 > item {
    list-style: none;
    width: 10%;
  }
  .block-layout.large-cols-10 > .item:nth-of-type(1n),
  .blocks.large-cols-10 > .item:nth-of-type(1n),
  .block-layout.large-cols-10 > item:nth-of-type(1n),
  .blocks.large-cols-10 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-10 > .item:nth-of-type(10n + 1),
  .blocks.large-cols-10 > .item:nth-of-type(10n + 1),
  .block-layout.large-cols-10 > item:nth-of-type(10n + 1),
  .blocks.large-cols-10 > item:nth-of-type(10n + 1) {
    clear: both;
  }
  .block-layout.large-cols-11 > .item,
  .blocks.large-cols-11 > .item,
  .block-layout.large-cols-11 > item,
  .blocks.large-cols-11 > item {
    list-style: none;
    width: 9.09090909%;
  }
  .block-layout.large-cols-11 > .item:nth-of-type(1n),
  .blocks.large-cols-11 > .item:nth-of-type(1n),
  .block-layout.large-cols-11 > item:nth-of-type(1n),
  .blocks.large-cols-11 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-11 > .item:nth-of-type(11n + 1),
  .blocks.large-cols-11 > .item:nth-of-type(11n + 1),
  .block-layout.large-cols-11 > item:nth-of-type(11n + 1),
  .blocks.large-cols-11 > item:nth-of-type(11n + 1) {
    clear: both;
  }
  .block-layout.large-cols-12 > .item,
  .blocks.large-cols-12 > .item,
  .block-layout.large-cols-12 > item,
  .blocks.large-cols-12 > item {
    list-style: none;
    width: 8.33333333%;
  }
  .block-layout.large-cols-12 > .item:nth-of-type(1n),
  .blocks.large-cols-12 > .item:nth-of-type(1n),
  .block-layout.large-cols-12 > item:nth-of-type(1n),
  .blocks.large-cols-12 > item:nth-of-type(1n) {
    clear: none;
  }
  .block-layout.large-cols-12 > .item:nth-of-type(12n + 1),
  .blocks.large-cols-12 > .item:nth-of-type(12n + 1),
  .block-layout.large-cols-12 > item:nth-of-type(12n + 1),
  .blocks.large-cols-12 > item:nth-of-type(12n + 1) {
    clear: both;
  }
}

.row {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  *zoom: 1;
  margin: 0 0rem;
  max-width: none;
  width: auto;
}
.row .row:before,
.row .row:after {
  display: table;
  content: "";
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  *zoom: 1;
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before,
.row .row.collapse:after {
  display: table;
  content: "";
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
  float: left;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem;
    float: left;
  }
  .small-1 {
    width: 8.33333333%;
  }
  .small-2 {
    width: 16.66666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333333%;
  }
  .small-5 {
    width: 41.66666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333333%;
  }
  .small-8 {
    width: 66.66666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333333%;
  }
  .small-11 {
    width: 91.66666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 42.5625em ) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333333%;
  }
  .medium-2 {
    width: 16.66666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333333%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333333%;
  }
  .medium-8 {
    width: 66.66666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333333%;
  }
  .medium-11 {
    width: 91.66666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 64.0625em ) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem;
    float: left;
  }
  .large-1 {
    width: 8.33333333%;
  }
  .large-2 {
    width: 16.66666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333333%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333333%;
  }
  .large-8 {
    width: 66.66666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333333%;
  }
  .large-11 {
    width: 91.66666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 90.0625em ) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.33333333%;
  }
  .xlarge-2 {
    width: 16.66666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.33333333%;
  }
  .xlarge-5 {
    width: 41.66666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.33333333%;
  }
  .xlarge-8 {
    width: 66.66666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.33333333%;
  }
  .xlarge-11 {
    width: 91.66666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.push-0 {
  position: relative;
  left: 0%;
  right: auto;
}
.pull-0 {
  position: relative;
  right: 0%;
  left: auto;
}
.push-1 {
  position: relative;
  left: 8.33333333%;
  right: auto;
}
.pull-1 {
  position: relative;
  right: 8.33333333%;
  left: auto;
}
.push-2 {
  position: relative;
  left: 16.66666667%;
  right: auto;
}
.pull-2 {
  position: relative;
  right: 16.66666667%;
  left: auto;
}
.push-3 {
  position: relative;
  left: 25%;
  right: auto;
}
.pull-3 {
  position: relative;
  right: 25%;
  left: auto;
}
.push-4 {
  position: relative;
  left: 33.33333333%;
  right: auto;
}
.pull-4 {
  position: relative;
  right: 33.33333333%;
  left: auto;
}
.push-5 {
  position: relative;
  left: 41.66666667%;
  right: auto;
}
.pull-5 {
  position: relative;
  right: 41.66666667%;
  left: auto;
}
.push-6 {
  position: relative;
  left: 50%;
  right: auto;
}
.pull-6 {
  position: relative;
  right: 50%;
  left: auto;
}
.push-7 {
  position: relative;
  left: 58.33333333%;
  right: auto;
}
.pull-7 {
  position: relative;
  right: 58.33333333%;
  left: auto;
}
.push-8 {
  position: relative;
  left: 66.66666667%;
  right: auto;
}
.pull-8 {
  position: relative;
  right: 66.66666667%;
  left: auto;
}
.push-9 {
  position: relative;
  left: 75%;
  right: auto;
}
.pull-9 {
  position: relative;
  right: 75%;
  left: auto;
}
.push-10 {
  position: relative;
  left: 83.33333333%;
  right: auto;
}
.pull-10 {
  position: relative;
  right: 83.33333333%;
  left: auto;
}
.push-11 {
  position: relative;
  left: 91.66666667%;
  right: auto;
}
.pull-11 {
  position: relative;
  right: 91.66666667%;
  left: auto;
}

.ui.items-view {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  background: #FFFFFF;
}
.ui.items-view > .items {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui.items-view .item {
  overflow-x: hidden;
  cursor: pointer;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0;
  transition: 0.1s color ease, 0.1s background-color ease;
}
.ui.items-view .pull-down-pane,
.ui.items-view .pull-up-pane {
  position: relative;
  width: 100%;
  height: 5em;
  transition-duration: 0.8s;
  transition-property: background;
  background: #009966;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  text-align: center;
}
.ui.items-view .pull-down-pane.reached,
.ui.items-view .pull-up-pane.reached {
  background: #003d29;
}
.ui.items-view .pull-down-pane.executing,
.ui.items-view .pull-up-pane.executing {
  background: #009966;
}

.ui.list-view .items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui.list-view .list.item {
  padding: 0.8em 0.5em;
}
.ui.list-view .list.group {
  margin: 0;
  padding: 0;
}
.ui.list-view .list.group-header {
  color: rgba(0, 0, 0, 0.85);
  background: #F9FAFB;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.25em 0.5em;
}
.ui.list-view .list.group-header:active {
  background: #e1e6eb;
}
.ui.list-view .list.group-header.collapsible:before {
  transition-duration: 0.3s;
  transition-property: transform;
  font-family: Icons;
  content: "\f107";
  float: right;
  margin-right: 0.5em;
}
.ui.list-view .list.group-header.collapsible.collapsed:before {
  transform: rotate(90deg);
}
.ui.list-view .item-slide-pane {
  position: absolute;
  overflow: hidden;
  z-index: 1100;
  box-sizing: border-box;
}
.ui.list-view .item-slide-pane.transition {
  transition-duration: 0.15s;
  transition-property: transform;
}
.ui.list-view.has-index-bar .list.group-header.collapsible:before {
  margin-right: 2.2em;
}
.ui.list-view > .float-group-header {
  position: absolute;
  height: auto;
  left: 0;
  right: 2px;
  opacity: 0.9;
  pointer-events: none;
}
.ui.list-view > .float-group-header > .list.group-header:before {
  display: none;
}
.ui.list-view > .index-bar {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  padding: 2px 0;
  min-width: 1.625em;
  z-index: 2;
  background: rgba(249, 250, 251, 0.5);
}
.ui.list-view > .index-bar > .index {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
}
.ui.list-view > .index-bar > .index:hover {
  background: #e7ebef;
}
.ui.list-view > .index-bar > .index.current {
  background: #e1e6eb;
}
.ui.list-view .loader-container {
  height: 5em;
  position: relative;
  display: none;
}
.ui.list-view .loader-container.active {
  display: block;
}
.ui.list-view .loader-container.active > .ui.loader {
  display: block;
}
.ui.list-view .tail-padding {
  height: 5em;
  position: relative;
}
.ui.list-view.striped .list.item:nth-child(2n):not(.current) {
  background: #f7f7f7;
}
.ui.list-view.striped .list.group-header {
  background: #e1e6eb;
}
.ui.list-view.striped .list.group-header:active {
  background: #c8d1da;
}
.ui.list-view.impact .list.item {
  padding: 0.125em !important;
}
.ui.list-view .list.item:hover:not(.current) {
  background: rgba(0, 153, 102, 0.1);
}
.ui.list-view .list.item.current {
  background: rgba(0, 153, 102, 0.2);
  color: rgba(0, 0, 0, 0.85);
}
.ui.list-view.striped.inverted .list.item:nth-child(2n):not(.current) {
  background: #141414;
}
.ui.list-view.inverted {
  background: #1f1f1f;
}
.ui.list-view.inverted .list.item {
  color: rgba(255, 255, 255, 0.9);
  background: #1f1f1f;
}
.ui.list-view.inverted .list.item:hover:not(.current) {
  background: rgba(0, 153, 102, 0.2);
}
.ui.list-view.inverted .list.item.current {
  background: #009966;
}
.ui.list-view.inverted .list.group-header {
  color: rgba(255, 255, 255, 0.9);
  background: #3d3d3d;
  border-bottom: 1px solid #5c5c5c;
}
.ui.list-view.inverted .list.group-header:active {
  background: #5c5c5c;
}
.ui.list-view.inverted > .index-bar {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 153, 102, 0.6);
}
.ui.list-view.inverted > .index-bar > .index:hover {
  background: #003322;
}
.ui.list-view.inverted > .index-bar > .index.current {
  background: #009966;
}
.ui.list-view.basic {
  background: none;
}
.ui.list-view.basic .list.item {
  color: inherit;
  background: none;
}
.ui.list-view.basic .list.item:hover:not(.current) {
  background: none;
}
.ui.list-view.basic .list.item.current {
  background: none;
  color: inherit;
}
.ui.list-view.basic .list.group-header {
  color: inherit;
  background: none;
  border-bottom: none;
}
.ui.list-view.basic .list.group-header:active {
  background: none;
}
.ui.list-view.basic > .index-bar {
  color: inherit;
  background: none;
}
.ui.list-view.basic > .index-bar > .index:hover {
  background: none;
}
.ui.list-view.basic > .index-bar > .index.current {
  background: none;
}
.desktop .ui.list-view.v-scroll > .index-bar,
.desktop .ui.list-view.v-scroll > .float-group-header {
  right: 18px;
}
.ie .ui.list-view > .index-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.ie .ui.list-view > .index-bar > div {
  flex: 1;
  text-align: center;
  position: relative;
}
.ie .ui.list-view > .index-bar > div > span {
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
}

.ui.nested-list {
  display: block;
  position: relative;
  overflow-x: hidden;
}
.ui.nested-list .box.title-box {
  overflow: hidden;
}
.ui.nested-list .detail {
  border-left: 1px solid rgba(0, 153, 102, 0.8);
}
.ui.nested-list .ul.list-view {
  margin: 0;
}
.ui.nested-list .ui.layer {
  background: #FFFFFF;
  box-shadow: -2px 0 0 0 rgba(34, 36, 38, 0.2);
}
.ui.nested-list .item.has-child {
  position: relative;
  padding-right: 1.25em;
}
.ui.nested-list .item.has-child:before {
  font-family: Icons;
  content: "\f105";
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -0.6em;
}

.ui.tree .tree.item {
  padding: 0;
}
.ui.tree .child-nodes {
  display: none;
  overflow: visible;
  margin-left: 2.25em !important;
}
.ui.tree .tree.node {
  min-height: 2.7em;
  padding: 0.25em;
  line-height: 2.2em;
  white-space: nowrap;
}
.ui.tree .tree.node > .expand-button {
  float: left;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  margin-right: 0.25em;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: transform;
}
.ui.tree .tree.node > .expand-button:before {
  font-family: Icons;
  content: "\f105";
}
.ui.tree .tree.node.expanded > .expand-button {
  transform: rotate(90deg);
}
.ui.tree .tree.node.leaf > .expand-button {
  visibility: hidden;
}
.ui.tree .tree.node .ui.checkbox {
  top: 0.35em;
}
.ui.tree .tree.node .node-content {
  overflow: hidden;
}
.ui.tree.impact .child-nodes {
  margin-left: 1.5em !important;
}
.ui.tree.impact .tree.node {
  min-height: 2em;
  line-height: 1.5em;
}
.ui.tree.impact .tree.node > .expand-button {
  width: 1.5em;
  height: 1.5em;
}
.ui.tree.impact .tree.node > .expand-button:before {
  line-height: 1.5em;
}
.ui.tree.impact .tree.node .ui.checkbox {
  top: 0.25em;
}
.ui.tree.navigator .tree.node {
  position: relative;
  overflow: hidden;
  padding-left: 1em;
}
.ui.tree.navigator .tree.node > .expand-button {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.7em;
  height: 2.7em;
  line-height: 2.7em;
  margin-right: 0;
}
.ui.tree.navigator .tree.node > .expand-button:before {
  float: right;
  margin-right: 1em;
}
.ui.tree .tree.item:not(.current) > .tree.node:hover {
  background: rgba(0, 153, 102, 0.1);
}
.ui.tree .tree.item.current > .tree.node {
  background: rgba(0, 153, 102, 0.2);
  color: rgba(0, 0, 0, 0.85);
}
.ui.tree.inverted {
  background: #1f1f1f;
}
.ui.tree.inverted .tree.item {
  color: rgba(255, 255, 255, 0.9);
  background: #1f1f1f;
}
.ui.tree.inverted .tree.item:not(.current) > .tree.node:hover {
  background: rgba(0, 153, 102, 0.2);
}
.ui.tree.inverted .tree.item.current > .tree.node {
  background: #009966;
}
.ui.tree.basic {
  background: none;
}
.ui.tree.basic .tree.item:not(.current) {
  color: inherit;
  background: none;
}
.ui.tree.basic .tree.item:not(.current) > .tree.node,
.ui.tree.basic .tree.item:not(.current) > .tree.node:hover {
  color: inherit;
  background: none;
}
.ui.tree.basic .tree.item.current > .tree.node {
  color: inherit;
  background: none;
}

.ui.widget-table {
  border: 1px solid rgba(34, 36, 38, 0.15);
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 6px;
}
.ui.widget-table > .inner-table {
  display: block;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}
.ui.widget-table > .inner-table.left,
.ui.widget-table > .inner-table.right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.1);
}
.ui.widget-table > .inner-table.left .cell:last-child,
.ui.widget-table > .inner-table.right .cell:last-child,
.ui.widget-table > .inner-table.left .header-cell:last-child,
.ui.widget-table > .inner-table.right .header-cell:last-child,
.ui.widget-table > .inner-table.left .footer-cell:last-child,
.ui.widget-table > .inner-table.right .footer-cell:last-child {
  border-right-width: 0;
}
.ui.widget-table > .inner-table.left {
  left: 0;
}
.ui.widget-table > .inner-table.right {
  right: 0;
}
.ui.widget-table > .inner-table.center {
  height: 100%;
}
.ui.widget-table > .inner-table.center > .table-body {
  box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.1);
}
.ui.widget-table > .inner-table > .table-header,
.ui.widget-table > .inner-table > .table-footer {
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 0px 1em 0px rgba(0, 0, 0, 0.1);
}
.ui.widget-table > .inner-table > .table-header > table,
.ui.widget-table > .inner-table > .table-footer > table {
  table-layout: fixed;
  width: 0;
}
.ui.widget-table > .inner-table > .table-header {
  top: 0;
}
.ui.widget-table > .inner-table > .table-header > .resize-handler {
  content: "";
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 8px;
  margin-left: -4px;
  z-index: 10;
  cursor: col-resize;
}
.ui.widget-table > .inner-table > .table-header > .resize-handler.hidden {
  display: none;
}
.ui.widget-table > .inner-table > .table-header > .insert-indicator {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -3px;
  z-index: 10;
}
.ui.widget-table > .inner-table > .table-header > .insert-indicator.hidden {
  display: none;
}
.ui.widget-table > .inner-table > .table-footer {
  bottom: 0;
  border-top: 1px solid #edf0f3;
  background: white;
}
.ui.widget-table > .inner-table > .table-body {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.ui.widget-table > .inner-table > .table-body.header-1 {
  padding-top: 31px;
}
.ui.widget-table > .inner-table > .table-body.header-2 {
  padding-top: 62px;
}
.ui.widget-table > .inner-table > .table-body.header-3 {
  padding-top: 93px;
}
.ui.widget-table > .inner-table > .table-body.header-4 {
  padding-top: 124px;
}
.ui.widget-table > .inner-table .items {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.ui.widget-table > .inner-table .items .cell-editor-pane {
  position: absolute;
  left: -999px;
  top: -999px;
  overflow: hidden;
  background: #fff;
  z-index: 4;
}
.ui.widget-table > .inner-table .items .cell-editor-pane.hidden {
  display: none;
}
.ui.widget-table > .inner-table .items .cell-editor-pane > * {
  width: 100%;
  height: 100%;
}
.ui.widget-table > .inner-table .items .cell-editor-pane > .editor-container {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui.widget-table .cell,
.ui.widget-table .header-cell,
.ui.widget-table .footer-cell {
  box-sizing: border-box;
  height: 31px;
  overflow-x: hidden;
  overflow-y: visible;
  font-size: 1rem;
}
.ui.widget-table .cell > .content,
.ui.widget-table .header-cell > .content,
.ui.widget-table .footer-cell > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui.widget-table .cell > .content.default-content,
.ui.widget-table .header-cell > .content.default-content,
.ui.widget-table .footer-cell > .content.default-content,
.ui.widget-table .cell > .content > .cell-content,
.ui.widget-table .header-cell > .content > .cell-content,
.ui.widget-table .footer-cell > .content > .cell-content {
  padding: 0 0.4em;
}
.ui.widget-table .cell > .content > .ui.input,
.ui.widget-table .header-cell > .content > .ui.input,
.ui.widget-table .footer-cell > .content > .ui.input {
  width: 100%;
}
.ui.widget-table .cell > .content > .ui.checkbox,
.ui.widget-table .header-cell > .content > .ui.checkbox,
.ui.widget-table .footer-cell > .content > .ui.checkbox {
  margin-left: 0.5em;
}
.ui.widget-table .cell.sortable:before,
.ui.widget-table .header-cell.sortable:before,
.ui.widget-table .footer-cell.sortable:before {
  content: "\f0dc";
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 0.25em;
  font-family: Icons;
  color: rgba(40, 40, 40, 0.3);
}
.ui.widget-table .cell.sortable.asc:before,
.ui.widget-table .header-cell.sortable.asc:before,
.ui.widget-table .footer-cell.sortable.asc:before {
  content: "\f0de";
  color: rgba(0, 0, 0, 0.85);
}
.ui.widget-table .cell.sortable.desc:before,
.ui.widget-table .header-cell.sortable.desc:before,
.ui.widget-table .footer-cell.sortable.desc:before {
  content: "\f0dd";
  color: rgba(0, 0, 0, 0.85);
}
.ui.widget-table .cell.h-left > .content,
.ui.widget-table .header-cell.h-left > .content,
.ui.widget-table .footer-cell.h-left > .content {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ui.widget-table .cell.h-center > .content,
.ui.widget-table .header-cell.h-center > .content,
.ui.widget-table .footer-cell.h-center > .content {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ui.widget-table .cell.h-right > .content,
.ui.widget-table .header-cell.h-right > .content,
.ui.widget-table .footer-cell.h-right > .content {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ui.widget-table .cell.v-top > .content,
.ui.widget-table .header-cell.v-top > .content,
.ui.widget-table .footer-cell.v-top > .content {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ui.widget-table .cell.v-bottom > .content,
.ui.widget-table .header-cell.v-bottom > .content,
.ui.widget-table .footer-cell.v-bottom > .content {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ui.widget-table .header-row {
  white-space: nowrap;
  line-height: 1;
  font-size: 0;
}
.ui.widget-table .header-row .header-cell,
.ui.widget-table .header-row .header-group {
  background: white;
  display: inline-block;
  cursor: pointer;
}
.ui.widget-table .header-row .header-cell {
  position: relative;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #edf0f3 #edf0f3;
}
.ui.widget-table .header-row .header-cell.rows-2 {
  height: 62px;
}
.ui.widget-table .header-row .header-cell.rows-3 {
  height: 93px;
}
.ui.widget-table .header-row .header-cell.rows-4 {
  height: 124px;
}
.ui.widget-table .header-row > .header-group > .header-cell {
  width: 100%;
}
.ui.widget-table .header-row.first-row {
  position: relative;
}
.ui.widget-table .header-row.first-row .header-cell {
  border-top-width: 0;
}
.ui.widget-table .footer-cell {
  display: inline-block;
  border-right: 1px solid #edf0f3;
}
.ui.widget-table .table.item {
  position: relative;
  white-space: nowrap;
  line-height: 1;
  font-size: 0;
  box-sizing: border-box;
  overflow: visible;
}
.ui.widget-table .table.item > .cell {
  display: inline-block;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #edf0f3;
}
.ui.widget-table .table.item > .cell.current {
  background: rgba(0, 153, 102, 0.15);
}
.ui.widget-table > .scroll-bar {
  z-index: 3;
}
.ui.widget-table > .scroll-bar.hori {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  overflow: hidden;
  overflow-x: scroll;
}
.ui.widget-table > .scroll-bar.hori > .fake-content {
  height: 1px;
}
.ui.widget-table > .scroll-bar.vert {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}
.ui.widget-table > .scroll-bar.vert > .fake-content {
  width: 1px;
}
.ui.widget-table > .scroll-bar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.ui.widget-table:hover .scroll-bar.vert {
  display: block;
}
.ui.widget-table.v-scroll > .scroll-bar.vert {
  display: block !important;
}
.ui.widget-table.v-scroll > .inner-table.right {
  right: 10px;
}
.ui.widget-table.h-scroll {
  padding-bottom: 10px;
}
.ui.widget-table.h-scroll > .inner-table.left,
.ui.widget-table.h-scroll > .inner-table.right,
.ui.widget-table.h-scroll > .scroll-bar.vert {
  bottom: 10px;
}
.ui.widget-table.h-scroll.v-scroll > .scroll-bar.hori {
  right: 10px;
}
.ui.widget-table.has-right-pane > .inner-table.center .cell:last-child,
.ui.widget-table.has-right-pane > .inner-table.center .header-cell:last-child,
.ui.widget-table.has-right-pane > .inner-table.center .footer-cell:last-child {
  border-right-width: 0;
}
.ui.widget-table .resize-helper {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(34, 36, 38, 0.15);
  background: rgba(0, 0, 0, 0.05);
  min-width: 20px;
  z-index: 20;
}
.table-column-dragging-helper {
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.0625em 0.0625em 0.125em 0.125em rgba(0, 0, 0, 0.1);
}
.table-column-dragging-helper > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-column-dragging-helper > .content.default-content {
  padding: 0 0.4em;
}
.ui.widget-table.striped .inner-table .table.item:nth-child(2n):not(.current) .cell {
  background: #f7f7f7;
}
.ui.widget-table .inner-table .table.item.current .cell {
  background: rgba(0, 153, 102, 0.2);
}

.ui.input.readonly input,
.ui.input.readonly textarea {
  background-color: #fbfbfb !important;
}
.webkit .ui.toggle.checkbox label {
  padding-left: 3.5rem !important;
}
.webkit .ui.toggle.checkbox.no-transmit label:before,
.webkit .ui.toggle.checkbox.no-transmit label:after {
  -webkit-transition: none !important;
  transition: none !important;
}

.ui.input.select > .editor.placeholder:not(:focus) {
  color: #999999;
}
.ui.input.drop > .icon {
  pointer-events: inherit !important;
}
.ui.input.drop > .filter-input {
  opacity: 0;
  filter: alpha(opacity=0);
  width: calc(100% - 2em);
  position: absolute;
  padding: 0.709567em 0 0.709567em 1.06667em !important;
  left: 0.1em;
  top: 0.1em;
  right: 2.4333333em;
  bottom: 0.1em;
  line-height: 1.2142em;
  border-style: none !important;
  z-index: 3;
}
.ui.input.drop > .value-content {
  display: none;
  position: absolute;
  left: 1.16667em;
  top: 0.809567em;
  right: 2.5333333em;
  bottom: 0.809567em;
  line-height: 1.2142em;
  pointer-events: none;
  list-style: none;
  white-space: nowrap;
  z-index: 4;
  overflow: hidden;
}
.ui.input.drop > .value-content.placeholder {
  opacity: 0.3 !important;
  filter: alpha(opacity=30) !important;
}
.ui.input.drop.filterable input:not(.filter-input) {
  pointer-events: none;
}
.ui.input.drop.filterable.opened input {
  border-color: rgba(0, 0, 0, 0.3);
}
.ui.input.drop > i.icon {
  width: 2.4em;
  cursor: pointer;
}
.ui.input.drop > i.icon.remove {
  display: none;
  width: 1em;
  right: 2.2em;
  z-index: 5;
}
.ui.input.drop:hover:not(.readonly) > i.icon.remove {
  display: block;
}
.ui.input.drop.readonly > i.icon {
  display: none;
}
.ui.input.drop.readonly > .value-content {
  right: 1.16667em;
}
.ui.input.drop.readonly > .filter-input {
  display: none;
}
.ui.input.drop.opened > input {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.ui.input.drop.focused > .filter-input {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ui.input.drop.focused > .value-content {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui.drop-container {
  background: #FFFFFF;
}
.ui.drop-container .filter-container {
  background: #FFFFFF;
  padding: 0.25em;
}
.ui.drop-container.dialog {
  min-width: 20em;
}
.ui.drop-box,
c-drop-box {
  position: absolute;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  min-height: 1em;
  width: auto;
  left: -9999px;
  top: -9999px;
  overflow-x: hidden;
  background: #FFFFFF;
  display: none;
}
.ui.drop-box.direction-down,
c-drop-box.direction-down {
  border-radius: 0 0 4px 4px;
  border-top-width: 0;
}
.ui.drop-box.direction-down.x-over,
c-drop-box.direction-down.x-over {
  border-radius: 4px;
  border-top-width: 1px;
}
.ui.drop-box.direction-up,
c-drop-box.direction-up {
  border-radius: 4px 4px 0 0;
  border-bottom-width: 0;
}
.ui.drop-box.direction-up.x-over,
c-drop-box.direction-up.x-over {
  border-radius: 4px;
  border-bottom-width: 1px;
}
.ui.drop-box .filter-pane,
c-drop-box .filter-pane {
  padding: 0.5em;
}
.ui.drop-box.inverted {
  border-radius: 4px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.dropdown-value-tip {
  position: absolute;
  z-index: 9999;
  padding: 0.4em 0.75em;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -105%);
}
.dropdown-value-tip > li {
  list-style: none;
}

.date-picker {
  padding-bottom: 12px;
  min-width: 220px;
}
.date-time-picker .ui.calendar .date-header,
.date-picker .ui.calendar .date-header {
  border-bottom: none;
}
.date-time-picker .ui.calendar .caption-panel,
.date-picker .ui.calendar .caption-panel {
  padding: 8px 2em;
}
.date-time-picker .ui.calendar .caption-panel .header,
.date-picker .ui.calendar .caption-panel .header {
  width: 100%;
  padding: 4px 0;
  height: 1.75em;
}
.date-time-picker .ui.calendar .caption-panel .header > .nav-wrapper,
.date-picker .ui.calendar .caption-panel .header > .nav-wrapper {
  width: 3em;
}
.date-time-picker .ui.calendar .caption-panel .header > .nav-wrapper > span.button,
.date-picker .ui.calendar .caption-panel .header > .nav-wrapper > span.button {
  float: none;
  color: rgba(0, 0, 0, 0.87);
}
.date-time-picker .ui.calendar .caption-panel .header > .nav-wrapper > span.button:hover,
.date-picker .ui.calendar .caption-panel .header > .nav-wrapper > span.button:hover {
  color: #009966;
}
.date-time-picker .ui.calendar .caption-panel .header > .content,
.date-picker .ui.calendar .caption-panel .header > .content {
  width: calc(100% - 6em);
}
.date-time-picker .ui.calendar .caption-panel .header > .content .label,
.date-picker .ui.calendar .caption-panel .header > .content .label {
  margin: 0 4px;
}
.date-time-picker .ui.calendar .caption-panel .header > .content,
.date-picker .ui.calendar .caption-panel .header > .content,
.date-time-picker .ui.calendar .caption-panel .header > .nav-wrapper,
.date-picker .ui.calendar .caption-panel .header > .nav-wrapper {
  display: inline-block;
  height: 1.5em;
  text-align: center;
}
.date-time-picker .ui.calendar .caption-panel .header > .content > span:before,
.date-picker .ui.calendar .caption-panel .header > .content > span:before,
.date-time-picker .ui.calendar .caption-panel .header > .nav-wrapper > span:before,
.date-picker .ui.calendar .caption-panel .header > .nav-wrapper > span:before {
  line-height: 1em;
}
.date-time-picker .ui.calendar .caption-panel .header > .content > span.button.year.next:before,
.date-picker .ui.calendar .caption-panel .header > .content > span.button.year.next:before,
.date-time-picker .ui.calendar .caption-panel .header > .nav-wrapper > span.button.year.next:before,
.date-picker .ui.calendar .caption-panel .header > .nav-wrapper > span.button.year.next:before {
  content: "\f101";
}
.date-time-picker .ui.calendar .caption-panel .header > .content > span.button.year.prev:before,
.date-picker .ui.calendar .caption-panel .header > .content > span.button.year.prev:before,
.date-time-picker .ui.calendar .caption-panel .header > .nav-wrapper > span.button.year.prev:before,
.date-picker .ui.calendar .caption-panel .header > .nav-wrapper > span.button.year.prev:before {
  content: "\f100";
}
.date-time-picker .ui.calendar .caption-panel .header .button,
.date-picker .ui.calendar .caption-panel .header .button {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 1em;
}
.date-time-picker .ui.calendar .caption-panel .header .label,
.date-picker .ui.calendar .caption-panel .header .label {
  margin: 0 1.5em;
  line-height: 1.5em;
  font-size: 1em;
}
.date-time-picker .ui.calendar .date-header td,
.date-picker .ui.calendar .date-header td {
  color: rgba(0, 0, 0, 0.87);
}
.date-time-picker .ui.calendar .date-table-wrapper,
.date-picker .ui.calendar .date-table-wrapper {
  padding: 0 12px;
  position: relative;
  min-height: 100px;
  min-width: 130px;
}
.date-time-picker .ui.calendar .date-table-wrapper .date-table,
.date-picker .ui.calendar .date-table-wrapper .date-table {
  height: auto;
}
.date-time-picker .ui.calendar .date-table-wrapper .date-table td,
.date-picker .ui.calendar .date-table-wrapper .date-table td {
  text-align: center;
  padding: 0.2em 0;
}
.date-time-picker .ui.calendar .date-table-wrapper .date-table td div.label,
.date-picker .ui.calendar .date-table-wrapper .date-table td div.label {
  border-radius: 1px;
}
.date-time-picker .ui.calendar .date-table-wrapper .date-table td.selected div.label,
.date-picker .ui.calendar .date-table-wrapper .date-table td.selected div.label {
  background: #009966;
}
.date-time-picker .ui.calendar .date-table-wrapper .date-table td:hover:not(.selected) div.label,
.date-picker .ui.calendar .date-table-wrapper .date-table td:hover:not(.selected) div.label {
  color: #fff;
  background: rgba(0, 153, 102, 0.5);
}
.ui.date.input > input {
  font-family: Arial, sans-serif;
}
.ui.date.input i.calendar.icon {
  cursor: pointer !important;
}
.ui.year-month-grid > .table-wrapper,
.ui.year-grid > .table-wrapper {
  position: relative;
  padding: 0 1em;
}
.ui.year-month-grid > .table-wrapper > .nav-btn,
.ui.year-grid > .table-wrapper > .nav-btn {
  position: absolute;
  top: 50%;
  width: 1em;
  margin-top: -1em;
  opacity: 0.5;
  color: #009966;
  cursor: pointer;
}
.ui.year-month-grid > .table-wrapper > .nav-btn:before,
.ui.year-grid > .table-wrapper > .nav-btn:before {
  font-family: Icons;
}
.ui.year-month-grid > .table-wrapper > .nav-btn.next,
.ui.year-grid > .table-wrapper > .nav-btn.next {
  right: 2px;
}
.ui.year-month-grid > .table-wrapper > .nav-btn.next:before,
.ui.year-grid > .table-wrapper > .nav-btn.next:before {
  content: "\f101";
}
.ui.year-month-grid > .table-wrapper > .nav-btn:hover,
.ui.year-grid > .table-wrapper > .nav-btn:hover {
  opacity: 1.0;
}
.ui.year-month-grid > .table-wrapper > .nav-btn.prev,
.ui.year-grid > .table-wrapper > .nav-btn.prev {
  left: 6px;
}
.ui.year-month-grid > .table-wrapper > .nav-btn.prev:before,
.ui.year-grid > .table-wrapper > .nav-btn.prev:before {
  content: "\f100";
}
.ui.year-month-grid .header,
.ui.year-grid .header {
  padding: 0.5em 1em;
  border-bottom: 1px solid #009966;
}
.ui.year-month-grid .header > .year,
.ui.year-grid .header > .year {
  display: -webkit-box;
  display: -moz-box;
}
.ui.year-month-grid .header > .year > .button,
.ui.year-grid .header > .year > .button {
  display: block;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: 2.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  color: #009966;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25em;
}
.ui.year-month-grid .header > .year > .button.prev:before,
.ui.year-grid .header > .year > .button.prev:before {
  font-family: Icons;
  content: "\f104";
}
.ui.year-month-grid .header > .year > .button.next:before,
.ui.year-grid .header > .year > .button.next:before {
  font-family: Icons;
  content: "\f105";
}
.ui.year-month-grid .header > .year > .label,
.ui.year-grid .header > .year > .label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  display: block;
  text-align: center;
  line-height: 1.5em;
  cursor: pointer;
  font-size: 1.25em;
  color: #454545;
}
.ui.year-month-grid .table-wrapper table,
.ui.year-grid .table-wrapper table {
  width: 100%;
  min-height: 12em;
}
.ui.year-month-grid .table-wrapper table td,
.ui.year-grid .table-wrapper table td {
  min-width: 4em;
  text-align: center;
  height: 2em;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
}
.ui.year-month-grid .table-wrapper table td:hover,
.ui.year-grid .table-wrapper table td:hover {
  color: #009966;
}
.ui.year-month-grid .table-wrapper table td > div,
.ui.year-grid .table-wrapper table td > div {
  padding: 0.4em 0.8em;
  display: inline-block;
  border-radius: 2px;
  width: 5em;
}
.ui.year-month-grid .table-wrapper table td.selected > div,
.ui.year-grid .table-wrapper table td.selected > div {
  background-color: #009966;
  color: rgba(255, 255, 255, 0.9);
}
.ui.time-editor {
  display: inline-block;
}
.ui.time-editor .ui.input {
  width: 3em;
}
.ui.time-editor .ui.input input {
  padding: 2px;
  text-align: center;
  border-radius: 2px;
  line-height: 1em;
}
.ui.time-editor .separator {
  display: inline-block;
  padding: 2px;
}
.date-time-picker .year-month-grid > .header,
.date-picker .year-month-grid > .header,
.date-time-picker .year-grid > .header,
.date-picker .year-grid > .header {
  display: none;
}
.date-time-picker .year-month-grid .table-wrapper table td > div,
.date-picker .year-month-grid .table-wrapper table td > div,
.date-time-picker .year-grid .table-wrapper table td > div,
.date-picker .year-grid .table-wrapper table td > div {
  width: 3em;
  font-size: 0.75rem;
  padding: 4px;
}
.date-time-picker .date-grid,
.date-picker .date-grid {
  padding: 0 8px;
}
.date-time-picker .date-grid,
.date-picker .date-grid,
.date-time-picker .year-month-grid,
.date-picker .year-month-grid,
.date-time-picker .year-grid,
.date-picker .year-grid {
  display: none !important;
  min-height: 160px;
  min-width: 180px;
}
.date-time-picker .date-grid.active,
.date-picker .date-grid.active,
.date-time-picker .year-month-grid.active,
.date-picker .year-month-grid.active,
.date-time-picker .year-grid.active,
.date-picker .year-grid.active {
  display: block !important;
}
.v-box.date-time-picker {
  min-height: 260px;
  min-width: 260px;
  overflow: hidden;
}
.v-box.date-time-picker > .flex-box {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.v-box.date-time-picker > .box {
  height: 32px;
  padding-top: 9px;
}
.v-box.date-time-picker > .box .label {
  display: inline-block;
  padding: 2px 4px 0;
  font-size: 12px;
}
.v-box.date-time-picker > .box .button.primary {
  padding: 5px;
  font-size: 12px;
  line-height: 1em;
  background-color: #009966;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  cursor: pointer;
}
.v-box.date-time-picker > .box > .h-box {
  height: 100%;
  overflow: hidden;
  padding: 0 12px;
}
.v-box.date-time-picker > .box > .h-box > .flex-box {
  overflow: hidden;
}
.v-box.date-time-picker > .box > .h-box .actions {
  padding: 0 4px 0 0;
}

.ui.sub-view {
  display: block;
  overflow: hidden;
}
.ui.sub-view > .content {
  height: 100%;
}
.ui.sub-view > .ui.dimmer {
  background: transparent !important;
}
.ui.iframe {
  display: block;
  position: relative;
}
.ui.iframe > iframe {
  width: 100%;
  height: 100%;
}
.ui.iframe > .ui.dimmer {
  background: transparent !important;
}

@keyframes breath {
  from {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes breath {
  from {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
  to {
    opacity: 0.2;
  }
}
.ui.sys-dimmer {
  opacity: 0.1 !important;
}
.ui.sys-dimmer.card {
  margin: 0 !important;
}
.ui.message-box {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  position: fixed !important;
}
.ui.message-box .close-btn.hidden,
.ui.message-box .actions.hidden {
  display: none !important;
}
.ui.message-box .actions.alert .approve.button,
.ui.message-box .actions.alert .deny.button {
  display: none;
}
.ui.message-box .actions:not(.alert) .close.button {
  display: none;
}
.ui.message-box.desktop {
  text-align: left;
  background: #ffffff;
  border: none;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  border-radius: 0.28571429rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  min-width: 360px;
}
.ui.message-box.desktop .content-container .close-btn {
  cursor: pointer;
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  z-index: 1;
  opacity: 0.5;
  font-size: 1em;
  color: #000000;
  line-height: 2rem;
}
.ui.message-box.desktop .content-container .close-btn:hover {
  opacity: 1;
}
.ui.message-box.desktop .content-container > .header {
  background: #ffffff;
  margin: 0em;
  box-sizing: border-box;
  padding: 1rem 1.25rem;
  box-shadow: none;
  color: #000000;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.message-box.desktop .content-container > .header:not(.ui) {
  font-size: 1.42857143rem;
  line-height: 1.2857em;
  font-weight: bold;
}
.ui.message-box.desktop .content-container > .image.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ui.message-box.desktop .content-container > .image.content > .image,
.ui.message-box.desktop .content-container > .image.content > .description {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.ui.message-box.desktop .content-container > .content {
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 1.5rem;
  box-sizing: border-box;
  background: #ffffff;
}
.ui.message-box.desktop .content-container > .content > .image {
  min-width: 4em;
  text-align: center;
}
.ui.message-box.desktop .content-container > .content > .icon + .description,
.ui.message-box.desktop .content-container > .content > .image + .description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  padding-left: 2em;
}
.ui.message-box.desktop .content-container > .content > .image > i.icon {
  margin: 0em;
  opacity: 1;
  width: auto;
  line-height: 1;
  font-size: 8rem;
}
.ui.message-box.desktop .content-container .actions {
  box-sizing: border-box;
  background: #f9fafb;
  padding: 0.75rem 1rem;
  width: 100%;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right;
}
.ui.message-box.desktop .content-container .actions > .button {
  margin-left: 0.75em;
}
.ui.message-box.mobile {
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  background-color: #ffffff;
  height: 40%;
  border-radius: 0em;
  margin: 0em;
  overflow: visible;
}
.ui.message-box.mobile > .content-container {
  width: 100%;
}
.ui.message-box.mobile > .content-container .content {
  text-align: center;
  padding: 2rem 0 2rem 0;
}
.ui.message-box.mobile > .content-container .content .image {
  padding: 1rem;
  height: 6em;
  line-height: 4em;
}
.ui.message-box.mobile > .content-container .header:not(.ui) > .close {
  cursor: pointer;
}
.ui.message-box.mobile > .content-container .header:not(.ui) > .close i {
  line-height: 2.75rem;
  height: 2.75em;
}
.ui.message-box.mobile.standard::before {
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
}
.ui.message-box.mobile.standard .header {
  background-color: transparent;
  position: relative;
  margin-top: -2rem;
  text-align: center;
}
.ui.message-box.mobile.standard .header .caption {
  display: none;
}
.ui.message-box.mobile.standard .header > .close-btn {
  width: 4em;
  height: 4em;
  border-radius: 2rem;
  display: inline-block;
  line-height: 4rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  text-align: center;
  color: #ffffff;
  opacity: 1;
}
.ui.message-box.mobile.standard .header > .close-btn i {
  line-height: 4rem;
  height: 4em;
  animation-name: breath;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-name: breath;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  margin-right: 0rem;
}
.ui.message-box.mobile.standard.info .header > .close-btn,
.ui.message-box.mobile.standard.info::before {
  background-color: #3b8EEE;
}
.ui.message-box.mobile.standard.warning .header > .close-btn,
.ui.message-box.mobile.standard.warning::before {
  background-color: #ffaa00;
}
.ui.message-box.mobile.standard.error .header > .close-btn,
.ui.message-box.mobile.standard.error::before {
  background-color: #Fa4332;
}
.ui.message-box.mobile.simplicity .content-container > .header {
  position: relative;
  height: 2.75rem;
}
.ui.message-box.mobile.simplicity .content-container > .header .caption {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.5785em 0.75em 0.75em 1em;
}
.ui.message-box.mobile.simplicity .content-container > .header > .close-btn {
  position: absolute;
  height: 2.75rem;
  top: 0px;
  line-height: 2.75rem;
  right: 10px;
}
.ui.message-box.mobile.simplicity .content-container > .header::after {
  height: 1px;
  display: block;
  content: "";
  width: 100%;
}
.ui.message-box.mobile.simplicity::before {
  height: 2px;
  display: block;
  content: "";
  width: 100%;
}
.ui.message-box.mobile.simplicity.info {
  color: #3b8EEE;
}
.ui.message-box.mobile.simplicity.info .header::after {
  background-color: #3b8EEE;
}
.ui.message-box.mobile.simplicity.info::before {
  background-color: #3b8EEE;
}
.ui.message-box.mobile.simplicity.warning {
  color: #ffaa00;
}
.ui.message-box.mobile.simplicity.warning .header::after {
  background-color: #ffaa00;
}
.ui.message-box.mobile.simplicity.warning::before {
  background-color: #ffaa00;
}
.ui.message-box.mobile.simplicity.error {
  color: #Fa4332;
}
.ui.message-box.mobile.simplicity.error .header::after {
  background-color: #Fa4332;
}
.ui.message-box.mobile.simplicity.error::before {
  background-color: #Fa4332;
}
.ui.message-box.mobile.card {
  margin: 0 !important;
}
.ui.message-box.mobile.card,
.ui.message-box.mobile.card > .content-container,
.ui.message-box.mobile.card > .content-container > .header {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}
.ui.message-box.mobile.card .content-container .header {
  text-align: center;
  color: #ffffff;
  position: relative;
  height: 2.75rem;
}
.ui.message-box.mobile.card .content-container .header .caption {
  display: none;
}
.ui.message-box.mobile.card .content-container .header > .close-btn {
  width: 100%;
  line-height: 2.75rem;
}
.ui.message-box.mobile.card .content-container .header > .close-btn i.icon {
  font-size: 1.25em;
}
.ui.message-box.mobile.card.info .header {
  background-color: #3b8EEE;
}
.ui.message-box.mobile.card.warning .header {
  background-color: #ffaa00;
}
.ui.message-box.mobile.card.error .header {
  background-color: #Fa4332;
}
.ui.message-box.mobile.tradition .content-container .header {
  position: relative;
  width: 100%;
  height: 2.75rem;
  color: #ffffff;
}
.ui.message-box.mobile.tradition .content-container .header .caption {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.5785em 0.75em 0.75em 1em;
}
.ui.message-box.mobile.tradition .content-container .header > .close-btn {
  position: absolute;
  height: 2.75rem;
  top: 0px;
  line-height: 2.75rem;
  right: 10px;
}
.ui.message-box.mobile.tradition .content-container .actions {
  width: 100%;
}
.ui.message-box.mobile.tradition.info .header {
  background-color: #3b8EEE;
}
.ui.message-box.mobile.tradition.warning .header {
  background-color: #ffaa00;
}
.ui.message-box.mobile.tradition.error .header {
  background-color: #Fa4332;
}
.mobile .ui.message-box {
  min-width: 300px !important;
}

.ui.layer,
c-layer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background-color: #ffffff;
}
.ui.black.layer {
  background-color: #1b1c1d !important;
  color: #ffffff !important;
}
.ui.blue.layer {
  background-color: #3b83c0 !important;
  color: #ffffff !important;
}
.ui.green.layer {
  background-color: #5bbd72 !important;
  color: #ffffff !important;
}
.ui.orange.layer {
  background-color: #e07b53 !important;
  color: #ffffff !important;
}
.ui.pink.layer {
  background-color: #d9499a !important;
  color: #ffffff !important;
}
.ui.purple.layer {
  background-color: #564f8a !important;
  color: #ffffff !important;
}
.ui.red.layer {
  background-color: #d95c5c !important;
  color: #ffffff !important;
}
.ui.teal.layer {
  background-color: #00b5ad !important;
  color: #ffffff !important;
}
.ui.yellow.layer {
  background-color: #f2c61f !important;
  color: #ffffff !important;
}

.ui.dialog,
c-dialog {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  text-align: left;
  background: #ffffff;
  border: none;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  border-radius: 0.28571429rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  will-change: top, left, margin, transform, opacity;
  min-width: 240px;
  display: none;
}
.ui.dialog.v-box,
c-dialog.v-box {
  height: auto;
}
.ui.dialog > :first-child:not(.icon),
.ui.dialog > .icon:first-child + * {
  border-top-left-radius: 0.28571429rem;
  border-top-right-radius: 0.28571429rem;
}
.ui.dialog > :last-child {
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}
/*******************************
            Content
*******************************/
/*--------------
     Close
---------------*/
.ui.dialog .close-btn {
  cursor: pointer;
  position: absolute;
  top: -1rem;
  right: -1.25rem;
  z-index: 1;
  border-radius: 50%;
  font-size: 1.25em;
  color: #ffffff;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
/*--------------
     Header
---------------*/
.ui.dialog > .header {
  box-sizing: border-box;
  background: #ffffff;
  margin: 0em;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.dialog > .header:not(.ui) {
  font-size: 1.42857143rem;
  line-height: 1.2857em;
  font-weight: bold;
}
/*--------------
     Content
---------------*/
.ui.dialog > .content:not(.flex-box) {
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 1.5rem;
  overflow: auto;
  background: #ffffff;
}
/*--------------
     Actions
---------------*/
.ui.dialog .actions {
  background: #f9fafb;
  padding: 1rem 1rem;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right;
}
.ui.dialog .actions > .button {
  margin-left: 0.75em;
}
.ui.fixed.dimmer {
  position: fixed !important;
}
.ui.dialog > .header,
.ui.dialog > .content,
.ui.dialog > .actions {
  box-sizing: border-box;
}

.ui.carousel {
  display: block;
  overflow: hidden;
  position: relative;
}
.ui.carousel > .items-wrap {
  position: relative;
  height: 100%;
}
.ui.carousel > .items-wrap > * {
  height: 100%;
  position: relative;
  float: left;
}
.ui.carousel > .indicators {
  position: absolute;
  z-index: 1;
  vertical-align: middle;
  text-align: center;
}
.ui.carousel > .indicators > span {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-clip: content-box;
  margin: 0.25em;
  transition-duration: 0.6s;
  transition-property: background-color, border-color, color, -webkit-box-shadow, -webkit-transform;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.ui.carousel > .indicators > span.active {
  border-color: #009966;
  background-color: #009966;
}
.ui.carousel .controls a {
  width: 32px;
  height: 32px;
  display: block;
  top: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUI4MUYyNzJEQUUxMTFFNEI0Q0REOUU2MTU3MEVEMTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUI4MUYyNzNEQUUxMTFFNEI0Q0REOUU2MTU3MEVEMTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjgxRjI3MERBRTExMUU0QjRDREQ5RTYxNTcwRUQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjgxRjI3MURBRTExMUU0QjRDREQ5RTYxNTcwRUQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Por3U54AAAU1SURBVHja7FrPS1xXFHZm4cZJhECzULEI2qJTF135YIhYtYtKDWQrhPSfcFNCQCnFpVm0/4BZGoS0CEmhLUpMSxZZtGnTKminUogWcaLJQojT7zTfNTfDe/edOzNvsnjvwsdz7j0/vne877577nm5arXaluaWb0t5y2mEMEuKuFwBLgFDQBeDdwr8A/wOrAEruVzuscJeOJlczofLKDAYwuU3YF3LJRfjbBqXz4GAXX8Bj4AycAScA3qBD4F3KfMT8CWcf9PMACTFJcpZF7BafdX+BeaBgRidAWCO8lXqd0UFIAxKLnNKLvMaLmHKAfAUeAksAAXP4HVQ7yXtBPUGIIRLhyeXQhyXWoUS8ALYB0YbWVxEn3bEXsk3AK3iYgv1AQcUfL8ZK6zYoT2x26cNQCu5mME8sAGcxE4Tf8cB7Yr9fFwAWs3FDFzjYnHD02CvUu4G7V9TBMCLi5ZDFBcT8U2gDLR7GJJntAJcV8i20/4m/UUFwYuL+CaHkgfvN7hIxwQjMuthZJwLyh4wrNSZpZ9JRwAmfbiIb3IQLuMe/A2XCfmxyB/dSuUpOtwF+j2cdtPPoiMAXlxot59chNOULxf58RB4olS8zEVk2+fmLf0n9BcVADWXkCBsk9tlHy7yxyFwW6EwQwdbQE+dq/Ayn9moAMjYcp22e8hNOM4o5G/LvcuroBPYixEewWUJ+AMYw956t8430T5w3jF+njL+Wd0rTmPkuETOrib33Jn6dFgCUAEuxkT3Z1yuArIr+7HeRwDtHeCZY/wZZep6BIQbOV4lZ1e7+P+9Z4tg9hrMNkLp3gqnPhnK0uHsQCQ7EssORdN8LJ76wkhWGsuqw1k6rJabABaBh8ChzEbikH2LlMknzHfS4lGxeFQsHpNaHnGPQJ7nALLfN5mfnLg8tk6RJK8uMg+XtgV8wROk0ybeeBiPX60TJDlH+MCbhyMx6eOWscrkYZZpZJR8N2XK1NmgjbYGkSiPKCMlbhlPmDy0exBup84JbZQauPnEeYQpBtYWNGiAfGBtP4M69RPnUSvcxS3jPpOHRqevSUCe0rZWr2U8agVXuW8ebYJTg1HaXPXQaRkPW2Cai8ZCE50aLND2tEK2pTzswQdMHgoJOC7Q9gOFrOHRkQCPjloeZrNQZJLxNXCsfDePEJp2TNsBfUU1w+Mr4HkCG6nntH3GwwTgCq9LSkNSe9sgZpQ6SzW+wpoZu5XgbvLWG744Fe4CO8ppZIojvxAn7NPo7tBX1Pg9Dx6NYIe+zmbAEHPruCaFh2Xm4J8QZfZpihKP6CuqDcbwkK2wpg4xTFkXj0F7Bsjr4WZM1EwxZJulaNPfw74XlHHZuElfUeMuHr2sAeyxGhRlo58yFeo4eeStZOPIETE5SPwWOAA+Buzy+C77DijjOnQ8isnSXDzKnGUFFkHDynL9HCtQthzHw5A55ZFSWJNjplWu5GPMsmrbFseOKRtVrDgXkyG6eEi7D3wKXAC+A+wqdQ/7LlDmvsPOax6cEn8DK45pdZ11uLjFZZiyUeMr9BU1HsfDYMr+WqXm65Aphf4Zj7e2+kag5W8j8wis8SR1IMH37wB9rDlk1j143AE+41tliH/f8eCxbj8CRe6R5xL878/RR9EhY3jMe9gdIbTy8zaPt7YHV+QCLclJsmwwOw/IToSyM8HsVDjNdYF6K0ONV2SaUxlquEKlrQ4LgXEmGZLtvdf2+qNn+bz1TyYfkg1+38QbD+PxETBNHrKr6+SY1AY3yUO+B/hBwyMrj2fl8ZS3/wQYACJrrTvr6HLMAAAAAElFTkSuQmCC');
}
.ui.carousel .controls a.prev {
  left: 0.75em;
}
.ui.carousel .controls a.next {
  right: 0.75em;
  background-position: -32px 0;
}
.ui.carousel .controls a:hover {
  opacity: 1;
}
.ui.carousel-horizontal > .indicators {
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1.5em;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
}
.ui.carousel-vertical > .indicators {
  right: 0;
  top: 0;
  width: 1.5em;
  height: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.ui.carousel-vertical .controls a {
  margin-top: 0px;
  margin-left: -16px;
}
.ui.carousel-vertical .controls a.prev {
  top: 0.75em;
  left: 50%;
  bottom: auto;
  background-position: 0 -32px;
}
.ui.carousel-vertical .controls a.next {
  top: auto;
  left: 50%;
  bottom: 0.75em;
  margin-left: -18px;
  background-position: -32px -32px;
}

.ui.card-book,
c-cardbook {
  overflow: hidden;
  display: block;
}
.ui.card-book > .item,
c-cardbook > .item,
.ui.card-book > item,
c-cardbook > item {
  display: none;
}
.ui.card-book > .item.active,
c-cardbook > .item.active,
.ui.card-book > item.active,
c-cardbook > item.active {
  display: block;
}
tab {
  display: block;
}
.ui.c-tab {
  overflow: hidden;
}
.ui.c-tab > nav {
  overflow: hidden;
  background: #ededed;
}
.ui.c-tab > nav > tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  transition-duration: 0.3s;
  transition-property: left, top;
}
.ui.c-tab > nav > tabs > tab {
  background: #ededed;
  list-style-type: none;
  position: relative;
  padding: 0 0.8em;
  cursor: pointer;
  line-height: 32px;
  float: left;
  font-size: 1em;
  transition-duration: 0.3s;
  transition-property: background-color, border-color, color, box-shadow, transform;
}
.ui.c-tab > nav > tabs > tab > * {
  float: left;
}
.ui.c-tab > nav > tabs > tab > .caption i {
  margin-right: 0.4em;
  opacity: 0.7;
}
.ui.c-tab > nav > tabs > tab.active {
  background-color: #fff;
}
.ui.c-tab > nav > tabs > tab .close-btn {
  opacity: 0.3;
  margin-left: 0.4em;
}
.ui.c-tab > nav > tabs > tab .close-btn > i {
  margin: 0;
}
.ui.c-tab > nav > tabs > tab .close-btn:hover {
  opacity: 0.6;
  color: #Fa4332;
}
.ui.c-tab > nav > tabs > tab:hover {
  background-color: #f7f7f7;
}
.ui.c-tab > contents {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ui.c-tab > contents > content {
  display: none;
  margin: 0;
}
.ui.c-tab > contents > content.active {
  display: block;
}
.ui.c-tab > contents > content.active p {
  white-space: initial;
}
.ui.c-tab.top-tab,
.ui.c-tab.bottom-tab,
.ui.c-tab.left-tab,
.ui.c-tab.right-tab {
  position: relative;
}
.ui.c-tab.top-tab > nav,
.ui.c-tab.bottom-tab > nav,
.ui.c-tab.left-tab > nav,
.ui.c-tab.right-tab > nav {
  position: relative;
}
.ui.c-tab.top-tab > nav > .pre-button,
.ui.c-tab.bottom-tab > nav > .pre-button,
.ui.c-tab.left-tab > nav > .pre-button,
.ui.c-tab.right-tab > nav > .pre-button,
.ui.c-tab.top-tab > nav > .next-button,
.ui.c-tab.bottom-tab > nav > .next-button,
.ui.c-tab.left-tab > nav > .next-button,
.ui.c-tab.right-tab > nav > .next-button {
  background-color: #ededed;
  position: absolute;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.ui.c-tab.top-tab > nav > .pre-button.visible,
.ui.c-tab.bottom-tab > nav > .pre-button.visible,
.ui.c-tab.left-tab > nav > .pre-button.visible,
.ui.c-tab.right-tab > nav > .pre-button.visible,
.ui.c-tab.top-tab > nav > .next-button.visible,
.ui.c-tab.bottom-tab > nav > .next-button.visible,
.ui.c-tab.left-tab > nav > .next-button.visible,
.ui.c-tab.right-tab > nav > .next-button.visible {
  display: inline-block;
}
.ui.c-tab.top-tab > nav > .pre-button.disabled,
.ui.c-tab.bottom-tab > nav > .pre-button.disabled,
.ui.c-tab.left-tab > nav > .pre-button.disabled,
.ui.c-tab.right-tab > nav > .pre-button.disabled,
.ui.c-tab.top-tab > nav > .next-button.disabled,
.ui.c-tab.bottom-tab > nav > .next-button.disabled,
.ui.c-tab.left-tab > nav > .next-button.disabled,
.ui.c-tab.right-tab > nav > .next-button.disabled {
  color: #b4b4b4;
}
.ui.c-tab.top-tab > nav > .pre-button:hover,
.ui.c-tab.bottom-tab > nav > .pre-button:hover,
.ui.c-tab.left-tab > nav > .pre-button:hover,
.ui.c-tab.right-tab > nav > .pre-button:hover,
.ui.c-tab.top-tab > nav > .next-button:hover,
.ui.c-tab.bottom-tab > nav > .next-button:hover,
.ui.c-tab.left-tab > nav > .next-button:hover,
.ui.c-tab.right-tab > nav > .next-button:hover {
  background-color: #d9d9d9;
}
.ui.c-tab.top-tab > nav > tabs > tab.active,
.ui.c-tab.top-tab > nav > tabs > tab:hover {
  box-shadow: inset 0 2px 0 #15a4fa;
}
.ui.c-tab.bottom-tab > nav > tabs > tab.active,
.ui.c-tab.bottom-tab > nav > tabs > tab:hover {
  box-shadow: inset 0 -2px 0 #15a4fa;
}
.ui.c-tab.left-tab > nav > tabs > tab.active,
.ui.c-tab.left-tab > nav > tabs > tab:hover {
  box-shadow: inset 2px 0 0 #15a4fa;
}
.ui.c-tab.right-tab > nav > tabs > tab.active,
.ui.c-tab.right-tab > nav > tabs > tab:hover {
  box-shadow: inset -2px 0 0 #15a4fa;
}
.ui.c-tab.top-tab,
.ui.c-tab.bottom-tab {
  position: relative;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui.c-tab.top-tab > nav,
.ui.c-tab.bottom-tab > nav {
  height: 32px;
}
.ui.c-tab.top-tab > nav > .pre-button,
.ui.c-tab.bottom-tab > nav > .pre-button,
.ui.c-tab.top-tab > nav > .next-button,
.ui.c-tab.bottom-tab > nav > .next-button {
  width: 2em;
  height: 32px;
  line-height: 32px;
  top: 0;
}
.ui.c-tab.top-tab > nav > .pre-button,
.ui.c-tab.bottom-tab > nav > .pre-button {
  left: 0;
}
.ui.c-tab.top-tab > nav > .pre-button:before,
.ui.c-tab.bottom-tab > nav > .pre-button:before {
  content: "\f104";
}
.ui.c-tab.top-tab > nav > .next-button,
.ui.c-tab.bottom-tab > nav > .next-button {
  right: 0;
}
.ui.c-tab.top-tab > nav > .next-button:before,
.ui.c-tab.bottom-tab > nav > .next-button:before {
  content: "\f105";
}
.ui.c-tab.top-tab > nav > tabs,
.ui.c-tab.bottom-tab > nav > tabs {
  width: 4800px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.ui.c-tab.top-tab > nav > tabs > tab,
.ui.c-tab.bottom-tab > nav > tabs > tab {
  border-right: 1px solid #d9d9d9;
}
.ui.c-tab.left-tab,
.ui.c-tab.right-tab,
.ui.c-tab.bottom-tab,
.ui.c-tab.top-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ui.c-tab.left-tab > nav,
.ui.c-tab.right-tab > nav,
.ui.c-tab.bottom-tab > nav,
.ui.c-tab.top-tab > nav {
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.ui.c-tab.left-tab > contents,
.ui.c-tab.right-tab > contents,
.ui.c-tab.bottom-tab > contents,
.ui.c-tab.top-tab > contents {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.ui.c-tab.left-tab > contents > content,
.ui.c-tab.right-tab > contents > content,
.ui.c-tab.bottom-tab > contents > content,
.ui.c-tab.top-tab > contents > content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ui.c-tab.left-tab,
.ui.c-tab.right-tab {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ui.c-tab.left-tab > nav,
.ui.c-tab.right-tab > nav {
  display: block;
}
.ui.c-tab.left-tab > nav > .pre-button,
.ui.c-tab.right-tab > nav > .pre-button,
.ui.c-tab.left-tab > nav > .next-button,
.ui.c-tab.right-tab > nav > .next-button {
  height: 1.5em;
  line-height: 1.5em;
  width: 100%;
  left: 0;
}
.ui.c-tab.left-tab > nav > .pre-button,
.ui.c-tab.right-tab > nav > .pre-button {
  top: 0;
}
.ui.c-tab.left-tab > nav > .pre-button:before,
.ui.c-tab.right-tab > nav > .pre-button:before {
  content: "\f106";
}
.ui.c-tab.left-tab > nav > .next-button,
.ui.c-tab.right-tab > nav > .next-button {
  bottom: 0;
}
.ui.c-tab.left-tab > nav > .next-button:before,
.ui.c-tab.right-tab > nav > .next-button:before {
  content: "\f107";
}
.ui.c-tab.left-tab > nav tabs,
.ui.c-tab.right-tab > nav tabs {
  position: absolute;
  height: 5000px;
  top: 0px;
}
.ui.c-tab.left-tab > nav > tabs > tab,
.ui.c-tab.right-tab > nav > tabs > tab {
  padding-right: 2em;
  position: relative;
  float: none;
  border-bottom: 1px solid #d9d9d9;
}
.ui.c-tab.left-tab > nav > tabs > tab > *,
.ui.c-tab.right-tab > nav > tabs > tab > * {
  float: none;
  display: inline-block;
}
.ui.c-tab.left-tab > nav > tabs > tab .close-btn,
.ui.c-tab.right-tab > nav > tabs > tab .close-btn {
  position: absolute;
  right: 0.5em;
  top: 0;
}
.ui.c-tab.left-tab > contents,
.ui.c-tab.right-tab > contents {
  width: auto;
  display: block;
}
.ui.c-tab.left-tab.vertical > nav > tabs,
.ui.c-tab.right-tab.vertical > nav > tabs {
  height: 100%;
}
.ui.c-tab.left-tab.vertical > nav > tabs > tab,
.ui.c-tab.right-tab.vertical > nav > tabs > tab {
  line-height: 1.2em;
  min-width: 1.5em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  white-space: normal;
}
.ui.c-tab.left-tab.vertical > nav > tabs > tab > .caption > *,
.ui.c-tab.right-tab.vertical > nav > tabs > tab > .caption > * {
  margin-bottom: 0.4em;
}
.ui.c-tab.left-tab.vertical > nav > tabs > tab .close-btn,
.ui.c-tab.right-tab.vertical > nav > tabs > tab .close-btn {
  position: inherit;
}
.ui.c-tab.left-tab:not(.vertical),
.ui.c-tab.right-tab:not(.vertical) {
  white-space: nowrap;
}
.ui.c-tab.right-tab > nav,
.ui.c-tab.bottom-tab > nav {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.ui.c-tab.right-tab > contents,
.ui.c-tab.bottom-tab > contents {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.ui.c-tab.bottom-tab {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

body .ui.menu {
  margin: 0em;
}
.ui.menu .leftContent {
  display: none;
}
.ui.menu.secondary .item.disabled:hover {
  background-color: transparent !important;
  color: rgba(40, 40, 40, 0.3) !important;
}
.ui.title-bar {
  position: relative;
  border-radius: 0 !important;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  box-shadow: none;
}
.ui.title-bar .title {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  width: 100%;
  padding: 0;
  margin: 0 2px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  left: 0;
  bottom: 0;
  top: 0;
}
.ui.title-bar .title a {
  color: inherit;
}
.ui.title-bar.bottom {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.ui.title-bar.shadow {
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  z-index: 1;
}

.multi-slot-picker {
  background-color: #fff;
  z-index: 9999999;
  padding-top: 20px;
  color: #333333;
  overflow: hidden;
}
.multi-slot-picker > .body {
  width: 100%;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-orient: horizontal;
}
.multi-slot-picker > .body > .slot-picker {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  margin-left: 20px;
  flex: 0 1 auto;
}
.multi-slot-picker > .body > .slot-picker > .unit {
  text-align: center;
  color: #333333;
}
.multi-slot-picker > .body > .slot-picker > .slot {
  position: relative;
}
.multi-slot-picker > .body > .slot-picker > .slot > .mask {
  z-index: 3;
  position: absolute;
  left: 1px;
  top: 0;
  right: 1px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  pointer-events: none;
  overflow: hidden;
}
.multi-slot-picker > .body > .slot-picker > .slot > .mask > .bar {
  height: 60px;
  border: #00b5ad solid 1px;
  border-left-width: 0;
  border-right-width: 0;
}
.multi-slot-picker > .body > .slot-picker > .slot > .list {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  height: 180px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  width: 62px;
}
.multi-slot-picker > .body > .slot-picker > .slot > .list > .items-wrap {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 62px;
  font-size: 1.25em;
}
.multi-slot-picker > .body > .slot-picker > .slot > .list > .items-wrap > .slot-item {
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}
.multi-slot-picker > .body > .slot-picker > .slot > .list > .items-wrap > .dummy-item {
  height: 60px;
}
.multi-slot-picker > .body > .slot-picker:first-child {
  margin-left: 0;
}
.multi-slot-picker > .ui.attached.buttons.actions {
  display: block;
  margin-top: 20px !important;
}
.ui.layer.date-timer {
  position: fixed;
  z-index: 1001;
}
.ui.layer.date-timer > .actions {
  display: block;
}

.calendar {
  overflow: hidden;
  display: block;
  position: relative;
  font-family: Arial, sans-serif;
}
.calendar table {
  width: 100%;
}
.calendar .header {
  height: 2.25em;
  padding: 0.25em 1.2em;
}
.calendar .header .button {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  color: #009966;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25em;
}
.calendar .header .button.next {
  float: right;
}
.calendar .header .button.prev:before {
  font-family: Icons;
  content: "\f104";
}
.calendar .header .button.next:before {
  font-family: Icons;
  content: "\f105";
}
.calendar .header .label {
  margin: 0 1.5em;
  text-align: center;
  line-height: 1.5em;
  cursor: pointer;
  font-size: 1.25em;
  color: #454545;
}
.calendar .header .year,
.calendar .header .month {
  display: inline-block;
  width: 50%;
}
.calendar .date-header {
  height: 1.5em;
  border-bottom: 1px solid #009966;
}
.calendar .date-header td {
  text-align: center;
  transform: scale(0.9);
  color: rgba(0, 0, 0, 0.5);
}
.calendar .date-header .header {
  padding: 0;
}
.calendar .popup-wrapper {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0;
}
.calendar .date-table-wrapper {
  position: relative;
  min-height: 200px;
  min-width: 300px;
}
.calendar .date-table-wrapper .ui.stack {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
}
.calendar .date-table-wrapper .date-table {
  height: 236px;
  float: left;
}
.calendar .date-table-wrapper .date-table.hidden {
  display: none;
}
.calendar .date-table-wrapper .date-table td {
  text-align: center;
  padding: 0.5em 0;
}
.calendar .date-table-wrapper .date-table td.has-event {
  padding-bottom: 2px;
}
.calendar .date-table-wrapper .date-table td.has-event:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: relative;
  left: 50%;
  top: 2px;
  margin-left: -3px;
  border-radius: 3px;
  background: #ccc;
}
.calendar .date-table-wrapper .date-table td.next-month,
.calendar .date-table-wrapper .date-table td.prev-month {
  opacity: 0.4;
}
.calendar .date-table-wrapper .date-table td div.label {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  cursor: pointer;
}
.calendar .date-table-wrapper .date-table td.selected div.label {
  background: #009966;
  color: #FFF;
  border-radius: 50%;
}
.calendar.inverted {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.9);
}
.calendar.inverted .header .button {
  color: rgba(255, 255, 255, 0.9);
}
.calendar.inverted .header .label {
  color: rgba(255, 255, 255, 0.9);
}
.calendar.inverted .date-header {
  border: none;
}
.calendar.inverted > .header,
.calendar.inverted > .date-header {
  background-color: rgba(255, 255, 255, 0.1);
}
.calendar.inverted .date-table-wrapper .date-table td.selected div.label {
  background: #fff;
  color: #000000;
}
.calendar.material .header {
  padding: 0.25em 0.5em;
}
.calendar.material .header .button {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 1.15em;
}
.calendar.material .header .label {
  margin: 0 1.5em;
  line-height: 1.5em;
  font-size: 1.15em;
}
.calendar.material .date-header td {
  transform: scale(0.8);
  color: rgba(0, 0, 0, 0.5);
}
.calendar.material .caption-panel {
  background-color: #fbfbfb;
}
.calendar.material .date-table-wrapper {
  position: relative;
  min-width: 100px;
}
.calendar.material .date-table-wrapper .date-table {
  height: auto;
}
.calendar.material .date-table-wrapper .date-table > tbody > tr > td:last-child,
.calendar.material .date-table-wrapper .date-table > tbody > tr > td:first-child {
  background: rgba(0, 153, 102, 0.1);
}
.calendar.material .date-table-wrapper .date-table td {
  text-align: center;
  padding: 0.2em 0;
}
.calendar.material .date-table-wrapper .date-table td div.label {
  border-radius: 1px;
}
.calendar.material .date-table-wrapper .date-table td.selected div.label {
  background: #00b5ad;
}
.calendar.material .date-table-wrapper .date-table td:hover:not(.selected) div.label {
  color: #fff;
  background: rgba(0, 153, 102, 0.5);
}

.ui.stack {
  height: 100%;
}
.ui.stack > .items-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.ui.stack > .items-wrap > .item {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}
html.ios {
  height: 100% !important;
}
html.ios body {
  height: 100% !important;
}

.ui.grouped .radio,
.ui.grouped .slider,
.ui.grouped .toggle {
  padding: 0 0.5em;
}
.ui.radio-group > item {
  display: inline-block;
  padding: 0 0.5em;
  height: auto;
  cursor: pointer;
}
.ui.radio-group > item input {
  display: none;
}
.ui.radio-group > item input + label {
  padding: 0 0 0 1.5em;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.ui.radio-group > item input + label:before {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid rgba(34, 36, 38, 0.15);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 4px;
  content: "";
}
.ui.radio-group > item input:checked + label:before {
  border-color: #009966;
}
.ui.radio-group > item input:checked + label:after {
  -webkit-appearance: none;
  background-color: #009966;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 7px;
  content: "";
}
.ui.radio-group > item:hover input:not(:checked) + label:before {
  border-color: #009966;
}

.ui.sidebar,
c-sidebar {
  display: none;
}
.ui.sidebar.visible,
c-sidebar.visible {
  display: block !important;
}
.ui.sidebar.animation,
c-sidebar.animation {
  display: block !important;
}
.hide-overflow {
  overflow: hidden !important;
}

@-webkit-keyframes breathe {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.ui.time-line > ul > li > content,
c-timeline > ul > li > content,
.ui.time-line > ul > li > label,
c-timeline > ul > li > label,
.ui.time-line > ul > li > icon,
c-timeline > ul > li > icon {
  display: block;
}
.ui.time-line > .items,
c-timeline > .items,
.ui.time-line > ul,
c-timeline > ul {
  list-style: none;
  padding: 0.6em 0;
  height: 100%;
  overflow: auto;
}
.ui.time-line > .items > .item,
c-timeline > .items > .item,
.ui.time-line > ul > .item,
c-timeline > ul > .item,
.ui.time-line > .items > li,
c-timeline > .items > li,
.ui.time-line > ul > li,
c-timeline > ul > li {
  position: relative;
  padding: 0 !important;
}
.ui.time-line > .items > .item:before,
c-timeline > .items > .item:before,
.ui.time-line > ul > .item:before,
c-timeline > ul > .item:before,
.ui.time-line > .items > li:before,
c-timeline > .items > li:before,
.ui.time-line > ul > li:before,
c-timeline > ul > li:before {
  position: absolute;
  border: 1px solid #e0e0e0;
  left: 8em;
  top: 1.6em;
  bottom: 0em;
  content: "";
}
.ui.time-line > .items > .item .label,
c-timeline > .items > .item .label,
.ui.time-line > ul > .item .label,
c-timeline > ul > .item .label,
.ui.time-line > .items > li .label,
c-timeline > .items > li .label,
.ui.time-line > ul > li .label,
c-timeline > ul > li .label,
.ui.time-line > .items > .item > label,
c-timeline > .items > .item > label,
.ui.time-line > ul > .item > label,
c-timeline > ul > .item > label,
.ui.time-line > .items > li > label,
c-timeline > .items > li > label,
.ui.time-line > ul > li > label,
c-timeline > ul > li > label {
  position: absolute;
  top: 0em;
  width: 8em;
  display: inline-block;
  text-align: right;
  padding: 0 2em 0 0;
}
.ui.time-line > .items > .item .content,
c-timeline > .items > .item .content,
.ui.time-line > ul > .item .content,
c-timeline > ul > .item .content,
.ui.time-line > .items > li .content,
c-timeline > .items > li .content,
.ui.time-line > ul > li .content,
c-timeline > ul > li .content,
.ui.time-line > .items > .item > content,
c-timeline > .items > .item > content,
.ui.time-line > ul > .item > content,
c-timeline > ul > .item > content,
.ui.time-line > .items > li > content,
c-timeline > .items > li > content,
.ui.time-line > ul > li > content,
c-timeline > ul > li > content {
  margin-left: 10em;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}
.ui.time-line > .items > .item .content p,
c-timeline > .items > .item .content p,
.ui.time-line > ul > .item .content p,
c-timeline > ul > .item .content p,
.ui.time-line > .items > li .content p,
c-timeline > .items > li .content p,
.ui.time-line > ul > li .content p,
c-timeline > ul > li .content p,
.ui.time-line > .items > .item > content p,
c-timeline > .items > .item > content p,
.ui.time-line > ul > .item > content p,
c-timeline > ul > .item > content p,
.ui.time-line > .items > li > content p,
c-timeline > .items > li > content p,
.ui.time-line > ul > li > content p,
c-timeline > ul > li > content p {
  color: rgba(103, 106, 108, 0.7);
  padding: 0.4em 0;
}
.ui.time-line > .items > .item > .icon,
c-timeline > .items > .item > .icon,
.ui.time-line > ul > .item > .icon,
c-timeline > ul > .item > .icon,
.ui.time-line > .items > li > .icon,
c-timeline > .items > li > .icon,
.ui.time-line > ul > li > .icon,
c-timeline > ul > li > .icon,
.ui.time-line > .items > .item > icon,
c-timeline > .items > .item > icon,
.ui.time-line > ul > .item > icon,
c-timeline > ul > .item > icon,
.ui.time-line > .items > li > icon,
c-timeline > .items > li > icon,
.ui.time-line > ul > li > icon,
c-timeline > ul > li > icon {
  position: absolute;
  left: 7em;
  top: -0.4em;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #18a689;
  border: 2.5px solid #e0e0e0;
}
.ui.time-line > .items > .item > .icon > .icon,
c-timeline > .items > .item > .icon > .icon,
.ui.time-line > ul > .item > .icon > .icon,
c-timeline > ul > .item > .icon > .icon,
.ui.time-line > .items > li > .icon > .icon,
c-timeline > .items > li > .icon > .icon,
.ui.time-line > ul > li > .icon > .icon,
c-timeline > ul > li > .icon > .icon,
.ui.time-line > .items > .item > icon > .icon,
c-timeline > .items > .item > icon > .icon,
.ui.time-line > ul > .item > icon > .icon,
c-timeline > ul > .item > icon > .icon,
.ui.time-line > .items > li > icon > .icon,
c-timeline > .items > li > icon > .icon,
.ui.time-line > ul > li > icon > .icon,
c-timeline > ul > li > icon > .icon {
  line-height: 1.8em;
  margin: 0;
}
.ui.time-line > .items > .item:hover > .icon > i,
c-timeline > .items > .item:hover > .icon > i,
.ui.time-line > ul > .item:hover > .icon > i,
c-timeline > ul > .item:hover > .icon > i,
.ui.time-line > .items > li:hover > .icon > i,
c-timeline > .items > li:hover > .icon > i,
.ui.time-line > ul > li:hover > .icon > i,
c-timeline > ul > li:hover > .icon > i,
.ui.time-line > .items > .item:hover > icon > i,
c-timeline > .items > .item:hover > icon > i,
.ui.time-line > ul > .item:hover > icon > i,
c-timeline > ul > .item:hover > icon > i,
.ui.time-line > .items > li:hover > icon > i,
c-timeline > .items > li:hover > icon > i,
.ui.time-line > ul > li:hover > icon > i,
c-timeline > ul > li:hover > icon > i {
  animation-timing-function: ease-in-out;
  animation-name: breathe;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.ui.time-line > .items > .item:hover > .icon,
c-timeline > .items > .item:hover > .icon,
.ui.time-line > ul > .item:hover > .icon,
c-timeline > ul > .item:hover > .icon,
.ui.time-line > .items > li:hover > .icon,
c-timeline > .items > li:hover > .icon,
.ui.time-line > ul > li:hover > .icon,
c-timeline > ul > li:hover > .icon,
.ui.time-line > .items > .item:hover > icon,
c-timeline > .items > .item:hover > icon,
.ui.time-line > ul > .item:hover > icon,
c-timeline > ul > .item:hover > icon,
.ui.time-line > .items > li:hover > icon,
c-timeline > .items > li:hover > icon,
.ui.time-line > ul > li:hover > icon,
c-timeline > ul > li:hover > icon,
.ui.time-line > .items > .item:hover:before,
c-timeline > .items > .item:hover:before,
.ui.time-line > ul > .item:hover:before,
c-timeline > ul > .item:hover:before,
.ui.time-line > .items > li:hover:before,
c-timeline > .items > li:hover:before,
.ui.time-line > ul > li:hover:before,
c-timeline > ul > li:hover:before {
  border-color: rgba(24, 166, 137, 0.6);
}
.ui.time-line.circular > .items > .item > .icon,
c-timeline.circular > .items > .item > .icon,
.ui.time-line.circular > ul > .item > .icon,
c-timeline.circular > ul > .item > .icon,
.ui.time-line.circular > .items > li > .icon,
c-timeline.circular > .items > li > .icon,
.ui.time-line.circular > ul > li > .icon,
c-timeline.circular > ul > li > .icon,
.ui.time-line.circular > .items > .item > icon,
c-timeline.circular > .items > .item > icon,
.ui.time-line.circular > ul > .item > icon,
c-timeline.circular > ul > .item > icon,
.ui.time-line.circular > .items > li > icon,
c-timeline.circular > .items > li > icon,
.ui.time-line.circular > ul > li > icon,
c-timeline.circular > ul > li > icon {
  border-radius: 50%;
}
.ui.time-line.log > .items > .item:before,
c-timeline.log > .items > .item:before,
.ui.time-line.log > ul > .item:before,
c-timeline.log > ul > .item:before,
.ui.time-line.log > .items li:before,
c-timeline.log > .items li:before,
.ui.time-line.log > ul li:before,
c-timeline.log > ul li:before,
.ui.time-line.log > .items > .item > .icon,
c-timeline.log > .items > .item > .icon,
.ui.time-line.log > ul > .item > .icon,
c-timeline.log > ul > .item > .icon,
.ui.time-line.log > .items li > .icon,
c-timeline.log > .items li > .icon,
.ui.time-line.log > ul li > .icon,
c-timeline.log > ul li > .icon {
  border-color: rgba(29, 202, 166, 0.7);
}
.ui.time-line.log > .items > .item .icon,
c-timeline.log > .items > .item .icon,
.ui.time-line.log > ul > .item .icon,
c-timeline.log > ul > .item .icon,
.ui.time-line.log > .items li .icon,
c-timeline.log > .items li .icon,
.ui.time-line.log > ul li .icon,
c-timeline.log > ul li .icon {
  color: #18a689;
}
.ui.time-line.log > .items > .item > .content,
c-timeline.log > .items > .item > .content,
.ui.time-line.log > ul > .item > .content,
c-timeline.log > ul > .item > .content,
.ui.time-line.log > .items li > .content,
c-timeline.log > .items li > .content,
.ui.time-line.log > ul li > .content,
c-timeline.log > ul li > .content,
.ui.time-line.log > .items > .item > content,
c-timeline.log > .items > .item > content,
.ui.time-line.log > ul > .item > content,
c-timeline.log > ul > .item > content,
.ui.time-line.log > .items li > content,
c-timeline.log > .items li > content,
.ui.time-line.log > ul li > content,
c-timeline.log > ul li > content {
  position: relative;
  padding: 0.4em 1em;
  color: rgba(255, 255, 255, 0.95);
  border-radius: 0.2em;
}
.ui.time-line.log > .items > .item > .content strong,
c-timeline.log > .items > .item > .content strong,
.ui.time-line.log > ul > .item > .content strong,
c-timeline.log > ul > .item > .content strong,
.ui.time-line.log > .items li > .content strong,
c-timeline.log > .items li > .content strong,
.ui.time-line.log > ul li > .content strong,
c-timeline.log > ul li > .content strong,
.ui.time-line.log > .items > .item > content strong,
c-timeline.log > .items > .item > content strong,
.ui.time-line.log > ul > .item > content strong,
c-timeline.log > ul > .item > content strong,
.ui.time-line.log > .items li > content strong,
c-timeline.log > .items li > content strong,
.ui.time-line.log > ul li > content strong,
c-timeline.log > ul li > content strong {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 2em;
}
.ui.time-line.log > .items > .item > .content p,
c-timeline.log > .items > .item > .content p,
.ui.time-line.log > ul > .item > .content p,
c-timeline.log > ul > .item > .content p,
.ui.time-line.log > .items li > .content p,
c-timeline.log > .items li > .content p,
.ui.time-line.log > ul li > .content p,
c-timeline.log > ul li > .content p,
.ui.time-line.log > .items > .item > content p,
c-timeline.log > .items > .item > content p,
.ui.time-line.log > ul > .item > content p,
c-timeline.log > ul > .item > content p,
.ui.time-line.log > .items li > content p,
c-timeline.log > .items li > content p,
.ui.time-line.log > ul li > content p,
c-timeline.log > ul li > content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85em;
  padding: 1em 0;
}
.ui.time-line.log > .items > .item > .content:before,
c-timeline.log > .items > .item > .content:before,
.ui.time-line.log > ul > .item > .content:before,
c-timeline.log > ul > .item > .content:before,
.ui.time-line.log > .items li > .content:before,
c-timeline.log > .items li > .content:before,
.ui.time-line.log > ul li > .content:before,
c-timeline.log > ul li > .content:before,
.ui.time-line.log > .items > .item > content:before,
c-timeline.log > .items > .item > content:before,
.ui.time-line.log > ul > .item > content:before,
c-timeline.log > ul > .item > content:before,
.ui.time-line.log > .items li > content:before,
c-timeline.log > .items li > content:before,
.ui.time-line.log > ul li > content:before,
c-timeline.log > ul li > content:before {
  width: 0;
  height: 0;
  position: absolute;
  left: -0.35em;
  content: "";
  top: 1em;
  border-top: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
}
.ui.time-line.log > .items > .item > .label,
c-timeline.log > .items > .item > .label,
.ui.time-line.log > ul > .item > .label,
c-timeline.log > ul > .item > .label,
.ui.time-line.log > .items li > .label,
c-timeline.log > .items li > .label,
.ui.time-line.log > ul li > .label,
c-timeline.log > ul li > .label,
.ui.time-line.log > .items > .item > label,
c-timeline.log > .items > .item > label,
.ui.time-line.log > ul > .item > label,
c-timeline.log > ul > .item > label,
.ui.time-line.log > .items li > label,
c-timeline.log > .items li > label,
.ui.time-line.log > ul li > label,
c-timeline.log > ul li > label {
  top: 0.1em;
}
.ui.time-line.log > .items > .item > .label > *,
c-timeline.log > .items > .item > .label > *,
.ui.time-line.log > ul > .item > .label > *,
c-timeline.log > ul > .item > .label > *,
.ui.time-line.log > .items li > .label > *,
c-timeline.log > .items li > .label > *,
.ui.time-line.log > ul li > .label > *,
c-timeline.log > ul li > .label > *,
.ui.time-line.log > .items > .item > label > *,
c-timeline.log > .items > .item > label > *,
.ui.time-line.log > ul > .item > label > *,
c-timeline.log > ul > .item > label > *,
.ui.time-line.log > .items li > label > *,
c-timeline.log > .items li > label > *,
.ui.time-line.log > ul li > label > *,
c-timeline.log > ul li > label > * {
  display: list-item;
}
.ui.time-line.log > .items > .item > .label > .date,
c-timeline.log > .items > .item > .label > .date,
.ui.time-line.log > ul > .item > .label > .date,
c-timeline.log > ul > .item > .label > .date,
.ui.time-line.log > .items li > .label > .date,
c-timeline.log > .items li > .label > .date,
.ui.time-line.log > ul li > .label > .date,
c-timeline.log > ul li > .label > .date,
.ui.time-line.log > .items > .item > label > .date,
c-timeline.log > .items > .item > label > .date,
.ui.time-line.log > ul > .item > label > .date,
c-timeline.log > ul > .item > label > .date,
.ui.time-line.log > .items li > label > .date,
c-timeline.log > .items li > label > .date,
.ui.time-line.log > ul li > label > .date,
c-timeline.log > ul li > label > .date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8em;
}
.ui.time-line.log > .items > .item > .label > .date-time,
c-timeline.log > .items > .item > .label > .date-time,
.ui.time-line.log > ul > .item > .label > .date-time,
c-timeline.log > ul > .item > .label > .date-time,
.ui.time-line.log > .items li > .label > .date-time,
c-timeline.log > .items li > .label > .date-time,
.ui.time-line.log > ul li > .label > .date-time,
c-timeline.log > ul li > .label > .date-time,
.ui.time-line.log > .items > .item > label > .date-time,
c-timeline.log > .items > .item > label > .date-time,
.ui.time-line.log > ul > .item > label > .date-time,
c-timeline.log > ul > .item > label > .date-time,
.ui.time-line.log > .items li > label > .date-time,
c-timeline.log > .items li > label > .date-time,
.ui.time-line.log > ul li > label > .date-time,
c-timeline.log > ul li > label > .date-time {
  font-size: 1.4em;
  color: #1ab394;
}
.ui.time-line.log > .items > .item:nth-of-type(even) > .content,
c-timeline.log > .items > .item:nth-of-type(even) > .content,
.ui.time-line.log > ul > .item:nth-of-type(even) > .content,
c-timeline.log > ul > .item:nth-of-type(even) > .content,
.ui.time-line.log > .items li:nth-of-type(even) > .content,
c-timeline.log > .items li:nth-of-type(even) > .content,
.ui.time-line.log > ul li:nth-of-type(even) > .content,
c-timeline.log > ul li:nth-of-type(even) > .content,
.ui.time-line.log > .items > .item:nth-of-type(even) > content,
c-timeline.log > .items > .item:nth-of-type(even) > content,
.ui.time-line.log > ul > .item:nth-of-type(even) > content,
c-timeline.log > ul > .item:nth-of-type(even) > content,
.ui.time-line.log > .items li:nth-of-type(even) > content,
c-timeline.log > .items li:nth-of-type(even) > content,
.ui.time-line.log > ul li:nth-of-type(even) > content,
c-timeline.log > ul li:nth-of-type(even) > content {
  position: relative;
  background-color: #1ab394;
}
.ui.time-line.log > .items > .item:nth-of-type(even) > .content:before,
c-timeline.log > .items > .item:nth-of-type(even) > .content:before,
.ui.time-line.log > ul > .item:nth-of-type(even) > .content:before,
c-timeline.log > ul > .item:nth-of-type(even) > .content:before,
.ui.time-line.log > .items li:nth-of-type(even) > .content:before,
c-timeline.log > .items li:nth-of-type(even) > .content:before,
.ui.time-line.log > ul li:nth-of-type(even) > .content:before,
c-timeline.log > ul li:nth-of-type(even) > .content:before,
.ui.time-line.log > .items > .item:nth-of-type(even) > content:before,
c-timeline.log > .items > .item:nth-of-type(even) > content:before,
.ui.time-line.log > ul > .item:nth-of-type(even) > content:before,
c-timeline.log > ul > .item:nth-of-type(even) > content:before,
.ui.time-line.log > .items li:nth-of-type(even) > content:before,
c-timeline.log > .items li:nth-of-type(even) > content:before,
.ui.time-line.log > ul li:nth-of-type(even) > content:before,
c-timeline.log > ul li:nth-of-type(even) > content:before {
  border-right-color: #1ab394;
}
.ui.time-line.log > .items > .item:nth-of-type(odd) > .content,
c-timeline.log > .items > .item:nth-of-type(odd) > .content,
.ui.time-line.log > ul > .item:nth-of-type(odd) > .content,
c-timeline.log > ul > .item:nth-of-type(odd) > .content,
.ui.time-line.log > .items li:nth-of-type(odd) > .content,
c-timeline.log > .items li:nth-of-type(odd) > .content,
.ui.time-line.log > ul li:nth-of-type(odd) > .content,
c-timeline.log > ul li:nth-of-type(odd) > .content,
.ui.time-line.log > .items > .item:nth-of-type(odd) > content,
c-timeline.log > .items > .item:nth-of-type(odd) > content,
.ui.time-line.log > ul > .item:nth-of-type(odd) > content,
c-timeline.log > ul > .item:nth-of-type(odd) > content,
.ui.time-line.log > .items li:nth-of-type(odd) > content,
c-timeline.log > .items li:nth-of-type(odd) > content,
.ui.time-line.log > ul li:nth-of-type(odd) > content,
c-timeline.log > ul li:nth-of-type(odd) > content {
  background-color: #1dcaa6;
}
.ui.time-line.log > .items > .item:nth-of-type(odd) > .content:before,
c-timeline.log > .items > .item:nth-of-type(odd) > .content:before,
.ui.time-line.log > ul > .item:nth-of-type(odd) > .content:before,
c-timeline.log > ul > .item:nth-of-type(odd) > .content:before,
.ui.time-line.log > .items li:nth-of-type(odd) > .content:before,
c-timeline.log > .items li:nth-of-type(odd) > .content:before,
.ui.time-line.log > ul li:nth-of-type(odd) > .content:before,
c-timeline.log > ul li:nth-of-type(odd) > .content:before,
.ui.time-line.log > .items > .item:nth-of-type(odd) > content:before,
c-timeline.log > .items > .item:nth-of-type(odd) > content:before,
.ui.time-line.log > ul > .item:nth-of-type(odd) > content:before,
c-timeline.log > ul > .item:nth-of-type(odd) > content:before,
.ui.time-line.log > .items li:nth-of-type(odd) > content:before,
c-timeline.log > .items li:nth-of-type(odd) > content:before,
.ui.time-line.log > ul li:nth-of-type(odd) > content:before,
c-timeline.log > ul li:nth-of-type(odd) > content:before {
  border-right-color: #1dcaa6;
}
.ui.time-line.log > .items > .item:hover > .icon,
c-timeline.log > .items > .item:hover > .icon,
.ui.time-line.log > ul > .item:hover > .icon,
c-timeline.log > ul > .item:hover > .icon,
.ui.time-line.log > .items li:hover > .icon,
c-timeline.log > .items li:hover > .icon,
.ui.time-line.log > ul li:hover > .icon,
c-timeline.log > ul li:hover > .icon,
.ui.time-line.log > .items > .item:hover > icon,
c-timeline.log > .items > .item:hover > icon,
.ui.time-line.log > ul > .item:hover > icon,
c-timeline.log > ul > .item:hover > icon,
.ui.time-line.log > .items li:hover > icon,
c-timeline.log > .items li:hover > icon,
.ui.time-line.log > ul li:hover > icon,
c-timeline.log > ul li:hover > icon,
.ui.time-line.log > .items > .item:hover:before,
c-timeline.log > .items > .item:hover:before,
.ui.time-line.log > ul > .item:hover:before,
c-timeline.log > ul > .item:hover:before,
.ui.time-line.log > .items li:hover:before,
c-timeline.log > .items li:hover:before,
.ui.time-line.log > ul li:hover:before,
c-timeline.log > ul li:hover:before {
  border-color: #1ab394;
}

.ui.panel {
  display: block;
  overflow: hidden;
}
.ui.panel:last-child {
  margin-bottom: 0;
}
.ui.panel > .content {
  padding: 0.4em;
}
.ui.panel > .header > .content {
  padding: 0 1rem;
  height: 2.8rem;
  background-color: #f3f3f4;
  color: #5a5a5b;
}
.ui.panel > .header > .content > i.panel-icon {
  color: #5a5a5b;
  line-height: 2.8rem;
  height: 2.8rem;
  float: left;
}
.ui.panel > .header > .content > .caption {
  line-height: 2.8rem;
}
.ui.panel > .header > .content > .tools {
  float: right;
  height: 2.8rem;
}
.ui.panel > .header > .content > .tools > *:not(i) {
  float: left;
  line-height: 2.8rem;
  display: inline-block;
}
.ui.panel > .header > .content > .tools > i {
  height: inherit;
  position: relative;
  display: inline-block;
  color: #aeaeae;
  cursor: pointer;
  line-height: 2.8rem;
}
.ui.panel > .header > .content > .tools > i:before {
  position: absolute;
}
.ui.panel > .header > .content > .tools .collapse-btn:before {
  transition: transform 0.2s ease-out;
}
.ui.panel.collapsed {
  height: 2.8rem;
}
.ui.panel.collapsed > .header > .content .collapse-btn:before {
  transform: rotate(-90deg);
}
.ui.panel.fieldset,
.ui.panel.groupbox {
  position: relative;
}
.ui.panel.fieldset.basic,
.ui.panel.groupbox.basic {
  border-color: transparent;
}
.ui.panel.fieldset:before,
.ui.panel.groupbox:before {
  width: 100%;
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 1.4rem;
  z-index: -1;
  margin-left: -0.4em;
}
.ui.panel.fieldset > .header > .content,
.ui.panel.groupbox > .header > .content {
  position: relative;
  display: inline-block;
  background-color: transparent;
  margin-left: 3em;
  border-radius: 4px;
}
.ui.panel.fieldset > .header > .content:before,
.ui.panel.groupbox > .header > .content:before {
  border: 1px solid #d8d8dc;
  left: 0;
  right: 0;
  background-color: #fff;
  top: 2px;
  border-radius: 2px;
  bottom: 2px;
  content: "";
  z-index: -1;
  position: absolute;
}
.ui.panel.fieldset > .header > .content > .tools,
.ui.panel.groupbox > .header > .content > .tools {
  height: 2.8rem;
}
.ui.panel.fieldset:before {
  border-top: 1px solid #d8d8dc;
}
.ui.panel.groupbox:before {
  border: 1px solid #d8d8dc;
  bottom: 0;
}
.ui.panel.crowded > .content {
  padding: 0;
}
.ui.panel.basic {
  box-shadow: inset 0px 0px 0px 1px #e7eaec;
}
.ui.panel.basic > .header {
  box-shadow: inset 0px 0px 0px 1px #e7eaec;
}
.ui.panel.basic > .header > .content {
  background-color: transparent;
}
.ui.panel.basic > .header > .content:before {
  border: none;
}
.ui.panel.v-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
.ui.panel.v-box .header {
  margin: 0px;
}
.ui.panel.v-box > .flex-box > div {
  padding: 0.6em;
}

/* Text Area */
.ui.input.textarea {
  width: 100%;
}
textarea {
  margin: 0em;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 0.78571429em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  outline: none;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
  font-size: 1em;
  line-height: 1.2857;
  resize: vertical;
  vertical-align: top;
  width: 100%;
}
textarea:not([rows]) {
  height: 100%;
  min-height: 1em;
}
textarea:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85B7D9;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  vertical-align: top;
}
textarea.error {
  background: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  box-shadow: none;
}

#c-notify-tip-container {
  position: fixed;
  z-index: 10000000;
  bottom: 0;
  right: 0;
  padding: 1em;
  height: auto;
  width: 22em;
}
.ui.notify-tip {
  width: 100%;
  display: inline-block;
}
.mobile #c-notify-tip-container {
  left: 1em;
  right: 1em;
  bottom: 4em;
  width: auto;
}

c-split-pane,
.ui.split-pane {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
c-split-pane > .pane,
.ui.split-pane > .pane {
  position: absolute;
}
c-split-pane.fixed-left > .splitter,
.ui.split-pane.fixed-left > .splitter,
c-split-pane.fixed-right > .splitter,
.ui.split-pane.fixed-right > .splitter {
  width: 4px;
  height: 100%;
  top: 0;
  cursor: col-resize;
}
c-split-pane.fixed-left > .splitter:before,
.ui.split-pane.fixed-left > .splitter:before,
c-split-pane.fixed-right > .splitter:before,
.ui.split-pane.fixed-right > .splitter:before {
  width: 4px;
  height: 48px;
  left: 0;
  top: 50%;
  margin: -24px 0;
}
c-split-pane.fixed-left > .pane,
.ui.split-pane.fixed-left > .pane,
c-split-pane.fixed-right > .pane,
.ui.split-pane.fixed-right > .pane {
  height: 100% !important;
  top: 0;
}
c-split-pane.fixed-left > c-split-pane.main-pane,
.ui.split-pane.fixed-left > c-split-pane.main-pane,
c-split-pane.fixed-right > c-split-pane.main-pane,
.ui.split-pane.fixed-right > c-split-pane.main-pane,
c-split-pane.fixed-left > .ui.split-pane.main-pane,
.ui.split-pane.fixed-left > .ui.split-pane.main-pane,
c-split-pane.fixed-right > .ui.split-pane.main-pane,
.ui.split-pane.fixed-right > .ui.split-pane.main-pane {
  width: auto;
}
c-split-pane.fixed-top > .splitter,
.ui.split-pane.fixed-top > .splitter,
c-split-pane.fixed-bottom > .splitter,
.ui.split-pane.fixed-bottom > .splitter {
  left: 0;
  height: 4px;
  width: 100%;
  cursor: row-resize;
}
c-split-pane.fixed-top > .splitter:before,
.ui.split-pane.fixed-top > .splitter:before,
c-split-pane.fixed-bottom > .splitter:before,
.ui.split-pane.fixed-bottom > .splitter:before {
  height: 4px;
  width: 48px;
  top: 0;
  left: 50%;
  margin: 0 -24px;
}
c-split-pane.fixed-top > .pane,
.ui.split-pane.fixed-top > .pane,
c-split-pane.fixed-bottom > .pane,
.ui.split-pane.fixed-bottom > .pane {
  width: 100% !important;
  left: 0;
}
c-split-pane.fixed-top > c-split-pane.main-pane,
.ui.split-pane.fixed-top > c-split-pane.main-pane,
c-split-pane.fixed-bottom > c-split-pane.main-pane,
.ui.split-pane.fixed-bottom > c-split-pane.main-pane,
c-split-pane.fixed-top > .ui.split-pane.main-pane,
.ui.split-pane.fixed-top > .ui.split-pane.main-pane,
c-split-pane.fixed-bottom > .ui.split-pane.main-pane,
.ui.split-pane.fixed-bottom > .ui.split-pane.main-pane {
  height: auto;
}
c-split-pane.fixed-left > .side-pane,
.ui.split-pane.fixed-left > .side-pane {
  left: 0;
}
c-split-pane.fixed-left > .main-pane,
.ui.split-pane.fixed-left > .main-pane {
  right: 0;
}
c-split-pane.fixed-right > .side-pane,
.ui.split-pane.fixed-right > .side-pane {
  right: 0;
}
c-split-pane.fixed-right > .main-pane,
.ui.split-pane.fixed-right > .main-pane {
  left: 0;
}
c-split-pane.fixed-top > .side-pane,
.ui.split-pane.fixed-top > .side-pane {
  top: 0;
}
c-split-pane.fixed-top > .main-pane,
.ui.split-pane.fixed-top > .main-pane {
  bottom: 0;
}
c-split-pane.fixed-bottom > .side-pane,
.ui.split-pane.fixed-bottom > .side-pane {
  bottom: 0;
}
c-split-pane.fixed-bottom > .main-pane,
.ui.split-pane.fixed-bottom > .main-pane {
  top: 0;
}
c-split-pane > .splitter,
.ui.split-pane > .splitter {
  background-color: #ededed;
  position: absolute;
}
c-split-pane > .splitter:before,
.ui.split-pane > .splitter:before {
  position: absolute;
  content: "";
  background-color: #d9d9d9;
}
c-split-pane > .splitter:hover:before,
.ui.split-pane > .splitter:hover:before {
  background-color: #009966;
}

c-toolbar,
.ui.toolbar {
  padding: 0.25em 0.05em;
  background-color: #e6e6e6;
}
c-toolbar > .item,
.ui.toolbar > .item,
c-toolbar > .toolbar-button,
.ui.toolbar > .toolbar-button,
c-toolbar > .right.box,
.ui.toolbar > .right.box {
  margin: 0 0.2em;
}
c-toolbar.transparent,
.ui.toolbar.transparent {
  background-color: transparent;
}
c-toolbar > .item .ui.input input,
.ui.toolbar > .item .ui.input input,
c-toolbar > .toolbar-button .ui.input input,
.ui.toolbar > .toolbar-button .ui.input input,
c-toolbar > .right.box .ui.input input,
.ui.toolbar > .right.box .ui.input input {
  padding-top: .57142857em;
  padding-bottom: .57142857em;
}
c-toolbar > .ui.toolbar-button .ui.button,
.ui.toolbar > .ui.toolbar-button .ui.button {
  margin-right: 0;
  padding: .78571429em .92857143em;
  background-color: transparent;
}
c-toolbar > .ui.toolbar-button .ui.button:hover,
.ui.toolbar > .ui.toolbar-button .ui.button:hover,
c-toolbar > .ui.toolbar-button .ui.button:focus,
.ui.toolbar > .ui.toolbar-button .ui.button:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
c-toolbar > .ui.toolbar-button .ui.button:focus,
.ui.toolbar > .ui.toolbar-button .ui.button:focus,
c-toolbar > .ui.toolbar-button .ui.button:active,
.ui.toolbar > .ui.toolbar-button .ui.button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
c-toolbar > .item > .ui.button,
.ui.toolbar > .item > .ui.button,
c-toolbar > .right.box > .ui.button,
.ui.toolbar > .right.box > .ui.button {
  margin-right: 0;
  padding: .78571429em .92857143em;
}
c-toolbar,
.ui.toolbar,
.box-layout {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  box-align: center;
}
c-toolbar > .right.box,
.ui.toolbar > .right.box,
.box-layout > .right.box {
  text-align: end;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
}

.ui.breadcrumb > item > a,
c-breadcrumb > item > a {
  color: rgba(0, 0, 0, 0.87);
}
.ui.breadcrumb > item > i,
c-breadcrumb > item > i {
  width: 1em;
  display: inline-block;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}
.ui.breadcrumb > item > i:before,
c-breadcrumb > item > i:before {
  content: "/";
}
.ui.breadcrumb > item:last-of-type > i,
c-breadcrumb > item:last-of-type > i {
  display: none;
}

c-progress,
.ui.progress {
  background-color: #fff !important;
  position: relative;
  margin: 0 !important;
}
c-progress.circle > svg,
.ui.progress.circle > svg {
  display: block;
}
c-progress.circle > svg path.track,
.ui.progress.circle > svg path.track {
  stroke: #e5e9f2;
  fill: none;
}
c-progress.circle > svg path.progress,
.ui.progress.circle > svg path.progress {
  stroke-linecap: round;
  stroke: #009966;
  fill: none;
  transition: stroke-dashoffset 0.6s ease 0s, stroke 0.6s ease;
}
c-progress.circle text,
.ui.progress.circle text {
  font-size: 1.5em;
  line-height: 1em;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -0.5em;
}
c-progress.circle.success > svg path.track,
.ui.progress.circle.success > svg path.track,
c-progress.circle.positive > svg path.track,
.ui.progress.circle.positive > svg path.track {
  stroke: #7ed321;
}
c-progress.circle.success > svg path.progress,
.ui.progress.circle.success > svg path.progress,
c-progress.circle.positive > svg path.progress,
.ui.progress.circle.positive > svg path.progress {
  stroke: #7ed321;
}
c-progress.circle.success > text,
.ui.progress.circle.success > text,
c-progress.circle.positive > text,
.ui.progress.circle.positive > text {
  color: #7ed321;
}
c-progress.circle.exception > svg path.track,
.ui.progress.circle.exception > svg path.track,
c-progress.circle.negative > svg path.track,
.ui.progress.circle.negative > svg path.track {
  stroke: #7ed321;
}
c-progress.circle.exception > svg path.progress,
.ui.progress.circle.exception > svg path.progress,
c-progress.circle.negative > svg path.progress,
.ui.progress.circle.negative > svg path.progress {
  stroke: #Fa4332;
}
c-progress.circle.exception > text,
.ui.progress.circle.exception > text,
c-progress.circle.negative > text,
.ui.progress.circle.negative > text {
  color: #Fa4332;
}
c-progress.circle.warning > svg path.track,
.ui.progress.circle.warning > svg path.track {
  stroke: #ffaa00;
}
c-progress.circle.warning > svg path.progress,
.ui.progress.circle.warning > svg path.progress {
  stroke: #ffaa00;
}
c-progress.circle.warning > text,
.ui.progress.circle.warning > text {
  color: #ffaa00;
}
c-progress.plain text,
.ui.progress.plain text {
  display: none !important;
}
c-progress.plain:not(.circle),
.ui.progress.plain:not(.circle) {
  height: 4px;
}
c-progress.plain:not(.circle) > .track,
.ui.progress.plain:not(.circle) > .track {
  top: 0;
  margin-top: 0;
  border-radius: 0;
  height: 4px;
}
c-progress.plain:not(.circle) > .track .progress,
.ui.progress.plain:not(.circle) > .track .progress {
  border-radius: 0;
  height: 4px;
}
c-progress:not(.circle),
.ui.progress:not(.circle) {
  height: 2em;
}
c-progress:not(.circle) > .track,
.ui.progress:not(.circle) > .track {
  border-radius: 0.5em;
  background-color: #e5e9f2;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 4em;
  margin-top: -0.5em;
}
c-progress:not(.circle) > .track .progress,
.ui.progress:not(.circle) > .track .progress {
  border-radius: 0.5em;
  background-color: #009966;
  height: 1em;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
c-progress:not(.circle) > text,
.ui.progress:not(.circle) > text {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 4em;
  transform: scale(0.85, 0.85);
  line-height: 2em;
}
c-progress:not(.circle).inline > .track,
.ui.progress:not(.circle).inline > .track {
  right: 0;
  margin-top: -0.5em;
}
c-progress:not(.circle).inline > text,
.ui.progress:not(.circle).inline > text {
  width: initial;
  position: absolute;
  right: 50%;
  top: 0px;
  color: #fff;
  line-height: 2em;
  transform: scale(0.75, 0.75);
}
c-progress:not(.circle).success > .track,
.ui.progress:not(.circle).success > .track,
c-progress:not(.circle).positive > .track,
.ui.progress:not(.circle).positive > .track {
  background-color: #7ed321;
  position: absolute;
}
c-progress:not(.circle).success > .track .progress,
.ui.progress:not(.circle).success > .track .progress,
c-progress:not(.circle).positive > .track .progress,
.ui.progress:not(.circle).positive > .track .progress {
  background-color: #7ed321;
}
c-progress:not(.circle).exception > .track,
.ui.progress:not(.circle).exception > .track,
c-progress:not(.circle).negative > .track,
.ui.progress:not(.circle).negative > .track {
  background-color: #Fa4332;
}
c-progress:not(.circle).exception > .track .progress,
.ui.progress:not(.circle).exception > .track .progress,
c-progress:not(.circle).negative > .track .progress,
.ui.progress:not(.circle).negative > .track .progress {
  background-color: #Fa4332;
}
c-progress:not(.circle).warning > .track,
.ui.progress:not(.circle).warning > .track {
  background-color: #ffaa00;
}
c-progress:not(.circle).warning > .track .progress,
.ui.progress:not(.circle).warning > .track .progress {
  background-color: #ffaa00;
}

.ui.tag-editor {
  display: inline-block;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  padding: 4px;
  background: #FFFFFF;
  position: relative;
  padding-right: 16px;
  min-height: 2.1em;
}
.ui.tag-editor > i.dropdown.icon {
  position: absolute;
  right: 4px;
  top: 8px;
}
.ui.tag-editor .tag {
  display: inline-block;
  white-space: normal;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  padding: .35714286em .78571429em;
  cursor: pointer;
  line-height: 1em;
  text-transform: none;
  border: 0 solid transparent;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  background-color: #E8E8E8;
}
.ui.tag-editor .tag .delete-icon {
  cursor: pointer;
  background-color: #E8E8E8;
  text-align: center;
  display: inline-block;
  margin-top: -8px;
  line-height: 1em;
  margin-left: .58571429em;
  content: "×";
}
.ui.tag-editor .tag:hover {
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
  background-color: #E8E8E8;
  color: rgba(0, 0, 0, 0.87);
}
.ui.tag-editor .tag:hover .delete-icon {
  color: #Fa4332;
}
.ui.tag-editor input {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  width: 60px;
  border: 0;
  outline: none;
}
.ui.tag-editor > i.icon.remove {
  display: none;
}
.ui.tag-editor.readonly .tag .delete-icon {
  display: none;
}
.tag-items {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tag-items > li {
  line-height: 32px;
  padding: 0 12px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
}
.tag-items > li:hover,
.tag-items > li.current {
  background-color: #e7ebef;
}

.ui.pager {
  padding: 4px 0px;
}
.ui.pager > div {
  display: inline-block;
  margin: 0 4px;
}
.ui.pager > .page-no-wrapper span {
  margin: 0 2px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  padding: 4px 6px;
  display: inline-block;
  text-align: center;
  min-width: 18px;
  line-height: 16px;
  cursor: pointer;
}
.ui.pager > .page-no-wrapper span.current,
.ui.pager > .page-no-wrapper span.current:hover {
  border-color: #009966;
  background-color: #009966;
  color: rgba(255, 255, 255, 0.9) !important;
}
.ui.pager > .page-no-wrapper span:not(.disabled):hover {
  border-color: #009966;
  color: #009966;
}
.ui.pager > .page-no-wrapper span.separator {
  color: rgba(0, 0, 0, 0.87) !important;
  border-color: transparent !important;
}
.ui.pager > .page-no-wrapper span.separator:before {
  content: '...';
}
.ui.pager > .page-no-wrapper span.nav-btn {
  font-family: Icons;
}
.ui.pager > .page-no-wrapper span.nav-btn.prev:before {
  content: "\f0d9";
}
.ui.pager > .page-no-wrapper span.nav-btn.next:before {
  content: "\f0da";
}
.ui.pager > .page-no-wrapper span.nav-btn.disabled {
  opacity: 0.5;
  color: #818181;
}
.ui.pager > .goto input {
  width: 3em;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding: 4px 6px;
  line-height: 16px;
  margin: 0 4px;
}
.ui.pager > .goto input:focus,
.ui.pager > .goto input:hover {
  border-color: #009966;
}
.ui.pager .ui.input.drop.page-size {
  margin: 0 8px;
  display: inline-block;
}
.ui.pager .ui.input.drop.page-size input {
  line-height: 16px;
  padding: 4px 6px;
  background-color: #FFFFFF;
  width: 7.25em;
  padding-left: 4px;
  padding-right: 1em !important;
}
