body {
	background-color: #d5d5d5;
	font-size: 0.9rem;
	height: unset;
}
#header .navlinks,
#header .dropdown-menu,
#header .navlinks .dropdown-item {
	background-color: #8e8e8e;
	color: #fff;
}
#header .navlinks .dropdown-item:hover,
#header .navlinks .dropdown-item:active {
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(0, 0, 0, 0.1);
}
#header .navlinks li > a {
	color: #eee;
}
#header .navlinks li a:hover {
	color: #fff;
}
.emnav,
.table #tableheader,
.emdata .tableheader,
#emcontainer #emselectable #tableheader,
.settings-table .tableheader th,
.settings-table #tableheader th,
#table-container li.header {
	/*border-bottom: 1px solid #999;*/
	background-color: #565656;
	background: -moz-linear-gradient(top, #565656 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #565656),
		color-stop(100%, #333333)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#565656 0%,
		#333333 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		#565656 0%,
		#333333 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #565656 0%, #333333 100%); /* IE10+ */
	background: linear-gradient(top, #565656 0%, #333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.tableheader a,
#tableheader a {
	color: #eee;
}
.tableheader a:hover,
#tableheader a:hover {
	color: #fff;
}
.emnav .navtabs .navtabitem {
	color: #efefef;
	background-color: #8e8e8e;
	box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.emnav .navtabitem:hover {
	background-color: #6e6e6e;
	color: #fff;
}
.emnav .navtabs li.navactive a.navtabitem {
	background: none;
	background-color: #d5d5d5;
	border-color: #999;
	color: #333;
}
.nav-collectionsearch {
	color: #d5d5d5;
}
.nav-collectionsearch {
	color: #fff;
}

.emsubnav,
.emsubnav .dropdown:hover,
.emsubnav .dropdown-menu,
.emsubnav .nav-hover:hover {
	color: #333;
	background-color: #bcbcbc;
}
.emsubnav a {
	color: #333;
}
.emsubnav a.btn-checkout {
	background-color: #9f9f9f;
	color: #eee;
}
.emsubnav a.btn-checkout:hover {
	background-color: #9f9f9f;
	color: #fff;
}
.emsubnav .dropdown-item:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.emsubnav .nav-btn,
.col-sidebar-header h2,
.badge-tags,
.badge-categories,
.emnotify {
	background-color: #6fb353;
	color: #efefef;
}
.emsubnav .nav-btn:hover,
.col-sidebar-header h2:hover,
.badge-tags:hover,
.badge-categories:hover {
	background-color: #56994c;
	color: #fff;
}
.col-sidebar-detaileditor {
	background-color: #edf0f1;
	box-shadow: -1px 0 0 #d8dddf inset;
}

.collectionshomecontent,
.filtered,
.createmediapanel,
.emsubnav,
.emfooter,
.main-info,
.cols-main,
.col-sidebar,
.results-header,
.collection-header {
	background-color: #d5d5d5;
}
.ui-widget-header,
.list-group-item.active {
	border: 1px solid #434343;
	background: #434343;
	color: #fff;
}
.ui-widget-header a,
.ui-widget-header a:hover,
.ui-widget-header a:visited {
	color: #fff;
}
.ui-widget-header .dropdown-menu a {
	color: #333;
}
.ui-widget-header .dropdown-menu a:hover,
.ui-widget-header .dropdown-item:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.ui-widget-content a {
	color: #333333;
}
.asset-menu li a {
	color: #626b7a;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-selection__choice  /* Selected Tag Style in Select2 Objects*/ {
	color: #fff;
	background-color: #666;
}
.edit-icon {
	color: #666;
}
.edit-icon:hover {
	color: #000;
}
.emresultstable th {
	color: #fff;
	font-weight: bold;
}
.themed-btn,
.btn-primary {
	color: #fff;
	background-color: #434343;
	border-color: #434343;
}
.btn-light {
	color: #111;
	background-color: #f8f9fa;
	border-color: #d3d3d3;
}
.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus,
.btn.focus,
.btn:focus {
	box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
}

.badge-primary {
	background-color: #444;
	color: #efefef;
}
.badge-primary:hover,
.badge-primary[href]:focus,
.badge-primary[href]:hover {
	background-color: #333;
	color: #fff;
}

.hyphenate {
	word-break: break-word;
}

.emtabs li a,
#eml-tab-subnav ul li a {
	background-color: #8e8e8e;
	box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	color: #fff;
}
#eml-tab-subnav ul li a {
	border-right: 1px solid #c4c4c4;
}
#eml-tab-subnav ul li.subnavrightitem a {
	border-right: 0 none;
	border-left: 1px solid #c4c4c4;
}
.emtabs li a:hover,
#eml-tab-subnav ul li a:hover {
	background-color: #6e6e6e;
	text-decoration: none;
}
.emtabs li.emtabselected a {
	color: #333;
	background-color: #d5d5d5;
}
#eml-tab-subnav {
	background-color: #6e6e6e;
}
#eml-tab-subnav li.current a,
#eml-tab-subnav li.current a:hover {
	background-color: #fff !important;
	color: #333 !important;
	box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
#collection-tab-content .tab-paneX {
	background-color: #d5d5d5;
}
.table-striped {
	background-color: #fff;
	/*	border-left:1px solid #dedede;*/
}
table.table-striped tbody td {
	border-bottom: 1px solid #dedede;
	border-top: 0 none;
}
ul.list-group.list-group-striped li:nth-of-type(odd) {
	background: rgba(0, 0, 0, 0.05);
}
.table .trdisabled {
	background-color: #cacaca;
}
.table-hover.table-dark tbody tr:hover {
	background-color: #d4edda !important;
	color: royalblue;
}
/*TR Hovers*/
tr.emborderhover td,
.table-hover > tbody > tr:hover,
.emsettingslist li:hover,
.emsettingslist li.current,
.emsettingslist li:nth-of-type(even):hover,
.search-list li.current a.search-href,
.sidebar-list li.current,
.search-list li:hover,
.sidebar-list li:hover,
.sidebar-collection-list li.current:hover,
.emtree .checkbox .field,
.emtree .treerow:hover,
.emtree .treerow.selected,
.emtree .treerow.selected:hover,
.emtree .cat-current,
.filters-sidebar li:hover,
.filters-sidebar-selected li:hover,
.list-hover:hover,
ul.list-group.list-group-hover li:hover,
.emrowselected,
.table-striped tr.emrowselected:nth-of-type(odd),
.uploadcollection {
	background-color: #c9e8f2 !important;
}
.sidebar-collection-list li.current {
	background-color: #fff !important;
}
.sidebar-collection-list li.current a {
	font-weight: bold;
	background-color: #fff !important;
}
.emsettingslist li.nohover,
.emsettingslist li.nohover:hover {
	background-color: #fff !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #333;
	background-color: #ccc;
}
.dropdown-noarrow:after {
	border: 0 none;
}

/*Bootsrap Overwrites*/

a {
	outline: 0;
}
.hr2 {
	margin: 2rem 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-right {
	text-align: right;
}
.btn {
	cursor: pointer;
	padding: 0.275rem 0.75rem;
	font-size: 0.8rem;
}
.btn-accent {
	color: var(--themed-btn-acc-text, #fff) !important;
	border: 1px solid var(--themed-btn-acc, #3884fd) !important;
	background: var(--themed-btn-acc, #3884fd) !important;
}
.btn-accent:hover {
	color: var(--themed-btn-acc-text, #fff) !important;
	border-color: var(--themed-btn-acc-hover, #6a8fff) !important;
	background: var(--themed-btn-acc-hover, #6a8fff) !important;
}
.btn-xs {
	padding: 0.25rem 0.35rem;
	font-size: 0.725rem;
	font-weight: normal;
	line-height: 1;
	border-radius: 0.2rem;
}
.btn-xxs {
	padding: 0.1rem 0.2rem;
	font-size: 0.725rem;
	font-weight: normal;
	line-height: 1.1;
	border-radius: 0.2rem;
}

.btn-secondary,
.btn-primary,
.btn-warning,
.btn-danger,
.badge-primary {
	color: #fff !important;
}
.btn-lg {
	font-size: 0.9rem;
}
.badge {
	font-size: 0.86rem;
}
.badge:hover {
	text-decoration: none;
}
.badge-tags {
	white-space: normal;
	line-height: 1.2;
	padding: 0.3em 0.6em;
	margin-bottom: 3px;
}
.clearfix {
	clear: both;
}
.form-control {
	padding: 0.275rem 0.75rem;
	font-size: 1rem;
	line-height: 1.3;
	height: calc(1.5rem + 0.5rem);
}
.form-check {
	height: calc(1rem + 0.5rem);
}
.input-group-text {
	padding: 0.15rem 0.75rem;
}
.creditcardform .input-group-text {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-sm {
	line-height: 1.2;
}
.form-check-label-right {
	padding: 0 25px 0 0;
}
.btn-file input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.7rem);
	padding: 0.175rem 0.75rem;
	line-height: 1.1;
}
select.form-control-sm2:not([size]):not([multiple]) {
	height: calc(1.5rem);
	padding: 0 0.5rem;
	line-height: 0.9;
}

.input-group-addon {
	padding: 0;
}
.input-group-addon a {
	display: block;
	padding: 0.25rem 0.5rem;
}
.resultsnavtitem .select2-container--bootstrap4 .select2-selection--single {
	height: calc(1.25rem + 2px) !important;
}
.resultsnavtitem
	.select2-container--bootstrap4
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 1.5;
}
.form-control-sm,
.form-control-sm2 {
	width: 200px;
	margin-right: 10px;
	display: inline-block;
	height: calc(1.6rem);
	padding: 0.215rem 0.35rem;
	font-size: 0.9rem;
}
.form-control.datepicker {
	width: 240px;
	display: inline-block;
}
.tooltip {
	position: relative;
	opacity: 1;
	z-index: auto;
	line-height: normal;
}
h3 {
	font-size: 24px;
	margin-top: 20px;
}
.modal {
	z-index: 25000;
}
.modal-backdrop {
	z-index: 24999;
}
.modal-title {
	display: inline-block;
}
.dropdown-menu {
	padding: 0;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-item {
	padding: 0.25rem 1rem;
}
.dropdown-item-icon {
	padding-right: 5px;
	font-size: 0.8em;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}
.dropdown-toggle::after {
	vertical-align: 0.1em;
}

#emcontent {
	position: relative;
}
#emfooter {
	bottom: 0;
	left: 0;
	right: 0;
}
.table td,
.table th {
	vertical-align: middle;
}
.emselectable {
	overflow-x: auto;
	margin-bottom: 20px;
}
.emselectable .table-striped {
	margin-bottom: 0;
}
select.form-control + .select2-container {
	width: 100% !important;
}

.select2-container {
	/*z-index: 1;*/
	text-align: left;
}
.select2-results__options li {
	float: none !important;
}
.assetpanel-container {
	z-index: 10001;
}
.modal.show .select2-container,
#main-media-container .select2-container {
	z-index: 25005;
}
.assetpanel-container .select2-container--open {
	z-index: 10003;
}
.emnotify {
	position: absolute;
	text-align: center;
	border-radius: 10px;
	min-width: 16px;
	padding: 1px 4px;
	height: 1.2rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 18px;
}

/**MainContent*/
#application #emcontainer {
	padding: 0;
	overflow: hidden;
}

/**Header**/
#header .navbar {
	padding: 0 !important;
}
#header .navbar-toggler {
	padding: 0.15rem 0.5rem;
	font-size: 1rem;
	background-color: #2680a0;
	margin: 5px 3px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1001;
}
#header .navbar-collapse.show .navbar-nav {
	margin-top: 10px;
}
#header .navbar-collapse.show .dropdown-menu {
	background-color: transparent;
	border: 0 none;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 0;
}
#header .navbar-collapse.show .dropdown-item {
	border-bottom: 1px solid #efefef;
	color: #fff;
}

#header .navlinks {
	float: right;
	border-radius: 0 0 5px 5px;
	padding: 1px 10px 5px 10px;
	z-index: 1000;
}
#header .navlinks > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .navlinks > ul li {
	border: 0 none;
	border-top: 1px solid #fff;
	line-height: 2.2;
}
#header .navlinks > ul li.nav-first-item {
	border: 0 none;
}
#header .dropdown-menu {
	padding: 0;
	border: 0;
}
#header ul.dropdown-menu li {
	float: none;
}
#header .navlinks li > a {
	position: relative;
	padding: 0 5px;
	display: block;
}
#header .navlinks li > a:hover {
	text-decoration: none;
}
#header .navlinks > ul li.dropdown:last-child .dropdown-menu {
	right: 0;
	left: auto;
}
#header .navlinks .dropdown-item {
	padding: 0.25rem 1rem;
	font-size: 0.8rem;
}
.emheader {
	min-height: 100px;
}
.emheader .logocontainer {
	float: left;
	padding: 20px 20px 0 20px;
}

@media (min-width: 768px) {
	.emheader-right {
		float: right;
	}
	#header .navlinks > ul li {
		float: left;
		padding: 1px 8px;
		border: 0 none;
		border-left: 1px solid #fff;
		font-size: 90%;
		line-height: 1.2;
	}
}

#headerstatusarea.alert {
	position: absolute;
	min-width: 200px;
	min-height: 34px;
	padding: 0.5rem 1.25rem;
}

/*Main Columns*/
#application {
	height: 100%;
}
#emcontent {
	height: 100%;
	min-height: 100%;
}
.mainlayoutcontainer {
	position: relative;
}
.cols-main,
.results-header {
	position: relative;
}
.col-main {
	/*	min-height: 800px;*/
	position: relative;
}
.col-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -80%;
	display: block !important;
	width: 80%;
	height: 100%;
}
.col-content {
	min-height: 200px;
	position: relative;
}
.col-content-main {
	transition: 0.2s;
	margin: 0;
}
.leftopen .pushcontent {
	margin-left: 220px;
}
.col-content-main.filtersopen {
	margin-right: 220px;
}
.colslidercontainer a {
	background-color: #d5d5d5;
	height: 100%;
	display: block;
	cursor: ew-resize;
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
}
.colslidercontainer a:hover {
	color: #000;
}
.pushcontent {
	height: 100%;
}
#emresultscontent,
#emresultscontainer {
	height: 100%;
}
@media (min-width: 992px) {
	.col-sidebar {
		position: absolute;
		left: 0;
		width: 280px;
		min-height: 100%;
	}
	.col-content {
		margin-left: 280px;
		min-height: 400px;
	}
}
.emfooter {
	padding: 40px 0 20px;
}

/*Sidebars*/

.col-left {
	height: 100%;
	min-height: 100px;
	width: 220px;
	position: absolute;
	/*z-index: 1;*/
	top: 45px;
	/*left: -220px;*/
	display: none;
	background-color: #fff;
}

.col-left.leftopen {
	left: 0;
	display: block;
}
.col-left.leftopen .col-main-inner {
	display: block;
	width: calc(100% - 5px);
	height: 100%;
}
.col-filters {
	height: 100%;
	width: 0;
	position: absolute;
	/*z-index: 1;*/
	top: 45px;
	right: 0;
	background-color: #111;
	transition: 0.2s;

	color: #eee;
}
.col-filters.filtersopen {
	width: 220px;
}

