/*
 * SoftChalk LLC, www.softchalk.com (C)2017
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lora');

body {
	padding: 0;
	font-size: 100%;
	color: #000000;
	background: none !important;
}

.push {
	position:absolute;
	bottom: 0;
	clear: both;
}
.container {
	min-width: 100% !important;
}
.container-main {
	padding: 0;
	margin-top: 0px !important;
    display: block;
}
/*.container-main > div {
	min-height: 585px;
}*/
#content-main {
	margin: 20px 3em 0 3em;
	min-height: 550px !important;
 }

#content-main .row {
	margin-bottom: 10px;
}

/*#main-col {
    width: 100%;
    margin: 0;
	padding: .2em 3em 4em 3em;
    position: absolute;
}*/


/************************/
/*     Main Content     */
/************************/

#pagetext {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 1em;
	border: hidden;
}

p {
	font-size: 1.5em;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1em;
}
h1, h2, h3 {
	line-height: 1.1em;
	color: #0aa0f7;
}

hr {
	width: 100%;
	height: 2px;
	border: 0px none !important;
	color: #0aa0f7;
	background: #0aa0f7;
}

a:link {
	color: #0aa0f7;
}
a:visited {
	color: #0aa0f7;
}
a:hover {
	color: #54baf5;
}
a:visited:hover {
	color: #54baf5;
}

.bannerstyletable {
	margin: .1em .5em .1em .5em;
	padding: 0;
	border-spacing: 0;
	border: 1px solid #0aa0f7;
}
.bannerstyletable td {
	padding: 0 .3em 0 .3em;
	margin: 0px;
	border: 1px solid #0aa0f7;
}
.bannerstyletable th {
	padding: 0 .3em 0 .3em;
	margin: 0px;
	text-align: left;
	border: 1px solid #0aa0f7;
	color: #ffffff;
	background-color: #0aa0f7;
}
.bannerstyletable td p {
	margin: .4em 0 .4em 0;
}
.bannerstyletable th p {
	margin: .4em 0 .4em 0;
}

.nonstyledtable {
	border: 1px solid #808080;
	border-spacing: 0;
}
.nonstyledtable td {
	text-align: left;
	font-weight: normal;
	border: 1px solid #808080;
	padding: 0 .3em 0 .3em;
	margin: 0px;
}
.nonstyledtable th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 0 .3em 0 .3em;
	margin: 0px;
}
.nonstyledtable td p {
  margin: .4em 0 .4em 0;
}
.nonstyledtable th p {
  margin: .4em 0 .4em 0;
}

#report {
	margin: 0 0 30px 0;
	color: #000000;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	border-top: 2px solid #0aa0f7;
}
#report table {
	font-size: 90%;
}
#report table td {
	text-align: center;
	padding: 15px 15px;
	border: 1px solid #0aa0f7;
	background: #eeeeee;
}
#report h3 {
	color: #0aa0f7;
}

/* Activity */
.activityborder { /* also the background */
	border: 1px solid #9B5E17;
	background-color: #fde0bd;
}

