﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    font-family: 'Montserrat', sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}



/*---------------------------------------Developer adjustments---------------------------------------*/

.navbar-app {
    width: 12%;
}

.body-content-app {
    width: 88%;
}

.navbar-header {
    width: 12%;
}

.navbar-brand {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #5C9DC0;
    color: white!important;
}

.navbarhorizontal {
    width: 100%;
    background-color: #A1C4D8;
}

.navbarpage {
    float: left;
    height: 50px;
}

.navbarpagetitle {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin: 0px;
    float: left;
}

.navbarpagesecondtitle {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 0px;
    float: left;
}

.navbarpagesecondtitle_mobile {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 0px;
    float: left;
}

.navbarpagetitle_mobile {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin: 0px;
    float: left;
}

.input-group-addon {
    border-radius: 0px;
}

#login {
    background-color: #EAEFF9;
}

#apparaatIdField {
    background-color: #ECECEC;
}

#apparaatIdSearchSubmit {
    background-color: #ECECEC;
}

.submit, .filteroption {
    background-color: #ECECEC;
}


.loginfield {
    margin-top: calc(50vh - 257px);
    padding: 20px;
    border-width: 1.5px;
    border-style: solid;
    border-color: #878787;
    background: white;
}

.logininput {
    outline: none;
}

.form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #A1C4D8;
    outline: 0;
    background-color: white;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.navbar a, .navbar .btn {
    color: rgb(30, 30, 30);
}

.homepagetext {
    display: block;
    margin-top: calc(50vh - 179.5px);
    width: 50%;
    padding: 100px;
    border-width: 1.5px;
    border-style: solid;
    border-color: #BEBEBE;
    border-radius: 0px;
    text-align: center;
    font-size: larger;
}

