/*Start :: PCC Custom Table Styles - Edited by Tyler Evans 5/23/17*/
table tr:nth-child(even) {
	background-color: #f3f3f3;
}
table tr:nth-child(odd) {
	background-color: #fff;
}
table td, table th {
	padding: 5px;
}
table.table-lg {
   width: 100%;
   max-width: 100%;
}
table.table-lg tbody tr td {
   border: 1px solid #e5e5e5;
   padding: 15px;
   font-weight: 700;
   font-size: 1em;
   font-family: 'Yantramanav', sans-serif;
   text-align: right;
}
table.table-lg thead tr th {
   background: #b1b1b1;
   text-transform: uppercase;
   padding: 15px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   border: 1px solid #c1c1c1;
   border-top: 0;
   font-family: 'Yantramanav', sans-serif;
}
table.table-lg tr:nth-child(even) {
   background-color: transparent;
}
.table-header {
   background: #005daa;
   padding: 15px;
}
.table-header h4 {
   margin: 0px;
   color: #fff;
   text-transform: uppercase;
	font-family: Yamantranav, sans-serif;
}
table.table-lg tbody tr td:first-of-type {
   color: #4d4d4d;
   font-size: 1em;
   font-weight: 600;
   text-align: left;
}
table.table-lg tbody tr td em {
   text-transform: none;
   font-weight: 400;
   font-size: .85em;
}
table.table-lg .PageAccordion .ui-widget-content {
   background-color: transparent;
   border: none;
   text-transform: none;
   font-weight: 400;
}
table.table-lg .PageAccordion .ui-accordion-header {
   outline: none;
   font-size: .85em;
   color: #515151;
   text-transform: none;
}
table.table-lg .PageAccordion .ui-accordion-header::before {
   font-size: .85em;
}
table.table-lg .PageAccordion.ui-accordion.ui-widget.ui-helper-reset {
   margin-left: 0px;
}
table.table-lg .ui-accordion .ui-accordion-header .ui-icon {
   display: none;
}
table.table-lg .ui-accordion .ui-accordion-header::before {
   padding-right: 7px;
}
@media (max-width: 425px) {
table.table-lg .ui-accordion .ui-accordion-header {
	text-indent: 0px;
}
}
table.table-lg .td-md {
	width: 180px;
}
table.table-lg .td-sm {
	width: 100px;
}
table.table-lg .td-md {
	width: 180px;
}
table.table-lg .td-lg {
	width: 300px;
}
/*End :: PCC Custom Table Styles*/
/*Start :: Table Form Styles*/
table.table-form {
   width: 100%;
	max-width: 580px;
}
table.table-form tbody tr td {
   font-weight: 700;
   font-size: 1.3em;
   text-align: right;
}
table.table-form thead tr th {
   background: #b1b1b1;
   text-transform: uppercase;
   padding: 15px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   border: 1px solid #c1c1c1;
   border-top: 0;
}
table.table-form tr:nth-child(even) {
   background-color: transparent;
}
table.table-form tbody tr td:first-of-type {
   color: #4d4d4d;
   font-size: 1em;
   font-weight: 600;
   text-align: left;
}
table.table-form tbody tr td em {
   text-transform: none;
   font-weight: 400;
   font-size: .85em;
}
table.table-form .PageAccordion .ui-widget-content {
   background-color: transparent;
   border: none;
   text-transform: none;
   font-weight: 400;
}
table.table-form .PageAccordion .ui-accordion-header {
   outline: none;
   font-size: .85em;
   color: #515151;
   text-transform: none;
}
table.table-form .PageAccordion .ui-accordion-header::before {
   font-size: .85em;
}
table.table-form .PageAccordion.ui-accordion.ui-widget.ui-helper-reset {
   margin-left: 0px;
}
table.table-form .ui-accordion .ui-accordion-header .ui-icon {
   display: none;
}
table.table-form .ui-accordion .ui-accordion-header::before {
   padding-right: 7px;
}
/*End :: Table Form Styles*/

