﻿@media (max-width: 935px) {
   .item {
       width: 100%!important;
   }
   .show-mobile {
       display: block;
   }
   .hide-mobile {
       display: none;
   }
   .side-menu{
       display:none;
   }
   .main-table{
       width:100%!important;
   }
   blockquote{
       margin:15px;
   }
   #main-block{
       width: 100%!important;
   }
   #gridPanel1 table{
       width: 100%!important;
       margin-left: 5px!important;
   }
   center table{
       width: 100%!important;
       margin-left: 5px!important;
   }
   #gridPanel1 td{
       white-space:normal!important;
   }
   #header-fixed{
       width: 100%!important;
       margin-left: 5px!important;
       left:0%!important;
   }
   #header-fixed-less{
       width: 100%!important;
       margin-left: 5px!important;
       left:0%!important;
   }

   .search{
        max-width:none !important;
    }
}

@media (min-width: 935px) {
   .show-mobile {
       display: none;
   }
   .hide-mobile {
       display: block;
   }
  .side-menu{
       display:block;
       visibility:visible;
   }
}

.top-logo {
    background-color:#005dba;
    width:100%;
    border:0;
    padding:13px 15px 11px 15px;
    align-content:center;
}

body 
{
	margin:0;
	height:100%; 
    color: #333333;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#header {
    width: 100%;
	padding:0px;
    padding-right:0px
}

#content {
	padding-bottom:274px; /* Height of the footer element */
}

#footer {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

#form1 {
    text-align: center;
}

.current_Dropdown {
    font-weight:bold;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 340px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:9999;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

dropdown:hover {
    background-color:#000000;
}

h2 {
    font-size: 16pt;
}

footer_FF
{ 
	font-family: "Source Sans Pro",Arial,sans-serif;
	vertical-align:top;
	font-size:12px; 
	color:#FFFFFF; 
	text-decoration:none; 
	text-align: left 
}

.footer A:link   
{ 
	font-size:12px; 
	color:#FFFFFF; 
	text-decoration:none; 
}

.footer_FF A:link   
{ 
	font-size:12px; 
	color:#FFFFFF; 
	text-decoration:none;  
	text-align: left 
}

.footer A:visited
{ 
	font-size:12px; 
	color:#FFFFFF; 
	text-decoration:none; 
}

.footer_FF A:visited
{ 
	font-size:12px; 
	color:#FFFFFF; 
	text-decoration:none;  
	text-align: left 
}

.footer A:hover  
{ 
	font-size:12px; 
	color:#000000;  
	text-decoration: none;
}

.footer_FF A:hover  
{ 
	font-size:12px; 
	color:#000000;  
	text-decoration: none; 
	text-align: left 
}

.footerhead
{
	font-family: "Source Sans Pro",Arial,sans-serif;
	font-size: 10pt;
	font-style: italic;	
	font-weight:bold;
    width:13%;
	text-align: left;  
	text-decoration: none;
	/*border-spacing:5px;
	border-bottom:5px	*/
}

table {
    border-collapse: collapse;
     border-spacing: 0;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: none;
}

a:visited
{	
	text-decoration: none;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

.page_top_text {
    font-family:"Source Sans Pro",Arial,sans-serif;
    text-align:left;
	vertical-align:middle;
}

.nav_button
{
	background-color: #1E79D2;
	font-family: "Source Sans Pro",Arial,sans-serif;
	/*padding: 6px 9px 6px 9px; */
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.nav_button:hover 
{ 
	background-color: #1465B6; 
	color:#FFFFFF; 
	text-decoration: none;
}

.nav_cell
{
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #1E79D2;
	color: #FFFFFF;
    text-decoration: none;
}

td
{
	font-family: "Source Sans Pro",Arial,sans-serif;
	font-size: 12pt;
	text-align:left;
	vertical-align:middle;
}

.gridPanel
{    
    //background-color: white;
		width:100%; 
		border-collapse:collapse; 
        overflow: hidden;
	}

	/* Define the hover highlight color for the table row */
    .gridPanel tr:hover td {
          background-color: #c0c0c0;
    }
/*
        .gridPanel col.hover {
          background-color: #c0c0c0;
    }
*/




.gridPanelTotal
{
    color: white;
    font-weight:700;
    background-color: white;
   /* background-color: #6495ed;*/
}

.gridPanelGrandTotal
{
    color: white;
    font-weight:bold;
    background-color: #4169e1;
}

h3 
{
    font-family: "Source Sans Pro",Arial,sans-serif;
	font-size: 16px;
}

.rowHeaditalic
{
	font-family: "Source Sans Pro",Arial,sans-serif;
	font-size: 12pt;
    font-style: italic;
    font-weight:bold;
}

        LeveltotalRowCH_5_6 {
            background-color: gray;
        }

.rowHeadBold
{
	font-family: "Source Sans Pro",Arial,sans-serif;
	font-size: 12pt;
    font-weight:bold;

}

.rowHeadBold_7_1
{
	font-size: 12pt;
    font-weight:bold;
    width: 23%
}

/*.rowHead_1_6
{
	text-wrap:yes;
    width: 20%
}*/

.rowHead_5_4
{
	text-wrap:yes;
    /*width: 39%*/
}

.rowHead_4_5:hover
{
    width: 20%
}

.rowHead
{
	
}

.rowHead_1_5
{
	/*text-wrap:inherit;*/
}

.rowHead_3_9
{
	/*width:20%;*/
    border-right: 1px solid #005dba;
}

.rowHeader
{
	text-wrap:inherit;
}

.rowHead_Race
{
	
}

/*.rowHead_Race:hover
{
	background-color:#c0c0c0;
}

.rowHead:hover
{
	background-color:#c0c0c0;
}

tr.rowhover {
    font-family: arial;
    font-size: 10pt;
}

tr.rowhover:hover 
{
    background-color: #c0c0c0;
}*/

.titleLeftLockedCell
{
	font-weight:700;
}

.titleLeftLockedCell_11
{
	background:#005dba;
    color:#ffffff;
    font-weight:700
}

.titleTopLockedCell_11
{
	font-weight:bold;
    text-align:right;
    background:#005dba;
    color:#ffffff;
}

.titleLeftLockedCell_11
{
	background:#005dba;
    font-weight:700;
    color:#ffffff
}

.titleLeftLockedCell_Race
{
	font-weight:700;
    background:#005dba;
}

.titleAllLockedCell_Race
{
	font-weight:700;
    background:#005dba;
    color:#ffffff;
    text-align:center;
    border-left:2px solid #ffffff;
}

.titleTopLockedCell
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
}

.titleTopLockedCell_Race
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    height:30px;
}

.titleTopLockedCell_College_7_2
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:7%
}

