body {font-size: 14px; font-family: Helvetica Neue, Arial, sans-serif; margin: 0 0; }

.bodytable {border: 1px solid #ccc; border-spacing: 0px;}
.bodytable th, .bodytable td {border-top: 1px solid #ccc; padding: 5px;}
.bodytable th, .bodytable th.head, .bodytable td.head {background-color: #eee; font-weight: bolder; text-align: left;}

.table-public {
	max-width: 600px;
}
.table-public .bodytable {
	width: 100%;
	border-radius: 3px;
}

.labeltable {border: 1px solid #ccc; border-spacing: 0px; font-size: 0.95em;}
.labeltable th, .labeltable td { padding: .4em .4em;}
.labeltable.large td {font-size: 1.2em;}

.labeltable td.subhead { font-weight: 700; font-size: 1.2em; padding-top: .5em;}

.labeltable td.even {background-color: #EBECEB;}

.labeltable > tbody > tr > td.first, .labeltable > tr > td.first { font-weight: 700; border-right: 1px dotted #ccc; padding-right: .8em; }
.labeltable > tbody > tr > td.first > div, .labeltable > tr > td.first > div {
	font-weight: 300;
}

.labeltable.order > tbody > tr > td.first, .labeltable.order > tr > td.first {
	padding-left: 1.4em;
}

.labeltable td .small_note {
	font-size: 0.8em;
	font-weight: 200;
}


.labeltable td.col02 { padding-left: .8em; }

.labeltable.budget .subcat {margin-left: 2em; font-weight: 400;}
.labeltable.budget .subcat .sub_spacer {display: none}

.labeltable.budget > tbody > tr > td.col02, .labeltable.budget > tr > td.col02 { border-right: 1px dotted #ccc; padding-right: .8em; }

.labeltable.budget > tbody > tr.subtotal > td.col02, .labeltable.budget > tr.subtotal > td.col02 { border-right: 0px; padding-right: .4em; text-align: right; }

.labeltable.budget > tbody > tr > td.col03, .labeltable.budget > tr > td.col03, .labeltable.budget > tbody > tr > td.col04, .labeltable.budget > tr > td.col04, .labeltable.budget > tbody > tr > td.col05, .labeltable.budget > tr > td.col05,
.labeltable.budget > tbody > tr > td.col06, .labeltable.budget > tr > td.col06 {
	text-align: right;
}

.labeltable.budget .subtotal td {
	font-weight: 600;
	border-right: 0px;
}

.labeltable.wide, .datatable.wide {
	width: 100%;
	margin-bottom: 1.3em;
	border-radius: 5px;
}

.labeltable.wide td, .datatable.wide td {
	padding-top: .6em;
	padding-bottom: .6em;
}

.labeltable.wide td, .datatable.wide td {
/*	border-radius: 5px;*/
}

.labeltable.datamatch {
	border-radius: 5px;
}

.labeltable.datamatch.wide {
	border-radius: 0px;
}

.labeltable.datamatch.wide th, .labeltable.datamatch.wide td {
	padding: 8px 10px;
}

.labeltable.datamatch.wide td.col01 {
	width: calc(10em + 5vw);
}

.narrowdyn .labeltable.datamatch.wide td.col01 {
	width: calc(2em + 4vw);
	white-space: nowrap;			
}

.labeltable .foot {
	text-align: center;
	font-weight: 600;
}

.labeltable td.bottom_link {
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}

.labeltable.big {

}

.labeltable.big th, .labeltable.big td {
	padding: 12px;
}

.labeltable.big td {
	font-size: 1.2em;
	border-radius: 5px;
}

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

.stat-table td {
	border: 0px;
	padding: 0.1em 0em;
	text-align: center;
}

.stat-table.table-cols-2 td {
	width: 50%;
}

.stat-table .main_figure {
	font-size: calc(10px + 7vw);
	font-weight: 600;
}

.stat-table .figure_caption {
	margin-top: -1vw;
	font-size: calc(10px + 1vw);	
}

.stat-table .count_change {
	font-size: 0.9em;
	font-weight: 200;
}

.stat-table .count_change.positive {
	color: green;
}

.stat-table .count_change.negative {
	color: red;
}

.formtable td .formitem > label {
	display: none;
} 

.formtable td input {
	width: 90%;
	width: -webkit-fill-available;
}

.form_wrap_group > h3, .form_wrap_quill > h3 {
	background-color: #AEC6A7;
}

.form_wrap_group .group_submit {
	text-align: center;
}

.form_wrap_group .formitem .EasyMDEContainer {
	margin-left: 10em;
/*	margin-top: -0.5em;*/
}

.form_wrap_group.full .formitem .EasyMDEContainer, .form_wrap_group.fullmde .formitem .EasyMDEContainer {
	padding-top: 2em;
	margin-left: -0.5em;
	margin-top: 0em;
}

.form_wrap_group .formitem .EasyMDEContainer .editor-toolbar {
	border-right: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.form_wrap_group.full .formitem .EasyMDEContainer .editor-toolbar, .form_wrap_group.fullmde .formitem .EasyMDEContainer .editor-toolbar {
	border-right: 0px;
	border-left: 0px;
}

.form_wrap_group .formitem .EasyMDEContainer .CodeMirror {
	border-right: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.form_wrap_group.full .formitem .EasyMDEContainer .CodeMirror, .form_wrap_group.fullmde .formitem .EasyMDEContainer .CodeMirror {
	border-right: 0px;
	border-left: 0px;
}

.form_wrap_group .formitem .EasyMDEContainer + span {
	margin-top: -1.6em;
	display: inline-block;
}

.form_wrap_group.fullmde .formitem.mdarea label {
	font-weight: bolder;
	font-size: 1.15em;
}

.form_wrap_group.fullmde .formitem.mdarea .EasyMDEContainer + span {
	margin-bottom: 0.5em;
}

.form_wrap_group.full label {
	width: auto;
}

.form_wrap_quill > h3 + p {
	margin-top: -0.5em;
}

.form_wrap_quill > p {
	padding: 0.2em 0.5em 0.4em;
}

.form_wrap_group.biglabel .formitem > label {
	width: 14em;
	float: none;
	font-weight: bolder;
}

.labeltable.wide td.col01 {
	width: 10em;
}

.form_wrap_group .formtable {
	width: 100%;
}

.texttable {
	border: 1px solid #888; border-spacing: 0px; font-size: 1.1em;
	width: 100%;
}

.texttable.narrow {
	width: auto;
}

.texttable th { padding: .4em .25em; border-left: 1px solid #888; text-align: center;}
.texttable td { padding: .4em .25em; border-left: 1px solid #888; border-top: 1px solid #ddd;}
.texttable td.first, .texttable th.first {border-left: 0px}

.texttable.forentry th {
	text-align: left;
}

.texttable td input[type=text] {width: 90%; width: -webkit-fill-available; font-size: 14pt; text-align: center;}

.texttable td.subhead {
	font-weight: bolder;
	background-color: #ddd;
	border-left-color: #ddd;
}

.texttable.labelled td.col01 {
	font-weight: bolder;
	padding: .4em .8em;
	white-space: nowrap;
	width: 3em;
}

.texttable.break-5 td.col05 {
	background-color: #ddd;	
	border-left-color: #ddd;
	width: .2em;	
}

.texttable.break-5 td.col06 {
	border-left-color: #ddd;
}

.texttable td div.note {
	border-top: 1px dotted #888;
	margin: .5em -0.25em 0em;
	padding: 0.25em 0.25em 0.1em;
	font-weight: 200;
}

.texttable.pricelist td.subhead {
	text-align: center;
	padding: .6em;
	border-top: 1px solid #888;
	border-bottom: 2px solid #888;
}

.texttable.pricelist td.row {
	padding: .6em 1.2em;
}

.texttable.pricelist td.col02 {
	text-align: right;
	border-left: 0px;
}

.texttable.forentry th, .texttable.forentry td {
	padding: .5em;
}

.texttable.forentry td.even {
	background-color: #f8f8f8;
}

.datatable, .labeltable.datamatch {border: 1px solid #4F7942; border-spacing: 0px; font-size: 0.9em}
.datatable {font-size: 0.9em}
.datatable th, .labeltable.datamatch th {background-color: #7A9F6F; font-weight: 700; text-align: left;}

.datatable th, .datatable td { padding: .4em .25em;}
.datatable td, .labeltable.datamatch td {border-top: 1px dotted #4F7942;}
.datatable td.subhead {background-color: #AEC6A7; font-weight: 600;}

.datatable td.unread { font-weight: 600 }

.datatable td.partb {border-top: 0px }
.datatable td.light { font-weight: 300 }

.datatable td.odd {background-color: white;}
.datatable td.even {background-color: #EBECEB;}

.datatable tr.odd td {background-color: white;}
.datatable tr.even td {background-color: #EBECEB;}

.datatable td.alert {font-weight: 600;}
.datatable td.minor {font-weight: 200;}
.datatable td.special {font-style: italic;}

.datatable td.sub {
	padding-left: 3em;
}

.datatable td.light {
	font-weight: 200;
}

.datatable td.summary {
	font-weight: 400;
	border-top-style: solid;
}

.datatable td.col01.summary {
	border-top-style: dotted;
}

.datatable th a:link, .datatable th a:visited {
	color: white;
}

.datatable.grid td {
	border-left: 1px dotted #4F7942;
}

.datatable.grid td.first, .datatable.grid td.subhead {
	border-left: 0px;
}

.datatable td.mini {
	white-space:nowrap;
	width: 1pt;	
	text-align: center;
}

.datatable.grid .static {
	border: 1px dotted black;
	border-radius: 1px;
	padding: 1px;
	font-size: 8px;
	display: inline-block;
}

.datatable.grid .empty_right {
	text-align: right;
}

.datatable.grid.center td.first, .datatable.grid.center th.first, .datatable.grid.center td.left, .datatable.grid.center th.left, .datatable.grid.center .subhead {
	text-align: left;
}

.datatable.grid.center td, .datatable.grid.center th {
	text-align: center;
}

.datatable.eight, .datatable.nine {
	width: 100%;
}

.datatable.eight td, .datatable.eight th {
	width: 9%;
	text-align: center;
	
}

.datatable.nine td, .datatable.nine th {
	width: 8%;
	text-align: center;
	
}

.datatable.eight td.first, .datatable.nine td.first {
	width: auto;
	text-align: left;
	font-weight: 600;
}

.datatable .caption {
	font-weight: 200;
}

.datatable .total {
	font-weight: 600;
	text-align: right;
	display: block;
}

.datatable.printonly {
	display: none;
}

.datatable.full, .datatable.wide {
	width: 100%;
	border-radius: 3px;
}

.datatable.full th, .datatable.full td, .datatable.wide th, .datatable.wide td { padding: .6em .4em;}

.datatable.invoice .total_row {
	font-weight: 800;
}

.datatable.invoice td.money {
	text-align: right;
}

td.money_cell, div.money_cell {
	text-align: right;
}

td.money_cell .dollar, div.money_cell .dollar {
	float: left;
}

.listingtable {
	display: inline-block;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
	margin-right: 1em;
}

.listingtable td {
	border-bottom: 1px dotted #888;
	padding: 5px;
}

.listingtable td.col01 {
	border-bottom: 0px;
	padding: 3px 5px;
}

.listingtable td.col03 {
	text-align: right;
}

.listingtable td .major {
	font-weight: 500;
}

.listingtable td .minor {
	font-weight: 300;
}

.table_form {
	background-color: #f8f8f8;
	padding: 0.5em;
	margin: 0 -0.5em;
	border-radius: .5em;
}

.table_form .dataTables_wrapper {
	padding-bottom: 5px;
	border-bottom: 1px dotted #333;
}

.table_form .formitem {
	border-bottom: 0px;
	padding: .5em calc(0.5em - 1px);
	background-color: white;
	margin: 1px calc(-.5em + 1px);	
}

.table_form .formitem label {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.table_form .formitem input + span {
	margin-left: 1em;
}

.table_form .submit-buttons {
	padding-left: 10em;
	margin: 0.6em 0px 0.1em;
}

.info_box {
	border: 1px solid #999;
	padding: .5em;
	border-radius: .3em;
	width: 40em;
	display: inline-block;
	vertical-align: top;
}

.info_box .checkoff {
	float: right;
	display: inline-block;
}

.info_box .checkoff .label {
	display: inline-block;
	vertical-align: middle;
	margin-left: .4em;
	font-weight: 200;
}

.info_box .checkoff .box {
	border: 2px solid #333;
	border-radius: 2px;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
}

.info_box h3, .info_box h4 {
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #777;
	margin-bottom: 8px;
}

.info_box .datarow {
	margin-bottom: .5em;
}

.info_box .datarow span {
	margin-right: .5em;
}

.info_box .datarow .main {
	font-weight: 600;
}

.info_box .datarow .info {
	font-weight: 300;
}

.info_box .datarow + .datarow {
	
}

.info_box table {
	border: 0px solid #888; border-spacing: 0px;
	width: 41em;
	margin: 0em -0.5em -0.5em;
}

.info_box table td {
	padding: .5em;
}

.icon_box {
    border: 1px solid #888;
    border-radius: 5px;
    padding: .75em;
    margin-bottom: .75em;

}
.icon_box .fa-3x {
    float: left;
    padding-right: .3em;

}
.box_title {
    border-bottom: 1px dotted #888;
    margin-left: 3.75em;
    padding-bottom: .25em;
    margin-bottom: .25em;
    font-size: 1.25em;

}

.box_text {
    margin-left: 4.6em;
}

.section_nav {
	font-size: 1.2em;
	background-color: #eee;
	display: block;
	margin: 0px -5px;
	padding: 2px 2px 7px 5px;
}

.section_nav a {
	border-radius: 3px;
	background-color: white;
	padding: 5px 10px 5px 7px;
	margin-right: 3px;
		white-space: nowrap;
	display: inline-block;	
	margin-top: 5px;
}

.section_nav a:hover {
	background-color: #f0f0f0;
}

.page_section {
	border: 1px dotted #999;
	margin: 1em -5px;
	padding: 0px 5px;
	border-radius: 3px;
}

.page_section h3 {
	margin-top: 5px;
	font-size: 1.3em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaa;
}


.blocktable {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	margin-bottom: 1em;
}

.parallel_tables {
	width: 350px;
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	margin-bottom: 1em;
}

.parallel_tables.wide {
	width: 450px;
}

.parallel_tables.dyn {
	width: calc(50vw - 132px);
}

.parallel_tables.widedyn {
	width: calc(65vw - 132px);
}

.parallel_tables.narrowdyn {
	width: calc(35vw - 132px);
}

.collapsed .parallel_tables.dyn {
	width: calc(50vw - 32px);
}

.collapsed .parallel_tables.widedyn {
	width: calc(70vw - 32px);
}

.collapsed .parallel_tables.narrowdyn {
	width: calc(30vw - 32px);
}

.parallel_tables .button_area {
	margin-top: 1em;
	text-align: center;
}


.parallel_tables .stat-table + .button_area {
	margin-top: 3vw;
}

.parallel_tables.floater {
	float: right;
	position: relative;
	left: 108px;
	top: 25px;
}

.parallel_tables h3, .parallel_tables h4 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.parallel_tables h3.further, .parallel_tables h4.further {
	margin-top: 0.5em;
	border-top: 1px dotted #888;
	padding-top: 0.5em;
}

.parallel_tables h3.has_more_link {
	margin-top: 0.75em;
}

.parallel_tables h3.has_more_link a {
	float: right;
	font-weight: 300;
}

.parallel_tables h3.has_more_link a fa-fw {
	margin-right: 0.75em;
}

.content_primary_column {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

.content_primary_column .parallel_tables {
	width: 100%;
	margin-right: 1em;
}

.content_secondary_column {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	min-height: 400px;
	position: relative;
	right: -90px;
}

.content_secondary_column {
	right: 0px;
}

.content_secondary_column .parallel_tables {
	width: auto;
	margin-right: 0em;
	margin-left: 1em;
	width: -webkit-fill-available;
}

.content_secondary_column .fc .fc-toolbar-title {
		font-size: 1.2em;
}

div.multi {
	column-count: 2;
}

.multi .segment {
	break-inside: avoid-column;
/*	display: inline-block;*/
}

.multi a:hover {
	text-decoration: underline;
}

.multi .segment > h2, .multi .segment > h3, .multi .segment > h4 {
	border-bottom: 1px dotted #888;
	padding-bottom: .3em;
	margin-bottom: .3em;
}

.segment ul {
	margin-block-start: .5em;
	padding-inline-start: 1.5em;
}

.segment h3 + p, .segment h4 + p {
	margin-top: .5em;
}

.form-public #split_table {
border: 1px solid #DDDDDD;
margin-bottom: 30px;
border-radius: 3px;
}

.formtable {
	width: 100%;
	border-spacing: 0px; font-size: 0.9em
}

.formtable th {
	padding: 5px 8px;
}

.form-public #split_table .formtable {
}

td.totalrow {
	font-weight: 800;
}


#portal-wrap {
	position: absolute;
	width: 100%;
}

#portal-header {
	height: 32px;
	padding: 5px;
	z-index: 20;
	position: fixed;
	top: 0;
	width: 100%;
}

#portal-header::after {
	height: 8px;
	background-color: white;
	content: "";
	width: 100%;
	z-index: 19;
	position: fixed;
	border-bottom: 1px dotted #ddd;	/* override */
	left: 0;
	top: 42px;
}

#sub-name {
	display: inline-block;
	font-weight: 600;
/*	width: 200px;
	text-align: center;*/
	font-size: 22px;
	color: white;
	vertical-align: top;
	margin-left: 52px;
}

#sub-name #sidebar-toggle {
	color: white;
	margin-right: 1em;
	background-color: rgba(255,255,255,0.2);
	height: 42px;
	width: 42px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 200px;
	padding-top: 8px;
	font-size: 25px;
}

#sub-name #sidebar-toggle:hover {
	background-color: #aaa;
}

#sub-name .extranum {
	display: none;
}

.printonly {
	display: none;
}

.account_box {
	display: inline-block;
	padding: 4px 5px;
	text-align: right;
	background-color: white;
	position: fixed;
	top: 5px;
	right: 5px;	
	z-index: 25;
	border: 1px solid #ddd; /* override */
	border-radius: 5px;
	font-size: 12px;
}

.account_box .user_name {
/*	margin-right: .4em; */
	font-weight: bolder;
	display: block;
}

.account_box .user_name .email {
	font-weight: 300;
}

.account_box a {
	font-size: 0.8em;	
}

.account_box .fa-layers-counter {
  zoom: 150%;
}

.account_box_expand {
	display: inline-block;
	padding: 4px 5px;
	text-align: right;
	background-color: white;
	position: fixed;
	top: 5px;
	right: 5px;	
	z-index: 25;
	border: 1px solid #ddd; /* override */
	border-radius: 5px;
	font-size: 12px;
}

.account_box_expand .account_box_details, .account_box_expand .search_box_details {
	display: none;
}

.account_box_expand.expanded .account_box_details, .account_box_expand.searchbox .search_box_details {
	display: block;
}

.account_box_expand .account_box_icons {
	font-size: 2em;
}

.account_box_expand .account_box_icons a {
	color: black;
}

.account_box_expand .account_box_icons a:hover {
	color: red;
}

.account_box_expand .fa-layers-counter {
  zoom: 150%;
}

.account_box_expand.expanded {
	width: 300px;
}

.account_box_expand .account_box_details {
	text-align: left;
}

.account_box_expand .user_name {
/*	margin-right: .4em; */
	font-weight: bolder;
	display: block;
	border-top: 1px dotted #ddd; /* override */
	margin-right: -3px;
	margin-left: -3px;
	padding: 5px 3px;
}

.account_box_expand .user_name .email {
	font-weight: 300;
}

.account_box_expand .account_box_details > a {
	display: block;
	font-size: 1.2em;
	margin: 0px -5px;
	padding: 3px 5px;
	border-top: 1px dotted #ccc;
}

.account_box_expand .account_box_details a .text {
	padding-left: .4em;
}

.account_box_expand .account_box_details a:hover {
	background-color: lightyellow;
}

#troopname {
	display: inline-block;
	padding: 0px 3px;
	color: white;
	width: 186px;
	font-size: 18px;
}

#troopname .num {
	font-weight: 600;
}

#troopname .comma, #troopname .of {
	display: none;
}

#troopname .charter {
	display: block;
	font-weight: 300;
	font-size: 8px;
}

#portal-side {
	width: 200px;
	float: left;
/*	position: absolute; */
	z-index: 10;
	background-color: #eee;
}


#top_links {
	position: relative;
	z-index: 8;
	top: 52px;
}

#top_links ul {
	margin: 0 0;
	padding: 0 0;
}

#top_links li {
	display: block;
	background-color: rgba(255,255,255,0.8);
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

#top_links li ul {
	padding-left: 2.5em;
}

#top_links li li {
	border-right: 0px;
	border-bottom: 0px;
	background-color: transparent;	
	font-size: 0.9em;
}

#top_links li a {
	padding: 5px;
	display: block;
}

