@CHARSET "ISO-8859-1";

/* Generic elements */
html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li,
	table, tr, td, form, object, embed, article, aside, canvas, command,
	details, fieldset, figcaption, figure, footer, group, header, hgroup,
	legend, mark, menu, meter, nav, output, progress, section, summary,
	time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-family: 'Open Sans Web', 'Segoe UI', 'Segoe UI Web Regular',
		'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans',
		sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, .title {
	font-family: 'Open Sans Web', 'Segoe UI Light', 'Segoe UI Web Light',
		HelveticaNeue-Light, sans-serif;
	color: #2c3885;
	font-weight: 300;
}

h1, .title {
	font-size: 1.85em
}

h2 {
	font-size: 1.44em
}

h3 {
	font-size: 1.38em
}

h4 {
	font-size: 1.02em
}

h5 {
	font-size: 0.92em
}

h6 {
	font-size: 0.84em
}

th, .ui-growl-title, .pui-growl-title, .ui-accordion-header,
	.pui-accordion-header, .header {
	font-family: 'Open Sans Web', 'Segoe UI Semibold',
		'Segoe UI Web Semibold', 'Segoe UI Web Regular', 'Segoe UI',
		'Segoe UI Symbol', HelveticaNeue-Medium, sans-serif;
	font-weight: 600;
}

body {
	position: absolute;
	height: 100%;
	min-width: 100%;
	background-color: #ecf1fa;
}

a, a:hover, .ui-breadcrumb a {
	color: #3058a8;
	text-decoration: none !important;
}

button, input[type=submit] {
	padding-left: 20px;
	padding-right: 20px;
}

button, input[type=submit] {
	height: 30px;
}

textarea {
	resize: none;
}

/* Page structure, standard elements */
.wrapper {
	position: relative;
	min-height: 100%;
}

.content {
	padding: 0 44px;
}

.content p {
	margin: 1.12em 0;
}

.header-bar {
	position: relative;
	z-index: 20;
	height: 42px;
	overflow: hidden;
	border-bottom: 1px solid #cdd8ed;
	-webkit-box-shadow: 0px 0px 4px 1px #cccccc;
	-moz-box-shadow: 0px 0px 4px 1px #cccccc;
	box-shadow: 0px 0px 4px 1px #cccccc;
}

.header-bar .content {
	padding-left: 20px;
}

.civicom-logo {
	margin: 9px 0 0;
	float: left;
}

.app-logo {
	display: inline-block;
	float: left;
	width: 63px;
	height: 24px;
	margin: 9px 0 0 14px;
	border-left: 1px solid #aeb8c9;
	background-repeat: no-repeat;
	background-size: 48px 19px;
	background-position: 13px 2px;
}

.header-controls {
	margin: 12px 0 0;
	float: right;
}

.header-controls>ul li {
	display: inline;
	margin: 0 5px 0;
}

.header-bar .entity-search {
	display: inline-block;
	margin-left: 28px;
	margin-top: 10px;
}

.header-bar .entity-search input {
	width: 200px;
	padding: 2px 4px 2px;
}

#main #title-pane-wrapper {
	min-height: 42px;
}

#title-pane .title, .queue-app #topPanel .title {
	float: left;
}

#title-pane .filters, .queue-app #topPanel #filters {
	float: left;
	margin-left: 21px;
}

#title-pane .filters .ui-inputfield {
	width: 150px;
}

#title-pane .actions, .queue-app #topPanel #actions {
	float: right;
}

#title-pane .more-filters {
	clear: both;
	margin-left: 5px;
}

#title-pane .actions>*>tr>td {
	padding: 0;
}

#title-pane .actions a:focus {
	outline: 0;
}

#title-pane .actions .ui-state-disabled {
	background-color: inherit;
}

#title-pane.title-pane-wide .title {
	float: none;
	margin-bottom: 10px;
}

#title-pane.title-pane-wide .filters {
	margin-left: 4px;
}

.resizer {
	cursor: ns-resize;
}

div.resizer {
	position: absolute;
	height: 16px;
}

#title-pane-wrapper {
	padding-left: 11px !important;
	padding-bottom: 0 !important;
}

#title-pane {
	display: inline-block;
	width: 100%;
}

#title-pane table, .queue-app #topPanel table {
	margin-bottom: 0;
}

#main-pane {
	overflow-y: auto;
}

#main-pane.max-width {
	max-width: none;
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#main-pane.max-width .title {
	margin-bottom: 10px;
}

.max-width-error {
	max-width: 1020px;
	min-width: 780px;
	margin: 0 auto;
}

#main-pane h1, h2, h3, h4, h5, h6, p, ol, ul, table, object, embed,
	canvas, audio, video {
	margin: 0 0 0.5em;
}

.ui-datatable-tablewrapper {
	overflow: visible;
}

.ui-datatable-tablewrapper table, .pui-datatable-tablewrapper table {
	margin-bottom: 0;
}

