/* Page headings shown through SoftElegance */

body {
    background: #fff;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: sans-serif;
    padding: 0;
	position: relative;
}

@media (min-width: 1400px) {
    .container {
        width: 1350px;
    }
}
#wrapper {
	max-width: 100vw;
    overflow: hidden;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 1.8;
    color: #505050;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none !important;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    margin-top: 0px;
}

img.aligncenter {
    display: block;
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
    padding: 0px;
    border: 0px;
    background: none;
}

.doc_contents ul {
    list-style: disc outside;
}
.doc_contents ul, 
.doc_contents ol {
	padding-left: 40px;	
	margin-bottom: 20px;
}
.doc_contents ol li, 
.doc_contents ul li {
	padding-left: 8px;
	line-height: 1.75em;
    margin-bottom: 1.2em;
}

img.alignleft {
    float: left;
    margin: 6px 20px 6px 0;
    display: inline;
    border: 0px;
    background: none;
    padding: 0;
    display: block;
}

img.alignright {
    padding: 0;
    float: right;
    margin: 6px 0 6px 20px;
    border: 0px;
    display: block;
    background: none;
}

blockquote {
    font-size: 16px;
    line-height: 32px;
    font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    position: relative;
    width: auto;
}

blockquote small {
    display: block;
    margin-top: 20px;
}

pre {
    line-height: 18px;
    margin-bottom: 18px;
}

.btn,
a {
    outline: 0 !important;
    text-decoration: none !important;
}
a {
    color: var(--lc-doc-btn-bg);
	
	-webkit-transition: all .2s ease; 
	transition: 		all .2s ease;
}
a:focus, a:hover {
    color: var(--lc-doc-btn-bg-h);
}
p a {
	font-weight: bold;
}

ins {
    text-decoration: none;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

p {
    padding: 0 0 20px 0;
}

.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    color: #242424;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.check li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 4px;
}

.check {
    margin-left: 0;
    padding-left: 0
}

.section {
    padding: 180px 0;
    position: relative;
    display: block;
}
body .section:first-child {
    padding-top: 60px;
}

.white {
    background-color: #ffffff;
}

strong {
    color: #333;
}

.grey {
    background-color: #f3f3f3;
}

.big-title h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
}

.dark-text {
    font-size: 4.125rem;
    line-height: 4.063rem;
    font-weight: 300;
}
h3.dark-text {
	font-size: 3.125rem;
    line-height: 3.063rem;
}

h4 a {
    font-size: 14px;
    font-weight: bold;
}

.dark-text a {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}

.dark-text span {
    display: block;
	width: 140px;
	margin: 25px calc(100% - 140px) 30px 0;
	border-top: 2px solid var(--lc-doc-accent-col);
}
h3.dark-text span {
	border-top-style: dashed;
}

.left-align img {
    margin-top: 20px;
}

.drop-caps p:first-child::first-letter {
    color: #030303;
    display: block;
    float: left;
    font-size: 75px;
    line-height: 60px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 5px;
    padding: 4px;
}

.drop-caps.full p:first-child::first-letter {
    background: #030303 none repeat scroll 0 0 !important;
    color: #ffffff;
    margin-right: 15px;
    padding: 20px;
    font-size: 36px;
    font-family: Georgia;
    border-radius: 5px;
}

mark {
    background-color: #0E97EE;
    color: #ffffff;
    padding: 0 10px;
}

.warn_box i {
    font-size: 25px;
	text-shadow: 0 0 3px rgba(0,0,0,0.05);
}

.warn_box {
    background-color: #ffcc47;
    border-radius: 4px;
    color: #ffffff;
    padding: 7px 7px 7px 0px;
	
	display: flex;
	align-items: center;	
	margin-bottom: 25px;
}
.warn_box .col-md-1 {
	display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
	.warn_box .col-md-1 {
		padding: 0 10px;	
	}
}

.warn_box .col-md-11 {
	background: #fff;
	color: #333;
	width: 100%;
	border-radius: 0 2px 2px 0;
}
.warn_box p {
	padding: 0;
	margin: 10px 2px 12px;
}

.intro1 ul {
    padding: 0 30px;
}

.btn-primary,
.btn-primary:active,
.btn-primary:active:focus {
	background-color: var(--lc-doc-btn-bg);
	border-radius: 2px;
	text-shadow: 0 0 3px rgba(73,73,73, .35);
	border: none !important;
	font-size: 110%;
	letter-spacing: 0.015em;
	padding: 12px 18px;
	line-height: normal;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--lc-doc-btn-bg-h); 
}
.btw-fullw {
	display: inline-block;
	width: 100%;
	text-align: center;	
}


.btn-info {
    background-color: #545454;
    border: 1px solid #656565;
}

.btn-info:hover {
    background-color: #656565;
    border: 1px solid #545454;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #0E97EE;
    color: #fff;
}

.navbar-inverse {
    background-color: #030303;
    border: 0;
}

.navbar-inverse li.btn {
    border-radius: 0 !important;
    padding: 0;
}

.navbar-inverse li.btn a {
    color: #ffffff !important;
}

