@import url("theme.css");

* {
    font-family: Helvetica, Calibri, Arial;
}

footer {
    color: lightgray;
}

div.section#osticket>h1 {
    text-align: center;
}

@media screen and (min-width: 1px) {
    .wy-nav-content-wrap {
        background: rgba(0,0,0,0.05);
    }
    .wy-nav-content{
        margin: 0;
        background: white;
    }
}

.wy-menu-vertical p.caption {
    background-color: #404040;
}

.wy-nav-content {
    max-width: 100%;
}

h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
    font-weight: 700;
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
}

.rst-content .sidebar .sidebar-title {
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 100%;
}

.wy-nav-side .reference.internal {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.wy-nav-side .toctree-l1.current a.current {
    padding: 10px 10px 10px 30px;
}

.wy-plain-list-disc li, .rst-content .section ul li, .rst-content .toctree-wrapper ul li, article ul li {
    list-style: disc;
}

.wy-plain-list-disc li li, .rst-content .section ul li li, .rst-content .toctree-wrapper ul li li, article ul li li {
    list-style: disc;
}

.wy-plain-list-disc li li li, .rst-content .section ul li li li, .rst-content .toctree-wrapper ul li li li, article ul li li li {
    list-style: disc;
}

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

.wy-side-nav-search a {
    margin-bottom: 5px;
}

.wy-side-nav-search a:hover {
    background: #FF9016;
}

.wy-menu .wy-menu-vertical {
    -webkit-transition: background 2s; /* Safari */
    transition: background 2s;
}

.wy-menu-vertical a:active {
    background-color: #FF9016;
}

.wy-side-nav-search .version {
    font-size: 19px;
}

.wy-menu-vertical li.current a {
    border-right: none;
}

a {
    color: #FF9016;
}

a:visited {
    color: #FF9016;
}

a:hover {
    color: #F8A348;
}

a.icon:visited {
    color: #FFFFFF;
}

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

.wy-nav-top i {
    margin-top: 10px;
}

li.toctree-l1.a {
    color: #737373;
}

.wy-nav-content-wrap {
    background: #F7F7F7;
}

.wy-body-for-nav {
    background: #F7F7F7;
}

.rst-content .highlighted {
    background: #FFE065;
}

.rst-versions {
    border-top: none;
}

.wy-menu.wy-menu-vertical>a:hover {
    color: inherit;
}

a.icon.icon-home:hover {
    color: #F4F4F4;
}

.wy-menu-vertical a {
    color: #B3B3B3;
}

.wy-menu-vertical li.on a, .wy-menu-vertical li.current>a {
    border: none;
}

.current>a {
    background-color: #FFFFFF !important;
}

img {
    width: 100% !important;
    max-width: 600px !important;
}

#rtd-search-form input {
    border-color: #E67700 !important;
}

#rtd-search-form input:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #F2F2F2;
}

#rtd-search-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
}

#rtd-search-form input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #F2F2F2;
    opacity: 1;
}

#rtd-search-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
}

#rtd-search-form input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #F2F2F2;
    opacity: 1;
}

#rtd-search-form input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #F2F2F2;
}

#rtd-search-form input:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: #F2F2F2;
}

.wy-breadcrumbs-aside {
    background: #F0F0F0;
    padding: 10px;
    margin-top: -10px;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.wy-breadcrumbs-aside:hover {
    background: #E8E8E8;
}

.wy-breadcrumbs-aside:hover a {
    color: orange;
}

.wy-breadcrumbs-aside a {
    color: black;
    font-weight: bold;
}

.rst-footer-buttons .btn {
    border: 1px solid #E8E8E8;
    box-shadow: none;
    padding: 10px 20px 13px 20px;
}

ul li {
    list-style: none !important;
}

.docLogo {
    background: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 180px !important;
    height: auto !important;
}