.ui-datatable-odd {
	background-color: inherit;
}

.ui-datatable tr.ui-state-hover, .pui-datatable table tr:hover {
	background-color: #f5f5f5;
}

.ui-datatable tbody a, .ui-panelgrid tbody a, .pui-datatable tbody a {
	display: inline-block;
	min-width: 2.5ch;
	font-weight: 600;
	color: #0088cc;
}

.ui-datatable tbody a:hover, .ui-panelgrid tbody a:hover, .pui-datatable tbody a:hover
	{
	font-weight: 600;
	background-color: #0088cc;
	border-radius: 4px;
	color: white;
}

.footer-bar {
	position: absolute;
	bottom: 0;
	height: 39px;
	width: 100%;
	border-top: 1px solid #cdd8ed;
	overflow: hidden;
}

.footer {
	height: 100%;
	padding-top: 12px;
	font-size: 12px;
	white-space: nowrap;
}

#main {
	position: absolute;
	top: 43px;
	right: 0;
	left: 0;
	bottom: 0;
	min-width: 512px;
	min-height: 240px;
	background-color: white;
	border-left: 1px solid #cdd8ed;
}

.menu-sidebar+#main {
	left: 175px;
}

#main>* {
	padding: 11px 20px 20px 20px;
	background-color: inherit;
}

.menu-sidebar {
	position: absolute;
	top: 43px;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ecf1fa;
}

.menu-sidebar .ui-menu {
	width: 175px;
	background-color: #ecf1fa;
	border: none;
}

.menu-sidebar .ui-widget-header {
	background: none;
	border: none;
}

.menu-sidebar .ui-menuitem-icon {
	position: static;
	width: 20px;
	height: 20px;
	background-size: 20px;
	background-color: #ecf1fa;
	width: 20px;
}

.menu-sidebar a {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 9px !important;
	color: #3058a8 !important;
	line-height: 20px !important;
}

.menu-sidebar a:hover {
	color: white !important;
}

.menu-sidebar h3 {
	margin-top: 10px !important;
	white-space: nowrap;
	font-weight: normal;
	color: #3058a8;
}

.menu-sidebar h3 .ui-icon {
	margin-top: -3px !important;
}

#bottom-pane, .entity-detail #main-pane {
	padding-top: 16px;
}

#bottom-pane {
	overflow-y: auto;
	border-top: 1px solid #cdd8ed;
}

#bottom-pane .ui-datatable-tablewrapper>table {
	table-layout: auto;
}

/* Forms */
table.form {
	border-collapse: collapse;
	text-align: start;
}

table.form td {
	padding: 3px;
	border: none;
}

table.form thead button, table.form tfoot button, table.form-header thead button,
	table.form-footer tfoot button, table.form thead input[type=submit],
	table.form tfoot input[type=submit], table.form-header tfoot input[type=submit],
	table.form-footer tfoot input[type=submit] {
	margin: 10px 3px 0px 3px;
}

table.form-header, table.form-footer {
	width: 100%;
}

table.filters td:nth-child(3n) {
	width: 4px;
}

span.form-header, span.form-footer {
	display: block;
	text-align: center;
}

span.form-header .icon-medium {
	padding-top: 3px;
	padding-bottom: 3px;
}

span.form-header .add-count {
	width: 27px;
	margin-left: 5px;
}

.form .ui-slider {
	width: 175px;
}

/* Main menu */
.main-menu table td {
	padding: 20px;
	text-align: center;
}

/* Miscellaneous */
.error {
	display: inline-block;
	color: #d00000;
}

.nowrap {
	white-space: nowrap;
}

.preformatted {
	white-space: pre-wrap;
}

.date .ui-inputfield, .date.pui-inputtext {
	width: 85px !important;
}

.time input, .time.pui-inputtext {
	width: 65px;
}

.ui-growl, .pui-growl {
	width: 512px;
	z-index: 30;
}

.pui-growl-image {
	background: url("/javax.faces.resource/emblem/primeui-1.1/images/messages.png.xhtml")
		no-repeat;
}

.ui-growl-message, .pui-growl-message {
	width: 431px;
}

.ui-paginator, .pui-paginator {
	text-align: left;
}

.ui-paginator-top, .pui-paginator-top {
	border-bottom: none;
}

.pui-paginator-top {
	border-top: 1px solid #dddddd !important;
}

.pui-dialog {
	position: fixed !important;
}

.pui-dialog .form {
	margin-bottom: 0;
}

.ui-overlaypanel-content, .ent-mod-col-inp>.ui-panel {
	max-height: 400px;
	overflow-y: auto;
	font-size: 12px;
}

td.ent-mod-col-lab {
	
}

td.ent-mod-col-inp {
	
}

td.ent-mod-col-act {
	white-space: nowrap;
}

td.ent-mod-col-val {
	
}

