/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
page-id-257, page-id-337, page-id-2044, page-id-2928, .content-item-byline-date, .content-item-byline-author {
	display: none;
}

/*CSS RULES FOR FACILITIES SERVICES FACILITY ROSTER LOADER*/
.Facility_Roster_loader {
	border: 8px solid #f3f3f3;
/* Light grey */
	border-top: 8px solid #A60F2D;
/* Blue */
	border-radius: 50%;
	width: 45px;
	height: 45px;
	animation: spin .5s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

/*
.wp-block-table tr:nth-child(n+21) {
	display: none;
}
*/
.myInput {
	background-image: url('/css/searchicon.png');
/* Add a search icon to input */
	background-position: 10px 12px;
/* Position the search icon */
	background-repeat: no-repeat;
/* Do not repeat the icon image */
	width: 100%;
/* Full-width */
	font-size: 16px;
/* Increase font-size */
	padding: 12px 20px 12px 40px;
/* Add some padding */
	border: 1px solid #ddd;
/* Add a grey border */
	margin-bottom: 12px;
/* Add some space below the input */
}

.myTable {
	border-collapse: collapse;
/* Collapse borders */
	width: 100%;
/* Full-width */
	border: 1px solid #ddd;
/* Add a grey border */
	font-size: 18px;
/* Increase font-size */
}

.myTable th, .myTable td {
	text-align: left;
/* Left-align text */
	padding: 12px;
/* Add padding */
}

.myTable tr {
/* Add a bottom border to all table rows */
	border-bottom: 1px solid #ddd;
}

.myTable tr.header, .myTable tr:hover {
/* Add a grey background color to the table header and on hover */
	background-color: #f1f1f1;
}

/*CSS RULES FOR FACILITIES SERVICES FACILITY ROSTER LOADER*/
/*
.tablepress thead th, .tablepress tfoot th {
	background-color: #a60f2d;
	color: #fff;
  	font-weight: normal;
}
*/
.tablepress thead th {
	background-color: #a60f2d;
	color: #fff;
	font-weight: normal;
}

.tablepress thead th tr b {
	font-weight: normal;
}

/*Removes metadata from POSTS*/
.wsu-article-header .wsu-meta-date, .wsu-social-icons, .wsu-meta-byline, .wsu-meta-categories {
	display: none;
}

page-id-2928 .wsup-content-syndicate-full, .content-item-title {
	font-size: x-large;
}

#tablepress-1 tbody tr.row-1, #tablepress-25 tbody tr.row-1, #tablepress-26 tbody tr.row-1, #tablepress-27 tbody tr.row-1, #tablepress-28 tbody tr.row-1 {
	background-color: #a60f2d;
	color: #ffffff;
}

.dataTables_wrapper .tablepress th, .tablepress-scroll-wrapper .tablepress th {
	background-color: #a60f2d !important;
}

/*Inverts the Main FS page buttons
.wp-block-button__link {
	background-color: #4D4D4D !important;
}

.wp-block-button__link:hover {
	background-color: #981e32 !important;
}
*/