﻿/* Less system globals */
/*@color-style-main: #81bc00;*/
/* Normalizing and setting base stuff */
html,
body {
  font-family: 'Rajdhani', sans-serif;
  display: block;
  position: absolute;
  min-height: 100%;
  width: 100%;
  font-size: 16px;
  background-color: #ecf0f1;
}
.body-content {
  padding: 20px 20px 120px 20px;
}
.sidebar {
  width: 250px;
}
.logo_wrapper {
  display: block;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 35px;
}
.logo {
  position: relative;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.logo:before {
  content: '';
  height: 100%;
  left: 0;
  width: 100%;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  pointer-events: none;
  position: absolute;
}
.content-wrapper {
  padding-left: 250px;
}
.hiddenContent {
  display: none;
}
.clickable {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* Utilities */
.col-nopadding-right {
  padding-right: 0px;
}
.col-nopadding-left {
  padding-left: 0px;
}
.col-nopadding {
  padding: 0px;
}
.padding-top {
  padding-top: 10px;
}
.padding-bottom {
  padding-bottom: 10px;
}
.row .noresults {
  margin: 0 15px;
}
.row-padding-left {
  padding-left: 15px;
}
.row-padding-right {
  padding-right: 15px;
}
.panel-content {
  float: left;
  width: auto;
  height: 150px;
  padding: 15px;
}
.table {
  color: #2b3e50;
  background-color: #fff;
}
.table thead a {
  color: #2b3e50;
}
.table tr.b-b-b td {
  border-bottom: solid 2px #2b3e50;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 16px 14px;
  font-size: 0.9rem;
}
.table-striped {
  font-weight: 500;
}
.table-striped a .fa,
.table-striped a .icon {
  opacity: 0.5;
  transition: opacity 0.15s ease 0s;
}
.table-striped a:hover .fa,
.table-striped a:hover .icon {
  opacity: 1;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ECF0F1;
}
.table-striped > tbody > tr:nth-of-type(odd).isnew {
  background-color: #ccebff;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f5f8f8;
}
.table-striped > tbody > tr:nth-of-type(even).isnew {
  background-color: #dbf0ff;
}
.table-striped thead td,
.table-striped thead th {
  background-color: #2b3e50;
  color: #ffffff;
  border-bottom: 0 !important;
}
.table-striped td,
.table-striped th {
  border-top: 0 !important;
}
.table-striped td a,
.table-striped th a {
  color: inherit;
}
/* Vendor */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.45
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Modules */
.advantages .card--wrapper {
  max-width: 560px;
  float: left;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
}
.card-link {
  position: absolute;
  right: 35px;
  color: #fff;
  vertical-align: bottom;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  bottom: 45px;
  padding: 0;
  float: left;
}
.card-link p {
  float: left;
  margin-top: 28px;
}
.card-link.green {
  margin-left: 0;
  bottom: auto;
  top: -33px;
  right: 28px;
}
.card-link.green .icon-arrow-right {
  background: #44ae4c url('https://kkvv.nl/Content/images/arrow-square-green.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: block;
  -moz-transition: background ease 300ms;
  -o-transition: background ease 300ms;
  -webkit-transition: background ease 300ms;
  transition: background ease 300ms;
}
.svg .card-link.green .icon-arrow-right {
  background: url('https://kkvv.nl/Content/images/arrow-square-green.png') no-repeat center center;
}
.card-link.green:hover .icon-arrow-right,
.card-link.green:focus .icon-arrow-right {
  background: url('https://kkvv.nl/Content/images/arrow-square-white.png') no-repeat center center;
}
.svg .card-link.green:hover .icon-arrow-right,
.svg .card-link.green:focus .icon-arrow-right {
  background: url('https://kkvv.nl/Content/images/arrow-square-white.png') no-repeat center center;
}
.card-link .icon-wrapper {
  width: 48px;
  height: 48px;
  margin-left: 10px;
  border-radius: 9px;
  border: 4px solid #fff;
  display: inline-block;
  background: #fff;
}
.card-link .icon-arrow-right {
  background: #fff url('https://kkvv.nl/Content/images/arrow-square-blue.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: block;
  -moz-transition: background ease 300ms;
  -o-transition: background ease 300ms;
  -webkit-transition: background ease 300ms;
  transition: background ease 300ms;
}
.svg .card-link .icon-arrow-right {
  background: url('https://kkvv.nl/Content/images/svg/arrow-square-blue.svg') no-repeat center center;
}
.card-link:hover .icon-arrow-right,
.card-link:focus .icon-arrow-right {
  background: url('https://kkvv.nl/Content/images/arrow-square-white.png') no-repeat center center;
}
.svg .card-link:hover .icon-arrow-right,
.svg .card-link:focus .icon-arrow-right {
  background: url('https://kkvv.nl/Content/images/svg/arrow-square-white.svg') no-repeat center center;
}
.news-container {
  display: flex;
}
.news-item {
  display: flex;
}
.card {
  border: none;
  background: #fff;
  color: #2b3e50 !important;
}
.advantages .card {
  width: 100%;
  margin-top: 50px;
  border-radius: 10px;
}
.card .card-img-top {
  border-radius: 0;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.advantages .card .card-img-top {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
}
.news .card .card-img-top {
  width: 100%;
  background-size: cover;
  height: 259px;
}
.card .card-block {
  padding: 1.2em;
}
.advantages .card .card-block {
  padding: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.news .card .card-block {
  position: relative;
}
.card .card-block.card-block--title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card .card-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card .card-block ul li {
  padding-left: 66px;
  padding-right: 5px;
  min-height: 30px;
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  line-height: 30px;
}
.card .card-block ul li:before {
  content: '';
  display: block;
  background-image: url('/Content/images/vink.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  line-height: 30px;
  width: 31px;
  height: 100%;
  margin-right: 10px;
  position: absolute;
  left: 25px;
  top: 0;
}
.card .card-block ul li:nth-child(even) {
  background: #ecf0f1;
}
.card .card-block ul li:nth-child(odd) {
  background: #fff;
}
.card .card-block ul li:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card .card-block .card-title {
  padding-top: 50px;
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.75;
  font-weight: 600;
}
.news .card .card-block .card-title {
  color: #44ae4c;
  font-size: 1rem;
  line-height: 1;
  padding-top: 0;
}
.card .card-block h3 {
  padding-top: 8px;
  font-size: 1.1875rem;
  line-height: 1;
  color: #2b3e50;
  margin-bottom: 0;
}
.accordion .panel-heading {
  height: 50px;
}
.accordion .panel-heading .panel-title {
  font-size: 22px;
  color: White;
  font-weight: bold;
}
.actions {
  background-color: #500a76;
  padding: 5px 10px;
  height: 80px;
  display: flex;
  width: 100%;
  align-items: center;
}
.actions > div {
  width: 100%;
}
.actions #global-search {
  width: 60%;
  height: 20px;
}
.readmore {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.readmore:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(to top, #FFFFFF 0, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.readmore p {
  margin-bottom: 1rem !important;
}
.toggle-readmore {
  color: inherit;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
}
.readmore_wrapper .toggle-readmore {
  margin-top: 5px;
}
.readmore_wrapper.open .readmore {
  height: auto !important;
  margin-bottom: 0;
}
.readmore_wrapper.open .readmore:after {
  display: none;
}
.readmore_wrapper.open .toggle-readmore span:first-child {
  display: none;
}
.readmore_wrapper.open .toggle-readmore span:last-child {
  display: inline !important;
}
.breadcrumb {
  background-color: #ffffff;
  border-radius: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0px;
}
.breadcrumb li.active,
.breadcrumb li:last-child {
  color: #500a76;
}
.breadcrumb li.active *,
.breadcrumb li:last-child * {
  color: #500a76;
}
.breadcrumb a {
  color: #2b3e50;
}
.btn.btn-primary {
  background-color: #2b3e50;
  border-color: #273949;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #375067;
}
.btn.btn-approve {
  background-color: #2b3e50;
}
.btn.btn-approve:active,
.btn.btn-approve:focus,
.btn.btn-approve:hover {
  background-color: #660d97;
}
.table-certificates tbody tr.valid td {
  background-color: #ccffcc;
}
.table-certificates tbody tr.expired td {
  background-color: #ffcccc;
}
.table-certificates tbody tr.future td {
  background-color: #aaffff;
}
.contactcard-box {
  background-color: #fff;
  border: 1px solid #e7eaec;
  margin-bottom: 20px;
  position: relative;
}
.contactcard-box .kkvv-icon {
  position: absolute;
  right: 3%;
  top: 0;
  z-index: 5;
}
.contactcard-box p a,
.contactcard-box .glyphicon,
.contactcard-box .fa {
  color: #2b3e50;
}
.contactcard-box .glyphicon {
  font-size: 12px;
}
.contactcard-box .picture {
  margin-top: 10px;
  position: relative;
}
.contactcard-box .picture .glyphicon,
.contactcard-box .picture .fa {
  color: white;
}
.contactcard-box .card-controls {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  border-left: #2b3e50;
  display: none;
}
.contactcard-box .card-controls .btn {
  margin-bottom: 10px;
}
.contactcard-box .card-controls .btn i {
  color: white;
}
.contactcard-box .card-controls-nofade {
  display: block;
}
.contactcard-box:hover .card-controls {
  display: block;
}
.contactcard-box-fixed200 {
  height: 200px;
}
.card-collapse {
  height: 160px;
}
.card-collapse .contactcard-box > a {
  padding: 10px;
  position: absolute;
  text-decoration: none;
  display: block;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  height: 150px;
  background-color: #fff;
}
.card-collapse:hover {
  z-index: 10;
}
.card-collapse:hover .contactcard-box > a {
  min-height: 150px;
  height: auto;
  background-color: #dbe3ec;
  border: 1px solid #2b3e50;
}
.container.padding-bottom {
  padding-bottom: 100px;
}
.v-center {
  position: relative;
  transform: translateY(50%);
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.dashboardcomplaintcontainer.warning {
  border-bottom: 4px solid #e74c3c;
}
.dropzone {
  padding: 0;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #2b3e50;
  color: white;
  text-align: center;
}
.dropzone .dz-preview.dz-file-preview .dz-image i {
  line-height: 120px;
  font-size: 80px;
}
.dropzone .dz-preview .dz-image {
  border-radius: 0 !important;
}
.dropzone .dz-preview .dz-details {
  min-width: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
  top: auto;
  bottom: 0;
  line-height: normal;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  padding: 0;
  background: none;
  color: white;
  border: 0;
  border-radius: 0;
}
.modal-dialog .select2 {
  width: 75%;
}
.modal-dialog .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 62, 80, 0.7);
  z-index: 10;
  text-align: center;
}
.modal-dialog .loading-overlay .loading-content {
  top: 50%;
  margin-top: -8px;
  position: relative;
}
.modal-dialog .loading-overlay span {
  color: #FFF;
  font-weight: bold;
}
.modal-content.shift-down {
  transform: translateY(100%);
}
.multiselect-container {
  padding: 1rem;
}
.multiselect-container li {
  padding: 0.3rem 0;
}
.multiselect-container li a {
  padding: 0 20px;
}
.multiselect-container li a label {
  padding-top: 0 !important;
}
.multiselect-container .filter {
  margin-bottom: 0.3rem;
}
.select2-selection__rendered {
  margin-left: 10px !important;
}
.select2-search__field {
  padding: 4px 0.5rem !important;
}
.select2-search--dropdown {
  padding: 0 !important;
}
.select2-dropdown--below {
  padding: 1rem;
  padding-top: 0;
}
.select2-dropdown {
  border: 0;
}
footer {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  background-color: #2b3e50;
  color: white;
  width: 100%;
}
footer p {
  margin-bottom: 0px;
}
.Form.form-horizontal input[type="checkbox"] {
  width: auto;
}
textarea.resize-vertical {
  resize: vertical;
  min-height: 100px;
}
form label.unstyled {
  font-weight: normal;
}
form div[class^="col"].resize-vertical textarea {
  min-height: 100px;
  resize: vertical;
}
form.fg-n-m-b .form-group {
  margin-bottom: 0;
}
.form-control[disabled] {
  background-color: #f8f8f8f8;
  color: #080808;
}
.gallery-item {
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-item .item-controls {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.gallery-item .item-title {
  width: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  padding: 5px;
}
.gallery-item:hover .item-controls {
  display: block;
}
.gallery-item.livingunitdelivery {
  height: 160px;
}
.gallery-item.livingunitdelivery img {
  width: auto;
  height: auto;
}
.content-switcher {
  cursor: pointer;
}
.content-switcher.current {
  text-decoration: underline;
}
.home-complaint-status-text {
  display: inline-block;
  line-height: 1;
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 12px;
  color: #ffffff;
}
.home-complaint-status-text.open {
  background-color: #e74c3c;
}
.home-complaint-status-text.inprogress {
  background-color: #ffa747;
}
.home-complaint-status-text.finished {
  background-color: #500a76;
}
.home-complaint-status-text.nottakenon {
  background-color: #cecece;
}
.home-complaint-status-text.forrentee {
  background-color: #52eafa;
}
.list-group-item-action {
  background-image: url(/Content/images/list-group-item-action.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.list-group-item-home a {
  padding: 0px;
}
.login-wallpaper {
  background: url(/Content/images/wallpaper-login2.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.general-conditions {
  overflow: scroll;
  height: 400px;
  border: 1px solid black;
  overflow-x: hidden;
  text-align: left;
  padding: 20px;
}
.panel-login {
  margin: 100px 0;
  margin: 10vh 0;
  max-width: 550px;
  margin-left: auto;
  background-color: #ffffff;
  border-top: 12px solid #2b3e50 !important;
  text-align: left;
  font-weight: 500;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2) !important;
}
.panel-login .nav-tabs {
  padding: 0 3rem;
}
.panel-login .panel-heading {
  background-color: #500a76 !important;
  text-align: center;
  border-radius: 0 !important;
}
.panel-login .panel-heading img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 160px;
}
.panel-login .panel-body {
  padding: 3rem;
}
.panel-login .panel-body h1,
.panel-login .panel-body h2,
.panel-login .panel-body h3,
.panel-login .panel-body h4 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 2rem;
}
.panel-login .panel-body a:not(.btn) {
  color: inherit;
}
.panel-login .panel-body .control-label {
  text-align: left;
}
.panel-login .panel-body .form-fullwidth .control-label {
  display: none;
}
.panel-login .panel-body .form-fullwidth .control-label + div {
  width: 100% !important;
}
.panel-login .tab-pane {
  display: none;
}
.panel-login .tab-pane.active {
  display: block;
}
.messagecontainer {
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  vertical-align: central;
}
.messagecontainer .wrap {
  font: 13px Arial;
}
.messagecontainer .well {
  border-width: 1px;
  border-color: black;
}
.messagecontainer .well .panel-body {
  word-break: break-all;
  background-color: white;
  height: 90%;
}
.messagecontainer.otheruser .well {
  border-color: gray;
}
.messagecontainer.otheruser .well .panel-body {
  color: white;
  height: 90%;
}
.message-new .textarea-message {
  width: 100%;
  height: 130px;
}
.message-new .submitmessage-button {
  background-color: whitesmoke;
  border-radius: 3px;
  width: 10%;
  height: 130px;
  line-height: 70px;
  display: block;
  text-align: center;
  vertical-align: central;
  margin-left: 0px;
  border-width: thin;
  border-color: black;
}
.message-new .submitmessage-button .submit-icon {
  color: #2b3e50;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b3e50;
  font-weight: bold;
  font-family: 'Rajdhani', sans-serif;
}
.panel-icon {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 22px;
  color: #2b3e50;
}
.panel-icon .icon {
  width: 26px;
  height: 26px;
}
.panel-default {
  margin-top: 20px;
  position: relative;
}
.panel-default .panel-heading {
  background-color: #2b3e50;
  color: #fff;
}
.panel-default .panel-heading h1,
.panel-default .panel-heading h2,
.panel-default .panel-heading h3,
.panel-default .panel-heading h4,
.panel-default .panel-heading h5,
.panel-default .panel-heading h6 {
  display: inline;
  color: #fff;
  font-weight: normal;
}
.panel-scrollable .list-group {
  max-height: 400px;
  overflow: auto;
}
.panel-kpi .panel-body {
  min-height: 155px;
}
.panel-warning .panel-heading {
  background-color: #e74c3c !important;
}
.panel-warning .panel-heading.panel-resetdefault {
  background-color: #2b3e50 !important;
}
a.panel {
  text-decoration: none;
  color: inherit;
}
.panel {
  position: relative;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.065);
  width: 100%;
}
.panel .panel-heading {
  background-color: #2b3e50;
  color: #fff;
  padding: 20px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0;
}
.panel .panel-heading h1,
.panel .panel-heading h2,
.panel .panel-heading h3,
.panel .panel-heading h4,
.panel .panel-heading h5,
.panel .panel-heading h6 {
  display: inline;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.panel .panel-icon + .panel-heading {
  padding-right: 40px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.panel-light {
  background-color: #ECF0F1;
}
.panel-success > .panel-heading {
  background-color: #500a76;
  color: #fff;
}
.panel-danger > .panel-heading {
  background-color: #e74c3c;
  color: #fff;
}
.panel-body.closed {
  display: none;
}
.panel-message {
  margin-bottom: 30px;
  border-radius: 0;
}
.panel-message:hover {
  background-color: #e0e7e8;
}
.panel-message .message-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.profile-icon {
  background-color: #2b3e50;
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  vertical-align: central;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.profile-icon.inverse {
  color: #2b3e50;
  background-color: #ffffff;
}
.profile-icon.square {
  border-radius: 0;
}
.profile-icon i {
  line-height: normal;
}
.profile-element {
  display: inline-flex;
  align-items: center;
  text-align: left;
  color: #ffffff;
}
.profile-element .profile-icon {
  margin-right: 10px;
}
.profile-element .dropdown-toggle {
  color: #ffffff;
}
.profile-element .dropdown-toggle .fa {
  font-size: 0.65em;
  position: relative;
  top: -1px;
}
.profile-element .dropdown-menu {
  left: initial;
  right: 0;
}
.icon {
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.icon-dashboard {
  background-image: url('/Content/images/icon-dashboard.png');
}
.icon-dashboard-green {
  background-image: url('/Content/images/icon-dashboard-green.png');
}
.icon-messages {
  background-image: url('/Content/images/icon-messages.png');
}
.icon-messages-green {
  background-image: url('/Content/images/icon-messages-green.png');
}
.icon-messages-dark {
  background-image: url('/Content/images/icon-messages-dark.png');
}
.icon-addroom-dark {
  background-image: url('/Content/images/icon-addroom-dark.png');
}
.icon-addrentee-dark {
  background-image: url('/Content/images/icon-addrentee-dark.png');
}
.icon-payments-dark {
  background-image: url('/Content/images/icon-payments-dark.png');
}
.icon-dots-dark {
  background-image: url('/Content/images/icon-dots-dark.png');
}
.icon-rapports {
  background-image: url('/Content/images/icon-rapports.png');
}
.icon-rapports-green {
  background-image: url('/Content/images/icon-rapports-green.png');
}
.icon-buildings {
  background-image: url('/Content/images/icon-buildings.png');
}
.icon-buildings-green {
  background-image: url('/Content/images/icon-buildings-green.png');
}
.icon-livingunits {
  background-image: url('/Content/images/icon-livingunits.png');
}
.icon-maintenance {
  background-image: url('/Content/images/icon-maintenance.png');
}
.icon-maintenance-green {
  background-image: url('/Content/images/icon-maintenance-green.png');
}
.icon-maintenance-dark {
  background-image: url('/Content/images/icon-maintenance-dark.png');
}
.icon-rentee {
  background-image: url('/Content/images/icon-rentee.png');
}
.icon-rentee-green {
  background-image: url('/Content/images/icon-rentee-green.png');
}
.icon-warning {
  background-image: url('/Content/images/icon-warning.png');
  height: 24px;
}
.icon-casco {
  background-image: url('/Content/images/icon-casco.png');
}
.icon-huurenwoon {
  background-image: url('/Content/images/icon-huur-en-woon.png');
}
.icon-guesthouse {
  background-image: url('/Content/images/icon-guesthouse.png');
}
.icon-klikenhuur {
  background-image: url('/Content/images/icon-klikenhuur.png');
}
.icon.grayscale {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.fa-building {
  margin-left: 4px;
}
.block {
  display: block;
  float: none;
}
.visually-hidden {
  display: none;
}
.block-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.partial-block-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* Borders */
.b {
  border: solid 1px #2b3e50;
}
.b-r-b {
  border-right: solid 1px #2b3e50;
}
.b-b-b {
  border-bottom: solid 1px #2b3e50;
}
.row .b-r-b:last-child {
  border-right: 0;
}
.b-r-b-thick {
  border-right: solid 4px #2b3e50;
}
.b-l-b {
  border-left: solid 1px #2b3e50;
}
/* Margins */
.m-n {
  margin: 0;
}
.m-t-xs {
  margin-top: 5px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-t-b-xs {
  margin: 5px 0;
}
.m-r-sm {
  margin-right: 2%;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 2%;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 10%;
}
.m-r-lg {
  margin-right: 10%;
}
/* Paddings */
.p-l-md {
  padding-left: 20px;
}
.noresize {
  resize: none;
}
.resize-vertical {
  resize: vertical;
}
/* Faded */
.faded {
  opacity: 0.2;
}
.top-bar {
  zoom: 1;
  background-color: #ffffff;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.075);
  padding: 10px 20px;
}
.top-bar:before {
  content: '';
  display: block;
}
.top-bar:after {
  content: '';
  display: table;
  clear: both;
}
.top-bar > div:first-child {
  flex: 1;
}
.top-bar.navbar-fixed-top .breadcrumb li {
  padding-top: 5px;
  padding-bottom: 10px;
}
.top-bar.navbar-fixed-top .breadcrumb span {
  padding-bottom: 8px;
}
.top-bar.navbar-fixed-top .nav-top {
  padding-top: 3px;
}
/* Top */
.nav-top {
  position: relative;
  margin-right: 20px;
}
.nav-top .btn {
  border-radius: 0;
  color: #2b3e50;
  background: none !important;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0px 15px 0px 25px;
  outline: 0 !important;
  opacity: 0.6;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.25s ease 0s;
  margin: 0px 3px 0px 3px;
}
.nav-top .btn:hover,
.nav-top .btn:active,
.nav-top .btn:focus {
  opacity: 1;
  color: #2b3e50;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.25);
}
.nav-top .btn .fa,
.nav-top .btn .icon {
  font-size: 1.4em;
  margin: 0px 4px 0px 4px;
}
.nav-top .btn:last-child {
  padding-right: 0;
}
/* Left */
.nav a {
  cursor: pointer;
}
.nav .nav-second-level {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #500a76;
  display: none;
  padding: 5px 15px 5px 20px;
}
.nav .nav-second-level li {
  padding: 2px 0;
}
.nav .nav-second-level a {
  color: white;
  border-radius: 20px;
  padding: 6px 5px 6px 30px;
}
.nav .nav-second-level a:hover,
.nav .nav-second-level a:focus,
.nav .nav-second-level a:active {
  background-color: #500a76;
}
.nav .nav-second-level .active a {
  background-color: #500a76;
}
.nav .expand-child-nav {
  background-color: #500a76;
}
.nav .active .nav-second-level,
.nav .expand-child-nav .nav-second-level {
  display: block;
}
.nav-stacked-tabs li a,
.nav-stacked-tabs li:hover a,
.nav-stacked-tabs li:focus a,
.nav-stacked-tabs li:active a {
  border-radius: 0;
  color: #333333;
}
.nav-stacked-tabs li.active a {
  background-color: white;
  border-bottom: 3px solid #500a76;
  color: #333333;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 5px solid #500a76;
}
.nav-stacked > li + li {
  margin-top: 0;
}
.dropdown-menu {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  font-weight: 500;
}
.dropdown-menu li a {
  padding: 9px 20px;
}
.nav-tabs {
  margin: 0px !important;
  border-bottom: 0;
  background-color: #40085e;
  font-weight: 600;
  font-size: 0.9rem;
}
.nav-tabs li {
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.nav-tabs li a {
  margin-right: 0;
  padding: 15px;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li a:active {
  background-color: #ffffff;
  color: #000;
}
.nav-tabs li.active a {
  background-color: #ffffff;
  color: #000;
}
.nav-tabs--vertical {
  float: left;
  width: 150px;
  border-bottom: none;
}
.nav-tabs--vertical > li {
  float: none;
  margin-bottom: 0;
}
.nav-tabs--vertical > li > a {
  margin-right: 0;
  border: none;
}
.nav-tabs--vertical > li.active a,
.nav-tabs--vertical > li.active:hover a {
  border: 1px solid #cecece;
  border-right: none;
  border-left: 3px solid #500a76;
}
.nav-tabs--vertical + .tab-content {
  float: right;
  width: calc(100% - 150px);
}
.tab-content {
  background-color: #fff;
  padding: 20px;
  border-left: solid 1px #cecece;
  border-right: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
}
.message-topic {
  position: relative;
}
.message-topic .button-delete,
.message-topic .button-archive,
.message-topic .button-edit {
  display: none;
  right: 0;
  top: 0;
}
.message-topic:hover .button-delete,
.message-topic:hover .button-archive,
.message-topic:hover .button-edit {
  display: block;
}
.message-topic .message-profile {
  text-align: center;
}
.message-topic .message-profile a {
  color: #2b3e50 !important;
}
.message-topic .message-profile .profile-icon {
  margin: 0 auto;
}
.message-topic .message-text {
  min-height: 80px;
}
.message-topic .message-container {
  border-left: 3px solid #2b3e50;
  background-color: #dbe3ec;
}
.message-topic.message-response .message-container {
  border-left: 0px solid #2b3e50;
  border-right: 3px solid #2b3e50;
}
.message-topic.message-start,
.message-topic.message-start a {
  color: white;
}
.message-topic.message-start hr {
  border-color: white;
}
.message-topic.message-start .message-container {
  background-color: #500a76;
}
.message-topic .message-content {
  padding: 5px;
}
.message-topic hr {
  margin: 0;
  height: 1px;
  border-top: solid 1px #2b3e50;
}
.message-topic .message-attachments {
  list-style: none;
  margin: 0;
  overflow: auto;
  margin-right: -5px;
}
.message-topic .message-attachments li {
  margin: 0 5px;
  float: left;
}
.message-dialog-new textarea {
  resize: vertical;
  width: 100%;
  min-height: 200px;
}
.complaint-topic {
  position: relative;
}
.complaint-topic .status-text {
  font-weight: bold;
}
.complaint-topic .status-text.open {
  color: #e74c3c;
}
.complaint-topic .status-text.inprogress {
  color: #ffa747;
}
.complaint-topic .status-text.finished {
  color: #500a76;
}
.complaint-topic .status-text.nottakenon {
  color: #cecece;
}
.complaint-topic .status-text.forrentee {
  color: #52eafa;
}
.complaint-topic .btn-danger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.complaint-topic:hover .btn-danger {
  display: block;
}
.complaint-topic .complaint-profile {
  text-align: center;
}
.complaint-topic .complaint-profile a {
  color: #2b3e50 !important;
}
.complaint-topic .complaint-profile .profile-icon {
  margin: 0 auto;
}
.complaint-topic .complaint-text {
  min-height: 80px;
}
.complaint-topic .complaint-container {
  border: 3px solid;
  border-left: 12px solid;
  background-color: #dbe3ec;
}
.complaint-topic .complaint-container.open {
  border-color: #e74c3c;
}
.complaint-topic .complaint-container.inprogress {
  border-color: #ffa747;
}
.complaint-topic .complaint-container.finished {
  border-color: #500a76;
}
.complaint-topic .complaint-container.nottakenon {
  border-color: #cecece;
}
.complaint-topic .complaint-container.forrentee {
  border-color: #52eafa;
}
.complaint-topic.complaint-response .complaint-container {
  border: 3px solid;
  border-right: 12px solid #2b3e50;
}
.complaint-topic.complaint-response .complaint-container.open {
  border-color: #e74c3c;
}
.complaint-topic.complaint-response .complaint-container.inprogress {
  border-color: #ffa747;
}
.complaint-topic.complaint-response .complaint-container.finished {
  border-color: #500a76;
}
.complaint-topic.complaint-response .complaint-container.nottakenon {
  border-color: #cecece;
}
.complaint-topic.complaint-response .complaint-container.forrentee {
  border-color: #52eafa;
}
.complaint-topic.complaint-start,
.complaint-topic.complaint-start a {
  color: white;
}
.complaint-topic.complaint-start hr {
  border-color: white;
}
.complaint-topic.complaint-start .complaint-container {
  background-color: #2b3e50;
}
.complaint-topic .complaint-content {
  padding: 5px;
}
.complaint-topic hr {
  margin: 0;
  height: 1px;
  border-top: solid 1px #2b3e50;
}
.complaint-topic .complaint-attachments {
  list-style: none;
  margin: 0;
  overflow: auto;
  margin-right: -5px;
}
.complaint-topic .complaint-attachments li {
  margin: 0 5px;
  float: left;
}
.complaint-dialog-new textarea {
  resize: vertical;
  width: 100%;
  min-height: 200px;
}
/* 
  Unified
*/
.search-unified {
  overflow: auto;
  width: 100%;
  position: relative;
}
.search-unified .select2-selection__arrow {
  display: none;
}
.search-unified .search-icon {
  color: white;
  height: 100%;
  width: 60px;
  text-align: center;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.search-unified .search-icon i {
  margin-top: -2px;
}
.search-unified .search-field {
  padding-right: 60px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: auto;
}
.search-unified .search-field select {
  margin: 0;
}
.search-unified .search-field .select2 {
  height: 50px;
  width: 100% !important;
  border: 0;
}
.search-unified .search-field .select2-selection--single {
  border: 0;
  border-radius: 0;
  background: none;
  color: #ffffff;
}
.search-unified .search-field .select2-selection__placeholder {
  line-height: 50px;
  color: #ffffff;
}
/*
  Select 2 itself
*/
.select2-dropdown {
  border-color: #2b3e50;
}
.select2-results .select2-results__option .row {
  position: relative;
}
.select2-results .select2-results__option .row .kkvv-icon {
  position: absolute;
  top: -10px;
  right: 15px;
}
#select2-global-search-results {
  max-height: 90vh;
}
#select2-global-search-results .row {
  margin: 0;
}
#select2-global-search-results li {
  padding: 10px 0;
  border-bottom: 1px solid #2b3e50;
  cursor: pointer;
}
#select2-global-search-results li h3 {
  margin: 0 0 10px 0;
}
#select2-global-search-results li p {
  margin: 0;
  display: block;
  overflow: auto;
}
#select2-global-search-results li p label {
  width: 37%;
  float: left;
}
#select2-global-search-results li hr {
  margin: 2px 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #2b3e50;
  padding: 0;
}
#select2-global-search-results li a {
  color: #2b3e50;
}
#select2-global-search-results li.select2-results__option--highlighted[aria-selected],
#select2-global-search-results li:hover {
  background-color: #dbe3ec;
  color: #2b3e50;
}
select.form-control {
  height: 36px;
  border: 1px solid #ddd;
}
.sidebar {
  background-color: #2b3e50;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  color: #fff;
  font-weight: 500;
  left: 0;
  top: 0;
}
.sidebar .avatar {
  padding: 20px;
  display: block;
  text-decoration: none;
}
.sidebar .avatar span {
  color: #fff;
  font-size: 1.2em;
  padding-left: 5px;
}
.nav-pills > li > a {
  font-size: 1em;
  border-radius: 0px;
  color: #fff;
  padding: 15px 20px;
  border-left: 5px solid transparent;
}
.nav-pills > li > a .icon {
  margin-right: 10px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #500a76;
}
.notifyjs-wrapper {
  z-index: 999 !important;
  font-size: 18px;
}
.custom-file-upload {
  display: inline-block;
  cursor: pointer;
}
.custom-file-upload input[type="file"] {
  display: none;
}
.custom-file-upload.disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.65;
}
.has-error .form-control-validation {
  color: #a94442;
}
.backface {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 0.25s;
}
.backface.backface-white {
  background-color: rgba(255, 255, 255, 0.65);
}
.popup {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: calc(100% - 30px);
  overflow-y: auto;
  max-height: calc(100vh - 150px);
  max-width: 700px;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 0.25s;
}
.popup .panel {
  margin-bottom: 0;
}
html.popup-open .backface {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html.popup-open .popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 100px;
}
.wizard-content-section {
  cursor: pointer;
}
.wizard-content-section.current-section {
  font-weight: bold;
}
.wizard-content-page {
  font-size: 16px;
  text-indent: 2em;
  cursor: pointer;
  font-weight: normal;
}
.wizard-content-page.current-page {
  font-weight: bold;
}
.wizard-page h4 {
  text-indent: 2em;
}
/*.wizard-summary {*/
.wizard-summary-section-header {
  font-size: larger;
  font-weight: bolder;
}
.wizard-summary-page-header {
  font-size: large;
  font-weight: bold;
}
.summary-label {
  text-align: right;
  font-weight: bold;
}
/*}*/
.registration-steps {
  text-align: center;
}
.registration-steps .step {
  padding: 0 30px;
}
.registration-steps .arrow {
  -webkit-text-stroke: 2px whitesmoke;
}
.candidacy-dropzone {
  border: 1px solid lightgray;
  min-height: 125px;
  overflow: auto;
}
.candidacy-dropzone .default-message {
  text-align: center;
  margin-top: 50px;
}
.candidacy-dropzone .preview {
  background-color: #f5f5f5;
  border: #929292 1px solid;
  margin: 10px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 5px;
  float: left;
}
.candidacy-dropzone .preview .details {
  margin-bottom: 15px;
}
.candidacy-dropzone .preview .details span {
  display: block;
}
.candidacy-signable-documents-table td {
  vertical-align: middle!important;
}
.candidacy-signable-documents-table .form-group {
  margin-bottom: 0;
}
.candidacy-signable-documents-table .help-block {
  margin-bottom: 0;
}
.building-energy-consumption-mapping {
  border: 1px solid lightgray;
  margin-bottom: 10px;
  position: relative;
}
.building-energy-consumption-mapping .card-controls {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  border-left: #2b3e50;
  display: none;
}
.building-energy-consumption-mapping .card-controls .btn {
  margin-bottom: 10px;
}
.building-energy-consumption-mapping .card-controls .btn i {
  color: white;
}
.building-energy-consumption-mapping .card-controls-nofade {
  display: block;
}
.building-energy-consumption-mapping:hover .card-controls {
  display: block;
}
.table-energyconsumption {
  font-weight: 500;
}
.table-energyconsumption a .fa,
.table-energyconsumption a .icon {
  opacity: 0.5;
  transition: opacity 0.15s ease 0s;
}
.table-energyconsumption a:hover .fa,
.table-energyconsumption a:hover .icon {
  opacity: 1;
}
.table-energyconsumption > tbody > tr.row-month {
  background-color: #ECF0F1;
  border-top: 1px solid #cecece;
}
.table-energyconsumption > tbody > tr.row-day {
  background-color: #f5f8f8;
}
.table-energyconsumption > tbody > tr.row-day > td {
  padding: 4px 14px;
  border-top: 1px solid #ECF0F1;
}
.table-energyconsumption > tbody > tr.row-day > td:nth-child(1) {
  padding: 4px 14px 4px 40px;
}
.table-energyconsumption > thead > tr > th {
  border-left: 1px solid #cecece;
}
.table-energyconsumption > thead > tr > th:nth-child(1) {
  min-width: 240px;
  max-width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-energyconsumption > tbody > tr > td {
  text-align: left;
}
.table-energyconsumption > tbody > tr > td:nth-child(n + 2) {
  text-align: right;
  min-width: 120px;
  max-width: 120px;
}
.table-energyconsumption > tbody > tr > td:nth-of-type(even) {
  border-left: 1px solid #cecece;
}
.table-energyconsumption thead td,
.table-energyconsumption thead th {
  background-color: #2b3e50;
  color: #ffffff;
  border-bottom: 0 !important;
}
.table-energyconsumption td,
.table-energyconsumption th {
  /*border-top: 0 !important;*/
}
.table-energyconsumption td a,
.table-energyconsumption th a {
  color: inherit;
}
.mythumbnail {
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
}
.mythumbnail button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
  padding-left: 4px;
  padding-top: 3px;
  height: 24px;
  width: 24px;
}
.mythumbnail button.left {
  left: 10px;
  right: auto;
}
.mythumbnail button.left2 {
  left: 40px;
  right: auto;
}
.mythumbnail:hover button {
  opacity: 1;
}
.mythumbnail-content {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}