/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./css/secure/gep/sitestyle.css ***!
  \********************************************************************************************************/
body {
	font-size: 12px;
}

/* Placeholder consistency */
::-webkit-input-placeholder {
	color: #999;
	font-size: 12px;
}

::-moz-placeholder {
	color: #999;
	font-size: 12px;
}

:-ms-input-placeholder {
	color: #999;
	font-size: 12px;
}

:-moz-placeholder {
	color: #999;
	font-size: 12px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-moz-appearance: textfield;
	-webkit-appearance: none;
	margin: 0;
}

.touch {
	cursor: pointer;
}

.scrolloverflow {
	overflow-y: scroll;
}

#saveSuccessfulFlash {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
}

.sub-project {
	display: table;
	color: red;
	font-size: 18px;
	margin: 0 auto !important;
}

.content-wrapper {
	background-color: #e2e2e2;
}

.control-sidebar-open .content-wrapper,
.control-sidebar-open .right-side,
.control-sidebar-open .main-footer {
	margin-right: 0px;
}

.heads-up {
	font-size: 0.85em;
	min-height: 450px;
}

.heads-up hr {
	margin: 6px 0 6px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.heads-up-label {
	font-weight: bold;
	width: 140px;
	display: inline-block;
	vertical-align: top;
}

.heads-up a {
	color: #ffffff;
}

.heads-up .form-group {
	margin-bottom: 0px;
	font-size: 1.2em;
}

.touch-box {
	cursor: pointer;
}

.table td {
	cursor: pointer;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
}

/* Override for dl and nested dl in a heads up */
.heads-up dl.dl-horizontal {
	font-size: 12px;
	margin-bottom: 2px;
}

.heads-up dl.dl-horizontal dt {
	width: 120px;
	text-align: left;
}

.heads-up dl.dl-horizontal dd {
	margin-left: 130px;
}

.heads-up dl.dl-horizontal dd dl dt {
	clear: none;
	width: 75px;
}

.heads-up dl.dl-horizontal dd dl dd {
	clear: none;
	margin-left: 75px;
}

/* Maybe move these to a typeahead override */
.typeahead.dropdown-menu {
	border-radius: 0px;
	margin-top: 0;
	font-size: 12px;
}

.typeahead.dropdown-menu > li > a {
	padding: 2px 10px;
}

.dragDropBox {
	min-height: 100px;
	width: 100%;
	border: 2px dashed lightgray;
	margin-bottom: 15px;
	padding: 7px;
}

.dragDropBox.active {
	border: 2px dashed green;
}

.dragDropBox-mask {
	display: none;
	position: absolute;
	background-color: #00ff1317;
}

.dragDropBox-mask.active {
	display: block;
}

.dragDropBoxInner {
	vertical-align: middle;
	text-align: center;
	padding: 20px 10px 5px;
}

.form-group {
	margin-bottom: 10px;
}

.even.row_group.row_selected td,
.even.row_group.row_selected_child td {
	background-color: #8b8b8b !important;
}

table.dataTable tbody > tr.selected {
	color: initial;
}

.odd.row_selected td,
.odd.row_selected_child td {
	background-color: #cae4f1;
	border-color: #cae4f1;
}

.even.row_selected td,
.even.row_selected_child td {
	background-color: #dcf1fc;
	border-color: #dcf1fc;
}

tr.row_selected span.show-if-row-selected {
	display: inline !important;
	visibility: visible !important;
}

tr.row_selected span.hide-if-row-selected {
	display: none !important;
	visibility: hidden !important;
}

tr.row_deleted {
	text-decoration: line-through;
}

tr.row_deleted td {
	background-color: red !important;
}

/* DT 1.12 selected style overrides */
table.dataTable {
	--dt-row-selected: 202, 228, 241;
	--dt-row-selected-text: 51, 51, 51;
}

table.dataTable > tbody > tr.selected > *,
table.dataTable.table-striped > tbody > tr.odd.selected > * {
	box-shadow: inset 0 0 0 9999px var(--dt-row-selected);
	color: var(--dt-row-selected-text);
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
	box-shadow: inset 0 0 0 9999px #ade3fe;
}

span.todo,
div.todo {
	background-color: yellow;
	color: red;
	font-weight: bold;
	margin-top: 2px;
}

span.todopublic,
div.todopublic {
	border: 1px solid red;
	padding: 2px;
	color: red;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 2px;
}

span.help-block {
	font-size: 85%;
}

.tab-box-tools {
	margin: 5px 10px;
}

.tab-box-tools .btn {
	margin-left: 5px;
}

.tab-footer {
	border-top: 1px solid #eee;
	padding: 10px 15px 0px 0px;
	text-align: right;
	margin-left: -15px;
	margin-right: -15px;
}

.box-footer {
	padding: 5px 10px;
	text-align: right;
}

@media (min-width: 768px) {
	.modal-xl {
		width: 90%;
		max-width: 1200px;
	}
}

@media (min-width: 768px) {
	.modal-xxl {
		width: 95%;
	}
}

/* Bootstrap tabs */
ul.nav-tabs li.error a {
	color: red !important;
}

/* Box overrides */
.box-header .btn:not(.btn-box-tool) {
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: 5px;
}

/* Box overrides */
.box-footer > .btn:not(:first-child) {
	margin-left: 5px;
}

span.mandatory:after {
	content: " *";
	color: red;
}

/* Bootbox button order */
.bootbox .modal-footer .btn {
	margin-left: 5px;
}

/* Select2 formvalidation style */
.form-group.has-error span.select2-selection {
	border: 1px solid red !important;
}

.select2-container .select2-selection--multiple .select2-search__field {
	margin-top: 8px;
}

.select2-container.select2-container--open .select2-selection {
	border-color: #3c8dbc !important;
}

/* Toast UI formvalidation style */
.form-group.has-error div.toastui-editor-defaultUI {
	border: 1px solid #d60000;
}

/* Summernote formvalidation style */
.form-group.has-error div.note-editor.note-frame.panel.panel-default {
	border: 1px solid #d60000;
}

/* Font size for hamburger */
.sidebar-toggle {
	font-size: 14px;
}

.form-group.has-success span.select2-selection {
	border: 1px solid #00a65a;
}

.map-input-group-container-bottom-left {
	bottom: 0.5em;
	left: 2em;
	position: absolute;
	width: 15%;
	min-width: 200px;
	background: rgba(220, 241, 253, 0.5) !important;
	border: 1px solid gray;
}

span.important-text {
	font-weight: bold;
}

span.explanation-text {
	font: italic 12px gray;
}

span.error-text {
	font-weight: bold;
	font-size: 12px;
	color: red !important;
}

table tr.important-row {
	font-weight: bold;
	background-color: rgba(0, 115, 183, 0.15) !important;
}

.hide-element {
	display: none;
}

button.btn:not(.table-icon):not(.icon-only) > i.fa,
a.btn:not(.table-icon):not(.icon-only) > i.fa,
button.btn:not(.table-icon):not(.icon-only) > i.fas,
a.btn:not(.table-icon):not(.icon-only) > i.fas,
button.btn:not(.table-icon):not(.icon-only) > i.far,
a.btn:not(.table-icon):not(.icon-only) > i.far,
button.btn:not(.table-icon):not(.icon-only) > i.fal,
a.btn:not(.table-icon):not(.icon-only) > i.fal,
button.btn:not(.table-icon):not(.icon-only) > i.fa-solid,
a.btn:not(.table-icon):not(.icon-only) > i.fa-solid,
button.btn:not(.table-icon):not(.icon-only) > i.fa-regular,
a.btn:not(.table-icon):not(.icon-only) > i.fa-regular,
button.btn:not(.table-icon):not(.icon-only) > i.fa-light,
a.btn:not(.table-icon):not(.icon-only) > i.fa-light {
	display: inline-block;
	margin-right: 3px;
}

.ol-collapsable-control > button {
	display: inline-block;
}
.ol-control-collapse-wrapper {
	display: none;
}

.ol-control-collapsed {
	display: inline-block;
}

/* Data tables editor overrides */
div.DTE_Inline {
	height: 32px;
}

/* Data tables form validation overrides */
div.DTE_Inline .form-group {
	margin-bottom: 0px;
}

div.DTE_Inline .controls {
	float: none;
}

div.DTE_Inline div.DTE_Field input[type="color"],
div.DTE_Inline div.DTE_Field input[type="date"],
div.DTE_Inline div.DTE_Field input[type="datetime"],
div.DTE_Inline div.DTE_Field input[type="datetime-local"],
div.DTE_Inline div.DTE_Field input[type="email"],
div.DTE_Inline div.DTE_Field input[type="month"],
div.DTE_Inline div.DTE_Field input[type="number"],
div.DTE_Inline div.DTE_Field input[type="password"],
div.DTE_Inline div.DTE_Field input[type="search"],
div.DTE_Inline div.DTE_Field input[type="tel"],
div.DTE_Inline div.DTE_Field input[type="text"],
div.DTE_Inline div.DTE_Field input[type="time"],
div.DTE_Inline div.DTE_Field input[type="url"],
div.DTE_Inline div.DTE_Field input[type="week"] {
	margin: 0px;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	supported by Chrome and Opera */
}

/* TODO Trial of theme ideas */
.bg-lightest {
	background-color: #ffffff;
}

.bg-light {
	background-color: #ff9800;
}

.bg-medium {
	color: #fff;
	background-color: #7e8aa2;
}

.bg-dark {
	color: #fff;
	background-color: #263248;
}

.bg-darkest {
	color: #fff;
	background-color: #000000;
}

input[data-fv-callback="true"][data-fv-callback___callback="autoUpdateValueToUpperCase"] {
	text-transform: uppercase !important;
}

input[data-fv-callback="true"][data-fv-callback___callback="autoUpdateValueToLowerCase"] {
	text-transform: uppercase !important;
}

td > div.color-box-indicator {
	width: 15px;
	height: 15px;
	display: inline-block;
}

/* heads-up box backgrounds */
.bg-dark-green {
	/* green */
	background-color: #008d4c !important;
	color: #fff;
}

.bg-dark-blue {
	/* blue */
	background-color: #0073b7 !important;
	color: #fff;
}

.bg-dark-red {
	/* red */
	background-color: #750000 !important;
	color: #fff;
}

.icon-circle {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: 0.5px solid #fff;
	display: inline-block;
	margin: 0px 0px -1px 0vh;
}

.icon-circle-dark {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: 0.5px solid #333;
	display: inline-block;
	margin: 0px 0px -1px 0vh;
}

/* Address status indicator colours */
/* & */
/* Property status indicator colours */
.icon-div-CAN {
	font-size: 1em;
	background-color: #d61717; /* red */
}

.icon-div-LIV {
	font-size: 1em;
	background-color: #05e644; /* green */
}

.icon-div-POT {
	font-size: 1em;
	background-color: #ffe400; /* yellow */
}

.icon-div-YES {
	font-size: 1em;
	background-color: #05e644; /* green */
}

.icon-div-NO {
	font-size: 1em;
	background-color: #d61717; /* red */
}

.center-check-box {
	text-align: center;
	vertical-align: middle;
}

/* duplicated from AdminLTE styles to add fontawesome 'fas' class */
.treeview-menu > li > a > .fa-regular,
.treeview-menu > li > a > .fa-solid {
	width: 20px;
}

/* duplicated from AdminLTE styles to change top from 44px to 41px due to the different font-size we've set*/
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
	top: 42px;
}

