﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

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

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

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors,
.validationMessage {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

/* UQ styles */
.uq-bar {
    background: rgb(96, 34, 124) url('images/bodybg.gif') repeat-x scroll 0pt 0pt;
    color: rgb(239, 239, 239);
    height: 100px;
    padding: 20px 0px 0px 20px;
}

.uq-bar-logo {
    background: transparent url('images/masthead-logo.gif') no-repeat scroll 0pt 0pt;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 182px;
    z-index: 9999;
    text-indent: -9999px;
}

.uq-sign-out {
    margin-top: 5px;
    text-align: right;
}

/* Misc */
.help-popover {
    margin-left: 5px;
}

table, td {
  border: 1px solid black;
  border-collapse: collapse;
}
