body, html{
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: lightblue;
    background: linear-gradient(46deg, rgb(217, 235, 247) 18%, rgba(0, 123, 199, 0.71) 94%);
    background: -moz-linear-gradient(46deg, rgb(217, 235, 247) 18%, rgba(0, 123, 199, 0.71) 94%);
    background: -webkit-linear-gradient(46deg, rgb(217, 235, 247) 18%, rgba(0, 123, 199, 0.71) 94%);
    background: -o-linear-gradient(46deg, rgb(217, 235, 247) 18%, rgba(0, 123, 199, 0.71) 94%);
}

body{
    background-image: url("/img/webimages/texture.png");
    background-repeat: repeat;
}

@font-face{
    font-family: 'Helvetica Neue Ultralight';
    src: url(/fonts/rivmFont.ttf);
}

a img {
    outline: none;
    border: none;
}

#ageInput > .ui-slider-handle {
    text-decoration: none;
    width: 35px;
    text-align: center;
}
.clearfix{
    clear: both;
}
.links{
    float:left;
}

.form{
    display:block;
    position: relative;
    height:100%;
}

#container{
    min-width: 960px;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 40px;
}

.usersForm{
    text-align:left;
    margin:0 auto;
    width:270px;
    height:110px;
    left:50%;
    margin-left:-135px;
    top:50%;
    margin-top:-55px;
    position: absolute;
}

.hide{
    display: none;
}

.inputBar{
    height: 35px;
    width: 250px;
    padding: 0 10px;
    margin: 0 0 2px 0;
    border: 0;
    font-size: 20px;
    color: white;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: bold;
    background: #363636;
    box-shadow:  3px 3px 25px 5px rgba(0, 0, 0, 0.5);
}

.inputBar::-webkit-input-placeholder{
    color: #b6b6b3;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: 300;
}

.inputBar:-moz-placeholder {
    color: #b6b6b3;
    font-family: "Arial Narrow", Arial, sans-serif;
}

.inputBar::-moz-placeholder {
    color: #b6b6b3;
    font-family: "Arial Narrow", Arial, sans-serif;
}

.inputBar:-ms-input-placeholder {
    color: #b6b6b3;
    font-family: "Arial Narrow", Arial, sans-serif;
}

.placeholdersjs{
    color: rgba(255, 255, 255, 0.5);
}
.menuBar .placeholdersjs{
    color: rgba(0, 0, 0, 0.5);
}

.loginButton{
    width: 270px;
    border: 0;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    height: 35px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: 300;
    background: #426e4e;
    box-shadow:  3px 3px 25px 5px rgba(0, 0, 0, 0.5);
}

.loginIcon{
    position: absolute;
    height: 20px;
    width: 20px;
    margin: -28px 0 0 245px;
}

.wrapper{
    font-family: "Arial Narrow", Arial, sans-serif;
    font-weight: 300;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #515152;
}

.wrapper input[type="range"]{
    width:400px;
    margin: 2px 20px;
    box-sizing: border-box;
}

.wrapper .range {
    vertical-align: top;
    float: left;
    margin: 5px 0;
}

.wrapper .range label {
    float: left;
}

.wrapper #range {
    margin: 6px 10px 0 0;
    display: inline-block;
}

.wrapper form .submit {
    display: inline-block;
    padding: 0;
    font-size: 20px;
}

.wrapper form .submit input[type=submit], button.btn{
    background: rgba(49, 49, 49, 0.8);
    color: #fff;
    border: none;
    padding: 10px 15px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}

.wrapper form .btn{
    background: rgba(49, 49, 49, 0.8);
    color: #fff;
    border: none;
    padding: 10px 15px;
    margin: 15px 5px 10px 0;
    display: inline-block;
    cursor: pointer;
    float: left;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.4;
    box-sizing: border-box;
    min-height: 42px;
}

hr{
    background-color: #5c595d;
    height: 2px;
    border: 0;
}

.pushDown{
    height: 50px;
}

.titleBar{
    height: 45px;
    padding: 0 10px;
}

.titleBar a{
    text-decoration: none;
    font-size: 16pt;
    margin-right: 10px;
    line-height: 65px;
    color: rgba(50, 50, 51, 0.82);
}

.titleBar a:visited
{
    color: #323233;
}

.title{
    padding: 0;
    margin:0;
    margin-top: -5px;
    float: right;
    height: 29px;
}