.col-left-library.col-left,
.col-left-library.col-filters {
	top: 80px;
}

.col-sidebar h2 {
	margin: 15px 20px;
	font-size: 1.6rem;
}
.col-sidebar .ui-widget {
	margin: 20px 20px 40px;
}
.col-sidebar .ui-widget .select2 {
	min-width: 216px;
	max-width: 100%;
}
.col-sidebar .ui-widget-content {
	border: 0;
}
.filters-sidebar h4 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: bold;
}
.filters-sidebar ul,
.filters-sidebar-selected ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 0.8rem;
}
.filters-sidebar li,
.filters-sidebar-selected li {
	padding: 1px 10px;
}
.filters-sidebar li a,
.filters-sidebar-selected li a {
	display: block;
	text-decoration: none;
}

.col-sidebar-header h2 {
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	margin: 0;
}
.col-sidebar-header h2 a {
	color: #fff;
}

.col-left .emtree {
	background-color: #fff;
}
.advfilterpanel {
	padding-top: 1px;
	position: relative;
}
.filters-edit-icon {
	text-align: right;
	padding: 5px 15px 0;
}

.filters-edit-icon a {
	color: #999;
}
.filters-edit-icon a:hover {
	color: #fff;
}
.col-filters .form-group {
	padding-bottom: 1px;
}
.filter-box,
.sidebar-component {
	color: #efefef;
	margin: 15px 15px 0px;
}
.filter-box a,
.filter-box a:visited {
	color: #efefef;
}
.filter-box a:hover {
	color: #fff;
}
.filter-box a.radiofilter {
	display: inline-block;
	padding-right: 12px;
}
.filter-box-header,
.sidebar-component-header {
	font-size: 1rem;
	line-height: 1.1;
	margin-bottom: 10px;
}
.filter-box-header i,
.sidebar-component-header i.caret {
	margin: 0 2px 0 4px;
	width: 10px;
	text-align: right;
	cursor: pointer;
}
.sidebar-component-header a {
	color: #999;
}

.sidebar-component-header a:hover {
	text-decoration: none;
	color: #efefef;
}

.filter-box-options {
	padding: 0 0 0 20px;
}
.filter-box-options a,
.filter-box-options a:visited {
	display: block;
	padding: 5px 0;
	line-height: 1.2;
	color: #999;
	cursor: pointer;
}
.filter-box-options a:hover {
	text-decoration: none;
	color: #efefef;
}
.filter-box-options a label,
.filter-box-options a input {
	cursor: pointer;
	display: inline;
}
.filter-box-options a.filter-current {
	color: #fff;
}
.filter-box-options label {
	margin: 0;
	color: #efefef;
}
.filter-box-options .form-control {
	padding: 0.25rem 0.5rem;
}
.filter-box-options .custom-select {
	background: #fff
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23EEE' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
		no-repeat right 0.75rem center;
	background-size: 8px 10px;
}
.select-items div,
.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}
.filter-box .select2-container {
	z-index: 2;
}
.filter-box .select2-container--open {
	z-index: 3;
}
.filter-box-options select.form-control:not([size]):not([multiple]) {
	height: calc(1.8rem);
}
/*
.filter-box-options .form-control,
.filter-box-options .select2-container--bootstrap4 .select2-selection {
	background-color: #333!important;
	color:#eee!important;
	border: 1px solid #999!important;
}
.filter-box-options .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
	border-color:#eee  transparent transparent;
}

.filter-box-options .select2-container .select2-search--inline .select2-search__field,
.filter-box-options .select2-container--default .select2-selection--multiple,
.filter-box-options .select2-container--default .select2-selection--single {
	background-color: #333!important;
	color:#eee!important;
	padding:0 2px;
}*/
.filter-box-options
	.select2-container
	.select2-search--inline
	.select2-search__field {
	padding: 0 5px;
}
.select2-results__option {
	font-size: 0.8rem;
}
.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.filter-box-options .select2-selection__choice__remove {
	display: none;
}
.filter-box-options
	.select2-container--bootstrap4
	.select2-selection--multiple
	.select2-selection__choice {
	padding: 0 5px;
}
.filter-box-options
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice,
.filter-box-options
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__clear {
	color: #333;
}

.filter-box-options .select2-container--bootstrap4 .select2-selection__clear {
	color: #333;
}
.filter-box-options .form-control.datepicker {
	width: 110px;
}
.filter-box-options .dateinputbox {
	display: block;
	padding-top: 5px;
}
.filter-box-options .ui-datepicker-trigger {
	margin-left: 5px;
}
#detail_category .filter-box-options {
	padding: 0;
}
.filter-box-options .list-row {
	font-size: 0.95em;
}
.filter-box-options .list-row:hover {
	background-color: #333 !important;
	color: #eee !important;
}
.filter-box-options .list-row:hover a {
	color: #eee !important;
}
.filter-box-options .category a {
	padding: 0 3px;
	display: inline-block;
}
#detail_category .btn {
	display: inline-block;
}
.btn-filters {
	text-transform: none;

	color: #eee;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #262626;
	background-image: -moz-linear-gradient(top, #333333, #262626);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#333333),
		to(#262626)
	);
	background-image: -webkit-linear-gradient(top, #333333, #262626);
	background-image: -o-linear-gradient(top, #333333, #262626);
	background-image: linear-gradient(to bottom, #333333, #262626);
	background-repeat: repeat-x;
	border-color: #464646;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#262626', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-filters:hover {
	color: #fff;
	background: none;
	background-color: #262626;
}
.lefttoggle,
.filterstoggle {
	cursor: pointer;
}
.filtersopen #sub-nav li a.filterstoggle {
	display: none;
}
.lefttoggleclose,
.filterstoggleclose,
.sidebarheaderactions {
	padding: 0 8px;
}
.filtered .clearfilters {
	padding: 0 5px;
	text-decoration: underline;
	font-size: 0.7rem;
	display: inline-block;
}
.filtered .badge {
	margin: 0 5px;
	font-size: 0.74rem;
}

/*Widget*/
.ui-widget {
	/*	font-size:0.8em; */
	margin: 0 auto;
	margin-bottom: 20px;
}
.ui-widget .ui-widget {
	font-size: 1rem;
}
.ui-widget-header {
	font-weight: bold;
	padding: 6px 8px 4px 10px;
	border-radius: 4px 4px 0 0;
	font-size: 1rem;
}
.ui-widget-header a {
	text-decoration: none;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget a.btn-sm {
	/*font-size: 11px;*/
	line-height: 1.5;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #fff;
	color: #333333;
	padding: 15px;

	/*font-size:.8rem;*/
}
.ui-widget-content.ui-datepicker {
	padding: 2px;
	background: #f1f1f1;
	width: 19em;
}
.ui-widget-content-wide {
	padding: 0;
}
.widget-header-title {
	line-height: 1.2;
}

.ui-widget .sidetoggle .ui-widget-toggle {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
}
.ui-widget .widget-header-setup,
.ui-widget .widget-header-edit {
	opacity: 0.6;
	filter: alpha(opacity=60);

	display: none;
	float: right;
}
.expanded .widget-header-setup,
.ui-widget .widget-header-edit {
	display: inline-block;
}
.ui-widget .widget-header-setup:hover,
.ui-widget .widget-header-edit:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ui-widget .widget-header-edit {
	float: right;
}
.ui-widget-actions {
	padding: 20px 0 20px;
}
.ui-draggable-dragging {
	opacity: 0.8;
	border: 0 none !important;
}

.ui-autocomplete.ui-widget-content {
	padding: 0;
	z-index: 1000;
}

.ui-autocomplete .ui-menu-item-wrapper {
	padding: 6px;
}
.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-state-active {
	background-color: #ccc;
	color: #333;
}
.no-padding-for-real {
	padding: 0 !important;
}

/*Search View Sub Nav*/
.emsubnav {
	height: 34px;
}

#sub-nav ul.resultsnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#sub-nav ul.resultsnav li {
	float: left;
}
#sub-nav ul.resultsnav li a {
	text-decoration: none;
	padding: 0 15px;
}

#sub-nav ul.resultsnavright {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#sub-nav ul.resultsnavright li {
	float: right;
	height: 45px;
}
#sub-nav ul.resultsnavright li a {
	text-decoration: none;
	padding: 0 15px;
}

.emsubnav .dropdown-menu {
	padding: 0;
	margin: 0;
	min-width: 11rem;
	border: 0 none;
	border-radius: 0;
}

.resultscount {
	font-size: 90%;
	line-height: 30px;
}
.resultsnavtitem {
	padding: 10px 5px 0;
}
.resultsnavtitem .form-control,
.edit-columns .form-control-sm {
	line-height: 1;
	padding: 0.15rem;
	font-size: 0.8rem;
	height: 1.5rem !important;
}

.filtered {
	display: block;
	text-align: center;
	height: 45px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* SAVED SEARCH STYLES */
.search-list,
.sidebar-list {
	padding: 0;
	margin: 0;
}

.search-list li,
.sidebar-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #49494b;
	border-bottom: 1px solid #e5e5e5;
}

.search-list li a.search-href,
.sidebar-list a {
	padding: 9px 1.2rem;
	margin: 0;
	text-decoration: none;
	display: block;
	font-size: 0.9rem;
	word-wrap: break-word;
}
.search-list li:last-child,
.sidebar-list li:last-child {
	border-bottom: none;
}
.search-save a {
	background: url("../images/iconset-10x10.png") 0px 10px;
	width: 10px;
	height: 10px;
	float: left;
	margin: 12px 0 0 12px;
	visibility: hidden;
	position: relative;
	z-index: 3;
}
.search-save a:hover {
	background-position: 0 20px;
}
.search-edit a {
	background: url("../images/iconset-10x10.png") 10px 10px;
	width: 10px;
	height: 10px;
	float: left;
	margin: 12px -15px 0 15px;
	position: relative;
	z-index: 3;
	padding: 0;
}
.search-edit a:hover {
	background: url("../images/iconset-10x10.png") 10px 20px;
}
.search-delete a {
	background: url("../images/iconset-10x10.png") 20px 10px;
	width: 10px;
	height: 10px;
	margin: -22px 12px 0 0;
	float: right;
	visibility: hidden;
	position: relative;
	z-index: 3;
}
.search-delete a:hover {
	background-position: 20px 20px;
}
.search-list li:hover .search-save a,
.search-list li:hover .search-delete a,
.search-list li:hover .search-edit a {
	visibility: visible;
}

.search-list li.currentsubtle a.search-href,
.sidebar-list li.currentsubtle a.search-href {
	background: #c9e8f2;
}

.search-list li.current .search-save a {
	background-position: 0 0;
	opacity: 0.5;
	visibility: visible;
}
.search-list li.current .search-delete a {
	background-position: 20px 0;
	opacity: 0.5;
	visibility: visible;
}
.search-list li.current .search-edit a {
	background-position: 10px 0;
	opacity: 0.5;
	visibility: visible;
}
.search-list li.current .search-edit a:hover,
.search-list li.current .search-delete a:hover,
.search-list li.current .search-save a:hover {
	opacity: 0.8;
}

.sidebar-list .badge {
	display: inline-block;
	padding: 0.25em 0.4em;
}

.languagesadd {
	margin-right: 10px;
	position: absolute;
}
.languagesadd a {
	line-height: 2rem;
	display: inline-block;
	color: #eee;
}
.languagesadd a:hover {
	color: #fff;
}
.languagesfield {
	float: left;
	width: calc(100% - 20px);
	margin-left: 20px;
}
.insearchform .languagesfield {
	float: left;
	width: calc(100%);
	margin-left: 0px;
}
.languagesaddform {
	min-height: 30px;
	margin-bottom: 5px;
}
.languagesaddform .languageselector {
	position: absolute;
	margin-right: 5px;
	width: 120px;
}

.insearchform .languagesaddform .languageselector {
	position: relative;
	margin-bottom: 5px;
}

#advsearchpanel .insearchform .languagesaddform .languageselector .select2 {
	max-width: 120px;
	min-width: 120px;
	width: 120px;
}
.languagesaddform .languageselector .select2-selection__clear {
	display: none;
}

.languagesaddform .languageinput {
	float: left;
	margin-left: 140px;
	width: calc(100% - 140px);
	min-height: 30px;
}
.insearchform .languageinput {
	margin-left: 0px;
	float: none;
	width: calc(100%);
}

/*Results Table*/
#main-results-table th,
.emresultstable th,
.emdata th {
	padding: 0px 3px;
	border-top: 0 none;
	border-right: 1px solid #fff;
	white-space: nowrap;
	font-size: 0.8rem;
	line-height: 2;
	position: relative;
	text-align: center;
}
#main-results-table th:last-of-type,
.emdata th:last-of-type {
	border-right: 0 none;
}
#main-results-table .autoresize-inner {
	overflow-x: auto;
}
.tableheader th.sortable {
	cursor: pointer;
}
.tableheader th.sortable.currentsort {
	box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
.tableheader th.sortable div span.sorticon {
	font-size: 16px;
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	position: absolute;
	right: 0;
}
#main-results-table .firstheader {
	width: 28px;
	text-align: left;
}
.emselectable tr {
	cursor: pointer;
}
.emselectable tr td {
	text-align: left;
	border-left: 1px dashed #e2eff4;
	padding: 2px 10px;
}
.emselectable pre {
	margin: 0;
}
#th-checkbox-right {
	display: inline-block;
	height: 18px;
	width: 10px;
	margin: 0 2px 0 0;
}
#th-checkbox-left {
	display: inline-block;
	width: 15px;
	height: 18px;
	margin: 3px 0 0 7px;
}
#th-checkbox-left input {
	margin: 0;
}
#th-checkbox-right .anchor {
	padding: 8px 0 0 3px;
}
.select-dropdown-open {
	width: 10px;
	height: 10px;
}
.emresultstable tr td:first-child,
.emresultstable tr td:nth-child(2) {
	border-left: none;
}
.emresultstable tr td.checkbox {
	text-align: center;
}
.emresultstable tr td.thumbnail {
	width: 130px;
	text-align: center;
	padding: 1px 10px;
	position: relative;
}

.resultstablecell .emdatafieldreadonly {
	overflow: hidden;
	white-space: pre-wrap;
	text-overflow: ellipsis;
}
.resultstablecell .emdatafieldreadonly-nobr {
	white-space: nowrap;
}
.rowclick {
	cursor: pointer;
}
.select-dropdown-open.down {
	background: url("../images/sort-desc.png") 0 0 no-repeat;
}
.select-dropdown-open.up {
	background: url("../images/sort-asc.png") 0 0 no-repeat;
}
.select-dropdown {
	position: absolute;
	background-color: #f7f7f7;
	color: #333;
	border: 1px solid #bbb;
	border-top: none;
	box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
	padding: 0;
	top: 18px;
	left: 10px;
	z-index: 100;
}
#tableheader .firstheader {
	min-width: 50px;
}
td.checkbox input,
th.firstheader input {
	margin-right: 25px;
}
.select-dropdown li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.select-dropdown li a {
	text-align: left;
	display: block;
	padding: 5px 10px;
	color: #444 !important;
	text-shadow: none;
	font-weight: normal !important;
}
.select-dropdown li a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.2);
}

.treecontext {
	top: 0px;
	left: 0;
	position: fixed;
	display: none;
	z-index: 1000;
}

