/* @group Info Stylesheet */

/*	*		LAYOUT GENERALE *
	*		Created:	 24/12/2010	 *
	*		Last update: 19/01/2011  *  
	*		Nome gruppo di proprieta': FilesAnywhere  *
    *		Author: Katty Garcia / www.pixelgdesign.com *
*/

/* @end */

/* @group Header List View */

#header-list-files {
	width: 928px;
	height: 25px;
	float: left;
	background: url(../Images/main-ui/bg-header-list-files.jpg) repeat-x scroll left top;
	padding: 5px 5px 0 5px;
	margin: 0 10px;
}
#header-list-files.wide {
	width: 100%;
	margin: 0;
}
#sorting,
.tickets .item-info {
	width: 100%;
	float: left;
}

ul.sort-options {
	width: 750px;
	float: left;
	position: relative;
	z-index: 1;
	border: none;
	padding: 5px 0 0 0;
}
#preview-files ul.sort-options {
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
input.select-all {
	margin-right: 10px;
	margin-top: -1px;
}

#view-files {
	width: auto;
	float: right;
}
#view-files.vf-views {
	width: auto; /*150px;*/
	z-index: 0;
}
ul.sort-options li {
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
	font-size: 11px;
	line-height: 1em;
}
#preview-files ul.sort-options li {
	margin-right: 4px;
}
ul.sort-options li.title {
	border: none;
	color: #666;
	font-weight: bold;
	line-height: 1em;
}

ul.sort-options li a, #view-files span {
	color: #424242;
	float: left;
	margin: 0;
	font-size: 11px;
}

ul.sort-options li a {
	padding-right: 5px;
	border-right: 1px solid #ccc;
	line-height: 1em;
	font-weight: normal;
}

ul.sort-options li a:hover {
	color: #000;
}

ul.sort-options li a.active {
	color: #039;
	line-height: 1em;
}

ul.sort-options li a.active.desc {
	background: url(../Images/main-ui/asc-desc.png) no-repeat right top;
	padding-right: 14px;
	color: #039;
}
 

ul.sort-options li a.active.asc {
	background: url(../Images/main-ui/asc-desc.png) no-repeat right bottom;
	padding-right: 14px;
}
 

ul.sort-options li a.filter {
	padding-right: 12px;
	background: url(../Images/main-ui/plus-minus.png) no-repeat right top;
	line-height: 12px;
	border: none;
}

ul.sort-options li a.filter.open {
	color: #000;
	font-weight: bold;
	padding-right: 12px;
	background: url(../Images/main-ui/plus-minus.png) no-repeat right bottom;
}

#view-files span {
	margin: 0;
	padding: 3px 5px 0 0;
}

#view-files a {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-left: 5px;
	position: relative;
	top: 3px;
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll 0 0;
}

#view-files a.list:hover, #view-files a.list.selected {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -16px 0;
}

#view-files a.tile {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -32px 0;
}

#view-files a.tile:hover, #view-files a.tile.selected {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -48px 0;
}

#view-files a.tree {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -64px 0;
}

#view-files a.tree:hover, #view-files a.tree.selected {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -80px 0;
}

#view-files a.chart {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll 0 -17px;
}

#view-files a.chart:hover, #view-files a.chart.selected {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -16px -17px;
}
#view-files a.bar-graph {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -32px -17px;
}

#view-files a.bar-graph:hover, #view-files a.bar-graph.selected {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -48px -17px;
}
#view-files a.compact {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -64px -17px;
}

#view-files a.compact:hover, #view-files a.compact.selected {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -80px -17px;
}
/* @end */

/* @group File Arrow */

.files {
	width: 935px;
	display: block;
	float: left;
	padding: 10px;
	position: relative;
	border: 1px solid transparent;
}

.files.treeview {
	width: 945px;
	overflow: hidden;
	position: relative;
}

.item-info {
	width: 930px;
	padding: 10px 0 0 5px;
	/*overflow: auto;
	overflow-x: hidden;*/
	/*z-index: 0;  */
	float:left;
	border: 1px solid transparent;
	border-bottom: 1px solid #ddd;
	background: url(../Images/main-ui/bg-iteminfo.png) no-repeat right top;
	position: relative;
	display: block;
	min-height: 50px;
	clear: both;
}

.item-info.noshare,
.item-info-hover.noshare {
    background: url(../Images/main-ui/bg-iteminfo-noshare.png) no-repeat right top;
}

.item-info-hover,
.item-info-hover.noshare,
.item-info.item-info-hover,
tr.item-info.item-info-hover,
.files.contacts-list .item-info:hover,
.files.teams-list .item-info:hover,
.item-info.selected,
.files-icon.item-info.selected,
files.contacts-list .item-info.selected,
.files.teams-list .item-info.selected {
	background: #fdfbe6 none !important;
}

.item-info.last {
	border-bottom: none;
	margin-bottom: 30px;
}
.select-file {
	float: left;
	width: 16px;
	margin: 5px 10px 10px 0;
	text-align: center;
	padding-right: 15px;
	width: 20px !important;
}

