.view{display:block;}
.hide{display:none;}
/* PROOF OF CONCEPT BANNER — remove this block when wiring up real data */
.poc-banner{background:#e8862a;color:#2a1a05;font-size:.8rem;font-weight:600;text-align:center;padding:.5rem 1rem;}

/* Dashboard clock — inline instead of a floated overlay so it can't collide
   with the sidebar toggle or wrap content on narrow screens. */
.clock{
	text-align:right;
	font-size:16px;
	color:#000;
	opacity:0.7;
	padding:.75rem 1rem 0;
}
@media (max-width:480px){
	.clock{font-size:14px;}
}

/* "Get Route by Inspector ID" row — wraps cleanly on narrow screens
   instead of relying on the Bootstrap grid classes alone. */
.getroute-row{
	display:flex;
	flex-wrap:wrap;
	gap:.5rem;
	align-items:center;
}
.getroute-row .form-control{
	flex:1 1 12rem;
	min-width:0;
}
/***********************************************/
/*      DRAGGABLE ELEMENT                                                          
/***********************************************/

/***********************************************/
#table{}
#dashboard{}
.mq-ribbon-popup .leaflet-popup-tip-container{display: none;} 
.mq-ribbon-popup .leaflet-popup-content-wrapper{border-radius:6px;} 
.mq-ribbon-popup .leaflet-popup-content-wrapper .leaflet-popup-content{
	margin:3px 6px;
	font-size:11px;
}

.mq-logo-control{
	margin-left: 2px !important;
	margin-bottom: 5px !important;
}

.mq-logo-control img{ position: relative;}

.leaflet-bottom.leaflet-right .mq-attribution-control{
	background:#eaeaea;
	bottom:-2px;
	color:#777777;
	height:13px;
	margin:0;
	padding:0px 5px;
	text-align:right;
	text-transform:uppercase;
	font-weight:normal;
	font-family:sans-serif;
	font-size:9px;
	white-space:nowrap;
	margin-bottom:2px;
	letter-spacing:.5px;
} 
.leaflet-bottom.leaflet-right .mq-attribution-control a{
	color:inherit;
	font-weight:700;
	text-decoration:underline;
}
.active-pink-4 input[type=text]:focus:not([readonly]) { 
	border: 1px solid #f48fb1; 
	box-shadow: 0 0 0 1px #f48fb1; 
}
.active-pink-3 input[type=text] { 
	border: 1px solid #f48fb1; 
	box-shadow: 0 0 0 1px #f48fb1;
	 }
.active-purple-4 input[type=text]:focus:not([readonly]) { 
	border: 1px solid #ce93d8; 
	box-shadow: 0 0 0 1px #ce93d8; 
}
.active-purple-3 input[type=text] { 
	border: 1px solid #ce93d8; 
	box-shadow: 0 0 0 1px #ce93d8; 
}
.active-cyan-4 input[type=text]:focus:not([readonly]) { 
	border: 1px solid #4dd0e1; 
	box-shadow: 0 0 0 1px #4dd0e1; 
}
.active-cyan-3 input[type=text] { 
	border: 1px solid #000000; 
	box-shadow: 0 0 0 1px #000000; 
}
.active-cyan-3 .fa, .active-cyan-4 .fa { color: #000000; }
.active-purple-3 .fa, .active-purple-4 .fa { color: #ce93d8; } 
.active-pink-3 .fa, .active-pink-4 .fa { color: #f48fb1; }

.slippylist {
clear:left;
margin: 1em;
padding: 0 0 1px;
}
.slippylist li {
display: block;
position: relative;
border: 1px solid black;
background: #FFF3CC;
margin: 0; padding: 0 1em;
border-radius: 1px;
margin-bottom: -1px;
max-width: 40%;
line-height: 1.5;
vertical-align: middle;
}

#map{
	position:relative;
	height:55rem;
	width:79rem;
}

@media only screen and (min-width:1200px) and (max-width: 1489px) {
.container{margin-left:19%;}
.row {
    margin-right: -15px;
    margin-left: -37px;
  }
 .paper-stack{width: 43vw;}
#sortable li{margin: 0 3px 3px 47px;}
}
@media only screen and (max-width: 1199px) {
.container{margin-left:19%;}
.row {
    margin-right: -15px;
    margin-left: -37px;
  }
 .paper-stack{width: 43vw;}
 .page{
 	margin-top:-64%;
 	margin-left:41%;
 }
#sortable li{margin: 0 3px 3px 47px;}
#map{
	    position: relative;
    height: 55rem;
    width: 57rem;
}

}