.grid {
	width: 90%;
	height: 45%;
}

.hand-cusor {
	cursor: pointer;
	cursor: hand;
}

.error {
	list-style: none;
	padding: 0;
}

.error li {
	padding-left: 1.3em;
	color: #ca0303;
	font-size: 1.5em;
}

.error li:before {
	content: "\f00d"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.8em; /* same as padding-left set on li */
}

.center-modal {
	position: fixed;
	top: 25%;
	left: 18.5%;
	z-index: 1050;
	margin-left: -10%;
}

.welcome-text {
	margin-top: 5%;
	text-align: justify;
}

.special-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
	height: 825px;
	width: 100%;
	background-position: 50% 50%;
	/* 	background-attachment: auto; */
	/*     height: 100%; */
	/* 	margin-top: 12%; */
}

.select2>.select2-choice.ui-select-match {
	/* Because of the inclusion of Bootstrap */
	height: 29px;
}

.selectize-control>.selectize-dropdown {
	top: 36px;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
	background: #fff;
	position: relative;
	z-index: 1;
}

.alert-info.positioned {
	margin-top: 1em;
	position: relative;
	z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}