body:not(.sidebar-collapse) .main-sidebar,
body.sidebar-open.sidebar-collapse .main-sidebar {
	overflow-y: auto;
}

/* Stops main content from sitting under navbar in portrait layout on mobile */
.main-header {
	max-height: 100% !important;
}

/* fixes modals for mobile devices*/
@media (max-width: 992px) {
	.modal-dialog {
		position: relative !important;
		width: auto !important;
		margin: 10px !important;
	}
}

.bli-error {
	color: red;
}

.bli-warning {
	color: orange;
}

.bli-pass {
	color: green;
}

/* FILE UPLOAD CSS -- START */
/* delete icon for file uploads wasn't triggering on click event
	making it fill the button resolves the issue, however, it would be nice if it just fired from the button */
i.table-delete-icon {
	padding: 5px 15px 5px 15px;
	margin: -5px -15px -5px -15px;
}

.dragDropBox {
	margin-bottom: 0px;
}

.hiddenItem {
	margin-top: 15px;
}
/* FILE UPLOAD CSS -- END */

div.salecomments textarea {
	height: 126px;
}

h4.blockh4 {
	background-color: #f7f7f7;
	font-size: 18px;
	text-align: center;
	padding: 7px 10px;
	margin-top: 0;
}

.datetime {
	white-space: nowrap;
}