#top_links li a:hover {
	background-color: white;
}


#portal-side:after {
	background-color: #f0f0f0;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 200px;
	z-index: 2;
}

#portal-content {
	margin-top: 52px;
	margin-left: 200px;
	padding: 10px;
	margin-bottom: 30px;
}

#portal-content.has-status-list {
	margin-right: 260px;
}

#portal-content.has-status-list-home {
	margin-right: 400px;
}

.status_list {
	position: fixed;
	top: 51px;
	right: 0px;
	width: 249px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	max-height: 90vh;
	overflow: auto;
}

.status_list.home {
	width: 389px;
}

.status_list h2 {
	text-align: center;
	background-color: #f4a6d7;
	margin: 0 0 .5em -10px;
	padding: .3em 0em;
	border-bottom: 1px solid black;
}

.status_list h2 .extra-links {
	position: absolute;
	right: 0px;
}

.status_list .link-button.status-extra {
	height: auto;
	width: auto;
	padding: 2px;
	margin: 0 0;
	border: 0px;
}

.status_list .link-button.status-extra .fa-fw {
	font-size: 1em;
}

.status_list_item {
	margin-bottom: 10px;
}

.status_list_item > div {
	display: inline-block;
	vertical-align: middle;
}

.status_list_item .icon {
	font-size: .75em;
	margin-right: .2em;
}

