﻿@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*------------------------------------*\
  #BRAND
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
.color-background-secondary-cc {
  /*custom-css-class*/
  background: #F5F9FA;
}

h1 {
  font-size: 2.625rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 1.125rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.125rem;
  }
}
a {
  color: #007AB8;
  text-decoration: underline;
}
a:hover {
  color: #007AB8;
  text-decoration: underline;
}
a:focus, a:active {
  color: #007AB8;
  text-decoration: underline;
}

.show-all-cc {
  font-size: 0.875rem;
  color: #757575;
  white-space: nowrap;
  padding-left: 1rem;
}

/*------------------------------------*\
  #ICON LINKS
\*------------------------------------*/
a.icon-link-cc {
  color: #6F6F71;
}
a.icon-link-cc:hover {
  color: #007AB8;
}

i.icon-inverse-cc {
  color: white;
}

/*------------------------------------*\
  #BUTTON
\*------------------------------------*/
/* main container on topmenu styles */
div.main-container {
  width: 1200px;
  margin: 0 auto;
  min-height: unset;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
}

.button {
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  -webkit-box-shadow: 0 0 0 rgba(52, 53, 53, 0.4);
  -moz-box-shadow: 0 0 0 rgba(52, 53, 53, 0.4);
  box-shadow: 0 0 0 rgba(52, 53, 53, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
}
.button:hover {
  color: white;
  text-decoration: none;
}

.button-primary {
  background: #007AB8;
  color: white;
  border: 0;
}
.button-primary:hover {
  background: rgb(0, 94.947826087, 143.2);
  transition: all 0.3s ease;
  border: 0;
  text-decoration: none;
}
.button-primary:active {
  background: rgb(0, 111.8554347826, 168.7);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  outline: none;
  border: 0;
}
.button-primary:focus {
  outline: none;
}
.button-primary:disabled {
  cursor: default;
  opacity: 0.4;
  background: #6F6F71;
  color: #444444;
}
.button-primary a {
  color: white;
}

.button-danger {
  background: #EB0000;
  color: white;
  border: 0;
}
.button-danger:hover {
  background: rgb(194.2, 0, 0);
  transition: all 0.3s ease;
  border: 0;
  text-decoration: none;
}
.button-danger:active {
  background: rgb(219.7, 0, 0);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  outline: none;
  border: 0;
}
.button-danger:focus {
  outline: none;
}
.button-danger:disabled {
  cursor: default;
  opacity: 0.4;
  background: #6F6F71;
  color: #444444;
}

.button-warning {
  background: #FFC82C;
  color: white;
  border: 0;
}
.button-warning:hover {
  background: rgb(255, 189.36492891, 3.2);
  transition: all 0.3s ease;
  border: 0;
  text-decoration: none;
}
.button-warning:active {
  background: rgb(255, 196.0118483412, 28.7);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  outline: none;
  border: 0;
}
.button-warning:focus {
  outline: none;
}
.button-warning:disabled {
  cursor: default;
  opacity: 0.4;
  background: #6F6F71;
  color: #444444;
}

.button-success {
  background: #0C8844;
  color: white;
  border: 0;
}
.button-success:hover {
  background: rgb(8.6918918919, 98.5081081081, 49.2540540541);
  transition: all 0.3s ease;
  border: 0;
  text-decoration: none;
}
.button-success:active {
  background: rgb(10.7594594595, 121.9405405405, 60.9702702703);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  outline: none;
  border: 0;
}
.button-success:focus {
  outline: none;
}
.button-success:disabled {
  cursor: default;
  opacity: 0.4;
  background: #6F6F71;
  color: #444444;
}

.button-light {
  background: transparent;
  color: #6F6F71;
  border: 0;
}
.button-light:hover {
  background: rgb(231.5811320755, 232.3886792453, 235.6188679245);
  transition: all 0.3s ease;
}
.button-light:active {
  background: rgb(217.6283018868, 218.9169811321, 224.0716981132);
  outline: none;
}
.button-light:focus {
  outline: none;
}
.button-light:disabled {
  cursor: default;
  opacity: 0.6;
}
.button-light:hover {
  color: #444444;
}

.button-ligth-no-hover {
  background: transparent;
  color: #6F6F71;
  border: 0;
}
.button-ligth-no-hover:hover {
  background: rgb(231.5811320755, 232.3886792453, 235.6188679245);
  transition: all 0.3s ease;
}
.button-ligth-no-hover:active {
  background: rgb(217.6283018868, 218.9169811321, 224.0716981132);
  outline: none;
}
.button-ligth-no-hover:focus {
  outline: none;
}
.button-ligth-no-hover:disabled {
  cursor: default;
  opacity: 0.6;
}
.button-ligth-no-hover:hover {
  background-color: transparent;
  color: #6F6F71;
}
.button-ligth-no-hover:active {
  background-color: transparent;
  color: #6F6F71;
}

.toggle-btn-primary-cc {
  font-size: 1rem;
  background-color: white;
  border-color: #007AB8;
  color: #007AB8;
}
.toggle-btn-primary-cc.active {
  font-size: 1rem;
  background-color: #007AB8;
  border-color: #007AB8;
  color: white;
}

/*------------------------------------*\
  #INPUT & FORM
\*------------------------------------*/
.form-control::-ms-clear {
  padding-right: 2rem;
}

.form-control::-ms-reveal {
  padding-right: 2rem;
}

.form-control::-ms-expand {
  display: none;
}

.form-control:-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder {
  color: #757575;
}

.form-group label {
  font-size: 0.75rem;
}

.form-control {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #E2E3E7;
  padding: 1rem 3rem 1rem 0.75rem;
  line-height: 1.5;
  height: 58px;
}
.form-control:focus {
  border: 2px solid #007AB8;
  box-sizing: border-box;
}
.form-control:required {
  background-repeat: no-repeat !important;
  background-position: center right 1.25rem !important;
  -webkit-background-size: 1.125rem 1.125rem !important;
  background-size: 1rem !important;
}
.form-control:required:not(select) {
  background-image: url("../../images/required.svg") !important;
}
.form-control[data-val-required] {
  background-repeat: no-repeat !important;
  background-position: center right 1.25rem !important;
  -webkit-background-size: 1.125rem 1.125rem !important;
  background-size: 1rem !important;
}
.form-control[data-val-required]:not(select) {
  background-image: url("../../images/required.svg") !important;
}
.form-control[type=number] {
  -moz-appearance: textfield;
}
.form-control[type=number]::-webkit-inner-spin-button, .form-control[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.smaller-input {
  padding: 0.5rem;
  height: 45px;
}

.v-select input[type=search] {
  margin: -12px 0 0 !important;
}

.has-warning .form-control-warning {
  border: 1px solid #FFC82C;
}

.form-control-danger {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #EB0000;
}

.has-success .form-control-success {
  background-repeat: no-repeat !important;
  background-position: center right 1.25rem !important;
  -webkit-background-size: 1.125rem 1.125rem !important;
  background-size: 1rem !important;
}
.has-success .form-control-success:not(select) {
  background-image: url("../../images/success.svg") !important;
}

.has-danger .form-control-danger {
  background-repeat: no-repeat !important;
  background-position: center right 1.25rem !important;
  -webkit-background-size: 1.125rem 1.125rem !important;
  background-size: 1rem !important;
}
.has-danger .form-control-danger:not(select) {
  background-image: url("../../images/danger.svg") !important;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 12px);
}

select.form-control {
  background-image: url("../../images/down-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center right 1.25rem !important;
  -webkit-background-size: 1.125rem 1.125rem !important;
  background-size: 1rem !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

textarea.form-control {
  height: 116px;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 1px;
}

.custom-control-indicator:checked {
  outline: 5px solid #444444;
}

.custom-control-indicator {
  background-color: white;
  border: 1px solid #444444;
}

.has-danger .custom-control-indicator {
  border: 1px solid #EB0000;
}

.has-warning .custom-control-indicator {
  border: 1px solid #FFC82C;
}

.has-success .custom-control-indicator {
  border: 1px solid #0C8844;
}

.custom-checkbox:hover .custom-control-indicator {
  border: 2px solid #007AB8;
}

.custom-checkbox:hover .custom-control-input:disabled ~ .custom-control-indicator {
  border: none;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  border: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: white;
  background-color: #007AB8;
  border: 1px solid #007AB8;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.validation-summary-cc {
  font-size: 1rem;
  text-align: right;
}

.validation-summary-cc ul {
  list-style: none;
}

div[data-toggle=collapse] {
  cursor: pointer;
}

.daterangepicker td.active {
  background-color: #007AB8;
  background: #007AB8;
}
.daterangepicker td.active:hover {
  background: rgb(0, 94.947826087, 143.2);
  transition: all 0.3s ease;
  border: 0;
  text-decoration: none;
}
.daterangepicker td.active:active {
  background: rgb(0, 111.8554347826, 168.7);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.3);
  outline: none;
  border: 0;
}
.daterangepicker td.active:focus {
  outline: none;
}
.daterangepicker td.active:disabled {
  cursor: default;
  opacity: 0.4;
  background: #6F6F71;
  color: #444444;
}

/*------------------------------------*\
  #BORDER STYLES
\*------------------------------------*/
.border-info {
  border: 1px solid #007AB8;
}

.border-danger {
  border: 1px solid #EB0000;
}

.border-warning {
  border: 1px solid #FFC82C;
}

/*------------------------------------*\
  #TAB-NAVIGATION
\*------------------------------------*/
/**
 * Used on Login, Invoice List, Work Order list for example
 */
.nav-tabs {
  z-index: 2;
}

.nav-tabs .nav-link.active {
  color: #444444;
  background-color: white;
  border-color: #E2E3E7;
  font-weight: 700;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #E2E3E7;
  color: #444444;
}

.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link:focus {
  background-color: white;
  border-color: #E2E3E7;
}

.nav-item {
  color: #6F6F71;
  text-align: center;
}

/*------------------------------------*\
  #MEDIA
\*------------------------------------*/
.media img {
  width: 5rem;
  object-fit: cover;
  height: 5rem;
}

/*------------------------------------*\
  #DIVIDER
\*------------------------------------*/
/**
 * The divider is used inside cards, sometimes with a m-0 class to remove the minus-margins.
 */
.form-divider-cc {
  margin-left: -3rem;
  margin-right: -3rem;
}

@media (max-width: 991px) {
  .form-divider-cc {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
/*------------------------------------*\
  #CARD
\*------------------------------------*/
.card-style-cc {
  background: white;
  border: 1px solid #E2E3E7;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.card-style-hover-cc:hover {
  background: #F5F9FA;
}

.card-style-button-cc {
  background: white;
}
.card-style-button-cc:hover {
  background: #F5F9FA;
}

.card-firstrow-cc {
  min-height: 60px;
  height: 60px;
}

.card-firstrow-cc .list-group-item {
  height: 56px;
}

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

.list-group-item:first-child {
  border-radius: 0px;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0px;
}

/*------------------------------------*\
  #BADGE
\*------------------------------------*/
/**
 * Badge is used on my pages, inside the user activity for example
 */
.badge {
  padding: 0.65em 0.9em;
  border-radius: 1rem;
}

.badge-info {
  background-color: #007AB8;
}
.badge-info.shortcut-badge {
  padding: 1em;
}

.badge-messages {
  color: white;
  background-color: #EB0000;
  text-decoration: none;
  font-size: 50%;
}

/*------------------------------------*\
  #COOKIE
\*------------------------------------*/
.cookie-container-cc {
  z-index: 2000;
  position: fixed;
  bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  left: 0;
}

.minh-100-cc {
  min-height: 100%;
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #007AB8;
}

.footer-cc {
  background: white;
}

.footer-cc,
.footer-cc p {
  color: #6F6F71;
  font-size: 1rem;
}

.footer-cc a {
  color: #6F6F71;
  font-size: 1rem;
}
.footer-cc a a:hover {
  color: #007AB8;
  font-size: 1rem;
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/
.flex-1-0-auto {
  flex: 1 0 auto;
}

.header-link-cc {
  color: #6F6F71;
}
.header-link-cc:hover {
  color: #007AB8;
  text-decoration: underline;
}

@media (max-width: 991px), (display-mode: standalone) {
  .header-link-cc {
    color: #6F6F71;
  }
  .header-link-cc:hover {
    color: #007AB8;
    text-decoration: none;
  }
}
.page-title-cc {
  word-break: normal;
  -ms-word-break: normal;
}

page-title-description-cc {
  word-break: normal;
  -ms-word-break: normal;
  display: none;
}

/*------------------------------------*\
  #HEADER //Breadcrumb
\*------------------------------------*/
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: #6F6F71;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media screen and (max-width: 576px) {
  .breadcrumb {
    font-size: 0.875rem;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.35rem;
    padding-left: 0.35rem;
  }
}
.breadcrumb a {
  color: #6F6F71;
}

/*.go-back-btn.breadcrumb-item::before,
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: $color-grey-dark;    
}*/
.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

/*.breadcrumb-item:first-child + .breadcrumb-item::before {
    content: none;
}*/
/*.go-back-btn.breadcrumb-item::before {
    padding-left: 0rem;
    padding-right: 0.8rem;
    font-size: 1.2rem;
    content: "\f060";
    color: $color-grey-darker;
}*/
.go-back-btn.breadcrumb-item {
  cursor: pointer;
}

.breadcrumb-item.active {
  color: #656567;
}

/*------------------------------------*\
  #NAVIGATION CONTAINER
\*------------------------------------*/
/**
 * Navigation Container is the surrounding container around the Menu, and has to exisiti to create the Drawer function inside bootstrap.
 */
.navigation-container-cc {
  z-index: 2000;
  position: absolute;
}

@media (max-width: 991px), (display-mode: standalone) {
  .navigation-container-cc {
    z-index: 2000;
    position: fixed;
    right: -100%;
    transition: all 1s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .navigation-container-cc::-webkit-scrollbar {
    display: none;
  }
  .navigation-container-cc {
    -ms-overflow-style: none;
  }
}
@media (max-width: 991px), (display-mode: standalone) {
  .navigation-container-slide-cc {
    right: 0;
    transition: all 1s;
  }
}
/*------------------------------------*\
  #MENU
\*------------------------------------*/
/**
 * Menu is children to Navigation-Container.
 */
.navbar {
  height: 4rem;
  width: 100%;
  background: white;
  border-bottom: 1px solid #E2E3E7;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
}

.navbar-standalone {
  height: 6rem;
  width: 100%;
  background: white;
  border-bottom: 1px solid #E2E3E7;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
}

.left-menu-cc .card-style-cc {
  background: #155A7A;
}

.navigation-fill-bg-cc {
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  opacity: 0.5;
  position: absolute;
  top: 0;
}

.menu-contents-cc {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  min-height: 100%;
  border: 0;
}

.menu-close-container-cc {
  background-color: #155A7A;
  width: 65px;
  height: 63px;
  position: fixed;
  margin-left: -60px;
  margin-top: 0px;
  padding-top: 19px;
  padding-left: 27px;
}

.menu-close-container-cc:before {
  font-family: "Font Awesome 5 Free";
  top: 0;
  color: white;
  content: "\f00d";
  font-size: 1em;
}

@media (max-width: 374px) {
  .menu-close-container-cc {
    margin-left: -51px;
    width: 53px;
    padding-left: 20px;
  }
}
.menu-button-cc {
  display: none;
}

@media (max-width: 991px), (display-mode: standalone) {
  .menu-button-cc {
    display: inline-block;
  }
}
.desktop-logo-cc {
  background-image: url("../images/dummy-logo-white.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  height: 5rem;
  margin-top: 2.2em;
  margin-left: 20%;
  margin-right: 20%;
}

.mobile-logo-cc {
  background-image: url("../images/dummy-logo-mobile.svg");
  background-repeat: no-repeat;
  background-position: 1rem;
  -webkit-background-size: 85%;
  background-size: 85%;
  height: 3rem;
  margin-top: 0;
  width: 140px;
}

.search-button-cc {
  border-bottom: 1px solid #236989;
  border-radius: 0;
  background: transparent;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1.1rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0;
}

.search-icon-cc {
  color: white;
}
.search-icon-cc:hover {
  color: #007AB8;
  cursor: pointer;
}

.menu-search-cc {
  background: transparent;
  border: 1px solid #236989;
  color: white;
}
.menu-search-cc:focus {
  background: transparent;
  color: white;
}
.menu-search-cc::-webkit-input-placeholder {
  color: white;
}

.menu-heading-cc {
  color: white;
  padding: 1.5rem;
  border-bottom: 1px solid #236989;
}
.menu-heading-cc a {
  color: white;
}
.menu-heading-cc a:hover {
  color: #007AB8;
}

.menu-title-cc h4 {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu-item-cc {
  border-bottom: 1px solid #236989;
  border-left: 8px solid #155A7A;
  font-size: 1rem;
  color: white;
}
.menu-item-cc:hover {
  border-left-color: #154d67;
}
.menu-item-cc a {
  color: white;
}
.menu-item-cc a:focus {
  border: 1px solid #757575;
}

.menu-selected-item-cc {
  border-left-color: #007AB8;
}
.menu-selected-item-cc:hover {
  border-left-color: #007AB8;
}

#leftMenu a {
  text-decoration: none;
}
#leftMenu a:focus {
  border: 1px solid #154d67;
}

.menu-row-cc {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.menu-row-cc:hover {
  background: #154d67;
  color: #007AB8;
  text-decoration: none;
}
.menu-row-cc:hover:after {
  background: #154d67;
}

.menu-row-navigation-cc {
  border-left: 1px solid #236989;
}

/* --------------------------------------
    Topmenu-css
-----------------------------------------*/
/*.navbar-light .navbar-nav .nav-link {*/
/*color: #155A7A;    */
/*}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {*/
/*color: #155A7A;*/
/*}*/
.top-menu-row-navigation-cc {
  border-left: 1px solid #236989;
}

#topmenu {
  height: auto;
  /* clear out some standard color and bevaior */
  background-color: #155A7A;
  /* END clear out some standard color and bevaior */
}
#topmenu button.dropdown-toggle {
  color: white;
}
#topmenu .dropdown-toggle::after {
  border-top: none !important;
}
#topmenu .navbar-light, #topmenu .navbar-nav, #topmenu .nav-link {
  color: white;
}
#topmenu .dropdown-item:hover, #topmenu .dropdown-item:focus {
  color: white;
  text-decoration: none;
  background-color: #155A7A;
}
#topmenu a {
  color: white;
  text-decoration: none;
  border: 1px solid #155A7A;
}
#topmenu a:focus {
  border: 1px solid #154d67;
}
#topmenu .nav-item {
  text-align: left;
  font-size: 1rem;
  color: white;
  border-bottom: 1px solid #236989;
}
#topmenu .nav-item.menu-selected-item-cc {
  font-weight: 700;
}
#topmenu .menu-row-cc {
  float: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#topmenu .btn-dropdown {
  float: right;
}
#topmenu .btn-dropdown:hover, #topmenu .btn-dropdown:active, #topmenu .btn-dropdown:hover {
  background: #154d67;
  color: #007AB8;
}
#topmenu ul.dropdown-menu {
  background-color: #155A7A;
  /*@media (max-width: 991px) {
      overflow: hidden;
  }*/
}
#topmenu ul.dropdown-menu .show > li:first-child {
  border-top: 1px solid #236989;
}
#topmenu ul.dropdown-menu .submenu {
  /*display: none;*/
}
#topmenu ul.dropdown-menu .submenu.show {
  top: -2px;
  border-left: 0;
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0rem;
  left: calc(100% - 0.1rem);
  font-weight: 700;*/
}
#topmenu ul.dropdown-menu .submenu.show > li:first-child {
  border-top: 1px solid #236989;
}
#topmenu ul.dropdown-menu .submenu.show > li:hover {
  border-bottom-color: #154d67;
}
#topmenu .dropdown-submenu {
  position: relative;
}
@media (max-width: 991px), (display-mode: standalone) {
  #topmenu .dropdown-submenu {
    float: left;
  }
}
#topmenu .dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: 0;
}
#topmenu .dropdown-submenu .menu-row-navigation-cc:hover, #topmenu .dropdown-submenu .menu-row-navigation-cc:active {
  background: #154d67;
  color: #007AB8;
}