p {
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.navbarvertical {
    background-color: #EAEFF9; /*#D56353 rgb(211,235,222)*/
    padding: 0px;
    height: calc(100vh - 50px);
}

.navbarverticaltile {
    height: 50px;
    text-align: left;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    color: rgb(30, 30, 30);
    float: left;
    width: 100%;
    /*transition: ease-in-out .2s;*/
}

.navbarverticaltile:hover {
    background-color: white;
}

.navbarverticaltileactive {
    background-color: white;
}

.verticalnavbartext {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

.navbar-image {
    float: left;
    font-size: 20px;
    width: 30px;
}

.kolom1 {
    border-style: none;
    padding: 15px;
    height: calc(100vh - 50px);
    width: 20%;
}

.kolom2 {
    position: relative;
    border-style: none;
    border-left: 1.5px solid;
    border-color: #BEBEBE;
    padding: 15px;
    height: calc(100vh - 50px);
    overflow-y: hidden;
    overflow-x: hidden;
    width: 80%;
}

.navbar-btn {
    margin: 10px;
    padding: 0px;
}

.navbar-nav li{
    height: 50px;
}

 .navbar-nav li a:hover, navbar-nav li a:focus {
    background: unset;
    text-decoration: underline;
}

 hr {
     margin: 0px;
     padding: 0px;
 }

.navbar-right {
    margin-right: 0px;
}

.content-container {
    height: calc(100vh - 114px);
}

.navbarverticaltile:hover {
    background-color: white;
    text-decoration: underline;
    color: rgb(30, 30, 30);
}

.navbarverticalimg {
    width: 60%;
}

.apparatentabel {
    border-collapse: collapse;
    width: 100%;
    display: block;
    height: calc(100vh - 139px);
    overflow-y: auto;
}

.apparatentabel td, .apparatentabel th {
    border: 1px solid #ddd;
    padding: 8px;
}

.apparatentabel tr:nth-child(even) {
    background-color: #f2f2f2;
}

.apparatentabel tr:hover {
    background-color: #ddd;
}

.apparatentabel th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #5C9DC0;
    color: white;
}

.apparatentabel th a {
    color: white;
}

table {
    display: table;
    word-break: break-word;
}

.onderhoudshistorietabel {
    border-collapse: collapse;
    width: 100%;
    max-height: calc(100vh - 468px);
    overflow-y: scroll;
}

.onderhoudshistorietabel td {
    border: 1px solid #ddd;
    padding: 8px;
}

.onderhoudshistorietabel th {
    padding: 8px;
}

.onderhoudshistorietabel tr:nth-child(even) {
    background-color: #f2f2f2;
}

.onderhoudshistorietabel tr:hover {
    background-color: #ddd;
}

.onderhoudshistorietabel th {
    text-align: left;
    background-color: #5C9DC0;
    color: white;
    height: 10px;
}

.onderhoudshistorietabel th a {
    color: white;
}


.apparaatzoeken input {
    width: 100%;
    border-style: none;
    border-width: 1px;
    border-color: rgb(30, 30, 30);
    padding: 10px;
    outline: none;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

#apparaatIdSearchSubmit:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.apparaatzoeken input:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.apparaatzoekensubmit:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.nav-pills > li > a {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.sr-only {
    color: white;
}

.mobilenavbardiv {
    padding: 0px;
    margin: 0px;
}

.mobilenavbartop {
    margin-top: 20px;
    padding: 10px;
}

.mobilenavbarbottom {
    position: absolute;
    bottom: 20px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    text-align: center;
    font-size: 20px;
    background-color: #5C9DC0;
    color: white;
}

.mobilenavbarbars {
    padding-top: 10px;
    padding-left: 15px;
    margin: 0px;
    font-size: 40px;
    color: rgb(30, 30, 30);
}

h3.mobilenavbartext {
    text-align: center;
    color: rgb(30, 30, 30);
    white-space: nowrap;
    font-size: 20px;
}

.mobilenavbar a {
    color: white!important;
}

.icon-bar {
    background-color: rgb(30, 30, 30);
}

.active {
    display: block !important
} 

.notondesktop {
    display: none;
}


.rolselecteren {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.apparaatgegevensleft {
    width: 29%;
    float: left;
    margin-bottom: 10px;
}

.apparaatgegevenscenter {
    width: 29%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.apparaatgegevensright {
    width: 38%;
    float: left;
    margin-bottom: 10px;
}

.apparaatgegevenstable {
    width: 100%;
}

.apparatengegevenstr {
    padding: 5px;
}

.apparatengegevensth {
    border-bottom: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
    text-align: left;
}

.apparatengegevenstd {
    border-bottom: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
    text-align: left;
}

.apparaatgegeven a {
    color: #5C9DC0;
}

#ScanButton {
    position: absolute;
    top: 6px;
    right: 10px;
    background: #ECECEC;
    cursor: pointer;
}

.searchformcontainer {
    position: relative;
}

.pagination {
    width: 100%;
    margin-bottom: 0px;
}

.inpagetitle {
    margin-top: 0px;
    margin-left: 0px;
}

.apparaattitle {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 15px;
    width: fit-content;
    float: left;
}

.exitcamera {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 99999999;
    margin: 0px;
    font-size: 40px;
    color: rgb(30, 30, 30);
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    cursor: pointer;
}

.buttonbeheerkolom1text {
    padding: 10px 15px;
    background-color: white;
    border: 0px;
    color: rgb(30, 30, 30);
    display: block;
    text-align: left;
}

.buttonbeheerkolom1text:hover {
    background-color: rgba(0,0,0,0.1);
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.apparaattoevoegenform {
    width: 100%;
}

.apparaattoevoegenformlabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.apparaattoevoegenformtextbox {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.apparaattoevoegenformdropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.apparaattoevoegenformupload {
    width: 100%;
    padding: 8px;
    background-color: rgb(221, 221, 221);
    border: 0px;
    color: rgb(30, 30, 30);
    display: block;
}

.submitButton {
    width: fit-content;
    padding: 6px;
    background-color: transparent;
    border: 1px solid #ccc;
    color: rgb(30, 30, 30);
    display: block;
    transition: ease-in-out .1s;
}

.submitButton:hover {
    background-color: rgba(0,0,0,0.1);
    text-decoration: none;
}

.apparaattoevoegen50 {
    width: 50%;
    float: left;
}

.apparaattoevoegenformlabel_links {
    display: inline-block;
    max-width: 95%;
    margin-bottom: 5px;
    font-weight: 700;
}

.apparaattoevoegenformtextbox_links {
    margin-right: 5%;
    display: block;
    width: 95%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

select {
    cursor: pointer;
}

.apparaattoevoegenformlabel_rechts {
    margin-left: 5%;
    display: inline-block;
    max-width: 95%;
    margin-bottom: 5px;
    font-weight: 700;
}

.apparaattoevoegenformtextbox_rechts {
    margin-left: 5%;
    display: block;
    width: 95%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc; 
}

.buttonbeheerkolom1textactive {
    color: #fff;
    background-color: #A1C4D8;
}

.onderhoudtoevoegenformmessage {
    margin-left: 10px;
    color: red;
    font-style: italic;
    position: absolute;
    float: left;
}

.apparaattoevoegenformmessage {
    margin-right: 10px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: red;
    font-style: italic;
}

.apparaattoevoegenformmessage_links {
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: red;
    font-style: italic;
}

.apparaattoevoegenformmessage_rechts {
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: red;
    font-style: italic;
}

html {
    -webkit-tap-highlight-color: transparent;
}

.apparaattoevoegenoverlayfalse {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(213, 99, 83, 0.3);
    z-index: 2;
    cursor: pointer;
}

.apparaattoevoegenoverlaytrue {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50,205,50, 0.3);
    z-index: 2;
    cursor: pointer;
}

.apparaattoevoegenoverlaysvg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    color: rgb(30, 30, 30);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


.apparaatgegevenscontainer{
    width: 100%;
    overflow: hidden;
}
.a-gegevenskolom{
    width: 50%;
    float: left;
    padding: 0px;
}

.a-gegevenskolom1{
    width: 40%;
    float: left;
    padding: 0px;
    padding-right: 10px;
}

.a-gegevenskolom2 {
    width: 60%;
    float: left;
    padding: 0px;
    padding-left: 10px;
}

.a-gegevenskolomheader {
    background: #5C9DC0;
}
.a-gegevenskolomheader p{
    font-weight: 400;
    color:white;
    padding: 5px;
}
.apparaatgegeven label{
    min-width: 130px;
    margin-left: 5px;
}

.apparaatgegevenlink {
    color: #5C9DC0;
    cursor: pointer;
}

.apparaatgegevenscontainer table {
    width: calc(100% - 10px);
    margin-left: 5px;
}

.apparaatgegevenscontainer table th, .apparaatgegevenscontainer table td {
    padding: 5px;
    border-right: 1px solid rgb(209,209,209);
}

.apparaatgegevenscontainer table td:first-child{
    font-weight: 600;
}

.apparaatgegevenscontainer table tr{
    border-bottom: 1px solid rgb(209,209,209);
}

.apparaatgegevenscontainer table tr:last-child{
    border-bottom: 0px;
}

.apparaatgegevenscontainer table td:last-child,.apparaatgegevenscontainer table th:last-child{
    border-right:0px;
}

#subApparaten span:last-child {
    display: none;
}

.a-gegevenskolom a {
    color: #5C9DC0;
}

.onderhoudsContainer{
    padding: 0px;
    margin-top: 10px;
}

.onderhoudshistorieContainer {
    width: 100%;
}

.apparaatPlanningSubmit {
    background: #EAEFF9;
    padding: 5px;
    color: black;
    border: 0px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.apparaatPlanningSubmit:hover {
    background: #268226;
    color: white;
}

.apparaatgegevenscontainer input[type="date"]{
    width: 100%;
}

.onderhoudshistorieContainer th{
    padding-top: 5px;
    padding-bottom: 5px;
}
.statusFilterContainer{
    overflow: hidden;
}
.statusFilterContainer .filterItemCheckbox {
    width: 33.33%;
    float: left;
    text-align:center;
    font-size: 20px;
    position: relative;
}
.statusFilterContainer .filterItemCheckbox label {
    padding:10px;
}
.statusFilterContainer .filterItemCheckbox input[type="checkbox"] {
    height: 43px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.apparatenFilter select {
    width: 100%;
    border-style: none;
    border-width: 1px;
    border-color: rgb(30, 30, 30);
    padding: 10px;
    outline: none;
    margin-bottom: 10px;
    background-color: #ECECEC;
}
.filterEnableCheck{
    display: none;
    position: absolute;
    font-size: 14px;
    left: 50%;
    bottom:2px;
    padding-left: 2px;
}
#filterRedAlert input[type="checkbox"]:checked ~ i,
#filterOrangeAlert input[type="checkbox"]:checked ~ i,
#filterGreenAlert input[type="checkbox"]:checked ~ i {
    display: block;
}
.apparatenFilter input[type="submit"]{
    margin-top: 10px;
}

.categorietoevoegen {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.categorietoevoegenformsubmit {
    width: fit-content;
    padding: 6px;
    background-color: transparent;
    border: 0px;
    color: rgb(30, 30, 30);
    float: left;
    margin-left: 20px;
    height: 34px;
    border: 1px solid #ccc;
    transition: ease-in-out .1s;
}

.categorietoevoegenformsubmit:hover {
    background-color: rgba(0,0,0,0.1);
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.onderhoudsplantoevoegenformsubmit {
    width: 98px;
    padding: 7px;
    background-color: transparent;
    border: 0px;
    height: 34px;
    color: rgb(30, 30, 30);
    margin-left: 0px;
    margin-top: 15px;
    border: 1px solid #ccc;
    transition: ease-in-out .1s;
    float: left;
}

.onderhoudsplantoevoegenformsubmit:hover {
    background-color: rgba(0,0,0,0.1);
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.onderhoudsplandownload {
    width: fit-content;
    padding: 7px;
    background-color: #5C9DC0;
    border: 0px;
    color: white;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: ease-in-out .2s;
}

.onderhoudsplandownload i{
    margin-left: 10px;
}

.onderhoudsplandownload:hover {
    background-color: rgba(0,0,0,0.1);
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.onderhoudtoevoegenlabel {
    width: 100%;
}

.uploadOnderhoudsplan {
    float: left;
}

.opmerkingenonderhoud {
    width: 100%;
    resize: none;
    padding: 6px 12px;
    margin-bottom: 10px;
}

.categorie_regel {
    width: calc(33.333% - 20px);
    float: left;
    padding: 10px;
    height: 43px;
    background: white;
    margin-bottom: 10px;
    border-radius: 0px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #A1C4D8;
    margin-left: 10px;
    margin-right: 10px;
}

.ruimte_regel {
    width: calc(33.333% - 20px);
    float: left;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
    border-radius: 0px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #A1C4D8;
    margin-left: 10px;
    margin-right: 10px;
}

.afdeling_regel {
    width: calc(33.333% - 20px);
    float: left;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
    border-radius: 0px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #A1C4D8;
    margin-left: 10px;
    margin-right: 10px;
}

.apparaattype_regel {
    width: calc(33.333% - 20px);
    float: left;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
    border-radius: 0px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #A1C4D8;
    margin-left: 10px;
    margin-right: 10px;
}

.categorieen_container {
    width: calc(100% + 20px);
    margin-left: -10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 15px;
    height: calc(100% - 165px);
}

.onderhoudsplannen_container {
    width: calc(100% + 20px);
    margin-left: -10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 15px;
    height: calc(100% - 210px);
}

.fa-trash-alt {
    float: right;
    padding: 2.5px;
    cursor: pointer;
}

.fa-trash-alt:hover {
    color: #d56353;
}

.categorietoevoegen_container {
    overflow: hidden;
}

.categorietoevoegenformlabel {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    float: left;
}

.apparaattypetoevoegenformlabel {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    float: left;
}

.categorietoevoegenformtextbox {
    width: 32%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    float: left;
}

.apparaattypetoevoegenformtextbox {
    display: block;
    width: 32%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    float: left;
}

.categorietoevoegenformdropdown {
    width: 32%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    float: left;
}

.apparaattypetoevoegenformdropdown {
    width: 32%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    float: left;
    margin-left: 20px;
}

.beheertoevoegenfield {
    display: block;
    width: 100%;
    overflow: hidden;
}

.categorietoevoegenformmessage {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    color: red;
    font-style: italic;
    float: left;
}

.apparaattypetoevoegenformmessage {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    color: red;
    font-style: italic;
    float: left;
}

.categorieen_label {
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 700;
}

.searchbox {
    display: block;
    width: 32%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

#onderhoudApparaatToevoegen {
    position: absolute;
    left: 50%;
    height: 60%;
    transform: translate(-50%);
    top: 20%;
    background: #EAEFF9;
    width: fit-content;
    border: 1px solid #333333;
}

.fullscreenContainer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
}

.onderhoudsplannenApparaatHeader {
    background: #5C9DC0;
    width: 100%;
    margin: 0px;
    padding: 10px;
    color: white;
}

.onderhoudsplannenApparaatHeader i{
    float: right;
    margin-top: -18px;
    font-size: 20px;
}

.onderhoudsplannenApparaatHeader h4 {
    margin: 0px;
    margin-right: 30px;
}

#onderhoudApparaatToevoegen input, #onderhoudApparaatToevoegen #boxes{
    padding: 5px;
}

#onderhoudApparaatToevoegen input{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

#onderhoudApparaatToevoegen #boxes {
    height: calc(60vh - 143px);
    overflow-y: scroll;
}

#onderhoudApparaatToevoegen #boxes input {
    width: unset;
}

.onderhoudcontentcontainer{
    margin-left: 10px;
    margin-right: 10px;
}

.onderhoudcontentcontainer .onderhoudsBeurtRegel{
    width: 100%;
    background: white;
    border-bottom: 1px solid #EAEFF9;
}

.succeedAlert, .failAlert {
    max-width: 400px;
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    animation: animateElement linear .3s;
    animation-direction: alternate;
}
.succeedAlert i, .failAlert i {
    margin-right: 20px;
    font-size: 20px;
}
.succeedAlert {
    background: rgba(31,152,31,0.7);
}
.failAlert {
    background: rgba(255,0,0,0.7);
}

@keyframes animateElement {
    0% {
        opacity: 0;
        transform: translate(0px,10px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px);
    }
}



.CheckboxContainer input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.CheckboxContainer label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
    width: 100%;
    padding: 10px;
}

.CheckboxContainer label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 1px;
    margin-top: -2px;
}

.CheckboxContainer input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 19px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.text-danger {
    color: red;
}
.text-danger ul{
    padding: 0px;
    list-style: none;
}

.filterform select {
    cursor: pointer;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}

.dropbtn {
    height: 34px;
    background: #5C9DC0;
    border: 0px;
    color: white;
    cursor: pointer;
}

.dropbtn:hover {
    background-color: #A1C4D8;
    border-color: #A1C4D8;
    color: black;
}

.onderhoudsplanbtn {
    margin-left: 0px;
    height: 34px;
    margin-top: 0px;
    background: #5C9DC0;
    border: 0px;
    color: white;
    cursor: pointer;
    float: left;
}

.onderhoudsplanbtn:hover {
    background-color: #A1C4D8;
    border-color: #A1C4D8;
    color: black;
}

.onderhoudsplantoevoegen_label {
    float: left;
    width: 100%;
}

.accounttitle {
    margin-top: 0px;
    font-size: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.alert {
    border-radius: 0px;
}

.onderhoudsplanPDFtoevoegen {
    padding-left: 20px;
    position: relative;
}

.onderhoudPDFtoevoegen {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    float: left;
}

.onderhoudtoevoegen {
    margin-bottom: 15px;
    width: 50%;
    padding-right: 0px;
    float: left;
}

.onderhoudtoevoegenRight {
    padding-left: 5px;
    margin-bottom: 15px;
    width: 50%;
    padding-right: 0px;
    float: left;
}

.onderhoudtoevoegenLeft {
    padding-left: 0px;
    width: 50%;
    padding-right: 5px;
    float: left;
}

.handleidingPDFtoevoegen_apparaattoevoegen {
    margin-left: 5%;
    margin-right: 0px;
}

.handleidingPDFtoevoegen {
    margin-left: 5%;
    float: right;
}

.handleidingPDFtoevoegen_label {
    margin-left: 5%;
}

.btn-primary {
    background-color: #5C9DC0;
    border-color: #5C9DC0;
}

.btn-primary:hover {
    background-color: #A1C4D8;
    border-color: #A1C4D8;
    color: black;
}

.GebruikersContainer{
    margin-top: 15px;
    width: calc(100% + 20px);
    overflow: hidden;
    margin-left: -10px;
}

.gebruikerContainer {
    float: left;
    width: calc(50% - 20px);
    padding: 10px;
    text-align: left;
    border: 1.5px solid #A1C4D8;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.gebruikerContainer span{
    float: right;
}

.gebruikerContainer p{
    margin:0px;
}

.form-group-50{
    float: left;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.form-group-50 label{
    width: 100%;
}

.form-group-50 input, .form-group-50 select {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.gebruikerBewerkForm{
    overflow: hidden;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.submitGebruiker {
    width: calc(50% - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.submitNewGebruiker{
    width: 100%;
    float: left;
    padding-left: 10px;
}

.onderhoudsplanlabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 100%;
}

.onderhoudsplannenrow {
    width: 100%;
    float: left;
}

.onderhoudtoevoegenrow {
    width: 100%;
    float: left;
}

.onderhoudsplankiezentable {
    width: 35%;
    height: calc(100vh - 125px);
    float: left;
    background: #f2f2f2;
}

.onderhoudsplankiezenlabel {
    width: 100%;
    float: left;
    background-color: #5C9DC0;
    padding: 10px;
    height: 40px;
    color: white;
    font-size: 15px;
    margin: 0px;
    top: 0;
    position: sticky;
}

.onderhoudsplanselecterendiv {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    color: black;
    height: 40px;
    bottom: 0;
    border-bottom: 2px solid;
    border-color: #BEBEBE
}

.fa-chevron-right {
    float: right;
    font-size: 15px;
    padding: 2.5px;
}

.overigonderhouddiv {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    color: black;
    bottom: 0;
    transition: ease-in-out .1s;
}

.onderhoudsplanselecteren {
    width: 100%;
    float: left;
    padding: 10px;
    height: 40px;
    background-color: #f2f2f2;
    color: black;
    transition: ease-in-out .2s;
}

.onderhoudsplanselecteren:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.documentviewer {
    width: 60%;
    height: calc(100% - 42.8px);
    float: left;
    padding-left: 10px;
    padding-right: 0px;
}

.onderhoudsbeurtTable {
    width: 100%;
    float: left;
    padding: 5px;
}

.onderhoudgegeven th {
    margin: 0px;
}

.onderhoudgegeven label {
    margin: 0px;
}

.onderhoudgegeven td {
    padding-bottom: 5px;
    vertical-align: top;
}

.onderhoudgegevenskolomheader {
    background: #5C9DC0;
}

.onderhoudgegevenskolomheader p{
    font-weight: 400;
    color:white;
    padding: 5px;
    margin-bottom: 5px;
}

.onderhoudtoevoegenindextext {
    margin-top: calc(50vh - 225px);
    width: 60%;
    padding: 50px;
    border-radius: 0px;
    text-align: center;
    font-size: larger;
}

.hometext {
    margin-top: calc(50vh - 260px);
    width: 60%;
    padding: 50px;
    border-radius: 0px;
    text-align: center;
    font-size: larger;
}

.overigonderhoudbutton {
    background-color: #f2f2f2;
    transition: ease-in-out .2s;
    color: black;
    padding: 10px;
    float: left;
    border-width: 0px;
}

.overigonderhoudbutton:hover {
    background-color: rgba(1,1,1,0.2);
}

.homesvg {
    width: 60%;
    margin-bottom: 15px;
}

.htmlEditorContainer {
    height: calc(90vh - 40px);
    margin-top: 5vh !important;
    width: fit-content;
    display: block;
    margin: 0 auto;
    background: white;
    border: 1px solid black;
    width: 720px;
    overflow: auto;
}
.nicEditContainer div{
    width: 100%!important;
}
.nicEdit-main {
    margin: 0px!important;
}
.nicEdit-panelContain{
    display: none;
}


.viewerContainer .htmlEditorContainer {
    padding: 20px;
}

.viewerContainer {
    height: 90vh;
    margin: 5vh auto;
    width: fit-content;
}

.onderhoudsplantoevoegenButton {
    margin-top: 15px;
    width: fit-content;
    float: left;
    padding: 6px;
    background-color: transparent;
    border: 1px solid #ccc;
    color: rgb(30, 30, 30);
    transition: ease-in-out .1s;
}

.onderhoudsplantoevoegenButton:hover {
    background: rgba(1, 1, 1, 0.1);
}

.previewButton {
    margin-top: 20px;
    width: calc(36% - 40px);
    float: left;
    margin-right: 0px;
    padding: 6px;
    background-color: transparent;
    border: 1px solid #ccc;
    color: rgb(30, 30, 30);
    transition: ease-in-out .1s;
}

.previewButton:hover {
    background: rgba(1, 1, 1, 0.1);
}

.previewWijzigen {
    margin-top: -80px;
}

.apparaatbewerkenbutton {
    width: fit-content;
    padding: 5px;
    color: rgb(30, 30, 30);
    float: left;
    transition: ease-in-out .2s;
    color: black;
    cursor: pointer;
    font-size: 20px;
}

.apparaatbewerkenbutton:hover {
    color: gray;
    text-decoration: none;
}

.fa-times-circle {
    cursor: pointer;
}

.beheerpopup {
    margin: 5vh auto;
    width: 30%;
    height: 90vh;
    background: #EAEFF9;
    border: 1px solid #333333;
}

.cursor-pointer {
    cursor: pointer;
}

.beheeredit_topbar {
    background: #5C9DC0;
    width: 100%;
    margin: 0px;
    height: 40px;
    padding: 10px;
}

.beheeredit_h2 {
    margin: 0px;
    width: calc(100% - 30px);
    float: left;
    padding: 0px;
    font-size: 20px;
    color: white;
}

.beheeredit_exit {
    float: right;
    width: 25px;
    height: 25px;
    font-size: 25px;
    padding: 0px;
    margin: -2px;
    color: white;
}

.beheeredit_container {
    width: 100%;
    height: calc(100% - 40px);
    padding: 10px;
}

.beheeredit_label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    float: left;
}

.beheeredit_message {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    color: red;
    font-style: italic;
    float: left;
}

.beheeredit_textbox {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    float: left;
}

.beheeredit_dropdown {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    float: left;
    margin-top: 5px;
}

.beheeredit_formsubmit {
    width: fit-content;
    padding: 6px;
    height: 34px;
    background-color: white;
    border: 1px solid #ccc;
    color: rgb(30, 30, 30);
    margin-top: 15px;
    transition: ease-in-out .2s;
    float: left;
}

.beheeredit_formsubmit:hover {
    background-color: #ddd;
    text-decoration: none;
}

.beheeredit_editicon {
    float: right;
    font-size: 18px;
}

.beheeredit_button {
    min-width: fit-content;
    width: 100px;
    padding: 6px;
    height: 34px;
    background-color: white;
    border: 1px solid #ccc;
    color: rgb(30, 30, 30);
    margin-top: 15px;
    margin-left: 10px;
    transition: ease-in-out .2s;
    display: block;
    text-align: center;
    float: left;
}

.beheeredit_button:hover {
    background-color: #ddd;
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.email_header {
    background-color: #A1C4D8;
    height: 50px;
    width: 100%;
}

.defaultButton {
    color: rgb(30, 30, 30);
    padding: 0px;
    border: 1px solid #ccc;
    background-color: white;
    float: left;
}

.defaultButton .buttonText{
    width: 100px;
}

.ButtonI {
    background: #A1C4D8;
    border-right: 1px solid grey;
}

.ButtonI i {
    width: 14px;
}

.addButton .ButtonI {
    color: rgba(31,152,31,0.7);
}

.removeButton .ButtonI {
    color: rgba(255,0,0,0.7);
}

.updateButton .ButtonI {
    color: rgb(30,30,30);
}

.defaultButton div {
    padding: 6px;
    float: left;
}

.defaultButton:hover i {
    -webkit-animation: spin .5s linear infinite;
    -moz-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
}

.addButtonApparaat{
    margin-top: 80px!important;
    float: right;
}

.buttonLeftAlign{
    margin-left: 20px;
}

.popupButton {
    float: unset;
    display: block;
    margin-top: 10px;
}

.buttonOnderhoud{
    margin-top: 16px;
}

.previewButton {
    float: right !important;
}
.buttongleft{
    margin-left: 10px;
}
.buttonowijzigen {
    margin-left: 0px;
}

.buttonBlock{
    float: unset;
    margin-left: 10px;
    margin-bottom: 10px;
}

.buttongt{
    display:block;
    float: unset;
    margin-right: calc(100% - 139px);
    margin-left: 10px;
}
.loader {
    border: 2px solid #3498db;
    border-radius: 50%;
    border-top: 2px solid #f3f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    right: 0px;
    bottom: -40px;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% {
        transform: rotate(360deg);
    }
}
.gebruikertoevoegen_message {
    width: 100%;
    float: left;
    font-style: italic;
    color: red;
    margin-bottom: -20px;
}

.btn-default {
    transition: ease-in-out .1s;
}

.searchsvg {
    width: 60%;
    margin-bottom: 15px;
}

#archivedWarning{
    float: right;
    line-height: 3;
    margin: 0px;
}
.checkboxabContainer {
    background: #5C9DC0;
    padding: 5px;
    overflow: hidden;
    color: white;
    position: relative;
    width: 117px;

}
.outerCheckbox {
    display: block;
    margin-left: 5%;
}
.checkboxabContainer span {
    margin-left: 32px;
}

.checkboxabContainer span::after {
    position: absolute;
    top: -5px;
    left: 30px;
    border-left: 2px solid white;
    content: '';
    height: 35px;
    width: 1px;

}

.checkboxabContainer input {
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    position: absolute;
    text-align: left;
    margin:0px;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}

.checkboxabContainer span:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 6.5px;
    left: 6.5px;
    background: white;
}

.checkboxabContainer input[type="checkbox"]:checked + span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    line-height: 1.1;
    color: red;
    padding-top: 2.5px;
    padding-left: 1px;
}

.checkboxabContainer input[type="checkbox"]:checked {
    color: #333;
    font-weight: 900;
}

.checkboxabContainer *{
    float: left;
}
.htmlEditorContainer {
    margin: 0px !important;
    overflow: auto;
}
.onderhoudsplan_topbar {
    background: #5C9DC0;
    width: 100%;
    margin: 0px;
    height: 40px;
    padding: 10px;
}

.accessDeniedSvg {
    width: 30%;
    margin-bottom: 15px;
}

.wwterugbtn {
    margin-left: 10px;
}

.beheerregelp {
    margin: 0px !important;
    width: calc(100% - 30px);
    float: left;
}

.gebruikerregelp {
    margin: 0px !important;
    width: calc(100% - 100px);
    float: left;
}

.gebruikerrolregelp {
    margin: 0px !important;
    width: 100px;
    float: right;
    text-align: right;
}

.accessDenied {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: calc(50vh - 245px);
    width: 60%;
    border-radius: 0px;
    text-align: center;
    font-size: larger;
}
.htmlViewerContainer {
    width: 742px;
    margin: 20px auto;
    height: calc(100% - 42px);
    overflow: hidden;
    background: white;
    border: 1px solid #BEBEBE;
}

.htmlViewerBar {
    background: #5C9DC0;
    margin: 0px;
    height: 40px;
    padding: 10px;
}

.htmlViewerContentContainer {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100% - 40px);
}

.htmlViewerContent {
    width: 740px;
    padding: 10px;
}

.htmlViewerContentContainer p {
    overflow: unset !important;
}

.nicEditContainer div:nth-child(2) {
    border: 0px!important;
}

.gegeventabel_label {
    width: 40%;
}

.gegeventabel_value {
    width: 60%;
}

.aToevoegenInputLeft {
    width: calc(95% - 34px);
    margin: 0px;
    display: unset;
    float: left;
}
.chooseOrAddCheckbox{
    width: 34px;
    height: 34px;
    float: left;
    margin-left: 5%;
    margin-top: 0px!important;
    position: relative;
}

.apparaattoevoegenformtextbox_rechts.aToevoegenInputLeft{
    margin-left: 5%;
}

.chooseOrAddCheckbox::before {
    width: 34px;
    height: 34px;
    background: #5C9DC0;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    text-align: center;
    color: white;
    line-height: 1.7;
    font-size: 20px;
}

.chooseOrAddCheckbox:checked::before {
    content: "\f0e2";
}

.hiddenField{
    display: none;
}

#qrScannerContainer {
    display: none;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999999;
    background: #EAEFF9;
}

.supportPageContainer {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 50px);
    margin-right: -15px;
}

.supportPageInfo {
    padding-right: 15px;
}

.apparaatInformatieContainer{
    background: white;
    overflow: auto;
}

.form-group-info{
    margin-right: 50%;
}

.form-group-info-toevoegen{
    margin-right: 0px;
}

.form-group-info textarea {
    width: 95%;
    height: 120px;
    resize: none;
}

.row .kolom2 {
    overflow-y: auto;
}
.apparaattoevoegenbutton_rechts{
    margin-left: 5%;
}

.fullscreenContainer h2 {
    text-overflow: ellipsis;
    overflow: hidden;
}
/*---------------------------------------RESPONSIVE DESIGN---------------------------------------*/
@media (max-width: 1232px) {
    .navbar-app, .navbar-header {
        width: 13%
    }

    .body-content-app {
        width: 87%;
    }
}

@media (max-width: 1200px) {
    .navbarverticaltile {
            font-size: small;
        }
    }

@media (max-width: 1150px) {
    .navbarverticaltile {
        font-size: smaller;
    }

    .navbar-app, .navbar-er, .navbar-header {
        width: 14%
    }

    .body-content-app {
        width: 86%;
    }

    .kolom1 {
        width: 22%;
    }

    .kolom2 {
        width: 78%;
    }
}

@media (min-width: 1060px) {
    .navbarnotondesktop {
        display: none;
    }
}


@media (max-width: 1060px) {
    .desktop {
        display: none;
    }

    .col-md-11 {
        width: 100%;
    }

    .mobilenavbarbottom {
        width: 100%;
    }

    .navbar-right {
        width: 100%;
        margin: 0px;
    }

    .width100 {
        width: 100%;
    }

    .navbarnotonmobile {
        display: none;
    }

    .navbarnotondesktop {
        display: block;
    }

    .navbarhorizontal .navbar-nav li {
        width: 100%;
        display: none;
    }

    .fa-sign-out-alt {
        color: white;
    }

    .homepagetext {
        margin-top: 10%;
        width: 90%;
        padding: 20px;
        background: none;
        border-radius: 0px;
        text-align: center;
        font-size: larger;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        width: 100%;
    }
}

@media (max-width: 994px) {
    .supportPageContainer h2 {
        font-size: 25px;
    }

    .kolom1, .kolom2 {
        height: fit-content;
        margin: 2%;
        width: 96%;
        border-left: none;
        padding: 0px;
    }

    .profile-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .profile-container2fa {
        padding-left: 10px;
        padding-right: 10px;
    }

    .a-gegevenskolom {
        width: 100%;
    }

    .apparaatgegeven label {
        min-width: 120px;
    }

    .profielkolom2 {
        border-top: 1.5px solid #BEBEBE;
    }

    .accounttitle {
        margin-top: 20px;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .apparaatzoeken {
        padding: 10px;
    }

    .notonmobile {
        display: none;
    }

    .notondesktop {
        display: block;
    }

    .onderhoudtoevoegenindextext {
        width: 80%;
        padding: 0px;
    }

    .hometext {
        width: 80%;
        padding: 0px;
    }

    .onderhoudsplankiezentable { width: 55%; }

    .documentviewer {
        height: calc(100vh - 135px);
    }

    .accessDeniedSvg {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .apparaatgegevensleft {
        width: 49%;
    }

    .apparaatgegevenscenter {
        width: 49%;
        margin-right: 0px;
    }

    .apparaatgegevensright {
        width: 100%;
    }
}

@media (max-width: 775px) {
    .a-gegevenskolom1 {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }

    .a-gegevenskolom2 {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }


    .documentviewer {
        width: 100%;
    }

    .searchsvg {
        width: 80%;
        margin-bottom: 15px;
    }

    .onderhoudtoevoegenindextext {
        margin-top: calc(50vh - 260px);
    }

    .hometext {
        margin-top: calc(50vh - 180px);
    }

    .beheerpopup {
        width: 90%;
        height: 90vh;
    }

    .handleidingPDFtoevoegen_apparaattoevoegen {
        margin: 0px;
    }

    .dropbtn {
        width: 100%;
    }

    .onderhoudtoevoegenindextext {
        margin-top: 50px;
    }

    .onderhoudsplanPDFtoevoegen {
        padding: 0px;
        padding-top: 10px;
    }

    .onderhoudsplannen_container {
        width: 100%;
        margin: 0px;
    }

    .gebruikerContainer {
        width: calc(100% - 20px);
    }

    .form-group-50 {
        width: calc(100% - 20px)
    }

    .accessDeniedSvg {
        width: 60%;
    }

    .htmlViewerContentContainer {
        overflow-x: auto;
    }
}

@media only screen and (max-width: 740px) {
    .htmlViewerContainer {
        width: 100%;
        margin: 0px;
        height: 100%;
    }
}

@media (max-width: 720px) {
    .htmlEditorContainer{
        height: calc(100vh - 40px);
        margin: 0px!important;
        padding: 10px;
    }
    .viewerContainer{
        height: 100vh;
        margin: 0px;
        width: 100vw;
    }
    .mobilePreviewContainer{
        width: 100%;
        overflow: auto;
    }
}

@media (max-height: 665px) {
    .onderhoudtoevoegenindextext {
        margin-top: 0px!important;
    }
}

@media (max-height: 610px) {
    .onderhoudtoevoegenindextext {
        display: none;
    }
}

@media (max-width: 605px) {
    .supportPageContainer h2 {
        font-size: 20px;
    }

    .supportPageContainer {
        margin-right: 0px;
    }

    .onderhoudsplandownload i {
        float: right;
        margin-top: 4px;
    }
    .apparaatgegevensleft {
        width: 100%;
        margin: 0px;
    }

    .apparaatgegevenscenter {
        width: 100%;
        margin: 0px;
    }

    .apparaatgegevensright {
        width: 100%;
        margin-bottom: 10px;
    }

    .apparatengegevenstd {
        text-align: right;
    }

    .onderhoudsplankiezentable { width: 100%; }

    .onderhoudsplandownload { 
        width: 100%; 
        text-align:left;
    }

    .onderhoudtoevoegenLeft { 
        width: 100%; 
        padding: 0px; 
        margin-bottom: 15px;
    }

    .onderhoudtoevoegenRight { 
        width: 100%; 
        padding: 0px
    }

    .onderhoudsplantoevoegenformsubmit {
        float: right;
    }

    .accessDeniedSvg {
        width: 70%;
    }

    .accessDenied {
        margin-top: calc(50vh - 200px);
    }
}

@media (max-width: 515px) {
    .apparaattoevoegenbutton_rechts{
        margin-left: 0px;
    }
    .form-group-info textarea{
        width: 100%;
    }
    .aToevoegenInputLeft {
        width: calc(100% - 34px) !important;
    }

    .apparaattoevoegenformtextbox_rechts.aToevoegenInputLeft {
        margin-left: 0px;
    }

    .apparaattoevoegen50 {
        width: 100%;
    }

    .apparaattypetoevoegenformdropdown {
        margin-top: 10px;
        margin-left: 0px;
    }

    .apparaattoevoegenformlabel_links {
        margin-right: 0%;
        max-width: 100%;
    }

    .apparaattoevoegenformtextbox_links {
        margin-right: 0%;
        width: 100%;
    }

    .apparaattoevoegenformlabel_rechts {
        margin-left: 0%;
        max-width: 100%;
    }

    .apparaattoevoegenformtextbox_rechts {
        margin-left: 0%;
        width: 100%;
    }

    .categorieen_container {
        width: 100%;
        margin: 0px;
    }

    .categorie_regel, .ruimte_regel, .afdeling_regel, .apparaattype_regel {
        width: 100%;
        margin: 0px;
        margin-top: 10px
    }

    .categorietoevoegenformsubmit, .apparaattypetoevoegenformtextbox, .apparaattypetoevoegenformdropdown {
        width: 100%;
    }

    .categorietoevoegenformsubmit {
        margin-top: 10px;
        margin-left: 0px;
    }

    .categorietoevoegenformtextbox {
        width: 100%;
    }

    .searchbox {
        width: 100%;
    }

    .succeedAlert, .failAlert {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        right: 0px;
        text-align: left;
        padding-left: 25px;
        align-items: left;
        justify-content: left;
    }

    .onderhoudtoevoegenindextext {
        width: 90%;
        padding: 0px;
    }

    .hometext {
        width: 100%;
        padding: 10px;
    }

    .homesvg {
        width: 80%;
        margin-bottom: 15px;
    }

    .beheeredit_formsubmit, .beheeredit_button, .onderhoudsplantoevoegenformsubmit {
        width: 100%;
        margin-left: 0px;
    }

    .beheeredit_button {
        margin-top: 10px;
    }

    .onderhoudsplanselecteren {
        height: 50px;
        padding: 15px;
    }

    .handleidingPDFtoevoegen {
        margin-left: 0%;
    }

    .handleidingPDFtoevoegen_label {
        margin-left: 0%;
    }

    .onderhoudsplanbtn {
        width: 100%;
    }

    .onderhoudsplanselecterendiv {
        height: 50px;
    }

    .btn-default {
        width: 100%;
    }

    .wwterugbtn {
        margin-top: 10px;
        margin-left: 0px;
    }

    .accessDeniedSvg {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .apparatentablemobile {
        display: none;
    }
}


@media (max-height: 515px) {
    .mobilenavbartext{
        margin-bottom: 0px;
    }
}