.treecontext ul {
	margin: 0;
	padding: 0 0 0 1px;
	display: block;
}

.treecontext .divider {
	border-bottom: 1px solid #ddd;
}

/*Emshare Nav Bar*/
.emnav {
	min-height: 57px;
}
.emnav .navtabs {
	margin: 0 5px 0 15px;
	padding: 0;
	list-style: none;
	float: left;
	height: 58px;
}
.emnav .navtabs li {
	margin: 13px 0 0 5px;
	padding: 0;
	list-style: none;
	float: left;
}
.emnav .navtabs li:hover {
	margin-top: 13px;
}
.emnav .navtabs li.navactive {
	margin-top: 13px;
}
.emnav .navtabitem {
	display: block;
	position: relative;
	padding: 12px 16px 12px;
	text-align: center;
	border-radius: 4px 4px 0 0;
	font-weight: bold;
}
.emnav .navtabitem:hover {
	text-decoration: none;
	padding: 11px 16px 13px;
}
.emnav .navtabs li.navactive .navtabitem:hover {
	padding: 12px 16px 12px;
}
.emnav .navtabsright {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.emnav .navtabsright li {
	margin: 12px 5px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
}
.emnav .navrighttabitem i {
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 2px 12px;
}
.emnav .notification {
	position: absolute;
	background-color: #fb404b;
	text-align: center;
	border-radius: 10px;
	min-width: 18px;
	padding: 0 5px;
	height: 18px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	top: -2px;
	right: 0px;
}
.emnav .librarycollectionpicker,
.emnav .nav-quicksearch {
	position: relative;
	/*border-left: 1px solid #309ABA;*/
	margin-left: 10px;
}
.emnav .nav-quicksearch .input-group {
	margin-left: 15px;
	padding-top: 2px;
	width: 400px;
}
.emnav .nav-quicksearch .form-control:focus {
	box-shadow: none;
}
.emnav .librarypicker,
.emnav .collectionpicker {
	margin-left: 10px;
	width: 250px;
	display: inline-block;
}
.emnav .nav-form {
	display: inline-block;
}
.emnav .collectionpicker .select2 {
	margin-right: 22px;
}
.emnav .nav-collectionsearch {
	position: absolute;
	right: 0;
	top: 0;

	display: block;
}
.emnav .nav-collectionsearch {
	line-height: 32px;
}
.emnav .input-group-addon {
	background-color: #fff;
	border: 1px solid #e9ecef !important;
	color: #666;
}
.emnav .input-group-addon i {
	cursor: pointer;
}
.emnav .form-control {
	padding: 0 0.75rem;
	line-height: 1rem;
	font-size: 0.9rem;
	height: calc(1.5rem + 0.4rem);
}
.emsubnav .dropdown:hover > .dropdown-menu {
	display: block;
}

.emsubnav .dropdown > .dropdown-toggle:active {
	pointer-events: none;
}
.navbar-quicksearch {
	float: left;
	padding: 14px 0 0 0;
}
.navbar-quicksearch .input-group-addon a {
	padding: 4px 0.5rem 2px;
}

.navtabsright-text {
	display: none;
}

@media (max-width: 1024px) {
	.emnav .collectionpicker {
		min-width: 140px;
	}
	.navbar-quicksearch {
		position: absolute;
		display: none;
		left: 0;
		z-index: 10;
	}
	.emnav .librarypicker,
	.emnav .collectionpicker {
		margin-left: 8px;
		width: 180px;
	}
	.emnav
		.select2-container--bootstrap4
		.select2-selection--single
		.select2-selection__rendered {
		line-height: 1.15rem;
	}
	.emnav .select2-container--bootstrap4 .select2-selection--single {
		height: calc(1.25rem + 2px) !important;
	}
	.emnav .select2-container--bootstrap4 .select2-selection__clear {
		width: 1em;
		height: 1em;
		line-height: 1em;
		padding-left: 0.3em;
		margin-top: 0.1em;
		margin-right: 0.1em;
	}
	.emnav .input-group-addon {
		padding: 0.175rem 0.5rem;
		font-size: 0.9rem;
	}

	.emnav .nav-quicksearch {
		border-left: 0 none;
		padding-top: 4px;
		width: 360px;
	}
}

.listautocomplete,
.safelistautocomplete {
	width: 100%;
} /* General?? */

/*Collections Home Page*/
.collectionshome {
	border: 0px;
	margin-bottom: 20px;
	min-height: 152px;
	height: 100%;
}
.collectionshomeresults {
	padding: 20px;
	position: relative;
	background-color: #fefefe;
	height: calc(100% - 34px);
}
.collectionshomeresults .pages {
	padding-bottom: 20px;
	height: 40px;
}
.collectionhome-sideheader {
	color: #bbb;
	padding: 5px 10px 5px;
	background-color: #333;
	text-transform: uppercase;
	font-size: 1rem;
	height: 34px;
	border-radius: 4px 4px 0 0;
}

.collectionshome-header {
	color: #bbb;
	padding: 5px 10px 5px;
	background-color: #333;
	text-transform: uppercase;
	font-size: 1rem;
	border-radius: 4px 4px 0 0;
	height: 34px;
	position: relative;
}
.collectionshome-header h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 26px;
}
.collectionshome-header a,
.collectionshome-header a:hover {
	color: #fff;
}
#application .collectionshomecontent {
	padding: 20px;
	min-height: calc(100vh - 218px);
}
.collectionshomeform-container {
	padding: 30px 0 0 0;
	height: 100%;
}
.collectionshomeform {
	display: inline-block;
	width: 90%;
}
@media (min-width: 768px) {
	.collectionshomeform {
		width: 500px;
	}
}
.collectionshomeform .form-control {
	width: 100%;
}
.collectionshomeform .input-group-addon {
	border: 1px solid #e9ecef;
}
.card-collections {
	display: inline-block;
	border: 0 none;
	margin: 0 10px 10px;
	width: 140px;
}
.card-collections .card-collections-thumb {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid #aaa;
	border-radius: 50%;
	background-position: center center;
}
.card-collections .collectionbox {
	padding: 4px;
	line-height: 20px;
	background-color: rgba(20, 20, 20, 0.5);
	display: block;
	margin-top: 24px;
	font-weight: 700;
}
.card-collections:hover .collectionbox {
	background-color: rgba(20, 20, 20, 0.8);
}
.card-collections a .collectionbox {
	color: #efefef;
}

.card-collections a:hover .collectionbox,
.card-collections a:hover {
	color: white;
	text-decoration: none;
}
.card-collections a:hover .card-collections-thumb {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
}
.card-body {
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.card-name {
	text-align: center;
	line-height: 20px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*Advanced Search Sidebar*/
.advancedsearchtable {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
.advancedsearchtable td {
	word-wrap: break-word;
}
.advancedsearchtable-submit {
	padding: 20px 0 10px;
}
.advancedsearchtable label {
	display: block;
}

.advancedsearcheditform {
	padding: 10px;
	margin: 10px 0;
}
.advancedsearcheditform select.form-control:not([size]):not([multiple]) {
	height: calc(1.8rem);
}
.advancedsearcheditform .form-control {
	padding: 0.175rem 0.5rem;
}

.btns-advancedsearch .btn-sm {
	height: 30px;
	padding: 5px 15px;
}

.listdetailpicker .select2-container {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

/*Emtree*/
.emtree ul {
	margin: 0;
	padding: 0;
}
.emtree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #444;
	word-wrap: break-word;
}
.emtree ul li div.treerow {
	position: relative;
	padding: 2px 0 0 10px;
	min-height: 24px;
	display: block;
	cursor: pointer;
}
.emtree .cat-arrow {
	position: absolute;
	width: 14px;
	font-size: 16px;
	top: 0;
}
.emtree .cat-arrow .fa-caret-right {
	padding-left: 4px;
}
.emtree .cat-name {
	padding-left: 32px;
	width: calc(100% - 40px);
	display: inline-block;
}
.emtree .cat-name.cat-folder {
	background: url(../images/folder-closed.png) 14px 2px no-repeat;
}
.emtree .expanded .cat-name.cat-folder {
	background: url(../images/folder-open.png) 14px 2px no-repeat;
}
.emtree .cat-name.cat-collection {
	background: url(../images/folder-collection-closed.png) 14px 2px no-repeat;
}
.emtree .expanded .cat-name.cat-collection {
	background: url(../images/folder-collection-open.png) 14px 2px no-repeat;
}

.emtree .cat-name .cat-fader {
	font-weight: bold;
}
.emtree .cat-options {
	float: right;
	margin-right: 2px;
	padding: 0 4px;
	color: #666;
	display: none;
}
.emtree .emnotify {
	top: 6px;
	right: 3px;
}
.treerow:hover .cat-options,
.treerow.selected .cat-options {
	display: inline-block;
}
.emtree .cat-options:hover {
	color: #000;
}

.emtree .checkbox {
	position: absolute;
	height: 7px;
	border-right: 1px dashed #ddd;
	left: 0;
	top: 0;
	width: 15px;
	padding: 10px;
	text-align: center;
}
.emtree ul li div span a.btn {
	line-height: 11px;
	margin-left: 5px;
}
.emtree .createnodetree {
	padding: 10px 0;
}
.emtree ul li div.treerow.dragoverselected {
	border: 1px dashed #999;
}
.detailarea {
	background-color: #fff;
	position: relative;
}
.detailarea-details .emtree ul li div span input[type="text"] {
	padding: 5px 10px 3px 10px;
	font-size: 11px;
	margin-top: -2px;
}
.emtree .actions {
	float: right;
	display: none;
	margin-right: 15px;
}
.emtree ul li div:hover .actions {
	display: inline;
}
.emtree ul li div .actions a {
	float: left;
	margin-left: 5px;
	opacity: 0.7;
}
.emtree ul li div .actions a:hover {
	opacity: 1;
}
.emtree ul li div .actions a.add {
	background: url("../images/add.gif") 0 11px no-repeat;
	width: 15px;
}
.emtree ul li div .actions a.edit {
	background: url("../images/edit.gif") 0 11px no-repeat;
	width: 15px;
}
.emtree ul li div .actions a.delete {
	background: url("../images/delete.gif") 0 11px no-repeat;
	width: 15px;
	margin-right: 0;
	margin-top: 0;
}
.emtree ul li div .actions a.add-folder {
	background: url("../images/add-folder.gif") 0 11px no-repeat;
	width: 15px;
}
.emtree ul li div .actions a.upload-file {
	background: url("../images/add-upload.gif") 0 11px no-repeat;
	width: 15px;
}
.emtree ul li div .actions a.download-folder {
	background: url("../images/download-folder.gif") 0 11px no-repeat;
	width: 15px;
}
.emtree ul li div .actions a.download-file {
	background: url("../images/download-file.gif") 0 11px no-repeat;
	width: 15px;
}

#categoryEditTreecontextMenu .dropdown-menu {
	right: 6px;
	left: auto;
}

#side-categories {
	position: relative;
}
.col-left.fixedheight #side-categories {
	overflow-x: auto;
	overflow-y: auto;
	height: calc(100% - 45px);
}

.collectionIcons {
	display: inline-block;
	position: absolute;
	right: 10px;
}
.autopopulate-list {
	margin: 0;
	padding: 0;
}
.autopopulate-list li {
	list-style: none;
	padding: 8px 10px;
	height: 32px;
	position: relative;
}

/* ATTACHMENTS STYLES */
.attachments-content {
	background-color: #eee;
}
.attachments-list {
	color: #333;
}
.attachments-preview {
	background-color: rgba(0, 0, 0, 0.05);
	color: #333;
}
#attachments-container {
	display: table;
	width: 100%;
	border-bottom: 1px solid #eee;
}
#attachmenttree .attachments-new {
	padding: 8px 10px;
}
#attachmenttree {
	display: table-cell;
	vertical-align: top;
}
.attachments-preview {
	border-left: 1px solid #e2eff4;
	width: 320px;
	overflow: hidden;
	text-align: center;
	height: 30px;
	display: table-cell;
}
.attachments-preview .attachment-name {
	padding: 10px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.attachments-preview .emdatafield {
	float: right;
	text-align: right;
}
.attachments-preview .emdatafieldvalue {
	float: left;
	text-align: left;
	font-weight: bold;
}
.attachment-preview-img {
	background-color: #333;
	min-height: 250px;
	color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}
#attachmenttree ul {
	margin: 0;
	padding: 0;
}
#attachmenttree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #444;
}
#attachmenttree ul li div {
	padding: 0 0 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	min-height: 34px;
	line-height: 34px;
	display: block;
	cursor: pointer;
}
#attachmenttree ul li div.selected,
.emtree ul li div.selected {
	background: #c9e8f2;
}
#attachmenttree ul li div.selected:hover,
.emtree ul li div.selected:hover {
	background: #c9e8f2;
}
#attachmenttree ul li div:hover {
	background: #c9e8f2;
}
#attachmenttree ul li div span a.btn {
	line-height: 11px;
	margin-left: 5px;
}
#attachmenttree ul li div span input[type="text"] {
	padding: 5px 10px 3px 10px;
}
#attachmenttree ul li div:hover .actions {
	display: inline;
}
#attachmenttree ul li div .actions a {
	float: left;
	margin-left: 7px;
	opacity: 0.8;
	line-height: 25px;
}
#attachmenttree ul li div .actions a:hover {
	opacity: 1;
}
#attachmenttree ul li div .actions a.add {
	background: url("../images/add.gif") 0 11px no-repeat;
	width: 15px;
}
#attachmenttree ul li div .actions a.edit {
	background: url("../images/edit.gif") 0 11px no-repeat;
	width: 15px;
}
#attachmenttree ul li div .actions a.delete {
	background: url("../images/delete.gif") 0 11px no-repeat;
	width: 15px;
	margin-right: 0;
	margin-top: 0;
}
#attachmenttree ul li div .actions a.add-folder {
	background: url("../images/add-folder.gif") 0 11px no-repeat;
	width: 15px;
}
#attachmenttree ul li div .actions a.upload-file {
	background: url("../images/add-upload.gif") 0 11px no-repeat;
	width: 15px;
}
#attachmenttree ul li div .actions a.download-folder {
	background: url("../images/download-folder.gif") 0 11px no-repeat;
	width: 15px;
}
#attachmenttree ul li div .actions a.download-file {
	background: url("../images/download-file.gif") 0 11px no-repeat;
	width: 15px;
}
.uploadfile {
	padding: 1px;
	line-height: 1.2;
}

