@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: local("Source Sans Pro"), local("SourceSansPro-Regular");
}
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
section,
article {
    display: block;
    padding: 0;
}
.boxstyle {
    box-shadow:
        rgba(0, 0, 0, 0.16) 0px 3px 6px,
        rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
body {
    min-width: 320px;
	margin: 0 auto;
    padding: 5px;
    height: 100%;
    background: #f8f8f8;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    line-height: 1.5;
	interpolate-size: allow-keywords;
}
*,
*:before,
*:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a:link,
a:link font,
a:active,
a:active font,
a:visited,
a:visited font {
    font-family: Arial;
    font-size: 0.9em !important;
    color: #666;
    text-decoration: none;
}
.ListA:hover {
    color: #60f !important;
    background-color: aqua;
}
.ListB:hover {
    color: #0fc !important;
    background-color: #999;
}
a:hover {
    color: #000;
}
.Links {
    color: #666;
    font-size: 11pt;
}
.Links:hover {
    color: #39748a;
}
.topnav {
    overflow: hidden;
    background-color: #eee;
}
.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 4px 6px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a:hover {
    background-color: #0cf;
    color: white;
}
.topnav a.active {
    background-color: #0cf;
    color: white;
}
.topnav .icon {
    display: none;
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
.arrow-right {
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid green;
}
* {
    box-sizing: border-box;
}

#cffWrapper { 
  display: flex; 
  flex-wrap: wrap; 
  min-height: 100%; 
  gap: 2rem; 
  margin: 0 !important;
  padding: 0 !important;
    }

.columnInner {
    flex: 25%;
    padding: 20px;
    height: 100%;
    height: auto;
    overflow: visible;
}

.columnCenter {
    flex: 60%;
    padding-top: 50px;
	border: 1px solid var(--border-soft);
}

.columnLeftInner,
.columnRightInner {
    flex: 25%;
}
.columnFooter,
.columnHeader {
    flex: 100%;
    padding: 20px;
    height: 150px;
}
.columnFooter,
.push {
    height: 30px;
}
.lines {
    border-bottom: 1px double #000;
}
@media screen and (max-width: 992px) {
    .columnInner {
        flex: 60%;
    }
}
@media screen and (max-width: 600px) {
    .cffWrapper {
        flex-direction: column;
    }
}


#Login {
    position: absolute;
    margin-top: 8px;
    margin-left: 35%;
    z-index: 100;
    display: none;
    background-color: #007294;
    text-align: left;
    padding: 1px;
}
.cff-article-header{
    padding-top:55px;
    margin-bottom:25px;
}

.CodeTitle{
    margin:0;
    padding:0;
    font-size:2.2rem;
    font-weight:700;
    line-height:1.2;
    color:#222;
}

.cff-title-divider{
    width:100%;
    height:1px;
    margin:12px 0;
    background:#d6dce8;
}

.cff-article-meta{
    font-size:.9rem;
    color:#666;
    line-height:1.7;
}

.cff-article-meta strong{
    color:#333;
    font-weight:600;
}

.meta-separator{
    display:inline-block;
    margin:0 10px;
    color:#bbb;
}
.CodeDate {
    font-size: 10pt;
    letter-spacing: 0.5px;
}




/*Download Page*/
.download-top-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin:20px 0;
}

.download-info-panel,
#DownloaderPanel{
    border:1px solid #d6dce8;
    border-radius:6px;
    background:#fafbfd;
    overflow:hidden;
}

.panel-label{
    padding:8px 12px;
    background:#f3f6fb;
    border-bottom:1px solid #d6dce8;
    font-weight:bold;
}

.panel-content{
    padding:12px;
    line-height:1.7;
}

.download-header{
    padding:12px 15px;
    border-bottom:1px solid #d6dce8;
    background:#f3f6fb;
}

.download-header h1{
    margin:0;
    font-size:1.4rem;
}

.download-file-info{
    padding:10px 15px;
}

.download-item{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:8px 0;
}

.download-item + .download-item{
    border-top:1px solid #edf1f7;
}

.download-label{
    font-weight:bold;
}

.download-timer{
    margin:10px 15px 15px 15px;
    padding:12px;
    text-align:center;
    border:1px solid #d6dce8;
    border-radius:4px;
    background:#fff;
    font-weight:bold;
}

#timer{
    color:#4a90e2;
}

@media(max-width:768px){

    .download-top-grid{
        grid-template-columns:1fr;
    }

}
/*Download Page*/










.keys {
    border: 1px dotted #e0e0e0;
    padding: 0.3em;
    font-size: 1em;
    color: #828282;
}
.TagList{
	margin-bottom: 5px;
}
.Tags {
    border: 1px dotted #e0e0e0;
    padding: 0.3em;
    font-size: 1em;
    color: #828282;
    box-shadow: 2.5px 2.5px 2.5px grey;
}
.Tags:hover {
    border: 1px dotted #39748a;
    padding: 0.3em;
    font-size: 1em;
    color: #0e6170;
/*    text-shadow: 0.5px 0.5px 1px #000000;
    box-shadow: 5px 5px 2.5px #0e6170;*/
}
#breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    width: 100%;
}
#breadTitle {
    margin-left: 15px;
}
#breadcrumb ul {
    font-family: "Montserrat", "Source Sans Pro", sans-serif;
    list-style: none;
    display: inline-table;
    padding-inline-start: 1px;
    font-size: 12px;
    margin-block-start: 6px;
    margin-block-end: 6px;
}
#breadcrumb li {
    display: inline;
    line-height: 1.5;
}
#breadcrumb a {
    float: left;
    background: #e7e9eb;
    padding: 3px 10px 3px 20px;
    position: relative;
    margin: 0 5px 0 0;
    text-decoration: none;
    color: #555;
}
#breadcrumb a:after {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #e7e9eb;
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 1;
}
#breadcrumb a:before {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}
#breadcrumb ul li:first-child a:before {
    display: none;
}
#breadcrumb ul li a:hover {
    background: #4fdbdb;
    color: #fff;
}
#breadcrumb ul li a:hover:after {
    border-left-color: #4fdbdb;
    color: #fff;
}
#breadcrumb li:last-child {
    display: inline-block !important;
    margin-top: 3px !important;
}
.TheOL {
    padding: 1px 0 1.5px 5px;
    list-style-type: upper-roman;
    margin-left: 25px;
}
.TheUL {
}
#JScode,
#JSONcode {
    pointer-events: none;
}
.navbar {
    padding: 0 16px;
}
.navbar .dropdown .dropdown-menu {
    margin-top: 0;
    border-top: none;
    border-radius: 0;
}
@media (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown .dropdown-toggle::after {
        display: none;
    }
    .dropdown .dropdown-toggle:active {
        pointer-events: none;
    }
}
@media (max-width: 768px) {
    .navbar {
        padding: 8px 16px;
    }
    .navbar .dropdown .dropdown-toggle {
        padding: 0 10px;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }
}
.notranslate {
    background-color: #f1f1f1;
    padding: 4px;
}
.smTitle {
    font-size: 10.5pt;
    color: #494949;
}


.wbb-table {
    padding: 5px;
}
.cffTD {
    padding: 5px;
    border: 1px double #666;
}
.TagLinks a {
    display: block;
    border-bottom: 1px dotted #0e6170;
    padding: 5px;
}
.Title {
    font-size: 15.5pt;
}
fieldset.HotText {
    border: 2px solid #999;
    padding: 5px;
    width: 500px;
}
legend.HotTextBorder {
    padding: 0 5px;
    background-color: #fff;
    color: #333;
    text-size: 12pt;
}



















