/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 02 2025 | 03:19:14 */
.cryout #container[class*="three-"] #primary,
.cryout #container[class*="three-"] #secondary,
.cryout #container[class*="three-"] #main
{
	float: none;
}

/* Dark mode */

body.dark-mode,
.dark-mode #container[class*="three-"] #primary,
.dark-mode #container[class*="three-"] #secondary
{
	background-color: 	#2f3333;
}

.dark-mode #container[class*="three-"] #main
{
	background-color: #121212;
	color: #ccc;
}

/* remove site title line */
body #site-title a::before {
    display: none;
}

#masthead .header-image, #masthead .header-image-main, #masthead .header-image-main-inside
{
	height: 10px;
}

#masthead .custom-logo
{
	height: 32px;
	width: 32px;
}

/* Add shadow to bottom of sticky header */
#site-header-main
{
	box-shadow: 0 0px 3px rgb(0 0 0 / 20%);
	background: rgb(240,251,255,1);
	background: linear-gradient(180deg, rgba(210,235,255,1) 0%, rgba(240,240,255,1) 80%, rgba(240,240,255,1) 100%);

}

#site-description {
    color: #204a94;
}

/* Set sidebar padding */
.sidey {
	  padding-top: 0px;
    padding-left: 20px;
	  padding-right: 20px;
}

/* Psuh WPdiscuz notifs below sticky header */
#wpdiscuz-comment-message, #wpdiscuz-loading-bar
{
	margin-top: 30px;
}

/* Move main content page down and left so there is a gray bar between the header and content page and a small left strip */
#content {
		margin-top: 20px;
}

#container
{
	justify-content: center;
}

/* Footer stuff */
.footer-widget-inside
{
	border-top-color: #bbb;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 8px;
	font-size: 11px;
}
#colophon-inside
{
	padding-top: 1em;
}
#footer
{
	display: none;
}

/* Remove bottom margin above comments */
article.post, article.page
{
	margin-bottom: 0px;
}

/* Round the corners of content pane */
main#main {
    border-radius: 15px;
    box-shadow: 0px 4px 16px -4px #0000007d;
    z-index: 1;
		margin-bottom: 1.5em;
}

.cryout #container[class*="three-"] .main
{
    margin: 0 0 1.5em;
}

/* Set max width of content pane */
#container.three-columns-sided .main, .three-columns-sided #breadcrumbs {
    max-width: 1200px;
	  overflow: hidden !important;
}

/* Three column layout */

/* At 1199px or below, hide sidebars */
@media (max-width: 1199px)
{
	.cryout #container[class*="three-"] #primary,
	.cryout #container[class*="three-"] #secondary
	{
	  display: none;
	}
	
	#container[class*="three-"]
	{
    display: block;
		padding: 0px;
	}

	#container.three-columns-sided .main, .three-columns-sided #breadcrumbs {
    width: 100%;
  }
}

/* Set max width of content pane */
/* No need to set explicit widths here, these are the defaults */


/* At 1879px or above, wide sidebars */
/*
@media (min-width: 1880px)
{
  .cryout #container[class*="three-"] #primary,
	.cryout #container[class*="three-"] #secondary
  {
	  width: 340px;
display: none;
  }
	#container.three-columns-sided .main, .three-columns-sided #breadcrumbs {
    width: calc( 100% - 680px );
  }
}
*/

/* Less space between post title and text */
.single .entry-meta.aftertitle-meta {
    margin-bottom: 0.5em;
}

/* Inline code block styling */

:not(pre) > code {
    background-color: #e6e6e6;
    padding: 1px 4px;
    border-radius: 4px;
    /* A box shadow could make it stand out,
    though it might be a bit too much. */
    box-shadow: 0px 1px 0px 0px #d4d4d4;
}

/* Remove prev/next post links */
#nav-below { display: none; }

/* Table styling */
article.page table, article.post table {
	border-collapse:collapse;
	margin:10px 0;
	border:solid 1px #666666 !important;
}
/*
article table caption {
	width:auto;
	margin:0 auto;
	background:#eeeeee;
	border:#666666 !important;
	padding:4px 8px;
	color:#666666
}
*/

article.page table th, article.post table th {
	background:#888888;
	color:#ffffff;
	font-weight:bold;
	padding:4px 8px;
	border:solid 1px #ffffff !important;
	text-align:left
}

article.page td.indented
{
    padding-left: 36px;
}