/* @end */

/* @group Type Files Icons */

.type {
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	position: relative;
	margin: 0;
}

.type a {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	position: relative;
}

.box-pvimg {
	min-width: 60px;
	min-height: 10px;
	max-width: 400px;
	max-height: 300px;
	background: #fff;
	border: 1px solid #f90;
	padding: 5px;
	display: inline-block;
	position: absolute;
	/*left: -45px;*/
	bottom: 42px;
	z-index: 3000;
	margin: 0;
	text-align: center;
	/*overflow: hidden;*/
}

.box-pvimg span.pointer {
	width: 18px;
	height: 11px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 2px;
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll 0 -64px;
	float: none;
}

.box-pvavatar {
	min-width: 45px;
	max-width: 300px;
	max-height: 225px;
	background: #fff;
	border: 1px solid #f90;
	padding: 5px;
	display: block;
	position: absolute;
	top: 40px;
	left: -30px;
	z-index: 3000;
	margin: 0;
	text-align: center;
	/*overflow: hidden;*/
}
.box-pvavatar span.pointer {
	width: 18px;
	height: 11px;
	display: block;
	position: absolute;
	top:-10px;
	left: 35px;
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll 0 -78px;
	float: none;
}

.type .checkout {
	position: absolute;
	left: 0;
	top: 0;
}
.type .lock, .type .expire,
.type .icon-16-lock, .type .icon-16-expire {
	position: absolute;
	right: -3px;
	bottom: 0;
}
.type .lock {
	right: -5px;
}
/* @end */

/* @group Item Data */

.item_data {
	width: 500px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.item_data input {
	float: left;
	margin: 0;
	padding: 0;
}

.item_data span {
	/*float: left;*/
	font-size: 0.9em;
	color: #666;
	
}
.item_data .tags {
	overflow: hidden;
}
.name {
	display: block;
	width: 100%;
	float: left;
	font-size: 1.1em;
	color: #000;
	margin-bottom: 3px;
	height: auto;
	word-wrap: break-word !important;
	overflow: hidden;
}

.item_data span.file-name-text, .item_data span.file-name-text a {
	display: inline;
	margin-right: 3px;
	font-size: 1.05em;
	color: #000;
	float: none;
}
.item_data a {
	float: left;
	cursor: pointer;
}
.item_data span.editable {
	color: #000;
	font-size: 0.95em;
}

.item_data span.file-name-text a:hover,
.item_data span.editable:hover {
	text-decoration: underline;
}

.item_data span.files-included, .item_data .file-actions {
	display: inline-block;
	color: #999;
	margin-right: 5px;
}

.item_data span.comment {
	display: inline-block;
	border-right: 1px solid #d5d5d5;
	margin-right: 5px;
	padding-right: 5px;
}

.item_data span.comment:hover {
	text-decoration: underline;
	cursor: pointer;
}

.item_data span.comment {
	color: #f90;
}

.item_data span.shared {
	color: #39c;
}

a.comment-link, a.tag-link, a.edit, span.edit-off, a.folderpr, a.itemdelete, a.edit-pwd, a.view-item,a.edit-eformtitle {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	float: left;
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -96px 0;
	margin-right: 5px;
}

a.comment-link:hover {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -112px 0;
}

a.tag-link {
	width: 21px;
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -128px 0;
}

a.tag-link:hover {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -149px 0;
}

a.edit, span.edit-off, a.folderpr, a.itemdelete,a.edit-eformtitle {
	/*display: none;*/
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -48px -64px;
	position: relative;
	margin-right: 5px;
	width: 12px;
	height: 12px;
}

.item-info a.edit, .item-info span.edit-off, .item-info a.folderpr, .item-info a.itemdelete,a.edit-eformtitle {
	display: none;
}
span.edit-off {
        /*width: 100%;*/
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        cursor: default;
        position: relative;
        display: block;
}
a.folderpr {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -64px -64px;
}
a.itemdelete {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -80px -64px;
}

a.edit-pwd {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -112px -64px;
}

a.view-item {
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -128px -64px;
}

.data-desc, .loc-path {
	/*width: 100%;*/
	width: 840px;
	float: left;
	padding-top: 5px;
	margin-top: 4px;
}

.item_data span.description {
	float: left;
	font-size: 0.85em;
	font-weight: normal;
	color: #999;
	padding-bottom: 5px !important;
	word-wrap: break-word !important;
	display: inline !important;
}

a.edit-desc {
	font-size: 0.8em;
	margin-left: 5px;
}

.data-desc a.edit-desc {
	float: none;
}

ul.link-loc-path {
	list-style: none;
}

ul.link-loc-path li {
	display: inline;
	font-size: 0.95em;
	color: #ccc;
	padding: 0 3px;
}

ul.link-loc-path li a {
	white-space: nowrap;
}

ul.link-loc-path li a:after {
	content: "\/";
	color: #ccc;
	padding: 0 3px;
}

ul.link-loc-path li.last a:after {
	content: "";
}

.date-file, .size-file {
	width: 5%;
	float: left;
	padding-right: 10px;
	color: #797979;
	font-size: 0.9em;
	position: relative;
	top: 15px;
	white-space:nowrap; /*Added to prevent file size in two lines*/
}

.date-file {
	width: 13%;
}

/* @group search rersults */

.search-term {
	background-color: #b8f9fe;
	font-weight: normal;
}
.search-term.label-txt {
	font-size: 11px;
	color: #283e54;
	padding: 3px 2px;
	float: none;
}
/* @end */

/* @end */

/* @group RoundCorner Tag */

#tags li {
	float: left;
	line-height: 16px;
	height: 16px;
	list-style: none;
	display: block;
}

