﻿/*----------------------------------------------------------
Map defenitie 
----------------------------------------------------------*/
.bmcimg
{
	background-image: url(~/Content/Marker/dbkmarker/BMC.png);
	}
.incibut {
    width:100%; 
    margin-top:5px;
}

.curbut {
    border-radius: 0.375rem; /* iets afgeronde hoeken */
    padding: 0.75rem 1rem; /* verticale/horizontale padding */
    font-size: 1rem; /* normale tekstgrootte */
}

/* De bovenbalk styling */
.custom-navbar {
    background-color: #ffffff;
    border-bottom: 3px solid #198754; /* De kenmerkende groene RIS lijn */
    padding: 0.8rem 1rem;
}

/* Navigatie links */
.navbar-nav .nav-link {
    color: #495057;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
}

    .navbar-nav .nav-link:hover {
        color: #198754 !important;
    }

/* Dropdown styling */
.dropdown-menu {
    border-top: 3px solid #198754 !important;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.dropdown-item:hover {
    background-color: #e8f5e9;
    color: #198754;
}

/* Klant ID badge */
.klant-badge {
    background-color: #f1f3f5;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 0.85rem;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

/* ####################################             Vanaf hier is AI*/
/* 🌍 ALGEMENE PAGINAOPMAAK */
body {
    background-color: #f5f6f8;
    font-family: "Segoe UI", sans-serif;
}

.card {
    background-color: #ffffff;
}

.card-body {
    background-color: #fdfdfd;
}

h6 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    color: #495057;
}

.form-control,
.form-select {
    border-radius: 0.5rem;
    padding: 0.5rem 0.6rem;
    font-size: 0.95rem;
}

.col-md-3 .form-control,
.col-md-3 .form-select,
.col-md-3 input,
.col-md-3 select,
.col-md-3 textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

#search {
    width: 100% !important;
}

#suggestions {
    max-height: 200px;
    overflow-y: auto;
}

#currentdiv {
    transition: background-color 0.2s ease;
    max-height: 300px;
    overflow-y: auto;
}


    #currentdiv:hover {
        background-color: #f9f9f9;
    }

    /* Hierzo Alleen QUEUE Button*/
.queue-btn {
    background-color: #007bff;
    color: white;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.1s, box-shadow 0.3s;
}

    .queue-btn:hover {
        transform: scale(1.02);
        box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    }

.remove-btn {
    background-color: rgba(0,0,0,0.4);
    border: none;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
}

    .remove-btn:hover {
        background-color: rgba(0,0,0,0.7);
        transform: scale(1.1);
    }

.timer {
    font-weight: bold;
    font-family: monospace;
    background-color: rgba(255,255,255,0.2);
    padding: 3px 6px;
    border-radius: 6px;
    margin-left: 10px;
}

/* 🔵 QUEUE- & INCIDENTKNOPPEN */
.incident-btn {
    width: 100%;
    text-align: left;
    border-radius: 12px;
    padding: 10px 15px;
    margin-bottom: 8px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease, transform 0.1s ease, box-shadow 0.3s ease;
}


    .incident-btn:hover {
        transform: scale(1.02);
        box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    }


/* blauw */
.btn-state-1 {
    background-color: #0275d8;
}
/* blauw */
.btn-state-2 {
    background-color: #f0ad4e;
}
/* oranje */
.btn-state-3 {
    background-color: #5cb85c;
}
/* groen */
.btn-state-unknown {
    background-color: #6c757d;
}
/* grijs */

.timer {
    font-weight: bold;
    font-family: monospace;
    background-color: rgba(255,255,255,0.2);
    padding: 3px 6px;
    border-radius: 6px;
}

#result {
    min-height: 80px;
}

@media (max-width: 992px) {
    .col-md-3,
    .col-md-6 {
        margin-bottom: 1rem;
    }
}

/* 🔥 RIS Navbar Styling */
.custom-navbar {
    background: linear-gradient(90deg, #ffffff, #f9fafc);
    padding: 0.75rem 1rem;
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
}

    .custom-navbar .navbar-brand {
        font-size: 1.3rem;
        letter-spacing: 0.5px;
    }

    .custom-navbar .nav-link {
        color: #495057 !important;
        margin-right: 0.8rem;
        transition: color 0.3s ease, background-color 0.3s ease;
        border-radius: 0.5rem;
        padding: 0.4rem 0.8rem;
    }

        .custom-navbar .nav-link:hover,
        .custom-navbar .nav-item.show .nav-link {
            background-color: rgba(220, 53, 69, 0.1);
            color: #dc3545 !important;
        }

    .custom-navbar .dropdown-menu {
        border: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        border-radius: 0.75rem;
        padding: 0.5rem;
    }

    .custom-navbar .dropdown-item {
        border-radius: 0.5rem;
        transition: background-color 0.2s ease;
    }

        .custom-navbar .dropdown-item:hover {
            background-color: #f8f9fa;
        }

/* Zorg dat het icoontje zichtbaar is */
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280,0,0,0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Zet #inputtoggle terug naar normale grootte */
#inputtoggle {
    width: auto !important;
    margin-right: 8px;
    transform: scale(1.2); /* iets groter en duidelijker */
    accent-color: #007bff; /* moderne blauwe checkbox (werkt in moderne browsers) */
}

    /* Label netjes naast checkbox */
    #inputtoggle + label,
    .checkbox label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 1rem;
        font-weight: 500;
    }
