[data-bs-theme="light"] {
    --bs-body-bg: #f7faff;
    --bs-sidebar-bg: #fff;
    --bs-sidebar-border: 1px solid #eee;
    --bs-sidebar-shadow: 0 0 10px #ececec;
    --bs-sidebar-text-color: #053382;
    --bs-sidebar-active-bg: #e8f3ff;
    --bs-label-color: rgba(35, 28, 99, .7);
    --bs-input-color: #000 !important;
    --bs-input-bg: #ffffff !important;
    --bs-table-text-color: #000;
    --bs-heading-color: inherit;
    --bs-select2-bg: var(--bs-secondary-bg) !important;
    --bs-select2-border: var(--bs-border-width) solid var(--bs-border-color) !important;
    --bs-select2-highlight-bg: #5897fb;
    --bs-select2-highlight-color: white;
    --bs-select2-highlight-color2: #000;
    --bs-select2-option-bg: #fff;
    --bs-select2-option-color: #000;
    --bs-select2-option-selected-bg: #ddd;
    --bs-select2-option-selected-color: #000;
    --bs-form-with-title-bg: #e9ecef;
    --bs-body-font-size: 0.9rem !important;
    --bs-btn-font-size: 0.9rem !important;
    --bs-nox-card-bg: #fff !important;
    --bs-card-title-color: #475f7b;
    --bs-dashboard-box-bg: #fff;
    --bs-dashboard-box-table-header-bg: #fff;
    --bs-nav-toggle-arrow: #000;
    --bs-dropdown-link-color: #000;
    --bs-select2-multi-choice-bg: #e4e4e4;
    --bs-table-row-odd: #f9f9f9;
    --bs-table-row-highlight: #e8f3ff;
    --bs-modal-bg: #f7faff;
    --bs-dd-dropdown-color: #000;
    --bs-dd-dropdown-bg: #fff;
    --show-more-link-color: #0a58ca;
    --quote-box-bg-color: #ddd;
    --quote-box-bg-color-2: #fff;
    --quote-box-text-color-1: #333;
    --quote-box-text-color-2: #666;
    --kanban-box-bg-color: #fff;
    --kanban-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
    --datarow-even: #f0f8ff;
    --drivelistviewa: #494d55;
    --btn-lightdark-bs-btn-color: #000;
    --btn-lightdark-bs-btn-bg: #f8f9fa;
    --btn-lightdark-bs-btn-border-color: #f8f9fa;
    --btn-lightdark-bs-btn-hover-color: #000;
    --btn-lightdark-bs-btn-hover-bg: #d3d4d5;
    --btn-lightdark-bs-btn-hover-border-color: #c6c7c8;
    --btn-lightdark-bs-btn-focus-shadow-rgb: 211, 212, 213;
    --btn-lightdark-bs-btn-active-color: #000;
    --btn-lightdark-bs-btn-active-bg: #c6c7c8;
    --btn-lightdark-bs-btn-active-border-color: #babbbc;
    --btn-lightdark-bs-btn-disabled-color: #000;
    --btn-lightdark-bs-btn-disabled-bg: #f8f9fa;
    --btn-lightdark-bs-btn-disabled-border-color: #f8f9fa;
}
[data-bs-theme="dark"] {
    --bs-sidebar-bg: #212529;
    --bs-sidebar-border: 1px solid #000;
    --bs-sidebar-shadow: 0 0 10px #777777;
    --bs-sidebar-text-color: #fff;
    --bs-sidebar-active-bg: #3d444b;
    --bs-label-color: rgba(227, 227, 227, .7);
    --bs-input-color: #ffffff !important;
    --bs-input-bg: var(--bs-body-bg) !important;
    --bs-table-text-color: #d7d7d7;
    --bs-heading-color: #fff;
    --bs-select2-bg: var(--bs-secondary-bg) !important;
    --bs-select2-border: var(--bs-border-width) solid var(--bs-border-color) !important;
    --bs-select2-highlight-bg: #3d444b;
    --bs-select2-highlight-color: white;
    --bs-select2-highlight-color2: #fff;
    --bs-select2-option-bg: #000;
    --bs-select2-option-color: #fff;
    --bs-select2-option-selected-bg: #ddd;
    --bs-select2-option-selected-color: #fff;
    --bs-form-with-title-bg: #3d444b;
    --bs-body-font-size: 0.9rem !important;
    --bs-btn-font-size: 0.9rem !important;
    --bs-nox-card-bg: var(--bs-body-bg) !important;
    --bs-card-title-color: #fff;
    --bs-dashboard-box-bg: #424242;
    --bs-dashboard-box-table-header-bg: #5d5d5d;
    --bs-nav-toggle-arrow: #fff;
    --bs-dropdown-link-color: #dee2e6;
    --bs-select2-multi-choice-bg: #474747;
    --bs-table-row-odd: #373737;
    --bs-table-row-highlight: #636363;
    --bs-modal-bg: #212529;
    --bs-dd-dropdown-color: #fff;
    --bs-dd-dropdown-bg: #212529;
    --show-more-link-color: #fff;
    --quote-box-bg-color: #2b3035;
    --quote-box-bg-color-2: #2b3035;
    --quote-box-text-color-1: #fff;
    --quote-box-text-color-2: rgba(227, 227, 227, .7);
    --kanban-box-bg-color: #2b3035;
    --kanban-box-shadow: 0 0 10px #777777;
    --datarow-even: #2d2d2d;
    --drivelistviewa: #fff;
    --btn-lightdark-bs-btn-color: #fff;
    --btn-lightdark-bs-btn-bg: #212529;
    --btn-lightdark-bs-btn-border-color: #212529;
    --btn-lightdark-bs-btn-hover-color: #fff;
    --btn-lightdark-bs-btn-hover-bg: #424649;
    --btn-lightdark-bs-btn-hover-border-color: #373b3e;
    --btn-lightdark-bs-btn-focus-shadow-rgb: 66, 70, 73;
    --btn-lightdark-bs-btn-active-color: #fff;
    --btn-lightdark-bs-btn-active-bg: #4d5154;
    --btn-lightdark-bs-btn-active-border-color: #373b3e;
    --btn-lightdark-bs-btn-disabled-color: #fff;
    --btn-lightdark-bs-btn-disabled-bg: #212529;
    --btn-lightdark-bs-btn-disabled-border-color: #212529;
}