.titleTopLockedCell_College
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:9%
}

.titleTopLockedCell_Hall5
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
   /* width:5%;*/
    height:53px;
}

.titleTopLockedCell_Hall6
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:5%;
    height:53px;
}

.titleTopLockedCell_Hall7
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:7%;
    height:53px;
}

.titleTopLockedCell_RaceGender
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:4%
}

.rowHeadBBU
{
	font-weight:bold;
    text-decoration: underline;
    font-size:x-large;
}

.titleTopLockedCell_7
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:13%
}

.titleTopLockedCell_3_18
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:30%
}

.titleLeftLockedCell_7
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
}
}

.titleLeftLockedCell_11
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:14%
}

.titleTopLockedCell_11
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:8%
}

.titleLeftLockedCell_11
{
	font-weight:bold;
    border-left: solid 1px #ffffff;
    text-align:center;
    background:#005dba;
    color:#ffffff;
    width:13%
}

.titleAllLockedCell_11 {
   font-weight: bold;
    height: 25px;
    background:#005dba;
    color:#ffffff;
    text-align:left;
}

/* table header */
/*.titleAllLockedCell {
    font-weight: bold;
    height: 25px;
    border-bottom: solid 2px #000000;
    border-top: solid 2px #000000;
    text-align:left;
}*/

.titleAllLockedCell {
    font-weight: bold;
    height: 25px;
    text-align:left;
    background:#005dba;
    text-align:left;
    color:#ffffff;
}

.titleAllLockedCell2 {
    font-weight: bold;
    height: 25px;
    text-align:left;
    background:#005dba;
    text-align:left;
    color:#ffffff;
}

.title_Race {
    font-weight: bold;
    height: 25px;
    background:#005dba;
}

.titleAllLockedCell_Race {
    font-weight: bold;
    height: 25px;
    background:#005dba;
}

.titleAllLockedCell_Hall {
    font-weight: bold;
    height: 25px;
    text-align:left;
    background:#005dba;
}

.titleAllLockedCell_RaceGender {
    font-weight: bold;
    height: 25px;
    text-align:left;
    background:#005dba;
    width:4%;
}

