/* Main map style */

html,
body,
#map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: RGB(189, 209, 255);
    cursor: default;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

h1, h2
{
    line-height: 2.5em;
}

.wrap_help {
    position: absolute;
    right: 11px;
    top: 60px;
    z-index: 400;
    float: right;
}

#bussinesInfo {
    font-size: 11px;
}

.prodHeading i {
    display: none;
}

.Home {
    width: 40px;
    height: 40px;
    z-index: 301;
    background-image: url(../img/home__.png);
    background-position: center center;
    background-repeat: no-repeat;

}

.HomeButtoncontainer {
    background-image: url(../img/home_.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 125px;
    display: block;
    background-color: rgba(102, 102, 102, 0.80);
    z-index: 401;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    width: 30px;
    height: 30px;
}

.search_wrapper {
    position: absolute;
    display: flex;
    top: 5px;
    z-index: 401;
    left: 60px;
    border-radius: 10px;
    border: 1.5px solid #5a5a5a;
    background: rgb(255, 255, 255);
    padding: 5px;
}

@media screen and (max-width:776px) {
.search_wrapper {
	flex-flow: column;
    }
}

.optionlist li {
    display: inline;
    float: left;
    list-style: none;
    padding-left: 5px;
}

.optionlist {
    display: inline-block;
    margin: 0;
    padding: 13px 0 0 0;
}

.search-button {
    margin: 10px 0 0 0;
}

.heading {
    font-size: 18px;
    font-family: 'Bitter', 'serif';
    color: white;
    background: #24785A;
    visibility: visible;
    position: relative;
}

.heading #title,
.heading .map-close {
    line-height: 40px;
}

.heading #title {
    line-height: 40px;
    padding: 0 0 0 20.69px;
}

.heading #title .map-close {
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.heading .map-close {
    float: right;
    font-family: FontAwesome;
    padding: 0 20px;
    background: #61c2a6;
}

#searchtext9 {
    color: #5a5a5a;
    font-size: 20px;
    font-style: italic;
    margin-left: 5px;
    padding-left: 10px;
    height: 35px;
    width: 250px;
    border-radius: 10px;
    border: 1.5px solid #5a5a5a;
    background: transparent;
}

#bold_txt {
    font-weight: bold;
}

div#zone-wrapper,
div#wijk-wrapper {
    display: none;
}

.leaflet-control-search .search-input {
    display: block;
    float: left;
    background: #fff;
    border: 1px solid #666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 30px;
    width: 200px;
    padding: 0 18px 0 15px;
    margin: 7px 0 3px 10px;
}
::placeholder {
    color: rgba(71, 72, 75, 0.4);
    font-size: 18px;
    font-style: italic;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(71, 72, 75, 0.4);
    font-size: 18px;
    font-style: italic;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(71, 72, 75, 0.4);
    font-size: 18px;
    font-style: italic;
}

::-ms-input-placeholder{
    color: rgba(71, 72, 75, 0.4);
    font-size: 18px;
    font-style: italic;
}

:-moz-placeholder{
    /* firefox 18+ */
    color: rgba(71, 72, 75, 0.4);
    font-size: 18px;
    font-style: italic;
}

::-moz-placeholder {
    /* firefox 19+ */
    color: rgba(71, 72, 75, 0.4);
    font-size: 18px;
    font-style: italic;
}

.leaflet-control-search .search-tooltip {
    top: 30px;
    left: 10px;
    width: 250px;
}

#clearbtn {
    background: orange;
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    text-align: center;
}

.leaflet-container {
    background: white;
}

.modal-melding-container {
    position: fixed;
    z-index: 100000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #3a3a3a;
    text-align: center;
    font-size: 20px;
    width: 40%;
    border-radius: 10px;
}

.modal-header {
    display: flex;
    justify-content: end;
}

.close-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-backdrop {
    position: fixed;
    z-index: 100000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.774);
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-backdrop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: auto;
    height: 500px;
    border-radius: 0.5rem;
}

.modal-backdrop-content-close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.modal-backdrop-content-close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

#help_section {
    display: none;
}

#help_window {
    visibility: hidden;
    margin-top: 55px;
    margin-left: 10px;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid #CCCCCC;
    background: #F7F7F7;
    width: 0px;
}

.textgedeelte {
    padding: 5px;
    border-radius: 10px;
    color: #464646;
    background: #F7F7F7;
    height: auto;
    width: auto;
}

#txtgedeelte {
    overflow-x: none;
    overflow-y: scroll;
    height: 290px;
    padding-left: 10px;
  }

#imgA {
    right: 20px;
    top: 18px;
    z-index: 400;
    float: right;
    background: white;
    padding: 8px 12.5px 8px 12.5px;
    border-radius: 4.5px;
    border: 2px solid #CCCCCC;
    cursor: pointer;
}

.error_msg_background{
    background-color: #f8d7da;
    display: block;
}

.warning_msg_background {
    background-color: #fff3cd;
    display: block;
}
.error_msgText, .warning_msgText
{
    color: #333333;
    font-weight: bold;
}