.status_list_item > div.name {
	font-size: 1.2em;
	font-family: laca;
	width: calc(100% - 3.25em);
}

.status_list_item  div.status_task {
	font-size: .8em;
	font-family: laca-text;
}

.datatable .status_list_item > div.name  {
	display: none;
}

.datatable div.status_task {
	display: none;
}

.status_list_item  div.status_task .snip_frament.snip_1 {
	display: inline;
	font-weight: 200;
}

.status_list_item  div.status_task .snip_frament.snip_2 {
	display: inline;
}

.status_list_item  div.status_task .snip_more {
	display: none;
}

.status_list_item  div.status_task .snip_more.snip_2 {
	display: inline;
}

.content_minor {
	margin-left: 200px;
	padding: 10px;
	border-top: 15px solid #f0f0f0;
}

.content_minor > h2:first-child, .content_minor > h3:first-child, .content_minor > h4:first-child {
	margin-top: 0px;
}


#portal-content .offset {
/*	background-color: blue;*/
	padding: 5px 10px 5px;
	margin: -10px -10px 10px;
}

#portal-content .tabs, #portal-content .swiper-tabs {
	background-color: #ddd;
	padding: 10px;
	margin-top: -11px;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
} 

#portal-content .tabs h4 {
	display: inline-block;
	margin: 0 0;
	padding-right: 10px;
}

#portal-content .swiper-tabs h4 {
	display: inline-block;
	margin: 0 0 1em;
	padding-right: 10px;
}

#portal-content .tabs a, #portal-content .swiper-tabs .swiper-slide a {
	background-color: #eee;
	display: inline-block;
	margin-right: 0px;
	padding: 5px 10px;
	margin-top: -5px;
/*	margin-bottom: -5px;*/
	border-radius: 8px;
	padding-bottom: 18px;
	margin-bottom: -18px;
	font-weight: 500;
}
#portal-content .swiper-tabs .swiper-slide a {
	text-align: center;
}

#portal-content .swiper-tabs .swiper-slide a.link-button {
	margin-top: -6px;
	padding: 5px 8px 28px 8px;
	border-radius: 10px;
	position: relative;
	width: auto;
}
#portal-content .swiper-tabs .swiper-slide .active {
	position: relative;
}

#portal-content .swiper-tabs .swiper-slide .fa-fw {
	position: absolute;
	left: 8px;
/*	top: 7px;*/
	padding-top: 2px;
}


#portal-content .swiper-tabs .swiper-pagination-bullets {
	bottom: 45px;
}

#portal-content .top_profile {
	margin-bottom: 1em;
}

.profile_card {
	display: inline-block;
	width: 400px;
	vertical-align: top;
	margin-right: 1em;
	margin-bottom: 1em;
	border-radius: 5px;
	padding: 5px;
	background-color: rgba(120,120,120,0.1);	
}

