@charset "UTF-8";
:root {
   --bs-body-font-size: 0.9rem;
}

.bg-primary-login {
   background-color: #8dc73f !important;
}

body {
   font-size: var(--bs-body-font-size);
}

.list-inline {
   list-style-type: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
}

.list-inline li {
   float: left;
}

.list-inline li a {
   display: block;
   text-align: center;
   padding: 4px;
   text-decoration: none;
}

.table .last-td {
   position: -webkit-sticky;
   position: sticky;
   right: 0;
   border-top: 1px solid inherit;
   background-color: white;
}

.btn-grey {
   color: #000;
   background-color: lightgray;
   border-color: lightgrey;
}

.hide { display: none; }

.pull-right {
   float: right !important;
}

.pull-left {
   float: left !important;
}

.nomargin {
   margin: 0 !important;
}
.pager {
   padding-left: 0;
   margin: 20px 0;
   text-align: center;
   list-style: none;
}

.pager li {
   display: inline;
}

.btn-default {
   color: black;
   background-color: transparent;
   border-color: black;
}

.toolbar {
   min-height: 50px;
   padding-top: 12px;
   width: 100%;
}

.clear-fix {
   clear: both;
}

div.tree-subtree {
   margin: 0px 0px 0px 18px;
   padding: 0px;
}

div.tree-branch {
   margin: 0px;
   padding: 0px;
}

div.tree-branch-mid {
}

div.tree-branch-last {
}

.tree-junction {
   display: block;
   float: left;
   width: 18px;
}

.tree-junction-expanded {
   display: block;
   float: left;
   width: 1px;
   text-decoration: none;
}

.tree-junction-expanded:hover {
   background-position: -54px center;
}

.tree-junction-collapsed {
   display: block;
   float: left;
   width: 1px;
   text-decoration: none;
}

.tree-junction-collapsed:hover {
   background-position: -36px center;
}

span.tree-content {
   display: block;
   /*margin-left: 18px;*/
}

.tree {
   width: 41%;
}

.tree-content-name {
   width: 33%;
}

span.tree-content a {
   color: black;
   text-decoration: none;
}

span.tree-content a:hover {
   text-decoration: underline;
}

span.tree-content .selected {
   background-color: #fad184;
}

.tree-folder-closed {
   /*padding-left: 18px;*/
   position: relative;
}

.tree-folder-closed::before {
   display: inline-block;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font: var(--fa-font-solid);
   content: "\2b";
   font-size: large;
   padding-right: 20px;
}

.tree-folder-open {
   /*padding-left: 18px;*/
   position: relative;
}

.tree-folder-open::before {
   display: inline-block;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font: var(--fa-font-solid);
   content: "\f068";
   font-size: large;
   padding-right: 20px;
}

.tree-folder-other {
   padding-left: 18px;
   position: relative;
}

.tasklist-location-type .tree-label:before {
   display: inline-block;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font: var(--fa-font-solid);
   content: "\f3c5";
   font-size: large;
   padding-right: 10px;
}

.tasklist-inventory-type .tree-label:before {
   display: inline-block;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font: var(--fa-font-solid);
   content: "\f46d";
   font-size: large;
   padding-right: 10px;
}

.tasklist-inspection-type .tree-label:before {
   display: inline-block;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font: var(--fa-font-solid);
   content: "\f06e";
   font-size: large;
   padding-right: 10px;
}

.hide { display: none; }

.evaluation-fault-radio:checked + .fa-xmark {
   color: red;
}

.evaluation-checked-radio:checked + .fa-check {
   color: #82bf37;
}

.evaluation-replace-radio:checked + .fa-rotate {
   color: #428bca;
}

.relativepos {
   position: relative;
}

.overlay {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0,0,0,0.85);
   z-index: 2;
}

.overlay-text {
   position: absolute;
   top: 40%;
   left: 50%;
   font-size: 3em;
   color: white;
   transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
}

.make-cursor {
   font-size: 1.2em;
   cursor: pointer;
}

.just-cursor {
   cursor: pointer;
}

