@font-face {
  font-family: 'melbourne';
  src: url('/fonts/melbourne_light_basic-webfont.woff2') format('woff2'), url('/fonts/melbourne_light_basic-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'melbourne';
  src: url('/fonts/melbourne_regular_basic-webfont.woff2') format('woff2'), url('/fonts/melbourne_regular_basic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'melbourne';
  src: url('/fonts/melbourne_bold_basic-webfont.woff2') format('woff2'), url('/fonts/melbourne_bold_basic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
  /* Safari */
}
html h1,
html h2,
html h3,
html h4,
html h5 {
  font-weight: 300;
  color: rgba(68, 68, 68, 0.9);
}
html a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #5EB1BF;
}
html a[id*='archived'],
html a[href] {
  font-style: italic;
}
html a:hover {
  text-decoration: none;
  color: rgba(94, 177, 191, 0.8);
}
html body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin-bottom: 100px;
  padding-bottom: 64px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
    h1 {
      color : #444444;
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    h2 {
      color : #444444;
      font-size: 24px;
      font-weight: lighter;
    }
    */
  /*Togglebles*/
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
html body .setting-page {
  display: none;
}
html body .back-dark {
  background-color: #FAFAFA;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
html body .nav-item a.nav-link {
  font-style: normal!important;
}
html body .nav-item a.nav-link.active {
  background-color: #FAFAFA!important;
  border-bottom: 1px solid #FAFAFA!important;
}
html body .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
html body .switch input {
  display: none;
}
html body .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
html body .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
html body input:checked + .slider {
  background-color: #2196F3;
}
html body input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}
html body input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
html body .slider.round {
  border-radius: 34px;
}
html body .slider.round:before {
  border-radius: 50%;
}
html body .admin-button {
  background-color: #5EB1BF;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}
html body .admin-button.active {
  background-color: #fff;
  color: #5EB1BF;
  border: 1px solid #5EB1BF;
}
html body .login-card {
  background-color: #847A89;
}
html body .login-card .login-header {
  background-color: #443E44;
}
html body .login-card .login-form {
  color: white;
}
html body button,
html body input {
  border-radius: 3px!important;
}
html body ul.pagination * {
  font-style: normal;
}
html body ul.pagination .previous {
  border-radius: 3px 0 0 3px!important;
}
html body ul.pagination .next {
  border-radius: 0 3px 3px 0!important;
}
html body ul.sidebar-settings {
  padding-left: 5px;
}
html body ul.sidebar-settings li {
  color: #5EB1BF;
  font-size: 14px;
  text-transform: uppercase;
  list-style: none;
  padding-top: 10px;
}
html body ul.sidebar-settings li:not(.hor-line) {
  cursor: pointer;
}
html body ul.sidebar-settings li.active {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #443E44;
}
html body ul.sidebar-settings li.active:before {
  content: "\2014";
  margin-left: -18px;
  color: #5EB1BF;
  position: absolute;
  font-weight: bold;
}
html body ul.sidebar-settings li.active-category {
  color: gray;
}
html body ul.sidebar-settings li.hor-line {
  border-bottom: 1px solid gainsboro;
}
html body .brand {
  font-weight: 700;
  font-size: 30px;
  font-family: 'melbourne';
  color: white;
  font-style: normal;
}
html body .brand:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
html body header {
  background-color: #847A89;
  height: 60px;
  line-height: 60px;
}
html body header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
html body header.sticky + * {
  padding-top: 100px;
}
html body header div {
  height: inherit;
}
html body header .header-right {
  background-color: #443E44;
}
html body header .header-right .navbar {
  padding: 0;
}
html body header .header-right .navbar .navbar-nav .nav-item a {
  font-style: normal;
}
html body header .header-right .navbar .user-holder {
  padding-left: 25px;
}
html body header .header-right .navbar .user-holder img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
html body header .header-right .navbar .user-holder div {
  line-height: 20px;
  color: #fff;
}
html body header .header-right .navbar .user-holder div #name {
  font-weight: bold;
}
html body header .header-right .navbar .button-holder {
  background-color: #5EB1BF;
}
html body header .header-right .navbar .button-holder button {
  border: none;
}
html body header .header-right .navbar .button-holder button i {
  color: #fff;
}
html body .bloeise-btn {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #5EB1BF;
  color: white;
  padding: 7.5px 20px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #5EB1BF;
  font-style: normal;
}
html body .bloeise-btn.active,
html body .bloeise-btn:hover {
  background-color: white;
  color: #5EB1BF;
  border: 1px solid #5EB1BF;
  cursor: pointer;
}
html body main {
  padding-top: 60px;
}
html body main .admin-buttons {
  padding: 35px 0;
}
html body main .content {
  padding-top: 60px;
}
html body main .dataTables_wrapper {
  width: 100%;
}
html body main .dataTables_wrapper caption {
  caption-side: top;
  position: absolute;
  margin-top: -120px;
  color: #444444;
  font-size: 24px;
  font-weight: lighter;
}
html body main .dataTables_wrapper .top input {
  height: 37px;
}
html body main .dataTables_wrapper .top .dt-buttons {
  float: right;
  margin-left: 2em;
}
html body main .dataTables_wrapper .top .dt-buttons button {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-image: none;
  background-color: #5EB1BF;
  color: white;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #5EB1BF;
  font-style: normal;
  margin-bottom: 20px;
}
html body main .dataTables_wrapper .top .dt-buttons button.active,
html body main .dataTables_wrapper .top .dt-buttons button:hover {
  background-color: white;
  color: #5EB1BF;
  border: 1px solid #5EB1BF;
}
html body main .dataTables_wrapper table a {
  font-style: normal;
}
html body main .dataTables_wrapper table.dataTable {
  border-top: 1px solid #CCCCCC;
  border-bottom: 5px solid #CCCCCC;
}
html body main .dataTables_wrapper table.dataTable thead th {
  border-bottom: 5px solid #CCCCCC;
}
html body main .dataTables_wrapper table.dataTable thead th.sorting_asc,
html body main .dataTables_wrapper table.dataTable thead th.sorting_desc {
  border-bottom: 5px solid #5EB1BF;
}
html body main .dataTables_wrapper table.dataTable thead th.sorting {
  background-image: none;
}
html body main .dataTables_wrapper table.dataTable tbody tr {
  height: 50px;
}
html body main .dataTables_wrapper table.dataTable tbody .badge-pill.badge-primary {
  background-color: #5EB1BF;
  width: 50px;
}
html body main .dataTables_wrapper table.dataTable tbody .badge {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
html body main .dataTables_wrapper table.dataTable tbody .badge.badge-counter-1 {
  background-color: #5EB1BF;
  color: #fff;
  border: 1px solid #5EB1BF;
}
html body main .dataTables_wrapper table.dataTable tbody .badge.badge-counter-1:hover {
  background-color: white;
  color: #5EB1BF;
}
html body main .dataTables_wrapper table.dataTable tbody .badge.badge-counter-2 {
  color: #5EB1BF;
  border: 1px solid #5EB1BF;
  background-color: white;
}
html body main .dataTables_wrapper table.dataTable tbody .badge.badge-counter-2:hover {
  background-color: #5EB1BF;
  color: white;
}
html body main .dataTables_wrapper table.dataTable tbody .badge.badge-counter-1,
html body main .dataTables_wrapper table.dataTable tbody .badge.badge-counter-2 {
  height: 25px;
  width: 25px;
  line-height: 18px;
}
html body main .dataTables_wrapper table.dataTable tbody img {
  height: 20px !important;
}
html body main .dataTables_wrapper .bottom {
  text-align: center;
  margin-top: 30px;
}
html body main .dataTables_wrapper .bottom .dataTables_paginate {
  float: none;
  display: inline-block;
}
html body main .dataTables_wrapper .bottom .dataTables_paginate li {
  border-right: 1px solid #CCCCCC !important;
  border-top: 1px solid #CCCCCC !important;
  border-bottom: 1px solid #CCCCCC !important;
  margin: 0;
  border-radius: 0;
}
html body main .dataTables_wrapper .bottom .dataTables_paginate li:first-of-type {
  border-left: 1px solid #CCCCCC !important;
}
html body main .dataTables_wrapper .bottom .dataTables_paginate li a {
  border: none;
  background-color: transparent;
}
html body main .dataTables_wrapper .bottom .dataTables_paginate li a.page-link {
  color: #5EB1BF;
  padding: 0;
}
html body main .dataTables_wrapper .bottom .dataTables_paginate li.active {
  background-color: #5EB1BF;
}
html body main .dataTables_wrapper .bottom .dataTables_paginate li.active a {
  background-color: transparent;
  color: #fff;
}

html body #main_modal .modal-dialog {
  width: 600px;
  max-width: 600px;
}
html body #main_modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 1px solid #CCCCCC;
}
html body #main_modal .modal-dialog .modal-content .modal-header {
  background-color: #F1F1F1;
  height: 60px;
  padding: 0;
}
html body #main_modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 22px;
  line-height: 60px;
  padding-left: 15px;
  color: #443E44;
  opacity: .9;
}
html body #main_modal .modal-dialog .modal-content .modal-header button {
  line-height: 60px;
  margin-right: 0px;
}
html body #main_modal .modal-dialog .modal-content .btn {
  padding: 10px 20px;
  margin-right: 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
