.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear; 
}         

.float-left {
	float:left;
}

.float-right-hidden {
	float:right;
	visibility:hidden;
}

.overflow-hidden {
	overflow:hidden;
}

.txt-ctr {
	text-align:center;
}

.txt-rgt {
	text-align:right;
}

.vsble-hidden {
	visibility:hidden;
}

.confirm-msg {
	margin-left:10px;
	margin-right:10px;
	display:block;
}

.width-100 {
	width:100%;
}

.width-20 {
	width:20%;
}

.width-45 {
	width:45%;
}

.width-99 {
	width:99%;
}

.height-99 {
	height:99%;
}

.results-display {
	background-color: #d9edf7;
	color: #0073AD;
	text-align:center;
	font-size: large;
}

.dsply-none {
	display:none
}

.dsply-blk {
	display:block
}

.imp {
	background-color: #0073AD;
	color: #FFFFFF;
	font-size: x-large;
}