<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:before, *:after {
	box-sizing: inherit;
}

html {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	min-height: 100vh;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	background: #EDF2F5;
	color: #97a0af;
	font-size: 13px;
	min-height: 100vh;
	font-weight: 300;
}

.clear {
	clear: both;
}

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.alert-info {
	background: #D9E6F2;
	border-color: #B3CCE6;
	border-bottom-color: #9FBFDF;
	padding: 12px 30px;
	color: #333;
}

.alert-error {
	background: #FFA3A3;
	border-color: #FF827B;
	border-bottom-color: #F86B67;
	padding: 12px 30px;
	color: #333;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

.uppercase {
	text-transform: uppercase;
}

a {
	color: #34d3eb;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:active {
	color: #15bdd7;
	text-decoration: underline;
}

.svg-delete { background-image: url(../img/trash.svg); background-size: 60%; background-position: 50%; background-repeat: no-repeat; }

.btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #e8edf1;
	color: #4c5667;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #e8edf1;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
	background: #d8dde1;
	border: 1px solid #d8dde1;
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-block {
	display: block;
	width: 100%;
}

.btn.btn-rnd {
	padding: 11px 40px;
	border-radius: 30px;
	min-width: 140px;
}

.btn-blue { background: #29b6f6; color: #fff !important; border: 1px solid #29b6f6; }
.btn-blue:hover { background: #0aa9f1; border: 1px solid #0aa9f1; }
.btn-blue:focus { background: #0a9fe2; border: 1px solid #0a9fe2; outline: none; }
.btn-blue:active { background: #0a9fe2; border: 1px solid #0a9fe2; outline: none; }
.btn-green { background: #55e0aa; color: #fff !important; border: 1px solid #55e0aa; }
.btn-green:hover { background: #37da9b; border: 1px solid #37da9b; }
.btn-green:focus { background: #2ad894; border: 1px solid #2ad894; outline: none; }
.btn-green:active { background: #2ad894; border: 1px solid #2ad894; outline: none; }
.btn-ltblue { background: #34d3eb; color: #fff !important; border: 1px solid #34d3eb; }
.btn-ltblue:hover { background: #17cae5; border: 1px solid #17cae5; }
.btn-ltblue:focus { background: #15bdd7; border: 1px solid #15bdd7; outline: none; }
.btn-ltblue:active { background: #15bdd7; border: 1px solid #15bdd7; outline: none; }
.btn-drkblue { background: #4c5667; color: #fff !important; border: 1px solid #4c5667; }
.btn-drkblue:hover { background: #3d4552; border: 1px solid #3d4552; }
.btn-drkblue:focus { background: #363d4a; border: 1px solid #363d4a; outline: none; }
.btn-drkblue:active { background: #363d4a; border: 1px solid #363d4a; outline: none; }

.tree .treegrid-expander {
	width: 20px;
}

.tree .treegrid-expander-expanded:after {
	content: "\f35e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 15px;
}

.tree .treegrid-expander-collapsed:after {
	content: "\f362";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 15px;
}

.icon {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: cover;
}

.icon.cloud-pending { background-image: url(../img/cloud-pending.png); }
.icon.cloud-good { background-image: url(../img/cloud-good.png); }
.icon.cloud-bad { background-image: url(../img/cloud-bad.png); }

.kvp {
	border-collapse: collapse;
}

.kvp td {
	padding: 1px 8px;
	vertical-align: top;
	font-size: 0.9em;
}

.kvp td.k {
	text-transform: uppercase;
}

.kvp tr {
	border-bottom: dashed #888 1px;
}

.kvp tr:last-child {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dfe3e9;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none;
}

textarea.form-control {
	height: auto;
}

.form-control:focus {
	border-color: #66afe9;
}

.form-control::-moz-placeholder {
	color: #4c5667;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #4c5667;
}

.form-control::-webkit-input-placeholder {
	color: #4c5667;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed;
}

input.form-control, select.form-control {
	height: 45px;
}

input.labelauty + label {
	border-radius: 0;
}

input.labelauty:checked + label {
	background-color: #29b6f6;
}

input.labelauty:checked:not([disabled]) + label:hover {
	background-color: #0aa9f1;
}

button:focus, input:focus, select:focus, .select2-container:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ace-editor {
	position: relative;
	width: 100%;
}

.select2-hidden-accessible {
	opacity: 0 !important;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.select2-container {
	display: block;
	padding: 0;
	max-width: 800px;
	z-index: 200000;
}

.select2-container .select2-selection {
	font-size: 14px;
	border: 0px;
	padding: 0;
	color: #555;
	outline: none;
}

.select2-container .select2-selection .select2-selection__rendered {
	height: 34px;
	line-height: 34px;
	padding: 0;
}

.select2-container .select2-selection .select2-selection__arrow {
	height: 32px;
}

.select2-container .select2-selection .select2-selection__arrow b {
	border-color: #555 transparent transparent transparent;
}

.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
	border-color: transparent transparent #555 transparent;
}

.select2-container .select2-search--dropdown .select2-search__field {
	border: 1px solid #CBD0D8;
}

.select2-dropdown {
	background-color: white;
	background-image: url(../img/select_sep.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CBD0D8;
	color: #555;
}

.select2-container .select2-results__option {
	padding: 6px 12px;
}

.select2-container .select2-results__option--highlighted[aria-selected=true] {
	background-color: white;
	color: #555;
}

.select2-container .select2-results__option[aria-selected=true] {
	background-color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
	background-color: #EDF2F5;
	color: #555;
}

ul, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: 300;
}

h1 {
	font-size: 25px;
	font-weight: normal;
}

.spacer {
	flex-grow: 1;
}

.dropdown {
	display: inline-block;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	background: #e8edf1;
}

.dropdown a {
	display: inline-block;
	color: #555;
}

.dropdown a:hover {
	text-decoration: none;
}

.dropdown &gt; a {
	margin: 8px 12px;
}

.dropdown a i {
	margin-right: 3px;
}

.dropdown.arrow &gt; a:after {
	content: "\f0d7";
	margin-left: 8px;
	font-family: "Font Awesome 5 Pro";
	font-size: 13px;
}

.dropdown {
	position: relative;
}
.dropdown &gt; ul {
	display: none;
	background-color: white;
	background-image: url(../img/select_sep.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	left: 0;
	right: 0;
	min-width: 150px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.08);
	z-index: 100;
}
.dropdown.rtl ul {
	left: auto;
	right: 0;
}
.dropdown ul li.divider {
	margin: 1px 1px;
	box-sizing: content-box;
	height: 1px;
	background: #eee;
}
.dropdown ul li a, .dropdown ul li span {
	transition: background-color 0.1s ease-in-out;
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	display: block;
	padding: 5px 15px;
	background: tranparent;
	color: #495468;
	text-decoration: none;
	text-align: left;
	line-height: 26px;
	cursor: pointer;
}
.dropdown ul li a:hover, .dropdown ul li span:hover {
	background: #EDF2F5;
}

#page {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#page &gt; header {
	height: 60px;
	line-height: 60px;
	width: 100%;
	background: #4A5568;
	color: white;
	display: flex;
	align-items: center;
	padding-right: 30px;
}

#page &gt; header &gt; .menu {
	height: 60px;
	background-color: #3A4353;
	color: white;
	width: 60px;
	text-align: center;
	font-size: 34px;
	cursor: pointer;
}

#page &gt; header &gt; ul.hdrtabs {
	display: flex;
}

#page &gt; header &gt; ul.hdrtabs &gt; li {
	padding: 0 25px;
	text-transform: uppercase;
	border-top: 3px solid transparent;
	line-height: 57px;
	cursor: pointer;
}

#page &gt; header &gt; ul.hdrtabs &gt; li &gt; a {
	display: block;
	color: white;
	font-size: 14px;
}

#page &gt; header &gt; ul.hdrtabs &gt; li &gt; a &gt; i {
	font-size: 17px;
	margin-right: 6px;
}

#page &gt; header &gt; ul.hdrtabs &gt; li &gt; a:hover, #page &gt; header &gt; ul.hdrtabs &gt; li &gt; a:active {
	color: white;
	text-decoration: none;
}

#page &gt; header &gt; ul.hdrtabs &gt; li:hover {
	background: rgba(255, 255, 255, 0.04);
}

#page &gt; header &gt; ul.hdrtabs &gt; li.active {
	background: rgba(255, 255, 255, 0.04);
	border-top: 3px solid #00B3F9;
	cursor: default;
}

#page &gt; header &gt; ul.hdrtabs &gt; li &gt; i {
	margin-right: 5px;
	font-size: 1.3em;
}

#page &gt; header &gt; .separator {
	box-sizing: content-box;
	margin: 0px 20px;
	width: 1px;
	background: #586375;
	height: 40px;
}

#page &gt; header &gt; .dropdown {
	height: 30px;
	line-height: 30px;
	padding: 0px 12px;
	background: rgba(255, 255, 255, 0.1);
	margin-left: 15px;
}

#page &gt; header &gt;.dropdown &gt; a {
	color: white;
	margin: 0;
}

#page &gt; header &gt; form &gt; select {
	width: 250px;
	opacity: 0;
}

#page &gt; header &gt; form &gt; .select2-container {
	display: block;
	padding: 0;
	background: rgba(255, 255, 255, 0.1);
	height: 30px;
}

#page &gt; header &gt; form &gt; .select2-container .select2-selection {
	background: transparent;
	font-size: 14px;
	border: 0px;
	padding: 0 0 0 12px;
	color: #555;
	outline: none;
}

#page &gt; header &gt; form &gt; .select2-container .select2-selection .select2-selection__rendered:before {
	content: "\f1ad";
	margin-right: 8px;
	font-family: "Font Awesome 5 Pro";
	font-size: 13px;
}

