/**
 * @package    hubzero-cms
 * @copyright  Copyright (c) 2005-2020 The Regents of the University of California.
 * @license    http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	Course offerings plugin CSS
	-- -- -- -- -- -- --

*/

	.entries tbody th {
		text-align: left;
		width: 50%;
	}
	.entries tbody th.section-title {
		font-weight: normal;
	}
	.entries tbody th.section-title span {
		margin-left: 2em;
	}
	.entries .enroll {
		border-color: #fee9aa #b98a37 #b98a37 #fee9aa;
		color: #996633;
		text-shadow: 0px 1px 0px #fedd9b;
		background: #feda71;
		background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febe4d));
		background: -webkit-linear-gradient(#feda71, #febe4d);
		background: -moz-linear-gradient(center top, #feda71 0%, #febe4d 100%);
		background: -moz-gradient(center top, #feda71 0%, #febe4d 100%);
		background: -ms-linear-gradient(#feda71, #febe4d);
		background: -o-linear-gradient(#feda71, #febe4d);
		background: linear-gradient(#feda71, #febe4d);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#feda71,endColorstr=#febe4d);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#feda71, endColorstr=#febe4d)";
	}
	.entries .enroll:hover {
		border-color: #fee9aa #b98a37 #b98a37 #fee9aa;
		background: #febe4d;
		background: -webkit-gradient(linear, left top, left bottom, from(#febe4d), to(#feda71));
		background: -webkit-linear-gradient(#febe4d, #feda71);
		background: -moz-linear-gradient(center top, #febe4d 0%, #feda71 100%);
		background: -moz-gradient(center top, #febe4d 0%, #feda71 100%);
		background: -ms-linear-gradient(#febe4d, #feda71);
		background: -o-linear-gradient(#febe4d, #feda71);
		background: linear-gradient(#febe4d, #feda71);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#febe4d,endColorstr=#feda71);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#febe4d, endColorstr=#feda71)";
	}
	.entries .accepting {
		color: green;
	}
	.entries .closed {
		color: #ccc;
	}