/**
 * WHMCS Documentation Stylesheet
 *
 * Custom Styling applied to WHMCS Internal Class Documentation.
 */

#site-nav.navbar-default {
    background-color: #fff;
    border: 0;
}

#control-panel {
    height: 54px;
    border-bottom: 1px solid #ccc;
}

#api-tree {
    background: #f8f8f8;
}

#api-tree a {
    color: #333;
}

#api-tree li .hd {
    background-color: #f8f8f8 !important;
}

#api-tree li.active > .hd a {
    color: #000;
}

.version-selector {
    padding: 14px 0 0 15px;
}

h2 {
    background-color: #d9edf7;
    background-color: #fff;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.class-page {
    max-width: 1400px;
}

.description {
    padding: 0;
    background-color: transparent;
    max-width: 900px;
}

.class-signature {
    margin: 20px 0;
    padding: 5px 10px;
    background-color: #f8f8f8;
    font-style: italic;
    max-width: 900px;
}

.panel-properties h2 {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 16px;
}
.property-name {
    font-weight: bold;
    color: #555;
}

.method-item h3, .method-item h3 code {
    background-color: #f8f8f8;
}
