/*
    ------------------------------------------------------------------
    Phaser 3 Page Overrides
    ------------------------------------------------------------------
*/

#content table {
    width: 100%;
    border: 0;
    margin: 0px 0px 32px 0px;
    border-collapse: inherit;
}

#content ul {
    margin: 0px 0px 32px 0px;
    padding: 0;
}

#content ul li {
    margin: 0;
}

#content code {
    color: #2c2c8c;
    padding: 0 7px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-bottom: #c5cce4 solid 1px;
    font: 16px/26px monospace, "Lucida Console", Monaco;
    vertical-align: text-bottom;
}

#content table td.api {
    font-size: 18px;
}

#content div.progressBack {
    position: absolute;
    width: 500px;
    height: 29px;
    background: url(/images/phaser3/progress-back.png) no-repeat;
}

#content div.progressFill {
    position: absolute;
    max-width: 500px;
    height: 29px;
    background: url(/images/phaser3/progress-fill.png) no-repeat;
}

#content div.progressText {
    z-index: 1;
    position: absolute;
    width: 500px;
    height: 29px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(182, 27, 242, 0.4), 1px -1px 2px rgba(182, 27, 242, 0.4), -1px 1px 2px rgba(182, 27, 242, 0.4), -1px -1px 2px rgba(182, 27, 242, 0.4), 0 0 20px rgba(0, 134, 255, 0.75);
}

/*
    ------------------------------------------------------------------
    Sidenav
    ------------------------------------------------------------------
*/

.stick {
    position: fixed;
    top: 0px;
}

#sidebar nav.sidenav {
}

#sidebar nav.sidenav li.dochead {
    font-weight: bold;
}

#sidebar nav.sidenav li.docfoot {
    margin-bottom: 16px;
}

#sidebar nav.sidenav ul {
    margin: 0;
    font-size: 16px;
}

#sidebar nav.sidenav ul li { 
    list-style: none outside; 
}

#sidebar nav.sidenav li a {
    color: #666;
    display: block;
    height: 33px;
    line-height: 30px;
    position: relative;
    text-decoration: none;
}

#sidebar nav.sidenav li a > span {
    overflow: hidden;
    display: inline-block;
}

#sidebar nav.sidenav li a:hover {
    color: #000;
    background: url(/images/mini-bg-sidenav.png) repeat-x;
}

#sidebar nav.sidenav li.active a {
    color: #000;
    background: url(/images/mini-bg-sidenav.png) repeat-x;
}

#sidebar nav.sidenav li.active a:after,
#sidebar nav.sidenav li a:hover:after {
    top: 0;
    left: 100%;
    width: 17px;
    content: '';
    height: 33px;
    position: absolute;
    background: url(/images/mini-arrow.png) no-repeat;
}

#sidebar nav.sidenav li a > span:before {
    top: 50%;
    left: -12px;
    width: 10px;
    content: '';
    /*margin: -2px 0 0;*/
    position: relative;
    background: #b6bcc5;
    vertical-align: top;
    display: inline-block;
    border-bottom: #92949d solid 1px;
}

#sidebar nav.sidenav li a:hover > span:before,
#sidebar nav.sidenav li.active a > span:before {
    border-bottom-color: transparent;
    background: url(/images/none.gif);
}
