/* Lettertype importing */
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles&family=Open+Sans:wght@300;600&display=swap');

/* Automatisch toepassen van nieuwe lettertype */
html {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

html,

body {
    width: 100%;
    height: 100%;
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}

/* Maakt de titel iets breder */
.title {
    font-weight: 600;
}

/* Aparte lettertype voor een aparte zaak - de bovenbalk. (Dit is zo gedaan indien het ook ergens anders moet */
.altfont {
    font-family: Trebuchet MS ,sans-serif;
}

/* Header Styling */
#head {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #477537;
    text-align: center;
    font-size: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 99;
}

.parent {
    display: flex;
    justify-content: center;
}

#head a {
    text-decoration: none;
}

/* Styling voor de addmarker formulier */
.content {
    text-align: center;
    width: 56vw;
    margin-left: 22vw;
    margin-right: 22vw;
}

.content a {
    color: #f3a;
}

.content a:visited {
    color: #a8146a;
}

/* Styling voor de popup */
.leaflet-popup-content-wrapper {
    width: max-content;
    height: max-content;
    min-height: 10vw;
    border-top: 40px solid #477537;
    box-shadow:
        inset 0 -2px 14px 4px rgb(255, 255, 255),
        inset 0 3.4px 2px 0px rgba(0, 0, 0, 0.5);

}

.leaflet-popup-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    margin: 10px;
    color: #477537;


    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.leaflet-popup-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

    /*display: flex;*/
    /*text-align: center;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    /*height: 150px;*/
    /*width: 200px;*/
    /*position: absolute;*/
    /*left: 50%;*/

    /*margin-right: 100%;*/
}

/* Eigen kleur voor nog niet geladen tiles in Leaflet */
.leaflet-container {
    background: #AAD3DF;
}


/* Eigen styling voor tekst in de popup */
.leaf-title {
    font-size: 18px;
    font-weight: 600;
}

/* Content width fix ; !important is gebruikt omdat de standaard
   breedte te klein is in Leaflet, wat niet echt anders kan. */
.leaflet-popup-content {
    width: 94% !important;
}

/* Content voor de marker formulier tekst */
.content {
    color: black;
}

/* Voor Marker-management panel */

/* GEBRUIK DIT LATER
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
*/

body {
    min-height: calc(100vh - 58px);
    background-color: #AAD3DF;
}



/* Maakt de checkboxes wat groter, zo zijn ze makkelijker te klikken */
input[type="checkbox"] {
    width: 20px;
    height: 20px;
}


#imap {
    height: 100%
}

@media (max-width: 600px) {

    .leaflet-popup-content {
        width: -moz-fit-content;
        width: fit-content;
        max-width: 65vw;
        max-height: 70vh;
        text-align: center;
        font-size: 10px;

    }

    .leaflet-tabmenu-panels {
        border-radius: 5px;
        border: 5px solid #477537;
        min-height: 100px;
    }
}

@media (min-width: 600px) {

    .leaflet-popup-content {
        width: -moz-fit-content;
        width: fit-content;
        max-width: 400px;
        text-align: left;
        font-size: 13px;
    }
}

.leaflet-control-layers-toggle {
    width: 40px !important;
    height: 40px !important;
}

.easy-button-button {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.8em;
    padding: 8px;
}

.leaflet-control-zoom-in {
    margin-top: 100px;
    width: 40px !important;
    height: 40px !important;
    font-size: 3em;
    z-index: 99999 !important;
}

.leaflet-control-zoom-out {
    width: 40px !important;
    height: 40px !important;
    font-size: 3em;
}

.leaflet-touch .leaflet-bar a {
    line-height: 40px;
}

.leaflet-touch .leaflet-bar {
    border: none !important;
}


/* Full-width inputs */
input[type=text],
input[type=password],
input[type=email] {
    padding: 12px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}

.regis_button {
    width: 50%;
    max-width: 450px;
    min-width: 250px;
    padding: 12px 20px;
    border-radius: 5px;
}

.rep_button {
    width: 50%;
    padding: 12px 20px;
    border-radius: 5px;
}


.panelbuttons {
    width: 50%;
    max-width: 450px;
    min-width: 250px;
    padding: 12px 20px;
    border-radius: 5px;
}

.regis_inputs {
    width: 50%;
    max-width: 450px;
    min-width: 250px;
    border-radius: 5px;
}

.marker_query_select_input {
    width: 50%;
    max-width: 450px;
    min-width: 250px;
    border-radius: 5px;
}

.marker_query_container {
    text-align: center;
}

.hello_user {
    font-weight: bold;
    font-size: calc(10px + 1.5vw);
}

