edit-form_div_wrapper.save-form-button {
	cursor:pointer;
}

#error-msg, .error-message {
	color:red;
	font-weight:bold;
}
#status-msg, .status-message {
	color:red;
	background-color:#a5cceb;
	font-size:1.2em;
	font-weight:bold;
}
#simple-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: none;
    z-index: 9999;

    /* centering */
    align-items: center;
    justify-content: center;
}

#simple-popup-box {
    position: relative;
    background: #d9fad9;
    padding: 24px 28px;
    min-width: 260px;
    max-width: 500px;
    width: calc(100vw - 40px);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
#simple-popup-box.show_error {
	background-color: #ffb5c2;
}

#simple-popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

#simple-popup-close:hover {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container .select2-selection--single {
	height:20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:20px !important;
}
.select2-container--default .select2-results>.select2-results__options {
	font-size:small !important;
}

.edit_id_header {
	font-size: var(--wp--preset--font-size--large);
	font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1.125;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.btn, .more-link, input[type="submit"], input[type="button"], .comment-reply-link {
    color: #FFFFFF;
    padding: .2em 1em;
    background: #CC0000;
    border-bottom: 2px solid #CC0000;
}
.btn:hover,
.more-link:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.comment-reply-link:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #43425E;
	border-bottom: 2px solid #272641;
}
.admin_edit_only input, .admin_edit_only select {
	background-color:#d9fad9;
}
input.admin_edit_only.reference_changed  {
    background-color: #e7a94d;
	font-weight:bold;
}
.action_menu_link {
	cursor:pointer;
	color:blue;
}

#gridfield_addjobbutton {
	grid-column-start: -2 !important;
}
.custom-addjob {
	cursor:pointer;
}
.custom-addjob:hover {
	cursor:pointer;
}
#filter-bar {
	padding: 3px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	background-color:#e6ebaf;
	color:#3f51b5;
	font-weight:bold;
	gap:0.2em;
}
.filter-header {
	font-size:1em;
	margin-right:5px;
}
.filter-label {
	font-size:0.8em;
	color: chocolate;
}
.filter-button {
	margin-left: auto;
}
.filter-button:hover {

}
.filter-button input {
	cursor:pointer;
}
.filter-input.changed-input {
	background-color: #ffd7d7 !important;
}
input.filter-input {
	max-width:100px;
}


#wp-admin-bar-tma_custom_link.tma-admin-bar-link a {
    color: #fff;
    font-weight: bold;
    background: #5c4119;
}
#dash-main-panel-wrapper h2 {
	margin-block-start: 0.23em;
	nargin-block-end: 0.23em;
}

.tma-button-container {
	display:flex;
	justify-content:center;
	gap:5em;
	align-items:center;
	max-width:450px;
	margin-top:30px;
}

.tma-button {
	border:2px solid #cccccc;
	background-color:green;
	color:white;
	border-radius: 10px;
	overflow:hidden;
}
.tma-button:hover {
	border:2px solid #777777;
}

.tma-button a {
	height:100%;
	width:100%;
	text-decoration:none;
	color:white;
	display:block;
	padding: 15px 20px;
}

.tma-button a:hover {
	color:#dedede;
}
.tma-button-upload {
	background-color: orange;
}
.tma-button-upload:hover {
	background-color: #e79808;
}
.upload-button-text {
	font-weight:bold;
	color:brown;
}

#ajax-wait {
	display:none;
	position:relative;
	color:#444444;
	text-align:center;
}
#ajax-wait>div {
	position:absolute;
	left:42%;
}
#ajax-wait img {
	margin-bottom:0px;
}
.billing-address-list  {
	border-collapse: collapse;
	width:100%;
	border:1px solid black;
}
.billing-address-list tr {
	cursor:pointer;
}
.billing-address-list tr.billheader {
	background-color:#bbbbbb;
	color:white;
	font-weight:bold;
}
.billing-address-list tr.billheader:hover {
	background-color:#bbbbbb;
}
.billing-address-list td {
	border:0px solid #cccccc;
	padding:5px;
}
.billing-address-list tr.js-address-row:hover {
	background-color:#dddddd;
}
.billing-def {
	text-align:right;
	width:min-content;
}
.billing-def input {
	margin-right:35px;
}
.billing-zip {
	width: 25px;
}
.billing-addr1, .billing-addr2 {
	width:25%;
}

