.popover .title {
	background-color: #34363a !important;
	color: #fff !important;
	border-bottom: none !important;
}
.popover .content {
	background: #34363a !important;
}

.nav-sub ul li.spacer {
	background-color: transparent;
	height: 0px;
	width: 0px;
	padding: 0;
	margin: 0;
}
/*
|---------------------------------------------------------------
| ACP PANEL STRUCTURE
|---------------------------------------------------------------
*/
.panel {
	min-height: 175px;
}

.col1 { width: 65px; }

/*
|---------------------------------------------------------------
| ACP PANEL
|---------------------------------------------------------------
*/
#acp-panel {
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

table.acp {
	font-size: 110%;
}
.col1 {
	font-size: 110%;
	text-align: right;
	font-weight: bold;
}
.col2 {
	font-size: 110%;
	font-weight: bold;
}

/*
|---------------------------------------------------------------
| MISC
|---------------------------------------------------------------
*/
.image-height-100 {
	height: 100%;
	max-height: 100px;
}

.ui-sortable-handle {
	padding: 1rem;
}
.ui-sortable-handle img {
	margin-left: 1rem;
}

.popover.left .arrow {
	display: none;
}

::-webkit-calendar-picker-indicator {
    display: none;
}

.chzn-container {
	max-width: 100%;
}

.chzn-single {
	max-width: 100%;
	height: 38px !important;
	padding: .375rem 1.75rem .375rem .75rem !important;
	line-height: 1.25 !important;
	vertical-align: middle;
}
.chzn-choices .search-choice {
	height: 38px !important;
	padding: .375rem 1.75rem .375rem .75rem !important;
	line-height: 1.25 !important;
	vertical-align: middle;
	background: #303030 !important;
}