/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

/* Default
-------------------------------------------------- */

/* No device dependent */

a {
    text-decoration: underline;
}
a:hover {
    color: #b7337a;
}
.navbar a, footer a, a.btn, .btn a, .list-group a {
    text-decoration: none;
}


/* Extra small devices - phones */

.h1, h1 {
    font-size: 18px;
    color: maroon;
}
.h2, h2 {
    font-size: 20px;
    color: maroon;
}
.h3, h3 {
    font-size: 18px;
    color: maroon;
}
.nopadding {
    padding: 0;
}
.nomargin {
    margin: 0;
}
.footer .container {
    padding-top: 19px;
}
.footer p.text-muted {
    padding-top: 1px;
}
.footer .btn-default {
    background-color: #f5f5f5;
}
.jumbotron {
    padding-top: 51px;
    padding-bottom: 10px;
}

#content {
    padding-bottom: 30px;
}

.alert-package-not-found {
    margin-top: 20px;
}

.package-info-table-column-field {
    width: 14%;
}
.package-info-table-column-value {
    width: 90%;
}

/* Small devices - tablets */
@media (min-width: 768px) {
    .navbar-brand {
        text-transform: uppercase;
    }
    .jumbotron {
        padding-top: 51px;
        padding-bottom: 10px;
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size: 18px;
    }
}
/* Medium devices - desktops */
@media (min-width: 992px) {
    .jumbotron {
        padding-top: 51px;
        padding-bottom: 10px;
    }
}
/* Large devices - large desktops */
@media (min-width: 1200px) {
    .jumbotron {
        padding-top: 51px;
        padding-bottom: 10px;
    }
}


/* Links
-------------------------------------------------- */

.link-title {
    font-weight: bold;
}
.link-title, .link-title:visited {
    color: #0000EE;
}
.link-url {
    text-decoration: none;
    font-size: 0.875em;
}
.link-url, .link-url:visited {
    color: #008000;
}
.link-url:hover, .link-url:active {
    text-decoration: underline;
}


/* Ads
-------------------------------------------------- */

/* Extra small devices - phones */

.ads-top-container, .ads-content-bottom-container {
    text-align: center;
}
.ads {
}
.ads-content {
}
.ads-link {
}
.ads-dev {
    box-sizing: border-box;
    border: 1px solid;
}
.ads-content.ads-dev {
    border-color: #efeae6;
    background-color: #fffaf6;
}
.ads-link.ads-dev {
    border-color: #e6eaef;
    background-color: #f6faff;
}
.ads-content-top {
    display: inline-block !important;
    width: 320px;
    height: 100px;
    margin-bottom: 25px;
}
.ads-content-bottom {
    display: inline-block !important;
    width: 320px;
    height: 100px;
    margin-top: 25px;
}
.ads-content-right {
    display: none;
}
.ads-link-top {
    display: block !important;
    width: 200px;
    height: 90px;
    margin-bottom: 10px;
}
.ads-link-bottom {
    display: block !important;
    width: 200px;
    height: 90px;
    margin-top: 30px;
}
.ads-link-right {
    display: none;
}

/* Custom really extra small devices - phones */
@media (min-width: 230px) {
    .ads-content-top {
        width: 200px;
        height: 200px;
    }
    .ads-content-bottom {
        width: 200px;
        height: 200px;
    }
}
/* Custom really extra small devices - phones */
@media (min-width: 280px) {
    .ads-content-top {
        width: 250px;
        height: 250px;
    }
    .ads-content-bottom {
        width: 250px;
        height: 250px;
    }
}
/* Custom really extra small devices - phones */
@media (min-width: 350px) {
    .ads-content-top {
        width: 320px;
        height: 100px;
    }
    .ads-content-bottom {
        width: 320px;
        height: 100px;
    }
}

/* Custom really extra small devices - phones */
@media (min-width: 498px) {
    .ads-link-top, .ads-link-bottom {
        display: inline-block !important;
        width: 468px;
        height: 15px;
    }
}

/* Small devices - tablets */
@media (min-width: 768px) {
    .ads-top-container {
        text-align: right;
    }
    .ads-content-top, .ads-content-bottom {
        width: 320px;
        height: 100px;
    }
    .ads-content-right {
        display: inline-block !important;
        width: 200px;
        height: 200px;
        margin-top: -90px;
    }
    .ads-link-top, .ads-link-bottom {
        width: 468px;
        height: 15px;
    }
    .ads-link-right {
        display: inline-block !important;
        width: 200px;
        height: 90px;
        margin-top: 50px;
    }
}
/* Medium devices - desktops */
@media (min-width: 992px) {
    .ads-content-top, .ads-content-bottom {
        width: 728px;
        height: 90px;
    }
    .ads-content-right {
        width: 336px;
        height: 280px;
        margin-top: 0px;
    }
}
/* Large devices - large desktops */
@media (min-width: 1200px) {
    .ads-content-right {
        width: 300px;
        height: 600px;
        margin-top: -115px;
    }
    .ads-link-top, .ads-link-bottom {
        width: 728px;
        height: 15px;
    }
}