#page &gt; header &gt; form &gt; .select2-container .select2-selection .select2-selection__rendered {
	height: 30px;
	line-height: 30px;
	padding: 0;
	color: white;
}

#page &gt; header &gt; form &gt; .select2-container .select2-selection .select2-selection__arrow {
	margin-left: 8px;
	height: 28px;
}

#page &gt; header &gt; form &gt; .select2-container .select2-selection .select2-selection__arrow b {
	border-color: white transparent transparent transparent;
}

#page &gt; header &gt; form &gt; .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
	border-color: transparent transparent white transparent;
}

#page &gt; header &gt; form &gt; .select2-container .select2-search--dropdown .select2-search__field {
	border: 1px solid #CBD0D8;
}

#page &gt; header &gt; form &gt; .select2-dropdown {
	background-color: white;
	background-image: url(../img/select_sep.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CBD0D8;
}

#page &gt; .sidebar {
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: -250px;
	top: 60px;
	bottom: 30px;
	width: 250px;
	background: white;
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.08);
	padding: 25px 0px;
	z-index: 1000;
}

#page &gt; .sidebar &gt; section {
	margin-bottom: 20px;
}

#page &gt; .sidebar &gt; section &gt; h1 {
	color: #4A5568;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: 1px solid #D8E1E6;
	padding-bottom: 12px;
	cursor: pointer;
	margin: 0px 25px;
}

