@charset "utf-8";

/** box-sizing needed for lots of different components in semantic ui **/
.wcexwl *:after,
.wcexwl *:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.wcexwl.flex {
  display: flex !important;
}

.wcexwl.flex.row {
  flex-direction: row !important;
}

.wcexwl.flex.column {
  flex-direction: column !important;
}

.wcexwl.flex.row-wrap {
  flex-flow: row wrap !important;
}

.wcexwl.flex.row-nowrap {
  flex-flow: row nowrap !important;
}

.wcexwl.flex.column-wrap {
  flex-flow: column wrap !important;
}

.wcexwl.flex.column-nowrap {
  flex-flow: column nowrap !important;
}

.wcexwl.flex.ai-center {
  align-items: center !important;
}

.wcexwl.flex.ai-stretch {
  align-items: stretch !important;
}

.wcexwl.as-center {
  align-self: center !important;
}

.wcexwl.flex.jc-center {
  justify-content: center !important;
}

.wcexwl.flex.jc-flex-end {
  justify-content: flex-end !important;
}

.wcexwl.flex.jc-space-evenly {
  justify-content: space-evenly !important
}

.wcexwl.flex-1 {
  flex: 1 !important;
}

.wcexwl.h-unset {
  height: unset !important;
}

.wcexwl.h-100 {
  height: 100% !important;
}

.wcexwl.w-100 {
  width: 100% !important;
}

.wcexwl.m-0 {
  margin: 0 !important;
}

.wcexwl.ml-0 {
  margin-left: 0 !important;
}

.wcexwl.mt-0 {
  margin-top: 0 !important;
}

.wcexwl.mb-0 {
  margin-bottom: 0 !important;
}

.wcexwl.mr-0 {
  margin-right: 0 !important;
}

.wcexwl.ml-auto {
  margin-left: auto !important;
}

.wcexwl.mt-05rem {
  margin-top: 0.5rem !important;
}

.wcexwl.mb-05rem {
  margin-bottom: 0.5rem !important;
}

.wcexwl.mr-05rem {
  margin-right: 0.5rem !important;
}

.wcexwl.ml-05rem {
  margin-left: 0.5rem !important;
}

.wcexwl.mt-1rem {
  margin-top: 1rem !important;
}

.wcexwl.mb-1rem {
  margin-bottom: 1rem !important;
}

.wcexwl.mr-1rem {
  margin-right: 1rem !important;
}

.wcexwl.ml-1rem {
  margin-left: 1rem !important;
}

.wcexwl.p-0 {
  padding: 0 !important;
}

.wcexwl.pl-0 {
  padding-left: 0 !important;
}

.wcexwl.pt-0 {
  padding-top: 0 !important;
}

.wcexwl.pb-0 {
  padding-bottom: 0 !important;
}

.wcexwl.pr-0 {
  padding-right: 0 !important;
}

.wcexwl.pt-05rem {
  padding-top: 0.5rem !important;
}

.wcexwl.pb-05rem {
  padding-bottom: 0.5rem !important;
}

.wcexwl.pr-05rem {
  padding-right: 0.5rem !important;
}

.wcexwl.pl-05rem {
  padding-left: 0.5rem !important;
}

.wcexwl.pt-1rem {
  padding-top: 1rem !important;
}

.wcexwl.pb-1rem {
  padding-bottom: 1rem !important;
}

.wcexwl.pr-1rem {
  padding-right: 1rem !important;
}

.wcexwl.pl-1rem {
  padding-left: 1rem !important;
}

.wcexwl.mt-1rem-children-not-first > *:not(:first-child) {
  margin-top: 1rem !important;
}

.wcexwl.mb-1rem-children-not-last > *:not(:last-child) {
  margin-bottom: 1rem !important;
}

.wcexwl.mr-1rem-children-not-last > *:not(:last-child) {
  margin-right: 1rem !important;
}

.wcexwl.ml-1rem-children-not-first > *:not(:first-child) {
  margin-left: 1rem !important;
}

.wcexwl.mt-05rem-children-not-first > *:not(:first-child) {
  margin-top: 0.5rem !important;
}

.wcexwl.mb-05rem-children-not-last > *:not(:last-child) {
  margin-bottom: 0.5rem !important;
}

.wcexwl.mr-05rem-children-not-last > *:not(:last-child) {
  margin-right: 0.5rem !important;
}

.wcexwl.ml-05rem-children-not-first > *:not(:first-child) {
  margin-left: 0.5rem !important;
}

.wcexwl.mt-05rem-children > * {
  margin-top: 0.5rem !important;
}

.wcexwl.pvert-1rem-children > * {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.wcexwl.mvert-1rem-children > * {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

/* COMPONENT AND PAGE STYLES */
.wcexwl .wlist-a {
  color: #2185d0;
  text-decoration: none;
}

.wcexwl .wlist-a:hover {
  opacity: 0.8;
}

.wcexwl.batch-button {
  padding: 0 0.514286em 0 0.514286em !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  height: unset !important;
  width: unset !important;
  line-height: unset !important;
}