article.page table td, article.post table td {
	padding:4px 8px;
	background-color:#ffffff;
	border-bottom:1px solid #dddddd !important;
	text-align:left;
	font-size: 14px;
}

article.post table td {
	border-left: 1px solid #666666 !important;
	border-right: 1px solid #666666 !important;
}

article table tr:nth-child(odd) td{
	background:#f4f4f4
}

article table tr:hover td{ 
	background:#e2e2e2
}

#main .cpp-table
{
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
	  border: 2px solid #64A6F5 !important;
    box-shadow: 0 2px 0 0 #64A6F5;
    background-color: #64A6F5;
}

#main .cpp-table th, #main .cpp-table td
{
    border: none !important;
    padding-right: 20px;
}

#main .cpp-table th
{
    padding-right: 20px;
    background-color: #64A6F5;
    font-size: 16px;
}

#main .cpp-table tr:nth-child(odd) td {
    background-color: #edf5ff;
}

#main .cpp-table tr:hover td {
    background-color: #deecff;
}

#main .cpp-table td {
    transition: background-color 0.1s;
}

/* Hide title of main article */
article.post-8 .entry-title {
	display: none;
}

/* Make search icon larger */
i.icon-search
{
	font-size: 1.2em;
}

.menu-item i._before, .rtl .menu-item i._after {
    margin-right: .4em;
}

/* Switch to mobile menu at 900px */
@media (max-width: 900px)
{
	#masthead.cryout #access
	{
    display: none;
	}
	
	.cryout #nav-toggle
	{
    display: block;
	}
	
  .cpp-table-wrapper {
    white-space: nowrap;
  }
}

/* Show time post was last updated instead of published */
article.post time.published
{
	display: none;
}
article.post time.updated
{
	display: inline;
}

/* Comment CSS overrides can be found in WPDiscuz custom CSS settings */

/* Lessontable 2 */

.changetable-row-date
{
	margin-left: 8px;
	width: 100px;
	min-width: 100px;
}

.changetable-widget-row-action
{
	margin-left: 16px;
}

.changetable-widget-row
{
	margin-bottom: 8px;
	padding-left: 4px;
	background-color: #EDF0F9;
	border-radius: 6px;
}

.changetable-widget-all, .widget-title
{
  	text-align: center;
}

.changetable-row-action
{
	background-color: #6daaf3;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: 400;
	border-radius: 4px;
	padding: 0px;
	margin: 3px 20px 3px 4px;
	width: 80px;
	min-width: 80px;
	text-align: center;
	line-height: 20px;
}

.changetable-group-1
{
	display: flex;
	flex-direction: column;
	align-items: vertical;
}
.changetable-group-2
{
	display: flex;
	flex-direction: column;
	align-items: vertical;
}

.changetable-row-text
{
}

.lessontable, .changetable
{
	border-radius: 8px;
	padding: 0px 11px 9px 11px;
	box-shadow: 0 2px 12px 0px rgba(44, 85, 126, 0.2);
	max-width: 800px;
	margin-bottom: 12px;
}

.changetable
{
	padding-top: 8px;
}

.maintable
{
	border-radius: 8px;
	padding: 0px 11px 9px 11px;
	box-shadow: 0 2px 12px 0px rgba(44, 85, 126, 0.2);
	max-width: 800px;
	margin-bottom: 12px;
	display: flex;
}

.lessontable-header
{
//		padding-bottom: 4px;
}



.lessontable-header-left
{
}