.different {
	background-color: rgb(255, 242, 204);
}

.table-touch-screen-icon {
	display: none;
}

@media only screen and (device-width: 768px) {
	.table-touch-screen-icon {
		display: inline-block !important;
	}

	.hide-column {
		display: none;
	}
}

tr.shown-child td {
	font-style: italic;
	background-color: lightcyan;
}

tr.shown-child.separator td {
	border-bottom: 1px lightblue solid !important;
}

tr.shown-tenancy {
	background-color: lightsteelblue !important;
}

tr.shown-tenancy td.shown-tenancy-cell {
	padding: 0 !important;
}

tr.shown-tenancy table.dataTable {
	margin-top: 1px !important;
	margin-bottom: 2px !important;
}

div.nav-tabs-custom ul.nav-tabs > li.active > a {
	font-weight: bold;
}

.nav-tabs-custom > .nav-tabs > li.help {
	line-height: 35px;
	padding: 0 5px;
	color: #444;
}

.info-block {
	font-size: 11px;
	color: #737373d9;
	margin-bottom: 10px;
	display: block;
}

.map-info {
	margin: 8px 0 10px;
}

.map-result-info {
	display: inline-block;
	color: #777;
}

.map-loading {
	display: inline-block;
}

.headsup-button {
	margin-bottom: 10px !important;
}