/*OpenCollections*/
.opencollections ul {
	margin: 0;
	padding: 0;
}
.opencollections ul li {
	list-style-type: none;
	padding: 4px 4px;
	word-wrap: break-word;
}
.opencollections ul li:last-child {
	padding: 10px 0;
}
.opencollections ul li:last-child:hover {
	background-color: transparent;
}
.opencollections .collectionrow {
	position: relative;
	background: url(../images/folder-closed.png) 2px 4px no-repeat;
	padding-left: 22px;
}
.opencollections .collectionrowfavorite {
	background: none;
	padding-left: 0;
}
.collectionclose,
.filterclose {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.collectionclose:hover,
.filterclose:hover {
	color: #eee;
	opacity: 1;
	filter: alpha(opacity=100);
}
.filterclose {
	float: right;
	line-height: 1rem !important;
}
.opencollections .collectionbox {
	padding: 2px 0 0 0;
	margin: 0px;
	line-height: 21px;
	/*background:url('../images/icons/box.png') top 2px left 0 no-repeat;*/
	display: inline-block;
}
.collectionrow a,
.collectionrow a:visited {
	text-decoration: none;
	color: #eee;
}
.collectionrow a:hover {
	text-decoration: none;
	color: #fff;
}
.collectionrow .fa-star {
	color: #f7c000;
}

.collectionicons {
	position: absolute;
	right: 0px;
	top: 0;
	padding-right: 2px;
	display: none;
}
.collectionrow:hover .collectionicons,
.list-row:hover .collectionicons {
	display: inline-block;
}

.librarycollectiondroparea.selected,
.librarycollectiondroparea:hover {
	background-color: #333;
}

/*Tabs on Results Page*/
.results-header-left {
	font-size: 0.85rem;
	padding: 10px;
}
@media (min-width: 768px) {
	.results-header-left {
		width: 50%;
	}
}
.results-header-tabs {
	padding: 18px 5px 0 0;
}
.results-header-tabs .emtabs li {
	margin-bottom: -1px;
}

.results-header .opencollection-btn {
	margin-left: 10px;
	background-color: #f8f9fa;
	padding: 5px 8px;
	font-weight: bold;
}
.results-header .opencollection-btn:hover {
	text-decoration: none;
	background-color: #dae0e5;
}

.collection-header {
	padding: 10px;
	height: 80px;
	z-index: 3;
}
.collection-header .card-collections {
	background: none;
	float: left;
	width: 65px;
	margin: 0 10px 0 10px;
}
.collection-header .card-collections-thumb {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid #aaa;
	border-radius: 50%;
}
.collection-header-name {
	float: left;
	padding: 10px;
	max-width: 400px;
}
.collection-header-name h1 {
	font-size: 2rem;
	margin: 0 0 0.5rem 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.collection-header-name h1 a:hover {
	text-decoration: none;
}
.collection-header-actions {
	float: left;
	padding: 18px 10px 0 0px;
	font-size: 1.1rem;
}
.collection-header-back {
	float: left;
	padding: 15px 10px 0 10px;
	font-size: 1.3rem;
}
.filteredinresults {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	background: none;
	z-index: 2;
	width: 340px;
	word-wrap: break-word;
	padding: 0px;
}
@media (min-width: 768px) {
	.filteredinresults {
		width: 500px;
	}
}
.collection-container .col-left,
.collection-container .col-filters {
	top: 0;
	margin-top: 0;
}
/*Upload*/
.col-upload-option {
	width: 240px;
	text-align: center;
	background-color: #efefef;
	margin: 0 0 5px 5px;
}

#main-area {
	display: table-cell;
}
#right-sidebar {
	display: table-cell;
	width: 160px;
	padding: 0 0 0 20px;
}
.padding {
	padding: 20px 30px;
}
.widget-header-right {
	float: right;
	margin: 0 8px 0 0;
}
.widget-header-right i {
	opacity: 0.6;
	top: 0;
	margin-left: 3px;
}
.widget-header-right i:hover {
	opacity: 1;
}

.minimized .widget-header-right {
	display: none;
}

.uploadinstructions {
	text-align: center;
}
.col-upload-left .btn-lg {
	width: 95%;
	text-align: center;
	margin: 5px auto;
	line-height: 2rem;
}
div#drop-area .drop-over {
	margin: 0 auto;
	width: 190px;
	height: 251px;
	background: url(../images/dragdropbox.jpg) no-repeat top left;
}
.hints {
	text-align: center;
	font-size: 90%;
}
#upload {
	width: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px !important;
	margin-top: 20px;
	float: right;
}
.up-files-list {
	padding: 0;
	margin: 15px 0;
}
.up-files-list li {
	padding: 0;
	margin: 0;
	clear: both;
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
.up-files-list li a {
	padding: 7px 0px 3px 5px;
	display: block;
	margin: 0;
	color: #444;
}

.up-files-list li a .name {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	color: #333;
}
.up-files-list li a .size {
	text-align: right;
	font-size: 0.7rem;
	display: inline-block;
	margin-top: 1px;
}
.up-files-list li a .uploadstatus {
	font-style: italic;
	font-size: 0.7rem;
	text-align: right;
	display: inline-block;
	margin-top: 1px;
	padding-right: 6px;
	font-weight: bold;
}
.up-files-list li.uploadprogressrow {
	padding: 0 5px;
}
.up-files-list li .delete-row,
.up-files-list li:hover .delete-row {
	background: url("../images/iconset-10x10.png") 20px 10px;
	opacity: 0.7;
	width: 10px;
	height: 10px;
	padding: 0;
	display: block;
	margin-top: 5px;
	float: left;
	margin: 8px 0 0 6px;
}
.up-files-list li:hover .delete-row:hover {
	background: url("../images/iconset-10x10.png") 20px 10px;
	opacity: 1;
}
.up-files-list li .uploadprogress {
	background: rgba(113, 206, 113, 0.2);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

label.error {
	font-weight: bold;
	line-height: 16px;
	padding: 0.5rem 0;
	display: block;
	color: red;
}
#main-media-container {
	height: 100%;
}
#main-media-viewer {
	height: calc(100% - 35px);
}

/*Asset Panel*/
.assetpanel-container {
	position: relative;
	display: flex;
	flex-flow: column;
	height: 100%;
}
.assetpanel-sidebar {
	position: fixed;
	top: 0;
	left: -80%;
	display: block !important;
	width: 80%;
	height: 100%;
	background-color: #cecece;
}
.assetpanel-content {
	padding: 15px 10px 15px 15px;
	min-height: 200px;
	height: 100%;
	background-color: #d3d3d3;
}
.assetpanel-content-inside {
	height: 100%;
	width: 100%;
	/*display:table;*/
	background-color: #565656;
	color: #efefef;
}
.assetpanel-content-label {
	color: #efefef;
	line-height: 2;
	padding: 5px;
}
.assetpanel-content-breadcrumb {
	color: #ddd;
	font-size: 1.3rem;
	margin-bottom: 15px;
}
.assetpanel-content-breadcrumb a {
	color: #efefef;
}
.assetpanel-content-breadcrumb a:hover {
	color: #fff;
}
.assetpanel-document .assetpanel-content {
	padding: 0;
}
.assetpanel-sidebar-ontop {
	position: fixed;
	top: 0;
	left: 0 !important;
	z-index: 1;
	display: block !important;
	width: 40%;
	height: 100%;
	background-color: #cecece;
}
.mvshowpages-toggle {
	position: absolute;
	display: none;
	top: 0;
	right: -24px;
	z-index: 1;
	background-color: #aaa;
	border: 1px solid #888;
	color: #666;
	padding: 5px;
	width: 25px;
	border-bottom-right-radius: 40%;
}
.assetpanel-sidebar-ontop .mvshowpages-toggle {
	display: block;
}
.mvshowpages {
	padding: 0 14px 0 8px;
	color: #ccc !important;
}
.mvjumpto {
	display: none;
}
@media (min-width: 992px) {
	.assetpanel-sidebar {
		position: absolute;
		left: 0;
		width: 190px;

		/*  height: calc(100% - 20px);*/
	}
	.assetpanel-content {
		margin-left: 190px;
		min-height: 200px;
		overflow: hidden;
		background-color: #ccc;
	}
	.assetpanel-sidebar-hidden {
		left: -80%;
	}
	.assetpanel-content-full {
		margin: 0;
	}
	.mvshowpages-toggle {
		display: block;
	}

	.assetpanel-content-chatterbox {
		min-height: 200px;
		height: calc(100% - 20px);
		overflow: hidden;
	}
	li.footermenu.mvshowpagestab {
		display: none;
	}
	.mvjumpto {
		display: block;
	}
}

.assetpanel-header {
	display: table-row;
	height: 155px;
	margin-top: 10px;
}
.assetpanel-header .media-player-mini {
	background-color: #565656;
}
.assetpanel-header .media-player-mini .col-thumb {
	max-width: 280px;
}

.assetpanel-editor {
	padding: 15px;
	height: 100%;
	overflow-y: auto;
}
.assetpanel-editortitle {
	min-height: 45px;
	overflow: hidden;
}
.assetpanel-editortitle h2 {
	margin: 0;
}
.assetpanel-editorinner {
	position: relative;
	overflow-y: auto;
	height: calc(100% - 45px);
}
.assetpanel-editor .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #333333;
	background-image: -moz-linear-gradient(top, #696969, #333333);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#696969),
		to(#333333)
	);
	background-image: -webkit-linear-gradient(top, #696969, #333333);
	background-image: -o-linear-gradient(top, #696969, #333333);
	background-image: linear-gradient(to bottom, #696969, #333333);
	background-repeat: repeat-x;
	border-color: #333333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#333333', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.assetpanel-editor .btn-primary:hover,
.assetpanel-editor .btn-primary:focus,
.assetpanel-editor .btn-primary:active,
.assetpanel-editor .btn-primary.active,
.assetpanel-editor .btn-primary.disabled,
.assetpanel-editor .btn-primary[disabled] {
	color: #ffffff;
	background: none;
	background-color: #333333;
}

.assetpanel-editor .btn-disabled,
.assetpanel-editor .btn-disabled:hover,
.assetpanel-editor .btn-disabled:focus,
.assetpanel-editor .btn-disabled:active {
	color: #616161 !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #333333;
	background-image: -moz-linear-gradient(top, #414141, #333333);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#696969),
		to(#333333)
	);
	background-image: -webkit-linear-gradient(top, #696969, #333333);
	background-image: -o-linear-gradient(top, #696969, #333333);
	background-image: linear-gradient(to bottom, #696969, #333333);
	background-repeat: repeat-x;
	border-color: #333333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#333333', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow: none;
}

.assetpanel-editor .btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #434343;
	background-image: -moz-linear-gradient(top, #606060, #434343);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#606060),
		to(#434343)
	);
	background-image: -webkit-linear-gradient(top, #606060, #434343);
	background-image: -o-linear-gradient(top, #606060, #434343);
	background-image: linear-gradient(to bottom, #606060, #434343);
	background-repeat: repeat-x;
	border-color: #434343;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#434343', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.assetpanel-editor .btn-secondary:hover,
.assetpanel-editor .btn-secondary:focus,
.assetpanel-editor .btn-secondary:active,
.assetpanel-editor .btn-secondary.active,
.assetpanel-editor .btn-secondary.disabled,
.assetpanel-editor .btn-secondary[disabled] {
	color: #ffffff;
	background: none;
	background-color: #434343;
}

.asset-editor-actions-container {
	height: 100%;
}
.em2tabs-tab-content {
	height: calc(100% - 40px);
}
.assetpanel-content-chatterbox {
	padding: 0 0 20px;
	height: 100%;
	width: 100%;
	display: table;
}

.editor-panel {
	margin: 0 !important;
}
.assetpanel-editor .summarytab {
	padding: 5px 0px;
}
.assetpanel-editor .col-8 {
	padding-left: 0;
}
.assetpanel-editor .col-4 {
	padding-left: 0;
}
.assetpanel-editor-box {
	margin-bottom: 20px;
}
.assetpanel-editor h4 {
	color: #bbb;
	padding: 6px 10px;
	background-color: #333;
	text-transform: uppercase;
	font-size: 1.1rem;
}
.assetpanel-editor .detail-edit-icon {
	font-size: 0.7em;
	line-height: 1.4;
	padding: 2px 6px;
	text-transform: none;

	color: #bbb;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #262626;
	background-image: -moz-linear-gradient(top, #333333, #262626);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#333333),
		to(#262626)
	);
	background-image: -webkit-linear-gradient(top, #333333, #262626);
	background-image: -o-linear-gradient(top, #333333, #262626);
	background-image: linear-gradient(to bottom, #333333, #262626);
	background-repeat: repeat-x;
	border-color: #262626;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#262626', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.assetpanel-editor .detail-edit-icon:hover {
	color: #fff;
	background: none;
	background-color: #262626;
}
.asset-data-preview .row {
	margin-bottom: 10px;
}
.asset-data-preview .emdatafield {
	font-weight: normal;
	color: #bbb;
	margin-bottom: 0.3rem;
	display: block;
	line-height: 2;
	padding: 0;
	text-align: right;
}
.asset-data-preview .emdatafieldvalue {
	font-size: 1.1rem;
	padding: 0 8px;
	word-wrap: break-word;
}
.asset-data-preview .emdatafieldvaluelanguages {
	padding-bottom: 10px;
}
.asset-data-preview .emdatafieldvaluelocale {
	color: #bbb;
	font-size: 0.9rem;
}
.asset-data-preview .badge-tags {
	word-break: break-all;
}
.assetpanel-editor .emdatafieldvalue-readonly {
	border: 1px solid #999;
	border-radius: 0.25rem;
	padding: 0.275rem 0.75rem;
	font-size: 1rem;
	line-height: 1.3;
	background-color: #666;
	min-height: 30px;
}
.emdatafieldurl {
	color: #ddd;
	text-decoration: underline;
}
.emdatafieldurl:hover {
	color: #fefefe;
	text-decoration: underline;
}
.fields-editor .emdatafieldvalue {
	margin-bottom: 15px;
}
.fields-editor label.error {
	padding-top: 0;
}
.form-control.error,
.select2-selection.error {
	border: 1px solid red !important;
}
.assetpanel-editor .btns {
	padding: 15px 0;
}
.fields-editor .emdatafieldvalue .form-control:focus {
	box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.15);
	border-color: #ccc;
}
.emdatafieldvalue
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	color: #333;
}
.emdatafieldvalue
	.select2-container
	.select2-search--inline
	.select2-search__field {
	padding: 0 5px;
}
.assetpanel-editor .emlist a {
	color: #ccc;
	text-decoration: none;
}
.assetpanel-editor .emlist a:hover {
	color: #fff;
	text-decoration: underline;
}

.assetpanel-editor .table-striped {
	color: #333;
	border: 1px solid #999;
}
.assetpanel-editor .table-striped thead th,
.assetpanel-editor .table-striped tbody td {
	border-bottom: 1px solid #999;
}
.assetpanel-editor .table-striped {
	background-color: #efefef;
}
.emlist {
	padding: 0;
	margin: 0 0 10px;
}

.emlist .list-row {
	padding-top: 7px;
	padding-bottom: 7px;
	list-style: none;
	position: relative;
}
.emlist .list-row:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.emlist .list-row .category {
	padding-left: 22px;
	padding-top: 0px;
	background: url("../images/folder-closed.png") 6px 2px no-repeat;
	margin: 0 10px 0 0;
	position: relative;
}
.emlist .list-row .cat-category {
	background: url("../images/folder-closed.png") 6px 2px no-repeat;
}
.emlist .list-row .cat-collection {
	background: url("../images/folder-collection-closed.png") 6px 2px no-repeat;
}

.list-delete {
	position: absolute;
	right: 6px;
	top: 8px;
	display: none;
}
.list-row:hover .list-delete {
	display: inline-block;
}

.cat-list .list-row .asset {
	padding-left: 18px;
	padding-top: 10px;
	background: url("../images/attachments-icon.png") left 7px no-repeat;
	margin: 0 3px;
}
.summarytab .list-library,
.summarytab .list-collection {
	display: block;
	background: url(../images/folder-collection-closed.png) 6px 4px no-repeat;
	padding-left: 26px;
	line-height: 1.8;
	text-decoration: none;
}

.summarytab .list-library i,
.summarytab .list-collection i {
	margin-right: 8px;
}
.summarytab .media-player-mini {
	margin-bottom: 20px;
}
.summarytab .emthumbholder {
	/*width:510px;*/
	min-height: 150px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.alert-save {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
	padding-top: 10px;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 2;
	width: 300px;
	height: 50px;
	position: fixed;
	text-align: center;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 25000;
}
.alert-save-top {
	width: 40%;
	top: 10px;
	bottom: inherit;
	padding: 10px;
	position: absolute;
	text-align: center;
	margin: auto;
	right: 0;
	left: 0;
	z-index: 25000;
}
.assetpanel-chatterbox-header {
	display: table-row;
	height: 50px;
	padding: 0 20px;
}
.tab-pane {
	position: relative;
}
.assetpanel-chatterbox-card {
	height: 100%;
	display: table-cell;
}

.chatterbox-container {
	height: 100%;
	width: 100%;
	display: table;
	padding: 0;
}
.assetpanel-chatterbox {
	display: table-row;
}
.chatterbox-body {
	display: table-row;
	background-color: #fff;
}
.chatterbox-inputarea {
	height: 36px;
	display: table-row;
}
.chatterbox-body-inside {
	overflow-y: auto;
	height: 100%;
}

.chatterbox-inputarea-inside {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	position: relative;
}
.chatterbox-message-list .alert {
	padding: 0.5rem 0.75rem;
}
.chatterbox-message-list .message-time {
	font-size: 0.7rem;
}
.chatterbox-inputarea-inside .chatter-text {
	padding: 0.2rem 0.75rem;
}

.tabe-conversions td {
	height: 52px;
}
.conversionerrortext {
	max-width: 360px;
	margin: 5px 0;
	word-break: break-all;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
	color: #666;
}
.assetpanel-document {
	height: 100%;
}

.assetpanel-document .assetpanel-content {
	background-color: #000;
	color: #fff;
	text-align: center;
}

#pdf-thumbnail-sidebar {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	vertical-align: top;
}
#pdf-thumbnail-sidebar ul {
	padding: 0;
	margin: 0;
}
#pdf-thumbnail-sidebar ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#pdf-thumbnail-sidebar ul li a {
	display: block;
}
#pdf-thumbnail-sidebar ul li a .emdropshadow {
	margin: 10px 0;
}
#pdf-thumbnail-sidebar ul li a .pdf-page-number {
	overflow: hidden;
	display: block;
	height: 28px;
	padding: 4px 8px;
	background-color: rgba(20, 20, 20, 0.6);
	color: #efefef;
	text-align: center;
}
#pdf-thumbnail-sidebar ul li.current a,
#pdf-thumbnail-sidebar ul li a:hover,
#pdf-thumbnail-sidebar ul li.current a:hover {
	background-color: #d0e6ef;
}
#pdf-thumbnail-sidebarX ul li.current:after {
	content: "";
	display: block;
	float: left;
	position: absolute;
	border-left: 12px solid #d0e6ef;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	top: 0px;
	left: 100%;
	z-index: 10;
	padding: 0;
	margin: 0;
}
#pdf-thumbnail-sidebar .next-pages a {
	display: inline-block;
	line-height: 2;
	padding: 2px 8px;
	font-weight: bold;
	font-size: 82%;
}
#pdf-thumbnail-sidebar .next-pages-prev {
	float: left;
}
#pdf-thumbnail-sidebar .next-pages-next {
	float: right;
}
#pdf-viewer-container {
	margin: 0;
	padding: 0;
}
#jumpto p {
	color: #fff;
	line-height: 2;
	text-align: center;
	margin: 0 auto;
}
#jumpto #pagejumper {
	width: 30px;
	padding: 2px 4px;
	line-height: 16px;
	border-radius: 3px;
	border: 1px solid #444;
	position: relative;
	top: 1px;
	margin-right: 1px;
	text-align: center;
}
#jumpto .btn {
	padding: 2px 6px;
	height: 24px;
}

#pdf-viewier-container {
	position: realtive;
}
#pdf-viewer-container #prevpage {
	position: absolute;
	left: 30px;
	bottom: 44%;
	background: url("../images/pdf-prev-page.png");
	opacity: 0.2;
	display: block;
	width: 50px;
	height: 100px;
}
#pdf-viewer-container #nextpage {
	position: absolute;
	right: 30px;
	bottom: 44%;
	background: url("../images/pdf-next-page.png");
	opacity: 0.2;
	display: block;
	width: 50px;
	height: 100px;
}
#pdf-viewer-container #prevpage:hover,
#pdf-viewer-container #nextpage:hover {
	opacity: 0.3;
}
#prevfive,
#nextfive {
	height: 25px;
}
#prevfive a,
#nextfive a {
	color: #666;
}
#prevfive {
	border-bottom: 1px solid #eee;
}
#nextfive {
	border-top: 1px solid #eee;
}
#largeimage-embed p {
	font-size: 0.8rem;
}
.embedlinktextarea {
	margin-top: 5px;
	width: 100%;
}

