.section-documentation-body {
    padding: 30px 0 60px 0;
}

.docs-sidebar-box {
    margin: 0;
    padding: 10px;
    background-color: #f3f8fc;
    color: black;
    border-collapse: collapse;
    border: 1px solid #8fbce9;
}

.docs-content h1.firstHeading {
    margin-top: 0;
    padding-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    border-bottom: 0;
}
.docs-content a {
    text-decoration: underline;
}
.docs-content a:hover {
    text-decoration: none;
}
.docs-content .toc {
    margin: 20px 0;
}
.docs-content .toc a {
    text-decoration: none;
}
.docs-content .mw-highlight pre {
    margin: 20px 0;
}
.section-docs-header {
    background: url(img/header-bg-navy.png);
    background-size: cover;
}
.section-docs-header h1 {
    color: #fff;
}



.docs-content a,
.docs-content a:visited {
    color: #36b;
}




div.mw-geshi {
    padding: 1em;
    margin: 1em 0;
    border-left: 5px solid #ccc;
    background-color: #f2f2f2;
}

.docs-alert-success {
    margin: 15px 0 20px 0;
    padding: 10px 18px;
    background-color: #DFF0D8;
    color: #3C763D;
    border-radius: 4px;
}
.docs-alert-success a {
    color: #3d773e;
}

.docs-alert-info {
    margin: 15px 0 20px 0;
    padding: 10px 18px;
    background-color: #D9EDF7;
    color: #31708F;
    border-radius: 4px;
}
.docs-alert-info a {
    color: #387593;
}

.docs-alert-warning {
    margin: 15px 0 20px 0;
    padding: 10px 18px;
    background-color: #FCF8E3;
    color: #8A6D3B;
    border-radius: 4px;
}
.docs-alert-warning a {
    color: #967b4c;
}

.docs-alert-danger {
    margin: 15px 0 20px 0;
    padding: 10px 18px;
    background-color: #F2DEDE;
    color: #A94442;
    border-radius: 4px;
}
.docs-alert-danger a {
    color: #b14556;
}

.docs-alert-success span.title,
.docs-alert-info span.title,
.docs-alert-warning span.title,
.docs-alert-danger span.title {
    font-weight: bold;
}

table.paramstable {
    background-color: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    color: #555;
    margin: 1em 0;
}

table.paramstable tr.tablehead {
   background-color: #efefef;
   font-weight: bold;
   text-align: center;
}

table.paramstable tr.tablediv {
   background-color: #efefef;
   font-weight: bold;
   text-align: left;
}

table.paramstable > tr > th, table.paramstable > tr > td, table.paramstable > * > tr > th, table.paramstable > * > tr > td {
    border: 1px solid #ccc;
    padding: 2px 9px !important;
}

.php.source-php {
    border-left: 10px solid #EFEFEF;
    font-family: monospace;
    padding: 10px 20px;
    overflow: auto;
}

div.mw-geshi {
    background-color: #fff;
    border: 1px dashed #ccc;
    margin: 1em 0;
    padding: 1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}


.docs-sidebar ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.docs-sidebar ul li {
    margin: 0 !important;
    padding: 0 0 0 5px !important;
    font-weight: bold;
}
.docs-sidebar ul li ul li {
    font-size: 13px;
    font-weight: normal;
}
.docs-sidebar a {
    color: #337ab7;
}
.docs-sidebar a:hover {
    color: #285f8f;
}

.docs-content .home-button {
    padding: 15px 30px 10px 30px;
    margin: 0 0 20px 0;
    height: 135px;
    text-align: center;
    background-color: #f3f8fc;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.docs-content .home-button a {
    text-decoration: none;
    color: #36b !important;
}
.docs-content .home-button i {
    display: block;
    padding-bottom: 10px;
    font-size: 3em;
    color: #8fbce9;
}
.docs-content .home-button:hover i {
    color: #fff;
}
.docs-content .home-button:hover {
    background-color: #8fbce9;
}
.docs-content .home-button:hover a {
    color: #fff;
}

.docs-content .docs-related-pages {
    margin: 15px 0;
    padding: 15px;
    background: #F9F9F9;
    text-align: center;
}

.docs-content ul,
.docs-content ol {
    margin: 20px 35px;
}

.docs-content .source-cli {
    margin: 20px 0;
    padding: 12px 20px;
    background-color: #333;
    color: #efefef;
    border-radius: 4px;
    font-family: monospace;
    font-size: 1.1em;
    white-space: nowrap;
    overflow: auto;
}

footer.footer ul {
    margin: 0;
}
footer.footer .content-nav__link {
    color: #707e8c;
}

.docs-video-tutorial {
    display: block;
    background-color: #eaf3fb;
    border: 1px solid #d4e2ef;
    border-radius: 4px;
}
.docs-video-tutorial em {
    display: inline-block;
    padding: 0 20px;
    font-style: normal;
    font-size: 1.2em;
    line-height: 45px;
    color: #4d5e7a;
}
.docs-video-tutorial span {
    display: inline-block;
    float: right;
    background-color: #d4e1ef;
    width: 120px;
    line-height: 45px;
    text-align: center;
}
@media (max-width: 750px) {
    .docs-video-tutorial span {
        width: 100%;
        float: none;
    }
}