@CHARSET "ISO-8859-1";

#---------------GENERAL--------------------- {}


.uc-manager-outer {
	position: relative;
	overflow:hidden;
}
.manager_wrapper {
	min-width: 520px;
	position: relative;
	margin: 0px;
	margin-right:0px;
	border:1px solid lightgray;
	direction:ltr;
}
.manager_wrapper.uc-nocats {
	min-width: 200px;
}
.manager_wrapper .layout_table {
	width: 100%;
	table-collapse: collapse;
}
.manager_wrapper .layout_table td {
	background-color: white;
}
.content_wrapper .manager_shadow_overlay {
	position: absolute;
	background: black;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.05;
	filter: alpha(opacity=5);
}
.manager_wrapper .manager_title {
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
	padding-top: 5px;
}
.manager_wrapper .manager_buttons {
	padding:10px 20px;
	padding-right:10px;
	min-height:32px;
	background-color:#eee;
	border-bottom:1px solid #D9D9D9;
	border-top:1px solid lightgray;
}
.manager_wrapper .manager_buttons a {
	margin-right: 5px;
}
.manager_wrapper hr {
	display:none;
}
.settings_tabs {
	background-color: #eee;
	border-top: 1px solid lightgray;
	border-right: 1px solid lightgray;
}
.items_wrapper .manager_buttons .uc-button-item.button-disabled {
	display: none;
}

.manager_wrapper .cell_cats{
	background-color:#ffffff !important;
	border-right: 1px solid #d9d9d9;
}

.manager_wrapper .categories_wrapper {
	border-left: 1px solid lightgray;
	border-top: 1px solid lightgray;
}

.manager_wrapper .manager-cats-buttons{
	padding-top:11px;
	text-align:center;	
	height:41px;
}

.manager_wrapper .items_wrapper {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	border-right: 1px solid lightgray;
}




.status_line {
	clear: both;
	width: 100%;
	height: 48px;
	border-top: 1px solid #d9d9d9;
	background-color: #eee;
}
.status_line .status_text {
	display: block;
	padding-top: 14px;
}
.status_line .status_text_wrapper {

	height: 30px;
	float: left;
}
.status_line .status_operations {
	float: left;
	width: 400px;
	padding-top: 3px;
}
.status_line .status_num_selected {
	float: left;
	line-height: 41px;
}
.item_operations_wrapper {
	float: left;
	margin-left: 15px;
	margin-top: 4px;
}
.item_operations_wrapper select {
	width: auto;
	display: inline;
}
.item_operations_wrapper select {
	margin: 0px;
	margin-right: 3px;
}
.status_loader_wrapper {
	margin-left: 10px;
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 15px;
}
.status_loader {
	width: 16px;
	height: 16px;
	background-image: url('../images/loader-status.gif');
}
.dialog_edit_category_inner {
	padding-top: 20px;
	padding-bottom: 20px;
}


.shadow_bar {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
	z-index: 10002;
	background-color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
}
.select_bar {
	border: 1px solid black;
	position: absolute;
	z-index: 10003;
}

#---------------CATEGORIES-LIST---------------------- {}