.btn-lightdark {
    --bs-btn-color: var(--btn-lightdark-bs-btn-color);
    --bs-btn-bg: var(--btn-lightdark-bs-btn-bg);
    --bs-btn-border-color: var(--btn-lightdark-bs-btn-border-color);
    --bs-btn-hover-color: var(--btn-lightdark-bs-btn-hover-color);
    --bs-btn-hover-bg: var(--btn-lightdark-bs-btn-hover-bg);
    --bs-btn-hover-border-color: var(--btn-lightdark-bs-btn-hover-border-color);
    --bs-btn-focus-shadow-rgb: var(--btn-lightdark-bs-btn-focus-shadow-rgb);
    --bs-btn-active-color: var(--btn-lightdark-bs-btn-active-color);
    --bs-btn-active-bg: var(--btn-lightdark-bs-btn-active-bg);
    --bs-btn-active-border-color: var(--btn-lightdark-bs-btn-active-border-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--btn-lightdark-bs-btn-disabled-color);
    --bs-btn-disabled-bg: var(--btn-lightdark-bs-btn-disabled-bg);
    --bs-btn-disabled-border-color: var(--btn-lightdark-bs-btn-disabled-border-color);
}

.drive-list-view a {
    color: var(--drivelistviewa) !important;
}

.drive-list-view a:hover {
    color: #40babd
}

#themeSwitcher {
    color: var(--bs-dropdown-link-color);
}
.card {
    background-color: var(--bs-nox-card-bg) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-select2-multi-choice-bg) !important;
}


.form-group.with-title label {
    background-color: var(--bs-form-with-title-bg) !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background-color: var(--bs-nox-card-bg) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-select2-highlight-bg) !important;
    color: var(--bs-select2-highlight-color) !important;
}
.select2-results__option--highlighted {
    color: var(--bs-select2-highlight-color2) !important;
}
.select2-results__option {
    background-color: var(--bs-select2-option-bg);
    color: var(--bs-select2-option-color);
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--bs-select2-option-selected-bg);
}
.select2-results__option[aria-selected=true] {
    color: var(--bs-select2-option-selected-color) !important;
}
.select2-results {
    color: var(--bs-select2-option-color) !important;
}
.select2-dropdown {
    background-color: var(--bs-select2-bg) !important;
}

#workorder_invoice_number, #workorder_wrapper_contact_email, #workorder_wrapper_contact_tel {
    background-color: var(--bs-secondary-bg) !important;
}
.form-control, .input-group-text {
    font-size: .855rem !important;
}
.form-control {
    background-color: var(--bs-input-bg) !important;
}
.form-select {
    background-color: var(--bs-input-bg) !important;
}


html, body {
  height: 100%;
  margin: 0;
  /*background-color: #f7faff;*/
    background-color: var(--bs-body-bg);
}
.subactive {
	background-color: #f2f8ff;
}
.sealwrap {
	min-height: 100%;
	/* Equal to height of footer */
	/* But also accounting for potential margin-bottom of last child */
	/* margin-bottom: -60px; */
	margin-bottom: -40px;
}
.footer, .push {
   /* height: 30px; */
}
.footer {
	z-index: 10000;
}