.top_profile img.profile, .profile_card img.profile {
	width: 80px;
	height: 80px;
	display: inline-block;
	border: 3px solid white;
	border-radius: 2px;
	margin-right: 10px;
}

.top_profile img.profile.empty, .profile_card img.profile.empty {
	display: none;
}

.top_profile .fa-fw.profile {
	font-size: 80px;
	color: #888;
}

.profile_card .fa-fw.profile {
	font-size: 70px;
	margin-top: 5px;
	margin-right: 5px;
	color: #888;
}

.top_profile .profile_text, .profile_card .profile_text {
	display: inline-block;
	vertical-align: top;
}

.profile_card .profile_text {
	width: 300px;
}

.top_profile .profile_name, .profile_card .profile_name  {
	font-size: 1.5em;
	font-weight: 600;
}

.top_profile .profile_role, .profile_card .profile_role {
	font-size: 1.2em;
}

.profile_patrol {
	font-weight: 500;
}

.profile_patrol .level_note {
	font-weight: 200;
}

.profile_contact {
	margin-top: .4em;
}

.profile_contact .phone_number {
	float: right;
}

#portal-content .tabs a:hover {
	background-color: lightyellow;
	text-decoration: none;
}

#portal-content .tabs a.active, #portal-content .swiper-tabs .swiper-slide a.active {
	background-color: white;
}

#portal-content .tabs div {
	display: inline-block;
}

#portal-content .tabs > div, #portal-content .swiper-tabs > div.tab_view, #portal-content .swiper-tabs > div.tab_change {
	position: absolute;
	right: 5px;
}
#portal-content .swiper-tabs > div.tab_view + div.tab_change {
	right: 160px;
}

#portal-content .swiper-tabs div.post-button  {
	position: absolute;
	right: 5px;
/*	margin-top: -35px;*/
	margin-top: 0px;
	white-space: nowrap;
	z-index: 10;
}

#portal-content .tabs div.tab_change {
	margin-top: -10px;
}

#portal-content .swiper-tabs > div.tab_view, #portal-content .swiper-tabs > div.tab_change {
	display: inline-block;
	top: 0px;
}

#portal-content .swiper-tabs > div.tab_view a {
	height: auto;
	width: auto;
}

#portal-content .swiper-tabs .swiper-slide a {
	display: block;
	background-color: #eee;
}

#portal-content .tab_change {
	padding: 8px 2px;
}

#portal-content .tab_change label {
	font-weight: 200;
}

#portal-content .body_title {
	margin-top: 0px;
}

.body_title .level {
	font-weight: 300;
}

#handbook_nav {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -11px;
/*	position: fixed;
	bottom: 24px;
	width: 100%;
	right: 0;*/
	background-color: #888;
}

#portal-content #handbook_nav + .tabs, #portal-content #handbook_nav + .swiper-tabs {
	margin-top: 2px;
}

.post_nav {
	clear: right;
}

#portal-base {
	position: fixed;
	bottom: 0;
	width: 100%;
	right: 0;
	z-index: 1;
}

#portal-base div {
	padding-left: 210px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	color: #ccc;
}

#handbook_nav div.nav_inner {
/*	padding-left: 210px;*/
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

#handbook_nav .book_name {
	font-weight: 600;
	margin-right: 0.5em;
	color: black;
}

#handbook_nav a {
	color: black;
}

#handbook_nav a + a {
	margin-left: 0.5em;
}

#handbook_nav .book_item_nav {
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

#handbook_nav .fa-w-16 {
	margin-right: 0.25em;
	margin-left: 0.25em;
}

#help-link {
	color: yellow;
	position: absolute;
	right: 15px;
	font-size: 12px;
	margin-top: -2px;
}

.qrcode {
	display: none;
}

.collapsed #sub-name #sidebar-toggle {
	left: 0px;
}

.collapsed #troopname {
	display: none;
}


.collapsed #portal-side {
	display: none;
}

.collapsed #portal-content {
	margin-left: 0px;
}

.collapsed .content_minor {
	margin-left: 0px;
}

.collapsed #portal-base div, .collapsed #handbook_nav div {
	padding-left: 10px;
}

.collapsed #sub-name .extranum {
	display: inline;
}

.login_soft_notice + .form-public {
	margin-top: 1em !important;
}

.login_soft_notice {
	background-color: lightyellow;
	margin: -4px -5px;
	padding: 1px 5px 1px;
	border-radius: 5px;
	text-align: center;
	border: 1px dotted yellow;
}

.login_soft_notice .begin {
	font-weight: 600;
}

.login_soft_notice .login_explain {
	font-weight: 200;
}

.login_form .direct_login {
	border-top: 1px dotted #eee;

	padding: 5px 0px 0px;

}

.login_form .direct_login a {
	font-size: 1.3em;
	margin-right: .5em;
}

.form-public {
	margin: 0 0 !important;
}

.login_form {
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
	padding: 10px 10px;
/*	border-radius: 5px;*/
	margin: 0px -10px;
	background-color: #f8f8f8;
}

.login_form .form-public {
    max-width: none;
    margin: 0px -10px 0px;
    padding: 20px 10px 10px;
    background-color: white;
}

.login_form .form-public input[type="submit"] {
	margin-top: -10px;
}

.login_form.no_input .form-public input[type="submit"] {
	margin-top: 2px;
}

.login_form .form-public li span input[type="submit"] {
	margin-top: 5px;
	font-size: 14px;
	padding: 8px 16px;
}

.form-public textarea {
	height: 5em !important;
}

.login_form h4 {
	padding: 0px 10px 5px;
	margin: -5px -10px 0px;
	border-bottom: 1px dotted #eee;
	color: #aaa;
}

h3.section {
	border-bottom: 1px dotted #ccc;
	padding-bottom: .2em;
	margin-bottom: -.2em;
}

.agreement_text h3 {
	margin-top: 0em;
	margin-bottom: .4em;
	padding-bottom: .4em;
	border-bottom: 1px solid #999;
}

.agreement_text ul {
	list-style-type: circle !important;
	padding-left: 2em !important;
}

.agreement_text ul li {
	display: list-item;
	padding: 0px;
	border: 0px;
	margin: 0 0;
}

.agreement_text ul li:last-child {
	text-align: left !important;
}

.agreement_text .agree {
	display: none;
}

/* skip paperwork_options */

.paperwork_options {
	margin-bottom: 1em;
	border: 1px solid #888;
	border-radius: 3px;
	padding: .6em;
}

.paperwork_options .fa-w-12, .paperwork_options .fa-w-16, .paperwork_options .main-icon {
	font-size: 4em;
	display: inline-block;
	margin-right: .25em;
}

.paperwork_options .option_text {
	display: inline-block;
	font-size: 1.2em;
	width: calc(100% - 4.2em);
}

.paperwork_options .option_text a, .paperwork_options .option_text span {
	display: inline-block;
	margin-right: .5em;
	font-size: 0.9em;
}

.paperwork_options .option_text span {
	font-weight: 200;
}

.paperwork_policy .download .fa-file-pdf {
	font-size: 2em;
}

.form-public li .paperwork_options  {
	margin-top: .5em;
	border: 0px;
	background-color: rgba(180,180,180,0.1);
}

.form-public li .paperwork_options .option_text {
	width: calc(100% - 5em);
}

.paperwork_form_view > p {
	font-weight: 200;
	font-size: 0.8em;
}

.rendered_paperwork {
	border: 1px dotted #888;
/*	margin-left: -5px;
	margin-right: -5px;*/
	padding: 0px 5px;
	border-radius: 3px;
}

.rendered_paperwork h3 {
	margin-top: 0.3em;
}

.rendered_paperwork .agree {
	font-weight: bolder;
}

.signature_block {

}

.signature_block .signature {
	display: inline-block;
	width: 15em;
	font-weight: bolder;
	border-bottom: 1px solid black;
}

.icon-notice {
	border: 1px dotted yellow;
	background-color: lightyellow;
	padding: 5px;
	margin-right: -5px;
	margin-left: -5px;
	border-radius: 3px;
}

.icon-notice .fa-2x {
	display: inline-block;
	vertical-align: middle;
	margin-right: .3em;
}

.icon-notice span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 3.5em);
}

p.message, p.error_message  {
	border: 1px dotted lightyellow;
	background-color: #eee;
	padding: 5px;
	margin-right: -5px;
	margin-left: -5px;
	border-radius: 3px;
}	

p.error_message {
	background-color: yellow;
}


	
#top_links .svg-inline--fa {
	display: inline-block;
	margin-right: 5px;
}

