﻿.datepicker {
    z-index: 1200 !important;
}
.credentials-sent-on {
    color:#333;
}
.goedkeuring-error td {
    background-color: #f2dede;
    color: #b94a48;
}
.panel-body:has(table) {
    padding:0;
}
.panel-body p button {
    margin-left: 10px;
}
.panel-heading {
    padding-left: 8px;
}
.approveWithoutSending-nota:hover {
    background-color: #5cb85c !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

@media print {
    *{
     transition:none!important
  }
  body { 
      font: fit-to-print;
  }
  #main-navbar {
      height: 0;
      display: none;
  }
  #main-menu,
  #main-menu-bg,
  #mainMenu {
      width: 0;
      display: none;
  }
  #main-wrapper {
      padding-left: 0;
  }
  #content-wrapper {
      padding-top: 20px;
  }
  .table-responsive {
      overflow: visible;
  }
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

}


.actuele-ontwikkeling {
    background-color: ivory;
}

#notaDiv .table-header,
#notaDiv .table-footer {
    display:none;
}

#btngrp .active {
    color: black !important;
}

.shared-nota {
    color: palevioletred;
}