.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal {
	position: unset !important;
	display: block !important;
    background: #FFF;
    width: 100%;
    overflow: scroll;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    position: relative;
    top: 10%;
    max-height: 400px;
    line-height: 25px;
    z-index: 99;	
}
.modal a {
  line-height: 1em;
}
.modal-bg {
	background: #FFF;
	zoom: 1;
	opacity: 0.8;
	filter: alpha(opacity=80); 
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.star{
	position:absolute;
	right:0px;
}
span.fa.fa-star.checked {
    color: #cd2653;
}
span.fa.fa-star {
    color: #cd26532b;
}
