#link-bar a:visited {
	color: #FFF;
}

#link-bar li {
	float: left;
	padding: 15px;
}

html[data-theme='dark'] .card, .btn-block {
	background-color: #333;
}

.center {text-align: center;}

.color-strip {
	height: 10px;
	margin :0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 999;
	display: table;
}

.color-strip .fblue {
	background: #009cd7;
}

.color-strip .forange {
	background: #f57e25;
}

.color-strip .fred {
	background: #ed1c24;
}

.color-strip div {
	height: 100%;
	display: table-cell;
}

.rst-versions {
	width: 320px;
}

.header-bar {
	background: #003974;
	min-height: 60px;
}

.link-bar-container {
	margin-left: 320px;
}

.wy-nav-content {
	background: #fcfcfc;
}

/* Tweaks to make sidebar scroll look pretty */
.wy-side-scroll {
	width: auto;
	overflow-y: auto;
	margin-top: 10px;
}

.wy-nav-side {
	width: 320px;
	padding-bottom: 3em;
}

.wy-nav-content {
	max-width: 1000px;
}

.wy-nav-content-wrap {
	margin-left: 320px;
}

.wy-nav-content-wrap{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003974',endColorstr='#003974',GradientType=1);
	background:#003974;
	background:-moz-linear-gradient(left,#6cc2c9,#003974);
	background:-webkit-gradient(linear,left top,right top,color-stop(50%,#6cc2c9),color-stop(100%,#003974));
	background:-webkit-linear-gradient(left,#6cc2c9,#003974);
	background:-o-linear-gradient(left,#6cc2c9,#003974);
	background:-ms-linear-gradient(left,#6cc2c9,#003974);
	background:linear-gradient(to right,#6cc2c9,#003974)
}

html[data-theme='dark'] .wy-nav-content-wrap{
	background:#141414;
}

.wy-nav-side,.wy-side-nav-search,.wy-nav-top {
	background: #003974;
}

/* Hide color bar on mobile */
@media screen and (max-width: 768px) {
	.header-bar {
		display: none;
	}

	.wy-nav-content-wrap {
		margin-left: 0px;
	}

	.wy-nav-side {
		width: 300px;
	}

	.wy-nav-side.shift {
    	max-width: 320px;
    }

	/* Fix sidebar adjust */
	.rst-versions {
		width: 85%;
		max-width: 320px;
	}
}

/* Handle landscape */
@media screen and (min-width: 377px) {
  .wy-nav-content-wrap.shift {
    left: 320px;
  }
}
/* Fix table padding https://github.com/readthedocs/sphinx_rtd_theme/issues/117 */
@media screen and (min-width: 768px) {
	.wy-table-responsive table td, .wy-table-responsive table th {
	    white-space: normal !important;
	}
}

div.ethical-sidebar, div.ethical-footer {
    position: absolute;
    left: -99999px;
}

/* ===================================== */
/* ====== START SPHINX TABS CSS ======== */

.sphinx-tab img {
	margin-bottom: 24px;
}

/* fix link text in body content for accessibility 
   exclude .sd-btn which are the buttons on the persona pages*/
.document a:not(.sd-btn) {
  color: #0000EE;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #0000EE;
  text-underline-offset: 0.2em;
}
.document a:not(.sd-btn):visited  {
  color: #551A8B;
  text-decoration-style: dotted;  /* many browsers don't support decorations on visited link */
  text-decoration-color: #551A8B;
}
.document a:not(.sd-btn):focus {
    outline: 1px solid #0000EE;;
}
.document a:not(.sd-btn):hover {  
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0.25em;
}
.document a:not(.sd-btn):active {  
  text-decoration-style: wavy;
}
/* handle dark mode links */
html[data-theme='dark'] .document a:not(.sd-btn) { 
  color: #249ee8;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #249ee8;
  text-underline-offset: 0.2em;
}
html[data-theme='dark'] .document a:not(.sd-btn):visited {
  color: #bb7feF;
  text-decoration-style: dotted;
  text-decoration-color: #bb7feF;
}
html[data-theme='dark'] .document a:not(.sd-btn):focus {
    outline: 1px solid #249ee8;
}
html[data-theme='dark'] .document a:not(.sd-btn):hover {  
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0.25em;
}
html[data-theme='dark'] .document a:not(.sd-btn):active {  
  text-decoration-style: wavy;
}
/* Screen Reader - No Select class */
.sr-only-no-select {
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.icon-external-link:before { /* This is the fa-external-link icon */
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: .2em;
    text-decoration-line: none;
}