.a-white, .a-white:active, .a-white:visited {
    color: #fff
}
.a-black, .a-black:active, .a-black:visited {
    color: #fff
}
/* DATATABLES START */
.dataTable-wrapper.no-header .dataTable-container {
	border-top: 1px solid #d9d9d9;
}

.dataTable-wrapper.no-footer .dataTable-container {
	border-bottom: 1px solid #d9d9d9;
}

.dataTable-top,
.dataTable-bottom {
	padding: 8px 10px;
}

.dataTable-top > nav:first-child,
.dataTable-top > div:first-child,
.dataTable-bottom > nav:first-child,
.dataTable-bottom > div:first-child {
	float: left;
}

.dataTable-top > nav:last-child,
.dataTable-top > div:last-child,
.dataTable-bottom > nav:last-child,
.dataTable-bottom > div:last-child {
	float: right;
}

.dataTable-selector {
	padding: 6px;
}

.dataTable-input {
	padding: 6px 12px;
}

.dataTable-info {
	margin: 7px 0;
}

/* PAGER */
.dataTable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.dataTable-pagination li {
	list-style: none;
	float: left;
}

.dataTable-pagination a {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
}

.dataTable-pagination a:hover {
	background-color: #d9d9d9;
}

.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
	background-color: #d9d9d9;
	cursor: default;
}

.dataTable-pagination .ellipsis a,
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
	cursor: not-allowed;
}

.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.dataTable-pagination .pager a {
	font-weight: bold;
}

/* TABLE */
.dataTable {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.dataTable > tbody > tr > td,
.dataTable > tbody > tr > th,
.dataTable > tfoot > tr > td,
.dataTable > tfoot > tr > th,
.dataTable > thead > tr > td,
.dataTable > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}

.dataTable > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 2px solid #475f7b
}

.dataTable > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
}

.dataTable th {
	vertical-align: bottom;
	text-align: left;
}

.dataTable th a {
	text-decoration: none;
	color: inherit;
}

.dataTable-sorter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.dataTable-sorter::before,
.dataTable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}

.dataTable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0;
}

.dataTable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0;
}

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
	opacity: 0.6;
}

.dataTables-empty {
	text-align: center;
}

.dataTable-top::after, .dataTable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}

/* DATATABLES END */

.btn-round-outline {
	background-color:transparent;
	border-radius:19px !important;
	border:1px solid #bae9ff;
	display:inline-block;
	cursor:pointer;
	color:#000000 !important;
    font-family: Arial, serif;
	font-size:17px;
	padding:6px 10px;
	text-decoration:none;
	margin-right: 5px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: var(--bs-table-row-odd);
}

.sorting_disabled::after, .sorting_disabled::before { display: none!important; }

.sorting_disabled { pointer-events: none!important; cursor: default!important; }

.btn-xs
{
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.dataTable_Row_Highlight {
	background: var(--bs-table-row-highlight) !important;
}

.popover-header {
	background-color: #39da8a!important;
}
.toast {
	width: 100% !important;
}
.toast-body {
	text-align: center;
}
.card-header {
	padding-bottom: 0 !important;
}
.card-body {
	padding-top: 0 !important;
}
.text-lowercase  { text-transform: lowercase !important; }
.text-uppercase  { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }

.font-weight-light  { font-weight: 300 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-bold   { font-weight: 700 !important; }
.font-italic        { font-style: italic !important; }

.scrolldiv-100 {height:100px;overflow-y: scroll;overflow-x:hidden;}
.scrolldiv-150 {height:150px;overflow-y: scroll;overflow-x:hidden;}
.scrolldiv-200 {height:200px;overflow-y: scroll;overflow-x:hidden;}
.scrolldiv-250 {height:250px;overflow-y: scroll;overflow-x:hidden;}
.scrolldiv-300 {height:300px;overflow-y: scroll;overflow-x:hidden;}
.scrolldiv-350 {height:350px;overflow-y: scroll;overflow-x:hidden;}
.scrolldiv-400 {height:400px;overflow-y: scroll;overflow-x:hidden;}

.hidden {display: none; }
.articlehidden { display: none; }
.parkinghidden { display: none; }
.parkingsumhidden { display: none; }

/* DINO */
.contentdino {
  font-family: "Quicksand", serif;
  text-align: center;
  width: 100%;
}

.dinosvg {
  max-width: 550px;
  margin-top: 50px;
}

.dinosvg text {
  font-weight: bold;
}

#news {
  animation: show 1s linear forwards 1;
  animation-delay: 1s;
}
/* 
.eyes {
  animation: blink 2s linear infinite;
  transform-origin: 50%;
  animation-delay: 2s;
} */

/* 
@keyframes blink { 
  70%  { transform: scaleX(1)   scaleY(1)  }
  80%  { transform: scaleX(1.5) scaleY(.1) }
  100% { transform: scaleX(1)   scaleY(1)  }
} */

/* Improvement on blinking as suggested by @enxaneta */

.eye.left {
  animation: blinkLeft 2s linear infinite;
  animation-delay: 2s;
}
.eye.right {
  animation: blinkRight 2s linear infinite;
  animation-delay: 2s;
}

@keyframes blinkLeft { 
  0%  { transform: translate(196px, 302px)}
  70%  { transform: translate(196px, 302px) scaleX(1)   scaleY(1)  }
  80%  { transform: translate(196px, 302px) scaleX(1.5) scaleY(.1) }
  100% { transform: translate(196px, 302px) scaleX(1)   scaleY(1)  }
}

@keyframes blinkRight {
  0%  { transform: translate(260px, 298px)}
  70%  { transform: translate(260px, 298px) scaleX(1)   scaleY(1)  }
  80%  { transform: translate(260px, 298px) scaleX(1.5) scaleY(.1) }
  100% { transform: translate(260px, 298px) scaleX(1)   scaleY(1)  }
}


#dinosaur {
  animation: shake 2s linear alternate infinite;
  animation-delay: 2s;
}

