#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;
}

/* FIRST branding */
.wordmark {
   font-family: Roboto, Arial, sans-serif;
   font-style: italic;
   padding-right: 2px;
}
.superscript {
   font-family: Roboto, Arial, sans-serif;
   vertical-align: super;
   font-size: 60%;
   padding-left: 2px;
}
.sr-only-no-select {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
  -webkit-user-select: none; /* Safari no select*/
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

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

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



