/* here you can put your own css to customize and override the theme */

/*Make the icon spin*/
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}



/*Business Card Css */
.business-card {
	border: 1px solid #cccccc;
	background: #f8f8f8;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 10px;
	height: 120px;
	overflow: auto;
}
.job {
	color: #666666;
	font-size: 13px;
	text-align: justify;
}


.red_text {
	color: red;
}


.grey_text {
	color: grey;
}

.blue_text {
	color: #023BFF;
}

.italic {
	font-style: italic;
}


.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}


.font_size_12{
	font-size: 12px;
}