@media (min-width: 992px) {
	#pdf-thumbnail-sidebar ul li a .emdropshadow {
		margin: 25px 0;
	}
}

/*Module: Assets*/
.asset-menu {
	width: 100%;
	height: 44px;
}
.asset-menu,
.asset-menu ul li,
.asset-menu .dropdown-menu {
	background-color: #3d4a5d;
}
.asset-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.asset-menu ul li {
	display: block;
	float: left;
}
.asset-menu ul li a {
	display: block;
	position: relative;
	line-height: 20px;
	padding: 12px 18px;
	color: #fff;
}
.asset-menu ul li a:hover {
	background-color: #2c3644;
	text-decoration: none;
}
.asset-menu ul li ul li {
	display: block;
	float: none;
}
.media-player-mini {
	background-color: #333;
	color: #efefef;
	text-align: center;
	margin-bottom: 20px;
}
.media-player-mini-links a {
	color: #ccc;
	text-decoration: none;
	display: inline-block;
	line-height: 1.6;
	padding: 0 5px;
}
.media-player-mini-links a:hover {
	color: #fff;
	text-decoration: none;
}
.media-player-mini .dropdown-menu {
	background-color: #434343;
}
.media-player-mini .dropdown-item:focus,
.media-player-mini .dropdown-item:hover {
	background-color: #666;
}
.media-info-icons {
	display: inline-block;
}
.media-player-mini .jp-audio.mini {
	width: 330px;
}
.assetlockedinput {
	display: inline-block;
	padding: 2px 0 0 0;
}
.assetlocked {
	position: relative;
}
.assetlocked i {
	font-size: 0.8em;
}

.media-player {
	text-align: center;
}
.media-player .media-info {
	text-align: center;
	padding: 5px;
	font-size: 90%;
}
.media-info .media-info-primary {
	word-wrap: break-word;
	overflow: hidden;
}
.media-player-mini {
	margin: 0 auto;
}
.media-player-mini .media-thumbnail {
	text-align: center;
	padding: 20px 10px 10px;
}
.media-player-mini .media-info {
	text-align: center;
	padding: 10px;
	font-size: 90%;
}
.media-player-mini .media-info strong {
	font-size: 110%;
}
.media-player-mini .media-info-more {
	border-top: 1px solid #666;
	padding-top: 10px;
	margin-top: 10px;
}
.media-player-mini .media-info-more p {
	margin-bottom: 5px;
}

.media-likes {
	padding-right: 15px;
	display: inline-block;
}
.media-likes .liked {
	color: #fff;
}

.card-box-asset-preview {
	padding: 20px;
}
.card-box-asset-preview ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.audio-thumb-container {
	text-align: center;
	padding: 10px;
	max-width: 200px;
}

.audio-thumb-container .smallname {
	font-size: 0.9em;
	color: #aaa;
}

.aside-content {
	margin: 0 0 50px;
}
.aside-content .aside-header {
	height: 40px;
	width: 100%;
	padding: 10px;
	margin: 0 0 10px;
}

.aside-content .aside-block {
	padding: 10px;
}

.aside-media {
	list-style: none;
	height: 80px;
	margin: 0;
	padding: 0;
}
.aside-media li {
	float: left;
	margin-right: 10px;
}

.multi-value-list {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
.multi-value-list li {
	margin: 0px 10px 0 0;
	padding: 0 0 0px 20px;
	list-style: none;
	background: url(../images/icons/check.png) left center no-repeat;
}

.collection-container {
	width: 100%;
	height: 100%;
}
.collection-container .results-header {
	height: 47px;
}

/*Modules*/
.main-info {
	padding: 20px 10px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
.editholder {
	background-color: #efefef;
	height: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	padding: 0 15px;
}
.editholder a {
	color: #8d8d8d;
}
.tr {
	display: table-row;
}
#advsearchpanel .submit {
	padding: 10px 0;
}
#advsearchpanel .form-control {
	max-width: 215px;
}
#advsearchpanel .datepicker {
	margin-top: 5px;
	width: 190px;
}
#advsearchpanel .ui-datepicker-trigger {
	margin-left: 5px;
}

#de-table {
	display: table;
	width: 100%;
}
.detailarea-details {
	/* display: table-cell;*/
	vertical-align: top;

	padding: 10px;
}
.detailarea-details-open {
	display: table-cell;
	background-color: #fff;
}
.detailarea-details h3 {
	margin-top: 0px;
}
.detailarea-details h2 a {
	color: #2790b0;
}

/* SIDE BAR NAV */
#de-side-nav {
	background: #f7f7f7 url("../images/sidebar-shadow.png") right top repeat-y;
	border-right: 1px solid #ccc;
	width: 48px;
	min-width: 48px;
	-webkit-transition: width 0.05s ease-out;
	-moz-transition: width 0.05s ease-out;
	-ms-transition: width 0.05s ease-out;
	-o-transition: width 0.05s ease-out;
	transition: width 0.05s ease-out;
}
#de-side-nav.open {
	width: 155px;
	display: table-cell;
	border-collapse: separate;
	border-spacing: 0px;
	-webkit-transition: width 0.05s ease-out;
	-moz-transition: width 0.05s ease-out;
	-ms-transition: width 0.05s ease-out;
	-o-transition: width 0.05s ease-out;
	transition: width 0.05s ease-out;
}
#de-side-nav ul {
	margin: 0;
	padding: 0;
}
#de-side-nav ul li {
	margin: 0;
	padding: 0;
}
#de-side-nav ul li a {
	margin: 0;
	padding: 8px 10px;
	font-weight: normal;
}
#de-side-nav #opener {
	cursor: pointer;
}

/* SIDE BAR ICONS */
/* To delete
#de-side-nav.open li a:before, #de-side-nav.open li a:after {
    border: none;
    background: none;
    content: ''
}
#de-side-nav.closed li a:before {
    border-right: 5px solid #444;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 15px;
    left: 43px;
    z-index: 10;
}
#de-side-nav.closed li a:after {
    top: 6px;
    left: 53px;
    width: 100px;
    font-weight: bold;
    font-style: normal;
    z-index: 10;
}
#de-side-nav.closed ul li .text {
    display: none;
}

#de-side-nav ul li a {
    padding: 0;
    border: none;
    height: 42px;
    position: relative;
}
#de-side-nav ul li a:hover {
    background: #efefef url('../images/sidebar-shadow.png') right top repeat-y;
}
#de-side-nav ul li .text {
    position: absolute;
    top: 0;
    line-height: 42px;
    left: 45px;
    
    
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#de-side-nav ul li a .icon {
    float: left;
    background: url('../images/side-bar-nav-icons.png') no-repeat;
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    position: relative;
    left: 12px;
    top: 8px;
}
#de-side-nav li.current a, #de-side-nav li.current a:hover {
    height: 40px;
}
#de-side-nav ul li.current a .icon {
    background-position: 0 -26px;
}
#de-side-nav ul li.current {
    position: relative;
}
#de-side-navX ul li.current:after {
    content: '';
    display: block;
    float: left;
    position: absolute;
    border-left: 8px solid #63bdd9;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    top: 0px;
    left: 100%;
    z-index: 10;
    padding: 0;
    margin: 0;
}
#de-side-nav .comment .icon {
    background-position: -25px 0;
}
#de-side-nav .current.comment .icon {
    background-position: -25px -26px;
}
#de-side-nav .viewassetedit .icon {
    background-position: -339px 0;
}
#de-side-nav .current.viewassetedit .icon {
    background-position: -339px -26px;
}
#de-side-nav .editassetcategories .icon, #de-side-nav .projects-libraryassets .icon {
    background-position: -287px 0;
}
#de-side-nav .current.editassetcategories .icon, #de-side-nav .current.projects-libraryassets .icon  {
    background-position: -287px -26px;
}
#de-side-nav .current .text {
    top: -1px;
}
#de-side-nav .editassettags .icon {
    background-position: -104px 0;
}
#de-side-nav .current.editassettags .icon {
    background-position: -104px -26px;
}
#de-side-nav .asseteditorlibraries .icon, #de-side-nav  .projects-librarygeneral .icon {
    background-position: -131px 0;
}
#de-side-nav .current.asseteditorlibraries .icon, #de-side-nav .current.projects-librarygeneral .icon {
    background-position: -131px -26px;
}
#de-side-nav .asseteditorlibraries .icon, #de-side-nav  .projects-librarycollection .icon {
    background-position: -365px 0;
}
#de-side-nav .current.asseteditorlibraries .icon, #de-side-nav .current.projects-librarycollection .icon {
    background-position: -365px -26px;
}
#de-side-nav .asseteditorlibraries .icon {
    background-position: -131px 0;
}
#de-side-nav .current.asseteditorlibraries .icon {
    background-position: -131px -26px;
}
#de-side-nav  .librarygit .icon {
    background-position: -287px 0;
}
#de-side-nav .current.librarygit .icon {
    background-position: -287px -26px;
}
#de-side-nav .viewmediaviewer .icon {
    background-position: -52px 0;
}
#de-side-nav .current.viewmediaviewer .icon {
    background-position: -52px -26px; 
}
#de-side-nav .viewmap .icon {
    background-position: -78px 0;
}
#de-side-nav .current.viewmap .icon {
    background-position: -78px -26px;
}
#de-side-nav .viewconversions .icon {
    background-position: -313px 0;
}
#de-side-nav .current.viewconversions .icon {
    background-position: -313px -26px;
}
#de-side-nav .viewattachments .icon {
    background-position: -157px 0;
}
#de-side-nav .current.viewattachments .icon {
    background-position: -157px -26px;
}
#de-side-nav .assetpermissions .icon, #de-side-nav .librarypermissions .icon {
    background-position: -210px 0;
}
#de-side-nav .current.assetpermissions .icon, #de-side-nav .current.librarypermissions .icon {
    background-position: -210px -26px;
}
#de-side-nav .converthistory .icon {
    background-position: -183px 0;
}
#de-side-nav .current.converthistory .icon {
    background-position: -183px -26px;
}

#de-side-nav .viewtimeline .icon {
    background-position: -364px 0;
}
#de-side-nav .current.viewtimeline .icon {
    background-position: -364px -26px;
}

#de-side-nav .viewclosedcaptions .icon {
    background-position: -131px 0;
}
#de-side-nav .current.viewclosedcaptions .icon {
    background-position: -131px -26px;
}
*/