.totalRow
{
	font-weight:bold;
    text-align:right
}

.totalRow_7_1
{
	font-weight:bold;
    text-align:right;
    width:7%;
}

.totalRowDP
{
	font-weight:bold;
    text-align:right
}

.totalRow_YearGender
{
	font-weight:bold;
    text-align:right;
    width:5%
}

.totalRow_4_5
{
	font-weight:bold;
    text-align:right;
    width:6%
}

.totalRow_4_7
{
	font-weight:bold;
    text-align:right;
    width:7%;
    background-color:#ededed;
    height:30px;
}

.totalRow_Underline {
    font-weight:bold;
    text-align:right;
    border-bottom:1px solid #000000
}

.RacetotalRow
{
	font-weight:bold;
    text-align:right;
    width:4%
}

/*.RacetotalRow:hover
{
	background-color:#c0c0c0;
}*/

/* table header */
.totalRowHead
{
	font-weight:bold;
}

.totalRowHead_7_5
{
	font-weight:bold;
    height: 30px;
    text-align:left
}

.totalRowHeadDP
{
	font-size: 12pt;
	font-weight:bold;
}

.totalRowHead_YearGender
{
	font-weight:bold;
    width:19%;
}

/*.totalRowHead:hover
{
	background-color:#c0c0c0;
}*/

.totalRowHead_Underline
{
	font-family: "Source Sans Pro",Arial,sans-serif;
	font-size: 10pt;
	font-weight:bold;
    border-bottom:1px solid #000000
}

/*.totalRowHead_Underline:hover
{
	background-color:#c0c0c0;
}*/

.totalrowHead_4_5 {
	font-weight:bold;
    text-align:left;
}

.totalrowHead_4_7 {
	font-weight:bold;
    text-align:right;
    width:20%;
    background-color:#ededed;
    height:30px;
}

.ColtotalrowHead {
	font-weight:bold;
    background-color:#ededed; 
    height:30px;
}

.ColtotalrowHead_1_6 {
	font-weight:bold;
    background-color:#ededed;
    height:30px;
}

.ColtotalrowHead_7_6 {
	font-weight:bold;
    background-color:#ededed;
    height:30px;
    width:20%;
}

.ColtotalrowHead_5_4 {
	font-weight:bold;
    background-color:#ededed;
    height:30px;
    /*width:30%;*/
}

.ColtotalrowHead_4_5 {
	font-weight:bold;
    background-color:#ededed;
    height:30px;
    width:20%;
}

.ColtotalRow_5_4 {
	font-weight:bold;
    text-align:right;
    background-color:#ededed;
    width:6%;
}

.ColtotalRow {
	font-weight:bold;
    text-align:right;
    background-color:#ededed;
}

.ColtotalRow_4_5 {
	font-weight:bold;
    text-align:right;
    background-color:#ededed;
    width:5%;
}

.ColtotalRow_3_9 {
	font-weight:bold;
    text-align:right;
    background-color:#ededed;
    width:8%;
}

.ColtotalRow_YearGender {
	font-weight:bold;
    text-align:right;
    background-color:#ededed;
    width:4%;
}

.ColtotalRow_1_6 {
	font-weight:bold;
    text-align:right;
    background-color:#ededed;
    width:6%;
}

.ColtotalRow_1_8 {
	font-weight:bold;
    text-align:right;
    background-color:#ededed;
    width:3%;
}

.ColtotalRow_College {
	font-weight:bold;
    text-align:right;
    background-color:#ededed;
    width:9%;
}

.ColtotalRow_7_6 {
	font-weight:bold;
    text-align:right;
    background-color:#ededed;
    width:5%;

}

.totalspacerowHead {
	font-weight:bold;
    height:30px;
}

.totalRowHead_3_9
{
	font-weight:bold;
    border-right: 1px solid #005dba;
}

/*rowHead_3_9:hover {
    background-color:#c0c0c0;
}*/

.valueCell_3_9
{
	text-align:right;
	width: 7%;
}

.valueCell_Underline
{
	text-align:right;
	border-bottom:1px solid #000000;
    text-valign:bottom;
}

.valueCell_1_5
{
	text-align:right;
    width:10%;
}

.valueCell
{
	text-align:right;
    width:15%;
}

.valueCell_Race
{
	text-align:right;
    width:7%;
}

