.example-meta .tab-content
{
    margin-bottom:24px;
}
.example-meta .tab-pane
{
    height:300px;
    overflow:auto;
}
.example-meta a.nav-link.active
{
    color:#1e8fc6;
}
.sidebar-foot
{
    position: relative;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    background-color: rgba(0,0,0,.2);
    border: 0;
}

ul.nav-dropdown-items li.nav-item a.nav-link
{
    padding-left:25px !important;
}

ul.nav-dropdown-items li.nav-item ul a.nav-link
{
    padding-left:35px !important;
}

.table-responsive
{
    display: block;
    width: 100%;
    overflow-x: auto;
}

.docs-table>tbody>tr>td:first-child, .bs-events-table>thead>tr>th:first-child {
    white-space: nowrap;
}

pre
{
    border-left: solid 2px #36a9e1;
    padding:5px;
    border-radius: 4px;
    background-color:#f2faff;
}

pre code.hljs
{
    background-color:#f2faff;
}

h1 .anchor-link,
h2 .anchor-link,
h3 .anchor-link,
h4 .anchor-link
{
    color:#f5f5f5;
    text-decoration: none;
}

h1:hover .anchor-link,
h2:hover .anchor-link,
h3:hover .anchor-link,
h4:hover .anchor-link
{
    color:#67c2ef;
}

.doc-content
{
    margin-bottom:3rem;
}

.doc-content>h2::before,
.doc-content>h3::before,
.doc-content>h4::before
{
    display: block;
    height: 4rem;
    margin-top: -4rem;
    visibility: hidden;
    content: "";
}
.link-map a
{

    text-decoration: none;
}

ul.link-map
{
    margin-left:-1.25rem;
    margin-top:1.25rem;
    margin-bottom:2.5rem;
}



.link-map,
.link-map ul
{
    list-style: none;
}



.link-map li
{
    list-style: none;
}

.link-map li::before
{
    content:"#";
    margin-right: .25em;
    color: #67c2ef;
    opacity: .3;
}

ul.link-map ul li
{
    font-weight: 400;
}

ul.link-map li
{
    font-weight: 700;
}

ul.link-map>li>ul
{
    margin-left:-1.25rem;
}

.doc-content h1
{
    font-weight: 200;
    font-size:42px;
}
.doc-content h2,
.doc-content h3,
.doc-content h4
{
    font-weight: 400;
}

.doc-content h2
{
    margin-top:3rem;
    margin-bottom:1.25rem;
}

.doc-content h3
{
    margin-top:2rem;
    margin-bottom:1.25rem;
}


.doc-content h1:first-child
{
    margin-top:0px;
}

.doc-content
{
    font-size:15px;
}

@media (max-width:576px)
{
    .app-container
    {
        padding:0px !important;
    }    
}

a.get-koolreport-pro,
a.get-koolreport-pro:hover
{
    color:#44178d;
}

div.register-form
{
    background-color:#f2f4f5;
    border-radius: 4px;
    padding:30px;
}

div.register-form h3
{
    font-weight: 500;
}

#registerModal p.bad
{
    display:none;
}

#registerModal.bad p.bad
{
    display: inline;
}

#registerModal.bad p.good
{
    display: none;
}