.address-table tbody tr {
    cursor: pointer;
}

.address-table tbody tr.is-selected {
    background: #eef5ff;
}

.address-table tbody tr:hover {
    background: #f7faff;
}










ul.nfs-excel-import-summary__sheets  {
	list-style-type:none;
}

/*  Here are the Dashboard layout styles */

.dash-main-panel-wrapper {
	border:1px solid #777777;
	border-radius: 10px;
	padding:10px;
	flex-grow:1;
	flex-shrink:1;
	min-height:300px;
	overflow:auto;
	order:2;
	font-size:0.8em;
	overflow:hidden;
}

.dash-side-menu-main {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	min-width:200px;
	border:2px solid #777777;
	border-radius: 10px;
	background-color:#d6e9ff;
	position:relative;
	gap:0.5em;
}

.dash-side-menu-main.folded {
	overflow:hidden;
	width:40px;
	min-width:40px;
}

.dash-side-menu-main .nss-menu-label {
	display:block;
}
.dash-side-menu-main.folded .nss-menu-label {
	display:none;
}

.dash-menu {
	display:flex;
	align-items:center;
	cursor:pointer;
	color:blue;
	font-size:90%;
}
.dash-menu:hover {
	background-color:#dddddd;
}
.dash-menu.active-menu {
	background-color: #bbbbbb;
	font-weight:bold;
	color:brown;
}

.active-sub-menu {
	font-weight: bold;
    color: brown;
    background-color: #f6e2c5;
}

.dash-main-wrapper {
	max-width:1400px;
	display:flex;
	align-items:stretch;
	justify-content:flex-start;
	gap:0.1em;
}


.dash-menu {
	display:flex;
	align-items:center;
	cursor:pointer;
	color:blue;
	font-size:90%;
	white-space:nowrap;
}
.dash-menu.active-menu {
	background-color: #bbbbbb;
	font-weight:bold;
	color:brown;
}

.active-sub-menu {
	font-weight: bold;
    color: brown;
    background-color: #f6e2c5;
}

.dash-side-submenu {
	background-color:#fff4f3;
	/*border-radius:10px; */
	padding-left:0px;
}
.dash-side-submenu .dash-menu {
	padding-left:40px;
	position:relative;
}

.dash-submenu:before {
	content:"*";
	font-weight:bold;
	position:absolute;
	top:4px;
	left:11px;
	width:10px;
	height:10px;
}
#addr_addnew_link {
	cursor:pointer;
    color: #F44336;
    font-weight: bold;
}
.delete_addr {
	text-align:center;
}
.delete_addr span {
	background-image: url('/wp-content/plugins/tmassessors/images/delete.jpg');
	background-size: contain;
	background-repeat: no-repeat;
    display: flex;
    width: 16px;
    height: 16px;
    cursor: pointer;
	opacity:0.1;
}
.delete_addr span:hover {
	opacity:1;
}

#nss-collapse-button{display:block;width:100%;height:34px;margin:0;border:none;padding:0;position:relative;overflow:visible;background:0 0;color:#aaa;cursor:pointer}
#nss-collapse-button:hover{color:#00b9eb}
#nss-collapse-button:focus{color:#00b9eb;outline:1px solid transparent;outline-offset:-1px}
#nss-collapse-button .nss-collapse-button-icon,#collapse-button .nss-collapse-button-label{display:block;position:absolute;top:0;}
#nss-collapse-button .nss-collapse-button-label{top:8px}
#nss-collapse-button .nss-collapse-button-icon{width:36px;height:34px}
#nss-collapse-button .nss-collapse-button-label{padding:0 0 0 8px}
#nss-collapse-button .nss-collapse-button-icon:after,#nss-collapse-button .nss-collapse-button-label{transition:all .1s ease-in-out}
.folded #nss-collapse-button .nss-collapse-button-label{display:none;}
#nss-collapse-button .nss-collapse-button-icon:after{content:"\f148";display:block;position:relative;top:7px;left:-2px;text-align:center;font:normal 20px/1 dashicons!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.folded #nss-collapse-button .nss-collapse-button-icon:after,.rtl #collapse-button .nss-collapse-button-icon:after{transform:rotate(180deg);left:2px;}
.rtl.folded #nss-collapse-button .nss-collapse-button-icon:after{transform:none; left:5px !important;}