a.tag {
	background: transparent url(../Images/main-ui/bg-tag-right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 16px;
	margin: 0 0 2px 2px;
	padding-right: 8px;
	text-decoration: none;
	color: #424242;
	font-size: 0.86em;
	overflow: hidden;
}

.tags {
	width: 67%;
	height: 16px;
	float: left;
	/*overflow: hidden;*/
}

a.tag span {
	background: transparent url(../Images/main-ui/bg-tag-left.png) no-repeat;
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 8px;
	cursor: pointer;
}

a.tag:hover {
	background: transparent url(../Images/main-ui/bg-tag-right.png) no-repeat scroll bottom right;
	color: #000;
}

a.tag:hover span {
	background: transparent url(../Images/main-ui/bg-tag-left.png) no-repeat scroll bottom left;
}

a.tag.view-all-tag {
	float: left;
}

/* @end */

/* @group Quick Icons Menu */

.quick-icons {
	/* width: auto; */
	float: right;
	position: relative;
	display: none;
	margin-right: 10px;
}

.quick-icons li {
	display: inline;
}

.quick-icons li a, .quick-btn {
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background-image: url(../Images/main-ui/sprite-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0; /* default */
	float: left;
	margin-left: 10px;
}

.quick-icons .dwn		 { background-position: -192px 0;     }
.quick-icons .dwn:hover  { background-position: -224px 0;     }
.quick-icons .shr        { background-position: -256px 0;     }
.quick-icons .shr:hover  { background-position: -288px 0;     }
.quick-icons .prm        { background-position: -320px 0;     }
.quick-icons .prm:hover  { background-position: -352px 0;     }
.quick-icons .adv, .adv        { background-position: -384px 0;     }
.quick-icons .adv:hover, .adv:hover  { background-position: -416px 0;     }
.quick-icons .viw        { background-position: -448px -62px; }
.quick-icons .viw:hover  { background-position: -480px -62px; }
.quick-icons .edt        { background-position: -320px -62px; }
.quick-icons .edt:hover  { background-position: -352px -62px; }
.quick-icons .rep        { background-position: -384px -62px; }
.quick-icons .rep:hover  { background-position: -416px -62px; }
.quick-icons .exd       { background-position: -558px -62px; }
.quick-icons .exd:hover  { background-position: -590px -62px; }
.quick-icons .gvw      { background-position: -736px -62px; }
.quick-icons .gvw:hover  { background-position: -768px -62px; }
.quick-icons .edt-pencil        { background-position: -800px -62px; }
.quick-icons .edt-pencil:hover  { background-position: -832px -62px; }
.quick-icons .dlt        { background-position: -864px -62px; }
.quick-icons .dlt:hover  { background-position: -896px -62px; }
.quick-icons .view-play        { background-position: -928px -62px; }
.quick-icons .view-play:hover  { background-position: -960px -62px; }

/* @end */

/* @group Pagination */

.pagination {
	width: 100%;
	min-height:50px;
	/*float: left;*/
	clear:both;
	position: relative;
	background: url(../Images/main-ui/bg-pagination.png) no-repeat center top;
}
.box-paginate {
	width: 100%;
	display: inline-block;
	height: auto;
	position: absolute;
	right: 0px;
	/*overflow: hidden;*/
	text-align: right;
	z-index: 1;/*changes from 10000 to 1000 because paging control was overlap on rad window*/
}

#nav-pages {
	width: 500px;
	float: right;
	position: relative;
    min-height: 20px;
	/*margin-right: 10px;*/
}
a.folder-default {
	padding: 5px 0 5px 30px;
	background: url(../Images/main-ui/icons/set-folder-default.png) no-repeat left top;
}

td.pagingTableTDLabel b {
	color: #000;
}

tr.pagingTableRow td {
	width: auto;
}

input.pager-prev, input.pager-next  {
	display: block;
	border: none;
	cursor: pointer;
	margin-top: 8px;
	padding: 0;
	background: transparent;
}

input.pager-next {
    padding: 0;
}
td.pagingTableTDLabel {
	width: auto !important;
	display: block;
	padding: 0 5px 0 20px;
	color: #666;
	font-size: 0.98em;
}

.box-paginate a.small-button {
	display: inline;
	margin: 0;
	font-size: 0.95em;
	color: #555555;
	position: absolute;
	left: 20px;
	top: 10px;
	float: ;
}
.fieldLables {
	padding: 4px 0 0 0;
	float: left;
}
#pages-count {
	background: #fff;
	border: 1px solid #ccc;
	overflow: auto;
	overflow-x:hidden;
	width: auto;
	min-height: 20px;
	max-height: 150px;
	bottom: 5px;
	left: 100%;
	position: absolute;
	z-index: 99999;
}