#de-side-nav.open #opener .icon {
	background-position: -264px -26px;
	width: 19px;
	height: 26px;
	left: 14px;
	top: 8px;
}
#de-side-nav.closed #opener .icon {
	background-position: -264px 0;
	width: 19px;
	height: 26px;
	left: 14px;
	top: 8px;
}
#de-side-nav .divider {
	height: 1px;
	background: #ddd;
	width: 100%;
	border-bottom: 1px solid #fff;
}

/*Module: Settings*/
.settings-header {
	padding: 10px;
}
.settings-title {
	padding: 5px;
}
.collectionmodule {
	padding: 20px 0 0 0;
}
.collectionmodule-header {
	position: relative;
	height: 32px;
}
.collectionmodule-header .breadcrumbs {
	padding: 5px 5px 0px;
}
.collectionmodule .emtabs {
	position: absolute;
	bottom: 0;
	right: 0;
}

.em2tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.em2tabs li {
	display: table-cell;
	margin: 0;
	padding: 0;
	border: 0 none;
	/*margin-bottom:-1px;*/
}
.em2tabs li a {
	display: block;
	padding: 0.5rem 1.2rem;
	background-color: #e1e1e1 !important;
	border-right: 1px solid #9f9f9f;
	text-align: center;
	color: #666 !important;
	text-decoration: none;
	font-weight: 700;
	box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.em2tabs li a:hover {
	background-color: rgba(10, 10, 10, 0.1) !important;
	color: #000 !important;
}
.em2tabs-tab-content {
	background: #efefef;
	overflow-y: auto;
}

.em2tabs li.emtabselected a {
	color: #000 !important;
	background-color: #efefef !important;
}
.em2tabs-tab-content .table .cellrow {
	padding: 10px 10px;
	border-bottom: 1px solid #eee;
}
.em2tabs-tab-content .table .cellrow .bodylabel {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.em2tabs-tab-content .table .cellrow .bodycontent {
	color: #666;
}

/* SUBTAB NAV */
#eml-tab-subnav {
	margin: 0;
}
#eml-tab-subnav ul,
#sub-nav,
.tree-header {
	display: block;
	position: relative;
	height: 45px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sub-nav.search-views {
	margin-bottom: 0;
}
#eml-tab-subnav ul li,
#sub-nav li {
	list-style: none;
	float: left;
	position: relative;
}
#eml-tab-subnav ul li a,
#sub-nav li a {
	font-size: 0.85rem;
	height: 45px;
	line-height: 45px;
	padding: 0 12px;
	display: block;
	font-weight: normal;
}
#sub-nav li a.hide {
	display: none;
}
#sub-nav .nav-link-cart {
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.1);
}
table.greytxt {
	width: 100%;
}
.eml-tab-content,
.eml-full-content {
	padding: 20px;
	background-color: #fff;
}
.eml-content-title {
	height: 42px;
}
.tab-actions {
	padding: 20px;
}

.metadatainput .select2 {
	width: 100%;
}

.settings.col-main-inner {
	background-color: #fff;
	padding-bottom: 20px;
	min-height: 520px;
}

/* DATA TYPES CSS */
#table-container {
	margin: 20px 0 0 0;
	padding: 0;
}
#side-nav-inner {
	width: 240px;
	float: left;
}
#side-nav-inner a:hover {
	text-decoration: none;
}

#tableheader th.sortable div span.glyphicon {
	font-size: 10px;
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	position: absolute;
	right: 0;
}
.ui-sortable-handle {
	position: relative;
}

#side-nav-inner ul li.ui-sortable-helper a:hover {
	background: #fff;
}
#workarea {
	float: left;
}
#workarea ul {
	padding: 0;
	margin: 0;
	min-width: 700px;
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
.settings-icon {
	width: 11px;
	height: 11px;
	background: url("../images/settings-icon.png") no-repeat;
	margin-right: 0;
	float: right;
	margin: 4px 3px 0 0;
	opacity: 0.8;
	cursor: pointer;
}
#views-settings {
	color: #444;
	font-weight: normal;
	margin-bottom: -10px;
}
#views-settings .inner {
	background: #fff;
	border: 1px solid #15566b;
	padding: 15px 15px 5px 15px;
	border-radius: 5px;
}
#views-settings .field {
	padding: 5px 8px;
	border-radius: 5px;
	font-size: 12px;
}
#views-header .type {
	font-size: 10px;
	margin-top: -2px;
	margin-left: 5px;
	opacity: 0.8;
}
.settings-icon:hover {
	opacity: 1;
}
.settings-icon.tooltip:hover:after {
	top: -35px !important;
	right: -7px !important;
}
.settings-icon.tooltip:hover:before {
	top: -7px !important;
	left: 0 !important;
}
.uiinfo:hover:after {
	top: -38px !important;
	left: 0;
}
.uiinfo:hover:before {
	top: -10px !important;
	left: 10px !important;
}

#views-settings {
	margin: 11px 0 0 0;
	padding: 10px 0 0 0;
	width: 100%;
	border-top: 1px dashed rgba(255, 255, 255, 0.6);
}
#views-settings label {
	display: block;
}
.emsettingslist {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.emsettingslist li {
	padding: 0;
	margin: 0;
	height: 38px;
	border: 1px solid #aaa;
	border-top: none;
	overflow: hidden;
	position: relative;
	color: #444;
}
.emsettingslist li:first-child {
	border-top: 1px solid #aaa;
}
.emsettingslist .sortableitem {
	padding: 8px 0 8px 22px;
	color: #666;
	display: block;
}
.emsettingslist li:first-child {
	border-top: 1px solid #aaa;
}
.emsettingslist li:nth-of-type(even) {
	background: rgba(0, 0, 0, 0.05);
}
.emsettingslist li.subheader,
.emsettingslist li.subheader:hover {
	background: #e1e1e1;
	padding: 6px 8px;
}
.emsettingslist .subheader-title {
	float: left;
	line-height: 22px;
}
.emsettingslist li.singlecontainer,
.emsettingslist li.singlecontainer:hover {
	background-color: #f9f9f9;
}
#addeditbox .form-control {
	padding: 0.15rem;
	width: 170px;
	display: inline-block;
}
.ui-sortable-helper {
	background: #f4f4f4;
	border: 1px solid #666;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.35);
}
.ui-soratable-helper a:hover {
	background: #f4f4f4;
}
span.drag-and-drop {
	background: url("../images/navigation/moveupdown.png");
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 10px;
	left: 4px;
	margin-right: 10px;
}
.type-of-field {
	font-size: 10px;
	font-weight: bold;
	color: #aaa;
	margin: 0 0 0 8px;
	position: relative;
	top: -1px;
}
.emsettingslist li:hover .type-of-field {
	color: #666;
}
#table-container li.header {
	font-weight: bold;
	padding: 10px 8px;
}
.emsettingslist li.header {
	height: 42px;
	font-weight: bold;
}

/*HotFolder*/
.fwlist,
.fw {
	margin: 0;
	padding: 0;
}
.fwlist li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	background: #f7f7f7;
	border-bottom: 1px solid #d4d4d4;
}
.fwlist li:nth-child(even) {
	background-color: #fff;
}
#folders li {
	height: 102px;
}
#folders .folder {
	background: url("../images/folder.png") 15px 8px no-repeat;
	padding: 20px 0 0 0;
	height: 102px;
	position: relative;
}
#modules .module {
	background: url("../images/module.png") 20px 8px no-repeat;
	padding: 20px 0 0 140px;
	height: 102px;
	position: relative;
}
#folders .folder a:hover {
	text-decoration: none;
}
#folders .folder a:hover .alias {
	text-decoration: underline;
}
#folders .alias,
#modules .alias {
	font-weight: bold;
	font-size: 1.2rem;
}
#folders .path {
	font-size: 0.9rem;
}
.cat-folder:after {
	content: "";
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	left: 80px;
	top: 50px;
}
.auto .folder:after {
	background: url("../images/auto-icon.png");
}
.manual .folder:after {
	background: url("../images/manual-icon.png");
}
.add .folder:after {
	background: url("../images/add-icon.png");
}
.cat-folder .cat-name {
	position: relative;
	top: 35px;
	left: 135px;
	width: 300px;
	line-height: 1;
}
.cat-folder .alias {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-top: -4px;
}
.cat-folder .path {
	font-size: 12px;
	color: #999;
}
.folder .last-activity {
	color: #666;
	font-size: 0.8rem;
}