.lessontable-header-chapter
{
	color: #fff;
	font-size: 1.2em;
  float: right;
	background-color: #6daaf3;
	padding: 0px 8px 0px 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.lessontable-header-title
{
	color: #3B4C5A;
	font-size: 1.4em;
	font-weight: 700;
	padding-top: 4px;
}
.dark-mode .lessontable-header-title
{
	color: #ccc
}

.lessontable-list
{
	margin-top: 4px;
}

lessontable-list: empty
{
	margin-top: 0px;
}

.lessontable-row, .chaptertable-row,
.changetable-row
{
	margin: 3px 0px 3px 0px;
	background-color: #EDF0F9;
	border-radius: 6px;
	display: flex;
	align-items: center;
	transition: 0.1s all;
}

.changetable-row
{
	padding-right: 8px;
	flex-direction: row;
	align-items: flex-start;
}

.lessontable-row:hover, .changetable-row:hover {
    background-color: #e5ebf7 !important;
}

.lessontable-row:nth-child(odd), .changetable-row:nth-child(odd)
{
	background:#f4f6fd  
}


.lessontable-row-number, .chaptertable-row-number
{
	background-color: #6daaf3;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: 400;
	border-radius: 4px;
	padding: 0px;
	margin: 3px 10px 3px 4px;
	width: 46px;
	min-width: 46px;
	text-align: center;
	line-height: 20px;
}

.lessontable-row-title
{
}

.lessontable-row-title a, .chaptertable-row-title
{
	font-size: 1.2em;
	color: #3990D8;
	text-decoration-style: none;
}

.lessontable-row-title a:visited, .chaptertable-row-title
{
	font-size: 1.2em;
	color: #7a49a5;
	text-decoration-style: none;
}

.lessontable-row-tag, .chaptertable-row-tag
{
	background-color: #6AA3E7;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: 400;
	border-radius: 4px;
	padding: 0px 6px 0px 6px;
/*	margin: 4px 4px 4px 4px;*/
	height: auto;
	text-align: center;
	margin-left: auto;
	line-height: 20px;
}

.lessontable-updated, .lessontable-revised, .chaptertable-updated, .chaptertable-revised
{
	background-color: #6daaf3;
}

.lessontable-new, .chaptertable-new
{
	background-color: #0dcc82;
}

.lessontable-split, .lessontable-moved, chaptertable-split, chaptertable-moved
{
	background-color: #fbaf25;
}

/* Chaptertable */
.maintable
{
	border-radius: 8px;
	padding: 0px 11px 9px 11px;
	box-shadow: 0 2px 12px 0px rgba(44, 85, 126, 0.2);
	max-width: 1200px;
	margin-bottom: 12px;
	display: flex;
}

.chaptertable-col
{
	margin-top: 10px;
	margin-right: 15px;
	padding-right: 15px;
	flex: 1 1 auto;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #eee;
}

.lessontables-col
{
	width: 60%;
	flex: 3 1 auto;
}

.lessontables-header
{
//		padding-bottom: 4px;
}

.lessontables-header-left
{
}

.lessontables-header-chapter
{
	color: #FFFFFF;
	font-size: 1.3em;
  float: right;
	background-color: #6daaf3;
	padding: 0px 8px 0px 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.lessontables-header-title
{
	color: #3B4C5A;
	font-size: 1.6em;
	font-weight: 700;
	padding-top: 4px;
}

.lessontables-list
{
	margin-top: 9px;
}

lessontables-list: empty
{
	margin-top: 0px;
}

.lessontables-row, .chaptertable-row
{
	margin: 3px 0px 3px 0px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	transition: 0.1s all;
}

.lessontables-row
{
	background-color: #EDF0F9;
	
}
.chaptertable-row
{
	background-color: #F6F4FF;
}

.lessontables-row:hover {
    background-color: #e5ebf7 !important;
}

.lessontables-row:nth-child(odd) {
	background:#f4f6fd 
}


.lessontables-row-number, .chaptertable-row-number
{
	font-size: 1.2em;
	font-weight: 400;
	border-radius: 4px;
	padding: 0px;
	margin: 4px 10px 4px 4px;
	width: 46px;
	min-width: 46px;
  height: auto;
	text-align: center;
	line-height: 24px;
}

.lessontables-row-number
{
	background-color: #6daaf3;
	color: #FFFFFF;
}
.chaptertable-row-number
{
	background-color: #9C88FF;
	color: #FFFFFF;
	width: 34px;
	min-width: 34px;
}

.lessontables-row-title a
{
	font-size: 1.2em;
	color: #3990D8;
	text-decoration-style: none;
}

.chaptertable-row-title
{
	font-size: 1.2em;
	color: #8C7AE6;
	text-decoration-style: none;
}
.lessontables-row-tag, .chaptertable-row-tag
{
	background-color: #6AA3E7;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 400;
	border-radius: 4px;
	padding: 0px 6px 0px 6px;
	margin: 4px 4px 4px 4px;
  height: auto;
	text-align: center;
	margin-left: auto;
}

.lessontables-updated, .lessontables-revised, .chaptertable-updated, .chaptertable-revised
{
	background-color: #6daaf3;
}

.lessontables-new, .chaptertable-new
{
	background-color: #0dcc82;
}

.lessontables-split, .lessontables-moved, .chaptertable-split, .chaptertable-moved
{
	background-color: #fbaf25;
}

/* Hover and click effects for chaptertable rows */
.chaptertable-row {
    cursor: pointer;
}
.chaptertable-row:hover {
    background-color: #efecff;
}
.chaptertable-row:active {
    background-color: #e7e3ff;
}
.chaptertable-row, .chaptertable-row > * {
    transition: color 0.1s, background-color 0.1s;
}
/* Selected rows style */
.chaptertable-row.selected {
    background-color: #9C88FF;
}
.chaptertable-row.selected .chaptertable-row-title {
    color: white;
}
.chaptertable-row.selected .chaptertable-row-number {
    background-color: white;
    color: #9C88FF;
}
/* Not selectable rows style (greyed out) */
.chaptertable-row-not-selectable {
    background-color: #f5f5f5 !important;
    cursor: default;
}
.chaptertable-row-not-selectable .chaptertable-row-number {
    background-color: #b7b7b7;
}
.chaptertable-row-not-selectable .chaptertable-row-title {
    color: #8a8a8a;
}
/* Lessontables visibility */
.lessontables {
    display: none;
}
.lessontables-visible {
    display: inherit;
}

/* Prevnext styling */

.prevnext
{
  
}

.prevnext-inline
{
	display: inline-block;
	min-width: 200px;
	max-width: 800px;
	margin-top: 20px;
}

.nav-link
{
	
}

.nav-button {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  
  padding: 12px;
  padding-right: 15px;
  border-radius: 8px;
  
  background: #64a6f51a;
  color: #64a6f5;
  
  cursor: pointer;
  transition: 0.1s all;
}

.nav-button-next {
/*
	box-shadow: inset 0 0 0 3px #0dcc82aa;
*/
  background: #0dcc821a;
  color: #0dcc82;
}

.nav-button-index {
  background: #9C88FF1a;
  color: #9C88FF;
}

.nav-button:hover, .nav-button:focus {
  background-color: #64a6f52a;
}

.nav-button-next:hover, .nav-button-next:focus {
  background-color: #0dcc822a;
}

.nav-button-index:hover, .nav-button-index:focus {
  background: #9C88FF2a;
}

.nav-button:active {
  background-color: #64a6f54a;
}

.nav-button-next:active {
  background-color: #0dcc823a;
}

.nav-button-index:active {
  background-color: #9C88FF4a;
}

.nav-button-icon {
  width: 46px;
  height: 46px;
  margin-right: 10px;
  
  line-height: 44px;
  font-size: 46px;
  text-align: center;
}

.nav-button-index .nav-button-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  margin-left: 6px;
	margin-right: 25px;
	
	margin-right: 28px;
}

.nav-button-title {
  margin-bottom: 2px;
  
  font-size: 20px;
	line-height: 20px;
  font-weight: bold;
}

.nav-button-index .nav-button-title {
  padding-top: 1px;
	line-height: 24px;
}

.nav-button-lesson-number {
  display: inline-block;
  margin-right: 8px;
  
  padding: 0 5px;
  line-height: 20px;
  border-radius: 4px;
  
  background-color: #64a6f5;
  color: white;
}

.nav-button-next .nav-button-lesson-number {
  background-color: #0dcc82;
}

.nav-button-lesson {
  font-size: 16px;
	line-height: 20px;
  padding-top: 4px;
}

/* General styles */

/* Adjust section header anchors so they don't hide under the fixed top header */
.cpp-section a[name]
{
    padding-top: 60px;
    margin-top: -60px;
}

.cpp-section, .cpp-quiz-question
{
	padding: 8px 0px 0px 0px !important;
	margin-bottom: 0.5em !important;
	overflow: hidden;
	letter-spacing: 0.25px;
}

.cpp-section
{
	font-size: 18px;
	font-weight: bold;
}

.cpp-quiz-question
{
	font-size: 14px;
	font-weight: bold;
}

.cpp-section-pill
{
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: 400;
	border-radius: 4px;
	padding: 0px 6px 0px 6px;
	margin: 4px 0px 4px 4px;
  height: auto;
	text-align: center;
}

.cpp-section-standard
{
	background-color: #6AA3E7;
}

.cpp-section-optional, .cpp-section-advanced
{
	background-color: #AAAAAA;
}

.cpp-topline
{
	border-top: 1px solid #ddd;
}

.cpp-bottomline
{
    border-bottom: none;
    font-size: 1.25em;
    padding-bottom: 0;
    padding-top: 10px;
}

p.cpp-note-title
{
	font-weight: bold;
	margin-bottom: 8px;
}

.cpp-note
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #999;
	margin: 1em 0 1em 0;
	overflow: hidden;
	clear: both;
	border-radius: 8px;
  padding: 0px 14px 0px 14px;
}