.sub-title {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.sub-title a {
    font-size: 16px;
}

.section.docs-heading {
    padding: 60px 0;
}

.affix {
    position: static;
}
.affix .nav {
	max-height: 88vh;
	overflow: auto;
}

@media (min-width: 992px) {
    .affix,
    .affix-bottom {
        width: 213px
    }
    .affix {
        position: fixed;
        top: 20px
    }
    .affix-bottom {
        position: absolute
    }
    .affix .bs-docs-sidenav,
    .affix-bottom .bs-docs-sidenav {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .affix,
    .affix-bottom {
        width: 263px;
    }
}

@media (min-width: 768px) {
    .docs-sidebar {
        padding-top: 20px;
        padding-left: 20px
    }
}



/* nav links */
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
@media (min-width: 992px) {
	.docs-sidebar > .nav {
		margin-left: -30px;
		margin-right: 35px;
	}
}
.docs-sidebar .nav > li,
.docs-sidebar .nav > li > a {
	-webkit-transition: all .2s ease; 
	transition: 		all .2s ease;
}
.docs-sidebar .nav > li > a {
    color: #111;
    border-left: 3px solid #eee;
    padding: 7px 20px;
    font-size: 15px;
	line-height: 25px;
    font-weight: 400;
}

/* nested links */
.docs-sidebar .nav .nav>li>a {
    padding-left: 40px;
    font-size: 14px;
}

/* hover links */ 
.docs-sidebar .nav>li:not(.active) > a:hover {
    color: var(--lc-doc-btn-bg);
    text-decoration: none;
    background-color: transparent;
}
/* focus links */
.docs-sidebar .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
/* active links */
.docs-sidebar .nav > .active > a {
    color: var(--lc-doc-btn-bg);
    text-decoration: none;
    background-color: transparent;
    border-left-color: var(--lc-doc-btn-bg);
}
/* all active links */
.docs-sidebar .nav > .active {
	background-color: #f7f7f7;	
}
.docs-sidebar .nav>.active>a, 
.docs-sidebar .nav>.active:hover>a,
.docs-sidebar .nav>.active:focus>a {
    font-weight: 700;
}
/* nested active links */
.docs-sidebar .nav .nav>.active>a, 
.docs-sidebar .nav .nav>.active:hover>a,
.docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}

@media (min-width: 992px) {
    .docs-sidebar .nav ul {
        display: none;
        padding-bottom: 10px;
    }
    .docs-sidebar .nav >.active > ul {
        display: block
    }
}



/* Definition lists */
dt, dd {
	border-style: solid;
	border-color: #eaeaea;	
}
dt {
    background: #eaeaea;
    border-radius: 3px 3px 0 0;
    padding: 8px 15px;
    border-width: 2px 2px 0;
    color: #444;
}
dd {
    background: #fafafa;
    padding: 13px 15px;
    border-radius: 0 0 3px 3px;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    margin-bottom: 25px;
	
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}
dd p:first-child {
	margin-top: 0;	
	padding-top: 0;
}
dd p:last-child {
	margin-bottom: 0;	
	padding-bottom: 0;
}



/* video n img shadow*/
.media, .media-body {
	overflow: visible;	
}
.img-responsive,
.lc_doc_video,
.lc_doc_gif {
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
}
div > .img-responsive,
div > .lc_doc_video,
.lc_doc_gif {
	margin-bottom: 25px;
}



/* HTML video */
.lc_doc_video {
	max-width: 100%;
	max-height: 95vh;	
}



/* prism tweak */
pre {
	font-size: 14px;	
	margin-bottom: 30px !important;
}



/* head tweak */
.logo_wrap {
	text-align: center;	
	padding: 17px 20px 30px;
}
.logo_wrap:before {
	content: "";
    top: 0;
    bottom: 0;
    width: 200vw;
    display: block;
    position: absolute;
    left: -50vw;

	background-color: #333433;
	border-bottom: 2px solid #fff;
}
.logo_wrap a {
	position: relative;	
}
#top {
	padding: 0;	
}
#top:before {
    content: "";
    top: 0;
    bottom: 0;
    width: 200vw;
    display: block;
    position: absolute;
    left: -50vw;
	box-shadow: 0 0 4px rgba(0,0,0,0.2) inset;
	background-color: var(--lc-doc-accent-col);
	background-image: url("../img/head_pattern.png");
}
#top h1 {
	font-size: 2.75em;
	letter-spacing: 1px;
	margin-top: 30px;
}
.lead {
	padding-bottom: 0;
    font-size: 1.5em;
    letter-spacing: .04em;
    margin: 20px 0 16px;
}
#top h1,
#top .lead {
	color: #fff !important;
	text-shadow: 0 0 3px rgba(73,73,73,.2);	
	line-height: normal;
}



/* footer */
#footer {
	position: relative;
	text-align: center;	
	padding: 0;
}
#footer:before {
	content: "";
    top: 0;
    bottom: 0;
    width: 200vw;
    display: block;
    position: absolute;
    left: -50vw;

	background-color: #333433;
	background-image: url("../img/footer_pattern.png");
}
#footer p { 
	padding: 0;
    margin: 35px 0 25px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    word-spacing: 2px;
}