.bg-gradient-primary-to-secondary {
   background-color: #81BD27 !important;
   background-image: linear-gradient(135deg, #81BD27 0%, rgba(101, 135, 50, 0.8) 100%) !important;
}

.text-primary {
   --bs-text-opacity: 1;
   color: #81BD27 !important;
}

.card:not([class*=bg-]) .card-header {
   color: #81BD27;
}

.small {
   color: black;
}

.btn-primary {
   color: #fff;
   background-color: #81BD27;
   border-color: #81BD27;
}
.btn-primary:hover {
   color: #fff;
   background-color: #8CCD2B;
   border-color: #8CCD2B;
}

a {
   color: #81BD27;
   text-decoration: none;
}
a:hover {
   color: #8CCD2B;
   text-decoration: underline;
}

.sidenav-light .sidenav-menu .nav-link:hover {
   color: #8CCD2B;
}
.sidenav-light .sidenav-menu .nav-link.active {
   color: #8CCD2B;
}
.sidenav-light .sidenav-menu .nav-link.active .nav-link-icon {
   color: #8CCD2B;
}

.evaluationradiogroup {
   font-size: 4em;
}

.mr-evaluation {
   margin-right: 1em;
}

.select2-selection {
   min-height: 46px !important;
   font-size: 0.875rem !important;
   align-items: center !important;
   display: grid !important;
}

hr {
   margin-top: 20px !important;
   margin-bottom: 20px;
   border: 0;
   border-top-width: 0px;
   border-top-style: none;
   border-top-color: currentcolor;
   border-top: 1px solid #eeeeee;
}

.battery-connection-img-list input[type="radio"] {
   opacity: 0;
}

.battery-connection-img-list .checkboxLabelClass {
   background: none;
   padding: 0;
   margin: 0;
}

.battery-connection-img-list label {
   word-break: break-word;
}

.battery-connection-img-list {
   position: relative;
   float: left;
   display: inline-block;
}

.attachment-radiogroup input[type="radio"] {
   opacity: 0;
   position: absolute;
}

.attachment-radiogroup img {
   border: 2px solid #eaedf0;
   padding: 15px;
   cursor: pointer;
   display: block;
   width: 264px;
   height: 198px;
   min-width: 264px;
   min-height: 198px;
}

.resetwidth {
   width: unset !important;
   height: unset !important;
   min-width: unset !important;
   min-height: unset !important;
}

.attachment-radiogroup img.img-border-black {
   filter: grayscale(0%) !important;
   -webkit-filter: grayscale(0%) !important;
}

.attachment-radiogroup img.no-padding-grey {
   padding: 0;
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
}

.attachment-radiogroup span {
   display: block;
}

.attachment-radiogroup img:hover {
   border: 2px solid #414242;
}

.attachment-radiogroup img.img-border-black {
   border: 2px solid black;
}

.attachment-radiogroup .list-inline li {
   margin-right: 0.5em;
}

.battery-connection-img-list img.img-border-black {
   border: 2px solid black;
}

.battery-connection-img-list .img-container {
   margin: 0 30px 35px 0;
   position: relative;
   display: inline-block;
   vertical-align: text-top;
   width: 240px;
   height: 180px;
}

.battery-connection-img-list img {
   border: 2px solid #eaedf0;
   padding: 15px;
   cursor: pointer;
   padding: 5px 30px;
   min-height: 180px;
   max-height: 180px;
   min-width: 240px;
   max-width: 240px;
   margin-top: -25px;
}

.battery-connection-img-list img:hover {
   border: 2px solid #414242;
}

#batterijConnectorRemoveImg {
   margin-bottom: 25px;
}

.crl {
   display: block;
}

.form-group .cr,
.checkbox-modded .cr,
.radio .cr {
   position: relative;
   display: block;
   border: 1px solid #a9a9a9;
   border-radius: .25em;
   width: 2.6em;
   height: 2.9em;
   padding: 9px 0 10px 10px;
   margin-right: .5em;
   cursor: pointer;
}

.radio .cr {
   border-radius: 50%;
}

.form-group .cr .cr-icon,
.checkbox-modded .cr .cr-icon,
.radio .cr .cr-icon {
   position: absolute;
   font-size: 4em;
   line-height: 0;
   bottom: -1%;
   color: #78b033;
   left: -20%;
}

.radio .cr .cr-icon {
   margin-left: 0.04em;
}

.form-group .crl input[type="checkbox"],
.checkbox-modded label input[type="checkbox"],
.radio label input[type="radio"] {
   display: none;
}

.form-group .crl input[type="checkbox"] + .cr > .cr-icon,
.checkbox-modded label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
   transform: scale(1.5) rotateZ(-20deg);
   opacity: 0;
   transition: all .3s ease-in;
}

.form-group .crl input[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox-modded label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
   transform: scale(1) rotateZ(0deg);
   opacity: 1;
}

.form-group .crl input[type="checkbox"]:disabled + .cr,
.checkbox-modded label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
   opacity: .5;
}

.single-checkbox .cr {
   position: relative;
   display: block;
   border: 1px solid #a9a9a9;
   border-radius: .25em;
   width: 1.6em;
   height: initial;
   padding: 9px 0 10px 10px;
   margin-right: .5em;
   cursor: pointer;
}

.single-checkbox .cr .cr-icon {
   position: absolute;
   font-size: 2.5em;
   line-height: 0;
   bottom: -20%;
   color: #78b033;
   left: -20%;
}

label.single-checkbox {
   display: inline-block;
   vertical-align: middle;
}

label.single-checkbox input[type="checkbox"] {
   display: none;
}

label.single-checkbox input[type="checkbox"] + .cr > .cr-icon {
   transform: scale(1.5) rotateZ(-20deg);
   opacity: 0;
   transition: all .3s ease-in;
}