.nss-menu-icon {
	display:inline-block;
	width:32px;
	height:32px;
	background-color:transparent;
}
.nss-menu-label {
	margin-left:11px;
}
.nss-menu-icon:after{
content:"\f106";display:block;position:relative;top:7px;text-align:center;font:normal 20px/1 dashicons!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

#quotes .nss-menu-icon:after {
content:"\f105";  /* pages */
}
#surveyrequests .nss-menu-icon:after {
content:"\f105";  /* pages */
}
#q .nss-menu-icon:after {
content:"\f111"; /* cogs */
}
#dash-overview .nss-menu-icon:after {
content:"\f226";  /* dashboard */
}
#customers .nss-menu-icon:after, #members .nss-menu-icon:after, #instructors .nss-menu-icon:after {
content:"\f110";  /* users */
}
#reports .nss-menu-icon:after {
content:"\f497";  /* document */
}
#invoices .nss-menu-icon:after {
content:"\f183";  /* analysis */
}
#members .nss-menu-icon:after {
content:"\f322";  /* portfolio */
}

#q .nss-menu-icon:after {
content:"\f107";  /* spanners */
}
#q .nss-menu-icon:after {
content:"\f109";  /* pinned */
}
#q .nss-menu-icon:after {
content:"\f148"; /* arrow */
}
#q .nss-menu-icon:after {
content:"\f104";  /* media */
}
#q .nss-menu-icon:after {
content:"\f100";  /* paintbrush */
}
#q .nss-menu-icon:after {
content:"\f101";  /* comments */
}
#properties .nss-menu-icon:after {
content:"\f102";  /* home */
}
#q .nss-menu-icon:after {
content:"\f108";  /* sliders */
}

#surveys .nss-menu-icon:after {
content:"\f306";  /* camera */
}


@media (max-width: 990px) {

.dash-side-menu-main.autofold {
	overflow:hidden;
	width:40px;
	min-width:40px;
}
.dash-side-menu-main.autofold .nss-menu-label, .dash-side-menu-main.autofold .nss-collapse-button-label {
	display:none;
}
.dash-side-menu-main.autofold:hover .nss-menu-label, .dash-side-menu-main.autofold:hover .nss-collapse-button-label {
	display:block;
}

.dash-side-menu-main {
	position:absolute;
	z-index:10000;
}

.dash-side-menu-main.autofold:hover {
	width:200px;
}
.dash-main-panel-wrapper {
	margin-left: 45px;
}

.dash-side-menu-main.autofold .dash-side-submenu .dash-menu {
    padding-left: 40px;
}

}

//################################################################

#ajax-wait { 
	left:-50% !important;
}
.ajax-wrapper {
	position:relative; 
	top:-30px;
	z-index: 9999;
	max-width:200px;
	left:50%;
}


//################################################################

