/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 14:20:41 */
/* CMJ Custom CSS JS */ 

.cmjhide {display: none;}
.rule {height: 1px; background: #eee; margin: 20px 0;}
.rule hr {display: none;}
.devnote {background: lightyellow; color: red; padding: 5px;}

/* Global Settings display on Sandbox */
.globalSettings {}
.globalSettings h3 {
margin:  30px 0 15px 0; padding: 10px 0;
border-bottom: 1px solid black; border-top: 3px solid #666;
}
.globalSettings ul {margin: 0; padding: 0; list-style:none;}
.globalSettings ul li {list-style-type:none; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-bottom: 5px;}
.globalSettings ul li.headings span {background: #ddd;}
.globalSettings ul li.headings, .globalSettings ul li:last-child {border: none;}
.globalSettings ul li span {display: inline-block; padding: 5px;}

.globalSettings ul li span.label {width: 30%;}
.globalSettings ul li span.code {width: 40%;}
.globalSettings ul li span.output {width: 30%;}

#sandboxSitemap .tableLog {}
#sandboxSitemap .tableLog tr {}
#sandboxSitemap .tableLog tr td .short {}
#sandboxSitemap .tableLog tr td .short:before {content: '\2014'; padding: 0 4px;}
#sandboxSitemap .tableLog tr td .short:after {content: '...'; padding: 0 0 0 4px;}
#sandboxSitemap .tableLog tr td .short .cut {display: none;}
#sandboxSitemap .tableLog tr td:last-child {text-align:center;}
#sandboxSitemap .tableLog tr td a {text-decoration: none;}
#sandboxSitemap .tableLog tr td a.active {}
#sandboxSitemap .tableLog tr td a.inactive {display: none;}

#sandboxSitemap .oldStructure {}
#sandboxSitemap .oldStructure ul {}
#sandboxSitemap .oldStructure ul li {}
#sandboxSitemap .oldStructure ul li code {background: #eee; margin-left: 4px;}

#sandboxSitemap .oldPath {background-color: #f4f4f4; border: 1px solid #ddd; padding: 10px; font-family: "Courier New", Courier, monospace;}

#sandboxSitemap .tableLog table.v2 td:nth-child(2), #sandboxSitemap .tableLog table.v2 td:nth-child(3)
{background-color: #fec; font-family: "Courier New", Courier, monospace;}

