/*
 * General overrides
 */

.fm #filemanager {
	bottom: 0px;
	left: 10%;
	right: 10%;
	min-width: 1200px;
	overflow: hidden;
	position: absolute;
	top: 64px;
}

/*
 * Typography
 */

.fm :focus {
	outline: 0;
}

.fm body {
	color: #555;
	font: 12px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fm a {
	color: #355c76;
	text-decoration: none;
}

.fm a:hover {
	text-decoration: underline;
}

.fm em,
.fm i {
	color: #a6a6a6;
	font-style: normal;
}

/*
 * File Manager Layout
 */

.fm-layout {
	height: 100%;
}

.fm-layout_side {
	border: 1px solid #e4e8e9;
	border-radius: 2px;
	float: left;
	padding: 10px;
	position: relative;
	-webkit-transition: 0.3s margin;
	-moz-transition: 0.3s margin;
	-o-transition: 0.3s margin;
	transition: 0.3s margin;
	width: 288px;
}

.fm-layout-compact .fm-layout_side {
	margin-left: -300px;
}

.fm-layout_side_wrap {
	overflow: auto;
}

.fm-layout_menu {
	width: 261px;
}

.fm-layout_wrap {
	overflow: auto;
	padding-left: 25px;
	position: relative;
}

.fm-layout_main_wrap {
	overflow: auto;
}

.fm-layout_explorer {
	-webkit-transition: 0.3s width;
	-moz-transition: 0.3s width;
	-o-transition: 0.3s width;
	transition: 0.3s width;
}

.fm-layout-compact .fm-layout_explorer {
	width: 1138px;
}

.fm-layout_toggle {
	background: #f5fafb;
	border: 1px solid #e4e8e9;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 0 1px white;
	-moz-box-shadow: inset 0 0 0 1px white;
	box-shadow: inset 0 0 0 1px white;
	cursor: pointer;
	height: 21px;
	position: absolute;
	right: -8px;
	top: 10px;
	width: 15px;
	z-index: 1;
}

.fm-layout_toggle:after {
	background: url(/static/images/fm/sprite.png) -5px -96px;
	content: '';
	height: 5px;
	left: 3px;
	position: absolute;
	top: 8px;
	width: 9px;
}

.fm-layout_toggle:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #ececec;
}

.fm-layout-compact .fm-layout_toggle:after {
	background-position: 0 -16px;
}

/*
 * Buttons
 */

.fm-btn {
	display: inline-block;
	cursor: pointer;
	line-height: normal !important;
}

/*
 * Shortcuts
 */

.fm-shortcuts .fm-btn, .fm-view .fm-btn {
	height: 0;
	overflow: hidden;
}

.fm-shortcuts .fm-btn {
	border: 1px solid transparent;
	overflow: hidden;
	padding-top: 28px;
	width: 30px;
}

.fm-shortcuts .fm-btn:before {
	left: 50%;
	margin-left: -8px;
}

.fm-shortcuts .fm-btn:hover {
	background: #FFF;
	border-color: #c6d3d4;
	border-radius: 2px;
}

.fm-view .fm-btn {
	height: 0;
	padding-top: 24px;
	width: 24px;
}

.fm-tools_actions .fm-btn {
	border: 1px solid transparent;
	color: #6a7d80;
	font-size: 11px;
	padding: 6px 6px 6px 32px;
	text-transform: uppercase;
}

.fm-tools_actions .fm-btn:before {
	left: 4px;
}