/*@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}*/
/*----------- Topmenu end  ------------ */
/*------------------------------------*\
  MODAL
\*------------------------------------*/
.modal-backdrop {
  z-index: 1000040;
}

.modal {
  z-index: 1000050;
}

/*------------------------------------*\
  #MY PAGES
\*------------------------------------*/
.even-cc .list-group-item:nth-child(even) {
  background: #F5F9FA;
}

.even-cc .list-group-item {
  border: 1px solid #E2E3E7;
}

.odd-cc .list-group-item:nth-child(odd) {
  background: #F5F9FA;
}

.odd-cc .list-group-item {
  border: none;
}

.list-group-item .document-image-description-cc {
  float: inherit;
  padding-left: 1rem;
}

/*------------------------------------*\
  #MY PAGES //Tab
\*------------------------------------*/
.nav-pills .nav-link.active {
  background-color: #007AB8;
  border-radius: 0;
}

.nav-pills .nav-link {
  font-size: 1rem;
}

.nav-pills .nav-link i {
  font-size: 1rem;
}

.nav-pills .nav-item:first-child .nav-link.active {
  border-radius: 3px 0 0 3px;
}

.nav-pills .nav-item:last-child .nav-link.active {
  border-radius: 0 3px 3px 0px;
}

.nav-pills .nav-link {
  color: #6F6F71;
}

