/* Add here all your CSS customizations */
.ui-autocomplete { z-index:1022 !important; }  


* Widgets */
.thumb-info {
	position: relative;
}

.thumb-info .thumb-info-title {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(27, 26, 26, 0.38);
	bottom: 1%;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	letter-spacing: -1px;
	padding: 9px 11px 9px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	z-index: 1;
}

.thumb-info .thumb-info-inner {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	white-space: nowrap;
}

.thumb-info .thumb-info-type {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	text-transform: none;
}

.label {
	font-weight: 700;
}

.white {
	color: #fff;
}

/* Tables - Actions */
.table .actions,
.table .actions-hover2 {
	vertical-align: middle;
}

.table .actions button,
.table .actions-hover2 button{
	display: inline-block;	
	
}

.table .actions a,
.table .actions-hover2 a {
	display: inline-block;	
	
}

.table .actions button:last-child,
.table .actions-hover2 button:last-child{
	margin-right: 0;
} 
.table .actions a:last-child,
.table .actions-hover2 a:last-child{
	margin-right: 0;
}

.table .actions button:hover,
.table .actions-hover2 button:hover{
	color: #333;
}
.table .actions a:hover,
.table .actions-hover2 a:hover{
	color: #333;
}

.table .actions-hover2 button{
	opacity: 0;
}
.table .actions-hover2 a{
	opacity: 0;
}

.table tr:hover .actions-hover2 button{
	opacity: 1;
}
.table tr:hover .actions-hover2 a{
	opacity: 1;
}
.text-right {
    text-align: right !important;
}