body {
	/* background-image: url('../../Graphics/cl_navy/background.jpg');
	background-repeat: repeat;
	background-attachment: scroll;	 */
	background-color: #eaeaea;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: black;
	margin: 0px;
	text-align: center; /* for IE */	
}

a {
	color: #535353;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #535353;
}

a:visited {
	color: #535353;
}

a:hover {
	text-decoration: underline;
}

#topNav {
	float: right;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}

#leftNav {
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}

#container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	border: 1px rgb(167, 167, 167) solid;
	box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.3);
}

#mainContent {
	width: 1000px;
	text-align: center;
	clear: both;
	margin-left: 50px;
	margin-right: 40px;	
	margin-top: 35px;
}

.column {
	float: left;
  width: 50%;
  padding: 10px;
  height: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#loginContent {
	width: 1100px;
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#loginContent table {
	border-spacing: 0px;
}

#mainContent table.menu {
	width: 100%;
}
#mainContent td.menu {
	vertical-align: top;
}
#mainContent ul.menu {
	padding-left: 45px;
	padding-bottom: 5px;
	text-align: left;
	width: 91%;
}

#mainContent ul.menu img {
	float: right;
}

#mainContent ul.menu li {
	padding: 1px;
	font-size: 17px;
}

#topImage {
}

h1 {
	text-align: center;
	margin: 0px;
	color: rgb(46, 76, 131);
}

h2 {
	text-align: left;
	color: rgb(46, 76, 131);
	border-bottom: 1px solid black;
}

h3 {
	text-align: center;
	color: rgb(46, 76, 131);
}

h4 {
	text-align: center;
	font-size: 34px;
	margin-top: 21px;
	margin-bottom: 20px;
	color: rgb(46, 76, 131);
}
h5 {
	font-size: 26px;
	color: rgb(46, 76, 131);
	margin-block-start: 1.6em;
	margin-block-end: 0.4em;
}
h6 {
	font-size: 20px;
	color: rgb(46, 76, 131);
	margin-block-start: 1.6em;
	margin-block-end: 0.4em;
	margin-bottom: 5px;
}
#popup {
	color: black;
}

form {
	margin: 0px;
}
input{ 
	font-size: 17px;
}
input[type='radio'] { 
	cursor: pointer;
     /*transform: scale(1.3); */
 }
input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -1px;
        left: -2px;
        position: relative;
        background-color: #becad5;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
	}

 input[type='radio']:checked:after {
     width: 15px;
     height: 15px;
     border-radius: 15px;
     top: -1px;
     left: -2px;
     position: relative;
     background-color: rgb(46, 76, 131);
     content: '';
     display: inline-block;
     visibility: visible;
     border: 2px solid white;
	}
 
select{ 
	font-size: 17px;
}
option{
	font-size: 17px;
}

ul.errors {
	color: #b21100;
	font-weight: bold;
	position: relative;
	font-size: 17px;
	left: -25px;
	list-style: none;
}

#stackTrace {
	text-align: left;
}

pre {
	text-align: left;
	margin-left: 30px;
	width: 850px;
	overflow: auto;
}

td.fieldName {
	text-align: right;
	color: black;
	font-weight: bold;
	font-size: 17px;
	padding-right: 10px;
}

p.fieldName {
	color: black;
	font-weight: bold;
	font-size: 17px;
	padding-right: 15px;
}

td.fieldLogin {
	text-align: right;
	color: black;
	font-size: 17px;
}

td.fieldHeading {
	color: rgb(53, 74, 150);
	font-weight: bold;
	font-size: 24px;
	height: 50px;
}

td.fieldHeading_small {
	text-align: left;
	color: rgb(46, 76, 131);
	font-weight: bold;
	font-size: 14px;
	height: 50px;
}

td.fieldSet {
	border: solid white 1px;
	color: black;
	font-size: 13px;
	vertical-align: top;
	padding-top: 30px;
}

td,th {
	font-size: 16px;
}

#reportHeading tr td {
	font-size: 16px;
	vertical-align: top;
}

#reportHeading {
	width: 115%;
	margin-bottom: 17px;
	text-align: left;
}

#reportRecords {
	color: #84969c;
	font-size: 20px;
}

#customResultsDiv {
	height: auto;
	overflow: auto;
}

tr.leftalign th {
	text-align: left;
}

div.refiningOptions {
	width: 655px;
}

/* TRBL */
div.refiningOptions h6 {
	font-size: 13px;
	margin-bottom: 3px;
}

em {
	color: rgb(53, 74, 150);
	font-style: normal;
}