#top_links .expander {
	display: block;
	float: right;
	padding: 7px 0px;
	margin-top: -1px;	
}

#top_links .expander_link {
	display: inline;
	padding: 0px;
}

#top_links a:hover .fa-fw {
	color: red;
}

.dataTables_wrapper, table.dataTable, .dataTables_wrapper .dataTables_info {
	clear: right;
}

.dataTables_wrapper:after {
	clear: right;
}

td.nobreak {
	white-space: nowrap;
}

.inline-menu .menu_item {
	display: inline-block;
	width: 220px;
	height: 125px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 4px;
	margin-right: 1em;
	margin-bottom: 1em;
	vertical-align: top;
}

.inline-menu {
	margin-right: -10px;
	margin-left: -5px;
}

.inline-menu .menu_item {
	width: calc((100vw - 210px)/3 - (16px));
	margin-right: 5px;
	margin-left: 5px;
}



@media screen and (min-width: 901px) {
	.has-status-list .inline-menu .menu_item {
		width: calc((100vw - 210px - 269px)/2 - (16px));
	}
}

.collapsed .inline-menu .menu_item {
	width: calc((100vw - 10px)/3 - (16px));
}

@media screen and (min-width: 980px) {
	.has-status-list .inline-menu .menu_item {
		width: calc((100vw - 210px - 408px)/2 - (16px));
	}
	
	.collapsed .has-status-list .inline-menu .menu_item {
		width: calc((100vw - 10px - 408px)/3 - (16px));
	}	
}


@media screen and (min-width: 1200px) {
	.inline-menu .menu_item {
		width: calc((100vw - 210px)/4 - (16px));
	}
	
	.has-status-list .inline-menu .menu_item {
		width: calc((100vw - 210px - 404px)/3 - (16px));
	}	
	
	.collapsed .inline-menu .menu_item {
		width: calc((100vw - 10px)/5 - (16px));
	}
	
	.collapsed .has-status-list .inline-menu .menu_item {
		width: calc((100vw - 10px - 398px)/4 - (16px));
	}		
}

@media screen and (min-width: 1600px) {
	.inline-menu .menu_item {
		width: calc((100vw - 210px)/5 - (16px));
	}
	
	.has-status-list .inline-menu .menu_item {
		width: calc((100vw - 210px - 398px)/5 - (16px));
	}		

	.collapsed .inline-menu .menu_item {
		width: calc((100vw - 10px)/6 - (16px));
	}

	.collapsed .has-status-list .inline-menu .menu_item {
		width: calc((100vw - 10px - 398px)/6 - (16px));
	}		
}

.inline-menu .menu_item a {
	display: block;
	padding: 10px;
	border-radius: 4px;
	text-decoration: none;
	
}

.inline-menu .menu_item .most_recent a {
	display: inline;
	padding: 0 0;
}

.inline-menu.small .menu_item {
	height: auto;
	text-align: left;
}

.inline-menu.small a .description {
}


.inline-menu .info_changes {
	height: 170px;
}

.inline-menu .info_changes .changes {
	display: block;
	border-top: 1px dotted #888;
	padding: 5px 10px 0px;
	font-size: .8em;
	text-align: left;
}

.inline-menu a:hover {
	background-color: lightyellow;
	color: black;
}

.inline-menu .menu_item .most_recent a:hover {
	background-color: inherit;
}

.inline-menu a .fa-fw {
	font-size: 3em;
	color: #888;
	margin-bottom: .2em;
}

.inline-menu.small a .fa-fw {
	font-size: 2em;
	display: inline-block;
	margin-bottom: 0em;
	width: 1.7em;
	margin-left: -0.2em;	
}

.inline-menu a:hover .fa-fw {
	color: black;
}

.inline-menu a .title {
	display: block;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: 500;
}

.inline-menu a:hover .title {
	text-decoration: none;

}

.inline-menu.small a .title {
	display: inline-block;
	vertical-align: 0.25em;
}

.inline-menu a .description {
	display: block;
	font-size: .9em;
	font-weight: 300;
}

.inline-menu.small a .description {
	display: none;
}

.inline-menu .most_recent {
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.link-button {
	display: inline-block;
	width: 150px;
	height: 85px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 4px;
	margin-right: 1em;
	margin-bottom: 1em;
	vertical-align: top;
	text-decoration: none;
	padding: 10px;
}

button.link-button {
	font-size: 0.9em;
/*	font-family: laca;*/
	background-color: white; 
	color: black; /* override */
	box-sizing: content-box;
/*	border: 1px dotted;*/
}

.link-button.no-desc {
	width: 120px;
	height: 65px;
}

.wide .link-button {
	width: auto;
	display: block;
	margin-right: 0;
}

.link-button:hover {
	background-color: lightyellow;
	color: black;
}

.link-button .fa-fw {
	font-size: 2em;
	color: #888;
	margin-bottom: .2em;
}

.link-button:hover .fa-fw {
	color: black;
}

.link-button .title {
	display: block;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: 500;
}

.link-button.no-desc .title.longer {
	font-size: 1.1em;
}


.link-button:hover .title {
	text-decoration: none;

}

.link-button .description {
	display: block;
	font-size: .9em;
	font-weight: 300;
}

.content_embed .link-button {
	text-align: left;
	height: auto;
}

.content_embed .link-button .title, .content_embed .link-button .fa-fw {
	display: inline-block;
	font-size: 1.1em;
	vertical-align: middle;
	margin-right: .1em;
}

.tabs .link-button, .swiper-tabs .link-button {
	height: 5px;
}
.tabs .link-button .fa-fw, .swiper-tabs .link-button .fa-fw {
	font-size: 1em;
}

.tabs .link-button .title, .swiper-tabs .link-button .title {
	display: inline-block;
	font-size: 1em;
	vertical-align: top;
}

#portal-content .swiper-tabs.has_quick_buttons h4 {
	vertical-align: middle;
	margin: -0.4em 0em 0.5em;
}

#portal-content .swiper-tabs.has_quick_buttons .swiper-wrapper {
	padding-top: 1.5em;
}

.tabs .quick_buttons, .swiper-tabs .quick_buttons {
	display: inline-block;
	vertical-align: middle;
}

.tabs .quick_buttons .link-button, .swiper-tabs .quick_buttons  .link-button {
	height: 2em;
	text-align: left;
	width: 170px;
	border-color: #eee;
}

.tabs .quick_buttons .link-button .fa-fw, .swiper-tabs .quick_buttons .link-button .fa-fw {
	font-size: 2em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0em;
	margin-right: .3em;
}

.tabs .quick_buttons .link-button .title, .swiper-tabs .quick_buttons .link-button .title {
	display: inline-block;
	font-size: 1em;
	vertical-align: middle;
}

.ajax_post_wrap {
	white-space: nowrap;
}
.ajax_post_status {
	margin-left: .2em;
}

tr.unread td {
	font-weight: 600;
}

div.dtsp-panesContainer, 
div.dtsp-panesContainer div.dtsp-searchPanes {
	clear: right;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	width: 100%;
}

table.dataTable tfoot td {
	padding: 8px 10px;
}

.dataTables_info + .dataTables_filter {
	padding-top: .5em;
}

img.embed_info {
	width: 100%;
}

#portal-content .search_form {
	margin-bottom: 1em;
}

#portal-content .search_form {
	display: block;
	padding: 6px 10px;
	border: 1px solid #ddd;
	text-align: left;
	border-radius: 4px;
	margin-right: 1em;
	margin-bottom: 1em;
	vertical-align: top;	
}

#portal-content > .post-button-inputs {
	padding: 6px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-right: 1em;
	margin-bottom: 1em;
	display: inline-block;
	width: 490px;	
	vertical-align: top;	
}

#portal-content > .post-button-inputs.with-title {
	width: auto;
}

.link-button.no-desc + .post-button-inputs.with-title {
	min-height: 73px;
}

.post-button-inputs.with-title h3, .post-button-inputs.with-title h4 {
	margin-top: 0em;
	padding-bottom: 0.25em;
	margin-bottom: 0.2em;
	border-bottom: 1px dotted #ddd;
}

.post-button-inputs.with-title p {
	margin: 0.25em 0em;
	font-weight: 200;
}

.post-button-inputs.with-title .formitem {
	margin-right: 0.6em;
}

#portal-content > .post-button-icon {
	display: inline-block;
}

#portal-content > .icon-notice + .post-button-icon {
	display: block;
	text-align: center;
}