.cpp-article-header
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #999;
	border-radius: 5px;
	padding: 0px 8px 0px 8px !important;
	margin: 1em 0 1em 0;
	overflow: hidden;
}

.cpp-lightgraybackground
{
    background-color: #f4f4f4;
    border: 2px solid #c7c7c7;
    box-shadow: 0 2px 0px 0px #c7c7c7;
}

.cpp-lightgreenbackground
{
    background-color: #dfffdf;
    border: 2px solid #9cd49c;
    box-shadow: 0 2px 0px 0px #9cd49c;
}

.cpp-lightredbackground
{
    background-color: #ffd6d6;
    border: 2px solid #d89696;
    box-shadow: 0 2px 0px 0px #d89696;
}

.cpp-lightbluebackground
{
    background-color: #dfe7ff;
    border: 2px solid #9caad4;
    box-shadow: 0 2px 0px 0px #9caad4;
}

.cpp-lightpurplebackground
{
    background-color: #e7dfff;
    border: 2px solid #c1acff;
    box-shadow: 0 2px 0px 0px #c1acff;
}

.cpp-lightyellowbackground
{
    background-color: #ffffdf;
    border: 2px solid #dad591;
    box-shadow: 0 2px 0px 0px #dad591;
}

.cpp-lightpurplebackground
{
    background-color: #e7dfff;
    border: 2px solid #c1acff;
    box-shadow: 0 2px 0px 0px #c1acff;
}

