body {
    margin: 0;
    padding: 50px 0 0 0;
    color: #333;
    line-height: 1.5;
}

a {
    color: #3072AB !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
    color: black;
    font-weight: normal;
    padding: 0;
}

h2 {
    background-color: #EDF3FE;
    font-size: 25px;
    padding: 10px 10px 10px 32px;
    margin: 20px 0 20px -30px;
}

ul, ol {
    margin-bottom: 0;
}

a, a:hover {
  text-decoration: underline !important;
}

var {
    font-weight: bold;
    font-style: normal;
    color: #c09853;
}

code {
    color: #000;
    white-space: nowrap;
    border: none;
    background: transparent;
    padding: 0
}

code:empty {
    display: none;
}

code a b {
    color: #000;
}

pre code {
    white-space: pre;
}

.deprecated {
    text-decoration: line-through;
    opacity: .5;
}

.invalid {
    color: #dd1144;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

/* Left side
 -------------------------------------*/
#left {
    overflow: auto;
    width: 274px;
    height: 100%;
    position: fixed;
}

/* Menu */
#skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
}

#skip-to-content:focus {
    top: 0;
}

#menu {
    padding: 10px;
    overflow-x: hidden;
}

#menu h3 {
    border-bottom: 1px solid #E7E7E7;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px 5px 10px;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu ul ul {
    padding-left: 10px;
}

#menu li {
    white-space: nowrap;
    position: relative;
}

#menu a {
    display: block;
    padding: 3px;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#menu a:hover {
    background-color: #0088cc;
    color: #fff !important;
}

#menu .active > a {
    font-weight: bold;
    color: #000;
}

#menu .active > a.invalid {
    color: #dd1144;
}

#menu #groups button {
    position: absolute;
    top: 6px;
    right: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../collapsed.png') transparent 0 0 no-repeat;
    border: 2.5px solid #949494;
}

#menu #groups button:hover {
    background-position: -12px 0;
}

#menu #groups button.collapsed {
    background-position: 0 -12px;
}

#menu #groups button.collapsed:hover {
    background-position: -12px -12px;
}

#menu #groups ul.collapsed {
    display: none;
}

/* Autocomplete
 -------------------------------------*/
.ac_results {
    border-radius: 4px;
    margin-top: 2px;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0;
    padding: 0 5px;
    line-height: 2;
    cursor: default;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ac_results li strong {
    color: #000;
}

.ac_over {
    background-color: #0088cc;
    color: #fff;
}

.ac_results li.ac_over strong {
    color: #fff;
}

/* Right side
 -------------------------------------*/
#right {
    overflow: auto;
    margin-left: 275px;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
}

/* Navigation
 -------------------------------------*/

#navigation {
    margin-bottom: 0;
}

.navbar .nav > li > span {
    position: relative;
    display: block;
    color: #666;
    line-height: 20px;
    padding: 15px;
}

.navbar .nav > li.active > span {
    background-color: #E7E7E7;
    color: #555;
}

/* Content */
#content {
    clear: both;
    padding: 5px 20px 5px 30px;
}

#content > .description {
    margin: 1.2em 0;
}

#content .alert-info {
    margin-top: 18px;
}

dl.tree {
    margin: 1.2em 0;
    padding: 10px;
}

dl.tree dd {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.csv-list {
    line-height: 24px;
    word-spacing: 10px;
}

h2.switchable {
    background: transparent url('../sort.png') no-repeat center right;
    cursor: pointer;
}

.summary td:first-child {
    text-align: right;
}

.summary td hr {
    margin: 8px -8px;
}

.summary tr:hover td {
    background: #f6f6f4;
}

.summary .description p {
    margin: 0;
}

.class #methods.summary .description p:first-child, .summary .description.detailed h4:first-child {
    margin-top: 8px;
}

.summary .description p + p, .summary .description ul, .summary .description pre, .summary .description.detailed h4 {
    margin-top: 4px;
}

.summary dl {
    margin: 0;
}

.summary dd {
    margin: 0 0 0 25px;
}

.summary dt, dd {
    line-height: 24px;
}

.name, .attributes {
    white-space: nowrap;
}

.value code {
    white-space: pre-wrap;
}

td.name, td.attributes {
    width: 1%;
    padding-right: 20px !important;
}

.class .methods .name, .class .properties .name, .class .constants .name {
    width: auto;
    white-space: normal;
}

.class .methods .name > div > code {
    white-space: pre-wrap;
}

.class .methods .name > div > code span, .function .value > code {
    white-space: nowrap;
}

.class .methods td.name > div, .class td.value > div {
    position: relative;
    padding-right: 1em;
}

.attributes code, .name code, dd code {
    color: #367837;
}

.anchor {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 85%;
    margin: 0;
    color: #0088cc !important;
}

.list {
    margin: 0 0 5px 25px;
    line-height: 24px;
}

/* Splitter
 -------------------------------------*/
#splitter {
    position: fixed;
    height: 100%;
    width: 5px;
    left: 270px;
    background: #E7E7E7 url('../resize.png') left center no-repeat;
    cursor: e-resize;
}

