@charset "UTF-8";
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.bg-primary {
  background-color: #00a369 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007048 !important; }

.bg-secondary {
  background-color: #57709c !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #45587b !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffd764 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffca31 !important; }

.bg-danger {
  background-color: #be0000 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: darkred !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #949f9f !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #798787 !important; }

.bg-grey {
  background-color: #949f9f !important; }

a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #798787 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #00a369 !important; }

.border-secondary {
  border-color: #57709c !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffd764 !important; }

.border-danger {
  border-color: #be0000 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #949f9f !important; }

.border-grey {
  border-color: #949f9f !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 1rem !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

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

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

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

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

.m-1 {
  margin: 2px !important; }

.mt-1,
.my-1 {
  margin-top: 2px !important; }

.mr-1,
.mx-1 {
  margin-right: 2px !important; }

.mb-1,
.my-1 {
  margin-bottom: 2px !important; }

.ml-1,
.mx-1 {
  margin-left: 2px !important; }

.m-2 {
  margin: 4px !important; }

.mt-2,
.my-2 {
  margin-top: 4px !important; }

.mr-2,
.mx-2 {
  margin-right: 4px !important; }

.mb-2,
.my-2 {
  margin-bottom: 4px !important; }

.ml-2,
.mx-2 {
  margin-left: 4px !important; }

.m-3 {
  margin: 8px !important; }

.mt-3,
.my-3 {
  margin-top: 8px !important; }

.mr-3,
.mx-3 {
  margin-right: 8px !important; }

.mb-3,
.my-3 {
  margin-bottom: 8px !important; }

.ml-3,
.mx-3 {
  margin-left: 8px !important; }

.m-4 {
  margin: 12px !important; }

.mt-4,
.my-4 {
  margin-top: 12px !important; }

.mr-4,
.mx-4 {
  margin-right: 12px !important; }

.mb-4,
.my-4 {
  margin-bottom: 12px !important; }

.ml-4,
.mx-4 {
  margin-left: 12px !important; }

.m-5 {
  margin: 24px !important; }

.mt-5,
.my-5 {
  margin-top: 24px !important; }

.mr-5,
.mx-5 {
  margin-right: 24px !important; }

.mb-5,
.my-5 {
  margin-bottom: 24px !important; }

.ml-5,
.mx-5 {
  margin-left: 24px !important; }

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

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

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

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

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

.p-1 {
  padding: 2px !important; }

.pt-1,
.py-1 {
  padding-top: 2px !important; }

.pr-1,
.px-1 {
  padding-right: 2px !important; }

.pb-1,
.py-1 {
  padding-bottom: 2px !important; }

.pl-1,
.px-1 {
  padding-left: 2px !important; }

.p-2 {
  padding: 4px !important; }

.pt-2,
.py-2 {
  padding-top: 4px !important; }

.pr-2,
.px-2 {
  padding-right: 4px !important; }

.pb-2,
.py-2 {
  padding-bottom: 4px !important; }

.pl-2,
.px-2 {
  padding-left: 4px !important; }

.p-3 {
  padding: 8px !important; }

.pt-3,
.py-3 {
  padding-top: 8px !important; }

.pr-3,
.px-3 {
  padding-right: 8px !important; }

.pb-3,
.py-3 {
  padding-bottom: 8px !important; }

.pl-3,
.px-3 {
  padding-left: 8px !important; }

.p-4 {
  padding: 12px !important; }

.pt-4,
.py-4 {
  padding-top: 12px !important; }

.pr-4,
.px-4 {
  padding-right: 12px !important; }

.pb-4,
.py-4 {
  padding-bottom: 12px !important; }

.pl-4,
.px-4 {
  padding-left: 12px !important; }

.p-5 {
  padding: 24px !important; }

.pt-5,
.py-5 {
  padding-top: 24px !important; }

.pr-5,
.px-5 {
  padding-right: 24px !important; }

.pb-5,
.py-5 {
  padding-bottom: 24px !important; }

.pl-5,
.px-5 {
  padding-left: 24px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 2px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 2px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 2px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 2px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 2px !important; }
  .m-sm-2 {
    margin: 4px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 4px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 4px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 4px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 4px !important; }
  .m-sm-3 {
    margin: 8px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 8px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 8px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 8px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 8px !important; }
  .m-sm-4 {
    margin: 12px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 12px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 12px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 12px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 12px !important; }
  .m-sm-5 {
    margin: 24px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 24px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 24px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 24px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 24px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 2px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 2px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 2px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 2px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 2px !important; }
  .p-sm-2 {
    padding: 4px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 4px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 4px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 4px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 4px !important; }
  .p-sm-3 {
    padding: 8px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 8px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 8px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 8px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 8px !important; }
  .p-sm-4 {
    padding: 12px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 12px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 12px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 12px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 12px !important; }
  .p-sm-5 {
    padding: 24px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 24px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 24px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 24px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 24px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 2px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 2px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 2px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 2px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 2px !important; }
  .m-md-2 {
    margin: 4px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 4px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 4px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 4px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 4px !important; }
  .m-md-3 {
    margin: 8px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 8px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 8px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 8px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 8px !important; }
  .m-md-4 {
    margin: 12px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 12px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 12px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 12px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 12px !important; }
  .m-md-5 {
    margin: 24px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 24px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 24px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 24px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 24px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 2px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 2px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 2px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 2px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 2px !important; }
  .p-md-2 {
    padding: 4px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 4px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 4px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 4px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 4px !important; }
  .p-md-3 {
    padding: 8px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 8px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 8px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 8px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 8px !important; }
  .p-md-4 {
    padding: 12px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 12px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 12px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 12px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 12px !important; }
  .p-md-5 {
    padding: 24px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 24px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 24px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 24px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 24px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 2px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 2px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 2px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 2px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 2px !important; }
  .m-lg-2 {
    margin: 4px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 4px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 4px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 4px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 4px !important; }
  .m-lg-3 {
    margin: 8px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 8px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 8px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 8px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 8px !important; }
  .m-lg-4 {
    margin: 12px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 12px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 12px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 12px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 12px !important; }
  .m-lg-5 {
    margin: 24px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 24px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 24px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 24px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 24px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 2px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 2px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 2px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 2px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 2px !important; }
  .p-lg-2 {
    padding: 4px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 4px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 4px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 4px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 4px !important; }
  .p-lg-3 {
    padding: 8px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 8px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 8px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 8px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 8px !important; }
  .p-lg-4 {
    padding: 12px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 12px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 12px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 12px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 12px !important; }
  .p-lg-5 {
    padding: 24px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 24px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 24px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 24px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 24px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 2px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 2px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 2px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 2px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 2px !important; }
  .m-xl-2 {
    margin: 4px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 4px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 4px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 4px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 4px !important; }
  .m-xl-3 {
    margin: 8px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 8px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 8px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 8px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 8px !important; }
  .m-xl-4 {
    margin: 12px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 12px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 12px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 12px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 12px !important; }
  .m-xl-5 {
    margin: 24px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 24px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 24px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 24px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 24px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 2px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 2px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 2px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 2px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 2px !important; }
  .p-xl-2 {
    padding: 4px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 4px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 4px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 4px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 4px !important; }
  .p-xl-3 {
    padding: 8px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 8px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 8px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 8px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 8px !important; }
  .p-xl-4 {
    padding: 12px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 12px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 12px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 12px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 12px !important; }
  .p-xl-5 {
    padding: 24px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 24px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 24px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 24px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 24px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #00a369 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #007048 !important; }

.text-secondary {
  color: #57709c !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #45587b !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffd764 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ffca31 !important; }

.text-danger {
  color: #be0000 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: darkred !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #949f9f !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #798787 !important; }

.text-grey {
  color: #949f9f !important; }

a.text-grey:hover, a.text-grey:focus {
  color: #798787 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

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

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 4px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 12px;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 8px;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    opacity: 0.4; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #00a369;
  border-color: #00a369; }
  .btn-primary:hover {
    color: #fff;
    background-color: #007d50;
    border-color: #007048; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: none; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00a369;
    border-color: #00a369; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007048;
    border-color: #006340; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-secondary {
  color: #fff;
  background-color: #57709c;
  border-color: #57709c; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #495e83;
    border-color: #45587b; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #57709c;
    border-color: #57709c; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #45587b;
    border-color: #405373; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: none; }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: none; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: none; }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: none; }

.btn-warning {
  color: #212529;
  background-color: #ffd764;
  border-color: #ffd764; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ffcd3e;
    border-color: #ffca31; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: none; }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffd764;
    border-color: #ffd764; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffca31;
    border-color: #ffc724; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: none; }

.btn-danger {
  color: #fff;
  background-color: #be0000;
  border-color: #be0000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #980000;
    border-color: darkred; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: none; }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #be0000;
    border-color: #be0000; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: darkred;
    border-color: #7e0000; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: none; }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-dark {
  color: #212529;
  background-color: #949f9f;
  border-color: #949f9f; }
  .btn-dark:hover {
    color: #fff;
    background-color: #808d8d;
    border-color: #798787; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: none; }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #212529;
    background-color: #949f9f;
    border-color: #949f9f; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #798787;
    border-color: #738080; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: none; }

.btn-grey {
  color: #212529;
  background-color: #949f9f;
  border-color: #949f9f; }
  .btn-grey:hover {
    color: #fff;
    background-color: #808d8d;
    border-color: #798787; }
  .btn-grey:focus, .btn-grey.focus {
    box-shadow: none; }
  .btn-grey.disabled, .btn-grey:disabled {
    color: #212529;
    background-color: #949f9f;
    border-color: #949f9f; }
  .btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .show > .btn-grey.dropdown-toggle {
    color: #fff;
    background-color: #798787;
    border-color: #738080; }
    .btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-grey.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-primary {
  color: #00a369;
  background-color: transparent;
  background-image: none;
  border-color: #00a369; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00a369;
    border-color: #00a369; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 163, 105, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00a369;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00a369;
    border-color: #00a369; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-secondary {
  color: #57709c;
  background-color: transparent;
  background-image: none;
  border-color: #57709c; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #57709c;
    border-color: #57709c; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 112, 156, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #57709c;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #57709c;
    border-color: #57709c; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-warning {
  color: #ffd764;
  background-color: transparent;
  background-image: none;
  border-color: #ffd764; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffd764;
    border-color: #ffd764; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 100, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffd764;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffd764;
    border-color: #ffd764; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-danger {
  color: #be0000;
  background-color: transparent;
  background-image: none;
  border-color: #be0000; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #be0000;
    border-color: #be0000; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #be0000;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #be0000;
    border-color: #be0000; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-dark {
  color: #949f9f;
  background-color: transparent;
  background-image: none;
  border-color: #949f9f; }
  .btn-outline-dark:hover {
    color: #212529;
    background-color: #949f9f;
    border-color: #949f9f; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 159, 159, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #949f9f;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #212529;
    background-color: #949f9f;
    border-color: #949f9f; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-grey {
  color: #949f9f;
  background-color: transparent;
  background-image: none;
  border-color: #949f9f; }
  .btn-outline-grey:hover {
    color: #212529;
    background-color: #949f9f;
    border-color: #949f9f; }
  .btn-outline-grey:focus, .btn-outline-grey.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 159, 159, 0.5); }
  .btn-outline-grey.disabled, .btn-outline-grey:disabled {
    color: #949f9f;
    background-color: transparent; }
  .btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
    color: #212529;
    background-color: #949f9f;
    border-color: #949f9f; }
    .btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
      box-shadow: none; }

.btn-link {
  font-weight: 400;
  color: #57709c;
  background-color: transparent; }
  .btn-link:hover {
    color: #3c4d6b;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 4px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #57709c; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show,
.dropdown-menu.force-open {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 4px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #57709c;
    border-color: #57709c; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #005537;
  background-color: #b8e5d5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #005537;
    background-color: #a5deca; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005537;
    border-color: #005537; }

.list-group-item-secondary {
  color: #2d3a51;
  background-color: #d0d7e3; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #2d3a51;
    background-color: #c0c9d9; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #2d3a51;
    border-color: #2d3a51; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #857034;
  background-color: #fff4d4; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #857034;
    background-color: #ffedbb; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857034;
    border-color: #857034; }

.list-group-item-danger {
  color: #630000;
  background-color: #edb8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #630000;
    background-color: #e8a4a4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #630000;
    border-color: #630000; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #4d5353;
  background-color: #e1e4e4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #4d5353;
    background-color: #d4d8d8; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #4d5353;
    border-color: #4d5353; }

.list-group-item-grey {
  color: #4d5353;
  background-color: #e1e4e4; }
  .list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
    color: #4d5353;
    background-color: #d4d8d8; }
  .list-group-item-grey.list-group-item-action.active {
    color: #fff;
    background-color: #4d5353;
    border-color: #4d5353; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #57709c; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e5d5; }

.table-hover .table-primary:hover {
  background-color: #a5deca; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a5deca; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d0d7e3; }

.table-hover .table-secondary:hover {
  background-color: #c0c9d9; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c0c9d9; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff4d4; }

.table-hover .table-warning:hover {
  background-color: #ffedbb; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffedbb; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #edb8b8; }

.table-hover .table-danger:hover {
  background-color: #e8a4a4; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #e8a4a4; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #e1e4e4; }

.table-hover .table-dark:hover {
  background-color: #d4d8d8; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #d4d8d8; }

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #e1e4e4; }

.table-hover .table-grey:hover {
  background-color: #d4d8d8; }
  .table-hover .table-grey:hover > td,
  .table-hover .table-grey:hover > th {
    background-color: #d4d8d8; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #005537;
  background-color: #ccede1;
  border-color: #b8e5d5; }
  .alert-primary hr {
    border-top-color: #a5deca; }
  .alert-primary .alert-link {
    color: #002216; }

.alert-secondary {
  color: #2d3a51;
  background-color: #dde2eb;
  border-color: #d0d7e3; }
  .alert-secondary hr {
    border-top-color: #c0c9d9; }
  .alert-secondary .alert-link {
    color: #1b2330; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #857034;
  background-color: #fff7e0;
  border-color: #fff4d4; }
  .alert-warning hr {
    border-top-color: #ffedbb; }
  .alert-warning .alert-link {
    color: #605126; }

.alert-danger {
  color: #630000;
  background-color: #f2cccc;
  border-color: #edb8b8; }
  .alert-danger hr {
    border-top-color: #e8a4a4; }
  .alert-danger .alert-link {
    color: #300000; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #4d5353;
  background-color: #eaecec;
  border-color: #e1e4e4; }
  .alert-dark hr {
    border-top-color: #d4d8d8; }
  .alert-dark .alert-link {
    color: #343939; }

.alert-grey {
  color: #4d5353;
  background-color: #eaecec;
  border-color: #e1e4e4; }
  .alert-grey hr {
    border-top-color: #d4d8d8; }
  .alert-grey .alert-link {
    color: #343939; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 4px; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #57709c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #3c4d6b;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.k-button[disabled], .k-calendar .k-calendar-header [disabled].k-button, [disabled] .k-button, [disabled] .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header [disabled] .k-button {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none; }

.k-widget {
  border-color: rgba(0, 0, 0, 0.08);
  color: #656565;
  background-color: #ffffff; }

.k-scheduler-agendaview tr.k-state-hover .k-scheduler-datecolumn,
.k-scheduler-agendaview tr:hover .k-scheduler-datecolumn,
.k-scheduler-agendaview tr:hover .k-scheduler-groupcolumn, .k-content {
  border-color: rgba(0, 0, 0, 0.08);
  color: #656565;
  background-color: #ffffff; }

.k-popup {
  border-color: rgba(0, 0, 0, 0.08);
  color: #656565;
  background-color: white; }

.k-scheduler-toolbar,
.k-scheduler-footer, .k-time-list-wrapper .k-title {
  border-color: rgba(0, 0, 0, 0.08);
  color: #656565;
  background-color: #fff; }

.k-scheduler-footer li, .k-scheduler-views li, .k-scheduler-navigation .k-nav-today,
.k-scheduler-navigation .k-nav-prev,
.k-scheduler-navigation .k-nav-next, .k-numerictextbox .k-select, .k-dropdown .k-dropdown-wrap, .k-dateinput .k-select, .k-datepicker .k-select,
.k-timepicker .k-select,
.k-datetimepicker .k-select, .k-button-group.k-state-disabled .k-button:not(.k-state-active),
.k-button-group .k-state-disabled:not(.k-state-active), .k-button, .k-calendar .k-calendar-header .k-button, .k-combobox .k-select, .k-list-container .k-nodata .k-button {
  border-color: rgba(0, 0, 0, 0.08);
  color: #656565;
  background-color: #fff; }

.k-scheduler-footer li:hover, .k-scheduler-views li:hover, .k-scheduler-navigation .k-nav-today:hover,
.k-scheduler-navigation .k-nav-prev:hover,
.k-scheduler-navigation .k-nav-next:hover, .k-numerictextbox .k-state-hover .k-select, .k-numerictextbox .k-select > .k-state-selected,
.k-numerictextbox .k-select > .k-state-active, .k-numerictextbox .k-select:hover, .k-dropdown .k-dropdown-wrap:hover, .k-dropdown .k-dropdown-wrap.k-state-hover, .k-dateinput .k-state-hover .k-select, .k-dateinput .k-select > .k-state-selected,
.k-dateinput .k-select > .k-state-active, .k-dateinput .k-select:hover, .k-datepicker:hover .k-select,
.k-datepicker .k-state-hover .k-select,
.k-timepicker:hover .k-select,
.k-timepicker .k-state-hover .k-select,
.k-datetimepicker:hover .k-select,
.k-datetimepicker .k-state-hover .k-select, .k-action-buttons .k-button:hover, .k-action-buttons .k-button.k-state-hover, .k-button:hover, .k-calendar .k-calendar-header .k-button:hover, .k-button.k-state-hover, .k-calendar .k-calendar-header .k-state-hover.k-button, .k-combobox > :hover .k-select,
.k-combobox .k-state-hover .k-select {
  border-color: rgba(0, 0, 0, 0.15);
  color: #656565;
  background-color: #ededed; }

.k-multiselect-wrap li.k-button:active, .k-multiselect-wrap li.k-button.k-state-active, .k-action-buttons .k-button:active, .k-action-buttons .k-button.k-state-active, .k-split-button.k-button-group .k-button:active, .k-split-button.k-button-group .k-button.k-state-active, .k-button:active, .k-calendar .k-calendar-header .k-button:active, .k-button.k-state-active, .k-calendar .k-calendar-header .k-state-active.k-button {
  border-color: rgba(0, 0, 0, 0.08);
  color: #656565;
  background-color: #fff; }

.k-button.k-primary, .k-calendar .k-calendar-header .k-primary.k-button {
  border-color: #57709c;
  color: #ffffff;
  background-color: #57709c; }

.k-action-buttons .k-primary:hover, .k-action-buttons .k-primary.k-state-hvoer, .k-button.k-primary:hover, .k-button.k-primary.k-state-hover {
  border-color: #576d9c;
  color: #ffffff;
  background-color: #576d9c; }

.k-action-buttons .k-primary:active, .k-action-buttons .k-primary.k-state-active, .k-button-group .k-button:active,
.k-button-group .k-button.k-state-active,
.k-button-group .k-button.k-state-selected,
.k-button-group > input[type="radio"]:checked + .k-button,
.k-button-group > input[type="checkbox"]:checked + .k-button, .k-button.k-primary.k-state-selected, .k-button.k-primary:active, .k-button.k-primary.k-state-active, .k-button.k-state-selected, .k-calendar .k-calendar-header .k-state-selected.k-button {
  border-color: #57709c;
  color: #ffffff;
  background-color: #57709c; }

.k-numerictextbox .k-numeric-wrap, .k-multiselect-wrap, .k-textbox,
.k-textarea,
.k-input.k-textbox, .k-dateinput .k-dateinput-wrap, .k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap, .k-combobox .k-dropdown-wrap, .k-autocomplete {
  border-color: rgba(0, 0, 0, 0.08);
  color: #656565;
  background-color: #fff; }

.k-numerictextbox .k-state-hover, .k-multiselect-wrap:hover, .k-multiselect-wrap.k-state-hover, .k-dateinput .k-state-hover, .k-datepicker:hover,
.k-datepicker .k-state-hover,
.k-timepicker:hover,
.k-timepicker .k-state-hover,
.k-datetimepicker:hover,
.k-datetimepicker .k-state-hover, .k-combobox > :hover,
.k-combobox .k-state-hover, .k-autocomplete.k-state-hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: #656565;
  background-color: #fff; }

.k-numerictextbox .k-state-focused, .k-state-focused > .k-multiselect-wrap, .k-dropdown .k-dropdown-wrap.k-state-focused, .k-dateinput .k-state-focused, .k-datepicker .k-state-focused,
.k-datepicker .k-state-active,
.k-timepicker .k-state-focused,
.k-timepicker .k-state-active,
.k-datetimepicker .k-state-focused,
.k-datetimepicker .k-state-active, .k-combobox > .k-state-focused,
.k-combobox .k-state-active, .k-autocomplete.k-state-focused, .k-autocomplete.k-state-active {
  border-color: rgba(0, 0, 0, 0.15);
  color: #656565;
  background-color: #fff; }

.k-scheduler-agendaview tr.k-state-hover,
.k-scheduler-agendaview .k-scheduler-content tr:hover {
  border-color: #ededed;
  color: #656565;
  background-color: #ededed; }

.k-drag-clue {
  border-color: #57709c;
  color: #ffffff;
  background-color: #57709c; }

.k-list-container .k-button:hover,
.k-list-container .k-button.k-state-hover, .k-list .k-item:hover,
.k-list .k-item.k-state-hover,
.k-list-optionlabel:hover,
.k-list-optionlabel.k-state-hover {
  color: #656565;
  background-color: #ededed; }

.k-list-container .k-button:active,
.k-list-container .k-button.k-state-active, .k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected {
  color: #ffffff;
  background-color: #57709c; }

.k-theme-test-class,
.k-common-test-class {
  opacity: 0; }

.k-reset {
  margin: 0;
  padding: 0;
  border-width: 0;
  outline: 0;
  text-decoration: none;
  font: inherit;
  list-style: none; }

.k-widget {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

table.k-widget {
  display: table; }

kendo-sortable {
  display: block; }

.k-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001; }

.k-rtl {
  direction: rtl; }

.k-link,
.k-link:hover {
  color: inherit;
  text-decoration: none;
  outline: 0; }

.k-content {
  outline: 0; }

.k-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px; }

.kendo-pdf-hide-pseudo-elements::before,
.kendo-pdf-hide-pseudo-elements::after {
  display: none !important; }

.k-state-disabled,
.k-widget[disabled] {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none; }
  .k-state-disabled .k-link,
  .k-state-disabled .k-button,
  .k-state-disabled .k-calendar .k-calendar-header .k-button,
  .k-calendar .k-calendar-header .k-state-disabled .k-button,
  .k-widget[disabled] .k-link,
  .k-widget[disabled] .k-button {
    cursor: default;
    outline: 0; }
  .k-state-disabled [disabled],
  .k-state-disabled .k-state-disabled,
  .k-widget[disabled] [disabled],
  .k-widget[disabled] .k-state-disabled {
    opacity: 1;
    filter: grayscale(0); }

.k-separator, .k-hr {
  margin: 8px auto;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  display: block; }

.k-hbox > .k-hr, .k-columnset > .k-hr {
  margin: 0;
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
  flex: 0 0 auto; }

.k-hr {
  padding: 0;
  float: none;
  clear: both; }

.k-vbox > .k-hr, .k-rowset > .k-hr {
  margin: 0;
  flex: 0 0 auto; }

.k-dirty {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #f31700 #f31700 transparent transparent;
  position: absolute;
  top: 0;
  right: 0; }

[dir="rtl"] .k-dirty,
.k-rtl .k-dirty {
  border-color: transparent transparent #f31700 #f31700;
  right: auto;
  left: 0; }

.k-display-inline {
  display: inline !important; }

.k-display-block {
  display: block !important; }

.k-display-inline-block {
  display: inline-block !important; }

.k-display-flex {
  display: flex !important; }

.k-display-inline-flex {
  display: inline-flex !important; }

.k-display-table {
  display: table !important; }

.k-display-inline-table {
  display: inline-table !important; }

.k-display-none, .k-hidden {
  display: none !important; }

.k-float-left {
  float: left !important; }

.k-float-right {
  float: right !important; }

.k-float-none {
  float: none !important; }

.k-floatwrap::after,
.k-grid-toolbar::after,
.k-slider-items::after {
  content: "";
  display: block;
  clear: both; }

.k-flex-wrap {
  flex-wrap: wrap; }

.k-flex-nowrap {
  flex-wrap: nowrap; }

.k-flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.k-flex {
  flex: 1 1 0; }

.k-flex-auto {
  flex: 1 1 auto; }

.k-no-flex {
  flex: 0 0 0; }

.k-no-flex-auto {
  flex: 0 0 auto; }

.k-flex-grow {
  flex-grow: 1; }

.k-no-flex-grow {
  flex-grow: 0; }

.k-flex-shrink {
  flex-shrink: 1; }

.k-no-flex-shrink {
  flex-shrink: 0; }

.k-align-items-start {
  align-items: flex-start; }

.k-align-items-end {
  align-items: flex-end; }

.k-align-items-center {
  align-items: center; }

.k-align-items-stretch {
  align-items: stretch; }

.k-align-items-baseline {
  align-items: baseline; }

.k-align-content-start {
  align-content: flex-start; }

.k-align-content-end {
  align-content: flex-end; }

.k-align-content-center {
  align-content: center; }

.k-align-content-stretch {
  align-content: stretch; }

.k-align-content-baseline {
  align-content: baseline; }

.k-align-self-start {
  align-self: flex-start; }

.k-align-self-end {
  align-self: flex-end; }

.k-align-self-center {
  align-self: center; }

.k-align-self-stretch {
  align-self: stretch; }

.k-align-self-baseline {
  align-self: baseline; }

.k-justify-content-start {
  justify-content: flex-start; }

.k-justify-content-end {
  justify-content: flex-end; }

.k-justify-content-center {
  justify-content: center; }

.k-justify-content-between {
  justify-content: space-between; }

.k-justify-content-around {
  justify-content: space-around; }

.k-justify-content-evenly {
  justify-content: space-evenly; }

.k-hbox, .k-columnset, .k-vbox, .k-rowset {
  display: flex; }

.k-ihbox, .k-ivbox {
  display: inline-flex; }

.k-hbox, .k-columnset, .k-ihbox {
  flex-direction: row; }

.k-vbox, .k-rowset, .k-ivbox {
  flex-direction: column; }

.k-column {
  flex-grow: 1;
  flex-basis: 0; }

.k-reset {
  margin: 0;
  padding: 0;
  border-width: 0;
  outline: 0;
  font: inherit;
  text-decoration: none;
  list-style: none; }

.k-text-nowrap {
  white-space: nowrap !important; }

.k-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.k-text-left {
  text-align: left !important; }

.k-text-right {
  text-align: right !important; }

.k-text-center {
  text-align: center !important; }

.k-text-justify {
  text-align: justify !important; }

.k-text-lowercase {
  text-transform: lowercase !important; }

.k-text-uppercase {
  text-transform: uppercase !important; }

.k-text-capitalize {
  text-transform: capitalize !important; }

.k-font-weight-light {
  font-weight: 300 !important; }

.k-font-weight-normal {
  font-weight: 400 !important; }

.k-font-weight-bold {
  font-weight: 700 !important; }

.k-flip-h {
  transform: scaleX(-1); }

.k-flip-v {
  transform: scaleY(-1); }

.k-flip-h.k-flip-v {
  transform: scale(-1, -1); }

.k-rotate-45 {
  transform: rotate(45deg); }

.k-rotate-90 {
  transform: rotate(90deg); }

.k-rotate-135 {
  transform: rotate(135deg); }

.k-rotate-180 {
  transform: rotate(180deg); }

.k-rotate-225 {
  transform: rotate(225deg); }

.k-rotate-270 {
  transform: rotate(270deg); }

.k-rotate-315 {
  transform: rotate(315deg); }

.k-scale-0 {
  transform: scale(0, 0); }

.k-scale-1 {
  transform: scale(1, 1); }

.k-scale-2 {
  transform: scale(2, 2); }

.k-translate-0 {
  transform: translate(0, 0); }

.k-translate-0-50 {
  transform: translate(0, 50%); }

.k-translate-0-100 {
  transform: translate(0, 100%); }

.k-translate-50-0 {
  transform: translate(50%, 0); }

.k-translate-50-50 {
  transform: translate(50%, 50%); }

.k-translate-50-100 {
  transform: translate(50%, 100%); }

.k-translate-100-0 {
  transform: translate(100%, 0); }

.k-translate-100-50 {
  transform: translate(100%, 50%); }

.k-translate-100-100 {
  transform: translate(100%, 100%); }

.k-animation-container {
  position: absolute;
  overflow: hidden;
  z-index: 100; }
  .k-animation-container-fixed {
    position: fixed; }
  .k-animation-container-relative {
    position: relative;
    display: inline-block; }

.k-push-right-enter, .k-push-right-appear {
  transform: translate(-100%, 0); }

.k-push-right-enter-active, .k-push-right-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out; }

.k-push-right-exit {
  transform: translate(0, 0); }

.k-push-right-exit-active {
  transform: translate(100%, 0);
  transition: transform 300ms ease-in-out; }

.k-push-left-enter, .k-push-left-appear {
  transform: translate(100%, 0); }

.k-push-left-enter-active, .k-push-left-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out; }

.k-push-left-exit {
  transform: translate(0, 0); }

.k-push-left-exit-active {
  transform: translate(-100%, 0);
  transition: transform 300ms ease-in-out; }

.k-push-down-enter, .k-push-down-appear {
  transform: translate(0, -100%); }

.k-push-down-enter-active, .k-push-down-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out; }

.k-push-down-exit {
  transform: translate(0, 0); }

.k-push-down-exit-active {
  transform: translate(0, 100%);
  transition: transform 300ms ease-in-out; }

.k-push-up-enter, .k-push-up-appear {
  transform: translate(0, 100%); }

.k-push-up-enter-active, .k-push-up-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out; }

.k-push-up-exit {
  transform: translate(0, 0); }

.k-push-up-exit-active {
  transform: translate(0, -100%);
  transition: transform 300ms ease-in-out; }

.k-expand-vertical-enter, .k-expand-vertical-appear {
  transform: scaleY(0); }

.k-expand-vertical-enter-active, .k-expand-vertical-appear-active {
  transform: scaleY(1);
  transition: transform 300ms ease-in-out; }

.k-expand-vertical-exit {
  transform: scaleY(1); }

.k-expand-vertical-exit-active {
  transform: scaleY(0);
  transition: transform 300ms ease-in-out; }

.k-expand-horizontal-enter, .k-expand-horizontal-appear {
  transform: scaleX(0); }

.k-expand-horizontal-enter-active, .k-expand-horizontal-appear-active {
  transform: scaleX(1);
  transition: transform 300ms ease-in-out; }

.k-expand-horizontal-exit {
  transform: scaleX(1); }

.k-expand-horizontal-exit-active {
  transform: scaleX(0);
  transition: transform 300ms ease-in-out; }

.k-fade-enter, .k-fade-appear {
  opacity: 0; }

.k-fade-enter-active, .k-fade-appear-active {
  opacity: 1;
  transition: opacity 500ms ease-in-out; }

.k-fade-exit {
  opacity: 1; }

.k-fade-exit-active {
  opacity: 0;
  transition: opacity 500ms ease-in-out; }

.k-fade-exit-active + .k-fade-exit-active, .k-fade-enter-active + .k-fade-enter-active {
  display: none; }

.k-zoom-in-enter, .k-zoom-in-appear {
  opacity: 0;
  transform: scale(0); }

.k-zoom-in-enter-active, .k-zoom-in-appear-active {
  opacity: 1;
  transform: scale(1);
  transition: transform, opacity 300ms ease-in-out; }

.k-zoom-in-exit {
  opacity: 1;
  transform: scale(1); }

.k-zoom-in-exit-active {
  opacity: 0;
  transform: scale(2);
  transition: transform, opacity 300ms ease-in-out; }

.k-zoom-out-enter, .k-zoom-out-appear {
  opacity: 0;
  transform: scale(2); }

.k-zoom-out-enter-active, .k-zoom-out-appear-active {
  opacity: 1;
  transform: scale(1);
  transition: transform, opacity 300ms ease-in-out; }

.k-zoom-out-exit {
  opacity: 1;
  transform: scale(1); }

.k-zoom-out-exit-active {
  opacity: 0;
  transform: scale(0);
  transition: transform, opacity 300ms ease-in-out; }

.k-slide-in-appear {
  opacity: .1;
  transform: translate(0, -3em); }
  .k-slide-in-appear .k-centered {
    transform: translate(-50%, -60%); }

.k-slide-in-appear-active {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1); }
  .k-slide-in-appear-active .k-centered {
    transform: translate(-50%, -50%); }

.k-slide-down-enter, .k-slide-down-appear {
  transform: translateY(-100%); }

.k-slide-down-enter-active, .k-slide-down-appear-active {
  transform: translateY(0);
  transition: transform 300ms ease-in-out; }

.k-slide-down-exit {
  transform: translateY(0); }

.k-slide-down-exit-active {
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out; }

.k-slide-up-enter, .k-slide-up-appear {
  transform: translateY(100%); }

.k-slide-up-enter-active, .k-slide-up-appear-active {
  transform: translateY(0);
  transition: transform 300ms ease-in-out; }

.k-slide-up-exit {
  transform: translateY(0); }

.k-slide-up-exit-active {
  transform: translateY(100%);
  transition: transform 300ms ease-in-out; }

.k-slide-right-enter, .k-slide-right-appear {
  transform: translateX(-100%); }

.k-slide-right-enter-active, .k-slide-right-appear-active {
  transform: translateX(0);
  transition: transform 300ms ease-in-out; }

.k-slide-right-exit {
  transform: translateX(0); }

.k-slide-right-exit-active {
  transform: translateX(-100%);
  transition: transform 300ms ease-in-out; }

.k-slide-left-enter, .k-slide-left-appear {
  transform: translateX(100%); }

.k-slide-left-enter-active, .k-slide-left-appear-active {
  transform: translateX(0);
  transition: transform 300ms ease-in-out; }

.k-slide-left-exit {
  transform: translateX(0); }

.k-slide-left-exit-active {
  transform: translateX(100%);
  transition: transform 300ms ease-in-out; }

.k-reveal-vertical-enter, .k-reveal-vertical-appear {
  max-height: 0; }

.k-reveal-vertical-enter-active, .k-reveal-vertical-appear-active {
  transition: max-height 300ms ease-in-out; }

.k-reveal-vertical-exit-active {
  max-height: 0 !important;
  transition: max-height 300ms ease-in-out; }

.k-reveal-horizontal-enter, .k-reveal-horizontal-appear {
  max-width: 0; }

.k-reveal-horizontal-enter-active, .k-reveal-horizontal-appear-active {
  transition: max-width 300ms ease-in-out; }

.k-reveal-horizontal-exit-active {
  max-width: 0 !important;
  transition: max-width 300ms ease-in-out; }

.k-arrow-e,
.k-arrow-w {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  top: -4px; }

.k-arrow-e {
  border-left-color: currentColor;
  right: -6px; }

.k-arrow-w {
  border-right-color: currentColor;
  left: -6px; }

.k-drag-clue {
  padding: 2px 4px;
  border-width: 1px;
  border-style: solid;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  cursor: move; }

.k-drag-status {
  margin-right: .4ex; }

.k-reorder-cue {
  position: absolute; }
  .k-reorder-cue::before, .k-reorder-cue::after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    position: absolute;
    transform: translateX(-50%); }
  .k-reorder-cue::before {
    border-bottom-width: 0;
    border-top-color: currentColor;
    top: -4px; }
  .k-reorder-cue::after {
    border-top-width: 0;
    border-bottom-color: currentColor;
    bottom: -4px; }

.k-autocomplete,
.k-combobox,
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-multiselect,
.k-numerictextbox,
.k-maskedtextbox,
.k-timepicker,
.k-dropdowntree {
  width: 12.4em;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative; }
  .k-autocomplete[dir='rtl'], .k-rtl .k-autocomplete,
  .k-combobox[dir='rtl'], .k-rtl .k-combobox,
  .k-dateinput[dir='rtl'], .k-rtl .k-dateinput,
  .k-datepicker[dir='rtl'], .k-rtl .k-datepicker,
  .k-datetimepicker[dir='rtl'], .k-rtl .k-datetimepicker,
  .k-dropdown[dir='rtl'], .k-rtl .k-dropdown,
  .k-multiselect[dir='rtl'], .k-rtl .k-multiselect,
  .k-numerictextbox[dir='rtl'], .k-rtl .k-numerictextbox,
  .k-maskedtextbox[dir='rtl'], .k-rtl .k-maskedtextbox,
  .k-timepicker[dir='rtl'], .k-rtl .k-timepicker,
  .k-dropdowntree[dir='rtl'], .k-rtl .k-dropdowntree {
    text-align: right; }
    .k-autocomplete[dir='rtl'] .k-select, .k-rtl .k-autocomplete .k-select,
    .k-combobox[dir='rtl'] .k-select, .k-rtl .k-combobox .k-select,
    .k-dateinput[dir='rtl'] .k-select, .k-rtl .k-dateinput .k-select,
    .k-datepicker[dir='rtl'] .k-select, .k-rtl .k-datepicker .k-select,
    .k-datetimepicker[dir='rtl'] .k-select, .k-rtl .k-datetimepicker .k-select,
    .k-dropdown[dir='rtl'] .k-select, .k-rtl .k-dropdown .k-select,
    .k-multiselect[dir='rtl'] .k-select, .k-rtl .k-multiselect .k-select,
    .k-numerictextbox[dir='rtl'] .k-select, .k-rtl .k-numerictextbox .k-select,
    .k-maskedtextbox[dir='rtl'] .k-select, .k-rtl .k-maskedtextbox .k-select,
    .k-timepicker[dir='rtl'] .k-select, .k-rtl .k-timepicker .k-select,
    .k-dropdowntree[dir='rtl'] .k-select, .k-rtl .k-dropdowntree .k-select {
      border-radius: 3px 0 0 3px; }
  .k-autocomplete ::-ms-clear,
  .k-combobox ::-ms-clear,
  .k-dateinput ::-ms-clear,
  .k-datepicker ::-ms-clear,
  .k-datetimepicker ::-ms-clear,
  .k-dropdown ::-ms-clear,
  .k-multiselect ::-ms-clear,
  .k-numerictextbox ::-ms-clear,
  .k-maskedtextbox ::-ms-clear,
  .k-timepicker ::-ms-clear,
  .k-dropdowntree ::-ms-clear {
    display: none; }

.k-colorpicker,
.k-combobox,
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-multiselect,
.k-numerictextbox,
.k-maskedtextbox,
.k-timepicker,
.k-dropdowntree {
  border-width: 0;
  background-color: transparent; }

.k-nodata {
  min-height: 138px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
  white-space: normal; }

.k-searchbar {
  flex: 1;
  display: flex;
  flex-direction: row; }

.k-autocomplete,
.k-dateinput-wrap,
.k-dropdown-wrap,
.k-picker-wrap,
.k-multiselect-wrap,
.k-numeric-wrap {
  border-radius: 0.25rem;
  padding: 0;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  transition: all .1s ease;
  cursor: default;
  outline: 0; }
  .k-autocomplete .k-input,
  .k-dateinput-wrap .k-input,
  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-multiselect-wrap .k-input,
  .k-numeric-wrap .k-input {
    padding: 0.375rem 0.75rem;
    height: calc(0.75rem + 1.5em);
    box-sizing: border-box;
    border: 0;
    outline: 0;
    color: inherit;
    background: none;
    font: inherit;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis; }
  .k-autocomplete.k-invalid, .k-autocomplete.k-invalid:hover, .k-autocomplete.k-state-invalid, .k-autocomplete.ng-invalid.ng-touched, .k-autocomplete.ng-invalid.ng-dirty,
  .k-dateinput-wrap.k-invalid,
  .k-dateinput-wrap.k-invalid:hover,
  .k-dateinput-wrap.k-state-invalid,
  .k-dateinput-wrap.ng-invalid.ng-touched,
  .k-dateinput-wrap.ng-invalid.ng-dirty,
  .k-dropdown-wrap.k-invalid,
  .k-dropdown-wrap.k-invalid:hover,
  .k-dropdown-wrap.k-state-invalid,
  .k-dropdown-wrap.ng-invalid.ng-touched,
  .k-dropdown-wrap.ng-invalid.ng-dirty,
  .k-picker-wrap.k-invalid,
  .k-picker-wrap.k-invalid:hover,
  .k-picker-wrap.k-state-invalid,
  .k-picker-wrap.ng-invalid.ng-touched,
  .k-picker-wrap.ng-invalid.ng-dirty,
  .k-multiselect-wrap.k-invalid,
  .k-multiselect-wrap.k-invalid:hover,
  .k-multiselect-wrap.k-state-invalid,
  .k-multiselect-wrap.ng-invalid.ng-touched,
  .k-multiselect-wrap.ng-invalid.ng-dirty,
  .k-numeric-wrap.k-invalid,
  .k-numeric-wrap.k-invalid:hover,
  .k-numeric-wrap.k-state-invalid,
  .k-numeric-wrap.ng-invalid.ng-touched,
  .k-numeric-wrap.ng-invalid.ng-dirty {
    color: #f31700;
    border-color: rgba(243, 23, 0, 0.5); }

.k-autocomplete {
  width: 12.4em; }

.k-dateinput-wrap,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  display: flex;
  flex-direction: row; }
  .k-dateinput-wrap .k-input,
  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-numeric-wrap .k-input {
    width: 100%; }
    .k-edge .k-dateinput-wrap .k-input, .k-edge .k-dropdown-wrap .k-input, .k-edge .k-picker-wrap .k-input, .k-edge .k-numeric-wrap .k-input {
      min-width: 0; }
  .k-dateinput-wrap .k-select,
  .k-dropdown-wrap .k-select,
  .k-picker-wrap .k-select,
  .k-numeric-wrap .k-select {
    border-radius: 0 3px 3px 0;
    padding: 4px 4px;
    border-width: 0 0 0 0;
    box-sizing: border-box;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer; }

.k-autocomplete .k-i-loading,
.k-multiselect-wrap .k-i-loading {
  height: 21px;
  line-height: 21px;
  position: absolute;
  top: 0.375rem;
  right: 6px; }
  .k-rtl .k-autocomplete .k-i-loading, [dir="rtl"] .k-autocomplete .k-i-loading, .k-rtl .k-multiselect-wrap .k-i-loading, [dir="rtl"] .k-multiselect-wrap .k-i-loading {
    right: auto;
    left: 6px; }

.k-autocomplete .k-clear-value,
.k-dropdown-wrap .k-clear-value,
.k-multiselect-wrap .k-clear-value {
  height: 21px;
  line-height: 21px;
  outline: 0;
  cursor: pointer;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: .5;
  position: absolute;
  top: 0.375rem;
  right: 6px; }
  .k-rtl .k-autocomplete .k-clear-value, [dir="rtl"] .k-autocomplete .k-clear-value, .k-rtl .k-dropdown-wrap .k-clear-value, [dir="rtl"] .k-dropdown-wrap .k-clear-value, .k-rtl .k-multiselect-wrap .k-clear-value, [dir="rtl"] .k-multiselect-wrap .k-clear-value {
    right: auto;
    left: 6px; }

.k-autocomplete .k-clear-value:hover,
.k-dropdown-wrap .k-clear-value:hover,
.k-multiselect-wrap .k-clear-value:hover {
  opacity: 1; }

.k-autocomplete.k-state-focused .k-clear-value, .k-autocomplete.k-state-hover .k-clear-value, .k-autocomplete:hover .k-clear-value,
.k-dropdown-wrap.k-state-focused .k-clear-value,
.k-dropdown-wrap.k-state-hover .k-clear-value,
.k-dropdown-wrap:hover .k-clear-value {
  display: inline-flex; }

.k-multiselect-wrap:hover .k-clear-value,
.k-multiselect-wrap.k-state-hover .k-clear-value,
.k-state-hover > .k-multiselect-wrap .k-clear-value,
.k-multiselect-wrap.k-state-focused .k-clear-value,
.k-state-focused > .k-multiselect-wrap .k-clear-value,
.k-multiselect-wrap:hover .k-clear-value {
  display: inline-flex; }

.k-dropdown-wrap .k-clear-value {
  right: calc(calc(1.42857em + 8px) + 6px); }
  .k-rtl .k-dropdown-wrap .k-clear-value, [dir="rtl"] .k-dropdown-wrap .k-clear-value {
    right: auto;
    left: calc(calc(1.42857em + 8px) + 6px); }

.k-multiselect-wrap {
  padding-right: calc(calc(1.42857em + 8px)); }
  .k-rtl .k-multiselect-wrap, [dir="rtl"] .k-multiselect-wrap {
    padding-left: calc(calc(1.42857em + 8px));
    padding-right: 0.75rem; }

.k-autocomplete {
  padding-right: calc(calc(1.42857em + 8px)); }
  .k-rtl .k-autocomplete, .k-autocomplete[dir="rtl"] {
    padding-left: calc(calc(1.42857em + 8px));
    padding-right: 0; }

.k-dateinput .k-select,
.k-numerictextbox .k-select {
  padding: 0;
  border-width: 0;
  width: calc(8px + 1.42857em);
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.k-dateinput .k-link,
.k-numerictextbox .k-link {
  flex: 1 1 auto;
  display: block;
  overflow: hidden;
  position: relative; }
  .k-dateinput .k-link .k-icon,
  .k-numerictextbox .k-link .k-icon {
    position: absolute;
    right: 50%;
    transform: translateX(50%); }

.k-dateinput .k-link-increase .k-icon,
.k-numerictextbox .k-link-increase .k-icon {
  bottom: -2px; }

.k-dateinput .k-link-decrease .k-icon,
.k-numerictextbox .k-link-decrease .k-icon {
  top: -2px; }

.k-virtual-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative; }
  .k-virtual-content > .k-virtual-list > .k-virtual-item {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap; }

.k-textbox.k-space-left {
  padding-left: 1.9em; }

.k-textbox.k-space-right {
  padding-right: 1.9em; }

.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute; }

.k-space-left .k-icon {
  left: 3px; }

.k-space-right .k-icon {
  right: 3px; }

.k-widget.k-state-invalid.k-autocomplete, .k-widget.k-state-invalid.k-maskedtextbox > .k-textbox,
.ng-invalid.ng-touched.k-autocomplete,
.ng-invalid.ng-touched.k-maskedtextbox > .k-textbox,
.ng-invalid.ng-dirty.k-autocomplete,
.ng-invalid.ng-dirty.k-maskedtextbox > .k-textbox {
  color: #f31700;
  border-color: rgba(243, 23, 0, 0.5); }

.k-widget.k-state-invalid > .k-dateinput-wrap,
.k-widget.k-state-invalid > .k-dropdown-wrap,
.k-widget.k-state-invalid > .k-picker-wrap,
.k-widget.k-state-invalid > .k-multiselect-wrap,
.k-widget.k-state-invalid > .k-numeric-wrap,
.ng-invalid.ng-touched > .k-dateinput-wrap,
.ng-invalid.ng-touched > .k-dropdown-wrap,
.ng-invalid.ng-touched > .k-picker-wrap,
.ng-invalid.ng-touched > .k-multiselect-wrap,
.ng-invalid.ng-touched > .k-numeric-wrap,
.ng-invalid.ng-dirty > .k-dateinput-wrap,
.ng-invalid.ng-dirty > .k-dropdown-wrap,
.ng-invalid.ng-dirty > .k-picker-wrap,
.ng-invalid.ng-dirty > .k-multiselect-wrap,
.ng-invalid.ng-dirty > .k-numeric-wrap {
  color: #f31700;
  border-color: rgba(243, 23, 0, 0.5); }

.k-widget.form-control {
  padding: 0; }

.k-widget.form-control,
.k-maskedtextbox.form-control .k-textbox,
.k-textbox.form-control {
  width: 100%; }

.k-autocomplete.form-control .k-input {
  box-sizing: border-box; }

.input-group .k-dateinput-wrap,
.input-group .k-dropdown-wrap,
.input-group .k-multiselect-wrap,
.input-group .k-numeric-wrap,
.input-group .k-picker-wrap,
.input-group .k-maskedtextbox .k-textbox {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .input-group .k-dateinput-wrap .k-select,
  .input-group .k-dropdown-wrap .k-select,
  .input-group .k-multiselect-wrap .k-select,
  .input-group .k-numeric-wrap .k-select,
  .input-group .k-picker-wrap .k-select,
  .input-group .k-maskedtextbox .k-textbox .k-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group .k-widget.form-control,
.input-group .k-maskedtextbox.form-control .k-textbox,
.input-group .k-textbox.form-control {
  width: auto; }

.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dateinput-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dropdown-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-multiselect-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-numeric-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-picker-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) > .k-textbox {
  border-radius: 0; }

.input-group-prepend + .k-widget.form-control .k-dateinput-wrap,
.input-group-prepend + .k-widget.form-control .k-dropdown-wrap,
.input-group-prepend + .k-widget.form-control .k-multiselect-wrap,
.input-group-prepend + .k-widget.form-control .k-numeric-wrap,
.input-group-prepend + .k-widget.form-control .k-picker-wrap,
.input-group-prepend + .k-widget.form-control > .k-textbox {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.k-widget.form-control .k-input {
  padding: 0.5rem 0.75rem;
  height: 2.25rem; }

.k-widget.form-control-sm .k-input {
  padding: 0.25rem 0.5rem;
  height: 1.8125rem; }

.k-widget.form-control-sm .k-dateinput-wrap .k-select,
.k-widget.form-control-sm .k-dropdown-wrap .k-select,
.k-widget.form-control-sm .k-picker-wrap .k-select {
  padding: 0.25rem; }

.k-widget.form-control-sm .k-select {
  width: 1.8125rem; }

.k-widget.form-control-lg .k-input {
  padding: 0.5rem 1rem;
  height: 2.875rem; }

.k-widget.form-control-lg .k-dateinput-wrap .k-select,
.k-widget.form-control-lg .k-dropdown-wrap .k-select,
.k-widget.form-control-lg .k-picker-wrap .k-select {
  padding: 0.5rem; }

.k-widget.form-control-lg .k-select {
  width: 2.875rem; }

.k-maskedtextbox.form-control .k-textbox {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem; }

.k-maskedtextbox.form-control-sm .k-textbox {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  line-height: 1.5; }

.k-maskedtextbox.form-control-lg .k-textbox {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5; }

.k-textbox.form-control {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem; }
  .k-textbox.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    line-height: 1.5; }
  .k-textbox.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    line-height: 1.5; }

.k-dateinput.form-control-sm .k-link-increase > .k-icon,
.k-numerictextbox.form-control-sm .k-link-increase > .k-icon {
  bottom: -2px; }

.k-dateinput.form-control-sm .k-link-decrease > .k-icon,
.k-numerictextbox.form-control-sm .k-link-decrease > .k-icon {
  top: -2px; }

.k-dateinput.form-control-sm .k-link,
.k-numerictextbox.form-control-sm .k-link {
  height: 0.90625rem; }

.k-dateinput.form-control-lg .k-link,
.k-numerictextbox.form-control-lg .k-link {
  height: 1.4375rem; }

.k-dateinput.form-control .k-dateinput-wrap .k-select {
  padding-top: 0;
  padding-bottom: 0; }

@font-face {
  font-family: 'WebComponentsIcons';
  font-style: normal;
  font-weight: normal;
  src: url(data:font/ttf;base64,AAEAAAAMAIAAAwBAR1NVQv1k7+4AAADMAAA4Vk9TLzIPEgZMAAA5JAAAAGBjbWFwdXGErwAAOYQAAAC0Z2FzcAAAABAAADo4AAAACGdseWatpiIOAAA6QAABLexoZWFkDqV1hQABaCwAAAA2aGhlYQfCBZ8AAWhkAAAAJGhtdHjiAJ+HAAFoiAAAB3hsb2NhLT/huAABcAAAAAO+bWF4cAIAAy4AAXPAAAAAIG5hbWXz//U0AAFz4AAABOlwb3N0AAMAAAABeMwAAAAgAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAoAAAABADwAGwB2CBILFBDCEkwTCBkIGhQcBB44HkIfJiEUIowiyiLwJiYmPCjQLLo0gjVKNlA3Bjc8N5I4EgABABsADAANAA4ADwAQABEAEgATABQAFQAWABcAGAAZABoAGwAcAB0AHgAfACAAIQAiACMAJAAlAd0APwCAAIwAqAC+AMgA4AEAASIBOAFcAWwBfgGaAbwB3AH8AhICKgJEAmwCfAKSAqwCzALqAwgDGAMwA0YDbAOYA8ID7AQOBDYEXASCBJoEuATUBPAFFAU2BV4FhAWUBa4FvAXEBegF/AYkBjwGVgaABpoGwAbWBvIHHAc2B2AHegCuAAUAIAAPABQAGgBnAA0AHwAfAAwADgATABgAEAAZAB8ABAAJAAoAZgAKAB8AHwAMAA4AEwAYABAAGQAfAcwABAAeAA4AIwBGAAsAHQAdABoAIgAeAAQAHgAiAAwAGwBEAA8AHQAdABoAIgAeAAQAHQAQAB4AFAAlABQAGQASADcAEAAdAB0AGgAiAB4ABAAZABoABAAOABMADAAZABIAEAA2AAoAHQAdABoAIgAeAAQAFgAbABQARQARAB0AHQAaACIAHgAEAA8AFAAYABAAGQAeABQAGgAZAB4ALQAHAB0AHQAaACIABAAiAD0ACAAdAB0AGgAiAAQAIAAbADIADQAdAB0AGgAiAAQAHgAQABAAFgAEACAAGwAzABAAHQAdABoAIgAEAB4AEAAQABYABAAdABQAEgATAB8ANQAPAB0AHQAaACIABAAeABAAEAAWAAQAFwAQABEAHwA0AA8AHQAdABoAIgAEAB4AEAAQABYABAAPABoAIgAZAEMACgAdAB0AGgAiAAQAHQAaABoAHwA+AAsAHQAdABoAIgAEAB0AFAASABMAHwBCAAwAHQAdABoAIgAEABsADAAdABAAGQAfADgAEwAdAB0AGgAiAAQAGgAhABAAHQARABcAGgAiAAQADwAaACIAGQAqAAcAHQAdABoAIgAEABkAQAAKAB0AHQAaACIABAAXABAAEQAfAC4ADAAdAB0AGgAiAAQAEAAZAA8ABAAgABsALwAPAB0AHQAaACIABAAQABkADwAEAB0AFAASABMAHwAxAA4AHQAdABoAIgAEABAAGQAPAAQAFwAQABEAHwAwAA4AHQAdABoAIgAEABAAGQAPAAQADwAaACIAGQArAAcAHQAdABoAIgAEABAAQQALAB0AHQAaACIABAAPAB0AFAAXABcAPwAKAB0AHQAaACIABAAPABoAIgAZADIAEgAdAB0AGgAiAAQADwAaACAADQAXABAABAALAAUABAAgABsAMwAVAB0AHQAaACIABAAPABoAIAANABcAEAAEAAsABQAEAB0AFAASABMAHwA1ABQAHQAdABoAIgAEAA8AGgAgAA0AFwAQAAQACwAFAAQAFwAQABEAHwA0ABQAHQAdABoAIgAEAA8AGgAgAA0AFwAQAAQACwAFAAQADwAaACIAGQA5ABAAHQAdABoAIgAEAA4AEwAQACEAHQAaABkABAAgABsAOgATAB0AHQAaACIABAAOABMAEAAhAB0AGgAZAAQAHQAUABIAEwAfADwAEgAdAB0AGgAiAAQADgATABAAIQAdABoAGQAEABcAEAARAB8AOwASAB0AHQAaACIABAAOABMAEAAhAB0AGgAZAAQADwAaACIAGQAqAAsAHQAdABoAIgAEAAsABQAEACAAGwArAA4AHQAdABoAIgAEAAsABQAEAB0AFAASABMAHwAtAA0AHQAdABoAIgAEAAsABQAEABcAEAARAB8ALAANAB0AHQAaACIABAALAAUABAAPABoAIgAZACYAEQAdAB0AGgAiAAQACQAKAAQAIAAbAAQAHQAUABIAEwAfACkAEAAdAB0AGgAiAAQACQAKAAQAIAAbAAQAFwAQABEAHwAnABMAHQAdABoAIgAEAAkACgAEAA8AGgAiABkABAAdABQAEgATAB8AKAASAB0AHQAaACIABAAJAAoABAAPABoAIgAZAAQAFwAQABEAHwAsAAcAHQAaAB0AIgAEAB4BUgAMABsAGwAXACQABAARABoAHQAYAAwAHwFhAAYAGQAOABMAGgAdAPgAAwAXABcA4gARABcAFAASABkABAAfABoAGwAEABAAFwAQABgAEAAZAB8BBgAJABcAFAASABkABAAfABoAGwDhABMAFwAUABIAGQAEAB0AFAASABMAHwAEABAAFwAQABgAEAAZAB8BCwALABcAFAASABkABAAdABQAEgATAB8BDQAMABcAFAASABkABAAdABAAGAAaACEAEADjABQAFwAUABIAGQAEABgAFAAPAA8AFwAQAAQAEAAXABAAGAAQABkAHwEHAAwAFwAUABIAGQAEABgAFAAPAA8AFwAQAN8AEgAXABQAEgAZAAQAFwAQABEAHwAEABAAFwAQABgAEAAZAB8BCQAKABcAFAASABkABAAXABAAEQAfAQwADQAXABQAEgAZAAQAFQAgAB4AHwAUABEAJADgABQAFwAUABIAGQAEAA4AEAAZAB8AEAAdAAQAEAAXABAAGAAQABkAHwEKAAwAFwAUABIAGQAEAA4AEAAZAB8AEAAdAOQAFAAXABQAEgAZAAQADQAaAB8AHwAaABgABAAQABcAEAAYABAAGQAfAQgADAAXABQAEgAZAAQADQAaAB8AHwAaABgBvwAQABIAEgAdABAAEgAMAB8AEAAEABEAFAAQABcADwAeAB0APABKAFYAfgCiAMIA8gEmAUQBXAFyAYwBoAG4AdQB4gIEAhYCIAIqAkICUgJcAnQChAKmAsoC4AL6ASkABgAgAB8AHwAaABkAzgAFAB0AIAAeABMA0gATAB0AFAASABMAHwAZABAAHgAeAAQADgAaABkAHwAdAAwAHgAfASQAEQAaAB0ADwAQAB0AHgAEAB4AEwAaACIABAATABQADwAQARsADwAaAB0ADwAQAB0AHgAEABoAIAAfAB4AFAAPABABHgAXABoAHQAPABAAHQAeAAQAFAAZAB4AFAAPABAABAAhABAAHQAfABQADgAMABcBHQAZABoAHQAPABAAHQAeAAQAFAAZAB4AFAAPABAABAATABoAHQAUACUAGgAZAB8ADAAXARwADgAaAB0ADwAQAB0AHgAEABQAGQAeABQADwAQARoACwAaAB0ADwAQAB0AHgAEAAwAFwAXAR8ACgAaAB0ADwAQAB0ABAAfABoAGwEiAAwAGgAdAA8AEAAdAAQAHQAUABIAEwAfASMACQAaAB0ADwAQAB0ABAAZABoBIQALABoAHQAPABAAHQAEABcAEAARAB8BIAANABoAHQAPABAAHQAEAA0AGgAfAB8AGgAYASUABgAaAB0ADwAQAB0AtAAQABoAGgAWABgADAAdABYABAAaACAAHwAXABQAGQAQALUACAAaABoAFgAYAAwAHQAWAO0ABAAaABcADwDXAAQAFwAgAB0BkQALABcAGgASABIAEAAdAAQADQAaACMBkAAHABcAGgASABIAEAAdAL0ABAAQABcAFwGxAAsAEAATAAwAGQAOABAABAANABoAIwGwAAcAEAATAAwAGQAOABAA3gAQAAwADgAWACIADAAdAA8ABAAQABcAEAAYABAAGQAfAOsAEQAMAA4AFgASAB0AGgAgABkADwAEAB0AEAAYABoAIQAQANAACgAMAA4AFgASAB0AGgAgABkADwDcAAwADAAOABYABAAQABcAEAAYABAAGQAfAc0AAwAMAA4APAB6AIIAmgC2AMQA1gDeAOgA8AD+AQQBDgEmATABVAF4AYwBmgHCAeAB8AIAAhwCNAJMAmQCfAKGAo4CqAK0AtAC6gL2AwIDEgMcAzADPgNiA4QDmAO6A8wD6AQCBA4ELgRcBI4EpgTSBQIFGAUiBUAFXAVqBYYFmAFKAAMAIAAfATwACwAgAB4AHwAaABgABAAUAA4AGgAZAYIADQAgAB4AHwAaABgABAARABoAHQAYAAwAHwCTAAYAIAAeAB8AGgAYAYAACAAgAB0AHQAQABkADgAkAcMAAwAeACEB0AAEAB4AHgAIAdMAAwAeAB4B1gAGAB4AGwAdABoAFQHYAAIAHgDHAAQAHQAaABsBVAALABoAGwAkAAQAEQAaAB0AGAAMAB8BSQAEABoAGwAkAPMAEQAaABkAIQAQAB0AHwAEACAAGwAbABAAHQAOAAwAHgAQAPIAEQAaABkAIQAQAB0AHwAEABcAGgAiABAAHQAOAAwAHgAQAJ0ACQAaABkAGQAQAA4AHwAaAB0BywAGABoAGQARABQAEgFDABMAGgAYABgAEAAZAB8AHgAEAB0AEAAYABoAIQAQAAQADAAXABcBQgAOABoAGAAYABAAGQAfAAQAHQAQABgAGgAhABABQQAHABoAGAAYABAAGQAfAFMABwAaABcAIAAYABkAHgF3AA0AGgAXACAAGAAZAAQAEQAdABAAEAAlABAAKAALABoAFwAXAAwAGwAeABAABAAeACIAJwALABoAFwAXAAwAGwAeABAABAAeABAAKQALABoAFwAXAAwAGwAeABAABAAZACIAJgALABoAFwAXAAwAGwAeABAABAAZABAAlAAEABoAEgAeAJMAAwAaABIBJwAMABoADwAQAAQAHgAZABQAGwAbABAAHwHbAAUAFwAaACAADwB1AA0AFwAaAB4AEAAEABoAIAAfABcAFAAZABAAdgAMABcAGgAeABAABAAOABQAHQAOABcAEAB0AAUAFwAaAB4AEABgAAUAFwAaAA4AFgBnAAcAFwAUABsABAAJAAoAZgAEABcAFAAbAVMACQAXABAADAAdAAQADgAeAB4AugAGABQAHQAOABcAEAByABEAEwAQAA4AFgAYAAwAHQAWAAQAGgAgAB8AFwAUABkAEABzABAAEwAQAA4AFgAYAAwAHQAWAAQADgAUAB0ADgAXABAAcQAJABMAEAAOABYAGAAMAB0AFgC3ABAAEwAQAA4AFgANABoAIwAEAA4AEwAQAA4AFgAQAA8AtgAIABMAEAAOABYADQAaACMAcgANABMAEAAOABYABAAaACAAHwAXABQAGQAQAHMADAATABAADgAWAAQADgAUAB0ADgAXABAAcQAFABMAEAAOABYBNAAPABMADAAZABIAEAAEABgADAAZACAADAAXABcAJAFxABYAEAAXABcAHgAEABgAEAAdABIAEAAEACEAEAAdAB8AFAAOAAwAFwAXACQBcAAYABAAFwAXAB4ABAAYABAAHQASABAABAATABoAHQAUACUAGgAZAB8ADAAXABcAJAFvAAsAEAAXABcAHgAEABgAEAAdABIAEAFzABUAEAAXABcABAAeABsAFwAUAB8ABAAhABAAHQAfABQADgAMABcAFwAkAXIAFwAQABcAFwAEAB4AGwAXABQAHwAEABMAGgAdABQAJQAaABkAHwAMABcAFwAkAEgACgAMAB8AEAASABoAHQAUACUAEACcAAQADAAdAB8AbwAOAAwAGQAOABAAFwAEABoAIAAfABcAFAAZABAAcAANAAwAGQAOABAAFwAEAA4AFAAdAA4AFwAQAG4ABgAMABkADgAQABcBKwANAAwAFwAQABkADwAMAB0ABAAPAAwAHwAQAGEACAAMABcAEAAZAA8ADAAdAJsACgAMABcADgAgABcADAAfABoAHQARACQANABOAGAAfACOAJwAvgDGAM4A4ADqAQgBJAE4AUYBaADQAAcAHQAaABsAFwAQAB8BswAMAB0AFAANAA0ADQAXABAABAANABoAIwGyAAgAHQAUAA0ADQANABcAEABHAA0AHQAMABIABAAMABkADwAEAA8AHQAaABsAiwAIABoAIgAZABcAGgAMAA8BgAAGABoAFwAXAAwAHQE7ABAAGgAOACAAGAAQABkAHwAEABgADAAZAAwAEgAQAB0BxQADABoADgD3AAMAFAAhAZUACAAUABIAEgAEAA0AGgAjAZQABAAUABIAEgE9AA4AFAAOAB8AFAAaABkADAAdACQABAAMAA8ADwGTAA0AEAAXABQADgAUABoAIAAeAAQADQAaACMBkgAJABAAFwAUAA4AFAAaACAAHgBlAAYAEAAXABAAHwAQAYMAEAAQAA4AFAAYAAwAFwAEABQAGQAOAB0AEAAMAB4AEAGEABAAEAAOABQAGAAMABcABAAPABAADgAdABAADAAeABAACwAYACAAKAA8AEgAVABsAHwAkACcALIAlgADACQAEAHVAAMAIwAQAMAACQAjAA4AEAAbAB8AFAAaABkBxAAFACMADgAQABcAdQAFAB0AHQAaAB0BlwALABkAIQAQABcAGgAbAAQADQAaACMBlgAHABkAIQAQABcAGgAbAZcACQAYAAwAFAAXAAQADQAaACMBlgAFABgADAAUABcBMgAKAA8AFAAfAAQAHwAaABoAFwAeAGQABAAPABQAHwA+AH4AngC0ANYA7gEKASABQAFQAWYBigGkAa4B0AHkAfwCEAIoAkACVgJkAnICjgKuAsoC1gL4AwIDKgNQA2QDfgOgA8wD2gPkA/AEAgQUBCgERARWBGgEegSMBJ4EvgTUBOoE/AUOBSYFOAVMBV4FaAWABaIFtAXMBdQF7gDqAA8AIAAXABcAHgAOAB0AEAAQABkABAAQACMAFAAfAOkACgAgABcAFwAeAA4AHQAQABAAGQDqABAAIAAXABcABAAeAA4AHQAQABAAGQAEABAAIwAUAB8A6QALACAAFwAXAAQAHgAOAB0AEAAQABkA2wANAB0AGgAZAB8ABAAQABcAEAAYABAAGQAfADMACgAaAB0AIgAMAB0ADwAEAB4AGADdAA8AGgAdACIADAAdAA8ABAAQABcAEAAYABAAGQAfAKcABwAaAB0AIgAMAB0ADwF9AAoAGgAdABgAIAAXAAwABAARACMBWgARABoAHQAYAAwAHwAEAA4AGgAPABAABAANABcAGgAOABYBJgAMABoAHQAYAAQAEAAXABAAGAAQABkAHwElAAQAGgAdABgA8QAQABoAHQAQABIAHQAaACAAGQAPAAQADgAaABcAGgAdAYUACQAaABkAHwAEAB4AFAAlABAA8AALABoAGQAfAAQAEQAMABgAFAAXACQBvQAJABoAFwAPABAAHQAEACAAGwG7AAsAGgAXAA8AEAAdAAQAGgAbABAAGQG+AAsAGgAXAA8AEAAdAAQAGAAaAB0AEAG8AAoAGgAXAA8AEAAdAAQADAAPAA8BugAGABoAFwAPABAAHQBiAAYAFwAaABsAGwAkAMoADQAXABQAGwAEACEAEAAdAB8AFAAOAAwAFwDJAA8AFwAUABsABAATABoAHQAUACUAGgAZAB8ADAAXAUcADQAXAAwAHgATAAQAGAAMABkADAASABAAHQHKAAUAFwAMAB4AEwFIABAAFAAZAA8ABAAMABkADwAEAB0AEAAbABcADAAOABABSAAEABQAGQAPAIYAEwAUABcAHwAQAB0ABAAeABoAHQAfAAQADwAQAB4ADgAEAB4AGACFABIAFAAXAB8AEAAdAAQAHgAaAB0AHwAEAAwAHgAOAAQAHgAYAIQACQAUABcAHwAQAB0ABAAeABgAgwAMABQAFwAfABAAHQAEAA4AFwAQAAwAHQCIABAAFAAXAB8AEAAdAAQADAAPAA8ABAASAB0AGgAgABsAhwAVABQAFwAfABAAHQAEAAwADwAPAAQAEAAjABsAHQAQAB4AHgAUABoAGQCCAAYAFAAXAB8AEAAdAc8ABAAUABcAGAFJAAUAFAAXABAAHgHOAAgAFAAXABAABAAlABQAGwHEAAgAFAAXABAABAAjABcAHgHFAAkAFAAXABAABAAiABoAHQAPAcAADQAUABcAEAAEACEAEAAdAB8AFAAOAAwAFwHCAAgAFAAXABAABAAfACMAHwHJAAgAFAAXABAABAAbAB4ADwHHAAgAFAAXABAABAAbABsAHwHIAAgAFAAXABAABAAbAA8AEQHGAAgAFAAXABAABAAYAA8ADQHcAA8AFAAXABAABAATABoAHQAUACUAGgAZAB8ADAAXAcoACgAUABcAEAAEABEAFwAMAB4AEwHEAAoAFAAXABAABAAQACMADgAQABcBxQAIABQAFwAQAAQADwAaAA4BwwAIABQAFwAQAAQADgAeACEBywALABQAFwAQAAQADgAaABkAEQAUABIBzQAIABQAFwAQAAQADQAMAA4BzAAJABQAFwAQAAQADAAeAA4AIwHBAAgAFAAXABAABAAMAA8ADwHAAAQAFAAXABABvgALABQAEAAXAA8AHgAEABgAGgAdABAAsgAQAAwAIQAaAB0AFAAfABAABAAaACAAHwAXABQAGQAQALMACAAMACEAGgAdABQAHwAQALIACwAMACEABAAaACAAHwAXABQAGQAQALMAAwAMACEBmQAMAAwADgAQAA0AGgAaABYABAANABoAIwGYAAgADAAOABAADQAaABoAFgANABwAMAA8AFQAXgByAJIAqgDAAM4A6gD2AQIBLAAJAB0AGgAgABsABAANABoAIwBLAAUAHQAaACAAGwBKAAsAHQAUAA8ABAAXAAwAJAAaACAAHwBJAAQAHQAUAA8A1gAJAB0AEAAkAB4ADgAMABcAEAGdAA8AGgAaABIAFwAQAAQAGwAXACAAHgAEAA0AGgAjAZwACwAaABoAEgAXABAABAAbABcAIAAeAZsACgAaABoAEgAXABAABAANABoAIwGaAAYAGgAaABIAFwAQAYcADQAXABoADQAQAAQAGgAgAB8AFwAUABkAEAGIAAUAFwAaAA0AEACUAAUAEAAMAB0AHgCTAAQAEAAMAB0AFgAuAFAAdACSAMAA4gEQATABUAFkAXABegGEAaABrAGyAcwB0gHYAd4B5AHqAGkAEAAkABsAEAAdABcAFAAZABYABAAdABAAGAAaACEAEACOABEAJAAbABAAHQAXABQAGQAWAAQAGgAbABAAGQAEAB4AGACNAA4AJAAbABAAHQAXABQAGQAWAAQAGgAbABAAGQFdABYAJAAbABAAHQAXABQAGQAWAAQAFwAUABIAEwAfAAQADwAUAAwAFwAaABIBXQAQACQAGwAQAB0AFwAUABkAFgAEABQAGQAeABAAHQAfAV8AFgAkABsAEAAdABcAFAAZABYABAASABcAGgANABAABAAdABAAGAAaACEAEAFeAA8AJAAbABAAHQAXABQAGQAWAAQAEgAXABoADQAQAWAADwAkABsAEAAdABcAFAAZABYABAAQABgADAAUABcAaAAJACQAGwAQAB0AFwAUABkAFgHRAAUAHwAYABcACgHSAAQAHwAYABcAvwAEABAAFwAbALIADQAQAAwAHQAfAAQAGgAgAB8AFwAUABkAEACzAAUAEAAMAB0AHwCrAAIADwBNAAwADAAZAA8AFwAQAB0ABAAPAB0ADAASAP4AAgALAP0AAgAKAPwAAgAJAPsAAgAIAPoAAgAHAPkAAgAGABUALAA6AFYAagCAAJwAtADQAOgA8gESATIBQAFMAWYBiAGuAcgB4gH4AigA7gAGAB8ADAAXABQADgDUAA0AGQAhABAAHQAfAAQADgAaABcAGgAdAB4BAwAJABkAHgAQAB0AHwAEACAAGwEDAAoAGQAeABAAHQAfAAQAHwAaABsBBAANABkAHgAQAB0AHwAEABgAFAAPAA8AFwAQAQUACwAZAB4AEAAdAB8ABAAPABoAIgAZAQUADQAZAB4AEAAdAB8ABAANABoAHwAfABoAGAC+AAsAGQARABoAHQAYAAwAHwAUABoAGQC+AAQAGQARABoBAQAPABkADwAQABkAHwAEABQAGQAOAB0AEAAMAB4AEAECAA8AGQAPABAAGQAfAAQADwAQAA4AHQAQAAwAHgAQAQEABgAZAA8AEAAZAB8BjwAFABkADQAaACMAxgAMABgADAASABAABAAdABAAHgAUACUAEAFAABAAGAAMABIAEAAEABgADAAbAAQAEAAPABQAHwAaAB0BPgASABgADAASABAABAAXABQAEgATAB8ABAAPABQADAAXABoAEgE+AAwAGAAMABIAEAAEABQAGQAeABAAHQAfAMMADAAYAAwAEgAQAAQAEAAjABsAGgAdAB8BPwAKABgADAASABAABAAQAA8AFAAfAYYAFwAYAAwAEgAQAAQADAANAB4AGgAXACAAHwAQAAQAGwAaAB4AFAAfABQAGgAZAMIABQAYAAwAEgAQAAEABAHUAAIAHgAHABAANgBWAHwAnAC8ANwAKgASABsAFAAEAB8AHQAQABkADwAEABQAGQAOAB0AEAAMAB4AEAB6AA8AGwAUAAQAHwAdABAAGQAPAAQAEAAcACAADAAXACsAEgAbABQABAAfAB0AEAAZAA8ABAAPABAADgAdABAADAAeABAAogAPABsAFAAEAB4AHwAMAB8AIAAeAAQAGgAbABAAGQChAA8AGwAUAAQAHgAfAAwAHwAgAB4ABAATABoAFwAPAKAADwAbABQABAAeAB8ADAAfACAAHgAEAA8AEAAZACQANgADABsAFAAUACoAOABEAE4AbACGAKIAvgDYAOoBBgEmATABRgFUAXIBmgG2AdIB4ACKAAYAGgASABoAIAAfAIkABQAaABIAFAAZAGwABAAaAA4AFgEAAA4AFAAeAB8ABAAgABkAGgAdAA8AEAAdABAADwD/AAwAFAAeAB8ABAAaAB0ADwAQAB0AEAAPAP8ADQAUAB4AHwAEABkAIAAYAA0AEAAdABAADwEAAA0AFAAeAB8ABAANACAAFwAXABAAHwAQAA8BnwAMABQAGQAWABAADwAUABkABAANABoAIwGeAAgAFAAZABYAEAAPABQAGQBqAA0AFAAZABYABAAhABAAHQAfABQADgAMABcAaAAPABQAGQAWAAQAEwAaAB0AFAAlABoAGQAfAAwAFwDRAAQAFAAZABABlwAKABAAHwAfABAAHQAEAA0AGgAjAZYABgAQAB8AHwAQAB0AUgAOAAwAJAAaACAAHwAEAB4AHwAMAA4AFgAQAA8AUQATAAwAJAAaACAAHwAEAB4AFAAPABAABAANACQABAAeABQADwAQAFAADQAMACQAGgAgAB8ABAAHAAQADQAkAAQABwBPAA0ADAAkABoAIAAfAAQABgAEAA0AJAAEAAkATgAGAAwAJAAaACAAHwCPAAYADAAgABkADgATABAAIgA6AEoAVABwAJAArgC8AM4A6gEEARABGgE2AT4BYgGhAAsAJAAeABsADAAOABAABAANABoAIwGgAAcAJAAeABsADAAOABAAmgAEABoAIQAQAFcADQAaAB0AEAAEACEAEAAdAB8AFAAOAAwAFwBYAA8AGgAdABAABAATABoAHQAUACUAGgAZAB8ADAAXAVwADgAaAA8AIAAXABAABAAYAAwAGQAMABIAEAAdAMgABgAUAB0AHQAaAB0AnwAIABQAGQAgAB4ABAAeABgAewANABQAGQAgAB4ABAAaACAAHwAXABQAGQAQAHwADAAUABkAIAAeAAQADgAUAB0ADgAXABAAegAFABQAGQAgAB4AVgAEABAAGQAgAUUADQAQAA8AFAAMAAQAGAAMABkADAASABAAHQHGAAMADwANAYoAEQAMAB0AFgAQAB0ABAAbABQAGQAEAB8ADAAdABIAEAAfAYkACgAMAB0AFgAQAB0ABAAbABQAGQACAAYAIAC9AAwAGgAfABQAEQAUAA4ADAAfABQAGgAZAF0ADgAaABkABAAdABAADgAgAB0AHQAQABkADgAQAAIABgAWAQIABwAgAB8ADwAQABkAHwDVAAcAGwAMAA4AFAAfACQAJgBOAFYAZgByAIIAigCaALQAzADWAOgA+AECAR4BMgE6AVQBbgF6AYoBmAGgAbIBvgHgAf4CFAJKAmoChgKSAqQCwALYAuAC8AMKAxYByQADAB4ADwBjAAcAHQAUABkAHwAQAB0AYwAFAB0AFAAZAB8AlgAHAB0AEAAhABQAEAAiAccAAwAbAB8AngAHABcAIAAeAAQAHgAYAHgADAAXACAAHgAEABoAIAAfABcAFAAZABAAeQALABcAIAAeAAQADgAUAB0ADgAXABAAdwAEABcAIAAeAK0ACAAXAAwAJAAXABQAHgAfAK8ABwAXAAwAJAAEAB4AGACjAAQAFwAMACQBowANABQAGQAfABAAHQAQAB4AHwAEAA0AGgAjAaIACQAUABkAHwAQAB0AEAAeAB8BiwADABQAGQDDAAwAEwAaAB8AGgAEABAAIwAbABoAHQAfAMEADAATABoAHwAaAAQADgAMABgAEAAdAAwAwgAFABMAGgAfABoBgQAHABAAHQAOABAAGQAfAGQABgAQABkADgAUABcByAADAA8AEQCwAAgADAAgAB4AEAAEAB4AGACkAAUADAAgAB4AEAFRABAADAAeAB8AEAAEABsAFwAMABQAGQAEAB8AEAAjAB8BUAAOAAwAHgAfABAABAAYAAwAHQAWAA8AGgAiABkBTwAKAAwAHgAfABAABAATAB8AGAAXAU4AGgAMAB4AHwAQAAQAEQAdABoAGAAEACIAGgAdAA8ABAAeAB8AHQAUABsABAARABQAFwAQAU0ADwAMAB4AHwAQAAQAEQAdABoAGAAEACIAGgAdAA8BTAANAAwAHgAfABAABAAMAB4ABAATAB8AGAAXAUsABQAMAB4AHwAQATAACAAMAB4AHgAiABoAHQAPATEADQAMAB0ADAASAB0ADAAbABMABAAMAA8ADwF1AAsADAAZABAABAARAB0AEAAQACUAEACaAAMADAAZAM8ABwAMABcAEAAfAB8AEADrAAwADAAUABkAHwAEAB0AEAAYABoAIQAQANAABQAMABQAGQAfAOwADwAMABIAEAAEABsAHQAaABsAEAAdAB8AFAAQAB4AAQAEAL8ACAAgABAAHgAfABQAGgAZAB4APgBeAG4AdgCAAJYAsgDMAOQA8gEGARQBKAE8AVIBZgF4AZABnAGsAcABzgHkAfQB/gIUAiICPgJUAnwBDwAPACAAFwAQAAQAEwAaAB0AFAAlABoAGQAfAAwAFwG1AAcAHgAeAAQADQAaACMBtAADAB4AHgBUAAQAGgAiAB4BdgAKABoAIgAEABEAHQAQABAAJQAQANoADQAaACAAGQAPAAQADgAaAB0AGQAQAB0AHgDMAAwAGgAfAAwAHwAQAAQAHQAUABIAEwAfAM0ACwAaAB8ADAAfABAABAAXABAAEQAfAMsABgAaAB8ADAAfABAANQAJABAAIgAUABkADwAEAB4AGACmAAYAEAAiABQAGQAPACgACQAQAB4AFAAlABAABAAeACIAJwAJABAAHgAUACUAEAAEAB4AEAApAAoAEAAeABQAJQAQAAQAGQAQACIAJgAJABAAHgAUACUAEAAEABkAEABeAAgAEAAeABAAHwAEAB4AGADrAAsAEAAeABAAHwAEAA4AGgAXABoAHQBbAAUAEAAeABAAHwBVAAcAEAAaAB0ADwAQAB0AXwAJABAAFwAaAAwADwAEAB4AGABcAAYAEAAXABoADAAPAF8ACgAQABEAHQAQAB4AEwAEAB4AGABcAAcAEAARAB0AEAAeABMAWgAEABAADwAaAaUACgAQAA8ADwAUAB8ABAANABoAIwGkAAYAEAAPAA8AFAAfAF8ADQAQAA4AIAAdAB0AEAAZAA4AEAAEAB4AGABcAAoAEAAOACAAHQAdABAAGQAOABAAvAATAAwADwAUABoADQAgAB8AHwAaABkABAAOABMAEAAOABYAEAAPALsACwAMAA8AFAAaAA0AIAAfAB8AGgAZACkAVABiAHgAgACQAKQAugDWAPgBEgE+AWYBjgGwAdgB9AIEAg4CKAIyAk4CZgKAApQCqgLCAtQC3AL0AxADIAMsA0IDWANyA34DkAOmA7wDygPUAX8ABgAkABgADQAaABcA9gAKACAAGwAEAB4ADgAdABQAGwAfAX4AAwAgABgAcgAHACAADgAOABAAHgAeAKwACQAgAA0AHwAUAB8AFwAQAB4A9QAKACAADQAEAB4ADgAdABQAGwAfAVsADQAfACQAFwAQAAQADQAgABQAFwAPABAAHQGnABAAHwAgABgADQAXABAABAAgABsAGgAZAAQADQAaACMBpgAMAB8AIAAYAA0AFwAQAAQAIAAbABoAGQFZABUAHwAdABQAGwAEACIAGgAdAA8ABAARABoAHQAYAAwAHwAfABQAGQASAVgAEwAfAB0AFAAbAAQAHgAbAAwAGQAEABAAFwAQABgAEAAZAB8AHgFXABMAHwAdABQAGwAEABEAGgAZAB8ABAAQABcAEAAYABAAGQAfAB4BVgAQAB8AHQAUABsABAAOAB4AHgAEABEAGgAdABgADAAfAVUAEwAfAB0AFAAbAAQADAAXABcABAARABoAHQAYAAwAHwAUABkAEgD0AA0AHwAdABQAFgAQAB8AEwAdABoAIAASABMAsQAHAB8AGgAbAAQAHgAYAKUABAAfABoAGwC0AAwAHwAMAB0ABAAaACAAHwAXABQAGQAQALUABAAfAAwAHQF5AA0AGwAQABcAFwAEAA4AEwAQAA4AFgAQAB0B0gALABoAIAAdAA4AEAAEAA4AGgAPABAAgQAMABoAHQAfAAQADwAQAB4ADgAEAB4AGAB+AAkAGgAdAB8ABAAPABAAHgAOAH8ACgAaAB0AHwAEAA4AFwAQAAwAHQCAAAsAGgAdAB8ABAAMAB4ADgAEAB4AGAB9AAgAGgAdAB8ABAAMAB4ADgHaAAMAFwAZAUQACwAUABcAIQAQAB0AFwAUABIAEwAfAJwADQATABoAGwAbABQAGQASAAQADgAMAB0AHwDYAAcAEwAMAB0AGwAQABkBjQAFABMADAAdABAAtgAKABMADAAbABAABAAdABAADgAfANEACgATAAwAGwAQAAQAFwAUABkAEAC7AAwAEwAMABsAEAAEAA4AFAAdAA4AFwAQANkABQATAAwAGwAQAJUACAAQAB8AHwAUABkAEgAeASoACgAQABcAEAAOAB8ABAANABoAIwEoAAoAEAAXABAADgAfAAQADAAXABcAlwAGABAADAAdAA4AEwBiAAQADAAhABAA0wAKAAwAHwAgAB0ADAAfABQAGgAZADcAcAB4AJAAoAC2AMQA4gESAR4BOAFqAZQBvgHwAhoCNgJSAoICjgKqAswC7AMMAyoDOgNMA2ADggOmA8ID3AP4BCYEVAR2BJgEvgTYBPIFJgVYBYAFrAXQBeYGEgY8BmoGkAbCBvIHJgdYB4gHvAHCAAMAIwAfAa0ACwAiABQAHwAfABAAHQAEAA0AGgAjAawABwAiABQAHwAfABAAHQGrAAoAIAAYAA0AFwAdAAQADQAaACMBqgAGACAAGAANABcAHQC5AA4AHQAUAAQAHgAfAAwAHwAQAAQAGQAgABcAFwC4ABcAHQAUAAQAHgAfAAwAHwAQAAQAFAAZAA8AEAAfABAAHQAYABQAGQAMAB8AEABlAAUAHQAMAB4AEwDVAAwAHQAMABkAHgAbABAAHQAMABkADgAkAToAGAAdAAwADgAWAAQADgATAAwAGQASABAAHgAEAB0AEAAVABAADgAfAAQADAAXABcBOQAUAB0ADAAOABYABAAOABMADAAZABIAEAAeAAQAHQAQABUAEAAOAB8BNgAUAB0ADAAOABYABAAOABMADAAZABIAEAAeAAQAEAAZAAwADQAXABABOAAYAB0ADAAOABYABAAOABMADAAZABIAEAAeAAQADAAOAA4AEAAbAB8ABAAMABcAFwE3ABQAHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4ABAAMAA4ADgAQABsAHwE1AA0AHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4BeAANABoAGgAXAA0ADAAdAAQAEQAXABoADAAfAXwAFwAaABIAEgAXABAABAARACAAFwAXAAQAHgAOAB0AEAAQABkABAAYABoADwAQAJEABQAUABcAEAAeAOUADQATACAAGAANABkADAAUABcAHgAEACAAGwDmABAAEwAgABgADQAZAAwAFAAXAB4ABAAdABQAEgATAB8A6AAPABMAIAAYAA0AGQAMABQAFwAeAAQAFwAQABEAHwDnAA8AEwAgABgADQAZAAwAFAAXAB4ABAAPABoAIgAZAS8ADgAQACMAHwANABoAIwAEABMAFAAPAA8AEAAZAS4ABwAQACMAHwANABoAIwEtAAgAEAAjAB8ADAAdABAADAEOAAkAEAAjAB8ABAAiAB0ADAAbATMAEAAQABgAGwAXAAwAHwAQAAQAGAAMABkADAASABAAHQGpABEAEAAXABcABAAMAAQAEQAdABQAEAAZAA8ABAANABoAIwGoAA0AEAAXABcABAAMAAQAEQAdABQAEAAZAA8BZAAMAAwADQAXABAABAAiABQAJQAMAB0ADwF0AA0ADAANABcAEAAEACAAGQAYABAAHQASABABagAWAAwADQAXABAABAAdABoAIgAEABQAGQAeABAAHQAfAAQADQAQABcAGgAiAWkAFgAMAA0AFwAQAAQAHQAaACIABAAUABkAHgAQAB0AHwAEAAwADQAaACEAEAFsABAADAANABcAEAAEAB0AGgAiAAQADwAQABcAEAAfABABZAAQAAwADQAXABAABAAbAB0AGgAbABAAHQAfABQAEAAeAWIAEgAMAA0AFwAQAAQAFwAUABIAEwAfAAQADwAUAAwAFwAaABIBYgAMAAwADQAXABAABAAUABkAHgAQAB0AHwFuAAwADAANABcAEAAEAA8AEAAXABAAHwAQAWgAGQAMAA0AFwAQAAQADgAaABcAIAAYABkABAAUABkAHgAQAB0AHwAEAB0AFAASABMAHwFnABgADAANABcAEAAEAA4AGgAXACAAGAAZAAQAFAAZAB4AEAAdAB8ABAAXABAAEQAfAWsAEwAMAA0AFwAQAAQADgAaABcAIAAYABkABAAPABAAFwAQAB8AEAFmABUADAANABcAEAAEAA4AEAAXABcABAAbAB0AGgAbABAAHQAfABQAEAAeAW0AEQAMAA0AFwAQAAQADgAQABcAFwAEAA8AEAAXABAAHwAQAWUACgAMAA0AFwAQAAQADgAQABcAFwESABUADAANABcAEAAEAAwAFwAUABIAGQAEAB8AGgAbAAQAHQAUABIAEwAfARAAFAAMAA0AFwAQAAQADAAXABQAEgAZAAQAHwAaABsABAAXABAAEQAfAREAFgAMAA0AFwAQAAQADAAXABQAEgAZAAQAHwAaABsABAAOABAAGQAfABAAHQEZABIADAANABcAEAAEAAwAFwAUABIAGQAEAB0AEAAYABoAIQAQARUAGAAMAA0AFwAQAAQADAAXABQAEgAZAAQAGAAUAA8ADwAXABAABAAdABQAEgATAB8BEwAXAAwADQAXABAABAAMABcAFAASABkABAAYABQADwAPABcAEAAEABcAEAARAB8BFAAZAAwADQAXABAABAAMABcAFAASABkABAAYABQADwAPABcAEAAEAA4AEAAZAB8AEAAdARgAGAAMAA0AFwAQAAQADAAXABQAEgAZAAQADQAaAB8AHwAaABgABAAdABQAEgATAB8BFgAXAAwADQAXABAABAAMABcAFAASABkABAANABoAHwAfABoAGAAEABcAEAARAB8BFwAZAAwADQAXABAABAAMABcAFAASABkABAANABoAHwAfABoAGAAEAA4AEAAZAB8AEAAdAWMABQAMAA0AFwAQAAoAFgAgAC4APABIAFYAdgCaAKoAtAGOAAQAHgAQAB0AjAAGABsAFwAaAAwADwB/AAYAGQAeABoAHQAfAYwABQAZABsAFAAZAG0ABgAZABcAGgAOABYAawAPABkAFwAUABkAFgAEACEAEAAdAB8AFAAOAAwAFwBpABEAGQAXABQAGQAWAAQAEwAaAB0AFAAlABoAGQAfAAwAFwBMAAcAGQASAB0AGgAgABsAWQAEABkADwAaAO8ACQAZAA8AEAAdABcAFAAZABAACwAYACwAQgBaAG4AegCSALAAvgDEAOYAqQAJABoAFwAgABgAEAAEACAAGwCqAAoAGgAXACAAGAAQAAQAGgARABEAqAALABoAFwAgABgAEAAEAA8AGgAiABkBtwAJABQAGAAQABoABAANABoAIwG2AAUAFAAYABAAGgHSAAsAFAAQACIABAAeABoAIAAdAA4AEAFGAA4AFAAPABAAGgAEABAAIwAfABAAHQAZAAwAFwHXAAYADQAbAB0AGgAVAdkAAgANAXoAEAAMABcAFAAPAAwAHwAUABoAGQAEACMAEwAfABgAFwF7AA8ADAAXABQADwAMAB8AFAAaABkABAAPAAwAHwAMAAgAEgAgACoAOgBYAHgAmACmAJUABgAdABAAGQAOABMBxQAEABoAHQAPAJEABwAUABkADwAaACIAHgCRAA4AFAAZAA8AGgAiAAQAHQAQAB4AHwAaAB0AEACSAA8AFAAZAA8AGgAiAAQAGAAUABkAFAAYABQAJQAQAJAADwAUABkADwAaACIABAAYAAwAIwAUABgAFAAlABAAkAAGABQAGQAPABoAIgDAAAcADAAdABkAFAAZABIAAwAIABAAJAHEAAMAFwAeAHUACQAEABoAIAAfABcAFAAZABAAdgAIAAQADgAUAB0ADgAXABAABAAKACIAMgBIAbkACwAaACAAHwAgAA0AEAAEAA0AGgAjAbgABwAaACAAHwAgAA0AEAGvAAoADAAYABgAEAAdAAQADQAaACMBrgAGAAwAGAAYABAAHQAGAA4AIAAwAEwAbgB4AJkACAAaABoAGAAEABoAIAAfAJgABwAaABoAGAAEABQAGQDFAA0AGgAaABgABAANABAAHgAfAAQAEQAUAB8AxAAQABoAGgAYAAQADAAOAB8AIAAMABcABAAeABQAJQAQAJcABAAaABoAGAHOAAMAFAAbAAEABAHcAAIB3QAAAAMD/wGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6SMDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAJgAAAAiACAABAACAAEAIAAtADYAeuAy4UniDuMK5APlKuaa5wXoLOkj//3//wAAAAAAIAAtADAAYeAA4QDiAOMA5ADlAOYA5wDoAOkA//3//wAB/+P/1//V/6sgJh9ZHqMdshy9G8Ea7BqHGY0YugADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAUABAALAAoAAAgAAAREBAsD+gAKA/oABgAAAAQFAAQACwAKAAAIAAAEhAQLA/oABgAEAAYAAAAEBQAEAAsACgAACAAABEQEBQAGAAQABgP6AAAABAUABAALAAoAAAgAAASEBAUABgP6AAoD+gAAAAQEAAQADAAKAAAIAAAkBIQIAAQD+AAKA/oAAAAEBQADAAsACwAACAAAJARECwP6AAcD/AAIAAAABAQABAAMAAoAAAgAACQEhAgD/AAIAAQABgAAAAQFAAMACwALAAAIAAAkBEQFAAYABwAEA/gAAAAIBAAEAAwACwAACAAYAAAkCESEVIQEAAQABAP4AAgABAAGA/oABwEAAAAAAAgEAAMACwALAAAIABgAACQIhESMRAQABgP6AAcBAAsD/AP8AAgD+AAAAAAACAQABAAMAAsAAAgAGAAAJAhEhNSEDAP8A/wACAP4AAsD+gAGA/kBAAAAAAAIBAADAAsACwAACAAYAACUJASERMxECwP6AAYD+QEDAAQABAP4AAgAAAAAAAgEAAEADAANAAAIABQAAJQkBCQEhAQABAAEA/wD/AAIAQAGA/oADAP6AAAACAIAAwAOAAsAAAgAFAAATCQEJARGAAYD+gAMA/oACwP8A/wABAAEA/gAAAAIBAABAAwADQAACAAUAAAkCCQEhAwD/AP8AAQABAP4AA0D+gAGA/QABgAAAAgCAAMADgALAAAIABQAA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AFcAWwBfAGMAZwBrAAABFSE1FyMVMxUjNTMVIzUzFSM1MxUjNTMBIzUzFSM1MxUjNTMVIzUzJSM1MxcjNTM3IzUzFSM1MxUjNTMVIzUzFSM1MxUjNTMhIxUzMyM1MxcjNTMhIxUzMyM1MxcjNTMBIxUzMyM1MzcjNTMDgPzAQEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQIBAQEBAQEBAQEBAQED+gEBAgEBAgEBAAQBAQIBAQIBAQP8AQECAQECAQEADgEBAgECAQMBAwEDAQAFAQMBAwEDAQMBAQEDAQMBAwEDAQMBAwEBAQEBAQEBAQAGAQEDAQAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAANzUhFSUjFTM1IzUzNSM1MzUjNTM1IzUzASM1MzUjNTM1IzUzNSM1MwEjNTMXIzUzEyM1MzUjNTM1IzUzNSM1MzUjNTM1IzUzISMVMzMjNTMXIzUzISMVMzMjNTMXIzUzASMVMzMjNTMTIzUzQANA/QBAQEBAQEBAQEBAAwBAQEBAQEBAQP2AQECAQECAQEBAQEBAQEBAQEBA/oBAQIBAQIBAQAEAQECAQECAQED/AEBAgEBAgEBAQEBAwECAQEBAQEBAQP5AQEBAQEBAQP7AQEBA/sBAQEBAQEBAQEBAQEBAQEBAQEBA/oBAQP7AQAAbAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAABMzESMTNSMVMzUzFTM1MxUzNTMVMzUzFQE1MxUzNTMVMzUzFTM1MxUBNTMVBzUzFQU1MxUzNTMVMzUzFTM1MxUzNTMVMzUzFRE1IxUVNTMVBzUzFRE1IxUVNTMVBzUzFQE1IxUVNTMVBTUzFUBAQMBAgEBAQEBAQED+QEBAQEBAQED+wEBAQP7AQEBAQEBAQEBAQEBAQEBAQEBAQP6AQED+wEADgPzAAwBAQEBAQEBAQEBA/QBAQEBAQEBAQAKAQECAQECAQEBAQEBAQEBAQEBAAYBAQIBAQIBAQP8AQECAQECAQEABAEBAgEBAgEBAAAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAJSMRMwc1IxUjNTMVIzUzFSM1MxUjNTMVATUzFSM1MxUjNTMVIzUzFRM1MxUHNTMVFzUzFSM1MxUjNTMVIzUzFSM1MxUjNTMVETUjFRU1MxUHNTMVETUjFRU1MxUHNTMVATUjFRU1MxUXNTMVA4BAQIBAgEDAQMBAwEABQEDAQMBAwEDAQEBAwEDAQMBAwEDAQMBAQEBAQEBAQEABgEBAwEBAA0BAQEBAQEBAQEBAQP0AQEBAQEBAQEACgEBAgEBAgEBAQEBAQEBAQEBAQAGAQECAQECAQED/AEBAgEBAgEBAAQBAQIBAQIBAQAAAAAAhAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAbwBzAHcAewB/AIMAAAE1IxUjNTMVIzUzFSM1MxUjNTMVATUzFSM1MxUjNTMVIzUzFRM1MxUHNTMVFzUzFSM1MxUjNTMVIzUzFSM1MxUjNTMVETUjFRU1MxUHNTMVETUjFRU1MxUHNTMVATUzFRE1IxUVNTMVBzUzFRE1IxUVNTMVBzUzFQE1IxUVNTMVFzUzFQMAQIBAwEDAQMBAAUBAwEDAQMBAwEBAQMBAwEDAQMBAwEDAQEBAQEBAQEBAAsBAQEBAQEBAQED+gEBAwEADQEBAQEBAQEBAQED9AEBAQEBAQEBAAoBAQIBAQIBAQEBAQEBAQEBAQEABgEBAgEBAgEBA/wBAQIBAQIBAQAGAQEABgEBAgEBAgEBA/wBAQIBAQIBAQAEAQECAQECAQEAAAAcAQAAAA8ADgAAJAA8AEwAXABsAHwAlAAA3IRUhESERIzUhASMVMzUjJTUjFSEzNSMFNSMVAyMVMxEBNxcBF4ABAP7AA4BA/QADAIDAQP3AgAEAgIABQECAgID/AFqmASZaQEADgP8AwP0AQMDAgICAQEBAAUCA/YABAFqmASZaAAAAAAYAAAAAA8ADwABjAGcAawBvAHMAdwAAATUjFSM1IxUjNSMVIzUjFSM1IxUjNSMVIxUjFTMVIxUzFSMVMxUjFTMVIxUzFSMVMxUzFTM1MxUzNTMVMzUzFTM1MxUzNTMVMzUzNTM1IzUzNSM1MzUjNTM1IzUzNSM1MzUjNQMhESETNTMVESM1MwEzFSMTFSM1A0BAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQP1AAsBAQEBA/EBAQEBAA4BAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQP0AAsD8wEBAA4BA/IBAA8BAQAAOAAAAAAPAA8AAYwBnAGsAbwBzAHcAewB/AIMAhwCLAI8AkwCXAAABNSMVIzUjFSM1IxUjNSMVIzUjFSM1IxUjFSMVMxUjFTMVIxUzFSMVMxUjFTMVIxUzFTMVMzUzFTM1MxUzNTMVMzUzFTM1MxUzNTM1MzUjNTM1IzUzNSM1MzUjNTM1IzUzNSM1AyERIRM1MxURIzUzATMVIxMVIzUBIxUzJSEVIRUhFSEVIRUhFSEVISUjFTM1IxUzNSMVMwNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQED9QALAQEBAQPxAQEBAQAGAwMABgP7AAUD+wAFA/sABQP7AAUD+gMDAwMDAwAOAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQED9AALA/MBAQAOAQPyAQAPAQED/AEBAQEBAQEBAQEBAwEDAQAAACAAAAAADwAPAAGMAaABsAHAAdwB9AIEAhQAAATUjFSM1IxUjNSMVIzUjFSM1IxUjNSMVIxUjFTMVIxUzFSMVMxUjFTMVIxUzFSMVMxUzFTM1MxUzNTMVMzUzFTM1MxUzNTMVMzUzNTM1IzUzNSM1MzUjNTM1IzUzNSM1MzUjNQMRIREhJRUjNREzFSMBBxcHJzcXNxcHJzcnASM1MwM1MxUDQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA/UACwP0AQEBAAY1yci2goC3ToKAtc3MBjUBAQEADgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA/gD/AALAgEBA/IBAAlNzcy2goC0toKAtc3MBLUD8QEBAAB0AAAAAA8ADwAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawBvAIcAACUzFSMRMxUjATMVIxEzFSMBMxUjNTMVIzUzFSM1MxUjNTMVIzUzFSMBMxUjNTMVIzUzFSM1MxUjNTMVIzUzFSMBMxUjJzMVIyUzFSM3MxUjNzMVIzczFSMBMxUjNzMVIzczFSM3MxUjNzMVIzczFSMHFwcnNyERNxcHJxEhJzcXByERByc3FxEDgEBAQED8gEBAQEADgEBAQEBAQEBAQEBAQPyAQEBAQEBAQEBAQEBAAQBAQIBAQAEAQECAQECAQECAQED9gEBAgEBAgEBAgEBAgEBAgEBAwGvLy2v/AGvLy2sBAGvLy2sBAGvLy2tAQAPAQPzAQAPAQP1AQMBAwEDAQMBAwED9wEDAQMBAwEDAQMBA/UBAQEBAQEBAQEBAQAPAQEBAQEBAQEBAQEBAa8vLa/8Aa8vLa/8Aa8vLawEAa8vLawEAAAIAQAAAA8ADgAASABoAAAEXIyImNRE0NjMhMhYVERQGKwEXJRM3FzcnNwEESMwaJiYaAwAaJiYalNT9tOIt4lvi4gK8vCYaAQAaJiYa/wAaJpbi/bTi4lviLQAABgBAAAADwAOAAAMABwALACMAJgAqAAABITUhFSEVIREhFSETERQGIxEUBiMhIiY1ESImNRE0NjMhMhYFFzcRIREhAwD+AAIA/gACAP4AAgDAJholG/2AGyUaJiYaAwAaJv8AQED9gAKAAQBAgEABQEABwP8AGib+QBslJRsBwCYaAQAaJiZagID/AP5AAAAABQBAAAADwAPAABcAHgAwAD0AiwAAASM1IxUhNSMVIyIGFREUFjMhMjY1ETQmAyE4ATERITUhNTgBMTMVMzUhFTM1MzgBMQEwBiM8ATUyNjEzESMpATU0Njc+ATc+ATc+ATc+ATc+ATc+ATc+ATU0JicuASMiBgc1PgEzMhYXHgEXHgEXHgEVFAYHDgEHDgEHDgEHDgEHDgEHDgEHDgEVMxUDgICA/wCAgBomJhoDABslJRv9AAMA/QCAgAEAgID+ADctLUcwQAGA/wAFBQUMBwgQCQgRCAgPBgYLBAQHAgICBwcHFQ4YLxYZNx8PGQwLEwgIDAQEBQQEBAsHBg8JCRIJBg0GBQsEBQcDAgOlA4BAQEBAJhr9ABslJRsDABom/MACAEDAQEBAQP5jIxcNHED+gBwPGgsMFQkJEAcHDQYFDAUGCgYFCwUGCwcMEgYHBhQTSRAQBAQDCwcHEQoKFgwNGAoKEggJDwcHDQcECQQFCAUECQQEDARAAAAMAEAAAAPAA4AAMgBKAG0AgADkAOgA7ADwAPQA+AD8AQoAAAEuASMiBgczPgEzMhYXHgEXHgEXHgEVHAEVIyIGFRQWFx4BFx4BFx4BMzI2NxUzNTQmJwcOAQcOAQcOAQcOASMiJicuATU0NjsBFSUuAScuAScuASMiBgc1IxEzNR4BMzI2Nz4BNz4BNz4BNTQmBw4BIyImJzU+ATMyFhceARUUBiUeARUzLgEnLgEnLgEnLgEjIgYHDgEHDgEHDgEVFBYXHgEXHgEXHgEzMjY3PgE3PgE3PgE3IxQGBw4BBw4BBw4BIyImJy4BJy4BJy4BNTQ2Nz4BNz4BNz4BMzIWFx4BFx4BFzEBIRUhFSEVIRUhFSEpATUhNSE1IRUhNSE3MxEUBiMhIiY1ETMRIQEgECwcPUACNAEkIxAZCAMHAgIDAQECGVlZAwQECgcHEAkJFAsfNBQ1EBAUBAgFBQsFBgwHBg0GDxYICQg5OSQBbAQMCAcTCwsaDhkpETU0ESgXDhgLDBMJCA0FBAUERQobERYmERIoFREaCgkJCQFDAwM2AQcFBQ0HCBIKCxYMDxwNDBYJCQ4FBQUFBQQOCgkVDQ0cEAwWCgoSCAgMBQUHATYDAwMHBAQKBgYMBgoRBwgOBQYIAwMDAwMDCQUGDQgIEAoGDAYGCgQEBwP9fAIA/gACAP4AAgD+AAIA/gACAP4AAgD+AAIAQEAlG/2AGyVAAoADHQsLLS0ZGQUFAgUDAwYEBAkGBg0INDMKEQgIDQUGCQMDAxITJMQhLAvJBQgFAwcDAwQCAQIGBgYRDB8eQYUOFwoKDwUFBhUUeP6AHg8PBgUFEAoKGA8OIBIRH4YODhISihkZDg4OKRsdKpAFCwYLEwkIDwUGCQMDAwUFBQ4KCRgNDiAREiAODhcJCg4FBQUDAwMJBgUPCAkTDAcLBQUIAwMFAgIBAwQDCwcGEQsKFw4NGAsKEQcHCgMDBAIBAgUDBAgF/txAQEBAQEDAQMBAgP6AGyUlGwGA/oAAAAAIAMAAQAOAA4AAAwBnAJoAsgDVAOgBCwEfAAAlIxEzBR4BFTMuAScuAScuAScuASMiBgcOAQcOAQcOARUUFhceARceARceATMyNjc+ATc+ATc+ATcjFAYHDgEHDgEHDgEjIiYnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXHgEXMRMuASMiBgczPgEzMhYXHgEXHgEXHgEVHAEVIyIGFRQWFx4BFx4BFx4BMzI2NxUzNTQmJwcOAQcOAQcOAQcOASMiJicuATU0NjsBFSUuAScuAScuASMiBgc1IxEzNR4BMzI2Nz4BNz4BNz4BNTQmBw4BIyImJzU+ATMyFhceARUUBgMUFhceARceARceATMyNjcVMxEjFS4BIyIGBw4BBw4BBw4BFzQ2Nz4BMzIWFxUOASMiJicuATUDgEBA/gQDAzYBBwUFDQcIEgoLFgwPHA0MFgkJDgUFBQUFBA4KCRUNDRwQDBYKChIICAwFBQcBNgMDAggEBAoGBgwGChEHCA4FBggDAwMDAwMJBQYNCAgQCgYMBgYKBAQHAxwQLBw9QAI0ASQjEBkIAwcCAgMBAQIZWVkDBAQKBwcQCQkUCx80FDUQEBQECAUFCwUGDAcGDQYPFggJCDk5JAFsBAwIBxMLCxoOGSkRNTQRKBcOGAsMEwkIDQUEBQRFChsRFiYREigVERoKCQkJwQUEBQ0ICRMMCxgOFygRNDQSKRkOGgsLEwcIDAQEBDYJCQkaEhUoERAnFREbCgoJQAGAnAULBgsTCQkOBQYJAwMDBQUFDgoJGA0OIBESIA4OFwkKDgUFBQMDAwkGBQ8ICRMMBwsFBQgDAwUCAgEDBAMLBwYRCwoXDg0YCwoRBwcKAwMEAgECBQMECAUB+QsLLS0ZGQUFAgUDAwYEBAkGBg0INDMKEQgIDQUGCQMDAxITJMQhLAvJBQgFAwcDAwQCAQIGBgYRDB8eQYUOFwoKDwUFBhUUeP6AHg8PBgUFEAoKGA8OIBIRH4YODhISihkZDg4OKRsdKv6HEiAODxgKChAFBgUPDx4BgHgUFQUGBQ8KChcODh8RGykODg4ZGYoSEg4ODisdAAAABQDAAEADgANAADIASgBuAIEAhQAAAS4BIyIGBzM+ATMyFhceARceARceARUcARUjIgYVFBYXHgEXHgEXHgEzMjY3FTM1NCYnBw4BBw4BBw4BBw4BIyImJy4BNTQ2OwEVJS4BJy4BIyIGBzUjETM1HgEzMjY3PgE3PgE3PgE1NCYnLgEnBw4BIyImJzU+ATMyFhceARUUBhMRIxEBoBAsHD1AAjQBJCMQGQgDBwICAwEBAhlZWQMEBAoHBxAJCRQLHzQUNRAQFAQIBQULBQYMBwYNBg8WCAkIOTkkAVQHEwsLGg4ZKRE1NBEoFw4YCwwTCQgNBQQFBAQEDAgpChsRFiYREigVERoKCQkJv0ACHQsLLS0ZGQUFAgUDAwYEBAkGBg0INDMKEQgIDQUGCQMDAxITJMQhLAvJBQgFBAYDAwQCAQIGBgYRDB8eQbQKDwUFBhUUeP6AHg8PBgUFEAoKGA8OIBIRHw4OFwrDDg4SEooZGQ4ODikbHSsB7f0AAwAAGQAA/8AEAAPAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBzAIcAugDSANYAABMzFSM1MzUjETM1IwEzNSMHMzUjASMVMycjFTMBMzUjASMVMyUjFTMnIxUzAzM1IwEzNSM1MzUjNTM1IzUzNSM1FTM1AzM1IwUzNSMXMzUjAw4BIyImJxUjETMVPgEzMhYXHgEXHgEXHgEVFAYHDgEHDgEHNzQmJy4BIyIGBxUeATMyNjc+ATUlFSM1DgEjIiYnLgEnLgEnLgE1NDY7ATwBNS4BJy4BJy4BJy4BIyIGByM+ATMyFhceARUHIyIGFRQWFx4BMzI2Nz4BNz4BNz4BNzUBIxEzAEBAQEBAQAFAgIDAgIACQICAwICA/gBAQAOAgID9wICAwICAgEBAA8BAQEBAQEBAQECAgID+gICAwICACwsYDhcoETQ0EikZDhoLCxMHCAwEBAQFBAUNCAkTDBUJCQkaEhUoERAnFREbCgoJ/vY0FDQgCxMKCRAHBgsDBARZWRoBAQEBAwMCBgQIGBEjJAE0Az89HSsQEBA0JDk5CAkIFg8GDQYHDAYFCwUFCAQB9EBAAoCAwID9QID+wEBAQAPAQEBA/ECAA4BAQEBAQP3AgP6AgECAQIBAgMCAgPwAQEBAQEABCwYFDw8eAYB4FBUFBgUPCgkYDg4fERIgDg8YCgoPBpAbKQ4ODhkZihISDg4OKx0qxCQSEwMDAwkGBQ4IBxEKMzQIDgUGCQQEBgMDBQIFBRkZLS0LCwssITAeHwsSBgYGAgECBAMDBwMECQVBAav9AAAAAAADAEAAQAPAA0AAAwAcADQAAAERIxEBJwc1IxUnBxcjFTMHFzcVMzUXNyczNSM3IScHNSMVJwcXIxUzBxc3FTM1FzcnMzUjA8BA/dwWRkBGFkVpaUUWRkBGFkVpaUUBwBZGQEYWRWlpRRZGQEYWRWlpA0D9AAMA/sYWRWlpRRZGQEYWRWlpRRZGQEYWRWlpRRZGQEYWRWlpRRZGQAACAEAAQAPAA0AADwAcAAABIxEjESMRIxEiJjU0NjMhEzE1IxUjFTMVMzUzNQKAgECAQE9xcFABgMBAgIBAgAMA/UACwP1AAYBwUE9x/cCAgECAgEAAAAAABQAAAAAD7QOAAAgADAASABYAIQAAARc3AyMBMz8BNyMbAQMVMwEnARcnARc3Byc3NjIfARYUBwIJF3Gp0P7omjgl78xmZiaFAVSI/q9vLgEQLa8tiC0TNRMtExMBgD9xAc79AJpmYAEZ/uf+pYUBUYj+rEQuAQ8tVC2ILRMTLRM1EwAACQCAAAADgAOAAFcAbACbAJ4ArACyALYAugC+AAABDgExIjAjMCY1NCY9ATQmJy4BJy4BIyIGBw4BFRQWFx4BMzI2Nz4BPQE0Njc+ATMyFhceAR0BDgEHDgEHDgEVFBYXHgEzMjY3PgE3HgEXHgEzMjY/ATUHIw4BKwEiJicuATU0Njc+ATc+ATcVBy4BLwEjBw4BBxQGDwEVMzUjLgE1LgE1NDY/ATMXHgEVFAYHDgEHIxUzNSMuAScnNxcBISIGFREUFjMhMjY1EQMhESEVMwEjNTMXIzUzFyM1MwLyCQYBAQEBAgMDCwgJFw4SHQoLCwQDBAoFBgoDBAMDAgMIBQcKAwMFGCELCxEFAwQIBwgTDAcOBwMOCgEEAgQMBwwaDQIORw0QBAEEBwMEAwMCBAoIAw8KwwIIBlEPUgYJAwYIBlYHCgcBAgIEClUJBAIBAQEGBwdoBgYJA48dHQEt/gAbJSUbAoAbJUD9gAHAwP5AgIDAgIDAgIABeAkFAgECDRE/DxMFCAwDBQUJCAgUCgYKBAQEBAQDCgcLAwUDAgIDBAMPDwIJDgYGDwcGDggMFQcICAMDAQkIBQcCBQUREQIhDQoHBAMECgUFCAQECQQCBgQ3GAIPE/z6ExIDAQMCARcYAQMBAQMCAgsKIBwMDQMCAwEBAgEYGAEDBGRZWQG8JRv9ABslJRsCgP2AAwDA/gCAgICAgAAGAEAAAAPtA4AACwARABYAIQBAAFUAACU3ESERIRUjNSERISUVMwEnARcnARcBAScmIg8BFzc2NCcBIzUjDgEjIiYnLgE1NDY/ATQmIyIGBzU+ATMyFh0BJwcOAQcOARUUFhceATMyNjc+AT0BA0BA/MADQED9QALA/oCFAVSI/q9vLgEQLf7xAb4tEzUTLYgtExP9kzIBDCIXERoKCQolJkMXFxQlERIqGCsrMjALEAYGBQUFBQ4JDBMICAf+QP7CA4CAQP0AxYUBUYj+rEQuAQ8t/vABvy0TEy2ILRM1E/4ALBYWCgoJGhAjKAYKGhsPDzALDC4tpX4HAgYEBA8LCAwFBQUJCQgXDRYADAAA/8AD7QOAAAoAEgAWABoAHgAiACYAMQA5AD0AUABUAAABNzYyHwEWFA8BJwcBBxUzNwEnAycBFwMhFSEXIRUhByEVIQcjFTMBNzYyHwEWFA8BJwcBBxUzNwEnAycBFwURIRUzFTM1JyEiBhURFBY7ATUFITUhAzguEjUTLRMTLYgn/uU2hTkBG4jiLgEQLf7/AAEAgP6AAYCA/wABAICAgAF4LhI1Ey0TEy2IJ/7lNoU5ARuI4i4BEC39ggHAwEDA/gAbJSUbwP6AAYD+gAHALRMTLRM1Ey2IJ/7lOYU2ARuI/mguAQ8tAW9AQEBAQEBAAQAtExMtEzUTLYgn/uU5hTYBG4j+aC4BDy2RAsDAQIDAJRv9QBslQMBAAAAACACAAAAD7QOAAAoAEgAXABsAHwAjACcAPAAAAQcnNzYyHwEWFAcnFwEHIzU3ARcnARcBBTM1IzUzNSMlIRUhATM1IwUhESEVNychIgYVERQWMyEyNjURBwPtLYguEjUTLRMT3Ij+5TmFNgEbLS3+8C4BD/4CQEDAwAEA/wABAP8AQEACAP2AAcCgYP4AGyUlGwKAGyVAAmUtiC0TEy0TNRM0iP7lNoU5ARuILf7xLgEQ0UBAQIBA/oBAwAMAwKBgJRv9ABslJRsBXkAABwAAAAAD7QOAAAoAEgAXACUAMAA2ADoAAAEjNTQ2MyEXIzUhEwcVMzcBJwEXJwEXASU3ERQGIyEiJj0BMxUhEwcnNzYyHwEWFAclASc3FwEDIzUzAQBAJRsBwIDA/oD2NoU5ARuI/uU5LgEQLf7xARFAJRv9wBslQAJArS2ILhI1Ey0TE/5T/qDgWoYBBmZAQALAgBslgED9/jmFNgEbiP7lfS4BDy3+8F1A/uIbJSUbwMAB5S2ILRMTLRM1E3v+oOBahgEG/YZAAAAACQAA/8AD7QPAAAoAEgAWACQALwAzADwAQwBJAAABIzU0NjMhFyM1IQUXAQcjNTcBFycBFwUhNSMVFBYzITI2NREHEycmIg8BFzc2NCcBMzUjAyEnISIGFREzESMVFBYzMQkBJwcXAQEAQCUbAcCAwP6AAhGI/uU5hTYBGy0t/vAuARH9wEAlGwJAGyVArS0TNRIuiC0TE/1TQEDAAgBA/kAbJUBAJRsBZv76hlrgAWACgIAbJYBA54j+5TaFOQEbiC3+8S6BwMAbJSUbAR5AAWItExMtiC0TNRP+AEADAEAlG/8A/kBAGyUCev76hlrgAWAAAAcAAAAAA+0DgAAMABAAGwAmAC4AMwBBAAATFwcnByc3JzcXNxcHFzUjFQEnJiIPARc3NjQnJSEVNychIgYdATMlFwEHIzU3ARcnARcBEyE1IxUUFjMhMjY1EQfNcy1zcy1zcy1zcy1zs0ACrS0TNRIuiC0TE/zTAcCgYP4AGyVAAlGI/uU5hTYBGy0t/vAuAQ8C/YBAJRsCgBslQAGgcy1zcy1zcy1zcy1z4EBAAgAtExMtiC0TNROAwKBgJRvAGYj+5TaFOQEbiC3+8S4BEP4vgIAbJSUbAV5AAAAJAAD/wAPtA8AADAAXAB8AIwAxADwAQABJAFAAABMXBycHJzcnNxc3FwcTIRUzJyEiBh0BMwUXAQcjNTcBFycBFwUhNSMVFBYzITI2NREHEycmIg8BFzc2NCcBMzUjAyEnISIGFREzESMVFBYzMc1zLXNzLXNzLXNzLXMzAYDAgP5AGyVAAhGI/uU5hTYBGy0t/vAuARH9wEAlGwJAGyVArS0TNRIuiC0TE/1TQEDAAgBA/kAbJUBAJRsBoHMtc3Mtc3Mtc3MtcwFgQIAlG4BniP7lNoU5ARuILf7xLoHAwBslJRsBHkABYi0TEy2ILRM1E/4AQAMAQCUb/wD+QEAbJQAAAAYAAP/ABAADwAADAAcAOQBCAEUAWAAANyEVISUhFSETIg4CMREwFjMyNjERMCYjIgYxETM1NDYzMhYVETAGIyImMREwNjMyFjERMxEwLgIBByMTMxMjJyM3MycBIREhNSEiBhURFBYzITI2NREjgAHA/kABwP5AAcDgVFsqByh4eCgYSEgYQAkXFwkYSEgYKHh4KEAHKlv9YRVAgECAQBWWFmo1AWD9wAHA/kAbJSUbAkAbJUCAQMBAAwA8SDz+wICAAUBAQP8A2BAYFxH+6EBAAUCAgP8AAQA8SDz9wEABgP6AQECg/aADAEAlG/0AGyUlGwEAAAAABACAAAADgAOAAB0AKwA5AD8AAAEhHgEXHgEXFgYjIiYnLgE1NDY3PgEzMhYXHgEdASc0JicuASMiBgcOAQczARE0JiMhIgYVERQWMyETIxUhESECwP7JARQTEzQhBw8RLkIbGhsdHR1JKytDGBcYSA8PDigaGSoSERYE7gEIJRv9gBslJRsCAIDA/kACgAHPJDcUExIBATkdHR1SNTJRIB8gGxwbSzAkOh4uEBEQERESLRz+twKAGyUlG/0AGyUBAMADAAAAAAAFAIAAAAOAA4AAFwAbAB8AIwAnAAAlESMRISImNTQ2MyERISIGFREUFhceATMRIREhASE1IREhNSEnITUhA4BA/cAaJiYaAgD+ADVLIx0OIREBwP5AAYD+wAFA/sABQED/AAEAAAMA/UAmGhomAsBLNf2AIzsRCAkDQP3AAcBA/sBAQEAAAAAAAwAA/8AEAANAAAsAKAA1AAABMhYVFAYjIiY1NDYXBwEHETgBMSE4ATERMxE0JiMhIgYVERQWMyE1MwUjNSMVIxUzFTM1MzUCICg4OCgoODjIoP8A4AMAQCYa/QAaJiYaAgCAAQBAQICAQIACgDgoKDg4KCg44KABAOAB4P6AAYAaJiYa/YAaJoBAgIBAgIBAAAAAAAcAQAAAA+0DQAALACYAKwAvADIAOgBFAAABMhYVFAYjIiY1NDYDJwcROAExITgBMRUzNTQmIyEiBhURFBYzITUlASM1ARcnARclOQEHMTI2PQEHMxMnJiIPARc3NjQnAmAoODgoKDg4Gb/gAwBAJhr9ABomJhoBAAIZ/qyFAVEtLf7wLgGRQBom3p5tLRM1Ey2ILRMTAoA4KCg4OCgoOP7Bv+AB4ICAGiYmGv2AGiZfsv6vhQFUiC3+8S7d3iYant4BwC0TEy2ILRM1EwAAAAAJAEAAQAPAA0AADwATABcAGwAfACMAOABEAEgAAAEhIgYVERQWMyEyNjURNCYBIzUzFyM1MxcjNTMXIzUzFyM1MzUnBwEHETM1IzU4ATEzFTM1ITgBMQcUBiMiJjU0NjMyFiUzFSMDgP0AGiYmGgMAGiYm/SZAQMCAgMCAgMCAgIBAQICg/wDgQECAQAJAwDgoKDg4KCg4/kBAQANAJhr9gBomJhoCgBom/YBAQEBAQEBAQEAggKABAOABIECAQEDgKDg4KCg4ODhAAAACAEAAAAPAA4AADQAbAAABISIGFRE3ITI2NRE0JgM4ATEhBxE4ATEhOAExA4D9ABomwAKAGiYmGv1lZQMAA4AmGvzAwCYaAkAaJv2AZQKlAAIAQAAAA8ADgAAXACMAABMHETgBMSE4ATERMxE0JiMhIgYVETchNSUnBycHFwcXNxc3J+VlAwBAJhr9ABomwAEAAcAtc3Mtc3Mtc3MtcwEAZQKl/oABgBomJhr8wMBAEy1zcy1zcy1zcy1zAAUAQAAAA8ADgAAWABoAHgAkAD0AAAE0JiMhIgYdATM1OAExITgBMRE4ATEzAxcHJzcnNxcfAQcnNxcFBxE4ATEhOAExFTM1NCYjISIGFRE3ITUhA8AmGv3AGiZAAkBAzS1zLXNzLXMtcy2goC39LW0CQEAmGv3AGibAAQD+7QNAGiYmGkBA/oD+4C1zLXNzLXMtcy2goC1TSAIIwMAaJiYa/YCAQAAAAAMAAP/ABAADwAADACwAMgAACQMFIiYnNR4BMzI2NTQmLwEuATU0NjMyFhcVLgEjIgYVFBYfAR4BFRQGIzcRMxEzFQIA/gACAAIA/WggNhEVNRwYIRMSLyQrQjAdMBQVLxsWHRIRMygmRjS/QZgDwP4A/gACAIcQC0IQFBESEA8HEAwpKC0vDQxBDxIPEA8PBRINLiQwLwcBQP8AQAAAAAAFAAD/wAQAA8AAAgAOABoAJwAzAAAlEQEBNQ4DBzM+AxMVPgM3Iw4DASMeAxc1LgMnJTMuAycVHgMBgAGA/sBXmXhNC4ELOFVrvFeZeE0LgQs4VWv+BYELTXiZVzxrVTgLAv6BC014mVc8a1U4wAIA/wABf4ELTXiZVzxrVTj9DYELTXiZVzxrVTgBNFeZeE0LgQs4VWs8gFeZeE0LgQs4VWsAAAIAAP/ABAADwAATABYAAAEiDgIVFB4CMzI+AjU0LgIDEQECAGq7i1BQi7tqaruLUFCLu+oBgAPAUIu7amq7i1BQi7tqaruLUP0AAgD/AAAAAgAA/8AEAAPAABQAMQAAASIOAhUUHgIzMj4CNTQuAiMBIgYHOgExFSMwDgInJjY1PgM3PgIWMTAUAgBqu4tQUIu7amq7i1BQi7tqAQAtRDEWTIAoUHhQAQE1STEhDCRkXEADwFCLu2pqu4tQUIu7amq7i1D+wBlngFFgUAEVTR4IPExRHXFtKQNrAAAFAEAAAAPAA4AAOQA+AEMASABMAAABFRQGKwEiJj0BIRUUBisBIiY9ATQ2MzU0NjM1NDY7ATAWFRwBMRUzNTA0NTQ2MTMyFh0BMhYdATIWATM1IxUhMzUjFQEjFSE1BSE1IQPAJRvAGyX/ACUbwBslJRslGyUbgECAQIAbJRslGyX94CDAAeAgwP4gIAFAAQABQP7AAYDAGyUlG4CAGyUlG8AbJYAbJUAbJRAwMBDAwBAwMBAlG0AlG4AlAaVAQEBA/QBAQEBAAAMAQAAAA8ADgAANABMAIQAAASEiBhURFBYzITI2NREDIREhFTMBMxUjIiY1ETQ2MyEXIQMA/oAbJSUbAgAbJUD+AAFAwP0AgIAbJSUbAYBA/kADACUb/YAbJSUbAgD+AAKAwP7AQCUbAoAbJUAAAAAFAEAAAAPAA4AAMABIAGAAbABxAAABIwEuASMiBhUUFhceARceATMyNjU0Jic3Fw4BFRQWMzI2Nz4BNz4BNTQmIyIGBycBARQGIyoBIy4BJzwBNTQ2MzoBMx4BFxwBJToBMzIWFRwBFQ4BByoBIyImNTwBNT4BJTQ2MzIWFRQGIyImJwE1MwEDwFv9tQ0eD0JeBgUMMB8NHg9CXgYFi4sFBl5CDx4NHzAMBQZeQg8eDYsBZf2AOCgBAwElNAI4KAEDASU0AgHbAQMBKDgCNCUBAwEoOAI0/uoTDQ0TEw0NE5X+9VsBCwOA/bUFBl5CDx4NHzAMBQZeQg8eDYuLDR4PQl4GBQwwHw0eD0JeBgWLAWX9eyg4AjQlAQMBKDgCNCUBA184KAEDASU0AjgoAQMBJTTCDRMTDQ0TE2gBClv+9QAAAAADAIAAAAOAA8AAFgAdACUAAAEjLgEjIgYHIyIGFREUFjMhMjY1ETQmITIWFSM0NgEhETMVITUzA0DRETokJDoR0RslJRsCgBslJf6lGyWAJQFb/YCAAYCAA4AdIyMdJRv9ABslJRsDABslJRsbJfzAAwCAgAAAAAAFAIAAAAOAA8AABgAdACQALAAyAAAlByc3FwcXAREUBiMhIiY1ETQ2OwE+ATMyFhczMhYFMzQmIyIGBSMVITUjESEDFwcXNycBrS2goC1ycgHTJRv9gBslJRvRETokJDoR0Rsl/kCAJRsbJQGAgP6AgAKA7XNzLaCg7S2goC1zcwJT/QAbJSUbAwAbJR0jIx0lGxslJRuAgP0AAZNzcy2goAAAAAUAgAAAA4ADwAAPACYALQA1ADkAAAETMzcXMxMjFTMHJyMHJyMBIy4BIyIGByMiBhURFBYzITI2NRE0JiEyFhUjNDYBIREzFSE1MwMhNSEBAGFdQjtWb5ImLDlbQzFgAkDRETokJDoR0RslJRsCgBslJf6lGyWAJQFb/YCAAYCAQP4AAgACgP6A4+MBgEWq7+/vAQAdIyMdJRv9ABslJRsDABslJRsbJfzAAwCAgP1AQAAAAAQAgAAAA4ADwAAPACYALQA1AAABEzM3FzMTIxUzBycjBycjASMuASMiBgcjIgYVERQWMyEyNjURNCYhMhYVIzQ2ASERMxUhNTMBAGFdQjtWb5ImLDlbQzFgAkDRETokJDoR0RslJRsCgBslJf6lGyWAJQFb/YCAAYCAAoD+gOPjAYBFqu/v7wEAHSMjHSUb/QAbJSUbAwAbJSUbGyX8wAMAgIAABgCAAAADgAPAAAYAHQAkACwAMAA2AAAlByc3FwcXAREUBiMhIiY1ETQ2OwE+ATMyFhczMhYFMzQmIyIGBSMVITUjESEBAxcTBxcHFzcnAa0toKAtcnIB0yUb/YAbJSUb0RE6JCQ6EdEbJf5AgCUbGyUBgID+gIACgP7eej17CXNzLaCg7S2goC1zcwJT/QAbJSUbAwAbJR0jIx0lGxslJRuAgP0AAhD+MBEB0W1zcy2goAAABQCAAAADgAPAAAsAEgApADAAOAAAATMRIzUHJxUjETMXBTMHJzM1MxMjLgEjIgYHIyIGFREUFjMhMjY1ETQmITIWFSM0NgEhETMVITUzAcQ8QEBAQEBAAUBAYGBAQIDRETokJDoR0RomJhoCgBomJv6mGyWAJQFb/YCAAYCAAgD/AJJcXJIBAFwkgICAAYAdIyMdJhr9ABomJhoDABomJRsbJfzAAwCAgAAAAAcAgAAAA4ADwAAWAB0AJQApAC0AMQA1AAABIy4BIyIGByMiBhURFBYzITI2NRE0JiEyFhUjNDYBIREzFSE1MwMhNSEVITUhFSE1IRUhNSEDQNEROiQkOhHRGyUlGwKAGyUl/qUbJYAlAVv9gIABgIBA/gACAP4AAgD+AAIA/gACAAOAHSMjHSUb/QAbJSUbAwAbJSUbGyX8wAMAgID+wEDAQMBAwEAAAAIAAAATA60DbQAQACQAAAEWFA8BBiInARY2MTc2MhcBEycmIg8BJyYiDwEBNzY0LwE3NjQC+hMT5RM1Ev5FHDXkEzUTAWqzWhM1E4cuEjYSLQFqLRISLYcTAU0TNRPfExMBuxwm3xIS/pYBxloTE4ctEhIt/pYtEjYSLocTNQAAAgAAAAADwAOAABMAKgAACQE3NjIfATc2Mh8BFhQPARcWFAcHASYiBycHFwcwBicBFjI/ARc3JzYmJwMm/pYtEjYSLocTNRNaExOHLRISWf6WEzQTyS3ItzUcAbsSNRO4xi3FEgESAXwBai0SEi2HExNaEzUThy4SNhJcAWoSEsktyLMmHP5FExOzxi3GEjUTAAAAAAUAAP/AA+0DrQAOABIAFgAuAEIAADchFSE1IzEjETMRMzUzETczNSM1FTM1JQEmIg8BOAExOAE5AQ4BJzEBFjI/ATY0EycmIg8BJyYiDwEBNzY0LwE3NjTAAUD+gEBAQEBAQMDAQAH4/sQTNROMETETAZITNRKME6ItEzUSiC0TNRMtAT0tEhIthxMAQIABQP8AgP8AQECAQEC5AT0TE4wRAw/+bhMTjBI2AdktExOHLRISLf7DLRM1Ey2IEjUAAAYAAP/AA+0DrQAHAAwAEAAUACwAQAAANyEVITUxETMTITUhFTcjFTMnIxUzJQEmIg8BOAExOAE5AQ4BJzEBFjI/ATY0EycmIg8BJyYiDwEBNzY0LwE3NjRAAcD+AEA/AT/+wcPDw4NAQAJ5/sQTNROMETETAZITNRKME6ItEzUSiC0TNRMtAT0tEhIthxMAQEABwP6AQEDBQL9AeQE9ExOMEQMP/m4TE4wSNgHZLRMThy0SEi3+wy0TNRMtiBI1AAYAAP/AA+0DrQADACoApQEgATUBQAAAExEhEQUuASMiBgcOARUUFhceATMyNjcVDgEjIiYnLgE1NDY3PgEzMhYXFRcOAQcOAQcOASMiJicuASc1HgEXHgEzMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXFS4BJy4BJy4BJyImIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BFx4BFx4BFx4BFx4BFRQGBzMOAQcOAQcOASMiJicuASc1HgEXHgEzMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXFS4BJy4BJy4BJyImIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BFx4BFx4BFx4BFx4BFRQGBxMnJiIPAScmIg8BATc2NC8BNzY0JwUmIg8BBiInFyEBAANA/eEOIRMUIQ0MDQwMDB8UEyMQECkZIjQTExMVFhU4IhUkDugEDQgHEwoLFgsMFwoLEwgJEwoLFQoGCwQFCAMDBAIBAgIDAgcEBAoGBQ0HERkICAkFBAUMCAgSCgsVDAsUCQgRBwQIBAQJBAUJBAUIBAYKBQQIAwMFAgECAgICBQQDCQUFCwcIEAcHDAQFCAMCAwUF7gUMCAgSCwoWDAsXCwsSCAkTCgoVCwYKBQUHAwMFAgECAwIDBgQFCgUGDAcRGQgJCAQFBA0IBxILChYLDBQICRAIBAgEBQgFBAkFBAkEBQoFBAgDBAQCAgEBAgIGAwQIBQYLBgkPBwcMBQUIAgMCBQT2LRM1E4cuEjUTLQE8LhISLogTE/4TEzUTnxM1E5UB9P7MAYD+QAHAhAkKDg4NJRgWJA0ODQoKQAgIFRUVNyMlPBgXFwYGQ8AJDgYFCAIDAgICAgcERQgLBAQEAQEBBAICBQMDBgMFCAMEBwMDBgIDBgMHEwsLGg8MFQkJDgUGCAMDAgECAQUDQAIFAgIDAgECAQEBAQEDAwIFAgMHAwQHAwMGAwIGAwIGAwMJBAUJBgYMBwcRCQ0WCAkOBgUIAgMCAgICBwRFCAsEBAQBAQEEAgIFAwMGAwUIAwQHAwMGAgMGAwcTCwsaDwwVCQkOBQYIAwMCAQIBBQNAAgUCAgMCAQIBAQEBAQMDAgUCAwcDBAcDAwYDAgYDAgYDAwkEBQkGBgwHBxEJDRYIA0QtExOHLRISLf7DLRM1Ey2IEjUTjBMTnxMTlQE0AAUAAP/AA+0DrQATAB4AIgAmAC4AAAEnJiIPAScmIg8BATc2NC8BNzY0BSYiDwEGIicXIQEDFyM3JREhEQEnIwcjEzMTA+0tEzUSiC0TNRMtAT0tEhIthxP+ABM1E58TNROVAfT+zKAxYjH+oALA/wAXkhdAdFh0A4AtExOHLRISLf7DLRM1Ey2IEjV5ExOfExOVATT+FIiIeP5AAcD+gEBAAUD+wAAAAAQAAP/AA+0DrQAEAH8AkwCeAAATBxchEQMOAQcOAQcOASMiJicuASc1HgEXHgEzMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXFS4BJy4BJy4BJyYiIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BFx4BFx4BFx4BFx4BFRQGBwEnJiIPAScmIg8BATc2NC8BNzY0BSYiDwEGIicXIQHAwMACAKwGEAoKGA0OHA8PHg0OGAoLGA4NGw0IDgYGCgQEBgICAgQDAwgGBQ0HCBAIFiELCgsGBgYPCwoXDQ4cDg8aCwsVCgUKBgUMBgUMBgYLBQcNBgYKBAQGAgIDAwIDBwQFCwcGDwgLFAkJDwcGCgMEAwYGAdktEzUSiC0TNRMtAT0tEhIthxP+ABM1E58TNROVAfT+zAGA4OABwP6xCQ4GBQgCAwICAgIHBEUICwQEBAEBAQQCAgUDAwYDBQgDBAYDAwYDAwYDBxMKCxsPDBUJCA8FBggDAgMBAgEFA0ACBQICBAEBAgEBAQEBAwICBQMDBwMEBwMDBgMCBgIDBgIECAUECgYFDQcHEAoNFQkDTy0TE4ctEhIt/sMtEzUTLYgSNXkTE58TE5UBNAAAAAAEAAD/wAPtA60AAwASACYAMAAAExEhEQMjJwcjAzMXNzMXNyM1MwEHFxYUDwEBNzYyHwE3NjIfARYUAyEnFjI/ATYyFwACwOFMMzlSVVQrOlAyJiGAAa2HLRISLf7DLRM1Ey2IEjUTLRPM/gyVEzUTnxM1EwGA/kABwP6Avb0BQMfHx445AeaILRM1Ey0BPS0SEi2HExMtEzX+iJUTE58TEwAAAAUAAP/ABAADwAADAAkADwAbACkAAAERIREFByc3FwcFJzcnNxcBETQmKwEiBhURByEVIREzETMRMxEzETMRMwHAAkD+jS1gYC0yAQUtMzMtYP3AJhpAGibAAkD9wIBAQEBAwAEA/sABQNMtYGAtM2AtMzMtYAIgAQAaJiYa/wDAQP6AAUD+wAFA/sABQAAAAAMAAABABAADQAAZACcANQAAATERMzU0NjsBMhYdATM1NDY7ATIWHQEzESEHNTQmKwEiBh0BIxEhESE1NCYrASIGHQEhESERAQBAEw1ADROAEw1ADRNA/gBAEw1ADRNAAcACABMNQA0T/wABwAGAAUBgDRMTDWBgDRMTDWD+wEBgDRMTDWD/AAEAYA0TEw1g/wABAAABAEAAAAPAA4ADKwAAATgBMRwBFTAUMRwBBxQwMRwBFTAGMRwBFSIUMRQGFTAUMQYUBxQwFRQGBzgBMRQGBzAUFQ4BFSIwFRQGFRQiFRQGFTAiFRQGBzAUMQ4BBzAGMQ4BBzAGMRQGIxQwBw4BFTgBMSIGBwYwIxQGIzAGMQ4BBzAGMQ4BBzAiMQ4BIyIUMSIGIyIUIyIGIyIwFSIGByoBMQ4BIzgBMQ4BIyIwIwYiBzAiMSIGIzAiFSoBIzAGMSoBIzgBIwYiIzAiMSoBIyoBIyoBMSImIyoBMSImIzAiMSImIyoBJyoBJyoBMSYiJzAiIy4BIyImMSImIzgBMS4BJzgBMS4BJzgBIy4BJzAiMS4BJzQiMS4BJzQwMS4BJzgBMS4BKwEiBh0BIyImPQE0Njc+ATU0JiMiBhUUFhceAR0BFAYrAREzMjY9ATQmJzgBMS4BJzAiMS4BJzA0Iy4BJzA0MS4BJzQwMS4BJzgBMS4BJzgBMTQmNTAmNTQmJzwBMSY0JzA0NSY0NSY0NTQmNTA0MTQmNTA0NTQmNTA0NTwBNTwBNTA0MTwBNzQwMTwBNTA2MTwBNTI0MTQ2NTA0MTY0NzQwNTQ2NzgBMTQ2NzA0NT4BNTAyNTQ2NTQyNTQ2NTAyNTQ2NzA0MT4BNzA2MT4BNzA2MTQ2MzQwNz4BMTQwMTI2NzYwMzQ2MzA2MT4BNzA2MT4BNzAyMT4BMzI0MTI2MzI0MzI2MzIwNTI2NzoBMT4BMzgBMT4BMzIwMzYyNzAyMTI2MzAyNToBMzA2MToBMzgBMzYyMzAyMToBMzgBMToBMzAyMTIWMzgBMR4BFzAUFRYUFTAUFTAUFRwBFRwBFTAUFTAUBxwBFRwBFRQGFRwBMRQGMRwBIxwBMQYUFRQGMRQGFRQGFRQGMRQGFSIUFQ4BFRQiFRQGBzgBMQ4BBzgBMQ4BHQEUFjsBFRQWOwEyNjc4ATE+ATc4ATE+ATMyNDMyNjc6ATUyNjMwNjMyNjMyNjMwNjM6ATcwMjM0MjMwNjMwMjMyNjM6ATM6ATM2MjE6ATE6ATM6ATM6ATE6ATE6ARc6ATEeARc4ATEUFhUwFDEcARUDwAEBAQEBAQEBAQEBAQECAQIBAgEBAQEBAQEBAQIBAQECAQIBAQECAQEBAgEBAQIBAQECAQEBAgEBAQECAQEBAgEBAQECAgEDAQEBAQIBAQICAgEBAgIBAQMCAQECAgECAwECAwIBAQEDAQEBAgIBAgECAQEBAQECAQEBAgIBAQEBAgEBAQEDAgUIBQEDAQEBAgEBAQIBAQECAQICAQgUCwMWHswWHgkJFRlLNTVLGRQJCh4WjIwWHgkJAgIBAQECAQEBAgEBAgEBAgEDBQMCAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAQIBAgEBAQEBAQEBAQIBAQECAQIBAQECAQEBAgEBAQIBAQECAQEBAgEBAQECAQEBAgEBAQECAgEDAQEBAQIBAQICAgEBAgIBAQMCAQECAgECAgIBAwIBAgICLUEEAQEBAQEBAQEBAQEBAQEBAQEGDgkJCh4WzB4WAwsVBwgSCgECAQEBAQEBAQEBAgEBAQEBAQEBAQIBAQEBAgECAQIBAgEBAQEBAQEBAQEBAgECAQIBAQEBAQIBAgECAQEBLUEEAQEAAgICAQICAQECAwEBAgIBAQICAgEBAgEBAQEDAQICAQEBAQIBAQECAQEBAQIBAQECAQEBAgEBAQIBAQECAQEBAgECAQEBAgEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAwUDAQIBAQIBAQIBAQECAQEBAgIJCR4WjB4WAwsUCBEzHjVLSzUdMxIHFQsDFh4CQB4WAwsUCAECAgECAQEBAgEBAQIBAQEDAQUIBQIDAQEBAQIBAQEBAgIBAQECAQEBAQECAQIBAgIBAQEDAQEBAgMCAQMCAQICAQECAwEBAgIBAQICAgEBAgEBAQEDAQICAQEBAQIBAQECAQEBAQIBAQECAQEBAgEBAQIBAQECAQEBAgECAQEBAgEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAQEBAQEEQS0BAQECAQIBAgEBAQEBAgECAQIBAQEBAQEBAQEBAQIBAgECAQIBAQEBAgEBAQEBAQEBAQIBAQEBAQEBAQECAQoSCAcVCwMWHswWHgoJCQ4GAQEBAQEBAQEBAQEBAQEBAQEEQS0CAgIBAgMBAAAABQAA/8AEAALAAA0AHAA1AEkATgAAJTE1IxUj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BAAAgAQAAQAEAACLBAAAAAQAAAAEAAEABAAAAAQAAMAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAwAQAAEAEAABABAAAwAQAAEAEAABABAAAwAQAAEAEAABABAAAwAQAAMAEAABABAABAAQAAQAEAACABAAAgAQAAQAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAADABAAAwAQAAMAEAACABAAAwAQAAFoEAABDBAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAACABAABQAQAAUAEAABABAAAQAQAAEAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAEAEAADABAAAwAQAAMAEAACABAAAggQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAQAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAEAEAAAABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAAwEAADABAAAQAQAAEAEAABABAAAQAQAAIAEAAAABAABAAQAAQAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAABABAAAgAQAAEAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAABABAAAgAQAAQAEAAEABAABAAQAAQAEAADABAAAQAQAAEAEAAAABAAAgAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAgAQAAIAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAEAEAADABAAAwAQAAAAEAABABAAAQAQAAAAEAACABAAAQAQAAAAEAACABAAAAAQAAAAEAAAABAAAAAQAAAAEAACABAAAgAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAA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) format("truetype"); }

.k-icon {
  width: 1em;
  height: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: 'WebComponentsIcons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  .k-icon::before {
    vertical-align: baseline; }
  .k-icon:hover, .k-icon:focus {
    text-decoration: none; }

.k-icon-with-modifier {
  position: relative;
  margin: .25em; }

.k-icon-modifier {
  position: absolute;
  font-size: .5em;
  bottom: 0;
  right: 0;
  margin: 0 -.5em -.5em 0; }

.k-i-none::before {
  content: "";
  display: none; }

.k-icon-xs {
  font-size: 8px; }

.k-icon-sm {
  font-size: 12px; }

.k-icon-md {
  font-size: 32px; }

.k-icon-lg {
  font-size: 48px; }

.k-icon-xl {
  font-size: 64px; }

.k-i-arrow-45-up-right::before {
  content: "\e000"; }

.k-i-collapse-ne::before {
  content: "\e000"; }

.k-i-resize-ne::before {
  content: "\e000"; }

.k-i-arrow-45-down-right::before {
  content: "\e001"; }

.k-i-collapse-se::before {
  content: "\e001"; }

.k-i-resize-se::before {
  content: "\e001"; }

.k-i-arrow-45-down-left::before {
  content: "\e002"; }

.k-i-collapse-sw::before {
  content: "\e002"; }

.k-i-resize-sw::before {
  content: "\e002"; }

.k-i-arrow-45-up-left::before, .k-i-resize-nw::before {
  content: "\e003"; }

.k-i-collapse-nw::before {
  content: "\e003"; }

.k-i-resize-new::before {
  content: "\e003"; }

.k-i-arrow-60-up::before, .k-i-expand-n::before, .k-i-sarrow-n::before, .k-i-arrow-n::before {
  content: "\e004"; }

.k-i-kpi-trend-increase::before {
  content: "\e004"; }

.k-i-arrow-60-right::before, .k-i-expand-e::before, .k-i-expand::before, .k-i-sarrow-e::before, .k-i-arrow-e::before {
  content: "\e005"; }

.k-i-arrow-60-down::before, .k-i-expand-s::before, .k-i-collapse::before, .k-i-sarrow-s::before, .k-i-arrow-s::before {
  content: "\e006"; }

.k-i-kpi-trend-decrease::before {
  content: "\e006"; }

.k-i-arrow-60-left::before, .k-i-expand-w::before, .k-i-sarrow-w::before, .k-i-arrow-w::before {
  content: "\e007"; }

.k-i-arrow-end-up::before {
  content: "\e008"; }

.k-i-arrow-end-right::before, .k-i-seek-e::before {
  content: "\e009"; }

.k-i-arrow-end-down::before {
  content: "\e00a"; }

.k-i-arrow-end-left::before, .k-i-seek-w::before {
  content: "\e00b"; }

.k-i-arrow-double-60-up::before {
  content: "\e00c"; }

.k-i-arrow-seek-up::before, .k-i-seek-n::before {
  content: "\e00c"; }

.k-i-arrow-double-60-right::before {
  content: "\e00d"; }

.k-i-arrow-seek-right::before {
  content: "\e00d"; }

.k-i-forward-sm::before {
  content: "\e00d"; }

.k-i-arrow-double-60-down::before {
  content: "\e00e"; }

.k-i-arrow-seek-down::before, .k-i-seek-s::before {
  content: "\e00e"; }

.k-i-arrow-double-60-left::before {
  content: "\e00f"; }

.k-i-arrow-seek-left::before {
  content: "\e00f"; }

.k-i-rewind-sm::before {
  content: "\e00f"; }

.k-i-arrows-kpi::before {
  content: "\e010"; }

.k-i-kpi::before {
  content: "\e010"; }

.k-i-arrows-no-change::before {
  content: "\e011"; }

.k-i-arrow-overflow-down::before {
  content: "\e012"; }

.k-i-arrow-chevron-up::before, .k-i-arrowhead-n::before {
  content: "\e013"; }

.k-i-arrow-chevron-right::before, .k-i-arrowhead-e::before {
  content: "\e014"; }

.k-i-arrow-chevron-down::before, .k-i-arrowhead-s::before {
  content: "\e015"; }

.k-i-arrow-chevron-left::before, .k-i-arrowhead-w::before {
  content: "\e016"; }

.k-i-arrow-up::before {
  content: "\e017"; }

.k-i-arrow-right::before {
  content: "\e018"; }

.k-i-arrow-down::before {
  content: "\e019"; }

.k-i-arrow-left::before {
  content: "\e01a"; }

.k-i-arrow-drill::before {
  content: "\e01b"; }

.k-i-arrow-parent::before {
  content: "\e01c"; }

.k-i-arrow-root::before {
  content: "\e01d"; }

.k-i-arrows-resizing::before {
  content: "\e01e"; }

.k-i-arrows-dimensions::before, .k-i-dimension::before {
  content: "\e01f"; }

.k-i-arrows-swap::before {
  content: "\e020"; }

.k-i-drag-and-drop::before {
  content: "\e021"; }

.k-i-categorize::before {
  content: "\e022"; }

.k-i-grid::before {
  content: "\e023"; }

.k-i-grid-layout::before {
  content: "\e024"; }

.k-i-group::before {
  content: "\e025"; }

.k-i-ungroup::before {
  content: "\e026"; }

.k-i-handler-drag::before {
  content: "\e027"; }

.k-i-layout::before {
  content: "\e028"; }

.k-i-layout-1-by-4::before {
  content: "\e029"; }

.k-i-layout-2-by-2::before, .k-i-page-layout::before {
  content: "\e02a"; }

.k-i-layout-side-by-side::before {
  content: "\e02b"; }

.k-i-layout-stacked::before {
  content: "\e02c"; }

.k-i-columns::before {
  content: "\e02d"; }

.k-i-rows::before {
  content: "\e02e"; }

.k-i-reorder::before {
  content: "\e02f"; }

.k-i-menu::before, .k-i-hamburger::before {
  content: "\e030"; }

.k-i-more-vertical::before, .k-i-vbars::before {
  content: "\e031"; }

.k-i-more-horizontal::before, .k-i-hbars::before {
  content: "\e032"; }

.k-i-undo::before, .k-i-undo-large::before {
  content: "\e100"; }

.k-i-redo::before, .k-i-redo-large::before {
  content: "\e101"; }

.k-i-reset::before {
  content: "\e102"; }

.k-i-reload::before {
  content: "\e103"; }

.k-i-refresh::before {
  content: "\e103"; }

.k-i-recurrence::before {
  content: "\e103"; }

.k-i-non-recurrence::before, .k-i-refresh-clear::before {
  content: "\e104"; }

.k-i-reset-sm::before {
  content: "\e105"; }

.k-i-reload-sm::before {
  content: "\e106"; }

.k-i-refresh-sm::before {
  content: "\e106"; }

.k-i-recurrence-sm::before {
  content: "\e106"; }

.k-i-clock::before {
  content: "\e107"; }

.k-i-calendar::before {
  content: "\e108"; }

.k-i-save::before {
  content: "\e109"; }

.k-i-floppy::before {
  content: "\e109"; }

.k-i-print::before {
  content: "\e10a"; }

.k-i-printer::before {
  content: "\e10a"; }

.k-i-edit::before {
  content: "\e10b"; }

.k-i-pencil::before {
  content: "\e10b"; }

.k-i-delete::before {
  content: "\e10c"; }

.k-i-trash::before {
  content: "\e10c"; }

.k-i-attachment::before {
  content: "\e10d"; }

.k-i-clip::before {
  content: "\e10d"; }

.k-i-attachment-45::before {
  content: "\e10e"; }

.k-i-clip-45::before {
  content: "\e10e"; }

.k-i-link-horizontal::before {
  content: "\e10f"; }

.k-i-hyperlink::before {
  content: "\e10f"; }

.k-i-unlink-horizontal::before {
  content: "\e110"; }

.k-i-hyperlink-remove::before {
  content: "\e110"; }

.k-i-link-vertical::before {
  content: "\e111"; }

.k-i-unlink-vertical::before {
  content: "\e112"; }

.k-i-lock::before {
  content: "\e113"; }

.k-i-unlock::before {
  content: "\e114"; }

.k-i-cancel::before {
  content: "\e115"; }

.k-i-cancel-outline::before, .k-i-deny::before {
  content: "\e116"; }

.k-i-cancel-circle::before {
  content: "\e117"; }

.k-i-check::before {
  content: "\e118"; }

.k-i-checkmark::before {
  content: "\e118"; }

.k-i-check-outline::before {
  content: "\e119"; }

.k-i-checkmark-outline::before {
  content: "\e119"; }

.k-i-success::before {
  content: "\e119"; }

.k-i-check-circle::before {
  content: "\e11a"; }

.k-i-checkmark-circle::before {
  content: "\e11a"; }

.k-i-close::before, .k-i-group-delete::before {
  content: "\e11b"; }

.k-i-x::before {
  content: "\e11b"; }

.k-i-close-outline::before {
  content: "\e11c"; }

.k-i-x-outline::before {
  content: "\e11c"; }

.k-i-error::before {
  content: "\e11c"; }

.k-i-close-circle::before {
  content: "\e11d"; }

.k-i-x-circle::before {
  content: "\e11d"; }

.k-i-plus::before, .k-i-add::before, .k-plus::before {
  content: "\e11e"; }

.k-i-plus-outline::before {
  content: "\e11f"; }

.k-i-plus-circle::before {
  content: "\e120"; }

.k-i-minus::before, .k-minus::before {
  content: "\e121"; }

.k-i-kpi-trend-equal::before {
  content: "\e121"; }

.k-i-minus-outline::before {
  content: "\e122"; }

.k-i-minus-circle::before {
  content: "\e123"; }

.k-i-sort-asc::before {
  content: "\e124"; }

.k-i-sort-desc::before {
  content: "\e125"; }

.k-i-unsort::before {
  content: "\e126"; }

.k-i-sort-clear::before {
  content: "\e126"; }

.k-i-sort-asc-sm::before {
  content: "\e127"; }

.k-i-sort-desc-sm::before {
  content: "\e128"; }

.k-i-filter::before {
  content: "\e129"; }

.k-i-filter-clear::before {
  content: "\e12a"; }

.k-i-filter-sm::before {
  content: "\e12b"; }

.k-i-filter-sort-asc-sm::before {
  content: "\e12c"; }

.k-i-filter-sort-desc-sm::before {
  content: "\e12d"; }

.k-i-filter-add-expression::before {
  content: "\e12e"; }

.k-i-filter-add-group::before {
  content: "\e12f"; }

.k-i-login::before {
  content: "\e130"; }

.k-i-logout::before {
  content: "\e131"; }

.k-i-download::before {
  content: "\e132"; }

.k-i-upload::before {
  content: "\e133"; }

.k-i-hyperlink-open::before {
  content: "\e134"; }

.k-i-hyperlink-open-sm::before {
  content: "\e135"; }

.k-i-launch::before {
  content: "\e136"; }

.k-i-window::before {
  content: "\e137"; }

.k-i-window-maximize::before, .k-i-maximize::before {
  content: "\e137"; }

.k-i-windows::before {
  content: "\e138"; }

.k-i-window-restore::before, .k-i-restore::before {
  content: "\e138"; }

.k-i-tiles::before {
  content: "\e138"; }

.k-i-window-minimize::before, .k-i-minimize::before {
  content: "\e139"; }

.k-i-gear::before {
  content: "\e13a"; }

.k-i-cog::before {
  content: "\e13a"; }

.k-i-custom::before {
  content: "\e13a"; }

.k-i-gears::before {
  content: "\e13b"; }

.k-i-cogs::before {
  content: "\e13b"; }

.k-i-wrench::before {
  content: "\e13c"; }

.k-i-settings::before {
  content: "\e13c"; }

.k-i-preview::before {
  content: "\e13d"; }

.k-i-eye::before {
  content: "\e13d"; }

.k-i-zoom::before {
  content: "\e13e"; }

.k-i-search::before {
  content: "\e13e"; }

.k-i-zoom-in::before {
  content: "\e13f"; }

.k-i-zoom-out::before {
  content: "\e140"; }

.k-i-pan::before {
  content: "\e141"; }

.k-i-move::before {
  content: "\e141"; }

.k-i-calculator::before {
  content: "\e142"; }

.k-i-cart::before {
  content: "\e143"; }

.k-i-shopping-cart::before {
  content: "\e143"; }

.k-i-connector::before {
  content: "\e144"; }

.k-i-plus-sm::before, .k-i-splus::before {
  content: "\e145"; }

.k-i-minus-sm::before, .k-i-sminus::before {
  content: "\e146"; }

.k-i-kpi-status-deny::before {
  content: "\e147"; }

.k-i-kpi-status-hold::before {
  content: "\e148"; }

.k-i-kpi-status-open::before {
  content: "\e149"; }

.k-i-play::before {
  content: "\e200"; }

.k-i-pause::before {
  content: "\e201"; }

.k-i-stop::before {
  content: "\e202"; }

.k-i-rewind::before {
  content: "\e203"; }

.k-i-forward::before {
  content: "\e204"; }

.k-i-volume-down::before, .k-i-volume-low::before {
  content: "\e205"; }

.k-i-volume-up::before, .k-i-volume-high::before {
  content: "\e206"; }

.k-i-volume-off::before, .k-i-volume-mute::before {
  content: "\e207"; }

.k-i-hd::before {
  content: "\e208"; }

.k-i-subtitles::before {
  content: "\e209"; }

.k-i-playlist::before {
  content: "\e20a"; }

.k-i-audio::before {
  content: "\e20b"; }

.k-i-play-sm::before {
  content: "\e20c"; }

.k-i-pause-sm::before {
  content: "\e20d"; }

.k-i-stop-sm::before {
  content: "\e20e"; }

.k-i-heart-outline::before {
  content: "\e300"; }

.k-i-fav-outline::before {
  content: "\e300"; }

.k-i-favorite-outline::before {
  content: "\e300"; }

.k-i-heart::before {
  content: "\e301"; }

.k-i-fav::before {
  content: "\e301"; }

.k-i-favorite::before {
  content: "\e301"; }

.k-i-star-outline::before {
  content: "\e302"; }

.k-i-bookmark-outline::before {
  content: "\e302"; }

.k-i-star::before {
  content: "\e303"; }

.k-i-bookmark::before {
  content: "\e303"; }

.k-i-checkbox::before {
  content: "\e304"; }

.k-i-shape-rect::before {
  content: "\e304"; }

.k-i-checkbox-checked::before {
  content: "\e305"; }

.k-i-tri-state-indeterminate::before {
  content: "\e306"; }

.k-i-tri-state-null::before {
  content: "\e307"; }

.k-i-circle::before {
  content: "\e308"; }

.k-i-radiobutton::before {
  content: "\e309"; }

.k-i-shape-circle::before {
  content: "\e309"; }

.k-i-radiobutton-checked::before {
  content: "\e30a"; }

.k-i-notification::before {
  content: "\e400"; }

.k-i-bell::before {
  content: "\e400"; }

.k-i-information::before {
  content: "\e401"; }

.k-i-info::before {
  content: "\e401"; }

.k-i-question::before {
  content: "\e402"; }

.k-i-help::before {
  content: "\e402"; }

.k-i-warning::before {
  content: "\e403"; }

.k-i-exception::before {
  content: "\e403"; }

.k-i-photo-camera::before {
  content: "\e500"; }

.k-i-image::before {
  content: "\e501"; }

.k-i-photo::before {
  content: "\e501"; }

.k-i-image-export::before {
  content: "\e502"; }

.k-i-photo-export::before {
  content: "\e502"; }

.k-i-zoom-actual-size::before {
  content: "\e503"; }

.k-i-zoom-best-fit::before {
  content: "\e504"; }

.k-i-image-resize::before {
  content: "\e505"; }

.k-i-crop::before {
  content: "\e506"; }

.k-i-mirror::before {
  content: "\e507"; }

.k-i-flip-horizontal::before {
  content: "\e508"; }

.k-i-flip-vertical::before {
  content: "\e509"; }

.k-i-rotate::before {
  content: "\e50a"; }

.k-i-rotate-right::before, .k-i-rotate-cw::before {
  content: "\e50b"; }

.k-i-rotate-left::before, .k-i-rotate-ccw::before {
  content: "\e50c"; }

.k-i-brush::before {
  content: "\e50d"; }

.k-i-palette::before {
  content: "\e50e"; }

.k-i-paint::before {
  content: "\e50f"; }

.k-i-droplet::before {
  content: "\e50f"; }

.k-i-background::before {
  content: "\e50f"; }

.k-i-line::before {
  content: "\e510"; }

.k-i-shape-line::before {
  content: "\e510"; }

.k-i-brightness-contrast::before {
  content: "\e511"; }

.k-i-saturation::before {
  content: "\e512"; }

.k-i-invert-colors::before {
  content: "\e513"; }

.k-i-transperancy::before {
  content: "\e514"; }

.k-i-opacity::before {
  content: "\e514"; }

.k-i-greyscale::before {
  content: "\e515"; }

.k-i-blur::before {
  content: "\e516"; }

.k-i-sharpen::before {
  content: "\e517"; }

.k-i-shape::before {
  content: "\e518"; }

.k-i-round-corners::before {
  content: "\e519"; }

.k-i-front-element::before {
  content: "\e51a"; }

.k-i-back-element::before {
  content: "\e51b"; }

.k-i-forward-element::before {
  content: "\e51c"; }

.k-i-backward-element::before {
  content: "\e51d"; }

.k-i-align-left-element::before {
  content: "\e51e"; }

.k-i-align-center-element::before {
  content: "\e51f"; }

.k-i-align-right-element::before {
  content: "\e520"; }

.k-i-align-top-element::before {
  content: "\e521"; }

.k-i-align-middle-element::before {
  content: "\e522"; }

.k-i-align-bottom-element::before {
  content: "\e523"; }

.k-i-thumbnails-up::before {
  content: "\e524"; }

.k-i-thumbnails-right::before {
  content: "\e525"; }

.k-i-thumbnails-down::before {
  content: "\e526"; }

.k-i-thumbnails-left::before {
  content: "\e527"; }

.k-i-full-screen::before, .k-i-fullscreen-enter::before {
  content: "\e528"; }

.k-i-fullscreen::before {
  content: "\e528"; }

.k-i-full-screen-exit::before {
  content: "\e529"; }

.k-i-fullscreen-exit::before {
  content: "\e529"; }

.k-i-reset-color::before {
  content: "\e52a"; }

.k-i-paint-remove::before {
  content: "\e52a"; }

.k-i-background-remove::before {
  content: "\e52a"; }

.k-i-page-properties::before {
  content: "\e600"; }

.k-i-bold::before {
  content: "\e601"; }

.k-i-italic::before {
  content: "\e602"; }

.k-i-underline::before {
  content: "\e603"; }

.k-i-font-family::before {
  content: "\e604"; }

.k-i-foreground-color::before, .k-i-text::before {
  content: "\e605"; }

.k-i-convert-lowercase::before {
  content: "\e606"; }

.k-i-convert-uppercase::before {
  content: "\e607"; }

.k-i-strikethrough::before, .k-i-strike-through::before {
  content: "\e608"; }

.k-i-sub-script::before, .k-i-subscript::before {
  content: "\e609"; }

.k-i-sup-script::before, .k-i-superscript::before {
  content: "\e60a"; }

.k-i-div::before {
  content: "\e60b"; }

.k-i-all::before {
  content: "\e60c"; }

.k-i-h1::before {
  content: "\e60d"; }

.k-i-h2::before {
  content: "\e60e"; }

.k-i-h3::before {
  content: "\e60f"; }

.k-i-h4::before {
  content: "\e610"; }

.k-i-h5::before {
  content: "\e611"; }

.k-i-h6::before {
  content: "\e612"; }

.k-i-list-ordered::before, .k-i-insert-ordered-list::before {
  content: "\e613"; }

.k-i-list-numbered::before {
  content: "\e613"; }

.k-i-list-unordered::before, .k-i-insert-unordered-list::before {
  content: "\e614"; }

.k-i-list-bulleted::before {
  content: "\e614"; }

.k-i-indent-increase::before {
  content: "\e615"; }

.k-i-indent::before {
  content: "\e615"; }

.k-i-indent-decrease::before {
  content: "\e616"; }

.k-i-outdent::before {
  content: "\e616"; }

.k-i-insert-up::before, .k-i-insert-n::before {
  content: "\e617"; }

.k-i-insert-top::before {
  content: "\e617"; }

.k-i-insert-middle::before, .k-i-insert-m::before {
  content: "\e618"; }

.k-i-insert-down::before, .k-i-insert-s::before {
  content: "\e619"; }

.k-i-insert-bottom::before {
  content: "\e619"; }

.k-i-align-top::before {
  content: "\e61a"; }

.k-i-align-middle::before {
  content: "\e61b"; }

.k-i-align-bottom::before {
  content: "\e61c"; }

.k-i-align-left::before, .k-i-justify-left::before {
  content: "\e61d"; }

.k-i-align-center::before, .k-i-justify-center::before {
  content: "\e61e"; }

.k-i-align-right::before, .k-i-justify-right::before {
  content: "\e61f"; }

.k-i-align-justify::before, .k-i-justify-full::before {
  content: "\e620"; }

.k-i-align-remove::before, .k-i-justify-clear::before {
  content: "\e621"; }

.k-i-text-wrap::before {
  content: "\e622"; }

.k-i-rule-horizontal::before {
  content: "\e623"; }

.k-i-table-align-top-left::before {
  content: "\e624"; }

.k-i-table-align-top-center::before {
  content: "\e625"; }

.k-i-table-align-top-right::before {
  content: "\e626"; }

.k-i-table-align-middle-left::before {
  content: "\e627"; }

.k-i-table-align-middle-center::before {
  content: "\e628"; }

.k-i-table-align-middle-right::before {
  content: "\e629"; }

.k-i-table-align-bottom-left::before {
  content: "\e62a"; }

.k-i-table-align-bottom-center::before {
  content: "\e62b"; }

.k-i-table-align-bottom-right::before {
  content: "\e62c"; }

.k-i-table-align-remove::before {
  content: "\e62d"; }

.k-i-borders-all::before, .k-i-all-borders::before {
  content: "\e62e"; }

.k-i-borders-outside::before, .k-i-outside-borders::before {
  content: "\e62f"; }

.k-i-borders-inside::before, .k-i-inside-borders::before {
  content: "\e630"; }

.k-i-borders-inside-horizontal::before, .k-i-inside-horizontal-borders::before {
  content: "\e631"; }

.k-i-borders-inside-vertical::before, .k-i-inside-vertical-borders::before {
  content: "\e632"; }

.k-i-border-top::before, .k-i-top-border::before {
  content: "\e633"; }

.k-i-border-bottom::before, .k-i-bottom-border::before {
  content: "\e634"; }

.k-i-border-left::before, .k-i-left-border::before {
  content: "\e635"; }

.k-i-border-right::before, .k-i-right-border::before {
  content: "\e636"; }

.k-i-border-no::before, .k-i-no-borders::before {
  content: "\e637"; }

.k-i-borders-show-hide::before {
  content: "\e638"; }

.k-i-form::before {
  content: "\e639"; }

.k-i-border::before {
  content: "\e639"; }

.k-i-form-element::before {
  content: "\e63a"; }

.k-i-code-snippet::before {
  content: "\e63b"; }

.k-i-select-all::before {
  content: "\e63c"; }

.k-i-button::before {
  content: "\e63d"; }

.k-i-select-box::before {
  content: "\e63e"; }

.k-i-calendar-date::before {
  content: "\e63f"; }

.k-i-group-box::before {
  content: "\e640"; }

.k-i-textarea::before {
  content: "\e641"; }

.k-i-textbox::before {
  content: "\e642"; }

.k-i-textbox-hidden::before {
  content: "\e643"; }

.k-i-password::before {
  content: "\e644"; }

.k-i-paragraph-add::before {
  content: "\e645"; }

.k-i-edit-tools::before {
  content: "\e646"; }

.k-i-template-manager::before {
  content: "\e647"; }

.k-i-change-manually::before {
  content: "\e648"; }

.k-i-track-changes::before {
  content: "\e649"; }

.k-i-track-changes-enable::before {
  content: "\e64a"; }

.k-i-track-changes-accept::before {
  content: "\e64b"; }

.k-i-track-changes-accept-all::before {
  content: "\e64c"; }

.k-i-track-changes-reject::before {
  content: "\e64d"; }

.k-i-track-changes-reject-all::before {
  content: "\e64e"; }

.k-i-document-manager::before {
  content: "\e64f"; }

.k-i-custom-icon::before {
  content: "\e650"; }

.k-i-dictionary-add::before {
  content: "\e651"; }

.k-i-image-light-dialog::before {
  content: "\e652"; }

.k-i-image-insert::before, .k-i-insert-image::before {
  content: "\e652"; }

.k-i-image-edit::before {
  content: "\e653"; }

.k-i-image-map-editor::before {
  content: "\e654"; }

.k-i-comment::before {
  content: "\e655"; }

.k-i-comment-remove::before {
  content: "\e656"; }

.k-i-comments-remove-all::before {
  content: "\e657"; }

.k-i-silverlight::before {
  content: "\e658"; }

.k-i-media-manager::before {
  content: "\e659"; }

.k-i-video-external::before {
  content: "\e65a"; }

.k-i-flash-manager::before {
  content: "\e65b"; }

.k-i-find-and-replace::before {
  content: "\e65c"; }

.k-i-find::before {
  content: "\e65c"; }

.k-i-copy::before {
  content: "\e65d"; }

.k-i-files::before {
  content: "\e65d"; }

.k-i-cut::before {
  content: "\e65e"; }

.k-i-paste::before {
  content: "\e65f"; }

.k-i-paste-as-html::before {
  content: "\e660"; }

.k-i-paste-from-word::before {
  content: "\e661"; }

.k-i-paste-from-word-strip-file::before {
  content: "\e662"; }

.k-i-paste-html::before {
  content: "\e663"; }

.k-i-paste-markdown::before {
  content: "\e664"; }

.k-i-paste-plain-text::before {
  content: "\e665"; }

.k-i-apply-format::before {
  content: "\e666"; }

.k-i-clear-css::before, .k-i-clearformat::before {
  content: "\e667"; }

.k-i-copy-format::before {
  content: "\e668"; }

.k-i-strip-all-formating::before {
  content: "\e669"; }

.k-i-strip-css-format::before {
  content: "\e66a"; }

.k-i-strip-font-elements::before {
  content: "\e66b"; }

.k-i-strip-span-elements::before {
  content: "\e66c"; }

.k-i-strip-word-formatting::before {
  content: "\e66d"; }

.k-i-format-code-block::before {
  content: "\e66e"; }

.k-i-style-builder::before {
  content: "\e66f"; }

.k-i-module-manager::before {
  content: "\e670"; }

.k-i-hyperlink-light-dialog::before {
  content: "\e671"; }

.k-i-hyperlink-insert::before {
  content: "\e671"; }

.k-i-hyperlink-globe::before {
  content: "\e672"; }

.k-i-hyperlink-globe-remove::before {
  content: "\e673"; }

.k-i-hyperlink-email::before {
  content: "\e674"; }

.k-i-anchor::before {
  content: "\e675"; }

.k-i-table-light-dialog::before, .k-i-create-table::before {
  content: "\e676"; }

.k-i-table-insert::before {
  content: "\e676"; }

.k-i-table::before {
  content: "\e677"; }

.k-i-table-properties::before {
  content: "\e678"; }

.k-i-table-wizard::before {
  content: "\e678"; }

.k-i-table-cell::before {
  content: "\e679"; }

.k-i-table-cell-properties::before {
  content: "\e67a"; }

.k-i-table-column-insert-left::before, .k-i-add-column-left::before {
  content: "\e67b"; }

.k-i-table-column-insert-right::before, .k-i-add-column-right::before {
  content: "\e67c"; }

.k-i-table-row-insert-above::before, .k-i-add-row-above::before {
  content: "\e67d"; }

.k-i-table-row-insert-below::before, .k-i-add-row-below::before {
  content: "\e67e"; }

.k-i-table-column-delete::before, .k-i-delete-column::before {
  content: "\e67f"; }

.k-i-table-row-delete::before, .k-i-delete-row::before {
  content: "\e680"; }

.k-i-table-cell-delete::before {
  content: "\e681"; }

.k-i-table-delete::before {
  content: "\e682"; }

.k-i-cells-merge::before, .k-i-merge-cells::before {
  content: "\e683"; }

.k-i-cells-merge-horizontally::before, .k-i-merge-horizontally::before {
  content: "\e684"; }

.k-i-cells-merge-vertically::before, .k-i-merge-vertically::before {
  content: "\e685"; }

.k-i-cell-split-horizontally::before {
  content: "\e686"; }

.k-i-cell-split-vertically::before {
  content: "\e687"; }

.k-i-table-unmerge::before, .k-i-normal-layout::before {
  content: "\e688"; }

.k-i-pane-freeze::before, .k-i-freeze-panes::before {
  content: "\e689"; }

.k-i-row-freeze::before, .k-i-freeze-row::before {
  content: "\e68a"; }

.k-i-column-freeze::before, .k-i-freeze-col::before {
  content: "\e68b"; }

.k-i-toolbar-float::before {
  content: "\e68c"; }

.k-i-spell-checker::before {
  content: "\e68d"; }

.k-i-validation-xhtml::before {
  content: "\e68e"; }

.k-i-validation-data::before {
  content: "\e68f"; }

.k-i-toggle-full-screen-mode::before {
  content: "\e690"; }

.k-i-formula-fx::before, .k-i-fx::before {
  content: "\e691"; }

.k-i-sum::before {
  content: "\e692"; }

.k-i-symbol::before {
  content: "\e693"; }

.k-i-dollar::before {
  content: "\e694"; }

.k-i-currency::before {
  content: "\e694"; }

.k-i-percent::before {
  content: "\e695"; }

.k-i-custom-format::before, .k-i-format-number::before {
  content: "\e696"; }

.k-i-decimal-increase::before, .k-i-increase-decimal::before {
  content: "\e697"; }

.k-i-decimal-decrease::before, .k-i-decrease-decimal::before {
  content: "\e698"; }

.k-i-font-size::before {
  content: "\e699"; }

.k-i-image-absolute-position::before {
  content: "\e69a"; }

.k-i-globe-outline::before {
  content: "\e700"; }

.k-i-globe::before {
  content: "\e701"; }

.k-i-marker-pin::before {
  content: "\e702"; }

.k-i-marker-pin-target::before {
  content: "\e703"; }

.k-i-pin::before {
  content: "\e704"; }

.k-i-unpin::before {
  content: "\e705"; }

.k-i-share::before {
  content: "\e800"; }

.k-i-user::before {
  content: "\e801"; }

.k-i-inbox::before {
  content: "\e802"; }

.k-i-blogger::before {
  content: "\e803"; }

.k-i-blogger-box::before {
  content: "\e804"; }

.k-i-delicious::before {
  content: "\e805"; }

.k-i-delicious-box::before {
  content: "\e806"; }

.k-i-digg::before {
  content: "\e807"; }

.k-i-digg-box::before {
  content: "\e808"; }

.k-i-email::before {
  content: "\e809"; }

.k-i-envelop::before {
  content: "\e809"; }

.k-i-letter::before {
  content: "\e809"; }

.k-i-email-box::before {
  content: "\e80a"; }

.k-i-envelop-box::before {
  content: "\e80a"; }

.k-i-letter-box::before {
  content: "\e80a"; }

.k-i-facebook::before {
  content: "\e80b"; }

.k-i-facebook-box::before {
  content: "\e80c"; }

.k-i-google::before {
  content: "\e80d"; }

.k-i-google-box::before {
  content: "\e80e"; }

.k-i-google-plus::before {
  content: "\e80f"; }

.k-i-google-plus-box::before {
  content: "\e810"; }

.k-i-linkedin::before {
  content: "\e811"; }

.k-i-linkedin-box::before {
  content: "\e812"; }

.k-i-myspace::before {
  content: "\e813"; }

.k-i-myspace-box::before {
  content: "\e814"; }

.k-i-pinterest::before {
  content: "\e815"; }

.k-i-pinterest-box::before {
  content: "\e816"; }

.k-i-reddit::before {
  content: "\e817"; }

.k-i-reddit-box::before {
  content: "\e818"; }

.k-i-stumble-upon::before {
  content: "\e819"; }

.k-i-stumble-upon-box::before {
  content: "\e81a"; }

.k-i-tell-a-friend::before {
  content: "\e81b"; }

.k-i-tell-a-friend-box::before {
  content: "\e81c"; }

.k-i-tumblr::before {
  content: "\e81d"; }

.k-i-tumblr-box::before {
  content: "\e81e"; }

.k-i-twitter::before {
  content: "\e81f"; }

.k-i-twitter-box::before {
  content: "\e820"; }

.k-i-yammer::before {
  content: "\e821"; }

.k-i-yammer-box::before {
  content: "\e822"; }

.k-i-behance::before {
  content: "\e823"; }

.k-i-behance-box::before {
  content: "\e824"; }

.k-i-dribbble::before {
  content: "\e825"; }

.k-i-dribbble-box::before {
  content: "\e826"; }

.k-i-rss::before {
  content: "\e827"; }

.k-i-rss-box::before {
  content: "\e828"; }

.k-i-vimeo::before {
  content: "\e829"; }

.k-i-vimeo-box::before {
  content: "\e82a"; }

.k-i-youtube::before {
  content: "\e82b"; }

.k-i-youtube-box::before {
  content: "\e82c"; }

.k-i-folder::before {
  content: "\e900"; }

.k-i-folder-open::before {
  content: "\e901"; }

.k-i-folder-add::before {
  content: "\e902"; }

.k-i-folder-up::before {
  content: "\e903"; }

.k-i-folder-more::before {
  content: "\e904"; }

.k-i-fields-more::before {
  content: "\e904"; }

.k-i-aggregate-fields::before {
  content: "\e905"; }

.k-i-file::before {
  content: "\e906"; }

.k-i-file-vertical::before, .k-i-page-portrait::before {
  content: "\e906"; }

.k-i-file-add::before, .k-i-insert-file::before {
  content: "\e907"; }

.k-i-file-txt::before {
  content: "\e908"; }

.k-i-txt::before {
  content: "\e908"; }

.k-i-file-csv::before {
  content: "\e909"; }

.k-i-csv::before {
  content: "\e909"; }

.k-i-file-excel::before {
  content: "\e90a"; }

.k-i-file-xls::before {
  content: "\e90a"; }

.k-i-excel::before {
  content: "\e90a"; }

.k-i-xls::before, .k-i-xlsa::before {
  content: "\e90a"; }

.k-i-file-word::before {
  content: "\e90b"; }

.k-i-file-doc::before {
  content: "\e90b"; }

.k-i-word::before {
  content: "\e90b"; }

.k-i-doc::before {
  content: "\e90b"; }

.k-i-file-mdb::before {
  content: "\e90c"; }

.k-i-mdb::before {
  content: "\e90c"; }

.k-i-file-ppt::before {
  content: "\e90d"; }

.k-i-ppt::before {
  content: "\e90d"; }

.k-i-file-pdf::before {
  content: "\e90e"; }

.k-i-pdf::before, .k-i-pdfa::before {
  content: "\e90e"; }

.k-i-file-psd::before {
  content: "\e90f"; }

.k-i-psd::before {
  content: "\e90f"; }

.k-i-file-flash::before {
  content: "\e910"; }

.k-i-flash::before {
  content: "\e910"; }

.k-i-file-config::before {
  content: "\e911"; }

.k-i-config::before {
  content: "\e911"; }

.k-i-file-ascx::before {
  content: "\e912"; }

.k-i-ascx::before {
  content: "\e912"; }

.k-i-file-bac::before {
  content: "\e913"; }

.k-i-bac::before {
  content: "\e913"; }

.k-i-file-zip::before {
  content: "\e914"; }

.k-i-zip::before {
  content: "\e914"; }

.k-i-film::before {
  content: "\e915"; }

.k-i-css3::before {
  content: "\e916"; }

.k-i-html5::before {
  content: "\e917"; }

.k-i-html::before {
  content: "\e918"; }

.k-i-source-code::before {
  content: "\e918"; }

.k-i-view-source::before {
  content: "\e918"; }

.k-i-css::before {
  content: "\e919"; }

.k-i-js::before {
  content: "\e91a"; }

.k-i-exe::before {
  content: "\e91b"; }

.k-i-csproj::before {
  content: "\e91c"; }

.k-i-vbproj::before {
  content: "\e91d"; }

.k-i-cs::before {
  content: "\e91e"; }

.k-i-vb::before {
  content: "\e91f"; }

.k-i-sln::before {
  content: "\e920"; }

.k-i-cloud::before {
  content: "\e921"; }

.k-i-file-horizontal::before, .k-i-page-landscape::before {
  content: "\e922"; }

.k-rtl .k-i-indent-increase,
.k-rtl .k-i-indent-decrease,
.k-rtl .k-i-expand,
.k-rtl .k-i-collapse,
[dir=rtl] .k-i-expand,
[dir=rtl] .k-i-collapse {
  transform: scaleX(-1); }

.k-sprite {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -ms-high-contrast-adjust: none; }

.k-image {
  display: inline-block; }

.k-line {
  background-color: currentColor;
  border-color: currentColor; }

.k-line-h,
.k-line-v {
  position: absolute; }

.k-line-h {
  height: 2px; }

.k-line-v {
  width: 2px; }

.k-loading {
  width: 64px;
  height: 64px;
  display: block; }
  .k-loading .animate {
    animation: loading 2s infinite linear; }

.k-loading-mask,
.k-loading-image,
.k-loading-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.k-loading-mask {
  z-index: 100; }
  .k-loading-mask.k-opaque .k-loading-color {
    opacity: 1; }

.k-loading-text {
  text-indent: -4000px;
  text-align: center;
  position: absolute; }

.k-loading-image {
  z-index: 2; }

.k-loading-color {
  background-color: #ffffff;
  opacity: .3; }

.k-i-loading {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  color: currentColor; }

.k-i-loading::before,
.k-i-loading::after,
.k-loading-image::before,
.k-loading-image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  box-sizing: inherit;
  border-radius: 50%;
  border-width: .05em;
  border-style: solid;
  border-color: currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent; }

.k-icon.k-i-loading::before,
.k-icon.k-i-loading::after {
  content: ""; }

.k-i-loading::before,
.k-loading-image::before {
  margin-top: -.5em;
  margin-left: -.5em;
  width: 1em;
  height: 1em;
  animation: k-loading-animation .7s linear infinite; }

.k-i-loading::after,
.k-loading-image::after {
  margin-top: -.25em;
  margin-left: -.25em;
  width: .5em;
  height: .5em;
  animation: k-loading-animation reverse 1.4s linear infinite; }

.k-loading-image::before,
.k-loading-image::after {
  content: "";
  border-width: .015em;
  font-size: 4em; }

@keyframes loading {
  0% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 502; }
  50% {
    stroke-dasharray: 250 1; }
  100% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 0; } }

@keyframes k-loading-animation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.k-resize-handle,
.k-resize-hint {
  position: absolute;
  border-color: inherit;
  z-index: 200; }

.k-resize-handle {
  display: flex;
  align-items: center;
  justify-content: center; }

.k-resize-handle::before {
  content: "";
  border: 0 solid;
  border-color: inherit; }

.k-resize-n {
  width: 100%;
  height: 6px;
  flex-direction: row;
  left: 0;
  top: -3px;
  cursor: n-resize; }

.k-resize-s {
  width: 100%;
  height: 6px;
  flex-direction: row;
  left: 0;
  bottom: -3px;
  cursor: s-resize; }

.k-resize-w {
  width: 6px;
  height: 100%;
  flex-direction: col;
  top: 0;
  left: -3px;
  cursor: w-resize; }

.k-resize-e {
  width: 6px;
  height: 100%;
  flex-direction: col;
  top: 0;
  right: -3px;
  cursor: w-resize; }

.k-resize-sw,
.k-resize-se,
.k-resize-nw,
.k-resize-ne {
  width: 5px;
  height: 5px; }

.k-resize-sw {
  cursor: sw-resize;
  bottom: 0;
  left: 0; }

.k-resize-se {
  cursor: se-resize;
  bottom: 0;
  right: 0; }

.k-resize-nw {
  cursor: nw-resize;
  top: 0;
  left: 0; }

.k-resize-ne {
  cursor: ne-resize;
  top: 0;
  right: 0; }

.k-vertical-resize {
  cursor: row-resize; }

.k-horizontal-resize {
  cursor: col-resize; }

.k-resize-hint {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .k-resize-hint .k-resize-hint-handle {
    width: auto;
    height: 20px;
    align-self: stretch; }
  .k-resize-hint .k-resize-hint-marker {
    width: 2px;
    height: auto;
    flex: 1 1 auto; }

.k-resize-hint-vertical {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .k-resize-hint-vertical .k-resize-hint-handle {
    width: 20px;
    height: auto;
    align-self: stretch; }
  .k-resize-hint-vertical .k-resize-hint-marker {
    width: auto;
    height: 2px;
    flex: 1 1 auto; }

.k-scrollbar {
  position: absolute;
  overflow: scroll; }

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden; }

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585; }

.k-widget ::selection {
  background-color: #57709c;
  color: #ffffff; }

.k-marquee {
  position: absolute;
  z-index: 100000; }

.k-marquee-color,
.k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.k-marquee-color {
  color: #ffffff;
  background-color: #57709c;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: .6; }

.k-marquee-text {
  color: #ffffff; }

.k-autocomplete .k-i-close, .k-autocomplete .k-i-group-delete::before {
  display: none;
  align-self: center; }

.k-autocomplete.k-state-hover .k-i-close, .k-autocomplete.k-state-hover .k-i-group-delete::before, .k-autocomplete.k-state-focused .k-i-close, .k-autocomplete.k-state-focused .k-i-group-delete::before {
  display: flex;
  outline: 0; }

.k-autocomplete {
  background-clip: padding-box; }
  .k-ie11 .k-autocomplete, .k-edge12 .k-autocomplete, .k-edge13 .k-autocomplete {
    background-clip: border-box; }

.k-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 0 0;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 1.42857;
  box-sizing: content-box; }
  .k-popup > .k-widget:only-child {
    border-width: 0; }
  .k-popup .k-item {
    cursor: pointer;
    outline: none; }
  .k-popup .k-rtl .k-list-optionlabel, [dir='rtl'] .k-popup .k-list-optionlabel {
    text-align: right; }

.k-animation-container {
  border-radius: 0 0 3px 3px; }

.k-animation-container-shown {
  overflow: visible; }

.k-popup .k-item.k-first {
  position: relative; }

.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  padding: 4px 8px;
  min-height: 1.42857em;
  white-space: normal;
  transition: background-color 0.2s ease;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.k-popup > .k-group-header {
  margin-top: 0; }

.k-popup .k-outer-group-header {
  padding: 4px 8px;
  min-height: 1.42857em;
  white-space: normal; }

.k-popup .k-list .k-item > .k-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 .5em;
  font-size: 9.996px;
  line-height: 14px;
  text-transform: uppercase; }

.k-popup .k-list .k-item > .k-group::before {
  display: block;
  content: " ";
  border-width: 7px;
  border-style: solid;
  position: absolute;
  left: -14px;
  bottom: 0; }

.k-rtl.k-popup .k-list .k-item > .k-group,
[dir="rtl"] .k-popup .k-list .k-item > .k-group {
  right: auto;
  left: 0; }
  .k-rtl.k-popup .k-list .k-item > .k-group::before,
  [dir="rtl"] .k-popup .k-list .k-item > .k-group::before {
    right: -14px;
    left: auto; }

.k-group-header + div > .k-list > .k-item.k-first::before {
  content: " ";
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0; }

.k-popup .k-list > .k-outer-group-header {
  border-top-width: 1px;
  border-top-style: solid; }

.k-popup.k-popup-transparent {
  border-width: 0;
  background-color: transparent; }

.k-popup.k-popup-flush {
  padding: 0; }

.k-list-scroller {
  position: relative;
  overflow: auto; }

.k-list {
  height: auto; }
  .k-list > .k-item {
    display: flex;
    align-items: center;
    align-content: center; }
    .k-list > .k-item > .k-icon {
      align-self: center;
      margin-right: 8px; }
  .k-list > .k-custom-item {
    font-style: italic; }
    .k-list > .k-custom-item > .k-i-plus, .k-list > .k-custom-item > .k-plus::before, .k-list > .k-custom-item > .k-i-add::before {
      margin-left: auto;
      margin-right: 0; }

.k-list .k-item,
.k-list-optionlabel {
  padding: 4px 8px;
  min-height: 1.42857em;
  line-height: 1.42857em;
  white-space: normal; }

.k-list-optionlabel {
  cursor: pointer;
  outline: none; }

.k-list-filter {
  display: block;
  position: relative;
  padding: 8px;
  min-height: calc(24px + 1.42857em);
  box-sizing: border-box; }
  .k-list-filter > .k-textbox {
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 0.75rem;
    padding-right: 24px; }
  .k-list-filter > .k-icon {
    position: absolute;
    right: calc(0.75rem + 8px);
    top: 50%;
    transform: translateY(-50%); }
  .k-rtl .k-list-filter > .k-textbox, [dir='rtl'] .k-list-filter > .k-textbox {
    padding-right: 0.75rem;
    padding-left: 24px; }
  .k-rtl .k-list-filter > .k-icon, [dir='rtl'] .k-list-filter > .k-icon {
    left: calc(0.75rem + 8px);
    right: auto; }

.k-dropdown-button .k-popup .k-item {
  cursor: pointer; }

.k-split-button .k-list .k-item:focus,
.k-dropdown-button .k-list .k-item:focus {
  outline: none; }

.k-list-container .k-button, .k-list-container .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-list-container .k-button {
  border-radius: 0;
  padding: 4px 8px;
  border-width: 0;
  color: inherit;
  background-color: transparent;
  background-image: none;
  line-height: inherit;
  display: flex;
  justify-content: flex-start; }
  .k-list-container .k-button .k-icon {
    margin: 0 4px 0 0; }

.k-list-container .k-button.k-state-disabled {
  pointer-events: none; }

.k-list-container .k-nodata .k-button {
  display: inline-flex;
  border-width: 1px; }

.k-list-container .k-separator {
  height: 0; }

.k-popup {
  background-clip: padding-box; }
  .k-ie11 .k-popup, .k-edge12 .k-popup, .k-edge13 .k-popup {
    background-clip: border-box; }

.k-popup > .k-group-header,
.k-popup .k-outer-group-header.k-first,
.k-popup > .k-virtual-wrap > .k-group-header {
  border-bottom-color: #dee2e6;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06); }

.k-popup .k-list .k-item > .k-group {
  color: #ffffff;
  background: #656565; }

.k-popup .k-list .k-item > .k-group::before {
  border-color: #656565 #656565 transparent transparent; }

.k-rtl.k-popup .k-list .k-item > .k-group::before,
[dir="rtl"] .k-popup .k-list .k-item > .k-group::before {
  border-color: #656565 transparent transparent #656565; }

.k-group-header + div > .k-list > .k-item.k-first::before {
  border-color: #dee2e6; }

.k-list > .k-outer-group-header {
  border-color: #dee2e6; }

.k-list .k-item,
.k-list-optionlabel {
  transition: all .2s ease; }

.k-list .k-item:hover.k-state-selected,
.k-list .k-item.k-state-hover.k-state-selected,
.k-list-optionlabel:hover.k-state-selected,
.k-list-optionlabel.k-state-hover.k-state-selected {
  color: #ffffff;
  background-color: #516891; }

.k-animation-container {
  border-radius: 0 0 3px 3px; }

.k-animation-container-shown,
.k-animation-container > .k-popup {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04); }

.k-animation-container-fixed > .k-popup {
  box-shadow: none; }

.k-list-container .k-button, .k-list-container .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-list-container .k-button {
  box-shadow: none; }

.k-list-container .k-button:hover,
.k-list-container .k-button.k-state-hover {
  background-image: none; }

.k-list-container .k-button:active,
.k-list-container .k-button.k-state-active {
  background-image: none; }

.k-list-container .k-button.k-state-disabled {
  background: transparent; }

.k-list-container .k-button:focus,
.k-list-container .k-button.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }

.k-list-container .k-nodata {
  color: rgba(101, 101, 101, 0.5); }

.k-combobox-clearable .k-input {
  padding-right: 24px; }

.k-combobox-clearable[dir='rtl'] .k-input, .k-rtl .k-combobox-clearable .k-input {
  padding-left: 24px;
  padding-right: 0.75rem; }

.k-combobox .k-dropdown-wrap {
  background-clip: padding-box;
  cursor: initial; }
  .k-ie11 .k-combobox .k-dropdown-wrap, .k-edge12 .k-combobox .k-dropdown-wrap, .k-edge13 .k-combobox .k-dropdown-wrap {
    background-clip: border-box; }

.k-combobox .k-select {
  padding: 0;
  width: calc(8px + 1.42857em);
  border-width: 0; }

.k-button, .k-calendar .k-calendar-header .k-button {
  border-radius: 3px;
  padding: 4px 8px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 1.42857;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative; }
  .k-button::-moz-focus-inner, .k-calendar .k-calendar-header .k-button::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: 0; }
  .k-button:hover, .k-calendar .k-calendar-header .k-button:hover, .k-button:focus, .k-calendar .k-calendar-header .k-button:focus {
    text-decoration: none;
    outline: 0; }
  .k-button .k-icon, .k-calendar .k-calendar-header .k-button .k-icon,
  .k-button .k-image,
  .k-calendar .k-calendar-header .k-button .k-image,
  .k-button .k-sprite,
  .k-calendar .k-calendar-header .k-button .k-sprite {
    color: inherit;
    align-self: center;
    position: relative; }
  .k-button-icontext {
    overflow: visible; }
    .k-button-icontext .k-icon,
    .k-button-icontext .k-image,
    .k-button-icontext .k-sprite {
      margin: 0 4px 0 -4px; }
    .k-rtl .k-button-icontext .k-icon,
    .k-rtl .k-button-icontext .k-image,
    .k-rtl .k-button-icontext .k-sprite, .k-button-icontext[dir='rtl'] .k-icon,
    .k-button-icontext[dir='rtl'] .k-image,
    .k-button-icontext[dir='rtl'] .k-sprite {
      margin: 0 -4px 0 4px; }
  .k-button-icon {
    width: calc(10px + 1.42857em);
    height: calc(10px + 1.42857em);
    padding: 4px; }
    .k-button-icon .k-text {
      display: none; }

.k-dropdown-button.k-state-focused, .k-dropdown-button:focus {
  outline: 0; }

.k-dropdown-button.k-widget {
  border-radius: 3px;
  border-width: 0;
  display: inline-block; }

.k-button-group {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  white-space: nowrap;
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
  position: relative; }
  .k-button-group .k-button, .k-button-group .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-button-group .k-button {
    border-radius: 0; }
  .k-button-group .k-button ~ .k-button, .k-button-group .k-calendar .k-calendar-header .k-button ~ .k-button {
    margin-left: -1px; }
  .k-button-group .k-button:hover,
  .k-button-group .k-button.k-state-hover,
  .k-button-group .k-button:active,
  .k-button-group .k-button.k-state-active {
    z-index: 2; }
  .k-button-group [disabled],
  .k-button-group .k-state-disabled {
    pointer-events: none; }
  .k-button-group .k-group-start,
  .k-button-group .k-button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .k-button-group .k-group-end,
  .k-button-group .k-button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .k-button-group .k-group-start.k-group-end,
  .k-button-group .k-button:first-child:last-child {
    border-radius: 3px; }
  .k-button-group > input[type="radio"],
  .k-button-group > input[type="checkbox"],
  .k-button-group label input[type="radio"],
  .k-button-group label input[type="checkbox"] {
    margin: 0;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    position: absolute;
    pointer-events: none; }

.k-button-group-stretched {
  display: flex; }
  .k-button-group-stretched .k-button, .k-button-group-stretched .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-button-group-stretched .k-button {
    display: inline-block;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis; }
    .k-button-group-stretched .k-button > .k-icon, .k-button-group-stretched .k-calendar .k-calendar-header .k-button > .k-icon {
      vertical-align: text-bottom; }

.k-split-button:focus,
.k-split-button.k-state-focused {
  outline: none; }

.k-split-button.k-button-group.k-state-focused {
  border-radius: 3px; }

.k-split-button.k-widget {
  border-radius: 3px;
  border-width: 0; }

.k-split-button.k-button-group .k-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.k-split-button.k-button-group .k-button:nth-child(2) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.k-button.k-flat, .k-calendar .k-calendar-header .k-button,
.k-button.k-bare,
.k-calendar.k-calendar-range.k-calendar-infinite > .k-button,
.k-calendar .k-calendar-header .k-calendar.k-calendar-range.k-calendar-infinite > .k-button {
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
  transition: color .2s ease-in-out; }
  .k-button.k-flat:hover, .k-calendar .k-calendar-header .k-button:hover, .k-button.k-flat.k-state-hover, .k-calendar .k-calendar-header .k-button.k-state-hover, .k-button.k-flat:active, .k-calendar .k-calendar-header .k-button:active, .k-button.k-flat.k-state-active, .k-calendar .k-calendar-header .k-button.k-state-active, .k-button.k-flat:hover:active, .k-button.k-flat:hover.k-state-active,
  .k-button.k-bare:hover,
  .k-calendar.k-calendar-range.k-calendar-infinite > .k-button:hover,
  .k-button.k-bare.k-state-hover,
  .k-calendar.k-calendar-range.k-calendar-infinite > .k-button.k-state-hover,
  .k-button.k-bare:active,
  .k-calendar.k-calendar-range.k-calendar-infinite > .k-button:active,
  .k-button.k-bare.k-state-active,
  .k-calendar.k-calendar-range.k-calendar-infinite > .k-button.k-state-active,
  .k-button.k-bare:hover:active,
  .k-button.k-bare:hover.k-state-active {
    color: inherit; }
  .k-button.k-flat::before, .k-calendar .k-calendar-header .k-button::before,
  .k-button.k-bare::before,
  .k-calendar.k-calendar-range.k-calendar-infinite > .k-button::before,
  .k-calendar .k-calendar-header .k-calendar.k-calendar-range.k-calendar-infinite > .k-button::before {
    display: block; }

.k-button.k-outline, .k-calendar .k-calendar-header .k-outline.k-button {
  color: inherit;
  background: none;
  box-shadow: none; }

.k-rtl .k-button-group .k-button ~ .k-button, .k-rtl .k-button-group .k-calendar .k-calendar-header .k-button ~ .k-button {
  margin-right: -1px;
  margin-left: 0; }

.k-rtl .k-button-group .k-button {
  border-radius: 0; }

.k-rtl .k-button-group .k-group-start,
.k-rtl .k-button-group .k-button:first-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.k-rtl .k-button-group .k-group-end,
.k-rtl .k-button-group .k-button:last-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.k-rtl .k-button-group .k-group-start.k-group-end,
.k-rtl .k-button-group .k-button:first-child:last-child {
  border-radius: 3px; }

.k-rtl .k-split-button .k-button {
  border-radius: 0 3px 3px 0; }

.k-rtl .k-split-button .k-split-button-arrow {
  border-radius: 3px 0 0 3px;
  margin-left: 0;
  margin-right: -1px; }

.k-button::before, .k-calendar .k-calendar-header .k-button::before {
  border-radius: inherit;
  content: "";
  background: currentColor;
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 0;
  transition: opacity .2s ease-in-out; }

.k-button:hover::before, .k-calendar .k-calendar-header .k-button:hover::before, .k-button.k-state-hover::before, .k-calendar .k-calendar-header .k-state-hover.k-button::before {
  opacity: 0.08; }

.k-button.k-no-focus:not(:hover)::before, .k-button.k-no-focus:not(.k-state-hover)::before {
  opacity: 0; }

.k-button:active::before, .k-calendar .k-calendar-header .k-button:active::before, .k-button.k-state-active::before, .k-calendar .k-calendar-header .k-state-active.k-button::before {
  opacity: 0.16; }

.k-button.k-state-selected::before, .k-calendar .k-calendar-header .k-state-selected.k-button::before {
  opacity: 0.2; }

.k-button::after, .k-calendar .k-calendar-header .k-button::after {
  border-radius: 3px;
  content: "";
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 0;
  transition: opacity .2s ease-in-out; }

.k-ie9 .k-button[disabled]:hover,
.k-ie9 .k-button[disabled]:focus,
.k-ie9 .k-button.k-state-disabled:hover,
.k-ie9 .k-button.k-state-disabled:focus,
.k-ie10 .k-button[disabled]:hover,
.k-ie10 .k-button[disabled]:focus,
.k-ie10 .k-button.k-state-disabled:hover,
.k-ie10 .k-button.k-state-disabled:focus {
  outline: none;
  cursor: default;
  opacity: 0.6;
  box-shadow: none; }

.k-ie9 .k-button, .k-ie9 .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-ie9 .k-button,
.k-ie9 .k-button-group,
.k-ie10 .k-button,
.k-ie10 .k-calendar .k-calendar-header .k-button,
.k-calendar .k-calendar-header .k-ie10 .k-button,
.k-ie10 .k-button-group,
.k-ie11 .k-button,
.k-ie11 .k-calendar .k-calendar-header .k-button,
.k-calendar .k-calendar-header .k-ie11 .k-button,
.k-ie11 .k-button-group {
  display: inline-block; }

.k-button, .k-calendar .k-calendar-header .k-button {
  background-clip: padding-box; }
  .k-ie11 .k-button, .k-ie11 .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-ie11 .k-button, .k-edge12 .k-button, .k-edge12 .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-edge12 .k-button, .k-edge13 .k-button, .k-edge13 .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-edge13 .k-button {
    background-clip: border-box; }
  .k-button:focus, .k-calendar .k-calendar-header .k-button:focus, .k-button.k-state-focused, .k-calendar .k-calendar-header .k-state-focused.k-button {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
  .k-button:active, .k-calendar .k-calendar-header .k-button:active, .k-button.k-state-active, .k-calendar .k-calendar-header .k-state-active.k-button {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
  .k-button.k-state-selected, .k-calendar .k-calendar-header .k-state-selected.k-button {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }

.k-button.k-primary:focus, .k-button.k-primary.k-state-focused {
  box-shadow: 0 3px 4px 0 rgba(87, 112, 156, 0.4); }

.k-button.k-primary:active, .k-button.k-primary.k-state-active {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }

.k-button.k-primary.k-state-selected {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }

.k-dropdown-button:active > .k-button:not(:disabled), .k-calendar .k-calendar-header .k-dropdown-button:active > .k-button:not(:disabled), .k-dropdown-button.k-state-active > .k-button:not(:disabled), .k-calendar .k-calendar-header .k-dropdown-button.k-state-active > .k-button:not(:disabled) {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }

.k-dropdown-button:focus > .k-button, .k-calendar .k-calendar-header .k-dropdown-button:focus > .k-button, .k-dropdown-button.k-state-focused > .k-button, .k-calendar .k-calendar-header .k-dropdown-button.k-state-focused > .k-button {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }

.k-dropdown-button .k-widget {
  border-width: 0;
  display: inline-block; }

.k-button-group {
  background-clip: padding-box; }
  .k-ie11 .k-button-group, .k-edge12 .k-button-group, .k-edge13 .k-button-group {
    background-clip: border-box; }
  .k-button-group .k-button:focus,
  .k-button-group .k-button.k-state-focused,
  .k-button-group > input[type="radio"]:focus + .k-button,
  .k-button-group > input[type="checkbox"]:focus + .k-button {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
  .k-button-group .k-button:active,
  .k-button-group .k-button.k-state-active,
  .k-button-group .k-button.k-state-selected,
  .k-button-group > input[type="radio"]:checked + .k-button,
  .k-button-group > input[type="checkbox"]:checked + .k-button {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }

.k-split-button:focus,
.k-split-button.k-state-focused {
  outline: none;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }

.k-split-button.k-button-group .k-button:active, .k-split-button.k-button-group .k-button.k-state-active {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }

.k-button.k-outline, .k-calendar .k-calendar-header .k-outline.k-button {
  border-color: currentColor;
  color: #656565;
  background: none;
  box-shadow: none; }
  .k-button.k-outline:hover, .k-button.k-outline.k-state-hover {
    border-color: #656565;
    color: #ffffff;
    background-color: #656565; }
  .k-button.k-outline:focus, .k-button.k-outline.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
  .k-button.k-outline:active, .k-button.k-outline.k-state-active {
    border-color: #656565;
    color: #ffffff;
    background-color: #656565; }
  .k-button.k-outline.k-state-selected {
    border-color: #656565;
    color: #ffffff;
    background-color: #656565; }

.k-button.k-primary.k-outline {
  border-color: currentColor;
  color: #57709c;
  background: none;
  box-shadow: none; }
  .k-button.k-primary.k-outline:hover, .k-button.k-primary.k-outline.k-state-hover {
    border-color: #57709c;
    color: #ffffff;
    background-color: #57709c; }
  .k-button.k-primary.k-outline:focus, .k-button.k-primary.k-outline.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(87, 112, 156, 0.4); }
  .k-button.k-primary.k-outline:active, .k-button.k-primary.k-outline.k-state-active {
    border-color: #57709c;
    color: #ffffff;
    background-color: #57709c;
    box-shadow: none; }
  .k-button.k-primary.k-outline.k-state-selected {
    border-color: #57709c;
    color: #ffffff;
    background-color: #57709c;
    box-shadow: none; }

.k-button.k-flat, .k-calendar .k-calendar-header .k-button, .k-button-group .k-button.k-flat,
.k-button.k-bare,
.k-calendar.k-calendar-range.k-calendar-infinite > .k-button,
.k-calendar .k-calendar-header .k-calendar.k-calendar-range.k-calendar-infinite > .k-button, .k-button-group .k-button.k-bare, .k-button-group .k-calendar.k-calendar-range.k-calendar-infinite > .k-button {
  color: inherit;
  background: none; }

.k-button.k-flat::after, .k-calendar .k-calendar-header .k-button::after,
.k-button.k-bare::after,
.k-calendar.k-calendar-range.k-calendar-infinite > .k-button::after,
.k-calendar .k-calendar-header .k-calendar.k-calendar-range.k-calendar-infinite > .k-button::after {
  display: block; }

.k-button.k-flat:focus::after, .k-calendar .k-calendar-header .k-button:focus::after, .k-button.k-flat.k-state-focused::after, .k-calendar .k-calendar-header .k-button.k-state-focused::after,
.k-button.k-bare:focus::after,
.k-calendar.k-calendar-range.k-calendar-infinite > .k-button:focus::after,
.k-button.k-bare.k-state-focused::after,
.k-calendar.k-calendar-range.k-calendar-infinite > .k-button.k-state-focused::after {
  box-shadow: inset 0 0 0 2px currentColor;
  opacity: .12; }

.k-button.k-primary.k-flat, .k-calendar .k-calendar-header .k-primary.k-button, .k-button-group .k-button.k-primary.k-flat,
.k-button.k-primary.k-bare,
.k-calendar.k-calendar-range.k-calendar-infinite > .k-primary.k-button, .k-button-group .k-button.k-primary.k-bare, .k-button-group .k-calendar.k-calendar-range.k-calendar-infinite > .k-primary.k-button {
  color: #57709c;
  background: none; }

.k-action-buttons {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  display: flex;
  flex-direction: row;
  clear: both; }
  .k-action-buttons .k-button, .k-action-buttons .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-action-buttons .k-button {
    border-radius: 0;
    padding: 12px 16px;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    flex: 1 1 auto; }
  .k-action-buttons .k-button + .k-button, .k-action-buttons .k-calendar .k-calendar-header .k-button + .k-button {
    border-left-width: 1px; }
  .k-rtl .k-action-buttons .k-button + .k-button, .k-rtl .k-action-buttons .k-calendar .k-calendar-header .k-button + .k-button, [dir="rtl"] .k-action-buttons .k-button + .k-button, [dir="rtl"] .k-action-buttons .k-calendar .k-calendar-header .k-button + .k-button {
    border-left-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
    margin-left: 0; }

.k-action-buttons {
  border-color: rgba(0, 0, 0, 0.08); }
  .k-action-buttons .k-button, .k-action-buttons .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-action-buttons .k-button {
    color: inherit; }
    .k-action-buttons .k-button:hover, .k-action-buttons .k-button.k-state-hover {
      border-color: inherit; }
    .k-action-buttons .k-button:focus, .k-action-buttons .k-button.k-state-focused {
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
    .k-action-buttons .k-button:active, .k-action-buttons .k-button.k-state-active {
      border-color: inherit; }
  .k-action-buttons .k-primary {
    color: #57709c; }
    .k-action-buttons .k-primary:hover, .k-action-buttons .k-primary.k-state-hvoer {
      border-color: inherit; }
      .k-action-buttons .k-primary:hover:focus, .k-action-buttons .k-primary:hover.k-state-focused, .k-action-buttons .k-primary.k-state-hvoer:focus, .k-action-buttons .k-primary.k-state-hvoer.k-state-focused {
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
    .k-action-buttons .k-primary:focus, .k-action-buttons .k-primary.k-state-focused {
      box-shadow: inset 0 0 0 2px rgba(237, 237, 237, 0.3); }
    .k-action-buttons .k-primary:active, .k-action-buttons .k-primary.k-state-active {
      border-color: inherit; }

.k-calendar {
  border-width: 1px;
  border-style: solid;
  line-height: 1.42857;
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .k-calendar .k-link {
    outline: 0;
    color: inherit;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    overflow: hidden; }
  .k-calendar table {
    margin: 0;
    border-width: 0;
    border-color: inherit;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    outline: 0;
    position: relative;
    z-index: 1; }
  .k-calendar td,
  .k-calendar th {
    border-width: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    border-color: inherit;
    font-weight: normal;
    cursor: default; }
  .k-calendar th {
    padding: 0.25em 0;
    font-size: 0.875rem;
    line-height: 2;
    text-transform: uppercase;
    opacity: 0.6; }
  .k-calendar tbody th {
    padding-left: 8px;
    padding-right: 8px;
    height: 2em;
    font: inherit;
    font-weight: bold;
    text-transform: none;
    text-align: left; }
  .k-calendar .k-header {
    padding: 4px 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2; }
    .k-calendar .k-header .k-link {
      border-radius: 3px;
      padding: 4px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
  .k-calendar .k-nav-prev,
  .k-calendar .k-nav-next {
    width: 1.42857em;
    height: 1.42857em;
    box-sizing: content-box; }
  .k-calendar .k-nav-fast {
    margin: 0 4px;
    flex: 1 1 auto; }
  .k-calendar .k-calendar-header {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    line-height: 2em; }
    .k-calendar .k-calendar-header .k-title {
      font-weight: bold; }
    .k-calendar .k-calendar-header .k-today {
      cursor: pointer; }
  .k-calendar:not(.k-calendar-infinite) .k-calendar-header {
    line-height: inherit; }
  .k-calendar .k-footer {
    text-align: center;
    clear: both; }
  .k-calendar .k-nav-today,
  .k-calendar .k-footer > .k-state-disabled {
    padding: 8px 16px;
    display: block; }
  .k-calendar .k-nav-today:hover {
    text-decoration: underline; }
  .k-calendar .k-calendar-view {
    width: 17em;
    height: 17em;
    position: relative;
    z-index: 1;
    overflow: hidden; }
  .k-calendar.k-week-number .k-calendar-view {
    width: 19.42857em; }
  .k-calendar-infinite .k-calendar-view {
    width: 17em;
    height: 21.42857em; }
  .k-calendar .k-content {
    margin: 0;
    text-align: center;
    flex: 1 1 auto;
    position: relative; }
    .k-calendar .k-content > table {
      table-layout: auto; }
    .k-calendar .k-content td {
      border-radius: 3px;
      border-color: transparent; }
    .k-calendar .k-content .k-link {
      border-radius: 3px;
      padding: 0.5em 0.5em;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
    .k-calendar .k-content .k-weekend {
      border-radius: 0;
      opacity: 1; }
    .k-calendar .k-content .k-alt {
      opacity: 0.6; }
    .k-calendar .k-content .k-other-month .k-link {
      opacity: 0.6; }
    .k-calendar .k-content .k-state-disabled {
      opacity: 0.6; }
  .k-calendar table.k-content {
    display: inline-table;
    vertical-align: top; }
  .k-calendar .k-month td,
  .k-calendar .k-calendar-monthview td {
    width: 2.42857em;
    height: 2.42857em; }
  .k-calendar .k-month .k-link,
  .k-calendar .k-calendar-monthview .k-link {
    width: 2.42857em;
    height: 2.42857em; }
  .k-calendar .k-year td,
  .k-calendar .k-calendar-yearview td {
    width: auto;
    height: auto; }
  .k-calendar .k-year .k-link,
  .k-calendar .k-calendar-yearview .k-link {
    width: 4.25em;
    height: 4.25em; }
  .k-calendar .k-decade td,
  .k-calendar .k-calendar-decadeview td {
    width: auto;
    height: auto; }
  .k-calendar .k-decade .k-link,
  .k-calendar .k-calendar-decadeview .k-link {
    width: 4.25em;
    height: 4.25em; }
  .k-calendar .k-century td,
  .k-calendar .k-calendar-centuryview td {
    width: auto;
    height: auto; }
  .k-calendar .k-century .k-link,
  .k-calendar .k-calendar-centuryview .k-link {
    width: 4.25em;
    height: 4.25em;
    text-align: left; }
  .k-calendar-infinite {
    box-sizing: content-box;
    width: auto;
    display: inline-flex;
    vertical-align: bottom; }
    .k-calendar-infinite .k-calendar-view,
    .k-calendar-infinite .k-calendar-monthview {
      padding: 0 16px;
      display: flex;
      flex: 1 0 auto;
      flex-direction: column;
      overflow: hidden;
      box-sizing: content-box; }
      .k-calendar-infinite .k-calendar-view::after,
      .k-calendar-infinite .k-calendar-monthview::after {
        display: block;
        position: absolute;
        bottom: 0;
        content: " ";
        height: 0;
        line-height: 0;
        z-index: 1;
        width: 150%;
        left: -25%;
        box-shadow: 0 0 2.42857em 1.21429em #ffffff; }
    .k-calendar-infinite .k-calendar-header {
      margin-left: -16px;
      margin-right: -16px; }
    .k-calendar-infinite .k-calendar-weekdays {
      width: 100%;
      flex: 0 0 auto; }
    .k-calendar-infinite .k-calendar-yearview .k-content td,
    .k-calendar-infinite .k-calendar-decadeview .k-content td,
    .k-calendar-infinite .k-calendar-centuryview .k-content td {
      width: auto;
      height: auto; }
    .k-calendar-infinite .k-calendar-yearview .k-content .k-link,
    .k-calendar-infinite .k-calendar-decadeview .k-content .k-link,
    .k-calendar-infinite .k-calendar-centuryview .k-content .k-link {
      width: 3.4em;
      height: 3.4em; }

.k-calendar-container,
.k-datetime-container {
  padding: 0; }
  .k-calendar-container .k-calendar,
  .k-datetime-container .k-calendar {
    border-width: 0; }

.k-calendar .k-content.k-scrollable {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-right: -117px; }

.k-calendar .k-scrollable-placeholder {
  position: absolute;
  z-index: -1;
  width: 1px;
  top: 0;
  right: 0; }

.k-calendar-navigation {
  position: relative;
  display: block;
  overflow: hidden;
  width: 5em;
  z-index: 2; }
  .k-calendar-navigation::before, .k-calendar-navigation::after {
    display: block;
    position: absolute;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 200%;
    left: -50%;
    box-shadow: 0 0 6em 3em #fff; }
  .k-calendar-navigation::before {
    top: 0; }
  .k-calendar-navigation::after {
    bottom: 0; }
  .k-calendar-navigation .k-content {
    background: transparent;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .k-calendar-navigation .k-content ul {
      width: 5em; }
    .k-calendar-navigation .k-content li {
      height: 2em;
      line-height: 2em;
      cursor: pointer;
      padding: 0 1em; }
  .k-calendar-navigation .k-calendar-navigation-marker {
    font-weight: bold; }
  .k-calendar-navigation .k-calendar-navigation-highlight {
    width: 100%;
    border-width: 1px 0;
    border-style: solid;
    height: 2em;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.k-calendar.k-calendar-range {
  width: auto; }
  .k-calendar.k-calendar-range .k-calendar-view {
    height: auto;
    min-height: 17em;
    width: auto;
    white-space: nowrap; }
    .k-calendar.k-calendar-range .k-calendar-view::after {
      display: none; }
  .k-calendar.k-calendar-range table {
    width: auto; }
  .k-calendar.k-calendar-range table.k-content {
    padding: 0 16px; }
  .k-calendar.k-calendar-range table.k-meta-view {
    margin: 0 -1px; }
  .k-calendar.k-calendar-range .k-meta-header,
  .k-calendar.k-calendar-range .k-month-header {
    margin: 0 16px;
    padding: 0.25em 8px;
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
    opacity: 0.6;
    cursor: default; }
  .k-calendar.k-calendar-range .k-range-start {
    border-color: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .k-calendar.k-calendar-range .k-range-end {
    border-color: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .k-calendar.k-calendar-range .k-range-mid {
    border-color: inherit;
    border-radius: 0; }
  .k-calendar.k-calendar-range:not(.k-calendar-infinite) .k-calendar-view {
    flex-direction: row; }
  .k-calendar.k-calendar-range.k-calendar-infinite table {
    padding: 0;
    display: flex;
    flex-direction: row; }
    .k-calendar.k-calendar-range.k-calendar-infinite table > tbody {
      display: inline-block;
      vertical-align: top; }
    .k-calendar.k-calendar-range.k-calendar-infinite table > tbody + tbody {
      margin-left: 32px; }
  .k-calendar.k-calendar-range.k-calendar-infinite > .k-button, .k-calendar .k-calendar-header .k-calendar.k-calendar-range.k-calendar-infinite > .k-button {
    border-radius: 0;
    width: 44px; }
  .k-calendar.k-calendar-range.k-calendar-infinite > .k-calendar-view {
    border-width: 0 1px;
    border-style: solid;
    border-color: inherit; }

.k-widget.k-daterangepicker {
  border: 0; }

.k-rtl .k-calendar .k-nav-prev .k-icon,
.k-rtl .k-calendar .k-nav-next .k-icon,
.k-calendar[dir="rtl"] .k-nav-prev .k-icon,
.k-calendar[dir="rtl"] .k-nav-next .k-icon {
  transform: scaleX(-1); }

.k-rtl .k-calendar .k-content.k-scrollable,
.k-calendar[dir="rtl"] .k-content.k-scrollable {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-left: -117px; }

.k-rtl .k-calendar tbody th,
.k-calendar[dir="rtl"] tbody th {
  text-align: right; }

.k-calendar {
  border-color: rgba(0, 0, 0, 0.08);
  color: #656565;
  background-color: #ffffff;
  background-clip: padding-box; }
  .k-ie11 .k-calendar, .k-edge12 .k-calendar, .k-edge13 .k-calendar {
    background-clip: border-box; }
  .k-calendar .k-header {
    border-color: inherit;
    color: #656565;
    background-color: #fff; }
  .k-calendar .k-nav-prev:hover, .k-calendar .k-nav-prev.k-state-hover,
  .k-calendar .k-nav-next:hover,
  .k-calendar .k-nav-next.k-state-hover,
  .k-calendar .k-nav-fast:hover,
  .k-calendar .k-nav-fast.k-state-hover {
    border-color: rgba(0, 0, 0, 0.15);
    color: #656565;
    background-color: #ededed; }
  .k-calendar .k-nav-prev:active, .k-calendar .k-nav-prev.k-state-active,
  .k-calendar .k-nav-next:active,
  .k-calendar .k-nav-next.k-state-active,
  .k-calendar .k-nav-fast:active,
  .k-calendar .k-nav-fast.k-state-active {
    border-color: rgba(0, 0, 0, 0.08);
    color: #656565;
    background-color: #fff; }
  .k-calendar .k-footer .k-nav-today,
  .k-calendar .k-calendar-header .k-today {
    color: #57709c; }
    .k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today:focus,
    .k-calendar .k-calendar-header .k-today:hover,
    .k-calendar .k-calendar-header .k-today:focus {
      color: #696c70; }
  .k-calendar .k-content th {
    color: #656565; }
  .k-calendar .k-content .k-today {
    color: #57709c; }
  .k-calendar .k-weekend {
    color: inherit;
    background-color: transparent; }
  .k-calendar .k-alt {
    color: #656565;
    background-color: #fff; }
  .k-calendar .k-out-of-range {
    pointer-events: none;
    visibility: hidden; }
  .k-calendar .k-state-hover .k-link {
    border-color: #ededed;
    color: #656565;
    background-color: #ededed; }
  .k-calendar .k-state-selected .k-link {
    border-color: #57709c;
    color: #ffffff;
    background-color: #57709c; }
    .k-calendar .k-state-selected .k-link.k-state-hover {
      background-color: #516891; }
  .k-calendar .k-state-focused .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
  .k-calendar .k-state-selected.k-state-focused .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
  .k-calendar .k-calendar-navigation {
    color: #656565;
    background-color: #fff;
    box-shadow: inset -1px 0 rgba(0, 0, 0, 0.08); }
    .k-calendar .k-calendar-navigation li:hover {
      color: #696c70; }
  .k-calendar .k-calendar-navigation-highlight {
    border-color: rgba(0, 0, 0, 0.08);
    color: #656565;
    background-color: #ffffff; }
  .k-calendar[dir='rtl'] .k-calendar-navigation, .k-rtl .k-calendar .k-calendar-navigation {
    box-shadow: inset 1px 0 rgba(0, 0, 0, 0.08); }

.k-calendar.k-calendar-range .k-range-start,
.k-calendar.k-calendar-range .k-range-end,
.k-calendar.k-calendar-range .k-range-mid {
  background-image: linear-gradient(transparent 1px, rgba(87, 112, 156, 0.25) 1px, rgba(87, 112, 156, 0.25) calc(100% - 1px), transparent calc(100% - 1px)); }
  .k-ie .k-calendar.k-calendar-range .k-range-start, .k-edge .k-calendar.k-calendar-range .k-range-start, .k-ie .k-calendar.k-calendar-range .k-range-end, .k-edge .k-calendar.k-calendar-range .k-range-end, .k-ie .k-calendar.k-calendar-range .k-range-mid, .k-edge .k-calendar.k-calendar-range .k-range-mid {
    background-image: none;
    background-color: rgba(87, 112, 156, 0.25); }

.k-calendar.k-calendar-range .k-range-start.k-range-end {
  background-image: none;
  background-color: transparent; }

.k-calendar.k-calendar-range .k-range-start .k-link,
.k-calendar.k-calendar-range .k-range-end .k-link {
  background-color: #57709c; }

.k-calendar.k-calendar-range .k-range-start.k-state-active .k-link,
.k-calendar.k-calendar-range .k-range-end.k-state-active .k-link {
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2); }

.k-calendar.k-calendar-range .k-range-split-start,
.k-calendar.k-calendar-range .k-range-split-end {
  position: relative; }
  .k-calendar.k-calendar-range .k-range-split-start::after,
  .k-calendar.k-calendar-range .k-range-split-end::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 5px; }

.k-calendar.k-calendar-range .k-range-split-start::after {
  left: -5px;
  right: auto;
  background-image: linear-gradient(to left, rgba(87, 112, 156, 0.25), transparent 100%); }

.k-calendar.k-calendar-range .k-range-split-end::after {
  right: -5px;
  left: auto;
  background-image: linear-gradient(to right, rgba(87, 112, 156, 0.25), transparent 100%); }

.k-datepicker .k-i-warning,
.k-datetimepicker .k-i-warning,
.k-timepicker .k-i-warning {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible; }

.k-datepicker .k-state-invalid .k-i-warning,
.k-datetimepicker .k-state-invalid .k-i-warning,
.k-timepicker .k-state-invalid .k-i-warning {
  display: inline-block; }

.k-datepicker .k-dateinput,
.k-datetimepicker .k-dateinput,
.k-timepicker .k-dateinput {
  width: 100%;
  flex: 1 1 auto;
  margin: 0; }

.k-datepicker .k-dateinput-wrap,
.k-datetimepicker .k-dateinput-wrap,
.k-timepicker .k-dateinput-wrap {
  border: 0;
  border-radius: 3px 0 0 3px; }

.k-rtl .k-datepicker .k-i-warning, .k-datepicker[dir='rtl'] .k-i-warning, .k-rtl .k-datetimepicker .k-i-warning,
.k-datetimepicker[dir='rtl'] .k-i-warning, .k-rtl .k-timepicker .k-i-warning,
.k-timepicker[dir='rtl'] .k-i-warning {
  right: auto; }

.k-datepicker .k-i-warning,
.k-timepicker .k-i-warning {
  right: calc(calc(8px + 1.42857em) + 0.5rem); }

.k-rtl .k-datepicker .k-i-warning, .k-datepicker[dir='rtl'] .k-i-warning, .k-rtl .k-timepicker .k-i-warning,
.k-timepicker[dir='rtl'] .k-i-warning {
  left: calc(calc(8px + 1.42857em) + 0.5rem); }

.k-datetimepicker .k-i-warning {
  right: calc(calc(16px + 2.85714em) + 0.5rem); }

.k-rtl .k-datetimepicker .k-i-warning, .k-datetimepicker[dir='rtl'] .k-i-warning {
  left: calc(calc(16px + 2.85714em) + 0.5rem); }

.k-datetimepicker .k-select {
  padding: 0;
  border-left-width: 0;
  align-items: stretch; }

.k-datetimepicker .k-link {
  padding: 4px 4px;
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }

.k-datetime-container .k-datetime-wrap {
  width: 21em;
  overflow: hidden; }

.k-datetime-container .k-datetime-buttongroup {
  padding: 8px; }

.k-datetime-container .k-datetime-selector {
  display: flex;
  transition: transform .2s; }

.k-datetime-container .k-datetime-calendar-wrap,
.k-datetime-container .k-datetime-time-wrap {
  text-align: center;
  flex: 0 0 21em; }

.k-datetime-container .k-time-list-container {
  justify-content: center; }

.k-datetime-container .k-date-tab .k-datetime-buttongroup,
.k-datetime-container .k-date-tab .k-datetime-selector {
  background-color: #ffffff; }

.k-datetime-container .k-time-tab .k-datetime-selector {
  transform: translateX(-100%); }

.k-datetime-container > .k-popup {
  padding-bottom: 0; }
  .k-datetime-container > .k-popup .k-action-buttons {
    margin-bottom: 0; }

.k-dateinput {
  position: relative;
  border-width: 0; }
  .k-dateinput .k-i-warning {
    display: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    overflow: visible; }
  .k-dateinput.k-state-invalid .k-i-warning {
    display: inline-block; }
  .k-rtl .k-dateinput .k-i-warning, .k-dateinput[dir='rtl'] .k-i-warning {
    left: 8px;
    right: auto; }

.k-time-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  line-height: 2em; }
  .k-time-header .k-time-now {
    border-width: 0;
    background: transparent;
    line-height: inherit; }

.k-time-list-wrapper {
  display: inline-block;
  overflow: hidden;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 20px 0;
  text-align: center;
  width: 5em;
  height: 200px; }
  .k-time-list-wrapper .k-title {
    display: block;
    text-align: center;
    font-size: 10px;
    position: absolute;
    text-transform: capitalize;
    font-weight: bold;
    min-width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    margin-top: -20px;
    background: transparent; }
  .k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: calc(50% - 1em);
    box-sizing: border-box;
    border-style: solid; }
  .k-time-list-wrapper.k-state-focused::before {
    top: 0;
    border-width: 2px 2px 0; }
  .k-time-list-wrapper.k-state-focused::after {
    bottom: 0;
    border-width: 0 2px 2px; }

.k-time-container {
  position: absolute;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.42857;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-right: -117px; }
  .k-time-container > ul {
    height: auto;
    width: 5em; }

.k-time-list-container {
  display: flex;
  position: relative; }

.k-time-list {
  position: absolute;
  display: flex;
  z-index: 10;
  outline: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }
  .k-time-list::before, .k-time-list::after {
    display: block;
    position: absolute;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 200%;
    left: -50%; }
  .k-time-list::before {
    top: 0; }
  .k-time-list::after {
    bottom: 0; }

.k-time-list .k-item {
  padding: 4px 8px;
  min-height: calc(1.43em + 2px);
  line-height: calc(1.43em + 2px); }

.k-time-highlight {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(8px + 1.42857em);
  z-index: 1;
  border-width: 1px 0;
  border-style: solid;
  border-radius: .1px; }

.k-time-container .k-scrollable-placeholder {
  position: absolute;
  width: 1px;
  top: 0;
  right: 0; }

.k-time-separator {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  height: 100%;
  z-index: 11; }

.k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap {
  background-clip: padding-box; }
  .k-ie11 .k-datepicker .k-picker-wrap, .k-edge12 .k-datepicker .k-picker-wrap, .k-edge13 .k-datepicker .k-picker-wrap, .k-ie11 .k-timepicker .k-picker-wrap, .k-edge12 .k-timepicker .k-picker-wrap, .k-edge13 .k-timepicker .k-picker-wrap, .k-ie11 .k-datetimepicker .k-picker-wrap, .k-edge12 .k-datetimepicker .k-picker-wrap, .k-edge13 .k-datetimepicker .k-picker-wrap {
    background-clip: border-box; }

.k-datepicker .k-select,
.k-timepicker .k-select,
.k-datetimepicker .k-select {
  padding: 0;
  width: calc(8px + 1.42857em);
  border-width: 0; }

.k-datepicker:hover .k-select,
.k-datepicker .k-state-hover .k-select,
.k-timepicker:hover .k-select,
.k-timepicker .k-state-hover .k-select,
.k-datetimepicker:hover .k-select,
.k-datetimepicker .k-state-hover .k-select {
  border-color: inherit; }

.k-datepicker .k-state-focused .k-select,
.k-datepicker .k-state-active .k-select,
.k-timepicker .k-state-focused .k-select,
.k-timepicker .k-state-active .k-select,
.k-datetimepicker .k-state-focused .k-select,
.k-datetimepicker .k-state-active .k-select {
  border-color: inherit; }

.k-datepicker .k-picker-wrap.k-state-invalid,
.k-datetimepicker .k-picker-wrap.k-state-invalid,
.k-timepicker .k-picker-wrap.k-state-invalid {
  transition: none;
  border-color: #f31700; }
  .k-datepicker .k-picker-wrap.k-state-invalid .k-input,
  .k-datetimepicker .k-picker-wrap.k-state-invalid .k-input,
  .k-timepicker .k-picker-wrap.k-state-invalid .k-input {
    color: #f31700; }

.k-datepicker .k-i-warning,
.k-datetimepicker .k-i-warning,
.k-timepicker .k-i-warning {
  color: #f31700; }

.k-time-header .k-title {
  font-weight: bold; }

.k-time-header .k-time-now {
  color: #57709c;
  cursor: pointer; }
  .k-time-header .k-time-now:hover, .k-time-header .k-time-now:focus {
    color: #696c70; }

.k-time-list-wrapper {
  background-color: white; }
  .k-time-list-wrapper .k-title {
    z-index: 12;
    background: white;
    opacity: 0.6; }
  .k-time-list-wrapper.k-state-focused .k-title {
    color: black;
    opacity: 1; }
  .k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
    background-color: rgba(0, 0, 0, 0.04);
    border-width: 0; }

.k-time-list::before, .k-time-list::after {
  box-shadow: 0 0 3em 1.5em white; }

.k-time-list .k-item:hover {
  color: #57709c; }

.k-time-container {
  background: transparent; }

.k-time-highlight {
  background-color: #ffffff;
  border-color: #dee2e6; }

.k-datetimepicker .k-select {
  width: auto; }

.k-datetimepicker .k-link {
  padding: 0;
  width: calc(8px + 1.42857em);
  border-width: 0; }

.k-dateinput .k-dateinput-wrap {
  background-clip: padding-box; }
  .k-ie11 .k-dateinput .k-dateinput-wrap, .k-edge12 .k-dateinput .k-dateinput-wrap, .k-edge13 .k-dateinput .k-dateinput-wrap {
    background-clip: border-box; }

.k-dateinput .k-select {
  padding: 0;
  width: calc(8px + 1.42857em);
  border-width: 0; }
  .k-dateinput .k-select > .k-state-selected,
  .k-dateinput .k-select > .k-state-active {
    color: #252525;
    box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.06); }

.k-picker-wrap > .k-dateinput .k-state-focused {
  box-shadow: none; }

.k-dateinput.k-state-invalid .k-textbox {
  color: #f31700;
  border-color: #f31700; }

.k-dateinput.k-state-invalid .k-i-warning {
  color: #f31700; }

.k-dropdown .k-select {
  border-width: 0; }

.k-dropdown-wrap {
  outline: 0;
  cursor: pointer; }
  .k-dropdown-wrap > .k-input {
    flex: 1; }

.k-edge .k-dropdown-wrap > .k-input {
  min-width: 0; }

.k-dropdown-operator {
  width: auto; }
  .k-dropdown-operator .k-input {
    display: none; }
  .k-dropdown-operator .k-select {
    width: calc(8px + 1.42857em);
    height: calc(8px + 1.42857em); }

.k-dropdown .k-dropdown-wrap {
  background-clip: padding-box; }
  .k-ie11 .k-dropdown .k-dropdown-wrap, .k-edge12 .k-dropdown .k-dropdown-wrap, .k-edge13 .k-dropdown .k-dropdown-wrap {
    background-clip: border-box; }
  .k-dropdown .k-dropdown-wrap .k-select {
    padding: 0;
    width: calc(8px + 1.42857em); }

.k-textbox,
.k-input.k-textbox,
.k-textarea {
  border-radius: 3px;
  padding: 0.375rem 0.75rem;
  width: 12.4em;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none; }

.k-textbox,
.k-input.k-textbox {
  height: calc(2px + 0.75rem + 1.5em); }

.k-textarea {
  width: 18em;
  min-height: calc(0.75rem + 6em); }

.k-maskedtextbox {
  display: inline-flex;
  border-width: 0; }
  .k-maskedtextbox .k-textbox {
    flex: 1 0 0;
    min-width: 0; }

.k-input,
.k-textbox > input {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  font-size: 14px;
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none; }

.k-input::-ms-clear,
.k-textbox > input::-ms-clear,
.k-textbox::-ms-clear {
  display: none; }

.k-textbox:focus {
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.06); }

.k-textbox:disabled, .k-textbox[disabled], .k-textbox.k-state-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none; }

.k-textbox-container {
  position: relative;
  padding-top: 1.07143em;
  display: inline-flex;
  width: 12.4em;
  flex-direction: column;
  justify-content: stretch; }
  .k-textbox-container > .k-label {
    pointer-events: none;
    position: absolute;
    line-height: 1.42857em;
    cursor: text;
    top: calc(1.07143em + 1px + 0.375rem);
    left: calc(0.75rem + 1px);
    transition: transform 0.2s ease-out, color 0.2s ease-out; }
  .k-textbox-container > .k-textbox,
  .k-textbox-container > .k-textarea,
  .k-textbox-container > .k-widget {
    flex: 1 1 auto;
    width: auto; }
  .k-textbox-container.k-state-empty > .k-label {
    transform: translate(0, 0) scale(1); }
  .k-textbox-container > .k-label, .k-textbox-container.k-state-focused > .k-label {
    transform: translate(-0.75rem, -0.28125rem) translate(-1px, -1.07143em) translate(-12.5%, -9.375%) scale(0.75); }
  .k-rtl .k-textbox-container > .k-label, .k-textbox-container[dir='rtl'] > .k-label {
    left: auto;
    right: calc(0.75rem + 1px); }
  .k-rtl .k-textbox-container.k-state-empty > .k-label, .k-textbox-container[dir='rtl'].k-state-empty > .k-label {
    transform: translate(0, 0) scale(1); }
  .k-rtl .k-textbox-container > .k-label, .k-rtl .k-textbox-container.k-state-focused > .k-label, .k-textbox-container[dir='rtl'] > .k-label, .k-textbox-container[dir='rtl'].k-state-focused > .k-label {
    transform: translate(0.75rem, -0.28125rem) translate(1px, -1.07143em) translate(12.5%, -9.375%) scale(0.75); }

.k-checkbox,
.k-radio {
  margin: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  pointer-events: none; }

.k-radio:disabled + .k-radio-label,
.k-checkbox:disabled + .k-checkbox-label {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none; }

.k-checkbox-label,
.k-radio-label {
  margin: 0;
  padding-left: 20px;
  min-height: 16px;
  line-height: 17px;
  vertical-align: text-top;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer; }
  .k-checkbox-label .k-ripple,
  .k-radio-label .k-ripple {
    top: 8px;
    left: 8px;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%; }
  .k-checkbox-label .k-ripple-blob,
  .k-radio-label .k-ripple-blob {
    top: 50% !important;
    left: 50% !important;
    width: 200% !important;
    height: 200% !important; }
  .k-checkbox-label.k-no-text,
  .k-radio-label.k-no-text {
    padding: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 0; }
    .k-ie .k-checkbox-label.k-no-text, .k-edge .k-checkbox-label.k-no-text, .k-ie .k-radio-label.k-no-text, .k-edge .k-radio-label.k-no-text {
      width: 0; }
  .k-rtl .k-checkbox-label, [dir='rtl'] .k-checkbox-label, .k-rtl .k-radio-label, [dir='rtl'] .k-radio-label {
    padding-left: 0;
    padding-right: 20px; }

.k-checkbox-label::before,
.k-checkbox-label::after,
.k-radio-label::before,
.k-radio-label::after {
  font-size: 16px;
  font-family: "WebComponentsIcons", monospace;
  box-sizing: border-box;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .k-rtl .k-checkbox-label::before, [dir='rtl'] .k-checkbox-label::before, .k-rtl .k-checkbox-label::after, [dir='rtl'] .k-checkbox-label::after, .k-rtl .k-radio-label::before, [dir='rtl'] .k-radio-label::before, .k-rtl .k-radio-label::after, [dir='rtl'] .k-radio-label::after {
    left: auto;
    right: 0; }

.k-checkbox-label::before,
.k-radio-label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-style: solid; }

.k-checkbox-label::before {
  border-radius: 3px; }

.k-radio-label::before {
  border-radius: 50%; }

.k-checkbox-label::after {
  content: "\e118";
  width: 16px;
  height: 16px;
  transform: scale(0); }

.k-checkbox:checked + .k-checkbox-label::after {
  border-radius: 3px;
  transform: scale(1); }

.k-checkbox:indeterminate + .k-checkbox-label::after {
  content: "";
  transform: scale(1);
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px; }

.k-radio-label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: scale(0); }

.k-radio:checked + .k-radio-label::after {
  transform: scale(1); }

.k-rtl .k-radio:checked + .k-radio-label::after,
[dir='rtl'] .k-radio:checked + .k-radio-label::after {
  right: 4px; }

.k-radio-list .k-radio-label {
  line-height: 20px; }

.k-fieldset {
  margin: 30px;
  border-width: 1px 0 0;
  border-style: solid;
  padding: 25px 0 0; }
  .k-fieldset > legend {
    margin-left: 0;
    padding: 0 8px 0 0;
    text-transform: uppercase; }

.k-form,
.k-form-inline {
  font-size: 14px;
  line-height: 1.42857;
  padding: 16px; }
  .k-form fieldset,
  .k-form-inline fieldset {
    border-width: 1px 0 0;
    border-style: solid;
    margin: 32px 0;
    padding: 0; }
    .k-form fieldset:first-child:first-of-type,
    .k-form-inline fieldset:first-child:first-of-type {
      margin-top: 0; }
    .k-form fieldset:last-child:last-of-type,
    .k-form-inline fieldset:last-child:last-of-type {
      margin-bottom: 0; }
  .k-form legend,
  .k-form-inline legend {
    font-size: 0.875rem;
    text-align: left;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
    text-transform: uppercase;
    padding: 0 8px 0 0;
    width: auto; }
  .k-form .k-form-field,
  .k-form-inline .k-form-field {
    display: block;
    text-align: left;
    margin-bottom: 12px; }
    .k-form .k-form-field > span,
    .k-form-inline .k-form-field > span {
      line-height: 1.42857; }
    .k-form .k-form-field:last-child,
    .k-form-inline .k-form-field:last-child {
      margin-bottom: 0; }
  .k-form .k-alert-error,
  .k-form-inline .k-alert-error {
    font-size: 0.875rem;
    margin-top: 8px; }
  .k-form .k-field-info,
  .k-form-inline .k-field-info {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin: 0 8px; }
  .k-form .k-checkbox-label,
  .k-form .k-radio-label,
  .k-form-inline .k-checkbox-label,
  .k-form-inline .k-radio-label {
    margin-right: 16px;
    align-self: center; }

.k-form input,
.k-form label:not(.k-checkbox-label):not(.k-radio-label),
.k-form .k-widget:not(.k-calendar) {
  display: block; }

.k-form .k-form-field > span:not(.k-widget) {
  display: block;
  padding: 4px 0; }

.k-form .k-form-field > input {
  width: 100%; }

.k-form-inline .k-form-field {
  display: flex;
  align-items: flex-start; }
  .k-form-inline .k-form-field > span:not(.k-widget),
  .k-form-inline .k-form-field > label:not(.k-checkbox-label):not(.k-radio-label) {
    width: 25%;
    text-align: right;
    line-height: 1.42857;
    padding: 5px 0;
    padding-right: 12px;
    align-self: center; }
  .k-form-inline .k-form-field > input {
    flex: 1 1 auto; }
  .k-form-inline .k-form-field .k-field-info {
    display: block;
    margin: 0; }

.k-treeview .k-checkbox-label,
.k-grid .k-checkbox-label {
  cursor: default;
  outline: 0; }

.k-textbox,
.k-textarea,
.k-input.k-textbox {
  background-clip: padding-box; }
  .k-ie11 .k-textbox, .k-edge12 .k-textbox, .k-edge13 .k-textbox, .k-ie11 .k-textarea, .k-edge12 .k-textarea, .k-edge13 .k-textarea, .k-ie11 .k-input.k-textbox, .k-edge12 .k-input.k-textbox, .k-edge13 .k-input.k-textbox {
    background-clip: border-box; }
  .k-textbox:hover, .k-textbox.k-state-hover,
  .k-textarea:hover,
  .k-textarea.k-state-hover,
  .k-input.k-textbox:hover,
  .k-input.k-textbox.k-state-hover {
    border-color: rgba(0, 0, 0, 0.15); }
  .k-textbox:focus, .k-textbox.k-state-focus,
  .k-textarea:focus,
  .k-textarea.k-state-focus,
  .k-input.k-textbox:focus,
  .k-input.k-textbox.k-state-focus {
    color: #656565;
    border-color: rgba(0, 0, 0, 0.15); }
  .k-textbox.k-invalid, .k-textbox.k-state-invalid, .k-textbox.ng-invalid.ng-touched, .k-textbox.ng-invalid.ng-dirty,
  .k-textarea.k-invalid,
  .k-textarea.k-state-invalid,
  .k-textarea.ng-invalid.ng-touched,
  .k-textarea.ng-invalid.ng-dirty,
  .k-input.k-textbox.k-invalid,
  .k-input.k-textbox.k-state-invalid,
  .k-input.k-textbox.ng-invalid.ng-touched,
  .k-input.k-textbox.ng-invalid.ng-dirty {
    color: #f31700;
    border-color: rgba(243, 23, 0, 0.5); }
  .k-textbox::selection,
  .k-textarea::selection,
  .k-input.k-textbox::selection {
    background-color: #57709c;
    color: #ffffff; }

.k-textbox::selection,
.k-input::selection,
.k-textarea::selection {
  background-color: #57709c;
  color: #ffffff; }

.k-state-disabled .k-textbox::selection, .k-state-disabled .k-input::selection, .k-state-disabled .k-textarea::selection {
  color: #656565;
  background-color: transparent; }

.k-textbox::placeholder,
.k-input::placeholder,
.k-input.k-textbox::placeholder,
.k-textarea::placeholder {
  color: rgba(101, 101, 101, 0.5); }

.k-radio-label::before {
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #fff; }

.k-radio:focus + .k-radio-label::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06); }

.k-radio:checked + .k-radio-label::before {
  border-color: #57709c;
  background-color: #57709c; }

.k-radio:checked + .k-radio-label::after {
  background-color: #ffffff; }

.k-radio:checked:focus + .k-radio-label::before {
  box-shadow: 0 0 0 2px rgba(87, 112, 156, 0.3); }

.k-radio-label:hover::before {
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.k-radio-label:hover::after {
  background-color: #57709c; }

.k-checkbox-label::before {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.08); }

.k-checkbox:indeterminate + .k-checkbox-label::after {
  background-color: #57709c; }

.k-checkbox:focus + .k-checkbox-label::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06); }

.k-checkbox:checked + .k-checkbox-label::before {
  border-color: #57709c;
  background-color: #57709c; }

.k-checkbox:checked + .k-checkbox-label::after {
  color: #ffffff; }

.k-checkbox:checked:focus + .k-checkbox-label::before {
  box-shadow: 0 0 0 2px rgba(87, 112, 156, 0.3); }

.k-checkbox-label:hover::before {
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.k-checkbox-label:hover::after {
  color: #57709c; }

fieldset {
  border-color: rgba(0, 0, 0, 0.08); }

fieldset legend {
  color: #656565; }

.k-form,
.k-form-inline {
  color: #656565; }
  .k-form fieldset legend,
  .k-form-inline fieldset legend {
    color: #444444; }
  .k-form .k-field-info,
  .k-form-inline .k-field-info {
    color: #b9b9b9; }
  .k-form .k-alert-error,
  .k-form-inline .k-alert-error {
    color: #f31700; }

.k-required,
.k-required.k-field-info {
  color: #57709c; }

.k-multiselect {
  border-radius: 3px;
  width: 100%; }
  .k-multiselect .k-loading-hidden {
    visibility: hidden; }

.k-multiselect-wrap {
  cursor: text; }
  .k-multiselect-wrap::before {
    content: "";
    width: 0;
    height: calc(1.5em + 0.75rem);
    float: left; }
  .k-multiselect-wrap .k-input {
    float: left; }
  .k-multiselect-wrap ul {
    vertical-align: top; }
  .k-multiselect-wrap li.k-button, .k-multiselect-wrap .k-calendar .k-calendar-header li.k-button, .k-calendar .k-calendar-header .k-multiselect-wrap li.k-button {
    float: left; }
  .k-multiselect-wrap .k-button, .k-multiselect-wrap .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-multiselect-wrap .k-button {
    min-height: calc(1.42857em + 4px);
    padding: 1px 4px;
    margin: 2px 0 0 2px;
    cursor: default;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    line-height: inherit;
    white-space: normal; }
    .k-multiselect-wrap .k-button .k-select {
      display: flex;
      cursor: pointer;
      margin-left: 8px;
      align-self: stretch; }
    .k-multiselect-wrap .k-button:last-child {
      margin-bottom: 2px; }
  .k-multiselect-wrap .k-searchbar {
    float: left;
    width: auto; }
    .k-multiselect-wrap .k-searchbar .k-input {
      padding-right: 0; }

[dir='rtl'] > .k-multiselect-wrap, .k-rtl .k-multiselect-wrap {
  padding-left: calc(calc(1.42857em + 8px));
  padding-right: 0; }
  [dir='rtl'] > .k-multiselect-wrap::before,
  [dir='rtl'] > .k-multiselect-wrap li.k-button,
  [dir='rtl'] > .k-multiselect-wrap .k-input, .k-rtl .k-multiselect-wrap::before,
  .k-rtl .k-multiselect-wrap li.k-button,
  .k-rtl .k-multiselect-wrap .k-input {
    float: right; }
  [dir='rtl'] > .k-multiselect-wrap .k-searchbar, .k-rtl .k-multiselect-wrap .k-searchbar {
    float: right; }
    [dir='rtl'] > .k-multiselect-wrap .k-searchbar .k-input, .k-rtl .k-multiselect-wrap .k-searchbar .k-input {
      padding-left: 0;
      padding-right: 0.75rem; }
  [dir='rtl'] > .k-multiselect-wrap .k-button, .k-rtl .k-multiselect-wrap .k-button {
    width: auto;
    margin-right: 2px;
    margin-left: 0; }
    [dir='rtl'] > .k-multiselect-wrap .k-button .k-select, .k-rtl .k-multiselect-wrap .k-button .k-select {
      margin-left: 0;
      margin-right: 8px; }

.k-multiselect-wrap {
  background-clip: padding-box; }
  .k-ie11 .k-multiselect-wrap, .k-edge12 .k-multiselect-wrap, .k-edge13 .k-multiselect-wrap {
    background-clip: border-box; }
  .k-multiselect-wrap > .k-readonly {
    opacity: .6; }
  .k-multiselect-wrap li {
    background-clip: padding-box; }
    .k-ie11 .k-multiselect-wrap li, .k-edge12 .k-multiselect-wrap li, .k-edge13 .k-multiselect-wrap li {
      background-clip: border-box; }
    .k-multiselect-wrap li .k-icon {
      opacity: .6;
      cursor: pointer; }
    .k-multiselect-wrap li .k-icon:hover {
      opacity: 1; }
    .k-multiselect-wrap li:focus .k-icon, .k-multiselect-wrap li.k-state-focused .k-icon {
      opacity: 1; }
  .k-multiselect-wrap .k-i-loading {
    background-color: #fff; }

.k-rtl .k-numerictextbox .k-numeric-wrap .k-i-warning, .k-numerictextbox[dir='rtl'] .k-numeric-wrap .k-i-warning {
  align-self: center;
  margin-right: 0;
  margin-left: 4px; }

.k-numeric-wrap .k-i-warning {
  align-self: center;
  margin-right: 4px; }

.k-numeric-wrap > .k-input {
  flex: 1 1 auto; }
  .k-numeric-wrap > .k-input:invalid {
    box-shadow: none; }

.k-numerictextbox .k-numeric-wrap {
  background-clip: padding-box; }
  .k-ie11 .k-numerictextbox .k-numeric-wrap, .k-edge12 .k-numerictextbox .k-numeric-wrap, .k-edge13 .k-numerictextbox .k-numeric-wrap {
    background-clip: border-box; }

.k-numerictextbox .k-select > .k-state-selected,
.k-numerictextbox .k-select > .k-state-active {
  color: #252525;
  box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.06); }

.k-numerictextbox .k-numeric-wrap.k-state-invalid {
  color: #f31700;
  border-color: rgba(243, 23, 0, 0.5); }
  .k-numerictextbox .k-numeric-wrap.k-state-invalid .k-select {
    color: #f31700; }

.k-scheduler {
  display: flex;
  flex-direction: column; }
  .k-scheduler table,
  .k-scheduler thead,
  .k-scheduler tfoot,
  .k-scheduler tbody,
  .k-scheduler tr,
  .k-scheduler th,
  .k-scheduler td,
  .k-scheduler div,
  .k-scheduler > * {
    border-color: inherit; }

kendo-scheduler.k-scheduler {
  overflow: hidden; }
  kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
    display: none; }

.k-scheduler-table {
  width: 100%;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; }
  .k-scheduler-table td,
  .k-scheduler-table th {
    padding: 8px;
    height: 1.42857em;
    overflow: hidden;
    white-space: nowrap;
    border-style: solid;
    border-width: 0 0 1px 1px;
    vertical-align: top;
    box-sizing: content-box; }
  .k-scheduler-table td:first-child,
  .k-scheduler-table th:first-child {
    border-left-width: 0; }
  .k-scheduler-table .k-middle-row td {
    border-bottom-style: dotted; }

.k-scheduler-footer, .k-scheduler-views, .k-scheduler-navigation {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .k-scheduler-footer li, .k-scheduler-views li, .k-scheduler-navigation li {
    border-width: 1px;
    border-style: solid;
    position: relative;
    z-index: 1; }
  .k-scheduler-footer li + li, .k-scheduler-views li + li, .k-scheduler-navigation li + li {
    margin-left: -1px; }
  .k-scheduler-footer .k-state-hover, .k-scheduler-views .k-state-hover, .k-scheduler-navigation .k-state-hover,
  .k-scheduler-footer .k-state-selected,
  .k-scheduler-views .k-state-selected,
  .k-scheduler-navigation .k-state-selected {
    z-index: 2; }
  .k-scheduler-footer .k-link, .k-scheduler-views .k-link, .k-scheduler-navigation .k-link {
    padding: 4px 8px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center; }

.k-scheduler-toolbar,
.k-scheduler-footer {
  padding: 8px 8px;
  border-width: 0;
  border-style: solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
  white-space: nowrap; }
  .k-scheduler-toolbar li .k-link,
  .k-scheduler-footer li .k-link {
    padding: 4px 8px;
    line-height: 1.42857;
    box-sizing: border-box; }

.k-scheduler-toolbar {
  border-bottom-width: 1px; }

.k-scheduler-footer {
  border-top-width: 1px; }

.k-recurrence-editor {
  display: inline-flex;
  flex-direction: column; }

kendo-scheduler .k-recurrence-editor {
  display: block; }

.k-scheduler-navigation {
  flex: 1; }
  .k-scheduler-navigation .k-nav-prev .k-link,
  .k-scheduler-navigation .k-nav-next .k-link {
    padding: 4px;
    width: calc(8px + 1.42857em);
    height: calc(8px + 1.42857em); }
  .k-scheduler-navigation .k-nav-current {
    border: 0;
    margin-left: 0; }
  .k-scheduler-navigation .k-nav-today {
    border-radius: 3px 0 0 3px; }
  .k-scheduler-navigation .k-nav-next {
    border-radius: 0 3px 3px 0; }
  .k-rtl .k-scheduler-navigation .k-i-arrow-60-left, .k-rtl .k-scheduler-navigation .k-i-arrow-w::before, .k-rtl .k-scheduler-navigation .k-i-sarrow-w::before, .k-rtl .k-scheduler-navigation .k-i-expand-w::before,
  .k-rtl .k-scheduler-navigation .k-i-arrow-60-right,
  .k-rtl .k-scheduler-navigation .k-i-arrow-e::before,
  .k-rtl .k-scheduler-navigation .k-i-sarrow-e::before,
  .k-rtl .k-scheduler-navigation .k-i-expand::before,
  .k-rtl .k-scheduler-navigation .k-i-expand-e::before {
    transform: scaleX(-1); }

.k-scheduler-tools {
  margin-right: 8px; }

.k-nav-current .k-icon {
  margin-right: .4ex; }

.k-nav-current .k-sm-date-format,
.k-nav-current .k-lg-date-format {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.k-nav-current .k-sm-date-format {
  display: none; }

@media (max-width: 1024px) {
  .k-nav-current .k-sm-date-format {
    display: block; }
  .k-nav-current .k-lg-date-format {
    display: none; } }

.k-scheduler-fullday .k-icon {
  margin-right: 4px; }

.k-scheduler-views li:first-child {
  border-radius: 3px; }

.k-scheduler-views li:first-child + li {
  border-radius: 3px 0 0 3px; }

.k-scheduler-views li:last-child {
  border-radius: 0 3px 3px 0; }

.k-scheduler-views.k-state-expanded li {
  border-radius: 0;
  margin: 0; }

.k-scheduler-views.k-state-expanded li + li {
  margin-top: -1px; }

.k-scheduler-views.k-state-expanded li:first-child {
  border-radius: 3px 3px 0 0; }

.k-scheduler-views.k-state-expanded li:first-child + li {
  border-radius: 0; }

.k-scheduler-views.k-state-expanded li:last-child {
  border-radius: 0 0 3px 3px; }

.k-scheduler-views .k-current-view {
  display: none; }

.k-scheduler-views .k-current-view .k-link::after {
  content: "";
  margin: 0 0 0 1ex;
  border: .25em solid transparent;
  border-top: .5em solid currentColor;
  border-bottom-width: 0;
  display: inline-block; }

@media (max-width: 1024px) {
  .k-scheduler-views {
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1000; }
    .k-scheduler-views li {
      display: none; }
    .k-scheduler-views .k-current-view {
      display: block; }
    .k-scheduler-views.k-state-expanded li {
      display: block; } }

.k-scheduler-footer li {
  border-radius: 3px; }

.k-scheduler-layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  flex: 1 1 auto; }
  .k-scheduler-layout > tbody > tr > td {
    padding: 0;
    vertical-align: top; }

.k-scheduler-layout.k-scheduler-flex-layout {
  display: flex;
  flex-direction: column; }
  .k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-timeline-view .k-scheduler-header-wrap, .k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-timeline-week-view .k-scheduler-header-wrap, .k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-timeline-month-view .k-scheduler-header-wrap {
    border-width: 0; }
  .k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-weekview .k-scheduler-pane:first-child .k-scheduler-table, .k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-dayview .k-scheduler-pane:first-child .k-scheduler-table {
    table-layout: fixed; }

.k-scheduler-header th {
  text-align: center; }

.k-scheduler-header,
.k-scheduler-header-wrap,
.k-scheduler-header-wrap > div {
  border-color: inherit;
  overflow: hidden; }

.k-scheduler-header-wrap {
  border-width: 0 1px 0 0;
  border-style: solid;
  position: relative; }

.k-scheduler-times {
  border-color: inherit;
  position: relative;
  overflow: hidden; }
  .k-scheduler-times .k-scheduler-table {
    table-layout: auto; }
  .k-scheduler-times th {
    border-width: 0 1px 1px 0;
    text-align: right; }
  .k-scheduler-times tr + tr th {
    border-bottom-color: transparent; }
  .k-scheduler-times .k-slot-cell,
  .k-scheduler-times .k-scheduler-times-all-day {
    border-bottom-color: inherit; }
  .k-scheduler-times .k-slot-cell.k-last-resource {
    border-right: 0; }
  .k-scheduler-times .k-slot-cell.k-empty-slot {
    padding-left: 0;
    padding-right: 0; }

.k-scheduler-datecolumn {
  width: 12em; }

.k-scheduler-timecolumn {
  width: 11em;
  white-space: nowrap; }

.k-scheduler-content {
  touch-action: auto !important;
  border-color: inherit;
  position: relative;
  overflow: auto; }

kendo-scheduler .k-event,
.k-event {
  border-radius: 3px;
  min-height: 1.42857em;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-radius: 3px;
  text-align: left;
  cursor: default;
  position: absolute;
  overflow: hidden;
  padding-right: 8px; }
  kendo-scheduler .k-event::before,
  .k-event::before {
    content: '';
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  kendo-scheduler .k-event > div,
  .k-event > div {
    position: relative;
    z-index: 2; }
  kendo-scheduler .k-event .k-event-template,
  .k-event .k-event-template {
    padding: 4px 8px; }
  kendo-scheduler .k-event .k-event-time,
  .k-event .k-event-time {
    padding-bottom: 0;
    font-size: .875em;
    white-space: nowrap;
    display: none; }
  kendo-scheduler .k-event .k-event-actions,
  .k-event .k-event-actions {
    white-space: nowrap;
    position: absolute;
    top: 2px;
    right: 8px;
    opacity: .5;
    visibility: hidden;
    z-index: 2; }
    kendo-scheduler .k-event .k-event-actions:hover, kendo-scheduler .k-event .k-event-actions.k-state-hover,
    .k-event .k-event-actions:hover,
    .k-event .k-event-actions.k-state-hover {
      opacity: 1; }
    kendo-scheduler .k-event .k-event-actions a,
    .k-event .k-event-actions a {
      color: inherit; }
  kendo-scheduler .k-event .k-event-actions:first-child,
  .k-event .k-event-actions:first-child {
    margin: 2px 0.4ex 0 4px;
    top: 0;
    right: 0;
    float: left;
    position: relative;
    opacity: 1;
    visibility: visible; }
  kendo-scheduler .k-event .k-resize-handle,
  .k-event .k-resize-handle {
    z-index: 4;
    opacity: .5;
    visibility: hidden; }
  kendo-scheduler .k-event .k-resize-handle::before,
  .k-event .k-resize-handle::before {
    border-color: currentColor; }
  kendo-scheduler .k-event .k-resize-n,
  .k-event .k-resize-n {
    height: .5em;
    top: 0; }
  kendo-scheduler .k-event .k-resize-s,
  .k-event .k-resize-s {
    height: .5em;
    bottom: 0; }
  kendo-scheduler .k-event .k-resize-n::before,
  kendo-scheduler .k-event .k-resize-s::before,
  .k-event .k-resize-n::before,
  .k-event .k-resize-s::before {
    width: 16px;
    border-bottom-width: 1px; }
  kendo-scheduler .k-event .k-resize-w,
  .k-event .k-resize-w {
    width: .5em;
    left: 0; }
  kendo-scheduler .k-event .k-resize-e,
  .k-event .k-resize-e {
    width: .5em;
    right: 0; }
  kendo-scheduler .k-event .k-resize-w::before,
  kendo-scheduler .k-event .k-resize-e::before,
  .k-event .k-resize-w::before,
  .k-event .k-resize-e::before {
    height: 16px;
    border-left-width: 1px; }
  kendo-scheduler .k-event:hover .k-event-actions,
  kendo-scheduler .k-event:hover .k-resize-handle, kendo-scheduler .k-event.k-state-hover .k-event-actions,
  kendo-scheduler .k-event.k-state-hover .k-resize-handle,
  .k-event:hover .k-event-actions,
  .k-event:hover .k-resize-handle,
  .k-event.k-state-hover .k-event-actions,
  .k-event.k-state-hover .k-resize-handle {
    visibility: visible; }
  kendo-scheduler .k-event.k-event-drag-hint .k-event-time,
  .k-event.k-event-drag-hint .k-event-time {
    display: block; }

.k-scheduler-mark {
  width: 1em;
  height: 1em;
  display: inline-block; }

.k-more-events {
  padding: 0;
  border-style: solid;
  border-width: 1px;
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  position: absolute;
  justify-content: center; }
  .k-more-events > span {
    margin-top: -.5em; }

.k-current-time {
  position: absolute; }
  .k-current-time.k-current-time-arrow-left, .k-current-time.k-current-time-arrow-right, .k-current-time.k-current-time-arrow-down {
    width: 0;
    height: 0;
    background: transparent;
    border: 4px solid transparent; }

.k-event-drag-hint {
  opacity: .5; }
  .k-event-drag-hint .k-event-actions,
  .k-event-drag-hint .k-event-top-actions,
  .k-event-drag-hint .k-event-bottom-actions,
  .k-event-drag-hint .k-resize-handle {
    display: none; }
  .k-event-drag-hint .k-event-time {
    display: block; }

.k-scheduler-marquee {
  border-width: 0;
  border-style: solid; }
  .k-scheduler-marquee .k-label-top,
  .k-scheduler-marquee .k-label-bottom {
    font-size: .75em;
    position: absolute; }
  .k-scheduler-marquee .k-label-top {
    left: 4px;
    top: 2px; }
  .k-scheduler-marquee .k-label-bottom {
    right: 4px;
    bottom: 2px; }
  .k-scheduler-marquee.k-first::before, .k-scheduler-marquee.k-last::after {
    content: "";
    border-width: 3px;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0; }
  .k-scheduler-marquee.k-first::before {
    top: 0;
    left: 0;
    border-right-color: transparent;
    border-bottom-color: transparent; }
  .k-scheduler-marquee.k-last::after {
    bottom: 0;
    right: 0;
    border-left-color: transparent;
    border-top-color: transparent; }

.k-pdf-export-shadow .k-scheduler,
.k-scheduler-pdf-export .k-scheduler-content,
.k-scheduler-pdf-export .k-scheduler-times {
  height: auto !important;
  overflow: visible !important; }

.k-scheduler-pdf-export {
  overflow: hidden; }
  .k-scheduler-pdf-export .k-scheduler-header {
    padding: 0 !important; }
  .k-scheduler-pdf-export .k-scheduler-header-wrap {
    border-width: 0 !important; }
  .k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table,
  .k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table {
    width: 100% !important; }

.k-scheduler-monthview .k-scheduler-table {
  height: 100%; }

.k-scheduler-monthview .k-scheduler-table td {
  height: 80px;
  text-align: right; }

.k-scheduler-monthview .k-hidden {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-width: 0 !important; }

.k-scheduler-agendaview .k-scheduler-mark {
  margin-right: .5em;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle; }

.k-scheduler-agendaview .k-scheduler-table td:first-child {
  border-left-width: 1px; }

.k-scheduler-agendaview .k-scheduler-table td.k-first {
  border-left-width: 0; }

.k-scheduler-agendaview .k-task > .k-event-delete {
  color: inherit;
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: .5;
  visibility: hidden; }

.k-scheduler-agendaview .k-state-hover .k-task > .k-event-delete,
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-event-delete {
  visibility: visible; }

.k-scheduler-agendaday {
  margin: 0 .2em 0 0;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  float: left; }

.k-scheduler-agendaweek {
  display: block;
  margin: .4em 0 0;
  line-height: 1;
  font-style: normal; }

.k-scheduler-agendadate {
  font-size: .75em; }

.k-scheduler-timelineview .k-slot-cell {
  overflow: hidden; }

.k-scheduler-timelineview .k-scheduler-content {
  overflow: auto; }

.k-scheduler-pane {
  display: flex;
  flex-direction: row; }

.k-scheduler-pane .k-scheduler-times {
  flex: 0 0 auto; }

.k-scheduler-pane .k-scheduler-times .k-scheduler-table {
  height: 100%; }

.k-scheduler-pane .k-scheduler-header,
.k-scheduler-pane .k-scheduler-content {
  flex: 1 1 auto; }

.k-scheduler-edit-form .k-edit-form-container {
  width: 620px; }

.k-scheduler-edit-form .k-edit-label {
  width: 17%; }

.k-scheduler-edit-form .k-edit-field {
  width: 77%; }

.k-scheduler-edit-form .k-scheduler-delete {
  float: left; }

.k-scheduler-edit-form .k-widget.k-recur-interval,
.k-scheduler-edit-form .k-widget.k-recur-count {
  width: 5em; }

.k-scheduler-edit-form .k-widget.k-recur-until {
  width: 9em; }

.k-rtl .k-scheduler-header th,
.k-rtl .k-scheduler-table td {
  border-left-width: 0;
  border-right-width: 1px; }

.k-rtl .k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
  border-right-width: 0;
  border-left-width: 1px; }

.k-rtl .k-event {
  text-align: right; }
  .k-rtl .k-event .k-resize-w {
    left: auto;
    right: 0; }
  .k-rtl .k-event .k-resize-e {
    right: auto;
    left: 0; }
  .k-rtl .k-event .k-event-actions {
    right: auto;
    left: 2px; }
  .k-rtl .k-event .k-event-actions:first-child {
    float: right; }

.k-rtl .k-scheduler-agendaview .k-task > .k-event-delete {
  left: 2px;
  right: auto; }

.k-rtl .k-scheduler-views li:first-child + li {
  border-radius: 0 3px 3px 0; }

.k-rtl .k-scheduler-views li:last-child {
  border-radius: 3px 0 0 3px; }

.k-rtl .k-scheduler-navigation .k-nav-today {
  border-radius: 0 3px 3px 0; }

.k-rtl .k-scheduler-navigation .k-nav-next {
  border-radius: 3px 0 0 3px; }

.k-rtl .k-scheduler-navigation li + li {
  margin-left: 0;
  margin-right: -1px; }

.k-rtl .k-nav-current .k-icon {
  margin-right: 0;
  margin-left: .4ex; }

.k-rtl .k-scheduler-fullday .k-icon {
  margin-right: 0;
  margin-left: 4px; }

.k-rtl .k-scheduler-marquee .k-label-top {
  left: auto;
  right: 4px; }

.k-rtl .k-scheduler-marquee .k-label-bottom {
  left: 4px;
  right: auto; }

.k-rtl .k-scheduler-edit-form .k-scheduler-delete {
  float: right; }

.k-scheduler {
  background-clip: padding-box; }
  .k-ie11 .k-scheduler, .k-edge12 .k-scheduler, .k-edge13 .k-scheduler {
    background-clip: border-box; }

.k-current-time {
  z-index: 1;
  background: #f00; }
  .k-current-time.k-current-time-arrow-left {
    border-right-color: #f00; }
  .k-current-time.k-current-time-arrow-right {
    border-left-color: #f00; }
  .k-current-time.k-current-time-arrow-down {
    border-top-color: #f00; }

.k-scheduler-toolbar,
.k-scheduler-footer {
  background-clip: padding-box; }
  .k-ie11 .k-scheduler-toolbar, .k-edge12 .k-scheduler-toolbar, .k-edge13 .k-scheduler-toolbar, .k-ie11 .k-scheduler-footer, .k-edge12 .k-scheduler-footer, .k-edge13 .k-scheduler-footer {
    background-clip: border-box; }

.k-scheduler-navigation li {
  background-clip: padding-box; }
  .k-ie11 .k-scheduler-navigation li, .k-edge12 .k-scheduler-navigation li, .k-edge13 .k-scheduler-navigation li {
    background-clip: border-box; }

.k-scheduler-views.k-state-expanded {
  background-color: #fff; }

.k-scheduler-views li {
  background-clip: padding-box; }
  .k-ie11 .k-scheduler-views li, .k-edge12 .k-scheduler-views li, .k-edge13 .k-scheduler-views li {
    background-clip: border-box; }
  .k-scheduler-views li.k-state-selected {
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: #57709c; }

.k-scheduler-footer li {
  background-clip: padding-box; }
  .k-ie11 .k-scheduler-footer li, .k-edge12 .k-scheduler-footer li, .k-edge13 .k-scheduler-footer li {
    background-clip: border-box; }

.k-nonwork-hour {
  background-color: #fafafa; }

.k-scheduler-layout td.k-state-selected {
  background-color: rgba(87, 112, 156, 0.25); }

.k-event {
  cursor: pointer;
  background-color: #57709c;
  color: #ffffff; }
  .k-event.k-state-selected::before {
    display: none; }
  .k-event.k-event-inverse {
    color: #656565; }

.k-today {
  background-color: #f5f5f1; }

.k-scheduler-marquee::before,
.k-scheduler-marquee::after {
  border-color: #57709c; }

.k-scheduler-edit-dialog .k-dialog-buttongroup {
  border-color: #dee2e6; }

.k-tooltip {
  border-radius: 3px;
  line-height: 1.42857;
  padding: 0.25rem 0.5rem;
  border-width: 0;
  box-sizing: border-box;
  background-repeat: repeat-x;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 12000; }
  .k-tooltip:not(.k-tooltip-closable) {
    font-size: 0.875rem; }

.k-tooltip-title {
  display: inline-flex;
  padding: 0.25rem 0;
  font-size: 1.25rem; }

.k-tooltip-content {
  overflow: hidden;
  text-overflow: ellipsis; }

.k-tooltip-closable {
  padding: 12px 16px;
  line-height: normal; }
  .k-tooltip-closable .k-tooltip-title {
    display: inline-flex;
    padding: 0 calc(16px + 4px) 12px 0;
    line-height: 1; }
  .k-tooltip-closable .k-tooltip-content {
    padding-right: calc(16px + 4px); }
    .k-rtl .k-tooltip-closable .k-tooltip-content, [dir-rtl] .k-tooltip-closable .k-tooltip-content {
      padding-left: calc(16px + 4px);
      padding-right: 0; }

.k-tooltip-button {
  position: absolute;
  top: 12px;
  right: 16px; }
  .k-tooltip-button .k-icon {
    color: inherit;
    vertical-align: top; }
  .k-rtl .k-tooltip-button, [dir-rtl] .k-tooltip-button {
    left: 16px;
    right: auto; }

.k-callout {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
  pointer-events: none; }

.k-callout-n {
  left: 50%;
  margin-left: -6px;
  border-bottom-color: currentColor;
  top: -12px;
  pointer-events: none; }

.k-callout-e {
  top: 50%;
  margin-top: -6px;
  border-left-color: currentColor;
  right: -12px;
  pointer-events: none; }

.k-callout-s {
  left: 50%;
  margin-left: -6px;
  border-top-color: currentColor;
  bottom: -12px;
  pointer-events: none; }

.k-callout-w {
  top: 50%;
  margin-top: -6px;
  border-right-color: currentColor;
  left: -12px;
  pointer-events: none; }

.k-tooltip-wrapper .k-tooltip {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04); }

.k-tooltip {
  color: #ffffff;
  background-color: #000; }

.k-callout {
  color: #000; }

.k-tooltip-validation {
  margin: 4px 0 0;
  padding: 0;
  position: static;
  border-width: 0;
  display: inline-flex;
  align-items: center; }
  .k-tooltip-validation[hidden] {
    display: none; }
  .k-tooltip-validation > .k-icon {
    margin-right: 4px; }
  .k-tooltip-validation .k-callout {
    display: none; }

.k-tooltip-validation {
  border-color: transparent;
  color: #f31700;
  background-color: transparent; }

.k-widget {
  word-break: normal;
  word-wrap: normal;
  border-color: transparent; }

.extdt-table-filterrow .k-multiselect-wrap {
  height: 28px;
  padding: 0;
  overflow: hidden; }
  .extdt-table-filterrow .k-multiselect-wrap li.k-button {
    border: none;
    padding-top: 0;
    margin-top: 1px;
    margin-left: 1px; }
  .extdt-table-filterrow .k-multiselect-wrap .k-icon.k-clear-value {
    margin-top: -3px; }

.k-autocomplete, .k-combobox, .k-dateinput, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-multiselect, .k-numerictextbox, .k-maskedtextbox, .k-timepicker, .k-dropdowntree {
  width: 100%;
  flex: 1 1 0;
  min-width: 1px; }

.k-autocomplete .k-input, .k-dateinput-wrap .k-input, .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input {
  height: auto;
  min-height: 28px;
  padding: 2px 0.75rem;
  line-height: 22px;
  border: 1px solid #949f9f;
  background-color: #fff;
  border-radius: 3px 0 0 3px; }

.k-autocomplete, .k-dateinput-wrap, .k-dropdown-wrap, .k-picker-wrap, .k-multiselect-wrap .k-input, .k-numeric-wrap {
  border: none !important; }

.k-list-container[id$="menuSearch_I-list"] {
  min-width: 500px !important; }

.k-list-filter {
  padding: 4px; }

.k-multiselect-wrap::before {
  height: 100%; }

.k-multiselect-wrap .k-button, .k-multiselect-wrap .k-calendar .k-calendar-header .k-button, .k-calendar .k-calendar-header .k-multiselect-wrap .k-button {
  white-space: nowrap; }

.k-multiselect-wrap input.k-input {
  background: transparent;
  background-color: transparent !important; }

.k-dropdown .k-select, .k-combobox .k-select, .k-dropdown-wrap, .k-picker-wrap {
  border-color: #949f9f;
  border-left: none;
  border-width: 1px; }
  .k-dropdown .k-select .k-input, .k-dropdown .k-select .k-select, .k-combobox .k-select .k-input, .k-combobox .k-select .k-select, .k-dropdown-wrap .k-input, .k-dropdown-wrap .k-select, .k-picker-wrap .k-input, .k-picker-wrap .k-select {
    background-color: transparent; }
  .k-dropdown .k-select.k-state-hover, .k-combobox .k-select.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-picker-wrap.k-state-hover {
    background-color: #f2f6f6 !important; }
  .k-dropdown .k-select.k-state-active, .k-combobox .k-select.k-state-active, .k-dropdown-wrap.k-state-active, .k-picker-wrap.k-state-active {
    background-color: transparent !important; }
    .k-dropdown .k-select.k-state-active .k-input, .k-dropdown .k-select.k-state-active .k-select, .k-combobox .k-select.k-state-active .k-input, .k-combobox .k-select.k-state-active .k-select, .k-dropdown-wrap.k-state-active .k-input, .k-dropdown-wrap.k-state-active .k-select, .k-picker-wrap.k-state-active .k-input, .k-picker-wrap.k-state-active .k-select {
      border-color: #57709c; }
  .k-dropdown .k-select.k-state-focused .k-select, .k-dropdown .k-select.k-state-focused .k-input, .k-combobox .k-select.k-state-focused .k-select, .k-combobox .k-select.k-state-focused .k-input, .k-dropdown-wrap.k-state-focused .k-select, .k-dropdown-wrap.k-state-focused .k-input, .k-picker-wrap.k-state-focused .k-select, .k-picker-wrap.k-state-focused .k-input {
    border-color: #57709c !important; }

.k-input, .k-select, .k-multiselect-wrap {
  background-color: #fff;
  border-color: #949f9f; }
  .k-state-hover .k-input, .k-state-hover .k-select, .k-state-hover .k-multiselect-wrap {
    background-color: transparent !important;
    border-color: #949f9f !important; }
  .k-state-active .k-input, .k-state-active .k-select, .k-state-active .k-multiselect-wrap {
    background-color: transparent !important;
    border-color: #57709c !important; }

.k-datetimepicker input, .k-datepicker input, .k-timepicker input {
  border-right: none !important; }

.k-datetimepicker .k-select, .k-datepicker .k-select, .k-timepicker .k-select {
  border: 1px solid #949f9f;
  border-left: none; }

.k-datetimepicker .k-state-hover input, .k-datetimepicker .k-state-focused input, .k-datetimepicker .k-state-active input, .k-datepicker .k-state-hover input, .k-datepicker .k-state-focused input, .k-datepicker .k-state-active input, .k-timepicker .k-state-hover input, .k-timepicker .k-state-focused input, .k-timepicker .k-state-active input {
  border-right: none !important; }

.k-datetimepicker .k-state-hover .k-select, .k-datetimepicker .k-state-focused .k-select, .k-datetimepicker .k-state-active .k-select, .k-datepicker .k-state-hover .k-select, .k-datepicker .k-state-focused .k-select, .k-datepicker .k-state-active .k-select, .k-timepicker .k-state-hover .k-select, .k-timepicker .k-state-focused .k-select, .k-timepicker .k-state-active .k-select {
  border: 1px solid #949f9f;
  border-left: none; }

.w-li-ni {
  padding: 8px; }
  .w-li-ni a[class^="select"] {
    color: #57709c;
    cursor: pointer; }
    .w-li-ni a[class^="select"]:hover {
      color: #7594c8; }
  .w-li-ni .select-ok {
    float: right; }

/* disabled stuff */
.k-datetimepicker:hover .k-state-disabled .k-select,
.k-datepicker:hover .k-state-disabled .k-select,
.k-timepicker:hover .k-state-disabled .k-select {
  background-color: #fff;
  border-color: #e0e9e9; }

.k-state-disabled, .k-widget[disabled], .w-disabled-wrapper .k-multiselect-wrap {
  background-color: #fff !important;
  filter: none;
  opacity: 1;
  -webkit-text-fill-color: #656565;
  border-color: #e0e9e9; }
  .k-state-disabled:hover .k-input, .k-state-disabled:hover .k-select,
  .k-state-disabled .k-input, .k-state-disabled .k-select, .k-widget[disabled]:hover .k-input, .k-widget[disabled]:hover .k-select,
  .k-widget[disabled] .k-input, .k-widget[disabled] .k-select, .w-disabled-wrapper .k-multiselect-wrap:hover .k-input, .w-disabled-wrapper .k-multiselect-wrap:hover .k-select,
  .w-disabled-wrapper .k-multiselect-wrap .k-input, .w-disabled-wrapper .k-multiselect-wrap .k-select {
    background-color: #fff;
    border-color: #e0e9e9; }
  .k-state-disabled .k-icon, .k-widget[disabled] .k-icon, .w-disabled-wrapper .k-multiselect-wrap .k-icon {
    opacity: 0.35; }

input {
  border-radius: 3px; }

.k-animation-container {
  max-width: 1700px;
  min-width: 300px; }
  @media (max-width: 992px) {
    .k-animation-container {
      max-width: 500px; } }
  .k-animation-container .k-list-container {
    max-width: 96vw; }
    .k-animation-container .k-list-container .k-list .k-item {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .k-animation-container .k-list-container .k-list .k-item.k-state-focused:not(.k-state-selected) {
        background-color: #ededed; }

html body .k-i-arrow-60-down, html body .k-i-arrow-s::before, html body .k-i-sarrow-s::before, html body .k-i-collapse::before, html body .k-i-expand-s::before,
html body .k-i-arrow-60-up,
html body .k-i-arrow-n::before,
html body .k-i-sarrow-n::before,
html body .k-i-expand-n::before {
  font-family: weclapp-icons;
  width: 20px;
  height: 20px; }

html body .k-i-arrow-60-down::before,
.k-i-arrow-60-down::before,
.k-i-arrow-s::before,
.k-i-sarrow-s::before,
.k-i-collapse::before,
.k-i-expand-s::before {
  content: "\e5cf";
  font-size: 20px; }

html body .k-i-arrow-60-up::before,
.k-i-arrow-60-up::before,
.k-i-arrow-n::before,
.k-i-sarrow-n::before,
.k-i-expand-n::before {
  content: "\e5ce";
  font-size: 20px; }

/* additional margins, paddings,... */
.t-1 {
  top: 2px !important; }

.pt-3px {
  margin-top: 3px !important; }

.ml--2 {
  margin-left: -4px; }

.opacity-none {
  opacity: 0; }

.no-transition {
  transition: none !important; }

.separator {
  display: block;
  height: 96%;
  margin: 0 8px;
  width: 2px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.9), inset 1px 0 0 rgba(255, 255, 255, 0.2); }

.divider {
  display: block;
  margin: 0 6.4px; }

.flex-0-0-auto {
  flex: 0 0 auto; }

.flex-1-0-auto {
  flex: 1 0 auto; }

.flex-1-1-auto {
  flex: 1 1 auto; }

.flex-1-1-500 {
  flex: 1 1 500px; }

.flex-0-0 {
  flex: 0 0; }

.flex-1-0 {
  flex: 1 0; }

.flex-fill {
  flex: 1; }

.border-none {
  border: none !important; }

a.w-menulink[href*='op/order/blanketSalesOrderOverview'] {
  display: flex; }
  a.w-menulink[href*='op/order/blanketSalesOrderOverview']:after {
    content: "";
    background-image: url("../images/icons/misc/beta-badge.svg");
    background-size: 36px 20px;
    width: 36px;
    height: 20px;
    margin-left: 4px; }

/*beta badges*/
li#ocrVerificationEntitiesTab span,
.w-badge-beta {
  display: flex; }
  li#ocrVerificationEntitiesTab span:after,
  .w-badge-beta:after {
    content: "";
    background-image: url("../images/icons/misc/beta-badge.svg");
    background-size: 36px 20px;
    width: 36px;
    height: 20px;
    margin-left: 4px; }
  li#ocrVerificationEntitiesTab span.w-badge-beta-text-start,
  .w-badge-beta.w-badge-beta-text-start {
    position: relative;
    top: 3px;
    margin-left: -3px; }

div[id$='idOutputTextDatevConnectOnlineRow'] .forms-label:after {
  width: 66px;
  background-size: unset;
  background-repeat: no-repeat; }

a.w-menulink[href*='elster/salesTaxPreregistration'] {
  display: block !important;
  padding-right: 52px; }
  a.w-menulink[href*='elster/salesTaxPreregistration']:after {
    position: absolute; }

.wc-progressbar-label {
  text-align: center;
  padding: 4px;
  color: #fff;
  font-weight: 600;
  background-color: #75a9d5; }

a.w-icon, a.w-icon:hover {
  text-decoration: none; }

.list-group-item.active a {
  color: inherit; }

a.disabled, a.disabled.w-icon {
  opacity: 0.4;
  cursor: default; }
  a.disabled:hover, a.disabled.w-icon:hover {
    text-decoration: none;
    color: #57709c; }
  a.disabled:before, a.disabled:after, a.disabled.w-icon:before, a.disabled.w-icon:after {
    text-shadow: none;
    filter: brightness(1) !important;
    cursor: default;
    color: inherit; }

.rich-datascr .rich-datascr-button .w-icon.disabled {
  opacity: 0.25;
  cursor: default; }

button {
  padding: 0; }

.btn:focus {
  box-shadow: 0 0 1px 1px #b4b4b4; }

.alert-light {
  border-color: #e0e9e9; }

p {
  margin: 0 0 4px;
  word-wrap: break-word;
  max-width: 100%; }
  p.icon-p {
    padding-left: 32px; }

ul {
  list-style: none;
  padding-left: 0px;
  margin: 0; }

dl {
  margin-bottom: 4px; }
  dl dt {
    font-weight: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    padding: 0;
    margin: 0; }
  dl dd {
    margin-left: 0;
    font-weight: lighter;
    padding-bottom: 4px;
    margin-bottom: 0; }
  dl.dl-tooltip {
    margin-bottom: 0; }
  dl.striped dt, dl.striped dd {
    background: #f8fafa; }
  dl.striped dt:nth-child(4n+1), dl.striped dt:nth-child(4n+1) + dd {
    background: #fff; }

.search-box {
  border: 1px solid #949f9f;
  border-radius: 3px; }
  .search-box input {
    border: none !important; }

.w-loadingbar {
  width: 100%;
  height: 12px;
  background-color: lightgrey;
  display: flex;
  align-items: center;
  margin-right: 15px; }
  .w-loadingbar .w-loadingmeter {
    height: 100%;
    background-color: #57709c;
    border-right: 2px solid #fff;
    transition: all 400ms ease; }
  .w-loadingbar.w-loadingbar-full {
    width: calc(100% - 20px); }
    .w-loadingbar.w-loadingbar-full:after {
      font-family: "weclapp-icons";
      font-weight: 400;
      display: block;
      position: absolute;
      right: 4px;
      bottom: 4px;
      font-style: normal;
      font-size: 24px;
      color: #00a369;
      line-height: 24px;
      content: '\e5ca'; }
    .w-loadingbar.w-loadingbar-full .w-loadingmeter {
      background-color: #00a369;
      color: #00a369; }
  .w-loadingbar.w-loadingbar-exceed {
    width: calc(100% - 20px); }
    .w-loadingbar.w-loadingbar-exceed:after {
      font-family: "weclapp-icons";
      font-weight: 400;
      display: block;
      position: absolute;
      right: 4px;
      bottom: 4px;
      font-style: normal;
      font-size: 24px;
      color: #be0000;
      line-height: 24px;
      content: '\e002'; }
    .w-loadingbar.w-loadingbar-exceed .w-loadingmeter {
      background-color: #be0000;
      color: #be0000; }
  .w-loadingbar.w-loadingbar-nearly-reached {
    width: calc(100% - 20px); }
    .w-loadingbar.w-loadingbar-nearly-reached:after {
      font-family: "weclapp-icons";
      font-weight: 400;
      display: block;
      position: absolute;
      right: 4px;
      bottom: 4px;
      font-style: normal;
      font-size: 24px;
      color: #ffd764;
      line-height: 24px;
      content: '\e002'; }
    .w-loadingbar.w-loadingbar-nearly-reached .w-loadingmeter {
      background-color: #ffd764;
      color: #ffd764; }

.col-auto, .col-sm-auto, .col-md-auto, .col-lg-auto, .col-xl-auto {
  max-width: 100%; }

.currency-output {
  width: 100%; }

.z-index {
  z-index: 1; }

.w-toggle-mediapreview-img,
.w-toggle-mediapreview-pdf {
  cursor: pointer; }

#media-overlay {
  display: none;
  position: fixed;
  z-index: 2000;
  background: rgba(51, 51, 51, 0.95);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }
  #media-overlay .w-mediapreview {
    position: absolute;
    left: 32px;
    top: 48px;
    bottom: 32px;
    right: 32px;
    overflow: auto;
    z-index: -1; }
    #media-overlay .w-mediapreview .w-mediapreview-img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
    #media-overlay .w-mediapreview .w-mediapreview-pdf {
      width: 100%;
      height: 100%; }
    #media-overlay .w-mediapreview .w-mediapreview-img {
      max-width: 100%; }
  #media-overlay .w-mediapreview-close,
  #media-overlay .w-mediapreview-name {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1; }
  #media-overlay .w-mediapreview-name {
    right: auto;
    left: 8px;
    display: flex; }
  #media-overlay .w-mediapreview-img-elements {
    display: none;
    transition: opacity 0.4s linear;
    user-select: none; }
    #media-overlay .w-mediapreview-img-elements * {
      user-select: inherit; }
  #media-overlay .w-mediapreview-img-toolbar,
  #media-overlay .w-mediapreview-img-previous,
  #media-overlay .w-mediapreview-img-next {
    display: block;
    width: max-content;
    position: absolute;
    z-index: 1; }
  #media-overlay .w-mediapreview-img-toolbar {
    background: rgba(0, 0, 0, 0.8);
    padding: 16px;
    border-radius: 4px;
    border: 1px solid grey;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%); }
  #media-overlay .w-mediapreview-img-previous,
  #media-overlay .w-mediapreview-img-next {
    top: 50%;
    left: 10px;
    padding: 0 0; }
    #media-overlay .w-mediapreview-img-previous .w-icon:before,
    #media-overlay .w-mediapreview-img-next .w-icon:before {
      font-size: 120px;
      text-shadow: 0 0 3px black; }
  #media-overlay .w-mediapreview-img-next {
    left: auto;
    right: 10px; }

.w-blur-container {
  position: relative;
  width: 100%;
  height: 100%; }
  .w-blur-container .w-blur-blurred {
    z-index: 5;
    height: 100%;
    width: 100%;
    padding: 10px;
    filter: blur(5px);
    display: block;
    pointer-events: none; }
  .w-blur-container .w-blur-overlay {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    filter: none;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5); }

#overlay, #initialLoadOverlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 100ms ease;
  transition-delay: 200ms; }
  #overlay:before, #initialLoadOverlay:before {
    content: "";
    height: 128px;
    width: 128px;
    background-clip: padding-box;
    background-position: 50% 50%;
    background-image: url("../images/layout/loader.png");
    background-repeat: no-repeat;
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    margin-top: -88px;
    margin-left: -60px;
    opacity: 0;
    transform: scaleX(-1); }
  #overlay.active, #initialLoadOverlay.active {
    opacity: 0.5;
    visibility: visible;
    transition: opacity 500ms ease;
    transition-delay: 1500ms;
    pointer-events: unset; }
    #overlay.active:before, #initialLoadOverlay.active:before {
      opacity: 1;
      transition: opacity 500ms ease;
      transition-delay: 3000ms; }
    #overlay.active.upload, #initialLoadOverlay.active.upload {
      opacity: 0.75;
      transition-delay: 0ms; }
      #overlay.active.upload:before, #initialLoadOverlay.active.upload:before {
        display: none !important; }

.confRemoveRebate {
  position: absolute;
  left: -4px;
  top: -4px;
  opacity: 0.3; }
  .confRemoveRebate:hover {
    opacity: 1; }

#initialLoadOverlay {
  opacity: 0.0;
  z-index: 10000;
  filter: alpha(opacity=0); }

.loading:not(.eb7-snippet--wrapper) {
  margin: 4px;
  margin-left: 8px;
  height: 16px;
  width: 16px;
  animation: rotate 1s infinite linear;
  border: 2px solid #57709c;
  border-right-color: transparent;
  border-radius: 50%;
  display: none; }

.preview-label {
  width: 140px;
  flex: 0 0 140px;
  padding: 0 8px; }

.w-loader {
  margin: 4px;
  height: 16px;
  width: 16px;
  animation: rotate 1s infinite linear;
  border: 2px solid #57709c;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-flex; }

.w-loader-white {
  margin: 4px;
  height: 16px;
  width: 16px;
  animation: rotate 1s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-flex; }

.w-loader-lg {
  margin: 4px;
  height: 32px;
  width: 32px;
  animation: rotate 1s infinite linear;
  border: 2px solid #57709c;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-flex; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.normal-break-word {
  word-break: normal;
  white-space: normal; }

.entity-navigation-div {
  max-height: 500px;
  overflow: auto; }
  .entity-navigation-div .dropdown-item {
    padding-left: 8px; }

*[data-toggle=collapse] {
  cursor: pointer; }

.collapse-toggle:before {
  content: '\e315';
  display: block;
  font-family: "weclapp-icons";
  color: #57709c;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  transform: rotate(90deg);
  margin-right: 4px; }

.collapse-toggle.collapsed:before {
  transform: rotate(0deg); }

.stop-watch {
  width: 325px; }
  .stop-watch .stop-watch-controls {
    border-radius: 3px;
    background-color: #f2f6f6; }
  .dropdown-menu .stop-watch .btn {
    width: auto;
    border-radius: 3px;
    border-bottom: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-s {
  position: absolute;
  bottom: -8px;
  height: 8px;
  width: 100%;
  left: 0px;
  background-color: #c9cfcf;
  cursor: ns-resize;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ui-resizable-s:before {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background: rgba(0, 0, 0, 0.3); }

.ui-resizable-e {
  position: absolute;
  right: 0;
  width: 8px;
  height: 100%;
  top: 0;
  background-color: #c9cfcf;
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center; }
  .ui-resizable-e:before {
    content: "";
    display: block;
    height: 20px;
    width: 2px;
    background: rgba(0, 0, 0, 0.3); }

.datalist {
  margin-bottom: 0px; }

.simple-list-container {
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center; }
  @media (max-width: 576px) {
    .simple-list-container {
      flex-wrap: wrap;
      justify-content: space-between; } }
  .simple-list-container .simple-list-date {
    order: 2;
    flex: 0 0 110px;
    text-align: right; }
  .simple-list-container .simple-list-image {
    flex: 0 0 15px; }
  .simple-list-container .simple-list-image, .simple-list-container .simple-list-info {
    margin: 0 4px; }
  .simple-list-container .simple-list-info {
    order: 1; }
    @media (max-width: 576px) {
      .simple-list-container .simple-list-info {
        flex: 1 1 50%; }
        .simple-list-container .simple-list-info .value {
          font-size: 12px;
          display: block;
          text-align: center; } }
  .simple-list-container .simple-list-entity {
    order: 0;
    min-width: 1px;
    flex: 1 1 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 576px) {
      .simple-list-container .simple-list-entity {
        flex: 1 1 calc(100% - 30px); } }
.select-many-pd {
  border-collapse: separate;
  border-spacing: 0 8px; }
  .select-many-pd td {
    display: flex;
    align-items: center; }
    .select-many-pd td input[type="checkbox"] {
      margin-right: 8px !important; }

.btn {
  display: inline-flex;
  align-items: center;
  min-height: 31px; }
  .btn.disabled, .btn[disabled=disabled] {
    background-color: #949f9f;
    border-color: #949f9f; }

.clear {
  height: 0px;
  clear: both; }

.nounderline, .nounderline:hover {
  text-decoration: none !important; }

.no-preview {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #bbb; }

.w-tooltip-control {
  position: relative;
  display: block; }

.w-tooltip-link {
  border-bottom: 1px dotted #949f9f; }

.position_relative {
  position: relative; }

.icons-list {
  display: flex;
  align-items: center; }
  .icons-list .w-tooltip-control {
    margin-right: 4px; }
  .icons-list span {
    display: inline-block; }

.preview-row {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  padding: 4px;
  border-bottom: 1px solid #e0e9e9; }

.startext {
  color: #949f9f;
  font-weight: normal; }

.w-containslnk {
  padding-right: 8px;
  display: flex;
  align-items: center; }
  .w-containslnk a, .w-containslnk .w-menulink {
    color: #fff;
    text-decoration: none;
    display: block;
    flex: 1 0 calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 16px;
    font-size: 13px; }
    .w-containslnk a.w-newtab, .w-containslnk .w-menulink.w-newtab {
      flex: 1 1 20px;
      width: auto;
      height: 16px;
      padding: 0px;
      text-align: center;
      opacity: 0.2;
      margin-top: 0px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: visible; }
      .w-containslnk a.w-newtab:before, .w-containslnk a.w-newtab:after, .w-containslnk .w-menulink.w-newtab:before, .w-containslnk .w-menulink.w-newtab:after {
        font-size: 13px;
        line-height: 13px; }
  .w-containslnk:hover {
    background-color: #3a3a3a; }
    .w-containslnk:hover .w-newtab {
      opacity: 1; }

.activity-image {
  position: relative; }

.user-image-container {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block; }
  .user-image-container .initials {
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translatey(-50%);
    text-transform: uppercase; }

.rich-tree-node {
  margin: 8px 0; }
  .rich-tree-node td {
    vertical-align: top; }
  .rich-tree-node .rich-tree-node-text {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 3px;
    display: block;
    margin: -4px 0; }
    .rich-tree-node .rich-tree-node-text.rich-tree-node-selected {
      background-color: #e0e9e9; }
    .rich-tree-node .rich-tree-node-text.rich-tree-node-highlighted {
      background-color: #f2f6f6; }

.rich-tree-h-ic-img {
  padding-right: 4px; }

.rich-tree-node-children {
  padding-left: 8px; }

.rich-tree-node-handleicon {
  width: 24px;
  display: flex; }

img.rich-tree-h-ic-img[src*='iconFolder'],
img.rich-tree-h-ic-img[src*='iconLeaf'],
.rich-tree-node-handle img {
  width: 20px;
  padding-top: 20px;
  height: 0; }

img.rich-tree-h-ic-img[src*='iconFolder'] {
  background: url("../images/icons/rich-tree/folder.png") -4px -2px no-repeat; }

img.rich-tree-h-ic-img[src*='iconLeaf'] {
  background: url("../images/icons/rich-tree/leaf.png") -4px -2px no-repeat; }

.rich-tree-node-handle img {
  background: url("../images/icons/rich-tree/arrow-right.png") 0 50% no-repeat; }
  .rich-tree-node-handle img.rich-tree-node-handleicon-expanded {
    background: url("../images/icons/rich-tree/arrow-down.png") 0 50% no-repeat; }

#chart1Progress, #chart2Progress {
  height: 200px; }

.fileinput-button {
  display: none; }

.fieldset {
  padding-bottom: 16px; }
  .fieldset .forms h3.fieldset-h3 {
    font-size: 16px;
    color: #949f9f;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin: 0 0 4px 8px;
    cursor: pointer; }
    .fieldset .forms h3.fieldset-h3 .fieldset-headline {
      flex: 0 0 auto;
      font-size: 18px;
      font-weight: 500;
      color: #000; }
    .fieldset .forms h3.fieldset-h3 .w-icon {
      height: 14px; }
    .fieldset .forms h3.fieldset-h3 .w-icon.expand_more {
      display: none; }
    .fieldset .forms h3.fieldset-h3:hover .w-icon {
      display: inline-flex; }
    .fieldset .forms h3.fieldset-h3:after {
      content: "";
      display: block;
      width: 100%;
      flex: 1 1 0;
      height: 1px;
      margin-left: 8px;
      margin-right: 8px;
      background-color: #949f9f; }
    .fieldset .forms h3.fieldset-h3:hover {
      color: #babaae; }
      .fieldset .forms h3.fieldset-h3:hover:after {
        background-color: #798787; }
    .fieldset .forms h3.fieldset-h3 .arrow {
      color: #000; }
    .fieldset .forms h3.fieldset-h3 .inlinehelp-icon {
      order: 10; }
    .fieldset .forms h3.fieldset-h3 .designmode-icon {
      order: 11; }
    .fieldset .forms h3.fieldset-h3 .inlinehelp-icon, .fieldset .forms h3.fieldset-h3 .designmode-icon {
      padding: 0 2px; }
  .fieldset .forms.noswitch h3.fieldset-h3 {
    cursor: default; }
    .fieldset .forms.noswitch h3.fieldset-h3:hover {
      color: #949f9f; }
      .fieldset .forms.noswitch h3.fieldset-h3:hover:after {
        background-color: #949f9f; }
  .fieldset.no-line h3.fieldset-h3:after {
    content: none !important; }
  .fieldset .forms-content h3.fieldset-h3 {
    margin-left: -8px !important;
    margin-top: 24px; }
  .fieldset .fieldset-area {
    margin-left: -16px;
    margin-right: -16px;
    padding: 32px 8px; }
    .fieldset .fieldset-area.area-green {
      background-color: rgba(0, 163, 105, 0.1); }
    .fieldset .fieldset-area.area-blue {
      background-color: rgba(87, 112, 156, 0.2); }

.bluePosition {
  background-color: rgba(87, 112, 156, 0.2) !important; }

.greenPosition {
  background-color: rgba(0, 163, 105, 0.1) !important; }

.overflow-hidden {
  overflow: hidden; }

.w-sync-wrapper {
  display: flex;
  flex-wrap: wrap; }

#mpSelArtForm .scrollable {
  display: flex; }

.task-list-details {
  background-color: #ebebeb; }
  .task-list-details dd {
    background-color: #fff;
    padding: 4px;
    min-height: 27px; }

.task-content {
  display: flex;
  align-items: center;
  padding: 8px;
  flex-wrap: wrap; }

.designmode-list {
  position: absolute;
  right: 6px;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  background-color: white;
  z-index: 121;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid #979797;
  padding: 4px;
  word-break: normal; }
  .designmode-list li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    margin-top: 4px; }
    .designmode-list li .designmode-label {
      margin-bottom: 0px;
      padding-left: 4px; }

/* list styles */
.w-list-bullet {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px; }
  .w-list-bullet li {
    padding-bottom: 4px; }

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; }

/* inline-help */
.inline-help {
  flex: 0 0 28px;
  animation: inlinehelpinit 1s;
  padding-left: 5px;
  z-index: 110;
  pointer-events: auto;
  color: #656565;
  align-self: center; }

.inline-help.hide_custom_help {
  display: none !important; }

.modal-panel-header-label .inline-help {
  padding-left: 0;
  margin-top: -2px; }

@keyframes inlinehelpinit {
  0% {
    transform: scale(1, 1);
    opacity: 0; }
  50% {
    transform: scale(1.5, 1.5);
    opacity: 1; }
  55% {
    transform: scale(1.5, 1.5);
    opacity: 1; }
  100% {
    transform: scale(1, 1);
    opacity: 0.3; } }

.inlineHelpBox {
  display: none; }

/* order status */
.order-status-container {
  padding: 4px 0; }
  .order-status-container .order-status-icon {
    background: #babaae;
    display: flex;
    flex: 0 0 33px;
    height: 33px !important;
    width: 33px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 8px; }
    .order-status-container .order-status-icon.w-notstarted {
      background: #d10000; }
    .order-status-container .order-status-icon.w-inprogress {
      background: #ffd764; }
    .order-status-container .order-status-icon.w-done {
      background: #00a369; }
    .order-status-container .order-status-icon.w-canceled {
      color: #be0000; }
    .order-status-container .order-status-icon.attach_money:before {
      font-size: 21px;
      line-height: 21px; }

/* suggestion box dropdown table style*/
.k-list-container.wc-list-table {
  overflow: hidden;
  min-height: 232px !important; }
  .k-list-container.wc-list-table .k-list {
    display: table !important;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed !important; }
    .k-list-container.wc-list-table .k-list > li {
      display: table-row !important;
      text-align: left; }
      .k-list-container.wc-list-table .k-list > li > div {
        box-sizing: border-box;
        display: table-cell !important;
        padding: 0 4px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .k-list-container.wc-list-table .k-list > li.k-state-selected > div > span {
        background: #57709c;
        color: #fff; }
  .k-list-container.wc-list-table .k-list-scroller {
    width: auto;
    min-height: 200px !important; }
  .k-list-container.wc-list-table .suggestion-header td {
    box-sizing: border-box;
    height: 32px;
    vertical-align: middle;
    padding: 0 4px !important;
    font-weight: bold;
    color: #000; }

/* activity streams colors*/
.activity-container .audit-history-changetype.ADD, .audit-history-container .audit-history-changetype.ADD, .activity-stream-single .audit-history-changetype.ADD {
  color: #00a369; }

.activity-container .audit-history-changetype.MOD, .audit-history-container .audit-history-changetype.MOD, .activity-stream-single .audit-history-changetype.MOD {
  color: #57709c; }

.activity-container .audit-history-changetype.DEL, .audit-history-container .audit-history-changetype.DEL, .activity-stream-single .audit-history-changetype.DEL {
  color: #be0000; }

.upload-progress-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  top: calc(50% + 70px);
  left: 50%;
  padding: 20px;
  background-color: #292929;
  width: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border-radius: 3px; }
  .upload-progress-wrapper .ul-progress-container {
    width: 100%;
    margin: 8px 0;
    background-color: #292929; }
    .upload-progress-wrapper .ul-progress-container .ul-progress-bar {
      padding: 8px;
      background-color: #00a369;
      margin: 2px; }

/* animation classes */
.w-wait-fade-out {
  animation: fadeOut 1.2s ease 2s forwards; }

.w-fade-out {
  animation: fadeOut 1.2s ease 0s forwards; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  80% {
    opacity: 0;
    max-height: 9999px; }
  100% {
    visibility: hidden;
    max-height: 0px;
    opacity: 0; } }

/* helper classes*/
.border-radius-top-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.border-radius-right-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.border-radius-bottom-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.border-radius-left-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bg-content-purple {
  background-color: #c2b8de; }

.bg-content-yellow {
  background-color: #fde18b; }

.bg-content-red {
  background-color: #fe938c; }

.bg-content-green {
  background-color: #ace5b3; }

.bg-content-grey {
  background-color: #c9cfcf; }

.bg-content-pink {
  background-color: #e6bebc; }

.bg-content-mint {
  background-color: #32fec0; }

.bg-content-violet {
  background-color: #6455A0; }

.bg-content-forest {
  background-color: #1B4942; }

.bg-content-blue-light {
  background-color: #b0ccfb; }

.bg-content-gray-light {
  background-color: #e0e9e9; }

.bg-content-orange-dark {
  background-color: #dd803f; }

.bg-content-grey-dark {
  background-color: #292929 !important; }

.border-gray-light {
  border-color: #e0e9e9; }

.overflow-auto {
  overflow: auto !important; }

.height-auto {
  height: auto !important; }

.nowrap {
  white-space: nowrap; }

.strike-through {
  text-decoration: line-through; }

.border-top-double {
  border-top-style: double; }

.no-transition {
  transition-duration: 0.01s !important; }

/* label like text*/
.w-label {
  font-size: 13px; }

.w-column-3 {
  width: 100%;
  columns: 3 auto !important; }

.spacer-dot:before {
  margin: 0 0.2em;
  content: "\B7"; }

/* tile view (bank account boxes) */
.w-tile-box-container .w-tile-box {
  flex: 0 0 280px;
  align-self: stretch;
  max-width: 100%; }
  .w-tile-box-container .w-tile-box .w-tile-box-desc {
    height: 190px; }
  .w-tile-box-container .w-tile-box .w-tile-box-button-container {
    opacity: 0;
    transition: all 0.7s linear; }
  .w-tile-box-container .w-tile-box:hover .w-tile-box-button-container {
    opacity: 1; }

.w-tile-box-container:not(.w-tile-box-bank) .w-tile-box {
  cursor: pointer; }

.w-tile-box-container .bg-light:hover {
  background-color: #f2f6f6 !important; }

.w-tile-box-container .w-tile-box-empty {
  flex: 0 0 264px;
  max-width: 100%;
  margin: 8px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px dotted #7f7f7f; }
  .w-tile-box-container .w-tile-box-empty .w-tile-box-item-empty {
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    .w-tile-box-container .w-tile-box-empty .w-tile-box-item-empty:before {
      font-size: 100px;
      line-height: 100px;
      font-weight: bold;
      color: #7f7f7f; }

.store-badge {
  color: #212529;
  background-color: #C7D9D9;
  padding: 3px 5px;
  border: none; }

.store-deactivated {
  color: #212529;
  background-color: #E6BEBC;
  padding: 3px 5px;
  border: none; }

.transportation-state-new {
  background-color: #C7D9D9; }

.transportation-state-in_transit {
  background-color: #FDE18B; }

.transportation-state-in_interim {
  background-color: #E29A4E; }

.transportation-state-completed {
  background-color: #5FBC9A; }

.transportation-state-badge {
  color: #292929;
  padding: 3px 5px;
  border: none; }

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 400; }

.wc-sidebar h3 {
  line-height: 24px;
  margin-bottom: 12px; }

.labeled-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px; }
  .labeled-checkbox .forms-row {
    min-height: 0;
    margin: 0; }

.labeled-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px; }
  .labeled-checkbox-label.top-align {
    align-items: flex-start; }

.timer-text {
  width: 42px;
  text-align: left; }

.quantityBadge {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 0 4px;
  height: 15px;
  background-color: #e0e9e9;
  color: #808080;
  font-size: 10px;
  text-transform: uppercase; }

.superscript {
  vertical-align: super;
  font-size: xx-small; }

.quantityBadgeContainer {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  min-height: 30px; }

.checkbox-nowrap-flex {
  min-width: 170px;
  display: inline-flex;
  align-items: center; }
  .checkbox-nowrap-flex .forms-row {
    flex-wrap: nowrap; }

.checkbox-row-flex-box {
  display: flex;
  gap: 16px; }
  .checkbox-row-flex-box .forms-row {
    margin-top: 0; }
    .checkbox-row-flex-box .forms-row.label-right.checkbox .forms-input {
      padding-left: 0; }

.radio-row-flex-box {
  display: flex; }
  .radio-row-flex-box .selectOneRadio.lineDirection tr {
    gap: 8px; }

.testsystem-chip {
  display: flex;
  gap: 0.3em;
  height: 26px;
  padding: 0 8px;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 14px; }
  .testsystem-chip .w-icon {
    line-height: 26px; }
    .testsystem-chip .w-icon.w-icon-small:before {
      font-size: 14px; }

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px !important; }
  .modal .modal-header {
    align-items: center;
    /* widget modal panel */ }
    @media (max-width: 576px) {
      .modal .modal-header {
        flex-wrap: wrap; } }
    .modal .modal-header .modal-search-header {
      min-width: 300px;
      margin-left: 12px;
      margin-right: 12px; }
      @media (max-width: 576px) {
        .modal .modal-header .modal-search-header {
          flex-direction: column;
          margin-left: 0px; } }
      .modal .modal-header .modal-search-header .modal-search {
        position: relative;
        flex: 1 1; }
        .modal .modal-header .modal-search-header .modal-search .w-icon.search {
          position: absolute;
          margin-top: 5px;
          right: 10px;
          cursor: text; }
  .modal .modal-dialog {
    width: 750px;
    max-width: 95%;
    transform: none !important; }
    .modal .modal-dialog.dragable {
      position: absolute;
      left: -50vw;
      margin: 0;
      right: -50vw;
      top: 46px;
      margin: auto; }
      .modal .modal-dialog.dragable.dragged * {
        user-select: none; }
    .modal .modal-dialog .modal-body {
      max-height: 90vh;
      overflow: hidden;
      padding: 0 0 1rem; }
      .modal .modal-dialog .modal-body .w-table.autoheight .w-table-table .extdt-maindiv {
        min-height: auto; }
      .modal .modal-dialog .modal-body .modal-panel-text {
        padding: 1rem; }
      .modal .modal-dialog .modal-body form {
        max-height: 80vh; }
        @media (max-width: 576px) {
          .modal .modal-dialog .modal-body form {
            max-height: 75vh; } }
        .modal .modal-dialog .modal-body form .scrollable {
          padding: 1rem; }
        .modal .modal-dialog .modal-body form .content-with-menu {
          max-height: 100%;
          overflow: hidden; }
          @media (max-width: 576px) {
            .modal .modal-dialog .modal-body form .content-with-menu {
              overflow: auto; } }
          .modal .modal-dialog .modal-body form .content-with-menu .content-menu {
            min-width: 200px;
            overflow: auto; }
    .modal .modal-dialog .w-tabs-header, .modal .modal-dialog .w-tabs-content {
      position: initial;
      margin-bottom: 0px;
      padding-left: 0px; }
    .modal .modal-dialog .w-tabs-header li.active {
      margin-bottom: -1px; }
    .modal .modal-dialog .w-tabs-content.active {
      padding-top: 8px; }
  .modal.modal-medium .modal-dialog {
    width: 950px; }
  .modal.modal-big .modal-dialog {
    width: 1200px; }
  .modal.modal-fluid .modal-dialog {
    width: auto; }
  .modal .modal-panel-buttons {
    border-top: 1px solid #e9ecef;
    padding: 1rem 1rem 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .modal .modal-panel-buttons {
        flex-direction: column-reverse;
        height: 100%;
        min-height: 80px; } }
    .modal .modal-panel-buttons .w-button-save-container .btn,
    .modal .modal-panel-buttons .w-button-apply-container .btn {
      margin-left: 4px; }
    .modal .modal-panel-buttons .w-button-save-container:empty,
    .modal .modal-panel-buttons .w-button-apply-container:empty {
      display: none; }
  .modal .modal-panel-header-label {
    line-height: 24px;
    color: #57709c;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    word-break: break-word; }
  .modal .modal-panel-header-cntrl {
    padding-left: 12px; }
    @media (max-width: 576px) {
      .modal .modal-panel-header-cntrl {
        padding-left: 0px; } }
  .modal .modal-panel-header-close {
    padding: 0px;
    margin: 0px; }
  .modal table.mceLayout {
    width: 100% !important; }
  .modal input:not([type='button']):not([type='file']):not([type='radio']):not([type='checkbox']):not(.w-icon):not(.w-button) {
    width: 100%;
    line-height: 22px;
    vertical-align: middle;
    box-sizing: border-box; }

.dragable-target {
  cursor: move; }
  .dragable-target .modal-panel-header-cntrl {
    cursor: default; }

.modal-backdrop {
  display: none; }

@media (max-width: 576px) {
  .w-button-apply-container .btn,
  .w-button-save-container .btn,
  .w-button-cancel-container .btn {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center; } }

@media (max-width: 576px) {
  .w-button-apply-container div,
  .w-button-save-container div,
  .w-button-cancel-container div {
    width: 100%; } }

.w-button-apply-container,
.w-button-save-container {
  display: flex; }
  .w-button-apply-container .btn-toolbar,
  .w-button-save-container .btn-toolbar {
    margin-left: 0px;
    margin-right: 0px; }
  @media (max-width: 576px) {
    .w-button-apply-container,
    .w-button-save-container {
      flex-wrap: wrap; }
      .w-button-apply-container .btn,
      .w-button-save-container .btn {
        margin-bottom: 4px;
        margin-left: 0px !important; } }
/* styles for fieldsets in modal panels*/
.modal-content .fieldset.col-12 {
  padding-left: 0;
  padding-right: 0; }

.modal-content .fieldset .forms-content {
  padding: 0; }

.modal-content .fieldset .forms h3.fieldset-h3 {
  margin-left: 0; }
  .modal-content .fieldset .forms h3.fieldset-h3:after {
    margin-right: 5px; }

.nano-output {
  width: 100%; }
  .nano-output ul {
    clear: both;
    list-style: initial;
    margin-bottom: 16px;
    padding-left: 40px; }
  .nano-output table {
    width: 100%;
    border-collapse: collapse; }

.sticky-queue {
  position: fixed;
  border-radius: 0;
  top: auto;
  bottom: 8px;
  right: 32px;
  width: 360px;
  z-index: 2000;
  transform: scaleY(-1); }
  body.test-system .sticky-queue {
    bottom: 60px; }
  .sticky-queue .sticky {
    transform: scaleY(-1);
    display: block;
    position: relative;
    font-size: 13px;
    width: 100%; }
    .sticky-queue .sticky .sticky-close {
      position: absolute;
      top: 8px;
      right: 8px; }
    .sticky-queue .sticky .sticky-note {
      position: relative;
      color: #fff; }
      .sticky-queue .sticky .sticky-note.bg-warning {
        color: #000; }

.shoutbox {
  background-color: #f5f5f1;
  padding: 8px; }
  .shoutbox .shoutbox-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .shoutbox .shoutbox-wrapper .shoutbox-head {
      flex: 0 0 auto;
      margin-bottom: 8px; }
    .shoutbox .shoutbox-wrapper .shoutbox-body {
      flex: 1 1 0;
      min-height: 1px; }
      .shoutbox .shoutbox-wrapper .shoutbox-body .sb {
        height: calc(100% - 20px);
        overflow: auto;
        background-color: #fff;
        padding: 8px;
        border: 1px solid #949f9f; }
        .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry {
          display: flex;
          border-bottom: 1px solid #949f9f;
          padding: 8px 0; }
          .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry a, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry a {
            text-decoration: underline; }
          .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry .sb-entry-privatestar, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry .sb-entry-privatestar {
            position: absolute;
            right: 0px; }
          .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry .w-icon, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry .w-icon {
            color: grey;
            text-decoration: none; }
          .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry .sb-title, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry .sb-title {
            font-weight: bold; }
            .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry .sb-title a, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry .sb-title a {
              font-weight: normal; }
          .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry .sb-text, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry .sb-text {
            margin-top: 4px;
            margin-bottom: 8px;
            word-wrap: break-word;
            overflow: hidden; }
          .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry .sb-entry-metadata, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry .sb-comment-entry-metadata, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry .sb-entry-metadata, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry .sb-comment-entry-metadata {
            font-size: 12px; }
            .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry .sb-entry-metadata .sb-toggle-comment-link, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-entry .sb-comment-entry-metadata .sb-toggle-comment-link, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry .sb-entry-metadata .sb-toggle-comment-link, .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-entry .sb-comment-entry-metadata .sb-toggle-comment-link {
              margin-left: 4px; }
        .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-container .sb-comment-input {
          background-color: #eee;
          width: 95%;
          float: right;
          padding: 8px;
          margin-bottom: 24px; }
          .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-container .sb-comment-input .sb-comment-text-input {
            width: 100%;
            margin-bottom: 8px; }
        .shoutbox .shoutbox-wrapper .shoutbox-body .sb .sb-comment-container .datalist {
          width: 95%;
          float: right;
          margin: 8px 0;
          padding: 8px 0; }
  .shoutbox .sb-input-wrapper {
    margin-bottom: 8px; }
    .shoutbox .sb-input-wrapper .sb-text-input {
      width: 100%;
      height: 220px;
      resize: none; }
      @media (max-width: 992px) {
        .shoutbox .sb-input-wrapper .sb-text-input {
          height: 85px; } }
  .shoutbox .sb-fileupload {
    position: absolute;
    display: inline-block;
    margin-top: -40px;
    right: 16px; }
    .shoutbox .sb-fileupload input {
      display: none; }
    .shoutbox .sb-fileupload-native .attach_file {
      font-size: 0px;
      background-color: transparent;
      border: none;
      color: #000;
      padding: 0 8px; }
      .shoutbox .sb-fileupload-native .attach_file:not(:disabled):not(.disabled):active {
        background-color: transparent;
        border: none;
        color: #000; }
      .shoutbox .sb-fileupload-native .attach_file:before {
        font-size: 24px;
        line-height: 24px; }
  .shoutbox.native {
    background-color: transparent; }
    .shoutbox.native .shoutbox-body {
      min-height: auto; }
    .shoutbox.native .shoutbox-wrapper .shoutbox-body .sb {
      padding: 0px;
      border: none;
      height: auto; }

.flexTable {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: auto;
  max-height: 100%; }
  .flexTable .flexTableRow {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex: 0 0 100%; }
    .flexTable .flexTableRow .flexTableElement {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }

.alert-table-colum {
  position: relative;
  padding: 0rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  min-width: 120px;
  text-align: center; }

.w-simpletable {
  width: 100%; }
  .w-simpletable.w-simpletable-scroll {
    overflow-y: auto; }
  .w-simpletable.w-simpletable-scroll thead th {
    position: sticky;
    top: -1px;
    z-index: 1; }
  .w-simpletable caption {
    padding: 30px 20px 10px 20px;
    caption-side: top; }
    .w-simpletable caption div {
      align-items: center; }
    .w-simpletable caption h3 {
      color: #212529;
      font-size: 24px;
      font-weight: 400;
      padding: 2px 6px 0 0; }
    .w-simpletable caption .btn:not(.add) {
      padding: 2px; }
    .w-simpletable caption .inline-help {
      margin-left: auto; }
  .w-simpletable th {
    background: #f2f6f6;
    padding: 6px 8px;
    border: 1px solid #f2f6f6;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-weight: 600;
    color: #292929;
    cursor: default !important;
    box-shadow: none; }
    .w-simpletable th.lead {
      font-weight: 400; }
    .w-simpletable th:hover {
      box-shadow: none !important; }
  .w-simpletable td {
    padding: 2px 8px;
    vertical-align: top;
    position: relative;
    border: 1px solid #f2f6f6; }
    .w-simpletable td.column-action, .w-simpletable td.w-simpletable-column-action {
      opacity: 1;
      white-space: nowrap;
      width: 1px; }
      .w-simpletable td.column-action .w-icon, .w-simpletable td.w-simpletable-column-action .w-icon {
        opacity: 0.25;
        transition: .1s all linear; }
        .w-simpletable td.column-action .w-icon:before, .w-simpletable td.w-simpletable-column-action .w-icon:before {
          font-size: 18px;
          line-height: 18px; }
      .w-simpletable td.column-action .w-tooltip-control, .w-simpletable td.w-simpletable-column-action .w-tooltip-control {
        display: inline-block; }
    .w-simpletable td.width-auto {
      width: 16px; }
  .w-simpletable tr:hover td.column-action .w-icon,
  .w-simpletable tr:hover td.w-simpletable-column-action .w-icon {
    opacity: 1;
    transition: .1s all linear; }
  .w-simpletable.w-definedtable th, .w-simpletable.w-definedtable td {
    border: none;
    vertical-align: top !important; }
  .w-simpletable.w-definedtable td {
    padding: 8px !important; }
    .w-simpletable.w-definedtable td .pt-txt {
      padding-top: 3px; }
    .w-simpletable.w-definedtable td .forms-row {
      margin-top: 0 !important; }
  .w-simpletable.w-definedtable tr.w-table-row-odd {
    background: #f8fafa; }
  .w-simpletable.w-definedtable tr.w-table-row-even {
    background: #fff; }
  .w-simpletable.w-simpletable-noborder th, .w-simpletable.w-simpletable-noborder td {
    border: none; }
  .w-simpletable tr.w-table-tr-h200 {
    height: 75px; }
  .w-simpletable tr.w-table-tr-h150 {
    height: 55px; }
  .w-simpletable.w-simpletable-tr-align-middle tbody td {
    vertical-align: middle; }
  .w-simpletable.w-simpletable-stripes tbody tr:nth-child(even) {
    background-color: #f8fafa; }
  .w-simpletable.w-simpletable-stripes tbody tr:hover {
    background: #f5f5f1; }
  .w-simpletable.w-simpletable-noborders th, .w-simpletable.w-simpletable-noborders td {
    border: none !important; }

/* prevent strange word-wrap of simple tables inside rich tables */
.w-table-table td .w-simpletable th, .w-table-table td .w-simpletable td {
  white-space: nowrap !important; }

/* prevent strange word-wrap of simple tables inside rich tables */
.w-table-table td .w-simpletable th, .w-table-table td .w-simpletable td {
  white-space: nowrap !important; }

.w-table-validate td.error-td {
  box-shadow: inset 1000px 1000px 0 rgba(190, 0, 0, 0.1); }
  .w-table-validate td.error-td span.error {
    font-weight: 500;
    color: #be0000;
    padding-top: 2px; }

.scrollFix .w-table {
  overflow: hidden; }

.w-table {
  overflow: auto; }
  .w-table .extdt-noData-cell {
    text-align: center;
    font-size: 20px;
    font-weight: 500; }

.w-table-loader {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1; }

.w-table-empty .default-icon, .extdt-noData-cell::before {
  content: "";
  display: block;
  width: 280px;
  height: 169px;
  margin: 35px auto 10px auto;
  background-image: url(../images/layout/emptystate/tes_fly.svg);
  background-size: contain; }

.w-td-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.3); }

.column-action {
  transition: .1s all linear;
  padding: 4px 0;
  color: #949f9f; }
  .column-action .w-icon:not(.btn) {
    font-size: 0px; }
  .column-action a, .column-action button {
    color: #949f9f;
    background-color: transparent;
    border: none; }
  .column-action .extdt-cell-div .meta-ignoremeplease {
    display: flex; }

.cell-action-icon {
  transition: .1s all linear;
  color: #949f9f;
  background-color: transparent;
  border: none; }
  .cell-action-icon:hover {
    filter: brightness(0.85); }

.w-table-header {
  margin-bottom: 0px;
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 20px 10px 20px; }
  .w-table-header .w-table-icons {
    position: relative; }
    .w-table-header .w-table-icons .filter_list {
      top: 0; }
      .w-table-header .w-table-icons .filter_list .expand_more {
        margin: 1px 0 0 2px; }
  .w-table-header .selection-counter {
    padding: 0 8px;
    display: block; }
    .w-table-header .selection-counter div span {
      white-space: nowrap;
      font-weight: bold; }

.w-table {
  display: inline-block;
  position: relative;
  width: 100%; }
  .w-table.autoheight {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 350px; }
    .w-table.autoheight .w-table-table {
      display: flex;
      flex-direction: column;
      flex: 1 0 100%;
      position: relative; }
      .w-table.autoheight .w-table-table .overview-preview-header-switch {
        position: absolute;
        bottom: 50px;
        width: 32px;
        right: 16px;
        height: 32px;
        border-radius: 50%;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1); }
        @media (max-width: 992px) {
          .w-table.autoheight .w-table-table .overview-preview-header-switch {
            bottom: 100px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          .w-table.autoheight .w-table-table .overview-preview-header-switch {
            bottom: 80px; } }
      .w-table.autoheight .w-table-table .w-table-headline {
        padding-top: 2px;
        display: flex;
        align-items: center;
        font-weight: 400; }
      .w-table.autoheight .w-table-table .w-table-buttons {
        min-width: auto;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
        @media (max-width: 768px) {
          .w-table.autoheight .w-table-table .w-table-buttons {
            padding-top: 2px; } }
        @media (max-width: 768px) {
          .w-table.autoheight .w-table-table .w-table-buttons .btn-toolbar > * {
            width: 100%; } }
        @media (max-width: 768px) {
          .w-table.autoheight .w-table-table .w-table-buttons .btn {
            width: 100%; } }
        @media (min-width: 768px) {
          .w-table.autoheight .w-table-table .w-table-buttons .btn {
            width: auto;
            border-bottom: none;
            border-radius: 3px; } }
        .w-table.autoheight .w-table-table .w-table-buttons .dropdown-menu li:first-child .btn {
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; }
        .w-table.autoheight .w-table-table .w-table-buttons .dropdown-menu li:last-child .btn {
          border-bottom: none;
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; }
        @media (min-width: 768px) {
          .w-table.autoheight .w-table-table .w-table-buttons .dropdown-menu .btn {
            width: 100%;
            border-bottom: 1px solid #fff;
            border-radius: 0px; } }
      .w-table.autoheight .w-table-table.ui-resizable {
        flex: 0 0 auto; }
        .w-table.autoheight .w-table-table.ui-resizable.w-table-table-full-height {
          min-height: 100%;
          max-height: 100%; }
          .w-table.autoheight .w-table-table.ui-resizable.w-table-table-full-height .overview-preview-header-switch {
            transform: rotate(180deg); }
          .w-table.autoheight .w-table-table.ui-resizable.w-table-table-full-height .ui-resizable-handle {
            display: none; }
      .w-table.autoheight .w-table-table .w-table-header {
        flex: 0 0 auto; }
      .w-table.autoheight .w-table-table .extdt-maindiv {
        flex: 1 1 0;
        min-height: 1px;
        visibility: hidden; }
      .w-table.autoheight .w-table-table .currency-wrapper {
        max-width: 165px !important;
        width: 100% !important; }
        .w-table.autoheight .w-table-table .currency-wrapper input {
          min-width: 80px !important;
          width: 100% !important; }
    .w-table.autoheight .w-table-preview {
      flex: 1 1 0;
      visibility: hidden; }
  .w-table .ui-resizable-handle {
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15) !important;
    margin: 0 auto;
    cursor: n-resize; }
    .w-table .ui-resizable-handle:before {
      display: none; }
    .w-table .ui-resizable-handle:hover {
      background: rgba(0, 0, 0, 0.25) !important;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); }
  .w-table .w-table-preview {
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
    overflow: hidden; }
    .w-table .w-table-preview .overview-preview .overview-preview-header {
      background: #f2f6f6;
      width: 100%;
      height: 16px;
      padding: 0;
      font-weight: 600; }
      .w-table .w-table-preview .overview-preview .overview-preview-header .overview-preview-header-switch {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 8px;
        top: -3px;
        vertical-align: middle;
        cursor: pointer; }
        .w-table .w-table-preview .overview-preview .overview-preview-header .overview-preview-header-switch:before {
          position: absolute;
          content: '\E5CE'; }
    .w-table .w-table-preview .overview-preview.active .overview-preview-header {
      height: 32px;
      padding: 8px 4px; }
    .w-table .w-table-preview .overview-preview.active .overview-preview-header-switch {
      top: 4px; }
      .w-table .w-table-preview .overview-preview.active .overview-preview-header-switch:before {
        content: '\E5CF'; }
    .w-table .w-table-preview .overview-preview .overview-preview-content {
      padding: 8px 4px;
      overflow: auto;
      position: absolute;
      top: 32px;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      display: flex;
      flex-wrap: wrap; }
  .w-table .w-table-table, .w-table .w-simpletable {
    /* pagination 1 */
    /* datascroller */
    /*table sorter */ }
    .w-table .w-table-table table:not(.rich-dtascroller-table), .w-table .w-simpletable table:not(.rich-dtascroller-table) {
      width: 100%; }
    .w-table .w-table-table .extdt-thead, .w-table .w-table-table .extdt-subheader, .w-table .w-table-table .rich-table-header, .w-table .w-table-table .rich-table-subheader, .w-table .w-simpletable .extdt-thead, .w-table .w-simpletable .extdt-subheader, .w-table .w-simpletable .rich-table-header, .w-table .w-simpletable .rich-table-subheader {
      height: 32px !important;
      max-height: 32px !important; }
    .w-table .w-table-table thead .extdt-subheader th,
    .w-table .w-table-table thead .extdt-table-filterrow th,
    .w-table .w-table-table thead .rich-table-header th,
    .w-table .w-table-table thead .rich-table-subheader th, .w-table .w-simpletable thead .extdt-subheader th,
    .w-table .w-simpletable thead .extdt-table-filterrow th,
    .w-table .w-simpletable thead .rich-table-header th,
    .w-table .w-simpletable thead .rich-table-subheader th {
      color: #000;
      background: #f2f6f6;
      height: 32px;
      vertical-align: middle;
      white-space: nowrap;
      text-align: left;
      padding: 4px; }
      .w-table .w-table-table thead .extdt-subheader th > div,
      .w-table .w-table-table thead .extdt-table-filterrow th > div,
      .w-table .w-table-table thead .rich-table-header th > div,
      .w-table .w-table-table thead .rich-table-subheader th > div, .w-table .w-simpletable thead .extdt-subheader th > div,
      .w-table .w-simpletable thead .extdt-table-filterrow th > div,
      .w-table .w-simpletable thead .rich-table-header th > div,
      .w-table .w-simpletable thead .rich-table-subheader th > div {
        position: relative; }
        .w-table .w-table-table thead .extdt-subheader th > div > .dropdown .btn,
        .w-table .w-table-table thead .extdt-table-filterrow th > div > .dropdown .btn,
        .w-table .w-table-table thead .rich-table-header th > div > .dropdown .btn,
        .w-table .w-table-table thead .rich-table-subheader th > div > .dropdown .btn, .w-table .w-simpletable thead .extdt-subheader th > div > .dropdown .btn,
        .w-table .w-simpletable thead .extdt-table-filterrow th > div > .dropdown .btn,
        .w-table .w-simpletable thead .rich-table-header th > div > .dropdown .btn,
        .w-table .w-simpletable thead .rich-table-subheader th > div > .dropdown .btn {
          width: 100%;
          overflow: hidden; }
    .w-table .w-table-table thead .rich-table-header th, .w-table .w-simpletable thead .rich-table-header th {
      padding: 0 0 0 8px;
      font-weight: 600;
      color: #292929; }
    .w-table .w-table-table thead .extdt-subheader th, .w-table .w-simpletable thead .extdt-subheader th {
      padding: 4px 5.33333px; }
      .w-table .w-table-table thead .extdt-subheader th span, .w-table .w-simpletable thead .extdt-subheader th span {
        font-weight: 600; }
      .w-table .w-table-table thead .extdt-subheader th > div, .w-table .w-simpletable thead .extdt-subheader th > div {
        width: auto;
        max-width: 100%;
        display: inline-block; }
    .w-table .w-table-table thead .extdt-table-filterrow th .filter-table-range > span, .w-table .w-simpletable thead .extdt-table-filterrow th .filter-table-range > span {
      text-align: right;
      padding-right: 4px; }
    .w-table .w-table-table thead .extdt-table-filterrow th .filter-table-range input, .w-table .w-simpletable thead .extdt-table-filterrow th .filter-table-range input {
      min-height: 20px;
      height: 20px !important; }
    .w-table .w-table-table td, .w-table .w-simpletable td {
      min-height: 24px;
      padding: 4px 5.33333px;
      overflow: hidden;
      line-height: 22px;
      position: relative;
      vertical-align: baseline; }
      .w-table .w-table-table td.extdt-cell .w-icon:not(.no-opacity):not(.disabled):not(.w-icon-round-grey):before, .w-table .w-table-table td.extdt-cell .w-icon.w-icon-round-grey, .w-table .w-simpletable td.extdt-cell .w-icon:not(.no-opacity):not(.disabled):not(.w-icon-round-grey):before, .w-table .w-simpletable td.extdt-cell .w-icon.w-icon-round-grey {
        opacity: 0.25; }
      .w-table .w-table-table td .symbol-box, .w-table .w-simpletable td .symbol-box {
        line-height: 26px; }
    .w-table .w-table-table tr, .w-table .w-simpletable tr {
      height: auto; }
    .w-table .w-table-table tbody tr td, .w-table .w-simpletable tbody tr td {
      border-top: 1px solid rgba(0, 0, 0, 0.02); }
    .w-table .w-table-table tbody tr:nth-child(even), .w-table .w-simpletable tbody tr:nth-child(even) {
      background: #f8fafa; }
    .w-table .w-table-table tbody tr:nth-child(odd), .w-table .w-simpletable tbody tr:nth-child(odd) {
      background: #fff; }
    .w-table .w-table-table.table-inverted tbody tr:nth-child(odd), .w-table .w-simpletable.table-inverted tbody tr:nth-child(odd) {
      background: #f8fafa; }
      .w-table .w-table-table.table-inverted tbody tr:nth-child(odd) td, .w-table .w-simpletable.table-inverted tbody tr:nth-child(odd) td {
        border: none; }
    .w-table .w-table-table.table-inverted tbody tr:nth-child(even), .w-table .w-simpletable.table-inverted tbody tr:nth-child(even) {
      background: #fff; }
      .w-table .w-table-table.table-inverted tbody tr:nth-child(even) td, .w-table .w-simpletable.table-inverted tbody tr:nth-child(even) td {
        border: none; }
    .w-table .w-table-table .extdt-content tr:not(.extdt-row-active):hover,
    .w-table .w-table-table .extdt-content tr.active, .w-table .w-simpletable .extdt-content tr:not(.extdt-row-active):hover,
    .w-table .w-simpletable .extdt-content tr.active {
      cursor: pointer;
      background-color: #f5f5f1; }
      .w-table .w-table-table .extdt-content tr:not(.extdt-row-active):hover > td.extdt-cell.column-action,
      .w-table .w-table-table .extdt-content tr.active > td.extdt-cell.column-action, .w-table .w-simpletable .extdt-content tr:not(.extdt-row-active):hover > td.extdt-cell.column-action,
      .w-table .w-simpletable .extdt-content tr.active > td.extdt-cell.column-action {
        opacity: 1;
        transition: .1s all linear; }
      .w-table .w-table-table .extdt-content tr:not(.extdt-row-active):hover > td.extdt-cell.extdt-cell .w-icon:not(.no-opacity):not(.disabled):before, .w-table .w-table-table .extdt-content tr:not(.extdt-row-active):hover > td.extdt-cell.extdt-cell .w-icon.w-icon-round-grey,
      .w-table .w-table-table .extdt-content tr.active > td.extdt-cell.extdt-cell .w-icon:not(.no-opacity):not(.disabled):before,
      .w-table .w-table-table .extdt-content tr.active > td.extdt-cell.extdt-cell .w-icon.w-icon-round-grey, .w-table .w-simpletable .extdt-content tr:not(.extdt-row-active):hover > td.extdt-cell.extdt-cell .w-icon:not(.no-opacity):not(.disabled):before, .w-table .w-simpletable .extdt-content tr:not(.extdt-row-active):hover > td.extdt-cell.extdt-cell .w-icon.w-icon-round-grey,
      .w-table .w-simpletable .extdt-content tr.active > td.extdt-cell.extdt-cell .w-icon:not(.no-opacity):not(.disabled):before,
      .w-table .w-simpletable .extdt-content tr.active > td.extdt-cell.extdt-cell .w-icon.w-icon-round-grey {
        opacity: 1;
        transition: .1s all linear; }
    .w-table .w-table-table .extdt-content .extdt-row-active, .w-table .w-simpletable .extdt-content .extdt-row-active {
      background-color: #e0e9e9; }
      .w-table .w-table-table .extdt-content .extdt-row-active > td.extdt-cell:first-child:before, .w-table .w-simpletable .extdt-content .extdt-row-active > td.extdt-cell:first-child:before {
        content: "";
        width: 2px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1000; }
      .w-table .w-table-table .extdt-content .extdt-row-active > td.extdt-cell.column-action, .w-table .w-simpletable .extdt-content .extdt-row-active > td.extdt-cell.column-action {
        opacity: 1;
        transition: .1s all linear; }
    .w-table .w-table-table .extdt-content td .w-icon, .w-table .w-table-table .extdt-content td .btn, .w-table .w-simpletable .extdt-content td .w-icon, .w-table .w-simpletable .extdt-content td .btn {
      float: none;
      vertical-align: top;
      margin: 0; }
      .w-table .w-table-table .extdt-content td .w-icon.w-icon-round-grey, .w-table .w-table-table .extdt-content td .btn.w-icon-round-grey, .w-table .w-simpletable .extdt-content td .w-icon.w-icon-round-grey, .w-table .w-simpletable .extdt-content td .btn.w-icon-round-grey {
        margin: 2px 0 2px 4px; }
    .w-table .w-table-table .extdt-content td .btn.w-button-transparent-2, .w-table .w-simpletable .extdt-content td .btn.w-button-transparent-2 {
      display: inline-flex; }
    .w-table .w-table-table .extdt-content td.column-action, .w-table .w-simpletable .extdt-content td.column-action {
      text-align: center; }
    .w-table .w-table-table .extdt-cell-div, .w-table .w-simpletable .extdt-cell-div {
      display: inline-block;
      vertical-align: top;
      line-height: 22px;
      position: relative;
      cursor: default;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      -moz-box-sizing: border-box;
      -moz-outline: none;
      width: 100%; }
    .w-table .w-table-table .w-tooltip-control:not(.no-margin), .w-table .w-simpletable .w-tooltip-control:not(.no-margin) {
      display: flex;
      align-items: center; }
    .w-table .w-table-table .column-select.inactive, .w-table .w-simpletable .column-select.inactive {
      background-color: #e0e9e9; }
    .w-table .w-table-table .column-select .w-checkbox, .w-table .w-table-table .column-select input[type=checkbox], .w-table .w-simpletable .column-select .w-checkbox, .w-table .w-simpletable .column-select input[type=checkbox] {
      margin-top: 4px; }
    .w-table .w-table-table .column-select .w-tooltip-control, .w-table .w-simpletable .column-select .w-tooltip-control {
      margin: 0 !important; }
    .w-table .w-table-table .paginator, .w-table .w-simpletable .paginator {
      background: #f2f6f6;
      padding: 4px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      visibility: hidden;
      color: #636363; }
      .w-table .w-table-table .paginator .paginator-box, .w-table .w-simpletable .paginator .paginator-box {
        display: flex;
        flex: 1 1 0px;
        align-items: center;
        justify-content: center; }
      .w-table .w-table-table .paginator .paginator-input-box, .w-table .w-simpletable .paginator .paginator-input-box {
        margin-right: 16px; }
      .w-table .w-table-table .paginator .paginator-pages-box, .w-table .w-simpletable .paginator .paginator-pages-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px; }
        .w-table .w-table-table .paginator .paginator-pages-box a, .w-table .w-simpletable .paginator .paginator-pages-box a {
          text-decoration: none !important;
          font-size: 0px;
          text-align: center;
          color: #636363; }
        .w-table .w-table-table .paginator .paginator-pages-box .firstpage, .w-table .w-simpletable .paginator .paginator-pages-box .firstpage {
          margin-right: 4px; }
        .w-table .w-table-table .paginator .paginator-pages-box .prevpage, .w-table .w-simpletable .paginator .paginator-pages-box .prevpage {
          margin-right: 8px; }
        .w-table .w-table-table .paginator .paginator-pages-box .nextpage, .w-table .w-simpletable .paginator .paginator-pages-box .nextpage {
          margin-left: 8px; }
        .w-table .w-table-table .paginator .paginator-pages-box .lastpage, .w-table .w-simpletable .paginator .paginator-pages-box .lastpage {
          margin-left: 4px; }
        .w-table .w-table-table .paginator .paginator-pages-box .paginator-nextpage,
        .w-table .w-table-table .paginator .paginator-pages-box .paginator-prevpage, .w-table .w-simpletable .paginator .paginator-pages-box .paginator-nextpage,
        .w-table .w-simpletable .paginator .paginator-pages-box .paginator-prevpage {
          height: 16px;
          width: 16px;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -5px; }
        .w-table .w-table-table .paginator .paginator-pages-box .paginator-nextpage:before, .w-table .w-simpletable .paginator .paginator-pages-box .paginator-nextpage:before {
          content: '\E5CC'; }
        .w-table .w-table-table .paginator .paginator-pages-box .paginator-prevpage, .w-table .w-simpletable .paginator .paginator-pages-box .paginator-prevpage {
          left: -5px; }
          .w-table .w-table-table .paginator .paginator-pages-box .paginator-prevpage:before, .w-table .w-simpletable .paginator .paginator-pages-box .paginator-prevpage:before {
            content: '\E5CB'; }
      .w-table .w-table-table .paginator .paginator-page-buttons, .w-table .w-simpletable .paginator .paginator-page-buttons {
        display: flex;
        align-items: center;
        justify-content: center; }
        .w-table .w-table-table .paginator .paginator-page-buttons .paginator-btn, .w-table .w-simpletable .paginator .paginator-page-buttons .paginator-btn {
          box-sizing: border-box;
          min-height: 22px;
          min-width: 20px;
          padding: 0 4px;
          margin: 0 2px;
          font-size: 14px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: transparent;
          border-radius: 2px; }
          .w-table .w-table-table .paginator .paginator-page-buttons .paginator-btn:hover, .w-table .w-simpletable .paginator .paginator-page-buttons .paginator-btn:hover {
            color: #000; }
          .w-table .w-table-table .paginator .paginator-page-buttons .paginator-btn.active, .w-table .w-simpletable .paginator .paginator-page-buttons .paginator-btn.active {
            background-color: #636363;
            color: #fff; }
      .w-table .w-table-table .paginator .paginator-dots, .w-table .w-simpletable .paginator .paginator-dots {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 21px;
        min-width: 22px;
        padding: 0 3px;
        margin: 0 2px; }
      .w-table .w-table-table .paginator .paginator-records-box, .w-table .w-simpletable .paginator .paginator-records-box {
        margin-right: 16px; }
      .w-table .w-table-table .paginator .paginator-select,
      .w-table .w-table-table .paginator .paginator-select:hover, .w-table .w-simpletable .paginator .paginator-select,
      .w-table .w-simpletable .paginator .paginator-select:hover {
        cursor: pointer;
        padding-left: 0;
        padding-right: 0;
        width: 52px !important;
        flex: none !important;
        height: 26px; }
      .w-table .w-table-table .paginator .paginator-input, .w-table .w-simpletable .paginator .paginator-input {
        width: 40px !important;
        padding: 0 4px !important;
        text-align: right;
        flex: none !important; }
      .w-table .w-table-table .paginator .paginator-spacer, .w-table .w-simpletable .paginator .paginator-spacer {
        margin-left: 2px;
        margin-right: 2px; }
    .w-table .w-table-table .paginator-box .w-icon.disabled,
    .w-table .w-table-table .rich-datascr .rich-datascr-button .w-icon.disabled, .w-table .w-simpletable .paginator-box .w-icon.disabled,
    .w-table .w-simpletable .rich-datascr .rich-datascr-button .w-icon.disabled {
      opacity: 0.3; }
    .w-table .w-table-table .rich-datascr, .w-table .w-simpletable .rich-datascr {
      background: #f2f6f6;
      padding: 4px; }
    .w-table .w-table-table .rich-dtascroller-table tbody tr:nth-child(odd),
    .w-table .w-table-table .rich-dtascroller-table tbody tr:nth-child(even), .w-table .w-simpletable .rich-dtascroller-table tbody tr:nth-child(odd),
    .w-table .w-simpletable .rich-dtascroller-table tbody tr:nth-child(even) {
      background-color: transparent; }
    .w-table .w-table-table .rich-dtascroller-table td, .w-table .w-simpletable .rich-dtascroller-table td {
      padding: 0;
      min-height: 0;
      line-height: normal;
      vertical-align: middle; }
    .w-table .w-table-table .rich-dtascroller-table .rich-datascr-button .w-icon, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-button .w-icon {
      color: #636363; }
      .w-table .w-table-table .rich-dtascroller-table .rich-datascr-button .w-icon.chevron_left, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-button .w-icon.chevron_left {
        margin-left: 4px;
        margin-right: 8px; }
      .w-table .w-table-table .rich-dtascroller-table .rich-datascr-button .w-icon.chevron_right, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-button .w-icon.chevron_right {
        margin-right: 4px;
        margin-left: 8px; }
      .w-table .w-table-table .rich-dtascroller-table .rich-datascr-button .w-icon:hover, .w-table .w-table-table .rich-dtascroller-table .rich-datascr-button .w-icon:focus, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-button .w-icon:hover, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-button .w-icon:focus {
        color: black; }
    .w-table .w-table-table .rich-dtascroller-table .rich-datascr-button-content, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-button-content {
      box-sizing: border-box;
      min-height: 22px;
      min-width: 20px;
      padding: 0 4px;
      margin: 0 2px;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      border-radius: 2px;
      color: #636363;
      text-decoration: none; }
      .w-table .w-table-table .rich-dtascroller-table .rich-datascr-button-content:hover, .w-table .w-table-table .rich-dtascroller-table .rich-datascr-button-content:focus, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-button-content:hover, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-button-content:focus {
        color: #000; }
    .w-table .w-table-table .rich-dtascroller-table .rich-datascr-act .rich-datascr-button-content, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-act .rich-datascr-button-content {
      background-color: #636363;
      color: #fff; }
      .w-table .w-table-table .rich-dtascroller-table .rich-datascr-act .rich-datascr-button-content:hover, .w-table .w-table-table .rich-dtascroller-table .rich-datascr-act .rich-datascr-button-content:focus, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-act .rich-datascr-button-content:hover, .w-table .w-simpletable .rich-dtascroller-table .rich-datascr-act .rich-datascr-button-content:focus {
        color: #fff; }
    .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th {
      cursor: move; }
      .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th:hover, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th:hover {
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2); }
      .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th:hover .extdt-sortable-header a, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th:hover .extdt-sortable-header a {
        opacity: 0.8; }
      .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header {
        position: static;
        display: flex;
        overflow: hidden;
        width: 100%; }
        .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a {
          width: 16px;
          height: 19px;
          margin-top: -1px;
          text-decoration: none !important;
          order: 2;
          position: relative;
          padding-left: 6px;
          opacity: 0.7; }
          .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:hover, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:hover {
            opacity: 1; }
          .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:after, .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:before, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:after, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:before {
            content: "";
            display: block;
            font-family: "weclapp-icons";
            font-size: 12px;
            position: absolute;
            color: #babaae; }
          .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:before, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:before {
            content: '\e5ce'; }
          .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:after, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a:after {
            margin-top: 8px;
            content: '\e5cf'; }
          .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a.sort_ascending:before, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a.sort_ascending:before {
            color: #292929; }
          .w-table .w-table-table thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a.sort_descending:after, .w-table .w-simpletable thead tr:not(.extdt-table-filterrow) th .extdt-sortable-header a.sort_descending:after {
            color: #292929; }
  .w-table.w-table-subtables {
    overflow: visible; }
    .w-table.w-table-subtables .w-table-headline {
      padding-left: 8px; }
    .w-table.w-table-subtables .rich-table thead tr th {
      cursor: default;
      padding-left: 8px !important; }
      .w-table.w-table-subtables .rich-table thead tr th:hover {
        box-shadow: none !important; }
    .w-table.w-table-subtables .rich-table tbody td {
      overflow: visible;
      max-width: 100%;
      white-space: nowrap;
      padding-left: 8px !important; }
    .w-table.w-table-subtables.w-table-subtables-scrollable .rich-table {
      overflow-y: auto;
      height: 100px; }
      .w-table.w-table-subtables.w-table-subtables-scrollable .rich-table thead .rich-table-header th {
        position: sticky;
        top: 0;
        z-index: 1000; }
    .w-table.w-table-subtables.w-table-subtables-scrollable .paginator {
      position: sticky;
      bottom: 0;
      left: 0;
      z-index: 1000;
      box-shadow: 1000px 0 0 #f2f6f6; }

.w-table-preview .w-table-table {
  display: block !important; }

.filterList .dropdown-menu {
  max-height: 400px;
  overflow: auto;
  display: none; }
  .filterList .dropdown-menu.show {
    display: block; }

.extdt-maindiv {
  border: medium none !important;
  position: relative !important;
  height: 100%; }

.modal-content .w-table-table {
  height: calc(100% - 90px); }

.extdt-outerdiv {
  margin: 0 -1px;
  padding-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: relative !important;
  background: #fff; }

.extdt-innerdiv {
  left: 0;
  position: relative !important;
  top: 0;
  bottom: 30px; }

.extdt-innerdiv {
  overflow-x: auto !important;
  overflow-y: hidden; }

.extdt-table-layout {
  border-spacing: 0;
  table-layout: fixed;
  background: transparent;
  margin-bottom: 25px; }

.extdt-content {
  position: relative;
  top: -1px;
  overflow-y: auto;
  overflow-x: hidden; }

.extdt-hdrop {
  position: absolute; }
  .extdt-hdrop .extdt-hdrop-top-left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    display: block;
    height: 100%;
    width: 100%; }
  .extdt-hdrop .extdt-hdrop-top-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    display: block;
    height: 100%;
    width: 100%; }

.drag_indicator {
  padding: 4px;
  color: #fff;
  border-radius: 3px; }
  .drag_indicator img {
    display: none; }
  .drag_indicator div {
    color: #fff; }
  .drag_indicator.drgind_accept {
    background: #00a369; }
  .drag_indicator.drgind_reject {
    background: #be0000; }

.extdt-hsplit {
  width: 1px;
  border-right: 1px dashed #aaa;
  cursor: e-resize;
  z-index: 100; }

.extdt-hsep {
  background-position: center;
  background-repeat: repeat-y;
  cursor: e-resize;
  font-size: 1px;
  width: 8px;
  height: 32px;
  overflow: hidden;
  background: transparent;
  top: 0;
  margin-left: -1px;
  position: absolute;
  display: block;
  white-space: nowrap;
  z-index: 100; }

#stage .extdt-table-layout input:not([type='button']):not([type='file']):not([type='radio']):not([type='checkbox']):not(.w-icon):not(.btn) {
  max-width: 100% !important; }

.filterRemove {
  position: absolute;
  right: 4px;
  z-index: 1;
  top: 6px; }

.info-table {
  width: 100%;
  margin-bottom: 8px; }
  .info-table .info-table-value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse; }
  .info-table td {
    padding-bottom: 4px;
    border-top: 1px solid #e0e9e9; }
  .info-table tr:first-child td {
    border: none; }

.w-table .w-simpletable.w-definedtable tr.w-table-row-odd {
  background: #f8fafa; }
  .w-table .w-simpletable.w-definedtable tr.w-table-row-odd td {
    border: none; }

.w-table .w-simpletable.w-definedtable tr.w-table-row-even {
  background: #fff; }
  .w-table .w-simpletable.w-definedtable tr.w-table-row-even td {
    border: none; }

.overflow-visible, .overflow-visible .extdt-cell-div {
  overflow: visible !important; }

td .extdt-cell-div {
  text-align: inherit !important; }

.ts-header {
  position: relative; }
  .ts-header .ts-search .w-icon.search {
    position: absolute;
    margin-top: 17px;
    right: 10px; }

.ts-body {
  margin-left: -8px;
  min-height: auto;
  height: auto;
  margin-top: 18px;
  overflow: auto; }
  .ts-body .ts-checkboxes {
    display: none; }
    .ts-body .ts-checkboxes .ts-group {
      margin-bottom: 30px; }
      .ts-body .ts-checkboxes .ts-group h3 {
        padding: 0;
        margin: 0 0 12px 8px;
        font-size: 20px; }
      .ts-body .ts-checkboxes .ts-group .w-column-3 .ts-checkbox-container {
        display: table;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid; }
        .ts-body .ts-checkboxes .ts-group .w-column-3 .ts-checkbox-container .forms-row {
          margin: 0 0 8px 0;
          align-items: baseline; }
          .ts-body .ts-checkboxes .ts-group .w-column-3 .ts-checkbox-container .forms-row label.w-checkbox {
            top: 3px; }

/* storage shelf grid */
.w-shelf-container {
  width: 100%;
  overflow: auto; }

.w-shelf-grid {
  border: none !important;
  font-size: 14px;
  width: 1px !important; }
  .w-shelf-grid table, .w-shelf-grid th, .w-shelf-grid td {
    border: none !important; }
  .w-shelf-grid td.rich-table-cell {
    padding-right: 15px;
    padding-bottom: 15px; }
    .w-shelf-grid td.rich-table-cell table {
      width: 100%; }
    .w-shelf-grid td.rich-table-cell tbody td .w-shelf-grid-container {
      position: relative;
      display: flex; }
      .w-shelf-grid td.rich-table-cell tbody td .w-shelf-grid-container:after {
        content: "";
        position: absolute;
        height: 20px;
        width: 5px;
        background: #fff;
        right: 0;
        bottom: 0; }
      .w-shelf-grid td.rich-table-cell tbody td .w-shelf-grid-container .w-shelf-grid-field-card-button-hidden {
        display: none; }
      .w-shelf-grid td.rich-table-cell tbody td .w-shelf-grid-container .w-shelf-grid-field-new-type:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 5px;
        background: #fff;
        left: -5px;
        bottom: 0; }
  .w-shelf-grid > tbody > tr > td:first-child {
    min-width: 70px;
    text-align: right; }
  .w-shelf-grid .rich-table-subfootercell {
    text-align: center;
    padding-bottom: 20px; }
  .w-shelf-grid .w-shelf-grid-field {
    margin: 5px 0;
    flex: 1;
    cursor: pointer;
    position: relative; }
    .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-footer,
    .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-card {
      position: relative;
      background-color: #f1f1ef;
      min-width: 35px; }
    .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-card {
      margin-right: 5px; }
    .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-card:hover:after,
    .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-footer.tray-hover:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.08); }
    .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-card {
      padding-top: 5px;
      text-align: center;
      height: 45px;
      margin-bottom: 5px;
      background-position-x: center; }
      .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-card .w-shelf-grid-field-card-icon {
        padding-top: 2px; }
      .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-card.w-shelf-grid-field-card-blocked-inbound {
        background-image: url("../images/layout/hatching_chev_up.png") !important; }
      .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-card.w-shelf-grid-field-card-blocked-outbound {
        background-image: url("../images/layout/hatching_chev_down.png") !important; }
      .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-card.w-shelf-grid-field-card-blocked-inbound.w-shelf-grid-field-card-blocked-outbound {
        background-image: url("../images/layout/hatching_diagonal.png") !important; }
    .w-shelf-grid .w-shelf-grid-field .w-shelf-grid-field-footer {
      height: 10px; }
    .w-shelf-grid .w-shelf-grid-field.INACTIVE .w-shelf-grid-field-card {
      color: #808080 !important; }
    .w-shelf-grid .w-shelf-grid-field.INACTIVE .w-shelf-grid-field-footer {
      background: #f1f1ef !important; }
    .w-shelf-grid .w-shelf-grid-field.INACTIVE.active .w-shelf-grid-field-card {
      background-color: #BBBBB0 !important;
      color: #fff; }
    .w-shelf-grid .w-shelf-grid-field.INACTIVE.active .w-shelf-grid-field-footer {
      background-color: #f1f1ef !important; }

/*hatching*/
.w-shelf-grid-field-card-blocked-inbound {
  background-image: url("../images/layout/hatching_chev_up.png") !important; }

.w-shelf-grid-field-card-blocked-outbound {
  background-image: url("../images/layout/hatching_chev_down.png") !important; }

.w-shelf-grid-field-card-blocked-inbound.w-shelf-grid-field-card-blocked-outbound,
.BLOCKED .w-shelf-grid-field-card {
  background-image: url("../images/layout/hatching_diagonal.png") !important; }

.w-shelf-grid-field-footer.w-shelf-grid-field-footer-ruler {
  background-image: url("../images/layout/tray_ruler.png") !important;
  background-repeat: repeat-x; }

/*
grid-field-mixin(
  $storageType: "",
  $shelf-color-card: $cShelfGrey,
  $shelf-bg-footer: $cShelfGrey,
  $shelf-bg-active: $cShelfGrey,
  $shelf-icon-code: "",
  $shelf-icon-size: 15px,
  $shelf-icon-revert: false
)
*/
.w-shelf-grid-field.UNIVERSAL .w-shelf-grid-field-card {
  color: #808080; }
  .w-shelf-grid-field.UNIVERSAL .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 15px; }

.w-shelf-grid-field.UNIVERSAL .w-shelf-grid-field-footer {
  background-color: #BBBBB0; }

.w-shelf-grid-field.UNIVERSAL.active .w-shelf-grid-field-card, .w-shelf-grid-field.UNIVERSAL.active .w-shelf-grid-field-footer {
  background-color: #BBBBB0;
  color: #fff; }

.w-shelf-grid-tooltip.UNIVERSAL .w-icon {
  color: #808080; }
  .w-shelf-grid-tooltip.UNIVERSAL .w-icon:before {
    font-size: 15px;
    content: ""; }

.w-shelf-grid-field.UNIVERSAL_WITHOUT_PICKING .w-shelf-grid-field-card {
  color: #808080; }
  .w-shelf-grid-field.UNIVERSAL_WITHOUT_PICKING .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 15px; }

.w-shelf-grid-field.UNIVERSAL_WITHOUT_PICKING .w-shelf-grid-field-footer {
  background-color: #BBBBB0; }

.w-shelf-grid-field.UNIVERSAL_WITHOUT_PICKING.active .w-shelf-grid-field-card, .w-shelf-grid-field.UNIVERSAL_WITHOUT_PICKING.active .w-shelf-grid-field-footer {
  background-color: #BBBBB0;
  color: #fff; }

.w-shelf-grid-tooltip.UNIVERSAL_WITHOUT_PICKING .w-icon {
  color: #808080; }
  .w-shelf-grid-tooltip.UNIVERSAL_WITHOUT_PICKING .w-icon:before {
    font-size: 15px;
    content: ""; }

.w-shelf-grid-field.PICKING .w-shelf-grid-field-card {
  color: #808080; }
  .w-shelf-grid-field.PICKING .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 15px; }

.w-shelf-grid-field.PICKING .w-shelf-grid-field-footer {
  background-color: #BBBBB0; }

.w-shelf-grid-field.PICKING.active .w-shelf-grid-field-card, .w-shelf-grid-field.PICKING.active .w-shelf-grid-field-footer {
  background-color: #BBBBB0;
  color: #fff; }

.w-shelf-grid-tooltip.PICKING .w-icon {
  color: #808080; }
  .w-shelf-grid-tooltip.PICKING .w-icon:before {
    font-size: 15px;
    content: ""; }

.w-shelf-grid-field.STOCK .w-shelf-grid-field-card {
  color: #57709C; }
  .w-shelf-grid-field.STOCK .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 18px; }

.w-shelf-grid-field.STOCK .w-shelf-grid-field-footer {
  background-color: #57709C; }

.w-shelf-grid-field.STOCK.active .w-shelf-grid-field-card, .w-shelf-grid-field.STOCK.active .w-shelf-grid-field-footer {
  background-color: #57709C;
  color: #fff; }

.w-shelf-grid-tooltip.STOCK .w-icon {
  color: #57709C; }
  .w-shelf-grid-tooltip.STOCK .w-icon:before {
    font-size: 18px;
    content: ""; }

.w-shelf-grid-field.CONSOLIDATION .w-shelf-grid-field-card {
  color: #FDE18B; }
  .w-shelf-grid-field.CONSOLIDATION .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 17px; }

.w-shelf-grid-field.CONSOLIDATION .w-shelf-grid-field-footer {
  background-color: #FDE18B; }

.w-shelf-grid-field.CONSOLIDATION.active .w-shelf-grid-field-card, .w-shelf-grid-field.CONSOLIDATION.active .w-shelf-grid-field-footer {
  background-color: #FDE18B;
  color: #fff; }

.w-shelf-grid-tooltip.CONSOLIDATION .w-icon {
  color: #FDE18B; }
  .w-shelf-grid-tooltip.CONSOLIDATION .w-icon:before {
    font-size: 17px;
    content: ""; }

.w-shelf-grid-field.BLOCKED .w-shelf-grid-field-card {
  color: #6496E9; }
  .w-shelf-grid-field.BLOCKED .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 15px; }

.w-shelf-grid-field.BLOCKED .w-shelf-grid-field-footer {
  background-color: #6496E9; }

.w-shelf-grid-field.BLOCKED.active .w-shelf-grid-field-card, .w-shelf-grid-field.BLOCKED.active .w-shelf-grid-field-footer {
  background-color: #6496E9;
  color: #fff; }

.w-shelf-grid-tooltip.BLOCKED .w-icon {
  color: #6496E9; }
  .w-shelf-grid-tooltip.BLOCKED .w-icon:before {
    font-size: 15px;
    content: ""; }

.w-shelf-grid-field.BUFFER .w-shelf-grid-field-card {
  color: #E29A4E; }
  .w-shelf-grid-field.BUFFER .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 17px; }

.w-shelf-grid-field.BUFFER .w-shelf-grid-field-footer {
  background-color: #E29A4E; }

.w-shelf-grid-field.BUFFER.active .w-shelf-grid-field-card, .w-shelf-grid-field.BUFFER.active .w-shelf-grid-field-footer {
  background-color: #E29A4E;
  color: #fff; }

.w-shelf-grid-tooltip.BUFFER .w-icon {
  color: #E29A4E; }
  .w-shelf-grid-tooltip.BUFFER .w-icon:before {
    font-size: 17px;
    content: ""; }

.w-shelf-grid-field.INBOUND .w-shelf-grid-field-card {
  color: #DD803F; }
  .w-shelf-grid-field.INBOUND .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 16.5px;
    transform: scaleX(-1); }

.w-shelf-grid-field.INBOUND .w-shelf-grid-field-footer {
  background-color: #DD803F; }

.w-shelf-grid-field.INBOUND.active .w-shelf-grid-field-card, .w-shelf-grid-field.INBOUND.active .w-shelf-grid-field-footer {
  background-color: #DD803F;
  color: #fff; }

.w-shelf-grid-tooltip.INBOUND .w-icon {
  color: #DD803F; }
  .w-shelf-grid-tooltip.INBOUND .w-icon:before {
    font-size: 16.5px;
    content: "";
    transform: scaleX(-1); }

.w-shelf-grid-field.ASSEMBLY .w-shelf-grid-field-card {
  color: #D45C2D; }
  .w-shelf-grid-field.ASSEMBLY .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 15px; }

.w-shelf-grid-field.ASSEMBLY .w-shelf-grid-field-footer {
  background-color: #D45C2D; }

.w-shelf-grid-field.ASSEMBLY.active .w-shelf-grid-field-card, .w-shelf-grid-field.ASSEMBLY.active .w-shelf-grid-field-footer {
  background-color: #D45C2D;
  color: #fff; }

.w-shelf-grid-tooltip.ASSEMBLY .w-icon {
  color: #D45C2D; }
  .w-shelf-grid-tooltip.ASSEMBLY .w-icon:before {
    font-size: 15px;
    content: ""; }

.w-shelf-grid-field.CLARIFICATION .w-shelf-grid-field-card {
  color: #C4564C; }
  .w-shelf-grid-field.CLARIFICATION .w-shelf-grid-field-card .w-shelf-grid-field-card-icon:before {
    content: "";
    font-size: 16px; }

.w-shelf-grid-field.CLARIFICATION .w-shelf-grid-field-footer {
  background-color: #C4564C; }

.w-shelf-grid-field.CLARIFICATION.active .w-shelf-grid-field-card, .w-shelf-grid-field.CLARIFICATION.active .w-shelf-grid-field-footer {
  background-color: #C4564C;
  color: #fff; }

.w-shelf-grid-tooltip.CLARIFICATION .w-icon {
  color: #C4564C; }
  .w-shelf-grid-tooltip.CLARIFICATION .w-icon:before {
    font-size: 16px;
    content: ""; }

.w-shelf-grid-tooltip {
  font-size: 14px; }
  .w-shelf-grid-tooltip h3 {
    font-size: 20px; }
  .w-shelf-grid-tooltip h4 {
    font-size: 18px; }
  .w-shelf-grid-tooltip td {
    padding-top: 4px; }
  .w-shelf-grid-tooltip .w-shelf-grid-tooltip-block-alert {
    padding: 8px;
    background: #f1f1ef; }

.w-table-empty .w-table-empty-img,
.w-table-empty .w-error-img,
.w-error .w-table-empty-img,
.w-error .w-error-img {
  width: 100%;
  max-width: 360px; }

.w-table-empty .w-table-empty-text,
.w-table-empty .w-error-text,
.w-error .w-table-empty-text,
.w-error .w-error-text {
  font-size: 24px;
  font-weight: 500; }

.w-table-empty h2,
.w-error h2 {
  font-weight: 700; }

.w-table-empty h3,
.w-error h3 {
  font-size: 20px;
  line-height: 24px; }

.w-table-empty .btn,
.w-error .btn {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px; }
  .w-table-empty .btn.btn-secondary:not(.w-empty-table-button-show), .w-table-empty .btn.disabled,
  .w-error .btn.btn-secondary:not(.w-empty-table-button-show),
  .w-error .btn.disabled {
    display: none; }

.w-table-empty .w-button-menu-list .btn,
.w-error .w-button-menu-list .btn {
  margin-bottom: 0; }

.w-table-empty .w-empty-table-btn-toolbar,
.w-error .w-empty-table-btn-toolbar {
  display: flex;
  justify-content: center;
  align-items: center; }

.w-table-empty .w-button-menu.toggle-menu,
.w-error .w-button-menu.toggle-menu {
  display: inline-block; }

.w-table-no-indent-buttons .w-table-headline {
  display: none; }

.w-table-no-indent-buttons .w-table-header {
  padding-left: 0 !important; }

.w-table-no-indent-buttons .w-table-buttons {
  padding-left: 0 !important; }

.extdt-table-layout.noNoDataImg .extdt-noData-cell::before {
  height: auto;
  background-image: none; }

.tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  background-color: #fefefe !important;
  padding: 0;
  border: none;
  z-index: 100000;
  color: #212529;
  transition: all 300ms ease;
  height: 0;
  width: auto !important;
  max-width: 350px;
  min-width: 50px;
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.15);
  cursor: default;
  word-break: normal;
  overflow: hidden;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 400; }
  .tooltip.active {
    opacity: 1;
    visibility: visible;
    transition: visibility 100ms ease, opacity 100ms ease;
    transition-delay: 500ms;
    height: auto;
    padding: 8px 16px; }
  .collapsing .tooltip {
    display: none !important; }
  .tooltip.tooltip-right {
    left: 100%; }
  @media (hover) {
    .tooltip {
      display: block; } }
.inline-help-container {
  padding: 0; }

.inline-help-headline {
  font-family: 'CircularStd', arial, sans-serif;
  color: #212529;
  font-size: 20px;
  font-weight: 400;
  padding: 0 0 10px 0;
  margin: 0; }

.inline-help-content {
  font-family: 'CircularStd', arial, sans-serif;
  color: #212529;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em; }
  .inline-help-content ul,
  .inline-help-content ol {
    margin: 8px 0;
    padding: 0 0 0 25px; }
  .inline-help-content b,
  .inline-help-content strong {
    font-weight: bold; }
  .inline-help-content i,
  .inline-help-content em {
    font-style: italic; }
  .inline-help-content u {
    text-decoration: underline; }
  .inline-help-content p {
    margin: 0;
    padding: 8px 0; }
  .inline-help-content img {
    border: none;
    max-height: 250px; }
  .inline-help-content table {
    width: 100%;
    border-collapse: collapse; }
    .inline-help-content table tr:nth-child(even) {
      background: #fff; }
    .inline-help-content table tr:nth-child(odd) {
      background: #f8fafa; }
    .inline-help-content table tr td {
      border: 1px solid #e1eaea;
      padding: 2px 8px 2px 4px;
      font-size: 13px;
      color: #212529;
      vertical-align: top; }

.w-icon.wc_dropdown_big:before,
.w-icon-right.wc_dropdown_big:before {
  content: ""; }

.w-icon.wc_dropdown_small:before,
.w-icon-right.wc_dropdown_small:before {
  content: ""; }

.w-icon.wc_sort_ud:before,
.w-icon-right.wc_sort_ud:before {
  content: ""; }

.w-icon.wc_sort_u:before,
.w-icon-right.wc_sort_u:before {
  content: ""; }

.w-icon.wc_sort_d:before,
.w-icon-right.wc_sort_d:before {
  content: ""; }

.w-icon.speech_bubble_big:before,
.w-icon-right.speech_bubble_big:before {
  content: ""; }

.w-icon.speech_bubble_small:before,
.w-icon-right.speech_bubble_small:before {
  content: ""; }

.w-icon.table_download:before,
.w-icon-right.table_download:before {
  content: ""; }

.w-icon.table_settings:before,
.w-icon-right.table_settings:before {
  content: ""; }

.w-icon.ft-xls-2:before,
.w-icon-right.ft-xls-2:before {
  content: ""; }

.w-icon.help_checklist:before,
.w-icon-right.help_checklist:before {
  content: ""; }

.w-icon.webinar:before,
.w-icon-right.webinar:before {
  content: ""; }

.w-icon.three_d_rotation:before,
.w-icon-right.three_d_rotation:before {
  content: ""; }

.w-icon.ac_unit:before,
.w-icon-right.ac_unit:before {
  content: ""; }

.w-icon.access_alarm:before,
.w-icon-right.access_alarm:before {
  content: ""; }

.w-icon.access_alarms:before,
.w-icon-right.access_alarms:before {
  content: ""; }

.w-icon.access_time:before,
.w-icon-right.access_time:before {
  content: ""; }

.w-icon.accessibility:before,
.w-icon-right.accessibility:before {
  content: ""; }

.w-icon.accessible:before,
.w-icon-right.accessible:before {
  content: ""; }

.w-icon.account_balance:before,
.w-icon-right.account_balance:before {
  content: ""; }

.w-icon.w-finance:before,
.w-icon-right.w-finance:before {
  content: ""; }

.w-icon.ic-finance:before,
.w-icon-right.ic-finance:before {
  content: ""; }

.w-icon.account_balance_wallet:before,
.w-icon-right.account_balance_wallet:before {
  content: ""; }

.w-icon.account_box:before,
.w-icon-right.account_box:before {
  content: ""; }

.w-icon.account_circle:before,
.w-icon-right.account_circle:before {
  content: ""; }

.w-icon.adb:before,
.w-icon-right.adb:before {
  content: ""; }

.w-icon.add:before,
.w-icon-right.add:before {
  content: ""; }

.w-icon.add_a_photo:before,
.w-icon-right.add_a_photo:before {
  content: ""; }

.w-icon.add_alarm:before,
.w-icon-right.add_alarm:before {
  content: ""; }

.w-icon.add_alert:before,
.w-icon-right.add_alert:before {
  content: ""; }

.w-icon.add_box:before,
.w-icon-right.add_box:before {
  content: ""; }

.w-icon.add_circle:before,
.w-icon-right.add_circle:before {
  content: ""; }

.w-icon.add_circle_outline:before,
.w-icon-right.add_circle_outline:before {
  content: ""; }

.w-icon.add_location:before,
.w-icon-right.add_location:before {
  content: ""; }

.w-icon.add_shopping_cart:before,
.w-icon-right.add_shopping_cart:before {
  content: ""; }

.w-icon.add_to_photos:before,
.w-icon-right.add_to_photos:before {
  content: ""; }

.w-icon.add_to_queue:before,
.w-icon-right.add_to_queue:before {
  content: ""; }

.w-icon.adjust:before,
.w-icon-right.adjust:before {
  content: ""; }

.w-icon.airline_seat_flat:before,
.w-icon-right.airline_seat_flat:before {
  content: ""; }

.w-icon.airline_seat_flat_angled:before,
.w-icon-right.airline_seat_flat_angled:before {
  content: ""; }

.w-icon.airline_seat_individual_suite:before,
.w-icon-right.airline_seat_individual_suite:before {
  content: ""; }

.w-icon.airline_seat_legroom_extra:before,
.w-icon-right.airline_seat_legroom_extra:before {
  content: ""; }

.w-icon.airline_seat_legroom_normal:before,
.w-icon-right.airline_seat_legroom_normal:before {
  content: ""; }

.w-icon.airline_seat_legroom_reduced:before,
.w-icon-right.airline_seat_legroom_reduced:before {
  content: ""; }

.w-icon.airline_seat_recline_extra:before,
.w-icon-right.airline_seat_recline_extra:before {
  content: ""; }

.w-icon.airline_seat_recline_normal:before,
.w-icon-right.airline_seat_recline_normal:before {
  content: ""; }

.w-icon.airplanemode_active:before,
.w-icon-right.airplanemode_active:before {
  content: ""; }

.w-icon.airplanemode_inactive:before,
.w-icon-right.airplanemode_inactive:before {
  content: ""; }

.w-icon.airplay:before,
.w-icon-right.airplay:before {
  content: ""; }

.w-icon.airport_shuttle:before,
.w-icon-right.airport_shuttle:before {
  content: ""; }

.w-icon.alarm:before,
.w-icon-right.alarm:before {
  content: ""; }

.w-icon.alarm_add:before,
.w-icon-right.alarm_add:before {
  content: ""; }

.w-icon.alarm_off:before,
.w-icon-right.alarm_off:before {
  content: ""; }

.w-icon.alarm_on:before,
.w-icon-right.alarm_on:before {
  content: ""; }

.w-icon.album:before,
.w-icon-right.album:before {
  content: ""; }

.w-icon.all_inclusive:before,
.w-icon-right.all_inclusive:before {
  content: ""; }

.w-icon.all_out:before,
.w-icon-right.all_out:before {
  content: ""; }

.w-icon.android:before,
.w-icon-right.android:before {
  content: ""; }

.w-icon.announcement:before,
.w-icon-right.announcement:before {
  content: ""; }

.w-icon.apps:before,
.w-icon-right.apps:before {
  content: ""; }

.w-icon.archive:before,
.w-icon-right.archive:before {
  content: ""; }

.w-icon.cf_archived_email:before,
.w-icon-right.cf_archived_email:before {
  content: ""; }

.w-icon.ARCHIVED_EMAIL:before,
.w-icon-right.ARCHIVED_EMAIL:before {
  content: ""; }

.w-icon.arrow_back:before,
.w-icon-right.arrow_back:before {
  content: ""; }

.w-icon.arrow_downward:before,
.w-icon-right.arrow_downward:before {
  content: ""; }

.w-icon.arrow_drop_down:before,
.w-icon-right.arrow_drop_down:before {
  content: ""; }

.w-icon.arrow_drop_down_circle:before,
.w-icon-right.arrow_drop_down_circle:before {
  content: ""; }

.w-icon.arrow_drop_up:before,
.w-icon-right.arrow_drop_up:before {
  content: ""; }

.w-icon.arrow_right:before,
.w-icon-right.arrow_right:before {
  content: ""; }

.w-icon.arrow_left:before,
.w-icon-right.arrow_left:before {
  content: ""; }

.w-icon.arrow_forward:before,
.w-icon-right.arrow_forward:before {
  content: ""; }

.w-icon.arrow_upward:before,
.w-icon-right.arrow_upward:before {
  content: ""; }

.w-icon.art_track:before,
.w-icon-right.art_track:before {
  content: ""; }

.w-icon.aspect_ratio:before,
.w-icon-right.aspect_ratio:before {
  content: ""; }

.w-icon.assessment:before,
.w-icon-right.assessment:before {
  content: ""; }

.w-icon.assignment:before,
.w-icon-right.assignment:before {
  content: ""; }

.w-icon.assignment_ind:before,
.w-icon-right.assignment_ind:before {
  content: ""; }

.w-icon.assignment_late:before,
.w-icon-right.assignment_late:before {
  content: ""; }

.w-icon.assignment_return:before,
.w-icon-right.assignment_return:before {
  content: ""; }

.w-icon.assignment_returned:before,
.w-icon-right.assignment_returned:before {
  content: ""; }

.w-icon.assignment_turned_in:before,
.w-icon-right.assignment_turned_in:before {
  content: ""; }

.w-icon.assistant:before,
.w-icon-right.assistant:before {
  content: ""; }

.w-icon.assistant_photo:before,
.w-icon-right.assistant_photo:before {
  content: ""; }

.w-icon.attach_file:before,
.w-icon-right.attach_file:before {
  content: ""; }

.w-icon.attach_money:before,
.w-icon-right.attach_money:before {
  content: ""; }

.w-icon.attachment:before,
.w-icon-right.attachment:before {
  content: ""; }

.w-icon.audiotrack:before,
.w-icon-right.audiotrack:before {
  content: ""; }

.w-icon.autorenew:before,
.w-icon-right.autorenew:before {
  content: ""; }

.w-icon.av_timer:before,
.w-icon-right.av_timer:before {
  content: ""; }

.w-icon.backspace:before,
.w-icon-right.backspace:before {
  content: ""; }

.w-icon.backup:before,
.w-icon-right.backup:before {
  content: ""; }

.w-icon.battery_alert:before,
.w-icon-right.battery_alert:before {
  content: ""; }

.w-icon.battery_charging_full:before,
.w-icon-right.battery_charging_full:before {
  content: ""; }

.w-icon.battery_full:before,
.w-icon-right.battery_full:before {
  content: ""; }

.w-icon.battery_std:before,
.w-icon-right.battery_std:before {
  content: ""; }

.w-icon.battery_unknown:before,
.w-icon-right.battery_unknown:before {
  content: ""; }

.w-icon.beach_access:before,
.w-icon-right.beach_access:before {
  content: ""; }

.w-icon.beenhere:before,
.w-icon-right.beenhere:before {
  content: ""; }

.w-icon.block:before,
.w-icon-right.block:before {
  content: ""; }

.w-icon.bluetooth:before,
.w-icon-right.bluetooth:before {
  content: ""; }

.w-icon.bluetooth_audio:before,
.w-icon-right.bluetooth_audio:before {
  content: ""; }

.w-icon.bluetooth_connected:before,
.w-icon-right.bluetooth_connected:before {
  content: ""; }

.w-icon.bluetooth_disabled:before,
.w-icon-right.bluetooth_disabled:before {
  content: ""; }

.w-icon.bluetooth_searching:before,
.w-icon-right.bluetooth_searching:before {
  content: ""; }

.w-icon.blur_circular:before,
.w-icon-right.blur_circular:before {
  content: ""; }

.w-icon.blur_linear:before,
.w-icon-right.blur_linear:before {
  content: ""; }

.w-icon.blur_off:before,
.w-icon-right.blur_off:before {
  content: ""; }

.w-icon.blur_on:before,
.w-icon-right.blur_on:before {
  content: ""; }

.w-icon.book:before,
.w-icon-right.book:before {
  content: ""; }

.w-icon.bookmark:before,
.w-icon-right.bookmark:before {
  content: ""; }

.w-icon.bookmark_border:before,
.w-icon-right.bookmark_border:before {
  content: ""; }

.w-icon.border_all:before,
.w-icon-right.border_all:before {
  content: ""; }

.w-icon.border_bottom:before,
.w-icon-right.border_bottom:before {
  content: ""; }

.w-icon.border_clear:before,
.w-icon-right.border_clear:before {
  content: ""; }

.w-icon.border_clear_deactivated:before,
.w-icon-right.border_clear_deactivated:before {
  content: ""; }

.w-icon.border_color:before,
.w-icon-right.border_color:before {
  content: ""; }

.w-icon.border_horizontal:before,
.w-icon-right.border_horizontal:before {
  content: ""; }

.w-icon.border_inner:before,
.w-icon-right.border_inner:before {
  content: ""; }

.w-icon.border_left:before,
.w-icon-right.border_left:before {
  content: ""; }

.w-icon.border_outer:before,
.w-icon-right.border_outer:before {
  content: ""; }

.w-icon.border_right:before,
.w-icon-right.border_right:before {
  content: ""; }

.w-icon.border_style:before,
.w-icon-right.border_style:before {
  content: ""; }

.w-icon.border_top:before,
.w-icon-right.border_top:before {
  content: ""; }

.w-icon.border_vertical:before,
.w-icon-right.border_vertical:before {
  content: ""; }

.w-icon.branding_watermark:before,
.w-icon-right.branding_watermark:before {
  content: ""; }

.w-icon.brightness_1:before,
.w-icon-right.brightness_1:before {
  content: ""; }

.w-icon.brightness_2:before,
.w-icon-right.brightness_2:before {
  content: ""; }

.w-icon.brightness_3:before,
.w-icon-right.brightness_3:before {
  content: ""; }

.w-icon.brightness_4:before,
.w-icon-right.brightness_4:before {
  content: ""; }

.w-icon.brightness_5:before,
.w-icon-right.brightness_5:before {
  content: ""; }

.w-icon.brightness_6:before,
.w-icon-right.brightness_6:before {
  content: ""; }

.w-icon.brightness_7:before,
.w-icon-right.brightness_7:before {
  content: ""; }

.w-icon.brightness_auto:before,
.w-icon-right.brightness_auto:before {
  content: ""; }

.w-icon.brightness_high:before,
.w-icon-right.brightness_high:before {
  content: ""; }

.w-icon.brightness_low:before,
.w-icon-right.brightness_low:before {
  content: ""; }

.w-icon.brightness_medium:before,
.w-icon-right.brightness_medium:before {
  content: ""; }

.w-icon.broken_image:before,
.w-icon-right.broken_image:before {
  content: ""; }

.w-icon.brush:before,
.w-icon-right.brush:before {
  content: ""; }

.w-icon.bubble_chart:before,
.w-icon-right.bubble_chart:before {
  content: ""; }

.w-icon.bug_report:before,
.w-icon-right.bug_report:before {
  content: ""; }

.w-icon.build:before,
.w-icon-right.build:before {
  content: ""; }

.w-icon.burst_mode:before,
.w-icon-right.burst_mode:before {
  content: ""; }

.w-icon.business:before,
.w-icon-right.business:before {
  content: ""; }

.w-icon.business_center:before,
.w-icon-right.business_center:before {
  content: ""; }

.w-icon.cached:before,
.w-icon-right.cached:before {
  content: ""; }

.w-icon.cake:before,
.w-icon-right.cake:before {
  content: ""; }

.w-icon.call:before,
.w-icon-right.call:before {
  content: ""; }

.w-icon.call_end:before,
.w-icon-right.call_end:before {
  content: ""; }

.w-icon.call_made:before,
.w-icon-right.call_made:before {
  content: ""; }

.w-icon.call_merge:before,
.w-icon-right.call_merge:before {
  content: ""; }

.w-icon.call_missed:before,
.w-icon-right.call_missed:before {
  content: ""; }

.w-icon.call_missed_outgoing:before,
.w-icon-right.call_missed_outgoing:before {
  content: ""; }

.w-icon.call_received:before,
.w-icon-right.call_received:before {
  content: ""; }

.w-icon.call_split:before,
.w-icon-right.call_split:before {
  content: ""; }

.w-icon.call_to_action:before,
.w-icon-right.call_to_action:before {
  content: ""; }

.w-icon.camera:before,
.w-icon-right.camera:before {
  content: ""; }

.w-icon.camera_alt:before,
.w-icon-right.camera_alt:before {
  content: ""; }

.w-icon.camera_enhance:before,
.w-icon-right.camera_enhance:before {
  content: ""; }

.w-icon.camera_front:before,
.w-icon-right.camera_front:before {
  content: ""; }

.w-icon.camera_rear:before,
.w-icon-right.camera_rear:before {
  content: ""; }

.w-icon.camera_roll:before,
.w-icon-right.camera_roll:before {
  content: ""; }

.w-icon.cancel:before,
.w-icon-right.cancel:before {
  content: ""; }

.w-icon.card_giftcard:before,
.w-icon-right.card_giftcard:before {
  content: ""; }

.w-icon.card_membership:before,
.w-icon-right.card_membership:before {
  content: ""; }

.w-icon.card_travel:before,
.w-icon-right.card_travel:before {
  content: ""; }

.w-icon.casino:before,
.w-icon-right.casino:before {
  content: ""; }

.w-icon.cast:before,
.w-icon-right.cast:before {
  content: ""; }

.w-icon.cast_connected:before,
.w-icon-right.cast_connected:before {
  content: ""; }

.w-icon.center_focus_strong:before,
.w-icon-right.center_focus_strong:before {
  content: ""; }

.w-icon.center_focus_weak:before,
.w-icon-right.center_focus_weak:before {
  content: ""; }

.w-icon.change_history:before,
.w-icon-right.change_history:before {
  content: ""; }

.w-icon.chat:before,
.w-icon-right.chat:before {
  content: ""; }

.w-icon.chat_bubble:before,
.w-icon-right.chat_bubble:before {
  content: ""; }

.w-icon.chat_bubble_outline:before,
.w-icon-right.chat_bubble_outline:before {
  content: ""; }

.w-icon.check:before,
.w-icon-right.check:before {
  content: ""; }

.w-icon.check_box:before,
.w-icon-right.check_box:before {
  content: ""; }

.w-icon.check_box_outline_blank:before,
.w-icon-right.check_box_outline_blank:before {
  content: ""; }

.w-icon.check_circle:before,
.w-icon-right.check_circle:before {
  content: ""; }

.w-icon.chevron_left:before,
.w-icon-right.chevron_left:before {
  content: ""; }

.w-icon.chevron_right:before,
.w-icon-right.chevron_right:before {
  content: ""; }

.w-icon.child_care:before,
.w-icon-right.child_care:before {
  content: ""; }

.w-icon.child_friendly:before,
.w-icon-right.child_friendly:before {
  content: ""; }

.w-icon.chrome_reader_mode:before,
.w-icon-right.chrome_reader_mode:before {
  content: ""; }

.w-icon.class:before,
.w-icon-right.class:before {
  content: ""; }

.w-icon.clear:before,
.w-icon-right.clear:before {
  content: ""; }

.w-icon.clear_all:before,
.w-icon-right.clear_all:before {
  content: ""; }

.w-icon.close:before,
.w-icon-right.close:before {
  content: ""; }

.w-icon.closed:before,
.w-icon-right.closed:before {
  content: ""; }

.w-icon.closed_caption:before,
.w-icon-right.closed_caption:before {
  content: ""; }

.w-icon.cloud:before,
.w-icon-right.cloud:before {
  content: ""; }

.w-icon.cloud_circle:before,
.w-icon-right.cloud_circle:before {
  content: ""; }

.w-icon.cloud_done:before,
.w-icon-right.cloud_done:before {
  content: ""; }

.w-icon.cloud_download:before,
.w-icon-right.cloud_download:before {
  content: ""; }

.w-icon.cloud_off:before,
.w-icon-right.cloud_off:before {
  content: ""; }

.w-icon.cloud_queue:before,
.w-icon-right.cloud_queue:before {
  content: ""; }

.w-icon.cloud_upload:before,
.w-icon-right.cloud_upload:before {
  content: ""; }

.w-icon.code:before,
.w-icon-right.code:before {
  content: ""; }

.w-icon.collections:before,
.w-icon-right.collections:before {
  content: ""; }

.w-icon.collections_bookmark:before,
.w-icon-right.collections_bookmark:before {
  content: ""; }

.w-icon.color_lens:before,
.w-icon-right.color_lens:before {
  content: ""; }

.w-icon.colorize:before,
.w-icon-right.colorize:before {
  content: ""; }

.w-icon.comment:before,
.w-icon-right.comment:before {
  content: ""; }

.w-icon.compare:before,
.w-icon-right.compare:before {
  content: ""; }

.w-icon.compare_arrows:before,
.w-icon-right.compare_arrows:before {
  content: ""; }

.w-icon.computer:before,
.w-icon-right.computer:before {
  content: ""; }

.w-icon.confirmation_number:before,
.w-icon-right.confirmation_number:before {
  content: ""; }

.w-icon.contact_mail:before,
.w-icon-right.contact_mail:before {
  content: ""; }

.w-icon.cf_contact:before,
.w-icon-right.cf_contact:before {
  content: ""; }

.w-icon.CONTACT:before,
.w-icon-right.CONTACT:before {
  content: ""; }

.w-icon.contact_phone:before,
.w-icon-right.contact_phone:before {
  content: ""; }

.w-icon.contacts:before,
.w-icon-right.contacts:before {
  content: ""; }

.w-icon.content_copy:before,
.w-icon-right.content_copy:before {
  content: ""; }

.w-icon.content_cut:before,
.w-icon-right.content_cut:before {
  content: ""; }

.w-icon.content_paste:before,
.w-icon-right.content_paste:before {
  content: ""; }

.w-icon.control_point:before,
.w-icon-right.control_point:before {
  content: ""; }

.w-icon.control_point_duplicate:before,
.w-icon-right.control_point_duplicate:before {
  content: ""; }

.w-icon.copyright:before,
.w-icon-right.copyright:before {
  content: ""; }

.w-icon.create:before,
.w-icon-right.create:before {
  content: ""; }

.w-icon.create_new_folder:before,
.w-icon-right.create_new_folder:before {
  content: ""; }

.w-icon.credit_card:before,
.w-icon-right.credit_card:before {
  content: ""; }

.w-icon.crop:before,
.w-icon-right.crop:before {
  content: ""; }

.w-icon.crop_16_9:before,
.w-icon-right.crop_16_9:before {
  content: ""; }

.w-icon.crop_3_2:before,
.w-icon-right.crop_3_2:before {
  content: ""; }

.w-icon.crop_5_4:before,
.w-icon-right.crop_5_4:before {
  content: ""; }

.w-icon.crop_7_5:before,
.w-icon-right.crop_7_5:before {
  content: ""; }

.w-icon.crop_din:before,
.w-icon-right.crop_din:before {
  content: ""; }

.w-icon.crop_free:before,
.w-icon-right.crop_free:before {
  content: ""; }

.w-icon.crop_landscape:before,
.w-icon-right.crop_landscape:before {
  content: ""; }

.w-icon.crop_original:before,
.w-icon-right.crop_original:before {
  content: ""; }

.w-icon.crop_portrait:before,
.w-icon-right.crop_portrait:before {
  content: ""; }

.w-icon.crop_rotate:before,
.w-icon-right.crop_rotate:before {
  content: ""; }

.w-icon.crop_square:before,
.w-icon-right.crop_square:before {
  content: ""; }

.w-icon.dashboard:before,
.w-icon-right.dashboard:before {
  content: ""; }

.w-icon.data_usage:before,
.w-icon-right.data_usage:before {
  content: ""; }

.w-icon.date_range:before,
.w-icon-right.date_range:before {
  content: ""; }

.w-icon.dehaze:before,
.w-icon-right.dehaze:before {
  content: ""; }

.w-icon.delete:before,
.w-icon-right.delete:before {
  content: ""; }

.w-icon.delete_forever:before,
.w-icon-right.delete_forever:before {
  content: ""; }

.w-icon.delete_sweep:before,
.w-icon-right.delete_sweep:before {
  content: ""; }

.w-icon.description:before,
.w-icon-right.description:before {
  content: ""; }

.w-icon.desktop_mac:before,
.w-icon-right.desktop_mac:before {
  content: ""; }

.w-icon.desktop_windows:before,
.w-icon-right.desktop_windows:before {
  content: ""; }

.w-icon.details:before,
.w-icon-right.details:before {
  content: ""; }

.w-icon.developer_board:before,
.w-icon-right.developer_board:before {
  content: ""; }

.w-icon.ic-services:before,
.w-icon-right.ic-services:before {
  content: ""; }

.w-icon.developer_mode:before,
.w-icon-right.developer_mode:before {
  content: ""; }

.w-icon.device_hub:before,
.w-icon-right.device_hub:before {
  content: ""; }

.w-icon.devices:before,
.w-icon-right.devices:before {
  content: ""; }

.w-icon.devices_other:before,
.w-icon-right.devices_other:before {
  content: ""; }

.w-icon.dialer_sip:before,
.w-icon-right.dialer_sip:before {
  content: ""; }

.w-icon.dialpad:before,
.w-icon-right.dialpad:before {
  content: ""; }

.w-icon.directions:before,
.w-icon-right.directions:before {
  content: ""; }

.w-icon.directions_bike:before,
.w-icon-right.directions_bike:before {
  content: ""; }

.w-icon.directions_boat:before,
.w-icon-right.directions_boat:before {
  content: ""; }

.w-icon.directions_bus:before,
.w-icon-right.directions_bus:before {
  content: ""; }

.w-icon.directions_car:before,
.w-icon-right.directions_car:before {
  content: ""; }

.w-icon.directions_railway:before,
.w-icon-right.directions_railway:before {
  content: ""; }

.w-icon.directions_run:before,
.w-icon-right.directions_run:before {
  content: ""; }

.w-icon.directions_subway:before,
.w-icon-right.directions_subway:before {
  content: ""; }

.w-icon.directions_transit:before,
.w-icon-right.directions_transit:before {
  content: ""; }

.w-icon.directions_walk:before,
.w-icon-right.directions_walk:before {
  content: ""; }

.w-icon.disc_full:before,
.w-icon-right.disc_full:before {
  content: ""; }

.w-icon.dns:before,
.w-icon-right.dns:before {
  content: ""; }

.w-icon.do_not_disturb:before,
.w-icon-right.do_not_disturb:before {
  content: ""; }

.w-icon.do_not_disturb_alt:before,
.w-icon-right.do_not_disturb_alt:before {
  content: ""; }

.w-icon.do_not_disturb_off:before,
.w-icon-right.do_not_disturb_off:before {
  content: ""; }

.w-icon.do_not_disturb_on:before,
.w-icon-right.do_not_disturb_on:before {
  content: ""; }

.w-icon.dock:before,
.w-icon-right.dock:before {
  content: ""; }

.w-icon.domain:before,
.w-icon-right.domain:before {
  content: ""; }

.w-icon.done:before,
.w-icon-right.done:before {
  content: ""; }

.w-icon.save:before,
.w-icon-right.save:before {
  content: ""; }

.w-icon.done_all:before,
.w-icon-right.done_all:before {
  content: ""; }

.w-icon.donut_large:before,
.w-icon-right.donut_large:before {
  content: ""; }

.w-icon.donut_small:before,
.w-icon-right.donut_small:before {
  content: ""; }

.w-icon.drafts:before,
.w-icon-right.drafts:before {
  content: ""; }

.w-icon.drag_handle:before,
.w-icon-right.drag_handle:before {
  content: ""; }

.w-icon.drive_eta:before,
.w-icon-right.drive_eta:before {
  content: ""; }

.w-icon.dvr:before,
.w-icon-right.dvr:before {
  content: ""; }

.w-icon.edit:before,
.w-icon-right.edit:before {
  content: ""; }

.w-icon.mode_edit:before,
.w-icon-right.mode_edit:before {
  content: ""; }

.w-icon.edit_location:before,
.w-icon-right.edit_location:before {
  content: ""; }

.w-icon.eject:before,
.w-icon-right.eject:before {
  content: ""; }

.w-icon.email:before,
.w-icon-right.email:before {
  content: ""; }

.w-icon.enhanced_encryption:before,
.w-icon-right.enhanced_encryption:before {
  content: ""; }

.w-icon.equalizer:before,
.w-icon-right.equalizer:before {
  content: ""; }

.w-icon.error:before,
.w-icon-right.error:before {
  content: ""; }

.w-icon.error_outline:before,
.w-icon-right.error_outline:before {
  content: ""; }

.w-icon.euro_symbol:before,
.w-icon-right.euro_symbol:before {
  content: ""; }

.w-icon.ev_station:before,
.w-icon-right.ev_station:before {
  content: ""; }

.w-icon.event:before,
.w-icon-right.event:before {
  content: ""; }

.w-icon.event_available:before,
.w-icon-right.event_available:before {
  content: ""; }

.w-icon.cf_task:before,
.w-icon-right.cf_task:before {
  content: ""; }

.w-icon.TASK:before,
.w-icon-right.TASK:before {
  content: ""; }

.w-icon.event_busy:before,
.w-icon-right.event_busy:before {
  content: ""; }

.w-icon.event_note:before,
.w-icon-right.event_note:before {
  content: ""; }

.w-icon.event_seat:before,
.w-icon-right.event_seat:before {
  content: ""; }

.w-icon.exit_to_app:before,
.w-icon-right.exit_to_app:before {
  content: ""; }

.w-icon.expand_less:before,
.w-icon-right.expand_less:before {
  content: ""; }

.w-icon.expand_more:before,
.w-icon-right.expand_more:before {
  content: ""; }

.w-icon.explicit:before,
.w-icon-right.explicit:before {
  content: ""; }

.w-icon.explore:before,
.w-icon-right.explore:before {
  content: ""; }

.w-icon.exposure:before,
.w-icon-right.exposure:before {
  content: ""; }

.w-icon.exposure_neg_1:before,
.w-icon-right.exposure_neg_1:before {
  content: ""; }

.w-icon.exposure_neg_2:before,
.w-icon-right.exposure_neg_2:before {
  content: ""; }

.w-icon.exposure_plus_1:before,
.w-icon-right.exposure_plus_1:before {
  content: ""; }

.w-icon.exposure_plus_2:before,
.w-icon-right.exposure_plus_2:before {
  content: ""; }

.w-icon.exposure_zero:before,
.w-icon-right.exposure_zero:before {
  content: ""; }

.w-icon.extension:before,
.w-icon-right.extension:before {
  content: ""; }

.w-icon.face:before,
.w-icon-right.face:before {
  content: ""; }

.w-icon.fast_forward:before,
.w-icon-right.fast_forward:before {
  content: ""; }

.w-icon.fast_rewind:before,
.w-icon-right.fast_rewind:before {
  content: ""; }

.w-icon.favorite:before,
.w-icon-right.favorite:before {
  content: ""; }

.w-icon.favorite_border:before,
.w-icon-right.favorite_border:before {
  content: ""; }

.w-icon.featured_play_list:before,
.w-icon-right.featured_play_list:before {
  content: ""; }

.w-icon.featured_video:before,
.w-icon-right.featured_video:before {
  content: ""; }

.w-icon.feedback:before,
.w-icon-right.feedback:before {
  content: ""; }

.w-icon.fiber_dvr:before,
.w-icon-right.fiber_dvr:before {
  content: ""; }

.w-icon.fiber_manual_record:before,
.w-icon-right.fiber_manual_record:before {
  content: ""; }

.w-icon.fiber_new:before,
.w-icon-right.fiber_new:before {
  content: ""; }

.w-icon.fiber_pin:before,
.w-icon-right.fiber_pin:before {
  content: ""; }

.w-icon.fiber_smart_record:before,
.w-icon-right.fiber_smart_record:before {
  content: ""; }

.w-icon.file_download:before,
.w-icon-right.file_download:before {
  content: ""; }

.w-icon.file_upload:before,
.w-icon-right.file_upload:before {
  content: ""; }

.w-icon.filter:before,
.w-icon-right.filter:before {
  content: ""; }

.w-icon.filter_1:before,
.w-icon-right.filter_1:before {
  content: ""; }

.w-icon.filter_2:before,
.w-icon-right.filter_2:before {
  content: ""; }

.w-icon.filter_3:before,
.w-icon-right.filter_3:before {
  content: ""; }

.w-icon.filter_4:before,
.w-icon-right.filter_4:before {
  content: ""; }

.w-icon.filter_5:before,
.w-icon-right.filter_5:before {
  content: ""; }

.w-icon.filter_6:before,
.w-icon-right.filter_6:before {
  content: ""; }

.w-icon.filter_7:before,
.w-icon-right.filter_7:before {
  content: ""; }

.w-icon.filter_8:before,
.w-icon-right.filter_8:before {
  content: ""; }

.w-icon.filter_9:before,
.w-icon-right.filter_9:before {
  content: ""; }

.w-icon.filter_9_plus:before,
.w-icon-right.filter_9_plus:before {
  content: ""; }

.w-icon.filter_b_and_w:before,
.w-icon-right.filter_b_and_w:before {
  content: ""; }

.w-icon.filter_center_focus:before,
.w-icon-right.filter_center_focus:before {
  content: ""; }

.w-icon.filter_drama:before,
.w-icon-right.filter_drama:before {
  content: ""; }

.w-icon.filter_frames:before,
.w-icon-right.filter_frames:before {
  content: ""; }

.w-icon.filter_hdr:before,
.w-icon-right.filter_hdr:before {
  content: ""; }

.w-icon.filter_list:before,
.w-icon-right.filter_list:before {
  content: ""; }

.w-icon.filter_none:before,
.w-icon-right.filter_none:before {
  content: ""; }

.w-icon.filter_tilt_shift:before,
.w-icon-right.filter_tilt_shift:before {
  content: ""; }

.w-icon.filter_vintage:before,
.w-icon-right.filter_vintage:before {
  content: ""; }

.w-icon.find_in_page:before,
.w-icon-right.find_in_page:before {
  content: ""; }

.w-icon.find_replace:before,
.w-icon-right.find_replace:before {
  content: ""; }

.w-icon.fingerprint:before,
.w-icon-right.fingerprint:before {
  content: ""; }

.w-icon.first_page:before,
.w-icon-right.first_page:before {
  content: ""; }

.w-icon.fitness_center:before,
.w-icon-right.fitness_center:before {
  content: ""; }

.w-icon.flag:before,
.w-icon-right.flag:before {
  content: ""; }

.w-icon.flare:before,
.w-icon-right.flare:before {
  content: ""; }

.w-icon.flash_auto:before,
.w-icon-right.flash_auto:before {
  content: ""; }

.w-icon.flash_off:before,
.w-icon-right.flash_off:before {
  content: ""; }

.w-icon.flash_on:before,
.w-icon-right.flash_on:before {
  content: ""; }

.w-icon.flight:before,
.w-icon-right.flight:before {
  content: ""; }

.w-icon.flight_land:before,
.w-icon-right.flight_land:before {
  content: ""; }

.w-icon.flight_takeoff:before,
.w-icon-right.flight_takeoff:before {
  content: ""; }

.w-icon.flip:before,
.w-icon-right.flip:before {
  content: ""; }

.w-icon.flip_to_back:before,
.w-icon-right.flip_to_back:before {
  content: ""; }

.w-icon.flip_to_front:before,
.w-icon-right.flip_to_front:before {
  content: ""; }

.w-icon.folder:before,
.w-icon-right.folder:before {
  content: ""; }

.w-icon.folder_open:before,
.w-icon-right.folder_open:before {
  content: ""; }

.w-icon.folder_shared:before,
.w-icon-right.folder_shared:before {
  content: ""; }

.w-icon.folder_special:before,
.w-icon-right.folder_special:before {
  content: ""; }

.w-icon.font_download:before,
.w-icon-right.font_download:before {
  content: ""; }

.w-icon.format_align_center:before,
.w-icon-right.format_align_center:before {
  content: ""; }

.w-icon.format_align_justify:before,
.w-icon-right.format_align_justify:before {
  content: ""; }

.w-icon.format_align_left:before,
.w-icon-right.format_align_left:before {
  content: ""; }

.w-icon.format_align_right:before,
.w-icon-right.format_align_right:before {
  content: ""; }

.w-icon.format_bold:before,
.w-icon-right.format_bold:before {
  content: ""; }

.w-icon.format_clear:before,
.w-icon-right.format_clear:before {
  content: ""; }

.w-icon.format_color_fill:before,
.w-icon-right.format_color_fill:before {
  content: ""; }

.w-icon.format_color_reset:before,
.w-icon-right.format_color_reset:before {
  content: ""; }

.w-icon.format_color_text:before,
.w-icon-right.format_color_text:before {
  content: ""; }

.w-icon.format_indent_decrease:before,
.w-icon-right.format_indent_decrease:before {
  content: ""; }

.w-icon.format_indent_increase:before,
.w-icon-right.format_indent_increase:before {
  content: ""; }

.w-icon.format_italic:before,
.w-icon-right.format_italic:before {
  content: ""; }

.w-icon.format_line_spacing:before,
.w-icon-right.format_line_spacing:before {
  content: ""; }

.w-icon.format_list_bulleted:before,
.w-icon-right.format_list_bulleted:before {
  content: ""; }

.w-icon.format_list_numbered:before,
.w-icon-right.format_list_numbered:before {
  content: ""; }

.w-icon.format_paint:before,
.w-icon-right.format_paint:before {
  content: ""; }

.w-icon.format_quote:before,
.w-icon-right.format_quote:before {
  content: ""; }

.w-icon.format_shapes:before,
.w-icon-right.format_shapes:before {
  content: ""; }

.w-icon.format_size:before,
.w-icon-right.format_size:before {
  content: ""; }

.w-icon.format_strikethrough:before,
.w-icon-right.format_strikethrough:before {
  content: ""; }

.w-icon.format_textdirection_l_to_r:before,
.w-icon-right.format_textdirection_l_to_r:before {
  content: ""; }

.w-icon.format_textdirection_r_to_l:before,
.w-icon-right.format_textdirection_r_to_l:before {
  content: ""; }

.w-icon.format_underlined:before,
.w-icon-right.format_underlined:before {
  content: ""; }

.w-icon.forum:before,
.w-icon-right.forum:before {
  content: ""; }

.w-icon.forward:before,
.w-icon-right.forward:before {
  content: ""; }

.w-icon.forward_10:before,
.w-icon-right.forward_10:before {
  content: ""; }

.w-icon.forward_30:before,
.w-icon-right.forward_30:before {
  content: ""; }

.w-icon.forward_5:before,
.w-icon-right.forward_5:before {
  content: ""; }

.w-icon.free_breakfast:before,
.w-icon-right.free_breakfast:before {
  content: ""; }

.w-icon.fullscreen:before,
.w-icon-right.fullscreen:before {
  content: ""; }

.w-icon.fullscreen_exit:before,
.w-icon-right.fullscreen_exit:before {
  content: ""; }

.w-icon.functions:before,
.w-icon-right.functions:before {
  content: ""; }

.w-icon.g_translate:before,
.w-icon-right.g_translate:before {
  content: ""; }

.w-icon.gamepad:before,
.w-icon-right.gamepad:before {
  content: ""; }

.w-icon.games:before,
.w-icon-right.games:before {
  content: ""; }

.w-icon.gavel:before,
.w-icon-right.gavel:before {
  content: ""; }

.w-icon.gesture:before,
.w-icon-right.gesture:before {
  content: ""; }

.w-icon.get_app:before,
.w-icon-right.get_app:before {
  content: ""; }

.w-icon.gif:before,
.w-icon-right.gif:before {
  content: ""; }

.w-icon.golf_course:before,
.w-icon-right.golf_course:before {
  content: ""; }

.w-icon.gps_fixed:before,
.w-icon-right.gps_fixed:before {
  content: ""; }

.w-icon.gps_not_fixed:before,
.w-icon-right.gps_not_fixed:before {
  content: ""; }

.w-icon.gps_off:before,
.w-icon-right.gps_off:before {
  content: ""; }

.w-icon.grade:before,
.w-icon-right.grade:before {
  content: ""; }

.w-icon.gradient:before,
.w-icon-right.gradient:before {
  content: ""; }

.w-icon.grain:before,
.w-icon-right.grain:before {
  content: ""; }

.w-icon.graphic_eq:before,
.w-icon-right.graphic_eq:before {
  content: ""; }

.w-icon.grid_off:before,
.w-icon-right.grid_off:before {
  content: ""; }

.w-icon.grid_on:before,
.w-icon-right.grid_on:before {
  content: ""; }

.w-icon.group:before,
.w-icon-right.group:before {
  content: ""; }

.w-icon.group_add:before,
.w-icon-right.group_add:before {
  content: ""; }

.w-icon.group_work:before,
.w-icon-right.group_work:before {
  content: ""; }

.w-icon.hd:before,
.w-icon-right.hd:before {
  content: ""; }

.w-icon.hdr_off:before,
.w-icon-right.hdr_off:before {
  content: ""; }

.w-icon.hdr_on:before,
.w-icon-right.hdr_on:before {
  content: ""; }

.w-icon.hdr_strong:before,
.w-icon-right.hdr_strong:before {
  content: ""; }

.w-icon.hdr_weak:before,
.w-icon-right.hdr_weak:before {
  content: ""; }

.w-icon.headset:before,
.w-icon-right.headset:before {
  content: ""; }

.w-icon.headset_mic:before,
.w-icon-right.headset_mic:before {
  content: ""; }

.w-icon.ic-helpdesk:before,
.w-icon-right.ic-helpdesk:before {
  content: ""; }

.w-icon.healing:before,
.w-icon-right.healing:before {
  content: ""; }

.w-icon.hearing:before,
.w-icon-right.hearing:before {
  content: ""; }

.w-icon.help:before,
.w-icon-right.help:before {
  content: ""; }

.w-icon.help_outline:before,
.w-icon-right.help_outline:before {
  content: ""; }

.w-icon.high_quality:before,
.w-icon-right.high_quality:before {
  content: ""; }

.w-icon.highlight:before,
.w-icon-right.highlight:before {
  content: ""; }

.w-icon.highlight_off:before,
.w-icon-right.highlight_off:before {
  content: ""; }

.w-icon.history:before,
.w-icon-right.history:before {
  content: ""; }

.w-icon.home:before,
.w-icon-right.home:before {
  content: ""; }

.w-icon.ic-myaccount:before,
.w-icon-right.ic-myaccount:before {
  content: ""; }

.w-icon.hot_tub:before,
.w-icon-right.hot_tub:before {
  content: ""; }

.w-icon.hotel:before,
.w-icon-right.hotel:before {
  content: ""; }

.w-icon.hourglass_empty:before,
.w-icon-right.hourglass_empty:before {
  content: ""; }

.w-icon.hourglass_full:before,
.w-icon-right.hourglass_full:before {
  content: ""; }

.w-icon.http:before,
.w-icon-right.http:before {
  content: ""; }

.w-icon.https:before,
.w-icon-right.https:before {
  content: ""; }

.w-icon.image:before,
.w-icon-right.image:before {
  content: ""; }

.w-icon.image_aspect_ratio:before,
.w-icon-right.image_aspect_ratio:before {
  content: ""; }

.w-icon.import_contacts:before,
.w-icon-right.import_contacts:before {
  content: ""; }

.w-icon.import_export:before,
.w-icon-right.import_export:before {
  content: ""; }

.w-icon.important_devices:before,
.w-icon-right.important_devices:before {
  content: ""; }

.w-icon.inbox:before,
.w-icon-right.inbox:before {
  content: ""; }

.w-icon.indeterminate_check_box:before,
.w-icon-right.indeterminate_check_box:before {
  content: ""; }

.w-icon.info:before,
.w-icon-right.info:before {
  content: ""; }

.w-icon.info_outline:before,
.w-icon-right.info_outline:before {
  content: ""; }

.w-icon.input:before,
.w-icon-right.input:before {
  content: ""; }

.w-icon.insert_chart:before,
.w-icon-right.insert_chart:before {
  content: ""; }

.w-icon.insert_comment:before,
.w-icon-right.insert_comment:before {
  content: ""; }

.w-icon.insert_drive_file:before,
.w-icon-right.insert_drive_file:before {
  content: ""; }

.w-icon.ft-xxx:before,
.w-icon-right.ft-xxx:before {
  content: ""; }

.w-icon.cf_document:before,
.w-icon-right.cf_document:before {
  content: ""; }

.w-icon.DOCUMENT:before,
.w-icon-right.DOCUMENT:before {
  content: ""; }

.w-icon.document:before,
.w-icon-right.document:before {
  content: ""; }

.w-icon.ic-contracts:before,
.w-icon-right.ic-contracts:before {
  content: ""; }

.w-icon.insert_emoticon:before,
.w-icon-right.insert_emoticon:before {
  content: ""; }

.w-icon.insert_invitation:before,
.w-icon-right.insert_invitation:before {
  content: ""; }

.w-icon.insert_link:before,
.w-icon-right.insert_link:before {
  content: ""; }

.w-icon.insert_photo:before,
.w-icon-right.insert_photo:before {
  content: ""; }

.w-icon.invert_colors:before,
.w-icon-right.invert_colors:before {
  content: ""; }

.w-icon.invert_colors_off:before,
.w-icon-right.invert_colors_off:before {
  content: ""; }

.w-icon.iso:before,
.w-icon-right.iso:before {
  content: ""; }

.w-icon.keyboard:before,
.w-icon-right.keyboard:before {
  content: ""; }

.w-icon.ic-dev:before,
.w-icon-right.ic-dev:before {
  content: ""; }

.w-icon.keyboard_arrow_down:before,
.w-icon-right.keyboard_arrow_down:before {
  content: ""; }

.w-icon.keyboard_arrow_left:before,
.w-icon-right.keyboard_arrow_left:before {
  content: ""; }

.w-icon.keyboard_arrow_right:before,
.w-icon-right.keyboard_arrow_right:before {
  content: ""; }

.w-icon.keyboard_arrow_up:before,
.w-icon-right.keyboard_arrow_up:before {
  content: ""; }

.w-icon.keyboard_backspace:before,
.w-icon-right.keyboard_backspace:before {
  content: ""; }

.w-icon.keyboard_capslock:before,
.w-icon-right.keyboard_capslock:before {
  content: ""; }

.w-icon.keyboard_hide:before,
.w-icon-right.keyboard_hide:before {
  content: ""; }

.w-icon.keyboard_return:before,
.w-icon-right.keyboard_return:before {
  content: ""; }

.w-icon.keyboard_tab:before,
.w-icon-right.keyboard_tab:before {
  content: ""; }

.w-icon.keyboard_voice:before,
.w-icon-right.keyboard_voice:before {
  content: ""; }

.w-icon.kitchen:before,
.w-icon-right.kitchen:before {
  content: ""; }

.w-icon.label:before,
.w-icon-right.label:before {
  content: ""; }

.w-icon.label_outline:before,
.w-icon-right.label_outline:before {
  content: ""; }

.w-icon.landscape:before,
.w-icon-right.landscape:before {
  content: ""; }

.w-icon.language:before,
.w-icon-right.language:before {
  content: ""; }

.w-icon.laptop:before,
.w-icon-right.laptop:before {
  content: ""; }

.w-icon.laptop_chromebook:before,
.w-icon-right.laptop_chromebook:before {
  content: ""; }

.w-icon.laptop_mac:before,
.w-icon-right.laptop_mac:before {
  content: ""; }

.w-icon.laptop_windows:before,
.w-icon-right.laptop_windows:before {
  content: ""; }

.w-icon.last_page:before,
.w-icon-right.last_page:before {
  content: ""; }

.w-icon.launch:before,
.w-icon-right.launch:before {
  content: ""; }

.w-icon.layers:before,
.w-icon-right.layers:before {
  content: ""; }

.w-icon.layers_clear:before,
.w-icon-right.layers_clear:before {
  content: ""; }

.w-icon.layers_deactivated:before,
.w-icon-right.layers_deactivated:before {
  content: ""; }

.w-icon.leak_add:before,
.w-icon-right.leak_add:before {
  content: ""; }

.w-icon.leak_remove:before,
.w-icon-right.leak_remove:before {
  content: ""; }

.w-icon.lens:before,
.w-icon-right.lens:before {
  content: ""; }

.w-icon.library_add:before,
.w-icon-right.library_add:before {
  content: ""; }

.w-icon.library_books:before,
.w-icon-right.library_books:before {
  content: ""; }

.w-icon.library_music:before,
.w-icon-right.library_music:before {
  content: ""; }

.w-icon.lightbulb_outline:before,
.w-icon-right.lightbulb_outline:before {
  content: ""; }

.w-icon.line_style:before,
.w-icon-right.line_style:before {
  content: ""; }

.w-icon.line_weight:before,
.w-icon-right.line_weight:before {
  content: ""; }

.w-icon.linear_scale:before,
.w-icon-right.linear_scale:before {
  content: ""; }

.w-icon.link:before,
.w-icon-right.link:before {
  content: ""; }

.w-icon.link_off:before,
.w-icon-right.link_off:before {
  content: ""; }

.w-icon.linked_camera:before,
.w-icon-right.linked_camera:before {
  content: ""; }

.w-icon.list:before,
.w-icon-right.list:before {
  content: ""; }

.w-icon.live_help:before,
.w-icon-right.live_help:before {
  content: ""; }

.w-icon.live_tv:before,
.w-icon-right.live_tv:before {
  content: ""; }

.w-icon.local_activity:before,
.w-icon-right.local_activity:before {
  content: ""; }

.w-icon.cf_activity:before,
.w-icon-right.cf_activity:before {
  content: ""; }

.w-icon.ACTIVITY:before,
.w-icon-right.ACTIVITY:before {
  content: ""; }

.w-icon.local_airport:before,
.w-icon-right.local_airport:before {
  content: ""; }

.w-icon.local_atm:before,
.w-icon-right.local_atm:before {
  content: ""; }

.w-icon.local_bar:before,
.w-icon-right.local_bar:before {
  content: ""; }

.w-icon.local_cafe:before,
.w-icon-right.local_cafe:before {
  content: ""; }

.w-icon.local_car_wash:before,
.w-icon-right.local_car_wash:before {
  content: ""; }

.w-icon.local_convenience_store:before,
.w-icon-right.local_convenience_store:before {
  content: ""; }

.w-icon.local_dining:before,
.w-icon-right.local_dining:before {
  content: ""; }

.w-icon.local_drink:before,
.w-icon-right.local_drink:before {
  content: ""; }

.w-icon.local_florist:before,
.w-icon-right.local_florist:before {
  content: ""; }

.w-icon.local_gas_station:before,
.w-icon-right.local_gas_station:before {
  content: ""; }

.w-icon.local_grocery_store:before,
.w-icon-right.local_grocery_store:before {
  content: ""; }

.w-icon.local_hospital:before,
.w-icon-right.local_hospital:before {
  content: ""; }

.w-icon.local_hotel:before,
.w-icon-right.local_hotel:before {
  content: ""; }

.w-icon.local_laundry_service:before,
.w-icon-right.local_laundry_service:before {
  content: ""; }

.w-icon.local_library:before,
.w-icon-right.local_library:before {
  content: ""; }

.w-icon.local_mall:before,
.w-icon-right.local_mall:before {
  content: ""; }

.w-icon.local_movies:before,
.w-icon-right.local_movies:before {
  content: ""; }

.w-icon.local_offer:before,
.w-icon-right.local_offer:before {
  content: ""; }

.w-icon.local_parking:before,
.w-icon-right.local_parking:before {
  content: ""; }

.w-icon.local_pharmacy:before,
.w-icon-right.local_pharmacy:before {
  content: ""; }

.w-icon.local_phone:before,
.w-icon-right.local_phone:before {
  content: ""; }

.w-icon.local_pizza:before,
.w-icon-right.local_pizza:before {
  content: ""; }

.w-icon.local_play:before,
.w-icon-right.local_play:before {
  content: ""; }

.w-icon.local_post_office:before,
.w-icon-right.local_post_office:before {
  content: ""; }

.w-icon.local_printshop:before,
.w-icon-right.local_printshop:before {
  content: ""; }

.w-icon.local_see:before,
.w-icon-right.local_see:before {
  content: ""; }

.w-icon.local_shipping:before,
.w-icon-right.local_shipping:before {
  content: ""; }

.w-icon.local_taxi:before,
.w-icon-right.local_taxi:before {
  content: ""; }

.w-icon.location_city:before,
.w-icon-right.location_city:before {
  content: ""; }

.w-icon.location_disabled:before,
.w-icon-right.location_disabled:before {
  content: ""; }

.w-icon.location_off:before,
.w-icon-right.location_off:before {
  content: ""; }

.w-icon.location_on:before,
.w-icon-right.location_on:before {
  content: ""; }

.w-icon.location_searching:before,
.w-icon-right.location_searching:before {
  content: ""; }

.w-icon.lock:before,
.w-icon-right.lock:before {
  content: ""; }

.w-icon.lock_open:before,
.w-icon-right.lock_open:before {
  content: ""; }

.w-icon.lock_outline:before,
.w-icon-right.lock_outline:before {
  content: ""; }

.w-icon.looks:before,
.w-icon-right.looks:before {
  content: ""; }

.w-icon.looks_3:before,
.w-icon-right.looks_3:before {
  content: ""; }

.w-icon.looks_4:before,
.w-icon-right.looks_4:before {
  content: ""; }

.w-icon.looks_5:before,
.w-icon-right.looks_5:before {
  content: ""; }

.w-icon.looks_6:before,
.w-icon-right.looks_6:before {
  content: ""; }

.w-icon.looks_one:before,
.w-icon-right.looks_one:before {
  content: ""; }

.w-icon.looks_two:before,
.w-icon-right.looks_two:before {
  content: ""; }

.w-icon.loop:before,
.w-icon-right.loop:before {
  content: ""; }

.w-icon.loupe:before,
.w-icon-right.loupe:before {
  content: ""; }

.w-icon.low_priority:before,
.w-icon-right.low_priority:before {
  content: ""; }

.w-icon.loyalty:before,
.w-icon-right.loyalty:before {
  content: ""; }

.w-icon.mail:before,
.w-icon-right.mail:before {
  content: ""; }

.w-icon.mail_outline:before,
.w-icon-right.mail_outline:before {
  content: ""; }

.w-icon.map:before,
.w-icon-right.map:before {
  content: ""; }

.w-icon.markunread:before,
.w-icon-right.markunread:before {
  content: ""; }

.w-icon.markunread_mailbox:before,
.w-icon-right.markunread_mailbox:before {
  content: ""; }

.w-icon.memory:before,
.w-icon-right.memory:before {
  content: ""; }

.w-icon.menu:before,
.w-icon-right.menu:before {
  content: ""; }

.w-icon.merge_type:before,
.w-icon-right.merge_type:before {
  content: ""; }

.w-icon.message:before,
.w-icon-right.message:before {
  content: ""; }

.w-icon.w-icon-rightc:before,
.w-icon-right.w-icon-rightc:before {
  content: ""; }

.w-icon.w-icon-rightc_none:before,
.w-icon-right.w-icon-rightc_none:before {
  content: ""; }

.w-icon.w-icon-rightc_off:before,
.w-icon-right.w-icon-rightc_off:before {
  content: ""; }

.w-icon.mms:before,
.w-icon-right.mms:before {
  content: ""; }

.w-icon.mode_comment:before,
.w-icon-right.mode_comment:before {
  content: ""; }

.w-icon.monetization_on:before,
.w-icon-right.monetization_on:before {
  content: ""; }

.w-icon.money_off:before,
.w-icon-right.money_off:before {
  content: ""; }

.w-icon.monochrome_photos:before,
.w-icon-right.monochrome_photos:before {
  content: ""; }

.w-icon.mood:before,
.w-icon-right.mood:before {
  content: ""; }

.w-icon.mood_bad:before,
.w-icon-right.mood_bad:before {
  content: ""; }

.w-icon.more:before,
.w-icon-right.more:before {
  content: ""; }

.w-icon.more_horiz:before,
.w-icon-right.more_horiz:before {
  content: ""; }

.w-icon.more_vert:before,
.w-icon-right.more_vert:before {
  content: ""; }

.w-icon.motorcycle:before,
.w-icon-right.motorcycle:before {
  content: ""; }

.w-icon.mouse:before,
.w-icon-right.mouse:before {
  content: ""; }

.w-icon.move_to_inbox:before,
.w-icon-right.move_to_inbox:before {
  content: ""; }

.w-icon.movie:before,
.w-icon-right.movie:before {
  content: ""; }

.w-icon.movie_creation:before,
.w-icon-right.movie_creation:before {
  content: ""; }

.w-icon.movie_filter:before,
.w-icon-right.movie_filter:before {
  content: ""; }

.w-icon.multiline_chart:before,
.w-icon-right.multiline_chart:before {
  content: ""; }

.w-icon.music_note:before,
.w-icon-right.music_note:before {
  content: ""; }

.w-icon.music_video:before,
.w-icon-right.music_video:before {
  content: ""; }

.w-icon.my_location:before,
.w-icon-right.my_location:before {
  content: ""; }

.w-icon.nature:before,
.w-icon-right.nature:before {
  content: ""; }

.w-icon.nature_people:before,
.w-icon-right.nature_people:before {
  content: ""; }

.w-icon.navigate_before:before,
.w-icon-right.navigate_before:before {
  content: ""; }

.w-icon.navigate_next:before,
.w-icon-right.navigate_next:before {
  content: ""; }

.w-icon.navigation:before,
.w-icon-right.navigation:before {
  content: ""; }

.w-icon.near_me:before,
.w-icon-right.near_me:before {
  content: ""; }

.w-icon.network_cell:before,
.w-icon-right.network_cell:before {
  content: ""; }

.w-icon.network_check:before,
.w-icon-right.network_check:before {
  content: ""; }

.w-icon.network_locked:before,
.w-icon-right.network_locked:before {
  content: ""; }

.w-icon.network_wifi:before,
.w-icon-right.network_wifi:before {
  content: ""; }

.w-icon.new_releases:before,
.w-icon-right.new_releases:before {
  content: ""; }

.w-icon.next_week:before,
.w-icon-right.next_week:before {
  content: ""; }

.w-icon.nfc:before,
.w-icon-right.nfc:before {
  content: ""; }

.w-icon.no_encryption:before,
.w-icon-right.no_encryption:before {
  content: ""; }

.w-icon.no_sim:before,
.w-icon-right.no_sim:before {
  content: ""; }

.w-icon.not_interested:before,
.w-icon-right.not_interested:before {
  content: ""; }

.w-icon.note:before,
.w-icon-right.note:before {
  content: ""; }

.w-icon.note_add:before,
.w-icon-right.note_add:before {
  content: ""; }

.w-icon.notifications:before,
.w-icon-right.notifications:before {
  content: ""; }

.w-icon.notifications_active:before,
.w-icon-right.notifications_active:before {
  content: ""; }

.w-icon.notifications_none:before,
.w-icon-right.notifications_none:before {
  content: ""; }

.w-icon.notifications_off:before,
.w-icon-right.notifications_off:before {
  content: ""; }

.w-icon.notifications_paused:before,
.w-icon-right.notifications_paused:before {
  content: ""; }

.w-icon.offline_pin:before,
.w-icon-right.offline_pin:before {
  content: ""; }

.w-icon.ondemand_video:before,
.w-icon-right.ondemand_video:before {
  content: ""; }

.w-icon.opacity:before,
.w-icon-right.opacity:before {
  content: ""; }

.w-icon.open_in_browser:before,
.w-icon-right.open_in_browser:before {
  content: ""; }

.w-icon.open_in_new:before,
.w-icon-right.open_in_new:before {
  content: ""; }

.w-icon.open_with:before,
.w-icon-right.open_with:before {
  content: ""; }

.w-icon.optional_variant:before,
.w-icon-right.optional_variant:before {
  content: ""; }

.w-icon.pages:before,
.w-icon-right.pages:before {
  content: ""; }

.w-icon.pageview:before,
.w-icon-right.pageview:before {
  content: ""; }

.w-icon.palette:before,
.w-icon-right.palette:before {
  content: ""; }

.w-icon.pan_tool:before,
.w-icon-right.pan_tool:before {
  content: ""; }

.w-icon.panorama:before,
.w-icon-right.panorama:before {
  content: ""; }

.w-icon.panorama_fish_eye:before,
.w-icon-right.panorama_fish_eye:before {
  content: ""; }

.w-icon.panorama_horizontal:before,
.w-icon-right.panorama_horizontal:before {
  content: ""; }

.w-icon.panorama_vertical:before,
.w-icon-right.panorama_vertical:before {
  content: ""; }

.w-icon.panorama_wide_angle:before,
.w-icon-right.panorama_wide_angle:before {
  content: ""; }

.w-icon.party_mode:before,
.w-icon-right.party_mode:before {
  content: ""; }

.w-icon.pause:before,
.w-icon-right.pause:before {
  content: ""; }

.w-icon.pause_circle_filled:before,
.w-icon-right.pause_circle_filled:before {
  content: ""; }

.w-icon.pause_circle_outline:before,
.w-icon-right.pause_circle_outline:before {
  content: ""; }

.w-icon.payment:before,
.w-icon-right.payment:before {
  content: ""; }

.w-icon.people:before,
.w-icon-right.people:before {
  content: ""; }

.w-icon.people_outline:before,
.w-icon-right.people_outline:before {
  content: ""; }

.w-icon.perm_camera_mic:before,
.w-icon-right.perm_camera_mic:before {
  content: ""; }

.w-icon.perm_contact_calendar:before,
.w-icon-right.perm_contact_calendar:before {
  content: ""; }

.w-icon.perm_data_setting:before,
.w-icon-right.perm_data_setting:before {
  content: ""; }

.w-icon.perm_device_information:before,
.w-icon-right.perm_device_information:before {
  content: ""; }

.w-icon.perm_identity:before,
.w-icon-right.perm_identity:before {
  content: ""; }

.w-icon.perm_media:before,
.w-icon-right.perm_media:before {
  content: ""; }

.w-icon.perm_phone_msg:before,
.w-icon-right.perm_phone_msg:before {
  content: ""; }

.w-icon.perm_scan_wifi:before,
.w-icon-right.perm_scan_wifi:before {
  content: ""; }

.w-icon.person:before,
.w-icon-right.person:before {
  content: ""; }

.w-icon.person_add:before,
.w-icon-right.person_add:before {
  content: ""; }

.w-icon.person_outline:before,
.w-icon-right.person_outline:before {
  content: ""; }

.w-icon.person_pin:before,
.w-icon-right.person_pin:before {
  content: ""; }

.w-icon.person_pin_circle:before,
.w-icon-right.person_pin_circle:before {
  content: ""; }

.w-icon.personal_video:before,
.w-icon-right.personal_video:before {
  content: ""; }

.w-icon.pets:before,
.w-icon-right.pets:before {
  content: ""; }

.w-icon.phone:before,
.w-icon-right.phone:before {
  content: ""; }

.w-icon.phone_android:before,
.w-icon-right.phone_android:before {
  content: ""; }

.w-icon.phone_bluetooth_speaker:before,
.w-icon-right.phone_bluetooth_speaker:before {
  content: ""; }

.w-icon.phone_forwarded:before,
.w-icon-right.phone_forwarded:before {
  content: ""; }

.w-icon.phone_in_talk:before,
.w-icon-right.phone_in_talk:before {
  content: ""; }

.w-icon.phone_iphone:before,
.w-icon-right.phone_iphone:before {
  content: ""; }

.w-icon.phone_locked:before,
.w-icon-right.phone_locked:before {
  content: ""; }

.w-icon.phone_missed:before,
.w-icon-right.phone_missed:before {
  content: ""; }

.w-icon.phone_paused:before,
.w-icon-right.phone_paused:before {
  content: ""; }

.w-icon.phonelink:before,
.w-icon-right.phonelink:before {
  content: ""; }

.w-icon.phonelink_erase:before,
.w-icon-right.phonelink_erase:before {
  content: ""; }

.w-icon.phonelink_lock:before,
.w-icon-right.phonelink_lock:before {
  content: ""; }

.w-icon.phonelink_off:before,
.w-icon-right.phonelink_off:before {
  content: ""; }

.w-icon.phonelink_ring:before,
.w-icon-right.phonelink_ring:before {
  content: ""; }

.w-icon.phonelink_setup:before,
.w-icon-right.phonelink_setup:before {
  content: ""; }

.w-icon.photo:before,
.w-icon-right.photo:before {
  content: ""; }

.w-icon.photo_album:before,
.w-icon-right.photo_album:before {
  content: ""; }

.w-icon.photo_camera:before,
.w-icon-right.photo_camera:before {
  content: ""; }

.w-icon.photo_filter:before,
.w-icon-right.photo_filter:before {
  content: ""; }

.w-icon.photo_library:before,
.w-icon-right.photo_library:before {
  content: ""; }

.w-icon.photo_size_select_actual:before,
.w-icon-right.photo_size_select_actual:before {
  content: ""; }

.w-icon.photo_size_select_large:before,
.w-icon-right.photo_size_select_large:before {
  content: ""; }

.w-icon.photo_size_select_small:before,
.w-icon-right.photo_size_select_small:before {
  content: ""; }

.w-icon.picture_as_pdf:before,
.w-icon-right.picture_as_pdf:before {
  content: ""; }

.w-icon.picture_in_picture:before,
.w-icon-right.picture_in_picture:before {
  content: ""; }

.w-icon.picture_in_picture_alt:before,
.w-icon-right.picture_in_picture_alt:before {
  content: ""; }

.w-icon.pie_chart:before,
.w-icon-right.pie_chart:before {
  content: ""; }

.w-icon.pie_chart_outlined:before,
.w-icon-right.pie_chart_outlined:before {
  content: ""; }

.w-icon.pin_drop:before,
.w-icon-right.pin_drop:before {
  content: ""; }

.w-icon.place:before,
.w-icon-right.place:before {
  content: ""; }

.w-icon.place_deactivated:before,
.w-icon-right.place_deactivated:before {
  content: ""; }

.w-icon.play_arrow:before,
.w-icon-right.play_arrow:before {
  content: ""; }

.w-icon.play_circle_filled:before,
.w-icon-right.play_circle_filled:before {
  content: ""; }

.w-icon.play_circle_outline:before,
.w-icon-right.play_circle_outline:before {
  content: ""; }

.w-icon.play_for_work:before,
.w-icon-right.play_for_work:before {
  content: ""; }

.w-icon.playlist_add:before,
.w-icon-right.playlist_add:before {
  content: ""; }

.w-icon.playlist_add_check:before,
.w-icon-right.playlist_add_check:before {
  content: ""; }

.w-icon.playlist_play:before,
.w-icon-right.playlist_play:before {
  content: ""; }

.w-icon.plus_one:before,
.w-icon-right.plus_one:before {
  content: ""; }

.w-icon.poll:before,
.w-icon-right.poll:before {
  content: ""; }

.w-icon.polymer:before,
.w-icon-right.polymer:before {
  content: ""; }

.w-icon.pool:before,
.w-icon-right.pool:before {
  content: ""; }

.w-icon.portable_wifi_off:before,
.w-icon-right.portable_wifi_off:before {
  content: ""; }

.w-icon.portrait:before,
.w-icon-right.portrait:before {
  content: ""; }

.w-icon.power:before,
.w-icon-right.power:before {
  content: ""; }

.w-icon.power_input:before,
.w-icon-right.power_input:before {
  content: ""; }

.w-icon.power_settings_new:before,
.w-icon-right.power_settings_new:before {
  content: ""; }

.w-icon.pregnant_woman:before,
.w-icon-right.pregnant_woman:before {
  content: ""; }

.w-icon.present_to_all:before,
.w-icon-right.present_to_all:before {
  content: ""; }

.w-icon.print:before,
.w-icon-right.print:before {
  content: ""; }

.w-icon.priority_high:before,
.w-icon-right.priority_high:before {
  content: ""; }

.w-icon.public:before,
.w-icon-right.public:before {
  content: ""; }

.w-icon.publish:before,
.w-icon-right.publish:before {
  content: ""; }

.w-icon.query_builder:before,
.w-icon-right.query_builder:before {
  content: ""; }

.w-icon.question_answer:before,
.w-icon-right.question_answer:before {
  content: ""; }

.w-icon.queue:before,
.w-icon-right.queue:before {
  content: ""; }

.w-icon.queue_music:before,
.w-icon-right.queue_music:before {
  content: ""; }

.w-icon.queue_play_next:before,
.w-icon-right.queue_play_next:before {
  content: ""; }

.w-icon.radio:before,
.w-icon-right.radio:before {
  content: ""; }

.w-icon.radio_button_checked:before,
.w-icon-right.radio_button_checked:before {
  content: ""; }

.w-icon.radio_button_unchecked:before,
.w-icon-right.radio_button_unchecked:before {
  content: ""; }

.w-icon.rate_review:before,
.w-icon-right.rate_review:before {
  content: ""; }

.w-icon.receipt:before,
.w-icon-right.receipt:before {
  content: ""; }

.w-icon.recent_actors:before,
.w-icon-right.recent_actors:before {
  content: ""; }

.w-icon.record_voice_over:before,
.w-icon-right.record_voice_over:before {
  content: ""; }

.w-icon.redeem:before,
.w-icon-right.redeem:before {
  content: ""; }

.w-icon.redo:before,
.w-icon-right.redo:before {
  content: ""; }

.w-icon.refresh:before,
.w-icon-right.refresh:before {
  content: ""; }

.w-icon.remove:before,
.w-icon-right.remove:before {
  content: ""; }

.w-icon.remove_circle:before,
.w-icon-right.remove_circle:before {
  content: ""; }

.w-icon.remove_circle_outline:before,
.w-icon-right.remove_circle_outline:before {
  content: ""; }

.w-icon.remove_from_queue:before,
.w-icon-right.remove_from_queue:before {
  content: ""; }

.w-icon.remove_red_eye:before,
.w-icon-right.remove_red_eye:before {
  content: ""; }

.w-icon.remove_shopping_cart:before,
.w-icon-right.remove_shopping_cart:before {
  content: ""; }

.w-icon.reorder:before,
.w-icon-right.reorder:before {
  content: ""; }

.w-icon.repeat:before,
.w-icon-right.repeat:before {
  content: ""; }

.w-icon.repeat_one:before,
.w-icon-right.repeat_one:before {
  content: ""; }

.w-icon.replay:before,
.w-icon-right.replay:before {
  content: ""; }

.w-icon.replay_10:before,
.w-icon-right.replay_10:before {
  content: ""; }

.w-icon.replay_30:before,
.w-icon-right.replay_30:before {
  content: ""; }

.w-icon.replay_5:before,
.w-icon-right.replay_5:before {
  content: ""; }

.w-icon.reply:before,
.w-icon-right.reply:before {
  content: ""; }

.w-icon.reply_all:before,
.w-icon-right.reply_all:before {
  content: ""; }

.w-icon.report:before,
.w-icon-right.report:before {
  content: ""; }

.w-icon.report_problem:before,
.w-icon-right.report_problem:before {
  content: ""; }

.w-icon.restaurant:before,
.w-icon-right.restaurant:before {
  content: ""; }

.w-icon.restaurant_menu:before,
.w-icon-right.restaurant_menu:before {
  content: ""; }

.w-icon.restore:before,
.w-icon-right.restore:before {
  content: ""; }

.w-icon.restore_page:before,
.w-icon-right.restore_page:before {
  content: ""; }

.w-icon.ring_volume:before,
.w-icon-right.ring_volume:before {
  content: ""; }

.w-icon.room:before,
.w-icon-right.room:before {
  content: ""; }

.w-icon.room_service:before,
.w-icon-right.room_service:before {
  content: ""; }

.w-icon.rotate_90_degrees_ccw:before,
.w-icon-right.rotate_90_degrees_ccw:before {
  content: ""; }

.w-icon.rotate_left:before,
.w-icon-right.rotate_left:before {
  content: ""; }

.w-icon.rotate_right:before,
.w-icon-right.rotate_right:before {
  content: ""; }

.w-icon.rounded_corner:before,
.w-icon-right.rounded_corner:before {
  content: ""; }

.w-icon.router:before,
.w-icon-right.router:before {
  content: ""; }

.w-icon.rowing:before,
.w-icon-right.rowing:before {
  content: ""; }

.w-icon.rss_feed:before,
.w-icon-right.rss_feed:before {
  content: ""; }

.w-icon.rv_hookup:before,
.w-icon-right.rv_hookup:before {
  content: ""; }

.w-icon.satellite:before,
.w-icon-right.satellite:before {
  content: ""; }

.w-icon.save_disk:before,
.w-icon-right.save_disk:before {
  content: ""; }

.w-icon.scanner:before,
.w-icon-right.scanner:before {
  content: ""; }

.w-icon.schedule:before,
.w-icon-right.schedule:before {
  content: ""; }

.w-icon.school:before,
.w-icon-right.school:before {
  content: ""; }

.w-icon.screen_lock_landscape:before,
.w-icon-right.screen_lock_landscape:before {
  content: ""; }

.w-icon.screen_lock_portrait:before,
.w-icon-right.screen_lock_portrait:before {
  content: ""; }

.w-icon.screen_lock_rotation:before,
.w-icon-right.screen_lock_rotation:before {
  content: ""; }

.w-icon.screen_rotation:before,
.w-icon-right.screen_rotation:before {
  content: ""; }

.w-icon.screen_share:before,
.w-icon-right.screen_share:before {
  content: ""; }

.w-icon.sd_card:before,
.w-icon-right.sd_card:before {
  content: ""; }

.w-icon.sd_storage:before,
.w-icon-right.sd_storage:before {
  content: ""; }

.w-icon.search:before,
.w-icon-right.search:before {
  content: ""; }

.w-icon.security:before,
.w-icon-right.security:before {
  content: ""; }

.w-icon.select_all:before,
.w-icon-right.select_all:before {
  content: ""; }

.w-icon.send:before,
.w-icon-right.send:before {
  content: ""; }

.w-icon.sentiment_dissatisfied:before,
.w-icon-right.sentiment_dissatisfied:before {
  content: ""; }

.w-icon.UNSATISFIED:before,
.w-icon-right.UNSATISFIED:before {
  content: ""; }

.w-icon.sentiment_neutral:before,
.w-icon-right.sentiment_neutral:before {
  content: ""; }

.w-icon.NEUTRAL:before,
.w-icon-right.NEUTRAL:before {
  content: ""; }

.w-icon.sentiment_satisfied:before,
.w-icon-right.sentiment_satisfied:before {
  content: ""; }

.w-icon.SATISFIED:before,
.w-icon-right.SATISFIED:before {
  content: ""; }

.w-icon.sentiment_very_dissatisfied:before,
.w-icon-right.sentiment_very_dissatisfied:before {
  content: ""; }

.w-icon.sentiment_very_satisfied:before,
.w-icon-right.sentiment_very_satisfied:before {
  content: ""; }

.w-icon.settings:before,
.w-icon-right.settings:before {
  content: ""; }

.w-icon.settings_applications:before,
.w-icon-right.settings_applications:before {
  content: ""; }

.w-icon.settings_backup_restore:before,
.w-icon-right.settings_backup_restore:before {
  content: ""; }

.w-icon.settings_bluetooth:before,
.w-icon-right.settings_bluetooth:before {
  content: ""; }

.w-icon.settings_brightness:before,
.w-icon-right.settings_brightness:before {
  content: ""; }

.w-icon.settings_cell:before,
.w-icon-right.settings_cell:before {
  content: ""; }

.w-icon.settings_ethernet:before,
.w-icon-right.settings_ethernet:before {
  content: ""; }

.w-icon.settings_input_antenna:before,
.w-icon-right.settings_input_antenna:before {
  content: ""; }

.w-icon.settings_input_component:before,
.w-icon-right.settings_input_component:before {
  content: ""; }

.w-icon.settings_input_composite:before,
.w-icon-right.settings_input_composite:before {
  content: ""; }

.w-icon.settings_input_hdmi:before,
.w-icon-right.settings_input_hdmi:before {
  content: ""; }

.w-icon.settings_input_svideo:before,
.w-icon-right.settings_input_svideo:before {
  content: ""; }

.w-icon.settings_overscan:before,
.w-icon-right.settings_overscan:before {
  content: ""; }

.w-icon.settings_phone:before,
.w-icon-right.settings_phone:before {
  content: ""; }

.w-icon.settings_power:before,
.w-icon-right.settings_power:before {
  content: ""; }

.w-icon.settings_remote:before,
.w-icon-right.settings_remote:before {
  content: ""; }

.w-icon.settings_system_daydream:before,
.w-icon-right.settings_system_daydream:before {
  content: ""; }

.w-icon.settings_voice:before,
.w-icon-right.settings_voice:before {
  content: ""; }

.w-icon.share:before,
.w-icon-right.share:before {
  content: ""; }

.w-icon.shop:before,
.w-icon-right.shop:before {
  content: ""; }

.w-icon.shop_two:before,
.w-icon-right.shop_two:before {
  content: ""; }

.w-icon.shopping_basket:before,
.w-icon-right.shopping_basket:before {
  content: ""; }

.w-icon.shopping_cart:before,
.w-icon-right.shopping_cart:before {
  content: ""; }

.w-icon.short_text:before,
.w-icon-right.short_text:before {
  content: ""; }

.w-icon.show_chart:before,
.w-icon-right.show_chart:before {
  content: ""; }

.w-icon.shuffle:before,
.w-icon-right.shuffle:before {
  content: ""; }

.w-icon.signal_cellular_4_bar:before,
.w-icon-right.signal_cellular_4_bar:before {
  content: ""; }

.w-icon.signal_cellular_connected_no_internet_4_bar:before,
.w-icon-right.signal_cellular_connected_no_internet_4_bar:before {
  content: ""; }

.w-icon.signal_cellular_no_sim:before,
.w-icon-right.signal_cellular_no_sim:before {
  content: ""; }

.w-icon.signal_cellular_null:before,
.w-icon-right.signal_cellular_null:before {
  content: ""; }

.w-icon.signal_cellular_off:before,
.w-icon-right.signal_cellular_off:before {
  content: ""; }

.w-icon.signal_cellular_alt:before,
.w-icon-right.signal_cellular_alt:before {
  content: ""; }

.w-icon.signal_wifi_4_bar:before,
.w-icon-right.signal_wifi_4_bar:before {
  content: ""; }

.w-icon.signal_wifi_4_bar_lock:before,
.w-icon-right.signal_wifi_4_bar_lock:before {
  content: ""; }

.w-icon.signal_wifi_off:before,
.w-icon-right.signal_wifi_off:before {
  content: ""; }

.w-icon.sim_card:before,
.w-icon-right.sim_card:before {
  content: ""; }

.w-icon.sim_card_alert:before,
.w-icon-right.sim_card_alert:before {
  content: ""; }

.w-icon.skip_next:before,
.w-icon-right.skip_next:before {
  content: ""; }

.w-icon.skip_previous:before,
.w-icon-right.skip_previous:before {
  content: ""; }

.w-icon.slideshow:before,
.w-icon-right.slideshow:before {
  content: ""; }

.w-icon.slow_motion_video:before,
.w-icon-right.slow_motion_video:before {
  content: ""; }

.w-icon.smartphone:before,
.w-icon-right.smartphone:before {
  content: ""; }

.w-icon.smoke_free:before,
.w-icon-right.smoke_free:before {
  content: ""; }

.w-icon.smoking_rooms:before,
.w-icon-right.smoking_rooms:before {
  content: ""; }

.w-icon.sms:before,
.w-icon-right.sms:before {
  content: ""; }

.w-icon.sms_failed:before,
.w-icon-right.sms_failed:before {
  content: ""; }

.w-icon.snooze:before,
.w-icon-right.snooze:before {
  content: ""; }

.w-icon.sort:before,
.w-icon-right.sort:before {
  content: ""; }

.w-icon.sort_by_alpha:before,
.w-icon-right.sort_by_alpha:before {
  content: ""; }

.w-icon.spa:before,
.w-icon-right.spa:before {
  content: ""; }

.w-icon.space_bar:before,
.w-icon-right.space_bar:before {
  content: ""; }

.w-icon.speaker:before,
.w-icon-right.speaker:before {
  content: ""; }

.w-icon.speaker_group:before,
.w-icon-right.speaker_group:before {
  content: ""; }

.w-icon.speaker_notes:before,
.w-icon-right.speaker_notes:before {
  content: ""; }

.w-icon.speaker_notes_off:before,
.w-icon-right.speaker_notes_off:before {
  content: ""; }

.w-icon.speaker_phone:before,
.w-icon-right.speaker_phone:before {
  content: ""; }

.w-icon.spellcheck:before,
.w-icon-right.spellcheck:before {
  content: ""; }

.w-icon.star:before,
.w-icon-right.star:before {
  content: ""; }

.w-icon.star_border:before,
.w-icon-right.star_border:before {
  content: ""; }

.w-icon.star_half:before,
.w-icon-right.star_half:before {
  content: ""; }

.w-icon.stars:before,
.w-icon-right.stars:before {
  content: ""; }

.w-icon.stay_current_landscape:before,
.w-icon-right.stay_current_landscape:before {
  content: ""; }

.w-icon.stay_current_portrait:before,
.w-icon-right.stay_current_portrait:before {
  content: ""; }

.w-icon.stay_primary_landscape:before,
.w-icon-right.stay_primary_landscape:before {
  content: ""; }

.w-icon.stay_primary_portrait:before,
.w-icon-right.stay_primary_portrait:before {
  content: ""; }

.w-icon.stop:before,
.w-icon-right.stop:before {
  content: ""; }

.w-icon.stop_screen_share:before,
.w-icon-right.stop_screen_share:before {
  content: ""; }

.w-icon.storage:before,
.w-icon-right.storage:before {
  content: ""; }

.w-icon.store:before,
.w-icon-right.store:before {
  content: ""; }

.w-icon.ic-marketplace:before,
.w-icon-right.ic-marketplace:before {
  content: ""; }

.w-icon.store_mall_directory:before,
.w-icon-right.store_mall_directory:before {
  content: ""; }

.w-icon.straighten:before,
.w-icon-right.straighten:before {
  content: ""; }

.w-icon.streetview:before,
.w-icon-right.streetview:before {
  content: ""; }

.w-icon.strikethrough_s:before,
.w-icon-right.strikethrough_s:before {
  content: ""; }

.w-icon.style:before,
.w-icon-right.style:before {
  content: ""; }

.w-icon.subdirectory_arrow_left:before,
.w-icon-right.subdirectory_arrow_left:before {
  content: ""; }

.w-icon.subdirectory_arrow_right:before,
.w-icon-right.subdirectory_arrow_right:before {
  content: ""; }

.w-icon.subject:before,
.w-icon-right.subject:before {
  content: ""; }

.w-icon.subscriptions:before,
.w-icon-right.subscriptions:before {
  content: ""; }

.w-icon.subtitles:before,
.w-icon-right.subtitles:before {
  content: ""; }

.w-icon.subway:before,
.w-icon-right.subway:before {
  content: ""; }

.w-icon.supervisor_account:before,
.w-icon-right.supervisor_account:before {
  content: ""; }

.w-icon.surround_sound:before,
.w-icon-right.surround_sound:before {
  content: ""; }

.w-icon.swap_calls:before,
.w-icon-right.swap_calls:before {
  content: ""; }

.w-icon.swap_horiz:before,
.w-icon-right.swap_horiz:before {
  content: ""; }

.w-icon.swap_vert:before,
.w-icon-right.swap_vert:before {
  content: ""; }

.w-icon.swap_vertical_circle:before,
.w-icon-right.swap_vertical_circle:before {
  content: ""; }

.w-icon.switch_camera:before,
.w-icon-right.switch_camera:before {
  content: ""; }

.w-icon.switch_video:before,
.w-icon-right.switch_video:before {
  content: ""; }

.w-icon.sync:before,
.w-icon-right.sync:before {
  content: ""; }

.w-icon.sync_disabled:before,
.w-icon-right.sync_disabled:before {
  content: ""; }

.w-icon.sync_problem:before,
.w-icon-right.sync_problem:before {
  content: ""; }

.w-icon.system_update:before,
.w-icon-right.system_update:before {
  content: ""; }

.w-icon.system_update_alt:before,
.w-icon-right.system_update_alt:before {
  content: ""; }

.w-icon.tab:before,
.w-icon-right.tab:before {
  content: ""; }

.w-icon.tab_unselected:before,
.w-icon-right.tab_unselected:before {
  content: ""; }

.w-icon.tablet:before,
.w-icon-right.tablet:before {
  content: ""; }

.w-icon.tablet_android:before,
.w-icon-right.tablet_android:before {
  content: ""; }

.w-icon.tablet_mac:before,
.w-icon-right.tablet_mac:before {
  content: ""; }

.w-icon.tag_faces:before,
.w-icon-right.tag_faces:before {
  content: ""; }

.w-icon.tap_and_play:before,
.w-icon-right.tap_and_play:before {
  content: ""; }

.w-icon.terrain:before,
.w-icon-right.terrain:before {
  content: ""; }

.w-icon.text_fields:before,
.w-icon-right.text_fields:before {
  content: ""; }

.w-icon.text_format:before,
.w-icon-right.text_format:before {
  content: ""; }

.w-icon.textsms:before,
.w-icon-right.textsms:before {
  content: ""; }

.w-icon.texture:before,
.w-icon-right.texture:before {
  content: ""; }

.w-icon.theaters:before,
.w-icon-right.theaters:before {
  content: ""; }

.w-icon.thumb_down:before,
.w-icon-right.thumb_down:before {
  content: ""; }

.w-icon.thumb_up:before,
.w-icon-right.thumb_up:before {
  content: ""; }

.w-icon.thumbs_up_down:before,
.w-icon-right.thumbs_up_down:before {
  content: ""; }

.w-icon.time_to_leave:before,
.w-icon-right.time_to_leave:before {
  content: ""; }

.w-icon.timelapse:before,
.w-icon-right.timelapse:before {
  content: ""; }

.w-icon.timeline:before,
.w-icon-right.timeline:before {
  content: ""; }

.w-icon.timer:before,
.w-icon-right.timer:before {
  content: ""; }

.w-icon.timer_10:before,
.w-icon-right.timer_10:before {
  content: ""; }

.w-icon.timer_3:before,
.w-icon-right.timer_3:before {
  content: ""; }

.w-icon.timer_off:before,
.w-icon-right.timer_off:before {
  content: ""; }

.w-icon.title:before,
.w-icon-right.title:before {
  content: ""; }

.w-icon.toc:before,
.w-icon-right.toc:before {
  content: ""; }

.w-icon.today:before,
.w-icon-right.today:before {
  content: ""; }

.w-icon.cf_event:before,
.w-icon-right.cf_event:before {
  content: ""; }

.w-icon.GENERAL_EVENT:before,
.w-icon-right.GENERAL_EVENT:before {
  content: ""; }

.w-icon.toll:before,
.w-icon-right.toll:before {
  content: ""; }

.w-icon.tonality:before,
.w-icon-right.tonality:before {
  content: ""; }

.w-icon.touch_app:before,
.w-icon-right.touch_app:before {
  content: ""; }

.w-icon.toys:before,
.w-icon-right.toys:before {
  content: ""; }

.w-icon.track_changes:before,
.w-icon-right.track_changes:before {
  content: ""; }

.w-icon.traffic:before,
.w-icon-right.traffic:before {
  content: ""; }

.w-icon.train:before,
.w-icon-right.train:before {
  content: ""; }

.w-icon.tram:before,
.w-icon-right.tram:before {
  content: ""; }

.w-icon.transfer_within_a_station:before,
.w-icon-right.transfer_within_a_station:before {
  content: ""; }

.w-icon.megaphone:before,
.w-icon-right.megaphone:before {
  content: ""; }

.w-icon.transform:before,
.w-icon-right.transform:before {
  content: ""; }

.w-icon.translate:before,
.w-icon-right.translate:before {
  content: ""; }

.w-icon.trending_down:before,
.w-icon-right.trending_down:before {
  content: ""; }

.w-icon.trending_flat:before,
.w-icon-right.trending_flat:before {
  content: ""; }

.w-icon.trending_up:before,
.w-icon-right.trending_up:before {
  content: ""; }

.w-icon.tune:before,
.w-icon-right.tune:before {
  content: ""; }

.w-icon.turned_in:before,
.w-icon-right.turned_in:before {
  content: ""; }

.w-icon.turned_in_not:before,
.w-icon-right.turned_in_not:before {
  content: ""; }

.w-icon.tv:before,
.w-icon-right.tv:before {
  content: ""; }

.w-icon.unarchive:before,
.w-icon-right.unarchive:before {
  content: ""; }

.w-icon.undo:before,
.w-icon-right.undo:before {
  content: ""; }

.w-icon.unfold_less:before,
.w-icon-right.unfold_less:before {
  content: ""; }

.w-icon.unfold_more:before,
.w-icon-right.unfold_more:before {
  content: ""; }

.w-icon.update:before,
.w-icon-right.update:before {
  content: ""; }

.w-icon.usb:before,
.w-icon-right.usb:before {
  content: ""; }

.w-icon.verified_user:before,
.w-icon-right.verified_user:before {
  content: ""; }

.w-icon.vertical_align_bottom:before,
.w-icon-right.vertical_align_bottom:before {
  content: ""; }

.w-icon.vertical_align_center:before,
.w-icon-right.vertical_align_center:before {
  content: ""; }

.w-icon.vertical_align_top:before,
.w-icon-right.vertical_align_top:before {
  content: ""; }

.w-icon.vibration:before,
.w-icon-right.vibration:before {
  content: ""; }

.w-icon.video_call:before,
.w-icon-right.video_call:before {
  content: ""; }

.w-icon.video_label:before,
.w-icon-right.video_label:before {
  content: ""; }

.w-icon.video_library:before,
.w-icon-right.video_library:before {
  content: ""; }

.w-icon.videocam:before,
.w-icon-right.videocam:before {
  content: ""; }

.w-icon.videocam_off:before,
.w-icon-right.videocam_off:before {
  content: ""; }

.w-icon.videogame_asset:before,
.w-icon-right.videogame_asset:before {
  content: ""; }

.w-icon.view_agenda:before,
.w-icon-right.view_agenda:before {
  content: ""; }

.w-icon.view_array:before,
.w-icon-right.view_array:before {
  content: ""; }

.w-icon.view_carousel:before,
.w-icon-right.view_carousel:before {
  content: ""; }

.w-icon.view_column:before,
.w-icon-right.view_column:before {
  content: ""; }

.w-icon.view_comfy:before,
.w-icon-right.view_comfy:before {
  content: ""; }

.w-icon.view_compact:before,
.w-icon-right.view_compact:before {
  content: ""; }

.w-icon.view_day:before,
.w-icon-right.view_day:before {
  content: ""; }

.w-icon.view_headline:before,
.w-icon-right.view_headline:before {
  content: ""; }

.w-icon.view_list:before,
.w-icon-right.view_list:before {
  content: ""; }

.w-icon.view_module:before,
.w-icon-right.view_module:before {
  content: ""; }

.w-icon.view_quilt:before,
.w-icon-right.view_quilt:before {
  content: ""; }

.w-icon.view_stream:before,
.w-icon-right.view_stream:before {
  content: ""; }

.w-icon.view_week:before,
.w-icon-right.view_week:before {
  content: ""; }

.w-icon.vignette:before,
.w-icon-right.vignette:before {
  content: ""; }

.w-icon.visibility:before,
.w-icon-right.visibility:before {
  content: ""; }

.w-icon.visibility_off:before,
.w-icon-right.visibility_off:before {
  content: ""; }

.w-icon.voice_chat:before,
.w-icon-right.voice_chat:before {
  content: ""; }

.w-icon.voicemail:before,
.w-icon-right.voicemail:before {
  content: ""; }

.w-icon.volume_down:before,
.w-icon-right.volume_down:before {
  content: ""; }

.w-icon.volume_mute:before,
.w-icon-right.volume_mute:before {
  content: ""; }

.w-icon.volume_off:before,
.w-icon-right.volume_off:before {
  content: ""; }

.w-icon.volume_up:before,
.w-icon-right.volume_up:before {
  content: ""; }

.w-icon.vpn_key:before,
.w-icon-right.vpn_key:before {
  content: ""; }

.w-icon.vpn_lock:before,
.w-icon-right.vpn_lock:before {
  content: ""; }

.w-icon.wallpaper:before,
.w-icon-right.wallpaper:before {
  content: ""; }

.w-icon.warning:before,
.w-icon-right.warning:before {
  content: ""; }

.w-icon.watch:before,
.w-icon-right.watch:before {
  content: ""; }

.w-icon.watch_later:before,
.w-icon-right.watch_later:before {
  content: ""; }

.w-icon.wb_auto:before,
.w-icon-right.wb_auto:before {
  content: ""; }

.w-icon.wb_cloudy:before,
.w-icon-right.wb_cloudy:before {
  content: ""; }

.w-icon.wb_incandescent:before,
.w-icon-right.wb_incandescent:before {
  content: ""; }

.w-icon.wb_iridescent:before,
.w-icon-right.wb_iridescent:before {
  content: ""; }

.w-icon.wb_sunny:before,
.w-icon-right.wb_sunny:before {
  content: ""; }

.w-icon.wc:before,
.w-icon-right.wc:before {
  content: ""; }

.w-icon.web:before,
.w-icon-right.web:before {
  content: ""; }

.w-icon.web_asset:before,
.w-icon-right.web_asset:before {
  content: ""; }

.w-icon.weekend:before,
.w-icon-right.weekend:before {
  content: ""; }

.w-icon.whatshot:before,
.w-icon-right.whatshot:before {
  content: ""; }

.w-icon.widgets:before,
.w-icon-right.widgets:before {
  content: ""; }

.w-icon.wifi:before,
.w-icon-right.wifi:before {
  content: ""; }

.w-icon.wifi_lock:before,
.w-icon-right.wifi_lock:before {
  content: ""; }

.w-icon.wifi_tethering:before,
.w-icon-right.wifi_tethering:before {
  content: ""; }

.w-icon.work:before,
.w-icon-right.work:before {
  content: ""; }

.w-icon.wrap_text:before,
.w-icon-right.wrap_text:before {
  content: ""; }

.w-icon.youtube_searched_for:before,
.w-icon-right.youtube_searched_for:before {
  content: ""; }

.w-icon.zoom_in:before,
.w-icon-right.zoom_in:before {
  content: ""; }

.w-icon.zoom_out:before,
.w-icon-right.zoom_out:before {
  content: ""; }

.w-icon.zoom_out_map:before,
.w-icon-right.zoom_out_map:before {
  content: ""; }

.w-icon.ft-txt:before,
.w-icon-right.ft-txt:before {
  content: ""; }

.w-icon.ft-img:before,
.w-icon-right.ft-img:before {
  content: ""; }

.w-icon.ft-pdf:before,
.w-icon-right.ft-pdf:before {
  content: ""; }

.w-icon.file-openoffice:before,
.w-icon-right.file-openoffice:before {
  content: ""; }

.w-icon.ft-doc:before,
.w-icon-right.ft-doc:before {
  content: ""; }

.w-icon.ft-xls:before,
.w-icon-right.ft-xls:before {
  content: ""; }

.w-icon.zip-large:before,
.w-icon-right.zip-large:before {
  content: ""; }

.w-icon.supplier-request:before,
.w-icon-right.supplier-request:before {
  content: ""; }

.w-icon.master-agreement:before,
.w-icon-right.master-agreement:before {
  content: ""; }

.w-icon.payment-invoice:before,
.w-icon-right.payment-invoice:before {
  content: ""; }

.w-icon.ffa_none:before,
.w-icon-right.ffa_none:before {
  content: ""; }

.w-icon.ffa_soft:before,
.w-icon-right.ffa_soft:before {
  content: ""; }

.w-icon.ffa_usb:before,
.w-icon-right.ffa_usb:before {
  content: ""; }

.w-icon.icon_xing:before,
.w-icon-right.icon_xing:before {
  content: ""; }

.w-icon.icon_linkedin:before,
.w-icon-right.icon_linkedin:before {
  content: ""; }

.w-icon.icon_facebook:before,
.w-icon-right.icon_facebook:before {
  content: ""; }

.w-icon.icon_twitter:before,
.w-icon-right.icon_twitter:before {
  content: ""; }

.w-icon.icon_skype:before,
.w-icon-right.icon_skype:before {
  content: ""; }

.w-icon.icon_youtube:before,
.w-icon-right.icon_youtube:before {
  content: ""; }

.w-icon.icon_blog:before,
.w-icon-right.icon_blog:before {
  content: ""; }

.w-icon.icon_google_plus:before,
.w-icon-right.icon_google_plus:before {
  content: ""; }

.w-icon.icon_slideshare:before,
.w-icon-right.icon_slideshare:before {
  content: ""; }

.w-icon.icon_instagram:before,
.w-icon-right.icon_instagram:before {
  content: ""; }

.w-icon.icon_pinterest:before,
.w-icon-right.icon_pinterest:before {
  content: ""; }

.w-icon.icon_yelp:before,
.w-icon-right.icon_yelp:before {
  content: ""; }

.w-icon.icon_wikipedia:before,
.w-icon-right.icon_wikipedia:before {
  content: ""; }

.w-icon.icon_amazon:before,
.w-icon-right.icon_amazon:before {
  content: ""; }

.w-icon.icon_cleverreach:before,
.w-icon-right.icon_cleverreach:before {
  content: ""; }

.w-icon.icon_shopware:before,
.w-icon-right.icon_shopware:before {
  content: ""; }

.w-icon.icon_woocommerce:before,
.w-icon-right.icon_woocommerce:before {
  content: ""; }

.w-icon.icon_magento:before,
.w-icon-right.icon_magento:before {
  content: ""; }

.w-icon.icon_magento2:before,
.w-icon-right.icon_magento2:before {
  content: ""; }

.w-icon.icon_zendesk:before,
.w-icon-right.icon_zendesk:before {
  content: ""; }

.w-icon.icon_mailchimp:before,
.w-icon-right.icon_mailchimp:before {
  content: ""; }

.w-icon.icon_netbanx:before,
.w-icon-right.icon_netbanx:before {
  content: ""; }

.w-icon.icon_versacommerce:before,
.w-icon-right.icon_versacommerce:before {
  content: ""; }

.w-icon.icon_shipcloud:before,
.w-icon-right.icon_shipcloud:before {
  content: ""; }

.w-icon.icon_xtcommerce:before,
.w-icon-right.icon_xtcommerce:before {
  content: ""; }

.w-icon.cf_letter:before,
.w-icon-right.cf_letter:before {
  content: ""; }

.w-icon.LETTER:before,
.w-icon-right.LETTER:before {
  content: ""; }

.w-icon.cf_call_in:before,
.w-icon-right.cf_call_in:before {
  content: ""; }

.w-icon.INCOMING_CALL:before,
.w-icon-right.INCOMING_CALL:before {
  content: ""; }

.w-icon.phone-in:before,
.w-icon-right.phone-in:before {
  content: ""; }

.w-icon.cf_call_out:before,
.w-icon-right.cf_call_out:before {
  content: ""; }

.w-icon.OUTGOING_CALL:before,
.w-icon-right.OUTGOING_CALL:before {
  content: ""; }

.w-icon.phone-out:before,
.w-icon-right.phone-out:before {
  content: ""; }

.w-icon.cf_offer:before,
.w-icon-right.cf_offer:before {
  content: ""; }

.w-icon.OFFER:before,
.w-icon-right.OFFER:before {
  content: ""; }

.w-icon.OPPORTUNITY:before,
.w-icon-right.OPPORTUNITY:before {
  content: ""; }

.w-icon.quotation:before,
.w-icon-right.quotation:before {
  content: ""; }

.w-icon.order_customer:before,
.w-icon-right.order_customer:before {
  content: ""; }

.w-icon.cf_order_customer:before,
.w-icon-right.cf_order_customer:before {
  content: ""; }

.w-icon.CUSTOMER_ORDER:before,
.w-icon-right.CUSTOMER_ORDER:before {
  content: ""; }

.w-icon.order:before,
.w-icon-right.order:before {
  content: ""; }

.w-icon.PRODUCTION_ORDER:before,
.w-icon-right.PRODUCTION_ORDER:before {
  content: ""; }

.w-icon.cf_invoice:before,
.w-icon-right.cf_invoice:before {
  content: ""; }

.w-icon.SALES_INVOICE:before,
.w-icon-right.SALES_INVOICE:before {
  content: ""; }

.w-icon.PURCHASE_INVOICE:before,
.w-icon-right.PURCHASE_INVOICE:before {
  content: ""; }

.w-icon.bill:before,
.w-icon-right.bill:before {
  content: ""; }

.w-icon.cf_shipment:before,
.w-icon-right.cf_shipment:before {
  content: ""; }

.w-icon.SHIPMENT:before,
.w-icon-right.SHIPMENT:before {
  content: ""; }

.w-icon.shipment:before,
.w-icon-right.shipment:before {
  content: ""; }

.w-icon.OUTGOING_SHIPMENT:before,
.w-icon-right.OUTGOING_SHIPMENT:before {
  content: ""; }

.w-icon.cf_order_supplier:before,
.w-icon-right.cf_order_supplier:before {
  content: ""; }

.w-icon.SUPPLIER:before,
.w-icon-right.SUPPLIER:before {
  content: ""; }

.w-icon.INCOMING_SHIPMENT:before,
.w-icon-right.INCOMING_SHIPMENT:before {
  content: ""; }

.w-icon.cf_contract:before,
.w-icon-right.cf_contract:before {
  content: ""; }

.w-icon.CONTRACT:before,
.w-icon-right.CONTRACT:before {
  content: ""; }

.w-icon.contract:before,
.w-icon-right.contract:before {
  content: ""; }

.w-icon.cf_lead:before,
.w-icon-right.cf_lead:before {
  content: ""; }

.w-icon.LEAD:before,
.w-icon-right.LEAD:before {
  content: ""; }

.w-icon.cf_customer:before,
.w-icon-right.cf_customer:before {
  content: ""; }

.w-icon.CUSTOMER:before,
.w-icon-right.CUSTOMER:before {
  content: ""; }

.w-icon.w-people:before,
.w-icon-right.w-people:before {
  content: ""; }

.w-icon.ic-crm:before,
.w-icon-right.ic-crm:before {
  content: ""; }

.w-icon.cf_email:before,
.w-icon-right.cf_email:before {
  content: ""; }

.w-icon.EMAIL:before,
.w-icon-right.EMAIL:before {
  content: ""; }

.w-icon.cf_project:before,
.w-icon-right.cf_project:before {
  content: ""; }

.w-icon.PROJECT:before,
.w-icon-right.PROJECT:before {
  content: ""; }

.w-icon.w-work:before,
.w-icon-right.w-work:before {
  content: ""; }

.w-icon.ic-projects:before,
.w-icon-right.ic-projects:before {
  content: ""; }

.w-icon.cf_ticket:before,
.w-icon-right.cf_ticket:before {
  content: ""; }

.w-icon.TICKET:before,
.w-icon-right.TICKET:before {
  content: ""; }

.w-icon.ticket:before,
.w-icon-right.ticket:before {
  content: ""; }

.w-icon.w-orders:before,
.w-icon-right.w-orders:before {
  content: ""; }

.w-icon.ic-orders:before,
.w-icon-right.ic-orders:before {
  content: ""; }

.w-icon.internal_inbound:before,
.w-icon-right.internal_inbound:before {
  content: ""; }

.w-icon.internal_shipment:before,
.w-icon-right.internal_shipment:before {
  content: ""; }

.w-icon.calculator2:before,
.w-icon-right.calculator2:before {
  content: ""; }

.w-icon.paid:before,
.w-icon-right.paid:before {
  content: ""; }

.w-icon.w-menulnk-manual:before,
.w-icon-right.w-menulnk-manual:before {
  content: ""; }

.w-icon.w-mail:before,
.w-icon-right.w-mail:before {
  content: ""; }

.w-icon.ic-groupware:before,
.w-icon-right.ic-groupware:before {
  content: ""; }

.w-icon.article:before,
.w-icon-right.article:before {
  content: ""; }

.w-icon.w-article:before,
.w-icon-right.w-article:before {
  content: ""; }

.w-icon.ic-article:before,
.w-icon-right.ic-article:before {
  content: ""; }

.w-icon.ic-bookkeeping:before,
.w-icon-right.ic-bookkeeping:before {
  content: ""; }

.w-icon.w-purchase:before,
.w-icon-right.w-purchase:before {
  content: ""; }

.w-icon.ic-purchase:before,
.w-icon-right.ic-purchase:before {
  content: ""; }

.w-icon.w-store:before,
.w-icon-right.w-store:before {
  content: ""; }

.w-icon.ic-store:before,
.w-icon-right.ic-store:before {
  content: ""; }

.w-icon.w-production:before,
.w-icon-right.w-production:before {
  content: ""; }

.w-icon.ic-production:before,
.w-icon-right.ic-production:before {
  content: ""; }

.w-icon.w-cockpit:before,
.w-icon-right.w-cockpit:before {
  content: ""; }

.w-icon.ic-cockpit:before,
.w-icon-right.ic-cockpit:before {
  content: ""; }

.w-icon.ic-elster:before,
.w-icon-right.ic-elster:before {
  content: ""; }

.w-icon.font_error:before,
.w-icon-right.font_error:before {
  content: ""; }

.w-icon.uniEBF0_MaterialIcons-Regular:before,
.w-icon-right.uniEBF0_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniE3C9_MaterialIcons-Regular:before,
.w-icon-right.uniE3C9_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniE576_MaterialIcons-Regular:before,
.w-icon-right.uniE576_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniEBD7_MaterialIcons-Regular:before,
.w-icon-right.uniEBD7_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniEBFB_MaterialIcons-Regular:before,
.w-icon-right.uniEBFB_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniEBFE_MaterialIcons-Regular:before,
.w-icon-right.uniEBFE_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniEC01_MaterialIcons-Regular:before,
.w-icon-right.uniEC01_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniEC02_MaterialIcons-Regular:before,
.w-icon-right.uniEC02_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniEC19_MaterialIcons-Regular:before,
.w-icon-right.uniEC19_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniEC1B_MaterialIcons-Regular:before,
.w-icon-right.uniEC1B_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.uniEC33_MaterialIcons-Regular:before,
.w-icon-right.uniEC33_MaterialIcons-Regular:before {
  content: ""; }

.w-icon.logout:before,
.w-icon-right.logout:before {
  content: ""; }

.w-icon.link_address:before,
.w-icon-right.link_address:before {
  content: ""; }

.w-icon.internal_transport:before,
.w-icon-right.internal_transport:before {
  content: ""; }

.w-icon.loading_equipment_in:before,
.w-icon-right.loading_equipment_in:before {
  content: ""; }

.w-icon.loading_equipment_out:before,
.w-icon-right.loading_equipment_out:before {
  content: ""; }

.w-icon.consolidate:before,
.w-icon-right.consolidate:before {
  content: ""; }

.w-icon.forklift:before,
.w-icon-right.forklift:before {
  content: ""; }

.w-icon.aw-checklist:before,
.w-icon-right.aw-checklist:before {
  content: ""; }

.w-icon.aw-forum:before,
.w-icon-right.aw-forum:before {
  content: ""; }

.w-icon.aw-video:before,
.w-icon-right.aw-video:before {
  content: ""; }

.w-icon.warehouseConsignment:before,
.w-icon-right.warehouseConsignment:before {
  content: ""; }

.w-icon.warehouseStandard:before,
.w-icon-right.warehouseStandard:before {
  content: ""; }

.w-icon.warehouseStandardConsignment:before,
.w-icon-right.warehouseStandardConsignment:before {
  content: ""; }

.w-icon.ft-odt:before,
.w-icon-right.ft-odt:before {
  content: ""; }

.w-icon.ft-ppt:before,
.w-icon-right.ft-ppt:before {
  content: ""; }

.w-icon.ft-xml:before,
.w-icon-right.ft-xml:before {
  content: ""; }

.w-icon.csv-upload:before,
.w-icon-right.csv-upload:before {
  content: ""; }

.w-icon.ft-csv:before,
.w-icon-right.ft-csv:before {
  content: ""; }

.w-icon.order_production:before,
.w-icon-right.order_production:before {
  content: ""; }

.w-icon.cf_order_production:before,
.w-icon-right.cf_order_production:before {
  content: ""; }

.w-icon.order_purchase:before,
.w-icon-right.order_purchase:before {
  content: ""; }

.w-icon.PURCHASE_ORDER:before,
.w-icon-right.PURCHASE_ORDER:before {
  content: ""; }

.w-icon.barcode:before,
.w-icon-right.barcode:before {
  content: ""; }

.w-icon.dropshipping:before,
.w-icon-right.dropshipping:before {
  content: ""; }

.w-icon.generate_overview:before,
.w-icon-right.generate_overview:before {
  content: ""; }

.w-icon.loading_equipment:before,
.w-icon-right.loading_equipment:before {
  content: ""; }

.w-icon.weight:before,
.w-icon-right.weight:before {
  content: ""; }

.w-icon.hourglass_bottom:before,
.w-icon-right.hourglass_bottom:before {
  content: ""; }

.w-icon.expiration-date:before,
.w-icon-right.expiration-date:before {
  content: ""; }

.w-icon.hourglass_top:before,
.w-icon-right.hourglass_top:before {
  content: ""; }

.w-icon.off:before,
.w-icon-right.off:before {
  content: ""; }

.w-icon.add_bookmark:before,
.w-icon-right.add_bookmark:before {
  content: ""; }

.w-icon.additional_fields:before,
.w-icon-right.additional_fields:before {
  content: ""; }

.w-icon.alarm_fill_pause:before,
.w-icon-right.alarm_fill_pause:before {
  content: ""; }

.w-icon.alarm_fill_play:before,
.w-icon-right.alarm_fill_play:before {
  content: ""; }

.w-icon.badge:before,
.w-icon-right.badge:before {
  content: ""; }

.w-icon.megaphone_quiet:before,
.w-icon-right.megaphone_quiet:before {
  content: ""; }

.w-icon.notifications_ringing:before,
.w-icon-right.notifications_ringing:before {
  content: ""; }

.w-icon.sales_and_purchasing:before,
.w-icon-right.sales_and_purchasing:before {
  content: ""; }

.w-icon.ticket_off:before,
.w-icon-right.ticket_off:before {
  content: ""; }

.w-icon.loading_equipment_unload:before,
.w-icon-right.loading_equipment_unload:before {
  content: ""; }

.w-icon.loading_equipment_unload_into:before,
.w-icon-right.loading_equipment_unload_into:before {
  content: ""; }

.w-icon.mail_read:before,
.w-icon-right.mail_read:before {
  content: ""; }

.w-icon.drag_indicator:before,
.w-icon-right.drag_indicator:before {
  content: ""; }

.w-icon.arrow_circle_down:before,
.w-icon-right.arrow_circle_down:before {
  content: ""; }

.w-icon.arrow_circle_left:before,
.w-icon-right.arrow_circle_left:before {
  content: ""; }

.w-icon.arrow_circle_right:before,
.w-icon-right.arrow_circle_right:before {
  content: ""; }

.w-icon.arrow_circle_up:before,
.w-icon-right.arrow_circle_up:before {
  content: ""; }

.w-icon.availability_partial:before,
.w-icon-right.availability_partial:before {
  content: ""; }

.w-icon.barcode_scanner:before,
.w-icon-right.barcode_scanner:before {
  content: ""; }

.w-icon.check_add:before,
.w-icon-right.check_add:before {
  content: ""; }

.w-icon.empty_cart_illustration:before,
.w-icon-right.empty_cart_illustration:before {
  content: ""; }

.w-icon.no_articles_found_illustration:before,
.w-icon-right.no_articles_found_illustration:before {
  content: ""; }

.w-icon.no_order_selected_illustration:before,
.w-icon-right.no_order_selected_illustration:before {
  content: ""; }

.w-icon.no_voucher_found_illustration:before,
.w-icon-right.no_voucher_found_illustration:before {
  content: ""; }

.w-icon.payment_sumup:before,
.w-icon-right.payment_sumup:before {
  content: ""; }

.w-icon.weclapp:before,
.w-icon-right.weclapp:before {
  content: ""; }

.w-icon.time_fill_in:before,
.w-icon-right.time_fill_in:before {
  content: ""; }

.w-icon.time_fill_out:before,
.w-icon-right.time_fill_out:before {
  content: ""; }

.w-icon.arrows_meet:before,
.w-icon-right.arrows_meet:before {
  content: ""; }

.w-icon.filter_list_remove:before,
.w-icon-right.filter_list_remove:before {
  content: ""; }

.w-icon.visibility_off_alt:before,
.w-icon-right.visibility_off_alt:before {
  content: ""; }

.w-icon.exception:before,
.w-icon-right.exception:before {
  content: ""; }

.w-icon.order_blanket_purchase:before,
.w-icon-right.order_blanket_purchase:before {
  content: ""; }

.w-icon.BLANKET_PURCHASE_ORDER:before,
.w-icon-right.BLANKET_PURCHASE_ORDER:before {
  content: ""; }

.w-icon.BLANKET_SALES_ORDER:before,
.w-icon-right.BLANKET_SALES_ORDER:before {
  content: ""; }

.w-icon.scale:before,
.w-icon-right.scale:before {
  content: ""; }

.w-icon.serial_number:before,
.w-icon-right.serial_number:before {
  content: ""; }

.w-icon.print_edit:before,
.w-icon-right.print_edit:before {
  content: ""; }

.w-icon.print_label_edit:before,
.w-icon-right.print_label_edit:before {
  content: ""; }

.w-icon.print_label:before,
.w-icon-right.print_label:before {
  content: ""; }

.w-icon.addon_contract_management_partner:before,
.w-icon-right.addon_contract_management_partner:before {
  content: ""; }

.w-icon.addon_helpdesk_partner:before,
.w-icon-right.addon_helpdesk_partner:before {
  content: ""; }

.w-icon.cloud_crm:before,
.w-icon-right.cloud_crm:before {
  content: ""; }

.w-icon.cloud_crm_partner:before,
.w-icon-right.cloud_crm_partner:before {
  content: ""; }

.w-icon.cloud_erp_services:before,
.w-icon-right.cloud_erp_services:before {
  content: ""; }

.w-icon.cloud_erp_services_partner:before,
.w-icon-right.cloud_erp_services_partner:before {
  content: ""; }

.w-icon.cloud_erp_trade:before,
.w-icon-right.cloud_erp_trade:before {
  content: ""; }

.w-icon.cloud_erp_trade_partner:before,
.w-icon-right.cloud_erp_trade_partner:before {
  content: ""; }

.w-icon.paragraph:before,
.w-icon-right.paragraph:before {
  content: ""; }

.w-icon.icon_threads:before,
.w-icon-right.icon_threads:before {
  content: ""; }

.w-icon.icon_tiktok:before,
.w-icon-right.icon_tiktok:before {
  content: ""; }

.w-icon.icon_x:before,
.w-icon-right.icon_x:before {
  content: ""; }

.w-icon.icon_ebay:before,
.w-icon-right.icon_ebay:before {
  content: ""; }

.w-icon.icon_google_drive:before,
.w-icon-right.icon_google_drive:before {
  content: ""; }

.w-icon.unblock:before,
.w-icon-right.unblock:before {
  content: ""; }

.w-icon.delivery_note:before,
.w-icon-right.delivery_note:before {
  content: ""; }

.w-icon.license_contract_management:before,
.w-icon-right.license_contract_management:before {
  content: ""; }

.w-icon.license_crm:before,
.w-icon-right.license_crm:before {
  content: ""; }

.w-icon.license_erp_services:before,
.w-icon-right.license_erp_services:before {
  content: ""; }

.w-icon.license_erp_starter:before,
.w-icon-right.license_erp_starter:before {
  content: ""; }

.w-icon.license_erp_trade:before,
.w-icon-right.license_erp_trade:before {
  content: ""; }

.w-icon.license_helpdesk:before,
.w-icon-right.license_helpdesk:before {
  content: ""; }

.w-icon.license_mobile_warehouse_app:before,
.w-icon-right.license_mobile_warehouse_app:before {
  content: ""; }

.w-icon.license_pos:before,
.w-icon-right.license_pos:before {
  content: ""; }

.w-icon.license_bg_box:before,
.w-icon-right.license_bg_box:before {
  content: ""; }

.w-icon.license_bg_gear:before,
.w-icon-right.license_bg_gear:before {
  content: ""; }

.w-icon.consolidate_circle_outline:before,
.w-icon-right.consolidate_circle_outline:before {
  content: ""; }

.w-icon.bullet_point_small:before,
.w-icon-right.bullet_point_small:before {
  content: ""; }

.w-icon.api:before,
.w-icon-right.api:before {
  content: ""; }

.w-icon.chat_error_outline:before,
.w-icon-right.chat_error_outline:before {
  content: ""; }

.w-icon.extension_outline:before,
.w-icon-right.extension_outline:before {
  content: ""; }

.w-icon.keyboard_outline:before,
.w-icon-right.keyboard_outline:before {
  content: ""; }

.w-icon.library_books_outline:before,
.w-icon-right.library_books_outline:before {
  content: ""; }

.w-icon.library_video_outline:before,
.w-icon-right.library_video_outline:before {
  content: ""; }

.w-icon.local_cafe_outline:before,
.w-icon-right.local_cafe_outline:before {
  content: ""; }

.w-icon.verified_user_outline:before,
.w-icon-right.verified_user_outline:before {
  content: ""; }

.w-icon.calendar_month:before,
.w-icon-right.calendar_month:before {
  content: ""; }

.w-icon.check_error:before,
.w-icon-right.check_error:before {
  content: ""; }

.w-icon {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  /*text-indent: $baseSpace;*/ }
  .w-icon:not(.w-icon-ni) {
    cursor: pointer; }
  .w-icon.w-icon-notext {
    font-size: 0; }
  .w-icon:before, .w-icon:after {
    font-family: "weclapp-icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    content: "";
    display: table-cell;
    text-indent: 0px; }
    .btn-sm .w-icon:before, .btn-group-sm > .btn .w-icon:before, .btn-sm .w-icon:after, .btn-group-sm > .btn .w-icon:after {
      line-height: 21px;
      font-size: 21px; }
  .w-icon:not(.btn):not(.no-focus):focus {
    outline: none;
    box-shadow: inset 1px 1px 0 #57709c, inset -1px -1px 0 #57709c; }
  .w-icon.w-icon-xsmall {
    height: 16px; }
    .w-icon.w-icon-xsmall:before, .w-icon.w-icon-xsmall:after {
      font-size: 16px;
      line-height: 16px; }
  .w-icon.w-icon-small {
    height: 17px; }
    .w-icon.w-icon-small:before, .w-icon.w-icon-small:after {
      font-size: 17px;
      line-height: 17px; }
  .w-icon.w-icon-small-height {
    height: 11.33333px; }
    .w-icon.w-icon-small-height:before, .w-icon.w-icon-small-height:after {
      line-height: 11.33333px; }
  .w-icon.w-icon-big {
    height: 32px; }
    .w-icon.w-icon-big:before, .w-icon.w-icon-big:after {
      font-size: 32px;
      line-height: 32px; }
  .w-icon.btn:before {
    /*margin: 0 $baseSpace/2 0 0;*/ }
  .w-icon.w-icon-right {
    justify-content: space-between; }
    .w-icon.w-icon-right:before {
      order: 2;
      margin: 0 0 0 4px; }
    .w-icon.w-icon-right.expand_more:before {
      margin-left: 2px; }
  .w-icon.w-icon-antialiased:before, .w-icon.w-icon-antialiased:after {
    transform: rotate(-0.03deg); }
  .w-icon:hover:not(.w-icon-ni):not(.btn):before, .w-icon:hover:not(.w-icon-ni):not(.btn):after {
    filter: brightness(0.85); }
  .w-icon-indent-left:before {
    padding-right: 4px; }

/*add amrgin to certain icons*/
.btn.w-icon:not(.w-icon-right):not(.w-icon-notext):before {
  margin-right: 4px; }

.w-icon.w-rotate-90:not(.btn):before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.w-button-menu .w-button-menu .w-icon.wc_dropdown_big:before,
.w-button-menu .w-button-menu .w-icon-right.wc_dropdown_big:before {
  content: "\e5e1"; }

.w-icon.supplier-request:before,
.w-icon-right.supplier-request:before {
  color: #e9bd62; }

/* customerFile Icons */
.w-icon.LETTER.cf-icon:before,
.w-icon.cf_letter.cf-icon:before {
  color: #B0CCFB; }

.w-icon.GENERAL_EVENT.cf-icon:before,
.w-icon.event.cf-icon:before,
.w-icon.cf_event.cf-icon:before {
  color: #6a7be1; }

.w-icon.INCOMING_CALL.cf-icon:before,
.w-icon.phone-in.cf-icon:before,
.w-icon.cf_call_in.cf-icon:before {
  color: #00a369; }

.w-icon.OUTGOING_CALL.cf-icon:before,
.w-icon.phone-out.cf-icon:before,
.w-icon.cf_call_out.cf-icon:before {
  color: #c4564c; }

.w-icon.DOCUMENT.cf-icon:before,
.w-icon.document.cf-icon:before,
.w-icon.cf_document.cf-icon:before {
  color: #C7D9D9; }

.w-icon.OFFER.cf-icon:before,
.w-icon.quotation.cf-icon:before,
.w-icon.cf_offer.cf-icon:before {
  color: #A7C67C; }

.w-icon.CUSTOMER_ORDER.cf-icon:before,
.w-icon.order.cf-icon:before,
.w-icon.cf_order_customer.cf-icon:before {
  color: #5FBC9A; }

.w-icon.PRODUCTION_ORDER.cf-icon:before,
.w-icon.cf_order_production.cf-icon:before {
  color: #FE938C; }

.w-icon.SALES_INVOICE.cf-icon:before,
.w-icon.bill.cf-icon:before,
.w-icon.cf_invoice.cf-icon:before {
  color: #12DA9D; }

.w-icon.PURCHASE_INVOICE.cf-icon:before {
  color: #57709C; }

.w-icon.SHIPMENT.cf-icon:before,
.w-icon.shipment.cf-icon:before,
.w-icon.OUTGOING_SHIPMENT.cf-icon:before,
.w-icon.cf_shipment.cf-icon:before {
  color: #62927C; }

.w-icon.CONTRACT.cf-icon:before,
.w-icon.contract.cf-icon:before,
.w-icon.cf_contract.cf-icon:before {
  color: #6BA4C9; }

.w-icon.ARCHIVED_EMAIL.cf-icon:before,
.w-icon.cf_archived_email.cf-icon:before {
  color: #B0CCFB;
  content: "\e158"; }

.w-icon.CONTACT.cf-icon:before,
.w-icon.cf_contact.cf-icon:before {
  color: #B0CCFB; }

.w-icon.LEAD.cf-icon:before,
.w-icon.cf_lead.cf-icon:before {
  color: #B0CCFB; }

.w-icon.CUSTOMER.cf-icon:before,
.w-icon.cf_customer.cf-icon:before {
  color: #B0CCFB; }

.w-icon.EMAIL.cf-icon:before,
.w-icon.email.cf-icon:before,
.w-icon.cf_email.cf-icon:before {
  color: #B0CCFB; }

.w-icon.PURCHASE_ORDER.cf-icon:before,
.w-icon.dropshipping.cf-icon:before,
.w-icon.cf_order_production.cf-icon:before {
  color: #6496E9; }

.w-icon.BLANKET_PURCHASE_ORDER.cf-icon:before {
  color: #6496E9; }

.w-icon.BLANKET_SALES_ORDER.cf-icon:before {
  color: #5FBC9A; }

.w-icon.SUPPLIER.cf-icon:before,
.w-icon.INCOMING_SHIPMENT.cf-icon:before,
.w-icon.cf_order_supplier.cf-icon:before {
  color: #DD803F; }

.w-icon.PROJECT.cf-icon:before,
.w-icon.cf_project.cf-icon:before {
  color: #6455A0; }

.w-icon.ACTIVITY.cf-icon:before,
.w-icon.cf_activity.cf-icon:before {
  color: #6a7be1; }

.w-icon.TICKET.cf-icon:before,
.w-icon.ticket.cf-icon:before,
.w-icon.cf_ticket.cf-icon:before {
  color: #C4564C; }

.w-icon.PERFORMANCE_RECORD:before {
  content: "\e52d"; }

.w-icon.PERFORMANCE_RECORD.cf-icon:before {
  color: #6455A0; }

.w-icon.OPPORTUNITY.cf-icon:before {
  color: #FDE18B; }

.w-icon.TASK.cf-icon:before,
.w-icon.cf_task.cf-icon:before {
  color: #6455A0; }

/*
.error.checked.ft-pdf:not(.table-icon):before, .extdt-sortable-header .sort_ascending.ft-pdf:not(.table-icon):before, .extdt-sortable-header .sort_descending.ft-pdf:not(.table-icon):before, .extdt-sortable-header .unsorted.ft-pdf:not(.table-icon):before, .k-icon.k-i-calendar.ft-pdf:not(.table-icon):before, .k-icon.k-i-clock.ft-pdf:not(.table-icon):before, .sticky-close.ft-pdf:not(.table-icon):before, .table-subtable-toggle.ft-pdf:not(.table-icon):before, .ui-datepicker-next.ft-pdf:not(.table-icon):before, .ui-datepicker-prev.ft-pdf:not(.table-icon):before, .ui-datepicker-trigger.ft-pdf:not(.table-icon):before, .ui-icon-circle-close.ft-pdf:not(.table-icon):before, .ui-icon.ft-pdf:not(.table-icon):before, .ui-resizable-handle.ui-resizable-s.ft-pdf:not(.table-icon):before, .w-box-info.ft-pdf:not(.table-icon):before, .w-icon.ft-pdf:not(.table-icon):before {
    color: #c91419!important;
}
*/
.w-icon.icon_ellipsis_vertical {
  display: block;
  height: 5px;
  width: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto; }
  .w-icon.icon_ellipsis_vertical:before, .w-icon.icon_ellipsis_vertical:after {
    position: relative;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 50%; }
  .w-icon.icon_ellipsis_vertical:before {
    top: -10px; }
  .w-icon.icon_ellipsis_vertical:after {
    bottom: -5px; }

.ft-pdf:not(.table-icon):before {
  color: #c91419 !important; }

.ft-xls:not(.table-icon):before {
  color: #00a369 !important; }

.ft-doc:not(.table-icon):before {
  color: #2372ba !important; }

.icon_xing:before {
  color: #025b60 !important; }

.icon_linkedin:before {
  color: #00679a !important; }

.icon_facebook:before {
  color: #3c57a1 !important; }

.icon_twitter:before {
  color: #2daae1 !important; }

.icon_skype:before {
  color: #39aae1 !important; }

.icon_youtube:before {
  color: #e13534 !important; }

.icon_blog:before {
  color: #ec671b !important; }

.icon_google_plus:before {
  color: #db2a16 !important; }

.icon_slideshare:before {
  color: #2788c9 !important; }

.icon_instagram:before {
  color: #5059a4 !important; }

.icon_pinterest:before {
  color: #e51e24 !important; }

.icon_yelp:before {
  color: #bc2701 !important; }

.icon_wikipedia:before {
  color: #3c3c3b !important; }

.w-icon.icon_amazon:before {
  color: #ff9900 !important; }

.w-icon.icon_cleverreach:before {
  color: #e05f0b !important; }

.w-icon.icon_shopware:before {
  color: #019de0 !important; }

.w-icon.icon_woocommerce:before {
  color: #9c5d90 !important; }

.w-icon.icon_magento:before {
  color: #f04e17 !important; }

.w-icon.icon_magento2:before {
  color: #f04e17 !important; }

.w-icon.icon_zendesk:before {
  color: #88b218 !important; }

.w-icon.icon_mailchimp:before {
  color: #1689c8 !important; }

.w-icon.icon_netbanx:before {
  color: #8ac43a !important; }

.w-icon.icon_versacommerce:before {
  color: #ff4438 !important; }

.w-icon.icon_shipcloud:before {
  color: #0999d0 !important; }

.w-icon.icon_xtcommerce:before {
  color: #db9501 !important; }

.UNSATISFIED:before {
  color: #be0000; }

.NEUTRAL:before {
  color: #17a2b8; }

.SATISFIED:before {
  color: #00a369; }

.w-icon-green:before {
  color: #00a369; }

.w-icon-green:not(.w-icon-ni):hover:before {
  color: #00d68a; }

.w-icon-red:before {
  color: #be0000; }

.w-icon-red:hover:not(.w-icon-ni):before {
  color: #f10000; }

.w-icon-gold:before {
  color: #FFD700; }

.w-icon-gold:hover:not(.w-icon-ni):before {
  color: #ffdf33; }

.w-icon-edit:before, .w-icon-warning:before {
  color: #00a369; }

.w-icon-edit:hover:not(.w-icon-ni):before, .w-icon-warning:hover:not(.w-icon-ni):before {
  color: #00d68a; }

.w-icon-warning:before {
  color: #ffd764; }

.w-icon-warning:hover:not(.w-icon-ni):before {
  color: #ffe497; }

.w-icon-highlight:before {
  color: #57709c; }

.w-icon-highlight:not(.w-icon-ni):hover:before {
  color: #748bb2; }

.w-icon-info:before {
  color: #17a2b8; }

.w-icon-info:hover:not(.w-icon-ni):before {
  color: #1fc8e3; }

.w-icon-blue:before {
  color: #5fA8DD; }

.w-icon-blue:hover:not(.w-icon-ni):before {
  color: #89bfe6; }

.w-icon-grey:before {
  color: #949f9f; }

.w-icon-grey:hover:not(.w-icon-ni):before {
  color: #afb7b7; }

.w-icon-lilac:before {
  color: #951B81; }

.w-icon-lilac:hover:not(.w-icon-ni):before {
  color: #afb7b7; }

.w-icon-pink:before {
  color: #E50069; }

.w-icon-pink:hover:not(.w-icon-ni):before {
  color: #ff1982; }

.w-icon-yellow:before {
  color: #FFD981; }

.w-icon-yellow:hover:not(.w-icon-ni):before {
  color: #ffe8b4; }

.w-icon-dark:before {
  color: #212529; }

.w-icon-dark:hover:not(.w-icon-ni):before {
  color: #383f45; }

.w-icon-white:before {
  color: #fff; }

.w-icon-white:hover:not(.w-icon-ni):before {
  color: #fff !important; }

.column-action .w-icon {
  padding: 0 2px;
  font-weight: normal;
  text-decoration: none;
  min-width: 22px; }
  .column-action .w-icon.cancel:before {
    content: '\e872'; }
  .column-action .w-icon:before {
    transition: color 400ms ease;
    font-size: 18px; }
  .column-action .w-icon:hover {
    text-decoration: none; }

.box-toggle a.w-icon,
.box-toggle a.w-icon:hover {
  text-decoration: none; }

.w-icon-round-grey.add {
  padding: 4px;
  border-radius: 50%;
  background-color: #949f9f;
  color: #fff;
  margin: 2px;
  height: auto;
  align-self: flex-start;
  border: none;
  transition: background-color 400ms ease;
  margin-left: 11px; }
  .w-icon-round-grey.add:before {
    font-weight: bold; }
  .w-icon-round-grey.add:hover {
    background-color: #798787; }
  .w-icon-round-grey.add:disabled, .w-icon-round-grey.add.disabled {
    opacity: 0.5; }

.w-icon.w-icon-link,
.w-icon.w-icon-checkbox {
  display: flex;
  align-items: center;
  height: auto; }
  .w-icon.w-icon-link:before,
  .w-icon.w-icon-checkbox:before {
    padding-right: 4px; }

.w-icon.w-icon-checkbox {
  color: #212529;
  text-decoration: none; }
  .w-icon.w-icon-checkbox:before {
    color: #57709c; }

.w-icon:not(.btn).disabled {
  color: #949f9f !important;
  opacity: 0.35 !important;
  cursor: default; }
  .w-icon:not(.btn).disabled:before, .w-icon:not(.btn).disabled:after, .w-icon:not(.btn).disabled:hover, .w-icon:not(.btn).disabled:hover:before, .w-icon:not(.btn).disabled:hover:after {
    color: #949f9f !important; }

.w-icon-reverse:before {
  display: inline-block;
  transform: scale(-1, 1); }

.w-svg-icon {
  height: 24px;
  width: 24px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .w-svg-icon.w-svg-icon-small {
    height: 17px;
    width: 17px; }
  .w-svg-icon.w-svg-icon-big {
    height: 32px;
    width: 32px; }
  .w-svg-icon.svg_icon_amazon {
    background-image: url("../images/icons_svg/amazon.svg"); }
  .w-svg-icon.svg_icon_xing {
    background-image: url("../images/icons_svg/xing.svg"); }
  .w-svg-icon.svg_icon_linkedin {
    background-image: url("../images/icons_svg/linkedin.svg"); }
  .w-svg-icon.svg_icon_facebook {
    background-image: url("../images/icons_svg/facebook.svg"); }
  .w-svg-icon.svg_icon_twitter {
    background-image: url("../images/icons_svg/twitter.svg"); }
  .w-svg-icon.svg_icon_skype {
    background-image: url("../images/icons_svg/skype.svg"); }
  .w-svg-icon.svg_icon_youtube {
    background-image: url("../images/icons_svg/youtube.svg"); }
  .w-svg-icon.svg_icon_blogger {
    background-image: url("../images/icons_svg/blogger.svg"); }
  .w-svg-icon.svg_icon_blog {
    background-image: url("../images/icons_svg/blog.svg"); }
  .w-svg-icon.svg_icon_google_plus {
    background-image: url("../images/icons_svg/google-plus.svg"); }
  .w-svg-icon.svg_icon_slideshare {
    background-image: url("../images/icons_svg/slideshare.svg"); }
  .w-svg-icon.svg_icon_instagram {
    background-image: url("../images/icons_svg/instagram.svg"); }
  .w-svg-icon.svg_icon_pinterest {
    background-image: url("../images/icons_svg/pinterest.svg"); }
  .w-svg-icon.svg_icon_yelp {
    background-image: url("../images/icons_svg/yelp.svg"); }
  .w-svg-icon.svg_icon_wikipedia {
    background-image: url("../images/icons_svg/wikipedia.svg"); }
  .w-svg-icon.svg_icon_ebay {
    background-image: url("../images/icons_svg/ebay.svg"); }
  .w-svg-icon.svg_icon_google_drive {
    background-image: url("../images/icons_svg/google-drive.svg"); }
  .w-svg-icon.svg_icon_person {
    background-image: url("../images/icons_svg/person.svg"); }
  .w-svg-icon.svg_public {
    background-image: url("../images/icons_svg/globe.svg"); }

/* toggle icon design */
.w-icon.w-icon-toggle {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px; }
  .w-icon.w-icon-toggle:before {
    width: 32px;
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center; }

.w-icon.help_text:before {
  content: "?" !important;
  font-family: "CircularStd", arial, sans-serif !important;
  font-size: 20px;
  font-weight: bold; }

@font-face {
  font-family: "weclapp-icons";
  src: url("icon-font-generator/fonts/weclapp-icons.eot");
  src: url("icon-font-generator/fonts/weclapp-icons.eot?#iefix") format("embedded-opentype"), url("icon-font-generator/fonts/weclapp-icons.woff2") format("woff2"), url("icon-font-generator/fonts/weclapp-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "CircularStd";
  src: url("fonts/lineto-circular-pro-book.eot");
  src: url("fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-pro-book.woff2") format("woff2"), url("fonts/lineto-circular-pro-book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "CircularStd";
  src: url("fonts/lineto-circular-pro-medium.eot");
  src: url("fonts/lineto-circular-pro-medium.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-pro-medium.woff2") format("woff2"), url("fonts/lineto-circular-pro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "CircularStd";
  src: url("fonts/lineto-circular-pro-bold.eot");
  src: url("fonts/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-pro-bold.woff2") format("woff2"), url("fonts/lineto-circular-pro-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "CircularStd";
  src: url("fonts/lineto-circular-pro-book.eot");
  src: url("fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-pro-book.woff2") format("woff2"), url("fonts/lineto-circular-pro-book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

body {
  font: 14px "CircularStd", arial, sans-serif; }
  body div {
    font-family: "CircularStd", arial, sans-serif; }

.small {
  line-height: 14px; }

.monospace,
.monospace input {
  font-variant-numeric: tabular-nums !important;
  font-feature-settings: 'tnum' on !important; }

.text-monospace {
  font-family: 'Courier New', Courier, Monospace; }

.h35 {
  font-size: 18px; }

label {
  margin-bottom: 0; }
  label[for] {
    cursor: pointer; }

select {
  border-radius: 3px; }

.currency-wrapper input {
  border-radius: 3px 0 0 3px;
  width: 125px !important; }

.currency-wrapper .symbol-box {
  border: 1px solid #949f9f;
  width: 28px;
  border-left: none;
  min-height: 28px;
  line-height: 28px;
  text-align: center;
  flex: 0 0 28px;
  border-radius: 0 3px 3px 0;
  letter-spacing: -0.5px;
  font-size: 12px; }

.currency-wrapper.disabled .symbol-box {
  border-color: #e0e9e9; }

input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]), select, textarea {
  padding: 2px 0.75rem;
  font-size: 14px;
  border: 1px solid #949f9f;
  width: 100%;
  outline: none;
  background-color: #fff;
  min-height: 28px;
  color: #656565;
  font-weight: normal;
  flex: 1 1 0;
  min-width: 1px; }
  input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):hover, select:hover, textarea:hover {
    background-color: #f2f6f6; }
    input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):hover + .k-select, select:hover + .k-select, textarea:hover + .k-select {
      background-color: #fff;
      border-color: #949f9f; }
  input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):active, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):focus, select:active, select:focus, textarea:active, textarea:focus {
    background-color: #fff;
    border-color: #57709c; }
    input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):active + .k-select, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):focus + .k-select, select:active + .k-select, select:focus + .k-select, textarea:active + .k-select, textarea:focus + .k-select {
      border-color: #57709c;
      background-color: #fff; }
  input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]).readonly, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit])[readonly], input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]).disabled, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit])[disabled], input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]).readonly + .symbol-box, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit])[readonly] + .symbol-box, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]).disabled + .symbol-box, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit])[disabled] + .symbol-box, select.readonly, select[readonly], select.disabled, select[disabled], select.readonly + .symbol-box, select[readonly] + .symbol-box, select.disabled + .symbol-box, select[disabled] + .symbol-box, textarea.readonly, textarea[readonly], textarea.disabled, textarea[disabled], textarea.readonly + .symbol-box, textarea[readonly] + .symbol-box, textarea.disabled + .symbol-box, textarea[disabled] + .symbol-box {
    background-color: #fff;
    border-color: #e0e9e9;
    opacity: 1 !important;
    -webkit-text-fill-color: #656565; }
    .fieldset-area input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]).readonly, .fieldset-area input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit])[readonly], .fieldset-area input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]).disabled, .fieldset-area input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit])[disabled], .fieldset-area input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]).readonly + .symbol-box, .fieldset-area input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit])[readonly] + .symbol-box, .fieldset-area input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]).disabled + .symbol-box, .fieldset-area input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit])[disabled] + .symbol-box, .fieldset-area select.readonly, .fieldset-area select[readonly], .fieldset-area select.disabled, .fieldset-area select[disabled], .fieldset-area select.readonly + .symbol-box, .fieldset-area select[readonly] + .symbol-box, .fieldset-area select.disabled + .symbol-box, .fieldset-area select[disabled] + .symbol-box, .fieldset-area textarea.readonly, .fieldset-area textarea[readonly], .fieldset-area textarea.disabled, .fieldset-area textarea[disabled], .fieldset-area textarea.readonly + .symbol-box, .fieldset-area textarea[readonly] + .symbol-box, .fieldset-area textarea.disabled + .symbol-box, .fieldset-area textarea[disabled] + .symbol-box {
      opacity: 0.7; }
  input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]).error, select.error, textarea.error {
    border-color: #be0000; }

input[type='text']:disabled, textarea:disabled {
  cursor: text; }

/* placeholder */
input::placeholder,
.placeholder,
.k-multiselect-clearable .k-readonly {
  color: #949f9f !important;
  opacity: 1 !important; }

.k-state-disabled .placeholder {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important; }

.k-state-disabled.k-state-focused .k-input,
.k-state-disabled.k-state-focused .k-select {
  border-color: #e0e9e9 !important; }

.selectOneRadio {
  width: 100%; }
  .selectOneRadio tr {
    display: flex;
    flex-direction: column;
    background: transparent !important; }
  .selectOneRadio td {
    margin: 0;
    padding: 4px 8px 4px 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    border: none !important;
    background: transparent !important;
    line-height: 120% !important; }
    .selectOneRadio td label {
      margin: 0 4px; }
    .selectOneRadio td .radioLabel {
      margin-right: 2px !important; }
  .selectOneRadio.selectOneButton {
    padding: 0;
    margin: 0; }
    .selectOneRadio.selectOneButton td label {
      margin: 0 !important; }
  .selectOneRadio.lineDirection tr {
    flex-direction: row; }
  .selectOneRadio label[for] {
    margin-left: 8px !important;
    margin-top: 2px !important; }

.forms-row {
  display: flex;
  margin: 8px 0 0 0;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 28px; }
  .forms-row.no-margin {
    margin: 0; }
  .forms-row.error div:not(.standalone.error-standalone) .k-picker-wrap > input,
  .forms-row.error div:not(.standalone.error-standalone) .k-picker-wrap > span {
    border-color: #be0000 !important; }
  .forms-row.baseline {
    align-items: baseline; }
  .forms-row .forms-label {
    flex: 0 0 150px;
    max-width: 150px;
    text-align: left;
    padding-right: 8px;
    font-size: 13px;
    line-height: 14px; }
    .label-top .forms-row .forms-label {
      flex: 0 0 100%;
      text-align: left; }
    .form-fluid .forms-row .forms-label {
      flex: 0 0 auto;
      max-width: none; }
  .forms-row.forms-input-linklist .forms-label {
    padding-top: 7px; }
  .forms-row.forms-input-linklist .forms-input {
    top: -1px; }
  .forms-row .forms-input {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    display: flex;
    position: relative;
    align-items: center; }
    .label-top .forms-row .forms-input {
      flex: 0 0 100%;
      max-width: 100%; }
    .form-fluid .forms-row .forms-input {
      flex: 1 1 0;
      max-width: none;
      min-width: 1px; }
    .forms-row .forms-input label:not(.btn) {
      margin: 0px 4px; }
    .forms-row .forms-input.standalone {
      margin-left: 150px; }
    .forms-row .forms-input .ffg-wrapper {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .forms-row .forms-input .ffg-wrapper .standalone {
        flex: 1 1 0;
        min-width: 100px;
        padding: 0 4px; }
        .forms-row .forms-input .ffg-wrapper .standalone:first-of-type {
          padding-left: 0; }
        .forms-row .forms-input .ffg-wrapper .standalone:last-of-type {
          padding-right: 0; }
        .forms-row .forms-input .ffg-wrapper .standalone.data-width {
          width: attr(data-width);
          flex: 0 0 attr(data-width); }
        .forms-row .forms-input .ffg-wrapper .standalone .tooltip.error {
          display: none; }
    .forms-row .forms-input .add {
      padding: 4px;
      border-radius: 50%;
      color: #000;
      background-color: #949f9f;
      color: #fff;
      margin: 2px 2px 0 2px;
      height: auto;
      align-self: flex-start;
      border: none;
      transition: background-color 400ms ease;
      margin-left: 11px; }
      .forms-row .forms-input .add:before {
        font-weight: bold; }
      .forms-row .forms-input .add:hover {
        background-color: #798787; }
      .forms-row .forms-input .add:disabled, .forms-row .forms-input .add.disabled {
        opacity: 0.5; }
    .forms-row .forms-input .suggestion-wrapper .add, .forms-row .forms-input .suggestion-wrapper .close {
      margin-left: 11px; }
    .forms-row .forms-input .selectManyCheckbox td, .forms-row .forms-input .selectOneRadio td {
      display: flex;
      align-items: center; }
    .forms-row .forms-input .selectManyCheckbox.lineDirection tr, .forms-row .forms-input .selectOneRadio.lineDirection tr {
      flex-direction: row; }
    .forms-row .forms-input .selectManyCheckbox.lineDirection td, .forms-row .forms-input .selectOneRadio.lineDirection td {
      display: inline-flex; }
  .forms-row .selectOneRadio.lineDirection td {
    display: inline-flex;
    align-items: center;
    padding: 0 8px; }
  .forms-row .currency-output {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 1px;
    white-space: nowrap; }
    .forms-row .currency-output span {
      width: 100%;
      align-self: center; }
  .forms-row > .clear {
    display: none; }
  .forms-row.error {
    background-color: #ffe9e9;
    margin: 0;
    padding: 8px 8px 8px 0; }
    .forms-row.error .forms-label {
      padding-left: 8px; }
    .forms-row.error .symbol-box {
      border-color: #be0000 !important; }
  .forms-row .error {
    color: #ff3f3f; }
  .forms-row.error .is-error {
    padding: 4px;
    margin-left: 150px; }
    .label-top .forms-row.error .is-error {
      margin-left: 0; }
  .forms-row .currency-wrapper {
    display: flex;
    padding-right: 0px !important;
    align-items: center; }
    .forms-row .currency-wrapper .symbol-box {
      height: 28px !important; }
    .forms-row .currency-wrapper .currency-symbol {
      padding: 0;
      background-color: #f6f6f6;
      display: flex;
      border: 2px solid #f6f6f6;
      justify-content: center;
      align-items: center;
      width: 28px;
      height: 28px; }
  .forms-row.label-right.checkbox .forms-label {
    flex: 1 1 0;
    min-width: 1px;
    max-width: none; }
  .forms-row.label-right.checkbox .forms-input {
    padding: 4px 8px 4px 4px;
    flex: 0 0 auto;
    max-width: none; }
  .forms-row.label-right .forms-label {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    text-align: left; }
  .forms-row.label-right .forms-input {
    order: 1; }
  @media (max-width: 576px) {
    .forms-row .forms-label {
      flex: 0 0 100%;
      text-align: left;
      padding: 4px 0; }
      .form-fluid .forms-row .forms-label {
        flex: 0 0 100%; }
    .forms-row .forms-input {
      flex: 0 0 100%;
      max-width: 100%; }
      .form-fluid .forms-row .forms-input {
        flex: 0 0 100%; }
    .forms-row .is-error {
      margin-left: 0px; }
    .forms-row.error .is-error {
      margin-left: 0px;
      padding-left: 8px; } }
.form-indent {
  margin-left: 150px; }
  @media (max-width: 577px) {
    .form-indent {
      margin-left: 0px; } }
.forms-content {
  padding: 0 8px; }

.select-wrapper, .suggestion-wrapper {
  display: flex;
  align-items: center;
  width: 100%; }
  .select-wrapper .suggestion-wrapper-inner, .suggestion-wrapper .suggestion-wrapper-inner {
    display: inline-flex;
    flex: 1 1 100%;
    padding-right: 0px !important; }

.standalone {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap; }
  .standalone.error-standalone .k-picker-wrap > input,
  .standalone.error-standalone .k-picker-wrap > span,
  .standalone.error-standalone select {
    border-color: #be0000 !important; }

.settings.row {
  padding-bottom: 32px; }
  .test-system .settings.row {
    padding-bottom: 0; }

.settings .form-indent {
  margin-left: 0; }
  @media (min-width: 577px) {
    .settings .form-indent {
      margin-left: 150px; } }
  @media (min-width: 1201px) {
    .settings .form-indent {
      margin-left: 300px; } }
@media (min-width: 1201px) {
  .settings .forms-row .forms-label {
    flex: 0 0 300px;
    max-width: 300px; }
  .settings .forms-row .forms-input {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px); } }

@media (min-width: 577px) {
  .settings .forms-row.label-right .forms-label {
    flex: 0 0 calc(100% - 150px); }
  .settings .forms-row.label-right .forms-input {
    flex: 0 0 150px;
    text-align: right;
    justify-content: flex-end; }
    .settings .forms-row.label-right .forms-input .inline-help {
      order: -1; } }

@media (min-width: 1201px) {
  .settings .forms-row.label-right .forms-label {
    flex: 0 0 calc(100% - 300px); }
  .settings .forms-row.label-right .forms-input {
    flex: 0 0 300px;
    text-align: right;
    justify-content: flex-end; }
    .settings .forms-row.label-right .forms-input .inline-help {
      order: -1; } }

/* checkbox/radio button new (appearance: none) */
input[type="checkbox"], input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  flex-shrink: 0;
  width: 16px !important;
  height: 16px;
  border: 1px solid #949f9f;
  outline: none;
  cursor: pointer;
  background-repeat: no-repeat; }
  input[type="checkbox"]:focus, input[type="radio"]:focus {
    box-shadow: 0 0 3px #949f9f; }
  input[type="checkbox"]:disabled, input[type="checkbox"].disabled, input[type="checkbox"]:disabled:hover, input[type="checkbox"].disabled:hover, input[type="radio"]:disabled, input[type="radio"].disabled, input[type="radio"]:disabled:hover, input[type="radio"].disabled:hover {
    background-color: #c9cfcf !important;
    border-color: #c9cfcf !important;
    cursor: default; }

input[type="radio"] {
  border-radius: 50%; }
  input[type="radio"]:checked {
    border-color: #57709c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="8" width="8" viewBox="0 0 8 8" fill="%2357709c"><circle cx="4" cy="4" r="4"/></svg>');
    background-position: 50%; }
  .w-btn-radio input[type="radio"] {
    border-color: #fff; }
    .w-btn-radio input[type="radio"]:checked {
      border-color: #fff;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="8" width="8" viewBox="0 0 8 8" fill="%23fff"><circle cx="4" cy="4" r="4"/></svg>');
      background-position: 50%; }

input[type="checkbox"] {
  border-radius: 3px;
  background-position: 50%;
  transition: all 0.2s linear;
  background-color: #fff; }
  input[type="checkbox"]:checked {
    background-color: #57709c;
    border-color: #57709c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="16px" height="16px"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>'); }
  input[type="checkbox"]:indeterminate {
    background-color: #57709c;
    border-color: #57709c;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="16px" height="16px"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 13H5v-2h14v2z"/></svg>'); }
  input[type="checkbox"].w-checkbox-toggleswitch {
    position: relative;
    display: inline-block;
    margin-top: 1px;
    width: 32px !important;
    vertical-align: top;
    border-radius: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 14 14" fill="%237b8484"><path d="M24 24H0V0h24v24z" fill="none"/><circle cx="6" cy="6" r="6"/></svg>');
    background-repeat: no-repeat;
    background-position: 2px 2px; }
    input[type="checkbox"].w-checkbox-toggleswitch:checked {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 14 14" fill="white"><path d="M24 24H0V0h24v24z" fill="none"/><circle cx="6" cy="6" r="6"/></svg>');
      background-position: 18px 2px; }

.selectOneButton td {
  padding: 0 !important;
  width: auto;
  margin-left: 0;
  margin-right: 0; }
  .selectOneButton td label {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    border: 1px solid #e0e9e9;
    border-left: none;
    border-collapse: collapse;
    margin: 0 !important;
    transition: background 0.2s linear; }
    .selectOneButton td label:hover {
      background-color: #e0e9e9; }
  .selectOneButton td input:checked ~ label {
    background-color: #57709c;
    color: #fff;
    border-color: #57709c; }
  .selectOneButton td:first-child label {
    border-left: 1px solid #e0e9e9;
    border-radius: 4px 0 0 4px; }
  .selectOneButton td:last-child label {
    border-radius: 0 4px 4px 0; }

.selectOneButton input {
  display: none; }

.radio-group-no-label .forms-row.error {
  padding-right: 0; }

.radio-group-no-label > .formFieldGroup > .forms-row > .forms-label {
  display: none; }

.radio-group-no-label > .formFieldGroup > .forms-row > .forms-input {
  flex: 0 0 80%;
  max-width: 80%; }

.radio-group-no-label > .formFieldGroup > .forms-row > .error.is-error {
  display: none; }

.radio-group-no-label .ffg-wrapper > .formFieldGroup {
  width: 100%; }
  .radio-group-no-label .ffg-wrapper > .formFieldGroup > .forms-row {
    padding: 0;
    margin: 0; }
    .radio-group-no-label .ffg-wrapper > .formFieldGroup > .forms-row.error {
      padding: 0; }
      .radio-group-no-label .ffg-wrapper > .formFieldGroup > .forms-row.error .forms-label {
        padding: 0; }

.w-headline-container h4.w-headline {
  margin-top: 16px;
  font-weight: bold;
  font-size: 16px;
  text-indent: -1px; }
  .fieldset .w-headline-container h4.w-headline {
    min-height: 20px; }
  .w-headline-container h4.w-headline .inline-help {
    margin-top: -2px;
    margin-left: -5px; }

.w-headline-container.w-fieldset-subgroup {
  border: 1px solid #c9cfcf;
  border-radius: 4px;
  padding: 16px;
  padding-top: 12px;
  margin-top: 8px;
  margin-bottom: 8px; }
  .w-headline-container.w-fieldset-subgroup h4.w-headline {
    margin-top: 4px; }

div[id*='idReferenceRow'] {
  width: 100%; }

/* fix ck editor width in modal panel*/
div.modal-content .cke {
  max-width: 100% !important; }

button.no-button {
  background: none;
  border: none;
  padding: 0; }

.checkbox-without-left-padding.forms-row.label-right.checkbox .forms-input {
  padding-left: 0; }

.tile {
  display: inline-flex;
  flex-wrap: wrap; }
  .tile .tile-container {
    height: 90px;
    width: 90px;
    background-color: #f5f5f1;
    display: inline-flex;
    flex-direction: column;
    color: #000;
    text-decoration: none !important;
    transition: all 400ms ease;
    margin: 4px; }
    .tile .tile-container .tile-label {
      display: block;
      font-size: 10px;
      font-weight: 600;
      word-break: normal;
      text-align: center;
      margin-top: 4px;
      flex: 0 0 auto;
      min-height: 25px;
      margin-top: 8px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .tile .tile-container .tile-value {
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      flex: 1 1 100%; }
    .tile .tile-container:hover {
      background-color: #57709c;
      color: #fff; }
  .tile.mode-row .tile-container {
    min-height: 32px;
    padding: 8px;
    height: auto;
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0; }
    .tile.mode-row .tile-container .tile-label {
      font-size: inherit;
      margin-top: 0;
      text-align: left;
      flex: 1 1 auto;
      min-height: auto; }
    .tile.mode-row .tile-container .tile-value {
      font-size: 16px;
      text-align: right;
      vertical-align: right;
      flex: 1 1 auto; }

.tile2 .tile2-container {
  display: flex;
  padding: 4px;
  line-height: 26px;
  margin-bottom: 4px;
  color: #000;
  justify-content: space-between; }
  .tile2 .tile2-container .tile2-value {
    font-weight: 700;
    font-size: 19px; }

.tile.demoTile .tile-container {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #57709c;
  position: relative; }
  .tile.demoTile .tile-container .tile-label {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    margin: 15px auto 0; }
  .tile.demoTile .tile-container .tile-value {
    font-size: 20px; }
  .tile.demoTile .tile-container:after {
    display: block;
    font-family: "weclapp-icons";
    content: '\e148';
    font-size: 24px;
    color: #57709c;
    bottom: -5px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 80%;
    left: 0px;
    background: #fff;
    right: 0px; }
  .tile.demoTile .tile-container:hover {
    color: #57709c; }

.language-switch {
  display: inline-block;
  height: 17px;
  width: 23px;
  margin-left: 4px;
  opacity: 0.6; }

.language-switch:hover {
  opacity: 1; }

.language-switch-DE {
  background: transparent url("../images/layout/flags/flag_german_23x17px.png") 50% 50%; }

.language-switch-EN {
  background: transparent url("../images/layout/flags/flag_english_23x17px.png") 50% 50%; }

.language-switch-FR {
  background: transparent url("../images/layout/flags/flag_french_23x17px.png") 50% 50%; }

.language-switch-ES {
  background: transparent url("../images/layout/flags/flag_spanish_23x17px.png") 50% 50%; }

.language-switch-IT {
  background: transparent url("../images/layout/flags/flag_italian_23x17px.png") 50% 50%; }

.w-table {
  min-height: 500px !important; }
  .w-table .toggle-menu .toggle-menu-content {
    padding: 0; }
  .w-table .dropdown-menu .btn {
    width: 100%;
    border-radius: 0px;
    border-bottom: 1px solid #fff; }
  .w-table .filterRemove {
    position: absolute; }

.portal-component-search {
  background-color: #f8f9f9; }

.contactInfo {
  background-color: #f5f5f1; }
