@import url(fonts.css);
html {
  scroll-behavior: smooth;
}
body{
	color: #2c3e50;
	font-family: "Open Sans",Helvetica,"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
  padding-left: 300px;
  font-size: 14px;
}
#leftnav {
  display: flex;
/* 	padding-top: 10%; */
  background-color: #2A425E;/*2c3e50;*/
  color: #fff;
/*     flex-flow: row nowrap; */
}

#leftnav .sidebar-header .title{
	letter-spacing: 3px;
	text-transform: uppercase;
}

#leftnav .sidebar-header .title a{
	text-decoration: none;
	color: #fff;
	border-bottom:none;
}
#leftnav ul a,
#leftnav ul a:active,
#leftnav ul a:visited,
#leftnav #srchbtn {
  color: #fff
}
#leftnav ul a:hover {
  color: #3A608A
}

#leftnav a.collink,
#leftnav a.collink:active,
#leftnav a.collink:hover,
#leftnav a.collink:visited {
  color: #DE7D40
}
a.nav-link {
	padding-bottom: 5px;
	padding-top: 7px;
	color: #aaa;
}
a.nav-link i{
	font-size: 16px;
}
a.nav-link:hover { color: #777 }

#bio {
font-family: Consolas,"Lucida Console","DejaVu Sans Mono","Liberation Mono","Corier New",monospace;
font-size: 11px;
margin: 0 auto;
margin-bottom: 10px;

/*     align-items: flex-start; */
/*     flex-grow: 0; */
/*     width: 100%; */
/*     display: flex; */
/*     flex-basis: auto; */
}

#contact-list {

    margin-bottom: auto;
  /*  align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    display: flex;
    flex-basis: auto;*/
}
#contact-list li .fa,
article .share .btn {
	-o-transition:color .2s ease-out, background 1s ease-in;
	-ms-transition:color .2s ease-out, background 1s ease-in;
	-moz-transition:color .2s ease-out, background 1s ease-in;
	-webkit-transition:color .2s ease-out, background 1s ease-in;
	transition:color .2s ease-out, background 1s ease-in;
}
#contact-list li:hover .fa-twitter {
	color: #00ACEE;
	border-color: #00ACEE;
}
#contact-list li:hover .fa-linkedin {
color: #1D87BD;
}
#contact-list li:hover .fa-envelope {
color: #E93E30;
}
#contact-list li:hover .fa-pinterest {
color: #CC2127;
}
#contact-list li:hover .fa-rss {
color: #e74c3c;
}

article .share,
article .author {
  margin-bottom: 50px;
}
article .share .btn {
  margin-bottom: 10px;
}
#contact-list-secondary {
padding-bottom: 10px;
}


#srchbox .srchfld {
    display: block;
}
#srchbox #srchbtn {
    width: 200px;
    display: block;
    margin: 5px auto 35px;
}
/*#srchbox a,
#srchbox a:hover,
#srchbox a:visited {
  color: #DE7D40
}*/


@media (max-width: 992px){
  body {
    padding: 54px 10px;
  }
  #leftnav {
  flex-wrap: wrap;
  justify-content: space-between;
    padding: .4rem 1rem;
  }
  #contact-list, #bio {
  display: none
  }
  #leftnav .sidebar-header img {
    max-width: 35px;
  }
  #leftnav .navbar-toggler {
/*     margin-right: 50px */
  }
  #srchbox {
  display: none
  }
.srchfld {
 max-width: 200px;
}
#leftnav #pages-list ul {
padding: 10px;
float: left
}
.navbar-toggler {
  color: #fff!important;
      border-color: #fff!important;
}
#maincontent {
padding-top: 20px;
  width: 100%;
}

}
@media (min-width: 993px){
  #leftnav {
  
  flex-direction: column;
  width: 300px;
    justify-content: flex-start;
    height: 100vh;
  }
  #leftnav .sidebar-header {
    text-align: center;
    margin: auto auto 0;
  }
#srchbox .srchfld {
 width: 200px;
    margin: 35px auto 5px;
}
#maincontent {
padding-top: 20px;
  max-width: 960px;
}
@media(max-height:600px) {
	#srchbox
	{
		display: none
	}
}
.navbar-toggler {
  display: none
}
}



.page-header {
	color: #DE7D40;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

article{
	margin-bottom: 40px;
}

.article_body{
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-date {
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 3px;
	color: #777;
}

article, footer {
	padding: 1em 5%;
}

/*article.home div a, article.home pre a { color: #2c3e50; }*/
/*article.home div a:hover, article.home pre a:hover { color: #2c3e50; text-decoration: none; }*/
article img { max-width: 100%; }

h1,h2,h3,h4,h5,h6 {
 font-family: Alike,Georgia,"Bitstream Charter","Times New Roman",Times,serif;
 margin-top: 3rem;
/*	color: #3A608A; */
}
article.home h1,
article.home h2,
article.home h3,
article.home h4,
article.home h5,
article.home h6 {
	/*color: #DE7D40;*/
}

article.home h1 a,
article.home h2 a,
article.home h3 a,
article.home h4 a {
	color: #DE7D40;
}
article.home h1 a:hover,
article.home h2 a:hover,
article.home h3 a:hover,
article.home h4 a:hover {
	color: #BD5D21;
	text-decoration:none;
	border-bottom: 1px solid #BD5D21;
}

.author, .share {
  float: left
}

.author .author-image {
	float: left;
	margin-right: 20px;
}

footer {
	font-size: .8em;
	color:#999;
	padding-top: 15px;
	/*font-family: Alike,Georgia,"Bitstream Charter","Times New Roman",Times,serif;;*/
}

/* nav-vertical-tabs component */
/*.nav-tabs-vertical {
	border-right: 1px solid #ddd;
}

.nav-tabs-vertical li {
	margin-right: -1px;
}

.nav-tabs-vertical>li.active>a, .nav-tabs-vertical>li.active>a:hover, .nav-tabs-vertical>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-right-color: transparent;
}

.nav-tabs-vertical>li>a {
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 0 0 4px;
}*/


#nav-menu{
position: fixed;
top: 45px;
right: 45px;
z-index: 2000;
}
#nav-menu .dropdown-menu {
left: inherit;
right: 0px;
}