#portal-content > .icon-notice + .post-button-icon .link-button.no-desc {
	width: 90%;
	margin-right: 0px;
	border: 2px dotted;
}

.multi_form #portal-content > .post-button-inputs {
	width: auto;	
	display: block;
	margin-right: 0px;
}


.dashboard #portal-content > .post-button-inputs {
	width: 150px;
	height: 85px;
	padding: 10px;
	text-align: center;
}

.dashboard #portal-content > .post-button-inputs select {
	width: 100%;
}

.dashboard #portal-content > .post-button-inputs label {
	font-size: 1.2em;
	font-weight: 500;
}

.dashboard #portal-content > .post-button-inputs input[type=submit] {
	display: none;
}

.dashboard #portal-content > .post-button-inputs .fa-fw {
	font-size: 1.7em;
	display: block;
	width: 100%;
	margin-bottom: .2em;
}

.table-page h2, .table-page p {
	display: none;
}

.doubletable .printed-table {
	display: none;
}

.datatable td .post-button {
	display: inline-block;
}

.datatable th .vert {
	writing-mode: vertical-lr;
	margin: 0 auto;
	transform: rotate(180deg);	
}


.module-block {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin-right: 1em;
	margin-bottom: 1em;
}

.module-block table {
	width: 100%;
}

.module-block h3 {
	margin-top: .5em;
}

.admin_instruction {
	font-size: 0.75em;
	border-radius: 5px;
	padding: 5px;
	border: 1px dotted #888;
	margin-top: 2em;
}

.admin_instruction h3, .admin_instruction h4 {
	margin-top: 0em;
}

.fc-daygrid-event {
	white-space: normal;
}

.state-tenative .fc-event-title {
	font-weight: 200;
	font-style: italic;	
}

.state-cancelled .fc-event-title {
	text-decoration: line-through;
}

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
	clear: right;
}

.form_wrap_quill > .ql-snow {
	margin-right: -1px;
	margin-left: -1px;
}

.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
	margin-bottom: .8em;
}

#portal-content blockquote {
	margin-bottom: 0em;
}

#portal-content blockquote + blockquote {
	margin-top: 0em;
}

img.file-thumbnail {
	max-width: 80px;
}

td img.file-thumbnail {
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}

img.img-fluid {
    max-width: 100%;
}

div.context_links {
	position: absolute;
	right: 10px;
	top: 60px;
	width: 82px;
	min-height: 50px;
}

div.context_links .link-button {
	width: 60px;
	margin-right: 0px;
	height: 40px;
}

div.context_links .link-button .fa-fw {
	font-size: 1.1em;
}

div.context_links .link-button .title {
	font-size: .65em;
}

div.context_links + #portal-content {
	margin-right: 95px;
}

.handbook_contents {
	
}

.handbook_contents li {
	line-height: 1.5em;
}

.handbook_contents li li {
	font-size: 0.9em;
	font-weight: 400;
}

.handbook_contents li li li {
	font-weight: 300;
}

.handbook_contents > li {
	font-size: 1.25em;
	font-weight: 600;
}

.handbook_contents .fa-w-16, .handbook_contents .fa-w-12 {
	margin-left: 0.4em;
}

.transaction, .transaction_form {
	border: 1px solid #aaa;
	position: relative;
	margin-bottom: 5px;
}

.transaction.active {
	background-color: lightyellow;
}

.transaction.trans_init {
	border-width: 3px;
}

.transaction.trans_close {
	border-bottom-width: 3px;
}

.transaction .trans_info {
	width: 130px;
	position: absolute;
	left: 0;
	z-index: 10;
	padding: 10px;
	border-right: 1px solid #ddd;
}

.transaction .trans_info.type {
	text-align: center;
}

.transaction .trans_info.type .fa-fw {
	font-size: 80px;
	color: #999;
}

.transaction .trans_info.type .text {
	font-size: 10px;
}

.transaction .labeltable {
	width: 100%;
	border: 0px;
}

.transaction .labeltable td.first {
	width: 7em;
}

.transaction .labeltable tr:first-child td {
	border-top: 0px;
}

.transaction .labeltable td {
	font-size: 16px;
	padding-top: .6em;
	padding-bottom: .6em; 
}

.transaction.trans_init .trans_info {
	width: 108px;
}

.transaction .trans_info .actor {
	display: block;
}

.transaction .trans_info .date {
	font-size: 10px;
}
.transaction .trans_info .time {
	font-size: 10px;
	font-weight: lighter;
	display: block;
}

.transaction .trans_info .icon {
	display: block;
	text-align: center;
	padding-bottom: 0.5em;
}

.transaction .trans_info .icon .fa-fw {
	width: 90px;
	height: 45px;
	color: #888;
}

.transaction .log_message {
	margin-left: 150px;
	position: relative;
	padding: 5px 10px;
	background-color: #eee;
	font-size: 10px;
}

.transaction .trans_message {
	margin-left: 150px;
	position: relative;
	padding: 10px;
	border-left: 1px solid #ddd;
	min-height: 50px;
	
}

.transaction .trans_table {
	margin-left: 150px;
	position: relative;
	border-left: 1px solid #ddd;
	
}

.transaction.trans_init .log_message, .transaction.trans_init .trans_message {
	margin-left: 128px;
}

.transaction .trans_message p:first-child, .transaction .trans_message h1:first-child, .transaction .trans_message h2:first-child, .transaction .trans_message h3:first-child, .transaction .trans_message h4:first-child {
	margin-top: 0px;
}

.transaction_form {
	padding-top: .5em;
}

.transaction_form .outer, .transaction_form .formitem label:first-child {
	width: 130px;
	position: absolute;
	left: 0;
	z-index: 10;
	padding: 10px;
}

.transaction_form .formitem label:first-child {
	padding: 2px 10px;
}

.transaction_form .formitem:last-child {
	border: 0px;
}

.transaction_form .inner {
	margin-bottom: .5em;
}

.transaction_form .inner > div.ql-snow {
	border-right: 0px;
}

.transaction_form .inner, .transaction_form .formitem input, .transaction_form .formitem select {
	margin-left: 150px;
}

#item_receivable_id .trans_desc {
	font-weight: bolder;
}

#item_receivable_id .trans_person {

}


#item_receivable_id .trans_cat {
	font-weight: lighter;
}

#item_receivable_id .trans_remain {
	font-weight: lighter;
}


#item_receivable_id .paid {
	opacity: 0.6; 
}

.no_message {
	color: #888;
	font-weight: 200;
}

.signature {
	color: #888;
}

.replyquote {
	color: blue;
}

.replyquote.level2 {
	color: orange;
}

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
	background: none;
}

.journal_entry {
	border: 1px solid #888;
	border-radius: 3px;
	padding: 0px;
	margin-bottom: 1em;
}

.journal_entry h3, .journal_entry h4 {
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #888;
	background-color: #888;
}

.journal_entry.draft h3, .journal_entry.draft h4 {
	background-color: #eee;
}

.journal_entry h3 a, .journal_entry h4 a {
	float: right;
}

.journal_entry .basics {
	padding: 4px 8px 4px;
	font-size: 1em;
	font-weight: 200;
}

.journal_entry .basics .type_name {
	margin-right: .5em;
	font-weight: 500;
}

.journal_entry .details {
	padding: 4px 8px 4px;
	font-size: .9em;
	font-weight: 300;
	margin-bottom: 4px;
}

.journal_entry .extra {
	padding: 0px 8px 0px;
}

.journal_entry .datatable {
/*	margin: 6px -6px -6px;*/
	margin-top: 6px;
	border-width: 1px 0px 0px;
}

.journal_entry .datatable th, .journal_entry .datatable td {
	padding: .6em 8px;
}

.journal_entry .datatable td.col01 {
	width: calc(2em + 3vw);
}

.journal_entry .datatable td.col02 {
	width: calc(6em + 25vw);
}

.journal_entry .datatable td.date_cell, .journal_entry .datatable td.money_cell {
	width: 6em;
}

.drive_tile {
	border: 1px solid #aaa;
	display: inline-block;
	padding: 0.6em;
	border-radius: 3px;
	margin-right: .25em;
	margin-bottom: .25em;
	width: 220px;
	vertical-align: top;
	height: calc(220px + 4em);
}

.drive_tile.folder {
	height: auto;
}

.drive_tile .thumb_link {
	text-align: center;
	height: 220px;
}

.drive_tile .file_name {
	background-color: rgba(0,0,0,.1);
	padding: 0.3em 0.6em;
	margin: 0 -0.6em;
	max-height: 2.3em;
	overflow: hidden;	
}