.title a{
    font-size: 30pt;
    font-family: 'Helvetica Neue Ultralight';
    font-weight: bold;
    margin:0;
}
.menuBar{
    width: 100%;
    padding: 6px 0;
    height: 24px;
}

.menuBar img{
    margin: 0 12px;
    border: none;
    height: 100%;
}

.redirectButton{
    cursor: pointer;
}

.menuBar form{
    width: 295px;
    height: 100%;
    float: right;
}

.searchBar{
    float: right;
    width: 295px;
    height: 100%;
}

.searchBar img{
    margin: 0;
    padding-top: 2px;
}

.searchbar button{
    float: right;
}

.searchInput{
    font-size: 13.5pt;
    margin: -1px 10px 0 0;
    border: 0;
    border-left: 1px solid #608571;
    padding: 0;
    padding-left: 18px;
    float: right;
    width: 230px;
    background: none;
}

.searchInput::-webkit-input-placeholder{
    color: rgba(50, 50, 51, 0.53);
    font-family: "Arial Narrow", Arial, sans-serif;
}

.searchInput:-moz-placeholder {
    color: rgba(50, 50, 51, 0.53);
    font-family: "Arial Narrow", Arial, sans-serif;
}

.searchInput::-moz-placeholder {
    color: rgba(50, 50, 51, 0.53);
    font-family: "Arial Narrow", Arial, sans-serif;
}

.searchInput:-ms-input-placeholder {
    color: rgba(50, 50, 51, 0.53);
    font-family: "Arial Narrow", Arial, sans-serif;
}

.searchInput:focus{
    outline: 0;
}

.searchSpecification{
    float: left;
    height: auto;
    width: 100%;
    margin: 7px 0;
    font-size: 13pt;
    color: #323233;
    font-family: Helvetica, Arial;
}

.searchSpecification input[type="checkbox"]{
    margin: 0;
    padding: 0;
    border: 0;
    margin-left: 15px;
    margin-right: 5px;
}

.dashboard{
    padding-top: 10px;
    width: 100%;
    height: 70%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Helvetica, Arial;
    font-weight: 300;
}

.dashboardPart{
    height: 165px;
    width: 165px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 33.4px;
    float: left;
    font-size: 30pt;
    text-align: center;
    line-height: 150px;
    color: #c2cac5;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.dashboardPartMargin{
    margin-right: 33.4px;
}

.glow{
    margin-left: -134px;
    position: absolute;
    opacity: 0.4;
    z-index: -10;
    float: left;
    width: 165px;
    height: 165px;
}

#searchResults{
    min-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    font-family: Helvetica, Arial;
}

#searchResults table {
    width: 100%;
}

#searchResults table td{
    padding: 0 10px;
}

#searchResults table select{
    width: 100%;
}

.table-header{
    height: 35px;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 2px 0;
    border: 0;
    font-size: 20px;
    color: white;
    font-family: "Arial Narrow", Arial, sans-serif;
    background: rgba(75, 71, 61, 0.3);
}

.searchResultBar{
    height: 32px;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 2px 0;
    border: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: white;
    font-family: "Arial Narrow", Arial, sans-serif;
    background: rgba(75, 71, 61, 0.9);
    visibility: visible;
}

.searchResultBar:hover {
    background: #5e5e72;
    cursor: pointer;
}

.searchResultBar.filterBar
{
    background: rgba(75, 71, 61, 0.6);
    cursor: default;
}

#no_results.hide{
    display: none;
}

.edit-wrapper{
    background: rgba(75, 71, 61, 0.7);
    position: relative;
    color: white;
    padding: 10px 20px;
    margin: 20px 0;
}
.edit-wrapper h1{
    margin: 10px 0;
    font-weight: 200;
}
.edit-wrapper .prev_record, .edit-wrapper .next_record{
    color: white;
    position: absolute;
    top: 25px;
    right: 30px;
    text-decoration: none;
    font-size: 30px;
}
.edit-wrapper .prev_record{
    right: 60px;
}
.edit-wrapper label{
    position: absolute;
    left: 20px;
    padding: 15px 0;
}
.edit-wrapper input, .edit-wrapper select, .edit-wrapper textarea{
    max-width: 400px;
    max-height: 250px;
    position: relative;
    left: 200px;
    padding: 5px;
    margin: 10px 0;
}