/* QuizPopper */
.qpq {
	line-height: 1.5em;
	padding: 10px 15px;
	border: 1px solid #9B5E17;
	background: #fde0bd;
	width: 80%;
}
.collapse {
	display: none;
	font-size: .9em;
}
.expand {
	display: block;
	font-size: .9em;
}
.hideqpstuff {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Designer */
.callouttop {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 15px;
	line-height: 1.1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-ms-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-ms-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-ms-border-bottom-right-radius: 0px;
	-o-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-ms-border-bottom-left-radius: 0px;
	-o-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #ffffff;
	background-color: #0aa0f7;
}
.calloutbottom {
	padding: 0 1em 0 1em;
}
.calloutbox {
	display: block;
	padding: 0;
	overflow: hidden;
	border-radius: 20px;
	background-color: #f2f2f2;
}
.cbfloatright {
	float: right;
	margin: 1em 0 1em 1.5em;
}
.cbfloatleft {
	float: left;
	margin: 1em 1.5em 1em 0;
}
.cbw25 {
	width: 25%;
}
.cbw50 {
	width: 50%;
}
.cbw75 {
	width: 75%;
}
.cbw100 {
	width: 100%;
	margin: 1em 0 1em 0;
}
.headingblock {
	width: 100%;
	display: inline-block;
}
.riderimageh1 {
	background: transparent url("images/_h-one-rider.png") scroll no-repeat right top;
	width: 100%;
	height: 75px;
}
h1.designer {
	line-height: 1.1em;
	margin: 0 0 1em 0;
	display: inline-block;
	font-size: 1.2em;
	background-image: url("images/_h-one-bg.jpg");
	color: #fff;
}
h2.designer {
	line-height: 1em;
	margin: 1em 0 1em 0;
	display: inline-block;
	background-image: url("images/_h-two-bg.jpg");
	color: #fff;
}
h3.designer {
	line-height: 1em;
	margin: 1em 0 1em 0;
	display: inline-block;
	background-image: url("images/_h-three-bg.jpg");
}
.popupimagecontainer {
	padding: 0;
	background: #eeeeee;
	border: 3px solid #0aa0f7;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.popupimagecontainer:hover {
	border: 3px solid #909090;
}
.allhs {
	clear: both;
	font-weight: bold;
	padding: .5em 1em .5em 1em;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.rounded20 {
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-ms-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-ms-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-ms-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-ms-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.picfloatright {
	float: right;
	margin: 1em 0 1em 1.5em;
}
.picfloatleft {
	float: left;
	margin: 1em 1.5em 1em 0;
}
.cbnofloat {
	margin: 0;
}

/* Modal popups */
.openModal {
	cursor:pointer;
	text-decoration:underline !important;
	font-weight:bold !important;
}
.greymatter-inner {
	display:none;
}
.ui-widget-overlay {
	background:#000;
	opacity:.70;
	filter:Alpha(Opacity=70);
}
.ui-tooltip {
	display:table;
}

.col-centered{
    float: none;
    margin: 0 auto;
}


/* Popover */
#content-main .popover {
	max-width: 80%;
}

/* Popover Header */
.popover-title {
	background-image: url("images/_h-two-bg.jpg");
	color: #FFFFFF;
	font-size: 1.2em;
	text-align:center;
}

/* Popover Body */
.popover-content {
	font-size: 1em;
	background-image: url("images/_h-three-bg.jpg");
}

/* Popover Arrow */
.arrow {
	border-right-color: white !important;
}

.figure-caption {
	font-style: italic;
}

/*  Horizontal Bottom Navigation  */
#horizontal-bottom-nav-row {
	margin-top: 4em;
}

#horizontal-bottom-nav-row .pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
	color: #9B5E17;
    border: 1px solid #ddd;
    border-radius: 15px;
}

#horizontal-bottom-nav-row .pager li > a:hover, .pager li > span:hover{
    background-color: #9B5E17 !important;
	color: #fff !important;
}

/* Vertical Bottom Navigation */
#vertical-bottom-nav-row {
	text-align: center;
	background-color: #F5E3CC;
}


/************************/
/*        Nav Bar       */
/************************/

.navbar .container {
    margin: 0 !important;
    padding: 0 !important;
}

.navbar-default {
	background-color: transparent !important;
}
.navbar {
	background-color: transparent !important;
	border-bottom: 1px solid #A2774E !important;
	text-align: left;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	margin-bottom: 0px;
}

.navbar-nav > .dropdown {
	margin-left: 3em !important;
}
.panel-default > .panel-heading {
	background-color: transparent !important;
}
.navbar li a:link {
	color: #9B5E17 !important;
}
.navbar li {
	color: #9B5E17 !important;
}
.navbar li a:visited {
	color: #9B5E17 !important;
}

#page-title {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 1.3em;
}


/*  Page n of m count  */
#page-counter {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 1.3em;
    padding-left: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
}