.drive_tile.folder .file_name {
	margin-top: -3.3em;
	padding-left: 4em;
}

.drive_tile.folder .extra_links {
	padding-left: 4.25em;
	font-size: 0.8em;
	margin-top: .3em;
}

.drive_tile .modified {
	font-weight: 200;
}

.drive_tile .thumb {
}

.drive_tile .mobileonly {
	display: none;
}

.ios .drive_tile .mobileonly {
	display: inline;
}

.ios .drive_tile .nomobile {
	display: none;
}




.drive_tile .mobileonly {
	display: none;
}



@media screen and (max-width: 480px) { 
	.drive_tile {
		width: 150px;
		padding: 0.3em;
		height: calc(150px + 3em);
	}
	
	.drive_tile .file_name {
		padding: 0.2em 0.3em;
		margin: 0 -0.3em;
		font-size: 0.7em;
	}	
	
	.drive_tile.folder .file_name {
		font-size: 0.8em;
		padding-left: 4.6em;
	}	

	.drive_tile.folder .extra_links {
		margin-top: 0.2em;
	}	
	
	.drive_tile .thumb_link {
		height: 150px;
	}	
	
	.drive_tile .thumb {
		width: 70%;
	}
	
	.drive_tile .modified {
		font-size: 0.65em;
	}	
}

.mediaTest {float: left;}


@media screen and (min-width: 1500px) {
	.content_primary_column .parallel_tables, .content_primary_column .parallel_tables.wide {
		width: 47%;
	}
	
	div.multi {
		column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	.content_primary_column {
		width: 70%;
	}
	
	.content_secondary_column {
		width: 30%;
	}
	
	#portal-content.has-status-list-home {
		margin-right: 400px;
	}		
	
	.status_list.home {
		width: 389px;
	}		
}

@media screen and (min-width: 1180px) and (max-width: 1180px) {
	#portal-content > .post-button-inputs {
		width: 445px;
	}
/*
	.inline-menu .menu_item {
		width: 224px;
		margin-right: 1em;
		margin-bottom: 1em;
	}	
	

	.has-status-list .inline-menu .menu_item {
		width: 260px;
		margin-right: 1.2em;
		margin-bottom: 1.2em;
	}
	
	*/
	
}

@media screen and (max-width: 1080px) {
/*	#portal-content.has-status-list-home {
		margin-right: 350px;
	}		
	
	.status_list.home {
		width: 339px;
	}	
*/
	.status_list_item  div.status_task .snip_frament.snip_2 {
		display: none;
	}

	.status_list_item  div.status_task .snip_more.snip_1 {
		display: inline;
	}
}


@media screen and (max-width: 1024px) {
	.sub .item_sign .item_date, .sub .item_sign .item_initial, .item_sign .item_date, .item_sign .item_initial {
		min-width: auto;
	}
	#quest_embed {

	}
	/*
	#portal-content.has-status-list-home {
		margin-right: 317px;
	}		

	.status_list.home {
		width: 319px;
	}	*/
}


@media screen and (max-width: 980px) {
	#portal-content.has-status-list-home {
		margin-right: 260px;
	}		
	
	.status_list.home {
		width: 249px;
	}	
	
	.status_list_item  div.status_task .snip_frament.snip_1 {
		display: none;
	}	
	
	.status_list_item  div.status_task .snip_more.snip_0 {
		display: inline;
	}	
}

@media screen and (max-width: 900px) {


	#portal-content.has-status-list {
		margin-right: 0px;
	}
	.status_list, .status_list.home {
		position: relative;
		top: 0px;
		width: auto;
		display: block;
		overflow: visible;
		max-height: initial;
	}
	
	.status_list {
		border-radius: 8px;
		border-color: #888;
	}
	
	.status_list h2 {
		border: 1px solid #888;
		margin-right: -1px;
		margin-left: -11px;
		font-size: 1.1em;
	}
	
	.status_list_item {
	/*	width: 249px;*/
		width: 50%;
		display: inline-block;
	}

	.status_list_item  div.status_task .snip_frament.snip_1 {
		display: inline;
	}

	.status_list_item  div.status_task .snip_more.snip_1 {
		display: inline;
	}	
	
}

@media screen and (min-width: 820px) and (max-width: 820px) {
/*	.inline-menu .menu_item {
		width: 185px;
		margin-right: .92em;
		margin-bottom: .92em;
	}
*/

	.inline-menu a .title {
		font-size: 1.1em;
	}

	.inline-menu a .description {
		font-size: .8em;
	}
	
	.mediaTest {float: none;}
		
}


@media screen and (max-width: 800px) {
	.mediaTest {float: none;}

}

@media screen and (max-width: 780px) {
	.content_primary_column {
		width: 60%;
	}
	
	.content_secondary_column {
		width: 40%;
	}
	
}

@media screen and (max-width: 520px) {

	.status_list_item  div.status_task .snip_frament.snip_1 {
		display: none;
	}	
}

@media screen and (max-width: 480px) {
	.parallel_tables, .parallel_tables.wide, .parallel_tables.dyn, .collapsed .parallel_tables.dyn, .parallel_tables.narrowdyn, .collapsed .parallel_tables.narrowdyn, .parallel_tables.widedyn, .collapsed .parallel_tables.widedyn  {width: 100%}
	
	.content_primary_column, .content_secondary_column {
		width: 100%;
		right: 0px;
	}
	
	div.multi {
		column-count: 1;
	}
	
	div.context_links + #portal-content {
		margin-right: 0px;
	}
	
	.content_secondary_column .fc .fc-toolbar-title {
		font-size: 1.5em;
	}
	
	.status_list_item {
		width: 208px;
		font-size: 0.8em;
	}	
	
	.checkin_person {
		margin: 1em -10px;
		border-left: 0px;
		border-right: 0px;
		border-radius: 0px;	
	}
	
	.transaction .trans_info {
		position: relative;
		width: auto;
		border-bottom: 1px dotted #888;
	}
	
	.transaction .trans_info .actor, .transaction .trans_info .date, .transaction .trans_info .time {
		display: inline-block;
		margin-right: 1em;
	}
	
	.transaction .trans_info .icon {
		display: inline-block;
		float: right;		
	}

	.transaction .trans_info .icon .fa-fw {
		height: 1.2em;
		width: auto;
	}
	
	.transaction .trans_message, .transaction .log_message {
		margin-left: auto;
		border-left: 0px;
		min-height: auto;
	}
	
	.transaction_form .outer, .transaction_form .formitem label:first-child {
		width: auto;
		position: relative;
		display: block;
		float: none;
	}
	
	.transaction_form .inner, .transaction_form .formitem input, .transaction_form .formitem select {
		margin-left: 8px;
	}
	
	.transaction_form .outer, .transaction_form .formitem span {
		display: block;
		padding: 2px 10px;
	}
	
	.transaction .trans_info.type .fa-fw, .transaction .trans_info.type .text {
		font-size: 1.7em;
		margin-left: .2em;
		margin-right: .2em;
	}
	
	.transaction .trans_table {
		margin-left: 0px;
		border-left: 0px;
	}
	
	#portal-content .swiper-tabs > div.tab_change {
		display: block;
		position: relative;
		top: -25px;
		text-align: right;
		right: 0px;
		padding: 15px 3px;
		overflow: hidden;
	}
	
	.tab_change .formitem label {
		display: inline;
	}
	
	#portal-content .swiper-tabs div.post-button {
		position: static;
		white-space: normal;
		text-align: left;
	}
	
	#portal-content .swiper-tabs div.post-button .formitem {
		width: min-content;
	}
	
	#portal-content .swiper-tabs .tab_change label {
		display: inline-block;
		margin-bottom: 5px;
		font-size: 0.8em;
		font-weight: 300;
	}

	.tabs .quick_buttons .link-button, .swiper-tabs .quick_buttons  .link-button {
		width: 135px;
	}

	#portal-content {
		margin-bottom: 60px;
	}
	
	#handbook_nav {
		bottom: 40px;
	}	
}	