#page &gt; .sidebar &gt; section &gt; h1 &gt; i:before {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	margin-right: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f152";
}

#page &gt; .sidebar &gt; section.open &gt; h1 &gt; i:before {
	content: "\f152";
}

#page &gt; .sidebar &gt; section &gt; ul {
	margin-top: 6px;
}

#page &gt; .sidebar &gt; section &gt; ul &gt; li {
	padding: 7px 0px 7px 25px;
	margin-left: 1px;
	border-left: 3px solid transparent;
}

#page &gt; .sidebar &gt; section &gt; ul &gt; li.active {
	border-left: 3px solid #00B3F9;
}

#page &gt; .sidebar &gt; section &gt; ul &gt; li &gt; a {
	color: #959FB0;
	text-decoration: none;
}

#page &gt; .sidebar &gt; section &gt; ul &gt; li.active &gt; a {
	font-weight: 600;
	color: #00B3F9;
}

#page &gt; .sidebar &gt; section &gt; ul &gt; li &gt;a:hover, #page &gt; .sidebar &gt; section &gt; ul &gt; li &gt; a:active {
	color: #15bdd7;
}

#page &gt; section#main {
	align-items: center;
	padding: 20px 60px;
}

#page &gt; section#main &gt; .menubar {
	height: 42px;
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid #D8E1E6;
}