.headsup-button > button {
	width: 100%;
}

.headsup-button > span {
	margin-right: 3px;
	width: 12px;
	height: 12px;
	line-height: 10px;
}

textarea.vert-drag-only {
	resize: vertical;
	min-height: 30px;
}

.action-td {
	text-align: center;
}

th.extrainfo {
	cursor: pointer;
}

.main-header {
	background-color: #008d4c;
}

.main-sidebar {
	top: 0px;
	/* just below the top nav bar */
	z-index: 999 !important;
	padding-top: 0px;
	max-height: 100%;
}

.wrapper {
	overflow: clip;
}
tr.shown-child-headers {
	font-weight: bold;
}
.daterangepicker table tr td.today:not(.active) {
	color: #000;
	background-color: #ffdb99;
}

.toolbar {
	font-weight: 700;
	font-size: 12px;
}

.info-text {
	font-size: 0.7em;
	color: green;
	margin-top: -10px;
	vertical-align: top;
}

td.guiderent {
	font-style: italic;
	background-color: #c0c0c04a;
}

.btn-address-edit-update {
	display: inline-block;
}

.btn-address-amend-update {
	display: none;
}

.amend-address-modal .btn-address-edit-update {
	display: none;
}

.amend-address-modal .btn-address-amend-update {
	display: inline-block;
}

.selected-photo {
	background-color: rgba(0, 255, 0, 0.2) !important;
}

.dropzone {
	border-style: dashed;
}

.dropzone .dz-message {
	font-size: 14px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 0px;
}

.dropzone .dz-preview .dz-progress {
	margin-top: 20px;
	border-radius: 0px;
}

.logo-mini svg {
	margin-top: 15px;
}

/* BASIC start of theme TODO move to separate theme file for AdminLTE */
.logo {
	background-color: #283e43 !important;
}

.sidebar-toggle:hover {
	background-color: #3b5b62 !important;
}

.navbar {
	background-color: #3b5b62 !important;
}

li.user-header {
	background-color: #3b5b62 !important;
}

.toastui-editor-contents {
	font-family: unset;
}
.toastui-editor-contents h1,
.toastui-editor-contents h2 {
	border: none; /* removes underlined headings in markdown editor */
}

.toastui-editor-contents table {
	width: 100%;
	table-layout: fixed;
}