@media screen and (max-width: 480px) { 


	.inline-menu .menu_item, .collapsed .inline-menu .menu_item	{ 
/*		width: 45%;
		margin-left: .4em;
		margin-right .4em;*/
		font-size: .8em;
		height: 102px;
		margin: 1vw 1vw;
		width: 44.5vw;
	}
	
	.inline-menu .menu_item.info_changes, .collapsed .inline-menu .menu_item.info_changes {
		height: 140px;
	}
	
	.inline-menu .menu_item.menu_odd {
/*		float: left;*/
	}
	
	.inline-menu .menu_item.menu_odd {
/*		float: right;*/
	}	
	
	.inline-menu .info_changes {
		height: 140px;
	}
	
	.inline-menu a .description {
		font-size: 1em;
	}
	
	#portal-content > .post-button-inputs {
		width: auto;
		display: block;
	}
	
	#help-link {
		position: static;
		margin-left: .5em;
		font-size: 12px;
		margin-top: 0px;		
	}	
	
	.labeltable {
		width: 100%;
	}
	
	.profile_card {
		display: block;
		width: auto;
		margin-right: 0px;
	}
	
	.profile_card .profile_text {
		width: calc(100% - 100px);
	}	
}

@media screen and (max-width: 414px) { 
	.status_list_item {
		width: 183px;
		font-size: 0.75em;
	}	
}



@media screen and (max-width: 380px) { 
	.inline-menu {
		margin: 0;
	}
	
	.inline-menu .menu_item, .collapsed .inline-menu .menu_item	{ 
		width: inherit;
		display: block;
		margin-left: 0em;
		margin-right: 0em;
		font-size: 1em;
		height: 125px;
	}
	
	.inline-menu .menu_item.info_changes, .collapsed .inline-menu .menu_item.info_changes {
		height: 160px;
	}	
	
	.inline-menu .menu_item.menu_odd, .inline-menu .menu_item.menu_odd {
		float: none;
	}
	
	.inline-menu .info_changes {
		height: 170px;
	}
	
	.inline-menu a .description {
		font-size: 0.9em;
	}
	
	.link-button {
		height: auto;
		width: 35%;
	}
	
	.link-button .description {
		display: none;
	}
	
	.account_box_expand.expanded {
		width: 90%;
	}
	
	.status_list {
		padding-left: 5px;
		margin: 0px -10px;
		border-left: 0px;
		border-right: 0px;
		border-radius: 0px;
	}
	
	.status_list h2 {
		margin-left: -5px;
		margin-right: 0px;
		border-right:0px;
		border-left:0px;
	}
	
	.status_list_item {
/*		width: 170px;*/
		width: 100%;
		font-size: 0.7em;
	}	
	
	.status_list_item  div.status_task .snip_frament.snip_1 {
		display: inline;
	}

	.status_list_item  div.status_task .snip_frament.snip_2 {
		display: inline;
	}	
		
	#handbook_nav .book_item_nav {
		float: none;
		margin-left: 0.5em;
	}
}

@media (prefers-color-scheme: dark) {
	body, .form-public, .login_form, .form-public li > label {
		background-color: #333 !important;
		color: #ddd !important;
/*		font-family: Source Sans Pro, sans-serif;*/
	}

	.form-public input, .form-public  textarea {
		background-color: #404040;
		color: white;
	}
	
	.form-public input[type="text"]:focus,
	.form-public input[type="date"]:focus,
	.form-public input[type="datetime"]:focus,
	.form-public input[type="tel"]:focus,
	.form-public input[type="email"]:focus,
	.form-public input[type="number"]:focus,
	.form-public input[type="search"]:focus,
	.form-public input[type="time"]:focus,
	.form-public input[type="url"]:focus,
	.form-public input[type="password"]:focus,
	.form-public textarea:focus,
	.form-public select:focus 
	{
		color: black;
	}	
	
	.form-public li > span {
		background-color: #303030 !important;
		color: #aaa !important;
	}
	
	.form-public li.subhead {
		background-color: #222 !important;
	}

	.login_soft_notice {
		background-color: goldenrod;
		border: 1px dotted yellow;
		color: black;
	}
	
	.login_soft_notice a:link, .login_soft_notice a:visited {
		color: #222;
	}

	.icon-notice {
		border: 1px dotted yellow;
		background-color: brown;
	}

	p.message, p.error_message  {
		border: 1px dotted #eee;
		background-color: #444;
		padding: 5px;
		margin-right: -5px;
		margin-left: -5px;
		border-radius: 3px;
	}	
	
	p.error_message {
		background-color: darkred;
	}
	
	.texttable td {
		border-top-color: #444;
		border-left-color: #444;	
	}
	
	.texttable td.subhead {
		background-color: #444;
		border-left-color: #444;
	}

	.texttable.break-5 td.col05 {
		background-color: #444;	
		border-left-color: #444;
	
	}
	
	.texttable.break-5 td.col06 {
		border-left-color: #444;
	}	

	.texttable.forentry td.even {
		background-color: #282828;
	}
	
	.labeltable td.even {
		background-color: #282828;
	}

	.labeltable th {
		color: black;
	}
	
	.datatable th {
		color: black;
	}
	
	.datatable td.odd, .labeltable.datamatch td.odd {
		background-color: #444;
	}
	
	.datatable td.even, .labeltable.datamatch td.even  {
		background-color: #393939;
	}
	
	.datatable tr.odd td {
		background-color: #444;
	}
	
	.datatable tr.even td {
		background-color: #393939;
	}		
	
	.datatable td.subhead {
		#222;
	}
	
	.formitem input:matches([type="text"], [type="password"], [type="email"], [type="tel"], [type="date"]), .formitem textarea {
		background-color: #999;
		border: 1px solid #bbb;
		padding: 2px;
	}
	
	.formitem select {
		background-color: #999;
		border: 1px solid #bbb;
	}
	
	.form_wrap_group .base {
		background-color: #333;
	}
	
	.form_wrap_group > h3, .form_wrap_quill > h3 {
		background-color: #222;
	}	
	
	.form_wrap_group p {
		background-color: #333 !important;
	}
	
	.form_wrap_group h3 + p {
		background-color: #444 !important;
	}
		
	.account_box {
		background-color: #484848;
		border: 1px dotted darkred;
	}
	
	.account_box_expand {
		background-color: #484848;
		border: 1px dotted darkred;
	}

	.account_box_expand .account_box_icons a {
		color: #ccc;
	}
	
	.account_box_expand .user_name {

		border-top: 1px dotted darkred;	
	}
	.account_box_expand .account_box_details a:hover {
		color: black;
	}	
	
	#portal-side {
		background-color: #444;
	}
	
	#portal-side:after {
		background-color: #303030;
	}	
	
	#portal-header::after {
		background-color: #282828;
	}	
	
	#top_links li {
		background-color: rgba(50,50,50,0.8);
		border-color: black;
	}	
				
	
	#top_links li a:hover {
		background-color: black;
	}
	
	#portal-content .tabs, #portal-content .swiper-tabs {
		background-color: #434343;
	}
	
	#portal-content .tabs a, #portal-content .swiper-tabs .swiper-slide a {
		background-color: #282828;	
	}
	
	#portal-content .tabs a.active, #portal-content .swiper-tabs .swiper-slide a.active {
		background-color: #333;
	}
	
	#portal-content .tabs a:hover, #portal-content .swiper-tabs .swiper-slide a:hover {
		background-color: darkred;
	}
	
	#portal-content .swiper-tabs .swiper-slide a.link-button {
		border-color: #282828;
	}	
	
	.tabs .quick_buttons .link-button, .swiper-tabs .quick_buttons  .link-button {
		border-color: #333;
	}	

	button.link-button {
		background-color: #333; 
		color: #BEA7C6;
	}
	
	.signature_block .signature {
		border-color: white;
	}
	
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
		color: #ccc;
	}
	
	table.dataTable tbody tr {
		background-color: #333;
	}
	
	div.dataTables_scrollBody {
		background-color: #333 !important;
	}
	
	.section_nav {
	background-color: #222;
	}

	.section_nav a {
		background-color: #444;
	}
	
	.section_nav a:hover {
		background-color: #333;
	}	
	
	.CodeMirror, .editor-preview, .CodeMirror-fullscreen {
		background-color: #333;
		color: #ccc;
	}
	
	.journal_entry h3, .journal_entry h4 {
		background-color: #222;
	}

	.journal_entry.draft h3, .journal_entry.draft h4 {
		background-color: #999;
	}	
	
	.select2-dropdown, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-results__option--selected {
		background-color: #444;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered  {
		color: #ddd;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		background-color: #555;
	}
	
	.select2-container .select2-search--inline .select2-search__field {
		color: #eee;
	}	
	
	.table_form {
		background-color: #404040;
	}	
	
	.table_form .dataTables_wrapper {
		border-bottom: 1px dotted white;
	}	

	.table_form .formitem {
		background-color: #333;
	}
}