/** base-admin-3 + font awesome 4 compatibility */
.widget .widget-header .fa {
  display: inline-block;
  margin-top: -3px;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}

.fa {
  background: none;
}

.stats {
	width: 100%;
	display: table;
	padding: 0 0 0 10px;
	margin-top: .5em;
	margin-bottom: 1.9em;
}

.stats .stat {
	display: table-cell;
	width: 40%;
	vertical-align: top;
	
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.stat-value {
	display: block;
	margin-bottom: .55em;
	
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #444;
}

.stat-time {
	text-align: center;
	padding-top: 1.5em;
}

.stat-time .stat-value {
	color: #F90;
	font-size: 40px;
}


.form-compact .form-group, .form-compact  .checkbox {
	margin-bottom: 5px;
}

body {
	background: white !important;
}

a {
    cursor: pointer;
}

.angular-google-map-container { height: 460px; }

.popover {
    color: #000;
}

.pull-rb {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.nobr { white-space: nowrap }

table.borderless td,table.borderless th{
     border: none !important;
}

.multiselect {
    width: 100%;
}
.multiselect .dropdown-toggle {
    padding-right: 18px;
}
.multiselect .dropdown-toggle .selected {
    width: inherit;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.multiselect .dropdown-toggle div.caret {
    position: absolute;
    right: 5px;
    top: 15px;
}
.multiselect .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    max-height: 310px;
}
.multiselect .dropdown-menu > li > a {
    margin: 0;
}
