/** css/altair_custom.css **/


@import 'theme.css'; 

html {
    /*scroll-padding-top: 100px;*/
    scroll-padding-top: 60px;
    font-size: 14px;
}  

.wy-grid-for-nav {
	width: 100%;
}

.wy-nav-content {
    max-width: 100%;
    /*padding-left: 2%;*/
    /*padding-top: 1.618em;*/
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    min-height: 100%;
    padding-top: 20px;
}

.fixed-header {
    position: fixed;
    z-index: 1;
    margin-bottom: 30px;
    width: 80%;
    background: #fcfcfc;
    /*margin-top: -130px;
    padding-top: 40px;
    height: 100px;*/
    border-bottom: 1px solid #D8D8D8;
    /*padding-top: 20px;*/
    height: 60px;
    padding-left: 2%;
    top: 0;
    padding-top: 15px;

}

.wy-side-nav-search {
	background-color: #f4f4f4;
	text-align: left;
    position: fixed;
    width: 18%;
    height: 80px;
}

.wy-side-nav-search .icon-home::before {
    display: none;
}

.wy-side-nav-search > a {
	color: #000;
	font-size: 180%;
}

.wy-breadcrumbs li.wy-breadcrumbs-aside {
    display: none;
}

.wy-breadcrumbs {
    font-size: .88em;
    position: relative;
    float: left;
    padding-top: 5px;
}

.wy-nav-side {
	background-color: #f4f4f4;
	width: 20%;
}

.rst-footer-buttons {
      position: relative;
  top: -28px;
  left: -350px;
}


.btn-neutral {

    background-color: #fff !important;
    color: #404040 !important;
    float: right;
    height: 28px;
    display: inline-flex;
	align-items: center;
	font-size: .8em;
    /*position: relative;
    left: -350px;
    top: -28px;*/


}

.fa-arrow-circle-left, .fa-arrow-circle-right {
	color: #00AAE6;
	padding: 0 4px 0 4px;
}

.wy-side-nav-search > div.version {
    font-weight: bold;
    color: #000;
    background-color: #f4f4f4;
    display: none;
}

.wy-side-scroll {
    /*width: 320px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
    width: 20%;
    height: 100%;
    position: fixed;
    border-right: 1px solid silver;
    overscroll-behavior: contain;
}

.wy-menu-vertical {
    width: auto;
    margin-top: 80px;
    &:hover {
    color: inherit;
    text-decoration: inherit;
  }
}

.wy-menu-vertical li.current {
    background: #f4f4f4;
}

.wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
    border-bottom: none;
    border-top: none;
}

.wy-menu-vertical a {
    color: #404040;
}


.wy-menu-vertical li.current a {
	border: none;
	color: #000000;
}

.wy-menu-vertical li.current > a {
    font-weight: normal;
    background-color: #f4f4f4;
}

.wy-menu-vertical li.toctree-l2.current > a {
	background-color: #f4f4f4;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
	background-color: #f4f4f4;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
	background-color: #f4f4f4;
}

.wy-menu-vertical li.toctree-l3 {
    font-size: 1em;
}

.wy-menu-vertical li.toctree-l4 {
    font-size: 1em;
}


input[type="text"] {
	float: right;
	border-radius: 50px;
	width: 25%;
	margin-left: 10px;
   /* margin-right: 40px;*/
}

.document {
    /*margin-top: 100px; */
    margin-right: 10%;
    margin-top: 60px; 
    margin-bottom: 100px;
}

.rst-content {
    padding-left: 2%;
    min-height: calc(100vh - 180px); /* less height of (header + footer + offset) */
    scroll-padding-top: 60px;
}

.wy-nav-content-wrap a {
    color: #00AAE6; /* Altair blue */
}

.wy-nav-content-wrap a:visited {
    color: #0E8FBC; /* Altair visited blue */
}

footer {
	color: #fff;
	background-color: #4f4f4f;
	height: 100px;
	text-align: center;
	padding-top: 40px;
	/*position: sticky;*/
	bottom: 0;
	/*padding-left: 320px;*/
    margin-left: -4.4%;
    /*margin-top: 100px;*/
}


footer p {
    font-size: .8em;
}


.headerlink {
	display: none;
}

.rst-content h1:hover .headerlink {
	display: none;
}

.rst-content h2:hover .headerlink {
    display: none;
}

.rst-content h3:hover .headerlink {
    display: none;
}

.rst-content h4:hover .headerlink {
    display: none;
}