.nuf-datatable {
	--dt-cols: minmax(100px, 1fr);
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.nuf-datatable-inner {
    width: 100%;
    overflow-x: auto;
}
.nuf-datatable-row {
    display: grid;
    grid-template-columns: 120px 1.4fr 1.4fr 130px 100px 95px;
	grid-template-columns: var(--dt-cols, repeat(auto-fill, minmax(0, 1fr)));
    align-items: center;
	min-width:max-content;
}

.nuf-datatable-header {
    background: #FAC700;
    color: #fff;
    font-weight: 600;
}

.nuf-datatable-cell {
    padding: 10px 12px;
    border-bottom: 1px solid #ececec;
    min-width: 0;
    word-break: break-word;
}

.nuf-datatable-head {
    cursor: default;
    user-select: none;
}

.nuf-datatable-head[data-sortable="1"] {
    cursor: pointer;
}

.nuf-datatable-head .sort-indicator {
    margin-left: 6px;
    opacity: 0.8;
}

.nuf-datatable-data-row.odd-row {
    background: #fafafa;
}

.nuf-datatable-data-row.even-row {
    background: #ffffff;
}

.nuf-datatable-data-row:hover {
    background: #eef6ff;
}

.row-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
}

.row-action-btn {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 4px;
}

.row-action-btn:hover {
    background: rgba(0, 0, 0, 0.08);
}

.status-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 0.9em;
    line-height: 1.2;
    border: 1px solid #ccc;
}

.status-open {
    background: #eef9ee;
}

.status-closed {
    background: #f4f4f4;
}

.nuf-datatable-pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #f8f8f8;
}

.pager-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pager-btn {
    padding: 6px 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.pager-btn[disabled] {
    opacity: 0.5;
    cursor: default;
}

.nuf-datatable-empty {
    padding: 20px;
}

.row-actions {
    opacity: 0.25;
    transition: opacity 0.15s ease-in-out;
}

.nuf-datatable-data-row:hover .row-actions {
    opacity: 1;
}

@media (max-width: 782px) {
    .nuf-datatable-header {
        display: none;
    }

    .nuf-datatable-row {
        display: block;
    }

    .nuf-datatable-data-row {
        border-bottom: 1px solid #ddd;
        padding: 8px 0;
    }

    .nuf-datatable-cell {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
        border-bottom: 0;
        padding: 8px 12px;
    }

    .nuf-datatable-cell::before {
        content: attr(data-label);
        flex: 0 0 40%;
        font-weight: 600;
        color: #333;
    }

    .col-actions::before {
        content: "Actions";
    }

    .show-desktop {
        display: none;
    }

    .nuf-datatable-pager {
        flex-direction: column;
        align-items: stretch;
    }
}

.phonegrp #phone-error {
	white-space:nowrap;
	overflow:visible;
}

.disabled_hover_tab {
	position:relative;
}
.disabled_hover_tab:hover:after {
  display: block;
}
.disabled_hover_tab:after {
  display:none;
  content: 'Not available at this time';
  position: absolute;
  left: 50px;
  top: 60px;
  margin-top: -2em;
  white-space: nowrap;
  background: lightgreen;
  opacity:1 !important;
  padding: .25em;
  border: 1px solid green;
  color:red;
  z-index:9999;
}
.su-tabs-pane.disabled_hover_tab {
	display:;
	opacity:0.65;
	pointer-events:none;
}
.su-tabs-pane.disabled_hover_tab:before {
  content: 'Not available at this time';
  position: absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  left: 30%;
  top: 60px;
  width:300px;
  height:100px;
  white-space: nowrap;
  background: #f8efd6;
  opacity:1 !important;
  padding: .25em;
  border: 1px solid brown;
  color:red;
  font-weight:bold;
  z-index:9999;
}
#dash-main-panel-wrapper .su-tabs-nav > span:not(.su-tabs-current) {
	background-color:#c6f1c6;;
	font-weight:bold;
	color:#aaaaaa;
}
#dash-main-panel-wrapper .su-tabs-current {
	background-color: #eab26d; /* #c6f1c6;   #FAC700; */
	font-weight:bold;
	color:#444444;
}
#dash-main-panel-wrapper .su-tabs-nav > span:not(.su-tabs-current):hover {
	background-color:#cccccc;
	color:#444444;
}
#dash-main-panel-wrapper .su-tabs-nav > span.disabled_hover_tab {
	background-color:#eeeeee;
}
#dash-main-panel-wrapper .su-tabs-nav > span.disabled_hover_tab:hover {
	background-color:#eeeeee;
	color:#aaaaaa;
}