#page-counter li > a, #page-counter li > span {
    display: inline-block;
    padding: 1px 10px;
    background: transparent;
    border: none;
}

/* #floatingscore {*/
#navbar-score, #sidebar-score {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 1.3em;
	display: inline-block;
	margin: 10px 0;
    color: #9B5E17 !important;

/*	This is the old style, remove
	font-size: 90%;
	position: absolute;
	padding: 2px;
	width: 60px;
	visibility: hidden;
	z-index: 100;
	border: 1px solid #0aa0f7;
	background-color: #eeeeee;
*/
}


#sidebar-toggle-btn  {
	/*color: #593727;
	 */
	background: transparent;
	border: none;=
}



/************************/
/*        Modals        */
/************************/


.modal-header {
	background-color: #F8E6CF;
	color: #000;
}


.modal-button {
	background-color: #F8E6CF;
	color: #000;
}


/************************/
/*        Footer        */
/************************/

#footer {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	color: #593727;
	border-top: 1px solid #593727;
    clear: both;
}

#footer a:link {
	color: #593727;
	text-decoration: underline;
}
#footer a:visited {
	color: #593727;
	text-decoration: underline;
}
#footer a:hover {
	color: #dddddd;
	text-decoration: underline;
}
#footer a:visited:hover {
	color: #dddddd;
	text-decoration: underline;
}

.footer {
	height: auto !important;
	padding-bottom: 2em;
	padding-top: .5em;
}

#footer-copyright {
	text-align: left;
	font-size: 1em;
	color: #593727;
}
#footer-date-last-modified {
	font-size: 1em;
	text-align: left;
	color: #593727;
}
#footer-user-defined {
	text-align: left;

}
#footer-creative-commons-image {
	text-align: left;
	margin-top: 1em;
}
#footer-version-tooltip {
	font-size: xx-small;
	height: 6px;
	text-align: left;
}

#footer-version-tooltip a:link {
	padding-left: 5em;
	padding-right: 5em;
}

#footer-version-tooltip .popover-content {
	font-size: 1em;
	background-image: none;
	background-color: #593727;
	color: #F8E6CF;
	text-align: center;
}

#footer-version-tooltip .arrow {
	border-right-color: white !important;
}

#footer-custom-1 {
	text-align: left;
	display: none;
}

#footer-custom-2 {
	text-align: left;
	display: none;
}

#footer-custom-3 {
	text-align: left;
	display: none;
}

#footer-standards-link {
	font-size: 1em;
	text-align: left;
	color: #593727;
}

#footer-print-all {
	font-size: 1.3em;
	text-align: center;
	color: #593727;
}

/************************/
/*   Sidebar Toggling   */
/************************/
/*#main-container {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/
#main-container.sidebar-left {
    padding-left:0;
    float: left;
}
#main-container.sidebar-right {
    padding-right:0;
    float: right;
}
/*#main-container.toggled {
    padding-left: 250px;
}*/
.sidebar-menu {
    z-index: 1000;
    position: relative;
    width: 0;
    height: 100%;
    overflow-y: auto;
    background: #000;
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
	padding: 0;
	background-image: url("images/_h-three-bg.jpg");
}

#sidebar-left {
    float: left;
    margin-left: -250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-right {
    float: right;
    position:relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar-menu .panel-group {
    padding: 0 10px 0 10px;
}
#main-container.toggled .sidebar-menu {
    width: 250px !important;
}
#main-col {
    width: 100%;
    position: absolute;
    padding: 15px;
    float: left;
}
#main-container.sidebar-left.toggled #main-col {
    margin-right: -250px;
}
/************************/
/*        Sidebar       */
/************************/

/*.sidebar-menu {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	padding: 0;
	background-image: url("images/_h-three-bg.jpg");
}*/

#sidebar-content {
	padding: 5px !important;
	margin: 0;
}