/* Set a style for all buttons */
button {
    background-color: #477537;
    color: white;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.container {
    display: flex;
    justify-content: center;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 7%;
    border-radius: 50%;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.usernamelabel {
    display: block;
    text-align: center;
}

.emaillabel {
    display: block;
    text-align: center;
}

.passwordlabel {
    display: block;
    text-align: center;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    /* padding: 20px; */
    text-align: center;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#sidebarbutton {
    float: left;
    padding-left: 2vw;
}


table,
th,
td {
    border: 1px solid black;
}

table {
    margin: auto;
    table-layout: fixed;
    width: 50%;
}

.markertomap {
    width: 100%;
    margin: auto;
}

.markerdelete {
    width: 100%;
    margin: auto;
    background-color: red;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.volgerde {
    display: flex;
    justify-content: center;
}

.getal {

    display: flex;
    justify-content: space-around;
    /*align-items: center;*/
    /*color: red;*/
    /*!*margin-left: auto;*!*/
    /*!*margin-right: auto;*!*/
    width: 100%;
    /*left: 50%;*/

    /*width: 100%;*/
}

.but {
    display: flex;
    align-items: center;
}

.but :hover {
    background-color: black;
}

.amount_selection_btn {
    background-color: #477537;
    width: 15%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    size: 1px;
    padding: 10px;
}

#sendbtn {
    background-color: white;
    color: black;
    transition: 0.5s;
    padding: 12px 20px;
    border: 1px solid white;
    border-radius: 4px;
}

#sendbtn:hover {
    background-color: #555555;
    color: white;
}

#volgordesel {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


@media screen and (max-width: 700px) {
    .approveTable {
        width: 80%
    }
}

@media screen and (max-width: 600px) {
    .approveTable {
        width: 100%
    }
}

.approveTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

#approveTable td,
#approveTable th {
    border: 1px solid #ddd;
    padding: 8px;
}

#approveTable tr:nth-child(even) {
    background-color: #f2f2f2;
}


.approveTable th {
    text-align: left;
    background-color: #04AA6D;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.approveTable td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
}


input[type=select],
input[type=file] {
    width: 100%;
    padding: 12px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}

.FavoritesMarker {
    border: gray solid 1px;
    width: 100%;
    border-radius: 5px;
}

.RemoveFavoriteButton {
    border-radius: 5px;
    background-color: #f66e6e;
    width: 20% !important;
    height: 100% !important;
    display: initial !important;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-top: -21px !important;
    margin-bottom: unset !important;
}

.leaflet-left {
    margin-left: -50px !important;
    margin-top: -100px !important;
}

.leaflet-tabmenu {
    margin-left: 10px;
    margin-top: 200px;
    z-index: 9000 !important;
}

.leaflet-tabmenu-tab {
    border-radius: 10px;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.leaflet-tabmenu-tabs {
    border-radius: 10px;
}

.leaflet-tabmenu-panel.active {
    height: 100%;
}

.leaflet-tabmenu-panels {
    border-radius: 5px;
    border: 5px solid #477537;
    min-height: 3vh;
}

.accordion {
    background-color: #477537;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
}

.leaflet-tabmenu-left .leaflet-tabmenu-tabs > li.active
{
	box-shadow:none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
    background-color: #ccc;
}

.hidden {
    display: none;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: lightgray;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.addmarkerinput {
    width: 80% !important;
}

.omschrijvingmarker {
    width: 98% !important;
    height: 100px !important;
}

.addmarkerbutton {
    background-color: #477537;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh;
}

.addmarkerform {
    font-size: 15px !important;
}

/* Style for the share en favorite in prodcut */

svg.svg-inline--fa.fa-star {
    height: 20px;
    margin: 5.7%;
    position: absolute;
    top: 0;
    right: 33.3333%;
    color: black;
}

svg.svg-inline--fa.fa-flag {
    height: 20px;
    position: absolute;
    color: WHITE;
    margin-top: -12.5%;
}

.star_btn {
    cursor: pointer;
    color: white !important;
    margin-top: 2% !important;
}

svg.svg-inline--fa.fa-share-nodes {
        cursor: pointer;
    color: white;

}

svg.svg-inline--fa.fa-share-nodes:hover {
    color: lightgrey;

}


span.cssClassName {
    background-color: red;

}

.icon {
    padding: 0;
    margin: 0;
}

.fav-icon {

}

.share-icon {
    cursor: pointer;
}

.icon-container
{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 30px;
}

.flag-icon {
    color: WHITE;
}

.plek {
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 9px 16px;
}

.pagination {
    margin-top: 5%;
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #04AA6D;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

.pagParent {
    display: flex;
    justify-content: center;
}

.soortenmarker {
    padding: 9px 16px;
    width: 100%;
}

.form_container {
    margin-top: 10%;
    background-color: white;
    width: 50%;
    height: 100%;
    border-radius: 12px;
    padding: 5px;
    text-align: center;
}

#reason {
    width: 80%;
    border-radius: 8px;
    padding: 5px;
    font-size: medium;
}

.t-area {
    width: 80%;
    resize: none;
}


@media screen and (max-width: 600px) {
    svg.svg-inline--fa.fa-flag {
        height: 20px;
        margin: 5.7%;
        position: absolute;
        top: -8px;
        left: 33.3333%;
        color: white;
    }


    svg.svg-inline--fa.fa-share-nodes {
        height: 20px;
        margin: 2%;
        position: absolute;
        top: 0;
        left: 1%;
        cursor: pointer;
        color: white;
    }
}


#bottom-actionbar
{
	width: 100%;
	height: 46px;
	background-color: #477537;
	padding-top: 2px;
	padding-bottom: 2px;
	bottom: 0px;
    position: fixed;
}
.bottom-action
{
	color: #fff;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-active
{
	background-color: #e98842!important;
}

svg.svg-inline--fa.fa-star {
    height: 15px;
    margin: 5.7%;
    position: absolute;
    top: 0;
    right: 33.3333%;
    color: black;
}