.ent-mod-col-inp>table {
	margin: 0;
}

.ent-mod-col-inp>table td {
	padding: 0;
}

.crud-scrollpanel {
	max-height: 173px;
	overflow-y: scroll;
}

.ui-dialog .crud-scrollpanel {
	height: 173px;
}

.crud-scrollpanel table {
	margin-right: 20px;
	border-collapse: collapse;
	margin-bottom: 0;
	margin-right: 0 !important;
}

.crud-scrollpanel>.ui-datatable>.ui-datatable-tablewrapper>table>.ui-datatable-data,
	.notecontact-collection .crud-scrollpanel>.ui-datatable>.ui-datatable-tablewrapper>table>*>tr
	{
	border: none;
	background-color: inherit;
}

.crud-scrollpanel table th {
	background-color: inherit;
}

.crud-scrollpanel table th, .crud-scrollpanel>.ui-datatable>.ui-datatable-data>tr>td,
	.crud-scrollpanel>table>tbody>tr>td {
	border: none !important;
	padding: 3px !important;
	background-image: none;
	box-shadow: initial !important;
	-moz-box-shadow: initial !important;
	-web-kit-box-shadow: initial !important;
	text-align: center;
}

.crud-scrollpanel>table.row-separated>tbody>tr>td {
	padding: 10px 5px !important;
}

.crud-scrollpanel>table.row-separated>tbody>tr {
	border-bottom: 1px solid #ccc;
}

.crud-scrollpanel .ui-inputtextarea {
	font-size: 12px !important;
}

.ui-datatable-data>tr>td, .pui-datatable-data>tr>td {
	text-align: center;
}

tr.odd {
	background-color: #f5f5f5;
}

tr.even {
	background-color: transparent;
}

.embedded-prop-label, .prop-text-select-adj-fix {
	position: relative;
	top: -1px;
	margin-right: 8px;
}

.embedded-prop-label {
	margin-left: 32px;
}

.embedded-prop-label-fix, .prop-text-select-adj-fix {
	position: relative;
	top: -7px !important;
}

.mfa-qr-code {
	display: block;
	text-align: center;
}

/* Icons */
.icon-large, .icon-medium, .icon-small, .icon-tiny {
	vertical-align: text-bottom;
}

.icon-large {
	/* 48px */
	width: 60px;
	height: 60px;
}

.icon-medium {
	/* 20px */
	width: 24px;
	height: 24px;
	padding: 6px 3px 6px 3px;
	margin-left: 10px;
}

.icon-small {
	/* 16px */
	width: 20px;
	height: 20px;
	margin-top: 2px;
}

.icon-tiny {
	/* 12px */
	width: 14px;
	height: 14px;
}

.icon-blank {
	display: inline-block;
}

.ui-icon-blank {
	visibility: hidden;
	background-image: none !important;
}

.title>.ui-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 12px;
	margin-left: 3px;
	background-size: 32px;
	vertical-align: text-bottom;
}

.subtitle {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
	color: #2c3885;
}

.title .subtitle {
	margin: 8px 0 0 0;
	vertical-align: top;
}

.title .subtitle .ui-icon {
	display: inline-block;
	margin: 2px 2px 0 1px;
	background-image:
		url("/javax.faces.resource/emblem/img/icons/ui-icons_2c3885_256x240.png.xhtml");
}

.search-loader {
	float: right;
	margin-left: 2px;
}

.search-loader .preloader .icon-preloader {
	width: 20px;
	height: 20px;
	background-image: url("/javax.faces.resource/emblem/img/preloader26.gif.xhtml")
		!important;
	background-size: 20px !important;
}

.preloader, .preloader-element {
	text-align: center;
}

.preloader-element {
	display: inline-block;
	position: absolute;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
}

.icon-preloader {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("/javax.faces.resource/emblem/img/preloader48.gif.xhtml")
		!important;
	background-size: 48px !important;
}

.preloader-element .icon-preloader, .icon-preloader-small {
	width: 26px;
	height: 26px;
	background-image: url("/javax.faces.resource/emblem/img/preloader26.gif.xhtml")
		!important;
	background-size: 26px !important;
}

.preloader-element-small {
	background-image: url("/javax.faces.resource/emblem/img/preloader26.gif.xhtml")
		!important;
	background-size: 26px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.ui-menuitem-icon {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Bread crumb fix*/
.ui-breadcrumb ul li:nth-child(2n+3) {
	margin-top: 2px;
}

/* CRUD dialogs */
.crud-dialog {
	width: 700px !important;
}

table.crud-dialog-content {
	width: 100%;
}

table.crud-dialog-content th {
	padding: 0;
}

.ui-selectonemenu-panel .ui-selectonemenu-item-group {
	background-color: #cdd8ed;
	padding: 5px;
	text-align: center;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.header-chat-icon img {
	float: right;
	margin-right: 14px;
	margin-top: 11px;
	vertical-align: middle;
}