.tab-notification-cc {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #1fb6ff;
  color: white;
  border-radius: 100%;
  top: 3px;
  font-size: 10px;
  padding-top: 2px;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-left: -10px;
}

.tab-notification-cc i {
  font-size: 10px !important;
}

/*------------------------------------*\
  #MY PAGES //Article
\*------------------------------------*/
/**
* Top article on "My Pages", used as a way notify visitor with comprehensive news article.
*/
.article-notification-symbol-cc {
  color: white;
}

.article-notification-text-cc {
  border-left: 1px solid #E2E3E7;
  color: white;
}
.article-notification-text-cc p {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 576px) {
  .article-notification-text-cc {
    font-size: 1rem;
  }
}
.card-style-notification-gradient-cc {
  background: linear-gradient(135deg, #448bc9 0%, #05abe0 100%);
}

/*------------------------------------*\
  #MY PAGES //User Activities
\*------------------------------------*/
/**
* The User Activities are the cards in the left column on "My Pages".
*/
.user-activity-description-cc {
  font-size: 1rem;
}

.user-activity-link-cc {
  color: #444444;
}
.user-activity-link-cc:hover {
  color: #007AB8;
}

.well.loader {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.well.loader.center {
  text-align: center;
}

/*------------------------------------*\
  #MY PAGES //Contract
\*------------------------------------*/
/**
* The Contract are the cards in the right column on "My Pages".
*/
.object .list-group-item {
  border: 1px solid #E2E3E7;
}

.object-hover:hover {
  background: #F5F9FA;
}

.object-description-cc {
  font-size: 1rem;
}

.object-description-type-cc {
  font-weight: 700;
}

.list-events-title-cc {
  color: #444444;
  font-size: 1rem;
}
.list-events-title-cc:hover {
  color: #007AB8;
  background: #F5F9FA;
  cursor: pointer;
}

.compact-contract:hover {
  cursor: pointer;
}

.list-events-links-cc {
  font-size: 1rem;
  background: #F5F9FA;
}
.list-events-links-cc a {
  background: #F5F9FA;
  color: #444444;
  word-break: break-all;
}
.list-events-links-cc a:hover {
  background: #F5F9FA;
  color: #007AB8;
}

.list-events-links-cc .list-group-item {
  border: 0px solid white;
  background: none;
}

.card-icon-cc {
  max-width: 3rem;
  width: 2rem;
}

.card-img-cc {
  max-width: 56px;
  max-height: 56px;
  width: 56px;
  height: 56px;
}

.card-date-cc {
  min-width: 4rem;
  max-width: 4rem;
  color: #007AB8;
}

.card-datetime-cc {
  min-width: 6rem;
  max-width: 6rem;
  color: #007AB8;
}

.btn-primary.active {
  background-color: #007AB8;
  border-color: #007AB8;
}

.btn-primary {
  border-color: #007AB8;
  background-color: white;
  color: #007AB8;
}

.button:focus {
  border: 1px solid #007AB8;
  box-sizing: border-box;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*------------------------------------*\
  #TIMELINE
\*------------------------------------*/
.timeline-calender-container-cc {
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

.timeline-calender-scroll-cc {
  overflow-y: hidden;
  height: 70px;
}

.timeline-button-right-cc, .timeline-button-left-cc {
  margin-top: 12px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .timeline-button-right-cc, .timeline-button-left-cc {
    display: none;
  }
}
.timeline-calender-month-cc {
  text-transform: uppercase;
  padding-top: 0.5rem;
}

.timeline-calender-month-cc a {
  color: #757575;
}
.timeline-calender-month-cc a:hover {
  color: #007AB8;
}

a.timeline-calender-month-active-cc {
  border-radius: 16px;
  color: #007AB8;
  border: 1px solid #007AB8;
}
a.timeline-calender-month-active-cc:hover {
  background: #007AB8;
  color: white;
}

.timeline-calender-year-cc {
  font-size: 0.875rem;
  color: #757575;
}

.timeline-notification-active-cc {
  border-radius: 50%;
  height: 48px;
  width: 48px;
  text-align: center;
  background: #007AB8;
  color: white;
}

.timeline-notification-idle-cc {
  border-radius: 50%;
  height: 48px;
  width: 48px;
  text-align: center;
  border: 1px solid #E2E3E7;
  line-height: 14px;
  font-size: 12px;
  color: #757575;
  background-color: #F4F8F9;
}

.timeline-notification-border-cc {
  border-right: 1px solid #E2E3E7;
  width: 24px;
  top: -48px;
  z-index: -1;
}

.timeline-project-name-cc {
  border-bottom: 1px solid #E2E3E7;
  color: #757575;
  font-size: 1rem;
}

.timeline-container-cc:nth-last-child(1) .timeline-notification-cc .timeline-notification-border-cc {
  border: 0px solid;
}

/*------------------------------------*\
  #INTERIOR
\*------------------------------------*/
.stoptimecheckbox {
  min-width: 150px;
  max-width: 150px;
  padding-left: 15px;
}

.list-events-product-cc {
  font-size: 1rem;
}

.room-description-cc p {
  font-size: 14px;
}

.list-product-img-cc {
  width: 240px;
  margin: 0 auto;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.list-product-img-cc img {
  /* width: 100%; */
  height: 100%;
  /* margin: 0 auto; */
  max-height: 240px;
  max-width: 240px;
}

.list-product-summary-row-cc {
  border-bottom: 1px solid #E2E3E7;
}

.list-product-summary-confirm-cc, .list-product-category-cc, .list-product-summary-row-cc a {
  font-size: 1rem;
}

.list-product-category-room-cc {
  color: #6F6F71;
}

.list-product-button-cc p {
  font-size: 1rem;
  color: #757575;
  text-align: center;
}

.interior-divider-cc p {
  font-size: 1rem;
  color: #757575;
}

.card-img-cc img {
  max-width: 56px;
  max-height: 56px;
  height: 56px;
}

.product-img-circle {
  color: #6F6F71;
  margin: 0.2rem;
}
.product-img-circle:hover {
  color: #007AB8;
}

.product-img-circle-first {
  color: #007AB8;
  margin: 0.2rem;
}

.product-gallery-bg-cc {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 3000;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background-color: #F4F8F9;
  opacity: 0.9;
}

.product-gallery-cc {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 4000;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
}

.product-gallery-single-cc {
  max-width: 400px;
}

.product-gallery-selected-cc {
  border: 3px solid #007AB8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0px;
  border-radius: 2px;
}

.product-selected-text-cc {
  color: #007AB8;
}

.product-gallery-close-cc {
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.product-gallery-close-cc:hover {
  color: #007AB8;
}

#summaryInteriorChoices .flex-table {
  display: flex;
  flex-flow: row wrap;
  border-bottom: solid 2px rgba(0, 0, 0, 0.8);
  width: 100%;
}
#summaryInteriorChoices .flex-table .flex-row {
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.08);
  display: flex;
  align-content: center;
}
#summaryInteriorChoices .flex-table .flex-row.black-border {
  border-color: rgba(0, 0, 0, 0.8);
  border-width: 2px;
}
#summaryInteriorChoices .flex-table .flex-row.blue-border {
  border-color: #155A7A;
  border-width: 2px;
}
#summaryInteriorChoices .flex-table .flex-row.grey-border {
  border-color: rgba(0, 0, 0, 0.64);
}
#summaryInteriorChoices .flex-table .flex-row .flex-cell {
  padding: 16px;
}
#summaryInteriorChoices .flex-table .flex-row .flex-cell:first-child {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#summaryInteriorChoices .flex-table .flex-row .flex-cell:nth-child(2) {
  width: 75%;
}
#summaryInteriorChoices .flex-justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#summaryInteriorChoices .img-responsive {
  max-height: 200px;
  max-width: 200px;
}

