@import url("theme.css");

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
    border-width: 1px 0.01px 0.01px 1px;
    padding: 0.25em 0.7em;
}

.wy-table td, .rst-content table.docutils td {
    background-color: #ffffff;
    word-break: break-all;
}
.wy-table-odd td, .wy-table-striped tr:nth-child(2n-1) td, .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td {
    background-color: #ffffff;
}

.wy-table-responsive {
    margin-bottom: 5px;
}

.wy-table-responsive table th.head {
    background-color: #eeeeee;
}

.wy-side-nav-search > div.version {
    font-weight: bold;
    color: rgb(231, 228, 1);
}


.wy-side-nav-search > a.icon img.logo {
    margin-top: 0em;
}

.wy-menu-vertical p.caption {
    color: #fff;
}

.wy-side-nav-search > a {
    color: #fcfcfc;
    font-size: 100%;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0em;
}

.wy-menu-vertical a.caption {
    color: #fff;
}
.wy-menu-vertical header, .wy-menu-vertical a.caption {
    height: 32px;
    display: inline-block;
    line-height: 32px;
    padding: 0 1.618em;
    margin-bottom: 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 80%;
    white-space: nowrap;
}

.top-icon {
    margin-left: -6em;
    font-size: 80% !important;
}

.rst-content td img { max-width: 450px\0; }          /* IE 8 or over */
.rst-content td img { max-width: 450px\9; }          /* IE10 or less */

.rst-content dl dt {
    font-weight: normal;
}

.rst-content .warning {
background: #fdf3f2;
}

.rst-content .warning .admonition-title {
background: #f29f97;
}

h1 {
color: #364e96;
padding: 0.5em 0;
border-top: solid 3px #364e96;
border-bottom: solid 3px #364e96;
}

h2 {
padding: 0.5em;
color: #010101;
background: #eaf3ff;
border-bottom: solid 3px #516ab6;
margin-top: 2em;
}


h3 {
padding: 0.25em 0.5em;
color: #494949;
background: transparent;
border-left: solid 5px #7db4e6;
margin-top: 2em;
}

.rst-content .section ul li {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 1em;
}

h4 {
position: relative;
padding-left: 1.2em;
line-height: 1.4;
margin-top: 2em;
}

h4:before{ font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 1em;
left: 0;
top: 0;
color: #516ab6; 
}


div[class$="highlight-none"] pre {
background: #000;
color: #fff;
}

div[class^="highlight-none"] pre {
background: #000;
color: #fff;
}

div[class$="highlight-bash"] pre {
background: #000;
color: #fff;
}

div[class^="highlight-bash"] pre {
background: #000;
color: #fff;
}

.hll {
    background-color: #ffc;
    margin: 0 -12px;
    padding: 0 12px;
    display: block;
    color: black;
}

b, strong {
    font-weight: bold;
    color: red;
}

strong.command {
    font-weight: bold;
    color: black;
}