html, body {
	min-height: 100%;
}
.bg-dark {
	background: #1B6B57 !important;
}
a {
	color: #28a745;
}
a:focus,
a:hover {
	color: #19692c;
}
.pad-page-login {
	background: #1B6B57;
	background: linear-gradient(135deg, #88C425 0%, #1B6B57 100%);
	height: 100%;
}
header {
	z-index: 10;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #fff;
}
header .nav-item .fa {
	font-size: 24px;
	vertical-align: middle;
}
.navbar-brand {
	margin-right: 0;
}
.brand-logo {
	display: inline-block;
	padding: 0 0 0 1rem;
	margin: -1rem 0 -1rem -1rem;
}
.navbar-brand span {
	margin-left: 10px;
	font-weight: 600;
}
.user-loginout .avatar {
	border-radius: 50px;
	width: 40px;
	height: auto;
}
.login-wrapper {
	background: #fff;
	border-radius: 3px;
	padding: 1.5em;
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	margin-top: 6rem;
	margin-left: 2rem;
}
.login-wrapper .form-group label {
	font-size: 0.9em;
	font-weight: bold;
}
.sidebar {
	z-index: 5;
	min-height: 100vh;
	margin-top: -73px;
	width: 210px;
	font-size: 0.9em;
	padding: 73px 15px 0;
	overflow-y: auto;
}
.sidebar .navbar-nav .fa {
	width: 16px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
}
.sidebar .navbar-nav ul {
	padding: 0;
	list-style: none;
}
.sidebar .navbar-nav ul li:last-child {
	margin-bottom: 15px;
}
.sidebar .navbar-nav ul .nav-link {
	padding: 2px 0;
	color: rgba(255,255,255,0.8);
}
.sidebar .navbar-nav ul .nav-link:hover,
.sidebar .navbar-nav ul .active,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}
.sidebar .nav-item-top > a {
	padding: 15px 0;
}
.sidebar .nav-item-top > a,
.sidebar .sidebar-heading > .nav-link {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8em;
}
.sidebar .sidebar-heading > .nav-link {
	color: rgba(255,255,255,0.6);
}
.sidebar .sidebar-heading > .nav-link:hover,
.sidebar .nav-item-top > .nav-link:hover {
	color: #fff;
}
.sidebar .nav-item-top {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: 0 -15px;
	padding: 0 15px;
}
.sidebar .sidebar-heading {
	margin-bottom: 0;
}
.sidebar .sidebar-heading a {
	padding: 15px 0;
}
.sidebar .navbar-toggler {
	border: none;
}
.sidebar .navbar-toggler .fa-chevron-down,
.sidebar .navbar-toggler .fa-chevron-up {
	float: right;
	font-size: 8px;
	vertical-align: middle;
	margin: 4px 0 0;
}
.sidebar .navbar-toggler .fa-chevron-down,
.sidebar .navbar-toggler.collapsed .fa-chevron-up {
	display: none;
}
.sidebar .navbar-toggler.collapsed .fa-chevron-down {
	display: block;
}
.toggle-sidebar {
	font-size: 0.75em;
	text-transform: uppercase;
}
.toggle-sidebar,
.toggle-sidebar:hover,
.toggle-sidebar:active {
	text-decoration: none;
	color: #fff;
	line-height: 16px;
	background: #1B6B57 !important;
	border-color: rgba(0,0,0,0.1);
}
.toggle-sidebar .fa {
	color: #fff;
	font-size: 16px;
	width: 16px;
	text-align: center; 
	vertical-align: bottom;
	margin-right: 2px;
}
.system-version {
	color: rgba(255,255,255,0.4);
}
.stage {
	padding: 0;
	background: #f5f5f5;
}
.stage > .alert {
	border-radius: 0;
	margin: 0;
}
.content {
	padding: 30px;
}
.content-header,
.content > .display-4 {
	margin-bottom: 20px;
}
.content-header .fa {
	opacity: 0.3;
	font-size: 32px;
	margin-right: 10px;
}
.content-header .utility-toggle .fa {
	opacity: 0.7;
}
.content-filter {
	margin-bottom: 40px;
}
.content > .card {
	margin: 20px 0;
}
.remodal .card {
	margin: 20px 0;
}
.content > .nav-pills,
.content > .nav-tabs {
	margin: 40px 0 30px;
}
.tab-pane > .card {
	margin-bottom: 2rem;
}
.screen-reader-text {
	display: none;
}
.action-panel {
	margin-top: 30px;
}
.action-link {
	margin-top: 20px;
}
.action-link .btn {
	float: left;
	margin: 5px 20px 15px 0;
}
.custom-file-input:hover {
	cursor: pointer;
}
.media-frame-router #menu-item-browse,
.media-frame-content .load-more-wrapper,
.media-frame-content .media-toolbar {
	display: none;
}
.media-frame-content .attachments-browser.has-load-more .attachments-wrapper, 
.media-frame-content .attachments-browser:not(.has-load-more) .attachments {
	top: 30px;
}
.claim-attachments,
.claim-attachments td {
	position: relative;
}
.claim-attachments td {
	border-bottom: 1px solid #eee;
}
.claim-attachments td .loading-overlay,
.claim-discussions .comment-form {
	height: 100%;
}
.claim-attachments td .loading-overlay .fa,
.claim-discussions .comment-form .fa {
	font-size: 32px;
	margin-top: 20px;
}
.remove-attachment {
	padding: 0 .25rem;
}
.remove-attachment .fa {
	margin: 0 !important;
}
.loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	text-align: center;
	background: rgba(255,255,255,0.8);
}
.loading-overlay .fa {
	font-size: 48px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.table-sm {
	font-size: 0.9rem;
}
table.dataTable {
	margin: 0;
	max-width: 100%;
	font-size: 0.8em;
}
table.dataTable thead th, 
table.dataTable thead td,
table.dataTable tbody th, 
table.dataTable tbody td,
table.dataTable tfoot th, 
table.dataTable tfoot td {
	padding: .75rem .3rem;
}
table.dataTable thead th {
	border-bottom: 2px solid #dee2e6;
}
table.dataTable tfoot th, 
table.dataTable tfoot td {
	border-top: 2px solid #dee2e6;
}
table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc, 
table.dataTable thead .sorting_asc_disabled, 
table.dataTable thead .sorting_desc_disabled {
	background-position: right 5px;
}
.fa {
	font-size: 16px;
}
.fa:first-child:not(:only-child) {
	margin-right: 5px;
}
.btn .fa {
	font-size: 1em;
}
.fa-file-pdf {
	color: #dc3545;
}
.fa-file-image {
	color: #007bff;
}
.fa-file {
	color: #888;
}
.tablenav {
	margin-bottom: 20px;
}
.datatable {
	display: none;
	width: 100%;
}
.dataTable {
	display: table;
}
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
	margin-top: 10px !important;
}
.dataTables_wrapper .dataTables_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .55rem .75rem !important;
    margin-bottom: 1rem;
    font-size: .875rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .2rem;
}
.form-group > label {
	font-weight: 600;
	font-size: 0.9em;
}
.utility-toggle .fa {
	font-size: 16px;
}
.utility-toggle .fa-caret-down {
	font-size: 12px;
}
.pill {
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background: #F0F1F2;
    border: 1px solid #ccc;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.pill-sm {
	padding: .25rem;
	font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.pill span {
	display: inline-block;
	margin: -.375rem -.5rem -.375rem .25rem;
	padding: .375rem .75rem;
	background: #fff;
	border-radius: 0 .25rem .25rem 0;
}
.pill-sm span {
	margin: -.25rem -.25rem -.25rem .25rem;
	padding: .25rem .5rem;
}
.pill:last-child {
	margin-left: 5px;
}
.card-header h4 {
	margin: 0;
}
.card-header h4 .badge {
	font-weight: 500;
}
.hasDatepicker {
	min-width: 150px;
}
.editable-records {
	font-size: 0.8em;
}
.form-group .editable-records {
	margin-bottom: 0;
}
.editable-records label {
    display: none;
}
.editable-records .form-group {
	margin-bottom: 0;
}
.editable-records .form-control,
.editable-records .custom-select,
.editable-records .input-group,
.editable-records .input-group-text,
.editable-records .chosen-choices, 
.editable-records .chosen-container-multi .chosen-choices, 
.editable-records .chosen-container-single .chosen-single,
.editable-records .select2-container .select2-selection--single .select2-selection__rendered,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper select {
    height: calc(1.5em + .5rem + 2px);
    flex-grow: 2;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.editable-records .input-group {
	padding: 0;
}
.editable-records .chosen-container-single .chosen-single div b {
	background-position: 0 5px;
}
.editable-records .chosen-container-single .chosen-single abbr {
	top: 9px;
}
.editable-records .hasDatepicker,
.form-control-sm.hasDatepicker {
	min-width: 135px;
}
.select2-results__option,
.select2-search--dropdown .select2-search__field {
	font-size: 0.8rem;
	line-height: normal;
}
.select2-container .select2-selection--single {
	height: auto;
}
.select2-container .select2-selection {
	border-color: #ced4da;
}
.select2-dropdown {
	z-index: 10001;
}
.editable-records .subtotal {
	font-size: 1.3em;
	font-weight: 600;
}
.editable-records.columnar thead {
	display: none;
}
.editable-records.columnar tbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.editable-records.columnar tbody tr {
	display: block;
	padding: 0.75rem 0;
	width: 49%;
	margin-bottom: 1rem;
	flex-shrink: 0;
	background-color: rgba(0,0,0,.05) !important;
}
.editable-records.columnar tbody tr > td {
	display: block;
	padding: 0.25rem .75rem;
	border-top: none;
}
.editable-records.columnar label {
	display: block;
	width: 150px;
	margin: 0;
}
.editable-records.columnar label.form-check-label {
	width: auto;
}
.editable-records.columnar .remove {
	width: 100%;
}
.editable-records.columnar .add-row td {
	border-top: none;
}

.editable-records .form-group,
.editable-records.columnar .form-group {
	display: flex;
}
.editable-records.columnar .form-group {
	align-items: center;
}

table .remove {
	vertical-align: middle;
	text-align: right;
	min-width: 70px;
	width: 70px;
}
table .remove .button {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 5px;
	display: block;
	margin-bottom: 5px;
	color: #fff;
}
table .remove .edit-row {
	color: #333;
}
table .remove .remove-row {
	color: #dc3545;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper select {
	display: inline;
	width: auto;
}
.custom-switch-danger .custom-control-input:checked~.custom-control-label::before {
	background-color: #dc3545;
	border-color: #dc3545;
}
.custom-switch-danger .custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.custom-switch-danger .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(220,53,69,0.5);
}
.claim-discussions .comment-form {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.claim-discussions .comment-field {
	flex-grow: 10;
	position: relative;
	padding-bottom: 25px;
}
.claim-discussions .comment-field textarea {
	width: 100%;
	border-color: #fff;
	resize: none;
}
.claim-discussions .avatar {
	border-radius: 20px;
}
.claim-discussions .comment-author {
	font-size: 0.8rem;
	font-weight: 700;
}
.claim-discussions .comment {
	padding: 10px 1rem;
}
.claim-discussions .activity {
	padding: 0 1rem;
}
.claim-discussions .comment p:last-child {
	margin-bottom: 0;
}
.claim-discussions .comment-activity {
	font-size: 0.8rem;
}
.claim-discussions .activity .fa {
	font-size: 16px;
}
.claim-discussions .comment-timestamp {
	font-weight: 600;
}
.claim-discussions .activity .comment-timestamp {
	margin-left: 10px;
}
.claim-discussions .comment-reply-link {
	margin-right: 10px;
}
.claim-discussions .comment-reply-link .fa {
	font-size: 12px;
}
.claim-discussions .comment-reply,
.claim-discussions .comment .comment {
	padding: 10px 1rem;
	margin: 10px -1rem -10px !important;
	border-top: 1px solid rgba(0,0,0,.125);
	border-radius: 0 0 .25rem .25rem;
}
.claim-discussions .comment-reply .avatar {
	height: 31px;
	width: 31px;
}
.claim-discussions .comment > .fa {
	margin-top: 3px;
}
.claim-discussions .comment .comment {
	border-width: 1px 0 0 0;
	background: #F5FFF2;
}
.keyboard-hint {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
.claim-discussions .comment-field textarea:focus + .keyboard-hint {
	display: block;
}
.claims-listing .last-activity {
	width: 35%;
}
.claims-listing .last-activity .fa {
	vertical-align: middle;
}
.claims-listing .last-activity small {
	float: right;
	margin: 3px 0 0 5px;
}
.terms-list {
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.terms-list li span {
	color: #aaa;
}
.terms-list.navbar-light .navbar-nav .nav-link {
	color: #555;
}
.navbar-light .navbar-nav.terms-list .nav-link:hover {
	color: #212529;
}
.terms-list li a:hover {
	text-decoration: none;
}
.terms-list li.active a {
	color: #212529;
	font-weight: bold;
}
.terms-list li.active a span {
	font-weight: normal;
}
.document-stage {
	position: relative;
	margin-bottom: 30px;
	padding: 2em;
	background: #fff;
	text-align: center;
	max-height: 300px;
	overflow-y: scroll;
	transition: max-height 0.6s ease-out;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.document-stage.open {
	max-height: 700px;
}
.document-stage img {
	max-width: 100%;
	height: auto;
}
.document-stage-wrapper .pull-down {
	display: block;
	background: #fff;
	padding: 4em 0 0.5em;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient( rgba(255,255,255,0), rgba(255,255,255,1) 60% );
}
div.dataTables_wrapper div.dataTables_length select {
	padding-right: 20px;
}
.filters {
	margin-top: 20px;
}
.filters .fa {
	font-size: 12px;
	opacity: 0.8;
	margin: 0;
}
.filters .text-muted {
	margin-bottom: 10px;
}
.filters .btn {
	font-size: 80%;
	border-radius: 15px;
	padding: .2rem .5rem;
	line-height: 1;
	margin-bottom: 5px;
}
.error {
	color: #dc3545!important;
}
.hidden {
	display: none;
}
.wp-editor-container {
	border: 1px solid #ddd;
}
.wp-editor-wrap .button, 
.wp-editor-wrap button, 
.wp-editor-wrap input[type="submit"], 
.wp-editor-wrap input[type="reset"] {
	border-radius: 0;
	box-shadow: none;
}
.system-settings input[type="submit"] {
	margin-top: 40px;
	clear: both;
}
.wp-editor-wrap .wp-switch-editor {
	margin: 5px 0 0 5px;
}
.wp-editor-wrap .wp-core-ui .button, 
.wp-editor-wrap .wp-core-ui .button-secondary {
	margin-right: 5px;
}
.login-remember label {
	width: auto;
}
.welcome {
	margin-bottom: 20px;
}
.footnote {
	font-size: 0.8em;
	color: #888;
}
.delete .fa,
.cancel .fa {
	color: #c00;
}
.editable-records .record .field,
.editable-records .record .chosen-container,
.editable-records .editing .current {
	display: none;
}
.editable-records .editing .field,
.editable-records .editing .chosen-container {
	display: block;
}
.class-records .remarks p:first-child {
	margin-top: 0;
}
.search-input {
	width: 100%;
	margin-bottom: 5px;
}
.container-label {
	text-align: center;
	margin-top: 5px;
	display: block;
}
.ms-selectable li, 
.ms-selection li {
	margin-bottom: 0;
}
.red {
	color: #D10808;
}
.button.red {
	color: #fff;
}
.remodal-close {
	box-shadow: none;
}
.remodal {
	text-align: left;
	margin-top: 35px;
}
.remodal h1 {
	margin-top: 0;
}
@media only screen and (min-width: 641px) {
	.remodal {
	    max-width: 1100px;
	}
}
.remodal .messages {
	margin-bottom: 10px;
}
.remodal .alert {
	margin-bottom: 5px;
}
.claim-status-finalized .remove a,
.claim-status-finalized .add-new,
.claim-status-finalized .editable-records tfoot {
	display: none !important;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(0,0,0,.02);
}
.gform_wrapper.gravity-theme .gsection {
	border: none;
	padding-bottom: 0;
	margin-top: 2em;
}
.gform_wrapper.gravity-theme .gsection_title {
	margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 600;
	font-size: 0.9em;
}
.gform_required_legend {
	display: none;
}
.gform_wrapper.gravity-theme .gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_save_link.button {
	background-color: #6c757d;
	color: #fff;
}
body .gform_wrapper.gravity-theme .chosen-container a.chosen-single {
	border-radius: 0.25rem;
	box-shadow: none;
	background: #fff;
	border-color: #ced4da;
	height: calc(1.5em + .75rem + 2px);
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
	line-height: 35px;
}
.gform_wrapper.gravity-theme .chosen-container {
	font-size: 15px;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results li {
	font-size: 0.9em;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors li {
	color: #c02b0a;
	font-size: 13.2px;
	line-height: 17.6px;
}
.gform_wrapper.gravity-theme .gform_validation_errors ul,
.gform_wrapper.gravity-theme .gform_validation_errors li {
	margin-bottom: 0;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 0.75rem 0.75rem 0.5rem;
	line-height: 1.3em;
	color: #555;
	background: #fff;
}

table.dataTable thead th {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #333;
	background: #fafafa
}

div.dt-container div.dt-info,
div.dt-container div.dt-paging,
div.dt-length,
div.dt-buttons,
div.dt-search {
	font-size: 0.8em
}

div.dt-buttons .btn {
	font-size: 1em
}

.badge-pill {
	padding: 0.4em 0.7em;
	font-weight: 600;
	font-size: 0.7em;
}

.btn,
.alert {
	font-size: 0.9em;
}

.form-control,
.custom-select,
.custom-control-label {
	font-size: 0.85em;
}