#page &gt; section#main &gt; .menubar &gt; h1 {
	height: 32px;
	line-height: 32px;
	color: #4A5568;
	font-size: 18px;
}

#page &gt; section#main &gt; .menubar &gt; .dropdown, #page &gt; section#main &gt; .menubar &gt; a {
	margin-left: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	background: white;
	color: #4A5568;
	user-select: none;
}
#page &gt; section#main &gt; .menubar &gt; a i {
	margin-right: 4px;
}

#page &gt; section#main &gt; .menubar &gt; a:hover {
	text-decoration: none;
}

#page &gt; section#main &gt; .menubar &gt; .dropdown &gt; a {
	color: #4A5568;
	margin: 0;
	min-width: 75px;
}

#page &gt; section#main &gt; .content {
	padding-top: 35px;
}

#page &gt; section#main.full-page {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

#page &gt; footer {
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	width: 100%;
	background: #4A5568;
	color: white;
	display: flex;
	align-items: center;
	padding: 0px 30px;
}

#page &gt; footer &gt; .separator {
	box-sizing: content-box;
	margin: 0px 10px;
	width: 1px;
	background: #586375;
	height: 20px;
}

.portlet {
	background: white;
	border: 1px solid #E7EBF2;
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.04);
}

.portlet + .portlet, .portlet + .tabs, .tabs + .portlet {
	margin-top: 20px;
}

.portlet.chart {
	padding: 20px;
}

.portlet.chart h1 {
	color: #424242;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px 15px 10px;
}

.portlet &gt; form {
	margin: 35px 30px;
}

.portlet form section, form .tabs section {
	border-bottom: 1px solid #ECEFF3;
	padding-bottom: 20px;
	margin-bottom: 45px;
}

.portlet form section.last, form .tabs section.last {
	border-bottom-color: transparent;
}

form section &gt; h1.title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #424242;
	margin-bottom: 12px;
}

.form-group {
	flex: 1;
	display: flex;
	padding: 8px 0;
	align-items: center;
}

.form-row {
	display: flex;
}

.form-row .col-gutter {
	margin: 0 20px;
	width: 1px;
	border-left: 1px dashed #E7EBF2;
}

.form-row .col-blank {
	flex: 1;
}

.form-group &gt; .label {
	vertical-align: top;
	display: block;
	color: #424242;
	font-weight: 300;
	width: 250px;
	font-size: 14px;
}

.form-row.col2 .form-group &gt; .label {
	width: 200px;
}

.form-row.col3 .form-group &gt; .label {
	width: 150px;
}

.form-row.col4 .form-group &gt; .label {
	width: 100px;
}

.form-group &gt; .label &gt; span.required {
	display: inline-block;
	color: #C60000;
	font-weight: bold;
}

.form-group &gt; .label &gt; div.subtitle {
	display: block;
	margin-top: 3px;
	color: #A1A1A1;
	font-size: 12px;
}

.form-group .labelauty-unchecked, .form-group .labelauty-checked {
	min-width: 100px;
}

.form-group &gt; input, .form-group &gt; select, .form-group &gt; .select2 {
	flex: 1;
	font-size: 14px;
	padding: 0px 12px;
	border: 1px solid #CBD0D8;
	height: 34px;
	line-height: 34px;
	color: #555;
}

.form-group &gt; .array-item {
	flex: 1;
	display: block;
	counter-reset: itemindex;
}

.form-group &gt; .array-item tr.empty td {
	font-style: italic;
	color: #424242;
}

