html * {
    outline: 0 !important;
}
/*
body {
	padding-top: 70px;
}
*/
.clearer {
	clear: both;
}
.dnone {
	display: none;
}
.vnone {
	visibility: hidden;
	overflow: hidden;
}
.nopadding {
	padding: 0!important;
}
a {
	outline: none;
}

.selectpickermodal {
	width: 100%;
}

.btn-group .active {
	background: #2196F3;
	color: #fff;
}

.typeahead { z-index: 1051;}

.typeahead.dropdown-menu {
	height: 150px;
	overflow-y: scroll;
}

.openline {
	cursor:pointer;cursor:hand;
}

span.fonteawesome {
	  font-family: 'fontawesome';
}

.fileinput .close {
	float: right;
	font-size: 22px;
	margin-left: 10px;
	position: relative;
	top: 4px;
}
.t-through {
	text-decoration: line-through!important;
}

.label-new {
  background-color: #FFEE58;
  color: #424242;
}
.label-new[href]:hover,
.label-new[href]:focus {
  background-color: #FFEE58;
  color: #424242;
}
