/* This sets the color of the main headers in the lateral bar */
.wy-menu-vertical header, .wy-menu-vertical p.caption {
    color : #3e8d7b;
}
/* This sets the click color of the sub headers in the lateral bar */
.wy-nav-top {
	background: #3e8d7b;
}
.wy-tray-container li.wy-tray-item-info {
	background: #3e8d7b;
}
.wy-dropdown-menu > dd > a:hover {
    background: #3e8d7b;
}
.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover {
    background: #3e8d7b;
}
.wy-menu-vertical a:active {
    background-color: #3e8d7b;
}

/* This sets the colors of the code objects definitions: color controls the text and border-top the top line */
html.writer-html4 .rst-content dl:not(.docutils)>dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt {
	background: #e6f5f1;
	color: #3e8d7b;
	border-top: 3px solid #3e8d7b;
}
/* This sets the color of the "[source]" link in the code objects definitions */
.rst-content .viewcode-back, .rst-content .viewcode-link {
	color : #3091d1;
}

/* This sets the color of the note boxes background in the text part */
.rst-content .note, .rst-content .seealso, .rst-content .wy-alert-info.admonition, .rst-content .wy-alert-info.admonition-todo, .rst-content .wy-alert-info.attention, .rst-content .wy-alert-info.caution, .rst-content .wy-alert-info.danger, .rst-content .wy-alert-info.error, .rst-content .wy-alert-info.hint, .rst-content .wy-alert-info.important, .rst-content .wy-alert-info.tip, .rst-content .wy-alert-info.warning, .wy-alert.wy-alert-info{
	background : #e6f5f1;
}
/* This sets the color of the note boxes background in the title part */
.rst-content .note .admonition-title, .rst-content .note .wy-alert-title, .rst-content .seealso .admonition-title, .rst-content .seealso .wy-alert-title, .rst-content .wy-alert-info.admonition-todo .admonition-title, .rst-content .wy-alert-info.admonition-todo .wy-alert-title, .rst-content .wy-alert-info.admonition .admonition-title, .rst-content .wy-alert-info.admonition .wy-alert-title, .rst-content .wy-alert-info.attention .admonition-title, .rst-content .wy-alert-info.attention .wy-alert-title, .rst-content .wy-alert-info.caution .admonition-title, .rst-content .wy-alert-info.caution .wy-alert-title, .rst-content .wy-alert-info.danger .admonition-title, .rst-content .wy-alert-info.danger .wy-alert-title, .rst-content .wy-alert-info.error .admonition-title, .rst-content .wy-alert-info.error .wy-alert-title, .rst-content .wy-alert-info.hint .admonition-title, .rst-content .wy-alert-info.hint .wy-alert-title, .rst-content .wy-alert-info.important .admonition-title, .rst-content .wy-alert-info.important .wy-alert-title, .rst-content .wy-alert-info.tip .admonition-title, .rst-content .wy-alert-info.tip .wy-alert-title, .rst-content .wy-alert-info.warning .admonition-title, .rst-content .wy-alert-info.warning .wy-alert-title, .rst-content .wy-alert.wy-alert-info .admonition-title, .wy-alert.wy-alert-info .rst-content .admonition-title, .wy-alert.wy-alert-info .wy-alert-title {
	background : #3e8d7b;
}

/* This sets the base color of the links */
a {
    color : #3091d1; /* Old default #2980b9 */
}
/* This sets the color of the unused links */
a:hover {
    color : #3091d1
} 
/* This sets the color of the visited links */
a:visited { 
	color : #3091d1;
}

/* This sets the color of the sub headers in the lateral bar */
.wy-menu-vertical a {
	color : #d9d9d9;
}

/* This sets the color of the border of the search bar */
.wy-side-nav-search input[type=text] {
    border-color : #3e8d7b;
}

/* This sets the color of the $ in console mode */
.highlight .gp {
	color : #3e8d7b;
}

/* This sets the color of the red text in json mode */
.highlight .s2 { 
	color : #e74c3c;
}

/* This sets the color of the principal highlighted text in bibtex mode */
.highlight .nc{ 
	color : #3e8d7b;
}
/* This sets the color of the record name highlighted text in bibtex mode */
.highlight .nl{
	color : #666666;
}
/* This sets the color of the items highlighted text in bibtex mode */
.highlight .na{
	color : #666666;
}
/* This sets the color of the items highlighted red text in bibtex mode */
.highlight .s{
	color : #e74c3c;
}
