.required label::after {
  color: red;
  content: "*";
}

.pointer {
	cursor:pointer;
}

.select2-result-repository { padding-top: 4px; padding-bottom: 3px; }
.select2-result-repository__avatar { float: right; width: 60px; margin-left: 10px; }
.select2-result-repository__avatar img { width: 100%; height: auto; border-radius: 2px; }
.select2-result-repository__meta { margin-right: 70px; }
.select2-result-repository__title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; }
.select2-result-repository__forks, .select2-result-repository__stargazers { margin-left: 1em; }
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers { display: inline-block; color: #aaa; font-size: 11px; }
.select2-result-repository__description { font-size: 13px; color: #777; margin-top: 4px; }
.select2-results__option--highlighted .select2-result-repository__title { color: white; }
.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers { color: #c6dcef; }

.typeahead.dropdown-menu li {
	text-align:right;
}

.typeahead.dropdown-menu li.active{
	background-color:#337ab7;
}

.typeahead.dropdown-menu li.active *{
	color:white;
}

.btn-circle {
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

.sidebar-collapse .hideside {
	display:none;
}


.nav-stacked > div {
  border-left: 3px solid transparent;
  border-radius: 0;
  border-top: 0 none;
  color: #444;
  display: block;
  padding: 10px 15px;
  position: relative;
}

@media only screen and (max-width: 800px) {
	.content-header > h1 {
		text-align: center;
	}
	
	/* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block; 
	}
	 
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.no-more-tables tr:first-child { display: none; }
	
	.no-more-tables tr { border: 1px solid #ccc; }
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-right: 50%!important; 
		white-space: normal;
		text-align:left;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		right: 6px;
		width: 45%; 
		padding-left: 10px; 
		white-space: nowrap;
		text-align:right;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
	
	.no-more-tables td.notitle {
		padding-right: 5px !important;
		padding-left: 5px !important;
		text-align: right;
		width: 100%;
	}
	
	.no-more-tables td.notitle-left{
		text-align:left;
	}
	
	.no-more-tables td.notitle-center{
		text-align:center;
	}
}

/************************************************************************************************************/
.smart_shap_circle {
	border-radius: 50%;
	bottom: 50px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	left: 50px;
	line-height: 50px;
	padding: 0;
	position: fixed;
	text-align: center;
	width: 50px;
	z-index: 9999;
	animation-name: pulse_animation;
	animation-duration: 3000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.1); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.2); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}

@media print {
  a[href]:after {
    content: none
  }
}

#online_accounts a {
  padding-left: 5px;
  padding-right: 5px;
}

.datetime > label{
    display:block;
}
.datetime > select {
	width: 64px;
	float: right;
}
