﻿span, a {
    color: #555 !important;
}

.noPrint, input[type=button], input[type=submit], .showMobile, .showMobileInline,
.editButtons a, .icon-cross, .icon-bin, .RequiredField, a.addInmate, .editOfficersBtn,
#mainHeader {
    display: none !important;
}

.yesPrint {
    display: block !important;
}

h1 {
    color: #555;
    padding: 0;
    margin: 0 auto;
    border: 0;
}

.DataTable, .DataTable tbody {
    border: 0;
}

.DarkBlueHeader span {
    display: block;
    text-align: center;
    text-decoration: underline;
}

.surveyTables .surveyTbl:nth-child(even) {
    page-break-after: always;
}
ol li
{
	margin: 15px 0 0 15px;
}
.formContent
{
	padding: 0 !important;
}
div.formLbl
{
	font-weight: bold !important;
}
#mainBody
{
    padding-top: 20px;
}
.Nav
{
    display: none;
}
.formTable input, .formTable select, textarea
{
    border: 0;
}
.editDialog
{
    max-width: none;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: auto;
    box-shadow: none;
    z-index: 9999999999;
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}