div#pnlPagingTable {
	padding: 0;
	position: relative;
	margin-right: 40px;
	float: right;
}
.pagingTable {
	float: right;
	position: relative;
	/*margin-right: 20px;*/
}

.pagingTable a {
	font-size: 1.02em;
	padding: 8px 5px 0 5px;
	display: inline-block;
	float: left;
	color: #999;
}

.pagingTable a:hover {
	color: #000;
}

.pagingTable a.current {
	padding: 10px 6px 4px 6px;
	color: #000;
	border: 1px solid #ccc;
	border-top-color: #fff;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
	background: linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 1px 1px 1px 0px #ececec;
	-moz-box-shadow: 1px 1px 1px 0px #ececec;
	box-shadow: 1px 1px 1px 0px #ececec;
}

#pages-count ul.pages-pagination {
	/*width: auto;*//*commented because the page dropdown is not showing proper when page count is more then 1000*/
	width:70px;
}
#pages-count ul.pages-pagination li {
	padding: 0;
	clear: both;
}

span#HistoryLogControl_lblPagerRight {
	float: right;
}

#pager-jump .arrow-down {
	margin: 0;
	height: 12px;
	background: #fff url(../Images/main-ui/li-breadcrumb.png) no-repeat 4px -22px;
}

a#pager-jump {
	border: 1px solid #ccc;
	padding: 0;
	/*width: 90px;*/
	background: #fff;
	margin: 8px 0 0 5px; 
	font-size: 0.95em;
	cursor: pointer;
}
a#pager-jump:hover,
input.pager-prev:hover,
input.pager-next:hover  {
	border-color: #999;
}

ul.pages-pagination a {
	text-align: left;
	display: block;
	padding: 2px 5px;
	color: #999;
	margin: 3px ;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

ul.pages-pagination a:hover {
	padding: 2px 5px;
	margin: 3px ;
	background-color: #dbdbdb;
	color: #333;
}

.pagination ul.pages-pagination a.current {
	background: #666 none;
	padding: 2px 5px;
	border: none;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#nav-pages.grid-pagination div#pnlPagingTable {
	margin: 0;
}
.grid-pagination .pagingTable a.current {
	border: none;
	padding: 8px 5px 0 5px;
	background: none;
	-webkit-box-shadow: 0 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff;
	filter: none;
}
/* @end */

/* @group jQuery Boxes */

.jbox {
	width: 100%;
	padding: 15px 10px;
	background: #d6e6f0;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.jbox.topbrd {
	border-top: 2px solid #bfd8e6;
}

#search-options {
	width: 100%;
}

.commentsection, .tagsection, .tagview, .shared, .multi-select-options, .text-in-file {
	margin-top: 7px;
	display: none;
	padding: 15px 15px 15px 25px;
	position: relative;
	float: left;
/*	width: 897px;*/
	margin: 0 0 0 -5px;
	border-top: 2px solid #c0dae5;
	border-bottom: 1px solid #fff;
	clear: both;
	word-wrap: break-word;
}

#box-adv-search {
	width: 958px;
	float: left;
	padding: 15px 10px 15px 0;
	border-top: 2px solid #bfd8e6;
	border-bottom: 1px solid #cedfe9;
}
.text-in-file-box > p {
	line-height: 1.5em;
	margin-bottom:  15px;
}
/* @end */

/* @group 

Multi Selected */

#multi-select-options-wrap {
	display:none;
	min-height: 49px;
	overflow:hidden;
}
#multi-select-options {
	width: 938px;
	padding: 10px;
	min-height: 25px;
	margin: 0;
	background-color: #d6e6f0;
	border-top: 2px solid #bfd8e6;
	border-bottom: 1px solid #cedfe9;
	display:block;
	overflow: hidden;
}

img.folder_icon {
	padding-right: 5px;
}

ul.options-selected {
	width: 100%;
	float: left;
	padding: 0;
	color: #1e3b4e;
}

ul.options-selected li {
	list-style: none;
	margin: 0 15px 8px 0;
	float: left;
	display: block;
	position: relative;
/*	z-index: 500;*/
}

ul.options-selected li a {
	color: #1e3b4e;
	/*padding-left: 20px;*/
	line-height: 1em;
	/*height: 16px;*/
	display: block;
	vertical-align: middle;
	/*background: url(../Images/main-ui/sprite-icons-ms.png) no-repeat scroll 0 0;*/
}

ul.options-selected li a:hover {
	color: #1a77a7;
}

