/* Bootstrap */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  background-color: #f2f9ff !important;
  color: #000 !important;
}

.breadcrumb-hilight{
	color: #1460fb;
}
.panel-heading{
	padding: 10px 20px;
	margin: 0;
}
.panel-footer{
	padding: 10px 20px;
}
.breadcrumb {
    padding: 0px;
}
.comment{
	font: 14px;
	color: #f00;
}
#last-update{
	color: #ff850e;
	font-size: 12px; 
}
#sortable{
	padding: 0;
}
#sortable li{
	cursor: move;
	padding: 40px 0px;
	list-style-type: none;
	border-bottom: solid 1px #eee;
	height: 70px;
	display: flex;
	align-items: center;
}

.modal-sort-group-gallery .ui-state-highlight{
	height: 30px;
}
.modal-sort-slider .ui-state-highlight{
	height: 80px;
}
.modal-sort-gallery .ui-state-highlight{
	height: 80px;
}	

/* Form */
.checkbox-inline, .radio-inline{
	padding-left: 0px;
}

img{
	background-color: #ccc;
}