@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: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !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: #343a40 !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: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: none; }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .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: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    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: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .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: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.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: #c6c8ca; }

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

.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: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.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; }

/* 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; }

.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; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 700; }

h3 {
  font-size: 20px;
  margin: 0 0 4px 0; }

h3.welcome {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 4px 0; }

.login-container {
  height: 100%;
  overflow: auto;
  flex-direction: row-reverse;
  align-items: center; }

body, html, #stage {
  height: 100%;
  width: 100%; }

.dummy-flex {
  flex: 1;
  padding-right: 15px; }

.dummy-flex.dummy-flex-center {
  padding-right: 8px; }

body {
  background-color: #fff;
  margin: 0;
  font-family: CircularStd, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

.background-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 45%;
  background-image: url("../images/layout/login/background_002.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1; }

a {
  text-decoration: none;
  color: #efefef;
  cursor: pointer; }
  a:active, a:focus, a:visited {
    text-decoration: none;
    color: #efefef;
    cursor: pointer; }
  a:hover {
    text-decoration: none;
    color: #e0e0e0; }
  a.text-muted {
    color: #879099 !important; }
    a.text-muted:hover {
      color: #6c757d !important; }

/* login block */
.login-block {
  width: 100%;
  background-color: rgba(50, 50, 50, 0.93);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  padding: 32px;
  color: #fff;
  text-align: center;
  max-width: 380px;
  border-radius: 4px; }
  .login-block p {
    margin: 0 0 4px 0;
    line-height: normal; }

.logo-container {
  padding-bottom: 8px; }
  .logo-container svg {
    width: 100%;
    height: 50px; }

.error-panel {
  display: none; }
  .error-panel span {
    display: block;
    color: #630000;
    background-color: #f2cccc;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #edb8b8;
    border-radius: 0.25rem; }

.forms-row {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 0 0;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 28px; }

.autofill-form-fix {
  background-color: #fff;
  color: #656565;
  width: 100%;
  border-radius: 3px; }

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: 32px;
  height: 32px;
  color: #656565;
  font-weight: 400;
  flex: 1 1 0;
  min-width: 1px;
  border-radius: 3px; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='-10 0 522 512'%3E    %3Cpath fill='%23656565' d='M354 183l30 30l-128 128l-128 -128l30 -30l98 98z' /%3E %3C/svg%3E ") right 6px no-repeat;
  background-size: 9% 67%;
  cursor: pointer; }

input {
  font-weight: 400 !important;
  font-family: CircularStd, sans-serif; }
  input:active, input:focus, input:autofill, input:-internal-autofill-selected {
    font-weight: 400 !important;
    font-family: CircularStd, sans-serif; }
  input:-webkit-autofill {
    font-weight: 400 !important;
    font-family: CircularStd, sans-serif; }
    input:-webkit-autofill::first-line, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
      font-weight: 400 !important;
      font-family: CircularStd, sans-serif; }
  input[type="checkbox"] {
    border-radius: 3px;
    background-position: 50%;
    transition: all 0.2s linear;
    background-color: #fff;
    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"]:checked {
    background-color: #57709c;
    border-color: #57709c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='16px' height='16px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E"); }

.forms-row.checkbox.label-right .forms-input {
  padding-left: 0; }

label {
  cursor: pointer; }

button {
  overflow: visible; }

span.testsystem {
  display: block;
  line-height: normal;
  margin-bottom: 4px; }

/* announcements */
div#announcements {
  width: 100%;
  max-width: 700px;
  font-size: 18px;
  line-height: 28px;
  max-height: 100%;
  overflow: auto;
  align-content: center;
  padding: 80px 15px 0 0; }
  div#announcements::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    background: transparent; }
  div#announcements::-webkit-scrollbar-thumb {
    background: transparent; }
  div#announcements::-webkit-scrollbar-track {
    background: transparent; }
  div#announcements::-webkit-scrollbar-button:single-button {
    background-color: transparent;
    display: block;
    border-style: solid;
    height: 16px;
    width: 16px; }
  div#announcements::-webkit-scrollbar-button:single-button:horizontal:decrement {
    border-width: 8px 8px 8px 0;
    border-color: transparent #303c3b transparent transparent; }
  div#announcements::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 8px 8px;
    border-color: transparent transparent #303c3b; }
  div#announcements::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 8px 0;
    border-color: #303c3b transparent transparent; }
  div#announcements::-webkit-scrollbar-button:single-button:horizontal:increment {
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #303c3b; }
  div#announcements::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    border-color: transparent #00a369 transparent transparent; }
  div#announcements::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #00a369; }
  div#announcements::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #00a369 transparent transparent; }
  div#announcements::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
    border-color: transparent transparent transparent #00a369; }
  div#announcements h2 {
    font-size: 60px;
    line-height: 69px; }
  div#announcements p {
    margin: 1em 0; }
  div#announcements a {
    color: #00a369;
    position: relative;
    display: inline-flex;
    padding-right: 10px; }
    div#announcements a:hover {
      color: #007d50; }
    div#announcements a:after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%2300a369'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
      height: 18px;
      width: 18px;
      display: inline-block;
      bottom: 4px;
      right: -12px;
      position: absolute; }
    div#announcements a:hover:after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18px' viewBox='0 0 24 24' width='18px' fill='%23007d50'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E"); }

/* media queries horizontal */
@media (max-width: 1440px) {
  div#announcements {
    max-width: 580px; } }

@media (max-width: 1024px) {
  div#announcements {
    max-width: 450px;
    font-size: 16px;
    line-height: 24px; }
    div#announcements h2 {
      font-size: 45px;
      line-height: 54px; }
    div#announcements a:after {
      bottom: 3px; } }

@media (max-width: 576px) {
  .dummy-flex {
    display: none !important; }
  .login-container {
    overflow: auto;
    max-height: 100%; }
  .login-container,
  .align-items-center.justify-content-center {
    flex-direction: column;
    padding: 15px; }
  .login-container > *,
  .align-items-center.justify-content-center {
    margin-top: 0; }
  div#announcements {
    padding: 20px 0 0 0;
    max-width: 100%;
    overflow: initial; }
    div#announcements h2 {
      font-size: 36px;
      line-height: 42px; } }