.form-group &gt; .array-item td {
	vertical-align: top;
}

.form-group &gt; .array-item td.index {
	border-left: 1px solid #E7EBF2;
	padding: 14px 12px 0px 10px;
	width: 50px;
}

.form-group &gt; .array-item td.index::before {
	color: #424242;
	counter-increment: itemindex;
	content: counter(itemindex) ". ";
}

.form-group &gt; .array-item td.action {
	padding: 8px 12px 0 0;
}

.form-group &gt; .array-item tr:last-child td.item {
	border-bottom: 0px;
}

.form-group &gt; .array-item td.item {
	width: 100%;
	border-bottom: 1px dotted #E7EBF2;
}

.form-group &gt; .array-item td.item label {
	width: 150px;
}

form footer {
	border-top: 0px;
	background: white;
	margin-top: -35px;
	padding: 0px 35px 35px 35px;
	display: flex;
	justify-content: flex-end;
}

form &gt; footer &gt; button, form &gt; footer &gt; a.btn {
	margin-left: 14px;
}

form &gt; footer &gt; button.success {
	background: #F96D02;
	color: white;
}

.features {
	background: white;
	border: 1px solid #E7EBF2;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 0 40px;
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.04);
}

.features &gt; a {
	flex: 1;
	display: block;
	color: #333;
	position: relative;
	min-height: 70px;
	padding: 2px 0 0 90px;
	margin: 0 80px 40px 0;
	min-width: 400px;
}

.features &gt; a.filler {
	height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
}

.features &gt; a:hover {
	text-decoration: none;
}

.features &gt; a &gt; img {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	vertical-align: top;
}

@media only screen and (max-width: 600px) {
	#page &gt; section#main {
		padding: 6px 20px;
	}

	.features {
		padding: 18px 0 0 18px;
		display: block;
	}

	.features &gt; a {
		flex: 1;
		display: block;
		color: #333;
		position: relative;
		min-height: 60px;
		padding: 2px 0 0 50px;
		margin: 0 30px 10px 0;
		min-width: 0px;
	}

	.features &gt; a + a {
		margin-top: 28px;
	}

	.features &gt; a &gt; img {
		width: 30px;
		height: 30px;
	}
}

.features &gt; a &gt; h1 {
	font-size: 16px;
	color: #29b6f6;
	font-weight: normal;
}

.features &gt; a &gt; p {
}

.tabs {
}

.tabs &gt; ul {
	display: flex;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
	user-select: none;
}

.tabs &gt; ul &gt; li {
	min-width: 170px;
	color: #424242;
	background: #FAFCFF;
	margin-right: 5px;
	border: 1px solid #E7EBF2;
	border-bottom: 0px;
	cursor: pointer;
}

.tabs li.active {
	background: white;
	box-shadow: inset 0 3px 0 0 #00B3F9;
	color: #00B3F9;
	height: 51px;
	cursor: default;
}

.tabs .tab-pane {
	border: 1px solid #E7EBF2;
	padding: 35px 30px;
	background: white;
	display: none;
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.04);
}

form .tabs .tab-pane {
	border-bottom: 0px;
}

.tabs .tab-pane.active {
	display: block;
}

.login-box {
	max-width: 500px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.04);
	position: relative;
}

@media only screen and (max-width: 600px) {
	.login-box {
		margin: 0 20px;
	}
}

.login {
	background: #eef2f5;
	padding-top: 200px;
	padding-bottom: 130px;
	min-height: 100%;
}

.login-box .logo {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
}

.login-box h2 {
	font-size: 24px;
	color: #4c5667;
	text-align: center;
	margin-bottom: 30px;
}

.login-box .form-group {
	margin-bottom: 20px;
	position: relative;
}

.login-box .password {
	padding-right: 130px;
}

.login-box .forget-password {
	font-size: 13px;
	position: absolute;
	right: 15px;
}

.login-box .btn {
	margin-top: 20px;
	text-transform: uppercase;
	height: 50px;
}