ul.dropdown-menu>li>a>i.fa {
	width: 1.3em;
}
.img-circle
{
	max-width: 200px;
}
.author-image
{
	max-width: 70px;
}

a, a.active,a:visited
{
    color: #4078c0;
}
a:hover
{
	color: #DE7D40;
	text-decoration:none;
	border-bottom: 1px solid #DE7D40;
}
@media(max-width:926px) {
	.img-circle
	{
		max-width: 35px;
	}
}

@media(min-width:927px) {
	.col-sm-10
	{
		width:auto;
	}
}

@media(min-width:1300px) {
	.col-sm-9
	{
		max-width:900px;
	}
}



.image-wrapper {
    text-align: center;
border: 1px solid #aaa;
padding: 5px;
background-color: #fff;
margin:8px;
}
.image-caption {
    color: #777;
    margin: 10px;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter figure
{
	/*display:block;*/
	margin:0 auto 21px auto;
}


#pagelist ul
{
 list-style-type: none;
margin: 0;
padding: 0;
}
#pagelist li
{
display: inline;
}


figure
{
    display: table;
}
figure.highlight
{
    display: block;
}
figcaption
{
    display: table-caption;
    caption-side:bottom;
    color: #777;
    margin: 8px;
}
.download
{
	padding: 6px 9px;
	background: none repeat scroll 0% 0% #E7F7D3;
	border: 1px solid #6C3;
}
.warning, .alert {
	padding: 6px 9px;
	background: none repeat scroll 0% 0% #FFFBBC;
	border: 1px solid #E6DB55;
}







.comment
{
	overflow: hidden;
	margin: 0px 0px 21px;
	background: none repeat scroll 0% 0% #FAFAFA;
	border: 1px solid #EEE;
}

.comment_header
{
	/*margin: 10px 0px 21px;*/
	margin: 20px 15px;
	font-size: 12px;
	color: #666;
}
cite
{
	font-size: 15px;
	color: #000;
	font-weight:bold;
}
.comment_body
{
	margin: 0px 15px;
	line-height: 1.3em;
	overflow: auto;
}



blockquote {
    background-color: #fcfcfc;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
blockquote p
{
	font-size: 100%;
	font: inherit;
	line-height: 1.25;
}
th
{
background: none repeat scroll 0% 0% #EEE;
}
th, td
{
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 3px 6px;
}
table
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 21px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

table caption
{
	caption-side: bottom;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	padding: 0.5em 0;
}





a.link-noborder:hover
{
    border: none
}



.ct-list .tab-pane
{
  margin-top: 50px;
}
.ct-list h2 small {
  font-size: .5em;
  float: right;
	font-family: "Open Sans",Helvetica,"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
  font-weight: bold;
}
#ct-overview .btn {
  color: #4078c0!important;
  border-color: #6c757d!important;
}

/* .badge { background: #CC4C41; } */


.breadcrumb:before
{
 content: "You are here: ";
 padding-right: 1em;
}

.breadcrumb
{
font-size: .8em;
color: #999;
background-color: #fff;
padding-left: 20px;
}



.highlight pre {
    padding: 0;
    word-break: normal;
    border: none;
    background-color: #f5f5f5;
border: 1px solid #ccc;
padding: 9.5px;

margin: 0 0 10px;

font-size: 13px;

line-height: 1.428571429;

color: #333;

word-break: break-all;

word-wrap: break-word;border-radius: 4px;
}







.dispatch-icon {
    width: 120px;
    float: left;
    margin: 5px;
    text-align: center;
    border: 1px solid white;
}
.dispatch-icon.selected {
    border: 1px solid black;
    background: #eee;
}
.dispatch-icon img {
    width: 100%;
    margin-bottom: 5px;
}
.dispatch-icon a:hover
{
	text-decoration: none;
	border: 0 none;
}
#dispatch-icons {
    margin-left: auto;
    margin-right: auto;
}
.icon-text img {
    width: 120px;
}
.icon-text p {
    padding: 5px;
}
.icon-text {
    clear: both;
}
@media(min-width:530px) {
    #dispatch-icons {
        width: 530px;
				margin: 70px auto 70px;
				display: block;
		}
}
@media(max-width: 529px) {
    #dispatch-icons {
        width: 260px;
    }
}

abbr {
    text-decoration: none
}




.notice {
  padding: 4px 12px;
  background: #FDFEFB;
  border-radius: 4px;
  border: 1px solid #D7D8C8;
  margin-bottom: 32px;
  -webkit-box-shadow: 0.25em 0.25em 0 #D7D8C8;
  box-shadow: 0.25em 0.25em 0 #D7D8C8;
}

.notice.danger {
  border-color: #b11313;
  color: #b11313;
  -webkit-box-shadow: 0.25em 0.25em 0 #b11313;
  box-shadow: 0.25em 0.25em 0 #b11313;
}

.hidden {
  display: none!important;
  visibility: hidden!important;
  opacity: 0;
}

/*
.pagination {
  display: block;
}
.pagination .previous {
  float: left
}
.pagination .next {
  float: right
}*/

.meta-support {
  display: inline-block;
}
.meta-support div {
  float: left;
  margin: 10px;
}
