﻿/* Styles for this project */
.form-label {
	font-size: 16px;
	font-weight:bold;
}

.nav-header {
	border-bottom: 1px solid #ddd;
	width: 75%;
	padding: 15px 0 10px 0;
}

.nav-home {
	list-style: none;
	padding-left: 5px;
}
.nav-home li {
	margin: 5px 0 10px 0;
}
.nav-home li a {
	color: #000000;
	text-decoration:none;
}
	.nav-home li a:hover {
		text-decoration:underline;
	}

/* CU Backgrounds */

/* CU Black */
.bg-cu-black {
	background-color: #000000;
}

	/* CU Gold */
.bg-cu-gold {
	background-color: #cfb87c;
}

	/* CU Light Gray */
.bg-cu-graylt {
	background-color: #bcbcbc
}

	/* CU Dark Gray */
.bg-cu-graydk {
	background-color: #434343
}

	/* CU White */
.bg-cu-white {
	background-color: #ffffff
}


/* CU Buttons */
	/* CU Black */
.btn-cu-black {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

	.btn-cu-black:hover {
		background-color: #434343;
		color: #ffffff;
		text-decoration: none;
	}

	/* CU Gold */
.btn-cu-gold {
	background-color: #cfb87c;
	color: #000000;
	font-weight: bold;
}

	.btn-cu-gold:hover {
		background-color: #c8ad6a;
		color: #000000;
		text-decoration: none;
	}

	/* CU Light Gray */
.btn-cu-graylt {
	background-color: #bcbcbc;
	color: #000000;
	font-weight: bold;
}
	.btn-cu-graylt:hover {
		background-color: #434343;
		color: #ffffff;
		text-decoration: none;
	}

	/* CU Dark Gray */
.btn-cu-graydk {
	background-color: #434343;
	color: #ffffff;
	font-weight: bold;
}
	.btn-cu-graydk:hover {
		background-color: #bcbcbc;
		color: #000000;
		text-decoration: none;
	}

	/* CU White */
.btn-cu-white {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}
	.btn-cu-white:hover {
		background-color: #000000;
		color: #ffffff;
		text-decoration: none;
	}

/* CU Text */

.text-cu-black {
	color: #000000;
}

	.text-cu-black:hover {
		color: #434343;
	}

.text-cu-gold {
	color: #cfb87c;
}
	.text-cu-gold:hover {
		color: #c8ad6a;
	}

/* Override Bootstrap */
.accordion .card {
	border: 1px solid rgba(0,0,0,0.125);
}

.accordion .card-header .card-title button {
	color: #000000;
	display: block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 0;
	padding: 15px 90px 15px 65px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

	.accordion .card-header .card-title button[aria-expanded="true"] {
		background-color: #f5f5f5;
	}

.accordion > .card .card-header {
	background-color: transparent;
	margin-bottom: -1px;
	padding: 0;
}

.accordion .card-title {
	margin-bottom: 0;
	position: relative;
}

.accordion .uiIcon {
	background: #cfb87c none repeat scroll 0 0;
	color: #000000 !important;
	font-size: 24px;
	height: 100%;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.uiCategoryIcon {
	color: #000000 !important;
	height: 100%;
	padding: 15px 15px 15px 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
}

.list-group-item.active {
	background-color: #cfb87c;
	border-color: #cfb87c;
}

.nav-pills .nav-item a {
	color:#000000;
}

.nav-pills .nav-link.active {
	background-color: #cfb87c;
	border-color: #cfb87c;
	color:#000000;
}

table.dataTable.table-striped.DTFC_Cloned thead tr:nth-of-type(odd) {
	background-color: #F3F3F3;
}

table.dataTable.table-striped.DTFC_Cloned thead tr:nth-of-type(even) {
	background-color: white;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd) {
	background-color: #F3F3F3;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(even) {
	background-color: white;
}

.modal-footer {
	border-top: none;
}
.modal-header {
	border-bottom:none;
}

.page-item.active .page-link {
	background-color: #bcbcbc;
	border-color: #bcbcbc;
	color: #000000;
}

.page-link {
	color: #000000;
}

.table-sm th {
	padding: 5px;
}

.table-sm td {
	padding: 5px;
}

.table thead th {
	border-bottom: 5px solid #ddd !important;
}

/* Override DataTables */
table.dataTable {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 5px solid #cfb87c;
	margin-top: 5px;
}

.dataTables_filter {
	float: left !important;
	margin-left: -5px;
}

/* Override default */
td {
	font-size: 14px !important;
}

th {
	color: #565656;
	font-size: 14px !important;
	font-weight: 700;
}

/* Override FontAwesome */
.fa-lg {
	font-size: 1.5em;
	line-height: 1em;
}

