/* brand palette */

:root {
  --md-primary-fg-color:        #0E6DB0;
  --md-accent-fg-color:         #0E6DB0;
  /* --md-primary-fg-color--light: #ECB7B7;
  --md-primary-fg-color--dark:  #90030C; */
}

/*
* Heading styles
*/

.md-typeset h1 {
  font-size: 175%;
  color: #36383B;
}

.md-typeset h2 {
  font-size: 150%;
	color: #36383B;
}

.md-typeset h3 {
	font-size: 125%;
  color: #36383B;
}

.md-typeset h4{
	font-size: 100%;
  color: #36383B;
}

/*
* Add styles for Admonitions
*/
/* 
div.admonition.tip{
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  border-color: #3b6bd2;
  background: #f5f5f5;
}

div.admonition.tip p.admonition-title{
	background: hsla(0, 0%, 74%, 0.406);
  color: #3b6bd2;
}

div.admonition.note {
    border-color: hsla(125, 70%, 45%, 0.815);
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    background: #f5f5f5;
}

div.admonition.note p.admonition-title{
	background: hsla(0, 0%, 74%, 0.406);
  color:  hsla(125, 70%, 45%, 0.815);

}

div.admonition.important, div.admonition.caution {
  border-color: hsla(34, 93%, 48%, 0.8);
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  background: #f5f5f5;
}

div.admonition.important p.admonition-title, div.admonition.caution p.admonition-title {
	background: hsla(0, 0%, 74%, 0.406);
  color: hsla(34, 93%, 48%, 0.8);
}

div.admonition.warning {
  border-color: hsla(0, 84%, 32%, 0.8);
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  background: #f5f5f5;
}

div.admonition.warning p.admonition-title{
	background: hsla(0, 0%, 74%, 0.406);
  color: hsla(0, 84%, 32%, 0.8);
} */

/*
* Code styles
*/

code, .rst-content tt, .rst-content code {
    white-space: pre;
    max-width: 100%;
    background: #f8f8f8;
    border: solid 1px #e1e4e5;
    font-size: 90%;
    padding: 3px 5px;
    font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
    overflow-x: auto;
    color: #36383B;
}

.rst-content pre code {
    white-space: pre-wrap;
    font-size: 90%;
}

.rst-content img {
  max-width: 100%;
  height: auto !important;
}


/*
 * Changes to the search box border
 */


.wy-side-nav-search input[type=text] {
     width: 100%;
     border-radius: 2px;
     padding: 5px 10px;
     border-color: #495468;
 }
 /*
  * Changes the search bar background
  */

.wy-side-nav-search {
    background: #495469;
    color: #fcfcfc;
}

/*
* Changes the navbar background and sets width to 320 px
*/

.wy-nav-side {
    background: #495469;
    width: 320px;
}

/*
* Change the  Previous-Next bar background
*/

.rst-versions .rst-current-version {
    background: #495469;
}
.rst-versions{
    border-top:solid 10px #495469;
}


/*
 * Changes the navbar selected items
 */

/* make the border match the background of the selected menu heading*/

.wy-menu-vertical li.on a, .wy-menu-vertical li.current>a {
    border-bottom: none;
    border-top: solid 1px #3f485a;
    background: #3F485A;
}


/* change the background color and font color/weight when you hover over a menu heading */

.wy-menu-vertical li.toctree-l1 a:hover{
  background: #222d41;
  color: #f0f0f0;
  font-weight: bold;
}

/* change the background color of menu headings that are not active*/

.wy-menu-vertical ul.subnav{
  background: #495469;
}

/* change the menu heading to bold and add background highlight when you hover */

.wy-menu-vertical li.on a:hover, .wy-menu-vertical li.current>a:hover {
    color: #fff;
    padding: 0.4045em 1.618em;
    font-weight: bold;
    position: relative;
    background-color: #222d41;
    border-right: 1px;
    border-bottom: none;
    border-top: solid 1px #222d41;
}

/* style the current menu heading and subtopics */


.wy-menu-vertical li.current a {
    color: #fff;
    font-weight: 500;
    padding: 0.4045em 1.618em;
    border-right: solid 1px #495469;
    background-color: #222d41;

}

/*
* style the active submenu items background color
*/

.wy-menu-vertical li.current ul.subnav{
  background: #3f485a;
  color: #fff;
  font-weight: bold;
  border-top: solid 1px #434d60;
  border-bottom: solid 1px #434d60;
  padding-left: 1em;
}


/*
* style the active submenu items background color
 */

.wy-menu-vertical li.current ul{
  background: #3f485a;
  color: #fff;
  font-weight: bold;
  border-top: solid 1px #434d60;
  border-bottom: solid 1px #434d60;
  display: block;
}

/* padding: 0.4045em 1.618em; */

.wy-menu-vertical .subnav li.current > a {
    padding-left: 2.427em;
    background-color: #434D60
}
.wy-menu-vertical .subnav li.current > ul li a {
    padding-left: 2.427em;
    background: #434D60;
	}


/*
 * Changes to the top navbar background when screen is <768 px
 */

.wy-nav-top {
    background: #495469;
    color: #fcfcfc;
}

/*
* Fixing a few troublesome images
*/

img[alt="fs-folder-icon"] {
  max-width: 32px;
}

img[alt="fs-delete-icon"]{
  max-width: 22px;
}

span.inprog{
  color: red;
  font-weight: bold;
}


/* .unstyled ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.item-unstyled ul {
  list-style-type: none;
  margin: 5px;
  padding: 5px;
} */

ul.no-bullets li {
  list-style-type: none !important;
}


/*Table Styles
* fix wrapping issue in wide tables so that text wraps rather than using  horizontal scroll bar
* this issue first appears after updating to mkdocs 1.1.2
*/

.wy-table td, .rst-content table.docutils td, .rst-content table.field-list td, .wy-table th, .rst-content table.docutils th, .rst-content table.field-list th {
    white-space: pre-wrap;
}

/*fix scroll bar in navigation menu*/

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

/* add padding at bottom so that last topic is not cut off
* when nav menu uses a  scroll bar
*/

.wy-menu-vertical {
    width: 300px;
    padding-bottom: 40px;
}

/* do not show nav background when in responsive mode*/

@media screen and (max-width: 768px) {
  .wy-nav-side {
    left: -320px;
  }
}

/* ucc style displays the CC UI navigation path in a breadcrumb style*/
.ucc {
  display: block;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: rgba(0,0,0,.125);
  border-radius: 4px;
  padding: 5px;
  background-color: #676767;
  color:white;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
 }

/* modify the search results - commented out for now

h1#search {
}

div.search-results article h3{
}

div.search-results article p {
}
*/