.valueCell_RaceGender
{
	text-align:right;
	width: 4%;
}

/*.valueCell_RaceGender:hover
{
	background-color:#c0c0c0;
}*/

.valueCell_College
{
	border-right: 0px #c0c0c0;
	text-align:right;
	width: 9%;
}

.valueCell_YearGender_2_3{
	text-align:right;
	width:6%;
}

.valueCell_YearGender_7_6{
	text-align:right;
	width:5%;
}

.valueCell_7_6{
	text-align:right;
	width:5%;
}

.valueCell_College:hover
{
	background-color:#c0c0c0;
}

.valueCell_3_9:hover
{
	background-color:#c0c0c0;
}

.valueCell:hover
{
	background-color:#c0c0c0;
}*/

.rowHead_1_8 {
	text-wrap:normal;
    width:20%;
}

.rowHead_7_1 {
	width: 22%;
}

.rowHead_2_4 {
	/*width: 30%;*/
}

.valueCell_1_8 {
	text-align:right;
	width: 4%;
}

.valueCell_7_3 {
	text-align:right;
	width: 8%;
}

.valueCell_7_1 {
	text-align:right;
	height: 30px;
	/*width: 4%;*/
}

.valueCell_7_5 {
	text-align:right;
	height: 30px;
}

.valueCell_7_2 {
	text-align:right;
}

.valueCell_YearGender_7_6{
	text-align:right;
	width:6%;
}

.valueCell_GenderYear{
	text-align:right;
	width:4%;
}

.valueCell_GenderYear_7_6{
	text-align:right;
	width:5%;
}

b {
    font-family: "Source Sans Pro",Arial,sans-serif;
}

.rowHead_4_5 {
	border-right: 0px #c0c0c0;
    text-wrap:normal;
	width: 25%;
}

.valueCell_4_5 {
	text-align:right;
	width: 5%;
}

.valueCell_1_6 { 
	text-align:right;
	width: 6%;
}

.valueCell_2_4 { 
	text-align:right;
	width: 6%;
}

.valueCell_5_4 { 
	text-align:right;
	width: 6%;
}

.valueCell_YearGender_5_4 {  
	text-align:right;
	width: 6%;
}

/*.valueCell_YearGender:hover {
	background-color:#c0c0c0;
}*/

th {
    font-family:"Source Sans Pro",Arial,sans-serif;
    font-size:12pt;
}

thead {
    border:thin;
}

.RaceGender {
    background-color:#005dba;
    border-left:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    font-weight:700;
    color:#ffffff;
    width:4%;
}

.Dorm_4_5 {
    font-size:9pt;
    background-color:#005dba;
    border-left:1px solid #ffffff;
    font-weight:700;
    color:#ffffff;
    width:5%;
}

.Dorm_4_7 {
    font-size:9pt;
    background-color:#005dba;
    border-left:1px solid #ffffff;
    font-weight:700;
    color:#ffffff;
    width:7%;
}

.YearGender_2_4 {
    background-color:#005dba;
    border-left:1px solid #ffffff;
    color:#ffffff;
	width: 6%;
}

.YearGender_2_3 {
    background-color:#005dba;
    border-left:1px solid #ffffff;
    color:#ffffff;
	width: 4%;
}

.YearGender {
    background-color:#005dba;
    border-left:1px solid #ffffff;
    color:#ffffff;
	width: 6%;
}

.YearGender_5_4 {
    background-color:#005dba;
    border-left:1px solid #ffffff;
    color:#ffffff;
	width: 6%;
}

.GenderYear_7_6 {
    background-color:#005dba;
    border-left:1px solid #ffffff;
    font-weight:700;
    text-align:center;
    color:#ffffff;
	width:5%;
}

.YearGender1 {
    background-color:#005dba;
    border-left:1px solid #ffffff;
    color:#ffffff;
    border-bottom:1px solid #ffffff;
}

th.RaceGender {
    background-color:#005dba;
    border-bottom:1px solid #005dba;
    font-weight:700;
    color:#ffffff;
    width:4%;
}

.RaceGender1 {
    background-color:#005dba;
    border-left:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    font-weight:700;
    color:#ffffff;
    width:20%
}

.Race {
    background-color:#005dba;
    height:25px;
}

.LeveltotalRow {
	font-weight:700;
    text-align:right;
    background-color:#ededed;
    /*width:4%;*/
}

.rowHead_Underline {
	border-bottom:1px solid #000000
}