﻿.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

a img {
    border: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
    max-height: 100%;
    overflow: auto;
}

.container-fluid {
    padding: 0
}

#body-container {
    /*background-image: url(../Clippers/images/background.jpg);
    -ms-background-size: cover;
    background-size: cover;
    background-color: transparent;
    color: #fff;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-section {
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
}

header, footer, nav, section, div {
    display: block;
}

#header {
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
}

#footer {
    position: relative;
    clear: both;
    padding-top: 20px;
    color: #fff;
    background-color: black;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            text-decoration: underline;
            color: #fff;
        }

    #footer .copyright {
        padding: 30px 10px;
        font-size: 16px;
    }

    #footer .logos li {
        margin: 0 5px 20px 0;
    }

.main {
    background-color: #E7E7E7;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 100px;
}

.sLogo {
    margin: 0 auto;
}

.alert {
    margin-bottom: 25px;
    margin-top: 25px;
}

.sLogo img {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.right {
    float: right;
}

#padding-bottom {
    padding-bottom: 5px;
}

.footer-banner-container {
    max-width: 399px;
}

    .footer-banner-container img {
        max-width: 100%;
    }

table {
    width: 100%;
    border-spacing: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.analysis table {
    width: auto;
}

.analysis div.analysis-type {
    width: 100%;
}

.slider-horizontal {
    width: 100% !important;
}


/* ------------ General Cross Tenants Styles -------------- */
.clear {
    clear: both;
}

.required-mark {
    color: red;
}

.warning {
    color: red
}

.fine-print {
    font-size: 0.8em;
}

.alert .fine-print {
    padding-left: 19px;
    font-style: italic;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    font-size: 0.9em;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/*----------- ul link-bar -----------*/
ul.link-bar {
    padding-left: 0px;
    float: left;
    padding-bottom: 15px;
}

/*----------- ul link-bar -----------*/
ul.link-bar {
    padding-left: 0px;
    float: left;
    padding-bottom: 15px;
}

    ul.link-bar li {
        display: inline-block;
        padding-left: 7px;
        padding-right: 9px;
        font-size: 12px;
    }

        ul.link-bar li:first-child {
            border-left: none;
        }

        ul.link-bar li a {
            background-color: transparent;
            text-decoration: none;
            cursor: pointer;
        }

            ul.link-bar li a:hover, ul.link-bar li a:focus {
                text-decoration: underline;
            }



/*#surveyform .sTitle, #surveyform .sDesc, #surveyform .control-label {
    text-align: center;
    width: 100%;
}

#surveyform #print_button {
    display: none;
}

#surveyform .sButtons {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    #surveyform .sButtons #submit {
        -ms-border-radius: 60px;
        border-radius: 60px;
        max-width: 240px;
        width: 100%;
        background-color: #c8102e !important;
        color: white;
        padding: 15px 5px;
        text-transform: uppercase;
    }*/