/* */

.als_success {
	background-color:#61b832;
		background-size: 40px 40px;
		background-image: linear-gradient(135deg, 
	rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%,
	transparent);
	box-shadow: inset 0 -1px 0
	rgba(255,255,255,.4);
	width: 100%;
	border: 1px solid;
		border-top-color: currentcolor;
		border-right-color: currentcolor;
		border-bottom-color: currentcolor;
		border-left-color: currentcolor;
		border-color:#55a12c;
	color:
	#fff !important;
	padding: 0 5px 15px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
	animation: animate-bg 5s linear infinite;
	-webkit-animation: animate-bg 5s linear infinite;
	-moz-animation: animate-bg 5s linear infinite;
	display: block;
	padding: 5px 5px 5px 10px;
	max-width: 500px;
	margin-bottom: 10px;
	color: black;
}

.als-faculty-session-wrap {
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 3px 3px 3px 3px;
	box-sizing: border-box;
	display: block;
	margin-bottom: 10px;
}

.als-faculty-session-item {
	float: left;
	margin-right: 20px;
}

.als-faculty-session-course {
	clear: both;
}

@media (min-width: 780px) {
	.als-faculty-sessions-page, .als-faculty-availability-page {
		width: 50%;
		float: left;
	}
}

.als-su-sgtd-times-wrap ul {
	float: left;
}
.als-su-sgtd-times-wrap li {
	float: left;
	list-style-type: none;
	clear: both;
}
.als-su-form {
	clear: both;
}

.als-su-as-wrap { 
	display: flex;
	flex-wrap: wrap;
}
.als-su-as-session {
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 3px 3px 3px 3px;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
}
.als-su-as-item {
	margin-right: 10px;
}
.als-su-as-session-btn {
	overflow: visible;
	height: auto;
}