.login-box .error {
	color: #FF3333;
	margin-bottom: 12px;
	margin-top: 0;
}

canvas.screencast {
}

table.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.table tr td, table.table tr th {
    border-bottom: 1px solid #F2F2F2;
    padding-left: 30px;
}

table.report tr td, table.report tr th {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

table.table tr td, table.table tr th {
	border-bottom: 1px solid #F2F2F2;
	padding-left: 30px;
}

table.table tr:hover td {
	background: #F6FAFB;
}

/*table.table tbody tr:last-child td {
	border-bottom: 0px;
}*/

table.table &gt; thead &gt; tr &gt; th {
	background: #FCFCFB;
	color: #403D40;
	font-weight: normal;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: left;
}

table.table &gt; tbody &gt; tr &gt; td, table.table &gt; tfoot &gt; tr &gt; td {
	color: #424242;
	text-align: left;
	padding-top: 14px;
	padding-bottom: 14px;
}

table.table.condensed &gt; thead &gt; tr &gt; th {
	padding-top: 12px;
	padding-bottom: 12px;
}

table.table.condensed &gt; tbody &gt; tr &gt; td, table.table.condensed &gt; tfoot &gt; tr &gt; td {
	padding-top: 6px;
	padding-bottom: 6px;
}

table.table.condensed &gt; tbody &gt; tr &gt; td &gt; .dropdown &gt; a {
	margin: 3px 6px;
	font-size: 90%;
}

table.bordered &gt; thead &gt; tr &gt; th, table.bordered &gt; tbody &gt; tr &gt; td, table.bordered &gt; tfoot &gt; tr &gt; td {
	border: 1px solid #F2F2F2;
}

table.striped &gt; tbody &gt; tr:nth-child(even) &gt; td {
	background-color: #FCFCFB;
}

table.striped &gt; tbody &gt; tr:nth-child(even):hover &gt; td {
	background: #F6FAFB;
}

.receipt {
	margin: 0 auto;
	background: white;
	color: black;
	padding: 12px;
	border: 1px solid #DDE1E4;
	font-family: monospace;
	font-size: 13px;
	width: 425px;
}

.receipt &gt; div { white-space: pre; margin-bottom: 1px; }
.receipt &gt; div &gt; div { display: inline-block; height: 15px; }
.receipt &gt; div &gt; div.bold { font-weight: bold; }
.receipt &gt; div &gt; div.ital { font-style: italic; }
.receipt &gt; div &gt; div.under { text-decoration: underline; }
.receipt &gt; div &gt; div.w1h2 { transform: scale(1, 2); transform-origin: top left; height: 30px; width: 100%; }
.receipt &gt; div &gt; div.w3h3 { transform: scale(3, 3); transform-origin: top left; height: 45px; }
.receipt &gt; div &gt; div.w3h4 { transform: scale(3, 4); transform-origin: top left; height: 60px; }

.report_html {
	background: white;
	border: 1px solid #DDE1E4;
	color: black;
	padding: 12px;
}

.report_html table { margin-top: 32px; border: 1px solid #F2F2F2; }
.report_html table th.cl { text-align: left; }
.report_html table th.cr { text-align: right; }
.report_html table th.cc { text-align: center; }
.report_html table td.cl { text-align: left; }
.report_html table td.cr { text-align: right; }
.report_html table td.cc { text-align: center; }

.report-header {
	margin-bottom: 24px;
}

.report-footer {
	margin-top: 24px;
}

.page-bar {
	padding: 0;
	background-color: #fff;
	margin-bottom: 20px;
}

.page-bar:after {
	clear: both;
}

.page-bar:before, .page-bar:after {
	content: " ";
	display: table;
}

.page-bar .page-breadcrumb {
	display: inline-block;
	float: left;
	padding: 16px 32px;
	margin: 0;
	list-style: none;
}

.remodal {
	padding: 0;
	border-radius: 0px;
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.04);
	text-align: left;
}

.remodal header {
	border-bottom: 1px solid #ECEFF3;
	margin-bottom: 8px;
	background: #F1F5F6;
}

.remodal header &gt; h1 {
	text-align: left;
	color: #555;
	font-size: 16px;
	font-weight: normal;
	padding: 12px 0 12px 25px;
}

.remodal section {
	margin: 0 25px 0 25px;
	border: 0px;
}

.remodal form &gt; section &gt; .form-group &gt; .label {
	width: 150px;
}

.remodal footer {
	border-top: 1px solid #ECEFF3;
	margin-top: 8px;
	padding: 12px 25px 12px 25px;
}

.remodal-close {
	left: auto;
	top: 5px;
	right: 5px;
}

.error-404 {
	background: white;
	border: 1px solid #E7EBF2;
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.04);
	margin: 50px 100px 0 100px;
	padding: 50px;
	background-image: url(../img/broken-link.png);
	background-size: 125px 125px;
	background-repeat: no-repeat;
	background-position: 90% center;
	padding-right: 200px;
}