.searchcategories-tree {
	float: left;
	width: 30%;
	padding: 6px;
}
.searchcategories-filter {
	float: right;
	width: 69%;
}
.searchcategories-treecontainer {
	overflow-y: auto;
	height: 100%;
	max-height: 600px;
}
.monitor {
	background: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 65px;
	padding: 5px 15px;
	margin-top: 11px;
	float: left;
	width: 459px;
}
.monitor .top,
.monitor .bottom {
	color: #767676;
	font-size: 11px;
}
.progress-bar-container {
	background: url("../images/progress-bg.jpg");
	width: 451px;
	height: 22px;
	border-radius: 11px;
	border: 1px solid #444;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
	position: relative;
	margin: 4px 0 3px 0;
}
.progress {
	width: 438px;
	height: 10px;
	border-radius: 5px;
	background: rgb(92, 201, 96); /* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(92, 201, 96, 1) 0%,
		rgba(108, 210, 108, 1) 3%,
		rgba(140, 235, 135, 1) 5%,
		rgba(160, 248, 146, 1) 8%,
		rgba(152, 239, 132, 1) 10%,
		rgba(134, 233, 107, 1) 15%,
		rgba(122, 225, 92, 1) 18%,
		rgba(116, 224, 78, 1) 21%,
		rgba(108, 216, 68, 1) 23%,
		rgba(98, 209, 53, 1) 26%,
		rgba(75, 201, 14, 1) 33%,
		rgba(70, 200, 6, 1) 36%,
		rgba(71, 201, 4, 1) 38%,
		rgba(68, 198, 2, 1) 41%,
		rgba(66, 198, 1, 1) 46%,
		rgba(37, 192, 0, 1) 77%,
		rgba(34, 190, 2, 1) 85%,
		rgba(21, 190, 0, 1) 95%,
		rgba(19, 190, 0, 1) 100%
	); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(92, 201, 96, 1)),
		color-stop(3%, rgba(108, 210, 108, 1)),
		color-stop(5%, rgba(140, 235, 135, 1)),
		color-stop(8%, rgba(160, 248, 146, 1)),
		color-stop(10%, rgba(152, 239, 132, 1)),
		color-stop(15%, rgba(134, 233, 107, 1)),
		color-stop(18%, rgba(122, 225, 92, 1)),
		color-stop(21%, rgba(116, 224, 78, 1)),
		color-stop(23%, rgba(108, 216, 68, 1)),
		color-stop(26%, rgba(98, 209, 53, 1)),
		color-stop(33%, rgba(75, 201, 14, 1)),
		color-stop(36%, rgba(70, 200, 6, 1)),
		color-stop(38%, rgba(71, 201, 4, 1)),
		color-stop(41%, rgba(68, 198, 2, 1)),
		color-stop(46%, rgba(66, 198, 1, 1)),
		color-stop(77%, rgba(37, 192, 0, 1)),
		color-stop(85%, rgba(34, 190, 2, 1)),
		color-stop(95%, rgba(21, 190, 0, 1)),
		color-stop(100%, rgba(19, 190, 0, 1))
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(92, 201, 96, 1) 0%,
		rgba(108, 210, 108, 1) 3%,
		rgba(140, 235, 135, 1) 5%,
		rgba(160, 248, 146, 1) 8%,
		rgba(152, 239, 132, 1) 10%,
		rgba(134, 233, 107, 1) 15%,
		rgba(122, 225, 92, 1) 18%,
		rgba(116, 224, 78, 1) 21%,
		rgba(108, 216, 68, 1) 23%,
		rgba(98, 209, 53, 1) 26%,
		rgba(75, 201, 14, 1) 33%,
		rgba(70, 200, 6, 1) 36%,
		rgba(71, 201, 4, 1) 38%,
		rgba(68, 198, 2, 1) 41%,
		rgba(66, 198, 1, 1) 46%,
		rgba(37, 192, 0, 1) 77%,
		rgba(34, 190, 2, 1) 85%,
		rgba(21, 190, 0, 1) 95%,
		rgba(19, 190, 0, 1) 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(92, 201, 96, 1) 0%,
		rgba(108, 210, 108, 1) 3%,
		rgba(140, 235, 135, 1) 5%,
		rgba(160, 248, 146, 1) 8%,
		rgba(152, 239, 132, 1) 10%,
		rgba(134, 233, 107, 1) 15%,
		rgba(122, 225, 92, 1) 18%,
		rgba(116, 224, 78, 1) 21%,
		rgba(108, 216, 68, 1) 23%,
		rgba(98, 209, 53, 1) 26%,
		rgba(75, 201, 14, 1) 33%,
		rgba(70, 200, 6, 1) 36%,
		rgba(71, 201, 4, 1) 38%,
		rgba(68, 198, 2, 1) 41%,
		rgba(66, 198, 1, 1) 46%,
		rgba(37, 192, 0, 1) 77%,
		rgba(34, 190, 2, 1) 85%,
		rgba(21, 190, 0, 1) 95%,
		rgba(19, 190, 0, 1) 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(92, 201, 96, 1) 0%,
		rgba(108, 210, 108, 1) 3%,
		rgba(140, 235, 135, 1) 5%,
		rgba(160, 248, 146, 1) 8%,
		rgba(152, 239, 132, 1) 10%,
		rgba(134, 233, 107, 1) 15%,
		rgba(122, 225, 92, 1) 18%,
		rgba(116, 224, 78, 1) 21%,
		rgba(108, 216, 68, 1) 23%,
		rgba(98, 209, 53, 1) 26%,
		rgba(75, 201, 14, 1) 33%,
		rgba(70, 200, 6, 1) 36%,
		rgba(71, 201, 4, 1) 38%,
		rgba(68, 198, 2, 1) 41%,
		rgba(66, 198, 1, 1) 46%,
		rgba(37, 192, 0, 1) 77%,
		rgba(34, 190, 2, 1) 85%,
		rgba(21, 190, 0, 1) 95%,
		rgba(19, 190, 0, 1) 100%
	); /* IE10+ */
	background: linear-gradient(
		top,
		rgba(92, 201, 96, 1) 0%,
		rgba(108, 210, 108, 1) 3%,
		rgba(140, 235, 135, 1) 5%,
		rgba(160, 248, 146, 1) 8%,
		rgba(152, 239, 132, 1) 10%,
		rgba(134, 233, 107, 1) 15%,
		rgba(122, 225, 92, 1) 18%,
		rgba(116, 224, 78, 1) 21%,
		rgba(108, 216, 68, 1) 23%,
		rgba(98, 209, 53, 1) 26%,
		rgba(75, 201, 14, 1) 33%,
		rgba(70, 200, 6, 1) 36%,
		rgba(71, 201, 4, 1) 38%,
		rgba(68, 198, 2, 1) 41%,
		rgba(66, 198, 1, 1) 46%,
		rgba(37, 192, 0, 1) 77%,
		rgba(34, 190, 2, 1) 85%,
		rgba(21, 190, 0, 1) 95%,
		rgba(19, 190, 0, 1) 100%
	); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cc960', endColorstr='#13be00',GradientType=0 ); /* IE6-9 */
	position: relative;
	top: 6px;
	left: 6px;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
}
.progress.paused {
	background: rgb(205, 81, 83); /* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(205, 81, 83, 1) 0%,
		rgba(207, 89, 89, 1) 2%,
		rgba(224, 114, 113, 1) 4%,
		rgba(247, 139, 137, 1) 6%,
		rgba(254, 142, 140, 1) 8%,
		rgba(251, 104, 97, 1) 14%,
		rgba(255, 89, 86, 1) 16%,
		rgba(253, 75, 71, 1) 18%,
		rgba(255, 65, 57, 1) 20%,
		rgba(254, 47, 37, 1) 22%,
		rgba(255, 35, 24, 1) 24%,
		rgba(255, 26, 17, 1) 27%,
		rgba(253, 12, 3, 1) 29%,
		rgba(255, 4, 0, 1) 33%,
		rgba(246, 4, 0, 1) 47%,
		rgba(229, 4, 0, 1) 59%,
		rgba(222, 5, 0, 1) 67%,
		rgba(208, 4, 5, 1) 80%,
		rgba(191, 12, 8, 1) 94%,
		rgba(188, 15, 11, 1) 100%
	); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(205, 81, 83, 1)),
		color-stop(2%, rgba(207, 89, 89, 1)),
		color-stop(4%, rgba(224, 114, 113, 1)),
		color-stop(6%, rgba(247, 139, 137, 1)),
		color-stop(8%, rgba(254, 142, 140, 1)),
		color-stop(14%, rgba(251, 104, 97, 1)),
		color-stop(16%, rgba(255, 89, 86, 1)),
		color-stop(18%, rgba(253, 75, 71, 1)),
		color-stop(20%, rgba(255, 65, 57, 1)),
		color-stop(22%, rgba(254, 47, 37, 1)),
		color-stop(24%, rgba(255, 35, 24, 1)),
		color-stop(27%, rgba(255, 26, 17, 1)),
		color-stop(29%, rgba(253, 12, 3, 1)),
		color-stop(33%, rgba(255, 4, 0, 1)),
		color-stop(47%, rgba(246, 4, 0, 1)),
		color-stop(59%, rgba(229, 4, 0, 1)),
		color-stop(67%, rgba(222, 5, 0, 1)),
		color-stop(80%, rgba(208, 4, 5, 1)),
		color-stop(94%, rgba(191, 12, 8, 1)),
		color-stop(100%, rgba(188, 15, 11, 1))
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(205, 81, 83, 1) 0%,
		rgba(207, 89, 89, 1) 2%,
		rgba(224, 114, 113, 1) 4%,
		rgba(247, 139, 137, 1) 6%,
		rgba(254, 142, 140, 1) 8%,
		rgba(251, 104, 97, 1) 14%,
		rgba(255, 89, 86, 1) 16%,
		rgba(253, 75, 71, 1) 18%,
		rgba(255, 65, 57, 1) 20%,
		rgba(254, 47, 37, 1) 22%,
		rgba(255, 35, 24, 1) 24%,
		rgba(255, 26, 17, 1) 27%,
		rgba(253, 12, 3, 1) 29%,
		rgba(255, 4, 0, 1) 33%,
		rgba(246, 4, 0, 1) 47%,
		rgba(229, 4, 0, 1) 59%,
		rgba(222, 5, 0, 1) 67%,
		rgba(208, 4, 5, 1) 80%,
		rgba(191, 12, 8, 1) 94%,
		rgba(188, 15, 11, 1) 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(205, 81, 83, 1) 0%,
		rgba(207, 89, 89, 1) 2%,
		rgba(224, 114, 113, 1) 4%,
		rgba(247, 139, 137, 1) 6%,
		rgba(254, 142, 140, 1) 8%,
		rgba(251, 104, 97, 1) 14%,
		rgba(255, 89, 86, 1) 16%,
		rgba(253, 75, 71, 1) 18%,
		rgba(255, 65, 57, 1) 20%,
		rgba(254, 47, 37, 1) 22%,
		rgba(255, 35, 24, 1) 24%,
		rgba(255, 26, 17, 1) 27%,
		rgba(253, 12, 3, 1) 29%,
		rgba(255, 4, 0, 1) 33%,
		rgba(246, 4, 0, 1) 47%,
		rgba(229, 4, 0, 1) 59%,
		rgba(222, 5, 0, 1) 67%,
		rgba(208, 4, 5, 1) 80%,
		rgba(191, 12, 8, 1) 94%,
		rgba(188, 15, 11, 1) 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(205, 81, 83, 1) 0%,
		rgba(207, 89, 89, 1) 2%,
		rgba(224, 114, 113, 1) 4%,
		rgba(247, 139, 137, 1) 6%,
		rgba(254, 142, 140, 1) 8%,
		rgba(251, 104, 97, 1) 14%,
		rgba(255, 89, 86, 1) 16%,
		rgba(253, 75, 71, 1) 18%,
		rgba(255, 65, 57, 1) 20%,
		rgba(254, 47, 37, 1) 22%,
		rgba(255, 35, 24, 1) 24%,
		rgba(255, 26, 17, 1) 27%,
		rgba(253, 12, 3, 1) 29%,
		rgba(255, 4, 0, 1) 33%,
		rgba(246, 4, 0, 1) 47%,
		rgba(229, 4, 0, 1) 59%,
		rgba(222, 5, 0, 1) 67%,
		rgba(208, 4, 5, 1) 80%,
		rgba(191, 12, 8, 1) 94%,
		rgba(188, 15, 11, 1) 100%
	); /* IE10+ */
	background: linear-gradient(
		top,
		rgba(205, 81, 83, 1) 0%,
		rgba(207, 89, 89, 1) 2%,
		rgba(224, 114, 113, 1) 4%,
		rgba(247, 139, 137, 1) 6%,
		rgba(254, 142, 140, 1) 8%,
		rgba(251, 104, 97, 1) 14%,
		rgba(255, 89, 86, 1) 16%,
		rgba(253, 75, 71, 1) 18%,
		rgba(255, 65, 57, 1) 20%,
		rgba(254, 47, 37, 1) 22%,
		rgba(255, 35, 24, 1) 24%,
		rgba(255, 26, 17, 1) 27%,
		rgba(253, 12, 3, 1) 29%,
		rgba(255, 4, 0, 1) 33%,
		rgba(246, 4, 0, 1) 47%,
		rgba(229, 4, 0, 1) 59%,
		rgba(222, 5, 0, 1) 67%,
		rgba(208, 4, 5, 1) 80%,
		rgba(191, 12, 8, 1) 94%,
		rgba(188, 15, 11, 1) 100%
	); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd5153', endColorstr='#bc0f0b',GradientType=0 ); /* IE6-9 */
}
.manual .progress-bar-container {
	width: 370px;
}
.manual .progress {
	width: 357px;
}
.scan {
	float: right;
	margin-top: 33px;
	margin-right: 20px;
}

.switch {
	background: url("../images/switch.png") 0 -31px no-repeat;
	width: 64px;
	height: 31px;
	margin: 10px 0;
	cursor: pointer;
}
.switch.on {
	background: url("../images/switch.png") 0 0 no-repeat;
}
li.add {
	border-bottom: 0 none;
}
#folders .folder {
	border-bottom: 1px solid #ccc;
	padding-left: 140px;
	width: 100%;
}
#folders .folder-header {
	background-color: #d5d5d5;
}
#folders .folders-name,
#modules .modules-name {
	float: left;
}
.folders-actions {
	padding: 30px 20px 0 0;
}
.folders-name h3 {
	margin: 0;
	padding-top: 5px;
}
.fields .field {
	width: 300px;
	color: #444;
	font-size: 12px;
}
form .field {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	padding: 5px;
	width: 260px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #ccc;
}
.fields {
	padding: 10px 0;
}
.fields .note + input.btn {
	margin-top: 20px;
}
.inputformrow {
	margin-bottom: 10px;
}

.addnewitem {
	margin: 5px 0;
}
.form-actions {
	padding: 20px 0 0 10px;
}
#right-col > .fields {
	margin: 10px;
}
.fields label {
	display: block;
}
.fields .note {
	color: #666;
	font-style: italic;
	font-size: 11px;
}
.fields h3 {
	display: none;
}
.fields label + select {
	margin-top: 5px;
}
.fields select + .note {
	margin-top: 5px;
}
.fields .field {
	width: 300px;
	color: #444;
	font-size: 12px;
}
.fields .field.short {
	width: 300px;
}
.fieldsX input[type="checkbox"] {
	margin: 20px 0 0 0;
}
.fieldsX input[type="checkbox"] + span {
	margin-left: 5px;
}
.fieldsX input[type="checkbox"]:checked + span {
	color: #28bb03;
}
.fieldsX input[type="checkbox"] + span + .note {
	margin: 5px 0 20px 0;
}
#between {
	display: none;
}
.fields .vshort {
	width: 200px;
}
.field-connector {
	margin: 0 5px;
	font-weight: bold;
}
.pause {
	margin: -33px 0 0 0;
	float: right;
}

#module-dropdown {
	padding-left: 8px !important;
	padding-right: 6px !important;
	position: relative;
}
#module-dropdown span {
	background: url("../images/sort-desc.png") 0 0 no-repeat;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 1px 0 2px 0;
	position: relative;
	top: -4px;
	left: 4px;
}
#module-dropdown.active span {
	background: url("../images/sort-asc.png") 0 0 no-repeat;
}
#module-list {
	position: absolute;
	background: #fff;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	top: 38px;
	z-index: 600;
	padding: 0;
	margin: 0;
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.4);
}
#module-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	border-bottom: 1px solid #ddd;
}
#module-list li:first-child {
	border-top: 1px solid #ddd;
	margin: 0;
}
#module-list li a {
	background: none !important;
	border: none;
	color: #444;
	padding: 10px;
	box-shadow: none;
	border-radius: 0;
	text-align: left;
	display: block;
	float: none;
	margin: 0;
	font-weight: normal;
}
#module-list li a:hover {
	background: #eee !important;
}
#module-list li a:active {
	border: none;
	top: 0;
}
#share-container .emdetailactions {
	background: none;
}

/* DATA MANAGER CSS */

.tabnav {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #ddd;
	padding: 0 20px;
	height: 28px;
}
.tabnav a {
	padding: 9px 15px;
	line-height: 2;
	background: #8e8e8e;
	color: #fff;
	border: 1px solid #eee;
	border-bottom: none;
}
.tabnav a:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-color: #ddd;
	cursor: pointer;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.tabnav a.current {
	border-color: #ccc;
	background: #fff;
	color: #000;
	padding-bottom: 6px;
	box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.tab-actions {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 12px 20px 10px 20px;
	background-color: #fff;
}
.tab table {
	width: 100%;
}
.tab table tr td:first-child {
	padding-left: 20px !important;
}
.tab-actions .field {
	width: 170px;
	padding: 2px 5px 2px 5px;
	border-radius: 5px;

	margin: 0 5px;
	position: relative;
}
.emselectabledetails {
	font-size: 12px;
	color: #666;
}
.tab .delete-row {
	margin-top: 5px;
	margin-right: 10px;
}
#geomap .emdatafield {
	display: none;
}
#geomap table,
#geomap tr,
#geomap td {
	background: none !important;
	border: 0 none;
	margin: 0;
}
.mapbubble h3 {
	font-size: 1rem;
	margin: 10px 0;
}
.assetpanel-geomap {
	min-height: calc(100% - 40px);
	margin-bottom: 0;
}
.assetpanel-geomap .emdatafieldvalue {
	padding: 0 !important;
}
#advanced-dm-search {
	padding: 5px 0;
	width: 100%;
}
.btn.flat-left {
	border-radius: 0 5px 5px 0;
}
.btn.flat-right {
	border-radius: 5px 0 0 5px;
	border-right-color: #fff;
}
#advanced-dm-search .settings-table {
	margin: 5px 0;
	border: 2px solid #ddd !important;
	width: inherit;
}
#advanced-dm-search .settings-table tr,
#edit-data .settings-table tr {
	padding: 2px 0;
}
#advanced-dm-search .settings-table tr:nth-child(even) {
	background: #fff;
}
#advanced-dm-search .settings-table tr td,
#edit-data .settings-table tr td,
#settings-no-margin table tr td:first-child {
	padding: 6px 10px;
}
#advanced-dm-search .settings-table tr td:first-child,
#edit-data .settings-table tr td:first-child {
	border-right: 1px dashed #ddd;
	width: 100px;
	text-align: right;
}
#advanced-dm-search .settings-table select,
#edit-data .settings-table select {
	margin: 9px 0;
}
#dm-container {
	overflow-x: scroll;
}

#embody #emcontainer .settings table tr td:first-child,
#meta-no-margin table tr td:first-child {
	padding: 4px 10px 4px 20px !important;
}
.tab-actions strong {
	position: relative;
	top: 2px;
	line-height: 32px;
}
#meta-no-margin {
	margin: -20px;
}
#meta-no-margin .buttons {
	margin: 0 20px;
}
#meta-no-margin .info {
	margin: 20px;
}

@font-face {
	font-family: VideoJS;
	src: url(data:application/font-woff;charset=utf-8;base64,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)
			format("woff"),
		url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA)
			format("truetype");
	font-weight: 400;
	font-style: normal;
}