.categories_wrapper .cats_section {
	height: 450px;
	overflow-y: auto;
}
.categories_wrapper .cat_list_wrapper {
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.categories_wrapper .list_cats {
	margin: 0px;
	padding: 0px;
}
.categories_wrapper .list_cats li {
	margin: 0px;
	padding: 5px;
	margin-top: 10px;
	width: 162px;
	display: block;
	border: 1px solid #BFBFBF;
	border-radius: 3px;
	background-color: #F0F0F0;
	width: 178px;
	height: 20px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	box-sizing: content-box;
	position:relative;
}

.list_cats li.item-hover {
	background-color: #eee;
}
.list_cats li span {
	display: block;
	padding-left: 6px;
	padding-top: 2px;
	
	white-space: nowrap;
	overflow: hidden;
}

.list_cats li span i{
	padding-right:6px;
}

.list_cats li.selected-item {
	background-color: #BADDFA;
}

#---------------CATEGORIES-STATE_LABEL---------------------{}

.list_cats li .uc-state-label{
    width: 0px;
	height: 0px;
	border-top: 30px solid #FF35A2; 
	border-left: 30px solid transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-color: #5F79F9;
}

.list_cats li .uc-state-label .uc-state-label-text{
	
    transform: rotate(45deg);
    color: #FFFFFF;	
    font-size: 9px;	
    position: absolute;
    left: -18px;
    top: -28px;
    xbackground-color: #5F79F9;
}


#---------------ITEMS-LIST---------------------- {}

#dialog_edit_item .dialog_edit_item_content {
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 360px;
}
#dialog_edit_item #dialog_edit_item_loader {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 10px;
}
.items_outer {
	margin: 0px;
	padding: 0px;
	overflow-y: auto;
	overflow-x: none;
	background-color: #eeeeee;
}
.items_list_wrapper {
	margin: 0px;
	xbackground-color: green;
	position: relative;
	overflow: hidden;
}
.items_list_wrapper .items_loader {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 18px;
	padding-bottom: 10px;
}
.items_list_wrapper .icon_drag {
	width: 24px;
	height: 24px;
	background-image: url('../images/icon_drag.png');
	z-index: 1000;
	position: absolute;
}
.items_list_wrapper .icon_notdrag {
	width: 22px;
	height: 22px;
	background-image: url('../images/icon_notdrag.png');
	z-index: 1000;
	position: absolute;
}
.items_wrapper .drag_indicator {
	width: 120px;
	height: 30px;
	border: 1px solid #B4B0B0;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	z-index: 1001;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #484646;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
.items_list_wrapper .no_items_text {
	font-size: 18px;
	margin-top: 20px;
	margin-left: 10px;
}

.list_items {
	padding: 0px;
	margin: 0px;
}

/** ITEMS-LIST-ADDONS **/

.uc-listitems-addons li {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
}

.uc-listitems-addons.listitems-view-info li {
	width: 220px;
	height: 70px;
	background-color: #ffffff;
	border:1px solid #757575;
	text-align: middle;
}


.uc-listitems-addons li.uc-item-notactive {
	opacity:0.5;
	filter: grayscale(100%);
}

.uc-listitems-addons li .uc-item-title {
	font-family: Arial, Helvetica, 'sans-serif';
	line-height: none;
	box-sizing: content-box;
	overflow: hidden;
}


/** ITEMS-LIST-INFO-VIEW  **/

.uc-listitems-addons.listitems-view-info li.item-hover {
	border:1px solid #999;
	cursor:pointer;
}

.uc-listitems-addons.listitems-view-info li.item-selected {
	background-color: #ddf8ff;
	border:1px solid #00A0FF;
}

.uc-listitems-addons.listitems-view-info li .uc-item-title {
	padding-top: 10px;
	max-height: 99px;
	color: #0073aa;
	padding-left: 48px;
	padding-right:10px;
}

	
.uc-listitems-addons.listitems-view-info li .uc-item-description {
	overflow: hidden;
	margin: 0px auto;
	height: 36px;
	background-size: cover;
	background-position: center center;
	padding-left: 48px;
	font-size: 11px;
	color: #999;
}

.uc-listitems-addons.listitems-view-info li .uc-item-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 32px;
	height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
}

/** ITEMS-LIST-THUMBS-VIEW  **/

.uc-listitems-addons.listitems-view-thumb li {
	width:200px;
	height:178px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
	background-color:#ffffff;
	border-radius:3px;
}

.uc-listitems-addons.listitems-view-thumb li.item-hover {
	cursor:pointer;
	background-color:#D8F4D6;
}

.uc-listitems-addons.listitems-view-thumb li.item-hover.uc-item-web {
	background-color:#ffffff;
}

.uc-listitems-addons.listitems-view-thumb li.item-selected {
	background-color:#C0EDBD;
}