#summaryHLUChoices .black-border {
  border-top: 2px solid rgba(0, 0, 0, 0.8);
}
#summaryHLUChoices .blue-border {
  border-top: 2px solid #155A7A;
}
#summaryHLUChoices .grey-border {
  border-top: 2px solid rgba(0, 0, 0, 0.64);
}
#summaryHLUChoices .img-responsive {
  max-height: 200px;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .product-gallery-close-cc {
    max-width: 400px;
  }
}
.product-gallery-container-cc {
  max-width: 800px;
  width: 100%;
}

.summary-container-cc {
  border: 1px solid #E2E3E7;
}

/*------------------------------------*\
  #LISTS
\*------------------------------------*/
.list-link-cc {
  color: #6F6F71;
  text-decoration: none;
}
.list-link-cc:hover {
  color: #007AB8;
  text-decoration: none;
}

/*------------------------------------*\
  #AVAIBLE OBJECTS
\*------------------------------------*/
.object-preview-description-cc {
  font-size: 1rem;
}

.object-preview-description-label-cc, .object-preview-description-icon-cc {
  color: #6F6F71;
}

.object-preview-image-container-cc {
  width: 100%;
  padding-top: 66.66%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.object-preview-list-cc {
  flex-direction: row;
}

.object-preview-headline-size-list-cc {
  font-size: 1rem;
  color: #6F6F71;
}

.object-preview-top-header-cc, .object-preview-show-details-cc {
  font-size: 1rem;
}

.object-preview-image-container-list-cc {
  width: 100%;
  padding-top: 25%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.sort-select-cc {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #6F6F71;
}

.sort-select-icon-cc {
  color: #6F6F71;
  margin-right: -1rem;
}

.sort-select-cc:hover {
  color: #007AB8;
  cursor: pointer;
}

.sort-select-cc:hover + .sort-select-icon-cc {
  color: #007AB8;
}

.sort-select-cc:active, .sort-select-cc:focus {
  color: #6F6F71;
  background: white;
}

.sort-select-cc:active, .sort-select-cc:focus + .sort-select-icon-cc {
  color: #6F6F71;
  background: white;
}

.sort-select-cc::-ms-expand {
  display: none;
}

.is-interestobject-box {
  position: absolute;
  z-index: 200;
  overflow: hidden;
  background-color: white;
  cursor: pointer;
  width: 100%;
}

.is-interestobject {
  background-color: #F0F8FF;
}

.is-interestobjectbackground-information {
  color: #007AB8;
}

.is-interestobjectbackground-icon {
  font-size: 1.5rem !important;
  color: #007AB8;
}

/*------------------------------------*\
  #RENTAL OBJECT LIST
\*------------------------------------*/
.button-answer-cc {
  min-width: 6em;
}

/*------------------------------------*\
  #RENTAL OBJECT DETAILS
\*------------------------------------*/
.object-details-image-container-cc {
  width: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  padding-top: 35% !important;
  text-align: center;
}

.object-details-thumbnail-container-cc {
  max-height: 125px;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  user-select: none;
}

@media (max-width: 1199px) {
  .object-details-thumbnail-container-cc {
    max-height: 80px;
  }
}
.object-details-thumbnails-cc {
  width: 500px;
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  display: inline-block;
  user-select: none;
}
.object-details-thumbnails-cc img {
  max-width: 160px;
}

@media (max-width: 1199px) {
  .object-details-thumbnails-cc {
    width: 330px;
  }
}
@media (max-width: 420px) {
  .object-details-thumbnails-cc {
    width: 220px;
  }
}
.object-details-thumbnails-active-cc {
  margin: 10px 3px;
  max-width: 160px;
  border: 5px solid #1fb6ff;
}

.object-details-thumbnails-nonactive-cc {
  margin: 10px 3px;
  max-width: 160px;
  border: 5px solid white;
}

/*.object-details-thumbnails-cc img {
    margin: 10px 5px;

    @if variable-exists(color-image-frame) {
        border: 5px solid $color-image-frame;
    }
}*/
@media (max-width: 1199px) {
  .object-details-thumbnails-cc img {
    max-width: 100px;
    height: auto;
  }
}
.object-details-thumbnails-scroller-cc {
  width: 10%;
  height: 125px;
  line-height: 125px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .object-details-thumbnails-scroller-cc {
    max-height: 80px;
    line-height: 80px;
  }
}
/*------------------------------------*\
  #BUYER //Article
\*------------------------------------*/
.buyer-article-related-content-container .list-group-item {
  background: none;
}

/*------------------------------------*\
  #CONTACTS
\*------------------------------------*/
.contacts-container-cc {
  max-width: 340px;
  width: 340px;
}

@media (max-width: 730px) {
  .contacts-container-cc {
    width: 100%;
    max-width: 100%;
  }
}
.contacts-container-header-cc {
  min-height: 100px;
  background-color: #F4F8F9;
}

.contact-img-cc {
  max-height: 100px;
  max-width: 100px;
  /*border-radius: 50%;*/
  /*background-size: cover;*/
}

.contacts-name-cc {
  font-weight: 700;
  line-height: 1rem;
}

@media (max-width: 320px) {
  .contacts-name-cc, .contacts-title-cc {
    font-size: 1rem;
  }
}
.contacts-description-cc {
  font-size: 1rem;
  color: #757575;
}

.contacts-type-cc {
  font-size: 1rem;
  color: #757575;
}

/*------------------------------------*\
  #MY PROFILE
\*------------------------------------*/
/**
* My Profile are inside the header, it opens through the "Profile"-Icon using
* a popper.js script.
*/
.my-profile-cc {
  color: #6F6F71;
}

.my-profile-cc:hover {
  color: #007AB8;
}

/*------------------------------------*\
  #MY PROFILE //Propper
\*------------------------------------*/
.popover {
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #155A7A;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
}

.popover-body {
  padding: 9px 0 0;
  color: white;
  min-width: 150px;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #236989;
}

.popover-body .close-button-cc {
  -webkit-appearance: none;
  color: white;
}

.popover-body .close-button-cc:hover {
  -webkit-appearance: none;
  color: #007AB8;
}

.popover-link-cc {
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.popover-link-cc:hover {
  background: #154d67;
  color: #007AB8;
  text-decoration: none;
}

/*------------------------------------*\
  #SEARCH
\*------------------------------------*/
em.search {
  background-color: #007AB8;
}

.search-result-keyphrases-cc {
  z-index: 3000;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
}

@media (max-width: 991px), (display-mode: standalone) {
  .search-result-keyphrases-cc {
    margin-top: 80px;
    height: 96%;
  }
}
.search-result-row-cc {
  min-height: 100%;
}

.search-result-row-cc .card-style-cc {
  border: none;
  background: #155A7A;
  color: white;
}

.search-similar-words-cc {
  Border-right: 1px solid #E2E3E7;
}

.search-result-fulltext-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.search-result-fulltext p {
  font-size: 1rem;
}

.search-term-list-cc {
  color: #007AB8;
  display: inline;
}

.search-term-list-cc li {
  display: inline;
}

.search-input-expanded-cc {
  width: 100%;
}

.search-term-item {
  cursor: pointer;
}

.search-no-wrap {
  white-space: nowrap;
}

.search-input-cc {
  height: 30px;
}

.search-result-fulltext-link-cc {
  color: #444444;
}
.search-result-fulltext-link-cc:hover {
  color: #444444;
}

.menu-search-wrapper-cc button {
  background-color: white;
  color: #6F6F71;
}

.search-input-cc {
  border: none;
  outline: none;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .search-result-fulltext {
    padding-bottom: 100px;
  }
}
.media.search-resultlist-item-cc {
  cursor: pointer;
}

.search-result-keyphrases-cc .search-term-list-cc li {
  cursor: pointer;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
  #SEARCH //ie11 Search Fix
\*------------------------------------*/
/**
* ie11 couldn't run flex and absolut position
*/
.search-wrapper-cc {
  padding-left: 16.666667%;
}

.search-mobile-input-cc {
  display: flex;
  left: 0;
}

@media (max-width: 991px), (display-mode: standalone) {
  .search-mobile-input-cc {
    position: absolute;
    z-index: 5000;
    display: flex;
    height: 64px;
    border: 0px !important;
    bottom: 26px;
    border-radius: 0px !important;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px), (display-mode: standalone) {
  .search-mobile-input-cc {
    bottom: 21px;
  }
}
@media (max-width: 1199px) {
  .search-wrapper-cc {
    padding-left: 25%;
  }
}
@media (max-width: 991px), (display-mode: standalone) {
  .search-wrapper-cc {
    padding-left: 0;
  }
  .searchMobileSection {
    display: block;
  }
  .searchDesktopSection {
    display: none;
  }
}
@media (min-width: 992px) {
  .searchMobileSection {
    display: none;
  }
  .searchDesktopSection {
    display: block;
  }
}
@media (max-width: 991px), (display-mode: standalone) {
  .search-mobile-input-pwa-cc {
    position: fixed;
    z-index: 5000;
    display: flex;
    height: 64px;
    border: 0px !important;
    bottom: 4rem;
    border-radius: 0px !important;
    left: 0;
  }
  #search-results-container-pwa {
    position: fixed;
    bottom: calc(4rem + 64px);
    left: 3rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: white;
    z-index: 1000;
    margin-top: 0px !important;
    border: 1px solid #E2E3E7;
  }
  #search-results-container-pwa .search-result-item {
    width: 100%;
    padding: 5px;
  }
}
/* some new, from v100, search-menu content */
/*.navbar-topmenu {
    display: flex;
    justify-content: space-between;
    align-content: center;*/
/*gap: 1rem;
padding: 10px;*/
/*.child {
        flex: 0 0 auto;
        transition: flex-grow 0.15s ease, margin 0.15s ease;

        &:first-child {
            margin-right: auto;
        }
        //@media (display-mode: browser)
        //{

        &.child-2:focus-within {
            flex-grow: 1; // Grow on focus
            margin: 0 10px;
            outline: none;

            @media (max-width: 991px) {
                margin: 0;
            }

            input[type=text] {
                flex-grow: 1;
            }
        }

        &.menupos-top {
        }
    }
}*/
.search-results-container {
  position: relative;
  top: 25px;
  background-color: white;
  z-index: 1000;
}
.search-results-container .search-result-item {
  width: 100%;
  padding: 5px;
}

/*@media (max-width: 991px) {*/
/*#searchWrapper {
    position: absolute;
    display: none;

    &.menupos-left {
        position: absolute;
        z-index: 5000;
        display: flex;
        height: 64px;
        border: 0px !important;
        bottom: 26px;
        border-radius: 0px !important;
        left: 0;
        top: 0;
        padding-left: 0;
    }
}

#search-results-container {*/
/*left: 60px;
top: 65px;*/
/*}*/
/*}*/
/*@media (min-width: 992px) {

    #searchWrapper {
        position: relative;
    }

    #search-results-container {*/
/*left: 182px;
top: 60px;

&.menupos-left {
    top: 45px;
    left: 80px;
}*/
/*}
}*/
/*------------------------------------*\
  #WORKORDER
\*------------------------------------*/
.work-order-row-cc:nth-child(even) {
  background: #F5F9FA;
}

.work-order-faulty-file-cc {
  color: #757575;
}

.work-order-files-cc {
  color: #757575;
}

output .list-group-item .output-span-cc {
  word-break: break-all;
}

span.document-image-description-cc {
  word-break: break-all;
}

.panel-heading-link-cc {
  color: #444444;
}
.panel-heading-link-cc:hover {
  color: #007AB8;
}

.panel-heading-hover-cc:hover {
  background: #F5F9FA;
}

.contact-optional-cc {
  cursor: pointer;
}
.contact-optional-cc:hover {
  color: #007AB8;
}

/*------------------------------------*\
  #WORKORDER //Detail
\*------------------------------------*/
.work-order-summary-cc {
  border-right: 1px solid #E2E3E7;
}

@media (max-width: 1199px) {
  .work-order-summary-cc {
    border-right: 0px solid #E2E3E7;
  }
}
.work-order-details-items-cc {
  padding-left: 3rem;
}
.work-order-details-items-cc:nth-child(2) {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.work-order-details-items-cc:nth-child(n+3) {
  border-top: 1px solid #E2E3E7;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 1199px) {
  .work-order-details-items-cc {
    padding-left: 0rem;
  }
  .work-order-details-items-cc:nth-child(2) {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
  .work-order-details-items-cc:nth-child(n+3) {
    border-top: 1px solid #E2E3E7;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.work-order-details-cc .work-order-details-heading-cc {
  padding-left: 3rem;
}

@media (max-width: 1199px) {
  .work-order-details-cc .work-order-details-heading-cc {
    padding-left: 0rem;
    margin-top: 0.75rem;
  }
  .work-order-details-cc {
    border-top: 1px solid #E2E3E7;
    margin-top: 0.75rem;
  }
}
/*------------------------------------*\
  #INVOICE
\*------------------------------------*/
.invoice-row-cc:nth-child(even) {
  background: #F5F9FA;
}

.invoice-description-small-cc {
  font-size: 1rem;
}

.invoice-description-collection-cc {
  color: #EB0000;
  border-bottom: 0.4rem solid #EB0000;
}

/*------------------------------------*\
  #BANK-ID
\*------------------------------------*/
.bank-id-cc {
  background-image: url("../../images/bankid.svg");
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 6rem;
  height: 4.5rem;
}

@media (min-width: 992px) {
  .bank-id-cc {
    background-position: 1.5rem center;
  }
}
.bank-id-status-cc {
  font-size: 1rem;
}

.login-text-link-cc a {
  color: #757575;
}
.login-text-link-cc a:hover {
  color: #007AB8;
}

/*------------------------------------*\
  #FREJA-EID
\*------------------------------------*/
.freja-eid-cc {
  background-image: url("../../images/frejaeid.svg");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 5rem;
  height: 4.5rem;
}

.freja-eid-status-cc {
  font-size: 1rem;
}

/*------------------------------------*\
  #ARTICLE
\*------------------------------------*/
.article-box-light {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 1.5em;
  margin-bottom: 1em;
}

.article-box-divider {
  border-left: 1px solid #E2E3E7;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.article-box-dark {
  background: #154d67;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: 1.5em;
  margin-bottom: 1em;
}

.related-article-link-cc {
  font-size: 1rem;
  color: #757575;
}

.related-article-item-cc {
  cursor: pointer;
}
.related-article-item-cc:hover {
  color: #007AB8;
}

/*------------------------------------*\
  #ARTICLE //List
\*------------------------------------*/
/**
* Article lists referes to the article summaries on at the bottom of the start page and my pages.
*/
.article-list-date-cc {
  color: #757575;
}

.article-list-title-cc {
  color: #444444;
  font-weight: 700;
}

.article-list-first-title-cc {
  color: #444444;
}

.article-list-abstract-cc {
  color: #444444;
  font-size: 1rem;
}

.article-list-cc .img-responsive {
  width: 100%;
}

.article-list-cc p,
.article-list-cc h3 {
  max-width: 100%;
}

/*------------------------------------*\
  #CAROUSEL
\*------------------------------------*/
/**
* Carousel are still using BS3 Carousel, and referes to a class called jumbotron
*/
.jumbotron {
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 20% 5rem;
  }
}
.carousel-indicators {
  bottom: 20px;
}

/*------------------------------------*\
  #TOP BANNER ON START PAGE
\*------------------------------------*/
.large-banner-container-cc {
  background-size: cover;
  min-height: 700px;
  border-radius: 0px;
  border: 0px;
}

@media (max-width: 576px) {
  .large-banner-container-cc {
    min-height: 400px;
  }
}
.large-banner-content-cc {
  color: white;
  padding: 11% 0;
}

.large-banner-content-cc h1 {
  text-transform: uppercase;
}

.large-banner-content-cc p {
  font-size: 1.125rem;
}

.z-index-header-cc {
  z-index: 2;
  position: absolute;
}

/*------------------------------------*\
  #AVAILABLE BANNERS ON START PAGE
\*------------------------------------*/
/**
* This referes to the four container under the top banner
*/
.available-container-cc h1 {
  font-size: 5rem;
}

.available-container-cc .card-style-cc {
  background: linear-gradient(135deg, #448bc9 0%, #05abe0 100%);
  color: white;
}

.available-container-cc p {
  font-size: 1rem;
}

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

/*------------------------------------*\
  #BODY
\*------------------------------------*/
body {
  background-color: #F4F8F9;
  height: 100%;
  color: #444444;
  word-wrap: break-word;
  line-height: 1.5;
}

.body-topmenu {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .body-topmenu {
    margin-top: 0;
  }
}

body,
html {
  height: 100%;
}

#lngDropdown .dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.chips-container {
  margin: 20vh auto;
  width: 300px;
}

/*/////////Chips with information/////////////*/
.chips[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.chips[type=checkbox] + label {
  font-family: Roboto, sans-serif;
  color: #444444;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  background-color: white;
  border: solid 1px #E2E3E7;
  padding: 6px 32px 6px 24px;
  display: inline-flex;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  margin: 0.5rem 32px 0.5rem 0;
}

.chips[type=checkbox] + label a.detailsLink {
  color: #007AB8;
  margin-right: 6px;
}

.chips[type=checkbox] + label:active {
  background-color: #007AB8;
  border-color: #007AB8;
  opacity: 0.1;
}

.chips[type=checkbox] + label:active a.detailsLink {
  color: #444444;
}

.chips[type=checkbox]:checked + label {
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
  background-color: #007AB8;
  color: white;
  border-color: #007AB8;
}

.chips[type=checkbox]:checked:disabled + label {
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
  opacity: 0.5;
  background-color: #007AB8;
  color: white;
  border-color: #007AB8;
}

.chips[type=checkbox]:checked + label a.detailsLink {
  color: white;
  margin-right: 6px;
}

.chips[type=checkbox]:focus + label {
  border: 1px solid #007AB8;
  box-sizing: border-box;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.chips[type=radio] {
  opacity: 0;
  position: absolute;
}

.chips[type=radio] + label {
  font-family: Roboto, sans-serif;
  color: #444444;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  background-color: white;
  border: solid 1px #E2E3E7;
  padding: 6px 32px 6px 24px;
  display: inline-flex;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  margin: 0.5rem 32px 0.5rem 0;
}

.chips[type=radio] + label:active {
  background-color: #007AB8;
  border-color: #007AB8;
  opacity: 0.1;
}

.chips[type=radio]:checked + label {
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
  background-color: #007AB8;
  color: white;
  border-color: #007AB8;
}

.chips + label a {
  text-decoration: none;
  color: #444444;
}

.chips[type=radio]:focus + label {
  border: 1px solid #007AB8;
  box-sizing: border-box;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.chips_info {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: solid 1px #E2E3E7;
  cursor: pointer;
  color: #444444;
  background: white;
  margin: 0 -56px 0 16px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.chips_info:active {
  background-color: #007AB8;
  color: white;
  border-color: #007AB8;
}

.workordermessage_exits {
  background-image: url(../../images/required.svg);
  background-repeat: no-repeat;
  background-size: 0.8rem;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: -9px;
}

.marker-cluster-small {
  background-color: rgba(218, 94, 94, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(226, 36, 36, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}

.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}

.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.leaflet-popup-content-wrapper {
  padding: 0px !important;
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}

.leaflet-popup-content {
  margin: 0 !important;
  width: 350px;
}

/*------------------------------------*\
  #Area 
\*------------------------------------*/
.area-details-summary-container {
  display: none;
  padding: 30px;
}

/* Fix for the VueSelect box "Projekt" on the RegisterBuyer page  */
.v-select.single .selected-tag {
  display: block;
}

.workorder-date-and-link {
  display: flex;
  justify-content: space-between;
}

/* Styles unique for objectlist and details */
.Details_PublicNumberOfDays {
  display: none;
}

/* Menu items */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  border-top: 1px solid #236989;
}

.menu, .submenu {
  list-style-type: none;
  margin-bottom: 0px;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-block-end: 0px;
  margin-block-start: 0px;
  padding-left: 0px;
  display: inline;
}

ul.submenu {
  display: none;
}
ul.submenu.active {
  display: block;
}
ul.submenu.active > li {
  background-color: #155A7A;
}
ul.submenu.active > li:not(.menu-selected-item-cc) {
  border-left-color: #155A7A;
}
ul.submenu.active > li:not(.menu-selected-item-cc):hover {
  border-left-color: #154d67;
}

/*.menu li a {
    display:block;
    padding: 15px 5px;
}*/
.sub-menu-icon {
  cursor: pointer;
}

li.has-submenu {
  font-weight: 400;
}
li.has-submenu.active {
  background-color: #155A7A;
  font-weight: 700;
  /* if menu is open, but has submenu-items that are selected */
}
li.has-submenu.active:not(.menu-selected-item-cc) {
  border-left-color: #155A7A;
}
li.has-submenu.active:not(.menu-selected-item-cc):hover {
  border-left-color: #154d67;
}

a.dropdown-item.active {
  background-color: #007AB8;
}

.header6-font {
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.header3-font {
  font-size: 1.5rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.back-to-top {
  background-color: #155A7A;
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  z-index: 1000 !important;
}

.skipToMain {
  position: absolute;
  top: 12px;
  margin-left: 10px;
  z-index: 5000;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 3px;
  transform: translateY(-200%);
  -ms-transform: translateY(-200%);
}

.skipToMain:focus {
  transform: translateY(0%);
  -ms-transform: translateY(0%);
}

.fa-stack.card-icon-stack {
  margin-left: -0.6em;
}

.color-background-icon-ban {
  color: rgba(235, 0, 0, 0.5215686275);
}

.work-order-link {
  cursor: pointer;
  color: #007AB8;
  text-decoration: none;
}
.work-order-link:hover {
  color: #007AB8;
  text-decoration: none;
}

/* Image carousel for areas is hide by default*/
#carousel-area {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
}

/* HLU orders table*/
.table {
  display: table;
  text-align: center;
  width: 100%;
  margin: auto 0;
  border-collapse: separate;
}

.table_row {
  display: table-row;
}

.theader {
  display: table-row;
}

.table_header {
  display: table-cell;
  border-bottom: 1px solid;
  padding: 10px 10px 10px 0;
  font-weight: 700;
}

.table_small {
  display: table-cell;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
  background: #F5F9FA;
  padding: 10px 10px 10px 0;
}

.table_row > .table_small > .table_cell {
  padding: 10px 10px 10px 0;
}

.table_row:nth-child(2n+3) {
  background: #F5F9FA;
}

@media screen and (max-width: 650px) {
  .table {
    display: block;
  }
  .table_row:nth-child(2n+3) {
    background: none;
  }
  .theader {
    display: none;
  }
  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: table-cell;
    width: 50%;
  }
  .table_cell {
    display: table-cell;
    width: 50%;
  }
  .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    margin: 5% auto 0;
    text-align: left;
  }
  .table_row > .table_small > .table_cell {
    padding: 10px;
  }
  .table_row > .table_small > .table_cell:nth-child(odd) {
    padding: 10px;
  }
  .table_small {
    display: table-row;
  }
  .table_row > .table_small:first-child > .table_cell:last-child {
    border-left: none;
  }
  .table_row > .table_small > .table_cell:first-child {
    border-left: 1px solid;
  }
  .table_row > .table_small:first-child > .table_cell:first-child {
    border-top-left-radius: 5px;
    border-top: 1px solid;
  }
  .table_row > .table_small:first-child > .table_cell:last-child {
    border-top-right-radius: 5px;
    border-top: 1px solid;
  }
  .table_row > .table_small:last-child > .table_cell:first-child {
    border-right: none;
    border-bottom: 1px solid;
  }
  .table_row > .table_small > .table_cell:last-child {
    border-right: 1px solid;
  }
  .table_row > .table_small:last-child > .table_cell:first-child {
    border-bottom-left-radius: 5px;
  }
  .table_row > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid;
  }
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.partner::before {
  content: "\f35d";
}

.calendarbooking .dayindex-6, .calendarbooking .dayindex-7 {
  display: none;
}

.newmessageicon {
  display: none;
}

.textdanger {
  color: #EB0000;
}

.textsuccess {
  color: #0C8844;
}

.nav.binding-nav {
  display: block;
}

.carousel-control-pause {
  position: absolute;
  right: 5%;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  width: 5%;
  height: 10%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  align-content: space-between;
}

.carousel-control-pause-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  background: 50%/100% 100% no-repeat;
}

.puff-anchor {
  text-decoration: none;
  color: #444444;
}
.puff-anchor:hover {
  color: #444444;
  text-decoration: none;
}
.puff-anchor:focus, .puff-anchor:active {
  color: #444444;
  text-decoration: none;
}

.guide-text {
  font-style: italic;
  font-size: 0.75rem;
}

.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.consumption-statistics-islower {
  font-size: 1.5rem;
  color: #0C8844;
}

.consumption-statistics-ishigher {
  font-size: 1.5rem;
  color: #EB0000;
}

.consumption-statistics-tipsheader {
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.consumption-statistics-efficiencybox {
  margin: auto;
  width: 75%;
  border: 3px solid black;
  padding: 10px;
}

.consumption-statistics-efficiencyexplanation {
  margin: auto;
  width: 75%;
  font-style: italic;
  font-size: 0.75rem;
}

.consumption-statistics-emphasize {
  font-size: 1rem;
}

.navbar-mobile {
  background: white;
  border-bottom: 1px solid #E2E3E7;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08), 0 0 50px rgba(45, 58, 96, 0.1);
  height: 4rem;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding-bottom: 5em;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-left: 0.5em;
}

/* Style the links inside the navigation bar */
.navbar-mobile a {
  float: left;
  display: block;
  color: #6F6F71;
  text-align: center;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 0.875rem;
}

/* Change the color of links on hover */
.navbar-mobile a:hover {
  background-color: #154d67;
  color: #007AB8;
}

/* Add a color to the active/current link */
.navbar-mobile a.active {
  background-color: #04AA6D;
  color: white;
}

.navbar-mobile-menu {
  font-size: 0.875rem;
}

.webappmenu_home::before {
  content: "\e065";
  font-size: 25px;
  color: #6F6F71;
}
.webappmenu_home::before:hover {
  color: #007AB8;
}

.webappmenu_search::before {
  content: "\f002";
  font-size: 25px;
  color: #6F6F71;
}
.webappmenu_search::before:hover {
  color: #007AB8;
}

.webappmenu_messages::before {
  content: "\f27a";
  font-size: 25px;
  color: #6F6F71;
}
.webappmenu_messages::before:hover {
  color: #007AB8;
}

.webappmenu_profile::before {
  content: "\f007";
  font-size: 25px;
  color: #6F6F71;
}
.webappmenu_profile::before:hover {
  color: #007AB8;
}

.webappmenu_menu {
  font-size: 0.75rem;
  text-align: center;
  color: #6F6F71;
}

.webappmenu_menu:hover {
  background-color: #154d67;
  color: #007AB8;
}

.standalone-only {
  display: none;
}

.webappmenu_menu_padding_top {
  padding-top: 5rem;
}

.webappmenu_menu_menu_text {
  padding-top: 5px;
  font-size: 12px;
}

.webappmenu_menu_icon::before {
  content: "\f0c9";
  font-size: 25px;
  color: #6F6F71;
}
.webappmenu_menu_icon::before:hover {
  color: #007AB8;
}

@media (display-mode: standalone) {
  .standalone-only {
    display: block;
  }
}
@media (display-mode: browser) {
  .regular-browser-only {
    display: block;
  }
}
@media (display-mode: standalone) {
  .regular-browser-only {
    display: none;
  }
}
.topmenu-standalone {
  position: fixed;
  margin-bottom: 4rem;
  width: 100%;
  bottom: 0;
  overflow-y: scroll;
  max-height: 90%;
  z-index: 10000;
}

.list-group-item-links:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

@media (display-mode: standalone) {
  .ebbot-open-button-wrapper, .ebbot-blob {
    bottom: 6em !important;
  }
}
@media (display-mode: standalone) {
  #topmenu {
    border: unset;
  }
}
.cookie-consent-btn {
  position: fixed;
  bottom: 0;
  z-index: 100000;
  left: 0;
  font-size: 2em;
}

@media (display-mode: standalone) {
  .cookie-consent-btn {
    position: fixed;
    bottom: 3em;
    z-index: 100000;
    left: 0.125em;
    font-size: 2em;
  }
}
.blue-box-right {
  background: #0078C2;
  color: #fff;
  clear: both;
  float: right;
  border-radius: 3px;
}

.blue-box-right-header {
  float: right;
}

.grey-box-left {
  background: #F2F2F2;
  border-radius: 3px;
}

.grey-box-header {
  clear: right;
}

.grey-box-header > div,
.blue-box-right-header > div {
  padding-left: 0px;
}

.blue-box-right-header > div > span {
  float: right;
}

.answerMessage {
  clear: both;
}

.marked-as-unread {
  font-weight: 800;
}

.mark-as-read > div {
  width: 100%;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #a00;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: bold;
  font-size: small;
  /*font: 700 18px/1 'Lato', sans-serif;*/
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -5px;
  left: -5px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* show max number of rows, ends with "..." if over 3 lines of text. Is using on Notes in workorder-list */
.truncate-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
}

.news-item .news-image-container {
  flex: 1 1 25%;
  max-width: 25%;
}

.news-item .news-text-container {
  flex: 1 1 75%;
  max-width: 75%;
}

@media (max-width: 768px) {
  .news-item {
    flex-direction: column;
  }
  .news-item .news-image-container {
    flex: 1 1 100%;
    max-width: 100%;
    padding-bottom: 1em;
  }
  .news-item .news-text-container {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/*@media (max-width: 768px) {
    left: 430px;
    top: 60px;
    //width: 200px;
}

@media (max-width: 991px) {
    left: 182px;
    top: 60px;
    //width: 650px;
}

@media (min-width: 992px) {
    left: 182px;
    top: 60px;
    //width: 650px;
}*/