/* Verbeterde toggle voor #inputtoggle */
.form-switch .form-check-input {
    width: 3.2em;
    height: 1.8em;
    background-color: #ccc;
    border-radius: 1.2em;
    border: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

    .form-switch .form-check-input::before {
        content: "";
        position: absolute;
        top: 0.2em;
        left: 0.2em;
        width: 1.4em;
        height: 1.4em;
        border-radius: 50%;
        background-color: white;
        transition: transform 0.3s ease;
    }

    /* Actieve (ingeschakelde) status */
    .form-switch .form-check-input:checked {
        background-color: #007bff;
    }

        .form-switch .form-check-input:checked::before {
            transform: translateX(1.4em);
        }

/* Label goed uitlijnen naast schakelaar */
.form-switch .form-check-label {
    margin-left: 0.6em;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    vertical-align: middle;
}
/* 🔘 Toggle-wrapper */
.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}

/* 🔘 Verborgen checkbox */
.toggle-input {
    display: none;
}

/* 🔘 Label als container */
.toggle-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

/* 🔘 Slider (visuele knop) */
.toggle-slider {
    position: relative;
    width: 50px;
    height: 26px;
    background-color: #ccc;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

    .toggle-slider::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 50%;
        transition: transform 0.3s ease;
    }

/* ✅ Actieve toestand */
.toggle-input:checked + .toggle-label .toggle-slider {
    background-color: #007bff;
}

    .toggle-input:checked + .toggle-label .toggle-slider::before {
        transform: translateX(24px);
    }

/* 🔤 Tekst */
.toggle-text {
    margin-left: 10px;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}
/* ####################################             Tot hier is AI*/

.rismap
{
	width:100%;
	height:700px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		}

.rishelp 
{
	text-decoration:none;
		cursor:help;
		}

.rishelp:hover
{
	text-decoration:none;
	cursor:help;
		}		

.ui-helper-hidden-accessible
{
	display:none;
	}

#map_canvas 
	{ 
		height: 600px;
		width: 100%;
		}

#shelf 
{
	position:fixed;
	top:150px;
	left:100px; 
	height:100px;
	width:200px;
	background:white;
	opacity:0.7;}

#draggable 
{
	
	top:10px; 
	left:10px; 
	width: 30px; 
	height: 30px;z-index:1000000000;}
	
#draggable2 
{
	
	top:10px; 
	left:10px; 
	width: 30px; 
	height: 30px;z-index:1000000000;}	

/* Skilss layout
----------------------------------------------------------*/
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.Uitgerukt 
{
	text-decoration:blink;
	color:Fuchsia;
	}

.Uitruk 
{
	color:Green;
	}
	
.Ter 
{
	color:Red;
	}	



.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}



.GridTable ,td ,th
{
 margin: 1em; border-collapse: collapse;
padding: .3em; border: 1px #ccc solid;
}

.hovert
{
	height:auto;
	width:auto;
}

body {
    background-color: #fff;
    color: #333;
    margin: 0;
    padding-left:25px;
    padding-right:25px;
    
}

/* Fix voor kaarten in combinatie met Bootstrap */
.google-map-canvas,
.google-map-canvas * {
    box-sizing: content-box;
}

/* Omdat je Leaflet gebruikt, is dit ook handig: */
.leaflet-container {
    box-sizing: border-box;
}

#objmap img { 
  max-width: none;
}

#ObjectMap img { 
  max-width: none;
}

#wrapper2
{
	position: relative; 
	}

#overrightsel {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-width: 2px;
    border-color: Gray;
    position: absolute;
    background-color: White;
    height: 60px;
    width: 300px;
    top: 10px;
    right: 10px;
    z-index: 150;
    bottom: 10px;
    padding: 10px; /* Dit vervangt de 4 losse padding regels */
}
	 	
	 	
.inputOBJ
{
	height:120px;
	overflow:scroll;
	}

#IncidentMAP
{
	
	height:500px;
	-moz-border-radius: 35px;
	border-radius: 20px;
}


ul.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
    .ui-menu-item > a.ui-corner-all

{
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
/* Hier miste de afsluitende accolade */

.ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}


#wrapper  
{
	position: relative; 
	}
	
	 #overrightform  
	 {
	 	-moz-border-radius: 15px;
		border-radius: 15px;
		border-width: 2px;
		border-color: Gray;
	 	position: absolute; 
	 	background-color:White; 
	 	height:550px;
	 	width:360px;
	 	top: 10px; 
	 	right: 10px; z-index: 99; 
	 	bottom:10px;
	 	padding-left:10px;
	 	padding-bottom:10px;
	 	padding-top:10px;
	 	}
	 	
	 	
	 		 #overrightinfo  
	 {
	 	-moz-border-radius: 15px;
		border-radius: 15px;
	 	position: absolute; 
	 	background-color:White; 
	 	height:400px;
	 	width:300px;
	 	top: 130px; 
	 	right: 10px; z-index: 99; 
	 	bottom:10px;
	 	padding-left:10px;
	 	overrightform-bottom:10px;
	 	padding-top:10px;
	 	}
	