@keyframes show {
  to { opacity: 1 }
}

@keyframes shake {
  0% { transform: translateX(-1px) }
  20%, 80% { transform: translateX(1px) }
  40%, 100% { transform: translateX(0px) }
}

/* UPLOAD */

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}
.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.image-upload-wrap {
  margin-top: 20px;
  border: 2px dashed #1FB264;
  position: relative;
}
.image-dropping,
.image-upload-wrap:hover {
  background-color: #1FB264;
  border: 2px dashed #ffffff;
}
.image-dropping,
.image-upload-wrap:hover h3{
 color: #fff;
}
.file-upload-content {
  display: none;
  text-align: center;
}
.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}
.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.select2-container {
    width: 100% !important;
}
.year_box { display:none; }
.yearly_box { display:none; }

/* LOADER */

/* LOADING OVERLAY */
#loading-overlay {

  background: rgba(255,255,255,0.8);
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  display: none;
  transition: 0.4s all ease-in-out;
  z-index: 5001;
}
#loading {
/*   width: 60px; */
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:60px;
  margin: auto;
  text-align: center;
}
.loading-text {
  color: #2a5781;
  display: inline-block;
/*   margin: 0 0 0 -25px; */

  font-weight: 300;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a5781;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
/* ################### */
/*
body.modal-open {
    overflow: visible;
}
*/
body { padding-right: 0 !important }

.article_hidden {
	display: none;
}
.btn-xs{
	padding: 1px 5px;
    font-size: 12px;
	line-height: 1.5;
    border-radius: 3px;
}
/*
.modal-open {
  overflow: inherit;
}
*/
.alnright { text-align: right; }
.alnleft { text-align: left; }
.alncenter { text-align: center; }

.grid-stack { background: #FAFAD2; }
.grid-stack-item-content { background-color: #18BC9C; }

.fillwidth{ width: 100% !important; }

#service_articles td{
	display: table-cell!important;
}
#project_articles td{
	display: table-cell!important;
}
#workorder_articles td{
	display: table-cell!important;
}
.dt-body-center{
  text-align: center;
}
.dt-body-right{
  text-align: right;
}
.dt-body-left{
  text-align: left;
}

.frame_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(134, 175, 241, 0.425);
  border-radius: 0.25rem;
}

.sidebar-box {
  max-height: 120px;
  position: relative;
  overflow: hidden;
}
.sidebar-box .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0;
  padding: 0 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  /* background-image: linear-gradient(to bottom, transparent, white); */
    background-image: linear-gradient(to bottom, transparent, var(--bs-sidebar-bg));
}

.show_more_link {
	color: var(--show-more-link-color);
	text-decoration: underline;
	font-weight: bold;
}

.squishtext {
  color: #0a58ca;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "HelveticaNeue-Medium", sans-serif;
  font-size: 40px;
  display: inline-block;
  transform: scale(2, 0.5);
  -webkit-transform: scale(2, 0.5); /* Safari and Chrome */
  -moz-transform: scale(2, 0.5); /* Firefox */
  -ms-transform: scale(2, 0.5); /* IE 9+ */
  -o-transform: scale(2, 0.5); /* Opera */
}