.uc-listitems-addons.listitems-view-thumb li .uc-item-thumb{
	width:180px;
	height:135px;
	margin:0px auto;
	margin-top:10px;
	background-color:#ffffff;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.uc-listitems-addons.listitems-view-thumb li .uc-item-thumb.uc-no-thumb{
	background-color:#eeeeee;
}

.uc-listitems-addons.listitems-view-thumb li .uc-item-title{
	height:20px;
	margin:0px auto;
	margin-top:8px;
	width:180px;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	color:#777777;
	border-radius:2px;
}

.uc-listitems-addons .uc-addon-thumbnail .uc-hover-label{
	height:134px;
}

.uc-listitems-addons .uc-addon-thumbnail .uc-hover-label.uc-hover-pro{
	height:178px;
	padding-top:27px;
}

#---------------ITEMS-LIST-INLINE---------------------- {}

.uc-listitems-inline{
	list-style:none;
}
	
.uc-listitems-inline li{
	list-style:none;
	width:130px;
	height:100px;
	border:1px solid #BFBFBF;
	background-color:#F0F0F0;
	position:absolute;
	box-shadow:1px 2px 2px rgba(0,0,0,0.1);
	border-radius:3px;
	overflow:hidden;
	box-sizing: content-box;
}

.uc-listitems-inline li.item-hover{
	background-color:#D9E6F9;
}

.uc-listitems-inline li.item-selected{
	xbackground-color:#BCD2F4;
	background-color:#E2F34B;
	border-color:#96B9EE;
	xcursor:default;
}

.uc-listitems-inline li .uc-item-title{
	text-align:center;
	overflow:hidden;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	white-space: nowrap;
	margin-left:4px;
	margin-right:4px;
	height:14px;
	font-family:Arial,Helvetica,'sans-serif';
	line-height:none;
	color:#000000;	
	box-sizing: content-box;
}

.uc-listitems-inline li.item-selected .uc-item-title{
	 background-color:#F6FBC7;
}

.uc-listitems-inline li .uc-item-description{
	overflow:hidden;
	background-color:#E7E7E7;
	margin:0px auto;
	height:69px;
	margin-top:4px;
	width:122px;
	background-size:cover;
	background-position:center center;
}

.uc-listitems-inline li .uc-item-icon{
	position:absolute;
	bottom:-2px;
	right:-2px;
	width:32px;
	height:32px;	
}

#---------------ITEMS-LIST-GENERAL---------------------- {}

.uc-item-icon{
	background-repeat: no-repeat;	
}

.list_items li.item_type_youtube .uc-item-icon {
	background-image: url('../images/icon_youtube_32.png');
}

.list_items li.item_type_vimeo .uc-item-icon {
	background-image: url('../images/icon_vimeo_32.png');
}

.list_items li.item_type_wistia .uc-item-icon {
	background-image: url('../images/icon_wistia_32.png');
}

.list_items li.item_type_html5video .uc-item-icon {
	background-image: url('../images/icon_html5video_32.png');
	bottom: -3px;
	right: -3px;
}

#---------------FILTERS---------------------- {}


.uc-items-filters {}

.uc-items-filters .uc-filters-set-sap{
	float:left;
	font-weight:bold;
	width:3px;
	height:23px;
	text-align:center;
	padding-top:18px;
	margin-top:5px;
	border-left:1px solid #CBCBCB;
	margin-left:3px;
}
	
.uc-items-filters .uc-filters-set-title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-top:18px;
	padding-left:20px;
}

.uc-items-filters .uc-filters-set {
	padding-left: 10px;
	float: left;
}

.uc-items-filters .uc-filters-set a {
	text-decoration: none;
	color: #aaa;
	padding: 15px 20px;
	display:inline-block;
	border-top:3px solid transparent;
}

.uc-items-filters .uc-filters-set a:first-child {
	margin-left: 0px;
}

.uc-items-filters .uc-filters-set a.uc-active {
	color:#333;
	border-top:3px solid #0087FF;
}

