/* html {
  height: 100%;
  box-sizing: border-box;
} */
/*
*,
*:before,
*:after {
  box-sizing: inherit;
  //uit vanwege de datatables responiveness
} */

body{
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 120%;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #2d3748;
    background-color: #f7fafc;
}

.jumbotron.jumbotron-fluid.bg-primary{
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border-radius: 0.5rem;
}

.login-form{
	padding: 2rem;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.divider-vertical {
height: 40px;
margin: 0 9px;
border-left: 1px solid #C3B8B8;
border-right: 1px solid #FFF;
}

.jumbotron.user{
	background-image: url(../images/php-banner.png);
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
    filter: blur(3px);
    margin: 40px 0px;
    display: block;
    background-size: cover;
}


.navbar {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    padding: 0.75rem 1rem;
    z-index: 100;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.jumbotron.user{

}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(107, 175, 155, 0.95);
  color: #fff;
  text-align: center;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
}

.jumbotron.jumbotron-fluid.bg-primary h1,
.jumbotron.jumbotron-fluid.bg-primary p{
    text-align: center;
}
.code-row{
	margin-top:20px;
	margin-bottom:20px;
}

@media only screen and (max-width: 768px) {
    footer {
        display:none;
    }

    .jumbotron.jumbotron-fluid.bg-primary h1{
        font-size: 40px;
        text-align: center;

    }
    .jumbotron.jumbotron-fluid.bg-primary p{
        font-size: 15px;
        text-align: center;
    }
}

table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table thead th {
  font-weight: 600;
  letter-spacing: 0.025em;
}

table tbody tr {
  transition: background-color 0.15s ease-in-out;
}

table tbody tr:hover {
  background-color: #f7fafc;
}

/* Dark Mode voor marianatrench.css */
[data-theme="dark"] body {
  background-color: #0f1419;
  color: #f0f4f8;
}

[data-theme="dark"] .login-form {
  background-color: #1a202c;
  color: #f0f4f8;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.4);
  border: 1px solid #2d3748;
}

[data-theme="dark"] .jumbotron.jumbotron-fluid.bg-primary {
  background-color: #1a202c;
  color: #f0f4f8;
  border: 1px solid #2d3748;
}

[data-theme="dark"] table {
  background-color: #1a202c;
}

[data-theme="dark"] table thead {
  background-color: #2d3748;
}

[data-theme="dark"] table thead th {
  background-color: #2d3748;
  color: #f0f4f8;
  border-bottom: 2px solid #4a5568;
  font-weight: 700;
}

[data-theme="dark"] table tbody {
  background-color: #1a202c;
}

[data-theme="dark"] table tbody tr {
  color: #f0f4f8;
  border-bottom: none;
}

[data-theme="dark"] table tbody tr:nth-of-type(odd),
[data-theme="dark"] table tbody tr.odd {
  background-color: #1a202c !important;
  color: #f0f4f8;
  border-bottom: none;
}

[data-theme="dark"] table tbody tr:nth-of-type(even),
[data-theme="dark"] table tbody tr.even {
  background-color: #1f2937 !important;
  color: #f0f4f8;
  border-bottom: none;
}

[data-theme="dark"] table tbody tr:hover {
  background-color: #2d3748 !important;
  color: #ffffff;
}

[data-theme="dark"] table tbody td {
  background-color: transparent !important;
  border-color: transparent;
  border-top: none;
  border-bottom: none;
  color: #f0f4f8;
}

/* Table borders - alleen externe borders */
[data-theme="dark"] table {
  border-color: #2d3748 !important;
}

[data-theme="dark"] table th {
  border-color: #2d3748 !important;
}

[data-theme="dark"] table td {
  border-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
}
