
html, body {
    min-height: 400px;
    width: 100%;
    padding-bottom: 30px;
    margin: 0px;
}

#map, #gmap {
    height: 400px;
    width:100%;
}

th {
    text-align: left;
    vertical-align: top;
}

.navbar-static-top {
  margin-bottom: 19px;
}

.grey-text {
    color: #9f9f9f
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h2 {
    margin: 0 0 5px;
    color: #777;
}

.leaflet-container {
    background: #fff;
}



.linkOFF {
    color: darkblue;
}

.linkON {
    color: white;
    background-color: darkblue;
}

#top {
    position: relative;
    height: 100px;
    line-height: 100px;
}

#top h2 {
    text-shadow: 2px 2px black;
    text-align: center;
    color: lightblue;
    font-family: "Impact";
    font-size: 75px;
}

#title h2 {
    color: #C5D11A;
    text-align: center;
    font-family: "Impact";
    font-size: 35px;
}

.success_tag {
    color: green;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    text-align: center;
}

.warning_tag {
    color: #DE6105;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    text-align: center;
}

.info_tag {
    color: blue;
    font: 16px/22px Arial, Helvetica, sans-serif;
    background: white;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
}

.error_tag {
    color: red;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    text-align: center;
}

.tip_tag {
    color: grey;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    text-align: center;
}

.hhnk-blue {
    color: #0091D2;
}

.hhnk-green {
    color: #C5D11A;
}

.btn-green {
    color: #fff;
    background-color: #C8C800;
}

.btn-link-green {
    padding-left: 18px;
    background-color: #C5D11A;
}

.btn-link {
    margin-right: -1px;
    padding-left: 18px;
}

.btn {
    margin: 1px;
}

.btn-upload {
    display: none;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

#title_h4 {
    color: #0091D2;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 3px;
}

#project_status_1 {
    background-color: lightgrey;
    padding-left: 19px;
    text-align: left;
}

#project_status_2 {
    background-color: #BAD1EF;
    padding-left: 19px;
    text-align: left;
}

#project_status_4 {
    background-color: #BEE2BE;
    padding-left: 19px;
    text-align: left;
}

#project_status_5 {
    background-color: #5bb204;
    padding-left: 19px;
    text-align: left;
}

#project_afgekeurd {
    background-color: lightcoral;
    padding-left: 19px;
    text-align: left;
}

#project_balk {
    background-color: white;
    font-weight: 300;
    color: black;
    text-align: left;
    padding: 6px 20px;
    margin: 0px;
}

#waypoints {
    max-height: 200px;
    overflow-x: auto;
    border: 1px solid grey;
}

#waypointsText {
    color: darkblue;
    background-color: white;
    margin: 0px;
}

#upload_link {
    text-decoration: none;
}

#upload {
    display: none;
}

#upload-formulier {
    display: none;
}

#upload_button {
    display: none;
}

.upload-icon-btn {
    font-size: 14px;
    color: black;
    text-align: left;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 7px 15px;
    line-height: 0;
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-right: 0px;
    margin-left: 0px;
}

.download-icon-btn {
    font-size: 10px;
    color: grey;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    padding: 0px 0px;
    line-height: 0;
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 1px;
    margin-right: 0px;
    margin-left: 0px;
}

.file-zoom-detail {
    width: 100% !important;
}

.header-bold {
    font-weight: bold;
}

