.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
	box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.4);
}

.nowrap {
	white-space: nowrap;
}

.daterangepicker.dropdown-menu {
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

a.asc:before,
a.desc:before {
	width: 1.28571429em;
    text-align: center;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
}
a.asc:before {
	content: "\f106";
}
a.desc:before {
	content: "\f107";
}

/* modify user */
.image-message {
	text-align: left;
}
.modify-user-image {
	display: inline-block;
	position: relative;
	background-size: cover;
	background-position: center;
}
.modify-user-image,
.modify-user-image label {
	cursor: pointer;
	transition: opacity 0.2s;
}
.modify-user-image label:hover {
	opacity: 0.8;
}
.modify-user-image .edit-icon {
	position: absolute;
	font-size: 20px;
	right: 0;
	bottom: 0;
}
.modify-user-image .remove-icon {
	position: absolute;
	z-index: 1;
	font-size: 20px;
	top: -5px;
	right: 0;
}
.modify-user-image .remove-icon:hover {
	opacity: 0.9;
}
.modify-user-image.faded label {
	opacity: 0.5;
}
/* end modify user */

/* theme icons */
.theme-list {
	overflow: auto;
}
.theme-list li.fullwidth {
	width: 100%;
	height: 0;
	margin: 0;
	float: none;
	clear: both;
}
.theme-list li:not(.fullwidth) {
	float: left;
}
.theme-list .theme-item {
	width: 106px;
	background: #ECF0F5;
	height: 66px;
	margin: 5px;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	opacity: 0.75;
	cursor: pointer;
}
.theme-list .theme-item:hover {
	opacity: 1;
}
.theme-list .theme-item .topbar {
	width: 100%;
	height: 12px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.theme-list .theme-item .topbar .darkleft {
	background: rgba(0,0,0,0.1);
	width: 22%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.theme-list .theme-item .menu {
	width: 22%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #222D32;
}
.theme-list .theme-item[class*="-light"] .menu {
	background: #f9fafc;
}
.theme-list .theme-item[class*="theme-black"] .topbar {
	background-color: #fefefe;
}
.theme-list .theme-item.active {
	opacity: 1;
}
.theme-list .theme-item.active:before {
	content: "\f058";
	font: normal normal normal 14px/1 FontAwesome;
	color: #24cf5f;
	font-size: 24px;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.theme-list .theme-title {
	display: block;
	text-align: center;
}
/* end theme icons */

#group_modify_perms .table tr td {
	padding-left : 4em;
}

#group_modify_perms .table tr td.checkbox-indented {
	padding-left: 8em;
}

.btn-success:hover, 
.btn-success:active, 
.btn-success:focus, 
.btn-success.hover {
    background-color: #008d4c;
}

/***********************
    GALLERY
***********************/
#sortable .handle {
    cursor: pointer;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    font-size: 1.5em;
    color:#ddd;
    width: 60px;
}
#sortable .handle:active,
#sortable .ui-sortable-helper .handle,
#sortable .ui-sortable-helper .handle:active,
.ui-sortable-helper {
    cursor: pointer;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.ui-sortable-helper {
    opacity: 0.75;
}
.ui-state-highlight {
    background-color: #d8edf0 !important;
    border-left: 1px solid #d6e9c6;
    border-right: 1px solid #d6e9c6;
    border-bottom: 1px solid #d6e9c6;
    height: 6em;
    line-height: 1.2em;
}
#sortable td {
    vertical-align: middle;
}

/***********************
    END GALLERY
***********************/

.character-count-label {
	font-weight: normal;
}

/***********************
    RELATED CONTENT
***********************/
.tokenize-field {
	width: 100%;
}
div.Tokenize ul.TokensContainer li.Token,
div.Tokenize ul.TokensContainer li.TokenSearch {
	height: auto;
}

div.Tokenize ul.Dropdown {
	border-radius: 0;
}
div.Tokenize ul.Dropdown li {
	padding: 3px 15px;
}
div.Tokenize ul.Dropdown li.Hover {
	background-image: none;
}
/**************************
    END RELATED CONTENT
**************************/

/***********************
    TILES
***********************/
.tile-preview .tile-body {
	padding-bottom: 10px;
}
.tile-preview .tile-header {
	padding: 0;
}
.tile-preview .tile-header .tile-image {
	width: 100%;
	margin-bottom: 10px;
}

/***********************
    END TILES
***********************/

/***********************
    ANIMATIONS
***********************/

/***********************
    END ANIMATIONS
***********************/