/* spell-checker:words barberpoll keyframes lfjs modaldiv */

.sam-wait.screen {
	background: #fff;
	border: none;
	border-radius: 0;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0;
	text-align: left;
	width: 550px;
}

@media only screen and (max-width: 767px) {
	.sam-wait.screen {
		width: 90%;
	}
}

.sam-wait__head {
	background-color: #111;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	position: relative;
	text-transform: uppercase;
}

.sam-wait__head::after {
	-webkit-animation: barberpoll 1s linear infinite;
	animation: barberpoll 1s linear infinite;
	background-color: inherit;
	background-image: linear-gradient(
		135deg,
		rgba(40, 40, 40, 0.5) 25%,
		rgba(225, 225, 225, 0.5) 25%,
		rgba(225, 225, 225, 0.5) 50%,
		rgba(40, 40, 40, 0.5) 50%,
		rgba(40, 40, 40, 0.5) 75%,
		rgba(225, 225, 225, 0.5) 75%,
		rgba(225, 225, 225, 0.5)
	);
	background-size: 40px 40px;
	content: '';
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	bottom: -5px;
	width: 100%;
}

.sam-wait__head--busy::after {
	opacity: 1;
}

.sam-wait__close {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.3rem;
	position: absolute;
	right: 6px;
}

.sam-wait__close:hover,
.sam-wait__close:active {
	color: rgba(255, 255, 255, 0.4);
}

.sam-wait__body {
	padding: 20px;
}

.sam-wait__message {
	font-size: 1.1rem;
}

.sam-wait__error {
	background-color: #eee;
	padding: 20px;
}

.sam-wait__foot {
	padding: 0 20px 20px 20px;
	text-align: right;
}

.sam-wait__button {
	display: inline-block;
	background-image: none;
	background-color: #333;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 0;
	margin-left: 20px;
	text-align: center;
	text-transform: uppercase;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

.sam-wait__button--cancel,
.sam-wait__button--cancel.btn {
	background-color: transparent;
	color: #4A90E2;
	transition: all 100ms;
}

.sam-wait__button--cancel:hover,
.sam-wait__button--cancel:active,
.sam-wait__button--cancel:focus,
.sam-wait__button--cancel.btn:hover,
.sam-wait__button--cancel.btn:active,
.sam-wait__button--cancel.btn:focus {
	background-color: rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes barberpoll {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

@keyframes barberpoll {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

#lfjs_modaldiv {
	background-color: #000;
}
.sam:before {
	font-family: FontAwesome;
	margin-right: 4px;
}

.sam_inplan:before,
.sam_inmajor:before {
	content: '\f03a';
	color: #555;
}
.sam_registered:before {
	content: '\f00c';
	color: #555;
}
.sam_taken:before,
.sam_equiv:before {
	content: '\f00c';
	color: #00b200;
}

#content .sc_courselist .sam:before {
	font-size: 1.25em;
	position: relative;
	top: 1px;
	margin-right: 6px;
}

/*Personalize Panel*/
.sam-panel {
	display: none;
	margin: 0 0 15px;
	padding: 20px;
	background: #eee;
	border: 1px solid #ccc;
}
/*Do not show Personalize Panel until it can be used again*/
body.sam-anonymous .sam-panel#sam-panel-login {
	/*display: block;*/
	display: none;
}
body.sam-authenticated .sam-panel#sam-panel-user-details {
	/*display: block;*/
	display: none;
}
.sam-panel-left,
.sam-panel-right {
	box-sizing: border-box;
}
@media(min-width: 768px) {
	.sam-panel-left,
	.sam-panel-right {
		float: left;
		width: 50%;
	}
	.sam-panel-left {
		padding-right: 10px;
	}
	.sam-panel-right {
		padding-left: 10px;
	}
}
#content .sam-panel h2 {
	margin: 0;
	font-weight: bold;
	color: #000;
}
#content .sam-panel p {
	margin: 0;
}
#content .sam-panel ul.legend {
	margin: 0;
	list-style: none;
}
.sam-panel button {
	margin: .5em 0;
	padding: .5em 2.5em;
	cursor: pointer;
	color: #fff;
	font-size: 0.8125em;
	font-weight: bold;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	background-color:#74ad5a;
	border: 1px solid #3b6e22;
	box-shadow: inset 0px 1px 0px 0px #9acc85;
	text-decoration: none;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}
@media(min-width: 768px) {
	.sam-panel button {
		float: right;
		width: auto;
	}
}
.sam-panel button:hover,
.sam-panel button:focus {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color: #68a54b;
}