html body #main_modal .modal-dialog .modal-content .btn.btn-secondary {
  background-color: #fff;
  color: #000;
}
html body #main_modal .modal-dialog .modal-content .btn.btn-primary {
  background-color: #5EB1BF;
  color: #fff;
}
html body #main_modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  max-height: calc(100vh - 190px);
  overflow-x: hidden;
  overflow-y: scroll;
}
html body #main_modal .modal-dialog .modal-content .modal-body .nav-tabs {
  padding-top: 15px;
}
html body #main_modal .modal-dialog .modal-content .modal-body .nav-tabs li {
  padding: 0 0 0 15px;
}
html body #main_modal .modal-dialog .modal-content .modal-body .nav-tabs li .nav-link {
  color: #495057;
  border-color: #e9ecef #e9ecef #dee2e6;
}
html body #main_modal .modal-dialog .modal-content .modal-body .nav-tabs li .nav-link.active {
  border-color: #dee2e6 #dee2e6 #fff;
}
html body #main_modal .modal-dialog .modal-content .modal-body .card {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #CCCCCC;
}
html body #main_modal .modal-dialog .modal-content .modal-body .card .card-header {
  background-color: #FAFAFA;
  border-bottom: 0;
}
html body #main_modal .modal-dialog .modal-content .modal-body .form-control {
  border-radius: 0;
}
html body #main_modal .modal-dialog .modal-content .modal-body input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  cursor: pointer;
}
html body #main_modal .modal-dialog .modal-content .modal-body label {
  font-weight: bold;
}
html body #main_modal .modal-dialog .modal-content .modal-body #logo_holder {
  width: 70px;
  height: 70px;
  background-color: #ccc;
  border: 1px solid #ccc;
}
html body #main_modal .modal-dialog .modal-content .modal-footer {
  height: 70px;
  background-color: #F1F1F1;
}
html body #main_modal .modal-dialog .modal-content .modal-footer button.btn.btn-secondary {
  border: 1px solid #5EB1BF;
  color: #5EB1BF;
}
html input[type="file"] {
  opacity: 0;
  position: absolute!important;
  z-index: 100;
  width: 100%!important;
  cursor: pointer;
}
html footer {
  background: #FAFAFA;
  border-top: 1px solid #CCCCCC;
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
}
html .header-subbar {
  background-color: #FAFAFA;
  border-bottom: 1px solid #CCCCCC;
}
html table th,
html table td {
  max-width: 25px;
  word-wrap: break-word;
}
html table td {
  border-bottom: 1px solid #cbcbcb;
}
html table#table_customers td:nth-child(1),
html table#table_offices td:nth-child(1),
html table#running_copyflows td:nth-child(1),
html table#table_customers td:nth-child(6),
html table#table_offices td:nth-child(6),
html table#running_copyflows td:nth-child(6) {
  text-align: center;
}
html table#table_customers td:nth-child(4),
html table#table_offices td:nth-child(4),
html table#running_copyflows td:nth-child(4) {
  background-color: rgba(84, 140, 19, 0.15);
}
html table#table_customers td:nth-child(5),
html table#table_offices td:nth-child(5),
html table#running_copyflows td:nth-child(5) {
  background-color: rgba(132, 122, 137, 0.15);
}
html .deadline.even {
  background-color: #f8d3d3 !important;
}
html .deadline.odd {
  background-color: #f6c8c8 !important;
}
html .bloeise_vars {
  color: #5EB1BF;
  text-transform: uppercase;
}
html div[data-trumbowyg-dropdown="bloeiseVars"] {
  min-width: 275px;
}
html .message-admin > .card-header {
  background-color: #847A89;
}
html .message-copywriter > .card-header {
  background-color: #548C13;
}
html .message-office > .card-header {
  background-color: #2263AE;
}
html .message-customer > .card-header {
  background-color: #D5962F;
}
html .message > .card-header {
  color: white;
}
html .message > .card-body {
  background-color: #FAFAFA;
}
html .message > .card-footer {
  background-color: #f2f2f2;
  min-height: 48px;
}
html .btn-delete,
html .btn-control {
  border: 1px solid #5EB1BF;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 9px 3px;
}
html .btn-delete > img,
html .btn-control > img {
  width: 16px;
  height: 16px;
  margin: 3px 6px;
}
html .loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 18px;
  height: 18px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html .copyflow-info > .row {
  min-height: 72px;
}
html .copyflow-info > .row > [class|="col"] {
  background-color: rgba(211, 211, 211, 0.3);
  border-collapse: collapse;
  border: 1px solid #cdcdcd;
}
html .copyflow-info > .row:first-of-type > [class|="col"] {
  border-bottom: none;
  border-right: none;
}
html .copyflow-info > .row:first-of-type > [class|="col"]:first-of-type {
  border-radius: 5px 0 0 0;
}
html .copyflow-info > .row:first-of-type > [class|="col"]:last-of-type {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #cdcdcd;
}
html .copyflow-info > .row:last-of-type > [class|="col"] {
  border-right: none;
}
html .copyflow-info > .row:last-of-type > [class|="col"]:first-of-type {
  border-radius: 0 0 0 5px;
}
html .copyflow-info > .row:last-of-type > [class|="col"]:last-of-type {
  border-radius: 0 0 5px 0;
  border-right: 1px solid #cdcdcd;
}
html .btn-bloeise {
  color: #fff;
  background-color: #5EB1BF;
  border-color: #5EB1BF;
}
html .btn-bloeise:hover {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #5EB1BF;
  border-color: #5EB1BF;
  background-color: #fff;
}
html .btn-dock {
  width: 100%;
}
html .btn-dock-half {
  width: 50%;
  height: 50%;
}
html .btn-full-width {
  width: 100%;
}
html .bloese-nav-collapse {
  position: absolute!important;
  right: 0;
  width: 50%;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
html .bloese-nav-collapse a {
  color: #5EB1BF;
}
html .bloese-nav-collapse a:hover {
  text-decoration: underline;
  color: inherit;
}
html .bloeise-a {
  color: #5EB1BF;
}
html .bloeise-a:hover {
  text-decoration: underline;
  color: #5EB1BF;
}
html .bloeise-button {
  background-color: #5EB1BF;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}
html .bloeise-button:hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  background-color: #fff;
  color: #5EB1BF;
  border: 1px solid #5EB1BF;
}
html .mt-4-5 {
  margin-top: 1.75rem!important;
}
html [href*='document/'],
html [id*='toggle_archived'] {
  color: #5EB1BF;
}
html .fade-red {
  background: rgba(255, 0, 0, 0.15) !important;
}
.bloeise-header {
  background-color: #847A89;
}

.message-admin .card-header h5 {
  color: #fff;
}