.sidebar-menu h1,
.sidebar-menu h2,
.sidebar-menu h3,
.sidebar-menu h4 {
	color: #9B5E17;
}

.sidebar-menu a {
	font-weight: bold;
	color: #9B5E17;
	background-color: transparent;
	text-decoration: underline;
}
.sidebar-menu a:link {
	color: #9B5E17;
	text-decoration: none;
}
.sidebar-menu a:hover {
	color: #593727;
	text-decoration: none;
}
.sidebar-menu  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 8px;
}
.sidebar-menu ul li {
	font-size: .95em;
	margin: 5px 0;
	border-bottom: #D4A87E 1px dashed;
}

#sidebar-logo-panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	height: 100%;
}


#sidebar-logo {
    margin: 0 auto;
}

#sidebar-title-panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	height: 100%;
}

#sidebar-title h1 {
	font-size: 3em !important;
}

#sidebar-toc .panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#sidebar-footer-panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

#sidebar-footer-copyright {
	font-size: 1.2em;
	color: #593727;
}
#sidebar-footer-date-last-modified {
	padding-top: .5em;

}
#sidebar-footer-user-defined {
	padding-top: .5em;

}
#sidebar-footer-creative-commons-image {
	padding: 1em 0 1em 1em;
}

#sidebar-footer-version-tooltip{
	text-align: left;
}

#sidebar-footer-version-tooltip a:link {
	padding-right: 5em;
}

#sidebar-footer-version-tooltip .popover-content {
	font-size: 1em;
	background-image: none;
	background-color: #593727;
	color: #F8E6CF;
	text-align: center;
}

#sidebar-footer-version-tooltip .arrow {
	border-right-color: white !important;
}

#sidebar-footer-custom-1 {
	display: none;
}
#sidebar-footer-custom-2 {
	display: none;
}
#sidebar-footer-custom-3 {
	display: none;
}
#sidebar-footer-standards-link {
	padding-top: .5em;
}

#sidebar-footer-print-all {

	padding-top: 1.2em;
	text-align: center;
}




/************************/
/*        Banner        */
/************************/

.banner {
	min-height: 60px;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	color: #FBC077;
	background: #593727 url("images/banner_custom.jpg") 0 0 no-repeat !important;
}

.banner .container {
	padding: 0 !important;
	margin: 0 !important;
}
.banner h1 {
	float: right;
	color: #F7E5CE !important;
	font-size: 3em !important;
	margin: 20px 20px 20px 0;
}
.banner h2 {
	float: right;
	color: black !important;
	font-size:1.75em !important;
	margin-top: 0;
	clear: both;
}



/************************/
/*      Cover Page      */
/************************/




.cover-image {
	background-image: url("https://chuck.hardchalk.net/image/Tall-Ships.jpg");
	background-size: 100% auto;
}

.cover-image h1,
.cover-image .h1 {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	color: #ffffff;
	text-shadow: 5px 5px 5px #000000;
	margin-left: 20px;
}

.cover-image .btn {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	padding: 14px 24px;
	border: 0 none;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: 30px;
}

.cover-image .btn:focus,
.cover-image.btn:active:focus,
.cover-image.btn.active:focus {
	outline: 0 none;
}

.cover-image .btn-primary {
	background: #0099cc;
	color: #ffffff;
}

.cover-image .btn-primary:focus,
.cover-image .btn-primary:active,
.cover-image .btn-primary.active {
	background: #0099cc;
}

.cover-image .btn-primary:hover {
	background: #ffffff;
}

.cover-image .btn-primary:hover {
	color: #041C79;
}

.cover-image .start-button {
	padding-top: 5em;
}

#cover-text {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
}

#cover-content {
	margin: 0 3em;
	min-height: 550px !important;
	font-size: 1em;
}


#cover-content h1 {
	font-size: 1.8em;
}

#cover-content a {
	color: #000000;
}