.disable-save {
	pointer:none !important;
	background-color:#ffd7d7 !important;
	pointer-events:none;
}

.nowrap {
	white-space:nowrap;
}

input.bold-field {
	font-weight:bold;
	color:blue;
}

.changed-input {
	background-color:#ffd7d7 !important;
}
html .rich-changed-input {
	border:2px solid red;
}
input[type="checkbox"].changed-input, input[type="radio"].changed-input {
	accent-color: red !important;
}

.order-table div {
	margin: 10px 20px;
}

.xp-input-field {
	display:flex;
	flex-direction:column;
/*	align-items:center;
	overflow:hidden; */
}
.xp-input-field.wrap-input {
	flex-wrap:wrap;
}
.xp-required .xp-input-field .xp-label:after {
	content:" *";
	color:red;
}
.xp-required .missing {
	background-color:#eec5b5 !important;
}
span.xp-label-caption {
	float:right;
	font-size:80%;
	color: #999999;
}
.xp-input.date {
	display:block;
}

span.xp-label {
	position:relative;
	display:inline-block;
	min-width: 100px;
	width:100%;
	font-weight:bold;
}
span.xp-label span{
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}
span.xp-label span:hover{
}
.popup-button, .xp-label .popup-button {
    height: 16px;
    width: 20px;
    text-align: center;
    margin: 0px;
    font-size: 11px;
    padding: 0px;
	position:relative;
}

.popup-button:hover, .xp-label .popup-button:hover {
	color:red;
}
span.xp-input, div.xp-input {
	max-width:100%;
}
span.xp-input span {
	white-space:nowrap;
}
span.xp-label span.noMap:after {
    content: "x";
    color: black;
    background-color: orange;
    top: 6px;
    left: 0px;
    /* text-align: center; */
    position: absolute;
    width: 20px;
    height: 16px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.xp-input input[type="text"], span.xp-input textarea, span.xp-input date, span.xp-input input[type="url"] {
	max-width:100%;
	border:1px solid #777777;
}
span.xp-input input[type="text"], span.xp-input input[type="date"], span.xp-input input[type="url"] {
	height:25px;
}
div.xp-input input[type="text"], div.xp-input textarea, div.xp-input input[type="date"], div.xp-input input[type="url"], div.xp-input select {
	max-width:100%;
	width:100%;
	border:1px solid #777777;
}
div.xp-input input[type="text"], div.xp-input input[type="date"], div.xp-input input[type="url"] {
	 height:16px; 
}
div.xp-input select {
	 height:19px; 
}

.xp-input.caption {
	display:none;
}

.xp-input.caption {
	display:none;
}

.show_error_below, .show_error_below>label {
	display:contents;
}


#gridfield_active .xp-input-field, #gridfield_deleted .xp-input-field {
	display:flex;
	justify-content:flex-start;
	gap:0.5em;
	width:fit-content;
}
#gridfield_active .xp-label, #gridfield_deleted .xp-label {
	min-width:0;
}



.xp-input.date {
	max-width:100px;
}

/****************************************/


@media (max-width: 350px) {

    .nuf-datatable-header .nuf-datatable-cell::before {
        content: attr(data-label);
        flex: 0 0 5%;
        font-weight: 600;
        color: #333;
    }
}


/*******************************************************************/

#add_customer, #add_job {
	cursor:pointer;
	font-size:1em;
	font-weight:bold;
	color:#ff5722;
}
#add_customer:hover, #add_job:hover {
	color:#ffc107;
}


/********************************************************************/

.edit-form_div_wrapper div.table-section, .edit-form_div_wrapper div.table-section {
	max-width:100%;
	display:grid;
	grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}

.save-form-button-label {
	margin-bottom:10px;
}


/**********************/

