/*

oustyles.css

styles to supplment customer CSS.

*/

/* course/bulletin search field toggle - BG color is dark blue on hover, this makes the text readable */
.dropdown-menu > li > a:hover {
	color: white;
}

/* CDLS 01/09/15 */
/* course search subject listing - add padding to subject headlines except the first one */
.col-sm-12 + .col-sm-12 .headline {
	padding-top: 10px;
}

/* CDLS 01/09/15 */
/* replacement for using #bulletin on table */

table.bulletin-table{margin-top:10px;}
table.bulletin-table thead tr th {
    background: none repeat scroll 0 0 #003366;
    color: #FFFFFF;
}

/* CDLS 01/09/15 */
/* Edit button style - REMOVE BEFORE MIGRATING TO V10!!!! */
a.ox-regioneditbutton{
	position: relative;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration: none;
	display: inline-block;
	padding: 2px 6px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	background-color: #5BB75B;
	background-image: linear-gradient(to bottom, #62C462, #51A351);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;	
	border-radius: 3px;	
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

a.ox-regioneditbutton:hover {
	text-decoration: none;
	text-shadow: none;
	background-position: 0 -15px;	
	transition: background-position 0.1s linear;
	background-color: #2f96b4;
}

a.ox-regioneditbutton:focus {
	outline: thin dotted #333;
	outline-offset: -2px;
}

a.ox-regioneditbutton:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* CDLS 3/17/2015 */
td.ou_table-section {
  background-color: #ECECEC;
}

#cd-modal .semester-list { margin-top: 20px; }
#cd-modal .semester-list ul, #cd-modal .semester-list ul > li { display: inline; }
#cd-modal .semester-list ul { list-style: none; padding-left: 0; }
#cd-modal .semester-list ul > li:not(:last-child):after { content: ' | ' ; }