@media (max-width: 768px) {
  .btn {
    padding:2px 4px !important;
    font-size:80% !important;
    line-height: 1 !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn {
    padding:4px 9px !important;
    font-size:90% !important;
    line-height: 1.2 !important;
  }
}
.card {
	border: 1px solid rgb(204,204,204);
}
.form-control, .form-select {
	padding: 0.1rem 0.6rem !important;
}
.btn-cancel {
	border: 1px solid #000000;
}
.fake-form-control {
    display: block;
    width: 100%;
    padding: 0.467rem 0.6rem;
    font-size: .855rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #dfe3e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group[class*=has-icon-].has-icon-left .form-control {
    padding-left: 2.5rem !important;
}
.collapseButton  a:before {

}
.collapseButton a.active:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mousepointer {
	cursor: pointer;
}

.card-header {
	padding-top: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
}

.btn-list {
	padding-top: 0.1rem !important;
	padding-bottom: 0.1rem !important;
}
.dataTable > tbody > tr > td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.start-table-hover tbody tr:hover td:first-child {
	font-weight: bold;
}
/*
.start-table-hover tbody tr:hover td:last-child a {
	background-color: #4973c2 !important;
}
*/

.start-table-hover tr:hover {
	background-color: rgba(0,0,0,0.075);
}


/* ########### */
/* TEXT COLORS */
/* ########### */
.form-control, .form-select{
	color: var(--bs-input-color);
}

.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-striped>thead>tr>td,
.table-striped>thead>tr>th,
.table-striped>tbody>tr>td,
.table-striped>tbody>tr>th,
.table-striped>tfoot>tr>td,
.table-striped>tfoot>tr>th {
   color: var(--bs-table-text-color);
}
body {
	/*color:#000;*/
}
/* Input field */
.select2-selection__rendered { color: var(--bs-input-color) !important; }
    
/* Around the search field */
.select2-search { color: #000 !important; }
    
/* Search field */
.select2-search input {
    /* color: #000 !important; */
}
    
/* Each result */
/* .select2-results { color: #000 !important; } */
    
/* Higlighted (hover) result */
.select2-results__option--highlighted { color: #000 !important; }
    
/* Selected option */
.select2-results__option[aria-selected=true] { color: #000 !important; }

.redpulse {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: redpulse 2s 2 forwards;
}

@keyframes redpulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

.form-group.with-title .form-control, .form-group.with-title .dataTable-input {
    padding-top: 2.6rem !important;
}
.datarow {
	padding-top: 10px;
}
.datarow-even {
	background: var(--datarow-even);
}

/* ############################### EXTRA MENU *********************************/

@font-face {
    font-family: 'FontAwesome2';
    src: url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
    url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome2, serif !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

.sidebar-menu a {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    width: 100%;
    /*word-wrap: break-word;*/
    /*overflow-wrap: break-word;*/
}

.jsidebar-menu, .sidebar-menu * {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    outline: 0;
}

.sidebar-menu {
    min-width: 260px;
    float: left;
    position: relative;
}

.sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menu ul li {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.sidebar-menu ul li a {
    width: 100%;
    padding: 14px 22px;
    float: left;
    text-decoration: none;
    color: var(--bs-sidebar-text-color);
    opacity: .8;
    font-size: 13px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: color .2s linear, background .2s linear;
}

.sidebar-menu>ul>li.active, .sidebar-menu>ul>li:hover>a {
    opacity: 1;
    color: #0a58ca;
}

.sidebar-menu ul li a i {
    width: 34px;
    float: left;
    line-height: 18px;
    /* font-size: 16px; */
    text-align: left;
}

.sidebar-menu .submenu-indicator {
    float: right;
    /*right: 22px;*/
    right: 15px;
    position: absolute;
    line-height: 19px;
    font-size: 20px;
    transition: transform .3s linear;
}

.sidebar-menu ul ul.submenu .submenu-indicator {
    line-height: 16px;
    right: 5px;
}

.sidebar-menu .submenu-indicator-minus>.submenu-indicator {
    transform: rotate(45deg);
}

.sidebar-menu ul ul.submenu, .jsidebar-menu ul ul.submenu li ul.submenu {
    width: 100%;
    display: none;
    position: static;
}

.sidebar-menu ul ul.submenu li {
    clear:both;
    width: 100%;
}

.sidebar-menu ul ul.submenu li a {
    /*width: 100%;*/
    width: 250px;
    float: left;
    font-size: 11px;
    border-top: none;
    position: relative;
    border-left: solid 6px transparent;
    transition: border .2s linear;
}

.sidebar-menu ul ul.submenu li:hover>a {
    border-left-color: #414956;
}

.sidebar-menu ul ul.submenu>li>a {
    padding-left: 20px;
}

.sidebar-menu ul ul.submenu>li>ul.submenu>li>a {
    padding-left: 30px;
}

.sidebar-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
    padding-left: 40px;
}

.sidebar-menu ul li .jquery-accordion-menu-label, .sidebar-menu ul ul.submenu li .jquery-accordion-menu-label {
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 11px;
    font-weight: 800;
    color: #555;
    text-align: center;
    line-height: 18px;
    background: #f0f0f0;
    border-radius: 100%;
}

.sidebar-menu ul ul.submenu li .jquery-accordion-menu-label {
    top: 12px;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255,255,255,.3);
    border-radius: 100%;
    transform: scale(0);
}

.animate-ink {
    animation: ripple .5s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
.sidebar-menu ul>li.active>a, .sidebar-menu>ul>li:hover>a {
    background: var(--bs-sidebar-active-bg);
}
.ghost {
    opacity: .5;
    background: #C8EBFB;
}

.year_box>*, .yearly_box>* {
    padding-left: calc(var(--bs-gutter-x) / 2);
}

#test_protocol_function_table, #risk_analysis_table {
    width: 100%;
}
#test_protocol_function_table tr:not(:last-child) {
    vertical-align: top;
    border-bottom: 1px dashed rgba(207, 207, 207, 0.7);
    padding: 5px;
}
#test_protocol_function_table td:first-child {
    padding-right: 10px;
}
/* TEST PROTOKOL */
@media screen and (max-width: 1024px) {
    #test_protocol_function_table {
        border: 0;
    }

    #test_protocol_function_table caption {
        font-size: 1.3em;
    }

    #test_protocol_function_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #test_protocol_function_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    #test_protocol_function_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    #test_protocol_function_table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    #test_protocol_function_table td:last-child {
        border-bottom: 0;
    }
    #test_protocol_function_table td:nth-of-type(1):before { content: "No"; }

}

