﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
   padding-bottom: 45px;
}

/* 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;
}*/

.width-100{
    width: 100%;
}

.min-h-50{
    min-height: 50px;
}

.disp-none {
    display: none;
}

.t-align-r{
    text-align: right;
}

#companies-container table{
    min-width: 1000px;
}

#analytics-container table {
    min-width: 835px;
}

#licenses-container table{
    min-width: 835px;
}
.cursor-def{
    cursor:default;
}

.text-danger-imp {
    color: #a94442!important;
}

.footer_fixed {
    /*margin-top: 40px;*/
    width: 100%;
    min-height: 55px;
    height: 55px;
    background-color: #ffffff;
    border-top: 1px solid #d7d7d7;
    /*position: relative;*/
    position: fixed;
    left: 0px;
    bottom: 0px;
    /*margin-top: -55px; /* negative value of footer height */
    clear: both;
}

.centered_content {
    width: 1260px;
    margin: 0 auto;
}

.footer {
    min-height: 48px;
    margin-top: 1px;
    margin-right: 0px;
    padding-left: 20px;
}

    .footer p {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        color: #3e4c57;
        font-size: 13px;
        font-weight: normal;
        line-height: 13px;
        padding-top: 10px;
    }

    .footer img {
        margin-right: 12px;
    }

    .footer a {
        color: #3e4c57;
        text-decoration: none;
    }

.footer_left {
    float: left;
    height: 36px;
    width: 194px;
    padding-left: 5px;
    padding-top: 8px;
}

.footer_middle {
    float: left;
    height: 36px;
    width: 542px;
    text-align: center;
}

.black#gsti {
    background-image: url(images/gsti_black.png);
    background-repeat: no-repeat;
}

#gsti {
    float: left;
    width: 225px;
    height: 22px;
    z-index: 18;
    margin-top: 16px;
    margin-right: 5px;
}