/*ul.options-selected li a.link-down {
	background-position: 0 -16px;
}

ul.options-selected li a.link-share {
	background-position: 0 -16px;
}

ul.options-selected li a.link-slide {
	background-position: 0 -32px;
}

ul.options-selected li a.link-play {
	background-position: 0 -48px;
}

ul.options-selected li a.link-move {
	background-position: 0 -64px;
}

ul.options-selected li a.link-btag {
	background-position: 0 -80px;
}

ul.options-selected li a.link-bcmt {
	background-position: 0 -96px;
}

ul.options-selected li a.link-exp {
	background-position: 0 -112px;
}

ul.options-selected li a.link-del {
	background-position: 0 -128px;
}

ul.options-selected li a.link-vf {
	background-position: 0 -144px;
}*/


ul#menu-play {
	width: 60px;
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	background-color: #b3d9ee;
}

ul#menu-play li {
	width: 60px;
	display: block;
	float: left;
	border-top: 1px solid #cdf3f7;
	border-bottom: 1px solid #afcfd3;
	text-align: center;
}

ul#menu-play a {
	display: block;
	height: 12px;
	padding: 4px;
	color: #093f5b;
	font-size: 0.95em;
	background: none;
}

ul#menu-play a:hover {
	color: #000;
}

/* @end */

/* @group Comment jBox */

.cmt-box {
	float: left;
	width: 880px;
	margin: 0;
	padding: 0;
	position: relative;
}

.last-cmt-msg {
	width: 880px;
	float: left;
	position: relative;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	font-size: 11px;
}

span.reload-cmt {
	padding-left: 16px;
	height: 12px;
	background: url(../Images/main-ui/sprite-icons-cmt.png) no-repeat 0 0;
	float: left;
}

span.reload-cmt a {
	color: #39c;
}

span.reload-cmt a:hover {
	color: #1c7bd1;
}

.cmt-data-expanded {
	width: 880px;
	padding: 10px 0;
	float: left;
	position: relative;
	border-top: 1px solid #c9e2ee;
	border-bottom: 1px solid #fff;
	clear: both;
}

.cmt-input, .cmt-input.no-border {
	width: 880px;
	padding: 20px 0;
	float: left;
	position: relative;
	border-top: 1px solid #c9e2ee;
	border-bottom: none;
	clear: both;
}

.cmt-input.no-border {
	padding-top: 0;
	border: none;
}

.comments-hidden {
	float: left;
	width: 880px;
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
}

span.all-tags-txt {
	width: 98%;
	color: #6699cc;
	font-size: 0.98em;
	padding-top: 7px;
	line-height: 14px;
	float: left;
	text-align: left;
}

.cmt-inner, .cmt-inner-reply {
	width: 840px;
	display: block;
	margin-left: 10px;
	word-wrap: break-word;
	float: left;
}

.cmt-inner-reply {
	width: 800px;
}

.avatar-small {
	background-color: #88b0ca;
	padding: 1px;
	border: 2px solid #b9d5e8;
	display: block;
	float: left;
	position: relative;
	right: 0;
}

.reply-comments {
	margin-left: 40px;
	padding: 10px 0;
}
span.cmt-author {
	float: left;
}
span.cmt-author a {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}