/* headings anchor */
.anchor_icon {
	background: #f3f3f3;
    border-radius: 50%;
    position: relative;
    font-size: 14px !important;
    display: inline-block;
    width: 33px;
    height: 33px;
    padding: 0 !important;
    text-align: center;
    top: 3px;
    right: -15px;
    color: #aaa;
    line-height: 50px;
}
.anchor_icon i {
	position: relative;
	top: -8px;	
}



/* lightbox image overlay */
.lb-img {
	position: relative;	
	display: inline-block;
	margin-bottom: 20px;	
}
dd .lb-img {
	margin-bottom: 0;	
}
.lb-img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.03;
	z-index: 5;
	
	-webkit-transition: all .35s ease-in-out;  
	transition: 		all .35s ease-in-out; 
}
.lb-img:after {
	font-family: "Font Awesome 5 Free";
    content: "\f00e";
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -13px;
    z-index: 10;

	-webkit-transition: all .35s ease-in-out;  
	transition: 		all .35s ease-in-out; 
}

.lb-img:hover:before {
	opacity: .3;	
}
.lb-img:hover:after {
	opacity: 1;	
}



/* Video GIF */
.lc_doc_gif {
	max-height: 60vh; 	
}
.lc_doc_gif > img {
	width: auto !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;	
}
.lcgp_loaded.lcgp_initialstate:after {
	background-size: 60px;
}



/* simplelightbox cutomization */
.sl-overlay {
	background: #000;
	opacity: .6;	
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next {
	font-size: 55px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0, .2);	
	opacity: 1;
}
.sl-wrapper .sl-close {
	font-size: 38px;	
}
.sl-wrapper .sl-image .sl-caption {
	padding: 18px 20px 8px;
	font-size: 1.1em;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.4);
	letter-spacing: 0.005em;
	
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 59%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 59%,rgba(0,0,0,0.5) 100%);
}



/* social links */
#social_links {
	text-align: center;
	margin: 35px 0 -5px !important;
}
#social_links a {
	display: inline-block;
	margin: 0 6px;	
}




/* add a bit of padding on mobile */
@media (max-width: 767px) {
	.row > .col-md-3,
	.col-md-12 {
		padding-right: 30px;
		padding-left: 30px;	
	}
}



/* mobile menu */
.mobile_menu_trig {
	display: none;	
	
	-webkit-transition: left .5s ease-in-out; 
	transition: 		left .5s ease-in-out; 
}

@media (max-width: 994px) {
	.docs-sidebar.affix {
		position: fixed;
		left: 105%;
		width: 100%;
		top: 0;
		background: #f2f2f2;
		border: 0;
		z-index: 900;
		box-shadow: 4px 0 7px rgba(0,0,0,0.7);	
		padding-left: 50px;
		
		-webkit-transition: left .5s ease-in-out; 
		transition: 		left .5s ease-in-out; 
	}
	.docs-sidebar.affix.mobile_shown {
		left: 0;	
	}
	
	.docs-sidebar .nav > .active {
		background-color: #ddd;
	}
	
	.docs-sidebar.affix .mobile_menu_trig {
		display: block;
		position: fixed;
		padding: 11px;
		font-size: 17px;
		color: #555;
		top: 0px;
		cursor: pointer;
		left: calc(100% - 37px);
		background: #d2d2d2;
	}
	.mobile_shown .mobile_menu_trig {
		left: 0px !important;
	}
}



/* Bootstrap v3 accordions */
.accordion {
    padding: 0 !important;
}
.accordion .list-group-item > span {
    display: block;
}
.accordion .list-group-item > span > br,
.accordion .list-group-item > p {
	display: none;
}
.accordion .list-group-item > span svg {
	width: 7px;
	position: relative;
	top: 4px;
	margin: 0 5px;
	opacity: 0.8;
}
.accordion .list-group-item.active > span svg {
	transform: rotate(90deg);
}
.accordion .list-group-item:not(.active) {
    background-color: #f6f6f6;
}
.accordion .list-group-item > div {
	display: none;
	padding: 5px 10px;
	line-height: 150%;
}
.accordion .list-group-item.active > div {
    display: block;
}
.accordion .list-group-item:not(.active):hover {
    background-color: #fcfcfc;
}
.accordion .list-group-item.active {
    color: #5a5a5a;
    background-color: #fff;
    border-color: #ddd;
}
.accordion .list-group-item.active > span {
    font-weight: 600;
}
.accordion .list-group-item:not(.active) > span {
    cursor: pointer;
}



/* Prism - copy to clipboard menu */
.copy-to-clipboard-button {
    padding: .3em .6em !important;
    color: #ccc !important;
    text-indent: 3px !important;
    border-radius: 3px !important;
    right: 6px !important;
    position: relative !important;
}
.copy-to-clipboard-button:hover {
    background: rgba(224,224,224,.35) !important;
    color: #fff !important;
}