@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

html, body {
    min-height: 100%;
}

html, body, ul {
    margin: 0;
    padding: 0;
}

html, body, ul, td {
    font-size: 12px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.smaller_text {
    font-size: 0.8em;
}

body {
    background-color: #fff;
}

form {
    margin: 0;
    padding: 0;
}

strong, .highlighted_icon {
    color: #4a8fcb;
}

a {
    outline: 0;
    color: #666666;
    text-decoration: underline;
}

a:hover {
    color: #575757;
    text-decoration: none;
}

a.selected {
    color: #000000;
    font-weight: bold;
}

a i:before {
    cursor: pointer !important;
}

h1 {
    font-size: 21px;
    color: #1376C9;
    font-weight: bold;
}

h1.alt, #content h1.alt {
    color: #003a5d;
    font-size: 26px;
    font-weight: bold;
}

h2 {
    font-size: 13px;
    color: #333333;
    margin-bottom: 4px;
    font-weight: bold;
}

table th {
    text-align: left;
}

img {
    border: none;
    vertical-align: middle;
}

img.icon {
    cursor: pointer;
}

ul {
    margin-left: 20px;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

input[type=text], input[type=password],
input[type=date], input[type=datetime-local],
input[type=email], input[type=number],
input[type=tel], input[type=time], input[type=url],
textarea, select {
    border: 1px solid #fff;
    background: #e6f2fc;
    color: #373837;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.sliver_col2 input[type=text], .sliver_col2 input[type=password],
.sliver_col2 input[type=date], .sliver_col2 input[type=datetime-local],
.sliver_col2 input[type=email], .sliver_col2 input[type=number],
.sliver_col2 input[type=tel], .sliver_col2 input[type=time], .sliver_col2 input[type=url],
.sliver_col2 textarea, .sliver_col2 select {
    background: #fff;
}

input[type=text], input[type=password],
input[type=date], input[type=datetime-local],
input[type=email], input[type=number],
input[type=tel], input[type=time], input[type=url],
select {
    padding: 4px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    padding-right: 0;
    padding-left: 2px;
}

input[type=text]:focus, input[type=password]:focus,
input[type=date]:focus, input[type=datetime-local]:focus,
input[type=email]:focus, input[type=number]:focus,
input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus,
textarea:focus {
    border-color: #4a8fcb;
    outline: 0 none;
}

.ui-dialog-content a {
    color: #1b74c8;
}

.ui-dialog-content a:hover {
    opacity: 0.88;
}

.luna-btn, a.button, button.ui-button {
    background: #4a8fcb !important;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 5px;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.luna-btn i.fab::before,
.luna-btn i.fad::before,
.luna-btn i.fal::before,
.luna-btn i.far::before,
.luna-btn i.fas::before,
.luna-btn i.fa::before {
    color: #fff !important;
}

.luna-btn.btn {
    padding: 3px 10px;
}

.ui-dialog-buttonset button.ui-button {
    padding: 0;
    border: none !important;
}

.luna-btn.red {
    background: #db3939 !important;
}

.luna-btn.smaller, a.button.smaller {
    padding: 1px 4px;
    line-height: 1.2em;
    font-size: 11px;
}

.luna-btn:hover, a.button:hover, button.ui-button:hover {
    background: #63a6e3 !important;
    color: #fff !important;
    opacity: 0.88;
}

a.button {
    display: inline-block;
    text-decoration: none;
    padding: 4px 10px;
}

.luna-btn.block, a.button.block {
    display: block;
    width: 100%;
}

.luna-btn.attention, a.button.attention {
    background: #da5b5b !important;
}

.bring_attention {
    color: #ff9d03;
}

.bring_attention_bg, .luna-btn.bring_attention_bg {
    background: #ff9d03 !important;
}

sup.bring_attention {
    font-size: 9px;
}

.dropdown_nav {
    display: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    background-color: #4A8FCB;
    position: absolute;
    width: 180px;
    z-index: 99;
}

.dropdown_nav, .dropdown_nav a {
    color: #fff;
}

.dropdown_nav a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 13px;
}

.dropdown_nav a:hover {
    background-color: #2F73AA;
}

#subnavarea .dropdown_nav {
    display: block;
    position: relative;
}

#header {
    position: relative;
    background: #f5f5f5;
    width: 100%;
    height: 77px;
    border-bottom: 1px solid #e7e7e7;
}

.mobile #header {
    height: 50px;
}

#header, #header a {
    color: #595959;
    text-decoration: none;
}

#header .dropdown_nav a {
    color: #fff;
}

#header .header_box {
    padding-top: 31px;
}

.mobile #header .header_box {
    padding-top: 15px;
}

#header .header_box.admin_sliver_toggle {
    float: left;
    padding-top: 0;
    line-height: 76px;
    padding-left: 10px;
}

.mobile #header .header_box.admin_sliver_toggle {
    display: none;
}

body:not(.w_sliver_nav) #header .header_box.admin_sliver_toggle {
    display: none;
}

#header .admin-sliver-header-toggle {
    cursor: pointer;
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 6px 8px;
    vertical-align: middle;
    line-height: 1;
}

#header .admin-sliver-header-toggle i {
    font-size: 16px;
    line-height: 1;
}

/* Keep legacy chevron behavior but hide the in-page control */
body.w_sliver_nav #content > .sliver-toggle {
    display: none;
}

#header .logo {
    float: left;
    padding-left: 18px;
    line-height: 76px;
}

#header .logo img {
    vertical-align: middle;
}

.mobile #header .logo {
    line-height: 50px;
}

.mobile #header .logo img {
    width: 150px;
}

#header .header_box {
    position: relative;
    font-size: 15px;
}

#header .header_box .dropdown_nav {
    right: 0;
}

#header .header_box.help {
    float: right;
    margin-right: 10px;
}

#header .account_details {
    position: relative;
    float: right;
    margin-right: 73px;
    padding-top: 30px;
}

#header .account_details ul {
    right: 0;
}

#header .account_details div:hover ul {
    display: block;
}

.topsearch {
    float: right;
    margin-right: 100px;
}

.topsearch * {
    font-size: 10px;
}

.topsearch .luna-btn {
    cursor: pointer;
    border: none;
    border: 1px solid #4a8fcb;
    background: #4a8fcb;
    color: #fff;
}

#header .special_link {
    color: #00395d;
}

#header .special_link:hover {
    text-decoration: underline;
}

#header .site_set i {
    font-size: 14px;
    padding: 0 3px;
}

#header .site_set i:before {
    cursor: pointer;
}

#header .site_set .luna-btn {
    padding: 0 5px;
    margin-left: 5px;
}

ul#topnav {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    background: url(../img/bg_topnav.png) top left repeat-x #373837;
    font-size: 15px;
    display: block;
    height: 56px;
}

ul#topnav i {
    margin-right: 4px;
}

ul#topnav > li {
    float: left;
    margin: 0;
    padding: 0;
    border-left: 1px solid #1d1d1d;
    color: #fff;
    white-space: nowrap;
}

ul#topnav > li:first-child {
    border-left: none;
}

ul#topnav > li > a {
    display: block;
    line-height: 51px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #191919;
    padding: 0 14px;
}

ul#topnav > li > a:hover, ul#topnav > li.selected > a, ul#topnav > li.hovering > a {
    background: #2f73aa;
    border-bottom: 5px solid #4a8fcb;
}

ul#topnav > li.first > a {
    padding: 0 6.15px;
}

#header_more li {
    position: relative;
}

#header_more li > ul {
    position: absolute;
    left: -180px;
    top: 0;
    background-color: #2F73AA;
}

#header_more li:hover > ul {
    display: block;
}

tr.odd, .odd, table.zebra tr:nth-child(odd) {
    background-color: #e6f2fc;
}

.std_table tr:nth-child(odd) {
    background-color: #e6f2fc;
}

.std_table td, .std_table th {
    padding: 4px 8px;
}

.std_table > tr:hover, .std_table > tbody > tr:hover {
    background-color: #c1e4fb;
}

.std_y_scroll {
    height: 150px;
    overflow-y: auto;
    border: 1px solid #bfbfbf;
    padding: 5px;
}

.std_y_scroll.nopad {
    padding: 0;
}

.std_truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pill_list_item {
    display: inline-block;
    line-height: 1;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    border-radius: 5px;
    margin: 0 5px;
}

tr.highlight, tr.highlight td, .highlight {
    background-color: #d1d5dE;
}

.hoverme:hover {
    background-color: #d1d5dE;
}

.alternate, tr.alternate, tr.alternate td {
    background-color: #e6ebf5;
}

.inner_table {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-collapse: collapse;
}

.inner_table td, .inner_table th {
    border: 1px solid #cccccc;
    border-top: none;
    border-left: none;
}

.backend_left {
    float: left;
    margin-bottom: 10px;
}

.backend_right {
    float: right;
    margin-bottom: 10px;
    text-align: right;
}

.backend_right .btns {
    padding-bottom: 5px;
}

.bad {
    color: #CD0A0A !important;
}

.good {
    color: #00AA00 !important;
}

.warning_box {
    color: #363636;
    border: 1px solid #FCEFA1;
    padding: 10px;
    margin: 10px 0;
    background-color: #FBF9EE;
}

.system_message_box {
    border: 1px solid #999;
    background-color: #ccc;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-family: Arial;
    font-size: 12px;
    font-family: Arial !important;
    font-size: 12px !important;
}

.system_message_box .system_message_head {
    font-weight: bold;
}

.system_message_box.success {
    color: #2f9a23 !important;
    border-color: #ccc;
    text-indent: 20px;
    background: url(../img/tick.png) no-repeat 10px 10px #cdffdc;
}

.system_message_box.success_no_fade {
    color: #2f9a23 !important;
    border-color: #ccc;
    text-indent: 20px;
    background: url(../img/tick.png) no-repeat 10px 10px #cdffdc;
}
.system_message_box.warning {
    color: #888 !important;
    border-color: #ffc000;
    text-indent: 16px;
    background: url(../../img/system_message_warn.png) no-repeat 10px 11px #FBF9EE;
}

.system_message_box.error {
    color: #CD0A0A !important;
    border-color: #CD0A0A;
    text-indent: 16px;
    background: url(../../img/system_message_error.png) no-repeat 10px 11px #FEF1EC;
}

/* Form builder ecommerce cell: icon + text share one line in a tight column */
.system_message_box.warning.fb-ecom-setup-warning {
    display: block;
    padding-left: 36px;
    text-indent: 0;
}

.notice {
    background: #f49426 !important;
    color: #fff !important;
    padding: 3px;
}

a.notice:hover {
    opacity: 0.93;
}

.round_item {
    display: inline-block;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    padding: 3px !important;
}

