/* Buttons */

.mcn-btn-follow {
	margin: 15px 2px;
}

.mcn-follow-i.btn.disabled {
	background: #f5f5f5;
	color: #707070;
	border-color: #ccc;
}

.mcn-btn-follow .btn {
	box-shadow: none;
	text-decoration: none;
	line-height: 20px;
	text-shadow: none;
	outline: none;
	padding: 6px 12px;
	clear: none;
}

.mcn-btn-follow .btn:hover,
.mcn-btn-follow .btn:focus,
.mcn-btn-follow .btn:active {
	box-shadow: none;
	background-image: none;
	text-decoration: none;
	outline: none;
}

/* Dropdown menus */

.mcn-dropdown-menu .list-group-item {
	border: 0;
	padding: 5px 15px;
	text-align: center;
}

.mcn-dropdown-menu.dropdown-menu .divider {
	margin: 0 0 9px;
}

.list-group-item.mcn-li-item {
	margin-bottom: 9px;
}

.mcn-dropdown-menu .dropdown-header {
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 20px;
}

.mcn-dropdown-menu.dropdown-menu {
	min-width: 220px;
}

.mcn-li-item-children,
.mcn-li-item-notify,
.mcn-li-item-updates {
	border-top: 1px solid #e5e5e5;
}

.mcn-li-item-children a.btn,
.mcn-li-item-notify a.btn,
.mcn-li-item-updates a.btn {
	background: #f8f8f8;
	box-shadow: none;
	text-align: left;
	border-radius: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0;
	background-image: none;
	color: #333;
}

.mcn-li-item-children a.btn:hover,
.mcn-li-item-children a.btn:focus,
.mcn-li-item-notify a.btn:hover,
.mcn-li-item-notify a.btn:focus,
.mcn-li-item-updates a.btn:hover,
.mcn-li-item-updates a.btn:focus {
	outline: none;
	background: #f5f5f5;
	color: #333;
}

.mcn-list-item i,
.mcn-children-ji-link i,
.mcn-children-jc-link i,
.mcn-notify-ji-link i,
.mcn-notify-jc-link i,
.mcn-updates-jc-link i,
.mcn-notify-ja-link i,
.mcn-updates-ja-link i {
	width: 12px;
}

.mcn-inherit-message {
	font-size: 10px;
	color: #bbb;
	border-top: 1px dotted #f0f0f0;
	padding: 5px 20px;
	text-align: center;
	display: block;
	font-weight: 300;
}

.mcn-dropdown-menu.dropdown-menu > li > a,
.mcn-dropdown-menu.dropdown-menu li ul li {
	padding: 3px 20px;
}

.mcn-dropdown-submenu li + li {
	border-top: 1px solid #e5e5e5;
}

.mcn-dropdown-menu.dropdown-menu li ul li:hover {
	background: #f5f5f5;
	cursor: pointer;
}

.mcn-dropdown-submenu {
	max-height: 107px;
	overflow-y: auto;
	padding: 0;
	margin: 0;
}

.mcn-list-menu.dropdown-menu {
	padding: 0;
}

.mcn-list-menu.dropdown-menu .divider {
	height: 3px;
}

.mcn-list-menu.dropdown-menu .divider {
	margin: 0;
}

.mcn-list-menu.dropdown-menu a.modal {
	position: relative;
}

.mcn-msg {
	padding: 10px 20px;
}

/* Loader */

.mcn-loader {
	display: none;
  margin: 0 7px 0 0;
  vertical-align: top;
	line-height: 16px;
}

.mcn-update-loader {
	margin: 0;
}

/* Buttons */

.btn-follow i {
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: top;
	margin: 2px 7px 0 0;
}

/*******************************************************************
************************* Component ********************************
*******************************************************************/

/* Content */

.mcn-content {
	padding: 0 !important;
}

.mcn-content-main {
	padding: 15px 0;
}

.mcn-content-main th {
	font-weight: 500;
}

.mcn-content-main #adminForm {
	overflow-x: auto;
}

/* Tables */

.mcn-content-main .table > thead > tr > th {
	border-bottom: 1px solid #ddd;
	background: none;
	vertical-align: middle;
}

.mcn-content-main .table a {
	text-decoration: none;
}

.mcn-content-main .table thead th {
	color: #444;
	background: none;
}

.mcn-content-main .table thead th a {
	color: #337ab7;
}

/* Searchtools */

.mcn-content-main .js-stools-container-bar #toolbar {
	display: inline-block;
	margin-left: 0;
}

.mcn-content-main .js-stools {
	margin: 0 0 15px;
}

.mcn-content-main .js-stools .btn-wrapper {
	vertical-align: top;
}

.mcn-content-main .js-stools .btn-wrapper #filter_search {
	display: inline-block;
	height: 32px;
}


/* Updates feed */

.feed-select-all {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px;
}

.feed-select-all-text {
	margin: 0 0 0 9px;
}

.update-feed-list {
	padding: 15px 0 0;
}

.update-feed-item {
	padding: 15px 0 0;
	border-bottom: 1px solid #eee;
}

.update-feed-item-last {
	border-bottom: 0;
}

.update-feed-checkbox {
	float: left;
	margin: 0 12px 0 0;
}

.update-feed-header {
	position: relative;
	overflow: hidden;
	margin: 0 0 15px;
}

.update-feed-header .label {
	margin: 0 5px 0 0;
}

.update-feed-subheader {
	margin: 3px 0 0;
}

.update-feed-date {
	font-size: 12px;
	color: #999;
}

.update-feed-preview {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
	margin: 0 0 20px;
	background: #fff;
}

.update-feed-preview .feed-preview-img {
	float: left;
}

.update-feed-preview .feed-preview-text {
	overflow: hidden;
	padding: 10px 12px;
	font-size: 13px;
}

.update-feed-preview .feed-preview-text h3 {
	font-size: 18px;
	margin: 0 0 10px;
}

.update-feed-preview .feed-preview-text h3 a {
	text-decoration: none;
}

.update-feed-preview .feed-preview-text p {
	margin: 0;
}
