/*CUSTOM CSS GENROPY*/
.wy-side-nav-search, .wy-nav-top {
    background-color: #1e3055;}
.wy-side-nav-search input[type="text"] {
    border-radius: 0px;
    border-color: none; }
.wy-menu-vertical p.caption {
    color: white; }  
.wy-breadcrumbs li.wy-breadcrumbs-aside {
    display: none; }
.wy-side-nav-search img {
    height: auto;
    width: auto;
    background-color: inherit;
    padding: 0;
    border-radius: 0; }
.wy-table-responsive {
    display: -webkit-inline-box;    }
div.gnrexamplebox {
    margin-bottom: 30px;}    
div.gnrexamplebox::before {
    font-family: "FontAwesome";
    content: "\f02e";
    margin-right: 5px;  }
button.toctree-expand {
    background: transparent;
    border: none;   }

/*NAV SHIFT DESKTOP*/
@media screen and (min-width: 769px){
    .wy-nav-side.shift{
        left:-300px}
    .wy-nav-side{
        width:300px;
        left:0}
    .wy-nav-content-wrap {
        left:0;
        background: white;  }
    .wy-nav-content-wrap.shift{
        position:fixed;
        min-width:100%;
        left:-300px;
        top:0;
        height:100%;
        overflow:scroll; }
    .wy-nav-content-wrap.shift .rst-content {
        padding: 1.618em 3.236em;   }
    .wy-nav-content {
        max-width: 100%;  }
}
/* override table width restrictions */

                @media screen and (min-width: 767px) {

                   .wy-table-responsive table td {
                      /* !important prevents the common CSS stylesheets from overriding
                         this as on RTD they are loaded after this stylesheet */
                      white-space: normal !important;
                   }

                   .wy-table-responsive {
                      overflow: visible !important;
                   }
                }

                .gnrexamplebox_title{
                    color:#2980B9;
                    cursor:pointer;
                }
                .gnrexamplebox_iframecont{
                    border:1px solid silver;
                    margin:5px;
                }
                