.error-404 h1 {
	font-weight: 300;
	padding-bottom: 10px;
}

.error-404 h1 strong {
	display: inline-block;
	margin-left: 8px;
	color: #333;
}

.error-404 p {
	padding-bottom: 10px;
	line-height: 2.0em;
}

.error-404 a {
	display: inline-block;
	margin-top: 20px;
}

.error-500 {
	background: white;
	border: 1px solid #E7EBF2;
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.04);
	margin: 50px 100px 0 100px;
	padding: 50px;
	background-image: url(../img/system-error.png);
	background-size: 125px 125px;
	background-repeat: no-repeat;
	background-position: 90% center;
	padding-right: 200px;
}

.error-500 h1 {
	font-weight: 300;
	padding-bottom: 10px;
}

.error-500 h1 strong {
	display: inline-block;
	margin-left: 8px;
	color: #333;
}

.error-500 p {
	padding-bottom: 10px;
	line-height: 2.0em;
}

.error-500 p.error {
	color: #FF6C9D;
	font-weight: normal;
}

.error-500 a {
	display: inline-block;
	margin-top: 20px;
}

div.report {
}

div.report .closure {
	margin-left: 24px;
}

div.report .root {
	margin-left: 0px;
}

div.report .section {
	background: white;
	margin-bottom: 24px;
	border: 1px solid #999;
	position: relative;
	.drop-shadow;
}

div.report .section .header {
	background-color: #4A5568;
	box-shadow: inset 0px 1px #525255;
	border: 1px solid #19191a;
	padding: 5px 16px;
	text-shadow: -1px -1px 0px #000;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	-webkit-user-select: none;
	margin: 1px;
	margin-bottom: 0px;

	font-size: 1.0em;
	line-height: 1.0em;
	padding: 5px 12px;
	margin-bottom: 1px;
}

div.report .section .header::after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}

div.report .section .header h2 {
	font-size: 1.2em;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	padding-left: 0px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1px 0px;
}

div.report .section .header h3 {
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	background: url('/images/clock.png') no-repeat 0px center;
	float: right;
	padding: 1px 0px;
	padding-left: 22px;
}

div.report .section .details {
	color: black;
}

div.report .section .details .menus {
	margin: 12px 18px;
	float: right;
}

.dropdown + .dropdown {
	margin-left: 8px;
}

div.report .section .details::after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}

div.report .section .actions {
	float: right;
	margin: 0;
	padding: 6px;
}

div.report .section .action {
	display: inline-block;
	padding: 3px 3px;
	margin-left: 16px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}

div.report .section .action label {
	cursor: pointer;
	line-height: 1.7em;
}

.no-touch div.report .section .action:hover label {
}

div.report .section .data {
	float: left;
	padding: 4px;
}

div.report .section table {
	border-collapse: collapse;
}

div.report .section table td, div.report .section table th {
	border-top: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	font-size: 1.0em;
	line-height: 1.3em;
	vertical-align: middle;
	padding: 6px 48px 6px 24px;
}

div.report .section table tr:first-child td {
	border-top: none;
}

