.color-first {
  color: #fc6621 !important; }

.color-second {
  color: #c44307 !important; }

.color-third {
  color: #201d1c !important; }

.color-fourth {
  color: #201d1c !important; }

.color-grey {
  color: #fcfcfc !important; }

.color-text {
  color: #0c0d0e !important; }

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

.color-error {
  color: #c0392b !important; }

.color-success {
  color: #27ae60 !important; }

.background-first {
  background-color: #fc6621 !important; }

.background-second {
  background-color: #c44307 !important; }

.background-third {
  background-color: #201d1c !important; }

.background-fourth {
  background-color: #201d1c !important; }

.background-grey {
  background-color: #fcfcfc !important; }

.background-text {
  background-color: #0c0d0e !important; }

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

.background-error {
  background-color: #c0392b !important; }

.background-success {
  background-color: #27ae60 !important; }

.Icon {
  font-size: 1.26171875rem;
  color: #fc6621; }
  .Icon.small {
    font-size: 0.9375rem !important; }
  .Icon.tiny {
    font-size: 0.8125rem !important; }
  .Icon.large {
    font-size: 1.5rem !important; }
  .Icon.first {
    color: #fc6621; }
  .Icon.second {
    color: #c44307; }
  .Icon.third {
    color: #201d1c; }
  .Icon.fourth {
    color: #201d1c; }
  .Icon.grey {
    color: #fcfcfc; }
  .Icon.text {
    color: #0c0d0e; }
  .Icon.white {
    color: #fff; }
  .Icon.error {
    color: #c0392b; }
  .Icon.success {
    color: #27ae60; }
  .Icon.subtext {
    color: rgba(0, 0, 0, 0.33); }

.icon-info:before {
  content: '\E924'; }

.icon-settings:before {
  content: '\E912'; }

.icon-new:before {
  content: '\E91D'; }

.icon-apps:before {
  content: '\E91E'; }

.icon-approvals:before {
  content: '\E91F'; }

.icon-burger:before {
  content: '\E920'; }

.icon-AT_Menu_schliessen:before {
  content: '\E921'; }

.icon-user:before {
  content: '\E922'; }

.icon-overview:before {
  content: '\E923'; }

.icon-anonymize:before {
  content: '\E919'; }

.icon-download:before {
  content: '\E91A'; }

.icon-remove:before {
  content: '\E91B'; }

.icon-read:before {
  content: '\E91C'; }

.icon-calendar:before {
  content: '\E918'; }

.icon-customer:before {
  content: '\E917'; }

.icon-close:before {
  content: '\E916'; }

.icon-applications:before {
  content: '\E909'; }

.icon-add:before {
  content: '\E908'; }

.icon-duplicate:before {
  content: '\E90A'; }

.icon-edit:before {
  content: '\E90B'; }

.icon-branch:before {
  content: '\E90C'; }

.icon-location:before {
  content: '\E90D'; }

.icon-logout:before {
  content: '\E90E'; }

.icon-mail:before {
  content: '\E90F'; }

.icon-menu:before {
  content: '\E910'; }

.icon-pdf:before {
  content: '\E911'; }

.icon-share:before {
  content: '\E913'; }

.icon-list:before {
  content: '\E914'; }

.icon-search:before {
  content: '\E915'; }

.icon-minus:before {
  content: '\E906'; }

.icon-plus:before {
  content: '\E907'; }

.icon-down:before {
  content: '\E902'; }

.icon-up:before {
  content: '\E903'; }

.icon-right:before {
  content: '\E904'; }

.icon-left:before {
  content: '\E905'; }

.icon-checked:before {
  content: '\E900'; }

.icon-document:before {
  content: '\E901'; }


.Widget {
  position: relative;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 2rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05); }
  @media (min-width: 992px) {
    .Widget.meta {
      position: fixed;
      width: 28%; } }
  @media (min-width: 1200px) {
    .Widget.meta {
      width: 21%; } }

