﻿
@media screen and (max-width: 768px) {
    .gridHeader {
        display: none;
    }
}


body {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/* Used as a selector for form input/edit controls  */
input[type=date] {
    max-width: 175px;
}

input[type=button] {
    margin-left: 5px;
    margin-right: 5px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

td.grid {
    padding-left: 4px;
    padding-right: 4px;
}

.gridControls {
    padding-top: 5px;
    padding-bottom: 6px;
}

.gridHeader {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.waitMessage {
    font-weight: bold;
    color: red;
}

@media print {
    .noPrint {
        visibility: hidden;
    }
}
