﻿/**
 * @author Benjamin Garman
 * @since 8-5-2016
 * @description The library component MYUCD.Help, contains self-guided tours based on the Linkedin Hopscotch library, version 0.2.6 (some adjustments from version 0.2.3 were carried over). Many thanks to the folks at Linkedin for this library, which with modifications, has been very useful. Below you will find the license and disclaimer information for hopscotch included via an @import. Below the hopscotch inclusions, you will find myucdavis specific code.
**/
@import url("hopscotch.myucd.css");

/**
 * @author Benjamin Garman
 * @since 8-5-2016
 * @description myucdavis specific code
**/
.myucd.help.tour .number {
	display:none;
}
.myucd.help.tour .body-content {
	margin-left:0;
}
.myucd.help.tour .close {
	background-image:none;
	background-position:0%0%;
	text-indent:0;
	width:auto;
	height:auto;
}
.myucd.help.tour .close i {
	font-size:1.5em;
}
.myucd.help.tour .close .close-tooltip {
	text-indent:-9999px;
	display:inline-block;
}

@media(max-width:1024px){
	.myucd.help.tour .close i {
		font-size:1.8em;
	}
}
