<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.map-window
{
    position: absolute;
    width:  600px;
    height: 320px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #CCC;
    display: none;
}

.map img { max-width: inherit; }

._popup
{
    z-index: 1000;
}

.PopUpMapView
{
    display: inline-block;
}
div#current-date-time
{
	float: right;
}

em.validation-placeholder {
	color: red;
}

div.printable-only {
	width: 190mm !important;
	border: 1px solid #f00;
}

.clear-floats {
	clear: both;
}

.slot-events .slot .event.draft { background: #29a6db; }
.slot-events .slot .event.cancelled { background: #C67171; }
.slot-events .slot .event.confirmed { background: #78AB46; }
.slot-events .slot .event.complete{ background: #C1C1C1; }


.search-panel-table .view-records-button {
	margin-left: 0;
}

.site-picker {
	vertical-align: middle;
	padding-top: 6px;
}

.buttonSelect {
    background-color: #276dff;
    color: white;
}

#contentTable {
    height: 100%;
    transition: height 2s;
}

.devCentered {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.dashboard .dashboard__panel .panel__inner .amount, .dashboard .dashboard__panel--hi .panel__inner .amount, .dashboard .dashboard__panel--table .panel__inner .amount
{
	font-size: 2em;
}

.burial-fees input[type=checkbox] {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	margin: 7px;
}

.burial-fees label {
	display: inline;
}

#MemorialMasonAddPresenter_Save
{
    background-color: #0C3A56;
}

#FuneralDirectorAddPresenter_Save
{
    background-color: #0C3A56;
}

.Blocked
{
    opacity: 0.5;
    color: #ab0000;
}

.indent
{
    display: inline-block;
    margin-right: 20px;
}
.DeceasedRecordDisplay
{
    background-color: #EEEEEE;
    float: left;
    margin-right: 5px;
}

.loading
{
	background: no-repeat url("/static/images/loading.gif") center center;
	margin-left: 5px;
	width: 32px;
	height: 32px;
	position: fixed;
}

.additional-actions {
	display: none;
	position: absolute;
	text-align: left;
	padding: 5px 10px;
	background: #EFEFEF;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}
.additional-actions input {
	display: block;
	margin: 6px 0;
}
.additional-actions a {
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	font-family: SSStandard;
	margin-top: 5px;
	text-decoration: none !important;
}

.additional-actions .button-link
{
	font-family: Open Sans, sans-serif;
	width:auto;
	float:none;
	display: inline-table;
}

.RolesCheckSetView label {
	text-align: left !important;
	width: auto !important;
}</pre></body></html>