label.single-checkbox input[type="checkbox"]:checked + .cr > .cr-icon {
   transform: scale(1) rotateZ(0deg);
   opacity: 1;
}

label.single-checkbox input[type="checkbox"]:disabled + .cr > .cr-icon {
   opacity: .5;
}

.center-lichtbron {
   margin: 50px auto 25px auto;
   width: 86px;
}

.center-batterij {
   margin: 50px auto 25px auto;
   width: 67px;
}

.jumbonotification {
   background-image: linear-gradient(135deg, rgba(101, 135, 50, 0.8) 100%, #81BD27 0%);
   border-radius: 10px;
   padding: 2em;
   margin-bottom: 1em;
   color: white;
}

.checkmore-check:after {
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font: var(--fa-font-solid);
   font-size: large;
   display: inline-block;
   content: "\f058";
   font-weight: 900;
   color: #8dc73f;
   padding-left: 5px;
}

.inventory {
   background: white;
   margin-top: 1px;
   float: left;
   width: 100%;
}

.margin-bottom-20 {
   margin-bottom: 20px;
}

.well {
   min-height: 20px;
   padding: 19px;
   margin-bottom: 20px;
   background-color: #f5f5f5;
   border: 1px solid #e3e3e3;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.black-border {
   border: black 2px solid;
}

.lightcolor {
   background-color: #E6F3F3;
}

.lightcolor:nth-child(2) {
   background-color: #DBEBD7;
}

.card-float-left {
   float: left !important;
}

.select2-selection__arrow {
   display: none;
}

.btn-info {
   background-color: #5BC0DE;
}

.btn-info:hover {
   background-color: #31b0d5;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
{
   background-color: #78b033;
}

.INVENTORY_NEW {
   --bs-bg-opacity: 1;
   background-color: white !important;
   border: black 1px solid;
   color: black;
}
.INSPECTION_FINALIZED {
   --bs-bg-opacity: 1;
   background-color:  #0d0e0e !important;
}
.INVENTORY_COMPLETE {
   --bs-bg-opacity: 1;
   background-color: #017c3d !important;
}
.INVENTORY_PENDING {
   --bs-bg-opacity: 1;
   background-color: #ff0000 !important;
}
.INSPECTION_COMPLETE {
   --bs-bg-opacity: 1;
   background-color: #017c3d !important;
}
.INSPECTION_PENDING {
   --bs-bg-opacity: 1;
   background-color: #ff0000 !important;
}
.INSPECTION_PLANNED {
   --bs-bg-opacity: 1;
   background-color: #e3a319 !important;
}
.INSPECTION_FINISHED {
   --bs-bg-opacity: 1;
   background-color: #81bd27 !important;
}
.INSPECTION_PROPOSAL {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.PROPOSAL_INSPECTION {
   --bs-bg-opacity: 1;
   background-color: #0b69e0 !important;
}
.PROPOSAL_MAINTAINANCE {
   --bs-bg-opacity: 1;
   background-color: #0b69e0 !important;
}
.MAINTAINANCE_COMPLETE {
   --bs-bg-opacity: 1;
   background-color: #017c3d !important;
}
.MAINTAINANCE_PENDING {
   --bs-bg-opacity: 1;
   background-color: #ff0000 !important;
}
.MAINTAINANCE_PLANNED {
   --bs-bg-opacity: 1;
   background-color: #e3a319 !important;
}
.MAINTAINANCE_FINISHED {
   --bs-bg-opacity: 1;
   background-color: #81bd27 !important;
}
.MAINTAINANCE_PROPOSAL {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.PROPOSAL_DECLINED {
   --bs-bg-opacity: 1;
   background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

div.wicket-aa-container {
   border-width: 1px;
   border-color: #cccccc;
   border-style: solid;
}

div.wicket-aa {
   font-size: 12px;
   background-color: white;
   padding: 2px;
   text-align:left;
}

div.wicket-aa ul {
   list-style:none;
   padding: 2px;
   margin:0;
}

div.wicket-aa ul li.selected {
   background-color: #81bd27;
   padding: 2px;
   margin:0;
}

div.inner.open li {
   word-break: break-word;
}

.adjustlistheading {
   font-size: 1.1rem;
}


ul.pager li.ml-3 {
   margin-left: 1rem;
}

.background_white {
   background-color: white;
}

.background_top_radius {
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}

.nopadding {
   padding-left: 0 !important;
}

@media (max-width: 1167px) {
   .table .last-td {
      background-color: white;
   }

   .adjustlistheading {
      font-size: 0.9rem;
   }

   ul.pager li.ml-3 {
      margin-left: 0.1rem;
   }

   #layoutSidenav #layoutSidenav_content.nopadding {
      margin-left: 0;
      transition: margin 0.15s ease-in-out;
   }
}

@media (max-width: 992px) {

}
