
/*========================== THIS IS FOR LOADING/SPINNER ANIMATION ===============================*/
.loading-modal {
	position: fixed;	

	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;	
	
	background-color: rgba(0,0,0,0.3);
	z-index: 999;
	
	display:none;   
}

/*======== Spinner-Border ========*/
/* Absolute Center the Spinner-Border */
.spinner-border {
  position: relative;
  width: 30px; 
  height: 30px;
  margin: auto;
  top: 40%;
  left: 49%;
  bottom: 0;
  right: 0;
  /* z-index: 999; */
}