.cmt-message {
	width: 830px;
	color: #555;
	font-size: 0.98em;
	float: left;
	position: relative;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

.cmt-inner-reply .cmt-message {
	width: 790px;
}

span.cmt-date {
	color: #999;
	font-size: 0.9em;
	font-weight: normal;
	margin-right: 5px;
	float: left;
}

.info-area-edit, .info-area-reply {
	width: 810px;
	float: left;
	padding: 10px 0 10px 20px;
	margin-bottom: 15px;
	display: none;
}

span.cmt-date {
	color: #999;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 5px 0 0;
	float: left;
}

.cmt-info-area, .cmt-info-area-reply {
	display: inline;
	float: left;
	position: relative;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 5px;
}

a.item-edit, a.item-delete, a.item-duplicate, a.item-move, a.cmt-reply, a.cmt-edit, a.cmt-delete,.ui-state-default .ui-icon-customtrash {
	padding-left: 16px;
	height: 12px;
	line-height: 12px;
	margin-left: 5px;
	background: url(../Images/main-ui/sprite-icons-cmt.png) no-repeat;
	font-size: 11px;
	text-decoration: none;    
}

a.item-edit{
    background-position: 0 -12px !important;
}
a.cmt-reply {
	background-position: 0 -24px !important;
}
a.item-delete, a.cmt-delete,.ui-state-default .ui-icon-customtrash {
	background-position: 0 -36px !important;
}
a.item-duplicate {	
	padding-bottom: 3px;
	background-position: 0 -48px !important;
}
a.item-move {
	background-position: 0 -64px !important;
}

.cmt-message textarea {
	float: left;
	margin: 0 10px 0 0;
}

.addcomment {
	width: 880px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.addcomment fieldset {
	display: inline !important;
	float: left;
	position: relative;
}

.addcomment input[type=text] {
	width: 570px;
	height: 28px;
	font-size: 1em;
	padding: 3px 5px;
	float: left;
	margin: 0 10px 0 0;
	padding-bottom: 0;
	height: 20px\0/; /*IE8 hack*/
}
*+html .jbox input { /* for IE7 */
	height: 15px
}
.info-area-reply .addcomment input[type=text] {
	width: 505px;
}

span.arrow-comment {
	width: 22px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
	background: url(../Images/main-ui/arrow-comment.png) no-repeat left top;
}

.addcomment .button {
	margin-top: 0;
	float: left;
}

/*

 @end */

/* @group Tag jBox */

.info-tags {
	width: 880px;
	float: left;
	color: #999;
	font-size: 0.98em;
}

.content-window .info-tags,
.content-window .addcomment,
.content-window .select-tag {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-window .select-tag {
	max-height: 150px;
	overflow: auto;
}
.current-tags {
	float: left;
	position: relative;
	padding-top: 10px;
}

.info-tags p strong {
	float: left;
	color: #000;
	display: block;
	font-weight: bold;
}

.info-tags p {
	text-align: left;
	padding-bottom: 5px;
}

.action-tag {
	font-size: 1.1em;
	display: block;
	padding-bottom: 10px;
	color: #999;
	clear: both;
	text-align: left;
}

.select-tag {
	width: 900px;
	float: left;
	display: block;
	padding-top: 5px;
	position: relative;
	word-wrap: break-word !important;
}

.info-tags p a.help {
	margin-right: 15px;
}

/* @end */

/* @group Shared jBox */

.shared.jbox p strong {
	color: #1d6b9b;
	font-size: 1.1em;
	margin-right: 5px;
}

.tabs-share {
	width: 910px;
	padding-top: 15px;
	float: left;
	position: relative;
}

.shared.jbox p {
	padding-top: 10px;
}

ul.buttons-share {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: left;
}

ul.buttons-share li {
	width: 205px;
	height: 50px;
	background-color: #fff;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px 0 10px 5px;
	border: 1px solid #87aacc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	-ms-transition: all linear .2s;
	transition: all linear .2s;
}

ul.buttons-share li:hover {
	background-color: #f6fafe;
	border-color: #227bb6;
}

.icon-box {
	float: left;
	padding: 5px 10px 20px 5px;
}

.share-info {
	width: 71%;
	float: left;
}

.buttons-share li h2 {
	width: 100%;
	text-align: left;
	margin: 0;
	font-weight: bold;
}

.buttons-share li h2 a {
	font-size: 12px;
	color: #000;
}

.buttons-share li span.desc {
	font-size: 11px;
	padding: 0px;
	margin: 0;
	line-height: 11px;
	color: #666;
	float: left;
	text-align: left;
	font-weight: normal;
	cursor: pointer;
}

.buttons-share li h2 span, #cluetip-inner h2 span {
	color: #000;
}

.buttons-share li span a {
	color: #0066ff;
	text-decoration: underline;
	font-size: 11px;
	float: left;
}

/* @end */

/* @group Tree View */

.tree-section {
	display: inline-block;
	float: left;
	margin-right: 20px;
	padding: 15px;
}

.filters {
	width: 150px;
	float: left;
	position: absolute;
	top: 15px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
	border: 1px solid #87aacc;
	display: none;
	overflow: auto;
	padding: 10px;
	z-index: 10;
	color: #333;
}
.filters.opened{
    display:block;
}

ul.filter-links {
	display: block;
	list-style: none;
}

ul.filter-links li {
	width: 100%;
	display: block;
	background: none;
	border: none;
	font-size: 1em;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

ul.filter-links li a {
	width: 100%;
	display: block;
	color: #333;
	background: #fff;
	padding: 2px 0;
	border: none;
}

ul.filter-links li a:hover {
	background: #ebf6fe;
	color: #104070;
}

.sidebar {
	float: right;
	width: 450px;
	position: relative;
	top: -3px;
	right: 0;
	background: url(../Images/main-ui/bg-sidebar.png) repeat-y left top;
}
    .sidebar.formsidebar {
        width: 237px !important;
        top: 0px;
    }
a.hide-sidebar,
a.hide-file-history {
	display: block;
	width: 15px;
	height: 20px;
	text-indent: -99999px;
	background: url(../Images/main-ui/hide-right.png) left 0;
	float: left;
	position: absolute;
	top: 3px;
	left: -15px;
}

a.hide-sidebar:hover {
	background: url(../Images/main-ui/hide-right.png) left -20px;
}

a.hide-sidebar.close {
	background: url(../Images/main-ui/hide-right.png) left -40px;
}

a.hide-sidebar.close:hover {
	background: url(../Images/main-ui/hide-right.png) left -60px;
}
a.hide-file-history {
	width: 25px;
	height: 110px;
	left: -25px;
	background: url(../Images/main-ui/hide-right-file-history.png) left 0;
}

a.hide-file-history:hover {
	background: url(../Images/main-ui/hide-right-file-history.png) left -110px;
}
.sidebar.file-history-view {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.file-history-view {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.file-history-view #breadcrumb {
	width: 100%;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.file-history-view #breadcrumb > li {
	display: inline-block;
	padding: 0 5px 0 0;
	background: none;
	font-size: 11px;
	color: #999;
}
.file-history-view #breadcrumb > li:after {
	content: "/";
	color: #ccc;
	padding-left: 5px;
	display: inline-block;
}
.file-history-view #breadcrumb > li:first-child {
	font-weight: bold;
	color: #000;
}
/*a.hide-sidebar.file-history.close {
	background: url(../Images/main-ui/hide-right.png) left -330px;
}

a.hide-sidebar.file-history.close:hover {
	background: url(../Images/main-ui/hide-right.png) left -440px;
}*/
.info-sidebar {
	width: 95%;
	float: left;
	margin: 20px 0 20px 20px;
}

.info-sidebar h2 {
	font-size: 13px;
	font-weight: bold;
	color: #369;
	margin-bottom: 5px;
}

.info-sidebar h3 {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
}

.info-sidebar a {
	color: #000;
	font-weight: bold;
}

.info-sidebar a.button {
	color: #555;
}

.info-sidebar a:hover {
	color: #000;
}

.sidebar p {
	color: #666;
	padding-bottom: 10px;
	line-height: 18px;
	font-size: 12px;
}

.tips-sidebar span.tip-msg {
	margin-bottom: 15px;
	font-size: 14px;
	display: block;
	font-weight: bold;
}

.sidebar a.button {
	margin: 10px 10px 0 0;
}

.tips-sidebar {
	float: left;
	width: 90%;
	background: #f9f9f9 url(../Images/main-ui/bg-tips-sidebar.png) repeat-x left top;
	padding: 15px;
	margin-left: 2px;
}

.sidebar.small .tips-sidebar {
	width: 90%;
	padding: 25px 15px;
}

/* @end */

/* @group Icon-View */

.selectable {
	background: none repeat scroll 0 0 #FEFEFE;
	overflow: auto;
}

.ui-selectable .wrap-item.ui-selected  .type, 
.ui-selectable .wrap-item.ui-selecting .type {
	background-color: #fdfbe6;
}
.ui-selectable .wrap-item.ui-selected  .file-name-text a,
.ui-selectable .wrap-item.ui-selecting .file-name-text a {
	background-color: #fbe78e;
	color: #fff;
}
.ui-selectable-helper {
	border: 1px solid orange;
}

.files.icon {
	margin: 0;
	padding-top:30px;
	padding-bottom: 30px;
}

.files.icon .item-info {
	background: none repeat scroll 0 0 transparent;
	float: left;
	height: 140px;
	padding: 0;
	width: 88px;
	margin:0 13px 13px;
	border:1px;
	clear: none;
	position:relative;
}

div.wrap-item {
	width: 90px;
	height: auto;
	border: 1px solid transparent;
}

.files.icon .ui-selected .type {
	border: 1px solid orange
}

.files.icon .item-info .type {
	border: 1px solid #DDDDDD;
	float: none;
	font-size: 0;
	height: auto;
	/*padding: 20px;*/
	position: relative;
	text-align: center;
	/*width: auto;*/
	width:88px;
	height:84px;
	padding: 4px 0 0 0;
	cursor: pointer;
}

.files.icon .item-info.item-info-hover .type {
	background-color: #fdfbe6;
}
.files.icon [class^="icon-32-"],
.files.icon [class*="icon-32-"] {
	margin-top: 20px;
}
.files.icon .item-info .tip {
	float: none;
	margin: 16px auto 20px auto;
	text-align: center;
	z-index: 0;
}

.files.icon .item-info .item_data {
	float: none;
	padding: 0;
	position: relative;
	width: 100%;
}

.files.icon .item-info .item_data .name {
	float: none;
	font-size: 0.9em;
	padding: 5px 0 0 0;
	text-align: center;
	word-wrap: break-word;
	height:auto;
}
.files.icon .item-info .item_data .name a {
	height: auto;
	display: block;
	color: #000;
	padding: 0 3px 3px 3px;
}
.files.icon .item-info .item_data .name a:hover {
	text-decoration: underline;
}
.files.icon .item-info .quick-icons {
	height: auto;
	position: absolute;
	right: 0;
	top: 5px;
	width: auto;
	margin: 0 !important;
}
.files.icon .item-info .quick-icons li {
	
}
.files.icon .item-info .quick-icons .adv a {
	background: #fff url(../Images/main-ui/mini-arrow-down.png) no-repeat scroll left top;
	border: 1px solid #DDDDDD;
	display: block;
	height: 12px;
	margin: 0 2px;
	position: relative;
	text-indent: -9999px;
	width: 12px;
}
.files.icon .item-info .quick-icons .adv a:hover {
	background: #fff url(../Images/main-ui/mini-arrow-down.png) no-repeat scroll right top;
}

.files.icon .item-info .file-name-text, 
.files.icon .item-info .file-name-text a {
	color: #000000;
	display: inline;
	float: none;
	margin: 0;
	/*border:1px solid #AFAFAF;*/ 
	border-radius:5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	khtml-border-radius:5px;
}
.files.icon .item-info .file-name-text a {
	font-size: 0.9em;
}
.files.icon .item-info .file-name-text a:hover {
	text-decoration:none;
}

.files.icon a {
	margin: 0 auto;
	width: 78px;
	height: 78px;
	
}
.files.icon a.img-pv img {
	vertical-align: 50%;
}

/* @end */

/* @group Contacts */
.files.contacts-list {
	min-height: 500px;
}
.files.contacts-list .item-info {
	background: url(../Images/main-ui/bg-iteminfo-contacts.png) no-repeat top right;
}

.files.teams-list .item-info {
	background: url(../Images/main-ui/bg-iteminfo-teams.png) no-repeat top right;
}
.files.contacts-list .avatar {
	float: left;
}
.files.contacts-list .box-pvavatar {
	top: 50px;
	left: 35px;
}

.files.contacts-list .box-pvavatar span.pointer {
	top:-10px;
	left: 16px;
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll 0 -78px;
	float: none;
}
.files.contacts-list .avatar a img {
	border: 1px solid #999;
}

.files.contacts-list .item_data span.file-name-text a {
	color: #3399cc;
}

.files.contacts-list .item_data {
	width: 640px;
}

.files.contacts-list .item_data a {
	float: none;
}
.files.contacts-list .item_data span.file-name-text a:hover {
	color: #3bb6f3;
}

/* @end */
/* @group Compact List View */
.files.compact .item-info {
	padding: 0;
	min-height: 35px;
	background: url(../Images/main-ui/bg-iteminfo.png) no-repeat right -10px;
}
.files.compact .name {
	width: 95%;
}
.files.compact .item_data {
	padding-bottom: 0;
	margin-top: 8px;
}
.files.compact .date-file,
.files.compact .size-file {
	top: 8px;
}
.files.compact .item_data span {
	font-size: 13px;
}
.files.compact .select-file {
	margin: 4px 15px 0 3px;
	padding-right: 5px;
}
.files.compact .type .checkout {
	left: 5px;
	top: 5px;
}
/* @end */

/* @group FileShare */

.files.file-share .item-info,
.files.compact .files.file-share .item-info {
	background: url(../Images/main-ui/bg-item-info-fileshare.png) no-repeat right top;
}
.files.file-share.only-preview .item-info {
	background: url(../Images/main-ui/bg-item-info-fileshare-preview.png) no-repeat right top;
}
.files.file-share.only-download .item-info {
	background: url(../Images/main-ui/bg-item-info-fileshare-download.png) no-repeat right top;
}
.files.file-share .item-info:hover {
	background-image: none;
}

/* @group IconView */


.files.icon.fileshare .select-file {
	margin: 0 0 3px 3px;
	padding-right: 0;
}


.files.icon.fileshare .item_data div.name {
	background-color: #f2f2f2;
}
.files.icon.fileshare .item-info .item_data .name.selected {
	background: #fbe78e;
}

.files.icon.fileshare .name span.file-name-text {
	float: left;
	width: 70%;
	text-align: left;
}

.files.icon.fileshare .name span.file-name-text a {
	display: inline;
}


/* @end */

/* @group Others */

.arrow {
	width: 12px;
	height: 8px;
	text-indent: -9999px;
	display: block;
	float: left;
	position: absolute;
	top: -10px;
	background: url(../Images/main-ui/sprite-icons.png) no-repeat scroll -32px -64px;
}

/* @end */

.arrow.cmnt {
	left: 94px;
}

.arrow.ts {
	left: 190px;
}

.arrow.tv {
	left: 555px;
}
.arrow.sh {
	left: 860px;
}
li.break-advmenu {
	display: block;
	width: 100%;
	height: 5px;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0;
}

.hl-border {
	border: 1px dotted #f7931f;
}

/* @end */

/***************BEGIN - ADDED BY FAW TEAM***********/
div.Message {       
	width: 938px;
	display: block;
	float: left;
	/*margin-top: 10px;*/
	padding: 0 10px;
}

a.edit-formtitle {
	font-size: 0.8em;
	margin-left: 5px;
}
a.edit-formdesc {
	font-size: 0.8em;
	margin-left: 5px;
}
/*Changed in .files class : changed padding 10px to 0 10px */
/*Changed in .date-file, .size-file class : Added white-space:nowrap property to avoid filesize in two lines*/
/*Changed in  #view-files.vf-views class: Changed the widht as auto  for virtual folder */
/*Chnaged in .box-paginate :changes from 10000 to 1000 because paging control was overlap on rad window*/
/*Changed in .fieldLables paging text alignment*/
/*Changed in a#pager-jump down arrow align with paging*/
/*Removed ul.sort-options li a.active.asc:hover and ul.sort-options li a.active.desc:hover */

.info-sidebar h2, .admsg h2 {
	font-size: 13px;
	font-weight: bold;
	color: #369;
	margin-bottom: 5px;
}

.sidebar .dvViewName {
    text-align: center;
    width:  78px;
    padding: 10px 0px 0px 0px;
    color: #666
}
.divtype {
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	position: relative;
	margin: 0;
}
.divtype a 
{
    display: block;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	position: relative;
}
/***************END - ADDED BY FAW TEAM***********/

