<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; }

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;
}

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

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

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

.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;
}


.om-checkbox
{
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.alert label.btn
{
	margin: 0;
	padding: 0;
}

.details
{
	position:relative; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	padding: 0px;
}

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

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

#information
{
	padding: 1rem 1rem;
	padding-top: 0;
}

#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;
}

#om-search-clear
{
	background-color: white;
	color: #495057;
	
}

#om-search-clear i
{
	display: none;
	cursor: pointer;
}

#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;
}

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

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

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

.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
{
	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;
}


#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
{
	float: right;
}

#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;
}


@media (max-width: 992px) {
	.btn-group-lg&gt;.btn, .btn-lg {
	    padding: 5px 10px;
	    font-size: 12px;
	    line-height: 1.5;
	    border-radius: 3px;
	    margin-top: 10px;
	  }
}

@media (max-width: 1500px) {
	.btn-group-lg&gt;.btn, .btn-lg {
		margin-top: 10px;
	}
}


#form-mk-config,
#zoom-footer
{
	display: none;
}

.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;
}
</pre></body></html>