/* YEAR PICKER */
:root {
    --background-color: #fff;
    --border-color: #ccc;
    --text-color: #555;
    --selected-text-color: rgb(56, 241, 164);
    --hover-background-color: #eee;
}

.yearpicker-container {
    position: absolute;
    color: var(--text-color);
    width: 280px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    font-size: 1rem;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--background-color);
    z-index: 10;
    margin-top: 0.2rem;
}

.yearpicker-header {
    display: flex;
    width: 100%;
    height: 2.5rem;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
    justify-content: space-around;
}

.yearpicker-prev,
.yearpicker-next {
    cursor: pointer;
    font-size: 2rem;
}

.yearpicker-prev:hover,
.yearpicker-next:hover {
    color: var(--selected-text-color);
}

.yearpicker-year {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
}

.yearpicker-items {
    list-style: none;
    padding: 1rem 0.5rem;
    flex: 0 0 33.3%;
    width: 100%;
}

.yearpicker-items:hover {
    background-color: var(--hover-background-color);
    color: var(--selected-text-color);
    cursor: pointer;
}

.yearpicker-items.selected {
    color: var(--selected-text-color);
}

.hide {
    display: none;
}

.yearpicker-items.disabled {
    pointer-events: none;
    color: #bbb;
}

.disableTD{
    background: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            #ccc 10px,
            #ccc 20px
    ) !important;
}

.detectorIcon {
    position: absolute;
    height: 35px !important;
    left: 7px !important;
    top: 4px !important;
}
.field_autocomplete.tagged input {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.field_autocomplete {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    line-height: 1;
    min-width: 300px;
}
.field_autocomplete *, .field_autocomplete *:before, .field_autocomplete *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.field_autocomplete input {
    width: 100%;
    padding: .8em;
    border-bottom: 1px solid #333333;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    background: none;
    color: black;
    display: block;
    padding: .8em;
}
.field_autocomplete input:focus {
    border-color: black;
}
.field_autocomplete input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-style: normal;
}
.field_autocomplete input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-style: normal;
}
.field_autocomplete input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-style: normal;
}
.field_autocomplete input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-style: normal;
}
.field_autocomplete .tag {
    font-size: 80%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    background: #26d6e2;
    padding: 1.2em;
    cursor: pointer;
    color: black;
    overflow: hidden;
    border: 1px solid #26d6e2;
}
.field_autocomplete .tag:hover {
    background: #26d6e2;
}
.field_autocomplete.tagged input {
    border: none;
}
.field_autocomplete .options_list {
    position: absolute;
    top: 100%;
    z-index: 3;
    background: white;
    left: 3px;
    right: 3px;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.field_autocomplete .options_list .item_list {
    display: block;
    padding: 1.2em;
    font-size: 80%;
    color: #000000 !important;
}
.field_autocomplete .options_list .item_list strong {
    font-weight: bold;
    color: #000000 !important;
}
.field_autocomplete .options_list .item_list.selected {
    background: #26d6e2;
}
.field_autocomplete.openup .options_list {
    top: auto;
    bottom: 100%;
    -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.6);
}


