html,
body {
    min-height: 100%;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.callout p:last-of-type {
    margin-bottom: 0px;
}

.bg-darker {
    background-color: rgba(0, 0, 0, 0.1);
}

.bs-pilot-lead-panel-icon {
    font-size: 20px;
}
.bs-pilot-lead-panel-body {
    height: 190px;
}
.bs-versioning-panel-body {
    height: 160px;
}

.bs-webapps-lead .bs-webapps-separator {
    width: 20%;
    margin-left: 0px;
    border-bottom: 2px solid #f85d13;
}

.bs-table-of-contents-anchor,
.bs-separator {
    height: 120px;
}

.bs-overview-icon {
    font-size: 100px;
}

.bs-component,
.bs-example {
    position: relative;
    padding: 25px;
    margin-bottom: 10px;
}
.bs-component.bs-component-unpadded {
    padding: 0px;
}

.bs-border-sample > div {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    background-color: rgba(0, 0, 0, 0.01);
}

.bs-component-source {
    position: relative;
    margin-bottom: 60px;
}
.bs-component-source pre {
    margin-bottom: 0px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
}

.bs-component-source .copy-source {
    position: absolute;
    right: 0px;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
}

.bs-component .navbar {
    margin-bottom: 0px;
}

.bs-docs-section .sidebar {
    height: 600px;
}
.sidebar-left + .sidebar-background + #source-button {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.sidebar-right + .sidebar-background + #source-button {
    position: fixed;
    top: auto;
    right: 20;
    bottom: 20px;
    left: auto;
}

.bs-material-component {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 100px;
}

.bs-dropdown-example {
    height: 420px;
}
.bs-dropdown-example .dropdown > .dropdown-toggle {
    float: left;
}
.bs-dropdown-example .dropdown > .dropdown-menu {
    position: static;
    display: block;
    clear: left;
}

.bs-component > .container-fluid > .row > div {
    border: 1px solid #f0f0f0;
    font-family: Consolas, monospace;
    font-size: 12px;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bs-component .progress-circular {
    width: 20%;
    display: inline-block;
}

.bs-component .modal,
.bs-example .modal {
    position:relative;
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
    z-index:1;
    display:block;
}

.bs-component .modal-dialog,
.bs-example .modal-dialog {
    width:90%;
}

.bs-component .splash {
    height: 400px;
}

.bs-color-sample {
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 20px 0px;
}

.bs-palette-header {
    padding: 40px 10px 10px 10px;
}
.bs-palette-sample-label,
.bs-palette-sample-hex {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 8px 15px;
}
.bs-palette-sample-label {
    text-align: left;
}
.bs-palette-sample-hex {
    text-align: right;
}