@media (max-width: 450px){

.edit-form_div_wrapper div.table-section, .edit-form_div_wrapper div.table-section {
	max-width:100vw;
	display:flex;
	flex-direction:column;
	align-items:flex-startl
	grid-gap: 0.5em;
  /*  grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)); */
}

.save-form-button-label {
	position: relative;
	left:-40px;
}
.dash-main-panel-wrapper {
	padding:3px;
}
.dash-main-panel-wrapper .save-form-button-label {
	position: relative;
	left:0px;
}

}

@media (max-width: 650px){

.xp-input-field {
	display:block;
}


#gridfield_active .xp-input-field, #gridfield_deleted .xp-input-field {
	display:block;
}
#gridfield_active .xp-label, #gridfield_deleted .xp-label {
	min-width:0;
}



}








/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/


/*

div.login-button-outerwrapper {
	position:relative;
	margin-top:2px;
}

div.login-button-wrapper {
	position:absolute;
	right:100px;
	top:0px;
}
span.customlogin {
	display: inline-block;
    background-color: #cc0000;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
}
span.customlogin.login-left {
	background-color:#3CA6B3;
}
span.customlogin-login-right {
	background-color:#cc0000;
}

#banner {
	margin-top:10px !important;
}

span.customlogin a {
	color:white;
	display: inline-block;
	text-decoration:none;
    padding: 2px 8px;
}
span.customlogin:hover {
	color: black;
	background-color:#999999;
}

.instructor-pending-profile {	
	text-align: center;
    color: green;
    font-weight: bold;
    margin-bottom: 20px;
	font-size:150%;
}
.location-description {
	color:#CC0000;
	word-break: break-word;
}
.location_grid_layout, .postcode-row.location_grid_layout {
	display:grid;
	gap:1em;
	grid-template-columns: 195px 100px 185px;
}

.location_grid_layout.full_page, .postcode-row.location_grid_layout.full_page {
	display:grid;
	gap:1em;
	grid-template-columns: 30% 15% 50%;
}
.postcode-row.location_grid_layout {
	justify-content:unset;
}

.chkactive.plusdeleted {
	pointer-events:none;
}
.xp-input-field.plusdeleted .xp-label {
	color:#999999;
}
.chkactive.plusdeleted input {
	accent-color: #cccccc;
}
.chkactive.plusdeleted input.changed-input {
	accent-color: #cccccc !important;
}
.deleted-warning {
	display:none;
	color:red;
}
.deleted-warning.plusdeleted {
	display:block;
}
.member-user-error {
	color:blue;
	font-weight:bold;
}




.chart-switcher button {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
.chart-switcher button.active {
  background: #0073aa;
  color: #fff;
}
.chart-switcher button:hover {
  background: #e0e0e0;
}
#wp-admin-bar-tdb_custom_link.tdb-admin-bar-link a {
    color: #fff;
    font-weight: bold;
    background: #5c4119;
}

#overview-grid {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}



.social-icons-wrapper .dashicons {
	width: 40px;
	height: 40px;
	font-size: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #FFF;
}

.loop-content {
	max-width: 1400px !important;
}


.hidden_country {
	visibility:hidden;
}

.search-filter-panel {
	border:1px solid #ded7d7;
	border-radius:10px;
	display:flex;
	gap:1em;
	padding:3px;
	background-color:#f7f7ba;
}
#text_filter_id {
	max-height: 21px
}

.addnewmember_link {
	cursor:pointer;
	color:blue;
}
.addnewmember_link:hover {
	cursor:pointer;
	color:red;
}

.view-web-profile.hidden {
	display:none;
}


.order-table {
	display:flex;
	justify-content:flex-start;
}
*/

