﻿body {
    padding-top: 100px;
    padding-bottom: 20px;
}

/*body {
    padding-top: 80px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;   
    /*margin-top: -50px;*/
    /*max-height: 500px;
    margin-bottom: 100px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}




.u-cf:before,
.u-cf:after {
    content: " ";
    display: table;
}

.u-cf:after {
    clear: both;
}

.u-hidden {
    display: none !important;
}

.u-posRelative {
    position: relative;
}

/* ProfileCard */

.ProfileCard {
    position: relative;
    padding: 1px;
    border: 1px solid #ccd6dd;
}

.ProfileCard-avail {
    display: inline-flex;
    color: blue;
}

.ProfileCard:hover .ProfileCard-avail {
    border-color: #f5f8fa;
}

.ProfileCard-details {
    min-height: 14px;
}

.ProfileCard-realName,
.ProfileCard-screenName {
    font-size: 16px;
    display: inline-block;
}

.ProfileCard-realName {
    font-weight: 700;
}

.ProfileCard-screenName {
    color: #8899a6;
}

.ProfileCard-description {
    margin-top: 5px;
    font-size: 14px;
    line-height: 2px;
}

.ProfileCard-stats {
    float: right;
    text-align: right;
}

.ProfileCard-stat {
    display: inline-block;
    font-size: 14px;
    line-height: 5px;
    text-transform: uppercase;
}

.ProfileCard-stat-label {
    color: #8899a6;
    font-weight: 500;
}

.ProfileCard-stat + .ProfileCard-stat {
    margin-left: 5px;
}

.ProfileCard:hover,
.ProfileCard.is-active {
    color: #fff;
    background: #55acee;
}

    .ProfileCard:hover .ProfileCard-screenName,
    .ProfileCard:hover .ProfileCard-stat-label,
    .ProfileCard.is-active .ProfileCard-screenName,
    .ProfileCard.is-active .ProfileCard-stat-label {
        color: #fff;
    }

.ItemSpinner,
.CustomerSpinner {
    display: none;
    width: 28px;
    height: 28px;
}

/* Disable number field scroll behaviour */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}



/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem; /* Footer height 
}*/

/*.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;   
}*/

.tableFixHead {
    overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
    height: 330px; /* gives an initial height of 200px to the table   height: 20vh;*/
    overflow-x: auto;
}

    .tableFixHead thead th {
        position: sticky; /* make the table heads sticky */
    top: 0px; /* table head will be placed from the top of the table and sticks to it */
    max-height: 3px;
}

    .tableFixHead tfoot tr td {
        position: sticky;
        bottom: 0;
        background-color: sandybrown;
        max-height: 3px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 15px;
        font-weight: 500;
    }

table {
    border-collapse: collapse; /* make the table borders collapse to each other */
    width: 100%;
}

.tableFixHead th,
td {
    padding: 2px;
    border: 1px solid #ccc;
}

.tableFixHead th {
    background: sandybrown;
    color: black;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    body {
        padding-top: 150px;
    }

    .homeImage{
        padding-top:20px;
    }

    footer{
        display:none;        
    }

    .tableFixHead {
        height: 750px;
    }
}

/*ul#gsmenu li .navbar-li {
    color: white;
    font-weight: bold;
}

.navbar-li {
    color: white;
    font-weight: bold;
}




#gslink {
    color: white;
    font-weight: bold;
}

li.my-class {
    color: white;
    font-weight: bold;
}*/