.frame {
    width: 100px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

/* eyeball stuff */

.frame .eyeball {
    background: url('https://i.cdn.turner.com/adultswim/big/img/2013/10/24/eyeball.png') no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    background-size: 20px;
}

.frame .eyeball span,
.pupil {
    background: url('https://i.cdn.turner.com/adultswim/big/img/2013/10/24/pupil.png') no-repeat;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 40%;
    left: 30%;
    background-size: 8px;
}

.frame#skel .eyeball.left {
    left: 0;
    top: -9px;
}

.frame#skel .eyeball.right {
    left: 20px;
    top: -9px;
}

/* DIALOG TABS */
.dialog_tab_wrap {
    margin: 0 auto;
}
ul.dialog_tabs {
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    padding: 0;
}
ul.dialog_tabs li {
    float: left;
    width: 130px;
}
ul.dialog_tabs li a {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #6edeef;
    border: 1px solid rgba(0,0,0,.2);
}
ul.dialog_tabs li a.active {
    background: #545f60;
    color: #6edeef;
    z-index: 4;
    outline: none;
}
.dialog_tab_group:before,
.dialog_tab_group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.dialog_tab_group:after {
    clear: both;
}
#modal_tab_content {
    margin: 0 auto;
    border-top: 1px solid;
}
.no_show {
    display: none;
}

.stickyHeader {
    position: sticky;
    top: -20px;
    z-index: 1;
    /*background: #fff;*/
    background: var(--bs-table-row-odd);
}

.stickyHeaderTable {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    padding: 0;
}

@media only screen and (max-width: 40em) {
    .noxResponsiveTable thead th:not(:first-child) {
        display: none;
    }
    .noxResponsiveTable td, .noxResponsiveTable th {
        display: block;
        clear: both;
    }
    .noxResponsiveTable td[data-th]:before {
        content: attr(data-th);
    }
    .noxResponsiveTableEmptyTd, .noxResponsiveTableHeader {
        display: none !important;
    }
    .noxResponsiveTable th[data-th]:before {
        content: attr(data-th);
    }
}

@media only screen and (max-width: 75em) {
    .noxResponsiveTable2 thead {
        height: 80px;
    }
    .noxResponsiveTable2 thead th:not(:first-child) {
        /*display: none;*/
        visibility: hidden;
        height: 0;
        padding: 0;
        border: 0;
    }
    .noxResponsiveTable2 thead th:not(:first-child) > .dd-dropdown {
        visibility: visible;
        margin-top: 0;
        float: left;
        margin: 0;
    }

    .noxResponsiveTable2 td, .noxResponsiveTable2 th {
        display: block;
        clear: both;
    }
    .noxResponsiveTable2 td[data-th]:before {
        content: attr(data-th);
    }
    .noxResponsiveTable2EmptyTd, .noxResponsiveTable2Header {
        display: none !important;
    }
    .noxResponsiveTable2 th[data-th]:before {
        content: attr(data-th);
    }
}

.already_tested {
    display: none !important;
}

#SAProtocolSection3 > td:nth-child(5), #SAProtocolSection3 > td:nth-child(6){
    padding: 0 !important;
}

#SAProtocolSection3 > td, #SAProtocolSection3 > th {
    padding: 10px;
}