.round_item.smaller {
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 14px;
}

.highlighted {
    background-color: #f9ff9f;
}

.bolded {
    font-weight: bold !important;
}

.pager {
    text-align: right;
}

.pager_foot {
    padding-top: 5px;
}

span.pager {
    padding-left: 30px;
}

.save {
    float: right;
    cursor: pointer;
}

.handle {
    cursor: move;
    margin-right: 20px;
}

.clicker {
    cursor: pointer;
}

.left {
    position: relative;
    float: left;
}

.right {
    position: relative;
    float: right;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#leftnav {
    background: url("../img/nav.jpg") repeat-y;
    color: #fff;
    padding: 5px;
    width: 165px;
}

#leftnav a {
    color: #fff;
}

#leftnav h1 a {
    text-decoration: none;
}

#leftnav h1 a:hover {
    text-decoration: underline;
}

#leftnav ul {
    padding: 10px 0;
    padding-top: 0;
    list-style-type: none;
}

#leftnav ul .active {
    font-weight: bold;
}

#leftnav ul ul {
    padding: 10px 0 10px 10px;
}

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.container_guts {
    position: relative;
    width: 760px;
}

#content h1, #content h1 * {
    font-size: 15px;
}

#left_box {
    width: 325px;
    float: left;
}

#right_box {
    width: 600px;
    float: left;
}

#pages {
    margin: 15px 0 0 0;
}

#pages li {
    font-size: 12px;
    background-color: #f3f3f3;
    border: 1px solid #cfcfcf;
    width: 275px;
    margin-top: 4px;
    padding: 4px;
    line-height: 18px;
}

#pages li.under {
    margin-left: 20px;
    width: 255px;
}

#nav {
    background-color: #FFFFFF;
    margin-left: 20px;
    padding: 5px;
}

#nav ul li {
    display: inline;
}

.content_list {
    padding: 0;
    margin: 0;
}

.content_list li {
    width: 90px;
    height: 20px;
    display: block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    padding-top: 5px;
    background: #f8f8f8;
}

.content_list li.selected {
    background-color: #ebebeb;
}

.iconinput {
    float: left;
    margin: 10px;
    margin-top: 2px;
}

.bodyinput {
    float: left;
    width: 690px;
    padding-bottom: 5px;
}

.bodyinput.noicon {
    padding-left: 22px;
}

.bodyinput label {
    color: #4a8fcb;
}

.halfinput {
    float: left;
    display: inline;
    width: 325px;
    margin-bottom: 5px;
    min-height: 25px;
}

#sub-bar {
    position: relative;
    float: left;
    background-color: #f7f7f7;
    height: 25px;
    width: 100%;
}

#sub-bar ul {
    margin: 5px 0 0 30px;
}

#sub-bar ul li {
    display: inline;
    margin-right: 20px;
}

#sub-bar ul li a {
    color: #737373;
    text-decoration: none;
}

#sub-bar ul li a:hover {
    color: #8B8A8A;
    text-decoration: underline;
}

#sub-bar ul li.selected a {
    text-decoration: underline;
}

#sub-sub-bar {
    position: relative;
    float: left;
    background-color: #dddddd;
    height: 25px;
    width: 100%;
}

#sub-sub-bar ul {
    margin: 5px 0 0 30px;
}

#sub-sub-bar ul li {
    display: inline;
    margin-right: 20px;
}

#sub-sub-bar ul li a {
    color: #737373;
    text-decoration: none;
}

#sub-sub-bar ul li a:hover {
    color: #8B8A8A;
    text-decoration: underline;
}

#sub-sub-bar ul li.selected a {
    text-decoration: underline;
}

#content {
    margin: 0 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.content_no_pad #content {
    margin: 0;
}

/* CMS ContentBuilder editor: prioritize screen real estate */
.content_no_pad #contentarea .is-container {
    max-width: none;
}

/* CMS ContentBuilder editor: neutralize legacy admin `.container` (width: 1000px) inside the canvas.
   Theme CSS compiled into `admin_stylesheet` should win (it targets `.cms-cb-frame #contentarea .container`). */
.content_no_pad .cms-cb-frame .container {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

/* ContentBuilder assumes each direct "row" element is positioned.
   Some pages/skins use <section> (not only <div>) for rows (notably hero blocks),
   which can cause row tools/handles to render/drag from the wrong origin. */
.content_no_pad .cms-cb-frame .is-builder > * {
    position: relative;
}

/* CMS ContentBuilder editor toolbar (Webflow-ish viewport toggles) */
.content_no_pad #content .thead.cms-cb-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* CMS ContentBuilder editor: keep toolbar + editor frame flush (no legacy "card" borders/radius) */
.content_no_pad :where(#content) .thead.cms-cb-toolbar {
    border: 0;
    border-radius: 0;
}

.content_no_pad :where(#content) .thead.cms-cb-toolbar + .cms-cb-editor-box.boxed,
.content_no_pad :where(#content) .thead.cms-cb-toolbar + .cms-cb-preview-box.boxed {
    border: 0;
    border-radius: 0;
}

.content_no_pad .cms-cb-toolbar-left,
.content_no_pad .cms-cb-toolbar-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.content_no_pad .cms-cb-toolbar-btn {
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fff;
    padding: 6px 8px;
    line-height: 1;
    opacity: 0.9;
}

.content_no_pad .cms-cb-toolbar-btn.is-active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.12);
}

.content_no_pad .cms-cb-toolbar-btn i {
    color: inherit;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

.content_no_pad .cms-cb-toolbar-right {
    padding-right: 44px;
}

.content_no_pad .cms-cb-editor-box.boxed {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

/* CMS Pages (ContentBuilder) inline shell preview (iframe) */
.content_no_pad .cms-cb-preview-box.boxed {
    margin-bottom: 10px;
    background: #f5f5f5;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: clamp(24px, 4vw, 72px) !important;
    padding-right: clamp(24px, 4vw, 72px) !important;
    border: 0;
}

.content_no_pad .cms-cb-preview-frame {
    background: #fff;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.content_no_pad .cms-cb-preview-iframe {
    display: block;
    width: 100%;
    height: 600px;
}

/* Viewport simulation: constrain the builder canvas width */
.cms-cb-vp-desktop #contentarea .is-container {
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
}

.cms-cb-vp-tablet #contentarea .is-container {
    max-width: 820px !important;
    margin-left: auto;
    margin-right: auto;
}

.cms-cb-vp-mobile #contentarea .is-container {
    max-width: 420px !important;
    margin-left: auto;
    margin-right: auto;
}

