<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root
{
	--corner-radius: 20px;
}

html, body, button, div, input, label, select, textarea, p, span, h1, h2, h3, h4
{
	font-family: Helvetica, sans-serif;
	color: #041d3b;
}

hr { margin-top: 24px; margin-bottom: 24px; }

* { margin: 0px; padding: 0px; }

.navbar { background-color: white;} /*z-index: 999998;*/

.btn-grp-responsive{margin-bottom: 10px;}
.btn-grp-responsive &gt; button{margin-top: 10px;}
#placesList &gt; li{counter-increment: index;}
#placesList &gt; li:first-child:before{border-radius: 0.15rem 0rem 0.25rem 0rem;}
#placesList &gt; li:before{content: counter(index);width: 20px;height: 20px;background-color: #dfdfdf;color: #616161;border-style: solid;border-width: 0px 1px 1px 0px;border-color: #dfdfdf;border-radius: 0rem 0rem 0.25rem 0rem;position: absolute;top: 0px;left: 0px;text-align: center;font-size: 16px;line-height: 20px;}
/*JQuery Autocomplete*/
.ui-autocomplete{width: 1%;max-height: 250px;overflow-y: auto;overflow-x: hidden;box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}
.ui-autocomplete .ui-menu-item{border-bottom: 1px solid #e5e5e5;}
/*TinyMCE*/
.mce-btn-group .mce-btn{float: left;}
.mce-branding{display: none !important;}
.mce-path{visibility: hidden !important;}
.fip-icons-container *, .selected-icon *{font-family: 'fontawesome' !important;}
.marker-form-col{ text-align: left; margin: 0px; margin-bottom: 10px; padding: 0px;}
.marker-form-col .form-inline label{justify-content: flex-start;}

/*Button icon styling*/
button i.fa{opacity: 0.8;}
button:not([disabled]):hover i.fa{opacity: 1;}

/*Prevent jQuery UI accordion from bugging out when minimap is taller than it*/
#accordion .ui-accordion-content{height: 445px;max-height: 445px;}
/*Prevent Chrome outline*/
.ui-accordion-header{outline:none;}
/*Replace jQuery UI accordion's icon with fontawesome*/
.ui-icon[class*=" fa-"]{font-family: "fontawesome";font-size: 32px;height: 32px;width: 32px;text-align: center;text-indent: 0;background: none;margin: -0.825em 0em -0.5em 0em;}

#mkRtChkBx{margin-right: 5px;}
#mapdiv{border: 1px solid #dfdfdf;box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);display: inline-block;margin: 0px 10px 10px 0px;}
#mapdiv:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
/*Remove iframe hidden margin*/
#mapdiv iframe{display: block;}
/*Make marker preview take up the entire width of the swal*/
#markerPreview{width: 100%;}

html, body
{
	padding: 0px;
	margin: 0px;
	min-width: 390px;
	width: 100%;
	height: 100%;
}

iframe
{
	border: 1px solid rgba(0,0,0,.125);
}

iframe,
#iframeGrid
{
	min-width: 200px;
	min-height: 200px;

	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar
{
	position: relative;
	padding-top: calc(28px + 0.5rem);
	width: 100%;
	display: flex;
	overflow: hidden;
}

.navbar .navbar-brand img
{
	width: 42px;
	height: 42px;
}

.bg-om .navbar-brand:focus, 
.bg-om .navbar-brand:hover,
.bg-om .navbar-brand
{
	color: #041d3b;
}

.bg-om .navbar-brand span
{
	line-height: 42px;
	padding-left: 8px;
}

.om-body-container,
.om-body-container .vw-left-panel
{
	min-width: 360px;
	padding-bottom: 15px;
}

@media (min-width: 480px) {
	.om-body-container .vw-left-panel
	{
		min-width: 480px;
	}
}

.om-tab
{
	padding: 1rem;

	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

#vw-controls button[type=button]:not(:first-child)
{
	margin-left: 5px;
}

.modal-dialog
{
	margin-top: 150px;
}

.modal-header
{
	border: none;
	padding: 1rem 1rem;
}

#information figure.highlight
{
	background-color: #f8f9fa;
	padding: 1.5rem;
	padding-top: 2rem;
	margin: 0;
}

#information .vw-clipboard
{
	display: block;
	position: relative;
	float: right;
}

#information .vw-clipboard .btn-clipboard
{
	position: absolute;
	top: .5rem;
	right: .5rem;
	z-index: 10;
	display: block;
	padding: .25rem .5rem;
	border: 0;
	border-radius: .25rem;
	box-shadow: none;
	font-size: 75%;
	color: #818a91;
	background-color: transparent;
}

#information .vw-clipboard .btn-clipboard:disabled
{
	color: white;
	background-color: #28a745;
}

#information .vw-clipboard .btn-clipboard:hover:enabled
{
	color: white;
	background-color: #027de7;
}

#information .vw-clipboard .btn-clipboard,
#information .vw-clipboard .btn-clipboard:disabled,
#information .vw-clipboard .btn-clipboard:hover:enabled
{
	-webkit-transition: background-color 240ms;
	-moz-transition: background-color 240ms;
	-o-transition: background-color 240ms;
	-ms-transition: background-color 240ms;
	transition: background-color 240ms;

	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	-ms-transition: color 200ms;
	transition: color 200ms;
}

#information pre
{
	margin: 0;
}

#information pre code
{
	overflow-y: auto;
	display: block;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#information textarea
{
	height: 200px;
	resize: none;
}


#vw-search-results
{
	display: none;
	width: 100%;
	position: absolute;
	top: 42px;
	z-index: 10000; 
	background-color: #fff;
	border-radius: 8px;

	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#vw-search-results .list-group-item
{
	padding: .65rem 1.25rem;
}

#vw-search-results .list-group-item:first-child
{
	border-radius: 8px 8px 0px 0px;
}

#vw-search-results .list-group-item:last-child
{
	border-radius: 0px 0px 8px 8px;
}

#vw-search-results .list-group-item .text-muted.om-text-xs
{
	font-size: x-small;
}

.icons-selector.selector-popup-wrap, .icons-selector .selector-popup-wrap {
	z-index: 10000 !important;
}

#vw-markers
{
	padding: 0px;
	margin: 10px 0;
	overflow-y: auto
}

#removeAllMarker
{
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: none;
}

#markerPreview
{
	heightL: 200px;
	margin-bottom: 1rem;
}

.bootstrap-select
{
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.bootstrap-select .btn-light
{
	background-color: white;
}

.bootstrap-select .dropdown-toggle:focus
{
	outline: none !important;
}

.dropdown-item
{
	padding: .25rem .75rem;
}

.dropdown-menu li span.fa,
.btn.dropdown-toggle i.fa
{
	width: 32px;
	text-align: center;
}

.dropdown-menu li span.fa.fa-check.check-mark
{
	text-align: right;
}

.nav-tabs .nav-link
{
	border-radius: 8px 8px 0px 0px;
	color: #495057;
}

.nav-tabs .nav-link.active
{
	color: #0056b3;
}

.alert-info,
.alert-warning
{
	font-size: 0.8rem;
	border-radius: 8px;
	text-align: center;
}

.badge.badge-om
{
	color: #fff;
	background-color: #43a047;

	border-radius: 9px;
	padding: .25em 9px;
}

.badge.badge-om.max
{
	background-color: #dc3545;
}

#vw-markers #placesList &gt; li:before
{
	left: 8px;
	top: calc(50% - 10px);
	border-radius: 10px;
	font-size: 12px;
}

#placesList .list-group-item
{
	display: flex;
	align-items: center;
	padding-left: 36px;
	padding-right: 8px;
	width: 100%;
}

#placesList .list-group-item:first-child
{
	border-radius: 8px 8px 0px 0px;
}

#placesList .list-group-item:last-child
{
	border-radius: 0px 0px 8px 8px;
}

#placesList .list-group-item:only-child
{
	border-radius: 8px 8px 8px 8px;
}

#placesList .list-group-item .title
{
	width: 100%;
	vertical-align: middle;
	word-wrap: break-word;
}

#placesList .list-group-item .btn-primary,
#placesList .list-group-item .btn-danger
{
	border-radius: 19px;
}

#placesList .list-group-item .pull-right.button-group .btn
{
	width: 38px;
	height: 38px;
	border: 1px solid rgba(0,0,0,.125);
}

#placesList .list-group-item .pull-right
{
	min-width: 80px;
	max-width: 80px;
	min-height: 38px;
	max-height: 38px;
}

#placesList .list-group-item .pull-right.button-group .btn.btn-primary
{
	color: #A7B0BB;
	background-color: white;
}

#placesList .list-group-item .pull-right.button-group .btn.btn-primary:hover,
#placesList .list-group-item .pull-right.button-group .btn.btn-primary:active
{
	color: white;
	background-color: #007bff;
	border-color: #007bff;
}

#placesList .list-group-item .pull-right.button-group .btn.btn-danger
{
	color: #A7B0BB;
	background-color: white;
}

#placesList .list-group-item .pull-right.button-group .btn.btn-danger:hover,
#placesList .list-group-item .pull-right.button-group .btn.btn-danger:active
{
	color: white;
	background-color: #dc3545;
	border-color: #dc3545;
}

#removeAllMarker.btn
{
	border-radius: 19px;
}

#options .form-group .settings-selector
{
	border-radius: 19px 19px 19px 19px;
	padding-left: 19px;

	background-position: right 19px center;
}

#vw-controls .btn
{
	border-radius: 19px 19px 19px 19px;
	padding-left: 19px;
	padding-right: 19px;
}

.btn &gt; i,
.nav-link &gt; i
{
	margin-right: 4px;
}

#information .vw-clipboard .btn-clipboard
{
	border-radius: 13px;
	padding-left: 13px;
	padding-right: 13px;
	border: 1px solid rgba(0,0,0,.125);
}

#information figure.highlight
{
	border-radius: 8px;
	padding-top: 42px;
	border: 1px solid rgba(0,0,0,.035);
}

.modal-content,
.swal2-popup
{
	border-radius: 12px;
}

.modal-content .modal-header
{
	border-radius: 12px 12px 0px 0px;
	padding: 24px;
}

.modal-content #information.modal-body
{
	border-radius: 0px 0px 12px 12px;
	padding: 0px 24px 24px 24px;
}

.swal2-popup
{
	width: 38rem;
}

.swal2-popup .btn-group.color-selector,
.swal2-popup .icons-selector,
.swal2-popup .icons-selector .selector
{
	width: 101px;
	border-radius: var(--corner-radius);
}

.swal2-popup .icons-selector .selector .selected-icon
{
	border-radius: 20px 0px 0px 20px;
}

.swal2-popup .icons-selector .selector .selector-button
{
	border-radius: 0px 20px 20px 0px;
}

.swal2-popup .btn-group.color-selector
{
	max-height: 40px;
	padding: 0px;
	border: 1px solid #ccc;
}

.swal2-popup .form-check-label .form-check-input
{
	margin-right: 8px;
}

.icons-selector .selector-popup
{
	border-radius: 8px !important;
	padding: 12px;
}

.icons-selector.fip-bootstrap .selector-search input[type=text]
{
	border-radius: 19px;
	padding: 8px 19px;
}

.icons-selector.fip-bootstrap .selector-search i
{
	top: 6px;
}

.icons-selector.fip-bootstrap .fip-icons-container
{
	border: none;
}

.icons-selector.fip-bootstrap .fip-box
{
	width: 42px;
	height: 42px;
	border-radius: 21px;
	line-height: 42px;
	margin: 6px 10px;
	vertical-align: middle;
}

.swal2-popup .swal2-styled
{
	width: 120px;
	height: 38px;
	padding: 0px !important;
	margin: 0px 15px !important;
}

.swal2-popup .swal2-styled:focus
{
	box-shadow: none;
}

.swal2-popup .swal2-styled.swal2-confirm,
.swal2-popup .swal2-styled.swal2-cancel
{
	border-radius: 19px;
}

#form-mk-routing,
#form-mk-routing-config,
#form-mk-popup-editor
{
	display: none;
}

.btn-group.color-selector .btn.dropdown-thumbnail
{
	width: 60px;
	cursor: default;
}

.btn-group.color-selector .btn.dropdown-thumbnail .mk-color-thumbnail
{
	margin-left: auto;
	margin-right: auto;
}

.btn-group.color-selector .btn.dropdown-toggle
{
	width: 41px;
	border: none;
	border-left: 1px solid #ccc;
}

.btn-group.color-selector .btn.dropdown-toggle-split::after
{
	vertical-align: middle;
}

#form-mk-color-select.dropdown-menu
{
	min-width: 168px;
}

.mk-color-thumbnail
{
	width:24px;
	height:24px;
}

.color-thumbnail
{
	width:32px;
	height:32px;
}

.mk-color-thumbnail.red,
.color-thumbnail.red
{
	background-color: #d53e2a;
}

.mk-color-thumbnail.darkred,
.color-thumbnail.darkred
{
	background-color: #9f3235;
}

.mk-color-thumbnail.lightred,
.color-thumbnail.lightred
{
	background-color: #ff8e7f;
}

.mk-color-thumbnail.orange,
.color-thumbnail.orange
{
	background-color: #f49630;
}
.mk-color-thumbnail.beige,
.color-thumbnail.beige
{
	background-color: #ffca92;
}
.mk-color-thumbnail.green,
.color-thumbnail.green
{
	background-color: #72b026;
}

.mk-color-thumbnail.darkgreen,
.color-thumbnail.darkgreen
{
	background-color: #728224;
}

.mk-color-thumbnail.lightgreen,
.color-thumbnail.lightgreen
{
	background-color: #bbf970;
}

.mk-color-thumbnail.blue,
.color-thumbnail.blue
{
	background-color: #38aadd;
}

.mk-color-thumbnail.darkblue,
.color-thumbnail.darkblue
{
	background-color: #0067a3;
}

.mk-color-thumbnail.lightblue,
.color-thumbnail.lightblue
{
	background-color: #89dbff;
}

.mk-color-thumbnail.purple,
.color-thumbnail.purple
{
	background-color: #d051b8;
}

.mk-color-thumbnail.darkpurple,
.color-thumbnail.darkpurple
{
	background-color: #5b396b;
}

.mk-color-thumbnail.pink,
.color-thumbnail.pink
{
	background-color: #ff90e9;
}

.mk-color-thumbnail.cadetblue,
.color-thumbnail.cadetblue
{
	background-color: #426877;
}

.mk-color-thumbnail.gray,
.color-thumbnail.gray
{
	background-color: #575757;
}

.mk-color-thumbnail.lightgray,
.color-thumbnail.lightgray
{
	background-color: #a3a3a3;
}

.mk-color-thumbnail.black,
.color-thumbnail.black
{
	background-color: #303030;
}

.icons-selector.fip-bootstrap .selector-button
{
	background-color: transparent !important;
	background-image: none !important;
}

.icons-selector .fip-icon-down-dir:before
{
	color: #212529;
	font-size: 12px;
}

.routing-selector .form-check-input,
.popup-selector .form-check-input
{
	width: 56px;
	height: 28px;
}

.popup-editor textarea
{
	margin-left: auto;
	margin-right: auto;
}

.form-group label
{
	margin-bottom: 0.18rem;
}

.input-group .form-select
{
	border-radius: var(--corner-radius);
	padding-left: var(--corner-radius);
	padding-right: var(--corner-radius);

	background-position: right var(--corner-radius) center;
}

.input-group .input-group-text:first-child
{
	border-radius: var(--corner-radius) 0px 0px var(--corner-radius);
	padding-left: var(--corner-radius);
	padding-right: var(--corner-radius);
}

.input-group .input-group-text:last-child
{
	border-radius: 0px var(--corner-radius) var(--corner-radius) 0px;
	padding-left: var(--corner-radius);
	padding-right: var(--corner-radius);
}

.input-group :not(textarea).form-control:first-child
{
	border-radius: var(--corner-radius) 0px 0px var(--corner-radius);
	padding-left: var(--corner-radius);
	padding-right: var(--corner-radius);
}

#om-searchbar.form-control,
.input-group :not(textarea).form-control:last-child
{
	border-radius: 0px var(--corner-radius) var(--corner-radius) 0px;
	padding-left: var(--corner-radius);
	padding-right: var(--corner-radius);
}

.input-group textarea.form-control
{
	min-height: 120px;
	max-height: calc(120px * 4);

	border-radius: var(--corner-radius-sm);

	padding-top: var(--corner-radius-sm);
	padding-bottom: var(--corner-radius-sm);

	padding-left: var(--corner-radius);
	padding-right: var(--corner-radius);
}

.om-message
{
	font-size: 0.9rem;
	color: #616161;
}

#zoom-footer
{
	display: none;
}
</pre></body></html>