.input-effect-1-parent {
    float: left;
    position: relative;
    width: 100%;
}
.input-effect-1 {
    padding: 7px 15px;
    border: 1px solid #ccc;
    position: relative;
    background: transparent;
    font: 15px/24px 'Muli', sans-serif;
    /*color: #333;*/
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.input-effect-1 ~ .focus-bg{position: absolute; left: 0; top: 0; width: 0; height: 100%; background-color: transparent; transition: 0.4s; z-index: -1;}
.input-effect-1:focus ~ .focus-bg, .has-content.input-effect-1 ~ .focus-bg{transition: 0.4s; width: 100%; background-color: #ededed;}
.input-effect-1 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.input-effect-1:focus ~ label, .has-content.input-effect-1 ~ label{top: -18px; left: 0; font-size: 12px; color: #333; transition: 0.3s;}

.fault_dt_user {
    color: #cecece;
    font-size: 10px;
}

.fault-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fault-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.fault-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    background-color: var(--bs-form-check-bg);
}

/* On mouse-over, add a grey background color */
.fault-container:hover input ~ .fault-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.fault-container input:checked ~ .fault-checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.fault-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fault-container input:checked ~ .fault-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fault-container .fault-checkmark:after {
    left: 8px;
    top: 3px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.SAProtocolFlaws>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit !important;
}
#preview{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}

/* ------------------------------------------------------------------------------------------------------ */

li.dd-dropdown {font-size: 1em;}
/*Layout*/
/*Dropdown*/
.dd-dropdown {
    margin: 2em auto;
    width: 14.5em;
    border: .1em solid #c0cdd1;
}
a.dd-dropdown-a {
    display: block;
    padding: .5em;
    color: var(--bs-dd-dropdown-color);
    text-decoration: none;
    transition: background .35s ease;
    &:focus,
    &:hover {background: #9d9d9d;}
    &:active {background: #fbfcfc;}
}
.fa {float: right}
/*List*/
ul.js-dropdown-list {
    display: none;
    /*border-top: .1em solid #c0cdd1;*/
    /* position: absolute; */ /* Removed this because the sticky headers were ontop */
    background: var(--bs-dd-dropdown-bg);
    border: .1em solid #c0cdd1;
    z-index: 99;
    list-style: none;
    height: 300px;
    overflow-y: scroll;
    padding-left: 10px;
}
li.dd-dropdown-li {
    font-size: 11px;
    padding: .5em;
    cursor: pointer;
    transition: background .35s ease;
    &:not(:first-child) {
        border-top: .1em dashed #dde4e6;
    }
    /*&:last-child {color: #ad0000;}*/
    &:focus,
    &:hover {background: #ecf0f1;}
    &:active {background: #fbfcfc;}
}

.card-header {
    background-color: unset !important;
}

.widget_header_extra_button{
    float:left;
    padding-left: 20px;
}

.digital_education_receipt_point_row_del_cell, .digital_education_receipt_participant_row_del_cell {
    width: 50px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.stickyHeader2 {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}
#sigCanvas {
    background-color: #fff !important;
}

.buildText {
    font-size: 7px;
    color: var(--bs-input-color);
}
:root {
    --avatar-size: 40px;
    --avatar-offset: 15px;
    --avatar-fallback-bg: #007bff;
    --avatar-fallback-color: #fff;
}

/* Stacken */
.avatar-stack {
    display: inline-flex;
    align-items: center;
    overflow: visible;
}

/* Wrapper runt bilden eller texten */
.avatar-list-item {
    position: relative;
    width: var(--avatar-size);
    height: var(--avatar-size);
    margin-left: calc(var(--avatar-offset) - var(--avatar-size));
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);

    display: flex;
    align-items: center;
    justify-content: center;

    transition:
            transform 0.15s ease,
            box-shadow 0.15s ease,
            opacity 0.15s ease;
}

.avatar-list-item-alone {
    position: relative;
    width: var(--avatar-size);
    height: var(--avatar-size);
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
.alnright > .avatar-list-item-alone{
    float: right;
}

.avatar-stack .avatar-list-item:first-child {
    margin-left: 0;
}

/* Bilden */
.avatar-list-item img, .avatar-list-item-alone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* FALLBACK SPAN (ingen bild) */
.avatar-list-item span, .avatar-list-item-alone span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--avatar-fallback-bg);
    color: var(--avatar-fallback-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hover på stacken: tona ner alla */
.avatar-stack:hover .avatar-list-item {
    opacity: 0.7;
}

/* Den du hovrar */
.avatar-stack .avatar-list-item:hover {
    opacity: 1;
    z-index: 10;
    transform: translateY(-2px);
    box-shadow:
            0 0 0 2px #fff,
            0 0 8px rgba(0,0,0,0.3);
}

/* Tooltip – init (osynlig) */
.avatar-list-item::after,
.avatar-list-item::before,
.avatar-list-item-alone::after,
.avatar-list-item-alone::before{
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

/* Tooltip-bubbla */
.avatar-list-item::after, .avatar-list-item-alone::after {
    content: attr(data-label);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 20;
}

/* Lilla pilen */
.avatar-list-item::before, .avatar-list-item-alone::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0,0,0,0.85) transparent transparent transparent;
    z-index: 19;
}

/* Tooltip fade + slide upp */
.avatar-list-item:hover::after,
.avatar-list-item:hover::before,
.avatar-list-item-alone:hover::after,
.avatar-list-item-alone:hover::before{
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media only screen and (min-width: 75em){
    .sa_col1 {padding-left: 10px !important;}
    .sa_col2 {width: 120px !important;}
    .sa_col3 {width: 120px !important;}
    .sa_col4 {width: 100px !important;}
    .sa_col5 {width: 400px !important;}
    .sa_col6 {width: 400px !important;}
    .sa_col7 {padding: 0 !important;}
    .sa_col8 {padding: 0 !important;}
}

.magentatext {color: #ff00ff;}
.strikethru { text-decoration: line-through;}

.ck-restricted-editing_mode_standard {
    background-image: url('/assets/images/first.png'), url('/assets/images/second.png') !important;
    background-repeat: repeat-x, repeat !important;
    background-position: top left, top left !important;
    background-size: auto, auto !important;
}