.videoplay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: transparent;
	height: 1em !important;
	font-size: 4em;
	line-height: 1em !important;
	margin-top: -0.5em !important;
	margin-left: -1em;
	background-color: rgba(0, 0, 0, 0);
	width: 2em;
	border: none;
	cursor: pointer;
	display: block;
	padding: 0;
	outline: none;
}
.videoplay-button:hover,
.videoplay-button:visited,
.videoplay-button:focus {
	outline: none;
}
.videoplay-icon {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

.videoplay-icon:before {
	content: "\f101";
}

.settings-table {
	border: 1px solid #6663;
}
.settings-table .sectionlevel {
	background-color: #333 !important;
}
.settings-table .sectionlevel td {
	color: #eee;
	font-size: 1rem;
	font-weight: bold;
}
.settings-table td {
	padding: 3px 5px;
}
.settings-table .form-control,
.settings-table .select2-search__field {
	padding: 0.25rem 0.5rem;
	line-height: 1.5;
	font-size: 0.9rem;
}
.settings-table .select2-selection--multiple {
	height: 28px;
}
.settings-table .emdatafieldvalue {
	padding: 0.25rem 1rem;
	border-left: 1px solid #d3d3d3;
}
table.table-striped tbody td.emdatafield {
	width: 220px;
	padding: 5px 5px 5px 10px;
}
.nav-tabs {
	background-color: #efefef;
}
.listbox {
	position: relative;
}
.listbox:hover {
	background-color: #efefef;
}
.emtable .listrow {
	padding: 7px 20px;
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
.delete-row {
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 6px;
	color: rgb(0, 0, 0, 0.3);
}
.delete-row:hover {
	background-color: transparent !important;
	color: rgb(0, 0, 0, 1);
}

.select2-container--bootstrap4 .select2-selection--single {
	height: calc(1.75rem + 2px) !important;
}
.select2-container--bootstrap4
	.select2-selection--single
	.select2-selection__placeholder {
	color: #757575;
	line-height: 1.25rem;
}
.select2-container--bootstrap4
	.select2-selection--single
	.select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 3px;
	width: 20px;
}
.select2-container--bootstrap4
	.select2-selection--single
	.select2-selection__arrow
	b {
	top: 60%;
	border-color: #343a40 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
}
.select2-container--bootstrap4
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 1.75rem;
	color: #333;
}
.select2-search--dropdown .select2-search__field {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.select2-results__message {
	color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--multiple {
	min-height: calc(1.75rem + 2px) !important;
	background-color: #fff;
}
.select2-container--bootstrap4
	.select2-selection--multiple
	.select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--bootstrap4
	.select2-selection--multiple
	.select2-selection__choice {
	color: #343a40;
	border: 1px solid #bdc6d0;
	border-radius: 0.2rem;
	padding: 0;
	padding-right: 7px;
	cursor: pointer;
	float: left;
	margin-top: 0.4em;
	margin-right: 0.5em;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.select2-container--bootstrap4
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #bdc6d0;
	font-weight: 700;
	margin-left: 3px;
	margin-right: 1px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
}
.select2-container--bootstrap4
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #343a40;
}
.select2-container :focus {
	outline: 0;
}
.select2-container--bootstrap4 .select2-selection {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	width: 100%;
	background-color: #fff;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
	border-color: #17a2b8;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.select2-container--bootstrap4.select2-container--focus.select2-container--open
	.select2-selection {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
select.is-invalid ~ .select2-container--bootstrap4 .select2-selection {
	border-color: #dc3545;
}
select.is-valid ~ .select2-container--bootstrap4 .select2-selection {
	border-color: #28a745;
}
.select2-container--bootstrap4 .select2-dropdown {
	border-color: #ced4da;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--bootstrap4
	.select2-dropdown
	.select2-results__option[aria-selected="true"] {
	background-color: #e9ecef;
}
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
	.select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
	background-color: #ccc;
	color: #333;
}
.select2-container--bootstrap4 .select2-results__option[role="group"] {
	padding: 0;
}
.select2-container--bootstrap4 .select2-results__group {
	padding: 6px;
	display: list-item;
	color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection__clear {
	width: 1.2em;
	height: 1.2em;
	line-height: 1.15em;
	padding-left: 0.3em;
	margin-top: 0.4em;
	border-radius: 100%;
	background-color: #d7d7d7;
	color: #f8f9fa;
	float: right;
	margin-right: 0.3em;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
	background-color: #343a40;
}
.select2-results__option {
	color: #333;
}

table.table-striped tbody td {
	padding: 5px 10px;
	font-size: 0.9rem;
}
table.table-striped tfoot td {
	padding: 5px 10px;
	font-size: 0.9rem;
}

tableheader th {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: 1rem;
}
.table-striped>tfoot>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
	}
table.stackedplayertable tbody tr {
	cursor: pointer;
}

.table-clickable td,
#emselectable table tbody tr {
	cursor: pointer;
}
table.table-padding tbody td {
	padding: 4px 12px;
}

.main-info .primary {
	font-size: 1.6rem;
	font-weight: bold;
	color: #444;
	line-height: 30px;
}
#default-top .secondary {
	font-size: 1.1rem;
	color: #666;
}
#default-top .secondary a {
	font-size: 14px;
	color: #34a3c2;
	font-weight: normal;
}
#default-top .secondary a:hover {
	color: #60bad3;
}
.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
}

.createmediapanel {
	border-left: 1px solid #ccc;
}
.createmedia-tab {
	padding: 10px 10px;
	border-bottom: 1px solid #bbb;
}
.createmedia-selected {
	background-color: #fff;
}
.createmediacontent {
	background-color: #fff;
	padding: 20px;
	min-height: 480px;
	height: 100%;
}
.createmedia-caption {
	margin-left: 135px;
}
.createmedia-icon {
	float: left;
	width: 120px;
	text-align: center;
	overflow: hidden;
}

#createmediapanel .btnthumbnail {
	background-color: transparent;
	border: 1px solid transparent;
	min-height: 270px;
	display: block;
	padding: 10px;
	margin: 10px;
}
#createmediapanel a.btnthumbnail:hover {
	border: 1px solid #eee;
	border-radius: 8px;
	background-color: #c9e8f2;
	text-decoration: none;
}

#createmediapanel .gobacklink {
	width: 100px;
	display: block;
	margin: 20px;
	text-decoration: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
}
a:hover,
a:active,
a:focus {
	outline: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	/*image-orientation: from-image;*/
}

.footer-p,
.footer-p a {
	font-size: 0.8rem;
	color: #333;
	text-decoration: none;
}
.footer-p a:hover {
	color: #111;
	text-decoration: underline;
}

ul.embuttons li a span {
	border: none;
	box-shadow: none;
}

#sub-nav li a.btn-checkout {
	line-height: 37px;
	height: 37px;
	margin-top: 3px;
	font-size: 14px !important;
	margin-right: 50px;
}

#nav {
	overflow: visible;
	height: 60px;
}
#nav li {
	position: relative;
}
#nav .flat-right {
	border-radius: 5px 0 0 5px;
	border-right-color: #63bfdd;
}
#nav .flat-left {
	border-radius: 0 5px 5px 0;
}

#metadataarea {
	border-style: dashed;
	border-color: #b4b4b4;
	padding: 10px;
}
.ui-widget-header {
	min-height: 22px;
}
.ui-widget-header.sidetoggle {
	cursor: pointer;
}
.ui-widget-header.sidetoggle .widget-header-title {
	background: url("../images/arrow-right.png") left 4px no-repeat;
	padding: 0 10px 0 14px;
}
.ui-widget-header.sidetoggle.expanded .widget-header-title {
	background: url("../images/arrow-down.png") left 3px no-repeat;
	padding-left: 14px;
}

a.collectionbox.favorite {
	/*	padding-left: 23px;
	background: url("../images/icons/favorite-color.png") no-repeat scroll 0px 2px;*/
	width: 85%;
	display: inline-block;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.page-title {
	text-align: center;
	margin: 20px 0 30px;
}
.loginform-container {
	width: 670px;
	margin: 20px auto;
}
.loginform-container form label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.2rem;
}
.loginform-container form .field {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	padding: 8px;
	width: 260px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #ccc;
}
.loginform-container small {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
.loginform-container .small {
	width: 90px !important;
	margin-left: 10px;
}
#registration-submit {
	margin-top: 10px;
}
.loginformcontainer {
	margin-top: 20px;
}
.loginform-col-right {
	padding: 30px 15px 0;
}
@media (min-width: 640px) {
	.loginformcontainer {
		margin-top: 40px;
	}
	.loginform-col-right {
		padding-top: 10px;
	}
}
@media (min-width: 1024px) {
	.loginformcontainer {
		margin-top: 90px;
	}
}
.loginformcontainer .page-title {
	margin: 0 0 20px;
}
.login-form {
	padding: 0 0 30px;
	margin: 0;
	padding-right: 20px;
	margin-right: 20px;
}
.login-otherlinks {
	margin-top: 26px;
	margin-bottom: 10px;
}
.login-otherlinks a {
	text-decoration: underline;
}
.btns {
	padding: 15px 0;
}

/* Collection drop */
.dragoverselected,
.opencollections li.dragoverselected,
.opencollections li.dragoverselected a {
	background-color: #ccc;
	color: #333;
}

.librarylabels ul li.selected {
	background-color: #c9e8f2;
}

#createnewarea {
	padding: 10px 5px;
}
.collectionnew {
	text-decoration: none;
}
#createnewarea input[type="text"] {
	width: 150px;
	margin-bottom: 5px;
}

.ui-datepicker-trigger {
	margin-left: 10px;
	padding-bottom: 3px;
}

/* PAGINATION */
.resultsnumber {
	float: left;
	padding: 5px;
}
#emresultscontent .pages {
	position: relative;
	z-index: 600;
	margin-bottom:0.25rem;
	height: 24px;
}
.sortable #pages {
	margin: 0;
}
#emresultscontent .pages .ellipsis {
	color: #797979;
	width: auto !important;
	line-height: 26px;
}
#emresultscontent .pages ul {
	margin: 0px;
	padding: 0px;
	float: right;
	display: block;
	position: relative;
	top: 0px;
	border: 0px;
	border-top: none;
	z-index: 600;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: transparent;
}
#emresultscontent .pages ul li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 4px;
	font-weight: bold;
}
#emresultscontent .pages ul li a {
	display: block;
	font-size: 10px;
	padding: 0 5px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #595959;
	height: 22px;
	background: rgb(246, 246, 246); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(
		top,
		rgba(246, 246, 246, 1) 0%,
		rgba(230, 230, 230, 1) 100%
	); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(246, 246, 246, 1)),
		color-stop(100%, rgba(230, 230, 230, 1))
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(246, 246, 246, 1) 0%,
		rgba(230, 230, 230, 1) 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(246, 246, 246, 1) 0%,
		rgba(230, 230, 230, 1) 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(246, 246, 246, 1) 0%,
		rgba(230, 230, 230, 1) 100%
	); /* IE10+ */
	background: linear-gradient(
		top,
		rgba(246, 246, 246, 1) 0%,
		rgba(230, 230, 230, 1) 100%
	); /* W3C */
	border: 1px solid #ccc;
}
#emresultscontent .pages ul li a:hover {
	color: #595959 !important;
	background: rgb(230, 230, 230); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(
		top,
		rgba(230, 230, 230, 1) 0%,
		rgba(246, 246, 246, 1) 100%
	); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(230, 230, 230, 1)),
		color-stop(100%, rgba(246, 246, 246, 1))
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(230, 230, 230, 1) 0%,
		rgba(246, 246, 246, 1) 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(230, 230, 230, 1) 0%,
		rgba(246, 246, 246, 1) 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(230, 230, 230, 1) 0%,
		rgba(246, 246, 246, 1) 100%
	); /* IE10+ */
	background: linear-gradient(
		top,
		rgba(230, 230, 230, 1) 0%,
		rgba(246, 246, 246, 1) 100%
	); /* W3C */
}
#emresultscontent .pages ul li.current a {
	background: #7b7b7b;
	border: 1px solid #6a6a6a;
	color: #fff;
}

#emresultscontent .pages ul li.pagenav {
	width: 22px;
}

#emresultscontent .pages ul li.pagenav a span.glyphicon-triangle-right {
	margin-right: -3px;
	margin-top: 6px;
	position: relative;
}

#emresultscontent .pages ul li.pagenav a span.glyphicon-triangle-left {
	margin-right: -3px;
	margin-top: 6px;
	position: relative;
}

.resultstablenav .pages {
	margin: 0 !important;
}
.resultstablenav {
	padding-bottom: 10px;
}
.resultstablenav .resultmenuitem {
	line-height: 28px;
	height: 28px;
}
.aresultstablenav .edit-columns {
	padding-top: 4px;
}



.inlinesearch .searchfield {
	padding-right:1rem;
}

.modal-content .tableholder {
	overflow-y: auto;
	height: 300px;
	margin-bottom: 15px;
}
.modal-content .tableholder .table {
	margin-bottom: 0;
}

.modal-image {
	background-color: #333;
	padding-bottom: 10px;
}
.modal-image .modal-header {
	border: 0 none;
	color: #eee;
	padding: 0.5rem 1rem;
}
.modal-image .modal-title {
	font-size: 1.1rem;
}
.modal-image .modal-header .close {
	color: #efefef;
}
.breadcrumbs {
	line-height: 27px;
}

.select2-results__option[aria-selected] {
	word-break: break-word;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 35px;
	height: 25px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: 0px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}
.carousel-indicators .arrowenabled {
	background-color: #ccc;
	cursor: pointer;
}

/**   Xvisibility:hidden; */
.carousel-indicators li#leftpage:hover,
.carousel-indicators li#rightpage:hover {
	background-color: #efefef;
	cursor: pointer;
}

.themeeditor .emdatafield {
	width: 300px !important;
}

.detail-note {
	font-size: 0.9rem;
	color: #606060;
}

.timelineviewer {
	background-color: #efefef;
	overflow: auto;
	padding-top: 10px;
	margin-top: 10px;
}
.iconbarcontainer {
	background-color: #333;
}
.dashboard {
	padding: 20px;
}
.dashboardcontainer {
	padding-bottom: 20px;
}
.dashboardcontainer h2 {
	padding: 15px 0 20px;
}

.dashboard .card {
	margin-bottom: 20px;
}

#editlayout .btns {
	padding: 15px 10px;
}

.activitydetails h3 {
	padding: 10px 0;
	margin: 0;
	font-size: 1.3rem;
}
.activitydetails {
	padding: 10px 20px;
}

.activitydetailscontainer .settings-table {
	border-top: 1px solid #6663;
}

.emfield-user {
	flex-direction: column;
}

.emfield-time {
	position: relative;
}
.emfield-time .form-control {
	position: absolute;
}
.emfield-time .ui-datepicker-trigger {
	margin-left: 245px;
}

#cat-list li .category {
	padding-left: 20px;
	background: url("../images/folder-closed.gif") left 1px no-repeat;
	margin: 0 5px 0 0;
}

#cat-list li .asset {
	padding-left: 20px;
	padding-top: 12px;
	background: url("../images/attachments-icon.png") left 7px no-repeat;
	margin: 0 5px 0 0;
}

.collectionheader #cat-list .row .category {
	background: url("../images/icons/box.png") top 3px left 0px no-repeat;
}

#cat-list a:hover {
	text-decoration: underline;
}
#cat-list .delete-row {
	margin-top: -15px;
	margin-right: 5px;
}

a.collectionlike,
a.collectionsaved {
	padding-left: 5px;
	display: table-caption;
	font-size: 0.95rem;
}

a.collectionsaved,
a.collectionsaved:hover,
a.collectionlike:hover {
	color: green;
}
a.collectionlike {
	color: black;
}

.collection-config-title {
	margin: 0 0 20px;
	height: 45px;
	line-height: 45px;
	background-color: #565656;
	color: #fff;
	padding: 0 20px;
}

.uploadcollection {
	/*background-color:rgb(0, 0, 0,0.06);*/
	padding: 5px 7px;
	position: relative;
	margin: 6px 0;
}
.helpcenter li {
	padding-bottom: 2px;
	line-height: 1.6;
}
.helpcenter a {
	color: #444;
	text-decoration: underline;
}
.helpcenter a:hover {
	color: #000;
}

.editpostbtn {
	padding: 5px;
	margin-bottom: 20px;
}

.ajaxprogress {
	display: none;
}

.filterschangesort {
	cursor: pointer;
	line-height: 1.5;
}
.download-table th {
	border-top: 0 none;
}

.datamanagerchose {
	background-color: #efefef;
	padding: 10px 0 15px;
}
.datamanagertable {
	min-height: 200px;
	overflow: auto;
}

.assetpicker-filename {
	font-size: 0.9rem;
	max-width: 200px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	display: block;
}