.rst-content h5:hover .headerlink {
    display: none;
}

.wy-nav-content-wrap {
    margin-left: 20%;
}


.wy-breadcrumbs li a:first-child {
    padding-right: 1px;
}

.wy-menu-vertical li.current a:hover,.wy-menu-vertical a:hover {
    background-color: #f4f4f4;
}


body {
	font-family: 'NotoSans-Regular', Arial, sans-serif;
}

.nb {
    color: #404040;
}

h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
    font-family: 'NotoSans-Regular', Arial, sans-serif;
    /*font-weight: normal;*/
    font-weight: 700;
}

h2 {
    /*font-size: 20px;*/
    font-size: 150%;
    padding-top: 30px;
    padding-bottom: 20px;
}

h3 {
    /*font-size: 16px;*/
    font-size: 125%;
    /*text-decoration: underline;*/
    padding-top: 16px;
    margin-bottom: 6px;
} 

h4 {
    font-size: 14px;
    text-decoration: underline;
}

h5 {
    font-size: 13px;
    text-decoration: underline;
}

p {
    font-size: 14px;
    margin-bottom: 12px;
}

.rst-content .section ul {
     font-size: 14px;
}

.wy-table-responsive {
    overflow: unset;
}

.rst-content code.literal {
    color: #000;
}

table {
    table-layout: fixed;
    width: auto;
    word-wrap: break-word;
}

.rst-content table.docutils caption{
    text-align: left;
}

.rst-content table.docutils thead {
    background-color: #f4f4f4;
    border: #cfcfcf;
}

.rst-content table.docutils thead th {
    border-right: solid 2px #e1e4e5;
}

.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td, .rst-content table.docutils td {
    background-color: #ffffff;
}

.rst-content table.docutils td {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

.toc-hidden {
    display: none;
}

hr {
    margin-top: 60px;
    border-top: 1px solid #404040;
}

a.index-icon {
    float: right;
    position: relative;
    padding-left: 6px;
    display: flex;
    /*padding-right: 60px;*/
    content: "f518";
    font-family: "FontAwesome";
    margin-top: 6px;
    padding-right: 20px;
}

.wy-nav-content-wrap a.index-icon, .wy-nav-content-wrap a.index-icon:visited {
    color: #000000;
}

.rst-content table.field-list td {
    padding-top: 10px;
}

.rst-content table.field-list th {
    padding-top: 9px;
}

/*dl.method {
    padding-top: 20px;
    margin-bottom: 10px;
}*/

.rst-content dl:not(.docutils) dt {
    margin: 0;
}

.rst-content dl:not(.docutils) {
    margin-bottom: unset;
}

.rst-content dl {
    margin-bottom: 2px;
    padding-top: 20px;
}

.rst-content .section ol, .rst-content ol.arabic {
    font-size: 14px;
    line-height: 30px;
}

.rst-content .section ol li, .rst-content ol.arabic li {
    font-size: 14px;
}

.rst-content .line-block {
    margin-left: 0;
}

.rst-content table.docutils th, .rst-content table.field-list th {
    font-size: 1em;
    padding-top: 12px;
}

th.field-name {
    font-size: 1em;
    padding-top: 12px;
}

.rst-content table.docutils td, .rst-content table.field-list td, td.field-body {
    font-size: 1em;
}

.rst-content table.field-list {
    margin-bottom: 0;
}

.wy-nav-content-wrap {
    background: #fcfcfc;
}

.rst-content dl.method {
    padding-top: 35px;
}

shortdesc p {
    font-size: 17px;
    margin-bottom: 30px;
}

div.return-link {

}

/*.wy-nav-side,*/

 @media only screen and (max-width: 767px) {
    .rst-footer-buttons, .wy-breadcrumbs {
        display: none;
    }
    .wy-nav-content-wrap {
        margin-left: 0;
    }
    .fixed-header {
        width: 90%;
        /*left: 10%;*/
        left: 50px;
    }
    .wy-nav-top {
        position: fixed;
        top: 0;
        height: 55px;
        width: 50px;
    }
    input[type="text"] {
    float: none;
    width: 80%
    }
    .wy-side-scroll.shift, .wy-nav-side.shift {
    width: 50%;
    }
    .wy-nav-top > a {
        display: none;
    }
}
 @media only screen and (max-width: 1200px) {
    .wy-breadcrumbs {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
.wy-side-nav-search > a {
    font-size: 120%;
    }
}


