html, body {
    height: 100%;
}

h1 {
    font-size: 1.786em;
}

.wrap {
    height: auto;
    min-height: 100%;
    width: auto;
    padding-bottom: 191px;
    margin-right: 30px;
    margin-left: 30px;
}

.wrap > .row > div:last-child {
    margin-top: 42px;
    padding-bottom: 35px;
}

.playground-content {
    max-width: 1250px;
}

/* Style for bootstrap List group */
#navigation.list-group {
    margin-top: 60px;
}

#navigation .nav-stacked > li + li {
    margin-top: 0;
}

#navigation .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#navigation .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#navigation.list-group > .nav > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#navigation.list-group > .nav > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#navigation .nav-pills > li.active > a,
#navigation .nav-pills > li.active > a:hover,
#navigation .nav-pills > li.active > a:focus {
    background-color: #b61616;
}

/* Style for bootstrap Navbar */
#main-menu.navbar-inverse {
    background-color: #b61616;
}

#main-menu .container {
    width: 100%;
}

#search-form input {
    margin: 3px;
}

#navigation {
    margin-top: 20px;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

@media (max-width: 768px) {
    #main-menu #search-form {
        float: none !important;
    }

    #search-form input {
        margin-top: 10px !important;
        width: 100% !important;
    }

    #search-form .btn {
        display: none;
    }
}

#main-menu .search-form input {
    width: 170px;
}

/* Style for Lursoft copyright and footer */
.footer {
    margin-top: -191px;
    font-size: 13px;
}

.footer hr {
    margin: 15px 15px;
    border-top: 1px solid #444;
}

.lursoft-copyright {
    font-size: 0.846em;
    color: #8C8C8C;
}

.footer .row {
    padding-top: 15px;
    background-color: #232323;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.footer-copyright {
    color: #ccc;
    text-wrap: none;
}

.footer .footer-col-wrap {
    text-align: left;
    border-left: 1px solid #444444;
}

.footer .footer-col-wrap h5 {
    color: #ccc;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer li {
    list-style-type: none;
}

.footer li > a {
    color: #ccc;
    text-decoration: none;
}

.footer li > a:hover,
.footer li > a:focus {
    color: #B51718;
}

.footer .footer-links {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .wrap {
        padding-bottom: 367px;
    }

    .footer {
        margin-top: -357px;
    }

    .footer .footer-col-wrap {
        border-left: none;
    }

    .footer .footer-col-wrap h5 {
        margin-top: 10px;
    }

    #menu-collapse > .navbar-nav > li > a,
    #profile-collapse > .navbar-nav > li > a{
        padding: 7px 7px;
    }
}

.footer .container-fluid {
    padding: 0;
}

/* Style for API function table */
span.api-atrib-value {
    font-weight: bold;
}

.playground-content textarea {
    width: 100%;
    resize: vertical;
}

.submit-btn {
    text-align: right;
}

/* Style for scroll to top button */
#backToTop {
    position: fixed;
    right: 15px;
    bottom: 10px;
    background: none repeat scroll 0 0 #555;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #555;
    opacity: 0.7;
    z-index: 100;
}

#backToTop:active, #backToTop:focus {
    outline: medium none;
}

#backToTop:hover {
    background-color: #B51718;
    border: 1px solid #B51718;
    opacity: 1;
}

#backToTop > span {
    color: #FFFFFF;
    margin-left: 13px;
    margin-top: 12px;
}