table {
	background-color: transparent;
}
table.table-border {
	border: 1px solid #f3f3ed;
}
caption {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #a7b0b4;
	text-align: left;
}
th {
	text-align: left;
}
.header-tr {
	border-top: 3px solid #005eaa;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}
.table-sm {
	max-width: 400px;
}
.table-md {
	max-width: 600px;
}
.table > thead > tr.bg-primary, .table > tbody > tr.bg-primary, .table > tfoot > tr.bg-primary {
	color: #fff;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	padding: 5px 10px;
	line-height: 1.78571;
	vertical-align: middle;
	border-top: 1px solid #f3f3ed;
}
.table thead {
	font-family: Yantramanav, sans-serif;
	background: #ebe8e8;
	color: #252525;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.table thead > th {
	text-transform: uppercase;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #f3f3ed;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #f3f3ed;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #f3f3ed;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
	border: 1px solid #f3f3ed;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(even) {
	background-color: #f5f5f5;
}
.table-striped-odd > tbody > tr:nth-of-type(odd) {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table > thead > tr > td.primary, .table > thead > tr > th.primary, .table > thead > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr > td.primary, .table > tbody > tr > th.primary, .table > tbody > tr.primary > td, .table > tbody > tr.primary > th, .table > tfoot > tr > td.primary, .table > tfoot > tr > th.primary, .table > tfoot > tr.primary > td, .table > tfoot > tr.primary > th {
	background-color: #32a3dc;
}
.table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr:hover > .primary, .table-hover > tbody > tr.primary:hover > th {
	background-color: #1294d3;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 18.75px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #f3f3ed;
}
.table-responsive > .table {
	margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,  .table-responsive > .table > thead > tr > td,  .table-responsive > .table > tbody > tr > th,  .table-responsive > .table > tbody > tr > td,  .table-responsive > .table > tfoot > tr > th,  .table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
}
.table-responsive > .table-bordered {
	border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,  .table-responsive > .table-bordered > thead > tr > td:first-child,  .table-responsive > .table-bordered > tbody > tr > th:first-child,  .table-responsive > .table-bordered > tbody > tr > td:first-child,  .table-responsive > .table-bordered > tfoot > tr > th:first-child,  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,  .table-responsive > .table-bordered > thead > tr > td:last-child,  .table-responsive > .table-bordered > tbody > tr > th:last-child,  .table-responsive > .table-bordered > tbody > tr > td:last-child,  .table-responsive > .table-bordered > tfoot > tr > th:last-child,  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,  .table-responsive > .table-bordered > tbody > tr:last-child > td,  .table-responsive > .table-bordered > tfoot > tr:last-child > th,  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}
}

@media (max-width: 767px) {
.table-mobile table.table, .table-mobile table, .table-mobile thead, .table-mobile tbody, .table-mobile th, .table-mobile td, .table-mobile tr {
	display: block;
	width: 100%;
}
.table-mobile colgroup {
	display: none;
}
.table-mobile td {
	width: 49%;
	display: inline-block;
	text-align: center;
}
.table-mobile td.boder-none {
	border: none !important;
}
.table-mobile thead {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.table-mobile tbody {
	counter-reset: num;
}
.table-mobile tr {
	padding-top: 50px;
	position: relative;
}
.table-mobile tr:before, .table-mobile tr:after {
	position: absolute;
	font-family: Yantramanav, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	left: 0px;
	width: 100%;
	top: 0px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #252525;
}
.table-mobile tr:before {
	content: "Column";
	background: #ebe8e8;
}
.table-mobile tr:after {
	content: counter(num);
	counter-increment: num;
	position: absolute;
	margin-left: 50px;
}
.table-mobile tr.count-off:after {
	content: '';
}
.table-mobile.mobile-primary tr:before {
	color: #fff;
	background: #32a3dc;
}
.table-mobile.mobile-primary tr:after {
	color: #fff;
}
}

/*Mobile Table Styles from Abeka*/

@charset "UTF-8";
/* CSS Document */

.GridView {
	margin-left: 0px;
}
.GridViewHeaderRow, .GridViewHeaderRow th {
	background-color: #32a3dc;
	padding-left: 3px;
	color: #ffffff;
}
.GridViewListHeaderRow, .GridViewListHeaderRow th {
	background-color: #32a3dc;
	padding-left: 3px;
	color: #ffffff;
}
th {
	background-color: #005daa;
	padding-left: 3px;
	color: #ffffff;
}
.mobileTable td {
	padding: 5px;
}
/*
@media (max-width:767px) {
	
th {
	display:none;
}
th {
	display:none;
}
}
*/

.mobileTable th {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 10px 13px;
}
.mobileTable tr {
	text-align: center;
}
.mobileTable tr:nth-child(odd) {
	background-color: #eaeaea;
}
/*********************/
/*Mobile Table Styles*/
/*********************/

.mobileTableLabel {
	display: none;
}

@media screen and (max-width: 767px) {
.mobileTableLabel {
	font-weight: bold;
}
.mobileTable {
	margin: 0 auto;
	border-collapse: collapse;
	font-family: Agenda-Light, sans-serif;
	font-weight: 100;
	color: #fff;
	text-rendering: optimizeLegibility;
	border-radius: 5px;
	width: 100%;
}
.mobileTable thead th {
	font-weight: 600;
}
.mobileTable thead th, .mobileTable tbody td {
	padding: 8px;
	font-size: 15px;
}
.mobileTable tbody td {
	padding: 8px;
	font-size: 15px;
	color: #444;
	background: #eee;
}
.mobileTable .HeaderRow, .mobileTable thead {
	display: none;
}
.mobileTable tbody td {
	display: block;
	padding: .6rem;
	text-align: left;
}
.mobileTable tbody tr td:first-child {
	background: #32a3dc;
	color: #ffffff;
	border-top: 2px #174e90 solid;
/*	margin-top: 5px;*/
}
.mobileTable tbody td span {
	width: 92%;
	display: inline-block;
}
.mobileTable .tdaligncenter {
	text-align: left;
}
.mobileTable tr td:nth-child(even) {
	background: #ffffff;
}
table.mobileTable span.mobileTableLabel {
	display: block;
	width: 100%;
}
}

@media screen and (max-width: 480px) {
.mobileTable thead th, .mobileTable tbody td {
	font-size: 14px;
	padding: 6px;
}
}
/****** Course Sequence Table Styles *****/

.CourseSequenceTable {
	display: inline-block;
	vertical-align: top;
	min-width: 240px;
	margin-bottom: 20px;
}
table.CourseSequenceTable tr:nth-child(odd) {
	background-color: transparent;
}
table.CourseSequenceTable td {
	padding: 2px 0;
}
.CourseSequenceTable th {
	background-color: transparent;
	color: #174e90;
}

@media (max-width: 565px) {
.CourseSequenceTable:nth-child(even) {
	padding-top: 20px;
}
}