div.report .section table tr:last-child td {
	border-bottom: none;
}

div.report .section table td.label {
	white-space: nowrap;
	border-right: #bbbbbb solid 1px;
	padding-right: 24px;
	text-transform: uppercase;
	min-width: 100px;
	text-align: right;
}

div.report .section .tables {
	padding: 4px;
}

div.report .section .tables table {
	width: 100%;
}

div.report .section .tables table thead th, div.report .section .tables table tbody td {
	border-right: #bbbbbb solid 1px;
}

div.report .section .tables table td.props-plus {
	background-image: url(../img/plus-button.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 6px 50%;
	cursor: pointer;
}

div.report .section .tables table td.props-plus.open {
	background-image: url(../img/minus-button.png);
}

div.report .section .tables table tr.props {
	display: none;
}

div.report .section .tables table thead th:last-child, div.report .section .tables table tbody td:last-child {
	border-right: 0px;
}

div.report .section .tables table tbody tr.last-child td, div.report .section .tables table tbody tr:last-child td {
	border-bottom: 0px;
}

div.report .section .tables table tbody tr:hover td {
	background-color: #f1f1f1;
}

div.report .section .tables table tbody tr.clickable td {
	cursor: pointer;
}

div.report .section .tables table thead tr th {
	border-top: 0px;
	text-align: left;
}

div.report .section .tables table + div.report .section .tables table {
	margin-top: 12px;
}

div.report .section .subtables .subtable {
	border: 1px solid #bbbbbb;
	padding: 6px;
	margin-top: 6px;
}

div.report .section .subtables .subtable h1 {
	font-size: 1.0em;
	color: #fff;
	background-color: #4A5568;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px;
	margin-bottom: 4px;
}

div.report .section .subtables table tbody tr.last-child td, div.report .section .subtables table tbody tr:last-child td {
	border-bottom: 0px;
}

div.report div.editable {
	display: inline;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.form-part .title {
	display: flex;
	margin-bottom: 12px;
}

.form-part .title h1 {
	flex: 1;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #424242;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

.form-part .title .actions div {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: white;
	cursor: pointer;
}

.form-part .form-row {
	padding: 6px 0;
	align-items: center;
}

.form-part .form-row &gt; .label {
	display: block;
	color: #424242;
	font-weight: 300;
	font-size: 14px;
	padding-bottom: 6px;
	width: 150px;
}

.form-part .form-row &gt; .label &gt; span {
	display: block;
	margin-top: 3px;
	color: #A1A1A1;
	font-size: 12px;
}

.form-part .form-row .labelauty-unchecked, .form-part .form-row .labelauty-checked {
	min-width: 100px;
}

.form-part .form-row &gt; input, .form-part .form-row &gt; select, .form-part .form-row &gt; .select2 {
	flex: 1;
	font-size: 14px;
	padding: 0px 12px;
	border: 1px solid #CBD0D8;
	height: 34px;
	line-height: 34px;
	color: #555;
}

.form-part .form-row .farbtastic {
	margin: 0 auto;
}

.report-questions {
	display: flex;
}

.report-questions &gt; .questions {
	flex: 3;
}

.report-questions &gt; .quick-date {
	flex: 1;
	margin-left: 48px;
}

.report-date-selector {
	margin-bottom: 2px;
}

.report-date-selector a {
	color: #fff;
	padding: 4px 8px;
	display: block;
	overflow: hidden;
	background: #29b6f6;
}

.report-date-selector a:hover {
	text-decoration: none;
}

table.report td.right, table.report th.right {
	text-align: right;
	max-width: 15%;
	white-space: nowrap;
	padding: 0;
}

table.report td.center, table.report th.center {
	text-align: center;
	padding: 0;
}

@media print { 
	#main-header { display: none !important; } 
	.sidebar { display: none !important; } 
	footer { display: none !important; } 
	#main { padding: 0 !important; }
	.content { padding: 0 !important; }
	.receipt { border: none; }
	.report-questions { display: none; }
	.menubar .dropdown { display: none; }
} 
</pre></body></html>