/*
span.currency {
	font-weight:bold;
}
.currency input[type="text"] {
	text-align:right;
	width:100px !important;
}
.currency input[type="number"] {
	text-align:left;
	max-width:100% !important;
	width:100px;
}

input::placeholder {
  font-weight: normal;
  opacity: 0.5;
  color: lightsalmon;
}
.pale-caption span.xp-label {
	font-weight:normal;
}

#gridfield_region .show_error_below, #gridfield_region .show_error_below>label {
	display:block;
}

.row-collapse {
	margin-bottom:-20px;
}

#nss_entry_form, #nss_add_survey_request_form {
	max-width:1000px;
	display:grid;
	grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
}


.admin_edit_only input, .admin_edit_only select {
	background-color:#d9fad9;
}

.input-entry {
	border:0px solid red;
	min-height:32px;
}
.readonly input {
	background-color:#e9dfdf;
	pointer-events:none;
}
.readonly select {
	background-color:#e9dfdf;
	pointer-events:none;
}
.nss_section_header {
	background-color: #d6e9ff;
	font-weight:bold;
	padding: 2px 5px;
	margin-bottom:4px;
}
.compact-textarea textarea {
	height:2.5em;
	resize: vertical;
	box-sizing:border-box;
}
.smallest-textarea textarea {
	height:1.5em;
	resize: vertical;
	box-sizing:border-box;
}
.admin-only {
    color: brown;
    border: 3px solid brown;
    padding: 5px;
    background-color: beige;
}
.table-section .hide_field {
	display:none;
}

.b-address {
	/* use for billing address * /
}
.b-client {
	/* use for second client details * /
}
.sf-form { 
	display:none;
}
.radio-vertical .flex-radio {
	flex-direction:column;
}
.flex-radio {
	display:flex;
	justify-content:space-between;
}
.flex-radio-element {
	margin-right:5px;
}

.nss-pagination {
    display: flex;
    justify-content: flex-end;
    flex-wrap: none;
    position: relative;
	font-size:0.7em;
}
.pagination-top {
    margin-top: -60px;
}
.pagination {
    margin-right: 2%;
}
.nss-navigation li {
    float: left;
    margin-left: 15px;
    list-style: none;
}

button.noMap {
    background-color: orange !important;
}
.popup-button.noMap:before {
	content: " no map ";
}

.tdb-password-dlg th {
	text-align:left;
}
#error-msg, .error-message {
	color:red;
	font-weight:bold;
}
#status-msg, .status-message {
	color:blue;
}


#edit-member-form .error, #edit-inactive_member-form .error {
	padding: 0.2em;
    margin-bottom: 0.3em
}


#edit-member-form .what3words-autosuggest-input-wrapper {
	display:block !important;
}

.container.adminpreview_mode #gridfield_description  {
	border:1px solid red;
}
.container.adminpreview_mode #gridfield_description span.xp-label {
	color:red !important;
}
.container.adminpreview_mode #gridfield_qigongsystems  {
	border:1px solid red;
}
.container.adminpreview_mode #gridfield_qigongsystems span.xp-label {
	color:red !important;
}

.container.adminpreview_mode #gridfield_styles  {
	border:1px solid red;
}
.container.adminpreview_mode #gridfield_styles span.xp-label {
	color:red !important;
}

#tch_membership_table {
	max-width:500px;
	margin:auto;
	border:2px solid #999999;
}

#tch_membership_table th {
	background-color: #999999;
	color:white;
}
#tch_membership_table td {
	text-align:left;
	padding-left: 20px;
}
#tch_membership_table td.left-col {
	font-weight:bold;
}
#tch_membership_table td.right-col {
	color:blue;
	font-weight:bold;
}

/*  TABLE CSS * /

.Table-row {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 * /
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) * /
	display: -ms-flexbox;      /* TWEENER - IE 10 * /
	display: -webkit-flex;
	display: flex;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

	width:100% !important;
	padding-bottom:5px;
	padding-top:5px;
}

.Table-header {
	display:none;  
	font-weight:bold;
}
.Table-row-item:before{
	content:attr(data-header);
	width:35%;
	font-weight:700
}
.Table-row-item.tri-wider:before{
	content:attr(data-header);
	width:50%;
	font-weight:700
}
.Table-row-item {
	word-wrap:break-word;overflow-wrap:break-word;padding:0.5em;
	margin-bottom:0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 * /
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) * /
	display: -ms-flexbox;      /* TWEENER - IE 10 * /
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-flex: 1 0 10%;
	-moz-flex: 1 0 10%;
    -ms-flex: 1 0 10%;
    flex: 1 1 10%;

	width:100%;

/*	flex-grow: 1; * /
	/*border-left:0px solid red; * /

	-webkit-align-items: flex-start;
     align-items: flex-start;

	 overflow-wrap: anywhere;

}

.Table-header .Table-row-item {
	-webkit-align-items: center;
     align-items: center;
}

/*
.Table-row-item a  {
	display:flex;
	flex-direction: row;
	align-items:center;
} * /

.Table-row-item a span.sorting-indicator {
	display:none;
	visibility:hidden;
	border:0px solid red;
	margin-top:20px;
}

.Table-row-item:hover a span.sorting-indicator {
	visibility:visible !important;
}
.Table-row-item:hover .row-actions {
	left:0px;
}

.list-even-row {
	background-color: #f1f1f1;
}
.list-odd-row {
	background-color: #f9f9f9;
}
.list-even-row:hover {
	background-color: #f1fff8;
}
.list-odd-row:hover {
	background-color: #f9ffff;
}

tag.page-numbers {
	cursor:pointer;
}

#page-status-div {
	color: green;
	font-weight:bold;
}

#page-status-div.error-state {
	color: red;
}
#page-status-div.warning-state {
	color: brown;
}

@media (min-width: 650px){

div.id, div.user_id {
	max-width:40px;
}

.left-align>div {
	width:100% !important;
}
.right-align>div {
	width:100% !important;
}
.center-text>div {
	width:100% !important;
}

.Table-header {
	display:flex;
}

.Table-row {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	justify-content:center;
}
.Table-row-item:before{
	content:none; 
	margin-left:50px;
}
.Table-row-item.tri-wider:before {
	content:none; 
	margin-left:50px;
}

.Table-row-item {
	width: 10%;
}
.Table-row-item.tri-wider {
	width: 20%;
}
.Table-row-item {
	padding: 0.2em;
	border:0px solid blue;
}
.Table-header .Table-row-item {
	background: #ffffff;
	color: #0073aa;
}

.Table-row-item.del {
	max-width:30px;
	display:block
}

}


/* Backdrop * /
.mm-backdrop[hidden] { display: none !important; }
.mm-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 9998;
}

/* Modal container (centers using grid) * /
.mm-modal[hidden] { display: none !important; }
.mm-modal {
  position: fixed; inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  z-index: 9999;
}

/* Card * /
.mm-card {
  position:relative;
  background: #fff;
  max-width: 480px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  padding: 1rem 1rem 1.25rem;
}

/* Close button * /
.mm-close {
  position: absolute;
  top: .5rem; right: .5rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.mm-close:hover {
	color:white;
	background:red;
}
/* Title * /
.mm-title {
  margin: 0 2rem .75rem 0;
  /* font-size: 1.1rem; * /
}

/* Form * /
.mm-field { margin-bottom: .75rem; }
.mm-field label { display: block; margin-bottom: .25rem; font-weight: 600; }
.mm-field input, .mm-field textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: .5rem .6rem;
  font: inherit;
}


.mm-actions {
  display: flex; gap: .5rem; justify-content: flex-end; margin-top: .75rem;
}
.mm-submit {
  background: #0f766e; color: #fff; border: 0; border-radius: 8px; padding: .55rem .9rem; cursor: pointer;
}
.mm-submit:hover {
	color: black;
	background:#2ba49b;
}
.mm-cancel {
  background: #e5e7eb; color: #111827; border: 0; border-radius: 8px; padding: .55rem .9rem; cursor: pointer;
}
.mm-cancel:hover { 
	color:white;
	background: #9E9E9E;
}

.mm-status { margin-top: .75rem; }




/* mobile screens * /
@media (max-width: 500px){

div.login-button-outerwrapper {
	position:relative;
	margin-top:7px;
}


div.login-button-wrapper {
	position:relative;
	text-align:center;
	right:unset;
}

}


*/