.edit-wrapper select{
    width: 350px;
    max-width: 50%;
}

.edit-wrapper input{
    width: 336px;
}

.edit-wrapper textarea{
    width: 338px;
}

.edit-wrapper .submit input{
    width: 100px;
}

.edit_button{
    position: absolute;
    left: 580px;
    margin-top: -35px;
    border: none;
}

.add_button{
    position: absolute;
    left: 610px;
    margin-top: -35px;
    border: none;
}

.button{
    width:80px;
    height:80px;
    background: rgba(75, 71, 61, 0.9);
    padding: 10px 10px;
    color:white;
    margin-left:200px;
    margin-top:20px;
}

::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-button {
    height: 0;
}
::-webkit-scrollbar-track-piece {
    background: rgba(217, 217, 217, 0.43);
    border: 0;
}
::-webkit-scrollbar-thumb {
    background: rgba(235, 235, 235, 0.53);
}​


#latlong{
    width:100px;
    height:50px;
}
.test{
    font-size:12px;
    font-family:arial;

}

.pac-container{ /* Google maps autocomplete */
    font-family: "Helvetica";
}

input#RegistratieStraal {
    padding: 9px;
    margin: 0 5px;
}

.greyBorderMap {
    background: rgba(49, 49, 49, 0.8);
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
}
#map {
    width: 100%;
    background: rgba(49, 49, 49, 0.8);
    margin:auto;
    height: 100%;
}
#latlong {
    width:100px;
    height:50px;
}
.test {
    font-size:12px;
    font-family:arial;
}

.uploadBar{
    text-align: center;
    margin: 0 auto;
    width: 300px;
    height: 100px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}

.submit_file{
    width: auto;
    border: 0;
    text-align: center;
    padding: 0 15px;
    margin: 40px 0 0 0;
    height: 35px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    background: rgba(75, 71, 61, 0.6);
}
.submit_file:hover{
    background: rgba(75, 71, 61, 0.8);
}

.cake-sql-log{
    font-family: Helvetica;
    font-size: 14px;
}


/***   Styling for the detailed VIEW   ***/
.table-details{
    width: 48%;
    border-spacing: 0;
    margin: 10px 5px;
    text-align: left;
}
.table-details td, .table-details th{
    border-bottom: 1px solid #666;
    padding: 5px 10px;
}
.table-details th{
    background: rgba(255, 255, 255, 0.25);
}
.table-details tr{
    background: rgba(255, 255, 255, 0.2);
}

.pull-left{
    float: left;
}.pull-right{
    float: right;
}.pull-center{
    float:left;
    width:98%;
}

#flashMessage{
    background: rgb(161, 255, 161);
    padding: 8px 16px;
    margin-bottom: -10px;
    border: 1px solid rgb(83, 163, 83);
}

/* Loading screen (for when uploading) */
#loading{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.90);
    position: fixed;
    top: 0;
    left: 0;
}

#loading p {
    color: white;
    font-family: "Bebas Neue", Helvetica;
    position: absolute;
    height: 20px;
    width: 100%;
    text-align: center;
    margin: 0;
    top: 45%;
}

.error-message:before {
    content: "* ";
}
.error-message {
    color: rgba(255, 255, 0, 1);
}

.activity-log a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.activity-log a:hover {
    color: #ccc;
}

/*
 Autocomplete
 MIT-style license. Copyright 2012 Matt V. Murphy
*/
.aListCon {
    /* Used to wrap and hide <datalist> elements */
    display : none;
}
.aWrapper {
    /* Attaches to DOM nearby input element, holds the absolutely positioned list container */
    position : relative;
    display : inline-block;
    *display : inline;
    zoom : 1;
    width : 0px;
    height : 0px;
    vertical-align : top;
    overflow : visible;
}
.aCon {
    /* List container */
    position : absolute;
    z-index : 999999;
    top : 10px;
    left : 200px;
    display : block;
}
.aList {
    /* List of autocomplete choices */
    display : block;
    margin : 0px;
    padding : 0px;
    border : 1px solid #7f9db9;
    background-color : #fff;
    color : #1a2731;
    list-style-type : none;
    cursor : default;
}
.aLim {
    /* List item choice */
    display : block;
    padding : 3px 6px 2px 6px;
    line-height : 1.2em;
    white-space : nowrap;
}