.toastui-editor-contents ul > li::before {
	background-color: #000;
}

@media (hover: hover) {
	/* only on non-touch devices */
	.toastui-editor-main-container:focus-within:after {
		font-size: 10px;
		content: "* Press the Escape key to exit edit mode";
		color: darkgray;
	}
}

/* VueJS */
[v-cloak] {
	display: none;
}

/* Modules / sections */
section.module-error :is(h2, h3, .error-help-block),
section.section-error :is(h2, h3, .error-help-block) {
	color: #a62c1c;
}

/* ---- insecure admin screens  -------------------------*/
.external-tasgov-logo-lg {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 200px;
}

.external-tasgov-logo-sm {
	display: none;
}

.external-tasgov-logo-sm img {
	margin: 40px auto 20px auto;
	width: 150px;
}

@media (max-width: 1100px) {
	.external-tasgov-logo-lg {
		display: none;
	}

	.external-tasgov-logo-sm {
		display: block;
	}
}

/* ---- Login/Register  -------------------------*/
.external-user-form-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	flex-direction: column;
	overflow-y: auto;
}

@media (max-width: 767px) {
	.external-user-form-wrapper {
		padding: 10px;
	}
}

.external-user-form-wrapper .alert-info {
	background-color: #1f8097 !important;
}

.external-user-form {
	padding: 30px;
	width: 100%;
	background: white;
	border-radius: 4px;
}

