/*
* Heading styles
*/

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

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

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

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

/*
* Add styles for Admonitions
*/

div.admonition.tip{
  border-style: solid;
  border-width: thin;
  border-color: #3b6bd2;
  background: #f5f5f5;
}

div.admonition.tip p.admonition-title{
    background: #bdbdbd;
    border-color: #bdbdbd;
    border-style: solid;
    border-width: 1px;
    color: #3b6bd2;
}

div.admonition.note {
    border-color: #bdbdbd;
    border-style: solid;
    border-width: 1px;
    background: #f5f5f5;
}

div.admonition.note p.admonition-title{
  background: #bdbdbd;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 1px;
  color: #006700;
}

div.admonition.important{
  border-color: #980d0d;
  border-style: solid;
  border-width: 1px;
  background: #f5f5f5;
}

div.admonition.important p.admonition-title{
	background: #bdbdbd;
  border-color: #bdbdbd;
	border-style: solid;
	border-width: 1px;
  color: #980d0d;
}

/*
* 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","Bitstream Vera 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: 0px;
     padding: 6px 12px;
     border-color: #495468;
 }
 /*
  * Changes the searchbar 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 2.427em;
    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: normal;
    border-right: solid 1px #495469;
    padding: 0.4045em 2.427em;
    background-color: #3f485a;

}

/*
* 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;
}


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