span.dotted {
	border: 1px dotted white;
}

div.refiningOptions {
	width: 100%;
}

div.refiningOptions form {
	margin: 0px;
}

div.refiningOptions table {
	margin-left: 30px;
}

#studentResults {
	text-align: left;
	border-spacing: 0px;
}

#studentResults tr th {
	color: rgb(46, 76, 131);
	font-size: 17.5px;
	text-align: left;
}

#studentResults tr td {
	text-align: left;
	font-size: 17.5px;
	font-weight: bold;
}

#customResults tr th {
	color: rgb(45 62 126);
	font-size: 17px;
	text-align: center;
}

input.button {
	padding: 5px 35px 5px 35px;
	border: 0px;
	border-radius: 8px;
	font-weight: bold;
	color: white;
	background-color: rgb(46, 76, 131);
	font-size: 18px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
input.button:hover {
	background-color: rgb(27, 55, 97);
}

input.buttonDisabled{
	border: 0px solid #999999; 
	background-color: #eee; 
	color: #bbb;
	border-radius: 8px;
	padding: 5px 35px 5px 35px;
	font-weight: bold;
	font-size: 18px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}

input.buttonNarrow {
	padding: 2px 35px 2px 35px;
	border: 0px;
	border-radius: 8px;
	font-weight: bold;
	color: white;
	background-color: rgb(46, 76, 131);;
	font-size: 16px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
input.buttonNarrow:hover {
	background-color: rgb(27, 55, 97);
}

input.buttonSecondary {
	padding: 5px 35px 4px 35px;
	border: 0px;
	border-radius: 8px;
	font-weight: bold;
	color: rgb(46, 76, 131);
	background-color: #d7e2ec;
	font-size: 18px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
input.buttonSecondary:hover {
	color: white;
	background-color: #678bc2;;
}
input.buttonSecondaryNarrow {
	padding: 2px 35px 2px 35px;
	border: 0px;
	border-radius: 8px;
	font-weight: bold;
	color: rgb(46, 76, 131);
	background-color: #d7e2ec;
	font-size: 16px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
input.buttonSecondaryNarrow:hover {
	color: white;
	background-color: #678bc2;
}


input.reviewButton {
	color: white;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: 0px;
	background-color: #ff8080;
	font-size: 15px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}

#customResults tr td {
	text-align: center;
	font-size: 16px;
}

p {
	margin-left: 30px;
	margin-right: 30px;
}

table.customForm {
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}

#bottomImage {
}

#nav {
	height: 32px;
	width: 800px;
	padding-top: 25px;
	margin: 0px;
	margin-left: 50px;
	margin-right: 50px;
}

.imagebutton {
	height: 22;
	width: 23;
	border: solid 2px #C0C0C0;
	background-color: #C0C0C0
}

.image {
	position: relative;
	left: 1;
	top: 1;
	height: 18;
	width: 19;
	border: none;
}

#toolbar {
	height: 30;
	width: 322px;
	background-color: #C0C0C0;
}
div.reviewMode {
	text-align: center;
	font-size: x-large;
	background-color: hotPink;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* CityREPORTs 2.4.2 */
.dash_completed
{
	background-color: rgb(46, 76, 131);
	color:black;
	font-weight:bold;
}
.dash_completed:hover
{
	background-color: rgb(36, 60, 102);
}
.dash_accessed
{
	background-color: #8eacd9;
	color:black;
	font-weight:bold;
}
.dash_accessed:hover
{
	background-color: #839fc9;
}
.dash_notaccessed
{
	background-color: #C2DAF1;
	color:black;
	font-weight:bold;
}
.dash_notaccessed:hover {
  background-color: #b2c6d9;
}

.regbutton {
	border:2px solid #FE372A; 
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: normal;
	font-size: 10px;
	color: #FE372A;
}

input[type=checkbox] {
         position: relative;
	       cursor: pointer;
	       paddiing-right: 2px;
    }
input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 13px;
         height: 13px;
         top: 0;
         left: 0;
         border: 2px solid #555555;
         border-radius: 3px;
         background-color: white;
}
input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 4px;
         height: 9px;
         border: solid black;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 2px;
         left: 6px;
}

.dropdown-collapsible {
  background-color: #EEE;
  color: rgb(46, 76, 131);
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .dropdown-collapsible:hover {
  background-color: #DDD;
}

.dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}


.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2E4C83;
  cursor: pointer;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2E4C83;
  cursor: pointer;
}



.myTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.myTable td, th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

.myTable tr:nth-child(even) {
    background-color: #edf1f5;
}