.fm-tools_actions .fm-btn:hover {
	background: #fcfefe;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfefe), color-stop(100%, #f3f9fa));
	background: -webkit-linear-gradient(#fcfefe, #f3f9fa);
	background: -moz-linear-gradient(#fcfefe, #f3f9fa);
	background: -o-linear-gradient(#fcfefe, #f3f9fa);
	background: linear-gradient(#fcfefe, #f3f9fa);
	border-radius: 2px;
	border-color: #c6d3d4;
}

.fm-explorer_btns .fm-btn {
	background: #f3f3f3;
	color: #555;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 2px 4px 2px 20px;
	text-transform: lowercase;
	top: 4px;
}

.fm-explorer_btns .fm-btn:hover {
	background: #b8c7c8;
}

.fm-explorer_btns .fm-btn:before {
	left: 2px;
}

.fm-explorer_btns .fm-btn a {
	text-decoration: none;
	color: #555;
}

.fm-g-active .fm-explorer_btns .fm-btn a {
	color: #3c6986;
}

.fm-g-active .fm-explorer_btns .fm-btn {
	background: #81c4f0;
	color: #3c6986;
}

.fm-g-active .fm-explorer_btns .fm-btn:hover {
	background: #65a9d6;
}

.fm-view .fm-btn {
	-webkit-transition: 0.3s background;
	-moz-transition: 0.3s background;
	-o-transition: 0.3s background;
	transition: 0.3s background;
	background: #a5babd;
}

.fm-view .fm-btn:hover {
	background: #3c6986;
}

.fm-btn-sort {
	border-radius: 2px;
	background: #fafafa;
	border: 1px solid #e4e8e9;
	color: #6a7d80;
	padding: 4px 19px 3px;
}

.fm-btn-sort:hover {
	border-color: #b8c7c8;
}

.fm-btn-sort-a,
.fm-btn-sort-z {
	background: url(/static/images/fm/pattern-checked-blue.gif) #65a9d6;
	border: 0;
	color: white;
	padding: 5px 20px 4px;
}

.fm-btn-sort-a:after,
.fm-btn-sort-z:after {
	color: #addeff;
	font-size: 10px;
	left: 3px;
	position: relative;
	top: -1px;
	white-space: nowrap;
}

.fm-btn-sort-a:after {
	content: 'a-z';
}

.fm-btn-sort-z:after {
	content: 'z-a';
}

.fm-crumbs {
	overflow: hidden;
	*zoom: 1;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	font-size: 16px;
	margin: 3px 0;
}

.fm-crumbs li {
	float: left;
	margin-left: 40px;
	position: relative;
}

.fm-crumbs li:after {
	background: url(/static/images/fm/sprite.png) -9px -16px;
	content: '';
	height: 10px;
	left: 0;
	margin: -5px 0 0 -23px;
	position: absolute;
	top: 50%;
	width: 6px;
}

/** Files list */

.fm-explorer {
	font-size: 12px;
	table-layout: fixed;
}

.fm-explorer ul.fm-list {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	overflow: auto;
}

.fm-explorer ul.fm-list li {
	border-top: 1px solid #f3f3f3;
	cursor: pointer;
}

.fm-explorer li.fm-g-active {
	background: url(/static/images/fm/pattern-checked-blue.gif) #65a9d6;
	border-top-color: #FFF;
	color: #FFF;
}

.table-normal .fm-explorer li > div,
.table-compact .fm-explorer li > div {
	float: left;
	padding: 12px;
	height: 25px;
}

.table-compact .fm-explorer .fm-list li > div {
	padding-top: 1px;
	padding-bottom: 1px;
}

.fm-explorer #fm-sort-row li {
	padding-right: 5px;
}

.fm-explorer ul.fm-list li.fm-g-active em,
.fm-explorer ul.fm-list li.fm-g-active i {
	color: #addeff;
}

.fm-explorer .fm-popup_toggle {
	padding: 1px 24px 2px 6px;
}

.table-normal .fm-explorer_delete_reason,
.table-compact .fm-explorer_delete_reason,
.table-normal .fm-explorer_btns,
.table-compact .fm-explorer_btns {
	white-space: nowrap;
}

.fm-explorer_delete_reason {
	text-align: right;
}

.fm-explorer_btns .fm-btn {
	visibility: hidden;
}

.fm-checkbox {
	background: url(/static/images/fm/sprite.png) no-repeat scroll -1px -631px transparent;
	display: inline-block;
	height: 14px;
	width: 14px;
	position: relative;
	top: 2px;
}

ul.fm-list .fm-checkbox {
	top: 4px
}

.fm-checkbox:hover,
.fm-explorer ul.fm-list li:hover .fm-checkbox {
	background-position: -17px -631px;
}

.fm-checkbox.active,
.fm-explorer li.fm-g-active .fm-checkbox {
	background-position: -1px -646px;
}

.fm-checkbox.active:hover,
.fm-explorer li.fm-g-active:hover .fm-checkbox.active {
	background-position: -17px -646px;
}

.fm-explorer_favourite i {
	background: url(/static/images/fm/sprite.png) no-repeat scroll -3px -514px transparent;
	display: inline-block;
	height: 19px;
	width: 19px;
	position: relative;
    top: 2px;
}

.fm-explorer_favourite i.checked,
.fm-explorer li.fm-g-active .fm-explorer_favourite i.checked,
.fm-explorer li.fm-g-active:hover .fm-explorer_favourite i.checked {
	background-position: -3px -492px;
}

.fm-explorer li.fm-g-active .fm-explorer_favourite i {
	background-position: -3px -536px;
}

.fm-explorer li:hover .fm-explorer_favourite i {
	background-position: -3px -583px;
}

.fm-explorer li:hover .fm-explorer_favourite i.checked {
	background-position: -3px -559px;
}

.fm-explorer li.fm-g-active:hover .fm-explorer_favourite i {
	background-position: -3px -606px;
}

.table-normal .fm-explorer_date,
.table-compact .fm-explorer_date,
.table-normal .fm-explorer_size,
.table-compact .fm-explorer_size {
	text-align: right;
	width: 90px;
	line-height: 25px;
}

.table-normal .fm-explorer_name,
.table-compact .fm-explorer_name {
	width: 42%;
}

.fm-explorer_name span {
	padding-left: 35px;
}

ul.fm-list .fm-explorer_name span {
	display: block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

ul.fm-list .readonly .fm-explorer_name span,
ul.fm-list .readonly .fm-explorer_name span a {
	color: #999;
}

ul.fm-list .fm-g-active.readonly .fm-explorer_name span a {
	color: #EEE;
}

ul.fm-list .fm-explorer_name {
	font-size: 14px;
	word-wrap: break-word;
}

.fm-header {
	*zoom: 1;
}

.fm-header:after {
	content: '';
	display: table;
	clear: both;
}

.fm-header .fm-crumbs,
.fm-header .fm-popup,
.fm-header .fm-shortcuts {
	float: left;
}

/* begin cells settings */
.table-normal .fm-explorer .fm-explorer_chbx,
.table-compact .fm-explorer .fm-explorer_chbx {
	width: 46px;
	padding-right: 0;
}

.table-normal .fm-explorer .fm-explorer_favourite,
.table-compact .fm-explorer .fm-explorer_favourite {
	width: 25px;
	padding-left: 0;
}

.table-normal .fm-explorer .fm-explorer_name,
.table-compact .fm-explorer .fm-explorer_name {
	width: 42%;
	padding-left: 0;
	font-size: 13px;
}

.fm-explorer .fm-explorer_name a {
	white-space: nowrap;
}

.table-normal .fm-explorer .fm-explorer_size,
.table-compact .fm-explorer .fm-explorer_size {
	width: 63px;
	white-space: nowrap;
}

.table-normal .fm-explorer .fm-explorer_date,
.table-compact .fm-explorer .fm-explorer_date {
	width: 90px;
	white-space: nowrap;
}

.table-normal .fm-explorer .fm-explorer_delete_reason,
.table-compact .fm-explorer .fm-explorer_delete_reason,
.table-normal .fm-explorer .fm-explorer_btns,
.table-compact .fm-explorer_btns {
    width: 125px;
	white-space: nowrap;
}

.table-normal li:hover .fm-explorer_btns .fm-btn,
.table-compact li:hover .fm-explorer_btns .fm-btn {
	visibility: visible;
}

.table-normal .fm-explorer .fm-explorer_size,
.table-compact .fm-explorer .fm-explorer_size,
.table-normal .fm-explorer .fm-explorer_btns,
.table-compact .fm-explorer .fm-explorer_btns,
.table-normal .fm-explorer .fm-explorer_date,
.table-compact .fm-explorer .fm-explorer_date {
	float: right;
}

/* end cells settings */

.fm-icon {
	position: relative;
}

.fm-icon:before {
	background: url(/static/images/fm/sprite.png);
	content: '';
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.fm-icon-cp:before {
	background-position: 0 -365px;
}

.fm-icon-download:before {
	background-position: 0 -889px;
}

.fm-g-active .fm-icon-download:before {
	background-position: -17px -889px;
}

.fm-icon-home:before {
	background-position: -16px -64px;
}

.fm-icon-fav:before {
	background-position: 0 -32px;
}

.fm-icon-mkdir:before {
	background-position: 0 -64px;
}

.fm-icon-share:before {
	background-position: -2px -922px;
}

.fm-icon-share-link:before {
	background-position: -2px -905px;
}

.fm-g-active .fm-icon-share-link:before {
	background-position: -2px -922px;
}

.fm-icon-trash:before {
	background-position: -16px -48px;
}

.fm-icon-upload:before {
	background-position: 0 -940px;
}

.fm-icon-add:before {
	background-position: -16px -32px;
}

.fm-icon-access-shared:before {
	background: url(/static/images/icons.png);
	background-position: -31px -63px;
}

.fm-icon-access-public:before {
	background: url(/static/images/icons.png);
	background-position: -30px -240px;
}

.fm-icon-access-private:before {
	background: url(/static/images/icons.png);
	background-position: -29px -226px;
}

.fm-icon-cp:before,
.fm-icon-edit:before,
.fm-icon-find:before,
.fm-icon-grid:before,
.fm-icon-gridx:before,
.fm-icon-mv:before,
.fm-icon-rm:before,
.fm-icon-table:before,
.fm-icon-tablex:before {
	height: 24px;
	margin-top: -12px;
	width: 24px;
}

.fm-icon-cp:before {
	background-position: 0 -365px;
}

.fm-icon-edit:before {
	background-position: 0 -293px;
}

.fm-icon-find:before {
	background-position: 0 -245px;
}

.fm-icon-grid:before {
	background-position: 0 -125px;
}

.fm-icon-gridx:before {
	background-position: 0 -101px;
}

.fm-icon-mv:before {
	background-position: 0 -173px;
}

.fm-icon-rm:before {
	background-position: 0 -197px;
}

.fm-icon-table:before {
	background-position: 0 -269px;
}

.fm-icon-tablex:before {
	background-position: 0 -413px;
}

.fm-icon-file:before,
.fm-icon-folder:before {
	height: 32px;
	margin-top: -16px;
	width: 32px;
	left: 0;
}

.fm-icon-file:before {
	background-position: 0 -437px;
}

.table-compact .fm-icon-file:before {
	background: url("/static/images/icons.png?v1") repeat scroll -23px 7px transparent;
}

.fm-icon-folder:before {
	background-position: 0 -664px;
}

.fm-icon-folder.fm-icon-folder-shared:before {
	background-position: 0 -694px;
}

.fm-icon-folder.fm-icon-folder-private:before {
	background-position: 0 -724px;
}

.table-compact .fm-icon-folder:before {
	background-position: 0 -782px;
}

.table-compact .fm-icon-folder.fm-icon-folder-shared:before {
	background-position: 0 -830px;
}

.table-compact .fm-icon-folder.fm-icon-folder-private:before {
	background-position: 0 -807px;
}

/*
 * File Manager Menu
 */

.fm-menu {
}

.fm-menu > li {
	border-top: 1px solid #efefef;
	padding: 9px 0;
}

.table-compact .fm-menu > li {
	padding: 4px 0;
}

.fm-menu > li:first-child {
	border: 0;
	padding-top: 0;
}

.fm-menu .fm-btn {
	border-radius: 2px;
	display: block;
	overflow: hidden;
	padding: 8px 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 1px 0;
}

.table-compact .fm-menu .fm-btn {
	padding-top: 4px;
	padding-bottom: 4px;
}

.fm-menu .fm-btn:hover,
.fm-menu .fm-btn.active {
	background: url(/static/images/fm/pattern-checked-blue.gif) #65a9d6;
	color: white;
	text-decoration: none;
}

.fm-menu .fm-btn:hover i,
.fm-menu .fm-btn.active i {
	color: #addeff;
}

.fm-menu .fm-btn.fm-icon:before {
	left: 0;
}

.fm-menu > li > .fm-btn.fm-icon {
	padding-left: 35px;
}

.fm-menu li .fm-btn i {
	float: right;
}

.fm-menu > li > .fm-btn.fm-icon:before {
	left: 7px;
	z-index: 1;
}

.fm-menu > li > .fm-btn.fm-icon:after {
	background: #f5fafb;
	background-clip: padding-box;
	border: 1px solid #c6d3d4;
	border-radius: 2px;
	content: '';
	height: 18px;
	left: 4px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px;
}

.ie6 .fm-menu > li > .fm-btn.fm-icon:after,
.ie7 .fm-menu > li > .fm-btn.fm-icon:after,
.ie8 .fm-menu > li > .fm-btn.fm-icon:after {
	content: normal;
}

.fm-menu > li > .fm-btn.fm-icon:hover:after,
.fm-menu > li > .fm-btn.fm-icon.active:after {
	border-color: #355c76;
}

.fm-menu li li .fm-btn {
	padding-left: 70px;
}

.fm-menu li li .fm-btn:before {
	left: 35px !important;
}

.fm-menu li li li .fm-btn {
	padding-left: 105px;
}

.fm-menu li li li .fm-btn:before {
	left: 70px !important;
}

.fm-menu li li li li .fm-btn {
	padding-left: 140px;
}

.fm-menu li li li li .fm-btn:before {
	left: 105px !important;
}

/*
 * File Manager Paginator
 */

.fm-paginator {
	background: #fafafa;
	border: 1px solid #dadedf;
	border-bottom: 0;
	color: #333;
	overflow: hidden;
	padding: 8px;
	position: relative;
	*zoom: 1;
}

.fm-paginator_info {
	float: left;
	margin: 2px;
}

.fm-paginator .fm-upload-progress-info {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.fm-paginator_nav {
	float: right;
}

.fm-paginator_nav a,
.fm-paginator_nav span {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfefe), color-stop(100%, #f3f9fa));
	background: -webkit-linear-gradient(#fcfefe, #f3f9fa);
	background: -moz-linear-gradient(#fcfefe, #f3f9fa);
	background: -o-linear-gradient(#fcfefe, #f3f9fa);
	background: linear-gradient(#fcfefe, #f3f9fa);
	border: 1px solid #c6d3d4;
	float: left;
	font: 13px/1 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	padding: 4px 8px;
}

.fm-paginator_nav .fm-prev,
.fm-paginator_nav .fm-next {
	overflow: hidden;
	position: relative;
	text-align: left;
	text-indent: -99999px;
	width: 8px;
}

.fm-paginator_nav .fm-prev:after,
.fm-paginator_nav .fm-next:after {
	background: url(/static/images/fm/sprite.png);
	content: '';
	height: 16px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.fm-paginator_nav .fm-prev:hover,
.fm-paginator_nav .fm-next:hover {
	border-color: #889394;
}

.fm-paginator_nav .fm-prev {
	border-radius: 2px 0 0 2px;
}

.fm-paginator_nav .fm-prev:after {
	background-position: -16px -80px;
}

.fm-paginator_nav .fm-prev:hover:after {
	background-position: 0 -48px;
}

.fm-paginator_nav .fm-next {
	border-radius: 0 2px 2px 0;
}

.fm-paginator_nav .fm-next:after {
	background-position: -15px -16px;
}

.fm-paginator_nav .fm-next:hover:after {
	background-position: 0 0;
}

.fm-paginator_nav span {
	border-width: 1px 0;
}

/** popup */

.fm-popup {
	display: inline-block;
	position: relative;
}

.fm-popup .fm-popup_block {
	display: none;
	margin-top: 10px;
	position: absolute;
	top: 100%;
	z-index: 1;
	border: 1px solid #C6D3D4;
    border-radius: 4px 4px 4px 4px;
}

.fm-popup .fm-menu {
	background: #fcfefe;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfefe), color-stop(100%, #f3f9fa));
	background: -webkit-linear-gradient(#fcfefe, #f3f9fa);
	background: -moz-linear-gradient(#fcfefe, #f3f9fa);
	background: -o-linear-gradient(#fcfefe, #f3f9fa);
	background: linear-gradient(#fcfefe, #f3f9fa);
	min-width: 150px;
}

.fm-popup .fm-menu li {
	border: 0;
	padding: 0;
}

.fm-popup .fm-menu:before, .fm-popup .fm-menu:after {
	bottom: 100%;
	content: '';
	margin: 0;
	position: absolute;
}

.fm-popup .fm-menu:before {
	border: 5px solid transparent;
	border-bottom-color: #c6d3d4;
	left: 11px;
}

.fm-popup .fm-menu:after {
	border: 4px solid transparent;
	border-bottom-color: #fcfefe;
	left: 12px;
}

.fm-popup-open .fm-popup_block {
	display: block;
}

.fm-popup_toggle {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #fafafa;
	border: 1px solid #e4e8e9;
	cursor: pointer;
	padding: 6px 24px 6px 6px;
	position: relative;
}

.fm-popup_toggle:hover {
	border-color: #b8c7c8;
}

.fm-popup_toggle:after {
	background: url(/static/images/fm/sprite.png) 0 -96px;
	content: '';
	height: 3px;
	margin-top: -1.5px;
	position: absolute;
	right: 7px;
	top: 50%;
	width: 5px;
}

.fm-popup_toggle input {
	display: block;
}

.fm-popup-nav .fm-popup_toggle {
	padding: 2px 24px 2px 6px;
}

.fm-popup-nav .fm-popup_toggle:before {
	background: url(/static/images/fm/sprite.png);
	display: block;
	content: '';
	height: 24px;
	width: 24px;
}

.fm-popup-nav .fm-popup_toggle.fm-section-active:before, .fm-popup-nav .fm-popup_toggle.fm-section-folder:before {
	background-position: 0 -149px;
}

.fm-popup-nav .fm-popup_toggle.fm-section-favourite:before {
	background-position: 0 -389px;
}

.fm-popup-nav .fm-popup_toggle.fm-section-shared:before {
	background-position: 0 -221px;
}

.fm-popup-nav .fm-popup_toggle.fm-section-deleted:before {
	background-position: 0 -317px;
}

.fm-popup-nav .fm-popup_toggle.fm-section-search:before {
	background-position: 0 -466px;
}

/* shortcuts */
.fm-shortcuts {
	*zoom: 1;
	margin-top: 1px;
	margin-left: 20px;
}

.fm-shortcuts:after {
	content: '';
	display: table;
	clear: both;
}

.fm-shortcuts li {
	float: left;
	margin-right: 6px;
	position: relative;
}

.fm-tools {
	*zoom: 1;
	background: url(/static/images/fm/pattern-checked-gray.gif) #f2f2f2;
	padding: 12px;
}

.fm-tools .fm-view {
	float: right;
}

.fm-tools_actions {
	margin-left: -10px;
}

.fm-tools_actions li {
	position: relative;
	float: left;
}

.fm-tools_actions .fm-btn {
	float: left;
	margin-left: 10px;
}

.fm-view {
	*zoom: 1;
	line-height: 0;
	position: relative;
}

.fm-view:after {
	content: '';
	display: table;
	clear: both;
}

.fm-view .fm-btn {
	border: solid #ebf0f1;
	border-width: 2px 4px 1px;
}

.fm-view_search,
.fm-view_toggle {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c6d3d4;
}

.fm-view_search {
	-webkit-transition: 0.3s left;
	-moz-transition: 0.3s left;
	-o-transition: 0.3s left;
	transition: 0.3s left;
	background: #fafafa;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-size: 0px;
}

.fm-view-open .fm-view_search .fm-btn {
	border-color: #fafafa;
}

.fm-view_search .fm-btn {
	display: inline-block;
	vertical-align: top;
}

.fm-view_toggle {
	*zoom: 1;
	display: inline-block;
	vertical-align: top;
}

.fm-view_toggle:after {
	content: '';
	display: table;
	clear: both;
}

.fm-view_toggle li {
	float: left;
	position: relative;
}

.fm-view_search-container {
}

.fm-view_search .fm-view_search-field {
	width: 0;
	overflow: hidden;
	position: relative;
	display: inline-block;
	-moz-transition: width 0.3s ease 0.1s;
	-o-transition: width 0.3s ease 0.1s;
	-webkit-transition: width 0.3s ease 0.1s;
	transition: width 0.3s ease 0.1s;
	height: 27px;
}

.show_search .fm-view_search .fm-view_search-field {
	width: 160px;
}

.fm-view_search input {
	width: 155px;
	border: none;
	padding: 0;
	height: 27px;
	font-size: 1.2em;
	background: transparent;
	color: #555;
	padding-left: 5px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
}

.fm-view_search input.show {
	width: 100px;
}

.fm-view_toggle li.fm-g-active:before, .fm-view_toggle li.fm-g-active:after {
	bottom: -1px;
	content: '';
	left: 50%;
	margin-left: -2px;
	position: absolute;
	z-index: 1;
}

.fm-view-open .fm-view_toggle li.fm-g-active:before, .fm-view-open .fm-view_toggle li.fm-g-active:after {
	display: none;
}

.fm-view_toggle li.fm-g-active:before {
	border: 5px solid transparent;
	border-bottom-color: #c6d3d4;
	left: 13px;
}

.fm-view_toggle li.fm-g-active:after {
	border: 3px solid transparent;
	border-bottom-color: #FFF;
	left: 15px;
}

.fm-view_toggle li.fm-g-active .fm-btn {
	background: #3c6986;
}

.fm-btn-main,
.fm-btn-toggle {
	display: none;
}

.fm-header {
	margin-bottom: 20px;
}

.fm-popup .fm-menu {
	padding: 10px;
}

/* window */
.fm .window .buttons {
	padding: 40px 0 10px;
	text-align: center;
}

.fm .window .buttons a {
	display: inline-block;
	float: none;
	margin: 0;
}

.fm .window .buttons a.cancel {
	color: #999;
}

/* LINKS ACTION */
.links_popup .content {
	padding-top: 10px;
}

.links_popup .content textarea {
	width: 450px;
	height: 150px;
}

.links_popup .tabs {
	border-bottom: 1px solid #E4E8E9;
}

.links_popup .tabs a {
	display: inline-block;
	padding: 0 5px;
}

.links_popup .tabs a.active {
	background: #355C76;
	color: #FFF;
}

.fm-loading {
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
}

/* add files popup */
.fm .add_files_popup .main .content textarea {
	width: 442px;
	padding-left: 4px;
	height: 100px;
	resize: none;
	color: #656565
}

.fm .add_files_popup table.add_files_results {
	width: 445px
}

.fm .add_files_popup table.add_files_results tr td span {
	line-height: 25px;
	font-size: 11px
}

.fm .add_files_popup table.add_files_results tr td {
	border: 1px solid #d9d9d9;
	padding: 0 10px
}

.fm .add_files_popup table.add_files_results tr td.url span {
	text-transform: lowercase
}

.fm .add_files_popup table.add_files_results tr td.url span.ico {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px
}

.fm .add_files_popup table.add_files_results tr td.status {
}

.fm .add_files_popup table.add_files_results tr td.status span {
	text-transform: capitalize
}

.fm .add_files_popup table.add_files_results tr.done td span {
	color: #0e76bc
}

.fm .add_files_popup table.add_files_results tr.failed td span {
	color: #bc0e0e
}