#cover-content .panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#cover-footer-copyright {
	text-align: left;
	font-size: 1em;
}
#cover-footer-date-last-modified {
	font-size: 1em;
	text-align: left;

}
#cover-footer-user-defined {
	text-align: left;

}
#cover-footer-creative-commons-image {
	text-align: left;
	margin-top: 1em;
}
#cover-footer-version-tooltip {
	font-size: xx-small;
	height: 6px;
	text-align: left;
}

#cover-footer-version-tooltip a:link {
	padding-left: 5em;
	padding-right: 5em;
}

#cover-footer-version-tooltip .popover-content {
	font-size: 1em;
	background-image: none;
	text-align: center;
}

#cover-footer-version-tooltip .arrow {
	border-right-color: white !important;
}

#cover-footer-custom-1 {
	text-align: left;
	display: none;
}

#cover-footer-custom-2 {
	text-align: left;
	display: none;
}

#cover-footer-custom-3 {
	text-align: left;
	display: none;
}

#cover-footer-standards-link {
	display: none;
}

#cover-footer-print-all {
	font-size: 1.3em;
	text-align: center;
	margin-top: 2em;
}

#cover-biography img {
	margin-left: 2em;
	margin-bottom: 2em;
}


/************************/
/*      Animation       */
/************************/

.sc-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}




/************************/
/*    Media Queries     */
/************************/

@media (min-width : 768px) {
    #main-container.sidebar-left.toggled {
        padding-left: 250px;
    }
    #main-container.sidebar-right.toggled {
        padding-left: 250px;
        /*-webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;*/
    }
    #main-container.sidebar-right.toggled #main-col {
        float: left !important;
        margin-left: -250px;
    }
    #main-container.toggled .sidebar-menu {
        width: 250px !important;
    }
    #main-col {
        padding: 20px;
        position: relative;
    }
    #main-container.toggled #main-col {
        position: relative;
        margin-right: 0;
    }
    .banner {
        min-height: 0px !important;
    }
    .banner h1 {
        float: right !important;
        /*font-size: 1.75em !important;*/
    }
    .banner h2 {
        float: left !important;
        text-align: left !important;
    }
    .navbar .container {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    #sidebar-left {
        margin-left: 0px !important;
    }
}
/*@media (max-width : 480px) and (min-width : 768px) {*/
/*@media only screen and (min-width : 480px) and (max-width:768px) {

}


/*************************************************
 *  Sidebar Justifiction
 *
 *  Sidebar justifies to the opposite side of
 *  whichever side the #main-col is float to.
 *
*************************************************/
#sidebar-left {
}
#sidebar-right {
	display: none;
}
/*************************************************
 *  CLASSIC LAYOUT
 *
 *  Uncomment these lines for classic layout
 *
 *  Choose either menu bar or sidebar TOC, but
 *  NOT both
 *
*************************************************/

/*

#sidebar-footer-panel {
	display: none;
}

#sidebar-title-panel {
	display: none;
}

#vertical-bottom-nav-row {
	display: none;
}


@-webkit-keyframes sc-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes sc-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sc-animation {
  -webkit-animation-name: sc-animation;
  animation-name: sc-animation;
}

*/

/*************************************************
 *  VERTICAL LAYOUT
 *
 *  Uncomment these lines for the vertical
 *  layout
 *
*************************************************/


.banner {
	display: none;
}

.footer {
	display: none;
}

#horizontal-bottom-nav-row {
	display: none;
}


@keyframes sc-animation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.sc-animation {
  -webkit-animation-name: sc-animation;
  animation-name: sc-animation;
}





/*************************************************
 *  HORIZONTAL LAYOUT
 *
 *  Uncomment these lines for the horizontal
 *  layout.  The main difference is that there will
 *  be no user-defined nav buttons in this variant.
 *
*************************************************/


/*

#sidebar-footer-panel {
	display: none;
}

#vertical-bottom-nav-row {
	display:none;
}

@keyframes sc-animation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.sc-animation {
  -webkit-animation-name: sc-animation;
  animation-name: sc-animation;
}

*/
