/* 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: verdana, "Helvetica Neue", Arial,"Consolas", sans-serif;
    font-size: 14px;
}

.jumbotron.jumbotron-fluid.bg-primary{
	box-shadow: 0px 4px 7px;
}

.login-form{
	padding:20px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0px 20px 0px;
}

.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: 1rem;
    z-index: 100;
}

.jumbotron.user{

}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

.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%;
}