/* More reliable than targeting builder internals: constrain the editor root itself */
.cms-cb-vp-desktop .cms-cb-frame {
    max-width: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cms-cb-vp-tablet .cms-cb-frame {
    max-width: 820px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cms-cb-vp-mobile .cms-cb-frame {
    max-width: 420px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Match viewport simulation on the inline shell preview iframe */
.cms-cb-vp-desktop .cms-cb-preview-frame {
    max-width: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cms-cb-vp-tablet .cms-cb-preview-frame {
    max-width: 820px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cms-cb-vp-mobile .cms-cb-preview-frame {
    max-width: 420px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*
 * Viewport buttons only narrow the *frame*; CSS @media still uses the real browser width,
 * so Bootstrap-style grids still think the window is "desktop" (staggered cols, 750/970/1200 .container, etc.)
 * and content can look wrong in Mobile/Tablet. These helpers *approximate* small-screen layout
 * for typical BS3 col-* and .container markup inside the editor canvas. For exact breakpoints, use
 * the inline Preview iframe (it has a real small viewport) or a device toolbar on the live site.
 */
.cms-cb-vp-tablet .cms-cb-frame .container,
.cms-cb-vp-mobile .cms-cb-frame .container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.cms-cb-vp-mobile .cms-cb-frame [class*='col-xs-'],
.cms-cb-vp-mobile .cms-cb-frame [class*='col-sm-'],
.cms-cb-vp-mobile .cms-cb-frame [class*='col-md-'],
.cms-cb-vp-mobile .cms-cb-frame [class*='col-lg-'] {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
    clear: both;
}

.cms-cb-vp-mobile .cms-cb-frame [class*='-offset-'] {
    margin-left: 0 !important;
}

/* Faux browser frame/gutters for viewport modes */
.content_no_pad .cms-cb-editor-box.boxed {
    background: #f5f5f5;
}

/* CMS ContentBuilder editor: ensure gutters win over generic .thead + .boxed card padding */
.content_no_pad #content .cms-cb-editor-box.boxed {
    background: #f5f5f5;
    /* Gutters so CB floating controls stay on-screen */
    padding-left: clamp(24px, 4vw, 72px) !important;
    padding-right: clamp(24px, 4vw, 72px) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 !important;
}

.content_no_pad .cms-cb-frame {
    background: #fff;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    margin: 0;
    overflow: visible;
}

/* Keep CB floating row/column tools *above* cell content (images, full-bleed) so .row-handle gets hits.
   (CB already uses position:absolute on .is-tool; we only fix stacking + clicks.) */
.content_no_pad .cms-cb-frame .is-tool {
    z-index: 10050;
    pointer-events: auto;
}

/* Row drag: CB’s .sortable-drag * { opacity:0 } zeros wrappers — unhide. Keep broad: Sortable may
   place the drag helper on body, not only under #contentarea. */
.content_no_pad .sortable-drag,
.content_no_pad .sortable-drag * {
    opacity: 1 !important;
}

/* Chevron positioning is handled in cms/pages/index.php at runtime. */

/* CMS ContentBuilder editor: do not center/cap legacy .thead + .boxed "card" width */
.content_no_pad #content .thead:not(.toggler):has(+ .boxed),
.content_no_pad #content .thead:not(.toggler):has(+ .boxed) + .boxed,
.content_no_pad #content div:not(.alt_box):has(> .thead:not(.toggler) + .boxed),
.content_no_pad #content form:not(#main_form):not(.alt_box):has(> .thead:not(.toggler) + .boxed) {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.content_no_pad #content > .system_message_box {
    margin-left: 10px;
    margin-right: 10px;
}

#footer {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#footer a {
    text-decoration: none;
}

.page-title {
    font-size: 14px;
    margin: 10px 0 10px 30px;
    display: none;
}

.floatl {
    float: left;
    margin-right: 20px;
}

.floatr {
    float: right;
    padding: 0 0 10px 10px;
}

.label {
    font-weight: bold;
    line-height: 25px;
    font-size: 13px;
}

label {
    font-weight: bold;
}

.field {
    float: left;
    width: 380px;
}

.field label:not(.field-ignore-label) {
    float: left;
    width: 150px;
    text-align: right;
    display: block;
    line-height: 25px;
    font-weight: bold;
    padding-right: 10px;
    padding: 0 4px;
}

.field label span {
    font-weight: normal;
}

.field div {
    float: left;
    line-height: 25px;
    width: 200px;
    padding: 0 4px;
}

.field div div {
    float: none;
    line-height: inherit;
    width: auto;
    padding: 0;
}

.field label.wide {
    width: 200px;
}


.field label.widefeat {
    width: 150px;
}

.wide_field {
    width: 782px;
}

.wide_field.match_fields {
    width: 712px;
}

.wide_field div {
    width: 610px;
}

.wide_field div div {
    width: auto;
}

.field .text {
    width: 170px;
}

.field .text:disabled {
    background: #e1e8ed;
}

.field .date {
    width: 70px;
}

.wide_field .text {
    width: 550px;
    overflow: hidden;
}

.wide_field ul.token-input-list {
    width: 547px !important;
}

.wide_field textarea.text {
    overflow: auto;
    height: 150px;
}

.wide_field iframe {
    overflow: auto;
    height: 150px;
    width: 550px;
}

.settings_box {
    width: 300px;
    float: left;
    margin-right: 10px;
}

.settings_box .boxed {
    padding: 10px 12px;
}

.settings_box .field {
    width: auto;
    float: none;
    margin-bottom: 6px;
}

.settings_box .field label {
    float: none;
    display: block;
    text-align: left;
    color: #4a8fcb;
    font-weight: bold;
    font-size: 12px;
    width: auto;
}

.settings_box .field div {
    width: 300px;
    float: none;
}

.settings_box .field .text, .settings_box .field input[type=text], .settings_box .field textarea, .settings_box .field select {
    width: 260px;
}

.settings_box .field textarea {
    height: 120px !important;
}

/* Settings module: wide settings_box variant (non-masonry single card) */
.settings-box-wide.settings_box {
    width: 100%;
    max-width: 1100px;
    float: none;
}

/* Shared helpers for Settings tools pages */
.settings-readyico {
    vertical-align: middle;
    height: 14px;
    float: right;
}
.settings-boxgap {
    margin-bottom: 30px;
}
.settings-textarea {
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}
.settings-textarea-xl {
    height: 400px;
}
.settings-textarea-lg {
    height: 10rem;
}
.settings-textarea-sm {
    height: 5rem;
}

/* Wide settings card: stacked label-above-control rows (full width; tooltips not clipped) */
.settings-box-wide.settings_box .boxed {
    overflow: visible;
}
.settings-box-wide.settings_box .settings-stacked-form .field {
    float: none;
    width: auto;
    max-width: 52em;
    clear: both;
    margin: 1em 0;
}
.settings-box-wide.settings_box .settings-stacked-form .field label:not(.field-ignore-label) {
    float: none;
    width: auto;
    max-width: 100%;
    text-align: left;
    line-height: 1.35;
    padding: 0 0 6px 0;
}
.settings-box-wide.settings_box .settings-stacked-form .field > div {
    float: none;
    width: 100%;
    max-width: 50em;
    line-height: 1.4;
    padding: 0;
}
.settings-box-wide.settings_box .settings-stacked-form .field .text,
.settings-box-wide.settings_box .settings-stacked-form .field input[type="text"],
.settings-box-wide.settings_box .settings-stacked-form .field input[type="url"],
.settings-box-wide.settings_box .settings-stacked-form .field textarea {
    width: 100%;
    max-width: 50em;
    box-sizing: border-box;
}
.settings-box-wide.settings_box .settings-stacked-form .settings-input-narrow {
    width: auto;
    max-width: 14em;
}
.settings-box-wide.settings_box .settings-stacked-form .tooltip span {
    max-width: 28em;
    z-index: 50;
}

/* Settings tools: shared record-table editors (IP Allow, DNS, etc.) */
.settings-record-tool {
    margin-bottom: 30px;
}
.settings-records-table {
    width: 100%;
    border-collapse: collapse;
}
.settings-records-table th {
    text-align: left;
}
.settings-records-table td {
    border-top: 1px solid #efefef;
    vertical-align: middle;
}
.settings-records-table .ip input,
.settings-records-table .mask input,
.settings-records-table .name,
.settings-records-table .name input {
    width: 200px;
}
.settings-records-table .prio,
.settings-records-table .prio input {
    width: 30px;
}
.settings-records-table .content,
.settings-records-table .content input {
    width: 400px;
}
.settings-records-table .ttl,
.settings-records-table .ttl input {
    width: 50px;
}
.settings-records-prio.is-hidden {
    display: none;
}
.settings-records-table tr.record.new {
    background: #fffcc7;
}
.settings-records-table tr.record.delete {
    background: #ff9595;
}
.settings-tool-actions {
    padding: 5px 0;
}
.settings-tool-savebar {
    padding: 5px 0;
}

/* Masonry module settings: allow vertical resize (fixed height !important blocked height drag) */
.boxes_container .settings_box .field textarea {
    height: auto !important;
    min-height: 120px;
    resize: vertical;
}

.full_edit {
    width: 98%;
    padding: 0;
}

table.full_edit {
    width: 100%;
}

.im_float {
    float: left;
    width: 280px;
}

.img_selector {
    height: 200px;
    width: 600px;
    overflow: auto;
}

.sec_head {
    float: left;
}

.pageinputs {
    background: #f1efef;
    padding-top: 10px;
    margin-bottom: 5px;
    border: 1px solid #bfbfbf;
    border-top: none;
    position: relative;
}

.pageinputs .label {
    width: 75px;
    float: left;
    text-align: right;
    margin-right: 10px;
    line-height: 14px;
    padding-top: 3px;
}

.pageinputs .input {
    width: 220px;
    margin: 0;
}

.pageinputs .select {
    width: 220px;
    margin: 0;
}

.pageinputs .savebutton {
    float: right;
    margin-top: -115px;
}

.topspace {
    margin-top: 15px;
}

.nav_alone {
    margin-left: 10px;
}

.tooltip {
    all: initial;
    position: relative;
}

.tooltip.inside {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
    display: block;
}

.tooltip.inside img {
    display: block;
}

.tooltip > span {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #ccc;
    color: #6d6f6f;
    text-decoration: none;
    font-size: 10px;
    min-width: 200px;
    line-height: 11px;
    font-weight: normal;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tooltip > span img {
    margin: 5px;
}

.tooltip:hover {
    background-color: transparent;
    z-index: 50;
}

.tooltip:hover > span {
    display: block;
    top: 0;
    left: 30px;
    z-index: 1000;
}

.tooltip.tbelow:hover > span {
    left: -110px;
    top: 10px;
}

.tooltip.ttop:hover > span {
    left: -310px;
    top: -370px;
}

.tooltip.middle:hover > span {
    left: -310px;
    top: 35px;
}

.tooltip.righty:hover > span {
    left: -210px;
}

.tooltip.righty2:hover > span {
    left: -630px;
}

.open_link {
    width: 100%;
    display: block;
}

.feats {
    padding: 10px;
}

.dbtree_left a {
    text-decoration: none;
}

.btn_link {
    text-decoration: none !important;
}

.hover_fade:hover {
    opacity: 0.68;
}

.infield {
    padding: 2px;
    padding-left: 5px;
    color: #ccc;
    font-style: italic;
}

.scroll_div {
    overflow: auto;
}

.minlist {
    margin-left: 0;
    padding-left: 0;
}

.tab {
    border: 1px solid #bfbfbf;
    border-top: none;
    padding: 5px;
}

.tab.grayed {
    border-color: #eee;
}

.horizontal_tabs {
    margin: 0;
    padding: 3px 0 0 0;
    list-style: none;
    height: 39px;
    border-bottom: 7px solid #4a8fcb;
}

.horizontal_tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.horizontal_tabs li {
    float: left;
    margin-right: 5px;
}

.horizontal_tabs a {
    line-height: 39px;
    height: 39px;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    background-color: #2e6390;
}

.horizontal_tabs.little_smaller a {
    font-size: 13px;
}

.horizontal_tabs a:hover, .horizontal_tabs .selected a {
    background-color: #4a8fcb;
}

.horizontal_tabs.smaller {
    height: 29px;
}

.horizontal_tabs.smaller a {
    font-size: 13px;
    padding: 0 10px;
    line-height: 29px;
    height: 29px;
}

.horizontal_tabs.greened {
    border-color: #73c053;
}

.horizontal_tabs.greened a {
    background-color: #286c36;
    color: #fff;
}

.horizontal_tabs.greened a:hover, .horizontal_tabs.greened .selected a {
    background-color: #73c053;
}

.greened a {
    color: #286c36;
}

.horizontal_tabs.grayed {
    border-color: #eee;
}

.horizontal_tabs.grayed a {
    background-color: #F7F7F7;
    color: #000;
}

.horizontal_tabs.grayed a:hover, .horizontal_tabs.grayed .selected a {
    background-color: #eee;
}

.horizontal_tabs.small_tabs {
    height: 25px;
    border-color: #373837;
}

.horizontal_tabs.small_tabs a {
    height: 25px;
    line-height: 25px;
    background-color: #595959;
    font-size: 13px;
}

.horizontal_tabs.small_tabs a:hover, .horizontal_tabs.small_tabs .selected a {
    background-color: #373837;
}

.simple_tabs {
    margin-bottom: 15px;
}

.simple_tabs > ul {
    display: block;
    height: 28px;
    border-bottom: 1px solid #dadbd6;
    margin: 0;
    padding: 0;
    padding-left: 40px;
    list-style-type: none;
    list-style-image: none;
}

.simple_tabs > ul li {
    float: left;
    background-color: #f5f6f1;
    height: 27px;
    border: 1px solid #dadbd6;
    border-bottom: none;
    border-left: none;
}

.simple_tabs > ul li:first-child {
    border-left: 1px solid #dadbd6;
}

.simple_tabs > ul li.active {
    background-color: #fff;
    height: 28px;
}

.simple_tabs > ul li a {
    display: block;
    padding: 0 12px;
    line-height: 27px;
    text-decoration: none;
}

.simple_tabs > ul li a:hover {
    text-decoration: underline;
}

.sub_simple_tabs {
    border-bottom: 1px solid #dadbd6;
    padding: 5px 10px;
    line-height: 20px;
}

.sub_simple_tabs ul {
    display: block;
    height: 20px;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}

.sub_simple_tabs ul li {
    float: left;
    height: 20px;
    border-right: 1px solid #dadbd6;
    padding: 0 10px;
    color: #808080;
}

.sub_simple_tabs ul li:first-child {
    border: none;
    padding-left: 0;
}

.sub_simple_tabs ul li a {
    text-decoration: none;
}

.sub_simple_tabs ul li a:hover {
    text-decoration: underline;
}

.sub_simple_tabs ul li.active a {
    color: #000;
}

.std_tabs.ui-tabs {
    padding: 0;
    background: none;
    border: none;
}

.std_tabs .ui-tabs-nav.ui-widget-header {
    background: none;
    border: none;
    border-bottom: 7px solid #2f74a9;
    border-radius: 0;
    padding-left: 0;
    padding-top: 0;
}

.std_tabs.ui-tabs .ui-tabs-nav li {
    top: 0;
    margin-bottom: 0;
    background: #0d3c5c;
    color: #fff;
    border: none;
    border-radius: 0;
}

.std_tabs.ui-tabs .ui-tabs-nav li a {
    color: #fff !important;
    padding: 13px 15px;
}

.std_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .std_tabs.ui-tabs .ui-tabs-nav li.ui-state-hover, .std_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    background: #2f74a9;
}

.std_tabs.ui-tabs .ui-tabs-panel {
    border: 1px solid #c8c8c8;
    border-top: none;
    padding: 10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad-left {
    margin-left: -10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad-right {
    margin-right: -10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad-bottom {
    margin-bottom: -10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad-top {
    margin-top: -10px;
}

.std_tabs.ui-tabs .ui-tabs-panel .nopad {
    margin: -10px;
}

.border_less {
    border: none;
}

/* Admin “card strip” thead titles: bare thead+boxed tools, .alt_box headers, module settings tiles.
   Change font size/line-height once here for all of those. */
body.admin {
    --admin-thead-card-font-size: 12px;
    --admin-thead-card-line-height: 1.35;
}

.thead {
    padding: 0 20px;
    /*background: #2e6390;*/
    background: #4a8fcb;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-family: 'Source Sans Pro';
    line-height: 39px;
}

.thead.lesspad {
    padding: 0 10px;
}

.thead.smaller {
    font-size: 14px;
    line-height: 25px;
}

.thead.alt {
    background: #003a5d;
}

.thead.alt2 {
    background: #0b69a1;
}

.thead a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.thead .fab,
.thead .fad,
.thead .fal,
.thead .far,
.thead .fas,
.thead .fa {
    font-size: 12px;
    color: white;
}

.boxed {
    border: 1px solid #bfbfbf;
    background-color: #fff;
    border-top: none;
    margin-bottom: 10px;
    padding: 16px 22px;
}

.boxed.nopad {
    padding: 0;
}

.boxed.lesspad {
    padding: 8px 11px;
}

.boxed.nohead {
    border-top: 1px solid #CCCCCC;
}

/* Bare .thead + .boxed pairs: legacy module pages (no alt_box.settings_box wrapper).
   Lives in main.css so it applies without tools.css. :where(#content) keeps specificity
   below .alt_box.settings_box … .thead / .boxed so settings tiles keep their own chrome.
   :has(+ .boxed) limits styling to real header+body pairs (avoids orphan theads).
   Exclude .thead.toggler (collapsible h1 upload bars): card max-width must not detach them
   from full-width content below (e.g. file_manager thumbnail grid). */
:where(#content) .thead:not(.toggler):has(+ .boxed) {
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    font-size: var(--admin-thead-card-font-size, 12px);
    line-height: var(--admin-thead-card-line-height, 1.35);
    border: 1px solid #a8d0f2;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
}

:where(#content) .thead:not(.toggler):has(+ .boxed) + .boxed {
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 12px;
    margin-bottom: 14px;
    border: 1px solid #a8d0f2;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0 0 4px 4px;
}

/* CMS ContentBuilder editor: toolbar + boxed content should be flush (no legacy card borders/radius). */
.content_no_pad :where(#content) .thead.cms-cb-toolbar:has(+ .boxed) {
    border: 0 !important;
    border-radius: 0 !important;
}
.content_no_pad :where(#content) .thead.cms-cb-toolbar:has(+ .boxed) + .boxed {
    border: 0 !important;
    border-radius: 0 !important;
}

/* Center once: (a) wrapper div whose direct children include .thead + .boxed, or (b) .admin-thead-boxed-stack around a run of sections (e.g. CRM reporting under td with no inner div). Stops double margin:auto on sibling .thead / .boxed. Exclude .alt_box for module settings masonry. */
:where(#content) div:not(.alt_box):has(> .thead:not(.toggler) + .boxed),
:where(#content) .admin-thead-boxed-stack {
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

:where(#content) div:not(.alt_box):has(> .thead:not(.toggler) + .boxed) > .thead:not(.toggler):has(+ .boxed),
:where(#content) div:not(.alt_box):has(> .thead:not(.toggler) + .boxed) > .thead:not(.toggler):has(+ .boxed) + .boxed,
:where(#content) .admin-thead-boxed-stack > .thead:not(.toggler):has(+ .boxed),
:where(#content) .admin-thead-boxed-stack > .thead:not(.toggler):has(+ .boxed) + .boxed {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Same “single column” shell when .thead + .boxed are direct children of a form (no extra wrapper div). */
:where(#content) form:not(#main_form):not(.alt_box):has(> .thead:not(.toggler) + .boxed) {
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

:where(#content) form:not(#main_form):not(.alt_box):has(> .thead:not(.toggler) + .boxed) > .thead:not(.toggler):has(+ .boxed),
:where(#content) form:not(#main_form):not(.alt_box):has(> .thead:not(.toggler) + .boxed) > .thead:not(.toggler):has(+ .boxed) + .boxed {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Card .boxed: primary block children fill the shell (fixes narrow tables/forms inside a wide card). Direct-child only avoids fighting nested layouts. */
:where(#content) .thead:not(.toggler):has(+ .boxed) + .boxed > table.backend_table,
:where(#content) .thead:not(.toggler):has(+ .boxed) + .boxed > table.inner_table,
:where(#content) .thead:not(.toggler):has(+ .boxed) + .boxed > form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Highcharts (and similar) mount targets: full width of card .boxed */
:where(#content) .thead:not(.toggler):has(+ .boxed) + .boxed > div[id] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

/* Collapse default h4 margins; keep block strip full width of parent (avoids shrink next to floats). */
:where(#content) h4.thead:not(.toggler):has(+ .boxed) {
    margin: 0;
    display: block;
    min-width: 0;
}

/* shopping_cart product editor: many nested .thead + .boxed; do not apply “wide card” chrome there. */
#content form#main_form .thead:not(.toggler):has(+ .boxed) {
    padding: 0 20px;
    line-height: 39px;
    font-size: 18px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border: none;
    border-bottom: none;
    border-radius: 0;
    font-weight: bold;
}

#content form#main_form .thead:not(.toggler):has(+ .boxed) + .boxed {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 22px;
    margin-bottom: 10px;
    border: 1px solid #bfbfbf;
    border-top: none;
    border-radius: 0;
}

.ui-dialog-content .boxed {
    background-color: #fff;
}

.alt_box .thead {
    padding: 0 10px;
    font-size: var(--admin-thead-card-font-size, 12px);
    line-height: var(--admin-thead-card-line-height, 1.35);
}

/* Module settings masonry tiles: rounded card; light blue frame. No overflow:hidden — it clips .tooltip > span. */
.alt_box.settings_box:not(.acct-ph-shell) {
    border: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    vertical-align: top;
}
.alt_box.settings_box:not(.acct-ph-shell) .thead {
    padding: 8px 10px;
    font-size: var(--admin-thead-card-font-size, 12px);
    line-height: var(--admin-thead-card-line-height, 1.35);
    font-weight: 600;
    border: 1px solid #a8d0f2;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
.alt_box.settings_box:not(.acct-ph-shell) .boxed {
    border: 1px solid #a8d0f2;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 0;
    border-radius: 0 0 4px 4px;
}

/* Module settings UX: instructional panel (warm) — merge tags, help legends, etc.
   Reuse + collapsible companion: docs/platform/admin/admin-tools-pages.md § "Module settings UI kit" */
.acct-ph-shell {
    border: 1px solid #e0c896;
    background: #fffdf5;
    border-radius: 4px;
    /* visible: overflow:hidden clips admin .tooltip > span (help icons in module settings) */
    overflow: visible;
    box-sizing: border-box;
    margin-bottom: 10px;
    vertical-align: top;
}
.acct-ph-shell .acct-ph-cap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    background: #faf3e0;
    border-bottom: 1px solid #e8dcc4;
    font-size: 12px;
    line-height: 1.3;
}
.acct-ph-shell .acct-ph-cap.acct-ph-cap--no-toggle {
    justify-content: flex-start;
}
.acct-ph-shell .acct-ph-cap-lbl {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #3a3a3a;
    flex: 1;
    min-width: 0;
}
.acct-ph-shell .acct-ph-cap-icons {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}
.acct-ph-shell .acct-ph-cap-lbl .fa-info-circle {
    color: #b8860b;
    font-size: 15px;
    line-height: 1;
}
.acct-ph-shell .acct-ph-cap-title-text {
    flex: 1;
    min-width: 0;
}
.acct-ph-shell .acct-ph-cap-iconbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    border: 1px solid #c9a227;
    border-radius: 3px;
    background: #fffdf5;
    color: #1a5490;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1;
    vertical-align: middle;
}
.acct-ph-shell .acct-ph-cap-iconbtn:hover {
    background: #fff4dc;
    border-color: #a88720;
    color: #0d355e;
}
.acct-ph-shell .acct-ph-cap-iconbtn .fa {
    font-size: 13px;
}
.acct-ph-shell .acct-ph-cap-iconbtn-dev {
    border-color: #7a6a4a;
    background: #f2e8cf;
    color: #2a2418;
}
.acct-ph-shell .acct-ph-cap-iconbtn-dev:hover {
    background: #e8dcc4;
    border-color: #5c4f38;
    color: #111;
}
.acct-ph-shell .acct-ph-cap-iconbtn-dev .fa {
    color: inherit;
}
.acct-ph-shell .acct-ph-toggle {
    color: #1a5490;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 2px 0;
}
.acct-ph-shell .acct-ph-toggle:hover {
    color: #0d355e;
}
.acct-ph-shell .acct-ph-lead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 7px 10px 8px;
    font-size: 11px;
    color: #555;
    line-height: 1.4;
    border-bottom: 1px solid #efe6d4;
    background: #fffefb;
}
.acct-ph-shell .acct-ph-lead-overview {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}
.acct-ph-shell .acct-ph-lead-overview-lbl {
    font-weight: 600;
    color: #3a3a3a;
    white-space: nowrap;
}
.acct-ph-shell .acct-ph-lead-text {
    width: 100%;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
    color: #555;
}
.acct-ph-shell .acct-ph-lead-overview-btn {
    flex-shrink: 0;
}
.acct-ph-shell .acct-ph-body {
    display: none;
}
.acct-ph-shell .acct-ph-body-inner {
    padding: 8px 10px 10px;
    font-size: 11px;
    border-top: 1px solid #efe6d4;
    background: #fffefb;
}
.acct-ph-dl {
    margin: 0 0 10px 0;
    font-size: 11px;
}
.acct-ph-dl dt {
    font-family: monospace, monospace;
    font-weight: bold;
    margin: 8px 0 2px 0;
    clear: left;
}
.acct-ph-dl dt:first-child {
    margin-top: 0;
}
.acct-ph-dl dd {
    margin: 0;
    padding-left: 0;
    line-height: 1.35;
}
.acct-ph-sub {
    margin: 0 0 8px 0;
    font-size: 11px;
    color: #555;
}

/* Module settings UX: collapsible panel (blue) — cap row + body; reuse on any masonry settings_box
   Two-tone like .acct-ph-shell: darker cap band, lighter body (see .acct-ph-cap vs .acct-ph-body-inner). */
.acct-collapse-shell {
    margin: 14px 0 10px 0;
    border: 1px solid #b8cce0;
    border-radius: 4px;
    background: #eff6fc;
    box-sizing: border-box;
    /* visible: same as .alt_box.settings_box — hidden clips .tooltip > span beside fields */
    overflow: visible;
}
a.acct-collapse-caprow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.35;
    border: none;
    border-radius: 0;
    background: #e0ecf8;
    border-bottom: 1px solid #cddfea;
    color: #153a5c;
    text-decoration: none;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}
a.acct-collapse-caprow:hover {
    background: #d4e4f4;
    color: #0d2844;
    text-decoration: none;
}
.acct-collapse-body {
    padding: 2px 12px 12px 12px;
    background: #eff6fc;
}
.acct-collapse-caprow-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.acct-collapse-chev {
    flex-shrink: 0;
    width: 1em;
    text-align: center;
    color: #1a5490;
}
.acct-collapse-caprow-title {
    font-weight: 700;
}
.acct-collapse-muted {
    color: #4a5f73;
    font-weight: normal;
}
.acct-collapse-actionlbl {
    flex-shrink: 0;
    font-weight: normal;
    text-decoration: none;
    color: #1a5490;
}
a.acct-collapse-caprow:hover .acct-collapse-actionlbl {
    color: #0d355e;
}
/* Collapse inside narrow masonry cards: legacy .settings_box .field > div is 300px; keep shell inside padded .boxed */
.boxes_container .settings_box .acct-collapse-shell {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.boxes_container .settings_box .acct-collapse-body {
    min-width: 0;
}
.boxes_container .settings_box .acct-collapse-body .field > div {
    width: auto !important;
    max-width: 100%;
    box-sizing: border-box;
    /* help_box_basic() renders a.tooltip after the control; block-wide inputs would push it to the next line */
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
}
.boxes_container .settings_box .acct-collapse-body .field > div > a.tooltip {
    flex-shrink: 0;
}
.boxes_container .settings_box .acct-collapse-body .field .text,
.boxes_container .settings_box .acct-collapse-body .field .inptext,
.boxes_container .settings_box .acct-collapse-body .field input[type="text"],
.boxes_container .settings_box .acct-collapse-body .field textarea,
.boxes_container .settings_box .acct-collapse-body .field select {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
.boxes_container .settings_box .acct-collapse-body .acct-late-fee-subfields {
    max-width: 100%;
    box-sizing: border-box;
}

/* Accounting: shorter Front End URLs field in module settings */
.boxes_container .settings_box .field[data-sysname="accounting_links"] textarea {
    height: 48px !important;
    min-height: 44px;
    resize: vertical;
}

.boxin {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.boxin.reduced {
    padding: 0;
    border: 0;
}

.css_popup {
    position: fixed;
    border: solid #cccccc 1px;
    padding: 10px;
    background-color: #FFFFFF;
    text-align: justify;
    font-size: 12px;
}

.css_popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.css_popup .close a {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}

.lb_lightbox {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #eef2f7;
    border: 1px solid #536376;
    box-shadow: rgba(0, 0, 0, .6) 0 2px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, .6) 0 2px 12px;
    -moz-box-shadow: rgba(0, 0, 0, .6) 0 2px 12px;
    padding: 10px;
    position: relative;
    display: none;
}

/* Module settings: overview lightbox (admin); .acct-ph-cap-iconbtn on lead overview (book + optional dev) */
.mod-set-overview-lb .mod-set-overview-pathmono code {
    font-size: 11px;
    word-break: break-all;
}
.mod-set-overview-lb .mod-set-overview-pathlist code {
    font-size: 11px;
    word-break: break-all;
}
.mod-set-overview-lb .mod-set-overview-lb-inner {
    max-height: 72vh;
    overflow-y: auto;
    padding: 4px 28px 6px 4px;
    text-align: left;
}
.mod-set-overview-lb .mod-set-overview-lb-inner h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
}
.mod-set-overview-lb .mod-set-overview-lb-inner h3 {
    margin: 14px 0 6px 0;
    padding: 0;
    font-size: 13px;
}
.mod-set-overview-lb .mod-set-overview-lb-inner p {
    margin: 0 0 10px 0;
    line-height: 1.45;
    font-size: 12px;
}
.mod-set-overview-lb .mod-set-overview-lb-inner .mod-set-overview-footnote {
    font-size: 11px;
    color: #555;
}
.mod-set-overview-lb .mod-set-overview-list {
    margin: 0 0 10px 1.1em;
    padding: 0;
    font-size: 12px;
    line-height: 1.45;
}
.mod-set-overview-lb .mod-set-overview-list li {
    margin-bottom: 6px;
}
.mod-set-overview-lb .mod-set-overview-lb-inner code {
    font-size: 11px;
}

.lb_close {
    background: url("../img/lb_close.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 23px;
    line-height: 1000px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    text-align: center;
}

/*
 * imgAreaSelect style to be used with deprecated options
 */

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-border1 {
    border: solid 1px #000;
}

.imgareaselect-border2 {
    border: dashed 1px #fff;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-outer {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.imgareaselect-selection {
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-dialog {
    overflow: visible !important;
}

.ui-dialog-content pre {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #d4d4d4;
}

.ui-dialog-content th {
    color: #000;
}

.ui-dialog-content tr.odd, .ui-dialog-content .odd {
    background-color: #E6F2FC;
}

.ui-dialog-content .inner_table tr.odd, .ui-dialog-content .inner_table tr.odd td, .ui-dialog-content .inner_table .odd {
    background-color: #eee;
}

.curved {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.left_inner_box {
    background-color: #fbfbfb;
    color: #176ab6;
    padding: 10px;
    margin: 10px 0;
}

.left_inner_box ul, .left_inner_box li {
    margin: 0;
    list-style-type: none;
}

.left_inner_box li {
    margin-bottom: 6px;
}

.left_inner_box a, #content .left_inner_box a {
    color: #176ab6;
}

.left_inner_box h1, #content .left_inner_box h1 {
    color: #000000;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    font-size: 12px;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

.left_inner_box h1 a, #content .left_inner_box h1 a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

fieldset {
    border: 1px solid #e4e4e4;
}

.divider {
    height: 3px;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}

.striked, .striked * {
    text-decoration: line-through;
}

.std_sort_list {
    list-style-type: none;
}

.std_sort_list li {
    margin-bottom: 5px;
    line-height: 16px;
    vertical-align: middle;
    cursor: move;
    border: 1px solid #efefef;
    padding: 4px;
}

.std_sort_list li:hover {
    background: #efefef;
}

.std_sort_list li.has_handle {
    cursor: inherit;
}

.std_sort_list li.has_handle .handle {
    cursor: move;
}

.std_column_list {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.std_column_list li {
    float: left;
    box-sizing: border-box;
    padding: 2px;
}

.std_column_list.three li {
    width: 33%;
}

.std_column_list.two li {
    width: 50%;
}

.minlist {
    list-style-type: none;
}

.snote {
    font-style: italic;
    font-size: 11px;
}

.btn img {
    vertical-align: text-bottom;
}

.pager_page {
    /*border: 1px solid #CECECE;*/
    padding: 1px 4px;
    text-decoration: none;
}

.pager_page:hover, .pager_selected {
    background-color: #F1F5FE;
}

.pager_dots {
    padding: 4px;
}

.std_search {
    display: block;
    margin: 4px 0;
    background: url(../img/magnifier.png) center right no-repeat #fff;
    border: 1px solid #cecece;
    padding: 4px;
    width: 99%;
    font-size: 11px;
    color: #999999;
}

.small_note {
    font-size: 10px;
    font-style: italic;
}

.small_box {
    border: 1px solid #CCCCCC;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
}


.boxsz {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.simple_progress {
    height: 7px;
    display: block;
    width: 65px;
    border-radius: 10px;
    background-color: #ececec;
}

.simple_progress > span {
    display: block;
    height: 7px;
    background-color: #abe076;
    border-radius: 10px;
}

.simple_progress.taller, .simple_progress.taller > span {
    height: 14px;
}

.simple_progress.pblank {
    background-color: #fff;
    border: 1px solid #ccc;
}

.simple_progress.pblank > span {
    background-color: #fff;
}

.simple_progress.pwarn {
    background-color: #feffc9;
}

.simple_progress.pwarn > span {
    background-color: #fac306;
}

.simple_progress.pcritical {
    background-color: #ffcece;
}

.simple_progress.pcritical > span {
    background-color: #da0000;
}

/* Full-width usage bar (e.g. billing Status — bandwidth / disk) */
.simple_progress-wide {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}

/* Shared status row + dot (billing Status, SSL indicator in admin, etc.) */
.admin-status-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.admin-status-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
}
.admin-status-dot--ok {
    background: #008000;
}
.admin-status-dot--bad {
    background: #da0000;
}

/* Stacked wide settings-style cards in one column */
.boxes_container > .alt_box.settings_box.settings-box-wide {
    margin-bottom: 14px;
}

/* Billing account — layout sections (customer_info breakdown, etc.) */
.billing-invoice-detail {
    margin-left: 0;
    margin-right: 0;
}
.billing-invoice-detail > .thead,
.billing-invoice-detail > .boxed {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}
.billing-account-wide-boxes {
    width: 100%;
    max-width: none;
}
.billing-account-wide-boxes > .settings_box {
    width: 100%;
    max-width: none;
    float: none;
    margin-right: 0;
    box-sizing: border-box;
}
.billing_section {
    margin-bottom: 20px;
}
.billing_section + .billing_section {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}
.billing_section .area {
    float: left;
    width: 60%;
}
.billing_section .area_section {
    margin-bottom: 10px;
}
.billing_section .area_inner {
    float: left;
    width: 40%;
}
.billing_section .area_guts {
    font-weight: bold;
}
.billing_section .area_name {
    width: 15%;
    font-weight: bold;
}
.billing-plan-desc {
    font-weight: normal;
}
.billing-price-old {
    text-decoration: line-through;
}
.billing-field-hidden {
    display: none;
}
.billing-overdue-heading-note {
    margin-left: 10px;
    font-weight: normal;
    font-style: italic;
    opacity: 0.95;
}
.billing-overdue-pay-button {
    margin-top: 12px;
}
.billing_contact_edit {
    color: #1b74c8;
}

/* Order history: payment did not complete — same text color as body, not balance red */
.billing-payment-amount--ledger {
    color: inherit;
}
.backend_table tr.billing-row--invoice-open td {
    background-color: #fafafa;
}
.billing-invoice-pending-note {
    color: #555;
    font-size: 11px;
    font-weight: normal;
    margin-left: 4px;
}
.billing-status-plain-suffix {
    color: #555;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
}
.billing-pay-alloc-note {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.35;
    color: #444;
    font-weight: normal;
}
.backend_table tr.billing-check-group-header td {
    background-color: #e8edf5;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
}
.backend_table tr.billing-check-group-member td:first-child {
    border-left: 3px solid #9db4d8;
}
.backend_table tr.billing-row--check-receipt td {
    background-color: #f4f7fb;
}
.backend_table tr.billing-row--check-slice td {
    background-color: #fafcff;
}

/* Billing — Payment Methods cards (customer_info) */
.billing_method_data {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: stretch;
}
.payment_method_box {
    flex: 1 1 320px;
    min-width: 280px;
    background-color: #f7f9fb;
    border: 1px solid #c9d9e8;
    margin-right: 0;
    margin-bottom: 0;
    padding: 14px;
    margin-top: 15px;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 4px;
}
.payment_method_box > div:first-child {
    flex: 1 0 100%;
}
.payment_icon_box {
    float: none;
    flex: 0 0 75px;
    width: 75px;
}
.default_method {
    background: #4e9a4e repeat-x scroll left top;
    border: 1px solid #4e9a4e;
    border-radius: var(--sw-radius, 5px);
    color: #fff;
    width: 40px;
    font-size: 8px;
    font-family: arial, sans-serif;
    font-weight: bold;
    height: auto;
    line-height: 12px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
}
.paymentIcon {
    margin: 0 auto;
    width: 60px;
}
.addButton {
    background: #f49426 repeat-x scroll left top;
    border: 1px solid #b86100;
    border-radius: var(--sw-radius, 5px);
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-family: arial, sans-serif;
    font-weight: bold;
    height: auto;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.payment_info_box {
    display: block;
    flex: 1 1 220px;
    width: auto;
    min-width: 0;
    line-height: 1.45;
}
.payment_button_box {
    display: inline-flex;
    align-items: flex-start;
    margin-top: 4px;
}
.payment_method_box .payment_button_box {
    flex: 0 0 auto;
}
.payment_method_box .addButton {
    background: #4a8fcb !important;
    border: 1px solid #3f7fb6;
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 1.35;
    font-size: 11px;
    font-family: inherit;
    text-transform: none;
    box-sizing: border-box;
}
.payment_method_box .addButton:hover {
    background: #63a6e3 !important;
    color: #fff !important;
}
.close_x {
    float: right;
    margin-top: -4px;
    margin-right: 0;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #ab304f;
    background-color: #d0003a;
    color: #fff;
    font-size: 9px;
    padding: 2px 6px;
    line-height: 1.3;
}
.billing-pay-card-spacer {
    display: none;
}
@media (max-width: 760px) {
    .payment_method_box {
        flex-basis: 100%;
    }
    .payment_method_box .payment_button_box {
        flex: 1 1 auto;
    }
}

/* Billing — jQuery UI dialog forms (edit contact) */
.billing-dialog-root {
    display: none;
}
.billing-dialog-form .ajaxy_field {
    margin-bottom: 3px;
}
.billing-dialog-form--stacked input[type="text"],
.billing-dialog-form--stacked input[type="email"],
.billing-dialog-form--stacked select {
    width: 100%;
    box-sizing: border-box;
}
.billing-dialog-name-row {
    display: flex;
    gap: 1%;
    margin-bottom: 3px;
}
.billing-dialog-name-row .ajaxy_field {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}
.billing-dialog-form .luna-btn.billing-dialog-submit {
    width: 100%;
    margin-top: 10px;
}
.billing-dialog-loading {
    display: none;
    margin-top: 10px;
    text-align: center;
}

.backend_table a {
    text-decoration: none;
}

.backend_table > tr:hover, .backend_table > tbody > tr:hover, .hoverme tr:hover, tr.hovered, tr.hovered > td, .hovered {
    background-color: #c1e4fb;
}

.backend_table.nohover > tr:hover, .backend_table.nohover > tbody > tr:hover {
    background-color: transparent !important;
}

.backend_table.nohover > tr.odd:hover, .backend_table.nohover > tbody > tr.odd:hover {
    background-color: #e6f2fc !important;
}

colgroup.hovered {
    background-color: #d6f8ff !important;
}

.backend_table, .backend_table td, .backend_table td *, .backend_table th {
    font-size: 11px;
    color: #2e6390;
}

.backend_table .fab, .backend_table td .fab, .backend_table td * .fab, .backend_table th .fab,
.backend_table .fad, .backend_table td .fad, .backend_table td * .fad, .backend_table th .fad,
.backend_table .fal, .backend_table td .fal, .backend_table td * .fal, .backend_table th .fal,
.backend_table .far, .backend_table td .far, .backend_table td * .far, .backend_table th .far,
.backend_table .fas, .backend_table td .fas, .backend_table td * .fas, .backend_table th .fas,
.backend_table .fa, .backend_table td .fa, .backend_table td * .fa, .backend_table th .fa {
    font-size: 16px;
    vertical-align: bottom;
}

.backend_table .luna-btn .fab,
.backend_table .luna-btn .fad,
.backend_table .luna-btn .fal,
.backend_table .luna-btn .far,
.backend_table .luna-btn .fas,
.backend_table .luna-btn .fa {
    font-size: 11px;
    vertical-align: middle;
}

.backend_table th {
    border: none;
}

.backend_table th {
    background: #4a8fcb;
    border: none;

    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}

.backend_table th a {
    color: #fff;
}

.backend_table th a > * {
    color: #fff;
}

.backend_table th a.tooltip > span {
    color: #6D6F6F !important;
}

.backend_table .sub_note {
    color: #b0a9bb;
}

.item_active {
    color: #82c68c !important;
}

.item_inactive {
    color: #b0a9bb !important;
}

.boxed_link, a.boxed_link, .ui-widget-content a.boxed_link {
    border: 1px solid #E4E4E4;
    background-color: #fff;
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    margin-bottom: 2px;
}

.boxed_link:hover, a.boxed_link:hover, .ui-widget-content a.boxed_link:hover {
    background-color: #efefef;
    text-decoration: none;
}

.clickable, .clickable *, .clickable [class^="icon-"]::before, .clickable [class*=" icon-"]::before {
    cursor: pointer !important;
}

.dash_icon {
    float: left;
    display: block;
    width: 100px;
    padding: 10px 0;
    height: 60px;
    text-align: center;
    margin: 10px;
    text-decoration: none;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dynamic_vars .boxed_link {
    width: 160px;
}

.fake-alert {
    background: #FFF;
    border: 1px solid #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, .3);
    color: #333;
    font-size: 11px;
    padding: 6px;
    position: absolute;
    top: -99999px;
    left: -99999px;
    text-align: center;
    z-index: 1000;
}

.nopad {
    padding: 0;
}

.box_toggler {
    display: block;
}

body.w_sliver_nav {
    background: url(../img/bg_sliver_left.png) repeat-y top left;
}

body.w_sliver_nav.w_sliver_column {
    background: url(../img/bg_sliver_left_wcol2.png) repeat-y top left;
}
body.w_sliver_nav.collapsed {
    background: none;
}

body.w_sliver_nav.w_sliver_column.collapsed {
    background: none;
}



#wrap_sliver_nav {
    width: 100%;
    display: table;
    table-layout: fixed;
}

@media screen and (max-device-width: 749px) {
    body.w_sliver_nav {
        min-width: min-content;
    }

    #wrap_sliver_nav {
        width: unset !important;
    }

    #wrap_sliver_nav .sliver_nav {
        min-width: 95px;
    }
}

#wrap_sliver_nav .sliver {
    display: table-cell;
    vertical-align: top;
}

#wrap_sliver_nav .sliver_nav {
    width: 95px;
    background-color: #4a8fcb;
}

#wrap_sliver_nav .sliver_nav ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#wrap_sliver_nav .sliver_nav i, #wrap_sliver_nav .sliver_nav [class^="icon-"]:before, #wrap_sliver_nav .sliver_nav [class*=" icon-"]:before {
    display: block;
    font-size: 28px;
    cursor: pointer;
}

#wrap_sliver_nav .sliver_nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #1f5887;
}

#wrap_sliver_nav .sliver_nav a:hover, #wrap_sliver_nav .sliver_nav a.active {
    background: url(../img/bg_sliver_nav_selected.png) repeat-y top left #2e6390;
}

#wrap_sliver_nav .sliver_content {
    width: auto;
}

#wrap_sliver_nav .sliver_col2 {
    width: 208px;
}

#wrap_sliver_nav .sliver_col2 .inner_box {
    width: 207px;
}

#wrap_sliver_nav .sliver_col2 .box {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    color: #4a8fcb;
}

#wrap_sliver_nav .sliver_col2 .box input[type=text], #wrap_sliver_nav .sliver_col2 .box select {
    padding: 2px;
}

.sliver_col2_nav_list {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    margin-top: 20px;
}

.sliver_col2_nav_list.snug_top {
    margin-top: 0;
}

.sliver_col2_nav_list > li {
    border-bottom: 1px solid #d5ebff;
}

.sliver_col2_nav_list ul {
    margin-top: 0;
}

.sliver_col2_nav_list a {
    display: block;
    padding: 5px 10px;
    color: #4a8fcb;
    text-decoration: none;
}

.sliver_col2_nav_list a.button {
    margin-left: 10px;
    padding: 2px 10px;
    display: inline-block;
}

.sliver_col2_nav_list a:hover, .sliver_col2_nav_list a.active {
    background: #4a8fcb;
    color: #fff;
}

.sliver_col2_nav_list li li {
    list-style-type: none;
}

.sliver_col2_nav_list li li a {
    padding: 2px;
    padding-left: 20px;
}

.sliver_col2_nav_list li li a.button {
    margin-left: 20px;
}

.sliver_col2 .sliver_col2_nav_list li h2 {
    padding: 2px;
    padding-left: 20px;
    margin: 0;
}

#wrap_sliver_nav .sliver_col2 .tree ul {
    margin-left: 0;
    background-color: #e6f2fc;
}

#wrap_sliver_nav .sliver_col2 .tree li.active, #wrap_sliver_nav .sliver_col2 .tree li.open.active, #wrap_sliver_nav .sliver_col2 .tree li.last.active, #wrap_sliver_nav .sliver_col2 .tree li.closed.active {
    background-color: #4a8fcb;
    color: #fff;
}

#wrap_sliver_nav .tree li.open.active {
    background-image: url(../../js/jstree/themes/default/fminus_lt.gif);
}

#wrap_sliver_nav .tree li.closed.active {
    background-image: url(../../js/jstree/themes/default/fplus_lt.gif);
}

#wrap_sliver_nav .sliver_col2 .tree li.last {
    float: none;
}

#wrap_sliver_nav .sliver_col2 .tree li.active > a, #wrap_sliver_nav .sliver_col2 .tree li.active > a.clicked, #wrap_sliver_nav .sliver_col2 .tree li.active > a.clicked:hover, #wrap_sliver_nav .sliver_col2 .tree li.active > span.clicked {
    background: none no-repeat;
    background-position: 4px 1px;
    border: none;
    color: #fff;
    padding: 1px 4px 1px 23px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul {
    margin-left: -15px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul li {
    padding-left: 30px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul ul {
    margin-left: -30px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul ul li {
    padding-left: 45px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul ul ul {
    margin-left: -45px;
}

#wrap_sliver_nav .sliver_col2 .tree li.open ul ul ul li {
    padding-left: 60px;
}

#wrap_sliver_nav .sliver_col2 .tree ul ul li {
    background-position: 22px 6px;
}

#wrap_sliver_nav .sliver_col2 .tree ul ul ul li {
    background-position: 38px 6px;
}

.sliver_col2 .action_link {
    display: block;
    line-height: 29px;
    color: #fff;
    background-color: #70bc5f;
    border: 1px solid #1e8749;
    border-left: none;
    border-right: none;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
}

#wrap_sliver_nav .sliver_col2 .action_link i {
    display: inline-block;
    width: 11px;
    height: 14px;
    font-size: 13px;
}

.sliver_col2 .action_link img, .sliver_col2 .action_link i {
    margin-right: 10px;
}

.sliver_col2 .action_link.smaller {
    font-size: 12px;
}

.sliver_col2 h1, .sliver_col2 h2, .sliver_col2 h3 {
    margin-bottom: 0;
    padding: 5px 10px;
    color: #1376C9;
}

.sliver_col2 h1 {
    font-size: 15px;
    color: #003a5d;
}

.sliver_col2 h2 {
    font-size: 12px;
    color: #003a5d;
}

.sliver_col2 h2 a {
    color: #003a5d;
    text-decoration: none;
}

.sliver_col2 h1 {
    font-size: 15px;
}

.sliver_col2 hr {
    background: none;
    height: 1px;
    border: none;
    border-bottom: 1px solid #d9ecfc;
    width: 206px;
}

.sliver_col2 p {
    padding: 5px 10px;
}

.sliver_col2 h3 {
    font-size: 13px;
    margin: 0;
}

.ui-dialog {
    padding: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
}

.ui-dialog-titlebar {
    background: none !important;
    background-color: #4a8fcb !important;
    border: none !important;
    color: #fff !important;
}

.ui-dialog-titlebar .ui-icon {
    background-image: url("../../js/jquery-ui-1.11.3/images/ui-icons_ffffff_256x240.png") !important;
}

.ui-dialog-titlebar .ui-state-hover {
    border-color: #fff !important;
    border-radius: 0 !important;
}

.ui-dialog-titlebar .ui-state-hover .ui-icon {
    background-color: transparent !important;
    background-image: url("../../js/jquery-ui/images/ui-icons_fdfdfd_256x240.png") !important;
}

.ui-dialog-titlebar .ui-state-hover {
    background: none !important;
}

.ui-dialog-titlebar.ui-corner-all, .ui-dialog-titlebar .ui-corner-all {
    border-radius: 0 !important;
}

.header_bar {
    background: #2e6390;
    color: #fff;
    font-size: 14px;
    padding: 0 13px;
    line-height: 40px;
    font-family: 'Source Sans Pro', Arial;
    font-weight: bold;
}

@media (max-device-width: 749px) {
    .header_bar {
        display: flex;
    }
}

.header_bar .left .soft {
    font-weight: normal;
}

.header_bar, .header_bar a {
    color: #fff !important;
    text-decoration: none;
}

.header_bar a:hover {
    color: #99cdf9 !important;
}

.header_bar a.notice {
    padding: 3px 6px;
}

.header_bar a.selected {
    color: #fff6a2;
}

.header_bar img {
    margin-left: 5px;
}

.header_bar input {
    vertical-align: middle;
}

.header_bar input[type=text], .header_bar select {
    color: #2e6390;
    background-color: #e6f2fc;
    border: none;
    vertical-align: middle;
}

.header_bar .jQueryDate {
    width: 8em;
}

.ui-multiselect-menu .ui-widget-header a {
    color: #000;
}

.header_bar select {
    padding-top: 3px;
    padding-bottom: 3px;
}

.header_bar .ui-state-default {
    color: #fff !important;
    background: #4a8fcb !important;
    border: none !important;
}

.header_bar > .right i {
    color: #99cdf9;
}

.header_bar > .left, .header_bar > .right {
    float: left;
    padding: 0 18px;
    border-right: 1px solid #184163;
    background: #2e6390;
    white-space: nowrap;
}

.header_bar > .right {
    float: right;
    font-weight: normal;
}

.header_bar > .right, .header_bar > .right a {
    color: #99cdf9;
}

.header_bar > .right a:hover, .header_bar > .right a:hover i {
    color: #fff;
}

.header_bar > .right .selected {
    color: #fff;
}

.header_bar .pager_page {
    border: none;
    color: #99CDF9;
    padding: 1px 4px;
}

.header_bar .pager_page:hover, .header_bar .pager_selected, .header_bar > .right a.pager_selected {
    background: none;
    color: #fff;
}

.header_bar .highlighted {
    color: #000;
    border-radius: 3px;
    padding: 2px 4px;
}

.header_bar .highlighted:hover {
    color: #888;
}

.header_bar .head_bar_toggler_item {
    position: absolute;
    left: 0;
    top: 40px;
    background: #2e6390;
    color: #fff;
    padding: 10px;
    padding-top: 0;
}

.footer_bar {
    padding: 10px 30px;
    padding-bottom: 50px;
}

.footer_bar, .footer_bar a {
    color: #000;
}

.header_bar_sub {
    padding: 10px 30px;
    background: #fff;
}

.header_bar_sub .segment {
    float: left;
    margin-right: 13px;
}

.header_bar_sub .segment .field_slice {
    margin: 0;
    margin-bottom: 10px;
}

.header_bar_sub .segment .field_slice input[type=text], .header_bar_sub .segment .field_slice select {
    width: 220px;
    box-sizing: border-box;
}

.segment_box {
    width: 620px;
    background-color: #e7e8e8;
}

.segment_box > h2 {
    margin: 0;
    padding: 10px 8px;
    background: #4a4949;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.segment_box .inner {
    padding: 12px 16px;
}

.segment_box .btn_link {
    color: #4a4949;
    font-weight: bold;
    font-size: 12px;
}

.segment_box > h2 a {
    color: #fff !important;
}

.segment_box input[type=text], .segment_box select {
    margin-right: 5px;
}

.segment_box .search_condition {
    padding-bottom: 5px;
}

.toggler_head {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.toggler_body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.file_table a {
    text-decoration: none;
}

.std_img {
    width: 48px;
    height: 38px;
    text-align: center;
    border: 1px solid #b9c1c8;
    background: #fff;
    margin-left: 5px;
    position: relative;
}

.std_img > img {
    max-width: 48px;
    max-height: 38px;
    vertical-align: middle;
}

.std_img.none {
    background: #d9dadb url(..//img/icons/ico-assets-imgnone.png) no-repeat center center;
}

.std_img .hovery {
    border: 1px solid #b9c1c8;
    background: #fff;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.nodata {
    color: #9f9f9f !important;
}

.sidepanel {
    position: fixed;
    height: 100%;
    height: 100vh;
    width: 200px;
    top: 0;
    z-index: 10;
    background: #e5f2fc;
}

/* CMS editor: sidepanel should not sit under admin header/toolbar while scrolling */
.content_no_pad .sidepanel {
    top: 90px;
    height: calc(100vh - 90px);
    z-index: 999;
}

.sidepanel .contents {
    width: 100%;
    height: 100%;
}

.sidepanel .opener {
    width: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    top: 50vh;
    margin-top: -25px;
    background: #2e6390;
    color: #fff;
    font-size: 25px;
}

/* CMS editor: keep the sidepanel opener out of the toolbar area */
.content_no_pad .sidepanel.right .opener {
    top: 140px;
    margin-top: 0;
}

.sidepanel .opener, .sidepanel .opener *, .sidepanel .opener [class^="icon-"]:before, .sidepanel .opener [class*=" icon-"]:before {
    cursor: pointer !important;
}

.sidepanel.right, .sidepanel.right .opener {
    transition: right 0.2s;
}

.sidepanel.right {
    right: 0;
    border-left: 1px solid #97ccfb;
}

.sidepanel.right.closed {
    right: -200px;
}

.sidepanel.right .opener {
    right: 201px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sidepanel.right.closed .opener {
    right: 1px;
}

.sidepanel.right.open .opener .right_arrow {
    display: inline-block;
}

.sidepanel.right.open .opener .left_arrow {
    display: none;
}

.sidepanel.right.closed .opener .right_arrow {
    display: none;
}

.sidepanel.right.closed .opener .left_arrow {
    display: inline-block;
}

@media (max-width: 800px) {
    .stack-lg {
        float: none !important;
        display: block !important;
        width: auto !important;
    }
}

@media (max-width: 500px) {
    .stack-md {
        float: none !important;
        display: block !important;
        width: auto !important;
    }
}


/*
	Copied from global.css so that widgets have a default color within admin side
*/
.primary_color {
    background-color: #7a7b7e !important;
    color: #fff !important;
}

.primary_color a {
    color: inherit !important;
}

.primary_color_foreground {
    color: #7a7b7e !important;
}

.secondary_color {
    background-color: #393939 !important;
    color: #fff !important;
}


.radio-group-wrapper {
    display: block;
}

.radio-group-wrapper .radio-container {
    display: inline-block;
    text-align: left;
    width: auto;
}


/* Overrides for the bootstrap.css file*/

*, ::after, ::before {
    box-sizing: initial;
}

button, input, optgroup, select, textarea {
    line-height: normal;
}

.tooltip {
    font-size: 12px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.form-control {
    /*width: 95% !important;*/
    background-color: #e6f2fc !important;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: white !important;
    background-image: none !important;
    color: #184163 !important;
}

/*
New Settings Layout
*/
.boxed.setting {
    padding: 15px 10px;
}

.settings-container * {
    box-sizing: border-box;
}

.settings-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.settings-container .row {
    margin: 0;
}

.settings-container .row .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 400px;
}

.settings-container .boxed {
    border: 1px solid #bfbfbf;
    background-color: #fff;
    border-top: none;
    margin-bottom: 10px;
    padding: 12px 16px;
}

.settings-container .boxed.no-title {
    border-top: 1px solid #bfbfbf;
}

.settings-container .border-box {
    width: 100%;
    border: 1px solid #ccc;
    height: auto;
    padding: 10px;
    margin-bottom: .5rem;
}

.settings-container a.tooltip {
    position: relative;
    top: -3px;
}

.settings-container label {
    margin: 0 !important;
}

.settings-container select,
.settings-container input[type="text"],
.settings-container input[type="number"] {
    width: calc(100% - 25px);
}

.settings-container .border-box-no input[type="text"],
.settings-container .border-box-no input[type="number"],
.settings-container .border-box-no select {
    width: 100%;
}

.settings-container .border-box-no textarea {
    width: 100%;
    min-height: 95px;
}

.settings-container .inline-row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.settings-container .inner-group {
    position: relative;
    display: block;
}

.settings-container .inner-group::before {
    content: '';
    width: 50%;
    height: 22px;
    position: absolute;
    top: -22px;
    left: -1px;
    z-index: 1;
    border: none;
    border-bottom: none;
    background: #4a8fcb;
}

.settings-container .inline-row.has-sub.enabled label {
    position: relative;
    z-index: 10;
    color: #fff;
    top: 2px;
}

.settings-container .inline-row.has-sub.enabled {
    padding-left: 10px;
}

/* Keeps white label text readable when sub-options are collapsed (connector bar may not show). */
.settings-container .inline-row.has-sub.enabled .col-label {
    background-color: #4a8fcb;
    padding: 4px 8px 4px 10px;
    box-sizing: border-box;
}

.settings-container .inline-row::after {
    content: '';
    display: table;
    clear: both;
}

.settings-container .inline-row .col-label {
    display: block;
    width: 65%;
    float: left;
    text-align: left;
}

.settings-container .inline-row .col-field {
    display: block;
    width: 35%;
    float: left;
    text-align: right;
}

.settings-container .inline-row.override .col-label {
    display: block;
    width: 90%;
    float: left;
}

.settings-container .inline-row.override .col-field {
    display: block;
    width: 10%;
    float: left;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .settings-container .inline-row .col-field {
        width: 98px;
    }

    .settings-container .inline-row .col-label {
        width: calc(100% - 98px);
    }
}

i.green_arrow {
    color: #a4d319;
    position: relative;
    left: 0.50rem;
    font-size: 0.9rem !important;
}

.luna_group {
    border-radius: 3px;
    border: 1px solid #ced4da;
    background: #e6f2fc;
    color: #373837;
    width: auto;
}

.luna_group_prepend {
    border: none;
    border-right: 1px solid #ced4da;
}

.luna_group_option {
    top: 0.4rem;
    position: relative;
    left: 0.25rem;
}

.admin-user-login-icon {
    vertical-align: top !important;;
}

.admin-user-login-icon .fa-user {
    font-size: 1.5rem;
    color: #2e6390;
}

.admin-user-login-icon .fa-arrow-right {
    color: #669eec;
    position: relative;
    left: 0.45rem;
    bottom: 0.5rem;
    font-size: 1.2rem;
}

.fa_tooltip {
    color: #575757;
}

.fa.bulb_on {
    color: #ffc000;
}

.bulb_off, .bulb_on {
    max-width: 16px;
    max-height: 16px;
}

.chevron {
    transform: rotate(90deg);
    display: inline-block;
    color: #575757;
    text-decoration: none;
}

#cb4_edit_div {
    min-height: 360px;
    padding: 23px;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

#cb4_edit_div div {
    width: max-content;
    margin: auto;
    vertical-align: middle;
}

.mh_400 {
    max-height: 400px;
    overflow-y: auto;
}

#contact_table tbody .fas.fa-fire {
    color: #f49426 !important;
}

/* Accounting module — financial reports (P&L, Balance Sheet, Cash Flow) */
.acct-fin-report {
    max-width: 1100px;
    color: #2c3e50;
}

.acct-fin-report--detail {
    max-width: 1200px;
}

.acct-fin-report--detail .acct-fin-report-table {
    max-width: 960px;
}

.acct-fin-report--detail .acct-fin-report-table td.acct-fin-report-label {
    white-space: nowrap;
}

.acct-fin-report-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px 12px;
    margin-bottom: 12px;
    padding: 10px 12px;
    background: #f0f5fa;
    border: 1px solid #c5d8ea;
    border-radius: 4px;
}

.acct-fin-report-toolbar .acct-fin-report-form {
    margin-bottom: 0;
    flex: 1 1 auto;
}

.acct-fin-report-print-btn {
    flex-shrink: 0;
    margin-bottom: 2px;
}

.acct-fin-report-form-label {
    margin-right: 6px;
    font-weight: bold;
    color: #2c5282;
}

.acct-fin-report-form-sep {
    margin: 0 4px;
    color: #7a8fa3;
}

.acct-fin-report-form-nav a {
    color: #3d7ab0;
}

.acct-fin-report-form-nav {
    display: inline-block;
    margin-left: 12px;
}

.acct-fin-report-card {
    background: #fff;
    border: 1px solid #c5d8ea;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 12px;
}

.acct-fin-report-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1px;
    color: #2c5282;
    text-align: center;
}

.acct-fin-report-meta {
    color: #5a7189;
    margin: 0 0 8px;
    font-size: 12px;
    text-align: center;
}

.acct-fin-report-print-area {
    margin-bottom: 0;
    text-align: center;
}

/* Report table — no inner_table; single soft border system */
.acct-fin-report-table {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 1.25;
    table-layout: fixed;
}

.acct-fin-report-table td {
    padding: 3px 10px;
    border: none;
    border-bottom: 1px solid #e4edf5;
    color: #2c3e50;
    vertical-align: top;
    box-sizing: border-box;
    background-clip: border-box;
}

.acct-fin-report-table td:first-child {
    border-left: 1px solid #b8cfe0;
}

.acct-fin-report-table td:last-child {
    border-right: 1px solid #b8cfe0;
}

.acct-fin-report-table tr:first-child td {
    border-top: 1px solid #b8cfe0;
}

.acct-fin-report-table tr:last-child td {
    border-bottom: 1px solid #b8cfe0 !important;
}

.acct-fin-report-table td.acct-fin-report-label {
    padding-left: 10px;
}

.acct-fin-report-table tr.odd td {
    background: #f7fafc;
}

.acct-fin-report-table tr.even td {
    background: #fff;
}

.acct-fin-report-table tr.acct-fin-report-section td {
    background: #4a8fcb !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 10px !important;
    border-bottom: 1px solid #3d7ab0 !important;
    border-left: 1px solid #3d7ab0 !important;
    border-right: 1px solid #3d7ab0 !important;
}

.acct-fin-report-table tr:first-child.acct-fin-report-section td {
    border-top: 1px solid #3d7ab0 !important;
}

.acct-fin-report-table tr.acct-fin-report-section td a {
    color: #fff;
}

.acct-fin-report-table tr.subtotal td {
    font-weight: bold;
    background: #eef4fa !important;
    color: #1a365d !important;
    border-top: 1px solid #b8cfe0 !important;
    border-bottom: 1px solid #d4e3f0 !important;
}

.acct-fin-report-table tr.subtotal td a,
.acct-fin-report-table tr.subtotal td strong {
    color: inherit !important;
    font-family: inherit !important;
    font-weight: bold;
    text-decoration: none;
}

.acct-fin-report-table tr.total td {
    font-weight: bold;
    background: #e4eef8 !important;
    color: #1a365d !important;
    border-top: 2px solid #7eb3dd !important;
    border-bottom: 1px solid #b8cfe0 !important;
}

.acct-fin-report-table tr.total td a,
.acct-fin-report-table tr.total td strong {
    color: inherit !important;
    font-family: inherit !important;
    font-weight: bold;
    text-decoration: none;
}

.acct-fin-report-table tr.acct-fin-report-grand-total td {
    background: #2c6a9e !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 10px !important;
    border-top: 2px solid #1f5580 !important;
    border-bottom: 1px solid #1f5580 !important;
    border-left: 1px solid #1f5580 !important;
    border-right: 1px solid #1f5580 !important;
}

.acct-fin-report-table tr.acct-fin-report-grand-total td a,
.acct-fin-report-table tr.acct-fin-report-grand-total td strong {
    color: #fff !important;
    font-family: inherit !important;
    font-weight: bold;
    text-decoration: none;
}

.acct-fin-report-table td.amount-col {
    text-align: right;
    width: 130px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.acct-fin-report-layout {
    width: 100%;
    max-width: 1100px;
    border-collapse: collapse;
}

.acct-fin-report-layout td {
    vertical-align: top;
}

.acct-fin-report-chart {
    padding-left: 20px;
}

.acct-fin-report-chart-panel {
    background: #fff;
    border: 1px solid #c5d8ea;
    border-radius: 4px;
    padding: 8px 12px 4px;
    min-width: 300px;
}

.acct-fin-report-footnote {
    margin-top: 4px;
    color: #7a8fa3;
    font-size: 12px;
}

@media print {
    #topnav,
    #header,
    #wrap_sliver_nav,
    #announcement_bar,
    .sliver-toggle,
    .acct-fin-report-toolbar,
    .acct-fin-report-screen-only,
    .acct-fin-report-chart,
    .acct-fin-report-footnote,
    #footer,
    .footer {
        display: none !important;
    }
}

#contentarea button.slick-arrow, #contentarea ul.slick-dots {
    display: none !important;
}

.debug_dump_pre {
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

/* Listing Manager admin list thumbnails (SVG logos need explicit bounds) */
.listing-mgr-admin-list-thumb {
    display: block;
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}
