﻿/* Move down content because we have a fixed navbar that is 50px tall */
html{
    height: 100%;
}

body {
    /*padding-top: 60px;*/
    padding-bottom: 20px;
    height: 100%;
    font-size: 14px !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.container-footer {
    //min-height: calc(100% - 60px); /* Adjust the height based on your footer height */
    //padding-bottom: 60px; /* Adjust the padding to accommodate the footer */
}

.footerr {
    height: 60px; /* Adjust the height based on your footer height */
    color: #777;
    text-align: center;
    line-height: 60px; /* Vertically center content */
}

/*Use for detail page table*/
.detail-gridview {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 12px;
    text-align: left;
    text-wrap: nowrap;
}

.detail-gridview-header {
    background-color: #f2f2f2;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
}

.tshirt-detail-gridview-header {
    background-color: #cbd7ed;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
}
    .tshirt-detail-gridview-header a{
        color: black;
    }
    .tshirt-detail-gridview-header a:hover{
        text-decoration: none;
    }

    .detail-gridview-row {
        border-bottom: 1px solid #ddd;
    }

.detail-gridview-no-results {
    text-align: center;
    padding: 10px;
    font-style: italic;
    color: #999;
}

.detail-gridview td, .detail-gridview th {
    padding: 8px;
}

.ViewDetailText{
    color: blue;
}

.siteCategory{
    font-size: larger;
    padding: 20px;
}