#splitter.active {
    opacity: .5;
}

/* Footer
 -------------------------------------*/
#footer {
    border-top: 1px solid #e5e5e5;
    clear: both;
    color: #808080;
    text-align: right;
    padding: 2em 1em;
    margin: 3em 0 40px 0;
}

/* Tree */
div.tree ul {
    list-style: none;
    background: url('../tree-vertical.png') left repeat-y;
    padding: 0;
    margin-left: 20px;
}

div.tree li {
    margin: 0;
    padding: 0;
}

div.tree div {
    padding-left: 30px;
}

div.tree div.notlast {
    background: url('../tree-hasnext.png') left 10px no-repeat;
}

div.tree div.last {
    background: url('../tree-last.png') left -240px no-repeat;
}

div.tree li.last {
    background: url('../tree-cleaner.png') left center repeat-y;
}

div.tree span.padding {
    padding-left: 15px;
}

/* Source code
 -------------------------------------*/
#source {
    margin: 1em 0 1em 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}

#source pre {
    padding: 0;
    border: none;
    overflow: visible;
}

#source .numbers {
    float: left;
    background-color: transparent;
}

#source .code {

}

.php-keyword1 {
    color: #468847;
    font-weight: bold;
}

.php-keyword2 {
    font-weight: bold;
}

.php-var {
    color: #c09853;
    font-weight: bold;
}

.php-num {
    color: #006dcc;
}

.php-quote {
    color: #006dcc;
}

.php-comment {
    color: #929292;
}

.xlang {
    color: #468847;
    font-weight: bold;
}

span.l {
    display: block;
}

span.l.selected {
    background: #f9f2d2;
}

span.l a {
    color: #333333;
}

span.l a:hover, span.l a:active, span.l a:focus {
    background: transparent;
    color: #333333 !important;
}

span.l .php-var a {
    color: #c09853;
}

span.l .php-var a:hover, span.l .php-var a:active, span.l .php-var a:focus {
    color: #c09853 !important;
}

span.l a.l {
    background: #fbfbfc;
    margin-right: 8px;
    padding: 2px 2px 2px 8px;
    color: #777;
}

span.l a.l:hover, span.l a.l:active, span.l a.l:focus {
    background: #fbfbfc;
    color: #555 !important;
}

/* Small screens */
#rightInner.medium .name, #rightInner.medium .attributes {
    white-space: normal;
}

/* global style */
.left, .summary td.left {
    text-align: left;
}
.right, .summary td.right {
    text-align: right;
}

.element-list {
    margin: 0 0 50px 0;
}

.method-container {
    margin-bottom: 50px;
}

h3.method-title {
    padding: 10px 10px 10px 32px;
    margin: 20px 10px 20px -32px;
    font-size: 16px;
    background-color: #eee;
    font-family: monospace;
    border-bottom: 3px solid #ccc;
}

h3.inherited {
    font-style: italic;
    font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 12px 0 3px 0;
    font-size: 13px;
}

.inherited-list {
    margin-left: 25px;
}

.method-container h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.method-container .description {
    margin-left: 30px;
}

#groups > ul:li:nth-child(even) {
    background: #f0f0f0;
}

#groups > ul:li:nth-child(odd) {
    background: #fafafa;
}

.method-summary-link {
    color: #05a;
    padding: 4px 8px;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin-bottom: 8px;
    display: inline-block;
    font-family: monospace;
}

.method-summary-link:hover {
    background: #CFEBFF;
    border-color: #A4CCDA;
    cursor: pointer;
}

ul.methods-summary {
    padding-left: 0;
    list-style-type: none;
}

.summary-info {
    margin-left: 25px;
}

.monospace {
    font-family: monospace;
}

.underlined > .row {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.homepage .page-header {
    margin-bottom: 30px;
}

.operation-docs {
    font-style: italic;
    margin: 12px 0;
}

/* API Parameters
 -------------------------------------*/

.operation-container h4 {
    font-weight: bold;
    margin: 24px 0;
    font-size: 20px;
    color: #069;
}

.operation-container li.required {
    color: #AE1E1E;
}

.operation-container h5, .shape-container h5 {
    color: #232F3E;
    font-weight: bold;
    margin: 24px 0;
    font-size: 18px;
}

dt.param-def {
    font-weight: bold;
}

dt.param-def {
    margin-bottom: 20px;
}

.param-def .table {
    width: 1%;
}

dd.param-def {
    margin-left: 40px;
}

dd.param-def {
    margin: 0 0 20px 40px;
}

.param-attributes {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 12px 0;
    padding: 12px 24px;
    background: #FAFAFA;
    display: inline-block;
}

.param-attributes ul {
    padding-left: 0;
    list-style-type: none;
}

.api-version-list {
    border: 3px solid #3F90BA;
    padding: 12px 12px 12px 0px;
    border-radius: 3px;
    background-color: #F4F9FF;
    font-weight: bold;
}