.cpp-lightbluegradient
{
	padding: 2px 4px 2px 4px !important;
	background-image: linear-gradient(90deg, #cceeff, #ffffff 90%);
}

.cpp-definition
{
	font-weight: bold;
}


p.quiz-header
{
	font-weight: bold;
}

div.quiz
{
	padding-bottom: 8px !important;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}

div.topline
{
	padding-top: 8px !important;
	border-bottom: 1px solid #ddd;
}

div.solution_div, .wpsolution
{
	border-left: 3px solid #39348F;
	padding-left: 8px;
	margin-bottom: 1em;
}

div.yellowBubble
{
	background:linear-gradient(#FFFF66,#CCCC00);border-radius:8px;padding-left:10px;padding-right:10px;padding-top:2px;padding-bottom:2px;font-size:8pt; text-align:center;
}

div.blueBubble
{
	background:linear-gradient(#94D0F8,#7AAEDA);border-radius:8px;padding-left:10px;padding-right:10px;padding-top:2px;padding-bottom:2px;font-size:8pt; color:#ffffff; text-align:center
}

div.greenBubble
{
	background:linear-gradient(#66FF66,#00CC00);border-radius:8px;padding-left:10px;padding-right:10px;padding-top:2px;padding-bottom:2px;font-size:8pt; color:#ffffff; text-align:center
}

.cpp-table-wrapper
{
    display: block;
    overflow-x: auto;
}

.cpp-image-wrapper
{
	overflow-x: auto;
	display: block;
}

.cpp-prevnextlink
{
	text-decoration:none;
	display: inline-flex;
	align-items: center;
}

.cpp-prevnexticon
{
	font-size: 3em;
}

.cpp-prevnexttext
{
	padding-left: 10px;
}

/* Comment form stuff */

#comments.comments-area
{
   margin-top: 0px;
}

#wpdcom {
   max-width: 1200px !important;
}

/* Set default comment box height */
#wpdcom .wpd-form .wpd-textarea-wrap textarea, #wpdcom .wpd-textarea-wrap textarea
{
    height: 112px;
	  min-height: 112px !important;
		font-family: monaco, monacoRegular;
	  font-size: 13px;
		font-weight: 400;
}
#wpdcom .wpd-form .wpd-textarea-wrap textarea::placeholder, #wpdcom .wpd-textarea-wrap textarea::placeholder
{
	  font-size: 13px !important;
}

#wpdcom input#qt_wc-textarea-0_0_cpp_code_block_button
{
	background-color: #0dcc822a;
}

/* Hide sidebars on printing */
@media print {
	.sidey * {
		display: none !important;
	}
	
	.cpp-table-wrapper {
    white-space: normal;
  }
	
	.ezmob-footer {
		display: none !important;		
	}
}

/* Sticky widgets */
/*
@media(min-height:700px)
{
.widget_text
{
    position: fixed;
}
}
*/

#access ul.sub-menu li a
{
	line-height: 2.5;
}