﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

table, td, th {
    /*border: 1px solid black;*/
}



table {
    width: 100%;
}

th {
    height: 50px;
    text-align:center;
}
/* 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: 350px;
}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.radioSpace input[type="radio"] {
    margin: 5px;
}

.checkboxSpace input[type="checkbox"] {
    margin: 5px;
}

.headerCell {
    width: 100px;
    vertical-align: middle;
    padding-right: 25px;
}

.headerCell2 {
    width: 500px;
    vertical-align: middle;
}

.NotesTextBoxReadOnly {
    border: solid 1px black;
    text-align: left;
    background-color: white;
    padding: 3px 3px 3px 3px;
    overflow: hidden;
    width: 450px;
}


.MultiTextbox {
    /*overflow: hidden;*/
    width: 300px;
}

.numbersOnlyRegex {
    color: red;
    font-style: italic;
}

.bedCountLabel {
    width: 100px;
}

.errors {
    font-family: sans-serif;
    text-align: center;
    padding-left: 100px;
    float: left;
}

/*THIS IS FOR GRIDVIEW SKINNING*/
.DataWebControlStyle {
    font-size: 100%;
    border-color: black;
    text-align: left;
    width: 900px;
}

.HeaderStyle {
    color: White;
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    width: 75%;
    height: 30px;
    text-align: center;
}

.AlternatingRowStyle {
    color: Black;
    background-color: ButtonFace;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    width: 500px;
    overflow: hidden;
}

.FooterStyle {
    background-color: Yellow;
    color: Black;
    text-align: left;
}

.RowStyle {
    color: Black;
    background-color: White;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    width: 500px;
    overflow: hidden;
}

.SelectedRowStyle {
    background-color: #2647a0;
    color: White;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    width: 500px;
    overflow: hidden;
}

.printLargeLabel {
    /*border: 1px solid black;*/
    padding: 3px 3px 0px 3px;
}

.printSmallLabel {
}

.printQuestion {
    width: 400px;
    vertical-align: middle;
}

.printBody {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}