@media (min-width: 450px) {
	.external-user-form {
		max-width: 600px;
	}

	.external-user-form .planbuild-logo {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.external-user-form .planbuild-logo {
	max-width: 400px;
	padding-bottom: 20px;
	margin: 0 auto;
}

@media (max-width: 576px) {
	.external-user-form .tasgov-logo {
		padding-left: 100px;
		padding-right: 100px;
		margin-bottom: 0px;
	}
}

.external-user-form .btn {
	padding: 10px;
}

.external-user-form label {
	font-size: 14px;
}

.external-user-form input {
	padding: 10px !important;
	height: 45px !important;
}

.external-user-form input,
.external-user-form input::placeholder {
	font-size: 16px !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/* match label styling */
span.form-field-label,
.form-group legend {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 12px;
}

/* site wide banner */
.site-wide-banner {
	width: 100%;
	background-color: #af4b08;
	color: white;
	font-size: 15px;
}

.content-wrapper.admin-impersonation {
	border: 5px solid #af4b08;
	border-top: 0;
}

.banner-text {
	padding: 20px;
	text-align: center;
	position: relative;
}

#site-wide-banner-close-btn {
	position: absolute;
	right: 15px;
	top: calc(50% - 7.5px);
	cursor: pointer;
}

.banner-text-content {
	margin-right: 30px;
	margin-left: 30px;
	white-space: pre-wrap;
}

/* -- ADMIN EDITABLE HELP --- */
.user-help-btn {
	border: 0;
	background: transparent;
}

.user-help-btn.editable {
	color: orange;
}

/* TinyMCE formvalidation style */
.form-group.has-error iframe.tox-edit-area__iframe,
.form-group.has-error div.mce-content-body {
	border: 1px solid red !important;
}

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./css/secure/gep/sitestyle-compact.css ***!
  \****************************************************************************************************************/
/*
* Sitewise style changes to remove padding/whitespace and make the system more compact
*/

/*.content-wrapper {
	background-color: #000000 !important;
}*/

/*======================================
=             Bootstrap                =
======================================*/

[class*="col-"] {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.row {
	margin-right: -5px !important;
	margin-left: -5px !important;
}

.box {
	margin-bottom: 10px !important;
}

.small-box {
	margin-bottom: 10px !important;
}

.tab-footer {
	padding: 5px 10px 0px 0px !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.nav-tabs-custom {
	margin-bottom: 10px !important;
}

.input-group-sm .form-control {
	border-radius: 0;
}

.input-sm {
	padding: 5px 6px !important;
}

.dropdown-menu > li > a {
	padding: 3px 10px;
}

/*======================================
=            Admin LTE                 =
======================================*/
.info-box {
	margin-bottom: 10px !important;
}

.nav-tabs-custom > .tab-content {
	padding-bottom: 5px !important;
}

.description-block {
	margin: 5px 0;
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .fas,
.dropdown-menu > li > a > .far,
.dropdown-menu > li > a > .fal,
.dropdown-menu > li > a > .fa-solid,
.dropdown-menu > li > a > .fa-regular,
.dropdown-menu > li > a > .fa-light,
.dropdown-menu > li > a > .ion {
	margin-right: 6px;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .fas,
.sidebar-menu > li > a > .far,
.sidebar-menu > li > a > .fal,
.sidebar-menu > li > a > .fa-solid,
.sidebar-menu > li > a > .fa-regular,
.sidebar-menu > li > a > .fa-light,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
	width: 20px;
}

/*======================================
=            Select2                   =
======================================*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 23px !important;
	padding-right: 14px !important;
	vertical-align: middle;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	vertical-align: middle;
}

.select2-container .select2-selection {
	border-color: #babec5 !important;
}

.select2-container.select2-container--focus .select2-selection {
	border-color: #3c8dbc !important;
}

.select2-container .select2-selection--multiple {
	min-height: 30px !important;
}

.select2-selection--multiple .select2-search__field {
	width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-search__field {
	margin-top: 5px !important;
}

.select2-container .select2-selection__choice {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
	height: 20px !important;
	padding: 0px 5px !important;
	border-radius: 1px !important;
}

.select2-container .select2-selection--single {
	height: 30px !important;
	padding: 6px 5px !important;
}

.select2-container .select2-selection__arrow {
	height: 22px !important;
}

.select2-container .select2-search--inline:only-child {
	width: 100%;
}

.dt-container .dt-search {
	margin-bottom: 5px;
}

.dt-container .dt-length {
	padding-right: 10px;
}

.dt-container .dt-length,
div.dt-container div.dt-paging {
	margin: 2px 0;
}

.dt-container .dt-length select {
	width: 60px !important;
}

.dt-container .dt-length .select2-selection {
	height: 26px !important;
	font-size: 12px;
}

/*======================================
=             Datatables                =
======================================*/

.table-icon {
	padding: 1px 15px !important;
}

.table > thead > tr > th.sorting_disabled,
.table > thead > tr > th.text-right.sorting_disabled,
.table > thead > tr > th.text-center.sorting_disabled,
.table > tfoot > tr > th.text-center.sorting_disabled {
	padding-right: 4px !important;
}

th.text-right {
	text-align: right !important;
}

th.nowrap {
	white-space: nowrap;
}

td.formatted-content {
	white-space: pre-wrap;
}

td.formatted-content p {
	margin: 0;
	word-break: break-word;
}

td.breakword {
	word-break: break-all;
}

.table > tfoot > tr:not(:first-child) > th {
	border: none !important;
}

.table > tfoot > tr:first-child > th {
	border-right-width: 0px !important;
	border-left-width: 0px !important;
	border-bottom-width: 0px !important;
}

.table > tfoot > tr > th.final-total {
	border-top: 2px black solid !important;
}

table.dataTable td.editable .DTE_Inline_Field .fv-plugins-message-container .help-block {
	display: inline !important;
}

table.dataTable td.editable .DTE_Inline_Field input.select2-search__field {
	height: 18px !important;
}

.table .label-datatable-result {
	font-size: 90%;
}

/*======================================
=             Modals                  =
======================================*/

.modal-header {
	padding: 10px !important;
}

.modal-body {
	padding: 10px !important;
}

.modal-footer {
	padding: 5px 10px !important;
}

.pagination > li > a {
	height: 26px !important;
	padding: 3px 7px !important;
}

/*======================================
=            Forms              	     =
======================================*/

.form-control {
	height: 30px;
}

/*======================================
=         Login/Register/Reset 		     =
======================================*/

.login-box,
.register-box,
.reset-box,
.invite-box {
	width: 322px;
	margin: auto;
}

.login-error,
.register-error,
.reset-error {
	text-align: center;
	color: red;
}

.reset-success {
	color: #37db37;
	text-align: center;
}

/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./webpack/gepTheme.css ***!
  \************************************************************************************************/


